﻿#cnzz_stat_icon_1278033338 img {
    width: 12%;
    padding-top: 0;
    padding-left: 5px;
}
.bd {
    border-image: url(data:image/gif;base64,R0lGODlhBQAFAPABANra2v///yH5BAUHAAEALAAAAAAFAAUAAAIHhB9pGatnCgA7) 2 stretch;
    border-width: 0;
}


/*--顶部导航--*/

.header {
    padding: 1.8em 0;
    position: relative;
    text-align: center;
    background: #000;
}

.logo {
    position: absolute;
    top: 0;
    z-index: 999;
}

.navigation {
    float: right;
}

ul.navig {
    padding: 0;
}

ul.navig li {
    display: inline-block;
    margin: 0 12px;
    position: relative;
}

ul.navig li a {
    font-size: 1em;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    line-height: 180%;
    border-bottom: 1px dotted #717171;
    letter-spacing: 1.5px;
}

ul.navig li a:hover,
ul.navig li a.active {
    color: #97262A;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

ul.navig li a:hover ul.navig li a:after {
    display: block;
}

ul.navig li a:after {
    width: 15px;
    height: 15px;
    background: red;
    display: none;
    content: "";
    position: absolute;
    top: 0;
}

@media (max-width: 1920px) {   /*640px*/
    span.menu:before {
        content: url(../images/nav-icon.png);
        cursor: pointer;
        height: 32px;
    }
    ul.navig {
        width: 11%;
        float: right;
        margin: 0;
    }
    ul.navig {
        display: none;
    }
    ul.navig li {
        font-size: 12px;
        display: inline-block;
        width: 100%;
        margin: 0;
    }
    ul.navig li a {
        padding: 7px;
        font-size: 14px;
        width: 100%;
        font-weight: 600;
        display: block;
        color: #fff;
        line-height: 180%;
    }
    ul.navig li a:hover {
        color: #97262A;
    }
    span.menu {
        display: block;
        float: right;
        margin: 1px 0px 0 0;
    }
    ul.navig {
        margin: 0;
        z-index: 2222;
        position: absolute;
        width: 100%;
        text-align: left;
        top: 100%;
        left: 0%;
        padding: 10px 40px;
        background: #2A2017;
    }
    .navigation {
        height: 20px;
        padding: 0px 0px 0em;
        margin-bottom: 0em;
    }
    ul.navig li:nth-of-type(4) {
        margin: 0 0px 0 0em;
    }
    ul.navig li:nth-of-type(3) {
        margin: 0 0em 0 0px;
    }
    .logo {
        left: 33.5%;
        z-index: 999999;
    }
}

@media (max-width:1920px) {/*640px*/
    .header {
        padding: 1.5em 0;
    }
    .logo a img {
        width: 80%;
    }
}

@media (max-width:1920px) {/*768px*/
    .logo {
        left: 11%;
        z-index: 999999;
    }
}

@media (max-width:640px) {
    .logo a img {
        width: 70%;
    }
}

@media (max-width:480px) {
    .logo a img {
        width: 50%;
    }
    .header {
        padding: 13px 0;
    }
    span.menu {
        margin: 0px 0px 0 0;
    }
}

@media (max-width:320px) {
    .logo {
        left: 4%;
        text-align: left;
        z-index: 999999;
    }
    .logo a img {
        width: 35%;
    }
    .navigation {
        height: 11px;
    }
    span.menu {
        margin: -5px 0px 0 0;
    }
}

.arrow {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #ffffff;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-top: none;
    border-right: none;
    top: 14px;
    float: right;
    text-align: right;
    right: 10px;
}


/*--end顶部导航--*/



/*返回top*/

.actGotop {
    position: fixed;
    bottom: 7.5rem;
    right: 0px;font-size: 12px;
    display: none;
    z-index: 999999999;
}
.actGotop a{
    color:  #000;
    background: #fff;
    padding: 20px 6px;
    border:1px solid #f6f6f6;
    border-radius:1px 0px 0px 1px;
    -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform:rotate(90deg);
    -mo-transform:
}
.actGotop i{
    -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform:rotate(90deg);
}



.actback {
    position: fixed;
    font-size: 12px;
    bottom: 14rem;
    right: 0px;
    display: none;
    z-index: 999999999;
    border-radius：1px 0 0 1px;
}

.actback img {
    width: 10px;
}

.actback a{
    color: #000;
    background:#fff;
    box-shadow: 1px 1px 2px #f6f6f6;
    padding: 20px 6px;
    border:1px solid #f6f6f6;
    border-radius:1px 0px 0px 1px;
}

/* //返回top*/




/*闪遮罩*/

.course-shadow {
    display: block;
    overflow: hidden;
    position: relative
}

.course-shadow::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg) translateX(-400%);
    -moz-transform: skewX(-25deg) translateX(-400%);
    transform: skewX(-25deg) translateX(-400%);
    animation: CourseSkew 3s infinite;
    -webkit-animation: CourseSkew 3s infinite;
    -moz-animation: CourseSkew 3s infinite
}

