/*滚动条轨道*/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: white;
}

/*滚动条滑块*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #1f75d5CC;
}

/*移入滑块*/
::-webkit-scrollbar-thumb:hover {
    background: #1f75d5;
}

/*拐角处*/
::-webkit-scrollbar-corner {
    background: none;
}

/* 百度收录缩略图---------------------------------------- */
.baidu-thumb {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
}

/* 底部信息---------------------------------------- */
.sg-foot {
    width: 100%;
    /* height: 100px; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px 0;
}

.sg-foot .text {
    color: #666;
    font-size: 14px;
}

.sg-foot .qrcode {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.sg-foot .qrcode li {
    display: flex;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
}

.sg-foot .qrcode li img {
    width: 150px;
}

.sg-foot .qrcode li p {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}

/* ---------------------------------------- */
.icp {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
    margin-top: 10px;

}

.icp li {
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.icp li img {
    margin-right: 5px;
}

.icp li a {
    color: #1f75d5;
    text-decoration: none;
    box-sizing: border-box;
    border-bottom: 1px solid #1f75d500;
    transition: .382s ease;
}

.icp li a:hover {
    color: #409EFF;
    border-bottom-color: #409EFF;
}

/* ---------------------------------------- */
.logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

[isMobile] .logo img {
    height: 30px;
}

/* 有用的样式  ---------------------------------------- */

.warp-header4 {
    position: relative;
    width: 100%;
    z-index: 9;
    background: #fff;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header4 {
    height: 80px;
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 12;
    transition: all .5s;
}

.header4 .leftbox .li {
    height: 2.5rem;
    line-height: 2.5rem;
    margin: 0 .5rem;
    transition: all .4s;
}

.header4 .leftbox .li a {
    position: relative;
}

.header4 .leftbox .li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    transform: scale(0.4, 1);
    transition: all .4s;
}

.header4 .leftbox .li:hover>a:before {
    opacity: 1;
    transform: scale(1, 1);
}

.header4 .leftbox .li a {
    transition: all .4s;
}

.header4 .leftbox .li:hover a {
    color: #333;
}

.header4 .leftbox .sub-list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 2.5rem;
    padding-left: 32%;
    opacity: 0;
    transform: translate(0, -10px);
    transition: all .4s;
    visibility: hidden;
}

.header4 .leftbox .sub-list:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px);
    z-index: 1;
}

.header4 .leftbox .sub-list .nli {
    display: block;
    height: 55px;
    line-height: 55px;
    color: #333;
    margin: 0 .4rem;
    position: relative;
    z-index: 3;
}

.header4 .leftbox .sub-list .nli:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #409EFF, #8982ca);
    left: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    transform: scale(0.4, 1);
    transition: all .4s;
}

.header4 .leftbox .sub-list .nli:hover {
    color: #333;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to left, #409EFF, #8982ca);
}

.header4 .leftbox .sub-list .nli:hover:before {
    opacity: 1;
    transform: scale(1, 1);
}

.header4 .leftbox .li:hover .sub-list {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.header4 .rightbox {
    position: relative;
    padding-left: .7rem;
    margin-left: .3rem;
}

.header4 .rightbox:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    left: 0;
    border-left: 1px dotted #999;
    top: 50%;
    margin-top: -5px;
}

.header4 .rightbox .searchbtn {
    width: 30px;
    height: 30px;
    /*margin-right:.25rem;*/
    cursor: pointer;
}

.header4 .rightbox .searchbtn .icon {
    width: 18px;
    height: 18px;
    fill: #333;
}

.header4 .rightbox .hamburger-inner {
    margin-top: -1px;
}

.header4 .rightbox .hamburger-inner::before {
    top: -6px;
}

.header4 .rightbox .hamburger-inner::after {
    bottom: -6px;
}

.header4 .rightbox .hamburger {
    padding: 0;
    height: 17px;
}

.header4 .rightbox .hamburger-box {
    width: 18px;
    height: 17px;
}

.header4 .rightbox .hamburger-inner,
.header4 .rightbox .hamburger-inner::before,
.header4 .rightbox .hamburger-inner::after {
    width: 18px;
    height: 2px;
    background: #333;
}

.header4 .rightbox .hamburger.is-active .hamburger-inner,
.header4 .rightbox .hamburger.is-active .hamburger-inner::before,
.header4 .rightbox .hamburger.is-active .hamburger-inner::after {
    background: #333;
}

