* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", sans-serif;
}

body {
  color: #333;
  line-height: 1.6;
}

/* 顶部导航栏 */
.nav-right {
  height: 100px;
  border: 0;
  margin-right: 40px;
}

.head {
  height: 100px;
  z-index: 2;
  background-color: rgb(0 0 0 / 50%);
  display: block;
  position: fixed;
  z-index: 99999;
  top: 0;
}

.head.active {
  background-color: #fff;
  border-bottom: 4px solid #cca815;
}

.head .left img {
  height: 40px;
  margin-top: 30px;
}

.head.active #navul li a {
  color: #111;
}

.nav_sea {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
  margin-top: 38px;
}

.head_left {
  width: 1400px;
  position: relative;
}

.nav_1920_box {
  width: 1000px;
}

.head_right {
  width: 300px;
  margin-top: 30px;
  overflow: hidden;
}

.head_right a {
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  background-image: linear-gradient(#88dcd7, #50a5bc) !important;
  color: white;
  padding: 0 20px;
}

.section1 .section_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0;
}

.section1 .section_title .section_title_left {
  display: flex;
  align-items: center;
}

.section1 .section_title .section_title_left .section_title_left_h {
  font-size: 28px;
  font-weight: bold;
  margin-right: 12px;
  color: #333;
}

.section1 .section_title .section_title_left .section_title_left_p {
  font-size: 32px;
  font-weight: bold;
  color: #e4e1d9;
}

.section1 .section_title .section_title_right input {
  display: block;
  width: 230px;
  padding-left: 38px;
  height: 36px;
  line-height: 34px;
  border: 1px solid #8b2722;
  background-color: unset;
  border-radius: 6px;
  background: url(../../img/date.png) no-repeat left;
  background-size: 18px 18px;
  background-position: 10px;
}

.section1 {
  background: url(../images/section1_back.png) no-repeat center center;
  background-size: cover;
  min-height: 520px;
  padding: 24px 0;
}

.section1 .weekday {
  background: #fefbf4;
  cursor: pointer;
  border-radius: 6px 6px 0 0;
  padding: 12px;
  border-bottom: 4px solid #832723;
}

.section1 .weekday .swiper-slide:after {
  top: 50%;
  position: absolute;
  margin-top: -15px;
  height: 32px;
  z-index: -1;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding-top: 6px;
  text-align: left;
  border-top: 1px solid #e4e7ed;
  border-bottom: 1px solid #e4e7ed;
}

.section1 .weekday .swiper-slide .week {
  text-align: center;
  color: #aaa;
  font-size: 16px;
  margin-bottom: 16px;
}

.section1 .weekday .swiper-slide .weekdate {
  text-align: center;
  color: #333;
  font-size: 18px;
}

.section1 .weekday .swiper-slide.swiper-slide-active {
  background: #f4eac7;
  border-radius: 12px;
}

.section1 .weekday .swiper-slide.swiper-slide-active .week {
  color: #8b2722;
}

.section1 .weekday .swiper-slide.swiper-slide-active .weekdate {
  color: #8b2722;
}

.ticketContainer {
  width: 100%;
  padding: 32px 0;
}

.ticketContainer .ticket {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}

