.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.requirement {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
}

.index {
    width: 1220px;
    margin: 0 auto;
}

.title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .2pc;
}

.req-box {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 5%;
}

.reqb-left {
    width: 28%;
    float: left;
}

.reqb-left li {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 5%;
}

.reqb-l-left {
    font-size: 77px;
    color: #0774db;
    float: left;
    font-weight: bold;
    margin-top: -7px;
}

.reqb-l-right {
    float: right;
    box-shadow: 0 5px 10px #eee;
    width: 66%;
    padding: 8% 10%;
    margin-left: -10px;
    background: #fff;
}

.reqb-l-right span {
    color: #0774db;
    font-size: 22px;
}

.reqb-l-right span i {
    margin-left: 2%;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
}

.reqb-l-right p {
    color: #545454;
    font-size: 16px;
    margin-left: 0px;
}

.reqb-right {
    width: 63%;
    float: right;
    background: #fff;
    box-shadow: 0 5px 10px #eee;
    padding: 2% 3%;
}

.reqb-right h3 {
    font-size: 20px;
    width: auto;
    display: inline-block;
}

.reqb-right h3 span {
    background: #0774db;
    width: 100px;
    height: 6px;
    border-radius: 11px;
    display: grid;
    margin-top: 2px;
}

.reqb-right ul {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 2%;
}

.reqb-right li {
    float: left;
    width: 42%;
    margin: 5px 0px;
    margin-bottom: 16px;
    margin-left: 0px;
    line-height: 39px;
    margin-right: 5%;
    margin-left: 2%;
}

.reqb-right li label {
    float: left;
    font-size: 17px;
    width: 25%;
    text-align: center;
    line-height: 36px;
}

.reqb-right li span {
    color: #ef5350 !important;
    margin-right: 6px;
}

.reqb-right li input {
    width: 65%;
    float: left;
    padding: 4px;
    line-height: 26px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-left: 6%;
}

#description {
    width: 75%;
    padding: 14px 16px;
    border: 1px solid #b5b5b5;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    min-height: 71px;
    resize: vertical;
    font-family: inherit;
    float: left;
    margin-left: 2%;
}

.btn-primary {
    font-size: 15px;
    background: #0774db;
    color: #fff;
    padding: 1% 3%;
    border: 0px;
    border-radius: 8px;
    float: right;
}

.teacher {
    width: 100%;
    height: auto;
    display: inline-block;
    background-image: url(../images/teacher.jpg);
    padding: 5% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.Box {
    position: relative;
    margin-top: 5%;
}

.Box .content {
    width: 1200px;
    margin: 0 auto;
}

.Box h2 {
    text-align: center;
    margin-bottom: 35px;
    padding-top: 250px;
}

.Box .Box_con {
    position: relative;
}

.Box .Box_con .btnl {
    position: absolute;
}

.Box .Box_con .btn {
    display: block;
    width: 70px;
    height: 75px;
    position: absolute;
    top: 46%;
    cursor: pointer;
}

.Box .Box_con .btnl {
    background: url(../images/jtl02.png) no-repeat center;
    left: -95px;
}

.Box .Box_con .btnr {
    background: url(../images/jtr02.png) no-repeat center;
    right: -95px;
}

.Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
}

.Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
}

.Box .Box_con .conbox ul li {
    float: left;
    width: 285px;
    height: auto;
    margin-left: 20px;
    text-align: center;
    background: #fff;
    padding-bottom: 1%;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0 10px 15px #e4e4e4;
    position: relative;
}

.Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
}

.Box .Box_con .conbox ul li img {
    display: block;
    width: 285px;
    height: auto;
    transition: all 0.5s;
}

.Box .Box_con .conbox ul li:hover img {
    transform: scale(1.1);
}

.Box .BoxSwitch {
    margin-top: 30px;
    text-align: center;
}

.Box .BoxSwitch span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}

.Box .BoxSwitch span.cur {
    background: red;
}
.cur h3{
    font-size: 18px;
    padding: 4%;
}
.cur p{
    color: #545454;
    font-size: 15px;
    letter-spacing: 1px;
}

.tc{
    position: absolute;
    top: 0%;
    text-align: center;
    width: 100%;
    background-color: rgba(34, 35, 40, 0.6);
    color: #fff;
    height: 500px;
    padding-top: 16%;
    font-size: 14px;
    line-height: 25px;
    display: none;
    font-weight: normal;
    padding: 0 0%;
    padding-top: 24%;
}
.cur:hover .tc {
    display: block;
}


.selection {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 3% 0;
}

.selection ul {
    width: 100%;
    height: auto;
    display: inline-block;
}

.selection li {
    width: 20.855%;
    float: left;
    border: 1px solid#dcdcdc;
    padding: 2% 2%;
}

.selection li h3 {
    font-size: 20px;
}

.selection li p {
    color: #545454;
    font-size: 14px;
    line-height: 26px;
}

.sel-top {
    margin-top: 5%;
}

.process {
    width: 100%;
    height: auto;
    display: inline-block;
    background-image: url(../images/process.jpg);
    padding: 5% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0px;
}

.con-box {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 5%;
    margin-top: 4%;
}

.conb-left {
    width: 50%;
    float: left;
    margin-top: 3%;
}

.conb-left h3 {
    color: #343230;
    font-size: 30px;
    line-height: 57px;
}

