* {
    padding: 0;
    margin: 0;
}
.yc {
    display: none;
}
.xianshi {
    display: block;
}
.flex {
    display: flex;
}
a:hover{
    color: #007676 ;
    text-decoration: underline;
}
.icon-close>img {
border:0 none !important;
}
/* 兼容平板 */
@media screen and (min-width: 1025px){
    .width1200 {
        width: 1180px;
        margin: 0 auto;
        display: flex;
    }
    #pc {
        overflow: hidden;
    }
}
@media screen and (min-width: 1200px){
    .width1200 {
        width: 1200px;
        margin: 0 auto;
        display: flex;
    }
}
@media screen and (max-width: 1025px){
    .width1200 {
        width: 100%;
        margin: 0 auto;
    }
.pc-bgimg {
        display: none;
    }
}
.active {
    background-color: #fff;
    opacity: 0.7 !important;
}

/* 顶部 */
/* pc端 */
@media screen and (min-width: 1025px) {
#pc {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .pc-bgimg {
        z-index: -1;
        display: block;
        width: 1920px;
        height: 1370px;
        position: absolute;
        bottom: 50px;
        left:50%;
        transform: translate(-50%);
    }
    .move-navigation {
        display: none;
    }
    .move-top {
        display: none;
    }
    .header-top {
        background-color: #007676;
        height: 190px;
        width: 100%;
    }
    .swiperZswd {
        display: none;
    }
    /* 图标左右布局 */
    .top {
        height: 136px;
        display: flex;
        justify-content: space-between;
    }

    .top-left {
        display: flex;
        align-items: center;
    }

    .top-left img {
        margin-right: 20px;
    }

    .top-left p {
        font-size: 36px;
        color: #fff;
    }

    .top-right {
        position: relative;
    }

    /* 右边输入框样式 */
    .heard-logo-right {
        position: relative;
        float: right;
        width: 260px;
        height: 30px;
        background-color: #007676;
        position: relative;
        border-radius: 30px;
        border: 1px solid #fff;
        /* opacity: 0.7; */
        top: 20px;
    }

    .heard-logo-right-input {
        width: 200px;
        height: 15px;
        border: none;
        outline: none;
        background-color: #007676 !important;
        line-height: 75px;
        position: relative;
        font-size: 14px;
        top: 7px;
        left: 10px;
    }
