@charset "utf-8";

@font-face {
    font-family: 'Alimama';
    /* 定义一个新的字体名称 */
    src: url('../fonts/AlimamaShuHeiTi-Bold.ttf'),
        url('../fonts/AlimamaShuHeiTi-Bold.otf');
}

@font-face {
    font-family: 'PingFangSC';
    /* 定义一个新的字体名称 */
    src: url('../fonts/PingFangSC-Regular.ttf'),
}

body {
    min-width: 1200px;
}

html body {
    -webkit-text-size-adjust: none !important;
    -moz-text-size-adjust: none !important;
    -ms-text-size-adjust: none !important;
    text-size-adjust: none !important;
}

body {
    font-family: "PingFangSC", '宋体';
}

body,
div,
ul,
ol,
ul,
li,
ol,
dl,
dd,
dt,
form,
span,
p,
textarea {
    margin: 0;
    padding: 0;
    list-style: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

input {
    padding-top: 0;
    padding-bottom: 0;
}

input::-moz-focus-inner {
    border: none;
    padding: 0;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
    outline-style: none;
    appearance: none;
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    font-size: 12px;
    padding: 0
}

img,
a img {
    border: 0;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
    outline-style: none;
    color: #000;
    text-decoration: none
}

a:hover {
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    font-size: 0;
    overflow: hidden;
}

.pr {
    position: relative;
}

.pb {
    position: absolute;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.auto {
    margin-left: auto;
    margin-right: auto;
}

.txtClip {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pageW {
    width: 1200px;
}





.headerbox {
    background-color: #000;
    text-align: center;
    width: 100%;
    height: 500px;
    background: linear-gradient(180deg, #E8F3FD 0%, #ECF5FF 46%, #B2E6FF 100%);
}

.header-logo {
    position: relative;
    bottom: 50px;
}

.views-count-box {
    width: 100%;
    position: absolute;
    bottom: 10px;
}

.views-count {
    width: fit-content;
    height: 28px;
    border-radius: 14px;
    opacity: 0.7103;
    background: #24B9FF;
    vertical-align: middle;
}



.views-count .icon {
    float: left;
    display: inline-block;
    width: 23.55px;
    height: 16px;
    margin-top: 6px;
    margin-left: 11px;
    margin-right: 3px;
    background: url(../images/eye.png) no-repeat center;
    background-size: contain;

}

.views-count .count {
     float: left;
    left: 17px;
    line-height: 28px;
    font-size: 16px;
    letter-spacing: -0.04px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #F3FF00;
}

.views-count .title {
    float: left;
    margin-right: 11px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.04px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #FFFFFF;
}




.recommend-schools {
    padding-top: 36px;
    width: 100%;
    padding-bottom: 55px;
    background: linear-gradient(to bottom, #B3E7FF 0%, #D5E9FA 35%);
}

.recommend-title-box {

    width: 1200px;
    height: 80px;
    border-radius: 15px 15px 0px 0px;
    background: linear-gradient(93deg, #3D9EF8 13%, #16D8DB 72%);

}

.recommend-title {
    text-align: center;
    width: 600px;
    height: 80px;
}

.recommend-title-box .recommend-title span {
    font-family: 'Alimama';
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.08px;
    color: #FFFFFF;
    color: white;
    line-height: 80px;
}

.school-box {
    bottom: 9px;
    border-radius: 15px;
    background: #FFFFFF;
    width: 1200px;
    padding-bottom: 28px;
}

.school-list {
    width: 1200px;
    padding-left: 31px;
    padding-top: 27px;
    padding-bottom: 18px;
}

.school-list li {
    margin: 10px;
    float: left;
    width: 550px;
    height: 179.79px;
    border-radius: 10px;
    background: linear-gradient(270deg, rgba(232, 243, 253, 0.2677) 0%, #EDFAFF 97%);
    box-sizing: border-box;
    border: 2px solid #BADFFF;
    background-repeat: no-repeat;
    background-position: center;
}

.school-list li .bgbox {
    display: inline-block;
    width: 550px;
    height: 179.79px;
}

.school-list li .special-school{
    top: 16px;
    left: 20px;
    position: absolute;
    width: 500px;
    height: 150px;

}


.schoolitem p {
    font-family: PingFangSC;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.07px;
    color: #003F61;
    line-height: 35px;
    margin-top: 34px;
    margin-left: 35px;
}

.school-list li {
    position: relative;
}

.school-tags {
    margin-top: 13px;
    margin-left: 26px;
}


.schoolTags {
    margin-top: 14px;
    margin-left: 35px;
}


.typeBox span,
.data-html span {
    margin-right: 18px;
    display: inline-block;
    width: auto;
    white-space: nowrap;
    padding: 0px 0.5px 1px 0.5px;
    float: left;
    line-height: 23px;
    height: 24px;
    border-radius: 5px;
    background: #E2F1FF;
    box-sizing: border-box;
    border: 1px solid #015AD1;
    font-family: PingFangSC;
    font-size: 18px;
    letter-spacing: -0.05px;
    color: #015AD1;
    text-align: center;
}

.school-tags li {
    display: inline-block;
    width: auto;
    white-space: nowrap;
    padding: 0px 0.5px 1px 0.5px;
    float: left;
    line-height: 23px;
    height: 24px;
    border-radius: 5px;
    background: #E2F1FF;
    box-sizing: border-box;
    border: 1px solid #015AD1;
    font-family: PingFangSC;
    font-size: 18px;
    letter-spacing: -0.05px;
    color: #015AD1;
    text-align: center;

}

.school-list li .btnEnter {
    bottom: 21px;
    right: 27px;
    width: 134.84px;
    height: 40.86px;
    border-radius: 25px;
    background: linear-gradient(180deg, #0293EA 0%, #015AD1 100%);
    text-align: center;
    line-height: 40px;
    font-family: PingFangSC;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 40.86px;
    text-align: center;
    /* 浏览器可能不支持 */
    letter-spacing: -0.05px;
    color: #FFFFFF;
    bottom: 24px;
}

.school-list li .school-item-tag{
    width: 120px;
    height: 50px;
    z-index: 12;
    position:absolute;
    top: -1px;
    left: -0.1px;
}




.ai-ask {
    margin-top: 21px;
    height: 360px;
    border-radius: 15px;
    background: linear-gradient(104deg, #3D9EF8 15%, #16D8DB 73%);
}


.ai-ask-leftpal {
    float: left;
    width: 622px;
    height: 360px;
}

.ai-ask-leftpal .right-tips-pal {
    float: right;
    width: 382px;
    height: 360px;

}

.right-tips-pal .title {
    margin-top: 138px;
    font-family: 'Alimama';
    font-size: 32px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.09px;
    color: #FFFFFF;
}


.right-tips-pal .question {
    margin-top: 20px;

    font-family: PingFangSC;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.07px;
    color: #FFFFFF;
}


.ai-ask-rightpal {
    float: right;
    width: 578px;
    height: 360px;
    border-radius: 15px;
    background: linear-gradient(72deg, #DAF9F9 6%, #F8F3F7 47%, #EAFFFB 78%, #FFFFFF 98%);
}

.ai-ask-rightpal .question-head {
    margin-top: 21px;
    margin-left: 25px;
    height: 28px;
    width: 130px;
}

.ai-ask-rightpal .question-head .questLogo {
    float: left;
    background: url(../images/ai-queset-bg.png) center no-repeat;
    width: 28px;
    height: 28px;
    text-align: center;
    background-size: contain;
}

.ai-ask-rightpal .question-head .questLogo img {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-top: 6px;
}



.ai-ask-rightpal .question-head .question-title {
    bottom: 3px;
    margin-left: 13px;
    float: left;
    width: 88px;
    height: 27px;
    line-height: 27px;
    font-family: 'Alimama';
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.06px;
    color: #0CABFB;
}


.ai-ask-rightpal .refreh-head {
    top: 20px;
    right: 23px;
    width: 100px;
    height: 32px;
}

.ai-ask-rightpal .refreh-head .refresh {
    float: left;
}



.ai-ask-rightpal .refreh-head .name {
    float: right;
    font-family: PingFangSC;
    font-size: 22px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: -0.06px;
    color: #0CABFB;
    line-height: 32px;
}

.ai-ask-rightpal .questlist {
    margin-top: 20px;
    width: 530px;

}

.ai-ask-rightpal .questlist li .name {
    margin-left: 14px;
    margin-top: 10px;
    line-height: 26px;
    font-family: PingFangSC;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: -0.05px;
    color: #333333;
    float: left;
    width: 450px;
    text-align: left;
}

.ai-ask-rightpal .questlist li .arrow {
    margin-right: 12px;
    margin-top: 9px;
    text-align: center;
    float: right;
    width: 28px;
    height: 28px;
}

.ai-ask-rightpal .questlist li {
    margin-top: 6px;
    width: 530px;
    height: 45px;
    border-radius: 40px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
}

.ai-ask-rightpal .stopBtn {
    margin-top: 15px;
    width: 120px;
    height: 36px;
    border-radius: 40px;
    background: #C3E4FD;
    text-align: center;

}

.ai-ask-rightpal .stopBtn .cricle {
    margin-top: 11px;
    display: inline-block;
    border-radius: 6px;
    box-sizing: border-box;
    border: 2px solid #0086FF;
    width: 16px;
    height: 16px;
}

.ai-ask-rightpal .stopBtn .name {
    margin-top: 6px;
    display: inline;

    text-align: center;
    line-height: 26px;
    font-family: PingFangSC;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: -0.05px;
    color: #0086FF;

}



.ai-ask-rightpal .searchSchool {
    margin-top: 20px;
    border-radius: 40px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    width: 530px;
    height: 55px;
}


.ai-ask-rightpal .searchSchool .name {
    float: left;
    margin-top: 15px;
    margin-left: 28px;
    line-height: 26px;
    font-family: PingFangSC;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: -0.05px;
    color: #6B99D3;
    text-align: left;
    width: 450px;
}

.ai-ask-rightpal .searchSchool .search {
    float: right;
    margin-top: 14px;
    margin-right: 12px;

    width: 28px;
    height: 28px;

}


.hot-major {
    margin-top: 21px;
}

.hot-major-title {
    text-align: center;
    width: 1200px;
    height: 80px;
    border-radius: 15px 15px 0px 0px;
    background: linear-gradient(93deg, #3D9EF8 13%, #16D8DB 72%);

    font-family: 'Alimama';
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.08px;
    color: #FFFFFF;
    color: white;
    line-height: 80px;
}

.major-box {
    bottom: 9px;
    width: 1200px;
    border-radius: 15px;
    background: #FFFFFF;
}


.major-nav {
    margin-top: 42px;
    /* margin-left: 38px; */
    margin-bottom: 47px;
    border-right: 1px solid #EDEDED;
}




.major-nav .navItem.on {
    background: #E9F6FF;
    color: #333333;
}


.major-nav .navItem {
    margin-bottom: 6px;
    /* margin-right: 8px; */
    padding: 9px 0px 0px 9px;
    width: 220px;
    min-height: 76px;
    overflow: hidden;
    display: block;
    font-family: PingFangSC;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.05px;
    color: #666666;
}


.major-bd {
    width: 960px;
    overflow: hidden;
}

.major-bd .major-pal {
    /* padding-left: 10px;
    padding-right: 10px; */
}

.major-bd .major-pal .item {
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    margin-top: 38px;
}

.major-bd .major-pal {
    display: none;
}

.major-bd .major-pal .item .img img {
    width: 227px;
    height: 130px;
}

.major-bd .major-pal .item .name {
    text-align: center;
    font-family: PingFangSC;
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    letter-spacing: -0.04px;
    color: #333330;
    width: 227px;
}



.enrollment-plan {
    margin-top: 20px;
}

.enrollment-plan-box {
    bottom: 19px;
    width: 1200px;
    /* height: 822px; */
    border-radius: 15px;
    background: #FFFFFF;
    padding-bottom: 27px;
}

.enrollment-plan-title .center-title {
    margin-top: 13px;
    width: 440px;
    height: 40px;
}

.enrollment-plan-title .center-title .left {
    margin-top: 13px;
    margin-right: 92px;
    float: left;
    font-family: PingFangSC;
    font-size: 24px;
    font-weight: normal;
    line-height: 35px;
    letter-spacing: -0.06px;
    color: #44A2F8;
}

.enrollment-plan-title .center-title .centerbg img {
    width: 20px;
    height: 20px;
}


.enrollment-plan-title .center-title .centerbg {
    margin-top: 13px;
    text-align: center;
    vertical-align: middle;
    display: inline;
    float: left;
    width: 80px;
    height: 40px;
    border-radius: 20px;
    background: linear-gradient(90deg, #4AA4F9 -1%, #4ED9E4 99%);
    border: 1px solid #FFFFFF;

}

.enrollment-plan-title .center-title .right {
    margin-top: 13px;
    margin-left: 92px;
    float: left;
    font-family: PingFangSC;
    font-size: 24px;
    font-weight: normal;
    line-height: 35px;
    letter-spacing: -0.06px;
    color: #44A2F8;

}

.enrollment-plan-title {
    top: 33px;
    width: 1102px;
    height: 60px;
    background: linear-gradient(180deg, #E7EEF9 12%, #FFFFFF 74%);
}

.enrollment-plan-list {
    margin-top: 30px;
    margin-bottom: 27px;
    padding-left: 40px;
}

.enrollment-plan-item {
    text-align: center;
    margin-top: 20px;
    float: left;
    height: 153px;
    width: 600px;
}

.enrollment-plan-item .bottom {
    vertical-align: middle;
    position: absolute;
    bottom: 0px;
    left: 207px;
    width: 90.82px;
    height: 40px;
    border-radius: 45px;
    box-sizing: border-box;
    border: 2px solid #0752C9;

    font-family: PingFangSC;
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.06px;
    color: #0752C9;
}

.enrollment-plan-item .left {
    border-radius: 15px;
    display: inline-block;
    float: left;
    width: 239.58px;
    height: 97.02px;
    background: linear-gradient(101deg, #3C9EF8 3%, #BCDBFF 96%);
}

.enrollment-plan-item .left .name {
    margin-top: 11px;
    font-family: PingFangSC;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -0.06px;
    color: #FFFFFF;
}

.enrollment-plan-item .left .divider {
    width: 193.3px;
    border: 1px dashed #FFFFFF;
}

.enrollment-plan-item .left .summary {
    margin-top: 9.5px;
    font-family: PingFangSC;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.04px;
    color: #FFFFFF;
}

.enrollment-plan-item .mid img {
    width: 15px;
    height: 15px;
}

.enrollment-plan-item .mid {
    z-index: 2;
    left: -20px;
    margin-top: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 20px;
    background: linear-gradient(90deg, #4AA4F9 -1%, #4ED9E4 99%);
    border: 1px solid #FFFFFF;
    width: 80px;
    height: 40px;
    float: left;
}

.enrollment-plan-item .right {
    z-index: 1;
    left: -40px;
    border-radius: 15px;
    display: inline-block;
    float: left;
    width: 239.58px;
    height: 97.02px;
    background: linear-gradient(76deg, #5BE1E3 2%, #26BFE7 92%);
}


.enrollment-plan-item .right .name {
    margin-top: 11px;
    font-family: PingFangSC;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -0.06px;
    color: #FFFFFF;
}

.enrollment-plan-item .right .divider {
    width: 193.3px;
    border: 1px dashed #FFFFFF;
}

.enrollment-plan-item .right .summary {
    margin-top: 9.5px;
    font-family: PingFangSC;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.04px;
    color: #FFFFFF;
}


.admission-guide {
    margin-top: 20px;
}

.admission-guide-box {
    min-height: 306px;
    bottom: 9px;
    border-radius: 15px;
    background: #FFFFFF;
    padding-bottom: 22px;
}


.guide-item-list {
    width: 1200px;
}

.guide-item-list li {
    margin-top: 29px;
    margin-left: 46px;

}


.guide-item-list li p {
    margin-right: 19px;
    margin-bottom: 16px;
    float: left;
    width: 540px;
    height: 60px;
    border-radius: 10px;
    background: #EBF5FF;
    box-sizing: border-box;
    border: 1px solid #3D9EF8;
    display: block;
    line-height: 60px;
    font-family: PingFangSC;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    letter-spacing: -0.05px;
    color: #666666;
}




.admission-guide-box .bd ul li.on {
    background: #3D9EF8;
}


.admission-guide-box .bd {
    bottom: 22px;
    width: 1200px;
    overflow: hidden;
    margin-top: 31px;
    font-size: 0;
    text-align: center;
}

.admission-guide-box .bd ul li {
    width: 12px;
    height: 12px;
    background: #EBF5FF;
    border-radius: 50%;
    margin: 0 7px;
    display: inline-block;
    cursor: pointer;
}

.middlebox {
    width: 100%;
    height: 282px;
    background: linear-gradient(180deg, #B3E7FF 0%, #CEE8FB 29%, rgba(213, 233, 250, 0) 100%);
}



.newsContent {
    top: -200px;
    padding-top: 74px;
    width: 1148px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 2px 14px 4px rgba(221, 238, 250, 0.4613);
}

.newsContent .title {
    margin-right: 151px;
    margin-left: 101px;
    width: 896px;
    font-family: PingFangSC;
    font-size: 40px;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
    letter-spacing: normal;
    color: #333333;
}

.newsContent .divider {
    margin-top: 74px;
    margin-left: 101px;
    width: 906px;
    border: 1px solid #D4D4D4;
}

.newsContent .content {
    margin-top: 76px;
    margin-right: 141px;
    margin-left: 101px;
    width: 906px;
    padding-bottom: 309px;
    font-family: PingFangSC;
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: normal;
    color: #333333;
}