.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;
    text-align: left;
}

.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: #ccc;
        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: 35%;
    }
    .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: 4.5rem;
    right: 0px;font-size: 12px;
    display: none;
    z-index: 999999999;
}
.actGotop a{
   
    color: #595959;
    background: #fff;
    padding: 20px 6px;
    
    border-radius:2px 0px 0px 2px;
    -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: 8rem;
    right: 0px;
    display: none;
    z-index: 999999999;
    border-radius：2px 0 0 2px;
}

.actback img {
    width: 10px;
}

.actback a{
    color: #595959;
    background: #fff;
    box-shadow: 1px 1px 2px #f6f6f6;
    padding: 20px 6px;
   
    border-radius:2px 0px 0px 2px;
	
	
	 
}

/* //返回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;
}




/*单页-页头end*/





/* 课程推荐 */

.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;
}
.nesws_lists img{
    width: 100% !important;
}
.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 5px auto;
   
    height: 30px;
    width: 100%;
    border: 1px solid #B9B9B9;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    background: #FFF;
   color: #6B7465;
    border:1px solid #6B7465;
     -webkit-border-radius: 3px;
    border-radius: 20px;
    display: block;
    float: left;
   
    letter-spacing:1px;
    
}

.go_btn em {
    font-style: normal;
    cursor: pointer;
}

.box-163css a:hover{
    text-decoration: none;
    background: #ccc;
    color:#fff;
}

/* end课程分类 */



/*浏览过上面课程的还浏览过*/
.tuijian{
   background:#EFEFEF;padding:15px 20px 5px;margin:5px 15px;box-shadow: 0px 1px 1px gray;
}
.tuijian header{
    border-left: 10px solid #11d4f5;
}

.tuijian header h4{
   padding-left: 10px;font-size: 18px;color:#666;
}
.tuijian article{
  margin:5px;
}



.tuijian ul {
    padding-left: 10px;color: gray;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: 5px;padding-bottom: 5px;
}
.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: #949494;font-size: 13px;
}
.tuijian ul li:hover {
    color: #11d4f5;background: gray;
}
/*END浏览过上面课程的还浏览过*/





/*在线报名*/
.baoming {
    max-width: 640px;
    clear: both;
    padding: 20px 30px;
    background-color: #000;
}

.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: #2F2E35;
    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学生作品*/
 

/*实时报名滚动*/
.baomingscroll .hd .small{font-size:0.8em; display: block; color: #666;}
.baomingscroll .move{width:90%; margin: 5% auto; padding-top: 2em; background: url(../images/ta_bg.jpg) no-repeat center top; background-size:100%;}
.baomingscroll #scrollDiv{height: 11em; overflow: hidden;}
.baomingscroll .move table{text-align: center; width: 100%; position: relative;}
.baomingscroll .move td{line-height: 2em; font-size:.8em; 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;}
}
 
 
 
 
 
/*优势一：就业保障*/
.clear:after {
  content: "";
  display: block;
  clear: both; }


