.w {
    max-width: 1100px;
    margin: 0 auto;
}

img {
    width: 100%;
}

@media screen and (min-width:1920px) {
    body {
        width: 1900px !important;
    }
    header {
        width: 1900px !important;
    }
}
html{
    font-family: "Microsoft YaHei" !important;
}
body {
    font-family: "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Arial", "sans-serif","Helvetica Neue","Helvetica","PingFang SC","Microsoft YaHei",Tahoma,Arial;
}

/* h1 {
    font-family: "PingFangSC-Medium, PingFang SC" !important;
}

p {
    font-family: "PingFangSC-Regular, PingFang SC" !important;
} */


/* @font-face {
    font-family: "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "Arial", "sans-serif";
} */


/* @media screen and (min-width:1920px) {
    html {
        font-size: 192px !important;
    }
} */


/* 
body {
    width: 10rem !important;
} */


/* @media screen and (max-width:1366px) {
    html {
        font-size: 136.6px !important;
    }
    body {
        width: 10rem !important;
    }
} */

header {
    position: fixed;
    width: 100%;
    height: 72px;
    z-index: 999;
}

header .w {
    height: 100%;
}

header .nav {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

header .logo {
    /* height: 100%; */
    width: 95px;
    margin-top: 8px;
    background: url(../images/logo1.png) no-repeat;
    background-size: contain;
}

header ul {
    display: flex;
    justify-content: space-between;
    /* padding-top: .1302rem; */
    align-items: center;
}

header ul li a {
    font-size: 16px;
    
    color: #FFFFFF;
    line-height: 22px;
}

header ul li {
    position: relative;
    margin-right: 40px;
}

header ul li:last-child {
    margin-right: 0;
}

header ul li:hover:after {
    position: absolute;
    bottom: -12px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #FFFFFF;
    border-radius: 2px;
}
header ul li:hover a{
    font-weight: 700;
}
header ul .active:after {
    position: absolute;
    bottom: -12px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #FFFFFF;
    border-radius: 2px;
}
header ul .active a{
    font-weight: 700;
}
/* header ul li:hover::after {
    display: block;
} */

.banner {
    height: 540px;
    margin: 0 auto;
    /* width: 1920px;
    overflow: hidden; */
}

.course-ban {
    height: 540px;
}

.course-ban img {
    height: 100%;
    /* width: auto; */
}

.coo-banner {
    height: 540px;
}

.coo-banner img {
    height: 100%;
    /* width: auto; */
}

.banner img {
    height: 100%;
    /* width: auto; */
}

.banner .swiper .swiper-slide .banner-con {
    position: absolute;
    top: 175px;
    left: 412px;
    width: 573px;
}

@media screen and (max-width: 1440px) {
    .banner .swiper .swiper-slide .banner-con {
        left: 178px;
    }
}

.banner .swiper .swiper-slide .banner-con ul {
    display: flex;
    margin-top: 25px;
    margin-left: 20px;
}

.banner .swiper .swiper-slide .banner-con ul li {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    list-style: disc;
    margin-right: 44px;
}

.tiantuan {
    padding-top: 55px;
    padding-bottom: 60px;
}

.tiantuan h1 {
    display: inline-block;
    font-size: 35px;
    font-weight: 500;
    color: #333333;
    line-height: 48px;
    position: relative;
}

.tiantuan h1::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 13px;
    left: -33px;
    background-size: cover;
}

.tiantuan h1::after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 12px;
    right: -26px;
    background-size: cover;
}

.tiantuan .tiantuan-con ul {
    display: flex;
    justify-content: space-around;
    padding: 32px;
    padding-top: 40px;
    padding-bottom: 0;
}

.tiantuan .tiantuan-con ul li {
    position: relative;
    width: 250px;
    height: 420px;
    overflow: hidden;
    border-radius: 4px;
}

.tiantuan .tiantuan-con ul li:nth-child(even) {
    margin-top: 30px;
}

