.in-banner-container img {
    width: 100%;
    height: auto;
}

.course-conatiner {
    padding-top: 70px;
    padding-bottom: 70px;
}

.in-body-title {
    background: url('../image/title-bg.png') no-repeat center center;
    width: 184px;
    height: 44px;
    text-align: center;
    color: #755d11;
    font-size: 20px;
    line-height: 44px;
    margin: 0 auto;
}

.in-body-title.t2 {
    background-image: url('../image/title-bg-03.png');
    color: #fff;
}

.in-body-title.t3 {
    font-size: 16px;
}

.course-conatiner .course-row {
    margin-top: 50px;
    width: 100%;
    flex-wrap: wrap;
}

.course-conatiner .course-row .item {
    width: 33.3%;
}

.course-conatiner .slide {
    position: relative;
    overflow: hidden;
}

.course-conatiner .slide:hover .text {
    transform: translateY(0);
}

.course-conatiner .slide:hover .icon {
    transform: translate(-50%, -300px);
}

.course-conatiner .slide img {
    width: 100%;
    height: auto;
}

.course-conatiner .slide .text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(157, 178, 72, 0.8);
    overflow: hidden;
    transform: translateY(-100%);
    transition: all 0.3s;
}

.course-conatiner .slide .text .text-warp {
    width: 80%;
    margin: 0 auto;
}

.course-conatiner .slide .text-warp h3,
.course-conatiner .slide .text-warp h4,
.course-conatiner .slide .text-warp p {
    color: #fff;
}

.course-conatiner .slide .text-warp h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.course-conatiner .slide .text-warp h4 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5px;
}

.course-conatiner .slide .text-warp p {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    line-height: 24px;
}

.course-conatiner .slide .icon,
.course-conatiner .slide .text-warp .text-icon {
    width: 90px;
    height: 90px;
    border: 1px solid #fff;
    border-radius: 100%;
}

.course-conatiner .slide .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}

.course-conatiner .slide .text-warp .text-icon .iconfont,
.course-conatiner .slide .icon .iconfont {
    font-size: 40px;
    color: #fff;
}

.course-conatiner .b-text {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-top: 15px;
}

.teacher-container {
    padding: 50px 0;
    background: #f5f5f5;
}

.teacher-container .in-body-title {
    background-image: url('../image/title-bg-03.jpg');
}

.teacher-container .in-body-title {
    color: #fff;
}

.teacher-container .swiper-container {
    width: 100%;
    margin-top: 40px;
}

.teacher-container .slide {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding: 0 5px;
    min-height: 290px;
}

.teacher-container .slide .bg {
    position: absolute;
    bottom: 5px;
    width: 100%;
    background: #fff;
    height: 201px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    z-index: -1;
}

.teacher-container .slide .content {
    margin-left: 20px;
    width: 70%;
}

.teacher-container .slide img {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    margin-top: 20px;
}

.teacher-container .slide .text {
    width: calc( 100% - 220px);
    align-items: flex-start;
}

