@charset "utf-8";

/* 顶部样式开始 */

@media screen and (min-width:681px) {
    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    .hd {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .hd-logo {
        height: 29px;
    }

    .hd-logo img {
        height: 100%;
        width: auto;
    }

    .hd-nav {
        display: flex;
        justify-content: space-between;
        margin-left: 5%;
        margin-right: auto;
    }

    .navbar-item a {
        display: block;
        height: 60px;
        line-height: 60px;
        margin: 0 15px;
        text-align: center;
        position: relative;
    }

    .navbar-item a:hover {
        font-weight: bold;
    }

    .navbar-item a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        background: #fb9337;
        height: 0px;
        width: 100%;
        border-radius: 10px;
        transition: all 0.4s;
    }

    .navbar-item a:hover::after {
        height: 3px;
    }


    .hd-butt {
        display: flex;
    }

    .hd-butt i {
        display: none;
    }

    .hdlianxi-item:nth-child(1) a {
        display: block;
        width: 80px;
        line-height: 36px;
        text-align: center;
        font-size: 14px;
        border-radius: 4px;
        margin-right: 16px;

        background: #fff;
        border: 1px solid #ccd4e0;
    }

    .hdlianxi-item:nth-child(2) a {
        display: block;
        width: 80px;
        line-height: 36px;
        text-align: center;
        font-size: 14px;
        border-radius: 4px;
        margin-right: 16px;

        background: #fb9337;
        border: 1px solid transparent;
        color: white;
    }

    .hdlianxi-item:nth-child(3) a {
        display: block;
        width: 80px;
        line-height: 36px;
        text-align: center;
        font-size: 14px;
        border-radius: 4px;

        border: 1px solid transparent;
    }
}



@media screen and (max-width:680px) {
    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    .hd {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 60px;
    }

    .hd-logo {
        height: 29px;
    }

    .hd-logo img {
        height: 100%;
        width: auto;
    }

    .hd-nav {
        position: absolute;
        width: 100%;
        background: white;
        top: 58px;
        height: auto;
        width: 100%;
        left: 0;
        box-sizing: border-box;
        padding: 15px 20px;
        display: none;
    }

    .navbar-item {
        border-bottom: 1px solid #e9ebec;
        text-align: center;
    }

    /* .navbar-item:nth-child(1) {
        border-top: none;
    } */
    .navbar-item a {
        font-size: 16px;
        line-height: 50px;
        display: block;

    }


    .hd-butt {
        display: flex;
        align-items: center;
    }

    .hdlianxi-item:nth-child(1) a {
        display: block;
        width: 55px;
        line-height: 30px;
        text-align: center;
        font-size: 12px;
        border-radius: 4px;
        margin-right: 10px;
        background: #fff;
        border: 1px solid #ccd4e0;
        display: none;
    }

    .hdlianxi-item:nth-child(2) a {
        display: block;
        width: 55px;
        line-height: 30px;
        text-align: center;
        font-size: 12px;
        border-radius: 4px;
        background: #fb9337;
        border: 1px solid transparent;
        color: white;
    }

    .hdlianxi-item:nth-child(3) a {
        display: block;
        width: 80px;
        line-height: 30px;
        text-align: center;
        font-size: 12px;
        border-radius: 4px;
        border: 1px solid transparent;
        margin-right: 30px;
    }

    .hd-butt i {
        font-size: 22px;
        transform: rotate(0deg);
        transition: all 0.3s;
    }

    .hd-butt-i-active {
        transform: rotate(90deg) !important;

    }
}

/* 顶部样式结束 */


/* 底部样式开始 */
footer {
    padding-top: 80px;
    background: url('https://file.qingflow.com/official-page/index/v2021/footer-bg.png') no-repeat center;
    background-size: cover;
}

.ft1 {
    padding-bottom: 40px;
    border-bottom: 1px solid #acb3bd;
}

.ft1-des {
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
}