.conb-left span {
    background: #0e95fe;
    width: 95px;
    height: 5px;
    display: inline-block;
}

.conb-left p {
    color: #707070;
    font-size: 17px;
    line-height: 34px;
    margin-top: 10px;
}

.conb-right {
    width: 47%;
    float: right;
    position: relative;
}

.conb-right img {
    width: 100%;
}

.conb-rights {
    width: 50%;
    float: right;
    margin-top: 3%;
}

.conb-rights h3 {
    color: #343230;
    font-size: 30px;
    line-height: 57px;
}

.conb-rights span {
    background: #0e95fe;
    width: 95px;
    height: 5px;
    display: inline-block;
}

.conb-rights p {
    color: #707070;
    font-size: 17px;
    line-height: 34px;
    margin-top: 10px;
}

.conb-lefts {
    width: 47%;
    float: left;
    position: relative;
}

.conb-lefts img {
    width: 100%;
}

.crb {
    background: #1178ef;
    width: 80px;
    height: 85px;
    text-align: center;
    line-height: 85px;
    font-size: 37px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 38px;
}

.crbs {
    background: #1178ef;
    width: 80px;
    height: 85px;
    text-align: center;
    line-height: 85px;
    font-size: 37px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 38px;
}

.training {
    width: 100%;
    height: auto;
    display: inline-block;
    \: 5%;
    margin-top: 4%;
}

.training ul {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
}

.training li {
    width: 33%;
    float: left;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5%;
}

.training li img {
    text-align: center;
    margin: 0 auto;
    width: 70%;
}

.training li p {
    color: #545454;
    font-size: 16px;
    height: 46px;
    margin-top: 5%;
}

.footer {
    width: 100%;
    height: auto;
    display: inline-block;
    background-image: url(../images/footer.jpg);
    padding: 3% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2%;
}

.footer h3 {
    text-align: center;
    color: #fff;
    font-size: 27px;
    letter-spacing: 4px;
}

.footer h2 {
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: normal;
    margin: 1.5% 0;
}

.footer h2 img {
    float: left;
    width: 11%;
}

.footer h2 p {
    color: #fff;
    font-size: 21px;
    display: inline-block;
    margin-left: 7px;
}

.ewm {
    text-align: center;
    margin: 0 auto;
}

.conb-left p i {
    color: #0773d9;
    font-style: normal;
}
.pc-box{
    display: block;
}
.phone-box{
    display: none;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .pc-box{
        display: none;
    }
    .phone-box{
        display: block;
    }
    .index {
        width: 95%;
        margin: 0 auto;
    }

    .title {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        letter-spacing: .2pc;
    }

    .reqb-left {
        width: 100%;
        float: left;
    }

    .reqb-right {
        width: 94%;
        float: right;
        background: #fff;
        box-shadow: 0 5px 10px #eee;
        padding: 2% 3%;
    }

    .reqb-right li {
        float: left;
        width: 100%;
        margin: 5px 0px;
        margin-bottom: 16px;
        margin-left: 0px;
        line-height: 39px;
        margin-right: 5%;
        margin-left: 2%;
    }

    .btn-primary {
        font-size: 15px;
        background: #0774db;
        color: #fff;
        padding: 3% 10%;
        border: 0px;
        border-radius: 11px;
        float: right;
    }

    .container {
        margin: 0 auto;
        width: 100%;
    }

    .cgal .alCont ul {
        margin: 0 auto;
        width: 100% !important;
        overflow: hidden;
        margin-top: 6%;
    }

    .teacher {
        width: 100%;
        height: auto;
        display: inline-block;
        background-image: url(../images/teacher.jpg);
        padding: 5% 0;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 0px;
        overflow: hidden;
    }

    .selection li {
        width: 45.6%;
        float: left;
        border: 1px solid #dcdcdc;
        padding: 2% 2%;
    }

    .selection li p {
        color: #545454;
        font-size: 12px;
        line-height: 26px;
    }

    .selection li h3 {
        font-size: 17px;
    }

    .conb-left {
        width: 100%;
        float: left;
        margin-top: 3%;
    }

    .conb-right {
        width: 100%;
        float: right;
        position: relative;
    }

    .crb {
        background: #1178ef;
        width: 55px;
        height: 55px;
        text-align: center;
        line-height: 55px;
        font-size: 26px;
        color: #fff;
        font-weight: bold;
        position: absolute;
        right: 26px;
    }

    .crbs {
        background: #1178ef;
        color: #fff;
        font-weight: bold;
        position: absolute;
        left: 22px;
        width: 55px;
        height: 55px;
        text-align: center;
        line-height: 55px;
        font-size: 26px;
    }

    .conb-lefts {
        width: 100%;
        float: left;
        position: relative;
    }

    .conb-rights {
        width: 100%;
        float: right;
        margin-top: 3%;
    }

    .conb-left h3 {
        color: #343230;
        font-size: 19px;
        line-height: 32px;
    }

    .conb-left p {
        color: #707070;
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .conb-rights h3 {
        color: #343230;
        font-size: 19px;
        line-height: 32px;
    }

    .conb-rights p {
        color: #707070;
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .training li {
        width: 50%;
        float: left;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 5%;
    }

    .training li p {
        color: #545454;
        font-size: 14px;
        height: 46px;
        margin-top: 3%;
    }

    .training li {
        width: 50%;
        float: left;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 13%;
    }
}