#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: #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: #000;
    }
    .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: 7.5rem;
    right: 0px;font-size: 12px;
    display: none;
    z-index: 999999999;
}
.actGotop a{
   
    color: #000;
    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: 14rem;
    right: 0px;
    display: none;
    z-index: 999999999;
    border-radius：2px 0 0 2px;
}

.actback img {
    width: 10px;
}

.actback a{
    color: #000;
  background:#fff;
    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: #000;
	height:130px;

	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;
}

.news_list p {
   border-bottom: 1px dotted #000; padding-bottom: 5px;
}

.news_list a {
    text-align: center;
    padding-left: 1%;
    font-size: 15px;
    color: #000;
}


/*推荐课程*/

.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; 
    
    
    
     
    
    
    
}

.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学生作品*/
        

/*其它专区*/
  
.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;
}

   


/*咨询栏*/
.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 a:hover {
		background: #000;
	}
	.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;
	}
/*咨询栏*/




  
  