html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
}

ol,
ul {
	list-style: none;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}


/* For modern browsers */

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}


/* For IE 6/7 (trigger hasLayout) */

.cf {
	zoom: 1;
}

html {
	background-color: #f2f2f2;
}

body {
	font-size: 12px;
}

a {
	text-decoration: none;
}

.page {
	width: 100%;
	min-width: 320px;
	max-width: 480px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #f2f2f2;
}


/* content */

.content {
	width: 100%
}


/* x_title */

.x_title_wrap {
	width: 96%;
	padding: 0 2%;
}

.x_title {
	height: 48px;
	border: 1px solid #ccc;
	margin-top: 0px;
	margin-bottom: 15px;
	background: #fff;
}

.x_title .back {
	float: left;
	width: 64px;
	height: 48px;
	border-right: 1px solid #ccc;
	background: url('../images/wap/back.png') no-repeat 0 0;
}

.x_title .home {
	float: right;
	width: 64px;
	height: 48px;
	border-left: 1px solid #ccc;
	background: url('../images/wap/home.png') no-repeat 0 0;
}

.x_title .tit {
	font: 20px/48px 'microsoft yahei', arial, 'simsun';
	color: #333;
	text-align: center;
	padding-right: 65px;
}


/* x_maintitle */

.x_maintitle {
	width: 96%;
	padding: 0 2%;
	font: 700 20px/1.2em 'microsoft yahei', arial, 'simsun';
	color: #333;
	text-align: justify;
	margin-bottom: 10px;
}


/* x_dlPic */

.x_dlPic {
	width: 96%;
	padding: 0 2%;
	margin-bottom: 17px;
}

.x_dlPic dt {
	float: left;
	width: 180px;
	height: 240px;
	margin-right: 18px;
}

.x_dlPic dt img {
	width: 180px;
	height: 240px;
	border: 1px solid #ccc;
	background: url(../images/loading.gif) center center no-repeat;
	box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1), 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.x_dlPic dd {
	float: left;
	width: 262px;
	min-height: 240px;
	font: 18px/28px arial, 'simsun';
	color: #555;
}

.x_dlPic dd .num {
	color: #f60;
}


/* x_gm */

.x_gm {
	width: 96%;
	height: 50px;
	padding: 0 2%;
	text-align: center;
	margin-bottom: 17px;
}

.x_gm a {
	display: block;
	width: 49%;
	height: 100%;
	float: left;
	border-radius: 6px;
	text-align: center;
	font: 700 20px/50px arial;
	color: #fff;
	text-decoration: none;
}

.x_gm_a1 {
	background: #1E90FF;
}

.x_gm_a2 {
	margin-left: 2%;
	background: #92CF68;
}


/* x_tab */