@keyframes CourseSkew {
    0% {
        transform: skewX(-25deg) translateX(-300%);
        -moz-transform: skewX(-25deg) translateX(-300%);
        -webkit-transform: skewX(-25deg) translateX(-300%)
    }
    100% {
        transform: skewX(-25deg) translateX(300%);
        -moz-transform: skewX(-25deg) translateX(300%);
        -webkit-transform: skewX(-25deg) translateX(300%)
    }
}

@-webkit-keyframes CourseSkew {
    0% {
        transform: skewX(-25deg) translateX(-300%);
        -moz-transform: skewX(-25deg) translateX(-300%);
        -webkit-transform: skewX(-25deg) translateX(-300%)
    }
    100% {
        transform: skewX(-25deg) translateX(300%);
        -moz-transform: skewX(-25deg) translateX(300%);
        -webkit-transform: skewX(-25deg) translateX(300%)
    }
}

@-moz-keyframes CourseSkew {
    0% {
        transform: skewX(-25deg) translateX(-300%);
        -moz-transform: skewX(-25deg) translateX(-300%);
        -webkit-transform: skewX(-25deg) translateX(-300%)
    }
    100% {
        transform: skewX(-25deg) translateX(300%);
        -moz-transform: skewX(-25deg) translateX(300%);
        -webkit-transform: skewX(-25deg) translateX(300%)
    }
}


/*end闪遮罩*/

/*单页-页头*/
.banners{
	background:url(../images/header_T.jpg)no-repeat center;
	height:130px;
	background-size:cover;
	text-align: center;
	padding: 0;
}
.banner-main{
  text-align:center;  

}
.banner-main ul{
    display: inline-block;width:85%;
    
}
    

