.header {
    background: #0046B4;
    height: 1.36rem;
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

.header .logo {
    width: 1.32rem;
    height: 0.42rem;
}

.header .tel {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.52rem;
}

.header .menu {
    width: 0.38rem;
    height: 0.3rem;
}

.sub-title {
    margin-top: 0.2rem;
    font-size: 0;
    padding-left: 0.3rem;
    box-sizing: border-box;
}

.sub-title span:nth-child(1) {
    color: #8A8C95;
    font-size: 0.2rem;
    line-height: 0.24rem;
}

.sub-title span:nth-child(2) {
    color: #4B4F5C;
    font-size: 0.2rem;
    line-height: 0.24rem;
}

.list-box {
    padding-left: 1rem;
    box-sizing: border-box;
}

.list-item {
    font-size: 0.24rem;
    width: 1.9rem;
    margin-top: 0.4rem;
}

.list-item img {
    width: 0.32rem;
    height: 0.32rem;
    vertical-align: text-bottom;
}

.list-item span {
    color: #5C6167;
    font-size: 0.24rem;
}

.active span {
    color: #0046B4;
}

#introduce_box {
    position: relative;
    margin-top: 0.6rem;
    margin-left: 0.28rem;
    box-sizing: border-box;
}

.us_logo {
    width: 3.4rem;
    position: absolute;
    left: 0;
    top: -0.14rem;
}

.company_text {
    font-size: 0.16rem;
    color: #181535;
    line-height: 0.18rem;
    width: 3.46rem;
    padding-top: 0.4rem;
}

.comp_left {
    font-weight: bold;
    font-size: 0.24rem;
    color: #0046B4;
    line-height: 0.28rem;
}

.comp_right {
    color: #0046B4;
    font-size: 0.12rem;
}

.comp_right img {
    width: 0.8rem;
}

.line {
    width: 6.88rem;
    height: 0px;
    border: 1px solid #0046B4;
    margin: 0 auto;
    margin-top: 0.26rem;
}

.title {
    width: 6.86rem;
    height: 0.6rem;
    margin: 0 auto;
    background: #0046B4;
    color: #FFFFFF;
    padding: 0 0.16rem;
}

.title div:nth-child(1) {
    font-weight: bold;
    font-size: 0.24rem;
}

.title div:nth-child(2) {
    font-weight: bold;
    font-size: 0.2rem;
}

.time-item {
    padding-bottom: 0.22rem;
    position: relative;
}

.time-left {
    padding-left: 0.6rem;
    box-sizing: border-box;
}

.time_line {
    position: absolute;
    left: 0.88rem;
    border-left: 2px solid #AAAAAA;
    height: 100%;
}

.year {
    font-size: 0.2rem;
    color: #0046B4;
    width: 0.48rem;
    margin-right: 0.36rem;
}

.course_text {
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.18rem;
    width: 5.28rem;

}

.time_cicle {
    position: absolute;
    width: 0.12rem;
    height: 0.12rem;
    left: 0.84rem;
    background: #0046B4;
    border-radius: 50%;

}

#qualif {
    padding: 0 0.3rem;
    margin-top: 0.48rem;
}

.qualif-box {
    background: #EEEEEE;
    border-radius: 8px 8px 8px 8px;
    padding: 0.3rem 0.5rem;
}

.qualif-title {
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
}

.qualif-title span:nth-child(1) {
    color: #2564AF;
}

.qualif-title span:nth-child(2) {
    color: #E6AF5F;
}

.qualif-text {
    color: #2F2E3A;
    font-size: 0.16rem;
    line-height: 0.18rem;
    text-align: center;
    margin-top: 0.18rem;
}

.qualif-img {
    margin-top: 0.3rem;
}

.qualif-img img {
    width: 2.84rem;
    margin-bottom: 0.18rem;
}

.qualif-box-left div:nth-child(1) {
    text-align: left;
}

.qualif-box-left div:nth-child(2) {
    color: #2F2E3A;
    font-size: 0.16rem;
    line-height: 0.18rem;
    margin-top: 0.16rem;
    width: 3.28rem;
}

.qualif-box-right {
    width: 1.66rem;
    margin-left: 1rem;
}

