.container {
    position: relative;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
}

.head_header {
    height: 89px;
    border-bottom: 1px solid rgba(240, 240, 240, 1);
}

.head_header>div {
    height: 100%;
}

.mt0auto {
    margin: 0 auto;
}

.aic {
    display: flex;
    align-items: center;
}

.logo_a {
    width: 200px;
}

.nav-ul {
    min-width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
}

.nav-li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    line-height: 60px;
}

.nav-li-a {
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 89px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.nav-li-dl {
    display: block;
    position: absolute;
    left: 0;
    top: 65px;
    min-width: 100%;
    line-height: 36px;
    /* padding: 5px 0; */
    box-shadow: 0 2px 4px #0000001f;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    z-index: 100;
    border-radius: 2px;
    white-space: nowrap;
}

.hidden {
    display: none;
}

.nav-li-dl dd {
    position: relative;
}

.nav-li-dl a {
    display: block;
    padding: 0 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.nav-li:hover .nav-li-dl {
    display: block;
}

.nav-li-dl>dd>a:hover {
    color: #fff;
    background: #2660ac;
}

.arrup {
    display: inline-block;
    width: 14px;
    height: 7px;
    background: url(../img/xia.png) no-repeat center center;
    background-size: 100%;
    vertical-align: 3px;
}

.top_sear_box {
    width: 200px;
    height: 75px;

}

.sear_inp {
    width: 125px;
    height: 32px;
    border: 1px solid rgba(240, 240, 240, 1);
    box-sizing: border-box;
    padding: 0 5px;
}

.top_sear_sub {
    outline: none;
    width: 71px;
    height: 32px;
    background: rgba(26, 26, 26, 1);
    text-align: center;
    line-height: 32px;
    color: #fff;
}

.classify {
    margin: 20px auto;
}

.classify>.fl>.fl {
    width: 160px;
    height: 335px;
    background: #305fa6;
    padding: 20px;
}

.classify>.fl>.fl h3 {
    color: #fff;
    margin-bottom: 20px;
}

.classify_con {
    width: 157px;
}

.border-botom {
    border-bottom: 1px solid #fff;
}

.classify_con>dt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.classify_con>dd {
    float: left;
    margin-right: 20px;
    margin-bottom: 12px;
}

.classify_con>dd:nth-child(4n) {
    margin-right: 0px;
}

.classify_con>dd>a {
    font-size: 12px;
    color: #fff;
}

.index-banner {
    width: 730px;
}

.classify div.fr img {
    width: 730px;
    height: 375px;
}

.index-consult {
    width: 250px;
    /* height: 375px; */
    border: 1px solid rgba(240, 240, 240, 1);
}

.c-left {
    width: 935px;
}

.internationBox {
    width: 935px;
}

.internationBox-title {
    width: 120px;
}

.internationBox-nav {
    width: 785px;
}

.internationBox-more {
    width: 45px;
}

.current {
    color: #305fa6 !important;
    font-weight: bold;
}

.schoolbox>div:nth-child(3n) {
    margin-right: 0px;
}

.school {
    width: 295px;
    height: 300px;
    /* border: 1px solid rgba(240, 240, 240, 1); */
}

.school-logo {
    width:100%;
    max-height:150px;
}

.school-name {
    width: 270px;
    height: 30px;
}

.school-desc {
    /* height:55px; */
    width: 270px;
}

.school-type {
    height: 20px;
}

.hotbox {
    width: 935px;
}

.hotbox-title {
    width: 885px;
}

.hotarticle {
    width: 935px;
}

.hotchild-box {
    width: 635px;
}

.hotchild-box>a:nth-child(2n) {
    margin-right: 0px;
}

.hotchild {
    width: 295px;
    height: 40px;
    line-height: 40px;
}

.c-right {
    width: 250px;
    /* border: 1px solid rgba(240, 240, 240, 1); */
}

.openday {
    width: 250px;
    /* height:540px; */
    border: 1px solid rgba(240, 240, 240, 1);
}

.openday-a {
    width: 70px;
    height: 40px;
}

.openday-li {
    margin-bottom: 10px;
}

.openday-div {
    width: 160px;
    /* height:40px; */
    line-height: 20px;
}

.coursebox {
    width: 250px;
    /* height:235px; */
    border: 1px solid rgba(240, 240, 240, 1);
}

.coursebox-li {
    width: 68px;
    height: 30px;
    border: 1px solid rgba(240, 240, 240, 1);
}

.coursebox-list>li:nth-child(3n) {
    margin-right: 0px;
}

.competionbox {
    width: 250px;
    /* height:700px; */
    border: 1px solid rgba(240, 240, 240, 1);
}

.competionbox-li {
    width: 230px;
    height: 40px;
    border: 1px solid rgba(240, 240, 240, 1);
}

footer {
    background: #212328;
}

.ft_center {
    padding: 36px 0;
    background: #212328;
}

.center_right>div {
    margin-right: 4px;
}

.last-footer-div {
    margin-right: 0 !important;
}

.ft_b {
    padding: 15px 0;
}

.bg00 {
    background: #000;
}

.ft_ab {
    width: 40%;
}

.ft_ab a {
    color: #949498;
    font-size: 12px;
    margin-right: 20px;
}

.ft_copy {
    color: #949498;
    font-size: 12px;
}

.ft_copy {
    color: #949498;
    font-size: 12px;
}

.f_nav {
    width: 800px;
}

.f_nav_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
    text-align: center;
    line-height: 30px;
}

.foot_logo {
    width: 120px;
}

.foot_right {
    width: 360px;
}

.foot-img {
    width: 160px;
    height: 160px;
}

.sec_f a {
    color: #979595;
    text-decoration: none;
}

.articlebox-list-child {
    border: 1px solid rgba(240, 240, 240, 1);
}

.article-child-img {
    width: 300px;
    height: 150px;
}

.article-child-title {
    width: 610px;
    height: 38px;
    line-height: 30px;
}

.article-child-desc {
    width: 610px;
    height: 70px;
    line-height: 22px;
}

.article-right {
    width: 250px;
    border: 1px solid rgba(240, 240, 240, 1);
}

.bread {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 30px;
    font-size: 14px;
    margin: 0 auto;
    /* border-bottom: 1px solid #f5f5f5; */
}

.bread>a {
    color: #999;
}

.bread>span {
    margin: 0 5px;
}

.sin_btn {
    width: 230px;
    height: 36px;
    background: #2660ac;
    border-radius: 4px;
    margin: 0 10px 10px 10px;
    text-align: center;
    line-height: 36px;
    color: #fff;
}

.intschool-info {
    width: 250px;
    height: 375px;
    border: 1px solid rgba(240, 240, 240, 1);
}

.ht_news {
    padding: 15px 10px;
    width: 230px;
}

.right_new {
    width: 220px;
    padding: 5px 0;
    border-top: 1px solid #EEEEEE;
    margin-top: 10px;
}

.right_new>a {
    width: 220px;
}

.intschoolBox-title {
    width: 100px;
}

.intschoolBox-nav {
    width: 1055px;
}

.intschoolBox-more {
    width: 60px;
}

.intschool {
    width: 283px;
    height: 300px;
    border: 1px solid rgba(240, 240, 240, 1);
}

.intschool-logo {
    width: 283px;
    height: 150px;
}

.intschool:nth-child(4n) {
    margin-right: 0px;
}

.school-child-desc {
    width: 500px;
    height: 50px;
    line-height: 22px;
}

.school-child-title {
    width: 500px;
    height: 38px;
    line-height: 30px;
}

.sch {
    height: 70px;
}

.sd,
.ck {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    line-height: 20px;
    border: 1px solid rgba(240, 240, 240, 1);
}

.adv-img {
    width: 250px;
    height: 250px;
}

.sd-lb {
    width: 935px;
    height: 340px;
}

.school-lb {
    width: 935px;
    height: 340px;
    position: relative;
    overflow: hidden;
}

.sdbox {
    border: 1px solid rgba(240, 240, 240, 1);
}

.sd-first {
    width: 400px;
}

.sd-second {
    width: 515px;
}

.courseBox {
    width: 170px;
    height: 355px;
    padding: 10px;
    border: 1px solid rgba(240, 240, 240, 1);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.courseBox-div {
    width: 70px;
    /* height:95px;    */
    display: flex;
    justify-content: inherit;
}

.coursesign {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.intcourse {
    width: 285px;
    height: 245px;
    /* border: 1px solid rgba(240, 240, 240, 1); */
}

.intcourse:nth-child(4n) {
    margin-right: 0px;
}

.inteacher {
    width: 285px;
    height: 330px;
    /* border: 1px solid rgba(240, 240, 240, 1); */
}

.inteacher-logo {
    width: 285px;
    height: 283px;
}

.cd-img {
    width: 400px;
    height: 200px;
}

.cd-consult {
    width: 510px;
    height: 60px;
}

.cd-zixun {
    width: 75px;
    height: 30px;
    text-align: center;
    border: 1px solid rgba(240, 240, 240, 1);
}

.cd-dsc {
    width: 510px;
    height: 90px;
}

.cd-p-t {
    height: 40px;
}

.lan-course {
    width: 295px;
    height: 250px;
}

.com-banner,
.com-banner img {
    width: 1000px;
    height: 375px;
}

.compet {
    width: 295px;
    height: 220px;
    /* border: 1px solid rgba(240, 240, 240, 1); */
}

.compet-logo {
    width: 295px;
    height: 150px;
}

.compet-name {
    width: 200px;
    height: 30px;
}

.compet-time {
    height: 30px;
    font-weight: bold;
    line-height: 20px;
}

.compet-px {
    width: 295px;
    height: 235px;
    /* border: 1px solid rgba(240, 240, 240, 1);  */
}

.compet:nth-child(3n),
.compet-px:nth-child(3n) {
    margin-right: 0px !important;
}

.compet-list-banner,
.compet-list-banner img {
    width: 925px;
    height: 375px;
}

.compet-list-data {
    width: 295px;
    height: 150px;
}

.compet-list-logo {
    width: 295px;
    height: 150px;
}

.compet-list-data:nth-child(3n) {
    margin-right: 0px;
}

.compet-guide {
    width: 250px;
    height: 220px;
    border: 1px solid rgba(240, 240, 240, 1);
}

.compet-guide-div {
    width: 83px;
    height: 95px;
}

.hotsearch {
    width: 250px;
    min-height: 250px;
    border: 1px solid rgba(240, 240, 240, 1);
    /* 控制盒子模型border2px */
    box-sizing: border-box;
}

.hotsearch-li {
    width: 101px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(240, 240, 240, 1);
}

.hotsearch>ul>li:nth-child(2n) {
    margin-right: 0px;
}

.abroad-list-data {
    width: 137px;
    height: 75px;
}

.abroad-list-logo {
    width: 137px;
    height: 75px;
}

.abroad-list-data:nth-child(6n) {
    margin-right: 0px;
}

.applyguide {
    width: 170px;
    height: 300px;
    margin-right: 82px;
    /* border: 1px solid rgba(240, 240, 240, 1); */
}

.applyguide:nth-child(4n) {
    margin-right: 0px;
}

.applyguide-logo {
    width: 170px;
    height: 170px;
}

.applyguide-name {
    width: 170px;
    height: 20px;
}

.applyguide-desc {
    width: 170px;
    height: 50px;
}

.undergraduate {
    width: 294px;
    height: 160px;
    border: 1px solid rgba(240, 240, 240, 1);
}

.undergraduate:nth-child(3n) {
    margin-right: 0px;
}

.undergraduate-first {
    width: 95px;
}

.undergraduate-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.undergraduate-name,
.undergraduate-name a,
.undergraduate-name div {
    width: 185px;
}

.search-div {
    width: 935px;
    min-height: 40px;
    line-height: 40px;
}

.diqu-div {
    width: 745px;
}

.search-div-first {
    width: 80px;
}

.search-div-second {
    width: 855px;
}

/* .search-div-second>a{
    width:70px;
} */
.search-active {
    width: 70px;
    height: 28px;
    background: #2660ac;
    border-radius: 3px;
    border: 1px solid #2660ac;
    text-align: center;
    line-height: 28px;
    color: #fff;
    margin-right: 25px
}

.code-input {
    width: 150px !important;
}

.code-img {
    width: 73px;
    height: 36px;
}

.obtain {
    /* width: 250px; */
    border: 1px solid rgba(240, 240, 240, 1);
}

.i_banner {
    width: 100%;
    height: 230px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}

.bg-img {
    width: 1200px;
    height: 230px;
    position: absolute;
}

.i_banner p {
    padding-top: 40px;
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 48px;
    color: #fff;
    position: relative;
}

.i_banner a.i_ban_btn {
    width: 300px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    padding: 8px 12px;
    background: #c83d2f;
    position: relative;
}

.loc-main {
    padding: 0 120px;
}

.alert {
    width: 80%;
    margin: 0 auto 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 12px;
    border: 1px solid #d9d9d9;
    background: #eee;
}

.loc-main h3 {
    font-size: 14px;
    line-height: 26px;
    color: #223648;
}

.loc-main h3 i.intention {
    background-position: -435px 0;
}

.loc-main h3 i {
    width: 26px;
    height: 26px;
    float: left;
    margin-right: 12px;
}

i {
    display: inline-block;
    overflow: hidden;
    background: url(../img/icon.png) no-repeat;
}

.loc-select {
    margin-bottom: 28px;
    padding: 20px 0px;
}

.loc-select .selectOne,
.loc-select .selectTwo,
.loc-select .inputtwo {
    width: 155px;
    padding: 8px;
    margin-right: 12px;
    border: 1px solid rgb(161 153 153);
}

.loc-main h3 i.data {
    background-position: -435px -26px;
}

.text-cen {
    text-align: center;
}

.btn-big {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    color: #223648;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    background: #fff;
    font-weight: bold;
    border: 2px solid rgb(161 153 153);
}

.ljbm {
    width: 90px;
    border: 1px solid #837e7e;
}

.detail_content {
    background: rgba(46, 46, 53, 1);
}

.main_content {
    width: 1180px;
    margin: 0 auto;
}

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial;
}

.player-container-id-dimensions {
    width: 800px;
    height: 600px;
}

.title_teacher {
    width: 800px;
}

.jcsb {
    justify-content: space-between;
}

.aic {
    align-items: center;
}

.title_teacher_box {
    width: 800px;
}

.class_title {
    font-size: 20px;
    font-weight: 500;
    color: rgba(230, 230, 230, 1);
    line-height: 28px;
}

.aic {
    align-items: center;
}

.teacher_img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.teacher_name {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 17px;
}

.class_detail_main {
    font-size: 12px;
    font-weight: 400;
    color: rgba(230, 230, 230, 1);
    line-height: 20px;
}

.class_detail_adv {
    width: 301px;
    height: 110px;
    padding: 10px;
    box-sizing: border-box;
    background: linear-gradient(213deg, rgba(73, 123, 203, 1) 0%, rgba(58, 96, 193, 1) 100%);
}

.class_detail_adv_l {
    width: 186px;
}

.detail_adv_title {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
}

.detail_adv_content {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
}

.class_detail_adv_r img {
    width: 80px;
    height: 80px;
}



/**
 *    ADD CSS 
 *    BY: MehrLicht  
 *    date: 2023.10.08 
 **/
.text_flow {
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_flow1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text_flow2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text_flow3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text_flow4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.text_flow5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text_flow6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.school_sear_sub {
    outline: none;
    width: 71px;
    height: 32px;
    background: #2660ac;
    text-align: center;
    line-height: 32px;
    color: #fff;
}

.sch_border_botom {
    border-bottom: 1px solid #eee;
}

.A3A3A3 {
    color: #A3A3A3;
}

.competionbox-div {
    width: 230px;
    /* height:25px; */
    display: flex;
    justify-content: flex-start;
}

.competionbox-sp {
    width: 45px;
    height: 25px;
}

.internationBox-nav>a:hover {
    color: #305fa6;
}

.teamimg {
    width: 80px;
    height: 80px;
    border-radius: 40px;
}

.enlist {
    width: 75px;
    height: 29px;
    background: rgba(74, 144, 226, 1);
    border-radius: 3px;
    text-align: center;
    line-height: 29px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(74, 144, 226, 1);
}

.pcolor {
    color: #f31f0c;
}

.enlist:hover {
    color: #fff !important;
}

.bottom_show {
    position: relative;
}

.bottom_show_box {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
}

.teach-lists {
    margin-top: 147px;
    background: rgba(250, 250, 250, 1);
    height: 238px;
}

.teach-lists ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index_item_teacher {
    width: 280px;
    height: 315px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
    margin-top: -127px;
    text-align: center;
    padding-top: 25px;
    box-sizing: border-box;
}

.index_item_teacher a img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.item_teacher_name {
    font-size: 18px;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
}

.item_teacher_detail>span {
    width: 20px;
    height: 3px;
    background: rgba(255, 212, 38, 1);
    border-radius: 2px;
    margin: 15px auto 0;
    display: block;
}

.crumb2 a,
span {
    color: #9b9b9b;
}

.item_teacher_post {
    font-size: 12px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.index_item_teacher_main {
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
    overflow: hidden;
    height: 100px;
}

.school-child-div {
    width: 295px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.school-a {
    width: 160px;
    height: 80px;
}

.school-a-img {
    max-width: 160px;
    max-height: 80px;
    display: flex;
    align-items: center;
}

.compet-span {
    position: relative;
    top: -100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 22px;
    padding: 0 15px;
}
.student {
    width: 200px;
}
.s-cont{
    width:180px;
    position: absolute;
    color: #fff;
    font-weight: bold;
}
.student-img{
    width: 200px;
    height:180px;
}
.process-img {
    width: 800px;
}
.s-l-box{
    width: 295px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s-child-div{
    width: 300px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s-child-img{
    width: 100%;
    max-height: 150px;
}
.openday-a{
    width:70px;
    height:40px;
}
.openday-a-img {
    width: 100%;
}
.pr-info{
    width: 285px;
    height: 300px;
}
.pr-info:nth-child(4n){
    margin-right: 0px;
}