.tiantuan .tiantuan-con ul li .content {
    position: absolute;
    bottom: -93px;
    background: transparent;
    border-radius: 4px;
    backdrop-filter: blur(10px);
    padding: 16px;
    transition: all 0.5s;
    min-height: 148px ;
}

.tiantuan .tiantuan-con ul li:nth-of-type(4n+1) .content {
    background: rgba(252, 123, 47, 0.6);
}

.tiantuan .tiantuan-con ul li:nth-of-type(4n+2) .content {
    background: rgba(251, 185, 3, .6);
}

.tiantuan .tiantuan-con ul li:nth-of-type(4n+4) .content {
    background: rgba(63, 182, 245, .6);
}

.tiantuan .tiantuan-con ul li:nth-of-type(4n+3) .content {
    background: rgba(3, 196, 188, .6);
}

.tiantuan .tiantuan-con ul li .content h5 {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 12px;
    font-weight: 700;
}

.tiantuan .tiantuan-con ul li .content p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    /* font-weight: 700; */
}

.tiantuan .tiantuan-con ul li:hover .content {
    bottom: 0;
    transition: all 0.5s;
}

.why h1 {
    display: inline-block;
    font-size: 35px;
    font-weight: 500;
    color: #333333;
    line-height: 48px;
    text-align: center;
    position: relative;
    margin-bottom: 45px;
}

.why h1::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 13px;
    left: -30px;
    background-size: cover;
}

.why h1::after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 12px;
    right: -30px;
    background-size: cover;
}

.tit {
    text-align: center;
}

.why {
    padding: 60px 0;
    background: #F8F9FA;
}

.why .why-con ul {
    display: flex;
    justify-content: space-between;
}

.why .why-con ul li {
    width: 328px;
    padding: 5px;
    background: #fff;
    border-radius: 8px;
}

.why .why-con ul li:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.why .why-con .why-con-b {
    position: relative;
    padding: 20px 20px 22px 20px;
}

.why .why-con .why-con-b h5 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #282B31;
    line-height: 26px;
    margin-bottom: 8px;
}

.why .why-con .why-con-b p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #676C75;
    line-height: 24px;
}

.why .why-con .why-con-b::after {
    content: "";
    background: url(../images/xiongmao.png) no-repeat;
    position: absolute;
    top: -55px;
    right: 0;
    height: 80px;
    width: 76px;
    background-size: contain;
}

.honour h1 {
    display: inline-block;
    font-size: 35px;
    font-weight: 500;
    color: #333333;
    line-height: 48px;
    text-align: center;
    position: relative;
}

.honour h1::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 13px;
    left: -30px;
    background-size: cover;
}

.honour h1::after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 12px;
    right: -30px;
    background-size: cover;
}

.honour {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #FFFFFF;
}

.honour .prize {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-left: 89px;
    padding-right: 89px;
}

.honour .prize>div {
    text-align: center;
    width: 278px;
    padding: 19px 45px 16px 45px;
    background: #F8F9FA;
    border-radius: 9px;
    margin-top: 50px;
}

.honour .prize p {
    margin-top: 15px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #676C75;
    line-height: 20px;
}

.father {
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
}

.son {
    width: 20%;
    position: absolute;
    top: 25%;
    left: 40%;
}

.on {
    background: #fff;
    box-shadow: 0px 8px 12px 0px rgba(51, 51, 51, 0.06);
}

.on .logo {
    background: url(../images/logo2.png) no-repeat;
    background-size: contain;
}

.on ul li a {
    color: black;
    /* font-weight: 700; */
}

.on ul li:hover::after {
    position: absolute;
    bottom: -12px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: orange;
    border-radius: 2px;
    display: block;
}
.on ul .active::after {
    position: absolute;
    bottom: -12px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: orange;
    border-radius: 2px;
    display: block;
}
.media h1 {
    display: inline-block;
    font-size: 34px;
    font-weight: 500;
    color: #333333;
    line-height: 48px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.media h1::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 13px;
    left: -30px;
    background-size: contain;
}

.media h1::after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 12px;
    right: -30px;
    background-size: contain;
}