input[type='text']:-webkit-autofill {
 -webkit-text-fill-color: #000;
 box-shadow: 0 0 0px 50px #007676 inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #000;
    transition: background-color 5000s ease-out 0.5s;
}

    ::-webkit-input-placeholder {
        color: #fff;
        opacity: 0.3
    }

    .heard-logo-right-submit {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 30px;
        height: 24px;
        border: none;
		background: none;
        color: #fff;
        background-image: url("https://www.horizonlogisticsconsulting.com/zsw/imge/search.png");
        background-position: 23px 0px;
        cursor: pointer;
    }

    .heard-logo-bottom {
        position: absolute;
        float: left;
        top: 75px;
        left: -80px;
    }

    .heard-logo-bottom span {
        font-size: 18px;
        color: #fff;
    }

    /* 导航栏 */
    .xian {
        width: 100%;
        height: 1px;
        background-color: #1aa4a4;
    }

    .top-nav {
        display: flex;
        height: 120px;
    }
    #menulistt {
        display: flex;
        justify-content: space-between;
    }
    #menulistt li {
        height: 50px;
        font-size: 18px;
        color: #fff; 
    }
    .top-nav li a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
    /* 
    .top-nav li a:hover {
        border-top: 3px solid #d3975b;
        background-color: #fff;
        color: #000;
    } */

    /* 大图 */
   .banner-top {
        width: 100%;
        display: flex;
        justify-content: center;
    }
   .banner-box {
        width: 1920px;
        height: 480px;
        overflow: hidden;
    }
    .big-lunbo {
        position: relative;
        width: 100%;
        height: 480px;
    }
    .box-img {
        position: absolute;
    }
 .box-img ul{
        display: flex;
    }
    .box-img ul li {
        display: flex;
        justify-content: center;
        height: 480px;
    }
    .box-img ul li img {
        width: 1920px;
        height: 480px;
    }
    .big-lunbo-left {
        position: absolute;
        left: 60px;
        cursor: pointer;
        top: 220px;
    }

    .big-lunbo-right {
        position: absolute;
        right: 60px;
        cursor: pointer;
        top: 220px;
    }

    .yuan-list {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: 20px;
        display: flex;
    }

    .yuan-list li {
        width: 10px;
        height: 10px;
        cursor: pointer;
        margin-right: 20px;
        border-radius: 10px;
        /* background-color: #fff; */
        border: 1px solid #fff;
    }
    
    /* 招生信息1 */
    .recruit-box1 {
        height: 600px;
        background-color: #fff;
    }

    /* 招生快讯 */
    .recruit-box1-left {
        width: 50%;
        height: 600px;
        padding-right: 20px;

    }

    .recruit-box1-left-top {
        display: flex;
        height: 120px;
        justify-content: space-between;
        align-items: center;
    }

    .recruit-top-left h4 {
        font-size: 30px;
        font-weight: 700;
        color: #007676;
    }

    .recruit-top-left p {
        font-size: 14px;
        color: #d3975b;
    }

    .recruit-top-right {
        font-size: 16px;
        color: #333333;
    }

    .recruit-box1-left-bottom li {
        width: 100%;
        height: 70px;
        display: flex;
        border-bottom: 1px solid #e6e6e6;
    }

    .info-left {
        width: 90px;
        height: 70px;
        display: flex;
        position: relative;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .info-left h5 {
        color: #007676;
        font-family: '宋体';
        font-weight: 700;
        font-size: 20px;
    }

    .info-left p {
        color: #007676;
        font-size: 14px;
    }

    .info-left span {
       position: absolute;
        background-color: #d6d6d6;
        width: 1px;
        height: 20px;
        top: 25px;
        right: 0;
    }

    .info-right {
        line-height: 70px;
        flex: 1;
        margin-left: 15px;
        font-size: 16px;
        color: #333333;
        padding-right: 20px;
        text-overflow: ellipsis; /* 溢出显示省略号 */
        overflow: hidden; /* 溢出隐藏 */
        white-space: nowrap;  /* 强制不换行 */
    }

    /* 报考指南 */
    .recruit-box1-right {
        width: 50%;
        height: 600px;
        padding-left: 20px;
    }

    /* 招生信息2 */
    .recruit-box2 {
        height: 600px;
        background-color: #e6f6f6;
    }

    /* 招生政策 */
    .recruit-box2-left {
        width: 50%;
        height: 600px;
        padding-right: 20px;
    }

    .recruit-box2-left-top {
        display: flex;
        height: 120px;
        justify-content: space-between;
        align-items: center;
    }

    .recruit-top-left h4 {
        font-size: 30px;
        color: #007676;
    }

    .recruit-top-left p {
        font-size: 14px;
        color: #d3975b;
    }

    .recruit-top-right {
        font-size: 16px;
        color: #333333;
    }

    .recruit-box2-left-center {
        background-color: #fff;
        width: 580px;
        height: 114px;
        padding: 10px 20px;
        font-size: 16px;
        position: relative;
    }

    .recruit-box2-left-center-box {
        position: absolute;
        top: 0;
        left: 15px;
        background-color: #007676;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        width: 120px;
        height: 42px;
    }

    .recruit-box2-left-center-title {
        font-size: 18px;
        width: 80%;
        height: 30px;
        color: #007676;
        padding-left: 130px;
    }

    .recruit-box2-left-center-text {
        position: absolute;
        top: 55px;
        width: 550px;
        height: 50px;
        text-align: justify;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        color: #aaaaaa;
        line-height: 25px;
    }

    .recruit-box2-left-bottom li {
        width: 100%;
        height: 70px;
        display: flex;
        border-bottom: 1px solid #c5e4e4;
    }
.recruit-box2-left-bottom li:first-child {
		height: 134px;
		border: none;
	}
    .info-left-2 {
        width: 130px;
        height: 70px;
        display: flex;
        position: relative;
        align-items: center;
    }

    .info-left-2 img {
        margin: 0 5px;
    }

    .info-left-2 h5 {
        color: #007676;
        font-size: 16px;
    }

    .info-left-2 span {
        position: absolute;
        width: 1px;
        height: 20px;
        background-color: #8ccccc;
        right: 0;
        top:25px;
    }

    /* 招生专业 */
    .recruit-box2-right {
        width: 50%;
        height: 600px;
       padding-left: 20px;
    }

    .recruit-box2-box {
        width: 580px;
        height: 400px;
        display: flex;
    }

    /* 招生专业轮播样式 */
    .recruit-box2-box-left {
        position: relative;
        width: 50%;
        height: 100%;
        overflow: hidden;
    }

    .recruit-box2-box-left-img {
        position: absolute;
    }
.recruit-box2-box-left-img ul{
        display: flex;
    }

    .recruit-box2-box-left-img
ul li {
        position: relative;
        width: 290px;
        height: 400px;
        background-color: #007676;
    }

#recruit-box2-box-left-img1 {
        position: absolute;
        bottom: -35px;
        left: 50%;
        transform: translate(-50%);
    }
