/*

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;
}
html {
       font-size: calc(100vw / 750 * 100);
      }
: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;
}
/*浮动*/
.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;
}

/*  去掉图片低测默认的3像素空白缝隙*/
.Img{
    width: 100%;
    display: block;
}
/*隐藏*/
.hide{
    display: none;
}
/* 版心 */
.w {
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    padding-top: 0.88rem;
    padding-bottom: 1rem;
}
/*按钮样式*/
.c-btn-main {
    width: 80%;
    background-color: #b46636;
    line-height: .72rem;
    height: .72rem;
    color: #fff;
    font-size: 0.32rem;
    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 .35rem;
}
.c-form-top h2 {
    font-size: .4rem;
    text-align: center;
}
.c-form-top p{
    height: .47rem;
    line-height: .47rem;
    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 form {display:flex;width:100%;}
.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;
}
/*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-note {color:#fff;}

.color-tanchuang {background:#EC3744;}
.color-tanchuang-font {color:#EC3744;}
/*标题*/
h2.c-title{font-size: .36rem;text-align: center;}
.zj-cert h2.c-title {padding-bottom:0.25rem;}


body{
    font-size: .28rem;
    font-family: "Microsoft YaHei",sans-serif;
    color: #333;
    background-color: #fff;
}
/*头部start*/
.c-header{
    position: fixed;
    /*max-width: 750px;*/
    z-index: 100;
    width: 100%;
	left:0;
}
.c-header .header-top{
    width: 100%;
    height: .88rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
	background:#d1ab57;
}
.c-header .header-top .icon-menu {
    width: .45rem;
    height: .36rem;
	background-image: url(weixin.png);
	background-repeat: no-repeat;
    background-size: 100%;
}
.c-header .header-top .logo {
    width: 5.0rem;
}

