@font-face {
  font-family: AlibabaPuHuiTi;
  src: url(/static/font/AlibabaPuHuiTi-2-55-Regular.ttf);
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  vertical-align: baseline;
  list-style: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
  font-family: 'AlibabaPuHuiTi' !important;
}

ul li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

a:active {
  color: inherit;
  text-decoration: none;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.fz-hide1 {
  /* //婧㈠嚭闅愯棌鐪佺暐鍙� */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 瓒呭嚭鍑犺 */
}

.fz-hide2 {
  /* //婧㈠嚭闅愯棌鐪佺暐鍙� */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* //-webkit-line-clamp:1; 瓒呭嚭鍑犺 */
}

.fz-hide3 {
  /* //婧㈠嚭闅愯棌鐪佺暐鍙� */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* //-webkit-line-clamp:1; 瓒呭嚭鍑犺 */
}

.fz-hide4 {
  /* //婧㈠嚭闅愯棌鐪佺暐鍙� */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* //-webkit-line-clamp:1; 瓒呭嚭鍑犺 */
}

.fz-hide7 {
  /* //婧㈠嚭闅愯棌鐪佺暐鍙� */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  /* //-webkit-line-clamp:1; 瓒呭嚭鍑犺 */
}

.are ::-webkit-scrollbar {
  display: none;
}

.area {
  margin: 0 auto;
  width: 85rem;
}

.Header_box {
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%;
  background-color: #fff;
}

.WapHeader {
  display: none;
}

.MainNavBox {
  display: none;
}

.Header_box2 {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.indexModule .Header_box {
  background-color: rgba(22, 149, 233, 0);
}

.Header {
  width: 101.25rem;
  margin: 0 auto;
  height: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Header .logo {
  width: 25.375rem;
  height: auto;
}

.Header .Nav_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Header .Nav_box .item_box {
  display: flex;
}

.Header .Nav_box .item_box .first_nav {
  position: relative;
}

.Header .Nav_box .item_box .select {
  display: flex;
  align-items: center;
}

.Header .Nav_box .item_box .select .line {
  width: 0.0625rem;
  height: 1.125rem;
  background-color: #157EC333;
}

.Header .Nav_box .item_box .select .item {
  color: rgba(21, 126, 195, 0.5);
  margin: 0 0.625rem;
}

.Header .Nav_box .item_box .select .active {
  color: #1695e9;
}

.Header .Nav_box .item_box .item {
  height: 5.625rem;
  text-align: center;
  margin-right: 3.75rem;
  line-height: 5.625rem;
  position: relative;
  font-size: 1.125rem;
  color: #1695E9;
}

.Header .Nav_box .item_box .child_nav {
  width: 18.6875rem;
  height: auto;
  z-index: 999999;
  position: absolute;
  border-top: 4px solid #1695E9;
  background-color: #fff;
  transform: translateX(-35%);
  padding: 2rem 1.5625rem;
  display: none;
}

.Header .Nav_box .item_box .child_nav .line {
  width: 0.125rem;
  height: 0;
  position: fixed;
  top: -1.6rem;
  z-index: -1;
  left: 47%;
  background-color: #1695E9;
}

.Header .Nav_box .item_box .first_nav:hover .child_nav {
  display: block;
}

.Header .Nav_box .item_box .first_nav:hover .child_nav .line {
  transition: all 0.3s ease;
  height: 1.5rem;
}

.Header .Nav_box .item_box .first_nav .child_nav_box {
  display: flex;
}

.Header .Nav_box .item_box .first_nav .child_nav_box .right {
  margin-left: 2.3125rem;
  display: flex;
  height: auto;
  flex-direction: column;
  position: relative;
  align-items: flex-end;
  justify-content: space-between;
}

.Header .Nav_box .item_box .first_nav .child_nav_box .right .image {
  width: 9.0625rem;
  height: 5.625rem;
  object-fit: cover;
  margin-bottom: 2.75rem;
}

.Header .Nav_box .item_box .first_nav .child_nav_box .right .imagetwo {
  width: 8.125rem;
  height: 4.875rem;
  object-fit: cover;
}

.Header .Nav_box .item_box .first_nav:hover .child_nav .left {
  width: 4.1875rem;
  padding-bottom: 3.125rem;
}

.Header .Nav_box .item_box .first_nav:hover .child_nav .left .child_nav_name {
  border-bottom: 0.0625rem solid #D9D9D9;
  white-space: nowrap;
  padding-bottom: 1.125rem;
  margin-top: 1.125rem;
}

.Header .Nav_box .item_box .first_nav:hover .child_nav .left .child_nav_name:hover {
  color: #1695E9;
}

.Header .Nav_box .item_box .first_nav:hover .child_nav .left a:first-child .child_nav_name {
  margin-top: 0;
}

.Header .Nav_box .item_box .item:hover {
  color: #1695E9;
}

/* 第一个first_nav的after伪类left为20% */
.Header .Nav_box .item_box .first_nav:first-child::after {
  left: 20%;
}

/* 保持现有的::after伪元素（水平线条） */
.Header .Nav_box .item_box .first_nav::after {
  content: '';
  position: absolute;
  left: 28%;
  bottom: 1.25rem;
  width: 0;
  height: 0.125rem;
  transform: translateX(-50%);
  background-color: #1695E9;
  transition: all 0.4s ease;
}

.Header .Nav_box .item_box .first_nav:hover::after {
  width: 36%;
}

.Header .Nav_box .item_box .first_nav:hover::before {
  height: 1.5rem;
  /* 垂直线条的长度 */
}

.Header .Nav_box .right {
  display: flex;
}

.Header .Nav_box .right .phone {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.4375rem;
}

.Header .Nav_box .right .phoneNum {
  font-size: 1.3125rem;
  color: #606266;
}

.indexSwiper {
  width: 100%;
  overflow: hidden;
  height: 53.75rem;
}

.WapSwiper {
  display: none;
}

.banner {
  width: 100%;
  overflow: hidden;
}
.banner img{
    width:100%;
    height: auto;
}

.wap_banner {
  display: none;
}

.zhanwei {
  display: none;
}

/* 底部 */
.Footer {
  width: 100%;
  background-color: #2C333E;
  padding: 3.875rem 0 0.875rem 0;
}

.Footer .Footer_area {
  width: 80rem;
  margin: 0 auto;
  padding-bottom: 2.5rem;
  display: flex;
  border-bottom: 1px solid #FFFFFF1A;
  justify-content: space-between;
}

.Footer .Footer_area .left {
  display: flex;
}

.Footer .Footer_area .left .Nav_box {
  margin-right: 7.5625rem;
}

.Footer .Footer_area .left .Nav_box .title {
  font-size: 1.0625rem;
  color: #fff;
  margin-bottom: 1.875rem;
}

.Footer .Footer_area .left .Nav_box .nav {
  color: #D4D9E1;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

.Footer .Footer_area .right {
  width: 28.4375rem;
}

.Footer .Footer_area .right .title {
  font-size: 1.0625rem;
  color: #fff;
  margin-bottom: 1.25rem;
}

.Footer .Footer_area .right .inputBox .nameBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.Footer .Footer_area .right .inputBox .nameBox input {
  width: 13.75rem;
  height: 2.1875rem;
  padding-left: 0.625rem;
  border-radius: 0.375rem;
  /* 移除默认聚焦效果 */
}

.Footer .Footer_area .right .inputBox .nameBox input:focus {
  outline: none;
  box-shadow: none;
}

.Footer .Footer_area .right .inputBox .message {
  width: 100%;
  height: 5.3125rem;
  background-color: #fff;
  border-radius: 0.375rem;
  padding: 0.625rem;
  /* 移除默认聚焦效果 */
}

.Footer .Footer_area .right .inputBox .message:focus {
  outline: none;
  box-shadow: none;
}

.Footer .Footer_area .right .inputBox .button {
  width: 100%;
  height: 2.375rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 2.375rem;
  color: #fff;
  margin-top: 0.75rem;
  background-color: #1695E9;
}

.Footer .warning {
  color: #B3B9C3;
  font-size: 0.8125rem;
  text-align: center;
  padding-top: 1rem;
}

.Footer .warning .warning_img {
  width: 10.875rem;
  height: auto;
  margin-top: 0.75rem;
}

.Top_run {
  position: fixed;
  right: 3rem;
  top: 35.25rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 3.125rem;
  background-color: #1695E9;
  opacity: 0;
  /* 鍒濆闅愯棌 */
  pointer-events: none;
  /* 鍒濆涓嶅彲鐐瑰嚮 */
  transition: opacity 0.3s ease;
  /* 娣诲姞杩囨浮鏁堟灉 */
  cursor: pointer;
  /* 榧犳爣鎮仠鏄剧ず鎵嬪瀷 */
  display: flex;
  /* 鍚敤Flex甯冨眬 */
  justify-content: center;
  /* 姘村钩灞呬腑 */
  align-items: center;
  /* 鍨傜洿灞呬腑 */
  color: white;
  /* 鏂囧瓧棰滆壊 */
  font-size: 1.5rem;
  /* 鏂囧瓧澶у皬 */
  z-index: 999;
  /* 纭繚鏄剧ず鍦ㄦ渶涓婂眰 */
}

/* 鏄剧ず鐘舵€佺殑鏍峰紡 */
.Top_run.show {
  opacity: 1;
  pointer-events: auto;
}

/*分页*/
.ListProduct .pageBox{
    width: 87.5rem; 
    margin: 0 auto; 
    display: flex;
  
}
.page .pager .pagination {
   width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 30px 8.125rem;

}

.page .pager .pagination li {
  background: #FFFFFF;
  padding: 6px 10px;
  margin-right: 10px;
  border-radius: 6px;
  border: 1px solid #EBEEF5;
}

.page .pager .pagination .active {
  background: #157EC3;
  color: #fff;
}

.view-pager {
  display: flex;
  border-top: 1px solid lightgrey;
  color: #157EC3;
  padding: 3rem 0;
  justify-content: space-between;
}

.show_product .view-pager ul {
  width: 100%;
}

/* 寮圭獥瀹瑰櫒 */
.custom-alert {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  color: #fff;
  min-width: 300px;
  text-align: center;
}
.Footer .Footer_area .right .inputBox .button{
    cursor: pointer;
}

/* 鍏抽棴鎸夐挳 */
.alert-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.ListNews .pageBox{
    background: #f5f6f8;
}
.ListNews .page .pager .pagination {
   width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 30px 0;

}