.media {
    background: #F8F9FA;
    padding-bottom: 40px;
    padding-top: 60px;
}

.media .media-img-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.media .media-img-box>div {
    width: 207px;
    margin-bottom: 16px;
}

footer {
    height: 84px;
    background: #222222;
    text-align: center;
    padding-top: 20px;
}

footer p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    opacity: .5;
}


/* 课程体系 */

.course-ban .swiper-slide>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 552px;
}

.course-ban h1 {
    font-size: 64px;
    font-family: HYZhengYuan-GEW, HYZhengYuan;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 90px;
    letter-spacing: 1px;
}

.course-ban p {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.course-con {
    padding-top: 60px;
    margin-bottom: 60px;
}

.course-con .tit {
    width: 100%;
    background: #FFAF01;
    border-radius: 4px;
    padding-top: 21px;
    padding-bottom: 21px;
}

.course-con .tit h1 {
    font-size: 34px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
}

.course-con .name ul {
    display: flex;
    justify-content: space-between;
}

.course-con .name .tit1 {
    width: 216px;
    line-height: 30px;
    background: hsla(41, 100%, 50%, .1);
    border-radius: 4px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.course-con .name ul li .tit1 p {
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFAF01FF;
}

.course-con .name ul {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.course-con .name ul li {
    text-align: center;
    font-size: 22px;
    font-family: 'PingFangSC-Regular, PingFang SC';
    font-weight: 400;
    color: #FFAF01;
    line-height: 44px;
    background: rgba(255, 175, 1, .1);
    padding-top: 15px;
    padding-bottom: 15px;
    width: 216px;
}

.course-con .name-con ul {
    width: 216px;
    background: #F5F5F5;
    border-radius: 4px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 78px;
}

.course-con .name-con ul li p {
    font-size: 20px;
    font-family: 'PingFangSC-Regular, PingFang SC';
    font-weight: 400;
    color: #505153;
    line-height: 44px;
    position: relative;
    display: inline-block;
}

.course-con .name-con ul li p::before {
    content: "";
    height: 16px;
    width: 16px;
    background: url(../images/icon2.png);
    position: absolute;
    top: 15px;
    left: -20px;
    background-size: contain;
}

.name-con ul {
    margin-top: 5px;
}

.name-con {
    display: flex;
    justify-content: space-between;
}

.eight h1 {
    display: inline-block;
    font-size: 34px;
    font-weight: 500;
    color: #333333;
    line-height: 48px;
    text-align: center;
    position: relative;
}

.eight h1::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 13px;
    left: -30px;
    background-size: cover;
}

.eight h1::after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 12px;
    right: -30px;
    background-size: cover;
}

.eight {
    background: #F8F9FA;
    padding-top: 58px;
    padding-bottom: 25px;
}

.eight ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
}

.eight ul li>div {
    overflow: hidden;
}

.eight ul li {
    width: 252px;
    padding: 5px;
    background: #fff;
    text-align: center;
    margin-bottom: 35px;
    border-radius: 10px;
}

.eight ul li:hover div img {
    transform: scale(1.2);
    transition: all 0.5s;
}

.eight ul li p {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.choose h1 {
    display: inline-block;
    font-size: 34px;
    font-weight: 500;
    color: #333333;
    line-height: 48px;
    text-align: center;
    position: relative;
}

.choose h1::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 13px;
    left: -30px;
    background-size: cover;
}

.choose h1::after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 12px;
    right: -30px;
    background-size: cover;
}

.choose {
    padding-top: 60px;
}

.choose .choose-con {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
}

.choose .choose-con .choose-con-l {
    width: 530px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-top: 65px;
}

.choose .choose-con .choose-con-r {
    width: 500px;
}


/* 我要加盟 */

.coo-banner h1 {
    font-size: 64px;
    font-family: HYZhengYuan-GEW, HYZhengYuan;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 90px;
    letter-spacing: 1px;
}

.coo-banner .swiper-slide {
    position: relative;
}

