body {
    background-color: #f6f7f7;
}
a:hover{
    text-decoration: none;
}
.chose1 {
    text-align: center;
    height: 120px;
    position: relative;
    border-top: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    background-color: white;
}

.chose1:nth-child(1) {
    border-left: 1px solid lightgrey;
}

.chose1 > a > div {
    width: 100%;
    color: #6f7170;
    opacity: 1;
    font-size: 15px;
    margin-top: 8px
}

.chose1 a {
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 50%;
    /*left: 50%;*/
    transform: translateY(-50%);
}

.chose1_unselected {
    opacity: 0.3;
}

.chose1_selected {
    border-bottom: none;
!important;
}

.chose2 {
    width: 100%;
    max-height: 90px;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 5px;
}

.chose2 > div {
    border-radius: 5px;
    width: 120px;
    font-size: 17px;
    height: 40px;
    margin-top: 10px;
    margin-left: 10px;
    cursor: pointer;
    color: #6f7170;
}

.chose2_content {
    width: 100%;
    height: 300px;
    position: relative;
    background-image: url("/images_new/jiaoyu/mountain_bg.png");
    background-color: #edeeef;
    background-size: 101% 100%;
}

.chose2_content > div {
    width: 100%;
    height: 50%;
    padding: 0px 50px;
    transform: translateY(50%);
    background-color: transparent;

}

.chose2_content > div > div {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    position: relative;
    /*float: left;*/
}

.chose2_content > div > div > span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 150px;
    overflow: auto;
}

.chose2_content > div > div:nth-child(1) {
    width: 30%;
    text-align: center;
    border-right: 2px solid #c6caca;
    font-size: 24px;
    font-weight: bold;

}

.chose2_content > div > div:nth-child(2) {
    width: 60%;
    margin-left: 40px;
    font-size: 18px;
    color: #575859;
    font-weight: 300;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff; /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.is_active {
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff !important;
    cursor: default;
    background-color: #4aa35c !important;;
    border-color: #4aa35c !important;;
}

.jiaoyu-title {
    color: #211d1c;
    font-size: 20px;
    font-weight: 900;
    margin-top: 35px
}

.swiper_images {
    width: 900px;
    overflow: hidden;
    position: relative;
    margin: 20px 0px 50px;
}
.fa-chevron-arr1,.fa-chevron-arr2{
    position: absolute;
    height: 50px;
    width: 29px;
    background-color: lightgrey;

}
.fa-chevron-arr1 {
    left: 20px;
    text-align: left;
    border-radius:0px 10px 10px 0px;
    padding-right: 5px;
}

.fa-chevron-arr2 {
    right: 20px;
    text-align: right;
    border-radius:10px 0px 0px 10px;
    padding-left: 5px;
}
.fa-chevron-arr2 i, .fa-chevron-arr1 i{
    font-size: 23px;
    color: white;
    font-weight: 100;
}
.images_content_a,.images_content_a:hover{
    text-decoration: none;
}
.images_content{
    background-color: white;
    padding: 5px 14px;
    margin-right: 10px;
}
.images_content>div:nth-child(1){
    height: 44px;
    color: #565758;
    font-size: 15px;
    line-height: 22px;

    overflow: hidden;
    text-overflow : ellipsis;
    word-break: break-all;
}
.images_content>div:nth-child(2){
    height: 25px;
    color: #b4b5b6;
    font-size: 12px;
    margin-top: 4px;
    line-height: 20px;
}
