body{
	margin: 0;padding: 0; font-size: 13px; line-height: 1.5; min-height: 100%;background-color: #fff;
}
*{box-sizing: border-box;}
img { max-width: 100%; }
h1{padding: 0;font-size:16px;margin: 0;font-weight:bold;color:red;}
h3{font-size: 20px;}
ul,li{list-style: none;padding: 0;margin: 0;}
input,textarea{background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));}
hr{height:0px;border:1px dashed #ccc; margin: 5px 0  ;}
blockquote{font-size: 14px;}
blockquote p{margin: 0 0 5px;}
/*==================常用===========================*/
.showhide, #footer .showhide{display:none}
.red{color:red;}
.green{color:green;}
.yellow{color:yellow;}
.formnote{color:#ccc;}
.textaligncenter{text-align: center}
/*金额收入、支出样式*/
.income,.expend{font-weight: bold;font-size: 15px;}
.income {color:#5da000; }  /*收入：绿色*/
.expend{color:#ff7920;}  /*支出：橙色*/
.radiusbox{border: 1px solid #ccc; border-radius: 8px;}
.nopadding{padding: 0}
.nopadding-left{padding-left: 0}
.nopadding-right{padding-right: 0;}
.margintop15{margin-top: 15px;}
.margintopbottom10{margin:10px 0;}
.dangerborder{border:1px solid red;}
.input-error{
	border-color: #ba2737;
}
.input-ok{
	border-color: #1e8e02;
}
p.onlyMemberContent{
	color: #ff574d;font-weight: bold;font-size: 15px;border-top:1px dotted #ff574d;padding: 8px 5px 8px 5px;margin-top: 5px;
	/*background: url("/public/images/icons/butCollapse.gif") no-repeat 1px 12px;*/
}
p.onlyMemberContent i{color: green;}
.wordbreak{
	word-break: break-all;
	word-wrap: break-word;
}
.paddingtop15{padding-top: 15px;}
.paddingbottom15{padding-bottom: 15px;}
.paddingtop20{padding-top: 20px;}
.margintopbottom20{margin-top: 20px;margin-bottom: 20px;}

/*====================菜单 红色导航 ce4c19  深蓝 0e325f========================*/
#topnav{background-color: #105291; margin-bottom: 0px;}
nav.subwebstopnav#topnav{background-color: #ce4c19;}/*子站*/
.navbar-toggle{color:#fd1;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background-color:#105291;border-color: #fd1;}

.navbar-brand{padding-top: 12px;padding-left: 5px;}
.navbar-default .navbar-nav{padding-left: 30px;}
.navbar-default .navbar-nav>li>a{color:#fff;
	font-size: 15px;
	line-height: 65px;  /*菜单高度调节*/
	padding: 0 15px;
}
.navbar-default .navbar-nav>li>a:focus{color:#fff;}
.navbar-default .navbar-nav>li>a:hover{color:yellow;}
.navbar-default ul.mainnav>.open>a, .navbar-default ul.mainnav>.open>a:hover{background-color: #fff;}
ul.mainnav .dropdown-menu{left:-1px;border-top: 0px;}
.navlogin img {  /*会员中心头像*/
	float: left;
	width: 42px;
	height: 42px;
	margin-top: 12px; margin-right: 14px;
	border-radius: 50%;
}
.navbar-default .navbar-nav>.training>a{
	color: #19a111;
	background: url("/public/images/menubg2.png") no-repeat 5px 10px;
}

/*弹出式*/
ul.nav * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.nav> li.has-megamenu {
	position: static;
}
ul.nav> li.has-megamenu:hover{

}
ul.nav> li.has-megamenu:hover> a{
	color:green;background: url("/public/images/menubg.png") no-repeat 5px 10px;
}
/*ul.secondnav>li > a{position: relative;}*/
ul.nav > li > .megamenu {
	width: 100%;
	padding: 20px 0;
	position: absolute;
	left: 0;
	display: none;
	z-index: 99;
	background: #fff;
	background-position: right bottom;
	background-repeat: no-repeat;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
	border-radius: 5px;
	opacity:0.95;
	filter:alpha(opacity=95);-moz-opacity:0.95;
}
ul.nav > li > .megamenu  li a{
	line-height: 220%;height: 68px;font-weight: 400;
}
ul.nav > li > .megamenu  li .megamenu-item-info-title, ul.nav > li > .megamenu  li .megamenu-item-info-title a{
	color: green;font-weight: bold;height: 18px;line-height: 18px;
}
ul.nav > li > .megamenu  li .megamenu-item-info-text{
	color: #999;font-weight: 300;
}
.drop-up {
	-webkit-animation: drop-up 400ms ease both;
	-moz-animation: drop-up 400ms ease both;
	-o-animation: drop-up 400ms ease both;
	animation: drop-up 400ms ease both;
}
@-webkit-keyframes drop-up {
	0% { -webkit-transform: translateY(100px); }
	100% { -webkit-transform: translateY(0); }
}
@-moz-keyframes drop-up {
	0% { -moz-transform: translateY(100px); }
	100% { -moz-transform: translateY(0); }
}
@-o-keyframes drop-up {
	0% { -o-transform: translateY(100px); }
	100% { -o-transform: translateY(0); }
}
@keyframes drop-up {
	0% { transform: translateY(100px); }
	100% { transform: translateY(0); }
}
ul.nav > li > .megamenu  li h5.navmenuicon{height: 38px; line-height: 28px; background-position: left top; padding-left: 46px;}
.fixedmenu {
	position: fixed;
	top: 0;z-index: 99999;
	width: 100%;
}

.app{background: url("/public/images/webicon/app.png") no-repeat;}
.php{background: url("/public/images/webicon/php.png") no-repeat;}
.html5{background: url("/public/images/webicon/html5.png") no-repeat;}
.linux{background: url("/public/images/webicon/linux.png") no-repeat;}
.mysql{background: url("/public/images/webicon/mysql.png") no-repeat;}
.nginx{background: url("/public/images/webicon/nginx.png") no-repeat;}
.other{background: url("/public/images/logo2.png") no-repeat;}


/*==================================焦点图swiper开始==================================*/
.swiper-container {
	/*width: 100%; height: 100%;*/
}
.swiper-button-prev,.swiper-button-next{
	display:none;
	width:60px!important;height:60px!important;
	background-color: #6e6599;
	-moz-border-radius: 100%;
	-webkit-border-radius:100%;
	border-radius:100%;

	filter:alpha(opacity=70); /*IE滤镜，透明度70%*/
	-moz-opacity:0.7; /*Firefox私有，透明度70%*/
	opacity:0.7;/*其他，透明度70%*/
	text-decoration: none;
}
.swiper-pagination-bullet{
	border:1px solid #fff; background-color: #2c92ff;
}
.swiper-pagination-bullet-active{}

/*==================================焦点图swiper结束==================================*/
/*================= 首页 ===================*/
.indextypelist{padding:0 10px 10px 15px; }
.indextypelist li {line-height: 25px;}
.indextypelist a{color:#00BE67}
.typelists{padding-bottom: 12px;}
.typelists .radiusbox{min-height: 100px;}
.typelists .radiusbox2{min-height: 198px;border-radius:8px;border: 1px solid #ccc;}
.typelists .radiusbox:hover{border: 1px solid #00BE67;}
.typelists h4{ margin-left:8px;height: 39px;padding: 5px 10px 5px 45px;font-weight: bold;border-bottom: 1px dotted #e99294;font-size: 1.1em;}
.typelists h4 a{color:#00BE67;}
.typelistslists {border-left:1px dotted #ccc; min-height: 100px;padding-bottom: 15px;}
.typelistslists li {
	border-bottom: 1px dotted #ccc;
}
.typelistslists a, .hotart  a{ color: #444;font-weight: 500;line-height: 200%;}
.typelistslists a{color: #21478b}
.typelistslists a:hover, .hotart a:hover{color:red}
div.progress{height: 30px;line-height: 30px;}
div.progress .progress-bar{height: 30px;line-height: 30px;color:#000;font-size: 18px;}
.hotart {padding:10px;}

div.topiclists{border-bottom: 1px dotted #ccc;padding: 0 2px 10px 2px;margin-bottom: 15px;}
div.topiclists h4, div.topiclists h4 a{color: #19a111;padding-left: 3px;}
div.topiclists ul li{line-height: 26px;padding:0 8px;}
li.ctrlLine{overflow: hidden;word-wrap : break-word ;word-break:break-all;height:26px;}

/*============== 尾部 ===================*/
#footer{
	background-color: #404553;color: #fff;line-height: 28px;margin-top: 15px;padding-top: 16px;
}
#footer a{color:#fff;}

ul.contact-us i{width: 15px;display: inline-block;text-align: center;}
ul.connecttel li.tel{
	color: #ff8737;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

.th_Link {
	border: solid 1px #ff6700;
	border-radius: 8px;
	text-align: center;
	margin: 5px 5px;
	width: 160px;
	height: 30px;
	line-height: 30px;
	color: #ff6700;
	cursor: pointer;
}
.th_Link:hover {
	background: #ff6700;
	color: #fff;
}
.footertop{padding-bottom: 20px;}
.footer-beian{
	padding: 20px 20px; text-align: center;background-color: #1f2228;
}
#footer .footer-beian a{color:#fff;text-decoration:none;}
.friendlinkbox{border-top: 1px dotted #9a9fb1; padding: 6px 0;margin-top: 10px;}
.friendlinkbox li{display: inline-block;text-align: left;padding: 1px 8px;}
#footer .friendlinkbox ul li a{color:#9a9fb1}

/*========== 在线客服 =========*/
.kefu-pop-ul-switch-open,.kefu-pop-ul-switch-close{cursor: pointer;display: none;color: #c7647a;text-align: right;}
.kefu-pop{
	width: 45px;
	height: 65px;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: alpha(opacity=90);
	opacity: 0.9;
	position: fixed;
	top: 40%;
	right: 0;
	text-align: center;
	color: #555;
	font-size: 28px;
	z-index: 9999;
}
.kefu-pop-ul{border:1px solid #666633; border-right:0; padding: 5px;
	border-radius: 8px 0 0 8px;
	background: #fff;}
.kefu-pop-ul .borderSplit{border-top: 1px dotted #663;border-bottom: 1px dotted #663;}
.kefu-pop-ul .borderTopSplit{border-top: 1px dotted #663;}
.kefu-pop-ul .borderBottomSplit{border-bottom: 1px dotted #663;}
a.kefu-pop-li{text-align: center; text-decoration: none ; cursor: pointer;display:block;}
a.kefu-pop-li p{margin-bottom: 5px;}
.kefu-pop-text{font-size: 13px;color: #0000A1;}

.kefu-pop .popover {
	width: 260px;
	color: #444;
	cursor: default;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
/*================== 在线客服 ================== */

/*=========== 广告页==============*/
.ad{width:100%;margin-top: 5px;margin-bottom: 5px;clear: both}
.ad img{width: 100%}
.adTest{position: relative;background-color: #ccc;}
.adTestC{min-height: 75px;}
.adTest div{position: absolute;top:2%;left:1%;color:yellow;background-color: #1e8e02;}
.adNoMarginTop{margin-top: 0;} /*需放在.ad后面，否则margin-top: 0px无效*/
.adNoMarginBottom{margin-bottom: 0px;}
.adindexcontent{margin: 0;}
/*侧边栏广告start*/
div.adside{
	z-index: 9999999999;
	background-color: #666633; width:  118px; height: 291px;color:white;
}
.adside div.admain{
	min-height:100%;
}
.adside div.adbottom{
	text-align:center;background-color:#ccc;color:blue;cursor:pointer;font-size:13px;padding:3px 0;
}
/*侧边栏广告end*/

/*==================== 分页 ========================*/
/*分页 badoo style*/
div.badoo {
	font-family: arial, Helvetica, sans-serif;
	padding-right: 0px; font-size: 13px; padding-bottom: 15px; padding-top: 15px; color: #48b9ef;  background-color: #fff; text-align: center
}

div.badoo a {
	border: #dddddd 1px solid; padding:  7px; padding-bottom: 3px; padding-top: 3px;margin: 0px 1px;color: #48b9ef; text-decoration: none
}

div.badoo span.disabled {
	display: none
}
div.badoo a,div.badoo span, span.redirectPage input {
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px;
}

/*跳转到第X页*/
span.redirectPage{margin-left:10px;font-size:12px;}
span.redirectPage input{border:1px solid #ccc;margin:0px 4px; padding: 2px;  text-align:center;}
span.redirectPage input#gotopage{width:28px;}
span.redirectPage input#subRedirectPage{ background-color: #f2f2f2;padding: 2px 10px;}


/*1 橙色*/
div.badoo span input{color:#48b9ef}
div.badoo a:hover {
	border: #ff5a00 1px solid; color: #ff5a00;
}
div.badoo a:active {
	color: #ff5a00; border: #ff5a00 1px solid
}
div.badoo span.current {
	border: #ff5a00 1px solid;  font-weight: bold;  padding-right: 7px; padding-left: 7px;padding-bottom: 3px;  padding-top: 3px;color: #fff; background-color: #ff6c16
}

/*=========== 分页 end ================*/



/*================分类页==================*/
.categoryHeaderbox{margin-top: 8px;}
.categoryHeader{padding-left: 45px;margin:8px 8px 5px 8px;font-size: 16px;color: blue;height: 38px;line-height: 38px;}
li.categoryHeader-li{margin-top: 8px;margin-bottom: 15px;border-bottom: 1px dotted #666;padding-bottom:20px; padding-left: 2px;}
li.categoryHeader-li h4{background: url("/public/images/icons/edit_edit.png") no-repeat left 3px;padding-left: 30px;height: 25px;}
li.categoryHeader-li h4,li.categoryHeader-li h4 a{font-size: 16px; color:darkgreen;margin-top: 5px;margin-bottom: 15px;}
ul.categorylist{
	min-height: 300px;
}
/*侧栏*/
.typelist-side{padding: 3px 5px 5px 5px;margin: 10px 0;background: url("/public/images/top2.png") repeat-x left -80px;}
.typelist-side-alllist ul{padding-left: 2px;}
.typelist-side-alllist li{padding-left: 0}
.typelist-side h4,.typelist-side h5 ,.typelist-side h5 a{color: #ff4418;text-align: center;}
.typelist-side h4,.typelist-side h5{margin-bottom: 15px;}
.typelist-side ul{padding: 0 10px;}
.typelist-side ul li{line-height: 25px;}
.typelist-side ul li,.typelist-side ul li a{color:#333;}
.bg-danger h6{padding-left: 10px;}
.pagecountinfo{line-height: 45px;}

/*=========文章详情页=============*/
.contentinfo{padding: 0}
.intro{border-radius: 10px;border:1px solid #666;padding: 10px;margin: 10px 0;}
.intro h3{padding-left: 0}
.intro img{float: left;margin: 2px 20px 10px 5px;}
.intro strong{font-size: 15px;color:#000}
.artcontent{padding: 0;padding-bottom: 8px;	word-break: break-all;
	word-wrap: break-word;}
.artcontent table,.artcontent table td,.artcontent table th{border:1px solid #777; text-align: center;padding: 5px;}
.artcontent table{width: 100%}
table th p, table td p{margin-bottom: 0;}
div.bdsharebuttonbox{text-align: right}
.artdetailheader{padding:  10px;margin-top: 10px;text-align: center;}
.artdetailheader h1{color: green;}

.leftlist ul li {text-align: left; line-height: 180%;margin-bottom: 5px;}
.leftlist ul li a{ border-left: 3px solid #327a99;padding-left: 5px;display: block}

.searchtitle{color:green;padding: 8px;margin-bottom: 5px;}
div.showsearch{
	min-height:350px;
}
div.showsearch ul, div.showsearch li{
	list-style: none;padding: 5px;border-bottom: 1px solid #ccc;
}
div.showsearch li.listtitle{
	text-align: center;
}
td.searchres b{color:red;}
.table>tbody>tr>td.tagsn{padding-top: 18px;}

/*==========专辑==========*/
.specialsList{min-height: 190px;}
.specialtitle ul li{padding: 5px;}
.specialtitle .specialtitlemore{padding: 63px 0 3px 10px;text-align: center;width:80px;}
.specialsList img{width:100%;margin-bottom:3px;}
.specialsList-heading{font-size: 14px;}
.specailguide{margin-top: 10px;}
.specialTitleBox, .singleTitleBox {
	width: 100%;
	background: url(/public/images/zt_bg.gif) repeat-x left bottom;
	min-height: 300px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	box-shadow: 0px 2px 2px #ccc;
}
.specialHeader h1, .singleHeader h1 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 30px;
	font-family: "Microsoft YaHei", 微软雅黑, SimHei, 黑体;
	letter-spacing: 1px;
	color: rgb(62, 143, 0);
	font-weight: 300;
	box-shadow: rgb(204, 204, 204) 3px 3px 3px;
	padding: 10px;
	background: url(/public/images/top.png) 0px -40px repeat-x;
}
.specialInfo{padding-left: 0;min-height: 100px;}
.specialNode {
	margin-bottom: 20px;
	padding-left: 0;
}
.specialNode ul {
	border: 1px solid #ccc;
	background: url(/public/images/menuback/bg_white.png) repeat-x 0 -85px;
	min-height: 330px;
}
li.specialNodeTitle {
	height: 30px;
	margin-bottom: 10px;
	line-height: 28px;
}
li.specialNodeTitle h3 {
	background: url(/public/images/tag_hot_bg.png) no-repeat -1px -2px;
	padding: 10px 5px 8px 40px;
	margin: 0;
	margin-left: -15px;
	font-size: 14px;
	color: green;
	font-weight: bold;
}
.specialNodeListRight{padding-right: 0}
.otherSpecialLink{margin-right: 10px;}
.specialNode .media-left {
	width: 100px;
	height: 108px;
}
.specialNode li.media h5 a {
	color: #000;font-weight: bold;font-size: 15px;
}
.specialNode li a {
	color: #444;
}

.doublelistspecial li {
	height: 28px;
	line-height: 28px;
}

.specialNode .media-content {
	color: #666;
}

.typelist-left, .typelist-right{
	border:1px solid #ccc;margin-top: 10px;margin-bottom: 10px;
}
.typelist-left{padding: 0;padding-bottom: 3px;}
.typelist-left h4{
	padding: 10px;margin: 0;text-align: center; margin-bottom: 10px; color: #450542;font-size: 15px;
	background: url('/public/images/menuback/bg_green.png') repeat-x 0 0px;
	font-weight: bold;
}
.typelist-left h4 a{ color: #b41da0;}
.typelist-left ul,.typelist-left li{
	margin: 0; padding: 0;list-style: none;
}
.typelist-left li{
	padding-bottom: 8px;
}


/*============== 登录 1080cb =====================*/
body div.layerbg{background-color: #fff;border:1px solid #fff;}
div.loginpad{
	color: #2c3e50;
	background-color: #fff;
	width: 100%;
	font-size: 14px;
	line-height: 1.428571429;
	padding: 30px 8px 0 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.loginpad .wrapper {
	background-color: #ecf0f1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.04);
	box-shadow: 0 0 0 2px rgba(0,0,0,0.04);
	border: 1px solid rgba(0,0,0,0.3);
	margin:0 auto;
	padding: 15px 30px;
}
.wrapper .header {
	margin-bottom: 18px;
}
.text-center {
	text-align: center;
}
.wrapper .header  .header-logo {
	width: 50px;
	height: 50px;
	margin-left: 5px;
	margin-right: 20px;
	border-radius: 50%;
	display: block;float: left;
	background: #5f7b99 url("/public/images/logo22.png") no-repeat 6px 6px;
}
.wrapper .header-title {
	line-height: 180%;
	padding-top: 5px;

	display: block;float: left;
	font-size: 18px;
	font-weight: 500;
	color: inherit;
}
.wrapper .header-title h1{
	color:#2c3e50;
}
.wrapper  .header-title-func {
	font-size: 13px;
	padding: 0;
	margin: 0;
	border: 0;
}
.wrapper  .chkcode{text-align: left;padding-left: 0;padding-right:18px;}
.chkcode span{color:#ccc;}
.chkcode {line-height: 140%}

/*================= header课程分类菜单 ======================*/
.coursemenu{border-bottom: 1px dotted #ccc; padding-bottom: 10px;margin-bottom: 10px;}
.coursemenu-topheader  h5{color:#0e325f;margin-top: 4px;font-size: 15px;}
.coursemenu-list{ padding-bottom: 5px;margin-bottom: 5px;}
.coursemenu-topheader,.coursemenu-list{display: inline-block;}
.coursemenu-course i{color:forestgreen ;}
.coursemenu-listbt{border-bottom: 1px dotted #ccc;padding-bottom: 10px;margin-bottom: 10px;}

/*=======================课程大纲=====================*/
.courselist{margin-top: 15px; border-bottom: 1px dotted #ccc;margin-bottom: 15px;}
.courselist li{
	display: inline-block;margin-right: 15px;margin-bottom: 15px;

}
.courselist li a{display: block;padding: 5px 8px;color:#fff;text-decoration: none}
.courselist li.btn a:hover{color:#fff;}
.outlineheader {padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px dotted #ccc;}
.outlineheader span{color: #0e325f;font-size: 14px;}

/*友链*/
.flink li{height:38px;line-height: 38px;}
.aboutustitle{color:#0593d3;font-size: 22px;font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";margin-bottom: 18px;}
.aboutusnav{
	margin-top: 15px;
	padding-left: 0;
	margin-bottom: 20px;
}
.aboutusnav ul li{margin-bottom: 10px;}
.aboutusnav ul li a{
	color: green;
	border-radius: 8px;
	border: none;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	padding: 0 5px ;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	display: block;
	text-decoration: none;
}
.aboutusnav ul li a:hover{color:red;}
.aboutusnav ul li a.active{border-left: 3px solid #0078d0;  border-right: 3px solid #0078d0;   color: #0078d0;font-size: 21px;text-decoration: none;}
.teachersignup{background: url("/public/images/logo2.png") no-repeat;}

/*=============子站=====================*/
.subwebtopimg h2{color:forestgreen;font-size: 20px; background: url("/public/images/tag_hot_bg.png") no-repeat -1px -2px; padding:0;padding-left: 40px;line-height:38px;border:1px solid #fd6000;
	border-radius: 8px;}
.cmsfeatures{line-height: 200%}
ul.cmsfeatureslist h4{font-weight: bold;border-bottom: 1px dotted #ccc;line-height: 28px;font-size: 18px;color:blue;}
ul.cmsfeatureslist2 h4{color: #df3958;}
ul.cmsfeatureslist h4 i{color:#fd6000;}
.cmsfeatures-content{min-height: 120px;}

/*==================随机色和文字大小=========================*/
.rndColor1{color: #e66500;}
.rndColor2{color: #3e8f00;}
.rndColor3{color: #d42164;}
.rndColor4{color:#333;}
.rndColor5{color:#666;}
.rndColor6{color:#000;}
.rndColor7{color: #689d6b;}
.rndColor8{color: #fb2e96;}
.rndColor9{color: #795879;}
.rndColor10{color: #870000;}
.rndColor11{color: #3c427e;}
.rndColor12{color:red;}
.rndColor13{color:green;}
.rndColor14{color:blue;}

.rndSize1{font-size: 12px;}
.rndSize2{font-size: 13px;}
.rndSize3{font-size: 14px;}
.rndSize4{font-size: 15px;}
.rndSize5{font-size: 16px;}
.rndSize6{font-size: 17px;}

.rndFamily1{font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体"}
.rndFamily2{font-family: "宋体", "Arial", HELVETICA}
.rndFamily3{font-weight:bold;}
.rndFamily4{font-family: 'Open Sans', sans}

/*===========PHP广告页===============*/

.phpadbox  h2 {
	font: 38px/41px "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
	margin-bottom: 30px;
	font-weight: 700;
}
.phpadbox img{max-width: 100%}
.phpadbox p{font: 16px/30px  "Microsoft YaHei";color:#333;}
.phpadbox strong{font: 18px/35px  "Microsoft YaHei";}

.php1{margin-bottom:30px;}
.php1 h2{font-size:33px;}

.php2{background: url("/public/ads/php/greenbg.jpg") no-repeat 0 0;padding-top: 30px;padding-bottom:30px;margin-bottom: 20px}
.php2 h2{ color: #000;margin-top: 30px;font-size:30px;}
.php2 p{color:#222;}
h2.php2pch2{font-size: 48px;}
h2.php6mobileh2{font-size: 32px;}

.php4{background-color: #011e4a}
.php4 p{color:#fff;}

.php6{background: url("/public/ads/php/purple.jpg") no-repeat 0 0; padding:  10px 10px 30px;}
.php6 h2{color:#fff;letter-spacing: 2px;}

.php7{padding-top: 30px;padding-bottom: 30px;background: #fffc90 url("/public/ads/php/down.png") no-repeat center -40px;}
.php7 h2{color: red;margin-bottom: 50px;}
.php7 p{color: #000;font-size: 23px;line-height: 40px;}

.php8{margin-bottom: 40px;margin-top:40px;padding: 0;padding-bottom: 30px;border-color: #666;background: url("/public/ads/php/team.jpg") no-repeat center bottom;}
.php8 span.price{font-size: 30px;}
.php8 strong.promotion{display: block;color:blue;max-width: 640px;margin: 10px auto;border-color: #3ea5ff; padding-top: 10px;padding-bottom: 10px;}
.php8 h2{font-size:35px;}

.php_app{background: url("/public/ads/php/app_bg.jpg") repeat 0 0;margin-top: -30px;padding: 20px 0 30px ;}
.php_app h2{color:darkgreen;font-size: 30px;}
.php_app img{max-width: 100%;height: auto;}
.php_app img {
	opacity: 1;
	transition: opacity 1s,-webkit-transform 2s;
	transition: opacity 1s,transform 2s;
	transition: opacity 1s,transform 2s,-webkit-transform 2s;
}
.php_app img:hover{
	transform: scale(1.08);
}
/* ============修改资料TAB卡 start =================*/

/* 本例子css */
.slideTxtBox{
	position: relative;
	text-align:left;
	margin: 20px auto 10px;
	background: white;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
}
.slideTxtBox a{ text-decoration:none; color:#333;  }
.slideTxtBox a.white, .slideTxtBox a.white:hover{color:#fff;}
.slideTxtBox a:hover{ color:#1974A1;  }
.slideTxtBox .hd{ height:48px; line-height:48px; background:#f5f7f7; padding:8px 10px 0 20px;   border-bottom:1px solid red;  position:relative; }
.slideTxtBox .hd ul li{ position: relative;bottom: -1px; float: left;
	margin-top: 0;
	padding: 5px 18px 4px;
	line-height: 28px;
	font-weight: bold;
	color: #555;
	background:#f5f7f7;
}
#tabslist a{font-size: 14px;color:green;}
.slideTxtBox .hd ul li.on{ background:#fff; border:1px solid red; border-bottom:1px solid #fff; bottom: 2px; border-top: 4px solid red;  border-radius:  6px 6px 0 0;}
.slideTxtBox .hd ul li.on a{color: #33a1f1}
.slideTxtBox .bd ul{ padding:15px;  zoom:1; font-weight: 300; }
.slideTxtBox .bd form{padding-top:15px;}
.slideTxtBox .bd form label{  font-weight: 300;  }
.slideTxtBox .tabLeftTitle{background:#f5f7f7;border-bottom: 1px solid #ddd;padding: 1px 18px;}

/* ============修改资料TAB卡 end ================*/


/*========课程大纲============*/
.courseinfoSubTitle,.relateArtTopic{background: url("/public/images/t01.png") no-repeat 2px 50%; height: 30px;line-height: 30px;padding-left: 32px;color:green;font-weight: bold;font-size: 16px;margin: 8px 0;border-bottom: 1px dotted #ccc;}
div.artcontent a,div.artcontent a:hover{color:#333;}
.relateArtTopic{font-weight: bold;font-size: 13px;margin: 8px 0;border-bottom: 1px dotted #ccc;}
div.artcontent  .relateArtTopic a{color:green;}