@charset "UTF-8";
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

fieldset, img, input, button, select {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
}

input, button {
    padding-top: 0;
    padding-bottom: 0;
    font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}

button {
    cursor: pointer;
    background: transparent;
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 14px;
    margin: 0;
    background: transparent;
    min-width: 0;
}

textarea {
    resize: none;
    font-family: "Microsoft YaHei";
    outline-style: none;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

table {
    border-collapse: collapse;
}

body {
    font: 14px/150% ;
    font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    color: #000;
    background-color: #f8f8f8;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

em, i, u {
    font-style: normal;
    text-decoration: none;
}

.inner {
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
}

.base_div {
    background-color: #fff;
    border-radius: 16px;
    margin-top: 20px;
}

.margt {
    margin-top: 20px;
}

.no_margt {
    margin-top: 0;
}

/* 高考资讯 */

.header {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 4px 9px 0px rgb(69 69 69 / 8%);
}

.logo {
    float: left;
    line-height: 75px;
}

.logo img {
    display: block;
    height: 31px;
    margin: 22px 0;
}

.nav {
    float: left;
    overflow: hidden;
    padding-left: 10px;
}

.nav li {
    float: left;
    height: 75px;
    margin-left: 40px;
}

.nav li>a {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    padding: 0 10px;
    margin-top: 24px;
    border-radius: 100px;
    transition: all .2s;
}

.nav li:hover>a {
    color: #fff;
    background-color: #34C5BE;
}

.header_search {
    float: right;
    border-radius: 100px;
    border: 1px solid #34c5be;
    margin-top: 21px;
    overflow: hidden;
}

.header_search input {
    float: left;
    font-size: 14px;
    line-height: 32px;
    color: #333;
    width: 165px;
    padding: 0 25px;
    box-sizing: border-box;
}

.header_search input::placeholder {
    color: #757575;
}

.header_search button {
    float: left;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    width: 54px;
    text-align: center;
    background-color: #34c5be;
    transition: all .2s;
}

.header_search button:hover {
    background-color: #01afa7;
}

.content {
    padding-bottom: 46px;
}

.content_left {
    float: left;
    width: 812px;
}

.tit1 {
    font-size: 28px;
    line-height: 106px;
    color: #333333;
    font-weight: bold;
}

.exam_info_list a {
    display: block;
    background-color: #fff;
    border-radius: 16px;
    padding: 27px 0 35px 19px;
    overflow: hidden;
    margin-bottom: 20px;
}

.exam_info_list a:last-child {
    margin-bottom: 0;
}

.exam_info_list_img {
    float: left;
    width: 168px;
    height: 137px;
    border-radius: 10px;
    margin-right: 20px;
    overflow: hidden;
}

.exam_info_list_img img {
    width: 100%;
    height: 100%;
    transition: all .2s;
}

.exam_info_list_con {
    float: left;
    width: 570px;
}

.exam_info_list_con h3 {
    overflow: hidden;
}

.exam_info_list_con h3 i {
    float: left;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .2s;
}

.exam_info_list_con h3 button {
    float: right;
    font-size: 16px;
    line-height: 29px;
    color: #fff;
    border-radius: 6px;
    background-color: #34c5be;
    width: 69px;
    text-align: center;
}

.exam_info_list_con h3 button:hover {
    background-color: #01afa7;
}

.exam_info_list_con p {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 17px;
}

.exam_info_list a:hover .exam_info_list_img img {
    transform: scale(1.1);
}

.exam_info_list a:hover .exam_info_list_con h3 i {
    color: #34c5be;
}

.pagination {
    padding: 50px 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
    font-size: 14px;
    line-height: 37px;
    color: #333333;
    padding: 0 14px;
    background-color: #fff;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    margin: 0px;
    margin-left: -5px;
}
.pagination li:last-child {
    border-right: 1px solid #ededed;
}
.pagination li a{
    color: #333333;
}

.pagination li.active {
    color: #fff;
    background-color: #34c5be;
    border-color: #34c5be;
}
.pagination li.disabled {
    color: #cccccc;
}
.pagination h3 {
    display: inline-block;
    font-size: 14px;
    line-height: 39px;
    color: #999999;
}

.pagination input {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    color: #999999;
    background-color: #fff;
    width: 38px;
    text-align: center;
    border: 1px solid #ededed;
    margin: 0 5px;
}

.pagination button {
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    color: #404040;
    background-color: #fff;
    border: 1px solid #ededed;
    text-align: center;
    width: 41px;
    margin-left: 5px;
}

.content_right {
    float: right;
    width: 356px;
}

.recommended {
    background-color: #fff;
    border-radius: 16px;
    padding: 0 20px;
}

.recommended_tit {
    font-size: 22px;
    line-height: 67px;
    color: #333333;
    font-weight: bold;
}

.recommended_list {
    padding-bottom: 4px;
}

.recommended_list a {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.recommended_list_img {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 14px;
}

.recommended_list_img img {
    width: 100%;
    transition: all .2s;
}

.recommended_list_con {
    float: left;
    width: 240px;
}

.recommended_list_con p {
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    transition: all .2s;
}

.recommended_list a:hover .recommended_list_img img {
    transform: scale(1.1);
}

.recommended_list a:hover .recommended_list_con p {
    color: #34c5be;
}

.footer {
    background-color: #FFFFFF;
    padding: 33px 0 17px;
    margin-top: 20px;
}

.footer a {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #666666;
}

.footer a:hover {
    color: #34c5be;
}

/* 关于我们 */

.about_us {
    padding: 40px 0;
}

.about_us_tab {
    float: left;
    width: 297px;
    min-height: 587px;
    background-color: #fff;
}

.about_us_tab li {
    cursor: pointer;
    position: relative;
    font-size: 20px;
    line-height: 79px;
    color: #333333;
    padding: 0 22px;
    font-weight: bold;
    transition: all .2s;
}

.about_us_tab li span {
    display: block;
    padding: 0 24px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    z-index: 1;
}

.about_us_tab li span i {
    float: right;
}

.about_us_tab li::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #34c5be;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s;
    opacity: 0;
}

.about_us_tab li.on::before, .about_us_tab li:hover::before {
    opacity: 1;
}

.about_us_tab li.on, .about_us_tab li:hover {
    color: #fff;
}

.about_us_tab li.on span, .about_us_tab li:hover span {
    border-color: #34c5be;
}

.about_us_con {
    float: right;
    width: 814px;
    min-height: 587px;
    background-color: #fff;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 0 35px;
    display: none;
}

.about_us_con.active {
    display: block;
}

.about_us_con h3 {
    font-size: 20px;
    line-height: 94px;
    color: #333333;
    font-weight: bold;
}

.about_us_con p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    font-weight: 500;
    margin-top: 6px;
}

/* 具体专业 */

.path a {
    float: left;
    font-size: 16px;
    line-height: 74px;
    color: #666666;
}

.path a:hover {
    color: #34c5be;
}

.undergraduate_course {
    margin-top: 0;
    padding: 0 25px 40px;
}

.undergraduate_course_tit {
    text-align: center;
    font-size: 20px;
    line-height: 83px;
    color: #333333;
    border-bottom: 1px solid #dcdcdc;
}

.undergraduate_course_title {
    overflow: hidden;
}

.undergraduate_course_title h2 {
    float: left;
    font-size: 16px;
    line-height: 72px;
    color: #333333;
}

.undergraduate_course_title select {
    float: right;
    font-size: 14px;
    height: 32px;
    width: 88px;
    border-radius: 6px;
    border: 1px solid #eeeeee;
    margin-top: 20px;
}

.undergraduate_course_table {
    width: 100%;
    max-width: 720px;
    border-radius: 16px;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 14%);
    margin: 0 auto;
}