.c-header .header-top .btn-box {display: flex;position:relative;height:0.78rem;align-items:center;}
.c-header .btn-box i{font-size: .4rem;color: #fff;display:block;width:0.55rem;height:0.35rem;margin:0 auto;background:url(weixin.png) center center no-repeat;background-size:auto 100%;animation: shaked 1s ease-in-out infinite;-webkit-animation: shaked 1s ease-in-out infinite;animation-delay: 2s;-webkit-animation-delay: 2s;margin-top:0.08rem;}
.c-header .btn-box .zixun_btn{font-size: 0.23rem;color: #fff;display:block;width:1.05rem;height:0.33rem;line-height:0.33rem;text-align:center;vertical-align:middle;}
.c-header .btn-box a:first-child{}

.c-header .btn-box .number_top{
    position: absolute;
    font-size: .18rem;
    text-align: center;
    top: 2%;
    left: 48%;
    width: .30rem;
    height: .30rem;
    line-height: .30rem;
    background-color: #f90000;
    color: #fff;
    border-radius:0.24rem;
    -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;
	z-index:10;
}


@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: .88rem;
    width: 100%;
    z-index: 100;
    background-color: #f5f5f5;
    height: .6rem;
    font-size: .22rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
	left:0;
}

.header-search .hot-search {
    position: relative;
    color: #f30000;
}

.header-search .hot-search span{
    position: absolute;
    background: url("images/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-right-minute{position: fixed;right: 0;top:60%;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: 25%;
    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.25rem;}
.c-school-info a{color:#999;}

.c-form-bottm {}
.c-form-bottm .form-bottm-bg{background: url(imgaes/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;
	width:85%;
}

.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.30rem;
    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-windows-wb {
    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: 75%;
	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{color: #999;}
.c-windows2-close {position: absolute;top: 0;right: 0;font-size:.30rem;color: #999;width:0.42rem;height:0.42rem;line-height:0.42rem;text-align:center;background:#f0f0f0;border-radius:0.21rem;}

.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 {}
.c-windows .items1-body {border-radius:0.3rem;}
.c-windows .items1 .item1-top{width: 6rem;height:4.08rem;background: url("../images/window-items1-top2.png") no-repeat;background-size: 100%;padding-top:1.54rem;}
.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 form{display: flex;justify-content: center;}
.c-windows .items1 .item1-top-form .kstel_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;border:none;border-radius:0;-webkit-appearance:none;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;}
.c-windows .items1 .item1-top-note{padding-top:.20rem;font-size: .24rem;text-align:left;width:90%;margin:0 auto;line-height:160%;color:#fff;}
.c-windows .items1 .item1-top-note span {color:#fc2534;}

.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.16rem;}
.c-windows .items1 .item1-bottom-btn{background-color: #fff;padding: .2rem .25rem;border-radius: 0 0 0.3rem 0.3rem;margin-top:0;}
.c-windows .items1 .item1-bottom-btn .btn1{color: #fff;}
.c-windows .items1 .item1-bottom-btn .btn2{color: #b46636;margin-left: .23rem;border: 0.02rem solid #b46636;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%;}


/*网报弹窗*/
.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/window-itemswb-top.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%;}



/*学费弹窗*/
.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:4.95rem;height:7rem;background:#fff;border-bottom-left-radius:0.2rem;border-bottom-right-radius:0.2rem;}
.xf_tc .jz_banner{width:4.95rem;height:2.753rem;}
.xf_tc .jz_box {width:4.35rem;height:3.777rem;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:#f28d01;color:#fff;border:1px #f28d01 solid;}
.xf_tc .jz_tel{width:4.35rem;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;}
.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: 4.35rem;margin:0.18rem auto 0 auto;height: 0.7rem;line-height: 0.7rem; border-radius:0.06rem;background: #bd001e;color: #fff;border: none;}



/*弹窗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;
	margin-top:0.1rem;
}
.c-windows .items4 .items-input form {display:flex;padding:0;}

.c-windows .items4 .items-input .kstel_input{width: 100%;outline: none;height: .71rem;line-height:.71rem;-webkit-appearance: none;border-radius: 0;padding: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;height:.71rem;line-height: .71rem;width: 2.5rem;border:none;border-radius:0;-webkit-appearance:none;}

.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.14rem;
    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.14rem;
    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;
	color: 676767;
}
.n-menu-fixed-bottom li {
    color: #676767;
    font-size: 0.32rem;
    margin-right: 0.15rem;
}
.n-menu-fixed-bottom li i{
    color: #d1ab57;
    font-size: 0.32rem;
    margin-right: 0.15rem;
}

/*侧边end*/



.right_xf_btn {box-sizing: border-box;position: fixed;right: 0%;top:40%;z-index: 103;width: 52px;height: 52px;color: #ffffff;text-align: center;font-size:15px;line-height: 17px;background: #d1ab57;padding: 9px 8px;border-radius: 56px;box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);animation-iteration-count: infinite;}
.right_xf_btn a {color:#fff;}
.right_xf_animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}

.right_kf_btn {box-sizing: border-box;position: fixed;right: 0%;top:64%;z-index: 99;width: 50px;height: 50px;border-radius:40px;box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);animation-iteration-count: infinite;}

@-webkit-keyframes tada {
	from {
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1);
    }
	10%,20% {
		-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
	}
	30%,50%,70%,90% {
		-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
		transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
	}
	40%,60%,80% {
		-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
		transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
	}
	to {
		-webkit-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1);
	}
}
@keyframes tada {
	from {
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1);
	}
	10%,20% {
		-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
	}
	30%,50%,70%,90% {
		-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
		transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
	}
	40%,60%,80% {
		-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
		transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
	}
	to {
		-webkit-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1);
	}
}

.tada {-webkit-animation-name:tada;animation-name:tada;}


/*首屏网报*/
.form_first_ad {padding:12px 0px 6px 0px;}
.form_first_title {line-height:24px;font-size:18px;text-align:center;color:#390000;font-weight:bold;}
.form_first_intro {text-align:center;font-size:13px;line-height:16px;}
	
.form_first_wrap {width:92%;margin:0 auto 18px auto;padding:0px 0px 14px 0px;background:#fff;border-radius:5px;box-shadow:0px 2px 8px rgba(0,0,0,0.2);}
.form_first_wrap * {box-sizing:border-box;}
.form_first_tit {font-size:18px;color:#111;font-weight:bold;line-height:21px;padding:10px 0px 10px;text-align:center;background:#ffe2ac;border-top-left-radius:5px;border-top-right-radius:5px;}
.form_first_tit span {color:#f61408;}
.form_first_num {width:78%;height:14px;line-height:14px;font-size:12px;text-align:center;margin:15px auto 8px auto;color:#666;}
.form_first_num .renshu {color:#f61408;font-weight:bold;}
.form_first_li {width:100%;text-align:center;}
.form_first_li .form_first_input {width:78%;padding:0 6% 0 6%;margin:5px auto;height:34px;line-height:32px;border:1px #9e9c98 solid;border-radius:18px;background:#fff;font-size:14px;-webkit-appearance:none;outline:none;}
.form_first_note {text-align:center;font-size:12px;line-height:15px;padding:5px 15px 8px 15px;color:#666;}
.form_first_btn {height:34px;line-height:34px;background:#f61408;border-radius:18px;box-sizing:border-box;color:#fff;font-weight:bold;text-align:center;width:78%;margin:0px auto 0px auto;font-size:14px;}



.form_bot_title {margin-top:5px;padding:5px 0px;text-align:center;}
.form_bot_title span {line-height:1.0;font-size:18px;font-weight:bold;}
.form_bot_intro {width:90%;margin:5px auto 15px auto;background:#F3F3F3;}
.form_bot_img {width:45%;float:left;}
.form_bot_img img {width:100%;height:auto;display:block;}
.form_bot_yuyue {width:55%;float:left;padding-left:13px;box-sizing:border-box;}
.form_bot_yuyue p:first-child {font-size:16px;line-height:24px;padding-top:7px;}
.form_bot_yuyue p span {color:#fe0000;font-weight:bold;}
.form_bot_yuyue p:last-child {font-size:13px;line-height:20px;padding-top:5px;}

.form_bot_intro .clear {width:0px;height:0px;clear:both;line-height:0px;}
.form_bot_wrap {padding-bottom:8px;}
.form_bot_wrap input,.form_bot_wrap select {-webkit-appearance: none;color:#555;font-size:14px;}
.form_bot_wrap ::-webkit-input-placeholder {color:#555;}
.form_bot_wrap :-ms-input-placeholder { color:#555;}
.form_bot_wrap select {background:none;width:100%;border:none;}
.form_bot_wrap * {box-sizing:border-box;}
.form_bot_li {width:76%;padding:0 15px 0 36px;margin:9px auto;height:34px;line-height:32px;border:1px #666 solid;border-radius:18px;}
.form_bot_li .form_bot_input {width:100%;font-size:14px;color:#555;border:none;height: 32px; vertical-align: top;-webkit-appearance:none;outline:none;}
.b_tel_wrap {background:url(/mobile/img/form_bot_tel.png) 13px center no-repeat;background-size:auto 16px;}
.b_xm_wrap {background:url(/mobile/img/form_bot_people.png) 13px center no-repeat;background-size:auto 16px;}
.b_zy_wrap {background:url(/mobile/img/form_bot_major.png) 13px center no-repeat,url(/mobile/img/form_bot_arrow.png) 95% center no-repeat;background-size:auto 16px,auto 10px;}
.form_bot_btn {height:34px;line-height:34px;background:#fe0000;border-radius:18px;box-sizing:border-box;color:#fff;font-weight:bold;text-align:center;width:76%;margin:7px auto 7px auto;font-size:14px;}



.footer_grey { height: 0.88rem;position:fixed;bottom:0px;z-index:900;background:#d1ab57;width:100%;left:0px;}
.footer_fixbg {position: fixed;width: 20%;height:1.3rem;border-radius: 50%;background: #d1ab57;left:40%;bottom:0;z-index:800;}

.footer_nav_li {width:20%;box-sizing:border-box;text-align:center;float:left;}
.footer_nav_li a{display:block;height:0.88rem;width:100%;}
.footer_nav_li .footer_img {height:0.40rem;padding-top:0.1rem;display:block;text-align:center;margin:0 auto;}
.footer_nav_li .footer_img img {height:0.30rem;display:block;margin:0 auto;width:auto;}
.footer_nav_li:nth-child(3) {margin-top:-0.40rem;}
.footer_nav_li:nth-child(3) .footer_img {height: 0.81rem;padding-top: 0.19rem;padding-bottom: 0.13rem;}
.footer_nav_li:nth-child(3) .footer_img img{height:0.55rem;}
.footer_nav_li .footer_font {font-size:0.244rem;height:0.48rem;line-height:0.48rem;color:#fff;display:block;}
.footer_grey .clear {clear:both;width:0px;height:0px;line-height:0px;visibility:hidden;}

.footer_zixun_btn {position:relative;}

.footer_grey .number {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;font-style:normal;}
@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;}}	


.cont-xd-top{width: 100%;text-align: center;margin-bottom: .3rem;}
.cont-xd-top h5{font-size: .36rem; line-height: .4rem;background:url(/public/images/tit_bg_20.png) center center no-repeat;background-size:3.7rem auto;color:#d1ab57;}
.cont-xd-top p {font-size:0.24rem;height:0.36rem;line-height:0.36rem;color:#d1ab57;padding-top:0.1rem;}
