﻿@charset "utf-8";
.box-bg{ background-color: #f5f7fa; padding: 70px 0;}
.box-bg02{background-color: #fff; padding: 70px;}
.box-bg h2{line-height: 1.2; font-size: 50px;}
.ml50{margin-left: 50px;}
*{box-sizing:border-box}
/*.header{height:78px;}*/
.header .logo a{height:58px;}
.banner{width: 100%; color: #fff; }
.banner .item_info h2,h1{font-size: 56px;
    text-align: center;
     padding-top: 0px;font-weight: 700; line-height: 54px;margin-top:0;}
.banner .item_info p{font-size: 22px; line-height: 28px;}
.bg-header-news{position: relative;}
.bg-header-news::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.62);
    z-index: 1;
}
.bg-header-news > *{
    position: relative;
    z-index: 2;
}
.item_services{position:relative; width: 100%; /*height: 106px;*/ background-color: #fff; -webkit-box-shadow: 2px 2px 4px rgba(83, 100, 122, 0.35); -moz-box-shadow: 2px 2px 4px rgba(83, 100, 122, 0.35); box-shadow: 2px 2px 4px rgba(83, 100, 122, 0.35);}
.item_services li{/*width: 25%;*/ float: left; text-align: center; line-height: 106px; height: 100%;}
.item_services a{font-size: 22px;}
.item_services .a_icons{width: 63px; height: 45px; margin-right: 5px; background: url('../img/orderonline/a_icons.png') no-repeat; display: inline-block; vertical-align: middle;}
.item_services .a_icons01{background-position: 0 0;}
.item_services .a_icons02{background-position: -63px 0;}
.item_services .a_icons03{background-position: -126px 0;}
.item_services .a_icons04{background-position: -189px 0;}
.item_services li.selected{height: 109px; border-bottom: 4px solid #0060FF;}
.item_services li.selected a{ color: #ff9900;}
.item_services li.selected .a_icons01{background-position: 0 -45px;}
.item_services li.selected .a_icons02{background-position: -63px -45px;}
.item_services li.selected .a_icons03{background-position: -126px -45px;}
.item_services li.selected .a_icons04{background-position: -189px -45px;}

.a_news{padding-bottom: 40px;}
.a_news h3{font-size: 20px;font-weight:normal}
.a_news .item-l{
    margin-top: 53px;
    width: 100%; padding: 40px 45px;background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
}
.a_news .item-r{width: 300px; padding: 20px; border: 1px solid #dae2ed; background-color: #fff; display:none}
.a_news .item-r p{line-height: 16px;}
.a_news .an_time{color: #ccc; font-size:12px;}
.a_news .an_con:last-child{border-bottom: none;}
.a_news .an_con{padding-bottom: 20px; border-bottom:1px solid #EFEFEF;padding:40px 20px;
display: flex;
align-items: start;
flex-direction: row-reverse;
position: relative;
}
.a_news .item-r .an_con{ border-bottom: 1px dashed #ddd;}
.an_l{width: 330px; }
.an_l img{width: 330px; height: 215px;border-radius: 10px;}
/* .an_r{position: relative;} */
.an_r h4{margin: 10px 0;}
.an_r{
    min-width: calc(100% - 320px);
    padding-right: 20px;
}
.an_r a{color: #000; -webkit-line-clamp:2; display: -webkit-box;overflow: hidden; text-overflow: ellipsis;  -webkit-box-orient: vertical;
font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 28px;
color: #333333;


}
.a_news .desc{
font-family: 'HarmonyOS Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 130%;
color: #26272A;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.a_news .an_con:hover .fl img{
    /* transform: scale(1.05); */
    transition: all 0.3s ease;
}
.a_news .an_con:hover .fl img:hover{
    /* transform: scale(1.05); */
    transition: all 0.3s ease;
}
@media (max-width:1200px) {
.an_r{width:100%}
.bottom-navigation{width:100%}
.banner .item_info h2{font-size:24px;line-height:30px}
}

/* 分页器样式 */
.pagination {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 30px 0;
    list-style: none;
}

.pagination li {
    display: inline-block;
    margin: 0;
}

.pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    background-color: #fff;
    color: #374151;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.pagination li a:hover {
    border-color: #3b82f6;
    color: #3b82f6;
    background-color: #eff6ff;
}

.pagination li.active a {
    border-color: #EFF5FF;
    background-color: #EFF5FF;
    color: #fff;
}

.pagination li.active a:hover {
    border-color: #0060FF;
    /* background-color: #0060FF; */
}

.pagination li.prev a,
.pagination li.next a {
    border-radius: 50%;
    min-width: 40px;
    width: 40px;
    padding: 0;
}

.pagination li.disabled a {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.pagination li.disabled a:hover {
    border-color: #e5e7eb;
    color: #374151;
    background-color: #fff;
}

@media (max-width:750px) {
.an_r{width:100%;margin:0}
.pagination li a {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
}
.pagination li.prev a,
.pagination li.next a {
    min-width: 36px;
    width: 36px;
}
}

.aiv-card__link {
    font-size: 14px;
    font-weight: 500;
    color: #939393;
    transition: color 0.2s ease, transform 0.2s ease;
  }
  
  .aiv-card__link--primary {
    color: var(--aiv-color-accent);
    position: relative;
    padding-right: 18px;
  }
  
  .aiv-card__link--primary a {
    color: var(--aiv-color-accent);
    position: relative;
    padding-right: 18px;
  }
  
  .aiv-card__link--primary::after {
    content: "\2192";
    position: absolute;
    top: 0px;
    right: 0;
    transition: transform 0.3s ease;
    font-size: 14px;
  }
  
  .aiv-card__link:hover {
    color: var(--aiv-color-accent);
    text-decoration: dashed;
  }
  .aiv-card__link--primary:hover {
    text-decoration: underline;
  }
  .aiv-card__link--primary:hover::after {
    transform: translateX(12px);
  }
  .aiv-card_link_icon{
    display: none;
  }
  .aiv-card__blog__link{
    color: #0060FF !important;
    text-decoration: none;
    position: relative;
    /* position: absolute; */
    /* bottom: 20px; */
  }
  .aiv-card__blog__link::after {
    content: "\2192";
    position: absolute;
    top: 60%;
    right: -20px;
    transform: translateY(-52%);
    font-size: 14px;
    transition: transform 0.3s ease;
  }
  .aiv-card__blog__link:hover::after {
    transform: translateX(12px) translateY(-52%);
  }