.coo-banner .banner-con {
    width: 720px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.coo-banner .banner-con p {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    margin-top: 10px;
}

.coo-banner .swiper-slide .btn {
    /* width: 1.1979rem; */
    background: #FFFFFF;
    border-radius: 24px;
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 79px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FB5300;
    line-height: 26px;
}

.market h1 {
    display: inline-block;
    font-size: 34px;
    font-weight: 500;
    color: #333333;
    line-height: 48px;
    text-align: center;
    position: relative;
}

.market h1::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 13px;
    left: -30px;
    background-size: cover;
}

.market h1::after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 12px;
    right: -30px;
    background-size: cover;
}

.market {
    padding-top: 60px;
    padding-bottom: 60px;
}

.market ul li {
    position: relative;
    width: 252px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E8ECF5;
    padding: 40px 20px 30px 20px;
    overflow: hidden;
    box-shadow: 0px 8px 24px 0px rgba(105, 115, 140, 0.08);
}

.market ul li:hover {
    /* box-shadow: 0px .0417rem .125rem 0px #ffaf01; */
    box-shadow: 0px 19px 57px 0px rgba(105, 115, 140, 0.08);
}
/* .market ul li::after{
    content: "";
    position: absolute;
    left: 0;
    top: 110%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
   
}
.market ul li:hover::after{
    top: 0;
    transition: all 0.3s;
} */
.market ul {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.market ul li .img-box {
    width: 100px;
    margin: 0 auto;
}

.market ul li h5 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
    margin-top: 14px;
    margin-bottom: 10px;
}

.market ul li p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #676C75;
    line-height: 22px;
    text-align: left;
}

.advantage h1 {
    display: inline-block;
    font-size: 34px;
    font-weight: 500;
    color: #333333;
    line-height: 48px;
    text-align: center;
    position: relative;
    margin-bottom: 46px;
    margin-top: 60px;
}

.advantage h1::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 13px;
    left: -30px;
    background-size: cover;
}

.advantage h1::after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 12px;
    right: -30px;
    background-size: cover;
}

.advantage {
    background: #F8F9FA;
    padding-bottom: 60px;
}

.advantage .tit {
    border-bottom: 1px solid #DEE3EB;
}

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

.advantage ul li {
    height: 280px;
    width: 252px;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 0px rgba(105, 115, 140, 0.1);
    border-radius: 4px;
    border: 1px solid #E8ECF5;
    padding: 0 26px;
    padding-bottom: 26px;
    position: relative;
    margin-top: 35px;
}

.advantage ul li p {
    /* 多余内容省略号处理-多行 */
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.advantage ul li h5 {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    /* font-weight: 500; */
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 16px;
    text-align: center;
    color: #333333;
}

.advantage ul li h5 span {
    color: #FFAF01;
}

.advantage ul li p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #676C75;
    line-height: 22px;
}

.advantage ul li:nth-of-type(4n+1):before {
    content: "";
    width: 80px;
    height: 6px;
    background: #FFAF01;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.advantage ul li:nth-of-type(4n+1):after {
    content: "";
    height: 12px;
    width: 12px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(255, 175, 1, 0.2);
    border: 3px solid #FFAF01;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
}

.advantage ul li:hover {
    margin-top: 20px;
}

.advantage ul li:hover::after {
    background: #FFAF01;
    top: -31px;
}

.advantage ul li:nth-of-type(4n+2)::after {
    content: "";
    height: 12px;
    width: 12px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(255, 175, 1, 0.2);
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    border: 3px solid #B083EF;
}

