@charset "utf-8";



/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 5149394 */
  src: url('//at.alicdn.com/t/c/font_5149394_yth8k69zstg.woff2?t=1774602620879') format('woff2'),
       url('//at.alicdn.com/t/c/font_5149394_yth8k69zstg.woff?t=1774602620879') format('woff'),
       url('//at.alicdn.com/t/c/font_5149394_yth8k69zstg.ttf?t=1774602620879') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    字体大小：16px；
    字体样式：正常；
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/* mm開始 */
.mm-out {
    background-color: #f0f0f0;
}
.mm {
    width: 1150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mm-left {
    width: 25%;
    box-sizing: border-box;
}
.mm-left-style {
    min-height: 70px;
    background: #fbfbfb;
}
.mm-left-style h3 {
    height: 55px;
    line-height: 55px;
    text-indent: 36px;
    color: #fff;
}
.mm-left-style ul li {
    text-indent: 36px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #f0f0f0;
}
.mm-right {
    width: 72%;
    background-color: white;
    box-sizing: border-box;
    padding: 25px;
    
}
@media screen and (max-width:1150px) {
    .mm {
        width: 96%;
    }
}
@media screen and (max-width:799px) {
    .mm-left  {
        width: 100%;
    }
    .mm-right {
        width: 100%;
        padding: 0;
    }
}
/* mm結束 */



/* sc1开始 */
.sc1-out {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.sc1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.sc1 .swiper-pagination {
    /* background: red !important; */
    position: absolute;
    bottom: 50px;
}

.sc1 .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    border-radius: 0;
    margin: 0 4px !important;
}

.sc1 .swiper-pagination-bullet-active {
    background: white;
}

.sc1 img {
    width: 100%;
    display: block;
}

/* sc1结束 */


/* sc2开始 */
.sc2 {
    text-align: center;
}

.sc2 h5 {
    font-size: 36px;
    font-weight: bold;
}

.sc2 p {
    color: rgba(115, 115, 115, 1);
    font-size: 16px;
    margin-top: 25px;
}

.sc2-w h5 {
    color: white;
}

.sc2-w p {
    color: white;
}

/* sc2结束 */





/* sc3开始 */
.sc3-out {
    padding: 80px 0;
}

.sc3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.sc3-item {
    display: block;
    width: 18%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.sc3-item:nth-child(1) {
    margin-top: 0px;
}

.sc3-item:nth-child(2) {
   margin-top: 0px;
}

.sc3-item:nth-child(3) {
    margin-top: 0px;
}

.sc3-item:nth-child(4) {
   margin-top: 0px;
}

.sc3-item:nth-child(5) {
    margin-top: 0px;
}

.sc3-item-img {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc3-item-img img {
    width: 55px;
    height: auto;
}

.sc3-item p {
    font-size: 16px;
    margin-left: 20px;
}

.sc3-item:hover p {
    color: #3357B9;
    transition: all 0.3s;
}

@media screen and (max-width:799px) {
    .sc3-out {
        padding: 40px 10px;
        box-sizing: border-box;
    }

    .sc3 {
        flex-wrap: wrap;
    }

    .sc3-item {
        width: 33%;
        flex-direction: column;
        margin-top: 10px;
    }
    .sc3-item:nth-child(1) {
        margin-top: 0;
    }
     .sc3-item:nth-child(2) {
        margin-top: 0;
    }
     .sc3-item:nth-child(3) {
        margin-top: 0;
    }
     .sc3-item:nth-child(4) {
        margin-top: 10px;
    }
     .sc3-item:nth-child(5) {
        margin-top: 10px;
    }

    .sc3-item p {
        margin-left: 0;
        margin-top: 5px;
        font-size: 13px;
    }

    .sc3-item:nth-child(10) {
        display: none;
    }
}


/* sc3结束 */


/* sc4开始 */
.sc4-out {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: url(../images/sc11.jpg) no-repeat left top;
    background-size: 100% 100%;
    padding: 80px 0 100px;
}

.sc4 {
    width: 100%;
    height: 100%;
    /* position: relative; */
    margin-top: 50px;
    overflow: hidden;
}

.sc4 .swiper-pagination {
    position: absolute;
    bottom: -30px;
}

.sc4 .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    border-radius: 5px;
    margin: 0 4px !important;
    background: #ffffffa6;
}

.sc4 .swiper-pagination-bullet-active {
    background: white;
}

.sc4-item {
    background: white;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
}

.sc4-item-img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px;
}

.sc4-item-img img {
    display: block;
    width: 100%;
    height: auto;
}

.sc4-item-title {
    margin-top: 10px;
    font-size: 20px;
}

.sc4-item-des {
    margin-top: 10px;
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
}

.sc4-item-more {
    margin-top: 25px;
    display: inline-block;
}

@media screen and (max-width:799px) {
    .sc4-out {
        padding: 40px 10px;
        box-sizing: border-box;
    }

    /* .sc4 .swiper-button-prev{
        display: none;
    }
    .sc4 .swiper-button-next{
        display: none;
    } */
}


/* sc4结束 */





/* sc5开始 */
.sc5-out {
    padding: 80px 0;
}

.sc5 {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc5-item {
    width: 24%;
    position: relative;
    max-height: 486px;
    overflow: hidden;
}
.sc5-item:nth-child(1) {
    margin-bottom: 20px;
}
.sc5-item:nth-child(2) {
    margin-bottom: 20px;
}
.sc5-item:nth-child(3) {
    margin-bottom: 20px;
}
.sc5-item:nth-child(4) {
    margin-bottom: 20px;
}

.sc5-item-img {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.sc5-item-img img {
    height: 100%;
    width: 100%;
}

.sc5-item-con {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sc5-item-con:hover {
    background: #3357B9;
    transition: all 0.3s;
}

.sc5-item-con-title {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.sc5-item-con-line {
    width: 40px;
    height: 4px;
    background: white;
    margin: 30px 0 20px;
}

.sc5-item-con-des {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}

.sc5-item-con-more {
    margin-top: 60px;
}

@media screen and (max-width:799px) {
    .sc5-out {
        padding: 40px 10px;
        box-sizing: border-box;
    }

    .sc5 {
        flex-wrap: wrap;
    }

    .sc5-item {
        width: 49%;
        overflow: hidden;
        height: 314px;
        margin-bottom: 10px !important;
    }


    .sc5-item-con-title {
        font-size: 16px;
    }
}

/* sc5结束 */


/* sc6开始 */
.sc6-out {
    padding: 80px 0;
    background: #f2f2f2;
}

.sc6 {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc6-item {
    width: 31.5%;
    background: white;
    box-sizing: border-box;
    padding: 30px;
    margin-top: 30px;
}

.sc6-item:nth-child(1) {
    margin-top: 0px;
}

.sc6-item:nth-child(2) {
    margin-top: 0px;
}

.sc6-item:nth-child(3) {
   margin-top: 0px;
}

.sc6-item-img {
    text-align: center;
    overflow: hidden;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc6-item-img img {
    width: 90%;
    transform: scale(1);
    transition: all 0.3s;
}

.sc6-item:hover .sc6-item-img img {
    transform: scale(1.1);
}

.sc6-item-title {
    text-align: center;
    font-size: 18px;
    margin-top: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}

@media screen and (max-width:799px) {
    .sc6-out {
        padding: 40px 10px;
        box-sizing: border-box;
    }

    .sc6 {
        flex-wrap: wrap;
    }

    .sc6-item {
        width: 49%;
        padding: 15px;
        margin-top: 10px !important;
    }

    .sc6-item-img {
        height: 117px;
    }

    .sc6-item-title {
        font-size: 16px;
    }

}

/* sc6结束 */



/* sc7开始 */
.sc7-out {
    padding: 100px 0;
}

.sc7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc7-left {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc7-right {
    width: 48%;
}

.sc7-right-top {
    font-size: 30px;
    font-weight: bold;
}

.sc7-right-des {
    margin-top: 30px;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    text-indent: 30px;
}

.sc7-right-more {
    margin-top: 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.sc7-right-more:hover {
    color: #3357B9;
}

@media screen and (max-width:799px) {
    .sc7-out {
        padding: 40px 10px;
        box-sizing: border-box;
    }

    .sc7 {
        flex-wrap: wrap;
    }

    .sc7-left {
        display: none;
    }

    .sc7-right {
        width: 100%;
    }
}


/* sc7结束 */



/* sc8开始 */
.sc8-out {
    padding: 100px 0;
    background: url(../images/sc18.jpg) no-repeat left top;
    background-size: 100% 100%;
}

.sc8 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.sc8-item {
    width: 32%;
}

.sc8-item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc8-item-top span {
    font-size: 20px;
    font-weight: bold;
}

.sc8-item-top a {
    font-size: 12px;
}

.sc8-item-top a:hover {
    color: #3357B9;
}

.sc8-item-list {
    margin-top: 20px;
}

.sc8-item-img {
    display: block;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.sc8-item-img img {
    width: 100%;
    display: block;
}

.sc8-item-list li {
    line-height: 26px;
}

.sc8-item-list li:nth-child(1) .sc8-item-title {
    margin-top: 8px;
}

.sc8-item-title {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
}

@media screen and (max-width:799px) {
    .sc8-out {
        padding: 40px 10px;
        box-sizing: border-box;
    }

    .sc8 {
        flex-wrap: wrap;
    }

    .sc8-item {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }
}


/* sc8结束 */



/* sc9开始 */
.sc9-out {
    padding: 100px 0;
}

.sc9 {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc9-item {
    width: 20%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    overflow: hidden;
}

.sc9-item img {
    display: block;
    width: 95%;
    height: auto;
}

@media screen and (max-width:799px) {
    .sc9-out {
        padding: 40px 10px;
        box-sizing: border-box;
    }
}


/* sc9结束 */


/* sc10开始 */
.sc10-out {
    padding: 50px 0 30px;
    border-top: 1px solid #f2f2f2;
}

.sc10 {
    display: flex;
    justify-content: space-between;
}

.sc10-item {
    width: 16%;
}

.sc10-item a {
    display: block;
    font-size: 14px;
    line-height: 28px;
}

.sc10-item a:nth-child(1) {
    font-weight: bold;
}

/* sc10结束 */




/* sc11开始 */
.sc11-out {
    background: #232736;
    padding: 40px 0 20px;
    color: #c0c1c1;
}

.sc11-out a {
    color: #c0c1c1;

}

.sc11 {
    display: flex;
    justify-content: space-between;
}

.sc11-left {
    width: 40%;
}

.sc11-left-name {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.sc11-left-des {
    margin-top: 30px;
    font-size: 16px;
    line-height: 36px;
}

.sc11-right {
    width: 8%;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.sc11-right-item {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.sc11-right-item:nth-child(1) {
    margin-top: 0px;
}

.sc11-right-item img {
    display: block;
    width: 100%;
}

.sc11-right-item p {
    font-size: 12px;
    margin-top: 6px;
}

.sc11-md {
    width: 30%;
}

.sc11-md p {
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.sc11-md form {
    margin-top: 20px;
}

.sc11-md input {
    border: none;
    border-bottom: 2px solid #d7d7d79d;
    background-color: transparent;
    width: 100%;
    height: 60px;
    font-size: 16px;
    outline: none;
    border-radius: 0px;
    color: #fff;
    line-height: 60px;
}

.sc11-md button {
    background-color: #3357B9;
    margin: 40px 0 20px;
    width: 100px;
    height: 40px;
    color: #000;
    font-size: 16px;
    border: none;
    color: white;
    cursor: pointer;
}


/* sc11结束 */


/* sc12开始 */
.sc12-out {
    background: #12141b;
    color: #c5c4c4;
}

.sc12-out a {
    color: #c5c4c4;
}

.sc12 {
    padding: 20px;
}

.sc12 span {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 4px;
}

/* sc12结束 */


/* sc13开始 */
.sc13-out {
    box-sizing: border-box;
    padding: 12px;
}

.sc13-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc13-title span {
    font-size: 18px;
    font-weight: bold;
}

.sc13-title a {}

.sc13-title a:hover {
    color: #3357B9
}

.sc13 {
    margin-top: 12px;
}

.sc13-item {
    margin-top: 8px;
    font-size: 14px;
}


.sc13-item-img {
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc13-item:nth-child(1) .sc13-item-img {
    margin-bottom: 10px;
}

.sc13-item-img img {
    width: 100%;
    height: auto;
}

.sc13-item-con {
    display: flex;
    justify-content: flex-start;
}

.sc13-item-con span {
    background: #a3a1a1;
    width: 20px;
    text-align: center;
    color: white;
    margin-right: 5px;
    font-size: 12px;
    line-height: 20px;
}

.sc13-item:nth-child(1) .sc13-item-con span {
    background: #3357B9;
    color: white;
}

.sc13-item:nth-child(2) .sc13-item-con span {
    background: #3357B9;
    color: white;
}

.sc13-item:nth-child(3) .sc13-item-con span {
    background: #3357B9;
    color: white;
}

.sc13-item-con a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    font-size: 14px;
}

.sc13-item-con a:hover {
    color: #3357B9;
}

/* sc13结束 */







/* sc14开始 */
.sc14-out {
    box-sizing: border-box;
    padding: 12px;
}

.sc14-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc14-title span {
    font-size: 18px;
    font-weight: bold;
}

.sc14-title a {}

.sc14-title a:hover {
    color: #3357B9
}

.sc14 {
    margin-top: 12px;
}

.sc14-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc14-img img {
    width: 80%;
}

.sc14-des {
    font-size: 14px;
    margin-top: 15px;
}

.sc14-des span {
    font-size: 18px;
    font-weight: bold;
    color: #3357B9;
    margin: 0 5px;
}

.sc14-sj {
    margin-top: 20px;
    font-size: 14px;
}

.sc14-dh {
    margin-top: 8px;
    font-size: 14px;
}

.sc14-dz {
    margin-top: 8px;
    font-size: 14px;
}

/* sc14结束 */



/* sc15开始 */
.sc15-out {
    box-sizing: border-box;
    padding: 30px 20px;
}

.sc15-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}

.sc15-item {
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f2;
}

.sc15-item-title {
    font-size: 20px;
    font-weight: bold;
}

.sc15-item-title:hover {
    color: #3357B9;
}

.sc15-item-con {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.sc15-item-img {
    width: 30%;
    overflow: hidden;
    border-radius: 20px;
}

.sc15-item-img img {
    display: block;
    width: 100%;
}

.sc15-item-des {
    width: 68%;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sc15-item-des a {
    color: #3357B9;
    margin-left: 15px;
}

.sc15-item-other {
    margin-top: 15px;
}

.sc15-item-other span {
    margin-right: 20px;
}

@media screen and (max-width:799px) {
    .sc15-name {
        margin-bottom: 20px;
    }

    .sc15-item-other {
        font-size: 12px;
    }

    .sc15-item-des {
        line-height: 24px;
        font-size: 13px;
    }
}


/* sc15结束 */


/* sc16开始 */
.sc16-out {
    box-sizing: border-box;
    padding: 20px 20px;
}

.sc16 img {
    display: block;
    width: 100%;
}

/* sc16结束 */

/* sc17开始 */
.sc17-out {
    box-sizing: border-box;
    padding: 20px 20px;
}

.sc17 {
    color: #817b7bbb;
    font-size: 13px;
}

/* sc17结束 */


/* sc18开始 */
.sc18-out {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.sc18 {
    width: 120px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background: white;
    border-radius: 20px;
    transition: all 0.3s;
}

.sc18-w {
    background: #4370ee;
    color: white;
}

.sc18:hover {
    background: #3357B9;
    color: white;
}

/* sc18结束 */




/* sc19开始 */
.sc19-out {
    box-sizing: border-box;
    padding: 30px 20px;
}

.sc19-title {
    font-size: 30px;
    text-align: center;
}

.sc19-des {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    color: #444141;
}

.sc19-des span {
    margin: 0 10px;
}

.sc19-con {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    padding-top: 20px;
    border-top: 1px solid #F2f2f2;
    margin-top: 20px;
}
.sc19-con h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 55px;
}
.sc19-con h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
}
.sc19-con h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}
.sc19-con h5 {
    font-size: 17px;
    font-weight: bold;
     line-height: 32px;
}
.sc19-con h6 {
      font-size: 16px;
    font-weight: bold;
     line-height: 32px;
}

.sc19-con img {
    width: 90% !important;
    height: auto !important;
    margin: 12px auto !important;
    display: block;
}

.sc19-con p {
    margin-top: 6px;
}


.sc19-pn {
    margin-top: 40px;
    /* display: flex;
    justify-content: space-between; */
    font-size: 18px;
    line-height: 36px;

}

.sc19-pn div:hover a {
    color: #3357B9;
}

@media screen and (max-width:799px) {
    .sc19-out {
        padding: 15px 10px;
    }

    .sc19-title {
        font-size: 18px;
    }

    .sc19-des {
        font-size: 12px;
    }

    .sc19-des span:nth-child(2) {
        display: none;
    }

    .sc19-con {
        font-size: 16px;
    }

    .sc19-pn {
        font-size: 16px;
    }

}

/* sc19结束 */

/* sc20开始 */
.sc20-out {
    padding: 25px 20px 0;
    box-sizing: border-box;
}

.sc20 {
    margin-bottom: 12px;
}

.sc20 a {
    font-size: 14px;
    margin-right: 5px;
}

/* sc20结束 */


/* sc21开始 */
.sc21-out {
    background: #292929;
    padding: 30px 0;
    text-align: center;
    color: white;
    font-size: 20px;
    display: none;
}

.sc21 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc21 span {
    background: linear-gradient(90deg, #dc7b16, #e3a603);
    padding: 5px 30px;
    margin-left: 30px;
    border-radius: 10px;
    transition: all 0.3s;
}

.sc21 a {
    color: white;
}

.sc21 span:hover {
    border-radius: 0;
}

/* sc21结束 */



/* sc22开始 */
.sc22-out {
    background-size: cover;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc22 {
    width: 35%;
    box-sizing: border-box;
    padding: 50px;
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    background-size: cover;
}

.sc22-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}

.sc22-con div {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.sc22-con div span {
    width: 20%;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sc22-con div input {
    width: 80%;
    height: 40px;
    background: #fff;
    border: 1px solid #bfbfbf;
    outline: none;
    text-indent: 20px;
}

.sc22-con p {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.sc22-con p button {
    outline: none;
    width: 142px;
    line-height: 35px;
    border: 1px solid #dc7b16;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s;
}

.sc22-con p button i {
    margin-left: 10px;
}

.sc22-con p button:hover {
    background: #dc7b16;
    color: white;
}

@media screen and (max-width:799px) {
    .sc22 {
        height: 100%;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }

    .sc22-title {
        margin-top: 20vh;
    }

    .sc22-con div span {
        width: 26%;
    }
}

/* sc22结束 */

/* sc23開始 */
.sc23 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sc23-item {
    width: 32%;
    margin-top: 20px;
}
.sc23-item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.sc23-item-img img{
    width: 100%;
}
.sc23-title {
    margin-top: 8px;
}
@media screen and (max-width:799px) {
    .sc23-item {
        width: 48%;
    }
}
/* sc23结束 */

.m-ft-out {
    background: #dc7b16;
    ;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    display: none;
    box-shadow: 0 -1px 1px white;
}

.m-ft {
    box-sizing: border-box;
    padding: 12px 10px;
    color: white;
    display: flex;
    justify-content: space-between;
}

.m-ft-item {
    text-align: center;
    width: 55%;
    border-left: 1px solid white;
}

.m-ft-item:first-child {
    border-left: none;
}

.m-ft-item div i {
    font-size: 16px;
}

.m-ft-item p {
    font-size: 16px;
    margin-top: 2px;
    color: white;
}

.mft-space {
    display: none;
}

@media screen and (max-width:680px) {
    footer {
        display: none;
    }

    .m-ft-out {
        display: block;
    }

    .mft-space {
        display: block;
    }
}


/* 顶部样式开始 */

@media screen and (min-width:681px) {
    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        transition: all 0.3s;
    }
    .hd-con {
        max-width: 1150px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .hd {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .hd-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hd-logo-img {
        height: 35px;
    }

    .hd-logo-img img {
        height: 100%;
        width: auto;
    }

    .hd-logo-name {
        display: flex;
        flex-wrap: wrap;
        margin-left: 8px;
        width: 100px;
    }

    .hd-logo-name dt {
        width: 100%;
        letter-spacing: 8px;
        font-weight: bold;
    }

    .hd-logo-name dd {
        font-size: 8px;
        color: #000;
    }


    .hd-nav {
        display: flex;
        justify-content: space-between;
        margin-left: 5%;
        margin-right: auto;

    }

    .navbar-item {
        position: relative;
    }

    .navbar-item>a {
        display: block;
        height: 60px;
        line-height: 60px;
        margin: 0 15px;
        text-align: center;
        position: relative;
    }

    .navbar-active {
        font-weight: bold;
        color: #000 !important;
    }

    .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;
    }

    .navbar-item-child {
        position: absolute;
        background: white;
        width: 100%;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: 2px 5px 5px #ccd4e0;
        opacity: 0;
        height: 0;
        overflow: hidden;
    }

    .navbar-item:hover .navbar-item-child {
        opacity: 1;
        transition: all 0.3s;
        height: auto;
    }

    .navbar-item-child li a {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        display: block;
        text-align: center;
        height: 100%;
    }

    .navbar-item-child li a:hover {
        color: #006cff;
    }


    .navbar-item>i {
        display: none;
    }

    .hd-butt {
        display: flex;
    }

    .hd-butt>i {
        display: none;
    }

    .hdlianxi-item:nth-child(1) a {
        display: block;
        width: 150px;
        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(1) i {
        color: white;
        margin-right: 5px;
        /* font-size: 30px; */
    }


    .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: #fff;
        border: 1px solid #ccd4e0;

    }

    .hdlianxi-item:nth-child(2):hover a {
        background: #006cff;
        color: white;
        transition: all 0.3s;
    }


    .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;
    }


    .hdlianxi-item2 {
        position: relative;
    }
    .hdlianxi-item2 a {
        margin-right: 0 !important;
    }
    .hdlianxi-item-img {
        
        position: absolute;
        right: 0;
        top: 55px;
        box-sizing: border-box;
        border-radius: 10px;
        overflow: hidden;
        padding: 3px;
        background: white;
        border: 1px solid #f0f0f1;
        box-shadow: 5px 5px 15px #24283014;
        height: 0;
        width: 0;
        opacity: 0;
        z-index: -1;
    }

    .hdlianxi-item:hover .hdlianxi-item-img{
        z-index: 1;
        height: auto;
        opacity: 1;
        transition: all 0.3s;
        width: 120px;
    }
    .hd-space {
        height: 60px;
    }
}



@media screen and (max-width:680px) {
    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }
   .hd-con {
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .hd {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 60px;
    }


    .hd-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hd-logo-img {
        height: 35px;
    }

    .hd-logo-img img {
        height: 100%;
        width: auto;
    }

    .hd-logo-name {
        display: flex;
        flex-wrap: wrap;
        margin-left: 8px;
        width: 100px;
    }

    .hd-logo-name dt {
        width: 100%;
        letter-spacing: 8px;
        font-weight: bold;
        font-size: 15px;
    }

    .hd-logo-name dd {
        font-size: 8px;
        color: #000;
    }


    .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;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }

    .navbar-item>a {
        font-size: 16px;
        line-height: 50px;
        display: block;
        text-align: left;
    }

    .navbar-item>i {
        font-size: 30px;
        transform: rotate(0);
        transition: all 0.3s;
    }

    .navbar-item-i-active {
        transform: rotate(180deg) !important;
    }


    .navbar-item-child {
        width: 100%;
        display: none;
    }

    .navbar-item-child li {
        width: 100%;
        text-align: center;
    }

    .navbar-item-child li a {
        display: block;
        padding-bottom: 15px;
        width: 100%;
    }


    .hdlianxi-item {
        display: none;
    }
    .hdlianxi-item-img {
        display: none;
    }
    .hd-butt {
        display: flex;
        align-items: center;
    }




    .hd-butt>i {
        font-size: 22px;
        transform: rotate(0deg);
        transition: all 0.3s;
    }

    .hd-butt-i-active {
        transform: rotate(90deg) !important;

    }
    .hd-space {
        height: 60px;
    }

   
}

/* 顶部样式结束 */