body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Microsoft Yahei";
  font-size: 15px;
  line-height: 28px;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  color: #1e1e1e;
  overflow-x: hidden;
  height: 100%;
}

a:hover {
  color: #770510 !important;
  transition: 1s;
}

a:hover h1 {
  color: #770510 !important;
  transition: 1s;
}

a:hover h2 {
  color: #770510 !important;
  transition: 1s;
}

a:hover h3 {
  color: #770510 !important;
  transition: 1s;
}

.container {
  padding: 0;
}

.kuang {
  position: relative;
}

.hide {
  display: none;
}

.c {
  clear: both;
}

header {
  display: block;
}

.wap_nav {
  display: none;
}

.more {
  transition: all 0.3s ease; /* 添加过渡效果使变化更平滑 */
  box-shadow: 0 0 0 rgba(255, 255, 255, 0); /* 初始状态无阴影 */
  transform: scale(1); /* 初始状态正常大小 */
}

.more:hover {
  box-shadow: 0 0 15px rgba(234, 85, 4, 0.2); /* 悬停时白色发光边缘 */
  transform: scale(1.05); /* 悬停时轻微放大 */
}

.navbtn img {
  width: 36px;
  height: 26px;
}

.viewall {
  font-size: 16px;
  padding-bottom: 8px;
  display: block;
  border-bottom: 1px solid;
  color: #1e1e1e;
  text-transform: uppercase;
}

#pc1 {
  background: url(/static/images/fly_bg.png) no-repeat;
  width: 296px;
  height: 383px;
  object-fit: cover;
  position: relative;
  z-index: 100000 !important;
}

.close_btn {
  bottom: -46px;
  right: 7px;
  position: absolute;
  right: 0;
  background: url(/static/images/fly_close.png) no-repeat;
  width: 31px;
  height: 31px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100%;
}

#pc1 a {
  background: url(/static/images/konw.png) no-repeat;
  width: 206px;
  height: 50px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 10000;
  bottom: 50px;
}

#pc1 h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #8a7451;
}

#pc1 h2 {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  color: #8a7451;
}

/* common */

/* header  */
header {
  width: 100%;
  background: linear-gradient(to bottom, #00000069, #ffffff00);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}

header .gray {
  box-shadow: 1px 10px 1px #313132;
}

header .container {
  height: 108px;
  border-bottom: 3px solid #fff;
}

header .logo {
  float: left;
  margin-top: 48px;
}

header .logo img {
  object-fit: cover;
  width: 114px;
  height: 41px;
}

header .nav_list {
  margin-top: 38px;
  width: 880px;
  height: 58px;
  float: right;
}

header .nav_list .one {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 120px;
  line-height: 58px;
  position: relative;
}

header .nav_list .one:hover::before {
  border-bottom: 5px solid #ea5504;
  content: "";
  left: 50%;
  transform: translate(-50%);
  bottom: -13px;
  position: absolute;
  height: 100%;
  width: 100%;
}

header .nav_list .one .sele::before {
  border-bottom: 5px solid #ea5504;
  content: "";
  left: 50%;
  transform: translate(-50%);
  bottom: -13px;
  position: absolute;
  height: 100%;
  width: 100%;
}

header .nav_list .one .out {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 58px;
}

header .nav_list .one .in {
  padding: 10px 0;
  background: #fff;
  border-radius: 10px;
  display: none;
  position: absolute;
}

header .nav_list .one .in ul li {
  border-radius: 5px;
  height: 45px;
  position: relative;
  line-height: 45px;
  padding-right: 10px;
}

header .nav_list .one .in ul li:hover {
  background: #f4f4f4;
  transition: 1s;
}

header .nav_list .one:hover .in {
  display: block;
}

header .nav_list .one .in ul {
  float: left;
  border-right: 1px solid #ddd;
  padding-right: 10px;
  padding-left: 10px;
}

header .nav_list .one .in ul:last-child {
  border-right: none;
}

header .nav_list .one .in ul li:hover::before {
  content: none !important;
  position: absolute;
  width: 1px;
  height: 14px;
  background: #313132;
  left: 10px;
  top: 17px;
}

header .nav_list .one .in ul li::marker {
  content: none !important;
  display: none;
}

header .nav_list .one .in ul li a {
  color: #1e1e1e;
  line-height: 45px;
  padding-left: 20px;
  display: block;
  text-align: left;
}

header .nav_list .sele::after {
  border-bottom: 5px solid #ea5504;
  content: "";
  left: 50%;
  transform: translate(-50%);
  bottom: -13px;
  position: absolute;
  height: 100%;
  width: 100%;
}

header .menu {
  float: right;
  margin-left: 45px;
  margin-top: 20px;
}

header .menu img {
  width: 24px;
  height: 19px;
  object-fit: cover;
}

header .tel {
  float: right;
  margin-top: 20px;
  vertical-align: middle;
  margin-left: 50px;
  width: 191px;
}

header .tel img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  float: left;
  margin-right: 13px;
  margin-top: 10px;
}

header .tel div span:first-child {
  display: block;
  margin-left: 13px;
  font-size: 12px;
  color: #8d8d8d;
}

header .tel div span:nth-child(2) {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #1e1e1e;
}

.nav_show {
  width: 100%;
  height: 628px;
  background: #fff;
  position: fixed;
  z-index: 10000000;
  top: 68px;
  display: none;
}

.nav_show .top {
  margin-top: 124px;
  font-size: 20px;
  line-height: 60px;
  border-bottom: 1px solid #d6d6d6;
  width: 80%;
}

.nav_show .top a {
  color: #313132;
}

.nav_show .under {
  margin-top: 20px;
  display: inline-block;
  margin-right: 97px;
}

.nav_show .under a {
  display: block;
  color: #626262;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
}

.nav_show .close {
  position: absolute;
  bottom: 65px;
  right: 150px;
  width: 17px;
  height: 17px;
}

.nav_show .close {
  width: 17px;
  height: 17px;
  object-fit: cover;
}

.nav_level {
  display: flex;
  justify-content: center;
  height: 58px;
  position: fixed;
  top: 68px;
  z-index: 10000;
  background: #fff;
  width: 100%;
  border: 1px solid #e5e5e5;
}

.nav_level a {
  display: flex;
  justify-content: center;
  margin-left: 28px;
  margin-right: 28px;
  font-size: 14px;
  line-height: 58px;
  color: #353535;
  position: relative;
}

.nav_level a::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 58px;
  height: 3px;
  background: #446ec5;
  display: none;
}