.banners h2 {
margin-bottom:0px;
  padding-top: 0px;
  color: #fff;

}
.banners-main p {
margin-bottom:0px;
  padding-top: 0px;
  color: #fff;

}
.banner-main li {float: left;width: 19.2%;padding: 10px 2px;margin: 14px 1px;background:rgba(255,255,255,.9);color: #000;box-shadow: 0px 3px 0px #000000;word-break:keep-all;           /* 不换行 */white-space:nowrap;          /* 不换行 */border-radius:1px;}
.banner-main p {
  font-size: 10px;
  color:#323b43;
  margin: 4px 7px;
}



.banner-main .aa{
    color:#000;
}
.banner-main .aa p{
    color:#000;
}

.banner-main .bb{
    color: #000;
}
.banner-main .bb p{
    color: #000;
}

.banner-main .cc{
    color: #000;
}
.banner-main .cc p{
   color: #000;
}

.banner-main .dd{
    color: #000;
}
.banner-main .dd p{
    color: #000;
}

.banner-main .ee{
    color: #000;
}
.banner-main .ee p{
    color: #000;
}



/*单页-页头end*/




/*课程页头*/

.zyhead {
    height: 140px;
    background-color:#000;
    margin-bottom: 10px;
}

.zyhead .limg {
    float: left;
    width: 35%;
    height: 140px;
    border-left: 0px solid #99BE92;
}

.zyhead img {
    margin: 18px 15px 15px 14px;
    width: 100px;
    position: inherit;
    box-shadow: 0px 1px 2px #666;
    border: 2px solid #FFF;
    border-radius: 2px;
}




.zyhead .ltit {
    padding: 17px 0px 0px;;
    float: left;
    width: 65%;
    height: 140px;
    letter-spacing: 1px;
}

.zyhead .ltit h3 {
    margin: 12px auto -4px;
    font-size: 18px;
    color: #fff;
    font-weight: bolder;
     overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.zyhead .ltit i {
    padding-top: 0px;
    font-size: 10px;
    color: #fff;
   
}
.zyhead .ltit p {
    font-size: 12px;
    color: aliceblue;
}

.zyhead .ltit .caizhuang i {
   color:#ffd200;;font-size: 14px;
}


.coursetips{/*美发标注文字*/
    color:red;font-size: 12px;
}
@media screen and (min-width: 375px){
    .zyhead img {
       margin: 18px 15px 15px 24px;
        width: 105px;
    }
    .zyhead .ltit {
        padding: 17px 0px 0px;
   
}
}
.lsub{

background: #FFF;

margin:8px;

border: 0px dotted #ccc;

border-radius: 2px;
}

.lsub hgroup{
    border-left: 8px solid #000;
    padding: 0px 5px 0px 6px;
    margin: 30px 0px 0px 0px;
    line-height: 9px;
}
.lsub hgroup h3{
 font-weight: bolder;color: #000;
 letter-spacing: 3px;
 line-height: 1px;
}
.lsub hgroup i{
    padding: 0px;font-size:10px;
}
.lsub p{
    font-size: 14px;
    line-height:20px;
    padding-left: 6px;
    letter-spacing: 1px;
    margin:0px;
}
.lsub .meifa strong{
    color:#000;
}
.lsub .caizhuang strong{
    color:#000;
}
.lsub .meijia strong{
    color:#000;
}
.lsub .wenxiu strong{
    color:#000;
}
.lsub .wensheng strong{
    color:#000;
}
.lsub .meirong strong{
    color:#AC9B79;
}

.lsub .renwuxingxiang strong{
    color:#03C9B4;
}
.lsub .wenxiu strong{
    color:#8168A1;
}.lsub .meijia strong{
    color:#6CB6C9;
}.lsub .wenshen strong{
    color:#52BFA9;
}
.lsub article{
    padding: 15px 0px 0px;
    border-bottom: 0px solid #ccc;
}


/*AB课程*/
.xwall{
    background: #ccc;
}
.xwfl{
    padding:2px 2px 2px 15px;background: #666;border: 2px dotted gray;
}

.xwfl ul {
    display:inline-block;margin-top: 10px;
}
.xwfl li {
    float:left;
    border: 1px solid #CCC;padding:2px 6px;letter-spacing: 2px;border-radius:3px;background-image: -webkit-linear-gradient(57deg, #5FA0C3, #99BE92);
    
 white-space: nowrap;
}
.xwfl li a{
    color: #fff;font-size: 16px;line-height: 10px;
}
.xwfl li a:active {
    float:left;
    background: #666; color: #fff;
}
.xwfl li:hover{
  
    background: #666;
}




/*END-AB课程*/


/* 课程分类 */

.box-163css {
    width: 100%;
    position: relative;
    float: left;
}

.swipe {
    padding-top:0px;
    width: 100%;
    float: left;
    overflow: hidden;
    visibility: visible;
    position: relative;
}

.box01_list {
    position: relative;
    -webkit-transition: left 600ms ease-out;
    width: 100%;
    left: 0;
}

.li_list {
    width: 100%;
    position: relative;
    float: left;
    vertical-align: top;
}

.news_list {
    width: 100%;
    padding: 0 2px;
    float: left;
}

.news_list p {
   border-bottom: 1px dotted #000; padding-bottom: 5px;
}

.news_list a {
    text-align: center;
    padding-left: 1%;
    font-size: 15px;
}


/*课程选项*/

.course01 {
    background: #fafafa;
     padding-bottom: 5px;
     padding-top: 5px;
    width: 100%;
    float: left;
     border-bottom: 1px dotted #000;
    line-height: 0px;
}

.page {
    text-align: left;
    background: #f3f3f3;
    height: 35px;
    line-height: 25px;
    width: 100%;
    display: -webkit-box;
}

.page li {
    -webkit-box-flex: 1;
    font-size: 18px;
    display: block;
    color: #000;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.page li a {
    color: #000;
    display: block;
    height: 35px;
}

.page a.active {
    color: #f00;
    border-bottom: 2px solid #B7B7B7;
    font-size: 1em;
    padding-bottom: 5px;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(207, 102, 7)), to(rgba(51, 51, 51, 0.8)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.go_btn {
    margin: 10px auto 25px;
    height: 50px;
    width: 100%;
    border: 1px solid #B9B9B9;
    text-align: center;
    line-height:50px;
    font-size: 18px;
    background: #FFF;
    color: #000;
    border:1px solid #000;
    -webkit-border-radius: 3px;
    border-radius: 2px;
    display: block;
    float: left;
    letter-spacing:1px;
    font-weight: bolder;
    
}

.go_btn em {
    font-style: normal;
    cursor: pointer;
}

.box-163css a:hover{
    text-decoration: none;
    background: #ccc;
    color:#fff;
}

/* end课程分类 */

/*课程内容一*/
.majc{
    clear:both;
}

.majc hgroup{
    background: #000;
    color: #fff;text-align: center;padding: 1px 0px 15px;box-shadow: 0px 2px 8px #f6f6f6;
}
.majc hgroup span{
    font-size: 1.1em;
}
.majc hgroup h3{
    font-weight: bolder;
}
.majc .mcontent{
    margin:10px 5px 10px;
    padding: 0px 0px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 1px 20px #f6f6f6;
    border-bottom: 0px dotted #ccc;
}
.mcontent details{
    padding: 10px 0px 0px;
}
.mcontent summary{
    background: #f2f2f2;font-weight: bolder;color: black;font-size: 18px;padding:4px;
}
.mcontent article{
    background: #f6f6f6;font-size: 14px;padding: 4px 4px 10px;
}
.mcontent article p{
     margin-top: 10px;padding-bottom: 10px;
    
}
.mcontent .wenzi{
    padding-left: 10px;line-height: 20px;
}
.mcontent .wenzi table td{
    border:1px dotted #ccc;padding: 5px;
}
.mcontent .wenzi p{
   margin-top: 10px;
}


.majc .mcontent h5 {
    text-align: center;font-weight: bolder;background: #2f2f2f;border-radius: 0px 0px 2px 2px;padding-top: 10px;padding-bottom: 10px;margin-top: -5px;color: aliceblue;box-shadow: 0px 1px 1px #ccc;margin-left: 10px;margin-right: 10px;line-height: 1.5em;font-size: 1.2em;letter-spacing: 1px;
}


.cimg{
    margin:2px 0px 0px 0px;padding: 0px;
}
.cimg img{
   
}


.meijia{
    margin-top: 0px;
}


.meijia details{
    padding: 2px 6px;
}
.meijia summary{
    background: #ccc;font-weight: bolder;color: black;font-size: 14px;padding:4px;
}
.meijia article{
    background: #efefef;font-size: 12px;padding: 4px 0px 0px;border-bottom: 0px;
}




/*END课程内容一*/


/*单页-相关课程*/
.tuijian{
   background:#F6F6F6;padding:15px 20px 5px;margin:15px 0px;box-shadow: 0px 1px 10px #F6F6F6;
}
.tuijian header{
    border-left: 10px solid #000;
}

.tuijian header h4{
   padding-left: 10px;font-size: 1.5em;color:#000;font-weight: bolder;
}
.tuijian article{
  margin:0px;
}

.tuijian ul {
    padding-left: 15px;color: #000;padding-top:13px;border-top: 1px solid #ddd;
}

.tuijian ul li{
    list-style-type: disc;list-style-type:square;
    border-bottom:1px dotted #ddd;
    padding-top: 15px;padding-bottom: 15px;
}
.arrows {
    content: '';
    width: 7px;
    height: 7px;
    border: 1px solid #cdcdcd;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-top: none;
    border-right: none;
    float: right;
    text-align: right;
    margin-top: 5px;
    margin-right: 5px;
}
.tuijian ul a {
    color: #000;font-size: 13px;
}
.tuijian ul li:hover {
    color: #FFF;background: #000;
}
/*end单页-相关课程*/








/*在线报名*/
.baoming {
    max-width: 640px;
    clear: both;
    padding: 20px 30px;
    background-color: #02171a;
}

.baoming legend {
    color: #fff;
    background: url(../images/bm_tit.gif)no-repeat left bottom;
    background-size: 54px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #504F5B;
}

.baoming legend span {
    font-size: 26px;
}

.baoming ul {
    margin: 5px auto;
}

.baoming ul li {
    color: #CBCBCB;
}

.baoming ul select {
    color: black;
    width: 100%;
    height: 50px;
    border-radius: 0px;
}

.baoming ul li input {
    width: 100%;
    height: 50px;
    border-radius: 1px;
}

.baoming .btn {
    margin: 20px auto;
    padding: 15px;
    text-align: center;
    width: 100%;
    border-radius: 1px;
    background: #01b1e6;
    box-shadow: 0px 3px 0px black;
    letter-spacing: 5px;
    color: #FFF;
}

.baoming .btn:hover {
    background-color: gray;
    color: aqua;text-decoration: none;
}

.baoming .btn:visited {
    color: #fff;
}

/*end在线报名*/


/*底部版权信息*/

.w3agile.footer {
    background: #000;
    text-align: center;
    height: 180px;
}

.w3agile img {
    margin: 0 auto;
    padding-top: 20px;
}

.footer-nav {
    font-size: 12px;
    padding: 1em 0;
    margin:5px 0px;
    border-top: 1px dotted #A2A2A2;
    border-bottom: 1px dotted #A2A2A2;
}

.footer-nav ul li {
    display: inline-block;
    font-size: 1em;
    margin-left: 2em;
}

.footer-nav ul li:nth-child(1) {
    margin: 0;
}

.footer-nav ul li a {
    color: #A2A2A2;
    font-weight: 300;
}

.footer-nav ul li a:hover {
    color: #27d2c8;
}

.footer-text p {
    color: #A2A2A2;
    text-align: center;
    font-weight: 300;
    font-size: 8px;
}

.footer-text p a {
    color: #27d2c8;
}

.footer-text p a:hover {
    color: #fff;
}

/*end底部版权信息*/




a:hover{
    text-decoration: none;
    background: #f4f4f4;
    color:#ccc;
}











        
/* 专业课程设置 */


/* 精选模块展示 */

.custom-module {
    border-top-width: 1px;
    border-bottom-width: 1px;
    background: #fff;
   
}

.custom-module .top-module {
    width: 100%;
    border-bottom-width: 1px;
    overflow: hidden;
}

.custom-module .top-module li {
    float: left;
    width: 50%;
}

.custom-module .top-module li:nth-child(2) {
    border-left-width: 1px;
    border-bottom-width: 1px;
}

.custom-module .top-module li:nth-child(3) {
    border-left-width: 1px;
}

.custom-module .bottom-module {
    width: 100%;
    overflow: hidden;
}

.custom-module .bottom-module li {
    float: left;
    width: 33.33%;
    border-right-width: 1px;
}

.custom-module .bottom-module li:last-child {
    border-right-color: transparent;
}


/* end精选模块展示 */


/*学生作品*/

.qianggou {
    background: #fff;
    margin: 0px 0px;
}

.qianggou .title {
    padding: 0 10px;
    line-height: 32px;
    overflow: hidden;
    font-size: 12px;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.qianggou .title p {
    float: left;
}

.qianggou .title span {
    float: right;
    color: #d30775;
    position: relative;
    padding-right: 8px;
}

.qianggou .title span:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #d30775;
    border-right: 1px solid #d30775;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    right: 0;
}

.qianggou .custom {
    padding: 10px;
    padding-bottom: 0;
}

.qianggou .custom .prd-list {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-y:hidden;
}

.qianggou .custom .prd-list .huadong {
    width: auto;
    white-space: nowrap;
    font-size: 0;
}

.qianggou .custom .prd-list .huadong a {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

.qianggou .custom .prd-list .huadong a:last-child {
    margin-right: 0;
}

.qianggou .custom .prd-list .huadong .price {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff720e;
   background-image:-webkit-linear-gradient(57deg, #5FA0C3, #99BE92);
    opacity: 0.7;
    color: #fff;
    font-size: 9px;
    line-height: 15px;
    height: 15px;
    text-align: center;
    padding: 1px 3px 0px 3px;
    border-bottom-left-radius: 5px;
}

.qianggou .custom .prd-list .huadong i {
    font-size: 12px;
}

.qianggou .custom .prd-list .huadong .name {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    line-height: 23px;
    height: 23px;
    padding: 0 5px 0 5px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}

.qianggou .custom .prd-list .huadong .img-wrap {
    width: 106px;
    height: auto;
    box-shadow: 2px 2px 3px #ccc;
}

/*学生作品*/
.qianggou .custom .prd-list .huadong .img-wrap .prd-pic {
    background: url() no-repeat center center;
    padding-bottom: 96.1%;/*88.68%*/
    height: 0px; /*160px*/
    background-size: cover;
}
.qianggou .custom .prd-list .huadong .img-wrap .prd-pid {
    background: url() no-repeat center center;
    padding-bottom: 88.68%;
    height: 138px; /*160px*/
    background-size: cover;
}

.qianggou .hot-activity {
    overflow: hidden;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.qianggou .hot-activity ul li {
    float: left;
    width: 50%;
}

.qianggou .hot-activity ul li:nth-child(1) {
    border-right-width: 1px;
}

.tabChange {
    display: block;
}


/*end学生作品*/

/*----------------优惠提示---------------------*/
        .m-add {
            height: 50px;
            background: #ffffff;
            line-height:45px;
            position: relative;
            border-bottom: 0px solid #eecdcd;
            padding-left: 30px;
            font-size: 14px;
            color: #000;
        }
        
        .u-gift {
            width: 23px;
            display: inline-block;
            float: left;
            margin: 7px 7px 0px 0px;
            height: 23px;
            overflow: hidden;
        }
        
        .u-gift img {
            width: 100%;
        }
        
        .m-add a {
            color: #000;
            -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
            -webkit-user-select: none;
            -moz-user-focus: none;
            -moz-user-select: none;
        }
        
        .m-add s {
            display: none;
        }
        
        .m-add .close {
            width: 20px;
            height: 20px;
            color: #f5f5f5;
            text-align: center;
            line-height: 20px;
            font-size: 20px;
            border-radius: 10px;
            cursor: pointer;
            position: absolute;
            left: 5px;
            top: 11px;
            background:#b9b9b9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAALVBMVEUAAAD///////////////////////////////////////////////////////+hSKubAAAADnRSTlMA1poXB+/olIopKBi4t5N5LCwAAABOSURBVAjXY0AG7gZgimMCA8s9YTBTLwuIH4KEmd4JQwiwAISE8kEURBAsvAkkCBGOAwlChKGCCCZCAUIbqmEIKxAWIzuH5RzCkQinIwAAXKkj2clCLFcAAAAASUVORK5CYII=) 4px 4px no-repeat;
            background-size: 12px;
        }
        
        .m-add .u-got {
            display: inline-block;
            float: right;
            font-size: 12px;
            color: #fff;
            height: 22px;
            padding: 0px 8px;
            background-color: red;
            border-radius: 1px;
            line-height: 24px;
            margin: 9px 5px 0px 0px;
        }
/*----------------END优惠提示---------------------*/


        


/*其它专区*/
  
.huichang {
    padding-top: 0px;
    margin: 0px 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    background: #FFF;
    background-size: cover;
}

.huichang .show3 .branch-huichang {
    padding: 4px 0px;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
}

.huichang .show3 .branch-huichang img {
    float: left;
    width: 25%;
    padding: 0px 2px;
}

 

/*实时报名滚动*/
.baomingscroll .hd .small{font-size:0.8em; display: block; color: #666;}
.baomingscroll .move{width:100%; margin: 5% auto; padding-top: 3em; background: url(../images/ta_bg.png) no-repeat center top; background-size:100%;}
.baomingscroll #scrollDiv{height: 15em; overflow: hidden;}
.baomingscroll .move table{text-align: center; width: 100%; position: relative;}
.baomingscroll .move td{line-height: 2em; font-size:.9em; border-bottom: 1px solid #ccc; padding-left: 2%;}

@media only screen and (max-width: 350px){
.baomingscroll .move td{font-size:.8em; padding-left: 0;}
}
@media only screen and (min-width: 750px){
.baomingscroll .move{padding-top: 3.5em;}
.baomingscroll #scrollDiv{height: 15em;}
.baomingscroll .move td{font-size:1.2em;}
}

 /*底部导航*/
 .global-nav{
	position: fixed;
	left: -100%;
	bottom: 0;
	z-index: 1013;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.global-nav__nav-wrap{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	height: 45px;
	border-top: 1px solid #f6f6f6;
	background-color: #fff;    /*控制背景颜色*/
}
.global-nav__nav-item{
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	overflow: hidden;
}
.global-nav__nav-item i{
    font-size:20px;
    color:#000;
}
.global-nav__nav-item span{
    font-size:10px;
    color: #000;
}
.global-nav__nav-link{
	position: relative;
	display: block;
	width: 62px;
	height: 45px;
	line-height: 18px;
	padding-top: 6px;
	text-align: center;
	white-space: nowrap;
	color: #000;    /*控制图标颜色*/
   
}
.global-nav__nav-link:hover{
background: #fafafa;
	color: #000;    /*控制图标颜色*/
   
}
.global-nav__nav-link:active{
	color: #ff7171;
}
.global-nav__iconfont{
	font-family:"global-nav__iconfont";
	font-size:24px;
	font-style:normal;
}
.global-nav__nav-tit{
	display: block;
	font-size: 12px;
}
.global-nav__nav-shop-cart-num,.global-nav__operate-cart-num{
	position: absolute;
	height: 11px;

	line-height: 13px;
	padding: 0px 3.5px;
	
	border-radius: 5.5px;
	background-color: #fd4609;
	color: #fff;


}
.global-nav__nav-shop-cart-num{
	right: 10px;
	top: 3px;
}
.global-nav__operate-wrap{
	position: relative;
	width: 54.5px;
	height: 45px;
	background-color: rgba(153,153,153,.75);
	right: -51px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.global-nav__operate-wrap:before,.global-nav__operate-wrap:after{
	content: '';
	position: absolute;
	top: 18px;
	width: 7px;
	height: 7px;
	border-top: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
}
.global-nav__operate-wrap:before{
	display: none;
	right: 5px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.global-nav__operate-wrap:after{
	right: 7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.global-nav__yhd-logo{
	position: absolute;
	right: 15px;
	top: 8px;
	width: 29px;
	height: 30px;
	background-image:url(../Images/global_nav_login.png);
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-transition: width .5s ease;
	transition: width .5s ease;
}
.global-nav__operate-cart-num{
	right: -8px;
	top: -4px;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.global-nav--current{
	left:0;
}
.global-nav--current .global-nav__operate-wrap{
	width: 20px;
	right: 0;
}
.global-nav--current .global-nav__yhd-logo{
	width: 0;
}
.global-nav--current .global-nav__operate-cart-num{
	opacity: 0;
}
.global-nav--current .global-nav__operate-wrap:before{
	display: block;
}
.global-nav--current .global-nav__operate-wrap:after{
	display: none;
}

 /*咨询栏*/
.contact_menus li {
		width: 50%;
		float: left;
		text-align: center;
		background-color: #000;
		padding: 20px 0;
		margin-bottom: 10px;
	}
	
	.contact_menus li a {
		color: #fff;
		display: block;
		border-left: 1px solid #444;
	}
	
	.contact_menus li:nth-child(1) a {
		border-left: 0px solid #f66;
	}
	
	.contact_menus li a span {
		display: block;
		font-size: 0.65em;
		color: #999;
	}
	
	.contact_menus li a strong {
		font-size: 1.05em;
        padding: 2px 10px;
		border-radius: 15px;
		font-size: 1.05em;
		line-height: 2em;
		border: 1px solid gray;
	}
	
	.contact_menus li a i {
		display: block;
		width: 40px;
		height: 30px;
		margin: 0 auto;
	}
/*咨询栏*/


/*课程咨询按钮BTN*/
.course_btn{
text-align:center;border:0px solid #fff;border-radius:35px;background:#f6f6f6;margin:0px 10% 10px;padding:13px 20px;line-height:2;box-shadow:0px 1px 10px #e5e5e5;}
.course_btn a{
color:#000;letter-spacing:2px; 
}
.course_btn a span{border-radius:100px;background:#000;padding:3px 4px;width:100%;height:100%;color:#fff;line-height:2;}