

@font-face {
    font-family: 'bb';
    src: url(../font/Britannic-Bold.ttf);
}

@media screen and (min-width:1380px) {
    .con {
        max-width: 1380px;
        margin: auto;
    }
}

@media screen and (max-width:1380px) {
    .con {
        max-width: 1200px;
        margin: auto;
    }
}
@media screen and (max-width:1200px) {
    .con {
        width: 100%;
        box-sizing: border-box;
        padding: 0 30px;
    }
}
@media screen and (max-width:799px) {
    .con {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }
}



.zt-title {
    text-align: center;
}

.zt-title dt {
    font-size: 30px;
    color: #434343;
    font-weight: 500;
}

.zt-title dd {
    color: #949494;
    font-size: 14px;
}

.zt-title ul {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.zt-title ul li a {
    display: inline-block;
    padding: 0 20px;
    border-left: 1px solid #AEAEAE;
    color: #AEAEAE;
    font-size: 16px;
    line-height: 16px;
}

.zt-title ul li:nth-child(1) a {
    border-left: none;
}

.zt-more {
    display: block;
    width: 169px;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid rgba(228, 228, 228, 1);
    color: #868686;
    text-align: center;
    margin: 40px auto 0;
}

@media screen and (max-width:680px) {
    .zt-title dt {
        font-size: 20px;
    }

    .zt-title ul {
        margin-top: 5px;
    }

    .zt-title ul li a {
        padding: 0 5px;
        font-size: 12px;
    }
}



.zt2-out {
    padding: 100px 0;
}

.zt2-con {
    width: 80%;
    margin: 40px auto 0;
    color: #A1A1A1;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.zt2-con p {
    font-size: 16px;
}


@media screen and (max-width:680px) {
    .zt2-out {
        padding: 30px 0;
    }

    .zt2-con {
        margin-top: 10px;
        width: 90%;
    }

    .zt-more {
        margin-top: 20px;
        font-size: 12px;
        line-height: 35px;
        width: 130px;
    }
}



.zt3-out {
    padding-bottom: 100px;
}

.zt3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.zt3-item {
    width: 24%;
    margin-top: 20px;
}

.zt3-item-img {
    display: block;
    overflow: hidden;
}

.zt3-item-title {
    font-size: 16px;
    color: #868686;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

@media screen and (max-width:680px) {
    .zt3-out {
        padding: 30px 0;
    }

    .zt3 {
        margin-top: 0;
    }

    .zt3-item {
        width: 49%;
        margin-top: 10px;
    }

    .zt3-item-title {
        font-size: 13px;
    }
}

.zt4-out {
    padding: 100px 0;
    background: url(../image/u1.png) no-repeat center;
    background-size: cover;
}

.zt4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.zt4-item {
    width: 17%;
    background: white;
    box-sizing: border-box;
    padding: 20px 0;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.242);
}

.zt4-item-img img {
    height: 50px;
    width: auto;
    display: block;
    margin: auto;
}

.zt4-item-title {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    color: #333333;
    font-weight: 700;
}

.zt4-item-bottom {
    box-sizing: border-box;
    padding: 20px 0 20px 30%;
    margin-top: 20px;
    border-top: 1px dashed #E4E4E4;
    font-size: 18px;
    color: #333;
}

@media screen and (max-width:680px) {
    .zt4-out {
        padding: 30px 0;
    }

    .zt-title dd {
        font-size: 12px;
    }

    .zt4 {
        margin-top: 10px;
    }

    .zt4-item {
        width: 49%;
        margin-top: 10px;
    }

    .zt4-item-bottom {
        padding: 20px 0 20px 10%;
    }
}

.zt5-out {
    padding: 100px 0;
}

.zt5 {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zt5-item {
    width: 11%;
    height: 60px;
    border: 1px solid #E4E4E4;
    margin-top: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zt5-item img {
    display: block;
    height: auto;
    margin: auto;
    width: 100%;
}

@media screen and (max-width:680px) {
    .zt5-out {
        padding: 30px 0;
    }

    .zt5 {
        margin-top: 0;
    }

    .zt5-item {
        width: 30%;
    }
}

.zt6-out {
    background: #0D0D0D;
    padding: 100px 0;
}

.zt6-con {
    display: flex;
    justify-content: space-around;
    margin: 0 auto 0;
    width: 90%;
}

.zt6-con {
    color: #F2F2F2;
}

.zt6-item div {
    font-weight: bold;
    letter-spacing: 4px;
    height: 90px;
}

.zt6-item div span {
    font-size: 16px;
    margin-left: 4px;
    font-weight: 100;
}

.zt6-item div p {
    display: inline;
    font-size: 65px;
    font-family: 'bb';
    letter-spacing: -3px;
    font-weight: bold;
    color: #ff6600;
}

.zt6-item dd {
    margin-top: 6px;
}

@media screen and (max-width:680px) {
    .zt6-out {
        padding: 10px 0 30px;
    }

    .zt6-con {
        width: 95%;
        flex-wrap: wrap;
    }

    .zt6-item {
        width: 49%;
        text-align: center;
    }

    .zt6-item div {
        height: 60px;
    }

    .zt6-item div p {
        font-size: 45px;
    }

    .zt6-item div span {
        font-size: 12px;
    }

    .zt6-item dd {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
}

.zt7-out {
    padding: 100px 0;
}

.zt7-title {
    display: flex;
    justify-content: space-between;
}

.zt7-title span {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #333;
    padding-left: 8px;
    border-left: 5px solid rgba(255, 51, 102, 1);
    height: 18px;
    line-height: 18px;
}

.zt7 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.zt7-item {
    width: 24%;
    position: relative;
}

.zt7-item-img img {
    display: block;
}

.zt7-item-con {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6)
}

.zt7-con1 {
    height: 73%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.zt7-con1 p {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
}

.zt7-con2 {
    height: 27%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.zt7-con2 a {
    width: 111px;
    line-height: 28px;
    background: rgba(255, 51, 102, 1);
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width:680px) {
    .zt7-out {
        padding: 30px 0;
    }

    .zt7 {
        margin-top: 15px;
    }

    .zt7-item {
        width: 49%;
        margin-bottom: 15px;
    }

    .zt7-con1 p {
        font-size: 13px;
    }

    .zt7-con2 a {
        font-size: 12px;
        line-height: 20px;
        width: 90px;
    }
}


.zt8-out {
    padding: 0 0 100px;
}

.zt8-line {
    height: 1px;
    background: #e4e4e4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.zt8 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-top: 15px;
    padding-top: 35px;
}

.zt8-item {
    width: 22%;
}

.zt8-item-c:nth-child(2) {
    margin-top: 16px;
}

.zt8-item1 {
    position: relative;
    overflow: hidden;
    margin: 0 0;
    overflow: hidden;
    width: 28%;
}

.zt8-item1 img {
    display: block;
}

.zt8-item1 a {
    position: relative;
    display: block;
    height: 100%;
    left: 0;
    width: 100%;
}

.zt8-item1 p {
    position: absolute;
    background: rgba(85, 85, 85, 0.5);
    bottom: 0;
    left: 0;
    line-height: 70px;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 20px;
}

.zt8-item-c dt {
    border-bottom: 1px dashed #e4e4e4;
    padding-bottom: 4px;
}

.zt8-item-c dt a {
    font-size: 16px;
    color: #333;
}

.zt8-item-c dd {
    line-height: 28px;
    display: flex;
    justify-content: space-between;
}

.zt8-item-c dd:nth-child(2) {
    margin-top: 6px;
}

.zt8-item-c dd a {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #AEAEAE;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.zt8-item-c dd span {
    font-size: 14px;
    color: #AEAEAE;
}

@media screen and (max-width:680px) {
    .zt8 {
        padding-top: 20px;
    }

    .zt8-item {
        width: 100%;
        margin-top: 20px;
    }
}








@media screen and (min-width:1200px) {
    .scon {
        padding: 0;
        box-sizing: border-box;
    }
}

@media screen and (max-width:1199px) {
    .scon {
        padding: 0 40px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:799px) {
    .scon {
        padding: 0 0px;
        box-sizing: border-box;
    }
}






/* sc1开始 */

.sc1-out {
    padding: 115px 0 130px;
}

.sc1 {
    color: #003023;
    font-family: '阿里巴巴普惠体 2.0 55', '阿里巴巴普惠体 2.0', sans-serif;
}

.sc1 dt {
    font-size: 42px;
    line-height: 55px;
}

.sc1 dd {
    font-size: 15px;
    color: #606266;
    line-height: 30px;
    margin-top: 30px;
    font-weight: 300;
}

@media screen and (max-width:1480px) {
    .sc1-out {
    padding:40px 0 30px;
    }
}

@media screen and (max-width:1199px) {
    .sc1 dt {
        font-size: 42px;
    }
    .sc1 dd {
        font-size: 15px;
    }
}


@media screen and (max-width:799px) {
    .sc1-out {
        padding: 50px 0;
        box-sizing: border-box;
        overflow: hidden;
    }
    .sc1 dt {
        font-size: 24px;
        line-height: 36px;
    }
    .sc1 dd {
        font-size: 14px;
        line-height: 30px;
        margin-top: 15px;
    }
}


/* sc1结束 */





/* sc2开始 */

.sc2-out h2 {
    color: #333333;
    font-size: 30px;
    height: 100px;
}

.sc2-item {
    margin-bottom: 100px;
}

.sc2-item-con dt {
    font-size: 30px;
    color: #000000;
}

.sc2-item-con dd {
    color: #808080;
    font-size: 20px;
    line-height: 20px;
}

.sc2-more {
    margin-top: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;

}

.sc2-more img {
    width: 36px;
}

@media screen and (max-width:1199px) {
    .sc2-item-con dt {
        font-size: 40px;
    }
    .sc2-item-con dd {
        font-size: 26px;
    }
}



@media screen and (max-width:799px) {
    .sc2-out h2 {
        font-size: 24px;
        height: 60px;
    }
    .sc2-item {
        margin-bottom: 60px;
    }
    .sc2-item-con dt {
        font-size: 20px;
    }
    .sc2-item-con dd {
        font-size: 18px;
        line-height: 30px;
    }
    .sc2-more {
        margin-top: 40px;
    }
}



/* sc2结束 */




/* sc3开始 */

.sc3 {
    margin-top: 180px;
    background: #003023;
    padding: 100px 0;
}

.sc3 .sm p {
    color: #A2FA8A;
    font-size: 80px;
}

.sc3-con {
    margin-top: 110px;
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
}
.sc3-item {
    box-sizing: border-box;
    border-left: 1px solid #A2FA8A;
    padding-left: 35px;
    width: 24%;
}
.sc3-item dt {
    font-size: 32px;
    color: #A2FA8A;
    font-weight: bold;
}

.sc3-item dd {
    margin-top: -5px;
    font-size: 20px;
    color: white;
    line-height: 30px;
    
}




.sc3-ff {
    margin-top: 70px !important;
    display: block;
}



@media screen and (max-width:1599px) {
    .sc3 .sm p {
        font-size: 60px;
    }
    .sc3-con {
        justify-content: space-between;
    }

}



@media screen and (max-width:1199px) {
    .sc3 .sm p {
        font-size: 60px;
    }
}





@media screen and (max-width:799px) {
    .sc3 {
        margin-top: 50px;
        padding: 30px 0;
        overflow: hidden;
        
    }
    .sc3 .sm p {
        font-size: 30px;
        margin-left: -20px;
        font-weight: 600;
    }
    .sc3-con {
        margin-top: 40px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .sc3-item {
        padding-left: 14px;
        width: 49%;
    }
    .sc3-item:nth-child(1) {
        margin-bottom: 20px;
    }
    .sc3-item:nth-child(2) {
        margin-bottom: 20px;
    }
    .sc3-item dt {
        font-size: 20px;
    }
    .sc3-item dd{
        font-size: 14px;
        margin-top: 10px;
        line-height: 20px;
    }
    .sc3-item br {
        display: none;
    }
    .sc3-ff {
        margin-top: 40px !important;
    }
    .sc3 .f_yw {
        width: 80%;
    }
    .sc3 .sr_1 {
        font-size: 34px;
        width: 100% !important;
        text-align: left !important;

    }
}





/* sc3结束 */



/* sc4开始 */


.sc4-out {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.sc4 {
    width: 100% !important;
    height: 100% !important;
}

.sc4 .swiper-slide {
    width: 100%;
    height: 100%;
}

.sc4-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


.sc4 .swiper-pagination-bullet {
    background: white;
}
.sc4 .swiper-button-prev {
    color: white !important;
    left: 3%;
    transition: all 0.5s;
}
.sc4 .swiper-button-prev:hover {
    color: #003023 !important;
    
}
.sc4 .swiper-button-prev::after {
    font-size: 50px;
}

.sc4 .swiper-button-next {
    color: white !important;
    right: 3%;
    transition: all 0.5s;
}
.sc4 .swiper-button-next:hover {
    color: #003023 !important;
}
.sc4 .swiper-button-next::after {
    font-size: 50px;
}

.sc4-out .swiper-pagination {
    bottom: 20px !important;
}
.sc4-out .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: white !important;
    opacity: 1;
}
.sc4-out .swiper-pagination-bullet-active {
    background: #003023 !important;
}


@media screen and (max-width:799px) {
    .sc4 {
        display: none;
    }
    .sc4-item video { 
        display: none;
    }
}
/* sc4结束 */


/* sc5开始 */
.sc5 {
    background: white;
    
}
@media screen and (max-width:799px) {
    .sc5 {
        margin-top: -1px;
    }
}
/* sc5结束*/


.sc6-out {
    width: 100vw;
    /* height: 100vh; */
    overflow: hidden;
    background: white;
    display: none;
}

.sc6 {
    width: 100% !important;
    height: 100% !important;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.sc6 .swiper-pagination {
    bottom: 20px !important;
}

.sc6 .swiper-pagination-bullet {
    background: white;
}

@media screen and (max-width:799px) {
    .sc6-out {
        display: block;
    }
}





/* sc7开始 */
.sc7-out {
    padding: 0 0 240px;
} 
.sc7 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc7-item {
    width: 48.65%;
    margin-top: 56px;
}
.sc7-item:nth-child(1) {
    margin-top: 0;
}
.sc7-item:nth-child(2) {
    margin-top: 0;
}
.sc7-item a {
    display: block;
}
.sc7-item img {
    display: block;
}
.sc7-item h3 {
    margin-top: 30px;
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    line-height: 30px;
}
.sc7-item p {
    font-size: 18px;
    color: #808080;
    margin-top: 14px;
    line-height: 18px;
}


@media screen and (max-width:799px) {
    .sc7-out {
        padding: 20px 0px 100px;
        box-sizing: border-box;
    } 

    .sc7-item {
        width: 100%;
        margin-top: 30px;
    }
    .sc7-item:nth-child(1) {
        margin-top: 20px;
        margin-bottom: 30px;
    }
  
    .sc7-item h3 {
        margin-top: 10px;
        font-size: 20px;
    }
    .sc7-item p {
        margin-top: 5px;
        font-size: 15px;
    }
    
}
/* sc7结束 */






/* sc8开始 */
.sc8 {
    width: 50%;
    transform: translateX(100%);
    padding-right: 60px;
    box-sizing: border-box;
    text-align: justify;
}

@media screen and (max-width:799px) {
    .sc8 {
        width: 100%;
        transform: translateX(0);
        padding-right: 0;
        padding-left: 0;
    }
}
/* sc8结束 */




@media screen and (min-width:800px) {
   .sc9 {
        position: absolute;
        transform: translate(60px,38px);
   }
}

@media screen and (max-width:800px) {
   .sc9 {
        margin-left: 0;
   }
}



/* sc10开始 */
.sc10-out {
    padding: 200px 0 200px;
}
.sc10 {

}
.sc10-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
}
.sc10-item:nth-child(1) {
    margin-top: 0;
}
.sc10-item-name {
    width: 36%;
    font-size: 30px;
}
.sc10-item-right {
    width: 64%;
}
.sc10-item-des {
    font-size: 24px;
    color: #555555;
    line-height: 36px;
    font-weight: lighter;
}
.sc10-item-des p {
    font-size: 24px;
    color: 555555;
    line-height: 36px;
    font-weight: lighter;
}
.sc10-item-con {
    font-size: 36px;
}
.sc10-item-list {
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
}
.sc10-item-list-dd  {
    width: 16.66%;
}
.sc10-item-list-dd dt {
    font-size: 24px;
    color: #333333;
    margin-bottom: 45px;
}
.sc10-item-list-dd dd {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

@media screen and (max-width:799px) {
    .sc10-out {
        padding: 50px 0;
    }
    .sc10-item {
        margin-top: 40px;
    }
    .sc10-item-name {
        width: 100%;
        font-size: 24px;
    }
    .sc10-item-des p {
        font-size: 18px;
    }
    .sc10-item-right {
        width: 100%;
        font-size: 18px;
    }
    .sc10-item-list {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .sc10-item-list-dd {
        width: 33%;
    }
    .sc10-item-list-dd dt {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .sc10-item-list-dd dd {
        font-size: 15px;
    }
}
/* sc10结束 */


/* sc11开始 */
.sc11-out {
    padding: 180px 0;
}
.sc11-name {
    font-size: 30px;
    color: #333;
    margin-bottom: 70px;
}
.sc11-des {
    font-size: 86px;
    line-height: 115px;
}
@media screen and (max-width:1200px) {
    .sc11-des {
        font-size: 45px;
        line-height: 75px;
    }
}
@media screen and (max-width:799px) {
    .sc11-out {
        padding: 120px 0px 50px 0px;
        box-sizing: border-box;
    }
    .sc11-des {
        font-size: 22px;
        line-height: 28px;
        font-weight: bold;
    }
    .sc11-name {
        margin-bottom: 20px;
        font-size: 24px;
    }
}


/* sc11结束 */




/* sc12开始 */
.sc12-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
}
.sc12-item:nth-child(1) {
    margin-top: 0;
}
.sc12-item-left {
    width: 27.5%;
    font-size: 30px;
    color: #333;
}
.sc12-item-right {
    width: 72.5%;
}
.sc12-item-right dt {
    font-size: 30px;
    color: #333;
}
.sc12-item-right dd {
    font-size: 24px;
    line-height: 36px;
    color: #434343;
    font-weight: lighter;
}
@media screen and (max-width:799px) {
    .sc12-item {
        margin-top: 50px;
    }
    .sc12-item-left {
        width: 100%;
        display: none;
    }
    .sc12-item-right {
        width: 100%;
    }
    .sc12-item-right dt {
        font-size: 22px;
    }
    .sc12-item-right dd {
        font-size: 18px;
        line-height: 36px;
    }
}
/* sc12结束 */





/* sc13开始 */
.sc13-out {
    padding: 180px 0
}

.sc13 {
    font-size: 96px;
    line-height: 128px;
}
@media screen and (max-width:799px) {
    .sc13-out {
        padding: 50px 0 80px
    }
    .sc13  {
        font-size: 30px;
        line-height: 45px;
    }
}
/* sc13结束 */


/* sc14开始 */
.sc14 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sc14-item  {
    width: 24%;
}
.sc14-item-date {
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    font-weight: lighter;
    background: #BBD59D;
}

.sc14-item-name {
    font-size: 36px;
    line-height: 150px;
    color: white;
    background: #003023;
    text-align: center;
    margin-top: 20px;
}

.sc14-item-service {
    margin-top: 20px;

    border: 1px solid #797979;
    padding: 20px 0;
    height: 500px;
}
.sc14-item-service li {
    font-size: 24px;
    font-weight: lighter;
    box-sizing: border-box;
    padding:0 20px;
}
.sc14-space {
    margin-top: 20px;

}
.sc14-space-div {
    line-height: 80px;
    background: #BBD59D;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    border-left: 1px dashed #797979;
    border-right: 1px dashed #797979;
    box-sizing: border-box;
    z-index: 20;
}
.sc14-space-div3 {
    z-index: 1;
}
.sc14-space-div span {
    background: #003023;
    font-size: 36px;
    color: white;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 40px;

}
.sc14-space-div div {
    color: #003023;
    font-size: 36px;
    margin-left: 25px;
    position: relative;
}
.sc14-space-div dt {
    position: absolute;
    border: 1px dashed #797979;
    left: 0;
    top: 0;
    width: 20px;
    height: 0;
    
    transform: rotate(-90deg);
    transform-origin: left
}

.sc14-space-div dd {
    position: absolute;
    border: 1px dashed #797979;
    right: 0;
    top: 0;
    width: 20px;
    height: 0;
    
    transform: rotate(90deg);
    transform-origin: right
}
.sc14-space-div2 dt  {
    width: 20px;
}
.sc14-space-div2 dd  {
    width: 110px;
}
.sc14-space-div3 dt  {
    width: 200px;
}
.sc14-space-div3 dd  {
    width: 110px;
}
.sc14-space-div4 dt  {
    width: 20px;
}
.sc14-space-div4 dd  {
    width: 295px;
}

@media screen and (max-width:799px) {
    .sc14-item {
        width: 49%;
    }
    .sc14-item:nth-child(1) {
        margin-bottom: 20px;
    }
    .sc14-item:nth-child(2) {
        margin-bottom: 20px;
    }
    .sc14-item-date {
        line-height: 60px;
        font-size: 24px;
    }
    .sc14-item-name {
        line-height: 80px;
        font-size: 24px;
        margin-top: 10px;
    }
    .sc14-item-service {
        margin-top: 10px;
        height: 220px;
    }
    .sc14-item-service li {
        font-size: 16px;
        line-height: 28px;
    }
    .sc14-space {
        display: none;
    }
}
/* sc14结束 */










/* sc15开始 */
.sc15-out {
    padding: 100px 0;
}
.sc15 {

}
.sc15 p {
    font-size: 30px;
    line-height: 45px;
    font-weight: lighter;
}

@media screen and (max-width:799px) { 
    .sc15-out {
        padding: 50px 0;
    }
    .sc15 p {
        font-size: 16px;
        line-height: 30px;
    }
}
/* sc15结束 */


/* sc16开始 */
.sc16-out {
    padding-bottom: 200px;
}
.sc16 dt {
    font-size: 30px;
    line-height: 45px;
}
.sc16 dd {
    font-size: 30px;
    line-height: 45px;
    font-weight: lighter;
}
@media screen and (max-width:799px) { 
    .sc16-out {
        padding-bottom: 80px;
    }
    .sc16 dt {
        font-size: 16px;
        line-height: 30px;
    }
    .sc16 dd {
        font-size: 16px;
        line-height: 30px;
    }
}
/* sc16结束 */


/* sc17开始 */



/* sc17结束 */