html {
    font-size: 100px;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container {
    width: 100%;
    /* 高度暂时固定 */
    /* height: 2500px; */
}

.topContent {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 65%;
    /* 此处高度暂时写死 */
    /* height: 400px; */
}

.topContentLeft {
    width: 12%;
    /* 此处高度有待商榷 */
    /* height: 100%; */
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    background-color: #4353A0;
}

.navigation img {
    padding: 0 5px;
    width: 16px;
    height: 16px;
}

.navigation p {
    font-size: 16px;
    color: #fff;
    line-height: 44px;
}

.className {
    width: 100%;
    /* 此处高度暂时写死 */
    height: 356px;
    background-color: #475AB3;
    /* border-right: 1px solid #475AB3;
    border-left: 1px solid #475AB3; */
}

.className p {
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 98.5%;
    height: 44px;
    color: #fff;
    background-color: #475AB3;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: 1px solid #475AB3;
    border-right: 1px solid #475AB3;
}

.className p .active {
    margin: 0 auto;
    width: 99%;
    height: 44px;
    background-color: #fff;
    line-height: 44px;
    font-size: 14px;
    text-align: center;
}

.topContentRight {
    width: 88%;
    height: 100%;
}

/* 右部 */
.navigationRight {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    /* background-color: skyblue; */
    border-bottom: 2px solid #475AB3;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    margin-bottom: 15px;
}

.navigationRight span {
    width: 12.5%;
    cursor: pointer;
    /* display: inline-block; */
    /* height: 15px; */
    font-size: 15px;
    /* line-height: 15px; */
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navigationRight nav {
    margin: 0 10px;
    width: 2px;
    height: 15px;
    background-color: #000;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}


.navigationRightImageBox {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 340px;
}

/* 轮播图的大盒子 */
.navigationRightLeft {
    width: 74.5%;
    height: 340px;
    margin-left: 6px;
    /* margin-top: 2px; */
}

.totationBox {
    width: 100%;
    height: 340px;
    position: relative;
    overflow: hidden;
}

.totationUl {
    width: 600%;
    height: 340px;
    position: relative;
    top: 0;
    left: 0;
}

.totationUl li {
    width: 16.665889%;
    float: left;
}

.totationUl img {
    width: 100%;
    height: 340px;
}

.circle {
    position: absolute;
    bottom: 10px;
    left: 45%;
}

.circle li {
    float: left;
    width: 8px;
    height: 8px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    margin: 0 3px;
    border-radius: 50%;
    cursor: pointer;
}

/* 轮播图左右箭头 */
.arrow-l,
.arrow-r {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 24px;
    height: 40px;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-family: 'icomoon';
    font-size: 18px;
    z-index: 2;
}

.leftjiantou {
    width: 20px;
    height: 20px;
}

.rightjiantou {
    width: 20px;
    height: 20px;
}

.arrow-r {
    right: 0;
}


/* 当前的小圆圈的样式 */
.current {
    background-color: #475AB3;
}



/* 在线留言盒子 */
.message {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: -1px;
    width: 22%;
    height: 99%;
    border: 1px solid #ccc;
    background-color: #F8F8F8;
}

.messageHeader {
    width: 100%;
    height: 38px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    color: #222;
    text-align: center;
    line-height: 38px;
}

.messageSpan_user {
    margin: 0 auto;
    width: 95%;
    height: 30px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.messageSpan_type {
    margin: 0 auto;
    width: 95%;
    height: 30px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.messageSpan_email {
    margin: 0 auto;
    width: 95%;
    height: 30px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.messageSpan_message {
    margin: 0 auto;
    width: 95%;
    height: 30px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}



.messageInput {
    margin: 0 auto;
    width: 95%;
    height: 32px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    background-color: #F8F8F8;
    outline: none;
    /* background-color: pink; */
    padding: 0 5px;

}

.messageSend {
    cursor: pointer;
    margin: 0 auto;
    margin-top: 10px;
    width: 80px;
    height: 24px;
    font-size: 16px;
    border: 1px solid #FF8400;
    color: #FF8400;
    text-align: center;
    line-height: 24px;
}


/* 课程图片展示模块 */

.classShowBox {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 30px;
    width: 65%;
    height: 150px;
    align-items: center;
    /* display: none; */
}
.classShowBoxs {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 30px;
    width: 65%;
    height: 150px;
    display: none;
} 

.jingpin {
    width: 180px;
    height: 96%;
}
.jingpins{
    /* margin-top: 2px; */
    margin-left: 5px;
    width: 176px;
    height: 100%;
}
.jingpins img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.jingpin img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.otherImages{
    margin: 2px 0;
    width: 149px;
    height: 146px;
}
.otherImages img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.otherImage {
    margin: 2px 0;
    width: 150px;
    height: 146px;
}

.otherImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* 中间的广告部分 */
.advertising {
    display: flex;
    margin: 0 auto;
    margin-top: 30px;
    width: 65%;
    height: 80px;
    /* background-color: pink; */
    /* display: none; */
}

.advertisings {
    display: flex;
    margin: 0 auto;
    margin-top: 30px;
    width: 65%;
    height: 80px;
    display: none;
    /* background-color: pink; */
}
.advertisings img{
    width: 100%;
    height: 100%;
}
.advertising img {
    width: 100%;
    height: 100%;
}


/* 猜你喜欢模块 */
.guesslikeBox {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 30px;
    width: 65%;
    height: 350px;
    background-color: #EEF6FF;
}

/* 猜你喜欢的左部 */
.guessLikeLeft {
    width: 15%;
    height: 350px;
    /* background-color: yellow; */
}
.guessLikeLefts {
    width: 15%;
    height: 350px;
    display: none;
    /* background-color: yellow; */
}
.guessLikeLefts img {
    width: 100%;
    height: 100%;
}

.guessLikeLeft img {
    width: 100%;
    height: 100%;
}

/* 猜你喜欢的右部 */
.guessLikeRight {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 82%;
    height: 80.5%;
    background-color: #EEF6FF;
}

.teachContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32%;
    height: 45%;
    background-color: #F9FAFF;
    border: 2px solid #E4EEFF;
}

.teachGrade {
    margin-top: 15px;
    width: 85%;
    font-size: 16px;
    color: #475AB3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* 教学地址 */

.teachAddress {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
}

.teachAddressImage {
    width: 14px;
    height: 16px;
}

.teachAddressP {
    width: 93.5%;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 教学时间 */
.teachTime {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
}

.teachTimeImage {
    width: 14px;
    height: 16px;
}

.teachTimeP {
    width: 93.5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    color: #666666;
}

/* 冬夏令营模块 */
.winter_Summer_Camp {
    margin: 0 auto;
    margin-top: 30px;
    width: 65%;
    /* height: 330px; */
    /* background-color: yellowgreen; */
}

/* 头部 */
.winter_Summer_Camp_HeaderBox {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-bottom: 2px solid #475AB3;
}

.campName {
    /* width: 140px; */
    height: 40px;
    font-size: 20px;
    margin-right: 65px;
    color: #000000;
    line-height: 40px;
    /* font-weight:bold; */
}

.campContent {
    display: flex;
    width: 450px;
    height: 40px;

}

.campContent span {
    width: 25%;
    height: 38px;
    font-size: 16px;
    /* color: #000000; */
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.content_span_active {
    width: 25%;
    height: 38px;
    font-size: 16px;
    color: #475AB3;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-top: 2px solid #475AB3;
    border-left: 1px solid #475AB3;
    border-right: 1px solid #475AB3;
    border-bottom: 2px solid #fff;
}

.camp_more {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 12.5px;
    right: 5px;
    /* width: 78px; */
    height: 15px;
    cursor: pointer;
}

.camp_more p {
    font-size: 14px;
    color: #666666;
    line-height: 15px;
}

.camp_more img {
    width: 15px;
    height: 15px;
}

/* 内容 */


.winter_Summer_Camp div {

    width: 100%;
    height: 290px;
    display: none;
    /* background-color: yellow; */
    font-size: 18px;
    color: #000;
}

div .camp_content_active {

    display: block;
}

/* 选项卡内容 */
/* 学校介绍 */
.schoolIntroduce {
    float: left;
    display: flex;
    flex-direction: column;
    width: 18%;
    height: 100%;
    /* background-color: red; */
    margin-right: 2%;
}

.imgBox {
    margin-top: 20px;
    width: 100%;
    height: 52%;
}

.imgBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.camp_p {
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 24px;
}

.camp_li {
    list-style: outside;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 行程概述 */
.itinerary_overview {
    float: left;
    display: flex;
    margin-right: 5%;
    flex-direction: column;
    width: 20%;
    height: 100%;
    /* background-color: red; */
}

.overview_imgBox {
    margin-top: 20px;
    width: 100%;
    height: 52%;
    /* background-color: skyblue; */
}

.overview_imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overview_pa {
    font-size: 18px;
    color: #475AB3;
    text-align: center;
    line-height: 30px;
}

.overview_pb {
    font-size: 16px;
    color: #444444;
    text-align: center;
    line-height: 30px;
}

/* 行程参考 */
.stroke_reference {
    float: left;
    width: 33.333333333%;
    height: 100%;
    /* background-color: red; */
    /* border-right: 1px solid red; */
}

.reference_header {
    position: relative;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
    height: 25%;
    /* background-color: skyblue; */
    border-bottom: 2px solid #475AB3;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.reference_h2 {
    margin-left: 20%;
    /* background-color: pink; */
    color: #FF8400;
    margin-right: 1%;
}

.reference_pa {
    font-size: 16px;
    color: #222;
    line-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reference_span {
    position: absolute;
    bottom: -7.5px;
    left: 22%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #475AB3;
}

.reference_body {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    height: 74.1%;
    /* background-color: yellowgreen; */
}

.reference_img {
    width: 52%;
    height: 100px;
    /* background-color: orchid; */
}

.reference_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reference_text {
    width: 44%;
    height: 100px;
    /* background-color: orangered; */
}

.referenve_body_p {
    font-size: 18px;
    color: #222222;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 费用 */
.camp_moneyBox {
    width: 100%;
    height: 100%;
    display: flex;
}

.camp_money {
    margin-top: 20px;
    width: 100%;
    height: 93%;
    /* background-color: pink; */
}

.camp_money_li:first-child {
    list-style: none;
    font-size: 16px;
    color: #444444;
    line-height: 24px;
}

.camp_money_li {
    list-style: outside;
    font-size: 16px;
    color: #444444;
    line-height: 24px;
}

.camp_money_p {
    font-size: 16px;
    color: #444444;
    line-height: 24px;
    text-indent: 1.5em;
}

/* 墨睿集团 */
.morui_groupBox {
    margin: 0 auto;
    margin-top: 20px;
    width: 65%;
    /* height: 260px; */
    /* background-color: pink; */
}

.morui_groupHeader {
    display: flex;
    width: 100%;
    height: 40px;
    /* background-color: yellowgreen; */
    border-bottom: 1px solid #475AB3;
}

.morui_groupHeader span {
    width: 100px;
    height: 40px;
    font-size: 16px;
    color: #000;
    line-height: 40px;
}

.morui_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
    height: 180px;
}

.show_morui_content {
    display: flex;
    width: 19%;
    height: 80px;
    /* background-color: red; */
}

.show_morui_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 墨睿投资 */
.morui_InvestmentBox {
    margin: 0 auto;
    margin-bottom: 80px;
    margin-top: 20px;
    width: 65%;
    height: 260px;
    /* background-color: pink; */
}

.morui_InvestmentHeaderBox {
    display: flex;
    width: 100%;
    height: 40px;
    /* background-color: yellowgreen; */
    border-bottom: 1px solid #475AB3;
}

.morui_InvestmentHeaderBox span {
    width: 100px;
    height: 40px;
    font-size: 16px;
    color: #000;
    line-height: 40px;
}

.Investment_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
    height: 180px;
    /* background-color: pink; */
}

.show_Investment_content {
    display: flex;
    width: 19%;
    height: 80px;
    /* background-color: red; */
}

.show_Investment_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* 媒体查询 */
@media screen and (max-width:1280px){
    .container{
        width: 100%;
    }
    .topContentLeft{
        width: 11%;
    }
    .navigation{
        width: 100%;
        height: 40px;
    }
    .navigation img{
        width: 12px;
        height: 12px;
    }
     .navigation p{
         font-size: 12px;
         line-height: 40px;
     }
     .className{
         width: 100%;
     }
     .className p{
         width: 97%;
         height: 40px;
         font-size: 12px;
         line-height: 40px;
         text-align: center;
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap;
     }
    .topContentRight{
        width: 89%;
    }
    .navigationRight{
        position: relative;
        display: flex;
        width: 100%;
        height: 40px;
        /* margin-bottom: 15px; */
    }
    .navigationRight span{
        width: 10%;
        font-size: 10px;
        /* line-height: ; */
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        /* background-color: pink; */
    }
    .navigationRight nav{
        /* background-color: red; */
        width: 2px;
        height: 11px;
        border-top-left-radius: 1px ;
        border-top-right-radius: 1px;
        border-bottom-left-radius: 1px;
        border-bottom-right-radius: 1px;
    }
     .navigationRightImageBox{
         display: flex;
         justify-content: space-around;
         width: 100%;
         height: 340px;
         /* background-color: red; */
     }
     .navigationRightLeft{
         width: 74.5%;
         height: 340px;
         margin-left: 6px;
         /* background-color: yellowgreen; */
     }
      .totationBox{
          margin-top: 1px;
      }


     .message{
         width: 22%;
         height: 100%;
     }
     .messageHeader{
         width: 100%;
         height: 35px;
         font-size: 14px;
         text-align: center;
         line-height: 35px;
     }
     .messageSpan_user{
         font-size:14px;
     }
     .messageSpan_type{
         font-size: 14px;
     }
     .messageSpan_email{
         font-size: 14px;
     }
     .messageSpan_message{
         font-size: 14px;
     }
     .messageInput{
         width: 94%;
     }
      .messageSend{
          font-size: 12px;
          width: 60px;
          height: 20px;
          line-height: 20px;
      }
 /* 课程图片展示模块 */
 /* 猜你喜欢模块 */
      .guesslikeBox{
          width: 65%;
          height: 350px;
          /* 此处颜色要改变 */
          /* background-color: pink; */
      }
      /* 猜你喜欢的左部 */
      .guessLikeLeft{
          width: 20%;
          height: 350px;
      }
      .guessLikeLefts{
          width: 20%;
          height: 350px;
      }
      /* 猜你喜欢的右部 */
      .guessLikeRight{
          display: flex;
          justify-content: space-around;
          align-items: center;
          width: 75%;
          height: 80.5%;
      }
      .teachContent{
          width: 32%;
          height: 40%;
      }
      .teachGrade{
          margin-top: 10px;
          width: 77%;
          font-size: 12px;
      }
      .teachAddress{
          font-size: 12px;
      }
      .teachAddressP{
          font-size: 8px;
      }
      .teachTimeP{
          font-size: 8px;
      }
      .teachAddressImage{
          width: 8px;
          height: 10px;
      }
      .teachTimeImage{
          width: 8px;
          height: 10px;
      }
      /* 课程展示 */
     .classShowBox{
         width: 65%;
         height: 120px;
     }
     .jingpin{
         /* width: 130px; */
         height: 118px;
     }
.jingpin img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jingpins{
    /* width: 130px; */
   height: 120px;
}
.jingpins img{
    width: 100%;
    height: 100%;
}

.otherImage{
    /* width: 130px; */
    height: 120px;
}
.otherImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.otherImages{
    /* width: 130px; */
    height: 120px;
}
.otherImages img{
    width: 100%;
    height: 100%;
}


/* 首页的冬夏令营 */

 /* .reference_pa{
     font-size: 14px;
 } */


.reference_pa{
font-size:13px;
}
.referenve_body_p{
	font-size: 13px;
}



}












/* 给导航栏添加新样式 */
.shelter{
    display: none;
    position: relative;
    top: -28px;
    left: -2%;
    width: 230px;
    height: 30px;
    font-size: 12px;
    /* z-index: 9999; */
    /* background-color: pink; */
    text-align: center;
    line-height: 30px;
}
.citytype_margin{
	padding-left: 20rpx;
}
