/* 公共样式 */
:root {
    --themeColor: #0154a5;
    --themeColor2: #dc5d26;
    --themeActColor: #3d91d6;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-width: 1200px;
}

.clearfix {
    clear: both;
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}

select,
input,
textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #878787;
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    outline: none;
    /*-webkit-appearance:none; */
}

input:-webkit-autofill {
    box-shadow: 0 0 0 52.083vw white inset !important;
}

textarea {
    resize: none;
    /*-webkit-appearance:none; */
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    font-weight: normal;
}

i {
    font-style: normal;
}
[class^=icon-] {
  font-family: "iconfont" !important;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img.lazy{
    transition: all 1s ease;
}
img.loaded{animation:1s ease-out backwards;animation-name:FadeIn;}
@keyframes FadeIn{
    0%{opacity:0;}
    100%{opacity:1;}
}

body {
    font: 14px/1.5 -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei","SimSun","SimHei", Arial, sans-serif;
    /*font-family: HarmonyOS Sans SC, OPPOSans, PingFang SC, Source Han Sans, Microsoft YaHei, sans-serif, Arial !important;*/
    position: relative;
    left: 0;
    transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:active, a:hover {
    outline: 0
}

img {
    display: inline-block;
    border: none;
    vertical-align: middle;
}

li {
    list-style: none
}

.flex {
    display: flex;
}
.f16 {
    font-size: 16px;
}
.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f30 {
    font-size: 30px;
}
.f36 {
    font-size: 36px;
}

.f42 {
    font-size: 42px;
}

.f48 {
    font-size: 48px;
}

.f58 {
    font-size: 48px;
}

.relative {
    position: relative;
}

.hidden {
    overflow: hidden;
}

.d-none {
    display: none !important;
}

.text-justify {
    text-align: justify !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.content1720 {
    width: 88vw;
    min-width: 1200px;
    margin: 0 auto;
}
.w1600{
    max-width: 1920px;
    min-width: 1200px;
    width: 100%;
    padding: 0 10rem;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.container {
    width: 83.33%;
    min-width: 1200px;
    margin: 0 auto;
}
.wrap-s{
    width: 90rem;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 3;
}

.content-between {
    justify-content: space-between;
}
.content-around {
    justify-content: space-around;
}
.content-start {
    justify-content: flex-start;
}
.flex-wrap {
    flex-wrap: wrap;
}

.items-center {
    align-items: center;
}



.color-333 {
    color: #333333;
}

.color-666 {
    color: #666666;
}

.color-999 {
    color: #999999;
}

.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-100 {
    margin-bottom: 100px;
}
.gap-10{
    gap: 10px;
}
.gap-20{
    gap: 20px;
}
.gap-30{
    gap: 30px;
}
.img-cover, .img-contain {
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.img-cover {
    background-size: cover;
}

.img-contain {
    background-size: contain;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.szgd {
    --pdLt: 1rem;
    --f17: 0.8868022952529994rem;
    --f18: 0.9389671361502346rem;
    --f72: 3.7558685446009386rem;

}

.szgd .num {
    color: var(--themeColor);
    display: flex;
    align-items: flex-end;
    padding-left: var(--pdLt);
    padding-bottom: 2rem;
}

.szgd .num span {
    font-size: var(--f72);
    line-height: 1;
    font-weight: bold;
}

.szgd .num em {
    font-size: var(--f18);
    line-height: 1.5;
    color: var(--themeColor2);
    font-weight: bold;
    margin-left: .8rem;
}

.szgd .li p {
    border-top: 1px solid rgba(255, 255, 255, .5);
    font-size: var(--f17);
    color: #ffffff;
    padding-left: var(--pdLt);
    padding-top: 1rem;
}

.szgd.cont {
    padding: 5rem 0;
}

/* 宫格布局 */
.grid {
    display: grid;
}

.grid-column-2 {
    grid-template-columns:repeat(2, 1fr);
}

.grid-column-3 {
    grid-template-columns:repeat(3, 1fr);
}

.grid-column-4 {
    grid-template-columns:repeat(4, 1fr);
}

.grid-column-5 {
    grid-template-columns:repeat(5, 1fr);
}

.grid-rows-2 {
    grid-template-rows: repeat(2, 1fr);
}

.grid-rows-3 {
    grid-template-rows: repeat(3, 1fr);
}
.flex-30{
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
}

.col-3{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-4{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

@keyframes o-FadeUp-top {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes width-90 {
    from {
        width: 0
    }
    to {
        width: 90%
    }
}