.ticketContainer .ticket .ticket_empty {
  width: 100%;
  display: flex;
  height: 300px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.ticketContainer .ticket .ticket_item {
  width: 24%;
  background: #fff;
}

.ticketContainer .ticket .ticket_item .ticket_item_img {
  width: 100%;
  padding: 20px;
  height: 240px;
  background-size: contain !important;
  position: relative;
}

.ticketContainer .ticket .ticket_item .ticket_item_img .ticket_item_status {
  background: #f8f0d3;
  display: inline;
  padding: 4px 12px;
  border-radius: 6px;
  color: #8b2722;
  font-size: 14px;
}

.ticketContainer .ticket .ticket_item .ticket_item_info {
  padding: 6px 12px;
}

.ticketContainer
  .ticket
  .ticket_item
  .ticket_item_info
  .ticket_item_info_title {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 8px;
  padding: 4px 0;
  font-size: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ticketContainer .ticket .ticket_item .ticket_item_info .ticket_item_info_p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.ticketContainer
  .ticket
  .ticket_item
  .ticket_item_info
  .ticket_item_info_p
  .ticket_item_info_p_left {
  max-width: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ticketContainer
  .ticket
  .ticket_item
  .ticket_item_info
  .ticket_item_info_p
  .ticket_item_info_p_left
  img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.ticketContainer
  .ticket
  .ticket_item
  .ticket_item_info
  .ticket_item_info_p
  .ticket_item_info_p_right {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  margin-left: 24px;
}

/* 关于我们 */

.about_div {
  width: 100%;
  height: 800px;
  background: url(../images/about_img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_div .about_div_right {
  background: url(../images/about_us_right.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 840px;
  height: 100%;
}

.about_div .about_div_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.about_div .box_title {
  border-bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
}

.about_div .box_title .section_title_en {
  font-size: 44px;
  color: #333;
  display: inline-block;
  position: relative;
  font-weight: bold;
}

.about_div .box_title .section_title_cn {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: left;
  position: relative;
  padding-bottom: 12px;
}

.about_div .box_title .section_title_cn:after {
  content: "";
  width: 180px;
  height: 3px;
  background-color: #cca815;
  position: absolute;
  left: 0;
  bottom: 0;
}

.about_div .about_content .about_box {
  width: 720px;
  /* height: 450px; */
}

.about_div .about_content .about_box .about-text {
  text-indent: 2em;
  margin-bottom: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  font-size: 16px;
  line-height: 42px;
}

.about_div .about_content .about_box a {
  height: 40px;
  line-height: 40px;
  color: #8b2722;
  padding: 0 24px;
  display: inline-block;
  width: 160px;
  position: relative;
  /* padding-right: 40px; */
  background: #f4ead1;
  border-radius: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section3 {
  width: 100%;
  height: 680px;
  background: url(../images/art_product.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section3 .section_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0;
  margin-bottom: 38px;
}

.section3 .section_title .section_title_left {
  display: flex;
  align-items: center;
}

.section3 .section_title .section_title_left .section_title_left_h {
  font-size: 28px;
  font-weight: bold;
  margin-right: 12px;
  color: #fff;
}

.section3 .section_title .section_title_left .section_title_left_p {
  font-size: 32px;
  font-weight: bold;
  color: #8e4c4a;
}

.section3 .section_title .section_title_right .section_title_right_list h2 {
  font-size: 20px;
  cursor: pointer;
  padding-bottom: 8px;
  color: #fff;
}

.section3
  .section_title
  .section_title_right
  .section_title_right_list
  h2.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.section3 .section_title .section_title_right .section_title_right_list {
  position: relative;
}

.section3 .box_content_list {
  min-height: 373px;
}

.section3 .box_content_list .box_content_list_item .swiper .swiper-slide {
  padding: 8px 12px;
  background: #fff;
}

.section3 .box_content_list .box_content_list_item .swiper .img {
  height: 194px;
  margin-bottom: 12px;
}

.section3 .box_content_list .box_content_list_item .swiper .swiper_content {
  background: #fff;
  min-height: 100px;
}

.section3
  .box_content_list
  .box_content_list_item
  .swiper
  .swiper_content
  .swiper_title {
  margin-bottom: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 22px;
  font-weight: bold;
}

.section3
  .box_content_list
  .box_content_list_item
  .swiper
  .swiper_content
  .swiper_p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  color: #aaa;
}

.section4 {
  width: 100%;
  padding: 60px 0 92px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section4 .section_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0;
  margin-bottom: 38px;
}

.section4 .section_title .section_title_left {
  display: flex;
  align-items: center;
}

.section4 .section_title .section_title_left .section_title_left_h {
  font-size: 28px;
  font-weight: bold;
  margin-right: 12px;
  color: #333;
}

.section4 .section_title .section_title_left .section_title_left_p {
  font-size: 32px;
  font-weight: bold;
  color: #f3f3f3;
}

.section4 .section_title .section_title_right {
  font-size: 20px;
  cursor: pointer;
  padding-bottom: 8px;
  color: #333;
}

.section4 .section_content {
  margin-bottom: 46px;
}

.section4 .section_content .section_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section4 .section_content .section_item .section_content_left {
  width: calc(50% - 16px);
}

.section4 .section_content .section_item .section_content_left .img {
  height: 384px;
}

.section4 .section_content .section_item .section_content_right {
  width: calc(50% - 16px);
}

.section4
  .section_content
  .section_item
  .section_content_right
  .section_content_right_h {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 12px;
}

.section4
  .section_content
  .section_item
  .section_content_right
  .section_content_right_p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  font-size: 16px;
  line-height: 42px;
}

.section4 .box_content .box_title2 {
  width: 100%;
  display: flex;
  align-items: center;
  background: #f5eed1;
  border-radius: 8px;
  height: 62px;
  line-height: 62px;
  cursor: pointer;
}

.section4 .box_content .box_title2 .section-title {
  width: 25%;
  text-align: center;
}

.section4 .box_content .box_title2 .section-title.active {
  background: #812321;
  color: #fff;
  border-radius: 8px;
}

.section5 {
  width: 100%;
  padding: 60px 0 92px;
  background: url(../images/talent.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section5 .section_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0;
  margin-bottom: 64px;
}

.section5 .section_title .section_title_left {
  display: flex;
  align-items: center;
}

.section5 .section_title .section_title_left .section_title_left_h {
  font-size: 28px;
  font-weight: bold;
  margin-right: 12px;
}

.section5 .section_title .section_title_left .section_title_left_p {
  font-size: 32px;
  font-weight: bold;
  color: #eee8e8;
}

.section5 .section_title .section_title_right .section_title_right_list h2 {
  font-size: 20px;
  cursor: pointer;
  padding-bottom: 8px;
}

.section5
  .section_title
  .section_title_right
  .section_title_right_list
  h2.active {
  border-bottom: 1px solid #cca815;
}

.section5 .section_title .section_title_right .section_title_right_list {
  position: relative;
}

.section5 .box_content_list {
  min-height: 373px;
}

.section5 .box_content_list .box_content_list_item .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
}

.section5
  .box_content_list
  .box_content_list_item
  .swiper
  .swiper-slide.swiper-slide-rever {
  flex-direction: column-reverse;
}

.section5 .box_content_list .box_content_list_item .swiper .img {
  height: 374px;
  margin-bottom: 12px;
}

.section5 .box_content_list .box_content_list_item .swiper .swiper_content {
  min-height: 100px;
}

.section5
  .box_content_list
  .box_content_list_item
  .swiper
  .swiper_content
  .swiper_title {
  margin-bottom: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.section5
  .box_content_list
  .box_content_list_item
  .swiper
  .swiper_content
  .swiper_title:after {
  top: 50%;
  position: absolute;
  margin-top: -15px;
  height: 32px;
  z-index: -1;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding-top: 6px;
  text-align: left;
  border-top: 1px solid #e4e7ed;
  border-bottom: 1px solid #e4e7ed;
}

.section5
  .box_content_list
  .box_content_list_item
  .swiper
  .swiper_content
  .swiper_p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 16px;
  color: #aaa;
  text-align: center;
}

.section6 {
  width: 100%;
  padding: 60px 0 92px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section6 .section_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0;
  margin-bottom: 38px;
}

.section6 .section_title .section_title_left {
  display: flex;
  align-items: center;
}

.section6 .section_title .section_title_left .section_title_left_h {
  font-size: 28px;
  font-weight: bold;
  margin-right: 12px;
  color: #333;
}

.section6 .section_title .section_title_left .section_title_left_p {
  font-size: 32px;
  font-weight: bold;
  color: #f3f3f3;
}

.section6 .section_title .section_title_right {
  font-size: 20px;
  cursor: pointer;
  padding-bottom: 8px;
  color: #333;
}

.section6 .gallery-container {
  display: flex;
  width: 100%;
  height: 470px;
  gap: 12px;
}

.section6 .gallery-container .panel {
  position: relative;
  flex: 1;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.section6 .gallery-container .panel.active {
  flex: 4;
}

.section6 .gallery-container .panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease-in 0.4s;
}

.section6 .gallery-container .panel:not(.active):hover {
  transform: scale(1.02);
}

.section6 .gallery-container .panel h3 {
  position: absolute;
  top: 24px;
  left: 32px;
  color: #e9a03b;
  font-size: 26px;
  opacity: 0;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease-in 0.4s;
  writing-mode: tb;
  letter-spacing: 6px;
}

.section6 .gallery-container .panel.active h3 {
  opacity: 1;
}

.section7 {
  width: 100%;
  padding: 60px 0 92px;
  background: url(../images/cooperate.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section7 .section_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0;
  margin-bottom: 38px;
}

.section7 .section_title .section_title_left {
  display: flex;
  align-items: center;
}

.section7 .section_title .section_title_left .section_title_left_h {
  font-size: 28px;
  font-weight: bold;
  margin-right: 12px;
  color: #333;
}

.section7 .section_title .section_title_left .section_title_left_p {
  font-size: 32px;
  font-weight: bold;
  color: #f3f3f3;
}

.section7 .section_title .section_title_right {
  font-size: 20px;
  cursor: pointer;
  padding-bottom: 8px;
  color: #333;
}

.section7 .section-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section7 .section-container .section-container_left {
  width: calc(50% - 16px);
}

.section7
  .section-container
  .section-container_left
  .section-container_left_top {
  margin-bottom: 16px;
}

.section7
  .section-container
  .section-container_left
  .section-container_left_top
  .swiper-slide
  .img {
  position: relative;
  height: 385px;
}

.section7
  .section-container
  .section-container_left
  .section-container_left_top
  .swiper-slide
  .img
  .img_p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明背景 */
  color: #fff;
  padding: 10px;
  font-size: 14px;
  text-align: left;
}

.section7
  .section-container
  .section-container_left
  .section-container_left_top
  .swiper-slide
  .img
  .img_p
  p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 120px;
}

.section7
  .section-container
  .section-container_left
  .section-container_left_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section7
  .section-container
  .section-container_left
  .section-container_left_bottom
  .slide {
  width: calc(50% - 8px);
}

.section7
  .section-container
  .section-container_left
  .section-container_left_bottom
  .slide
  .img {
  position: relative;
  height: 187px;
}

.section7
  .section-container
  .section-container_left
  .section-container_left_bottom
  .slide
  .img:hover {
  transform: scale(1.02);
}

.section7 .section-container .section-container_right {
  width: calc(50% - 16px);
}

.section7
  .section-container
  .section-container_right
  .section-container_right_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.section7
  .section-container
  .section-container_right
  .section-container_right_top
  .slide {
  width: calc(50% - 8px);
}

.section7
  .section-container
  .section-container_right
  .section-container_right_top
  .slide
  .img {
  position: relative;
  height: 187px;
}

.section7
  .section-container
  .section-container_right
  .section-container_right_top
  .slide
  .img:hover {
  transform: scale(1.02);
}

.section7
  .section-container
  .section-container_right
  .section-container_right_bottom {
}

.section7
  .section-container
  .section-container_right
  .section-container_right_bottom
  .swiper-slide
  .img {
  position: relative;
  height: 385px;
}

.section7
  .section-container
  .section-container_right
  .section-container_right_bottom
  .swiper-slide
  .img
  .img_p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明背景 */
  color: #fff;
  padding: 10px;
  font-size: 14px;
  text-align: left;
}

.section7
  .section-container
  .section-container_right
  .section-container_right_bottom
  .swiper-slide
  .img
  .img_p
  p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 120px;
}

.section8 {
  width: 100%;
  padding: 60px 0 92px;
  background: url(../images/cooperate.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section8 .section_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0;
  margin-bottom: 38px;
}

.section8 .section_title .section_title_left {
  display: flex;
  align-items: center;
}

.section8 .section_title .section_title_left .section_title_left_h {
  font-size: 28px;
  font-weight: bold;
  margin-right: 12px;
  color: #333;
}

.section8 .section_title .section_title_left .section_title_left_p {
  font-size: 32px;
  font-weight: bold;
  color: #e3c297;
}

.section8 .section_title .section_title_right {
  font-size: 20px;
  cursor: pointer;
  padding-bottom: 8px;
  color: #333;
}

.section8 .section-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.section8 .section-container .section-container_left {
  width: calc(50% - 16px);
  background: #f1f1f1;
}

.section8 .section-container .section-container_left .swiper-slide .img {
  position: relative;
  height: 385px;
}

.section8 .section-container .section-container_left .swiper-slide .img_p {
  padding: 12px 18px;
  background: #fff;
}

.section8 .section-container .section-container_left .swiper-slide .img_p h2 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  line-height: 46px;
}

.section8 .section-container .section-container_right {
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  width: calc(50% - 16px);
}

.section8
  .section-container
  .section-container_right
  .section-container_right_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  background: #fff;
}

.section8
  .section-container
  .section-container_right
  .section-container_right_item
  img {
  height: 148px;
  width: 240px;
  object-fit: cover;
}

.section8
  .section-container
  .section-container_right
  .section-container_right_item
  .section-container_right_item_content {
  width: calc(100% - 240px - 16px);
  padding: 12px;
  padding-right: 24px;
}

.section8
  .section-container
  .section-container_right
  .section-container_right_item
  .section-container_right_item_content
  h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 16px;
}

.section8
  .section-container
  .section-container_right
  .section-container_right_item
  .section-container_right_item_content
  p {
  color: #aaa;
}

.section9 {
  width: 100%;
  padding: 60px 0 92px;
  background: url(../images/party.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section9 .section_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0;
  margin-bottom: 38px;
}

.section9 .section_title .section_title_left {
  display: flex;
  align-items: center;
}

.section9 .section_title .section_title_left .section_title_left_h {
  font-size: 28px;
  font-weight: bold;
  margin-right: 12px;
  color: #333;
}

.section9 .section_title .section_title_left .section_title_left_p {
  font-size: 32px;
  font-weight: bold;
  color: #f3f3f3;
}

.section9 .section_title .section_title_right {
  font-size: 20px;
  cursor: pointer;
  padding-bottom: 8px;
  color: #333;
}

.section9 .section-container {
}
.section9 .section-container .swiper {
}

.section9 .section-container .swiper .swiper-slide {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.section9 .section-container .swiper .swiper-slide .img {
  height: 262px;
}

.section9 .section-container .swiper .swiper-slide .img_p {
  padding: 16px;
}

.section9 .section-container .swiper .swiper-slide .img_p h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.section9 .section-container .swiper .swiper-slide .img_p p {
  color: #aaa;
  margin-bottom: 8px;
  font-size: 16px;
}

.section10 {
  width: 100%;
  padding: 60px 0 92px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section10 .section_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0;
  margin-bottom: 64px;
}

.section10 .section_title .section_title_left {
  display: flex;
  align-items: center;
}

.section10 .section_title .section_title_left .section_title_left_h {
  font-size: 28px;
  font-weight: bold;
  margin-right: 12px;
}

.section10 .section_title .section_title_left .section_title_left_p {
  font-size: 32px;
  font-weight: bold;
  color: #eee8e8;
}

.section10 .section_title .section_title_right .section_title_right_list h2 {
  font-size: 16px;
  cursor: pointer;
  padding-bottom: 8px;
  border: 1px solid #aaa;
  border-radius: 50px;
  padding: 8px 24px;
}

.section10
  .section_title
  .section_title_right
  .section_title_right_list
  h2.active {
  border: 1px solid #f7eed1;
  background: #f7eed1;

  color: #8b2722;
}

.section10 .section_title .section_title_right .section_title_right_list {
  position: relative;
}
.section10 .section-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section10 .section-container .section-container-item {
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 12px;
  margin-bottom: 24px;
}

.section10
  .section-container
  .section-container-item
  .section-container-item-left {
  min-width: 92px;
  border-right: 1px solid #ccc;
}

.section10
  .section-container
  .section-container-item
  .section-container-item-left
  h2 {
  text-align: center;
}
.section10
  .section-container
  .section-container-item
  .section-container-item-left
  p {
  text-align: center;
}

.section10
  .section-container
  .section-container-item
  .section-container-item-right {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-left: 18px;
}

.buttoncss {
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  background-image: linear-gradient(#88dcd7, #50a5bc) !important;
  color: white;
  padding: 0 20px;
  display: inline-block;
  width: auto;
  position: relative;
  padding-right: 40px;
}

.buttoncss img {
  position: absolute;
  top: 10px;
}

.stats {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}

.stat_stat {
  text-align: center;
  width: 250px;
  display: inline-block;
  float: left;
  border-right: 1px solid #008080;
  padding-right: 50px;
  margin-right: 50px;
  padding-left: 50px;
}

.stats .stat_stat:last-child {
  border-right: none;
}

.stats .stat_stat:first-child {
  padding-left: 0;
}

.stat_number {
  font-size: 2em;
  font-weight: bold;
  color: #008080;
}

.stat_label {
  font-size: 1em;
  color: #555;
  text-align: left;
}

.stat_number_box {
  display: flex;
  align-items: center;
}

.inforBox .stats {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.inforBox .stat_stat {
  text-align: center;
  width: 230px;
  display: inline-block;
  float: left;
  border-right: 1px solid #008080;
  padding-right: 0px;
  margin-right: 0px;
  padding-left: 50px;
}

.inforBox .stats .stat_stat:last-child {
  border-right: none;
}

.inforBox .stats .stat_stat:first-child {
  padding-left: 20px;
}

.inforBox .stat_number {
  font-size: 2em;
  font-weight: bold;
  color: #008080;
}

.inforBox .stat_label {
  font-size: 1em;
  color: #555;
  text-align: left;
}

.inforBox .stat_number_box {
  display: flex;
  align-items: center;
}

.about_box .buttoncss {
  border-radius: 5px;
}

.nav_box {
  position: absolute;
  right: 0;
}

.nav-right .nav-list {
  display: flex;
  align-items: center;
  padding-top: 18px;
}

.nav-right .nav-list li {
  height: 15px;
  display: flex;
  align-items: center;
}

.xinwen_div {
  width: 100%;
  height: 596px;
  background: url(../images/new_box.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .nav-right .nav-list li:last-child{
  position: relative;
} */
.nav-right .nav-list li:last-child {
  /* border-right: 1px solid #575757; */
}

/* #fp-nav ul li a span, .fp-slidesNav ul li a span{
    transition:unset;
} */
/* 自定义侧边导航点样式 */
/* #fp-nav ul li a span {
    background-color: #ccc; 
    width: 10px;
    height: 10px;
}

#fp-nav ul li a.active span {
    background-color: #00c2b1; 
    margin: 0;
    
} */

#fp-nav ul li,
.fp-slidesNav ul li {
  margin-bottom: 30px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span,
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
  background-color: #ccc;
  position: relative;
  display: block;
}

#fp-nav ul li a.active span {
  /* transform: scale(2);*/
  background-color: #026d7f;
}

#fp-nav ul li a span.fp-sr-only {
  display: none;
  position: absolute;
}

#fp-nav ul li a.active span::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  border: 2px solid #026d7f;
  left: -9px;
  top: -9px;
  border-radius: 50%;
}

.nav-right .nav-list li .item-name {
  display: block;
  padding: 0 18px;
  font-size: 20px;
  color: #474747;
  line-height: 80px;
  /* font-weight: bold; */
  height: 100px;
  cursor: pointer;
  flex-shrink: 0;
}

.nav-right .nav-list li .class-a {
  position: relative;
  display: block;
  z-index: 3;
}

.nav-right .nav-list li .class-a i {
  border: solid transparent;
  border-width: 8px 6px 8px 6px;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  width: 0;
  height: 0;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.4));
}

.section_top_box {
  width: 100%;
  height: 100px;
}

.nav-right .nav-list li .item-name a {
  color: #474747;
}

.nav-right .nav-list li .item-name:hover a {
  opacity: 0.7;
}

.nav-right .nav-list li .item-name:hover .class-a i {
  opacity: 1;
}

.children-box {
  width: 100%;
  position: absolute;
  right: 0;
  box-sizing: border-box;
  text-align: right;
  display: none;
  height: 180px;
  z-index: 2;
  top: 90px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.16);
  background: rgba(255, 255, 255);
  left: 50%;
}

.children-box .children-nav {
  box-sizing: border-box;
  position: absolute;
  display: flex;
  align-items: flex-start;
  /* width: 610px; */
  /* justify-content: flex-start; */
}

/* .nav-right .nav-list li:nth-child(n+5) .children-box .children-nav{
    position: relative;
} */

.children-box .children-nav ol {
  border-right: 1px solid #c7c7c7;
  padding-right: 30px;
  padding-left: 30px;
}

.children-box .children-nav ol:nth-last-of-type(1) {
  border: none;
}

.children-box .children-nav ol li {
  border: none;
  height: 28px;
  text-align: left;
}

.children-box .children-nav ol li a {
  width: 100%;
  line-height: 28px;
  font-size: 18px;
  font-weight: normal;
  color: #686868;
  padding: 0;
  opacity: 1;
  white-space: nowrap;
}

.children-box .children-nav ol li a:hover {
  color: #000;
  opacity: 1;
}

.children-box .children-nav .img-box {
  width: 246px;
  height: 100px;
  border-radius: 2px;
  overflow: hidden;
  background: red;
}

.children-box .children-nav .img-box img {
  width: 246px;
  height: 100px;
}

.children-nav::before {
  content: "";
  border: 6px solid transparent;
  position: absolute;
}

.children-nav--1::before {
  left: 14px;
}

.children-nav--2::before {
  left: 130px;
}

.children-nav--3::before {
  left: 244px;
}

.children-nav--4::before {
  left: 362px;
}

.children-nav--5::before {
  left: 478px;
}

.children-nav--6::before {
  left: 594px;
}

.children-nav--7::before {
  left: 710px;
}

.nav-right .search {
  margin-top: -16px;
  width: 19px;
  height: 21px;
  margin-left: 14px;
  background: url("../images/icon-search.png") no-repeat center bottom;
  background-size: 100% auto;
  padding-top: 8px;
  position: relative;
  /* display: none; */
}

.nav-right .search::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 17px;
  background: #575757;
  position: absolute;
  top: 35%;
  left: -78%;
}