li #recruit-box2-box-left-img2 {
        width: 290px;
        height: 200px;
    }

    .recruit-box2-box-left-img ul li a {
      position: absolute;
        bottom: 100px;
        left: 50%;
        transform: translate(-50%);
        width: 180px;
        font-size: 18px;
        text-align: center;
        color: #fff;
    }

    .recruit-box2-box-left-yuan {
        position: absolute;
        bottom: 30px;
         left: 50%;
        transform: translate(-50%);
        width: 200px;
        height: 10px;
        display: flex;
        justify-content: space-around;
    }

    .recruit-box2-box-left-yuan li {
        width: 4px;
        height: 4px;
        cursor: pointer;
        margin-right: 0px;
        border-radius: 4px;
        border: 1px solid #fff;
    }


    .recruit-box2-box-right {
        width: 50%;
        height: 100%;
        background-color: #fff;
        padding: 0 15px;
    }

    .recruit-box2-box-right li {
        height: 79px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        border-bottom: 1px solid #ccc;
    }

    .recruit-box2-box-right li a {
        display: block;
        font-size: 16px;
        color: #333333;
        text-overflow: ellipsis; /* 溢出显示省略号 */
        overflow: hidden; /* 溢出隐藏 */
        white-space: nowrap;  /* 强制不换行 */
    }


    .recruit-box2-box-right li span {
        font-size: 12px;
        color: #007676;
    }

    .recruit-box2-box-right li span img {
        margin-right: 5px;
    }

    /* 招生信息3 */
    .box-img2 {
        margin: 0 auto;
        height: 850px;
    }

    .recruit-box3 {
        height: 590px;
        display: flex;
    }

    .recruit-box3-left {
        width: 50%;
        height: 560px;
        padding-right: 20px;
    }

    /* 招生问答轮播样式 */
    .recruit-box3-left-box {
        position: relative;
        width: 580px;
        height: 260px;
        overflow: hidden;
    }

    .recruit-box3-left-box-img {
        position: absolute;
    }
