@import url("../../css2020/public.css");
.banner {
    background: url('Banner_img.jpg') #fb3449 no-repeat center;
}

.banner>div {
    height: 680px;
    cursor: pointer;
}

.color_red {
    background-color: #fb3449;
}

.color_deep_blue {
    background-color: #192541;
}

.color_gray {
    background-color: #f2f2f2;
}

.box_shadow_red {
    box-shadow: 0px 4px 8px 0px rgba(250, 72, 92, .4);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(250, 72, 92, .4);
    -ms-box-shadow: 0px 4px 8px 0px rgba(250, 72, 92, .4);
    -moz-box-shadow: 0px 4px 8px 0px rgba(250, 72, 92, .4);
}

.box_shadow_blue {
    box-shadow: 0px 4px 8px 0px rgba(13, 12, 68, .2);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(13, 12, 68, .2);
    -ms-box-shadow: 0px 4px 8px 0px rgba(13, 12, 68, .2);
    -moz-box-shadow: 0px 4px 8px 0px rgba(13, 12, 68, .2);
}

.btn_talk {
    width: 240px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    border-radius: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
}

.btn_talk:hover {
    color: #fff;
}

.btn_talk.color_red:hover {
    background-color: #ff001b;
}

.title {
    font-size: 40px;
    color: #1d274e;
}

.title span {
    color: #000;
}

.title.text-white {
    color: #fff;
}

.title p {
    margin-top: 15px;
}

.title p span {
    font-size: 20px;
    font-weight: bold;
    color: #fb3449;
}

p {
    line-height: 28px;
    font-size: 16px;
    color: #79878e;
}

.content_1,
.content_2 {
    padding: 45px 0;
}

.content_1 .main {
    padding: 45px 0 55px;
}

.content_1 a {
    width: 600px;
    font-size: 24px;
}

.content_2 {
    background-image: linear-gradient(to top, #f2f2f2 270px, #fff 270px);
}

.content_2 .main {
    padding: 60px 0;
}

.content_2 .box {
    width: 290px;
    height: 370px;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
}

.content_2 .box:hover {
    margin-top: -30px;
    transition: all linear .5s;
}

.content_2 .box.bg1 {
    background-image: url('Two_Knowledge_nor_img.png');
}

.content_2 .box.bg1:hover {
    background-image: url('Two_Knowledge_sel_img.png');
}

.content_2 .box.bg2 {
    background-image: url('Two_Practice_nor_img.png');
}

.content_2 .box.bg2:hover {
    background-image: url('Two_Practice_sel_img.png');
}

.content_2 .box.bg3 {
    background-image: url('Two_Guide_nor_img.png');
}

.content_2 .box.bg3:hover {
    background-image: url('Two_Guide_sel_img.png');
}

.content_2 .box.bg4 {
    background-image: url('Two_Compatibility_nor_img.png');
}

.content_2 .box.bg4:hover {
    background-image: url('Two_Compatibility_sel_img.png');
}

.content_2 .box .cont {
    padding: 130px 28px 0;
}

.content_2 .cont span.tit {
    font-size: 22px;
    font-weight: bold;
    color: #07222f;
}

.content_2 .cont p {
    padding-top: 20px;
}

.content_2 .box:hover .cont span,
.content_2 .box:hover .cont p {
    color: #fff;
}

.content_3 {
    height: 690px;
    padding: 105px 0 45px;
    position: relative;
    overflow: hidden;
}

.content_3 span.picbg {
    width: 770px;
    height: 641px;
    margin-left: 180px;
    background-image: url('Three_Right_img.jpg');
    background-repeat: no-repeat;
    left: 50%;
    bottom: 0;
    position: absolute;
}

.content_3 .main {
    width: 710px;
    margin-top: 45px;
}

.content_3 .main p+p {
    margin-top: 20px;
}

.content_4 {
    padding: 90px 0;
}

.content_4 .main {
    padding: 60px 0;
}

.content_4 a {
    width: 360px;
}

.content_5 {
    height: 888px;
    padding: 200px 0;
    background: url('Five_Bg_img.png') no-repeat top center;
}

.content_5 .main {
    margin-left: 620px;
    margin-right: 60px;
}

.content_5 p {
    padding: 35px 0 90px;
    line-height: 36px;
    color: #fff;
}

.content_5 a {
    margin: 0;
}

.content_6 {
    padding-bottom: 90px;
}

.content_6 .main {
    padding: 45px 45px 0;
}

.content_6 .table_box {
    border: 1px solid #e3e7ed;
}

.content_6 .tr+.tr,
.content_6 li+li {
    border-top: 1px solid #e3e7ed;
}

.content_6 .td {
    width: 40%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.content_6 .td+.td {
    border-left: 1px solid #e3e7ed;
    flex: 1;
}

.content_6 .td span {
    padding: 15px;
    font-size: 16px;
    color: #667176;
    display: block;
}

.content_6 .color_red span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.content_6 .color_gray span {
    font-weight: bold;
    color: #07222f;
}

.content_6 ul {
    width: 100%;
}

.content_7 {
    height: 1100px;
    padding: 90px 0;
    background: url('Seven_Course_img.png') #f2f2f2 no-repeat top center;
}

.master {
    padding: 90px 0;
}

.master .main {
    margin-top: 60px;
    padding: 65px;
    background-color: #fff;
    background-image: url('Eight_Teacher_img.png');
    background-repeat: no-repeat;
    background-position: 30px bottom;
    border-radius: 7px;
}

.master .box {
    margin-left: 455px;
}

.master .box span {
    font-weight: bold;
    color: #07222f;
}

.master .box h4 {
    font-size: 16px;
    color: #07222f;
}

.master .box h4 span {
    margin-right: 15px;
    font-size: 30px;
}

.master .box p {
    margin-top: 35px;
    line-height: 32px;
}

.apply_online {
    padding: 90px 0 110px;
}

.apply_online .main {
    margin-top: 60px;
}

.apply_online .info {
    width: 750px;
}

.apply_online ul {
    overflow: hidden;
}

.apply_online ul li {
    width: 250px;
    padding: 25px 50px;
    float: left;
}

.apply_online ul li span {
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.apply_online ul li span.pic {
    width: 96px;
    height: 96px;
    margin: auto;
    border-radius: 100%;
}

.apply_online ul li span+span {
    margin-top: 20px;
}

.apply_online_form {
    width: 400px;
    height: 420px;
    padding: 60px 42px;
    border-radius: 5px;
}

.apply_online_form .formCont,
.apply_online_btns input,
.apply_online_btns a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border-radius: 5px;
    display: block;
}

.apply_online_form .formCont {
    padding: 0 10px;
    background-color: #f5f5f5;
}

.apply_online_form .formCont span.tit {
    width: 60px;
    font-weight: bold;
}

.apply_online_form .formCont input {
    background-color: #f5f5f5;
}

.apply_online_form .formCont+.formCont,
.apply_online_btns input+a {
    margin-top: 15px;
}

.apply_online_btns {
    margin-top: 35px;
}

.apply_online_btns input,
.apply_online_btns a {
    font-weight: bold;
    color: #fff;
}