.nav_level .top {
  font-weight: bold;
  margin-right: 0;
}

.nav_level .top span {
  margin-left: 25px;
  color: #dadada;
  font-size: 14px;
  font-weight: normal;
}

.nav_level .sele::before {
  display: block;
}

/* banner */

#pc_banner {
  display: block;
}

.banner .swiper-pagination-bullets {
  transform: translate(-50%);
  left: 50% !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
  width: 30px !important;
  border-radius: 10px !important;
}

#wap_banner {
  display: none;
}

#wap_banner .swiper-slide {
  height: 400px;
}

.banner {
  position: relative;
  width: 100%;
  height: 729px;
}

.banner_in {
  position: relative;
  background: #ecf1df;
  width: 100%;
  height: 729px;
  margin-top: 126px;
}

.banner .swiper-slide {
  height: 729px;
}

.banner_in .swiper-slide {
  height: 729px;
}

/* 默认样式 */
.pc_nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

.pc_nav .container {
  height: 108px;
  border-bottom: 3px solid #fff;
  transition: all 0.3s ease;
}

/* 导航链接默认颜色 */
.nav_list .one a {
  color: #fff; /* 默认白色文字 */
  transition: color 0.3s ease;
}

/* 滚动后的样式 */
.scrolled {
  background: #fff;
  opacity: 0.8;
}

.scrolled .container {
  border-bottom-color: #313132; /* 黑色下边框 */
}

.scrolled .nav_list .one a {
  color: #313132; /* 黑色文字 */
}
/* General Reset and Base Styles */
.c {
  clear: both;
}

/* Common Title Styles */
.common_title {
  text-align: center;
  margin-bottom: 60px;
}

.common_title h1 {
  font-size: 40px;
  font-weight: bold;
  color: #313132;
}

/* Part 1 Styles */
.part1 {
  padding: 50px 0;
  background: #f6f7f8;
}

.part1 .top {
  margin-bottom: 30px;
}