.ft1-lianjie {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.ft1-lianjie a {
    width: 136px;
    line-height: 42px;
    text-align: center;
    border-radius: 8px;
}

.ft1-lianjie a:nth-child(1) {
    background: #fb9337;
    color: white;
    margin-right: 20px;
}

.ft1-lianjie a:nth-child(2) {
    /* border: 1px solid #ccd4e0; */
    background: white;
}

.ft2 {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}

.ft2-logo {
    height: 40px;
}

.ft2-logo img {
    height: 40px;
    width: auto;
}

.ft2-ewm {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.ft2-ewm-item {
    width: 88px;
}

.ft2-ewm-item:nth-child(1) {
    margin-right: 25px;
}

.ft2-ewm-img {
    width: 88px;
}

.ft2-ewm-img img {
    width: 100%;
}

.ft2-ewm-item div {
    color: #494f57;
    font-size: 13px;
    margin-top: 8px;
    text-align: center;
}



.ft2-item2 {
    width: 50%;
    display: flex;
}

.ft2-item2>.ftnav-item {
    width: 50%;
}

.ft2-item2>.ftnav-item>a {
    display: block;
    color: #121315;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
}

.ft2-item2>.ftnav-item .ftnav-item {
    color: #494f57;
    line-height: 38px;
    font-size: 13px;
}







.ft2-item3 dt {
    color: #121315;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
}

.ft2-item3 dd {
    color: #494f57;
    line-height: 38px;
    font-size: 13px;
}


.ft3 {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    color: #494f57;
}

.link-item {
    margin-right: 10px;
    margin-bottom: 5px;
}


.ft4 {
    text-align: center;
    font-size: 10px;
    color: #767e89;
    padding: 20px 0 40px;
}

.fg {
    margin: 0 5px;
}

@media screen and (max-width:680px) {
    footer {
        padding-top: 60px;
    }
    .ft1 {
        padding-bottom: 100px;
        border-bottom: none;
    }
    .ft1-des {
        font-size: 28px;
        line-height: 40px;
    }
    .ft1-lianjie {
        display: none;
    }
    .ft2 {
        display: none;
    }
    .ft3 {
        display: none;
    }
    .ft4 {
        display: none;
    }
}


/* 底部样式结束 */



/* 首页轮播图开始 */

.banner {
    position: relative;
    overflow: hidden;
}



.banner-item {
    position: relative;
}

.banner-item-con {
    position: absolute;
    z-index: 800;
    height: 100%;
    width: 75%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.banner-item-con div:nth-child(1) {
    font-size: 65px;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 9px;
}

.banner-item-con div:nth-child(2) {
    font-size: 40px;
    letter-spacing: 5px;
}

.banner-item-con a {
    padding: 16px 0;
    background: #006cff;
    color: white;
    text-align: center;
    width: 180px;
    font-size: 20px;
    display: block;
    margin-top: 80px;
    border-radius: 10px;
    transition: all 0.3s linear;

}

.banner-item-con a:hover {
    background: #10A56E;
}

.banner .pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    border-radius: 1px;
    margin: 0 5px !important;
    transition: all 0.5s linear;

}

.banner .swiper-pagination-bullet-active {
    background: white !important;
    width: 35px;

}

@media screen and (max-width:680px) {
    .banner-out {
        box-sizing: border-box;
        overflow: hidden;
        width: 96%;
        margin: 10px auto 0;
    }

    .banner-item-con div:nth-child(1) {
        font-size: 16px;
        letter-spacing: normal;
        margin-bottom: 0;
    }

    .banner-item-con div:nth-child(2) {
        font-size: 12px;
        letter-spacing: normal;
    }

    .banner-item-con a {
        display: none;
    }

    .banner-out .swiper {
        border-radius: 15px;
        overflow: hidden;
    }

    .banner .pagination {
        bottom: -10px;
    }

    .banner .swiper-pagination-bullet {
        width: 10px;
        height: 2px;
    }
}


/* 首页轮播图结束 */


/* 首页模块标题开始 */
.scindex-title {
    text-align: center;
}

.scindex-title h3 {
    font-size: 36px;
}

.scindex-title div {
    color: #767e89;
    margin-top: 5px;
    box-sizing: border-box;
    padding: 0 20px;
}

@media screen and (max-width:680px) {
    .scindex-title h3 {
        font-size: 20px;
    }
}

/* 首页模块标题结束 */

/* 首页联系按钮开始 */
.sc-lx {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.sc-lx a {
    width: 136px;
    line-height: 42px;
    text-align: center;
    background: #fb9337;
    color: white;
    border-radius: 4px;
}

@media screen and (max-width:680px) {
    .sc-lx {
        margin-top: 20px;
    }
}

/* 首页联系按钮结束 */


/* sc1开始 */
.sc1-out {
    padding-top: 40px;
}

.sc1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc1-item {
    width: 30%;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.3s;
}

.sc1-item:hover {
    box-shadow: 5px 5px 15px #e5e1e1;

}

@media screen and (max-width:680px) {
    .sc1-out {
        padding-top: 30px;
    }

    .sc1-item {
        width: 32%;
        border-radius: 10px;
    }
}

/* sc1结束 */


/* sc2开始 */
.sc2-out {
    padding-top: 60px;
}

.sc2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.sc2-item {
    width: 23%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
}

.sc2-item:nth-child(1) {
    margin-bottom: 30px;
}

.sc2-item:nth-child(2) {
    margin-bottom: 30px;
}

.sc2-item:nth-child(3) {
    margin-bottom: 30px;
}

.sc2-item:nth-child(4) {
    margin-bottom: 30px;
}

.sc2-item:hover {
    box-shadow: 5px 5px 15px #e5e1e1;
}

.sc2-item-con {
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #e9ebec;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.sc2-item-con-des {
    font-size: 12px;
    display: -webkit-box;
    /* 使用弹性盒子布局 */
    -webkit-box-orient: vertical;
    /* 垂直方向排列 */
    -webkit-line-clamp: 3;
    /* 限制显示 2 行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    color: #767e89;
    margin-top: 10px;
    text-align: justify;
}

.sc2-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    /* 模糊半径 */
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s;
}

.sc2-item-bg a {
    width: 80px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;

}

.sc2-item-bg a:nth-child(2) {
    background: #fb9337;
    color: white;
}

.sc2-item-bg a:nth-child(1) {
    background: white;
    box-sizing: border-box;
    border: 1px solid #e9ebec;
    margin-right: 10px;
    display: none;
}

.sc2-item:hover .sc2-item-bg {
    opacity: 1;
}

@media screen and (max-width:680px) {
    .sc2-out {
        padding-top: 40px;
    }

    .sc2 {
        margin-top: 20px;
    }

    .sc2-item {
        margin-bottom: 15px !important;
        width: 49%;
    }

    .sc2-item-con {
        padding: 10px;
    }
}

/* sc2结束 */

/* sc3开始 */
.sc3-out {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sc3 {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc3-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 22%;
    border-radius: 12px;
    border: 1px solid #e9ebec;
    box-sizing: border-box;
    padding: 25px 30px;
}

.sc3-item-img {
    width: 40px;
    height: 40px;
}

.sc3-item-con {
    text-align: center;
    margin-top: 14px;
}

.sc3-item-con h4 {
    color: #121315;
}

.sc3-item-con div {
    color: #767e89;
    font-size: 13px;
    margin-top: 4px;
}

@media screen and (max-width:680px) {
    .sc3-out {
        padding-top: 40px;
    }

    .sc3 {
        margin-top: 20px;
    }

    .sc3-item {
        width: 49%;
    }
}

/* sc3结束 */

/* mm模块开始 */
.mm-out {
    /* background: #f6f6f6; */
    padding: 40px 0 40px;
}

.mm {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.mm-left {
    width: 70%;

}

.mm-right {
    width: 27%;
}

.mmright-item {
    /* border: 1px solid #e9ebec; */
    box-sizing: border-box;
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 5px 5px 15px #f1f1f1;
}

.mmright-item-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}

@media screen and (max-width:680px) {
    .mm-out {
        padding: 0px 0 0px;
    }

    .mm-left {
        width: 100%;
    }

    .mm-right {
        width: 100%;
    }

    .mmright-item {
        margin-bottom: 20px;
    }
}

/* mm模块结束 */




/* sc4开始 */
.sc4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc4-item {
    width: 32%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
    background: white;
    margin-top: 30px;
    border: 1px solid #e9ebec;
    box-sizing: border-box;
}

.sc4-item:nth-child(1) {
    margin-top: 0px;
}

.sc4-item:nth-child(2) {
    margin-top: 0px;
}

.sc4-item:nth-child(3) {
    margin-top: 0px;
}

.sc4-item:hover {
    box-shadow: 5px 5px 15px #e5e1e1;
}

.sc4-item-img {
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc4-item-img img {
    width: 100%;
}

.sc4-item-con {
    box-sizing: border-box;
    padding: 15px;
}

.sc4-item-con h4 {
    display: -webkit-box;
    /* 使用弹性盒子布局 */
    -webkit-box-orient: vertical;
    /* 垂直方向排列 */
    -webkit-line-clamp: 1;
    /* 限制显示 2 行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
}

.sc4-item-con-des {
    font-size: 12px;
    display: -webkit-box;
    /* 使用弹性盒子布局 */
    -webkit-box-orient: vertical;
    /* 垂直方向排列 */
    -webkit-line-clamp: 2;
    /* 限制显示 2 行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    color: #767e89;
    margin-top: 10px;
    text-align: justify;
}

.sc4-item-con-other {
    font-size: 12px;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
}

.sc4-item-con-other span {
    color: #767e89;
    margin-right: 10px;
}

@media screen and (max-width:680px) {
    .sc4 {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .sc4-item {
        width: 49%;
        margin-top: inherit;
    }

    .sc4-item:nth-child(1) {
        margin-top: 0px;
    }

    .sc4-item:nth-child(2) {
        margin-top: 0px;
    }

    .sc4-item:nth-child(3) {
        margin-top: inherit;
    }

    .sc4-item:nth-child(4) {
        margin-top: inherit;
    }

    .sc4-item-img {
        height: 100px;
    }

    .sc4-item-con {
        padding: 10px;
    }
}

/* sc4结束 */

/* pagebar开始 */
.pagebar {
    display: flex;
    justify-content: center;
    padding-top: 40px;

}

.pagebar a {
    line-height: 25px;
    width: 25px;
    text-align: center;
    background: #efeeee;
    margin: 0 4px 0;
    font-size: 12px;
    border-radius: 3px;
}

.pagebar a:hover {
    background: #fb9337;
    color: white;
}

.now-page {
    line-height: 25px;
    width: 25px;
    text-align: center;
    background: #fb9337;
    color: white;
    margin: 0 4px 0;
    font-size: 12px;
    border-radius: 3px;
}

@media screen and (max-width:680px) {}

/* pagebar结束 */


/* sc5开始 */
.sc5 {
    padding: 20px 0 0;
}

@media screen and (max-width:680px) {
    .sc5 {
        padding: 0;
        width: 96%;
        margin: 10px auto 0;
        border-radius: 15px;
        overflow: hidden;
    }
}

/* sc5结束 */


/* 右侧导航栏开始 */
.newsnav-item {
    font-size: 14px;
    line-height: 30px;
    margin-left: 10px;
}

.newsnav-item a {
    display: block;
    color: #636466;
    line-height: 40px;
    border-bottom: 1px solid #f1f1f1;
    transition: all 0.3s;
}

.newsnav-item a:hover {
    color: #fb9337;
}

/* 右侧导航栏结束 */





/* 右侧联系开始 */

.aranlx {
    position: sticky;
    top: 80px;
}


.arlx {
    display: flex;
    justify-content: space-between;
}

.arlx-item {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.arlx-item-img img {
    display: block;
    max-width: 90px !important;
}

.arlx-item-des {
    text-align: center;
    margin-top: 4px;
    font-size: 12px;
}

.anlx {
    margin-top: 10px;
}

.anlx-anniu {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.anlx-anniu a {
    display: block;
    background: #268bfb;
    color: white;
    text-align: center;
    line-height: 28px;
    font-size: 12px !important;

    border-radius: 4px;
}

.anlx-anniu-a1 {
    width: 60%;
}

.anlx-anniu-a2 {
    width: 35%;
    background-color: #fb9337 !important;
}

.anlx-dianhua {
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
    color: #268bfb;
}

.anlx-dizhi {
    font-size: 14px;
    margin-top: 6px;
}

/* 右侧联系结束 */


/* sc6开始 */
.sc6 {
    box-shadow: 5px 5px 15px #f1f1f1;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
}

.sc6 h1 {
    font-size: 48px;
    line-height: 68px;
    font-weight: 700;
}

.sc6-other {
    color: #00000073;
    font-size: 14px;
    padding: 16px 0;
    margin-top: 8px;
    border-bottom: 1px dashed #e5e5e5
}

.sc6-other span {
    margin-right: 10px;
}

.sc6-other span:nth-child(1) {
    color: #121315;
}

.sc6-zhaiyao {
    margin-top: 32px;
    padding: 24px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 28px;
    background-image: linear-gradient(128deg, #efe8fd99, #e9e8ff99);
    color: #000000a6;
}

.sc6-article {
    margin-top: 40px;
    font-size: 18px;
    color: #242830;
    line-height: 32px;
    text-indent:36px;
}
.sc6-article hr {
	display:none;
}
.sc6-article p {
	margin-bottom: 10px;
}
.sc6-article img {
    margin: auto;
    display: block;
    max-width: 80% !important;
}
.sc6-article h3 {
font-size: 24px;
    margin-bottom: 10px;
}
.sc6-img {
    margin-top: 20px !important;
    display: block;
}

.sc6-tags {
    font-size: 14px;
    color: #726e6e;
    padding-top: 30px;
}

.sc6-tags span {
    margin-right: 15px;
}

.sc6-page {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 36px;
    margin-top: 40px;
    color: #000000d9;
    border-top: 1px dashed #e5e5e5;
    padding-top: 30px;
}

.sc6-page-item {
    width: 49%;
}

.sc6-page-item:nth-child(2) {
    text-align: right;
}

.sc6-page-item:hover {
    color: #fb9337;
}

.sc6-sm {
    margin-top: 32px;
    padding: 16px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #000000a6;
    background-color: #00000005;
}

.sc6-mbx {
    color: #000000a6;
    margin-bottom: 10px;
}

.sc6-mbx a:nth-child(1) {
    color: #268bfb;
    font-weight: bold;
}

.sc6-mbx a:hover {
    color: #268bfb;
}

.sc6-mbx span {
    margin: 0 4px;
}

@media screen and (max-width:680px) {
    .sc6 h1 {
        font-size: 24px;
        line-height: 34px;
        margin-top: 20px;
    }

    .sc6-page-item {
        font-size: 14px;
        line-height: 28px;
    }
}


/* sc6结束 */


/* sc7开始 */
.sc7-out {
    margin-top: 40px;
}

.sc7-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}

.sc7-item {
    border-top: 1px solid #f4f4f4;
    margin-top: 25px;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: 5px 5px 15px #f1f1f1;
    transition: all 0.3s;
    border-radius: 10px;
}
.sc7-item h4 {
    font-size: 24px;
    margin-bottom: 20px;
}
.sc7-neirong {
    display: flex;
    justify-content: space-between;
}
.sc7-item:nth-child(1) {
    margin-top: 0;
    border-top: none;
}

.sc7-item:hover {
    box-shadow: 5px 5px 15px #e5e1e1;
}

.sc7-item-img {
    width: 26%;
    overflow: hidden;

}
.sc7-item-con {
    width: 70%;
    position: relative;
}

.sc7-item-con-dse {
    margin-top: 15px;
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
    display: -webkit-box;
    /* 使用弹性盒子布局 */
    -webkit-box-orient: vertical;
    /* 垂直方向排列 */
    -webkit-line-clamp: 2;
    /* 限制显示 2 行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    color: #767e89;
}

.sc7-item-con-time {
    margin-top: 40px;
    font-size: 12px;
    text-align: right;
    color: #494f57;
}

@media screen and (max-width:680px) {
    .sc7-item h4 {
        font-size: 20px;
        margin-bottom: 10px;
    } 
    .sc7-item-img {
        width: 45%;
    }
    .sc7-item-con {
        width: 52%;
    }
    .sc7-item-con-dse {
        margin-top: 0;
        line-height: 20px;
    }
    .sc7-item-con-time {
        margin-top: 10px;
    }
}
/* sc7结束 */


/* sc8开始 */
.sc8 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 60px;
}

.sc8-item {
    width: 24%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
    background: white;
    margin-top: 30px;
    border: 1px solid #e9ebec;
    box-sizing: border-box;
}

.sc8-item:nth-child(1) {
    margin-top: 0px;
}

.sc8-item:nth-child(2) {
    margin-top: 0px;
}

.sc8-item:nth-child(3) {
    margin-top: 0px;
}

.sc8-item:nth-child(4) {
    margin-top: 0px;
}

.sc8-item:hover {
    box-shadow: 5px 5px 15px #e5e1e1;
}

.sc8-item-img {
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc8-item-img img {
    width: 100%;
}

.sc8-item-con {
    box-sizing: border-box;
    padding: 15px;
}

.sc8-item-con h4 {
    display: -webkit-box;
    /* 使用弹性盒子布局 */
    -webkit-box-orient: vertical;
    /* 垂直方向排列 */
    -webkit-line-clamp: 1;
    /* 限制显示 2 行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
}

.sc8-item-con-des {
    font-size: 12px;
    display: -webkit-box;
    /* 使用弹性盒子布局 */
    -webkit-box-orient: vertical;
    /* 垂直方向排列 */
    -webkit-line-clamp: 2;
    /* 限制显示 2 行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    color: #767e89;
    margin-top: 10px;
    text-align: justify;
}

.sc8-item-con-other {
    font-size: 12px;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
}

.sc8-item-con-other span {
    color: #767e89;
    margin-right: 10px;
}

@media screen and (max-width:680px) {
    .sc8 {
        margin-top: 20px;
        padding-bottom: 40px;
    }

    .sc8-item {
        width: 49%;
        margin-top: inherit;
    }

    .sc8-item:nth-child(1) {
        margin-top: 0px;
    }

    .sc8-item:nth-child(2) {
        margin-top: 0px;
    }

    .sc8-item:nth-child(3) {
        margin-top: inherit;
    }

    .sc8-item:nth-child(4) {
        margin-top: inherit;
    }

    .sc8-item-img {
        height: 100px;
    }

    .sc8-item-con {
        padding: 10px;
    }
}

/* sc8结束 */


/* sc9 开始 */
.sc9-out {
    margin-top: 40px;
}

.sc9-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}

.sc9-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f4f4f4;
    padding-top: 8px;
    margin-top: 10px;
    box-sizing: border-box;
    transition: all 0.3s;
    border-radius: 10px;
    transform: translateY(0);
}

.sc9-item:hover {
    transform: translateY(-5px);
}

.sc9-item:nth-child(1) {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.sc9-item-img {
    width: 26%;
    overflow: hidden;
    border-radius: 15px;

}

.sc9-item-con {
    width: 70%;
    position: relative;
}

.sc9-item-con h4 {
    font-size: 16px !important;
}


.sc9-item-con-dse {
    margin-top: 5px;
    font-size: 10px;
    line-height: 16px;
    text-align: justify;
    display: -webkit-box;
    /* 使用弹性盒子布局 */
    -webkit-box-orient: vertical;
    /* 垂直方向排列 */
    -webkit-line-clamp: 2;
    /* 限制显示 2 行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    color: #767e89;
}

/* sc9 结束 */

/* 右侧咨询栏开始 */
@font-face {
    font-family: 'iconfont';
    /* Project id 5015961 */
    src: url('//at.alicdn.com/t/c/font_5015961_epk47ms297m.woff2?t=1757303097708') format('woff2'),
        url('//at.alicdn.com/t/c/font_5015961_epk47ms297m.woff?t=1757303097708') format('woff'),
        url('//at.alicdn.com/t/c/font_5015961_epk47ms297m.ttf?t=1757303097708') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.gd-box {
    position: fixed;
    right: 1px;
    bottom: 35vh;
    z-index: 999;
}

.gd-box a {
    color: inherit;
    text-decoration: none;

}

.gd-item {
    height: 50px;
    width: 50px;
    background: white;
    color: white;
    box-sizing: border-box;
    /* border: 1px solid #e6eaf0; */
    box-shadow: 0 0 0 1px #e6eaf0, 0 4px 10px rgba(12, 31, 80, .08);
    border-radius: 8px;
    margin-bottom: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
    position: relative;
}

.gd-item:hover {
    background: #268bfb;
}

.gd-item-img {
    display: flex;
    justify-content: center;
}

.gd-item-img i {
    font-size: 20px;
    color: #6c6c72;
    transition: all 0.3s;
}

.gd-item:hover .gd-item-img i {
    color: white;
}

.gd-item-title {
    font-size: 10px;
    margin-top: 5px;
}

.gd-item:hover .gd-item-title {
    color: white;
}

.gd-item-con {
    position: absolute;
    background: white;
    right: 60px;
    width: 128px;
    top: 0;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 8px;
    display: none;
    box-sizing: 5px 5px 15px #f1f1f1;
    border: 1px solid #e6eaf0;
    ;
}

.gd-item:hover .gd-item-con {
    display: block;
}

.gd-item2-con {
    height: 100%;
    width: 140px;
}

.gd-item2-con-d1 {
    font-size: 10px;
    color: #6c6c72;
    text-align: center;
}

.gd-item2-con-d2 {
    font-size: 16px;
    color: #268bfb;
    margin-top: 3px;
}

.gd-item3-con-d1 {
    font-size: 10px;
    color: #6c6c72;
    text-align: center;
}

.gd-item3-con-d2 {
    width: 100%;
}

.gd-item3-con-d2 img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 720px) {
    .gd-box {
        left: 0;
        bottom: 0px;
        width: 100%;
    }

    .gd {
        display: flex;
        justify-content: space-around;
    }

    .gd-item {
        width: 31%;
        margin-bottom: 4px;
        height: 40px;
    }

    .gd-item-img i {
        color: #268bfb;
    }

    .gd-item-title {
        margin-top: 1px;
    }

    .gd-item-con {
        display: none;
    }

    .gd-item:hover .gd-item-con {
        display: none;
    }
}

@media screen and (min-width: 321px) {
    .gd-box {
        line-height: normal;
    }
}


/* 右侧咨询结束 */
