* {
    margin: 0;
    padding: 0;
}
.consult-zx {
    cursor: pointer;
}
.bold {
    font-weight: bold;
}
.red-color {
    color: #e92525;
}
.f-22{font-size:16px}
.bg-red {
    background-color: #e22e31;
}
.text-indent2 {
    text-indent: 2em;
}
.banner img {
    width: 100%;
    max-width: 1920px;
}
.page-container {
    width: 1110px;
    margin: 0 auto;
}
.page-container img:not(:last-child) {
    margin-right: 25px;
}
.section-header {
    position: relative;
}
.section-header1 {
    color: #fff;
}
.section-header::before {
    position: absolute;
    content: '';
    top: 40px;
    left: 0;
    height: 2px;
    width: 35%;
    background-color: #f16769;
}
.section-header::after {
    position: absolute;
    content: '';
    top: 40px;
    right: 0;
    height: 2px;
    width: 35%;
    background-color: #f16769;
}
.section-header h2 {
    font-size: 32px;
    font-weight: bold;
}
.majors-list .major-item {
    width: 355px;
    background-color: #fff;
    padding-bottom: 20px;
    float: left;
    margin-bottom: 15px;
}
.majors-list .major-item:not(:last-child) {
    margin-right: 15px;
}
.consult-button {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-color: #ff7e00;
    line-height: 38px;
    border-radius: 2em;
}
.consult-button2 {
    width: 50%;
}
.page-section5 .intro-text {
    width: 45%;
    float: left;
}
.page-section5 video {
    display: block;
    width: 45%;
    height: 305px;
    float: right;
}
.consult-button3 {
    margin-top: 30px!important;
    width: 40%;
}
.enroll-section {
    background-color: #e22e31;
    color: #fff;
}
#enroll-list {
    overflow: hidden;
    height: 280px;
    width: 535px;
    margin: 0 auto;
    position: relative;
}

#scroll-list {
    height: auto;
    text-align: left;
}

#scroll-list2 {
    height: auto;
    text-align: left;
}

#scroll-list li {
    list-style-type: none;
    height: 50px;
    text-align: left;
    font-size: 18px;
    padding-left: 30px;
}
#scroll-list li a {
    color: #fff;
}
#scroll-list2 li a {
    color: #fff;
}
#scroll-list2 li {
    list-style-type: none;
    height: 50px;
    text-align: left;
    font-size: 18px;
    padding-left: 30px;
}
.form-section {
    width: 550px;
    background-color: #fff;
    border: 3px solid #ff3928;
}
.form-section form {
    width: 480px;
    margin: 0 auto;
}
.form-section input {
    width: 100%;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    font-size: 22px;
    text-indent: 2em;
}
.submit-button {
  background-color: #ff3928;
  color: #fff;
}