.navbar {
  background-color: white;
  padding: 15px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.logo {
  font-size: 24px;
  font-weight: bold;
  color: #026d7f;
}

.nav-links {
  display: flex;
  gap: 30px;
}

.nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #026d7f;
}

.announcement-container_div {
  background-color: #f0f0f0;
  width: 100%;
  height: 100px;
}

.announcement-container {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  border-radius: 5px;
  width: 1400px;
  max-width: 1400px;
}

.announcement-list {
  /* display: flex; */
  transition: transform 0.5s ease;

  width: 100%;
  padding-left: 100px;
  position: relative;
}

.announcement-list .title_tzgg {
  position: absolute;
  left: 0;
}

.announcement-list a {
  display: inline-block;
  float: left;
  width: 50%;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.announcement-list a:nth-child(1) {
  border-right: 1px solid #ccc;
}

.announcement {
  min-width: 100%;
  box-sizing: border-box;
  background-color: #f0f0f0;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  /* 使所有公告重叠 */
}

.announcement.active {
  opacity: 1;
  width: 100%;
  position: relative;
  /* 当前显示的公告 */
}

.about-text p {
  line-height: 40px;
}

.about-image {
  flex: 1;
}

.about-image img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.about_img_box {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid #dcc0a0;
  position: relative;
}

.about_img {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  right: 10px;
  border: 4px solid #e89f3d;
}

.box_titlew h2 {
  color: white;
}

.box_titlew span {
  background-color: white;
}

.box_title h4 {
  color: #d2d2d2;
  font-size: 22px;
  font-weight: 500;
  font-family: 宋体;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* .box_title2{
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #008080;
    margin-bottom: 10px;
} */

/* .box_title2 h2{
    font-size: 30px;
    font-weight: 500;
    color:#008080;
} */
/* .box_title2 .more{
    font-size: 14px;
    color: #008080;
    display: inline-block;
    float: right;
} */
.badge {
  width: 110px;
  position: relative;
  display: inline-block;
  height: 36px;
  line-height: 36px;
}

.badge i {
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.badge::after {
  /* content: '';
    width: 2px;
    height: 36px;
    position: absolute;
    right: -20px;
    background-color: #00c2b1;
    top: 0; */
}

.content {
  flex-grow: 1;
  margin-right: 10px;
  margin-left: 30px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
}

.date {
  color: #999;
  height: 36px;
  line-height: 36px;
  display: inline-block;
}

.navigation {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0px;
  height: 36px;
  margin-top: -3px;
}

.prev-btn,
.next-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  margin-left: 30px;
  height: 36px;
  line-height: 36px;
}

.prev-btn:hover,
.next-btn:hover {
  color: #00c2b1;
}

.top_title {
  height: 54px;
  line-height: 54px;
  width: 100%;
  margin-bottom: 10px;
}

.top_title a {
  width: 33.3333%;
  display: inline-block;
  float: left;
  text-align: center;
  border: 1px solid #ccccce;
  height: 54px;
  line-height: 54px;
}

.top_title a:nth-child(1) {
  border-right: 0;
}

.top_title a:nth-child(2) {
  border-right: 0;
  border-left: 0;
}

.top_title a:nth-child(3) {
  border-left: 0;
}

.top_title a.active {
  background-color: #026d7f;
  color: white;
  border: 1px solid #026d7f;
}

.xinwenzx {
  margin-top: 30px;
}

.view-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  background-color: transparent;
  color: #00c2b1;
  border: 1px solid #00c2b1;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.view-more-btn:hover {
  background-color: #e0f7f6;
  /* 可选：悬停时背景颜色变化 */
}

.view-more-btn img {
  margin-left: 8px;
  font-size: 14px;
}

/* 横幅区域 */
.banner {
  height: 400px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://picsum.photos/1920/400?grayscale&blur=1") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 0 20%;
}

.banner h1 {
  font-size: 36px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.swiperb {
  height: 100vh;
}

/* 主要内容区域 */
.container {
  height: 100%;
  padding: 0.1px 0;
}

/* 公告公示 */
.announcement-container_box {
  background-color: #efefef;
}

.announcement {
  border-radius: 5px;
  margin-bottom: 0px;
}

.announcement h3 {
  color: #026d7f;
  margin-bottom: 10px;
}

/* 新闻中心 */
.news-categories {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.news-category {
  flex: 1;
}

.news-category h3 {
  background-color: #026d7f;
  color: white;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.news-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}

.news-item:last-child {
  border-bottom: none;
}

.news-item a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.news-item a:hover {
  color: #026d7f;
}

.news-date {
  color: #777;
  font-size: 14px;
  margin-top: 5px;
}

.video {
  position: relative;
}

.video .bg {
  width: 690px;
  height: 450px;
  position: absolute;
  background-color: #dbf1ef;
  right: -20px;
  top: -20px;
  border-radius: 0 22px 0 0;
}

.video video {
  border-radius: 0 22px 0 0;
}

#section3 {
  /* padding-top: 100px; */
  background: url("../images/yewu_bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#section3 .container {
  height: auto;
}

/* 业务板块 */
.business-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.business-item {
  background-color: #026d7f;
  color: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  transition: transform 0.3s;
}

.business-item:hover {
  transform: translateY(-5px);
}

.business-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.pro_div {
  width: 100%;
  height: 697px;
  background: url(../images/pro_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yw_li {
  height: 230px;
  border-radius: 20px;
  overflow: hidden;
}

.yw_li:hover {
  box-shadow: 0 0 10px #e9a03b;
  border: 3px solid #e9a03b;
}

.yw_li .yw_bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-self: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
}

.yw_li .yw_bg img {
  width: auto;
  height: 50px;
  margin: 0 auto;
}

.yw_li .yw_bg .img_box {
  width: 60px;
  height: 60px;
  display: flex;
  background-color: white;
  align-self: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 30px;
  margin-bottom: 5vh;
  text-align: center;
}

.yw_li .yw_bg h3 {
  color: #e9a03b;
  position: absolute;
  width: 100%;
  bottom: 0px;
  line-height: 70px;
  height: 70px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.yw_li .yw_bg a {
  margin-top: 100px;
  width: 120px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #026d7f;
  display: block;
  margin: 10vh auto 0;
  background-color: white;
  border-radius: 20px;
  font-size: 15px;
  display: none;
}

#section4 .container {
}

#section4 .container .box_title {
  padding: 88px 0;
}

.czqy_content {
  overflow: hidden;
  overflow: hidden;
  padding: 50px 0;
}

.czqy {
  width: 440px;
  height: 70px;
  margin-right: 40px;
  margin-bottom: 40px;
  display: inline-block;
  float: left;
  border: 1px solid #026d7f;
  border-radius: 14px;
}

.czqy:nth-child(3n) {
  margin-right: 0;
}

.swiper12 {
  height: 140px;
  width: 1400px;
  margin-bottom: 20px;
}

.swiper12 .swiper-slide {
  height: 140px;
  width: 1400px;
}

.swiper12 .swiper-pagination-bullet:only-child {
  display: block !important;
}

.swiper-pagination12 {
  text-align: right;
}

.swiper12 .swiper-pagination-bullet {
  display: inline-block !important;
  float: right;
  width: 20px;
  height: 3px;
  border-radius: 0;
}

.jdbox_ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  height: 370px;
  width: 100%;
}

.djbox {
  position: relative;
}

.djbox .qjtitle {
}

.djbox .news_li {
  background-color: white;
  box-shadow: 0px 0px 10px #cccc;
}

.djbox .news_li .txt {
  padding: 10px;
}

.djbox .news_li .img {
  width: 100%;
  height: 20vh;
}

.djbox .news_li h3 {
  font-size: 16px;
  color: #111;
  font-weight: 500;
  height: 36px;
  line-height: 36px;
}

.djbox .news_li h5 {
  font-size: 14px;
  color: #777;
  height: 60px;
  line-height: 30px;
  margin: 10px 0;
  font-weight: 500;
  text-align: justify;
}

.qj_title {
  position: absolute;
  top: -53px;
  right: 0;
}

.qj_title a {
  border: 1px solid #026d7f;
  padding: 5px 10px;
  margin-right: 10px;
  color: #026d7f;
  border-radius: 30px;
}

.qj_title a.active {
  background-color: #026d7f;
  color: white;
}

#section4 {
  background: url(../images/czglqy.jpg) no-repeat;
  background-size: 1920px 216px;
  background-position: top center;
}

/* 底部信息 */
footer {
  background-color: #f5eed1;
  color: white;
  padding: 0;
  text-align: center;
}

footer .foot_link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  line-height: 58px;
}