.undergraduate_course_table tr {
    border-bottom: 1px solid #ededed;
}

.undergraduate_course_table tr:last-child {
    border-bottom: 0;
}

.undergraduate_course_table th {
    width: 25%;
    font-size: 14px;
    line-height: 50px;
    color: #333333;
    font-weight: normal;
    border-right: 1px solid #ededed;
    background-color: #f7f7f7;
    box-sizing: border-box;
}

.undergraduate_course_table td {
    width: 25%;
    font-size: 14px;
    line-height: 50px;
    color: #333333;
    text-align: center;
    border-right: 1px solid #ededed;
    box-sizing: border-box;
}

.undergraduate_course_table td a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #34c5be;
    border-radius: 4px;
    border: 1px solid #34c5be;
    width: 51px;
    text-align: center;
    transition: all .2s;
}

.undergraduate_course_table td a:hover {
    color: #fff;
    background-color: #34c5be;
}

.undergraduate_course_table th:last-child, .undergraduate_course_table td:last-child {
    border-right: 0;
}
.school-majors-tables {
    width: 100%;
    min-width: 720px;
    border-radius: 16px;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 14%);
    margin: 0 auto;
}

.school-majors-tables tr {
    border-bottom: 1px solid #ededed;
}

.school-majors-tables tr:last-child {
    border-bottom: 0;
}

.school-majors-tables th {
    width: 25%;
    font-size: 14px;
    line-height: 50px;
    color: #333333;
    font-weight: normal;
    border-right: 1px solid #ededed;
    background-color: #f7f7f7;
    box-sizing: border-box;
}

