.common_sub_title {
    text-align: center;
}

.common_sub_title h1 {
    font-size: 36px;
    margin-bottom: 16px;
}

.common_sub_title p {
    font-size: 18px;
    color: #a0a0a0;
}

.label_block span {
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    border-radius: 28px;
}

.Products {
    background: #fff;
    padding: 80px 0 114px;
}

.Products .sys_item {
    height: 362px;
    margin-top: 66px;
    display: flex;
    justify-content: space-between;
}

.Products .sys_item li {
    width: 239px;
    color: #fff;
    box-sizing: border-box;
    padding: 50px 26px;
}

.Products .sys_item li:nth-child(1) {
    background-color: #4e805d;
}

.Products .sys_item li:nth-child(2) {
    background-color: #965c6a;
}

.Products .sys_item li:nth-child(3) {
    background-color: #517283;
}

.Products .sys_item li:nth-child(4) {
    background-color: #60546c;
}

.Products .sys_item li:nth-child(5) {
    background-color: #517283;
}

.Products .sys_item li h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.Products .sys_item li>p {
    font-size: 12px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, .5);
}

.Products .sys_item li div>p {
    line-height: 36px;
}

.Products .sys_item li div>p::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-bottom: 2px;
    margin-right: 12px;
    border-radius: 3px;
    background-color: #ffffff;
}

.school_system {
    padding: 70px 0;
}

.school_system .solve_problem {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 38px;
    margin-bottom: 98px;
}

.school_system .solve_problem span {
    width: 380px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: #413e3e;
    background-color: #ffffff;
    border-radius: 28px;
    display: inline-block;
}

.Function_Module {
    text-align: center;
}

.Function_Module>h3 {
    color: #121212;
    font-size: 24px;
}

.My_demand_solution {
    position: absolute;
    left: 50%;
    margin-left: -150px;
}

.My_demand_solution {
    width: 300px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    background-color: #f66f6a;
}

.scene_item {
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
    margin-bottom: 40px;
}

.scene_item>li {
    width: 199px;
    height: 362px;
    background-color: #4e805d;
    padding-top: 50px;
    color: #fff;
    box-sizing: border-box;
}

.scene_item>li h3 {
    font-size: 18px;
    margin-top: 42px;
    margin-bottom: 15px;
}

.scene_item>li p {
    line-height: 36px;
    color: #f0f0f0;
}

.lightspot_system {
    position: relative;
    margin-top: 70px;
}

.lightspot_system img {
    width: 100%;
}

.lightspot_system .My_demand_solution {
    bottom: 95px;
}

.recruitStudent_system {
    padding-top: 82px;
    padding-bottom: 120px;
}

.recruitStudent_system .Function_Module>ul>li {
    background-color: #517283;
}

.recruitStudent_system .label_block {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 62px;
    margin-bottom: 55px;
}

.recruitStudent_system .label_block>span {
    font-size: 16px;
    color: #313131;
    width: 298px;
    background-color: #ffffff;
}

.EnterpriseTraining_system {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 156px;
}

.EnterpriseTraining_system .label_block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 90px 0 60px;
}

.EnterpriseTraining_system .label_block span {
    width: 298px;
    color: #fff;
    margin-left: 10px;
    margin-bottom: 18px;
    background-color: #60546c;
}

.EnterpriseTraining_system .multiport_apply h1 {
    font-size: 24px;
    color: #121212;
    margin-bottom: 66px;
}

.EnterpriseTraining_system .multiport_apply {
    text-align: center;
    margin-bottom: 48px;
}

.EnterpriseTraining_system .multiport_apply ul {
    display: flex;
    justify-content: space-between;
}

.EnterpriseTraining_system .multiport_apply ul>li {
    width: 390px;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.EnterpriseTraining_system .multiport_apply ul>li>img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.EnterpriseTraining_system .multiport_apply ul>li:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.EnterpriseTraining_system .multiport_apply ul>li .item_icon {
    position: absolute;
    left: 50%;
    top: 55px;
    transform: translate(-50%, 0);
}

.EnterpriseTraining_system .multiport_apply ul>li dl {
    position: absolute;
    left: 50%;
    top: 130px;
    color: #ffffff;
    transform: translate(-50%, 0);
}

.EnterpriseTraining_system .multiport_apply ul>li dl>dt {
    font-size: 16px;
    line-height: 30px;
}

.LiveCourses_system {
    height: 724px;
    box-sizing: border-box;
    padding-top: 138px;
    background-color: #8bb7da;
}

.LiveCourses_system .common_sub_title {
    color: #eeeeee;
}

.LiveCourses_system .common_sub_title p {
    color: #eeeeee;
}

.LiveCourses_system .label_block {
    display: flex;
    justify-content: space-around;
    margin: 74px 0 70px;
}

.LiveCourses_system .label_block span {
    width: 199px;
    background-color: #ffffff;
}

.LiveCourses_system .Function_Module>ul>li {
    background-color: #517283;
}

.LiveCourses_system .Function_Module>h3 {
    color: #fff;
}

.Customer_case {
    padding: 264px 0 64px;
    background-color: #ffffff;
}

.Customer_case .Customer_case_img {
    margin-top: 50px;
}





.quick-post {
    background: #f5f5f5;
    padding-top: 94px;
    padding-bottom: 118px;
}

.quick-post .title {
    text-align: center;
    margin-bottom: 86px;
}

.quick-post .title h3 {
    font-size: 30px;
    margin-bottom: .5rem;
    font-weight: normal;
    line-height: 1.2;
}

.quick-post .title p {
    font-size: 16px;
    color: #7e7e7e;
}

.quick-post .project_form {
    display: flex;
    justify-content: center;
}

.quick-post .project_form input {
    padding: 25px 20px;
    width: 260px;
    margin-right: 40px;
    background: #fff;
    border: 1px solid #ccc;
}

.quick-post .project_form button {
    width: 300px;
    color: #fff;
    background: #0c1e50;
}