@charset "utf-8";


/* 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 img {
    width: 90% !important;
    height: auto !important;
    margin: 12px auto !important;
    display: block;
}

.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;
}

.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结束 */

.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) {
    .m-ft-out {
        display: block;
    }

    .mft-space {
        display: block;
    }
}