.school-majors-tables td {
    width: 25%;
    font-size: 14px;
    line-height: 50px;
    color: #333333;
    text-align: center;
    border-right: 1px solid #ededed;
    box-sizing: border-box;
}
.school-majors-tables a{
    color: #333333;
}
.school-majors-tables .link {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #34c5be;
    border-radius: 4px;
    border: 1px solid #34c5be;
    width: 51px;
    text-align: center;
    transition: all .2s;
}

.school-majors-tables .link:hover {
    color: #fff;
    background-color: #34c5be;
}

.school-majors-tables th:last-child, .school-majors-tables td:last-child {
    border-right: 0;
}
.school-majors-provinces {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 14%);
    margin: 0 auto;
}
.school-majors-provinces tr {
    border-bottom: 1px solid #ededed;
}
.school-majors-provinces tr:last-child {
    border-bottom: 0;
}
.school-majors-provinces th {
    width: 16.6%;
    font-size: 14px;
    line-height: 50px;
    color: #333333;
    font-weight: normal;
    border-right: 1px solid #ededed;
    background-color: #f7f7f7;
    box-sizing: border-box;
}
.school-majors-provinces td {
    width: 16.6%;
    font-size: 14px;
    line-height: 2.0;
    color: #333333;
    text-align: center;
    border-right: 1px solid #ededed;
    box-sizing: border-box;
}
.school-majors-provinces td a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #34c5be;
    border-radius: 4px;
    border: 1px solid #34c5be;
    width: 51px;
    text-align: center;
    transition: all .2s;
}
.school-majors-provinces td a:hover {
    color: #fff;
    background-color: #34c5be;
}
.school-majors-provinces th:last-child, .school-majors-provinces td:last-child {
    border-right: 0;
}

.fractional_line {
    padding: 0 25px 6px;
}

.fractional_line_txt {
    border-radius: 10px;
    background-color: #f7f7f7;
    min-height: 114px;
    box-sizing: border-box;
    padding: 23px 15px 23px 23px;
}

.fractional_line_txt p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 16px;
}

.choose_region {
    border-radius: 16px;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 14%);
    padding: 0 17px;
    margin-bottom: 24px;
    overflow: hidden;
}

.choose_region h3 {
    float: left;
    font-size: 14px;
    line-height: 61px;
    color: #333;
    width: 79px;
}

.choose_region_list {
    float: left;
    width: 649px;
    padding-bottom: 15px;
    overflow: hidden;
}

.choose_region_list span {
    float: left;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    background-color: #f7f7f7;
    border-radius: 2px;
    width: 60px;
    text-align: center;
    margin: 20px 14px 0 0;
    transition: all .2s;
}

.choose_region_list span.active, .choose_region_list span:hover {
    color: #34c5be;
}

.fractional_line_tips {
    padding: 18px 8px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.all_professional {
    padding: 0 25px 40px;
}

.all_professional_tit {
    text-align: center;
    font-size: 20px;
    line-height: 79px;
    color: #333333;
}

.look_more_btn {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 54px;
    color: #fff;
    border-radius: 6px;
    background-color: #34c5be;
    margin-top: 20px;
}

.look_more_btn:hover {
    background-color: #09b5ad;
}

.leave_message {
    margin: 20px 0 0;
    padding: 0 26px 28px;
}

.leave_message_tit {
    font-size: 18px;
    line-height: 60px;
    color: #333333;
    padding-left: 8px;
    font-weight: bold;
    position: relative;
}

.leave_message_tit::before {
    content: "";
    width: 3px;
    height: 18px;
    background-color: #34c5be;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
}
.leave_message_tit button{
    float: right;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    width: 92px;
    text-align: center;
    background-color: #34c5be;
    border-radius: 6px;
    transition: all .2s;
    margin-top: 14px;
}

.leave_message_form {
    overflow: hidden;
}

.leave_message_form li {
    float: left;
    border-radius: 6px;
    border: 1px solid #d5d5d5;
    padding: 0 18px;
    margin-bottom: 18px;
    overflow: hidden;
}

.leave_message_form li h3 {
    float: left;
    font-size: 16px;
    line-height: 51px;
    color: #333333;
    margin-right: 12px;
}

.leave_message_form li input {
    float: left;
    font-size: 16px;
    line-height: 51px;
    color: #333;
    width: 169px;
}

.leave_message_form li input::placeholder {
    color: #757575;
}

.leave_message_form li:nth-child(2n) {
    float: right;
}

.leave_message_form li.full_li {
    width: 100%;
    border: 0;
    padding: 0;
}

.leave_message_form li.full_li textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    height: 146px;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    border-radius: 6px;
}

.leave_message_form li.full_li textarea::placeholder {
    color: #757575;
}

.leave_message_form li.full_li button {
    float: right;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    width: 92px;
    text-align: center;
    border-radius: 6px;
    background-color: #34c5be;
    margin-top: 14px;
}