footer .foot_link .foot_link_item {
  color: #8b2722;
}
footer .foot_link .foot_link_item.jews_href:hover {
  color: #cca815;
}
footer .foot {
  width: 100%;
  background: url(../images/foot_bak.jpg) no-repeat center center;
  background-size: 100% 100%;
  height: auto;
  color: white !important;
  font-size: 14px;
  padding: 25px 0;
}

footer .foot .footer-container {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

/* 左侧公司信息 */
footer .foot .footer-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .foot .logo{
    margin-bottom: 18px;
    text-align: left;
}
footer .foot .logo img {
      height: 60px;
    vertical-align: middle;
}

footer .foot .logo p {
  margin: 0;
  font-size: 16px;
}

footer .foot .info p {
  margin: 0;
  font-size: 16px;
  line-height: 42px;
  text-align: left;
}


/* 右侧社交图标 */
footer .foot .footer-right {
  display: flex;
  align-items: center;
}

footer .foot .footer-right .footer-qrcode{
    display: flex;
    align-items: center;
}
footer .foot .footer-right .footer-qrcode .left_p{
    writing-mode: tb;
    letter-spacing: 5px;
    background: #c19c7f;
    color: #8b2722;
    line-height: 32px;
    height: 200px;
}
footer .foot .footer-right .footer-qrcode img{
    height: 200px;
    width: 200px;
}
footer .foot .footer-right .social-icons {
    display: flex;
    justify-content: space-around;
    width: 300px;
    
  }
  
  footer .foot .footer-right .icon-item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s; /* 背景渐变过渡 */
    background-color: #cca719; /* 初始黄色背景 */
  }
  
  footer .foot .footer-right .icon {
    
    height: 32px;
  }
  
  /* 鼠标悬停时：背景变白 + 微信图标替换 */
  footer .foot .footer-right .icon-item:hover {
    background-color: #FFFFFF;
  }
  
  footer .foot .footer-right .icon-item.douyin:hover .icon {
    content: url(../images/douyinicon.png); /* 替换微信图标 */
  }
  footer .foot .footer-right .icon-item.weixin:hover .icon {
    content: url(../images/wxicon.png); /* 替换微信图标 */
  }
  footer .foot .footer-right .icon-item.weibo:hover .icon {
    content: url(../images/weiboicon.png); /* 替换微信图标 */
  }