.teacher-container .slide .text h3 {
    font-size: 24px;
    margin: 0;
    color: #333;
    margin-top: 20px;
    margin-bottom: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.teacher-container .slide .text span {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.teacher-container .slide .text p {
    font-size: 12px;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    word-break: break-all;
    line-height: 30px;
}

.teacher-container .item-list {
    width: 79%;
    margin: 0 auto;
    margin-top: 30px;
    flex-wrap: wrap;
}

.teacher-container .item-list .item {
    width: 25%;
    justify-content: flex-start;
    box-sizing: border-box;
    cursor: pointer;
    padding: 5px;
}

.teacher-container .item-list .item.active {
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    border-radius: 2px;
    background: #fff;
}

.teacher-container .item-list .item img {
    width: 38%;
    height: auto;
    border-radius: 50%;
}

.teacher-container .item-list .item .t {
    margin-left: 15px;
}

.teacher-container .item-list .item .t h2 {
    font-size: 18px;
    color: #333;
    margin: 0;
}

.teacher-container .item-list .item .t p {
    font-size: 12px;
    color: #999;
    margin: 0;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.teacher-container .swiper-button-next,
.teacher-container .swiper-button-prev {
    background: none;
    top: 175px;
}

.teacher-container .swiper-button-next span,
.teacher-container .swiper-button-prev span {
    font-size: 40px;
    color: #999;
}

.crumbs-container {
    width: 100%;
    height: 61px;
    background: #f4f4f4;
}

.crumbs-container .container {
    height: 61px;
    justify-content: flex-start;
}

.crumbs-container .container a,
.crumbs-container .container span {
    margin-right: 15px;
    color: #666;
    font-size: 14px;
}

.crumbs-container .container span.iconfont {
    margin: 0;
    color: #72ba3d;
    font-size: 20px;
}

.in-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.in-body-title2 {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5px;
    font-size: 2rem;
    color: #000;
}
.inside_hezuo{
    margin-top: 100px;
}
ul.friend{
    margin-top: 20px;
}
ul.friend li{
    padding: 5px;
}
ul.friend li img{
    width: 95%;
    border: 1px #e9e9e9 solid;
}
.in-body-title2:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
    background-color: #4856f3;
}
.in-container-box_en{
    display: block;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
.in-body-title2.t3 {
    font-size: 18px;
    color: #999;
}

.in-body-title3 {
    color: #3e3e3e;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.in-container .row {
    margin-top: 20px;
    font-size: 14px;
}

.in-container .img {
    margin: 0 auto;
    margin-top: 25px;
}

.in-container .img img {
    border: 16px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .31);
    width: 100%;
}

.in-container .text {
    align-items: flex-start;
}

.in-container .text h2 {
    color: #66cc33;
    font-size: 36px;
}

.in-container .text h3 {
    color: #666;
    font-size: 24px;
}

.in-container .text p {
    color: #333;
    font-size: 18px;
    margin-top: 35px;
    line-height: 2.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.contact_box{
    text-align: center;
    line-height: 22px;
    padding: 0 10px;
    margin-bottom: 20px;
}
.contact_box h2{
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 40%;
    width: 100%;
}
.contact_box p{
    font-size: 14px;
    position: absolute;
    top: 60%;
    width: 100%;
    padding: 10px;
}
.contact_box p a{
    color: #4856f3;
}
.box1{
    background:#fff;
    height: 0;
    width: 80%;
    padding-bottom: 80%;
    position: relative;
    box-shadow: 10px 10px 25px #848484;
    margin: 0 auto;
}
.box2{
    background:#fff;
    height: 0;
    width: 80%;
    padding-bottom: 80%;
    position: relative;
    box-shadow: 10px 10px 25px #848484;
    margin: 0 auto;
}
.box3{
    background:#fff;
    height: 0;
    width: 80%;
    padding-bottom: 80%;
    position: relative;
    box-shadow: 10px 10px 25px #848484;
    margin: 0 auto;
}
.contact_bottom{
    padding-bottom: 150px;
}
.contact_bottom img{
    width: 42%;
    vertical-align: middle;
}
.contact_bottom_box{
    display: inline-block;
    position: relative;
    top: 75px;
    background: #4856f3;
    padding:20px 40px;
    margin-left: -85px;
    max-width: 620px;
    min-height: 230px;
    z-index: auto;
}
.contact_bottom_box:after{
    content: "";
    background: url("/static/picture/dot.png");
    width: 40%;
    height: 100%;
    position:absolute;
    top: -35px;
    right: -35px;
    z-index: -10;
}
.contact_bottom_box h2{
    font-size: 22px;
    color: #fff;
    border-bottom: 1px #fff solid;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.contact_bottom_box li{
    font-size: 14px;
    margin-left: 14px;
    letter-spacing: 2px;
    color: #fff;
    line-height: 26px;
    list-style:disc outside none;
}
.add-text {
    font-size: 14px;
    margin-bottom: 10px;
}

.add-img {
    margin-top: 25px;
    max-width: 100%;
}

.b-row {
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding-top: 30px;
}

.in-active-contianer {
    margin-top: 70px;
}

.in-active-contianer li {
    width: calc(100% - 30px);
    padding: 15px;
    flex-wrap: wrap;
}

.in-active-contianer li:nth-child(even) {
    background: #f4f4f4;
}

.in-active-contianer li img {
    width: 35%;
}

.in-active-contianer li .text {
    width: 60%;
}

.in-active-contianer li .text h3 {
    font-size: 18px;
    color: #464646;
}

.in-active-contianer li .text p {
    font-size: 14px;
    color: #464646;
    margin: 0;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.in-active-contianer li .text a {
    font-size: 14px;
    color: #464646;
    margin: 0;
    margin-top: 20px;
    display: block;
}

.in-page {
    justify-content: center;
    margin-top: 25px;
}

.in-page a {
}
.in-page li{
    padding: 5px 10px;
    font-size:12px;
    border: 1px #e0e0e0 solid;
    margin: 0 5px;
}
.in-page a.current {
    color: #66cc33;
}
.in-page .thisclass,.in-page li:hover{
    background: #4c56e9;
    color:#fff;
}
.in-page li:hover a{
    color:#fff;
}
.in-page a.next,
.in-page a.prev {
    width: 26px;
    height: 26px;
    border-radius: 26px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 26px;
}

.text-context {
    width: 100%;
    margin-top: 25px;
    font-size: 18px;
    color: #333333;
    line-height: 2;
}

.in-active-container img {
    margin-bottom: 10px;
    margin-top: 45px;
}

.in-active-container .p-text {
    color: #333;
}

.in-active-container .p-text.ch {
    line-height: 2;
    font-size: 16px;
}

.in-active-container .p-text.en {
    line-height: 2.2;
    font-size: 12px;
}

.page-text {
    justify-content: center;
    margin-top: 15px;
}

.page-text a:first-child {
    text-align: right;
}

.page-text a {
    margin: 15px;
    width: 40%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in-env-container .item {
    margin-bottom: 20px;
}

.in-env-container .item img {
    border-radius: 8px;
}

.in-env-container .item .ch {
    margin-top: 25px;
    color: #333333;
    font-size: 18px;
}

.in-env-container .item .en {
    margin-top: 5px;
    color: #999999;
    font-size: 14px;
}

.in-env-container .item img {
    width: 100%;
}

.in-env-container-detail .swiper-container {
    margin-top: 50px;
}

.in-env-container-detail .slide {
    width: 80%;
}

.in-env-container-detail .slide img {
    width: 100%;
}

.in-env-container-detail .swiper-container .swiper-button-prev,
.in-env-container-detail .swiper-container .swiper-button-next {
    background-color: #f8f8f8;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-size: auto 30px;
}
.n_news_li {
    padding: 30px 0px;
    background-color: #ffffff;
    height: auto;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.n_news_li:hover {
    background: #fbfbfb;
    border-bottom: none;
}
.n_news_li_time {
    float: left;
    text-align: center;
    width: 64px;
    background: #fc6c54;
    margin-top: 20px;
    padding: 10px 0;
}
.row .box{
    border-bottom: 1px #a6a6a6 dashed;
}
.n_news_li_nian {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.n_news_li:hover .n_news_li_nian {
    color: #fff;
}
.n_news_li_yue {
    font-size: 12px;
    font-weight: bolder;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.n_news_li:hover .n_news_li_yue {
    color: #fff;
}
.n_news_li_xian {
    margin-top: 8px;
    width: 37px;
    height: 2px;
    float: right;
    background-color: #d2d2d2;
}
.n_news_li_con {
    float: left;
    width: 100%;
    padding: 0 10px;
}
.n_news_li_name {
    font-size: 22px;
    font-weight: bold;
    color: #555;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.n_news_li:hover .n_news_li_name {
    color: #000;
}
.n_news_li_js {
    margin-top: 11px;
    line-height: 28px;
    font-size: 14px;
    color: #898989;
}
.n_news_li_more {
    margin-top: 15px;
    font-size: 14px;
    color: #898989;
}
.n_news_li_more span{
    float: right;
    margin-right: 5px;
}
.n_news_ul li {
    margin-bottom: 5px;
}
.n_news_li_touch_time {
    display: none;
}
.contact_top{
    padding-bottom: 100px
}
.container.pro_menu{
    padding: 20px 0;
}
.pro_menu p{
    display: inline;
    margin: 0;
    padding: 1% 0;
    text-align: left;
}
ul.pro_menu{
    width: auto;
    display: inline;
}
.container .pro_menu li{
    max-width: 300px;
    max-height: 64px;
    padding-top: 1%;
    padding-bottom: 1%;
}
.container .pro_menu li a{
    color: #FFFFff;
    font-size: 16px;
    padding-left: 30%;
}
.container .pro_menu li:nth-child(1){
    background: url("/static/picture/pro1.png") no-repeat;
    background-size:contain;
}
.container .pro_menu li:nth-child(1):hover,.container .pro_menu li:nth-child(1).active{
    background: url("/static/picture/pro1_a.png") no-repeat;
    background-size:contain;
}
.container .pro_menu li:nth-child(2){
    background: url("/static/picture/pro2.png") no-repeat;
    background-size:contain;
}
.container .pro_menu li:nth-child(2):hover,.container .pro_menu li:nth-child(2).active{
    background: url("/static/picture/pro2_a.png") no-repeat;
    background-size:contain;
}
.container .pro_menu li:nth-child(3){
    background: url("/static/picture/pro3.png") no-repeat;
    background-size:contain;
}
.container .pro_menu li:nth-child(3):hover,.container .pro_menu li:nth-child(3).active{
    background: url("/static/picture/pro3_a.png") no-repeat;
    background-size:contain;
}
.pro-banner-container{
    width: 100%;
}
.pro-banner-container h2{
    position: relative;
    text-align: center;
    padding-bottom: 5px;
    font-size: 26px;
    color: #fff;
}
.pro-banner-container h2:after{
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
    background-color: #fff;
}
.pro-banner-container p{
    text-align: center;
    font-size: 12px;
    color: #fff;
}
#proform{
    margin-top: 60px;
}
#proform input {
    margin-top: 10px;
    width: 100%;
    margin-left: 5px;
    background: #f2f2f2;
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, .6);
    /*border-radius: 25px;*/
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
    outline: none;
}
#con {
    margin-top: 7px;
    width: 100%;
    margin-left: 5px;
    background: #f2f2f2;
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, .6);
    /*border-radius: 25px;*/
    height: 35px;
    padding: 2px 10px;
    font-size: 14px;
    outline: none;
    line-height: 31px;
    overflow:hidden;
    resize: none;
}
.pro_submit{
    margin-top: 110px;
}
.pro_box{
    margin-top: 60px;
    padding: 40px 35px;
    border-radius: 15px;
    box-shadow:0 0 5px #dedede, 0 0 25px #dedede, 0 0 50px #dedede, 0 0 100px #dedede;
}
.pro_box h3,.pro_box .con_m{
    text-align: center;
}
.pro_box .con_m{
    color: #848484;
}
.pro_box .pro_img{
    width: auto;
    float: left;
    max-width: 75px;
}
.pro_box .pro_title{
    padding-left: 60px;
    margin-left: 40px;
}
.pro_box .pro_title h2{
    margin-top: 5px;
    font-size: 2rem;
    font-weight: bold;
}
.pro_box .pro_title p{
    font-size: 1.6rem;
    min-height: 32px;
}
.pro-imgs{
    margin-top: 10px;
}
.pro-imgs img{
    border-radius: 5px;
}
.youshi{
    margin-top: 100px;
    text-align: center;
}
.youshi h2{
    font-size: 22px;
    line-height: 32px;
}
.youshi P{
    font-size: 14px;
    line-height: 22px;
}
.youshi_box{
    padding: 40px 0;
}
.youshi_box img{
    width: auto;
}
.pro_p3{
    margin: 0px auto 50px;
}
.demo_botton{
    margin-top: 50px;
}
.demo_botton a{
    border-radius: 20px;
}
.pro_form{
    position: absolute;
    top:10%;
}
.bottom_spase{
    margin-bottom: 50px;
}
.pro2_ad{
    position: relative;
}
.pro2_ad a{
    position: absolute;
    width: 8.5%;
    height: 9%;
    left: 61%;
    bottom: 17.8%;
    cursor: pointer;
}
.aboutus{
    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
}
.news_con h3{
    text-align: center;
}
@media (min-width: 992px){
    .md-0{
        display: none;
    }
    img.pc_img{
        display: block;
    }
    img.mobile_img{
        display: none;
    }
    .pro_menu p {
        text-align: center;
    }
}
@media (max-width: 991px){
    img.pc_img{
        display: none;
    }
    img.mobile_img{
        display: block;
    }
    .pro2_ad a{
        width: 15.5%;
        left: 52%;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 1025px) {
    .course-conatiner .slide .text-warp p {
        font-size: 12px;
        text-align: center;
        margin-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .teacher-container .item-list .item {
        width: 25%;
    }
    .in-container .text p {
        -webkit-line-clamp: 5;
    }
    #proform {
         margin-top: 20px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .in-container {
        padding-top: 10px;
    }
    .course-conatiner .slide .icon,
    .course-conatiner .slide .text-warp .text-icon {
        width: 50px;
        height: 50px;
    }
    .course-conatiner .slide .text-warp .text-icon .iconfont,
    .course-conatiner .slide .icon .iconfont {
        font-size: 32px;
    }
    .course-conatiner .slide .text-warp h3 {
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 8px;
    }
    .course-conatiner .slide .text-warp h4 {
        font-size: 12px;
        margin-bottom: 0;
        margin-top: 3px;
    }
    .course-conatiner .slide .text-warp p {
        font-size: 12px;
        text-align: center;
        margin-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .teacher-container .item-list .item {
        width: 32%;
    }
    .in-container .text p {
        -webkit-line-clamp: 3;
    }
    .in-active-contianer li .text p {
        -webkit-line-clamp: 2;
    }
    .in-active-container img{
        margin-top: 25px;
    }
    .contact_bottom_box{
        max-width: 65%;
    }
    #proform {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .in-active-container img {
        width: 100%;
    }
    .contact_box img {
        width: 25%;
    }
    .contact_bottom_box{
        max-width: 65%;
        padding: 5px 10px;
    }
    .contact_bottom img {
        width: 42%;
    }
    .contact_bottom_box li {
        font-size: 14px;
        margin-left: 14px;
        letter-spacing: 1px;
        color: #fff;
        line-height: 22px;
        list-style: disc outside none;
    }
    .contact_bottom_box{
        top:130px
    }
    .in-container {
        padding-top: 10px;
    }
    .course-conatiner .slide .icon,
    .course-conatiner .slide .text-warp .text-icon {
        width: 110px;
        height: 110px;
    }
    .course-conatiner .slide .text-warp .text-icon .iconfont,
    .course-conatiner .slide .icon .iconfont {
        font-size: 60px;
    }
    .course-conatiner .course-row .text {
        display: none;
    }
    .course-conatiner .course-row .item {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .course-conatiner .slide:hover .icon {
        transform: translate(-50%, -50%);
    }
    .teacher-container .slide img {
        display: block;
    }
    .teacher-container .item-list {
        justify-content: center;
        display: none;
    }
    .teacher-container .slide {
        width: 80%;
    }
    .in-container .text,
    .in-container .img img {
        margin: 0 auto;
        width: 90%;
    }
    .in-container .text p {
        -webkit-line-clamp: 6;
    }
    .in-container .text {
        align-items: center;
    }
    .b-row {
        flex-direction: row;
    }
    .in-active-contianer li img {
        width: 100%;
        margin-bottom: 15px;
    }
    .in-active-contianer li .text {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .in-active-contianer li .text p {
        text-align: center;
    }
    .content.flex-row {
        flex-wrap: wrap;
    }
    .teacher-container .slide .content {
        width: 65%;
        margin: 0 auto;
    }
    .teacher-container .slide .text p {
        margin: 0;
        width: 100%;
    }
    .teacher-container .slide {
        padding: 0 0 30px 0;
    }
    .teacher-container .slide .text h3 {
        margin-bottom: 10px;
    }
    .teacher-container .slide .text {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .teacher-container .slide .text span {
        margin-left: 5px;
    }
    .teacher-container .swiper-button-prev {
        left: -5px;
    }
    .n_news_li_con {
        width: 70%;
    }
    .contact_bottom{
         padding-bottom: 200px;
    }

    .contact_top{padding-bottom: 30px}
    .pro_box {
        margin-top: 30px;
        padding: 20px 10px;
        border-radius: 15px;
        box-shadow: 0 0 5px #dedede, 0 0 25px #dedede, 0 0 50px #dedede, 0 0 100px #dedede;
    }
    .xs-0{
        display: none;
    }
    #proform {
        margin-top: 10px;
    }
    .pro-banner-container h2{
        font-size: 22px;
    }
    .pro_submit {
        margin-top: 100px;
    }
    .pro_form{
        top: 5%;
    }
    .pro_box h3{
        font-size: 2.5rem;
    }
    .pro_box .con_m{
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 500px) {
    .n_news_li_con {
        width: 100%;
        margin-left: 5px;
    }
    .n_news_li{
        padding: 5px;
    }
    .n_news_li_name {
        font-size: 14px;
    }
    .n_news_li_js {
        line-height: 14px;
        font-size: 12px;
    }
    .in-active-container img {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .contact_box img{
        margin-top: 45px;
        width: 30%;
    }
    .contact_box h2{
        font-size: 22px;
    }
    .contact_bottom{
        padding-bottom: 200px;
    }
    .contact_bottom img {
        width: 50%;
    }
    .contact_bottom_box h2{
        font-size: 18px;
    }
    .container .pro_menu li {
        padding: 0.5% 0;
        line-height: 20px;
    }
    .container .pro_menu li a {
        font-size: 12px;
        padding-left: 35%;
    }
    #proform {
        margin-top: 10px;
    }
    .pro-banner-container h2{
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .pro_submit {
        margin-top: 70px;
    }
    .pro_form{
        top: 5%;
    }
    #proform input{
        height: 25px;
        font-size: 12px;
        margin-top: 5px;
        padding: 0 5px;
    }
    #proform .blink{
        width: 150px!important;
    }
    #proform #con{
        height:55px;
        font-size: 12px;
        border-radius: 10px;
    }
    .f_box{
        padding: 0 5px;
    }
    .inside_hezuo {
        margin-top: 25px;
    }
    .pro_menu p{
        font-size: 1.4rem;
    }
    .index_dz_title .box_title {
        font-size: 22px;
    }
    .pro_box h3{
        font-size: 1.8rem;
    }
    .pro_box .con_m{
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 512px){
    .youshi h2 {
        font-size: 18px;
        line-height: 32px;
    }
    .youshi p {
        text-align: left;
        padding: 0 5px;
    }
}
@media screen and (max-width: 391px){
    .box1 span{display: none;}
    .box3 span{display: none;}
}
@media screen and (max-width: 320px) {
    .n_news_li_con {
        width: 75%;
    }
    .contact_bottom img {
        width: 55%;
    }
    .contact_bottom_box h2{
        font-size: 16px;
    }
    .contact_top{
        padding-bottom: 10px;
    }
    .in-body-title2{
        font-size: 1.7rem;
    }
    .pro_box .pro_title h2{
        font-size: 1.5rem;
    }
    .pro_box .pro_title p{
        font-size: 1.2rem;
    }
    .pro_box h3{
        font-size: 1.7rem;
    }
    .pro_box .con_m{
        font-size: 1.2rem;
    }
}
