a:hover {
  color: #00a6e9;
}
.swiper-pagination-bullet-active {
  background-color: #00a6e9 !important;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
  background-color: transparent;
}
.header .page {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .logo a {
  display: inline-block;
}
.header .logo a:last-child {
  display: none;
}
.header .rg {
  margin-left: 80px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.header .search {
  position: relative;
  cursor: pointer;
  background: transparent;
}
.header .search > .iconfont {
  line-height: 79px;
  font-size: 24px;
  color: #fff;
  transition: color 0.3s ease;
  background: transparent;
  display: inline-block;
  line-height: 1;
}
.header .search:hover > .iconfont {
  color: #00a6e9;
}
.header .search .box {
  position: absolute;
  top: calc(100% + 27px);
  right: -20px;
  width: 300px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
}
.header .search:hover .box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .search .sear-w {
  display: flex;
  border: 1px solid #ddd;
  overflow: hidden;
}
.header .search .sear-w input {
  flex: 1;
  padding: 10px 15px;
  border: none;
  outline: none;
  font-size: 14px;
}
.header .search .sear-w button {
  padding: 10px 20px;
  background-color: #00a6e9;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.header .search .sear-w button:hover {
  background-color: #008bc7;
}
.header .shuxian {
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s ease;
}
.header .language {
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  padding: 0 10px;
  transition: background-color 0.3s ease;
  z-index: 100;
}
.header .language:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header .language select {
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  padding: 0 25px 0 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
  transition: color 0.3s ease, background-image 0.3s ease;
  min-width: 80px;
}
.header .language select option {
  background: #fff;
  color: #333;
  padding: 10px;
}
.header .head-tel {
  display: flex;
  align-items: center;
}
.header .head-tel .iconfont {
  font-size: 30px;
  color: #fff;
  margin-right: 10px;
  transition: color 0.3s ease;
}
.header .head-tel p {
  font-size: 13px;
  color: #fff;
  margin-top: 2px;
  transition: color 0.3s ease;
}
.header .head-tel span {
  font-size: 22px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #fff;
  transition: color 0.3s ease;
}
.header.header-scrolled {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header.header-scrolled .logo a:first-child {
  display: none;
}
.header.header-scrolled .logo a:last-child {
  display: inline-block;
}
.header.header-scrolled .shuxian {
  background-color: rgba(0, 0, 0, 0.2);
}
.header.header-scrolled .search > .iconfont {
  color: #333;
}
.header.header-scrolled .search > .iconfont:hover {
  color: #00a6e9;
}
.header.header-scrolled .language select {
  color: #333;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
}
.header.header-scrolled .language:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.header.header-scrolled .nav-list > li > a {
  color: #333;
}
.header.header-scrolled .nav-list > li > a:hover {
  color: #00a6e9;
  border-bottom-color: #00a6e9;
}
.header.header-scrolled .nav-list .active > a {
  color: #00a6e9;
  border-bottom-color: #00a6e9;
}
.header.header-scrolled .head-tel .iconfont {
  color: #00a6e9;
}
.header.header-scrolled .head-tel p {
  color: #00a6e9;
}
.header.header-scrolled .head-tel span {
  color: #00a6e9;
}
/* nav */
.nav {
  display: flex;
  flex: 1;
  margin-left: 10%;
  align-items: center;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 79px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  color: #fff;
  transition: color 0.3s ease;
  border-bottom: 3px solid transparent;
  transition: border-bottom-color 0.3s ease;
}
.nav-list > li > a:hover {
  border-bottom-color: #00a6e9;
}
.nav-list > li .erji2 {
  min-width: 180px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  display: flex;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
  padding-top: 1px;
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  background-color: #fff;
  margin-bottom: 1px;
}
.nav-list > li .erji2 ul li a {
  line-height: 45px;
  font-size: 15px;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #00a6e9;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover > a {
  color: #00a6e9;
}
.nav-list > li:hover > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list > li:hover > a::after {
  width: 90%;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a {
  color: #00a6e9;
  border-bottom-color: #00a6e9;
}
/* 搜索 */
.search {
  background-color: #e7e7e7;
}
.search .page {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}
.search .page .keywo {
  display: flex;
  align-items: center;
}
.search .page .keywo > p {
  display: flex;
  align-items: center;
  color: #333;
}
.search .page .keywo > p i {
  font-size: 24px;
  margin-right: 5px;
}
.search .page .keywo a {
  font-size: 15px;
  margin-right: 10px;
  padding-right: 10px;
  color: #666;
}
.search .page .keywo a:last-child {
  border: none;
}
.search .page .keywo a:hover {
  color: #00a6e9;
}
.search .page .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 20px;
}
.search .page .sear-w input {
  width: 200px;
  height: 40px;
  padding: 0 25px;
  border: none;
}
.search .page .sear-w input:focus {
  outline: none;
}
.search .page .sear-w button {
  width: 40px;
  height: 40px;
  color: #fff;
  background: #00a6e9;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
  border-radius: 20px;
}
.search .page .sear-w button:hover {
  background: #fc6902;
  transition: all 0.1s linear;
}
/*网站标题*/
.wz-bt {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.wz-bt .title-wb {
  display: flex;
}
.wz-bt .title-wb .pic-t {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
}
.wz-bt .title-wb .pic-t img {
  height: 38px;
}
.wz-bt .title-wb p {
  font-size: 53px;
  position: relative;
  font-weight: bold;
  color: #0942aa;
}
.wz-bt span {
  font-size: 22px;
  margin-top: 10px;
  color: #444;
}
.pro-w {
  padding: 60px 0 70px;
  background-color: #f9f9f9;
}
.pro-w .pro-cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 300px);
  gap: 15px;
  width: 100%;
  max-width: 1520px;
  margin: 50px auto;
}
.pro-w .pro-cont li {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.pro-w .pro-cont li .homepro_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.pro-w .pro-cont li .pro-pic {
  position: absolute;
  z-index: 2;
}
.pro-w .pro-cont li .pro-box {
  position: absolute;
  z-index: 3;
}
.pro-w .pro-cont li .pro-box h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0942aa;
  margin-bottom: 10px;
}
.pro-w .pro-cont li .pro-box p {
  font-size: 14px;
  color: #0942aa;
  margin-bottom: 15px;
}
.pro-w .pro-cont li .pro-box a {
  display: inline-block;
  padding: 2px 10px;
  background-color: #00a6e9;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.pro-w .pro-cont li .pro-box a:hover {
  background-color: #fff;
  color: #00a6e9;
}
.pro-w .pro-cont .classpro1 {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.pro-w .pro-cont .classpro1 .pro-pic {
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 80%;
  max-height: 50%;
  object-fit: contain;
}
.pro-w .pro-cont .classpro1 .pro-box {
  padding: 40px 20px 0 60px;
  top: 25px;
  left: 25px;
  right: 25px;
}
.pro-w .pro-cont .classpro2 {
  grid-column: 2;
  grid-row: 1;
}
.pro-w .pro-cont .classpro2 .pro-pic {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 60%;
  height: auto;
  object-fit: contain;
}
.pro-w .pro-cont .classpro2 .pro-box {
  width: 45%;
  top: 25px;
  right: 25px;
  bottom: 25px;
}
.pro-w .pro-cont .classpro2 .pro-box h2 {
  font-size: 18px;
}
.pro-w .pro-cont .classpro3 {
  grid-column: 3;
  grid-row: 1;
}
.pro-w .pro-cont .classpro3 .pro-pic {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 60%;
  height: auto;
  object-fit: contain;
}
.pro-w .pro-cont .classpro3 .pro-box {
  width: 45%;
  top: 25px;
  left: 25px;
  bottom: 25px;
}
.pro-w .pro-cont .classpro3 .pro-box h2 {
  font-size: 18px;
}
.pro-w .pro-cont .classpro4 {
  grid-column: 2 / span 2;
  grid-row: 2;
}
.pro-w .pro-cont .classpro4 .pro-pic {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.pro-w .pro-cont .classpro4 .pro-box {
  top: 25px;
  left: 50px;
  bottom: 25px;
}
.pro-w .pro-cont .classpro4 .pro-box h2 {
  font-size: 18px;
}
.app-w {
  overflow: hidden;
  padding: 60px 0 80px 0;
  background-color: #f5f5f5;
}
.app-w .wz-bt {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 8%;
}
.app-w .app-con {
  margin-top: 40px;
  position: relative;
}
.app-w .app-con .swiper {
  overflow: visible;
}
.app-w .app-con .swiper-slide {
  width: 56%;
  margin: 0 1%;
  height: 600px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.app-w .app-con .swiper-slide .slide-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s linear;
}
.app-w .app-con .swiper-slide .slide-content {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 3;
  display: none;
}
.app-w .app-con .swiper-slide .slide-content h2 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}
.app-w .app-con .swiper-slide .slide-content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.app-w .app-con .swiper-slide .slide-content span {
  display: inline-block;
  padding: 6px 18px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 14px;
  border-radius: 18px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.app-w .app-con .swiper-slide .slide-content:hover span {
  background: #fff;
  color: #333;
}
.app-w .app-con .swiper-slide.swiper-slide-active .slide-content {
  display: block;
}
.app-w .app-con .swiper-slide.swiper-slide-active:hover .slide-bg {
  transform: scale(1.05);
}
.app-w .app-con .btn {
  width: 56%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-w .app-con .btn div {
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
.app-w .app-con .btn div::after {
  content: '';
  width: 25px;
  height: 25px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.app-w .app-con .btn div:hover::after {
  border-color: #00a6e9;
}
.app-w .app-con .btn .app-prev::after {
  transform: rotate(45deg);
  margin-left: 8px;
}
.app-w .app-con .btn .app-next::after {
  transform: rotate(-135deg);
  margin-right: 8px;
}
.app-w .app-con .app-pagination {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
}
.app-w .app-con .app-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #b4bdbd;
  opacity: 1;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.app-w .app-con .app-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #858686;
}
.app-w .app-con .app-pagination .swiper-pagination-bullet:hover {
  background: #858686;
}
.intr-w {
  padding: 120px 0;
  background: url(../images/intr-bg.jpg) center / cover no-repeat;
}
.intr-w .con {
  width: 68%;
}
.intr-w .con h1 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.intr-w .con h2 {
  font-size: 32px;
  margin-top: 20px;
  color: #fff;
}
.intr-w .con .text {
  margin-top: 20px;
  line-height: 1.8;
  font-size: 18px;
  color: #fff;
}
.intr-w .con ul {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 40px;
}
.intr-w .con ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease;
}
.intr-w .con ul li:hover {
  background: rgba(255, 255, 255, 0.2);
}
.intr-w .con ul li img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 20px;
}
.intr-w .con ul li h4 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.intr-w .con ul li p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.intr-w .con .more {
  display: inline-block;
  padding: 8px 25px;
  background-color: #e74c3c;
  margin-top: 40px;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.intr-w .con .more:hover {
  background-color: #c0392b;
  transform: translateX(5px);
}
.choose-w {
  padding: 50px 0;
  background-color: #fff;
}
.choose-w .wz-bt {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 8%;
}
.choose-w ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 1600px;
  margin: 50px auto 0;
  padding: 0 20px;
}
.choose-w ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}
.choose-w ul li img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 15px;
}
.choose-w ul li p {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin: 0;
}
.ser-w {
  padding: 40px 0;
  background: url(../images/ser-bg.png) center / cover no-repeat;
}
.ser-w .page {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.ser-w .lf {
  width: 33%;
}
.ser-w .lf h2 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 30px;
}
.ser-w .lf .tel-ser {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ser-w .lf .tel-ser i {
  font-size: 36px;
  color: #fff;
}
.ser-w .lf .tel-ser p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.ser-w .lf .tel-ser h4 {
  font-size: 28px;
  font-weight: bold;
  color: #e0060e;
  margin: 0;
}
.ser-w .rg {
  flex: 1;
}
.ser-w .rg ul {
  display: flex;
  gap: 20px;
}
.ser-w .rg ul li {
  width: calc(17% - 17px);
  position: relative;
  padding-left: 30px;
}
.ser-w .rg ul li .celang {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 80px;
  background-color: #fff;
}
.ser-w .rg ul li .celang::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background-color: #e74c3c;
  border: 3px solid #fff;
  border-radius: 50%;
}
.ser-w .rg ul li img {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-bottom: 10px;
}
.ser-w .rg ul li p {
  font-size: 12px;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}
.team-w {
  padding: 80px 0;
  background: url(../images/team-bg.jpg) center / cover no-repeat;
}
.team-w .wz-bt {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 8%;
}
.team-w .page {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
}
.team-w .page ul {
  display: flex;
  justify-content: center;
  gap: 120px;
  margin-top: 80px;
}
.team-w .page ul li {
  width: 25%;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.team-w .page ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #00a6e9;
  transition: width 0.3s ease;
}
.team-w .page ul li:hover::after {
  width: 100%;
}
.team-w .page ul li:hover .pic {
  transform: scale(1.1);
}
.team-w .page ul li .pic {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.team-w .page ul li .pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.team-w .page ul li h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.team-w .page ul li p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
.team-w .page ul li .logo {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.team-w .page ul li .logo a {
  display: inline-block;
}
.team-w .page ul li .logo a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  transition: all 0.3s ease;
}
.team-w .page ul li .logo a img:hover {
  transform: scale(1.2);
}
.case-w {
  padding: 80px 0;
  background-color: #fff;
}
.case-w .wz-bt {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 8%;
}
.case-w .case-con {
  margin-top: 50px;
  padding: 0 20px;
}
.case-w .case-con ul {
  display: flex;
  gap: 10px;
}
.case-w .case-con ul li {
  width: 20%;
  text-align: center;
  border: 1px solid #00a6e9;
  overflow: hidden;
  transition: all 0.3s ease;
}
.case-w .case-con ul li:hover {
  box-shadow: 0 5px 20px rgba(0, 166, 233, 0.3);
  transform: translateY(-5px);
}
.case-w .case-con ul li .pic {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.case-w .case-con ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-w .case-con ul li h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding: 35px 15px;
  margin: 0;
}
.news-w {
  padding: 70px 0 120px;
  background: #f5f5f5;
}
.news-w .page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 50px;
  align-items: stretch;
}
.news-w .lf {
  width: 18%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-w .lf .title-news {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.news-w .lf .title-news img {
  margin-top: 10px;
  width: 20px;
  height: 20px;
}
.news-w .lf .title-news p {
  font-size: 50px;
  font-weight: bold;
  color: #0942aa;
  text-align: left;
  line-height: 1.2;
}
.news-w .lf > a {
  display: inline-block;
  padding: 5px 20px;
  background-color: #e0060e;
  color: #fff;
  font-size: 14px;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease;
  width: fit-content;
}
.news-w .lf > a:hover {
  background-color: #c0050c;
}
.news-w .news-box {
  margin-top: 20px;
  flex: 1;
}
.news-w .news-box ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news-w .news-box ul li {
  width: 100%;
  position: relative;
  border-top: 1px solid #000;
}
.news-w .news-box ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 4px;
  background-color: #e0060e;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
  z-index: 1;
}
.news-w .news-box ul li:hover::before {
  transform: scaleY(1);
}
.news-w .news-box ul li > a {
  display: block;
  padding: 35px 30px 30px;
  transition: all 0.3s ease;
}
.news-w .news-box ul li > a:hover {
  transform: translateX(5px);
}
.news-w .news-box ul li .text {
  display: flex;
  align-items: center;
  gap: 80px;
}
.news-w .news-box ul li .text > em {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  padding-left: 25px;
  min-width: 120px;
  text-align: left;
}
.news-w .news-box ul li .text > em::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #333;
}
.news-w .news-box ul li .text .content {
  flex: 1;
  margin-right: -40px;
}
.news-w .news-box ul li .text .content p {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 10px 0;
}
.news-w .news-box ul li .text .content span {
  font-size: 14px;
  color: #808080;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w .news-box ul li .text .arrow-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.news-w .news-box ul li:hover .arrow-btn {
  background: #e0060e;
  border-color: #e0060e;
  color: #fff;
}
.links {
  background-image: url('../images/link-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 120px 0;
}
.links .page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.links .page .wz-bt {
  text-align: center;
}
.links .page .wz-bt .title-wb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}
.links .page .wz-bt .title-wb .pic-t img {
  width: 15px;
  height: auto;
}
.links .page .wz-bt .title-wb p {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.links .page .wz-bt span {
  display: block;
  font-size: 22px;
  color: #fff;
  margin-bottom: 40px;
}
.links .page .wz-bt a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 10px 25px;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.links .page .wz-bt a i {
  margin-left: 8px;
}
.links .page .wz-bt a:hover {
  background: rgba(255, 255, 255, 0.4);
}
.footer {
  background-image: url('../images/footer-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 80px 0 40px;
}
.footer a {
  color: #fff;
  transition: color 0.3s ease;
}
.footer a:hover {
  color: #00a6e9;
}
.footer h5 {
  color: #00a6e9;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.footer h5::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #00a6e9;
}
.footer .page {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
}
.footer .page .footer-content {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding-bottom: 40px;
}
.footer .page .footer-content .footer-header {
  width: 25%;
  padding-right: 5%;
}
.footer .page .footer-content .footer-header .footer-logo {
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
}
.footer .page .footer-content .footer-header .welcome-text {
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}
.footer .page .footer-content .footer-sections {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer .page .footer-content .footer-sections .section {
  flex: 1;
}
.footer .page .footer-content .footer-sections .section ul li {
  margin-bottom: 12px;
}
.footer .page .footer-content .footer-sections .section ul li a {
  font-size: 14px;
}
.footer .page .footer-content .footer-sections .section ul li i {
  margin-right: 8px;
  color: #e0060e;
}
.footer .page .footer-content .footer-sections .section.contact-section ul li {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 15px;
}
.footer .page .footer-content .footer-sections .section.contact-section ul li:first-child {
  font-size: 18px;
  font-weight: bold;
}
.footer .page .footer-content .footer-sections .section.contact-section ul li i {
  margin-right: 10px;
  flex-shrink: 0;
  color: #00a6e9;
  font-size: 20px;
}
.footer .page .footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.footer .page .footer-bottom p {
  font-size: 13px;
  margin: 0;
}