.recruit-box3-left-box-img ul {
        display: flex;
    }
    .recruit-box3-left-box-img ul li {
        width: 580px;
        height: 260px;
        background-image: url("https://www.horizonlogisticsconsulting.com/zsw/imge/t_c_59.png");
    }
    .recruit-box3-left-box-img-top {
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
    }
    .bj-yuan {
        margin-left: 30px;
        width: 48px;
	    height: 48px;
        border-radius: 48px;
        background-color: #fff;
    }
    .ltk1 {
        margin-left: 15px;
        position: relative;
        width: 250px;
        height: 60px;
        background-image: url("https://www.horizonlogisticsconsulting.com/zsw/imge/yuanjiaojuxing1.png");
    }
    .ltk1 p{
        margin: 0;
        position: absolute;
        right: 16px;
        top: 17px;
        width: 200px;
        height: 28px;
        font-size: 16px;
        color: #007676;
        text-overflow: ellipsis; /* 溢出显示省略号 */
        overflow: hidden; /* 溢出隐藏 */
        white-space: nowrap;  /* 强制不换行 */
    }
    .recruit-box3-left-box-img-bottom{
        display: flex;
        align-items: flex-end;
        justify-content:flex-end;
        width: 100%;
        height: 125px;
    }
    .ltk2{
        position: relative;
        width: 400px;
	    height: 120px;
        background-image: url("https://www.horizonlogisticsconsulting.com/zsw/imge/yuanjiaojuxing2.png");
    }
    .ltk2 p{
        margin: 0;
        position: absolute;
        top:15px;
        left: 15px;
        width: 350px;
        height: 90px;
        font-size: 16px;
        line-height: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        color: #333333;
    }
    .ltk2 a{
        color: #e10000;;
        /* position: absolute; */
    }
    .bj-yuan2 {
        margin: 0 20px 0 10px;
        width: 48px;
	    height: 48px;
        border-radius: 48px;
        background-color: #fff;
    }



    .recruit-box3-left-box-yuan {
        display: flex;
        justify-content: space-around;
        position: absolute;
        width: 90px;
        height: 10px;
        bottom: 15px;
        left: 50%;
        transform: translate(-50%);
    }

    .recruit-box3-left-box-yuan li {
        width: 8px;
        height: 8px;
        cursor: pointer;
        margin-right: 8px;
        border-radius: 8px;
        /* background-color: #fff; */
        border: 1px solid #fff;
    }





    .recruit-box3-left-bottom {
        margin-top: 10px;
    }

    .recruit-box3-left-bottom li {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px dashed #d5d5d5;
    }

    .recruit-box3-left-bottom-left img {
        width: 24px;
        height: 20px;
        margin-right: 15px;
    }
    .recruit-box3-left-bottom>li>div>a {
        text-overflow: ellipsis; /* 溢出显示省略号 */
        overflow: hidden; /* 溢出隐藏 */
        white-space: nowrap;  /* 强制不换行 */
        font-size: 16px;
    }

    .recruit-box3-left-bottom li div p {
        font-size: 16px;
        color: #333333;
    }
    .recruit-box3-left-bottom-left {
        /* float: left; */
        display: flex;
        align-items: center;
        width: 450px;
    }
    .recruit-box3-left-bottom-right {
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: right;
    }

    .recruit-box3-right {
        width: 50%;
        height: 580px;
        padding-left: 20px;
    }

    .recruit-box2-right-bottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .recruit-box2-right-bottom li{
        width: 280px;
        height: 100px;
        background-color: #fff;
        box-shadow: #ccc 0px 2px 10px 3px;
        margin-bottom: 30px;
        z-index: 999;
    }
    
    .recruit-box2-right-bottom li a{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 280px;
        height: 100px;
    }

    .recruit-box2-right-bottom li a img {
        width: 40px;
        height: 40px;
    }

    .recruit-box2-right-bottom li a p {
        width: 135px;
        margin-left: 25px;
        font-size: 18px;
        color: #333333;
    }

    /* 站尾 */
    .recruit-box4 {
        height: 210px;
        background-color: rgba(0, 118, 118,0.6);
        /* opacity: 0.7; */
    }

    .recruit-box4-left {
        position: relative;
        width: 285px;
        height: 100%;
    }
    .recruit-box4-left span {
        position: absolute;
        right: 0;
        top: 30px;
        width: 1px;
        height: 150px;
        background-color: #41afa9;
    }
    .recruit-box4-left ul {
        margin-top: 25px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .recruit-box4-left ul li{
        width: 50%;
        height: 35px;
        font-size: 18px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
    }
	.recruit-box4-left ul li a {
        font-size: 18px;
		color: #fff;
	}

    .recruit-box4-center {
        position: relative;
        width: 590px;
        height: 180px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    /* .recruit-box4-center span {
        position: absolute;
        right: 0;
        top: 30px;
        width: 1px;
        height: 150px;
        background-color: #41afa9;
    } */
    .recruit-box4-center img {
        margin-top: 30px;
        width: 345px;
        height: 40px;
    }

    .recruit-box4-center-text {
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        line-height: 30px;
    }
    .recruit-box4-center-text p {
        margin: 0;
    }
    .recruit-box4-right {
        width: 310px;
        height: 210px;
    }

    .recruit-box4-right ul {
        margin-top: 27px;
        border-left: 1px solid #41afa9;
        display: flex;
        /* justify-content: space-around; */
        height: 150px;
        width: 310px;
    }

    .recruit-box4-right ul li {
        margin-left: 40px;
        width: 110px;
        text-align: center;
    }

    .recruit-box4-right ul li img {
        width: 110px;
        height: 110px;
        margin-top: 15px;
    }

    .recruit-box4-right ul li p {
        margin-top: 15px;
        font-size: 14px;
        color: #fff;
    }

    .recruit-box5 {
        height: 50px;
        display: flex;
        background-color: #006161;
    }

    .recruit-box5-text {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #ffffff;
    }

    .recruit-box5-text p {
        margin-right: 30px;
    }

    /* 左右两边小人工智能 */
    .left-ai {
        width: 120px;
        /* height: 120px; */
        position: fixed;
        top: 60vh;
        left: 50px;
        cursor: pointer;
        z-index: 10000;
    }
    .right-ai {
        width: 120px;
        /* height: 120px; */
        position: fixed;
        top: 30vh;
        right: 50px;
        z-index: 10000;
        cursor: pointer;
    }
}




@media screen and (max-width: 400px) {
    .move-top {
        position: relative;
        width: 100%;
        height: 250px!important;
    }
    .swiper {
        width: 100%;
        height: 250px !important;
    }
}

/* 移动端 */
@media screen and (max-width: 1025px) {
    .left-ai {
        display: none;
    }
    .right-ai {
        display: none;
    }
    .header-top {
        display: none;
    }
    .big-lunbo {
        display: none;
    }
.pc-bgimg {
        display: none;
    }
    .move-top {
        position: relative;
        width: 100%;
        height: 300px;
    }

    .swiper {
        width: 100%;
        height: 300px;
    }

    .move-content {
        width: 100%;
        height: 3180px;
    }
 .recruit-top-left h4 {
        font-size: 30px;
        font-weight: 700;
        color: #007676;
    }

    .recruit-top-left p {
        font-size: 14px;
        color: #d3975b;
    }

    .recruit-top-right {
        font-size: 16px;
        color: #333333;
    }
    /* 招生快讯  */
    .recruit-box1-left {
        width: 100%;
        height: 470px;
        padding: 10px;
        box-sizing: border-box;
    }

    .recruit-box1-left-top {
        display: flex;
        width: 100%;
        height: 70px;
        justify-content: space-between;
        align-items: center;
    }

    .recruit-top h4 {
        font-size: 24px;
        color: #007676;
        font-weight: 700;
    }

    .recruit-top p {
        font-size: 13px;
        color: #d3975b;
    }

    .recruit-top-right {
        font-size: 16px;
        color: #333333;
    }

    .recruit-box1-left-bottom li {
        width: 100%;
        height: 60px;
        display: flex;
        border-bottom: 1px solid #e6e6e6;
    }

    .info-left {
        width: 80px;
        height: 60px;
        display: flex;
        position: relative;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .info-left h5 {
        margin: 0;
        color: #007676;
        font-family: '宋体';
        font-weight: 700;
        font-size: 20px;
    }

    .info-left p {
        margin: 0;
        color: #007676;
        font-size: 12px;
    }

    .info-left span {
       position: absolute;
        background-color: #d6d6d6;
        width: 1px;
        height: 20px;
        top: 25px;
        right: 0;
    }

    .info-right {
        line-height: 60px;
        flex: 1;
        margin-left: 15px;
        font-size: 14px;
        color: #333333;
        align-items: center;
        text-overflow: ellipsis; /* 溢出显示省略号 */
        overflow: hidden; /* 溢出隐藏 */
        white-space: nowrap;  /* 强制不换行 */
    }

    /* 报考指南 */
    .recruit-box1-right{
        width: 100%;
        height: 470px;
        padding: 10px;
        background-color: #e6f6f6;
        box-sizing: border-box;
    }

    /* 招生政策 */
    .recruit-box2-left {
        width: 100%;
        height: 470px;
        padding: 10px;
        background-color: #fff;
        box-sizing: border-box;
    }

    .recruit-box2-left-center {
        z-index: 99;
        background-color: #e6f6f6;
        width: 100%;
        height: 170px;
        padding: 10px 20px;
        font-size: 16px;
        position: relative;

    }

    .recruit-box2-left-center-box {
        position: absolute;
        top: 0;
        left: 10px;
        background-color: #007676;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        width: 120px;
        height: 42px;
    }

    .recruit-box2-left-center-title {
        margin-top: 35px;
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .recruit-box2-left-center-text {
        position: absolute;
        top: 80px;
        left: 0px;
        padding: 10px;
        width: 90%;
        height: 70px;
        font-size: 14px;
        text-align: justify;
        color: #aaaaaa;
        line-height: 25px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        /* 2.设置旧版弹性盒 */
        display: -webkit-box;
        /* 4. 设置子元素的排列方式  垂直排列*/
        -webkit-box-orient: vertical;
        /* 5.溢出隐藏 */
        overflow: hidden;
    }

    .recruit-box2-left-center h3 {
        margin: 0;
        font-size: 18px;
        height: 20px;
        color: #007676;
        text-align: center;
    }

    .recruit-box2-left-bottom li {
        width: 100%;
        height: 50px;
        display: flex;
        border-bottom: 1px solid rgb(252, 248, 248);
    }
.recruit-box2-left-bottom li:first-child {
		height: 190px;
		border: none;
	}

    .info-left-2 {
        width: 130px;
        height: 50px;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
    }

    .info-left-2 img {
        margin: 0 5px;
    }

    .info-left-2 h5 {
        color: #007676;
        font-size: 16px;
    }

    .info-left-2 span {
        position: absolute;
        background-color: #8ccccc;
        width: 2px;
        height: 30px;
        right: 0;
        top:10px;
    }

    /* 招生专业 */
    .recruit-box2-right {
        width: 100%;
        height: 850px;
        padding: 10px;
        background-color: #e6f6f6;
        box-sizing: border-box;
    }
    .recruit-box2-box {
        width: 100%;
        height: 500px;
    }

    /* 招生专业轮播样式 */
    .recruit-box2-box-left {
        width: 100%;
        height: 500px;
        overflow: hidden;
        position: relative;
    }

    .recruit-box2-box-left-img {
        position: absolute;
        height: 500px;
        
    }
    .recruit-box2-box-left-img ul {
        display: flex;
        position: absolute;
        height: 500px;
background-color: #007676;
    }
    .recruit-box2-box-left-img ul li {
        position: relative;
        width: 100vw;
        height: 500px;
    }

 #recruit-box2-box-left-img1 {
        position: absolute;
        bottom:-35px;
        left: 50%;
        width: 200px;
        transform: translate(-50%);
    }
 #recruit-box2-box-left-img2 {
         position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%,0px);
        height: 250px;
    }

    .recruit-box2-box-left-img ul li a {
        position: absolute;
        bottom: 100px;
        left: 50%;
        transform: translate(-50%);
        width: 170px;
        font-size: 18px;
        text-align: center;
        color: #fff;
    }

    .recruit-box2-box-left-yuan {
        position: absolute;
        display: flex;
        justify-content: space-around;
        bottom: 50px;
        left: 50%;
        transform: translate(-50%);
        width: 220px;
        height: 10px;
    }
    .recruit-box2-box-left-yuan li {
        width: 4px;
        height: 4px;
        cursor: pointer;
        border-radius: 4px;
        border: 1px solid #fff;
    }


    .recruit-box2-box-right {
        width: 100%;
        height: 500px;
    }

    .recruit-box2-box-right li {
        height: 50px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-bottom: 1px solid #ccc;
    }

    .recruit-box2-box-right li a {
        flex: 1;
        display: block;
        text-overflow: ellipsis; /* 溢出显示省略号 */
        overflow: hidden; /* 溢出隐藏 */
        white-space: nowrap;  /* 强制不换行 */
        margin: 0;
        font-size: 16px;
        color: #333333;
        padding-right: 20px;
    }

    .recruit-box2-box-right li span {
        margin-right: 10px;
        font-size: 12px;
        color: #007676;
    }

    .recruit-box2-box-right li span img {
        margin-right: 5px;
    }
    /* 招生问答 */
    .recruit-box3 {
        width: 100%;
        height: 940px;
        padding: 10px;
        background-color: #fff;
        box-sizing: border-box;
    }
    .recruit-box3-left{
        height: 470px;
    }
    
.recruit-box3-left-box {
        position: relative;
        width: 100%;
        height: 260px;
        overflow: hidden;
    }

    .recruit-box3-left-box-img {
        display: flex;
        position: absolute;
    }
    .recruit-box3-left-box-img ul{
        display: flex;
        position: absolute;
    }
    .recruit-box3-left-box-img ul li {
        width: 100vw;
        height: 260px;
        background-image: url("https://www.horizonlogisticsconsulting.com/zsw/imge/t_c_59.png");
    }
    .recruit-box3-left-box-img-top {
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
    }
    .bj-yuan {
        margin-left: 30px;
        width: 48px;
	    height: 48px;
        border-radius: 48px;
        background-color: #fff;
    }
    .ltk1 {
        margin-left: 15px;
        position: relative;
        width: 250px;
        height: 60px;
        background-image: url("https://www.horizonlogisticsconsulting.com/zsw/imge/yuanjiaojuxing1.png");
    }
    .ltk1 p{
        margin: 0;
        position: absolute;
        right: 16px;
        top: 17px;
        width: 200px;
        height: 28px;
        font-size: 16px;
        color: #007676;
        text-overflow: ellipsis; /* 溢出显示省略号 */
        overflow: hidden; /* 溢出隐藏 */
        white-space: nowrap;  /* 强制不换行 */
    }
    .recruit-box3-left-box-img-bottom{
        display: flex;
        align-items: flex-end;
        justify-content:flex-end;
        width: 100%;
        height: 125px;
    }
    .ltk2{
        position: relative;
        width: 280px;
	    height: 120px;
        background-position: -120px 0;
        background-image: url("https://www.horizonlogisticsconsulting.com/zsw/imge/yuanjiaojuxing2.png");
    }
    .ltk2 p{
        margin: 0;
        position: absolute;
        top:15px;
        left: 15px;
        width: 220px;
        height: 90px;
        font-size: 16px;
        line-height: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        color: #333333;
    }
    .ltk2 a{
        color: #e10000;;
        /* position: absolute; */
    }
    .bj-yuan2 {
        margin: 0 20px 0 10px;
        width: 48px;
	    height: 48px;
        border-radius: 48px;
        background-color: #fff;
    }
    .recruit-box3-left-box-yuan {
        z-index: 999;
        display: flex;
        justify-content: space-around;
        position: absolute;
        width: 90px;
        height: 10px;
        bottom: 15px;
        left: 50%;
        transform: translate(-50%);
    }

    .recruit-box3-left-box-yuan li {
        width: 8px;
        height: 8px;
        cursor: pointer;
        margin-right: 8px;
        border-radius: 8px;
        /* background-color: #fff; */
        border: 1px solid #fff;
    }


    .recruit-box3-left-bottom {
        margin-top: 10px;
    }

    .recruit-box3-left-bottom li {
        width: 100%;
        height: 50px;
        display: flex;
        /* justify-content: space-between; */
        border-bottom: 1px dashed #d5d5d5;
    }
    .recruit-box3-left-bottom-left {
        display: flex;
        align-items: center;
        flex: 1;
        
    }
    
    .recruit-box3-left-bottom-left img {
        width: 25px;
        height: 20px;
        margin-right: 15px;
    }
    
    .recruit-box3-left-bottom-left a {
        margin: 0;
        font-size: 16px;
        /* 2.设置旧版弹性盒 */
        display: -webkit-box;
        /* 3. 控制行数*/
        -webkit-line-clamp: 1;
        /* 4. 设置子元素的排列方式  垂直排列*/
        -webkit-box-orient: vertical;
        /* 5.溢出隐藏 */
        overflow: hidden;
        color: #333333;
        padding-right: 20px;
    }
    .recruit-box3-left-bottom-right {
        width: 100px;
        color: #888888;
        line-height: 50px;
        font-size: 16px;
        text-align: center;
        width: 100px;
    }
    /* 在线查询 */
    .recruit-box3-right {
        width: 100%;
        height: 470px;
        padding: 10px;
        background-color: #e6f6f6;
        box-sizing: border-box;
    }
    .recruit-box2-right-bottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

   .recruit-box2-right-bottom li{
        width: 40vw;
        height: 100px;
        background-color: #fff;
         border-radius: 5px;
        box-shadow: #ccc 0px 2px 10px 3px;
        margin-bottom: 30px;
        z-index: 999;
    }
    
    .recruit-box2-right-bottom li a{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .recruit-box2-right-bottom li a img {
        width: 30px;
        height: 30px;
    }

    .recruit-box2-right-bottom li a p {
        width: 100px;
        margin-left: 10px;
        font-size: 14px;
        color: #333333;
    }

    /* 站尾 */
    .recruit-box4 {
        width: 100%;
        height: 380px;
        padding: 10px;
        background-color: #146d6e;
        box-sizing: border-box;
    }
    .recruit-box4-left ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .recruit-box4-left ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25%;
        height: 30px;
    }
   .recruit-box4-left ul li a {
		color: #fff;
	}
    .recruit-box4-center {
        text-align: center;
    }
    .recruit-box4-center-text {
        margin-top: 10px;
    }
    .recruit-box4-center-text p {
        font-size: 14px;
        color: #fff;
    }
    .recruit-box4-right ul {
        display: flex;
        justify-content: space-around;
    }
    .recruit-box4-right ul li p {
        text-align: center;
        margin-top: 10px;
        color: #fff;
    }
    .recruit-box5 {
        width: 100%;
        height: 100px;
        padding: 10px;
        background-color: #006161;
        box-sizing: border-box;
    }
    .recruit-box5-text {
        color: #fff;
        text-align: center;
    }
}