header h1 {
    font-size: 32px;
    text-align: center;
}
/* banner start */
.banner img {
    display: block;
    width: 100%;
    min-width: 1140px;
}
/* banner end */
.banner .swiper-container {
    width: 100%;
}
/* curriculum-background start */
.curriculum-background {
    padding: 60px 0;
}
.curriculum-background-main {
    margin-top: 30px;
}
.curriculum-background-main p:last-child {
    margin-top: 10px;
}
.curriculum-background-main p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 32px;
}
/* curriculum-background end */
/* course-income start */
.course-income {
    padding: 60px 0;
    background: #f2f2f2;
}
.course-income-main {
    margin-top: 30px;
}
.course-income-main ul {
    overflow: hidden;
    border-bottom: none;
    border-right: none;
}
.course-income-main ul li:nth-child(odd) {
    border-right: none;
}
.course-income-main ul li:nth-child(1),
.course-income-main ul li:nth-child(2) {
    border-bottom: none;
}
.course-income-main ul li {
    float: left;
    padding: 45px 30px;
    width: 560px;
    height: 180px;
    border: solid 1px #dcdcdc;
    box-sizing: border-box;
    background: #fff;
}
.course-income-main ul li img {
    float: left;
    padding-right: 20px;
}
.course-income-main ul li p:nth-child(2) {
    font-size: 20px;
    color: #ff5256;
}
.course-income-main ul li p:last-child {
    font-size: 16px;
    line-height: 26px;
}
/* course-income end */

/* curriculum-content start */
.curriculum-content {
    padding: 60px 0;
}
.curriculum-content-main {
    margin-top: 10px;
}
.curriculum-content-main table {
    margin-top: 20px;
    width: 1140px;
    border: solid 1px #e6e6e6;
    border-right: none;
    border-bottom: none;
}
.curriculum-content-main table tr th {
    font-size: 24px;
    font-weight: normal;
    height: 60px;
    background: #f2f2f2;
}
.curriculum-content-main table tr td {
    padding: 20px;
    height: 170px;
    border-right: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    box-sizing: border-box;
}
.curriculum-content-main table tr td h2 {
    font-size: 20px;
    font-weight: normal;
    color: #ff5256;
}
.curriculum-content-main table tr td p {
    margin-top: 10px;
    font-size: 16px;
}
.curriculum-content-main table:last-child tr td {
    width: calc(100%/3);
}
/* curriculum-content end */

/* course-object start */
.course-object {
    padding: 60px 0;
    background: #f2f2f2;
}
.course-object-main {
    margin-top: 30px;
}
.course-object ul {
    overflow: hidden;
    margin-left: -15px;
}
.course-object ul li {
    float: left;
    margin-left: 15px;
    padding: 30px 60px;
    width: 370px;
    height: 265px;
    background: #fff;
    box-sizing: border-box;
}
.course-object ul li img {
    display: block;
    margin: auto;
}
.course-object ul li h2,
.course-object ul li p {
    text-align: center;
}
.course-object ul li h2 {
    margin-top: 25px;
    font-size: 20px;
}
.course-object ul li p {
    margin-top: 10px;
    font-size: 16px;
}
/* course-object end */

/* value-added-service start */
.value-added-service {
    padding: 60px 0;
}
.value-added-service-main {
    margin-top: 30px;
    margin-left: -15px;
}
.value-added-service-main ul li {
    float: left;
    margin-left: 15px;
    width: 370px;
}
.value-added-service-main ul li .sunbanner:nth-child(odd) {
    margin-bottom: 20px;
}
.value-added-service-main ul li .sunbanner:nth-child(even) {
    margin-top: 20px;
}
.value-added-service-main ul li p {
    display: block;
    width: calc(100% - 85px);
    font-size: 16px;
}
.value-added-service-main ul li:nth-child(odd) p {
    float: left;
}
.value-added-service-main ul li:nth-child(even)  p {
    float: right;
}
.value-added-service-main ul li:nth-child(even)  p:first-child {
    margin-top: 10px;
}
.value-added-service-main ul li  .listimg {
    float: left;
    margin: 0px 10px 0px 20px;
}
.sub-banner {
    float: left;
    margin-top: 40px;
}

/* value-added-service end */