.x_tab {
	width: 100%;
	height: 50px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.x_tab .a_1 {
	display: block;
	position: relative;
	float: left;
	width: 50%;
	height: 50px;
	background: #f8f8f8;
	text-align: center;
	font: 700 20px/50px arial;
	text-decoration: none;
	color: #333;
	border-right: 1px solid #ccc;
}

.x_tab .a_2 {
	display: block;
	position: relative;
	float: left;
	width: 49.56%;
	height: 50px;
	background: #f8f8f8;
	text-align: center;
	font: 700 20px/50px arial;
	text-decoration: none;
	color: #333;
}

.x_tab .s {
	display: none;
}

.x_tab .a_curr {
	background: #fff;
}

.x_tab .a_curr .s {
	display: block;
	position: absolute;
	left: 48%;
	bottom: -7px;
	width: 16px;
	height: 7px;
	background: url('../images/wap/x_tab_arrow.png') no-repeat 0 0;
}


/* x_courseDes */

.x_courseDes {
	padding: 10px 20px;
	font: 16px/1.5em arial;
	color: #555;
	background: #fff;
	margin-bottom: 17px;
}

.x_courseDes p {
	margin: .5em 0;
}

.x_courseDes img {
	display: block;
	margin: .5em auto;
	text-align: center;
	max-width: 80%;
}

.con_intro {
	text-indent: 2em;
}

.con_catalog {
	display: none;
}


/* footer */

.footer {
	margin-top: 10px;
	text-align: center;
	line-height: 2em;
}

.footer .top a {
	display: inline-block;
	padding: 0 2%;
	font-size: 1.1667em;
	font-weight: 700;
	text-decoration: none;
	color: #777;
}

.footer .btm {
	color: #999;
	font-size: 1em;
	font-family: arial, 'microsoft yahei', 'simsun';
	margin-bottom: 10px;
}

.footer .gotop a {
	display: block;
	width: 100%;
	height: 73px;
	border-top: 1px solid #ccc;
	background: #fff;
	font: 20px/72px arial, 'microsoft yahei', 'simsun';
	text-decoration: none;
	color: #333;
}


/* 屏幕小于960px */

@media screen and (max-width:960px) {}


/* 屏幕小于768px */

@media screen and (max-width:768px) {}


/* 屏幕小于480px */

@media screen and (max-width:479px) {
	.page {
		width: 100%;
		min-width: 320px;
		max-width: 480px;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		background-color: #f2f2f2;
	}
	/* content */
	/* x_title */
	.x_title_wrap {
		width: 100%;
		padding: 0;
	}
	.x_title {
		height: 34px;
		border: 1px solid #ccc;
		margin-top: 0px;
		margin-bottom: 15px;
		background: #fff;
	}
	.x_title .back {
		float: left;
		width: 45px;
		height: 34px;
		border-right: 1px solid #ccc;
		background: url('../images/wap/back_320.png') no-repeat 0 0;
	}
	.x_title .home {
		float: right;
		width: 45px;
		height: 34px;
		border-left: 1px solid #ccc;
		background: url('../images/wap/home_320.png') no-repeat 0 0;
	}
	.x_title .tit {
		font: 16px/34px 'microsoft yahei', arial, 'simsun';
		color: #333;
		text-align: center;
		padding-right: 65px;
	}
	/* x_maintitle */
	.x_maintitle {
		width: 96%;
		padding: 0 2%;
		font: 700 18px/1.2em 'microsoft yahei', arial, 'simsun';
		color: #333;
		text-align: justify;
		margin-bottom: 10px;
	}
	/* x_dlPic */
	.x_dlPic {
		width: 96%;
		padding: 0 2%;
		margin-bottom: 15px;
	}
	.x_dlPic dt {
		float: left;
		width: 40%;
		margin-right: 2%;
		max-height: 180px;
		text-align: center;
	}
	.x_dlPic dt img {
		width: 90%;
		height: 100%;
		max-height: 180px;
	}
	.x_dlPic dd {
		float: left;
		width: 58%;
		min-height: 180px;
		font: 14px/20px arial, 'simsun';
		color: #555;
	}
	.x_dlPic dd .num {
		color: #f60;
	}
	/* x_gm */
	.x_gm {
		clear: both;
		width: 96%;
		height: 36px;
		padding: 0 2%;
		text-align: center;
		margin-bottom: 18px;
	}
	.x_gm a {
		display: block;
		width: 49%;
		height: 100%;
		border-radius: 6px;
		text-align: center;
		font: 700 16px/36px 'microsoft yahei', arial, 'simsun';
		color: #fff;
		text-decoration: none;
	}
	/* x_tab */
	.x_tab {
		width: 100%;
		height: 34px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.x_tab .a_1 {
		display: block;
		position: relative;
		float: left;
		width: 50%;
		height: 34px;
		background: #f8f8f8;
		text-align: center;
		font: 700 14px/34px arial;
		text-decoration: none;
		color: #333;
		border-right: 1px solid #ccc;
	}
	.x_tab .a_2 {
		display: block;
		position: relative;
		float: left;
		width: 49.56%;
		height: 34px;
		background: #f8f8f8;
		text-align: center;
		font: 700 14px/34px arial;
		text-decoration: none;
		color: #333;
	}
	.x_tab .s {
		display: none;
	}
	.x_tab .a_curr {
		background: #fff;
	}
	.x_tab .a_curr .s {
		display: block;
		position: absolute;
		left: 48%;
		bottom: -7px;
		width: 16px;
		height: 7px;
		background: url('../images/wap/x_tab_arrow.png') no-repeat 0 0;
	}
	/* x_courseDes */
	.x_courseDes {
		padding: 10px 15px;
		font: 14px/1.5em arial;
		color: #555;
		background: #fff;
		margin-bottom: 17px;
	}
	.x_courseDes p {
		margin: .5em 0;
	}
	.x_courseDes img {
		display: block;
		margin: .5em auto;
		text-align: center;
		max-width: 80%;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:2) and (max-width:479px) {
	.x_title .back {
		background: url('../images/wap/back.png') no-repeat 0 0;
		-webkit-background-size: 45px 34px;
		background-size: 45px 34px;
	}
	.x_title .home {
		background: url('../images/wap/home.png') no-repeat 0 0;
		-webkit-background-size: 45px 34px;
		background-size: 45px 34px;
	}
}


/* 屏幕小于320px */

@media screen and (max-width:320px) {}