.part1 .top .container .row div {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

.part1 .under {
  margin-top: 30px;
}

.part1 .under .in {
  display: block;
  width: 100%;
  padding-bottom: 100%; /* Creates square */
  position: relative;
  margin-bottom: 20px;
  background-size: cover !important;
  background-position: center !important;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease; /* Smooth hover transition */
}

.part1 .under .in .gray {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* Transparent overlay/mask */
.part1 .under .in .gray::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
  z-index: 1; /* Ensure it's above the background but below content */
  pointer-events: none; /* Allows clicks to pass through */
}

/* Image styling - centered */
.part1 .under .in img {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  z-index: 2;
  transition: all 0.3s ease; /* Smooth hover transition */
  object-fit: contain;
}

/* Text button styling */
.part1 .under .in .r {
  position: absolute;
  bottom: 28%;
  left: 50%;
  transform: translateX(-50%);
  /*background: white;*/
  padding: 10px 10px;
  border-radius: 1px;
  text-align: center;
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
  transition: all 0.3s ease;
  min-width: 100%;
  z-index: 100;
}

.part1 .under .in .r h1 {
  font-size: 28px;
  color: #fff;
  text-align: center;
}

/* Hover effects */
.part1 .under .in:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.part1 .under .in:hover img {
  transform: translate(-50%, -50%) scale(1.2); /* Slight zoom */
}

.part1 .under .in:hover .r h1{
    color:#fff!important;
}

.part1 .under .in:hover .gray {
  opacity: 0;
  transition: 1s;
}

/* Part 2 Styles with Hover Effects */
.part2 {
  padding: 40px 0;
  background: #f6f7f8;
}

.part2 .under .in {
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
  color: #313132;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  position: relative;
  height: 500px;
}

/* Background image container */
.part2 .under .in img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}

/* Text content overlay */
.part2 .under .in .r {
  padding: 20px;
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 100%;
}

.part2 .under .in .r h1 {
  font-size: 17px;
  color: #313132;
  margin-bottom: 5px;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 90%;
}

.part2 .under .in .r h2 {
  font-size: 28px;
  font-weight: bold;
  color: #313132;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}

/* The description text - initially hidden */
.part2 .under .in .r h1:nth-of-type(2) {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  transition: all 0.5s ease;
}

/* "Learn more" link */
.part2 .under .in .r h1:last-child {
  color: #313132;
  margin-top: 15px;
  transition: all 0.3s ease;
}

/* Hover Effects */
.part2 .under .in:hover {
  transform: translateY(-5px);
}

.part2 .under .in:hover img {
  transform: scale(1.05); /* Background zoom effect */
}

.part2 .under .in:hover .r {
}

.part2 .under .in:hover .r h1,
.part2 .under .in:hover .r h2 {
  color: white !important; /* All text turns white on hover */
}

.part2 .under .in:hover .r h1:nth-of-type(2) {
  opacity: 1;
  max-height: 100px; /* Adjust based on your content */
  margin-bottom: 10px;
}

.part2 .under .in:hover .r h1:last-child {
  color: #fff !important; /* Brighter blue for "Learn more" on hover */
}

/* Part 3 Styles */
/* Part 3 Styles with Vertical Dividers */
.part3 {
  padding: 40px 0;
  background: #f6f7f8;
}

.part3 .under {
  position: relative;
}

.part3 .under .row {
  position: relative;
}

/* Vertical divider - added between columns */
.part3 .under .row > div:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background-color: #ddd;
}

.part3 .under .in {
  display: block;
  text-align: center;
  padding: 30px;
  margin-bottom: 20px;
  background: #f5f5f7;
  border-radius: 8px;
  text-decoration: none;
  color: #313132;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
}

.part3 .under .in:hover {
  background: #e9ecef;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.part3 .under .in h1 {
  font-size: 66px;
  color: #2183e9;
  margin-bottom: 10px;
}

.part3 .under .in h2 {
  font-size: 17px;
  color: #313132;
  line-height: 26px;
}

.part3 .under .in h1.count {
  font-size: 66px;
  color: #2183e9;
  margin-bottom: 10px;
  font-weight: bold;
  transition: all 0.3s ease;
}

/* Add slight scaling effect on hover */
.part3 .under .in:hover h1.count {
  transform: scale(1.05);
}

/* Part 4 Styles */
.part4 {
  padding: 40px 0;
  background-color: #f5f5f7;
}

.part4 .swiper-container {
  padding: 10px 30px;
}

.part4 .under .in {
  display: block;
  text-decoration: none;
  color: #313132;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.part4 .under .in:hover img {
  transform: scale(1.05); /* Background zoom effect */
  transition: 1s;
}