.header4 .rightbox .hamburger--3dx-r .hamburger-inner {
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.header4 .rightbox .hamburger--3dx-r .hamburger-inner::before,
.header4 .rightbox .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.header4 .rightbox .hamburger .hamburger-inner:hover,
.header4 .rightbox .hamburger .hamburger-inner:hover::before,
.header4 .rightbox .hamburger .hamburger-inner:hover::after {
    background: #333;
}

.header4 h1 {
    height: 51px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header4 h1 a {
    display: block;
}

.header4 h1 img {
    height: 40px;
    object-position: center left;
    object-fit: contain;
}

.header4 h1 .logo {
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header4.on {
    background: #fff;
    border-bottom: 1px solid #dddddd;
}

.header4.on .leftbox .icon {
    fill: #111111;
}

.header4.on .leftbox .li>a {
    color: #111111;
}

.header4.on .rightbox .search .input1 {
    border: 1px solid #DDD;
    color: #999999;
}

.header4.on .rightbox .search .input1::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.header4.on .rightbox .search .input1:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.header4.on .rightbox .search .input1::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.header4.on .rightbox .search .input1:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.header4.on .rightbox .litip {
    color: #111111;
}

.header4.on .rightbox .litip .img1 {
    fill: #111111;
}

.header4.on .rightbox .litip .icon {
    fill: #111111;
}

.header4.on h1 .logo {
    fill: #1060a4;
}


.n-banner {
    position: relative;
    height: 12.5rem;
}

.n-banner .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.n-banner .contentbox {
    position: relative;
    z-index: 2;
}

.n-banner .warp-subnav {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 56px;
    z-index: 4;
}

.n-banner .warp-subnav .subnav {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.n-banner .warp-subnav a {
    height: 56px;
    line-height: 56px;
    margin-right: 2rem;
}

.n-banner .warp-subnav a:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #fff;
    opacity: 0;
    transform: scale(0.4, 1);
    transition: all .4s;
}

.n-banner .warp-subnav a:hover,
.n-banner .warp-subnav a.cur {
    color: #fff;
}

.n-banner .warp-subnav a:hover:before,
.n-banner .warp-subnav a.cur:before {
    opacity: 1;
    transform: scale(1, 1);
}



/*弹性盒样式*/
.f-no {
    display: flex;
    flex-flow: row wrap;
}

.f-no-b-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.f-no-b-start {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.f-no-b-stretch {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}

.f-no-c-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.f-no-c-start {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}

.f-no-c-stretch {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
}

.f-no-s-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
}

.f-no-s-center .tag {
    color: white;
    background-color: black;
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 10px;
    margin-right: 10px;
}

.f-no-s-end {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.f-no-s-stretch {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.f-no-end-start {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

.f-no-col {
    display: flex;
    flex-flow: column wrap;
}

.f-no-col-b-center {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
}

.f-no-col-c-center {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.f-no-col-s-center {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
}

.f-no-col-s-end {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.f-no-col-c-start {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
}

.f-no-col-b-start {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.f-no-col-end-start {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: flex-start;
}



footer {
    background: #222;
    padding: 1.75rem 0 2.15rem;
}

footer .f-top {}

footer .leftbox .li:nth-child(1) {
    padding-left: 0;
}

footer .leftbox .li:last-child {
    padding-right: 0;
}

footer .leftbox .li:last-child:before {
    display: none;
}

footer .leftbox .li {
    position: relative;
    color: #747474;
    padding: 0 .75rem;
    transition: all .4s;
}

footer .leftbox .li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    border-left: 1px dotted #4b4b4b;
    margin-top: -5px;
}

footer .leftbox .li:hover {
    color: #fff;
}

footer .telbox a {
    color: #747474;
    transition: all .4s;
}

footer .telbox a:hover {
    color: #fff;
}

footer .f-bot {
    padding-top: .75rem;
}

footer .bot-left {
    color: #747474;
}

footer .bot-left span {
    margin-right: 1.25rem;
}

footer .bot-left .icon {
    width: 18px;
    height: 20px;
    margin-right: 10px;
}

footer .div span {
    color: #747474;
}

footer .div a {
    color: #747474;
    transition: all .4s;
}

footer .div a:hover {
    color: #fff;
}



.about-list1 {
    background: #fbfbfb;
    padding: 2.25rem 0 2.5rem;
}

.about-list1 .title-tip {
    margin-bottom: .55rem;
}

.about-list1 .line {
    width: 22px;
    height: 2px;
    margin: 0 auto .55rem;
    background: linear-gradient(to left, #409EFF, #8982ca);
}

.about-list1 .tit3 {
    margin-bottom: 2.25rem;
}

.about-list1 .su {
    font-family: "AVNT_0", Arial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to left, #409EFF, #8982ca);
}

.about-list1 sup {
    top: -1em;
    margin-left: .2rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to left, #409EFF, #8982ca);
}

.about-list1 .p {
    margin-top: .35rem;
}

.about-list1 .li2 sup {
    top: -.5rem;
}

@media screen and (max-width: 1024px) {
    .col-fff {
        font-size: 36px;
    }

    .col-fff p:last-of-type {
        font-size: 24px !important;
        font-family: Microsoft YaHei Light;
        font-weight: normal;
    }

    .text-center p {
        font-size: 16px;

    }

    .tit-60 {
        font-size: 36px !important;
    }
}


@media only screen and (min-width: 1680px) {
    html {
        font-size: 40px !important;
    }
}

/*==常用颜色==*/
.col-fff {
    color: #fff;
}

.w1520 {
    max-width: 1520px;
    width: 90%;
    margin: 0 auto;
}


.tit-32 {
    line-height: 1.8;
    font-size: 32px;
}

.text-center {
    text-align: center;
}

.text-center p {
    margin-bottom: 10px;
}


.tit-33 {
    line-height: 1.8;
    font-size: 33px;
}



.tit-60 {
    line-height: 1.8;
    font-size: 60px;
}

.text-bold {
    font-weight: bold;
}

.tit-15 {
    font-size: 15px;
    line-height: 2;
}

.img-cover {
    width: 100%;
    height: 100%;
    /*背景图片*/
    background: transparent url("../img/wedoyun-home-banner.jpg") no-repeat center / cover;
}