.advantage ul li:nth-of-type(4n+2)::before {
    background: #B083EF;
    content: "";
    width: 80px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.advantage ul li:nth-of-type(4n+2):hover:after {
    background: #B083EF;
    top: -31px;
}

.advantage ul li:nth-of-type(4n+2) span {
    color: #B083EF;
}

.advantage ul li:nth-of-type(4n+3)::after {
    border: 3px solid #55D4BA;
    content: "";
    height: 12px;
    width: 12px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(255, 175, 1, 0.2);
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
}

.advantage ul li:nth-of-type(4n+3)::before {
    background: #55D4BA;
    content: "";
    width: 80px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.advantage ul li:nth-of-type(4n+3):hover:after {
    background: #55D4BA;
    top: -31px;
}

.advantage ul li:nth-of-type(4n+3) span {
    color: #55D4BA;
}

.advantage ul li:nth-of-type(4n+4)::after {
    border: 3px solid #4073FF;
    content: "";
    height: 12px;
    width: 12px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(255, 175, 1, 0.2);
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
}

.advantage ul li:nth-of-type(4n+4)::before {
    background: #4073FF;
    content: "";
    width: 80px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.advantage ul li:nth-of-type(4n+4):hover:after {
    background: #4073FF;
    top: -31px;
}

.advantage ul li:nth-of-type(4n+4) span {
    color: #4073FF;
}

.flow h1 {
    display: inline-block;
    font-size: 34px;
    font-weight: 500;
    color: #333333;
    line-height: 48px;
    text-align: center;
    position: relative;
}

.flow h1::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 13px;
    left: -30px;
    background-size: cover;
}

.flow h1::after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 12px;
    right: -30px;
    background-size: cover;
}

.flow {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.flow .liucheng {
    border-bottom: 2px dashed #C2C9D5;
    padding-bottom: 29px;
    padding-top: 59px;
}

.flow ul li>div {
    width: 122px;
}

.flow .liucheng {
    display: flex;
    justify-content: space-around;
}

.flow .liucheng li {
    position: relative;
    text-align: center;
}

.flow .liucheng li:hover img {
    transform: rotateY(360deg);
    transition: all 0.8s;
}

.flow .liucheng li::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #C2C9D5;
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
}

.flow .liucheng li:hover::after {
    background: #FB5300;
}

.flow .flow-con {
    display: flex;
    justify-content: space-around;
    margin-top: 13px;
}

.flow .flow-con li p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}

.flow .btn2 {
    background: #FB5300;
    border-radius: 24px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    padding: 13px 48px;
    display: inline-block;
    margin-top: 73px;
}

.flow .w>p {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-top: 30px;
}

.classroom h1 {
    display: inline-block;
    font-size: 34px;
    font-weight: 500;
    color: #333333;
    line-height: 48px;
    text-align: center;
    position: relative;
}

.classroom h1::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 13px;
    left: -30px;
    background-size: cover;
}

.classroom h1::after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 12px;
    right: -30px;
    background-size: cover;
}

.classroom {
    background: #F8F9FA;
    padding-top: 60px;
    padding-bottom: 40px;
}

.classroom ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.classroom ul li {
    margin-bottom: 20px;
}

.classroom ul li div {
    width: 260px;
}

.apply {
    background: #FB5300;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.apply h1 {
    font-size: 34px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
}

.apply p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 20px;
}

.apply form input {
    width: 320px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 22px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 12px;
    border-radius: 4px;
    border: none;
    margin: 20px 12px 0;
    background: white;
}

.apply form {
    width: 970px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: flex-end;
}

.apply form .yanzhengma {
    width: 180px;
}

.apply form button {
    width: 127px;
    margin-left: 0;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    background: #FB5300;
    color: #fff;
    margin-right: 14px;
}


/* 品牌文化 */

.culture-con {
    padding-top: 80px;
    padding-bottom: 80px;
}

.culture-con .w {
    display: flex;
    justify-content: center;
}

.culture-con .culture-con-l {
    width: 460px;
}

.culture-con .culture-con-r {
    width: 740px;
    font-size: 18px;
   
    font-weight: 500;
    color: #333333;
    line-height: 36px;
    text-align: left;
    margin-top: 41px;
}

.culture-con .culture-con-r h1 {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
}

.four {
    background: #F8F9FA;
    padding-top: 60px;
    padding-bottom: 40px;
}

.four .four-img-box {
    width: 163px !important;
    height: 100px;
}

.four>div h4 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 9px;
    padding-left: 68px;
    color: #333333;
}