.part4 .under .in h1 {
  font-size: 28px;
  color: #313132;
  margin: 0 auto;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}

.part4 .under .in img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.part4 .under .in .r {
  padding: 20px;
}

.part4 .under .in .r h1 {
  font-size: 28px;
  color: #313132;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}

.part4 .under .in .r h2 {
  font-size: 17px;
  color: #313132;
  margin: 0 auto;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 90%;
}

.part4 .swiper-button-prev {
  background: url(/static/images/prev_icon.png) #ecedee no-repeat center;
  width: 50px;
  height: 50px;
  background-size: 10px 18px;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.part4 .swiper-button-next {
  background: url(/static/images/next_icon.png) #ecedee no-repeat center;
  width: 50px;
  height: 50px;
  background-size: 10px 18px;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.part4 .pinpai {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  width: 100%;
  margin: 0 auto;
  gap: 50px;
}

.part4 .pinpai img {
  width: 244px;
  height: 60px;
  object-fit: contain;
  /*filter: grayscale(100%);*/
  /*opacity: 0.7;*/
  transition: all 0.3s ease;
}

.part4 .pinpai img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
  color: #0066cc !important;
}

/* Part 5 Styles */
.part5 {
  padding: 40px 0;
  background: #f6f7f8;
}

.part5 .under .in {
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  position: relative;
  height: 500px;
}

/* Background image container */
.part5 .under .in img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}

/* Text content overlay */
.part5 .under .in .r {
  padding: 20px;
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 100%;
}

.part5 .under .in .r h1 {
  font-size: 17px;
  color: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}

.part5 .under .in .r h2 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}

/* The description text - initially hidden */
.part5 .under .in .r h1:nth-of-type(2) {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  transition: all 0.5s ease;
}

/* "Learn more" link */
.part5 .under .in .r h1:last-child {
  color: #fff;
  transition: all 0.3s ease;
}

/* Hover Effects */
.part5 .under .in:hover {
  transform: translateY(-5px);
}

.part5 .under .in:hover img {
  transform: scale(1.05); /* Background zoom effect */
}

.part5 .under .in:hover .r {
}

.part5 .under .in:hover .r h1,
.part5 .under .in:hover .r h2 {
  color: white !important; /* All text turns white on hover */
}

.part5 .under .in:hover .r h1:nth-of-type(2) {
  opacity: 1;
  max-height: 100px; /* Adjust based on your content */
  margin-bottom: 10px;
}

.part5 .under .in:hover .r h1:last-child {
  color: #fff !important; /* Brighter blue for "Learn more" on hover */
}

.part5 .col-lg-4:first-child a {
  height: 147px;
}

/* Part 6 Styles */
.part6 {
  padding: 40px 0;
  background-color: #f5f5f7;
  padding-bottom: 150px;
}

.part6 .under .in {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  color: #313132;
  overflow: hidden;
  border-radius: 20px;
}

.part6 .under .in img {
  width: 100%;
  height: 435px;
  object-fit: cover;
  border-radius: 20px;
}

.part6 .under .in .r h1 {
  font-size: 17px;
  margin-top: 50px;
  margin-bottom: 25px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  width: 90%;
  height: 290px;
}

.part6 .under .in .r h2 {
  font-size: 17px;
  color: #666;
  margin-bottom: 25px;
}

.part6 .under .in .r h3 {
  font-size: 1rem;
  color: #666;
  line-height: 1.4;
}

.part6 .under .in .r a {
  width: 165px;
  height: 60px;
  line-height: 60px;
  border-radius: 20px;
  display: inline-block;
}

.part6 .under .in .r a:first-of-type {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-right: 35px;
}

.part6 .under .in .r a:first-of-type:hover {
  color: #000 !important;
  background: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 20px;
  border: 1px solid #000;
  transition: 1s;
}

.part6 .under .in .r a:last-child {
  color: #000;
  background: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 20px;
  border: 1px solid #000;
}

.part6 .under .in .r a:last-child:hover {
  background: #000;
  color: #fff !important;
  text-align: center;
  font-size: 20px;
  margin-right: 35px;
  transition: 1s;
}

.part6 .under .in .r a:first-of-type .icon1 {
  display: inline-block;
}
.part6 .under .in .r a:first-of-type .icon2 {
  display: none;
}

