/*

html5doctor.com Reset Stylesheet

v1.4.1

2010-03-01

Author: Richard Clark - http://richclarkdesign.com

*/
html, body, div, span, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

abbr, address, cite, code,

del, dfn, em, img, ins, kbd, q, samp,

small, strong, sub, sup, var,

b, i,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, figcaption, figure,

footer, header, hgroup, menu, nav, section, summary,

time, mark, audio, video {
    margin:0;

    padding:0;

    border:0;

    outline:0;

    font-size:100%;

    vertical-align:baseline;

    background:transparent;

    box-sizing:border-box;
}
body {
    line-height:1;
}
:focus {
    outline: 1;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #333;
    text-decoration: none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
/*img{*/
/*    -webkit-filter: grayscale(80%);*/
/*    filter: grayscale(80%);*/
/*    -webkit-filter: grayscale(0.8);*/
/*}*/
/*浮动*/
.fl_left{
    float: left;
}
.fl_right{
    float: right;
}
/*清除浮动*/
.clearFix::before,
.clearFix::after{
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}
/*左右间距30*/
.m_lr30 {
    margin: 0 0.3rem 0;
}
.p_lr30 {
    padding: 0 0.3rem 0;
}
/*  去掉图片低测默认的3像素空白缝隙*/
.Img{
    width: 100%;
    display: block;
}
/*隐藏*/
.hide{
    display: none;
}
/* 版心 */
.w {
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    padding-top: 1.4rem;
    padding-bottom: 1rem;
}
/*按钮样式*/
.c-btn-main {
    width: 80%;
    background-color: #b46636;
    line-height: .72rem;
    height: .72rem;
    color: #fff;
    font-size: 0.36rem;
    text-align: center;
    margin: 0.2rem auto 0;
    border-radius: 0.5rem;
}
.swiper-pagination-bullet,.c-works .swiper-pagination-bullet  {
    /*width: 8px;*/
    /*height: 8px;*/
    background: #ac7c0d;
    opacity: 0.4;
}

.swiper-pagination-bullet-active,.c-works .swiper-pagination-bullet-active {
    background: #ac7c0d;
    opacity: 1;
}
/*表单简单只有电话*/
.c-form-top {
    padding: .27rem 0 .5rem;
}
.c-form-top h2 {
    font-size: .4rem;
    text-align: center;
}
.c-form-top p{
    height: .5rem;
    line-height: .5rem;
    text-align: center;
}
.c-form-top span{
    color: #f30000;
}
.c-form-simple{
    width: 80%;
    display: flex;
    justify-content: center;
    border-radius: 0.5rem;
    border: 1px solid #b46636;
    overflow: hidden;
    margin: 0 auto;
}
.c-form-simple input {
    width: 71%;
    height: .7rem;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    padding-left: .2rem;
    font-size: .28rem;
}
.c-form-simple .form-simple-btn{
    width: 29%;
/* height: .72rem; */
    font-size: .3rem;
    text-align: center;
    line-height: .72rem;
    background-color: #b46636;
    color: #fff;
}
.c-form-simple-top{
    width: 80%;
    /*display: flex;
    justify-content: center;*/
    border-radius: 0.5rem;
    border: 2px solid #b46636;
    overflow: hidden;
    margin: 0.3rem auto;
    padding-left: .5rem;
}
.c-form-simple-btn{
    width: 80%;
    line-height: .8rem;
    border-radius: 0.5rem;
    overflow: hidden;
    margin: 0 auto;
    background: red;
    text-align: center;
    color: #fff;
    font-size: .4rem;
    font-weight: bold;
}
.c-form-simple-top input {
    width: 71%;
    height: .7rem;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    /*padding-left: .2rem;*/
    font-size: .3rem;
    letter-spacing:.05rem;
}
/*1像素边框*/
.border-1px{ border-bottom: 1px solid #828282 }
.border-1px { border-right: 1px solid #ccc }
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .border-1px{ border-bottom: 0.5px solid #ccc }
    .border-1px{ border-right: 0.5px solid #ccc }
}
@media screen and (-webkit-min-device-pixel-ratio: 3) {
    .border-1px{ border-bottom: 0.333333px solid #ccc }
    .border-1px{ border-right: 0.33333px solid #ccc }
}
/*颜色*/
.color-background{
    background-color: #b46636;
}
.color-background-d{
    background-color: #e19d15;
}
.color-font{
    color: #b46636;
}
.color-font-d{
    color: #e19d15;
}
/*标题*/
h2.c-title{
    font-size: .36rem;
    text-align: center;
}
body{
    font-size: .28rem;
    font-family: "Microsoft YaHei",sans-serif;
    color: #333;
    background-color: #fff;
}
/*头部start*/
.c-header{
    position: fixed;
    /*max-width: 7.5rem;*/
    z-index: 100;
    width: 100%;
}
.popup{
    position: fixed;
    right: 0;
    top: 8.4rem;
    width: 2rem;
    z-index: 990;
    }
.popup img{
    width: 100%;
    height: auto;
}
.shut{
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    right: 0.05rem;
    top: 0.05rem;
    z-index: 991;
}
.c-header .header-top{
    width: 100%;
    height: .88rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c-header .header-top .icon-menu {
    width: .45rem;
    height: .36rem;
    background: url(../images/icon-menu.png) no-repeat;
    background-size: 100%;
}
.c-header .header-top .logo {
    width: 4rem;
}
.c-header .header-top .btn-box {
    display: flex;
}
.c-header .btn-box i{
    font-size: .4rem;
    color: #fff;
    
}
.c-header .btn-box a:first-child{
    animation: shaked 1s ease-in-out infinite;
    -webkit-animation: shaked 1s ease-in-out infinite;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}
@keyframes shaked{0%{transform: rotate(0);}10%{transform: rotate(0);}20%{transform: rotate(-10deg);}30%{transform: rotate(10deg);}40%{transform: rotate(-8deg);}50%{transform: rotate(8deg);}60%{transform: rotate(-5deg);}70%{transform: rotate(5deg);}80%{transform: rotate(-2deg);}90%{transform: rotate(2deg);}100%{transform: rotate(0);}}
@-webkit-keyframes shaked{0%{transform: rotate(0);}10%{transform: rotate(0);}20%{transform: rotate(-10deg);}30%{transform: rotate(10deg);}40%{transform: rotate(-8deg);}50%{transform: rotate(8deg);}60%{transform: rotate(-5deg);}70%{transform: rotate(5deg);}80%{transform: rotate(-2deg);}90%{transform: rotate(2deg);}100%{transform: rotate(0);}}
.c-header .btn-box .btn-c{
    width: 1.2rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    font-size: .26rem;
}
.c-header .btn-box .btn-tel {
    background-color: #fff;
    color: #000;
}
.c-header .btn-box .btn-zx {
    background-color: #7d4623;
    color: #fff;
    margin-left: .1rem;
}
/*头部end*/
/*头部热搜 start*/
.header-search {
    position: fixed;
    top: .8rem;
    width: 100%;
    z-index: 100;
    background-color: #f5f5f5;
    height: .6rem;
    font-size: .22rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-search .hot-search {
    position: relative;
    color: #f30000;
}

.header-search .hot-search span{
    position: absolute;
    background: url("../images/icon-hot.png");
    width: .14rem;
    height: .16rem;
    top: -0.08rem;
    right: -0.15rem;
    background-size: 100%;
}

.header-search ul {
    display: flex;
}

.header-search ul li{
    background-color: #fff;
    border: 1px solid #e7e7e7;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    padding-left: .12rem;
    border-radius: 0.2rem;
    margin-left: .1rem;
}

.header-search ul li:first-child{
    margin-left: 0;
}
/*头部热搜end*/
/*底部start*/
.c-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    box-shadow: 0px -1px 0.1rem #ccc;
    background-color: #fff;
}
.c-footer ul {
    display: flex;
    align-items: center;
    height: 1rem;
    justify-content: space-between;
}
.c-footer ul .index,.c-footer ul .money {
    width: 0.7rem;
    font-size: .22rem;
    text-align: center;
}
.c-footer ul .index p,.c-footer ul .money p{
    margin-top: .1rem;
}
.c-footer ul .index p{
    color:#cccccc;
}
.c-footer ul .icon-index {
    display: block;
    width: .4rem;
    height: .4rem;
    background: url("../images/icon-index.png") no-repeat;
    background-size: 100%;
    margin: 0 auto;
}
.c-footer ul .icon-money {
    display: block;
    width: .34rem;
    height: .4rem;
    background: url("../images/icon-money.png") no-repeat;
    background-size: 100%;
    margin: 0 auto;
}
.c-footer ul .incon-info{
    margin-top: 0.18rem;
    margin-right: 0.17rem;
    display: block;
    width: .42rem;
    height: .36rem;
    background: url("../images/icon-mess.png") no-repeat;
    background-size: 100%;
}
.c-footer ul .icon-freeTel{
    margin-top: 0.18rem;
    margin-right: .13rem;
    display: block;
    width: .37rem;
    height: .37rem;
    background: url("../images/icon-freetel.png") no-repeat;
    background-size: 100%;
}
.c-footer .right .btn {
    width: 4.8rem;
    display: flex;
    margin-left: 0.43rem;
    border-radius: 0.5rem;
}
.c-footer .right .btn a{
    display: flex;
    width: 50%;
    height: 0.72rem;
    line-height: 0.72rem;
    font-size: 0.26rem;
    color: #fff;
    justify-content: center;
}
.c-footer .right .btn .btn1 {
    position: relative;
    background-color: #e19d15;
    border-radius: 0.5rem 0 0 0.5rem;
}
.c-footer .right .btn .btn1 .number{
    position: absolute;
    font-size: .14rem;
    text-align: center;
    top: 10%;
    left: 28%;
    width: .3rem;
    height: .3rem;
    line-height: .3rem;
    background-color: #f90000;
    color: #fff;
    border-radius: 100%;
    -o-transform:translate3d(0,0,0);
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    animation: blink 1.5s linear infinite;
    -webkit-animation: blink 1.5s linear infinite;
    -moz-animation: blink 1.5s linear infinite;
    -ms-animation: blink 1.5s linear infinite;
    -o-animation: blink 1.5s linear infinite;
}
.c-footer .right .btn .btn2 {
    background-color: #b46636;
    border-radius: 0 0.5rem 0.5rem 0;
}
/*底部end*/
/*一分钟测试start*/
.c-right-minute{
	display: none;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 100;
}
.c-right-minute .minute-box {
    width: 2.23rem;
    height: 0.83rem;
    background: url("/public/images/right-minute.png") no-repeat;
    background-size: 100%;
}
.c-right-minute .minute-box a{
    display: block;
    width: 100%;
    height: 100%;
}
.c-right-minute .minute-close {
    width: 0.28rem;
    height: 0.46rem;
    background: url("../images/right-minute-close.png") no-repeat;
    background-size: 100%;
    margin-left: 0.25rem;
}
@-webkit-keyframes twinkling{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}
/*一分钟测试end*/
/*广告位*/
.c-banner-tip{
    background-color: #f5f5f5;
    padding: .2rem 0;
}
/*导航条*/
.c-titleTip-swiper{
    display: flex;
}
.c-titleTip-swiper li{
    position: relative;
    display: flex;
    align-items: center;
    background-color: #e7e7e7;
    height: .6rem;
    color: #000;
    font-size: .28rem;
    width: 33.5%;
    padding: .4rem 0;
    text-align: center;
}
.c-titleTip-swiper li.active{
    background-color: #b46636;
    color: #fff;
}
.c-titleTip-swiper li.active::before{
    position: absolute;
    bottom: -0.1rem;
    left: 50%;
    display: block;
    /*visibility: hidden;*/
    width: 0;
    height: 0;
    border-top: .1rem solid #b46636;
    border-right: .1rem solid transparent;
    border-left: .1rem solid transparent;
    content: '';
    margin-left: -0.05rem;
}

.c-titleTip-swiper li h3{
    width: 100%;
    height: .3rem;
    line-height: .3rem;
}
.c-titleTip-swiper li h3.boder{
    border-right: 1px solid #af821a;
}
/*专业展现1*/
.c-course-box1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0.3rem;
}
.c-course-box1 li {
    padding: .2rem .15rem;
    box-shadow: 0 0 0.1rem #ccc;
    border-radius: 0.1rem;
}
.c-course-box1 li h3{
    font-size: .3rem;
}
.c-course-box1 li:nth-child(n+3) {
    margin-top: .2rem;
}
.c-course-box1 li .c-course-box1-img{
    position: relative;
    width: 3.05rem;
    margin-top: .1rem;
}
.c-course-box1 li .c-course-box1-img span {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f50100;
    color: #fff;
    font-size: .2rem;
    text-align: center;
    height: .3rem;
    line-height: .3rem;
    padding: 0 0.1rem;
    border-radius: 0 0 0.15rem 0;
}
.c-course-box1 .c-course-box1-btn{
    display: flex;
    justify-content: space-between;
    margin-top: 0.12rem;
}
.c-course-box1 .c-course-box1-btn2{
    width: 1.41rem;
    height: 0.45rem;
    font-size: .26rem;
    text-align: center;
    line-height: 0.45rem;
    color: #fff;
    border-radius: 0.2rem;
    background-color: #b46636;
}
.c-course-box1 .c-course-box1-btn1{
    width: 1.41rem;
    height: 0.45rem;
    font-size: .26rem;
    text-align: center;
    line-height: 0.45rem;
    border: 1px solid #b46636;
    border-radius: 0.2rem;
}
.c-course-box1 .c-course-box1-btn1 a{
    color: #b46636;
}
.c-course-box1.special li{
    width: 2.2rem;
    padding-bottom: .15rem;
    box-shadow: 0 0 0.15rem #ccc;
    border-radius: 0.15rem;
    overflow: hidden;
}
.c-course-box1.special li:nth-child(3){
    margin-top: 0;
}
.c-course-box1.special li h3{
    padding: 0 0.1rem;
    height: .5rem;
    line-height: .5rem;
    font-size: .3rem;
}
.c-course-box1.special li h3 span{
    color: #cccccc;
    float: right;
}
.c-course-box1.special .details-btn-zxjx{
    width: 1.4rem;
    height: 0.45rem;
    background-color: #b46636;
    font-size: .26rem;
    color: #fff;
    line-height: .45rem;
    margin: .1rem auto 0;
    border-radius: .3rem;
    text-align: center;
}
/*学生作品start*/
.c-works{
    padding: .43rem 0 .34rem;
}
.c-works .c-works-top {
    margin-top: 0.22rem;
    display: flex;
    justify-content: space-between;
}
.c-works .swiper-slide{
    padding: 0 0.3rem;
}
.c-works .c-works-top li,.c-works .c-works-bottom{
    position: relative;
    border-radius: 0.1rem;
    overflow: hidden;
}
.c-works .c-works-bottom {
    margin-top: .1rem;
}
.c-works .c-works-top li p,.c-works .c-works-bottom p{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: .5rem;
    line-height: .5rem;
    font-size: .28rem;
    text-align: center;
    color: #fff;
    background-color: rgba(180,102,54,0.7);
}
/*学生作品end*/
/*线*/
.c-line{
    height: .2rem;
    background-color: #f5f5f5;
}

.c-brand {
    padding: .43rem 0.3rem .34rem;
}
.c-brand .brand-top{
    margin-top: 0.27rem;
    display: flex;
    justify-content: space-around;
}
.c-brand .brand-top li{
    font-size: .27rem;
    width: 1.4rem;
    text-align: center;
}
.c-brand .brand-top li p{
    margin-top: 0.08rem;
    line-height: 0.4rem;
}

.c-brand .brand-bottom{
    margin-top: 0.16rem;
    display: flex;
    justify-content: space-between;
}
.c-brand .brand-bottom li{
    width: 1.65rem;
}
/*校园环境*/
.c-environmenta {
    /*padding-top: .3rem;*/
    padding-bottom: .28rem;
}
.c-environmenta-box {
    margin-top: .2rem;
}
.c-environmenta-box-bottom{
    margin-top: .1rem;
    display: flex;
    justify-content: space-between;
}
/*问题*/
.c-question{
    padding: 0.3rem 0;
}
.c-question-box{
    border: 0.04rem solid #fbe0d3;
    display: flex;
    flex-wrap: wrap;
    margin: 0.18rem 0.3rem 0;
}

.c-question-box li{
    width: 33.3%;
    height: 1.1rem;
    line-height: 1.1rem;
    text-align: center;
    font-size: 0.29rem;
}

.c-question-box li:nth-child(-n+3){

    border-bottom:0.02rem solid #fbe0d3 ;

}

.c-question-box li.right{

    border-right:0.02rem solid #fbe0d3 ;

}

.c-question-box li img{
    vertical-align: middle;
    margin-right: 0.05rem;
}
.c-question .question-text {
    margin: 0.35rem 0.3rem 0;
    background: url("../images/bg.png") no-repeat;background-size: contain;
    height: 1.78rem;
}
.c-question .question-text li {
    display: flex;
    justify-content: space-between;
}
.c-question .question-text li:nth-child(n+2){
    margin-top: 0.3rem;
}
.c-question .question-text p{
    font-size: 0.26rem;
    padding-left: 0.53rem;
    height: .4rem;
    line-height: .4rem;
}
.c-question .question-text div{
    width: 1.5rem;
    height: .4rem;
    line-height: .4rem;
    background-color: #e19d15;
    color: #fff;
    font-size: .26rem;
    border-radius: 0.5rem;
    text-align: center;
}
.c-school-info{
    font-size: 0.22rem;
    color: #999999;
    text-align: center;
    line-height: 0.4rem;
    padding-bottom: 0.5rem;
}
.c-form-bottm {

}
.c-form-bottm .form-bottm-bg{
    background: url(../images/form-bg.jpg) no-repeat;
    height: 4.13rem;
    background-size: 100%;
    padding-top: 0.5rem;
}
.c-form-bottm .form-bottm-box{
    margin: -3rem 0.3rem 0.4rem;
    padding-top: 0.27rem;
    padding-bottom: 0.4rem;
    background-color: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.15rem #ccc;
}
.c-form-bottm .form-bottm-box li{
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-form-bottm .form-bottm-box li span {
    font-size: .26rem;
}
.c-form-bottm .form-bottm-box li .items{
    display: flex;
    align-items: center;
    width: 5.8rem;
    height: 0.67rem;
    background-color: #f0f0f0;
    border-radius: 0.3rem;
    padding-left: .26rem;
}
.c-form-bottm .form-bottm-box li input{
    background: none;
    outline: none;
    border: 0px;
    font-size: 0.24rem;
}

.c-form-bottm .form-bottm-box li select{
    background: none;
    outline: none;
    border: 0px;
    font-size: 0.24rem;
}

.c-form-bottm .form-bottm-box li:nth-child(n+2){
    margin-top: 0.16rem;
}
.c-form-bottm .form-bottm-submit{
    width: 90%;
    background-color: #b46636;
    line-height: .72rem;
    height: .72rem;
    color: #fff;
    font-size: 0.36rem;
    text-align: center;
    margin: 0.2rem auto 0;
    border-radius: 0.5rem;
}
/*弹窗 start*/
.c-windows {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 102;
}
.c-windows2{
    display: none;
}

.c-windows2 .c-windows-itmes2{
    position: fixed;
    width: 6rem;
    line-height: .4rem;
    top: 50%;
    left: 50%;
    z-index: 105;
    border-radius: .15rem;
    padding: .34rem .2rem;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: .28rem;
    box-shadow: 0 0 0.15rem #ccc;
    background-color: #fff;
    /*display: none;*/
}
.c-windows2 i{
    position: absolute;
    top: 0;
    right: 0;
    font-size: .32rem;
    color: #999;
}
.c-windows2 .c-windows-itmes2 span{
    color: #f50100;
}
/*弹窗1*/
.c-windows .c-windows-itmes{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-windows .items1 .item1-top{
    width: 6rem;
    height: 4.559rem;
    background: url("../images/window-items1-top.png") no-repeat;
    background-size: 100%;
    padding-top: 2.88rem;
}
.c-windows .items1 .item1-top-form{
    width: 90%;
    display: flex;
    justify-content: center;
    border-radius: 0.5rem;
    overflow: hidden;
    margin: 0 auto;
}
.c-windows .items1 .item1-top-form input{
    width: 60%;
    height: .84rem;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    padding-left: .45rem;
    font-size: .32rem;
}
.c-windows .items1 .item1-top-form .item1-top-form-btn{
    flex: 1;
    font-size: .3rem;
    text-align: center;
    line-height: .85rem;
    background-color: #b46636;
    color: #fff;
}
.c-windows .items1 .item1-top p{
    margin-top: .18rem;
    font-size: .24rem;
    text-align: center;
}
.c-windows .items1 .item1-bottom-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-windows .items1 .item1-bottom-btn .btn{
    width: 2.6rem;
    height: .78rem;
    text-align: center;
    line-height: .78rem;
    font-size: .32rem;
    border-radius: 0.2rem;
}
.c-windows .items1 .item1-bottom-btn{
    background-color: #fff;
    padding: .2rem .25rem;
    border-radius: 0 0 0.3rem 0.3rem;
}
.c-windows .items1 .item1-bottom-btn .btn1{
    color: #fff;
}
.c-windows .items1 .item1-bottom-btn .btn2{
    color: #ba8845;
    margin-left: .23rem;
    border: 0.02rem solid #bc8b49;
    box-sizing: border-box;
}
.c-windows .items1 .items1-close,.c-windows .items2 .items1-close{
    width: .58rem;
    height: .58rem;
    text-align: center;
    line-height: .58rem;
    margin: .32rem auto 0;
    border: 0.01rem solid #fff;
    color: #fff;
    border-radius: 100%;
}
/*弹窗2*/
.c-windows .items2 .item2-bottom{
    padding: .4rem 0 .32rem;
    background-color: #f9dbae;
    border-radius: 0 0 0.25rem 0.25rem;
}
.c-windows .items2 .item2-top{
    width: 6rem;
}
.c-windows .items2 .item2-bottom h4{
    font-size: .36rem;
    color: #5d2703;
    font-weight: 600;
    text-align: center;
}
.c-windows .items2  .item2-bottom-btn{
    background-color: #b46636;
    color: #fff;
    font-size: .36rem;
    text-align: center;
    line-height: 0.72rem;
    height: .72rem;
    width: 4rem;
    margin: .45rem auto 0;

}
/*弹窗3*/
.c-windows .items3 {
    width: 6rem;
    height: 7.7rem;
    background: url("../images/window-items3-bg.png") no-repeat;
    background-size: 100%;
}
.c-windows .items3 .text-year {
    margin-top: .6rem;
    font-size: .24rem;
    text-align: center;
    color: #ae6438;
}
.c-windows .items3 h4{
    font-size: .56rem;
    color: #5d2703;
    margin-top: .23rem;
    text-align: center;
}
.c-windows .items3 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: .35rem;
}
.c-windows .items3 ul li{
    width: 2.2rem;
    height: 1.7rem;
    background-color: #ecb66f;
    color: #fff;
    font-size: .36rem;
    text-align: center;
    padding-top: .24rem;
    border-radius: .2rem;
}
.c-windows .items3 ul li:nth-child(2n){
    margin-left: .3rem;
}
.c-windows .items3 ul li:nth-child(n+3){
    margin-top: .29rem;
}
.c-windows .items3 ul li p{
    width: 100%;
    margin-top: .13rem;
}
.c-windows .items3 ul li i{
    font-size: .8rem;
}
.c-windows .items3 .btn {
    margin-top: .97rem;
}
.c-windows .items3 .items3-close,.c-windows .items4 .items3-close,.c-windows .items5 .items3-close{
    position: absolute;
    top: 0;
    left: 0;
    width: .56rem;
    height: .56rem;
    line-height: .56rem;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #d1ab57;
}
/*弹窗4*/
.c-windows .items4{
    width: 6rem;
    height: 9.68rem;
    background: url("../images/window-items4-bg.png") no-repeat;
    background-size: 100%;
}
.c-windows .items4 .items-banner{
    margin: 0 .25rem;
}
.c-windows .items4 .items-input{
    width: 80%;
    border-radius: 0.5rem;
    border: 1px solid #d1ab57;
    overflow: hidden;
    margin: 0 auto 0;
    z-index: 100;
    display: flex;
}
.c-windows .items4 .items-input input{
    width: 100%;
    outline: none;
    height: .71rem;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    padding-left: .3rem;
    font-size: .32rem;
}
.c-windows .items4 .items-input .item1-top-form-btn{
        background-color: #b46636;
    color: #fff;
    font-size: .28rem;
    text-align: center;
    line-height: .71rem;
    width: 2.5rem;
}
.c-windows .items4 .items4-bottom {
    margin: 0 .57rem;
}
.c-windows .items4 .items4-bottom-q{
    height: .7rem;
   line-height: .7rem;
    color: #333333;
    font-size: .26rem;
}
.c-windows .items4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c-windows .items4 ul li{
    width: 2.3rem;
    height: 1.1rem;
    position: relative;
}
.c-windows .items4 ul li p{
    float: right;
    width: 1.2rem;
    font-size: .26rem;
    padding-top: .18rem;
    line-height: .3rem;
}
.c-windows .items4 ul li:nth-child(n+3){
    margin-top: .23rem;
}
.c-windows .items4 .btn{
    margin-top: .45rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-windows .items4 .btn a:first-child{
    width: 2.6rem;
    height: .78rem;
    text-align: center;
    line-height: .78rem;
    font-size: .32rem;
    border-radius: 0.2rem;
    color: #fff;
}
.c-windows .items4 .btn a:last-child{
    width: 2.6rem;
    height: .78rem;
    text-align: center;
    line-height: .78rem;
    font-size: .32rem;
    border-radius: 0.2rem;
    color: #ba8845;
    margin-left: .23rem;
    /*border: 0.02rem solid #bc8b49;*/
    box-sizing: border-box;
    background-color: #fff;
}
.c-windows .items4 li>span{
    position: absolute;
    right: .1rem;
    bottom: .1rem;
    display: inline-block;
    width: .25rem;
    height: .25rem;
    border: 2px solid #d1ab57;
}
.c-windows .items4 li>span.active{
    border: 2px solid #e70000;
}
.c-windows .items4 li>span.active i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    width: .2rem;
    height: .2rem;
    background: url(../images/window-item4-right.png) center no-repeat;
    background-size: cover;
}
.c-windows-itmes.items5 {
    width: 6.4rem;
    background-color: #fff;
    border-radius: 0.2rem;
}
.c-windows-itmes.items5 .form-box {
    padding: .19rem .27rem .19rem;
    /*border-bottom: 1px dashed #e8d5ab;*/
}
.c-windows-itmes.items5 .form-box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
 }
.c-windows-itmes.items5 .form-box ul li{
    /*width: 1.65rem;*/
    font-size: .24rem;
    color: #555555;
    margin-top: .3rem;
    width: 33.3%;
}
.c-windows-itmes.items5 .form-box ul li.active{
    color: #ba8845;
}
.c-windows-itmes.items5 .form-box ul li span{
    display: inline-block;
    width: .25rem;
    height: 0.25rem;
    border: 0.02rem solid #000;
    border-radius: 0.5rem;
    margin-right: .1rem;
    padding: 0.05rem;
    vertical-align: bottom;
}
.c-windows-itmes.items5 .form-box ul li.active span{
    border: 0.02rem solid #ba8845;
}
.c-windows-itmes.items5 .form-box ul li.active span i{
    display: block;
    background-color: #ba8845;
    height: 100%;
    border-radius: 100% ;
}
.c-windows-itmes.items5 .form-question{
    position: relative;
    width: 3.4rem;
    height: .5rem;
    line-height: .5rem;
    background-color: #ba8845;
    font-size: .26rem;
    color: #fff;
    padding-left: 1.2rem;
}
.c-windows-itmes.items5 .form-question .quesion-num{
    position: absolute;
    top: -0.1rem;
    left: 0.24rem;
    width: .75rem;
    height: .82rem;
    padding-top: .13rem;
    background: url("../images/window-items5-banner-icon.png") no-repeat;
    background-size: 100%;
    font-size: .42rem;
    color: #833c0c;
    text-align: center;
}
.c-windows-itmes.items5 .form-input{
    padding: .2rem 0 .25rem;
}
.c-windows-itmes.items5 .form-input-box{
    padding: 0 .35rem;
}
.c-windows-itmes.items5 .form-input .text-tip1{
    font-size: .2rem;
    color: #666666;
    text-align: center;
}
.c-windows-itmes.items5 .input-name,.c-windows-itmes.items5 .input-tel{
    display: flex;
    padding-left: .2rem;
    width: 100%;
    height: .54rem;
    line-height: .54rem;
    background-color: #f0f0f0;
    border-radius: .2rem;
}
.c-windows-itmes.items5 .input-name{
    margin-top: .13rem;
}
.c-windows-itmes.items5 .input-tel{
    margin-top: .17rem;
}
.c-windows-itmes.items5 .form-input span{
    color: #999;
    font-size: .36rem;
    width: .57rem;
    /*padding-top: .2rem;*/
}
.c-windows-itmes.items5 .form-input input{
    flex: 1;
    outline: none;
    -webkit-appearance: none;
    border: none;
    background-color:transparent;
    height: 100%;
}
.c-windows-itmes.items5 .text-tip2{
    height: .48rem;
    line-height: .48rem;
    font-size: .22rem;
    color: #666;
    text-align: center;
}
.c-windows-itmes.items5 .form-input .form-submit {
    height: .65rem;
    line-height: .65rem;
    background-color: #833c0c;
    font-size: .28rem;
    color: #fff;
    text-align: center;
    border-radius: .3rem;
    margin: 0 .35rem;
}
/*弹窗 end*/
.c-environmenta h5{
    text-align: center;
    font-size: .36rem;
    line-height: .5rem;
    /*padding-top: .27rem;*/
    padding-bottom: .22rem;
}
/*四大难题*/
/*四大难题*/
.four-question{
    padding: .3rem;
}
.four-question h2{
    margin-bottom: .6rem;
}
.four-question p{
    height: .66rem;
    line-height: .66rem;
    text-align: center;
    color: #333333;
    font-size: .28rem;
}
.four-bottom img{
    box-shadow: 0 0.1rem 0.1rem #ccc;
}
.nvsheng-cont {
    padding: .3rem 0 .2rem;
}
.nvsheng-cont .c-course-box1 li {
    padding: 0 0 .2rem;
}
/*侧边start*/
.m-modal-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(55,61,65,.4);
    display: none;

}
.n-menu-fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 68%;
    height: 100%;
    background-color: #fff;
    z-index: 1001;
    -o-transform:translate3d(-101%,0,0);
    -webkit-transform:translate3d(-101%,0,0);
    transform:translate3d(-101%,0,0);
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.menu-back i{
    color: #d1ab57;
}
.n-menu-fixed.on{
    -o-transform:translate3d(0,0,0);
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
.m-modal-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(55,61,65,.4);
    display: none;

}
.n-menu-fixed-top{
    display: flex;
    height: 0.94rem;
    border-bottom: 1px solid #e7e7e7;
    align-items: center;
}
.n-menu-fixed-top .menu-back{
    margin-left:0.3rem ;
    margin-right: 0.25rem;
}
.n-menu-fixed-top .menu-back i{
    /*color: #676767;*/
    font-size: 0.35rem;
    display: block;
}
.n-menu-fixed-top .menu-logo{
    width: 70%;
}
.n-menu-fixed-bottom li{
    padding-left: 0.5rem;
    line-height: 1.1rem;
    height: 1.1rem;
    font-size: 0.3rem;
    border-bottom: 1px solid #ededed;
    font-weight: 600;
}
.n-menu-fixed-bottom li i{
    color: #d1ab57;
    /*color: #676767;*/
    font-size: 0.4rem;
    margin-right: 0.15rem;
}
/*侧边end*/
.right_kf_btn {box-sizing: border-box;position: fixed;right: 1%;top:66%;z-index: 103;width: 50px;height: 50px;border-radius:40px;-webkit-transform: translateZ(0);}
/*免费试听弹窗start*/
.c-windows-wb {position:fixed;width: 100%;height: 100vh;top: 0;left: 0;background-color: rgba(0,0,0,.7);z-index: 100;}
.c-windows-wb .c-windows-itmes{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.c-windows-wb .itemswb {}
.c-windows-wb .itemswb-body {border-radius:0.3rem;}
.c-windows-wb .itemswb .itemwb-top{width: 6rem;height:5.5rem;background: url("../images/pop-tyk.png") no-repeat;background-size: 100%;padding-top:3.46rem;}
.c-windows-wb .itemswb .itemwb-top-form{width:90%;display: flex;justify-content: center;border-radius: 0.5rem;overflow: hidden;margin: 0 auto;}
.c-windows-wb .itemswb .itemwb-top-form form{display: flex;justify-content: center;width:100%;}
.c-windows-wb .itemswb .itemwb-top-form .tc_input{width:60%;height:.80rem;outline:none;-webkit-appearance:none;border-radius:0;border:none;padding-left:.45rem;font-size: .30rem;border-top-left-radius: 0.5rem;border-bottom-left-radius: 0.5rem;}
.c-windows-wb .itemswb .itemwb-top-note{margin:.18rem auto 0 auto;font-size: .24rem;text-align:left;color:#fff;line-height:140%;width:90%;}
.c-windows-wb .itemswb .itemwb-top-note span {color:#fcd22f;}

.c-windows-wb .itemswb .itemwb-top-form .itemwb-top-form-btn{flex:1;font-size:.3rem;text-align:center;line-height: .8rem;background-color: #fddd62;color: #222;border:none;border-radius:0;-webkit-appearance:none;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;}

.c-windows-wb .itemswb .itemwb-bottom-btn{ display:flex;justify-content:center; align-items:center;}

.c-windows-wb .itemswb .itemswb-close{width:.58rem;height: .58rem; text-align: center;line-height: .58rem; margin: .32rem auto 0; border: 0.01rem solid #fff; color: #fff; border-radius: 100%;}
/*免费试听弹窗end*/
/* 获取学费报价窗口start*/
.c-windows-xf {position:fixed;width: 100%;height: 100vh;top: 0;left: 0;background-color: rgba(0,0,0,.7);z-index: 102;}
.c-windows-xf .c-windows-itmes{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.itemsxf-close {position: absolute;top:-0.3rem;right:-0.3rem;cursor: pointer;z-index:200;width:0.6rem;height:0.6rem;}
.clear {clear: both;width:0px;height:0px;line-height:0px;overflow:hidden;}

.xf_tc {width:5.9rem;height:6.68rem;background:#fff;border-radius:0.2rem;}
.xf_tc .jz_banner{width:5.9rem;height:4.22rem;}
.xf_tc .jz_box {width:5.3rem;height:2.46rem;margin:0 auto;}
.xf_tc .jz_label2{width:2.075rem;height:0.6rem;float: left;line-height: 0.6rem;text-align: center;border:solid 1px #888;border-radius: 0.08rem;margin:0 0.2rem 0.1rem 0;font-size: 0.265rem;box-sizing: border-box;}
.xf_tc  input[type='radio']{display: none}
.xf_tc .jz_box_t{font-size: 0.265rem;font-weight:bold;margin-top:0.06rem;height:0.5rem;line-height:0.5rem;color:#222;}
.xf_tc .jz_box_input {}
.xf_tc .jz_box_note {font-size: 0.24rem;line-height:0.30rem;padding:0.15rem 0 0rem 0;text-align:left;color:#333;}
.xf_tc .jz_label_c{background:#fc6464;color:#fff;border:1px #fc6464 solid;}
.xf_tc .jz_tel{width:5.3rem;height: 0.6rem;border-radius: 0.08rem;line-height:0.6rem;border:1px #888 solid; background: rgba(0,0,0,0);padding:0 0.1rem;box-sizing:border-box;font-size:0.265rem;margin:0 auto;}
.jz_box_input input[type='checkbox']{display: none!important}
.jz_box_input input[type='text'] {font-size:0.24rem;}
.xf_btn {text-align: center;font-size: 0.30rem;width: 5.3rem;margin:0.18rem auto 0 auto;height: 0.7rem;line-height: 0.7rem; border-radius:0.06rem;background: #fc6464;color: #fff;border: none;}
/* 获取学费报价窗口end*/
/* 新底部 start*/
._footer_grey{height: 50px;position: fixed;bottom:0px;z-index: 100;background:#b46636;width:100%;left:0px;}
.footer_fixbg {position: fixed;width: 20%;height: 70px;border-radius: 50%;background: #b46636;left:40%;bottom:0px;z-index: 90}
.footer_nav_li {width:20%;box-sizing:border-box;text-align:center;float:left;}
.footer_nav_li * {box-sizing:border-box;}
.footer_nav_li a{display:block;height:50px;width:100%;}
.footer_nav_li .footer_img {height:29px;padding-top:4px;padding-bottom:4px;display:block;text-align:center;margin:0 auto;}
.footer_nav_li .footer_img img {height:19px;display:block;margin:0 auto;}
.footer_nav_li:nth-child(3) {margin-top:-15px;}
.footer_nav_li:nth-child(3) .footer_img {height:44px;padding-bottom:4px;}
.footer_nav_li:nth-child(3) .footer_img img{width:39px;height:39px;}
.footer_nav_li .footer_font {font-size:12px;line-height:14px;color:#fff;display:block;}
._footer_grey .clear {clear:both;width:0px;height:0px;line-height:0px;visibility:hidden;}

.footer_zixun_btn {position:relative;}

em.randomnumber {font-style:normal;}
.randomnumber {position: absolute;top: 2px;text-align: center;left: 56%;display: block;width: 20px;line-height: 20px;height: 20px;background-color: #ee1b25;color: #fff;border-radius: 50%;font-size:14px;animation: blink 1.5s linear infinite;-webkit-animation: blink 1.5s linear infinite;}
@keyframes blink{ 0%{opacity:1;} 50%{opacity:1;} 50.01%{opacity:0;} 100%{opacity:0;} }
@-webkit-keyframes blink{ 0%{opacity:1;} 50%{opacity:1;} 50.01%{opacity:0;} 100%{opacity:0;} }
@-moz-keyframes blink{0%{opacity:1;} 50%{opacity:1;} 50.01%{opacity:0;} 100%{opacity:0;} }
@-o-keyframes blink{0%{opacity:1;} 50%{opacity:1;} 50.01%{opacity:0;} 100%{opacity:0;}}
.wxnumber {font-size:20px;font-weight:bold;color:#ee7800;}
.wxintro {font-size:14px;text-align:center;}
/* 新底部 end*/