@charset "utf-8";
/**********重置**********/

html,body{font-size:625%; height:100%;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,select,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,input{margin: 0;padding: 0;font-size: 100%;font: inherit;}
html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6 {-webkit-text-size-adjust: none;}
html,body{ height:100%;line-height:initial; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display: block}
ol,ul{list-style: none}
blockquote,q {quotes: none}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none}
ins {text-decoration: none}
del {text-decoration: line-through}
table {border-collapse: collapse;border-spacing: 0}
body {margin:0 auto; max-width:750px;padding: 0;text-align: left;color: #000;height: auto;width: 100%;overflow-x: hidden;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-touch-callout: none;-webkit-text-size-adjust: none; color: #333;outline: 0;width: 100%; font-family:'微软雅黑';}
.contioner {max-width: 750px;margin: 0 auto; min-width: 320px;overflow: hidden; position:relative;}
.wapper{position:relative;z-index:100; padding-bottom:1rem;padding-top: 0.9rem;}
.emptys,.empty{ text-align:center; padding:15px 0; font-size:15px;}
a {color: #333;text-decoration: none;}
img,a img {border:0;padding:0;margin:0;}
.clear{ clear:both;}
i{ font-style:normal}
button::-moz-focus-inner,input::-moz-focus-inner{border: 0;padding: 0;}
input[type="submit"], input[type="reset"], input[type="button"], button {-webkit-appearance: none;border:none; outline:none;}
a,input,button,select,textarea{outline:none;text-decoration:none; }
.left{float: left}
.right{float:right}
.t_alglirg{text-align: right;}
.t_alglic{text-align: center;}
.epco2{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.epco3{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.nowrap{text-overflow:ellipsis; white-space:nowrap;overflow: hidden;}
.uppercase{text-transform:uppercase;}
.wapperptop{padding-top: 1rem;}
*:focus {outline: none}
.hide{display: none;}
.h13,h13{ font-size:0.13rem}
.h14,h14{ font-size:0.14rem}
.h15,h15{ font-size:0.15rem}
.h16,h16{ font-size:0.16rem}
.h17,h17{ font-size:0.17rem}
.h18,h18{ font-size:0.18rem}
.h19,h19{ font-size:0.19rem}
.h20,h20{ font-size:0.25rem}
.h21,h21{ font-size:0.26rem}
.h22,h22{ font-size:0.27rem}
.h23,h23{ font-size:0.28rem}
.h24,h24{ font-size:0.29rem}
.h26,h26{ font-size:0.26rem}
.h30,h30{ font-size:0.30rem}
.h32,h32{ font-size:0.32rem}
.h40,h40{ font-size:0.40rem}
/********隐藏部分手机滚动条******/
::-webkit-scrollbar{width:0px;}
::-webkit-scrollbar-track{background-color:#EEEEEE;}
::-webkit-scrollbar-thumb{background-color:#D6D6D6;}
::-webkit-scrollbar-thumb:hover {background-color:#ccc}
::-webkit-scrollbar-thumb:active {background-color:#ccc}

.mid_table {height: 100%;display: table;width: 100%;}
.mid_cell {display: table-cell;vertical-align: middle;}
/*checkbox 样式 以及radio 样式 type1*/
.magic-radio{position: absolute;display: none; }
.magic-radio + label{position: relative;display: block;padding-left: 22%;cursor: pointer;vertical-align: middle; float:left; margin-left:2% }
.magic-radio + label:before,.magic-checkbox + label:before {position: absolute;top: 4px;left: 0;display: inline-block;width: 15px;height: 15px;content: '';border: 1px solid #c0c0c0; }
.magic-radio + label:after,.magic-checkbox + label:after { position: absolute;display: none;content: ''; }
.magic-radio:checked + label:before,.magic-checkbox:checked + label:before {animation-name: none; }
.magic-radio:checked + label:after,.magic-checkbox:checked + label:after {display: block; }
.magic-radio + label:before {border-radius: 50%; }
.magic-radio + label:after {top:9px;left: 5px;width: 8px;height: 8px;border-radius: 50%;background: #3e97eb; }
.magic-radio:checked + label:before {border: 1px solid #3e97eb; }
/*checkbox 样式 以及radio 样式  type2*/
.demo--label{display:inline-block}
.demo--radio{display:none}
.demo--radioInput{background-color:#fff;border:1px solid rgba(0,0,0,0.15);border-radius:100%;display:inline-block;height:0.3rem;margin-top:-1px;vertical-align:middle;width:0.3rem;line-height:1}
.demo--radio:checked + .demo--radioInput:after{background-color:#bd1b1b;border-radius:100%;content:"";display:inline-block;height:0.15rem;margin:0.07rem;width:0.15rem}
.demo--checkbox.demo--radioInput,.demo--radio:checked + .demo--checkbox.demo--radioInput:after{border-radius:0}

/*******************s********分辨率兼容样式属性**************************/
@media screen and (min-width: 320px) {
    html,body {
        font-size:42.666px;
    }
}

@media screen and (min-width: 360px) {
    html,body {
        font-size:48px;
    }
}

@media screen and (min-width: 375px) {
    html,body {
        font-size:50px;
    }
}

@media screen and (min-width: 385px) {
    html,body {
        font-size:51.333px;
    }
}

@media screen and (min-width: 400px) {
    html,body {
        font-size:53.333px;
    }
}

@media screen and (min-width: 414px) {
    html,body {
        font-size:55.2px;
    }
}

@media screen and (min-width: 420px) {
    html,body {
        font-size:56px;
    }
}

@media screen and (min-width: 440px) {
    html,body {
        font-size:58.666px;
    }
}

@media screen and (min-width: 480px) {
    html,body {
        font-size:64px;
    }
}

@media screen and (min-width: 520px) {
    html,body {
        font-size:69.333px;
    }
}

@media screen and (min-width: 560px) {
    html,body {
        font-size:74.666px;
    }
}

@media screen and (min-width: 580px) {
    html,body {
        font-size:77.333px;
    }
}

@media screen and (min-width: 600px) {
    html,body {
        font-size:80px;
    }
}

@media screen and (min-width: 640px) {
    html,body {
        font-size:85.333px;
    }
}

@media screen and (min-width: 680px) {
    html,body {
        font-size:90.6666px;
    }
}

@media screen and (min-width: 720px) {
    html,body {
        font-size:96px;
    }
}

@media screen and (min-width: 750px) {
    html,body {
        font-size:100px;
    }
}
/***************************end分辨率兼容样式属性*************************
/* **************公共电脑隐藏********** */
.hidepc{display: none;}




/*公共头部--01*/
.ui-headerfiexbg{background-color: rgba(2, 7, 11, 0.6);}
.ui-header{min-width: 320px;max-width: 750px;color:#000; height:1.1rem;margin:auto;z-index:20;box-sizing:border-box;position: fixed;top: 0px;right: 0px;left: 0px;background-color: #fff;}
.ui-header-left{ position:absolute;transition:cubic-bezier(0.215,.61,.355,1) .45s;}
.ui-header-left2{ position:absolute; top:0; left:0.2rem;width:0.68rem;}
.ui-header-right{right:0;position:absolute;width:1rem;height: 1.1rem;background-color: #06297d;}
.ui-header-right2{top:0;  right:0.72rem;position:absolute;width:0.62rem; margin-right:0.2rem}
.ui-header-cen{right:0;position:absolute;width:4.6rem;height: 1.1rem;left: 0px;margin: 0px auto;background: url(../img/logo.png) no-repeat center;background-size: 100%;}
.ui-header-ico-home{ background:url(../img/logon.png) no-repeat center;background-size:100%;left:0.2rem;top:0.3rem; width:2.46rem;height:0.58rem;position: absolute;}
.ui-header-ico-menu2{ background:url(../img/menu.png) no-repeat   center;background-size:0.48rem; display:block;color: #fff;height: 1.1rem;}
.ui-header-ico-seach{ background:url(../img/seacherbot.png) no-repeat center;height:1.1rem; background-size:100% auto; display:block}
.ui-header-ico-back{ background:url(../img/back.png) no-repeat center;height:1rem; background-size:88% auto; display:block}
.ui-header p{ position:relative; text-align:center; font-size:0.35rem;  line-height:1.1rem; z-index:-9}
.ui-txt{display: inline-block;position: absolute;bottom: 0.15rem;left: 0px;font-size: 0.24rem;margin: 0px auto;right: 0px;text-align: center;}
/* conlaber */
.conlaber{width: 85%;height: auto;overflow: hidden;padding: 0.23rem 0px;margin: 0px auto;}
.conlaber img{width: 100%;float: left;}
/**************************banner*****************************/
.bannerbox { overflow: hidden; position:relative;}
.bannerbox .swiperbanner{width: 100%;position: relative;padding-bottom: 0.4rem;}
.bannerbox .swiper-pagination{left: 0px;margin: 0px auto;bottom:0.1rem !important;}
.bannerbox .swiper-slide .banner{width: 100% !important;}
.bannerbox .swiper-pagination-bullet{width: 0.14rem !important;height:0.14rem !important;opacity:1 !important;background-color: #d1d1d1;border-radius:100%;}
.bannerbox .swiper-pagination-bullet-active{background-color: #fff;}

.main-content {width: calc(100%);position: relative;overflow: hidden;transition: 0.3s;padding-top: 1.1rem;}
/* 升学规划 */
.w_sx_bg{width: 100%;height: auto;overflow: hidden;background: url(../img/bg1.jpg)no-repeat bottom center;background-size: cover;padding: 0.35rem 0px 0.35rem;}
.w_sx_con{width: 92%;height: auto;overflow: hidden;margin: 0px auto;}
.w_sx_title{width: 100%;height: auto;overflow: hidden;text-align: center;margin: 0px auto 0.3rem;}
.w_sx_title p.p1{font-weight: bold;font-size: 0.4rem;color: #000;margin-bottom: 0.1rem;}
.w_sx_title p.p1 i{color: #e62129;}
.w_sx_title p.p2{font-size: 0.24rem;color: #7a7a7a;text-transform: capitalize;}
.w_sx_list{width: 100%;height: auto;overflow: hidden;}
.w_sx_list .picleft{width: 100%;float: left;overflow: hidden;position: relative;border-radius: 6px;margin-bottom: 0.2rem;}
.w_sx_list .picleft img{width: 100%;float: left;border-radius: 6px;}
.w_sx_list .picleft .tit{font-size: 0.29rem;color: #fff;padding: 0px 0.2rem;position: absolute;left: 0px;right: 0px;bottom: 0rem;font-weight: bold;background: rgba(0, 0, 0, 0.5);height: 0.7rem;line-height: 0.7rem;}
.w_sx_list .picrig{width: 100%;float: right;overflow: hidden;}
.w_sx_list .picrig ul li{width: 48%;float: left;margin: 0px 1% 0.2rem;overflow: hidden;position: relative;height: 2.2rem;border-radius: 6px;}
.w_sx_list .picrig ul li img{width: 100%;float: left;border-radius: 6px;}
.w_sx_list .picrig ul li .tit{font-size: 0.28rem;color: #fff;padding: 0px 0.2rem;position: absolute;left: 0px;right: 0px;bottom: 0rem;font-weight: bold;background: rgba(0, 0, 0, 0.4);height: 0.7rem;line-height: 0.7rem;}
.w_sx_more{width: 3rem;height:0.68rem;border: 1px solid #ea2842;border-radius: 50px;font-size: 0.28rem;font-weight: bold;color: #dc2626;line-height: 0.68rem;text-align: center;margin: 0.2rem auto 0px;}
/* 报名 */
.w_sx_bmbox{width: 92%;height: auto;overflow: hidden;margin: 0.35rem auto 0px;background-color: #fff;box-shadow: 0 0 20px rgb(0 0 0 / 10%);padding: 0.25rem 0.3rem;box-sizing: border-box;}
.w_sx_bmbox .tit{text-align: center;color: #040404;font-size: 0.3rem;margin-bottom:0.25rem;}
.w_sx_from{width: 100%;box-sizing: border-box;border: 4px solid #e5e5e5;overflow: hidden;}
.w_sx_from ul li{width: 100%;float: left;box-sizing: border-box;}
.w_sx_from ul li:last-child{width:100%;border-right: none;background:-webkit-linear-gradient(45deg, #764d6c, #e62129)}
.w_sx_from ul li .input{width: 100%;height: 0.68rem;line-height: 0.68rem;color: #757575;font-size: 0.26rem;box-sizing: border-box;border: 1px solid #e5e5e5;padding-left: 0.15rem;}
.w_sx_from ul li .botton{width: 100%;background:url(../img/w_coin1.png)no-repeat 85% center ;border: none;height:0.85rem;color: #fff;font-size: 0.26rem;background-size:0.42rem ;cursor: pointer;}
/* 就业服务 */
.w_jy_box{width: 100%;height: auto;overflow: hidden;padding: 0.35rem 0px;margin: 0px auto;}
.w_jy_con{width: 100%;height: auto;overflow: hidden;}
.w_jy_con ul li{width: 96%;float: left;margin: 0px 2% 0.2rem;position: relative;overflow: hidden;border-radius: 6px;}
.w_jy_con ul li img{width: 100%;float: left;}
.w_jy_con ul li .tit{position: absolute;bottom: 0;right: 0;width: 100%;height: 0.75rem;line-height: 0.75rem;background-color: rgba(87, 15, 97, 0.8);clip-path: polygon(50% 0%, 100% 0, 100% 100%, 45% 100%);padding-right: 8%;color: white;z-index: 1;text-align: right;}
.w_jy_con ul li::before{content: "";display: block;height: 3px;background-color: rgba(87, 15, 97, 0.8);width: 100%;position: absolute;bottom: 0;left: 0;}
.w_jy_con ul li .tit span{font-size: 0.26rem;display: inline-block;padding-right: 0.1rem;}
.w_jy_con ul li .tit i{display: inline-block;font-size: 0.28rem;padding-left: 0.15rem;position: relative;text-transform: capitalize;}
.w_jy_con ul li .tit i::after{display: inline-block;width: 2px;height: 0.22rem;content: '';position: absolute;left: 0px;top:0.25rem;background-color: #fff;}
.w_jy_con ul li .trapezoid{display: none;}
.w_jy_con ul li.bm{background:-webkit-linear-gradient(90deg, #59587e, #bd3d4e);box-sizing: border-box;padding: 0.28rem 0.2rem;}
.w_jy_con ul li.bm .stit{font-size: 0.32rem;font-weight: bold;color: #fff;margin-bottom: 0.2rem;}
.w_jy_con ul li.bm .bmbox{width: 100%;height: auto;overflow: hidden;}
.w_jy_con ul li.bm .bmbox .bminput{width: 48%;float: left;margin: 0px 1% 0.2rem;border: 1px solid #e7e7e7;height: 0.68rem;background-color: #ffff;font-size: 0.26rem;color: #7a7a7a;line-height: 0.68rem;box-sizing: border-box;padding: 0px 0.15rem;}
.w_jy_con ul li.bm .bmbox .bminput.bmws{width: 100%;}
.w_jy_con ul li.bm .bmbox .bmbimet{width: 1.85rem;height: 0.68rem;border-radius: 6px;background-color: #e62129;line-height: 0.68rem;color: #fff;text-align: center;font-size: 0.28rem;float: left;border: none;margin-left: 1%;cursor: pointer;}
/* 留学项目 */
.w_lx_box{width: 100%;height: auto;overflow: hidden;}
.adv-div{width: 100%;display: flex;justify-content: center;position: absolute;z-index: 10;margin: auto;margin-bottom: 0.25rem;margin-top: 0.25rem;}
.adv-con{width: 100%;box-sizing: border-box;position: relative;top: -0.2rem;}
.adv-li{width: 31.3%;padding: 0.35rem 0px;background-color: #fff;border-radius: 100px;text-align: center;box-shadow: 0 0 20px rgb(0 0 0 / 10%);margin: 0px 1% 0.35rem;float:left;min-height:6rem}
.adv-li .coin{width:0.58rem;height: 0.58rem;margin: 0px auto 0.2rem;}
.adv-li .coin.coin1{background: url(../img/w_coin3.png)no-repeat top center;background-size: 100%;}
.adv-li .coin.coin2{background: url(../img/w_coin3_3.png)no-repeat top center;background-size: 100%;}
.adv-li .coin.coin3{background: url(../img/w_coin4.png)no-repeat top center;background-size: 100%;}
.adv-li .coin.coin4{background: url(../img/w_coin4_4.png)no-repeat top center;background-size: 100%;}
.adv-li .coin.coin5{background: url(../img/w_coin5.png)no-repeat top center;background-size: 100%;}
.adv-li p.p1{font-size: 0.3rem;color: #df0e2e;font-weight: bold;margin-bottom:0.2rem;}
.adv-li p.p2{font-size: 0.26rem;color: #4b4b4b;padding:0px 0.2rem}
.wave-container{position: relative;height:14rem;overflow: hidden;}
/* 底部波浪样式 */
.wave {position: absolute;bottom: 0;left: 0;width: 100%;height: 150px;background-repeat: repeat-x;background-position: 0 bottom;animation-duration: 16s;animation-timing-function: linear;animation-iteration-count: infinite;}
/* 第一个波浪的样式及动画设置 */
.wave-1 {background-image: url('../img/wave_01.png');animation-name: wave-1-animation;}
/* 第一个波浪的动画关键帧 */
    @keyframes  wave-1-animation {
        from {
            background-position: 0 bottom;
        }

        to {
            background-position: -108vw bottom;
            /* 根据你的波浪图形宽度调整这个值，确保能完整滚动 */
        }
    }
/* 第二个波浪的样式及动画设置 */
.wave-2 {background-image: url('../img/wave_02.png');animation-name: wave-2-animation;margin-top: -50px;}
/* 第二个波浪的动画关键帧 */
    @keyframes  wave-2-animation {
        from {
            background-position: 0 bottom;
        }

        to {
            background-position: 108vw bottom;
            /* 根据你的波浪图形宽度调整这个值，确保能完整滚动 */
        }
    }
.image-container{position: relative;width: 100%;height:31rem;background: url("../img/w_coin2.png") no-repeat center center / cover,linear-gradient(to bottom, rgba(78, 65, 125, 1), rgba(255, 255, 255, 0.8));}
.image-container::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(to bottom, rgba(78, 65, 125, 1), rgba(255, 255, 255, 0.4));z-index: 0;}
.adv-lxlistcon{width: 92%;height: auto;overflow: hidden;margin: 0px auto;padding-top: 0.5rem;z-index: 1;position: absolute;left: 0px;right: 0px;top: 0px;}
.adv-lxlist{width: 100%;height: auto; }
.adv-lxlist.adv_bg1{background: url(../img/w_coin7.png)no-repeat top center;background-size: cover;margin-bottom: 0.35rem;}
.adv-lxlist.adv_bg2{background: url(../img/w_coin8.png)no-repeat top center;background-size: cover}
.adv-lxlist p.p1{font-size:0.32rem;font-weight: bold;color: #fff;padding-left:0.3rem;padding-top: 0.3rem;}
.adv-lxlist .adv-pli{padding: 0.5rem 0.3rem 0.2rem;box-sizing: border-box;}
.adv-lxlist .adv-pli ul li{width: 100%;height: auto;background-color: #fff4ef;padding: 0.25rem 0.35rem;box-sizing: border-box;color: #4b342a;font-weight: bold;font-size: 0.26rem;position: relative;margin-bottom: 0.4rem;border-radius: 50px;}
.adv-lxlist .adv-pli ul li::after{display: inline-block;width: 0.24rem;height: 0.22rem;background: url(../img/w_coin6.png)no-repeat;background-size: 100%;position: absolute;left: 0px;right: 0px;bottom: -0.3rem;content: '';margin: 0px auto;}
.adv-lxlist .adv-pli ul li:last-child::after{display: none;}
.adv-lxlist.adv_bg2 .adv-pli ul li{background-color: #e9efff;}
.adv-lxlist.adv_bg2 .adv-pli ul li::after{background: url(../img/w_coin9.png)no-repeat;background-size: 100%;}
.adv-lxlist.adv_bg2 .adv-pli{padding:0.25rem 0.25rem 0.2rem;}
.adv-lxlist.adv_bg2 .adv-pli .clina{font-size: 0.3rem;color: #06297d;font-weight: bold;line-height: 0.42rem;text-align: center;margin-bottom: 0.2rem;padding-top: 0.2rem;}
/* 关于我们 */
.w_about_bg{width: 100%;height: auto;overflow: hidden;background: url(../img/bg2.jpg)no-repeat top center;padding: 0.45rem 0px;background-size: cover;}
.w_about_con{width: 92%;height: auto;overflow: hidden;margin: 0px auto;}
.w_about_conpic{width: 100%;overflow: hidden;box-shadow: 0 0 20px rgb(0 0 0 / 20%);margin-bottom: 0.3rem;}
.w_about_conpic img{width: 100%;float: left;}
.w_about_contxt{width: 100%;overflow: hidden;}
.w_about_contxt .tit{width: 100%;padding-bottom: 0.25rem;margin-bottom: 0.25rem;background: url(../img/w_coin12.png)no-repeat bottom left;background-size: 0.65rem;font-weight: bold;font-size: 0.33rem;color: #fff;}
.w_about_contxt .intros{font-size: 0.26rem;color: #fff;line-height: 0.4rem;margin-bottom:0.4rem;}
.w_about_contxt .abmore{display: inline-block;width: 2rem;height:0.68rem;border: 1px solid #fff;box-sizing: border-box;line-height: 0.68rem;text-align: center;font-size: 0.28rem;color: #fff;}
/* 新闻资讯 */
.w_news_container{width: 100%;height: auto;overflow: hidden;padding: 0.4rem 0px;}
.w_news_navs{width: 100%;height: 0.85rem;background-color: #f2f2f2;overflow: hidden;}
.w_news_navscon{width: 100%;height: auto;margin: 0px auto;}
.w_news_navscon .w_news_navleft{display: none;}
.w_news_navscon .w_news_navright{width: 100%;overflow: hidden;margin-top: 0.15rem;}
.w_news_navscon .w_news_navright ul{width: 100%;display: flex;align-items: center;justify-content: center;}
.w_news_navscon .w_news_navright ul li{display: inline-block;font-size: 0.26rem;padding: 0.1rem 0.1rem;}
.w_news_navscon .w_news_navright ul li a{color: #000000}
.w_news_navscon .w_news_navright ul li:hover,.w_news_navscon .w_news_navright ul li.cur{background-color: #e62129;padding: 0.1rem 0.1rem;border-radius: 30px;}
.w_news_navscon .w_news_navright ul li:hover a,.w_news_navscon .w_news_navright ul li.cur a{color: #fff;}
.w_news_lis{width:100%;height: auto;overflow: hidden;margin: 0.15rem auto 0px;}
.w_news_lis .w_news_left{display: none;}
.w_news_lis .w_news_rig{width: 100%;overflow: hidden;padding-top:0.2rem;}
.w_news_lis .w_news_rig ul li{width:94%;float: left;overflow: hidden;border-radius: 6px;box-shadow: 0 0 20px rgb(0 0 0 / 10%);padding: 0.25rem 0.3rem;box-sizing: border-box;margin: 0px 3% 0.25rem;}
.w_news_lis .w_news_rig ul li a p.p1{color: #767676;font-size: 0.26rem;margin-bottom: 0.15rem;}
.w_news_lis .w_news_rig ul li a p.p2{font-size: 0.28rem;color: #333;margin-bottom: 0.2rem;}
.w_news_lis .w_news_rig ul li a .pic{width: 100%;overflow: hidden;text-align: center;}
.w_news_lis .w_news_rig ul li a .pic img{width: 100%;float: left;}
.w_news_lis .w_news_rig ul li a .txtcon{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 0.2rem;background: url(../img/w_coin16.png)no-repeat right center;background-size: 0.4rem;}
.w_news_lis .w_news_rig ul li a .txtcon p.p3{font-size: 0.26rem;color: #666;background: url(../img/w_coin13.png)no-repeat left center;background-size: 0.3rem;padding-left: 0.4rem;}
.w_news_lis .w_news_rig ul li a .txtcon p.p3 i{color: #e62129}
/* 公共底部 */
.w_index_footbg{width: 100%;height: auto;overflow: hidden;background-color: #f5f5f5;padding: 0.3rem 0px 1.4rem;}
.w_index_footcon{width: 92%;height: auto;overflow: hidden;margin: 0px auto;}
.w_index_foottel{width: 100%;overflow: hidden;margin: 0px auto;}
.w_index_foottel ul li{width: 100%;float: left;overflow: hidden;margin-bottom: 0.2rem;}
.w_index_foottel ul li.li1{background: url(../img/w_coin17.png)no-repeat left 0.1rem;background-size: 0.3rem;}
.w_index_foottel ul li.li2{background: url(../img/w_coin30.png)no-repeat left 0.1rem;background-size: 0.3rem;}
.w_index_foottel ul li.li3{background: url(../img/w_coin35.png)no-repeat left 0.1rem;background-size: 0.25rem;}
.w_index_foottel ul li .cname{display: inline-block;float: left;color: #727272;font-size: 0.28rem;padding-left: 0.4rem;}
.w_index_foottel ul li .cnametel{display: inline-block;float: left;padding-left: 0.08rem;font-weight: bold;color: #727272;font-size: 0.3rem;line-height: 0.42rem;}
.w_index_foottel ul li .cnametel a{color: #727272;}
.w_index_foottel ul li .cnametxt{display: inline-block;float: left;padding-left: 0.08rem;color: #727272;font-size: 0.28rem;width: 80%;}
.w_index_footewm{width: 100%;float:right;overflow: hidden;text-align: center;}
.w_index_footewmpicbox{width: 1.8rem;height: auto;overflow: hidden;margin-right: 0.3rem;display: inline-block;}
.w_index_footewmpicbox .pic{width: 100%;overflow: hidden;}
.w_index_footewmpicbox .pic img{width: 100%;float: left;}
.w_index_footewmpicbox .tit{color: #333;font-size: 0.3rem;font-weight: bold;margin-bottom: 0.1rem;}
.w_index_footline{width: 100%;height: 3.2vw;color: #979797;line-height: 3.2vw;background-color: #dfdfdf;}
.w_index_footlinecon{width: 80%;height: auto;overflow: hidden;margin: 0px auto;font-size: 0.8vw;}
.w_index_footlinecon span{display: inline-block;float: left;}
.w_index_footlinecon a{display: inline-block;float: right;color: #979797;}


.nbanner{width: 100%;height: auto;overflow: hidden; text-align: center;}
.nbanner img{width: 100%;float: left;}
/* foot */
.bottom-fixed{bottom: 0;position: fixed;text-align: center;width:100%;z-index: 9999;min-width: 320px;max-width: 750px; margin:0 auto;}
.footer {display: block;text-align: center; overflow:hidden; color:#fff; height:1rem;background-color: #06297d;}
.footer li{float:left; width:20%; padding:0.08rem 0px 0.08rem; overflow:hidden;box-sizing:border-box}
.footer li a .footpic{ width:0.48rem; height:0.48rem; text-align:center;margin:0 auto 0.05rem; }
.footer li a .footpic1{background:url(../img/ft_coin1.png) no-repeat center;background-size:84% auto}
.footer li a .footpic2{ background:url(../img/ft_coin2.png) no-repeat center; background-size:100% auto}
.footer li a .footpic3{background:url(../img/ft_coin3.png) no-repeat center;background-size:95% auto}
.footer li a .footpic4{background:url(../img/ft_coin4.png) no-repeat center;background-size:82% auto}
.footer li a .footpic5{background:url(../img/ft_coin5.png) no-repeat center;background-size:88% auto}
.footer li a p{color:#fff; text-align:center; line-height:0.35rem; font-size:0.25rem;text-transform: capitalize;}
/* about */
/* 内页关于我们 */
.c_about_bg{width: 100%;height: auto;overflow: hidden;background: url(../img/bg3.jpg)no-repeat bottom center;padding:0.35rem 0px;position: relative;z-index: -2;background-size: cover;}
.c_about_con{width: 92%;height: auto;overflow: hidden;margin: 0px auto;}
.c_about_con .pic{width: 98%;position: relative;z-index: 3;margin-bottom: 0.2rem;float: left;}
.c_about_con .pic::after{display: inline-block;width: 100%;height: 100%;background: -webkit-linear-gradient(90deg, #424385,#6b3a62 );position: absolute;right: -0.2rem;bottom: -0.2rem;content: '';z-index: -1;}
.c_about_con .pic img{width: 100%;float: left;}
.c_about_con .pictxt{width: 100%;overflow: hidden;margin-top: 0.3rem;float: left;}
.c_about_con .pictxt p.p1{font-weight: bold;font-size: 0.36rem;color: #1f1f1f;margin-bottom: 0.3rem;}
.c_about_con .pictxt .intr{width: 100%;height: auto;overflow: hidden;font-size: 0.26rem;line-height: 0.4rem;}
.c_about_con .pictxt .intr p{padding:0.02rem 0px;}
.c_about_con .pictxt .intr img{max-width: 100%;}
/* 联系我们 */
.c_contanct_bg{width: 100%;height: auto;overflow: hidden;background: url(../img/bg4.jpg)no-repeat bottom center;padding: 0.35rem 0px;background-size: cover;}
.c_contanct_con{width: 100%;height: auto;overflow: hidden;margin: 0px auto;}
.c_contanct_box{width: 92%;height: auto;overflow: hidden;margin: 0px auto;}
.c_contanct_box .c_contanct_left{width: 100%;float: left;overflow: hidden;position: relative;background: url(../img/w_coin12.png)no-repeat left bottom;background-size: 0.65rem;padding-bottom: 0.25rem;}
.c_contanct_box .c_contanct_left p.p1{font-size: 0.3rem;font-weight: bold;color: #000;margin-bottom: 0.1rem;}
.c_contanct_box .c_contanct_left p.p2{font-size: 0.26rem;color: #6b7280;text-transform: capitalize;}
.c_contanct_box .c_contanct_rig{width: 100%;float: right;overflow: hidden;margin-top: 0.25rem;}
.c_contanct_box .c_contanct_rig .c_contanli{width: 45%;float: left;margin: 0px 2.5%;overflow: hidden;}
.c_contanct_box .c_contanct_rig .c_contanli .c_coin{width: 0.55rem;height: 0.55rem;float: left;}
.c_contanct_box .c_contanct_rig .c_contanli .c_coin img{width: 100%;float: left;}
.c_contanct_box .c_contanct_rig .c_contanli .c_contantit{width: calc(100% - 0.65rem);float: right;overflow: hidden;}
.c_contanct_box .c_contanct_rig .c_contanli .c_contantit .tt{color: #3c3c3c;font-weight: bold;font-size:0.3rem;margin-bottom:0.2rem;}
.c_contanct_box .c_contanct_rig .c_contanli .c_tel{width: 100%;color: #7f7e7e;font-size: 0.28rem;margin-bottom: 0.1rem;}
.c_contanct_box .c_contanct_rig .c_contanli.hideewm{display: none;}
.c_link_box{width: 92%;height: auto;overflow: hidden;border-top: 1px dashed #d7dbde;padding-top: 0.4rem;margin: 0.4rem auto 0px;}
.c_link_box_tit{font-size: 0.3rem;font-weight: bold;color: #3c3c3c;margin-bottom: 0.1rem;}
.c_link_box_con{width: 100%;height: auto;overflow: hidden;color: #7e7e7e;}
.c_link_box_con a{display: inline-block;color: #3c3c3c;padding: 0px 0.1rem;font-size: 0.26rem;line-height: 0.42rem;}
/* 升学规则 */
.picrig2{width: 100%;overflow: hidden;}
.picrig2 ul li{width: 48%;float: left;margin: 0px 1% 2%;overflow: hidden;position: relative;height: 2.4rem;border-radius: 6px;}
.picrig2 ul li img{width: 100%;float: left;border-radius: 6px;}
.picrig2 ul li .tit{font-size: 0.28rem;color: #fff;padding: 0px 0.15rem;position: absolute;left: 0px;right: 0px;bottom: 0rem;font-weight: bold;background: rgba(0, 0, 0, 0.4);height: 0.7rem;line-height: 0.7rem;}

.case_navsli{width:100%;text-align: center;padding: 0.1rem 0px 0.15rem;}
.case_navsli ul li{display: inline-block;background-color: #fff;border-radius: 40px;height: 0.65rem;line-height:0.65rem;padding: 0px 0.25rem;text-align: center;font-size: 0.28rem;color: #333;box-shadow:0 0 14px rgba(0,0,0,.1);margin: 0.8vw 0.8vw 0.5vw 0px;position: relative;}
.case_navsli ul li:hover,.case_navsli ul li.cur{color: #fff;background-color: #e62129;}
.case_navsli ul li:hover a,.case_navsli ul li.cur a{color: #fff;}


/* 三级 */
.case_navsli ul li .nav_c{ width:1.6rem; height:auto; position:absolute;z-index:12; top:0.45rem; left:0px;right: 0px;margin: 0px auto;  background-color:rgba(230, 33, 41, 0.7); transition:all 0.7s;padding: 0.3rem 0px 0.3rem;border-radius:0 0 12px 12px;display: none;}
.case_navsli ul li .nav_c a .small{ width:100%;overflow:hidden; float:left; line-height:0.48rem;color:#fff; font-size:0.26rem; text-align:center;}
.case_navsli ul li .nav_c a .small:hover{color:#333;}


/* 单页样式 */
.one_view{width: 92%;height: auto;overflow: hidden;margin: 0.2rem auto 0px;background-color: #fff;box-shadow: 0 0 20px rgb(0 0 0 / 10%);padding: 0.3rem 0.25rem;box-sizing: border-box;font-size: 0.28rem;line-height:0.42rem;min-height: 6rem;}
.one_view p{padding: 2px 0px;}
.one_view img{max-width: 100%;}
/* 新闻 */
/* m news */
.news_bgs{width: 100%;height: auto;overflow: hidden;padding: 0.35rem 0px 0px;background-color: #f5f5f5;}
.news_bgscon{width: 100%;height: auto;overflow: hidden;margin: 0px auto;}
.w_mobile_box{width: 100%;height: auto;overflow: hidden;background-color: #fff;box-sizing: border-box;padding: 0.3rem 0.28rem 0.3rem;min-height: 5rem;}
.w_mobile_box ul li{width: 100%;float: left;overflow: hidden;padding-bottom: 0.18rem;border-bottom: 1px solid #c8c8c8;margin-bottom: 0.18rem;}
.w_mobile_box ul li a .time{width: 100%;font-size: 0.26rem;color: #2543c3;margin-bottom: 0.1rem;}
.w_mobile_box ul li a .desc{color: #333;font-size: 0.26rem;line-height: 0.42rem;font-weight: normal;}
/* 校园生活 */
.w_index_newslis{width: 92%;height: auto;overflow: hidden;margin: 0.2rem auto;}
.w_index_newslis .w_new_lis{width:100%;float: left;margin: 0px auto 0.25rem;overflow: hidden;}
.w_index_newslis .w_new_lis .w_news_pic{width: 100%;overflow: hidden;text-align: center;}
.w_index_newslis .w_new_lis .w_news_pic img{width: 100%;}
.w_index_newslis .w_new_lis .w_news_intrs{width: 100%;height: auto;background-color: #fff;padding: 0.25rem 0.2rem;box-sizing: border-box;}
.w_index_newslis .w_new_lis .w_news_intrs .tt{font-size: 0.26rem;color: #767676;margin-bottom: 0.15rem;font-weight: normal;}
.w_index_newslis .w_new_lis .w_news_intrs .intrs{font-size: 0.28rem;color: #242525;margin-bottom: 0.25rem;}
.w_index_newslis .w_new_lis .w_news_intrs .more{width: 100%;height: 0.45rem;background: url(../img/w_coin21.png)no-repeat left center;background-size: 0.45rem;}



/*分页*/
.page{width:100%;line-height:0.45rem;text-align:center;border-top:none;padding:0 0 0px 0; margin:0.3rem auto 0.5rem;font-size: 0.26rem;}
.pagination { width:auto;  margin:0 auto;}
.pagination li {display: inline-block;margin-right: 0.03rem;padding: 0.03rem 0.15rem;border: 1px solid #e2e2e2;min-width: 0.2rem;text-align: center;border-radius: 6px;}
.pagination li.active {background: #06297d;color: #fff;border: 1px solid #06297d;}
.pagination li a {display: block;text-align: center;}

/* 详情 */
.red_box2{width: 100%;padding: 0.45rem 0px;overflow: hidden;}
.viewbox{width: 92%;;margin: 0px auto 0.2rem ;overflow: hidden;box-sizing: border-box;}
.viewtitle{font-size:0.38rem;color: #000;text-align: center;margin-bottom: 0.2rem;font-weight: bold;}
.viewbz{width: 100%;height: auto;overflow: hidden;text-align: center;border-bottom: 1px solid #f3f3f3;padding-bottom: 0.2rem;}
.viewbz ul li{display: inline-block;padding: 0px 0.1rem 0px 0.4rem;font-size: 0.24rem;color: #333;}
.viewbz ul li.li1{background: url(../img/t48.png) no-repeat left center;background-size: 0.3rem;}
.viewbz ul li.li2{background: url(../img/t49.png) no-repeat left center;background-size: 0.3rem;}
.viewbz ul li.li3{background: url(../img/t47.png) no-repeat left center;background-size: 0.3rem;}
.viecounten{width: 100%; height: auto;overflow: hidden;min-height: 5rem;font-size: 0.26rem;line-height: 0.42rem;color: #333;margin-top: 0.2rem;}
.viecounten p{padding: 0.02rem 0px;}
.viecounten img{max-width: 100%;}

.viepagecon{width: 100%;height: auto;overflow: hidden;padding-top: 0.2rem;border-top: 1px solid #f3f3f3;}
.viepagecon span{display: inline-block;width: 48%;font-size: 0.26rem;color: #333;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;height: 0.5rem;}
.viepagecon span.span1{float: left;}
.viepagecon span.span2{float: right;text-align: right;}
.viepagecon span a{color: #333;}
.viepagecon span:hover a{color: #0079c3;}


/* 产品详情 */
.view_probox{width: 100%;height: auto;overflow: hidden;margin: 0px auto 1vw;}
.view_probox .pic{width: 100%;background-color:#eef3f9;text-align: center;}
.view_probox .pic img{width: 90%;display: inline-block;}
.view_probox .txtcon{width:100%;overflow: hidden;padding-top: 0.25rem;}
.view_probox .txtcon h2{font-size:0.35rem;color:#0064db; margin-bottom:0.12rem; font-weight:bold;}
.view_probox .txtcon p.p1{font-size:0.26rem;color: #333;}
.view_probox .txtcon .intr{width: 100%;background-color: #f5f5f5;box-sizing: border-box;padding:0.25rem;color: #333;margin-top: 0.2rem;font-size: 0.26rem;line-height: 0.4rem;}



body .layui-titlebg .layui-layer-title{background-color: #005dd4;color: #fff;}
body .layui-titlebg .layui-layer-setwin span{color: #fff;}
/* 弹出样式 */
.layer_box{padding: 0.3rem 0.45rem;overflow: hidden;}
.layer_box img{max-width: 100%;}
.layer_box p{padding: 0.02rem 0px;}






ul.Sort1 > li.s1>a{ background:url(../img/down.png) no-repeat #f4f4f4 95% 50% ;background-size:16px 8px;}
ul.Sort1 > li.s2>a{background:url(../img/up.png)no-repeat #f4f4f4 95% 50%;background-size:16px 8px;}
ul.Sort1 > li.s2{ border-bottom: 1px solid #ebebeb;}
ul.Sort1 > li > a{ color:#000; padding-left:4%; display:block; font-family:Microsoft YaHei}

ul.Sort2{ margin:0 0.09rem 0.04rem; overflow:hidden; display:none; background:#FFF; padding:0.1rem 0;}
ul.Sort2 > li{  margin:0.05rem 1%; float:left;display: inline-block;text-align: center; height:0.69rem; overflow:hidden; line-height:0.69rem; background:#f8f8f8; width:31%; font-size:0.85em}
ul.Sort2 > li > a{ color:#333;display:block; font-weight:bold; font-size:0.25rem;}
ul.Sort2 > li > a.a1,a.cur{ color:#fff !important; background-color:#1356bb}
ul.Sort2 > li:hover{ background-color:#1356bb}
ul.Sort2 > li:hover > a{ color:#fff}
ul.Sort3 > li.s3>a{ background:url(../img/down.png) no-repeat 95% 50% ;background-size:16px 8px;}
ul.Sort3 > li.s4>a{background:url(../img/up.png)no-repeat 95% 50%;background-size:16px 8px; }
ul.Sort3 > li.s4{ border-bottom: 1px solid #ebebeb;}
ul.Sort3 > li > a{ color:#000; padding-left:4%; display:block; font-family:Microsoft YaHei}

ul.Sort4{ margin:0 0.09rem 0.04rem; overflow:hidden; display:none; background:#FFF; padding:0.1rem 0;}
ul.Sort4 > li{  margin:0.05rem 1%;font-size:0.25rem; text-align: center; height:0.69rem; line-height:0.69rem; font-size:0.85em; overflow:hidden; float:left; display:inline-block}
ul.Sort4 > li.li1{ width:31%;background: #f8f8f8; overflow:hidden}
ul.Sort4 > li.li1 > a.a2{ background:#f8f8f8; display:inline-block; line-height:0.69rem; overflow:hidden}
ul.Sort4 > li.li1 > a.a1{ color:#fff; background-color:#000; display:block}
ul.Sort4 > li.li2{ width:13%}
ul.Sort4 > li.li2 >a.pic{ margin:0.05rem 1%; overflow:hidden}
ul.Sort4 > li.li2 >a.a1 img{border:1px solid #000; overflow:hidden; display:inline-block}
ul.Sort4 > li.li2 >a.pic >img{ height:0.6rem}


/******************************leftnav****************************/
.inavs{ position:fixed; width:3.9rem; top:0; height:100%; background-color:#333333; z-index:105; padding-left:0.36rem; right:-4.3rem;}
.inavs .inavstop img{ width:0.31rem; padding:0.34rem 0;}
.inavsbot{overflow-y:scroll;overflow-x:hidden}
.inavsbot ul{}
.inavsbot ul li{ height:0.9rem; line-height:0.9rem; border-bottom:1px solid #424242; background:url(../img/cnav_bg.png) no-repeat 90% center;}
.inavsbot ul li a{ display:block;font-size:0.25rem; color:#fff;}
.inavsbot ul li a img{ width:0.24rem; vertical-align:middle; margin-left:1.45rem;transition:all 0.3s ease 0s;}
.inavsbot ul li a img.xla{transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg); -webkit-transform:rotate(180deg);-o-transform:rotate(180deg); }
.inavsbot ul li .xlas{ text-indent:0.3rem; padding:0.1rem 0; display:none;}
.inavsbot ul li .xlas a{ display:block; font-size:0.26rem; color:#c7c7c7; height:0.6rem; line-height:0.6rem;}


/* fiexd */
.leftsead{position: fixed;right: 0px;top: 45%;width: 0.7rem;z-index: 99;}
.leftsead .tus-coin{width: 0.64rem;height: 0.77rem;background: url(../img/leaf_logo.png)no-repeat center;background-size: 100%;margin: 0px auto;position: absolute;left: -0.05rem;top: -0.7rem;}
.leftsead .tus-boy{width: 100%;height: auto;overflow: hidden;background: rgb(253,84,84,0.78);border-radius: 40px 40px 40px 40px;padding: 0.2rem 0px 0.15rem;}
.leftsead .tus-boy .tel-lef{width: 100%;height: 0.6rem;border-bottom: 1px solid #eea694;background: url(../img/leaf_tel.png) no-repeat top center;background-size: 56%;overflow: hidden;margin-top:0.12rem}
.leftsead .tus-boy .mess-lef{width: 100%;margin-top: 0.15rem;overflow: hidden;color: #fff;font-size: 0.3rem;}
.leftsead .tus-boy .mess-lef .mess-coin{width: 0.5rem;height: 0.5rem;margin: 0px auto 0.04rem;overflow: hidden;background: url(../img/leaf_mess.png) no-repeat top center;background-size: 90%;}
.leftsead .tus-boy .mess-lef .mess-txt{width: 0.5rem;line-height: 0.5rem;writing-mode: vertical-lr;writing-mode: tb-rl;overflow: hidden;letter-spacing: 2px;margin: 0px auto;}

.home-video{ color: #FFFFFF;text-align: center;display: flex;justify-content: center;align-items: center;}
.home-video .bt{ margin-top: 8%; cursor: pointer;}
.home-video .bt p{ margin-top: 0.2rem; font-size:0.28rem; letter-spacing:2px; color: #b4b4b4;}
.home-video .home-button{ position: absolute; bottom: 0.5rem; right:0.45rem; color: #FFFFFF; border: rgba(255,255,255,255,.4);} 
.view_video{width:100%;margin:0.25rem auto 0px;}
.view_video  video{width: 100%; height: 100%;object-fit: cover;}
/* ========== */
/* = VIDEO-POP = */
/* ========== */
.video-button{ cursor:pointer;}
.video-pop{ display: none; position: fixed; top:0; left:0; height: 100%; width: 100%; background: rgba(0,0,0,.5); text-align: center; z-index: 99999;}
.video-pop .content+i{ display: inline-block; vertical-align: middle; height: 100%;}
.video-pop .content{ position: relative; display: inline-block;  max-width: 6.2rem; vertical-align: middle; background: #000000;}
.video-pop .content video{ display: block; max-width: 100%; }
.video-pop .close{ position: absolute; top:0; right: -0.65rem; cursor: pointer; width: 0.65rem; height:0.65rem; background-image: url(../img/bg22.jpg); background-size: cover;}
/* 门店分布 */
.stroe{width: 100%;height: auto;overflow: hidden;}
.stroe img{width: 100%;}