.part6 .under .in .r a:last-child .icon2 {
  display: inline-block;
}
.part6 .under .in .r a:last-child .icon1 {
  display: none;
}

.part6 .under .in .r img {
  width: 30px;
  height: 20px;
  object-fit: contain;
  display: inline-block;
  margin-left: 40px;
}

.part6 .under .in img:hover {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.8); /* 悬停时白色发光边缘 */
  transform: scale(1.05); /* 悬停时轻微放大 */
  transition: 1s;
}

.part6 .under .in .r a:first-of-type:hover .icon1 {
  display: none;
}
.part6 .under .in .r a:first-of-type:hover .icon2 {
  display: inline-block;
}

.part6 .under .in .r a:last-child:hover .icon1 {
  display: inline-block;
}
.part6 .under .in .r a:last-child:hover .icon2 {
  display: none;
}

.part7 {
  padding: 40px 0;
  background-color: #f5f5f7;
  position: relative;
}
.part7 .bg {
  background: #fff;
  height: 55%;
  width: 100%;
  bottom: 0;
  position: absolute;
}

.part7 .under .in {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  color: #313132;
  overflow: hidden;
}

.part7 .under .in .r h1 {
  font-size: 25px;
  margin-top: 50px;
  margin-bottom: 25px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}

.part7 .under .in .r h2 {
  font-size: 17px;
  color: #666;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}

.part7 .under .in .r h3 {
  font-size: 17px;
  margin-top: 25px;
  line-height: 26px;
  width: 90%;
}

.part7 .under .in:hover img {
  transform: scale(1.05); /* 悬停时轻微放大 */
  transition: 1s;
}

.part7 .under .in img {
  width: 100%;
  height: 266px;
  object-fit: cover;}

.part7 .under .right {
  border-radius: 20px;
  background: #fff;
  height: 500px;
  overflow: auto;
}

.part7 .under .right .in {
  width: 90%;
  margin: 0 auto;
  border-radius: 0;
}

.part7 .under .right .in h1 {
  font-size: 25px;
  margin-top: 50px;
  margin-bottom: 25px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}

.part7 .under .right .in h2 {
  font-size: 17px!important;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}

/* 修改 .part7 .under .right 模块的滚动条样式 */
.part7 .under .right {
  /* 确保元素可以滚动 */
  overflow: auto;

  /* Firefox 滚动条样式 */
  scrollbar-width: thin;
  scrollbar-color: #999999 #f0f0f0;
}

/* Webkit 浏览器滚动条样式 */
.part7 .under .right::-webkit-scrollbar {
  width: 2px;
  height: 8px; /* 如果是水平滚动条 */
}

.part7 .under .right::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}

.part7 .under .right::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 4px;
}

.part7 .under .right::-webkit-scrollbar-thumb:hover {
  background-color: #999999;
}

.foot .left .logo {
  margin: 60px 0;
  display: block;
}

.foot .right {
  margin: 60px 0;
}

.foot .left .contact {
  margin-bottom: 30px;
}

.foot .left .contact img {
    display: inline-block;
    vertical-align: middle;
}

.foot .left .contact h1 {
    font-size: 18px;
    color: #8d8d8d;
    /* margin-bottom: 10px; */
    display: inline-block;
    line-height: 35px;
    /* margin-top: 10px; */
    margin-left: 10px;
}

.foot .left .contact .col-lg-10 {
  padding: 0;
}

.foot .left .contact h2 {
  font-size: 17px;
  color: #1e1e1e;
}

.foot .left .contact h3{
    display: none;
}

.foot .left .contact h4{
    display: none;
}

.foot .left .contact .col-2 {
  padding: 0;
}
.foot .left .contact .col-2 img {
  width: 40px;
  height: 40px;
  margin-top: 5px;
}

.foot .left .contact:last-of-type h2 {
  width: 400px;
}

.foot .right a {
  font-size: 13px;
  color: #1e1e1e;
}

.foot .right .under {
  margin-top: 35px;
}

.foot .right .under a {
  display: block;
  margin-top: 20px;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #1e1e1e;
}

.footer a {
  color: #1e1e1e;
  text-align: center;
  display: block;
}

.wap_footer {
  display: none;
}


#head_144 .tell{
    font-size: 15px!important;
    width: 150px!important;
}
#head_144 .tell2{
    font-size: 15px!important;
    width: 200px!important;
}

#head_144 .navL{
    width: 55%!important;
}
