
* {
    padding: 0;
    margin: 0;
}

img {
    width: 100%;
}

button,
input {
    outline:none;
    border: none;
}

.cursor-p {
    cursor:pointer;
}

.banner {
    width: 100%;
}


.summary {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

.public-title {
    text-align: center;
    font-size: 28px;
}

.public-title > h1 {
    margin: 20px 0;
}

.public-title > h1 > span {
    color: #C82226;
}

.public-title > div {
    width: 300px;
    height: 10px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.public-title > div > div {
    width: 33.33%;
    height: 3px;
    background-color: #797979;
}

.public-title > div > div:nth-child(2) {
    height: 10px;
    background-color: #C82226;
}

.summary-content {
    display: flex;
    margin-top: 40px;
}

.summary-content-text {
    width: 60%;
    padding-right: 50px;
    box-sizing: border-box;
}

.summary-content-text h1 {
    font-size: 28px;
    margin: 30px 0 15px 0;
}

.summary-content-text p {
    font-size: 24px;
    line-height: 40px;
    text-indent:2em;
    letter-spacing: 2px;
}

.summary-content-text p button {
    background-color: #D1423C;
    color: #fff;
    border: 1px solid #F2948B;
    border-radius: 3px;
    font-size: 24px;
    padding: 3px 10px;
    box-sizing: border-box;
}

.summary-content-text p button img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.summary-content-image {
    width: 40%;
}

.public-btn {
    margin: 0 auto;
    width: 700px;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.public-btn button {
    width: 48%;
    padding: 10px 40px;
    color: #fff;
    background-color: #C82226;
    font-size: 24px;
    border-radius: 50px;
}

.public-btn button:nth-child(2) {
    background-color: #fff;
    box-sizing: border-box;
    border: 2px solid #C82226;
    color: #C82226;
}


.why {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

.why-content {
    margin-top: 40px;
}

.why-content-line {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.why-content-image {
    float: left;
    width: 64%;
    box-sizing: border-box;
}

.why-content-card {
    width: 35%;
    background-color: #C82226;
    border: 5px solid #FAD282;
    box-sizing: border-box;
    padding: 10px;
}

.why-content-card h1 {
    color: #F5C67B;
    font-size: 36px;
    padding-left: 20px;
    margin: 20px 0;
}

.why-content-card h1 span {
    color: #fff;
}

.why-content-card p {
    font-size: 28px;
    color: #fff;
    text-indent:2em;
    letter-spacing: 2px;
    line-height: 40px;
}

.why-content-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.why-content-images img {
    width: 49.5%;
    height: 49%;
}

.why-images {
    width: 100%;
    margin-top: 10px;
}

.why-images-1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.why-images-1-left {
    width: 63%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.why-images-1-left-line {
    width: 100%;
    height: 49%;
    display: flex;
    justify-content: space-between;
}

.why-images-1-left-line > img {
    width: 36%;
}

.why-images-1-left-line:nth-child(1) > img:nth-child(3),
.why-images-1-left-line:nth-child(2) > img:nth-child(1) {
    width: 26%;
}

.why-images-1-right {
    width: 36%;
    display: flex;
    flex-wrap: wrap;                
    align-content: space-between;
}

.why-images-1-right-img {
    display: flex;
    justify-content: space-between;
}

.why-images-1-right-img-l {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.why-images-1-right-img-l > img {
    width: 100%;
    height: 49%;
}

.why-images-1-right-img-r {
    width: 49%;
}

.why-images-1-right-img-r > img {
    width: 100%;
    height: 100%;
}

.why-images-1-right-text {
    width: 100%;
    color: #fff;
    padding: 28px 0;
    background-color: #C82226;
    text-align: center;
    font-size: 36px;
}

.why-images-2 {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.why-images-2 > img {
    width: 24.5%;
    margin-bottom: 10px;
}

.why-btn {
    margin-top: 40px;
}


.choose {
    width: 100%;
    background-color: #C82226;
    padding-top: 10px;
    padding-bottom: 50px;
    margin-top: 50px;
}

.choose-box {
    width: 1200px;
    margin: 0 auto;
}

.choose-title > h1{
    color: #fff;
}

.choose-title > h1 > span {
    color: #FCFF00;
}

.choose-title > div > div {
    background-color: #fff;
}

.choose-title > div > div:nth-child(2) {
    background-color: #FCFF00;
}

.choose-content {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.choose-content-card {
    width: 24.2%;
}

.choose-content-card img {
    vertical-align: bottom;
}

.choose-content-card h1 {
    background-color: #fff;
    color: #C70005;
    font-size: 28px;
    text-align: center;
    margin: 0;
    padding: 10px 0;
}

.choose-content-card p {
    background-color: #FFE1A6;
    padding: 14px;
    font-size: 20px;
    text-indent:2em;
    letter-spacing: 1px;
    min-height: 145px;
}

.choose-btn {
    margin-top: 40px;
}

.choose-btn button:nth-child(1) {
    background-color: #fff;
    color: #C82226;
}

.choose-btn button:nth-child(2) {
    color: #fff;
    background-color: #C82226;
    border-color: #fff;
}


.teacher {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

.teacher-p {
    font-size: 28px;
    text-align: center;
    margin:  20px 0;
}

.teachers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.teachers-card {
    width: 32.5%;
    margin-bottom: 15px ;
    position: relative;
}

.teachers-card img {
    vertical-align: bottom;
}

.teachers-card-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    font-size: 28px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}

.teacher-btn {
    margin-top: 30px;
}

.teacher-btn > button:nth-child(1) {
    padding: 0;
}


.job {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

.job-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.job-content-card {
    width: 32.6%;
    margin-bottom: 15px;
    background-color: #F2F2F2;
}

.job-content-card h1 {
    font-size: 24px;
    text-align: center;
    color: #DF6400;
    margin: 8px 0;
}

.job-content-card > div {
    width: 30px;
    height: 5px;
    border-radius: 10px;
    margin: 0 auto;
    background-color: #DF6400;
}

.job-content-card > p {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    margin: 10px 0;
}

.job-content-card > p > span {
    color: #DF6400;
}


.from {
    width: 100%;
    background-color: #C82226;
    padding: 30px 0;
    margin-top: 60px;
}

.from-box {
    width: 1200px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.from-box > div {
    width: 49.2%;
    border: 2px solid #E1E1E1;
    /* min-height: 600px; */
    padding-top: 30px;
    padding-bottom: 50px;
}

.from-box > div > h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.from-box > div:nth-child(2) > h1 {
    margin-bottom: 10px;
}

.from-f-number {
    width: 80%;
    background-color: #FFEBEB;
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 24px;
    color: #EC0006;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}

.from-f-number span {
    background-color: #EC0006;
    color: #FFEBEB;
    border-radius: 10px;
    display: inline-block;
    padding: 3px;
}

.from-input {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
}

.from-input input {
    width: 100%;
    font-size: 24px;
    padding: 10px;
    border: 2px solid #E1E1E1;
    margin-bottom: 20px;
    border-radius: 10px;
    box-sizing: border-box;
}

.from-btn {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

.from-btn button {
    color: #fff;
    font-size: 26px;
    background-color: #F37610;
    padding: 10px 0;
    width: 100%;
    font-weight: 1000;
}

.from-Q-item {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 10%;
    font-size: 24px;
}
.from-Q-item span {
    display: inline-block;
    padding: 5px;
    background-color: #EC0006;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}


.vibe {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

.vibe-content {
    margin-top: 40px;
}

.vibe-content img {
    vertical-align: bottom;
}

.vibe-content-line {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.vibe-content-1 {
    width: 32.5%;
}

.vibe-content-2 {
    width: 32.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}