.leave_message_form li.full_li button:hover {
    background-color: #09b5ad;
}

.leave_message .look_more_btn {
    margin-top: 30px;
}

.leave_message_list>li {
    border-radius: 6px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #d5d5d5;
    margin-top: 40px;
}

.leave_message_list_top {
    overflow: hidden;
}

.leave_message_list_top>img {
    float: left;
    max-width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}

.leave_message_list_top_txt {
    float: left;
    width: 640px;
}

.leave_message_list_top_txt h3 {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    overflow: hidden;
}

.leave_message_list_top_txt h3 button {
    float: right;
    font-size: 14px;
    line-height: 24px;
    color: #34c5be;
    border: 1px solid #34c5be;
    border-radius: 4px;
    width: 52px;
    text-align: center;
    margin: 2px 0;
    transition: all .2s;
}

.leave_message_list_top_txt h3 button:hover {
    color: #fff;
    background-color: #34c5be;
}

.leave_message_list_top_txt p {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin-top: 14px;
}

.leave_message_list_bottom {
    padding: 0 0 0 62px;
    display: none;
}

.leave_message_list_bottom li {
    min-height: 108px;
    box-sizing: border-box;
    background-color: #f6f6f6;
    padding: 24px 28px;
    border-radius: 6px;
    margin-top: 22px;
    position: relative;
}

.leave_message_list_bottom li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #f6f6f6;
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: 32px;
}

.leave_message_list_bottom li>img {
    float: left;
    max-width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
    object-fit: cover;
}

.leave_message_list_bottom_txt {
    float: left;
    width: 538px;
}

.leave_message_list_bottom_txt h3 {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    overflow: hidden;
}

.leave_message_list_bottom_txt h3 button {
    float: right;
    font-size: 14px;
    line-height: 24px;
    color: #34c5be;
    border: 1px solid #34c5be;
    border-radius: 4px;
    width: 52px;
    text-align: center;
    margin: 2px 0;
    transition: all .2s;
}

.leave_message_list_bottom_txt h3 button:hover {
    color: #fff;
    background-color: #34c5be;
}

.leave_message_list_bottom_txt p {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    margin-top: 12px;
}

.leave_message_list_bottom_txt p span {
    font-size: 18px;
}

.leave_message_list>li>button {
    float: right;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-decoration: underline;
    padding: 0 10px;
    background-color: #34c5be;
    border-radius: 6px;
    margin-top: 16px;
}

/* 首页 */

.index_content {
    padding-bottom: 0;
}

.index_banner {
    background-color: #fff;
    padding: 26px 0 34px;
}

.index_banner_swiper {
    border-radius: 20px;
}

.index_banner_swiper .swiper-slide img {
    width: 1200px;
    height: 344px;
}

.index_banner_swiper .swiper-button-white {
    width: 37px;
    height: 57px;
    margin-top: -29px;
}

.index_banner_swiper .swiper-button-prev {
    left: 20px;
    background: url('../images/index_img2.png') no-repeat;
    background-size: 100% 100%;
}

.index_banner_swiper .swiper-button-next {
    right: 20px;
    background: url('../images/index_img3.png') no-repeat;
    background-size: 100% 100%;
}

.school_daqo {
    padding: 0 25px 36px;
}
.school-videos-play{
    width: 100%;
    height: 460px;
    float: left;
    background-size: 100% 460px;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 460px;
}
.school-videos-play img{
    width: 100px;
}
.title {
    overflow: hidden;
}

.title h2 {
    float: left;
    font-size: 26px;
    line-height: 90px;
    color: #333333;
    font-weight: bold;
}
.bt1{
    float: left!important;
    font-size: 20px!important;
    line-height: 90px!important;
    color: #333333!important;
    font-weight: bold!important;
}
.bt1:hover{
    color: #34c5be!important;
}
.title h2 img {
    height: 20px;
    margin-left: 10px;
}

.title a {
    float: right;
    padding-right: 13px;
    font-size: 16px;
    line-height: 90px;
    color: #333;
    background: url('../images/index_img11.png') no-repeat right center;
    background-size: auto 13px;
}

.title a:hover {
    color: #34c5be;
    background: url('../images/index_img11_on.png') no-repeat right center;
    background-size: auto 13px;
}

.school_daqo_list a {
    float: left;
    width: 166px;
    height: 180px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 16px;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 14%);
    padding-top: 30px;
    margin-right: 30px;
}

.school_daqo_list a:nth-child(6n) {
    margin-right: 0;
}

.school_daqo_list a img {
    height: 58px;
}