.students-slide {
  overflow: hidden;
  float: left;
  margin-right: 0.53333rem;
  box-shadow: 0 5px 30px #f2f2f2; }

.students_pic {
  overflow: hidden; 

}
  .students_pic img {
    display: block;
    width: 100%; }

.students_txt {
  height: 3.04rem;
  background: #fff;
  padding: 0.63333rem 0.26667rem; }
.students_txt b {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.8;
    text-align: center;
    color: #000000;
    font-size: 0.74667rem;
    line-height: 1.1rem;
    text-align: left; }
  .students_txt p {
    font-size: 0.45rem;
    line-height: 1.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left; 
	 color: #474848;}

/*师资力量*/
.teacher {
  height: 19.34667rem;
  position: relative; }
  .teacher:before {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 3.09333rem;
    background: #000;
    z-index: 2;
    position: absolute; }
  .teacher h3 {
    font-size: 1.06667rem;
    color: #fff;
    line-height: 1.86667rem;
    text-align: center;
    padding: 0.8rem 0 0;
    position: relative;
    z-index: 3; }

.teacher-bg {
  background: rgba(53, 49, 49, 0.5);
  position: absolute;
  z-index: 2;
  left: 0.48rem;
  right: 0.48rem;
  bottom: 3.09333rem;
  height: 10.88rem; }

.teacher-bg2 {
  height: 11.04rem;
  background: rgba(66, 58, 58, 0.2);
  left: 0.96rem;
  right: 0.96rem;
  bottom: 2.50667rem;
  position: absolute;
  z-index: 2; }
  .teacher-bg2:before {
    position: absolute;
    left: 0.8rem;
    right: 0.8rem;
    bottom: -0.64rem;
    background: rgba(95, 88, 87, 0.2);
    display: block;
    content: "";
    height: 11.09333rem; }

.teacher-con {
  position: relative;
  z-index: 4;
  height: 17.12rem;
  margin: 1.57333rem 1.76rem 0; }

.teacher-hd {
  position: relative;
  top: -.93333rem;
  height: 19.85333rem;
  overflow: hidden; }

.teacher-hd-list {
  height: 14.29333rem; }
  .teacher-hd-list > div {
    float: left;
    height: 17rem;
    padding: 0 2.13333rem;
    overflow: hidden; }

.teacher-pic {
  width: 5.76rem;
  height: 5.76rem;
  overflow: hidden;
  border-radius: 5.76rem;
  margin: 0 auto; }
  .teacher-pic img {
    display: block;
    width: 100%;
    min-height: 100%; }

.teacher-txt {
  text-align: center;
  color: #fff;
  padding-top: 1.8rem; }
  .teacher-txt h6 {
    font-size: 0.85333rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;
    font-weight: bold; }
  .teacher-txt b {
    font-size: 0.69333rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.6rem;
    display: block; }
  .teacher-txt p {
    margin-top: 0.16rem;
    font-size: 0.58667rem;
    line-height: 1.01333rem;
    height: 3.04rem;
    overflow: hidden; }
  .teacher-txt a {
    display: block;
    margin: 0.64rem auto 0;
    width: 8rem;
    height: 1.70667rem;
    line-height: 1.70667rem;
    background: #fff;
    border-radius: 1.70667rem;
    color: #000;
    font-size: 0.8rem; }

.teacher-pagination {
  height: 1.06667rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center; }
  .teacher-pagination span {
    width: 1.06667rem;
    height: 1.06667rem;
    border: 1px solid transparent;
    display: inline-block;
    margin: 0 0.42667rem;
    position: relative;
    border-radius: 1.06667rem;
    transition: all .3s;
    -webkit-transition: all .3s; }
    .teacher-pagination span.swiper-pagination-bullet-active {
      border: 1px solid #000; }
      .teacher-pagination span.swiper-pagination-bullet-active:before {
        opacity: 0; }
    .teacher-pagination span:before {
      content: "";
      display: block;
      position: absolute;
      width: 0.26667rem;
      height: 0.26667rem;
      border-radius: 0.26667rem;
      background: #606060;
      left: 50%;
      top: 50%;
      margin: -0.13333rem 0 0-0.13333rem;
      transition: all .3s;
      -webkit-transition: all .3s;
      opacity: 1; }

.teacher {
  padding: 0rem 0 1.44rem 0;
  background: #fff; }


section img{
    width: 100%;
}
  



/*近期学生作品*/

.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: 12px 5px 0px;
    float: left;
}

.news_list p {
   border-bottom: 1px dotted #000; padding-bottom: 5px;
}

.news_list a {
	
    text-align: center;
    padding-left: 0%;
    font-size: 15px;
}

.news_list img {
	
   width: 24%;
   margin-bottom: 5px;
    display: inline;
	box-shadow:1px 1px 3px gray;
}


.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 li a:active {
    color: #fff !important;
	background:#000 !important;
}

.page a.active {
    color: #f00;
    border-bottom: 4px 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;
}

  
/*咨询栏*/
.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;
	}
	.contact_menus li a:hover {
background: #000;
	}
/*咨询栏*/

/**课程**/
.course {
  overflow: hidden;
  margin-top: 25px;
  padding: 0 15px;
}
.course .shead {
  overflow: hidden;
  height: 25px;
  margin-bottom: 15px;
  position: relative;
}
.course .shead:before {
  content: '';
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
}
.course .shead span {
  display: block;
  line-height: 25px;
  font-size: 16px;
  font-weight: 700;
  padding-left: 15px;
  color: #333;
}
.course dl {
  width: 100%;
  display: table;
  overflow: hidden;
  border-bottom: 1px solid #999;
  padding-top: 15px;
  padding-bottom: 15px;
}
.course dl dt {
  width: 35%;
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
}
.course dl dd {
  padding-left: 15px;
  vertical-align: top;
  display: table-cell;
  position: relative;
}
.course dl dd h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
}
.course .text {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  height: 36px;
  overflow: hidden;
}
.course .time {
  overflow: hidden;
  line-height: 30px;
  font-size: 12px;
}
.course .kefu {
  width: 50%;
  text-align: center;
  line-height: 30px;
  position: absolute;
  bottom: 5px;
  left: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.course .kefu a {
  display: block;
  background: #cc0000;
  color: #fff;
}

  /* 滚动通知栏 */
  
  .course dl {
    padding-top: 0;
  }
  
  .course .text {
    padding-right: 15px;
  }
  
  .scrollNews {
    width: 100%;
    height: 35px;
    line-height: 150%;
    overflow: hidden;
    padding-left: 46px;
    background: url(../images/title.png)no-repeat center left;
    background-size: 88px;
  }
  
  .yy {
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    display: inline-block;
  }
  
  .tongzhi {
    width: 94%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .tongzhi_pic {
    width: 15px;
    border: rgba(0, 0, 255, 0) 1px solid;
    float: left;
    margin-top: 6px;
    margin-left: 0%;
  }
  
  .tongzhi_txt {
    width: 100%;
    height: 35px;
    line-height: 32px;
    border: rgba(0, 0, 255, 0) 1px solid;
    margin-left: 33px;
    margin-bottom: 0px;
    text-align: left;
    overflow: hidden;
    padding-top: 0px;
  }
  
  .tongzhi_h1 {
    color: #797979;
  }
  
  .tongzhi_pic1 {
    width: 15px;
    height: 15px;
    vertical-align: middle;
  }
  
  .tongzhi_pic img {
    -webkit-animation: ro2 1.5s .2s linear infinite;
    -moz-animation: ro2 1.5s .2s linear infinite;
    animation: ro2 1.5s .2s linear infinite;
    display: block;
  }
  
  /**报名场景轮播**/
.myscene {width:100%; height:auto; overflow: hidden; position: relative; z-index: 1; margin-top: 15px;}

/**报名名字轮播**/
.namelist {text-align: center; overflow: hidden; }
.namelist .c1-right {width: 94%; height: 265px; margin: 25px auto; overflow: hidden; text-align: center; border: 1px solid #d32323; color: #333; box-shadow: 0 0 7px #d3d3d3;}
.namelist .c1-right .tit { font-size: 18px; line-height: 50px; color: white; font-weight: bold; background: #d32323;}
.namelist .Fontscrolls {height: 210px; overflow: hidden; padding: 0 10px 0;}
.namelist table { width: 100%;}
.namelist table td {border-bottom: 1px dashed #dcdcdc; font-size: 14px; height: 40px; line-height: 30px; text-align: center;}
.namelist table td:first-of-type {width: 23%; text-align: left;}
.namelist table td:nth-of-type(2) {width: 47%; color: #ed7700;}
  
  @-webkit-keyframes ro2 {
    0% {
      -webkit-transform: rotate(0deg);
    }
    5%,
    15%,
    25% {
      -webkit-transform: rotate(-2deg);
    }
    10%,
    20%,
    30% {
      -webkit-transform: rotate(2deg);
    }
    35% {
      -webkit-transform: rotate(0deg);
    }
  }
  
  @-moz-keyframes ro2 {
    0% {
      -moz-transform: rotate(0deg);
    }
    5%,
    15%,
    25% {
      -moz-transform: rotate(-2deg);
    }
    10%,
    20%,
    30% {
      -moz-transform: rotate(2deg);
    }
    35% {
      -moz-transform: rotate(0deg);
    }
  }
  
  @keyframes ro2 {
    0% {
      transform: rotate(0deg);
    }
    5%,
    15%,
    25% {
      transform: rotate(-2deg);
    }
    10%,
    20%,
    30% {
      transform: rotate(2deg);
    }
    35% {
      transform: rotate(0deg);
    }
  }
  
  .mycase ul li {
    width: 25%;
  }
  
  .aimg {
    display: block;
    margin: 10px auto;
    width: 90%;
    margin: 0 auto;
    animation: turn 3s .2s linear infinite;
    -webkit-animation: turn 3s .2s linear infinite;
    -moz-animation: turn 3s .2s linear infinite;
    -o-animation: turn 3s .2s linear infinite;
    -ms-animation: turn 3s .2s linear infinite;
  }
  
  @keyframes turn {
    0% {
      -webkit-transform: translateX(-3px)
    }
    50% {
      -webkit-transform: translateX(3px)
    }
    100% {
      -webkit-transform: translateX(-3px)
    }
  }
  
  @-webkit-keyframes turn {
    0% {
      -webkit-transform: translateX(-3px)
    }
    50% {
      -webkit-transform: translateX(3px)
    }
    100% {
      -webkit-transform: translateX(-3px)
    }
  }
  
  @-moz-keyframes turn {
    0% {
      -moz-transform: translateX(-3px)
    }
    50% {
      -moz-transform: translateX(3px)
    }
    100% {
      -moz-transform: translateX(-3px)
    }
  }
  
  .swiper-container33 {
    width: 100%;
    height: 100%;
  }
  
  .swiper-container33 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }


#cnzz_stat_icon_1278033338 img {
    width: 12%;
    padding-top: 0;
    padding-left: 5px;
}