.brand-title {
    padding: 0.26rem 0 0 0.3rem;
}

.brand-title div:nth-child(1) {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.28rem;
}

.brand-title div:nth-child(2) {
    color: #FFFFFF;
    font-size: 0.16rem;
    margin-top: 0.16rem;
}

.brand-box-2 {
    padding-top: 0.42rem;
    text-align: center;
}

.brand-box-2 div:nth-child(1) {

    background: linear-gradient(#4FACFE, #00F2FE); /* 标准的语法 */
    -webkit-background-clip: text; /* 将渐变应用到文字上 */
    -webkit-text-fill-color: transparent; /* 设置文字颜色为透明，显示渐变效果 */
    font-weight: bold;
    font-size: 0.2rem;
}

.brand-box-2 div:nth-child(2) {

    background: linear-gradient(#4FACFE, #00F2FE); /* 标准的语法 */
    -webkit-background-clip: text; /* 将渐变应用到文字上 */
    -webkit-text-fill-color: transparent; /* 设置文字颜色为透明，显示渐变效果 */
    font-weight: bold;
    font-size: 0.28rem;
    margin-top: 0.16rem;
}

.brand-box-2 div:nth-child(3) {
    color: #FFFFFF;
    font-size: 0.16rem;
    margin-top: 0.2rem;
}

.brand-box-2 div:nth-child(4) {
    color: #FFFFFF;
    font-size: 0.16rem;
}

.brand-box-img {
    margin-top: 0.52rem;
}

.brand-box-img img {
    width: 2.08rem;
    height: 1rem;
    margin-bottom: 0.3rem;
}

.brand-ln img {
    width: 0.52rem;
    height: 0.52rem;
}

.brand-ln {
    color: #ffffff;
}

.brand-ln div:nth-child(1) {
    font-size: 0.2rem;
    line-height: 0.24rem;
}

.brand-ln div:nth-child(2) {
    font-size: 0.16rem;
    line-height: 0.18rem;
    margin-top: 0.04rem;
}

.ln-item {
    width: 1.62rem;
    height: 1.36rem;
    border-radius: 11px;
    border: 1px solid #68A9E1;
    padding: 0.2rem 0.22rem 0 0.26rem;
    box-sizing: border-box;

}

.ln-item div:nth-child(1) {
    font-size: 0.2rem;
    color: #ffffff;
    line-height: 0.24rem;
}

.ln-item div:nth-child(2) {
    font-size: 0.16rem;
    line-height: 0.18rem;
    color: #ffffff;
    margin-top: 0.1rem;
    width: 1.06rem;
    font-weight: normal;
}

.env_box_title {
    text-align: center;
    padding-top: 0.66rem;
}

.env_box_title div:nth-child(1) {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 0.28rem;
}

.env_box_title div:nth-child(2) {
    color: #FFFFFF;
    font-size: 0.16rem;
    margin-top: 0.16rem;
}

.env_item {
    width: 3.34rem;
    margin-bottom: 0.46rem;

}

.env_item img {
    width: 100%;
    display: block;
}

.env_item div {
    font-size: 0.2rem;
    color: #ffffff;
    text-align: center;
    margin-top: 0.22rem;
}

.zt-img {
    font-size: 0;
    margin-top: 0.46rem;
}

.zt-img img {
    width: 3.34rem;
}

.brand_item {
    width: 2.06rem;
    height: 1rem;
    color: #ffffff;
    padding: 0.16rem;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
}

.brand_item_title {
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
}

.brand_item_desc {
    font-size: 0.14rem;
}

.lf_1 {
    position: absolute;
    top: 1.3rem;
    left: 0;
    text-align: right;
}

.lf_2 {
    position: absolute;
    top: 0.7rem;
    left: 0.8rem;
    text-align: right;
}

.lf_3 {
    position: absolute;
    top: 0.7rem;
    right: 0.4rem;;
    text-align: left;
}

.lf_4 {
    position: absolute;
    top: 1.3rem;
    right: 0;
    text-align: left;
}

.lf_title {
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
    color: #ffffff;
}

.lf_text {
    color: #ffffff;
    font-size: 0.12rem;
}