.school_daqo_list a h3 {
    font-size: 16px;
    line-height: 42px;
    color: #333333;
    margin-top: 8px;
    margin-left: 8px;
    transition: all .2s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.school_daqo_list a p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.school_daqo_list a p span {
    display: inline-block;
    color: #34c5be;
    border: 1px solid #34c5be;
    padding: 0 10px;
    margin: 0 3px;
    border-radius: 4px;
}

.school_daqo_list a:hover h3 {
    color: #34c5be;
}

.title2 h2 {
    font-size: 20px;
    line-height: 80px;
}
.title2 i {
    font-size: 20px;
    line-height: 80px;
    font-weight: bold;
}
.title2 h2 a{
    font-size: 20px;
}
.title2 a {
    line-height: 80px;
}

.which_good {
    padding: 0 30px;
}

.which_good_list a {
    float: left;
    width: 33.33%;
    text-align: center;
    padding-top: 13px;
}

.which_good_list a>img {
    height: 70px;
}

.which_good_list a p {
    font-size: 16px;
    line-height: 86px;
    height: 86px;
    color: #333;
    transition: all .2s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.which_good_list a p img {
    height: 30px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.which_good_list a:hover p {
    color: #34c5be;
}

.single_action {
    padding: 0 33px 20px;
}

.single_action_tit {
    font-size: 20px;
    line-height: 66px;
    color: #333;
    font-weight: bold;
}
.single_action_tit a{
    color: #333;
}
.single_action_tit img {
    float: left;
    height: 26px;
    margin: 20px 10px 0 0;
}

.single_action_list {
    margin-top: 3px;
}

.single_action_list a {
    float: left;
    width: 50%;
    font-size: 14px;
    line-height: 40px;
    color: #666666;
    box-sizing: border-box;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .2s;
}

.single_action_list a:hover {
    color: #34c5be;
}

.exam_info_list2 a .exam_info_list_con h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}

.exam_info_list2 a .exam_info_list_con p {
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hot_school {
    border-radius: 16px;
    background-color: #fff;
    padding: 16px 28px 18px;
    margin-top: 20px;
}

.hot_school .title h2, .hot_school .title a {
    line-height: 40px;
}

.hot_school_list a {
    display: block;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
}

.hot_school_list a:last-child {
    border-bottom: 0;
}

.hot_school_list a>img {
    float: left;
    max-width: 50px;
    height: 50px;
    margin-right: 10px;
    object-fit: cover;
}

.hot_school_list_con {
    float: left;
    width: 240px;
}

.hot_school_list_con h3 {
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    transition: all .2s;
}

.hot_school_list_con p {
    overflow: hidden;
    margin-top: 9px;
}

.hot_school_list_con p span {
    float: left;
    font-size: 14px;
    line-height: 21px;
    color: #34c5be;
    border-radius: 4px;
    border: 1px solid #34c5be;
    padding: 0 10px;
    margin-right: 8px;
}

.hot_school_list_con p span:last-child {
    margin-right: 0;
}

.hot_school_list a:hover .hot_school_list_con h3 {
    color: #34c5be;
}

.knowledge_base {
    padding: 0 30px;
}

.knowledge_base_list {
    padding: 11px 0 1px;
}

.knowledge_base_list a {
    float: left;
    width: 50%;
    overflow: hidden;
    margin-bottom: 35px;
}

.knowledge_base_list_img {
    float: left;
    width: 121px;
    height: 99px;
    border-radius: 10px;
    margin-right: 18px;
    overflow: hidden;
}

.knowledge_base_list_img img {
    width: 100%;
    height: 100%;
    transition: all .2s;
}

.knowledge_base_list_con {
    float: left;
    width: 400px;
}

.knowledge_base_list_con h3 {
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.knowledge_base_list_con p {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    margin-top: 5px;
}

.knowledge_base_list a:hover .knowledge_base_list_img img {
    transform: scale(1.1);
}

.knowledge_base_list a:hover .knowledge_base_list_con h3 {
    color: #34c5be;
}

.entrance_exam {
    padding: 0 28px 11px;
}

.entrance_exam_list a {
    float: left;
    width: 530px;
    height: 108px;
    box-sizing: border-box;
    padding: 30px 40px 0;
    border-radius: 16px;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 14%);
    margin-bottom: 25px;
}

.entrance_exam_list a:nth-child(2n) {
    float: right;
}

.entrance_exam_list a h3 {
    font-size: 18px;
    line-height: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .2s;
}

.entrance_exam_list a p {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    margin-top: 22px;
}

.entrance_exam_list a:hover h3 {
    color: #34c5be;
}

.frieng_links {
    padding: 0 30px 18px;
    margin-bottom: 30px;
}

.frieng_links_list a {
    float: left;
    font-size: 16px;
    line-height: 46px;
    color: #666666;
    margin-right: 26px;
    transition: all .2s;
}

.frieng_links_list a:hover {
    color: #34c5be;
}

/* 王牌专业 */

.ace_professional_tit {
    text-align: center;
    font-size: 20px;
    line-height: 80px;
    color: #333333;
    font-weight: bold;
}

/* 校园环境 */

.school_sty {
    padding: 0 30px;
}

.school_sty_tit {
    text-align: center;
    font-size: 20px;
    line-height: 84px;
    color: #333;
    font-weight: bold;
}

.school_sty_con {
    min-height: 290px;
}

.school_sty_con p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-top: 20px;
}

.school_sty_con p:first-child {
    margin-top: 0;
}

.school_sty_tips {
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    padding: 20px 0;
}

.school_intr {
    padding: 0 24px 28px;
}

.school_intr_con p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.dormitory_list {
    padding: 7px 0 0;
}

.dormitory_list li {
    float: left;
    margin: 0 35px 24px 0;
    width: 210px;
    height: 130px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.dormitory_list li img {
    width: 100%;
    height: 100%;
    transition: all .2s;
}

.dormitory_list li:hover img {
    transform: scale(1.1);
}

/* 宿舍环境 */

.dormitory_environment_swiper {
    padding-bottom: 10px;
}

.dormitory_environment_swiper .swiper-wrapper img {
    width: 100%;
    height: 500px;
    border-radius: 30px;
}

.dormitory_environment_swiper .swiper-button-white {
    width: 37px;
    height: 57px;
    margin-top: 0;
    top: 222px;
}

.dormitory_environment_swiper .swiper-button-prev {
    left: 18px;
    background: url('../images/index_img2.png') no-repeat;
    background-size: 100% 100%;
}

.dormitory_environment_swiper .swiper-button-next {
    right: 18px;
    background: url('../images/index_img3.png') no-repeat;
    background-size: 100% 100%;
}

.dormitory_environment_swiper_point {
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    margin-top: 10px;
}

.dormitory_environment_swiper_point li {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid transparent;
    margin: 0 5px;
    cursor: pointer;
    opacity: .5;
}

.dormitory_environment_swiper_point li.active {
    opacity: 1;
    border-color: #ff2741;
    box-shadow: 0 3px 8px 0 rgb(255 82 103 / 50%);
}

.dormitory_environment_swiper_point li img {
    width: 100%;
    height: 100%;
}

.school_environment {
    min-height: 325px;
}

.school_sty_tips_l {
    text-align: left;
}

/* 学校大全 */

.recommended_list2 .recommended_list_img {
    width: 73px;
}

.recommended_list2 .recommended_list_con {
    width: 183px;
}

.content_left2 {
    width: 866px;
}

.content_right2 {
    width: 310px;
}

.school_daqo_tab {
    padding: 30px 16px;
}

.school_daqo_tab li {
    overflow: hidden;
}

.school_daqo_tab li h3 {
    float: left;
    width: 88px;
    font-size: 16px;
    line-height: 48px;
    color: #333333;
}

.school_daqo_tab_list {
    float: left;
    width: 746px;
    overflow: hidden;
}

.school_daqo_tab_list a {
    float: left;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    border-radius: 4px;
    padding: 0 5px;
    margin: 11px 13px 11px 0;
}

.school_daqo_tab_list a.on, .school_daqo_tab_list a:hover {
    color: #fff;
    background-color: #34c5be;
}

.tit2 {
    font-size: 20px;
    line-height: 68px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}

.tit2 span {
    color: #34c5be;
}

.university {
    padding: 0 36px;
}

.university_list a {
    display: block;
    padding: 31px 0;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
}

.university_list a>img {
    float: left;
    max-width: 78px;
    height: 78px;
    margin-right: 18px;
    object-fit: cover;
}

.university_list_con {
    float: left;
    width: 698px;
}

.university_list_con h3 {
    overflow: hidden;
}

.university_list_con h3 em {
    float: left;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    transition: all .2s;
}

.university_list_con h3 span {
    float: right;
    overflow: hidden;
}

.university_list_con h3 span i {
    float: left;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    color: #34c5be;
    border-radius: 4px;
    border: 1px solid #34c5be;
    width: 44px;
    text-align: center;
    margin-left: 11px;
    overflow: hidden;
}

.university_list_con p {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 11px;
}

.university_list a:hover .university_list_con h3 em {
    color: #34c5be;
}

.university .pages {
    padding-top: 21px;
}

/* 学校类别 */

.university_list2 a:last-child {
    border-bottom: 0;
}

.university_list2 .university_list_con {
    width: 644px;
}

/* 学校类型 */

.undergraduate_course_table2 th, .undergraduate_course_table td {
    width: 20%;
}

.undergraduate_course2 {
    padding-bottom: 6px;
}

.fractional_line_txt2 {
    min-height: 78px;
    padding-top: 17px;
}

/* 学校推荐详情 */

.which_good_margb {
    margin-bottom: 70px;
}

.ranking {
    padding:32px 32px 32px 33px
}

.ranking_tit {
    text-align: justify;
    font-size: 22px;
    line-height: 32px;
    color: #333;
    font-weight: 500;
    
}

.ranking_list {
    margin-top: 34px;
}

.ranking_list a {
    display: block;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 14%);
    padding: 40px 22px 40px 0;
    margin-bottom: 24px;
}

.ranking_list a>span {
    float: left;
    width: 80px;
    text-align: center;
    line-height: 78px;
}

.ranking_list a>span img {
    height: 45px;
}

.ranking_list a>span i {
    display: inline-block;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    width: 34px;
    text-align: center;
    border-radius: 50%;
    background-color: #34c5be;
    border: 5px solid #40b7cc;
}

.ranking_list a>img {
    float: left;
    max-width: 78px;
    height: 78px;
    margin-right: 18px;
    object-fit: cover;
}

.ranking_list_con {
    float: left;
    width: 544px;
}

.ranking_list_con h3 {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    overflow: hidden;
}

.ranking_list_con h3 button {
    float: right;
    font-size: 14px;
    line-height: 21px;
    color: #34c5be;
    border-radius: 4px;
    border: 1px solid #34c5be;
    padding: 0 10px;
    transition: all .2s;
}

.ranking_list_con h3 button:hover {
    color: #fff;
    background-color: #34c5be;
}

.ranking_list_con p {
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 学校详情 */

.school_info {
    padding: 34px 44px 37px 44px;
    overflow: hidden;
}

.school_info>img {
    float: left;
    max-width: 98px;
    height: 98px;
    margin-right: 35px;
    object-fit: cover;
}

.school_info_con {
    float: left;
    width: 591px;
}

.school_info_con>h3 {
    font-size: 22px;
    line-height: 32px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
}

.school_info_con>h3 button {
    float: right;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    width: 92px;
    text-align: center;
    background-color: #34c5be;
    border-radius: 6px;
    transition: all .2s;
}

.school_info_con>h3 button:hover {
    background-color: #09b5ad;
}



.school_info_con>div {
    font-size: 22px;
    line-height: 32px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
}
.school_info_con>div h1{
    float: left;
    font-weight: bold;
    font-size: 26px;
}
.school_info_con>div button {
    float: right;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    width: 92px;
    text-align: center;
    background-color: #34c5be;
    border-radius: 6px;
    transition: all .2s;
}

.school_info_con>div button:hover {
    background-color: #09b5ad;
}

.school_info_con_list {
    overflow: hidden;
    margin-top: 6px;
}

.school_info_con_list li {
    float: left;
    overflow: hidden;
    margin-right: 40px;
}

.school_info_con_list li h3 {
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #333;
}

.school_info_con_list li p {
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #333;
}
.school_info_con_list li p a{
    color: #333;
}
.school_info_con_list_link {
    float: left;
    width: 481px;
    overflow: hidden;
}

.school_info_con_list_link a {
    float: left;
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    background-color: #f5f5f5;
    border-radius: 100px;
    padding: 0 20px;
    margin: 10px 14px 0 0;
}

.school_info_con_list_link a.on, .school_info_con_list_link a:hover {
    color: #34c5be;
    background-color: #effffe;
}

.school_info_con_list li>a {
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #34c5be;
    transition: all .2s;
}

.school_info_con_list li>a:hover {
    color: #09b5ad;
    text-decoration: underline;
}
.school_info_con_list_a{
    color: #34c5be!important;
}
.school_info_tab_cotainer{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.school_info_tab {
    overflow: hidden;
    padding: 18px 0 18px 45px;
    box-sizing: border-box;
}

.school_info_tab.fix {
    width: 812px;
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 999;
}

.school_info_tab li {
    float: left;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    border-radius: 6px;
    background-color: #f8f8f8;
    width: 109px;
    margin-right: 41px;
    text-align: center;
    cursor: pointer;
}

.school_info_tab li.active {
    color: #fff;
    background-color: #34c5be;
}

.basic_info {
    padding: 0 24px 4px;
}

.basic_info_list {
    overflow: hidden;
}

.basic_info_list li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-bottom: 24px;
}

.basic_info_list li img {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.basic_info_list li.full_li {
    width: 100%;
}

.open_professional {
    padding: 0 24px 26px;
}

.open_professional .undergraduate_course_table {
    margin-top: 6px;
}

.look_complete_btn {
    display: block;
    font-size: 14px;
    line-height: 37px;
    color: #34c5be;
    border-radius: 6px;
    border: 1px solid #34c5be;
    width: 120px;
    text-align: center;
    margin: 18px auto 0;
    transition: all .2s;
}

.look_complete_btn:hover {
    color: #fff;
    background-color: #34c5be;
}

.previous_years {
    padding: 0 24px 45px;
}

.leave_message_tit select {
    float: right;
    font-size: 14px;
    height: 32px;
    width: 88px;
    border-radius: 6px;
    border: 1px solid #eeeeee;
    margin-top: 14px;
}

.previous_years .choose_region {
    margin-top: 16px;
}

.accommodation_environment {
    overflow: hidden;
    margin-top: 8px;
}

.accommodation_environment li {
    float: left;
    width: 210px;
    height: 208px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 35px 0 0;
}

.accommodation_environment li img {
    width: 100%;
    height: 100%;
}

.similar_list {
    padding-bottom: 24px;
}

.similar_list a {
    display: block;
    border-top: 1px solid #dcdcdc;
    padding: 32px 6px 16px;
}

.similar_list_top {
    overflow: hidden;
}

.similar_list_top>img {
    float: left;
    max-width: 60px;
    height: 60px;
    margin-right: 10px;
    object-fit: cover;
}

.similar_list_top_txt {
    float: left;
    width: 234px;
}

.similar_list_top_txt h3 {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    transition: all .2s;
}

.similar_list_top_txt p {
    overflow: hidden;
    margin-top: 12px;
}

.similar_list_top_txt p span {
    float: left;
    font-size: 14px;
    line-height: 21px;
    color: #34c5be;
    border-radius: 4px;
    border: 1px solid #34c5be;
    padding: 0 10px;
    margin-right: 8px;
}

.similar_list_top_txt p span:last-child {
    margin-right: 0;
}

.similar_list_bottom {
    margin-top: 10px;
}

.similar_list_bottom p {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    max-height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.similar_list a:hover .similar_list_top_txt h3 {
    color: #34c5be;
}

/* 学校性质 */

.school_details {
    padding: 0 30px 24px 20px;
}

.school_details_con {
    overflow: hidden;
}

.school_details_con>img {
    float: left;
    max-width: 128px;
    height: 128px;
    margin: 12px 28px 0 0;
    object-fit: cover;
}

.school_details_con_info {
    float: left;
    width: 606px;
}

.school_details_con_info_txt {
    border-radius: 12px;
    background-color: #f7f7f7;
    padding: 12px 18px;
}

.school_details_con_info_txt p {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.school_details_con_info_list {
    overflow: hidden;
}

.school_details_con_info_list li {
    float: left;
    width: 33.33%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.school_details_con_info_list li a{
    color: #333333;
}
.school_details_con_info_list li img {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/* 专业大全 */

.professional_books {
    padding: 0 34px 6px;
}

/* 资讯详情 */

.school_list_details {
    padding: 32px 32px 32px 33px;
}

.school_list_details_txt>img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

.school_list_details_txt>p {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
    margin-top: 16px;
}

.school_list_details_txt iframe {
    width: 100% !important;
    min-height: 400px;
}

.school_list_details_txt_tips {
    text-align: center;
    font-size: 14px;
    line-height: 56px;
    color: #666666;
}
.school_list_details_txt_tips a{
    color: #63c2bd;
}

.school_list_details_txt> h2{
 font-size: 18px;
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    border-left: 7px solid #63c3bd;
}

/*advertisement start*/
.ad-cotainer{
    width: 100%;
    padding: 15px 0 15px 30px;
    background-color: #f5f9fa;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    margin: 30px 0 15px 0;
}
.ad-cotainer img{
    width: 173px;
    height: 173px;
}
.ad-info{
    height: 173px;
    flex: 1;
    padding: 0 83px 0 50px;
    background-image: url(/images/ad-logo-1-3.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 83px auto;
}
.ad-title{
    height: 80px;
    line-height: 40px;
    font-size: 22px;
}
.ad-download{
    height: 100px;
    width: 100%;
    display: flex;
    flex-direction: row;
    font-size: 15px;
    margin-bottom: 15px;
    align-items: center;
    text-decoration: none;
}
.ad-button{
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    background-color: #ff3c5a;
    font-size: 18px;
    border-radius: 5px;
    padding: 0 43px;
    margin-right: 10px;
}
.ad-price s{
    color: #999999;
    padding-left: 20px;
    font-size: 18px;
    height: 25px;
    line-height: 25px;
}
.ad-notice{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 5px;
}
.ad-notice:before{
    width: 0;
    height: 0;
    content: "";
    border: 13px solid #f5f9fa;
    border-right-color: #53b5ff;
}
.ad-notice font{
    background-color: #53b5ff;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 20px 0 5px;
    border-radius: 0px 26px 26px 0;
}
/*advertisement end*/
