* {
    margin: 0;
    padding: 0;
    border: none;
    outline-style: none;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

i {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

input,
textarea,
select,
button {
    font-weight: inherit;
    resize: none;
}

a,
a:focus,
a:hover {
    text-decoration: none !important;
    color: inherit;
}

/* @font-face {
    font-family: "abcfont";
    src: url("./zaozigongfangnaisiti.ttf");
} */

html {
    font-size: 16px;
    color: black;
    /*font-family: "../images/zw/zt/SourceHanSansCN-Bold#1.otf", "../images/zw/zt/SourceHanSansCN-Bold#1.otf", "../images/zw/zt/SourceHanSansCN-Heavy#1.otf", "../images/zw/zt/SourceHanSansCN-Light#1.otf", sans-serif;*/
    /*font-family: "Microsoft YaHei", "SimHei", sans-serif;*/
    /* font-family: "abcfont"; */
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    position: relative;
    line-height: 1;
    scroll-behavior: smooth;
    --themeColor: #1D4992;
}

::selection {
    background: var(--themeColor);
    color: #fff;
}

:focus {
    outline-color: var(--themeColor);
}

img {
    max-width: 100%;
    height: auto;
    transition: all 0.4s ease;
    display: block;
}

.tab-content {
    position: relative;
}

.tab-content>.tab-pane {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -999;
    pointer-events: none;
    transform: translateY(50px);
    transition: all 0.4s ease;
}

.tab-content>.active {
    opacity: 1;
    position: static;
    pointer-events: all;
    transform: translateY(0);
}

.clamp1,
.clamp2,
.clamp3,
.clamp4 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp2 {
    -webkit-line-clamp: 2;
}

.clamp3 {
    -webkit-line-clamp: 3;
}

.clamp4 {
    -webkit-line-clamp: 4;
}

.container {
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}

.akiswiper .swiper-pagination {
    bottom: 40px !important;
}

.akiswiper .swiper-pagination span {
    background: rgb(255, 255, 255, 0.8);
    opacity: 0.8;
    width: 16px;
    height: 16px;
    margin: 0 10px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.akiswiper .swiper-pagination span::before {
    content: "";
    position: absolute;
    z-index: 3;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1ca7ec;
    transform: scale(0);
    transition: all 0.4s ease;
}

.akiswiper .swiper-pagination span::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0.5;
    background: #1ca7ec;
    transform: scale(0);
    transition: all 0.4s ease;
}

.akiswiper .swiper-pagination span.swiper-pagination-bullet-active::before,
.akiswiper .swiper-pagination span.swiper-pagination-bullet-active::after {
    transform: scale(1);
}


.akiswiper .swiper-button-next,
.akiswiper .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    /*background: var(--themeColor);*/
    /*background-color: rgba(255, 255, 255, 0.5);*/
    opacity: 0;
    transition: all 0.3s ease;
}
/*.index-banner .akiswiper .swiper-button-next,
.index-banner .akiswiper .swiper-button-prev{
    display: none;
}*/
.akiswiper:hover .swiper-button-next,
.akiswiper:hover .swiper-button-prev {
    opacity: 1;
    background: none;
}

.akiswiper .swiper-button-next::after,
.akiswiper .swiper-button-prev::after {
    font-size: 48px;
    color: rgba(255,255,255,.6);
}


.bg-banner {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

/* .bg-banner::before {
    content: "";
    position: absolute;
    right: calc(50% + 230px);
    background: var(--themeColor);
    opacity: 0.7;
    width: 2000px;
    height: 2000px;
    transform: skewX(-35deg);
}

.bg-banner::after {
    content: "";
    position: absolute;
    right: calc(50% + 190px);
    background: linear-gradient(to bottom, #1CA7EC 5%, transparent);
    width: 40px;
    height: 2000px;
    transform: skewX(-35deg);
} */

.bg-banner>img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.bg-banner .layer {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.bg-banner .layer h1 {
    font-size: 40px;
    font-weight: normal;
    color: white;
}