@import url(../css/536ede37562d588c.css);
@import url(../css/magnific-popup.css);
@import url(../css/swiper.min.css);



.logo img {
    width: 100px;
}
@media screen and (max-width:1024px) {
    .logo img {
        width: 80px;
    }
}
.swiper {
    width: 100%;
    max-width: 1440px;
    /* 设置一个固定宽度，限制轮播容器的大小 */
}

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width:1024px){
    .banner{
        background-position: 68%;
    }
}
.bg0 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    width: 100%;
    left: 0;
}
.swiper-pagination-custom {
    justify-content: center;
    align-items: center;
    display: flex !important;
}
.swiper-pagination-bullet {
    cursor: pointer;
    background: #ffffff80;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    transition: all .3s;
    display: inline-block;
}
.swiper-pagination-bullet-active {
    border-radius: 6px;
    width: 32px;
    height: 12px;
    background: #fff !important;
}


.mega-menu{
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 30px;
  transition: all ease .3s;
  top: 130px;
  z-index: 999;
  border-top: 1px solid #eee;
}
.has-sub:hover .mega-menu{
  visibility: visible;
  opacity: 1;
  top: 90px;
}

.mega-menu .group>div>a{
    font-family: 'arial',sans-serif;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, .85);
    margin-bottom: 8px;
}
.mega-menu .group>div>p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
    width: 100%;
    padding-right: 0;
    color: rgba(0, 0, 0, .65);
}
.mega-menu div a{
    transition: all ease .3s;
}
.mega-menu div a:hover{
  text-decoration: underline;
}
.mega-menu .group ul li a {
    line-height: 20px;
    font-size: 14px;
    color: rgba(0, 0, 0, .85);
    margin-bottom: 8px;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
}
.menu-mobile .mega-menu{
  position: relative;
  display: none;
}
.l-img img{
    width: 160px;
    margin-right: 16px;
}

.horizontal-divider {
    position: relative;
    width: 100%;
    height: 48px;
}
.horizontal-divider::after{
    content: " ";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #f0f1f2;
    position: absolute;
    top: 24px;
    transform: translateY(-50%);
}
.divider{
    position: relative;
    padding: 0;
    display: inline-flex;
    vertical-align: top;
    margin-right: 48px;
    width: 400px;
}
.divider::after{
     content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #f0f1f2;
    position: absolute;
    right: -24px;
    transform: translateX(-50%);
}

.rotate-180 {
    rotate: 180deg;
}
.ptb32{
    padding: 0 32px;
}
.sw-left{
    position: relative;
    width: 200px;
}
.sw-left .active-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    height: 44px;
    transition: all .3s ease;
    pointer-events: none;
}
.sw-left ul{
    position: relative;
    z-index: 2;
}
.sw-left ul li{
    width: 200px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px;
    color: rgba(0, 0, 0, .85);
}
.sw-left ul li div{
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 400;
}
.sw-right{
    flex-grow: 1;
    padding-top: 12px;
    padding-left: 48px;
    margin-bottom: 12px;
    line-height: 20px;
}
.sw-right .flex>div div{
    font-weight: 600;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, .85);
    width: 100%;
    line-height: 20px;
    overflow: hidden;
}
.sw-right .flex>div{
    margin-right: 16px;
}
.sw-right .flex>div ul li{
    width: 100%;
    line-height: 20px;
    margin-bottom: 8px;
    overflow: hidden; 
}
.sw-right .flex>div ul li a{
    font-size: 14px;
    color: rgba(0, 0, 0, .85);
}
.w-100{
    width: 100%;
}
.mt-32{
    margin-top: 32px;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
}
.max-50{
    max-width: 50%;
    margin: 15px auto 0;
}
.mt-60{
    margin-top: 60px;
}

@media screen and (min-width:1024px){
    .md-grid-cols-\[3fr_9fr\] {
    grid-template-columns: 3fr 9fr;
}
}


nav.dui-sidenav ul.sidenav-menu li.active, nav.dui-sidenav ul.sidenav-menu li.active:hover {
    background-color: rgba(0, 0, 0, .08);
}
nav.dui-sidenav ul.sidenav-menu li {
    padding: 14px 24px;
    cursor: pointer;
    border-radius: 999px;
    transition: background-color .3s ease;
}
nav.dui-sidenav {
    padding: 15px;
    min-height: 474px;
}
nav.dui-sidenav ul.sidenav-menu li:hover {
    background-color: rgba(0, 0, 0, .04);
}
nav.dui-sidenav ul.sidenav-menu li a span.label {
    width: auto;
    font-size: 14px;
    line-height: 20px;
    margin-left: 8px;
}
.text-block-title {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #707473;
}

.flex-txt{
    display: flex;
    
    align-items: center;
}
.flex-txt div:first-child{
   font-size: 13px; 
   margin-right: 30px;
}
.flex-txt div:last-child{
    font-size: 13px; 
}
.flex-txt div a{
    color: #44a8f2;
}
.flex-txt div a:hover{
    text-decoration: underline;
}

@media (min-width: 1024px) {
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.text-overflow-title {
    overflow: hidden;
    width: 100%;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.text-overflow-p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

    #__next .page-wrapper:first-child{
    display: none;
}