charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 1rem;
}
/* 去除iPhone中默认的input样式  清除苹果浏览器的圆角表单*/
input[type="submit"],  input[type="reset"],  input[type="button"],  input {
	-webkit-appearance: none;
	resize: none;
}
/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* 图片自适应 */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	-ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: none;
	font-size:0.24rem;
}
body {
	font-family: Microsoft YaHei;
	color: #555;
	position: relative;
	margin: 0 auto;
	padding-bottom:60px;
	background:#FFF;
}
em, i {
	font-style: normal;
}
strong {
	font-weight: normal;
}
.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
a {
	text-decoration: none;
	color: #969696;
	font-family: Microsoft YaHei, Tahoma, Arial, sans-serif;
}
a:hover {
	text-decoration: none;
}
ul, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Microsoft YaHei;
}
img {
	border: none;
	display: block;
}


.banner_bt{ width:100%; text-align:center; overflow:hidden; padding-bottom:0.46rem;}
.banner_bt a{ display:inline-block; width:29%; height:0.6rem; border-radius:6px; margin-right:2%; line-height:0.6rem; color:#666666; font-size:0.2rem; background:#FFF;}
.banner_bt a:nth-child(3){ margin-right:0px;}
.banner_bt a i{ display:inline-block; vertical-align:middle; width:0.2rem; height:auto; overflow:hidden; margin-right:4px;}
.banner_bt a em{ display:inline-block; width:0.2rem; height:0.2rem; background:url(../images/icon1.png) no-repeat; background-size:100% 100%; margin-left:6px;}
.banner_bt a.se{ background:#ffc000; color:#222222;}
.banner_bt a.se em{ background:url(../images/icon2.png) no-repeat; background-size:100% 100%;}

.zx_btn{ width:100%; text-align:center; overflow:hidden; padding:0.6rem 0 0.6rem;}
.zx_btn a{ display:inline-block; width:27.65%; overflow:hidden; height:auto; margin-right:9.3%;  border-radius:0.4rem; box-shadow:#fff7ec 0 0 8px;}
.zx_btn a img{ display:block; width:100%; height:auto;}
.zx_btn a:nth-child(2){ width:36.56%;   margin-right:0px;}

.course{ width:100%; text-align:center; overflow:hidden; padding:0.2rem 0;}
.course span{ display:inline-block; width:32.5%; height:0.8rem; background:url(../images/span.png) no-repeat; overflow:hidden; background-size:100% 100%; line-height:0.7rem; text-align:center; color:#ffc000; margin-right:5%;}
.course span:nth-child(1){ width:38.28%;}

.course span.se{ background:url(../images/span_se.png) no-repeat; background-size:100% 100%; color:#7c4a35;}

.course_ct{ width:86.87%; margin:0 auto; overflow:hidden;}
.course_ct .ever{ display:none;}
.course_ct .active{ display:block;}
.course_ct div img{ display:block; width:100%; height:auto;}

.login{ width:87%; margin:0 auto; overflow:hidden;}


















