.c-page {
    /*margin-top:100px;*/
}
.c-banner {
    width: 100%;
}
.c-section {
    width: 100%;
    padding: 140px 0 0px;
    background: #fff;
}
.c-section-video {
    width: 500px;
/*    height: 360px;*/
    /*border-radius: 20px;*/
    /*background: #ffe89f;*/
    position: relative;
}
.c-video-icon {
    display: block;
    width: 87px;
    height:87px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor:pointer;
}
.c-section-1 {
    margin: 0 auto;
}
.c-section-1 h3 {
    font-size: 32px;
    color: #000;
}
.c-section-1 ul {
    margin-top: 30px;
}
.c-section-1 ul li {
    font-size: 20px;
    margin-top: 20px;
}
    .c-section-1 ul li img {
        width: 35px;
        height: 35px;
        display: inline-block;
        background: url('../images/wx-icon.png' no-repeat);
    }
.c-section .c-container {
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 140px;
}
.c-map {
    width: 500px;
    height: 460px;
}
@media (max-width: 768px) {
    .c-section {
        padding: 80px 0 0;
    }
    .c-section .c-container {
        display: block;
        padding-bottom: 80px;
    }
    .c-section-video {
        height: 310px;
        margin-top: 40px;
        width: auto;
    }
}
@media (max-width: 540px) {
    .c-section {
        padding: 30px 0px 0;
    }
    .c-section .c-container {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 60px;
    }
    .c-section-1 h3 {
        font-size: 16px;
    }
    .c-video-icon {
        width: 60px;
        height: 60px;
    }
    .c-section-1 ul li {
        font-size: 16px;
    }
    .c-section-1 ul {
        margin-top: 20px;
    }
    .c-section-1 ul li img {
        width: 24px;
        height: 24px;
    }
    .c-section-video {
        height: 240px;
        margin-top: 20px;
    }
}