.four>div p {
    font-size: 17px;
    padding-left: 68px;
    color: #676C75;

}

.four .w>div {
    margin-bottom: 20px;
    background: #FFFFFF;
    padding-top: 36px;
    padding-left: 10px;
    padding-bottom: 47px;
}

.four .w div:nth-of-type(1) {
    width: 444px;
}

.four .w div:nth-of-type(2) {
    width: 444px;
}

.four .w div:nth-of-type(3) {
    width: 172px;
    padding: 0;
}

.four .w {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.four .w div:nth-of-type(4) {
    width: 668px;
}

.four .w div:nth-of-type(5) {
    width: 412px;
}

.introduce .w {
    display: flex;
    justify-content: space-between;
}

.introduce .renwu {
    width: 512px;
}

.introduce .introduce-con {
    width: 500px;
    margin-top: 71px;
    margin-bottom: 71px;
}

.introduce .introduce-con h1 {
    font-size: 34px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 48px;
}

.introduce .introduce-con h5 {
    font-size: 22px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #676C75;
    line-height: 30px;
    margin-top: 16px;
    margin-bottom: 32px;
}

.introduce .introduce-con p {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
}

.develop h1 {
    display: inline-block;
    font-size: 34px;
    font-weight: 500;
    color: #333333;
    line-height: 48px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.develop h1::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 13px;
    left: -30px;
    background-size: cover;
}

.develop h1::after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/icon1.png);
    position: absolute;
    top: 12px;
    right: -30px;
    background-size: cover;
}

.develop {
    background: #F8F9FA;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    /* height: 5.7708rem; */
}

.develop .w .fazhan {
    position: relative;
}

.develop .w .fazhan::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 2px;
    /* margin: 0 auto; */
    height: 100%;
    background: linear-gradient(180deg, rgba(251, 83, 0, 0) 0%, #FB5300 11%, #FB5300 90%, rgba(251, 83, 0, 0) 100%);
}

.develop .develop-con {
    padding-right: 32px;
    /* width: 2.8646rem; */
    margin-top: 41px;
    position: relative;
}

.develop .develop-con h2 {
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FB5300;
    line-height: 42px;
    margin-bottom: 8px;
    position: absolute;
    top: -44px;
    left: 0;
}

.develop .develop-con .line {
    width: 550px;
    height: 1px;
    background: #FB5300;
}

.develop .develop-con h5 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-top: 16px;
}

.develop .develop-con p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #676C75;
    line-height: 22px;
    margin-top: 6px;
    width: 511px;
}


/* .develop .fazhan {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
} */

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.develop .develop-con:nth-child(even) {
    float: right;
    padding-right: 0;
    text-align: right;
    position: relative;
}

.develop .develop-con:nth-child(even)::before {
    content: "";
    width: 2px;
    height: 2px;
    background: #FB5300;
    border: 4px solid rgba(254, 82, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    left: -5px;
    top: -4px;
    box-shadow: 0 0 4px 4px rgba(254, 82, 0, 0.2);
}

.develop .develop-con:nth-child(even) h2 {
    right: 0;
}

.develop .develop-con:nth-child(even) p {
    display: inline-block;
    margin-right: 0;
}

.develop .develop-con:nth-child(odd) {
    float: left;
    padding-right: 50px;
    position: relative;
}

.develop .develop-con:nth-child(odd)::after {
    content: "";
    width: 2px;
    height: 2px;
    background: #FB5300;
    border: 4px solid rgba(254, 82, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    right: 45px;
    top: -4px;
    box-shadow: 0 0 4px 4px rgba(254, 82, 0, 0.2);
}


/* .develop .w .develop-con:nth-child(3) {
    margin-top: .6458rem;
} */

@media screen and (max-width: 1024px) {
    .banner .swiper .swiper-slide .banner-con {
        left: 0;
    }
}
@media screen and (max-width: 1400px) {
    .banner .swiper .swiper-slide .banner-con {
        left: 140px ;
    }
}