/* 底部版权 */
footer .foot .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #afacac;
}

footer .foot .footer-bottom p {
  margin: 0;
  font-size: 14px;
}

footer .foot .footer-bottom a {
  color: #fff;
  text-decoration: none;
}

footer .foot .footer-content {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

footer .foot .footer-section {
  flex: 1;
}

footer .foot .footer-section h3 {
  margin-bottom: 20px;
  color: #026d7f;
}

.copyright {
  padding-top: 20px;
  border-top: 1px solid #555;
}

.interactive-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  height: 50px;
}

.date {
  color: #666;
  transition: all 0.3s ease;
}

.date_w {
  color: white;
  margin-right: 10px;
}

.arrow_w,
.date_w {
  display: none;
}

.arrow {
  color: #0099ff;
  transition: all 0.3s ease;
}

/* 鼠标悬停时的样式 */
.interactive-button:hover {
  justify-content: center;
  background-color: #026d7f;
}

.interactive-button:hover.arrow {
  margin-left: 8px;
  /* 让箭头和文本之间有一点间距 */
}

.bott_div {
  height: 365px;
  width: 100%;
  background-image: url(../images/bottom_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bott_div .container {
  height: 365px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bott_div .container .left {
  width: 40%;
  text-align: left;
}

.foot1 {
  padding-left: 100px;
  position: relative;
  overflow: hidden;
  padding: 10px 0 10px 100px;
  min-height: 60px;
  line-height: 40px;
  font-size: 16px;
  border-bottom: 1px solid #dddddd;
}

.foot1 a {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.foot2 {
  line-height: 26px;
}

.foot2_1_1 {
  width: 1040px;
}

.foot2_1_1 .right {
  width: 520px;
  padding-left: 40px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.foot2_1_2 {
  width: 320px;
}

.foot2_1_2 a {
  text-align: left;
  display: block;
  width: 100%;
}

.foot2_1_2 a:nth-child(2) {
  padding-left: 20px;
}

.foot2_1 p {
  border-right: 0;
}

.wx_ico_t {
  position: absolute;
  right: 0px;
  top: -94px;
  padding: 0px;
  background-color: white;
  z-index: 999;
  display: none;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.4));
}

.foot .right p {
  width: 100%;
  font-size: 14px;
  text-align: left;
  height: 26px;
  line-height: 26px;
  padding: 0;
}

.wx_ico_t img {
  display: block;
}

.wx_ico_t i {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid white;
  position: absolute;
  bottom: -10px;
  left: 64px;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
}

.wx_dj {
  position: absolute;
  right: 0px;
  top: 50px;
}

.bottom_logo {
  width: 100%;
  height: 100px;
}

.bottom_logo img {
  margin-top: 27.5px;
}

.bottom_txt {
  margin-top: 10px;
}

.bottom_txt p {
  color: #111;
  width: 100%;
  text-align: left;
  line-height: 40px;
}

.bottom_code {
  width: 300px;
  margin-top: 36px;
}

.bottom_code img {
  width: 120px;
  height: 120px;
}

.bottom_code p {
  font-size: 13px;
  color: #111;
}

.dropdown {
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 20px;
}

.dropdown-toggle {
  background-color: #026d7f;
  color: white;
  padding: 5px 20px 5px 10px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  user-select: none;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  width: 1400px;
  padding: 10px 0;
}

.dropdown-menu li {
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
}

.dropdown-menu li:last-child {
  border-bottom: none;
}

.dropdown-menu li a {
  color: black;
  text-decoration: none;
  display: block;
}

.dropdown-menu li a:hover {
  background-color: #f1f1f1;
}

/* 显示下拉菜单 */
.dropdown:hover.dropdown-menu {
  display: block;
}

.fa_box {
  width: 40px;
  height: 40px;
  background-color: #58bdb5;
  border-radius: 40px;
  line-height: 40px;
  font-size: 18px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.dropdown-toggle span {
}

.dropdown-toggle .txt_i {
  width: 120px;
  text-align: left;
  margin-left: 20px;
}

.dropdown-toggle .txt_i i {
  float: right;
}

.dropdown-menu a {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  float: left;
}

.divinfoleft {
  width: 620px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ht {
  width: 100%;
  height: 336px;
  background: url("../images/lanmu.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.ht_box {
  width: 1200px;
  margin: 0 auto;
  height: 336px;
  position: relative;
  overflow: hidden;
}

.ht_box h1 {
  margin-top: 100px;
  color: white;
  margin-left: 20px;
}

.weizhiBox {
  height: 60px;
  top: -61px;
  border-top: 1px solid white;
}

.weizhiBox .left div {
  display: inline-block;
  position: relative;
}

.weizhiBox .left div b {
  width: 50px;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 4px;
}

.weizhiBox .left .active {
  font-weight: bold;
}

.weizhiBox .left .active b {
  background-color: white;
}

.weizhiBox .left div:hover {
  font-weight: bold;
}

.weizhiBox .left div:hover b {
  background-color: white;
}

.weizhiBox .right {
  width: 50px;
  margin-top: 17px;
}

.weizhiBox .right img {
  width: 36px;
  height: 36px;
}

.weizhiBox .left a {
  border-right: 1px solid white;
}

.weizhiBox .left div:last-child a {
  border-right: 0;
}

.weizhiBox .container .left div:last-child a {
  border-right: 0;
}

.dz {
  width: 100%;
  background-color: #f1f1f1;
  height: 50px;
  line-height: 50px;
  min-width: 1200px;
  font-size: 14px;
  margin-top: -60px;
  margin-bottom: 10px;
}

.dz .dz_box {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1600px) {
  .xinwenzx {
    margin-top: 2vh;
  }
}

@media (max-width: 1500px) {
  .xinwenzx {
    margin-top: 1vh;
  }

  .section_top_box {
    display: none;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .banner h1 {
    font-size: 24px;
  }

  .news-categories {
    flex-direction: column;
  }

  .about {
    flex-direction: column;
  }

  .business-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-content {
    flex-direction: column;
    gap: 30px;
  }
}

.qiehuan h2 {
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

.qiehuan h2.active {
  color: #008080;
  font-weight: 600;
}

.qiehuan {
  position: relative;
}
