* {
	margin: 0;
	padding: 0;
}

/* 整体页面固定宽度 */
@media only screen and (min-width: 0) {
	.container {
		width: 1200px;
	}
}

@font-face {
	font-family: 方正启体简体;
	src: url('../fonts/FZQTJW.TTF');
}

@font-face {
	font-family: 方正隶书简体;
	src: url('../fonts/FZLSJW.TTF');
}

@font-face {
	font-family: 方正楷体简体;
	src: url('../fonts/FZXKTJW.TTF');
}

@font-face {
	font-family: 方正行楷简体;
	src: url('../fonts/FZXKJT.ttf');
}

@font-face {
	font-family: mlzy;
	src: url('../fonts/方正北魏楷书简体.ttf');
}

.container {
	margin-bottom: 20px;
}

.ttop {
	background: url(../images/title1.png) top left no-repeat;
	background-size: 1100px 432px;
	height: 420px;
	padding-left: 710px;
	padding-top: 130px;

}

.ttop img {
	height: 180px;
}

/* .ttop a {
	color: #109bdc;
	font-family: 黑体;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	font-size: 17px;
	letter-spacing: 2px;
	padding-left: 22px;
	margin-right: 190px;
	float: right;
	display: block;
	margin-top: 400px;
	background: #fff;
	border-radius: 25px;
	width: 120px;
} */
.ttop a {
	display: block;
}
.ttop a img {
	margin-left: 20px;
	margin-top: 60px;
	height: 40px;
}

.nrjj {
	text-align: center;
	margin-top: -20px;
	background: #fcfcfc;
	/* background-size: 960px 27px; */
	min-height: 25px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.nrjj img {
	width: 200px;
	height: auto;
	margin-bottom:  20px;
	
}

.nrjj p {
	margin: 0;
	text-indent: 2em;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
	font-family: 黑体; 
	/* font-weight: 600;  */
	font-size: 20px; 
	line-height: 2em; 
	color: #666;
}

.nrjj a {
	margin-left: 800px;
	/* margin-bottom: 30px; */
}

.nrjj a img {
	margin-bottom: 0;
	width: auto;
	height: 40px;
}

/*顶部样式*/
.top {
	/* background:#76121a; */
	height: 390px;
	color: #fff;
}

.top .container {
	background: url(../images/title.png) top center no-repeat;
	background-size: 1200px 475px;
	height: 390px;
}

.top .t-left {
	float: left;
	padding-left: 100px;
	padding-top: 100px;
}

.top .t-left img {
	height: 200px;
}

/*导航菜单*/
.nav1 {
	z-index: 999;
	height: 40px;
	/* background: #59151b; */
}

.nav1 .container {
	padding-left: 40px;
	height: 40px;
	background: #4e69a0;
}

.nav1 a {
	display: inline-block;
	height: 40px;
	font-family: 黑体;
	line-height: 40px;
	padding-left: 1.5em;
	padding-right: 1.5em;
	color: white;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 1.2em;
}

.nav1 a:hover {
	color: yellow;
}

.nav1 a.xz {
	background: #e84554;
	pointer-events: none;
}

.nav1 a.xz:hover {
	color: white;
}

/*焦点图片放大通用效果*/
.netease {
	display: block;
}

.netease:hover img {
	transform: scale(1.2);
	transition: all 2s cubic-bezier(.3, .3, .3, .3) 0s;
}

/*课程通用效果*/

.tip {
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 1.5rem;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
	z-index: 999;
	margin: 0;
	padding-left: 0.5rem;
}

.section {
	float: left;
	width: 220px;
	height: 150px;
	position: relative;
	background: #257397;
}

.section p {
	font-family: mlzy;
	width: 100%;
	text-align: center;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

/* .list{
	margin-top: 40px;
} */
.list li {
	width: 220px;
	height: 175px;
	float: left;
	margin-left: 25px;
	list-style-type: none;
}

.list li:nth-child(1),
.list li:nth-child(6),
.list li:nth-child(11),
.list li:nth-child(16),
.list li:nth-child(21),
.list li:nth-child(26),
.list li:nth-child(31) {
	margin-left: 0;
}

.list li a {
	color: #000000;
	text-decoration: none;
}

.list li .jpr-i {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}

.list li .jpr-i img {
	width: 220px;
	height: 123px;
}

.list li .jpr-t {
	font-family: 方正楷体简体;
	padding-top: 5px;
}

/* .list li a:hover {
	color: #7d9519;
} */

.upline {
	width: 100%;
	height: 14px;
	border-bottom: 1px solid #ccc;
}

.dnline {
	width: 100%;
	height: 14px;
	border-top: 1px solid #fff;
}

.more {
	width: 110px;
	background: #fff;
	margin: 0 auto;
	margin-top: -28px;
}

.more a {
	text-decoration: none;
	color: #666;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	display: block;
	line-height: 28px;
	height: 28px;
	width: 75px;
	background: #fff;
	margin: 0 auto;
}

.more a:hover {
	color: #7d9519;
}

.module .section {
	float: left;
	width: 220px;
	height: 150px;
	position: relative;
}

.module .section p {
	width: 100%;
	text-align: center;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 3px;
}

.module .jpr {
	width: 220px;
	float: left;
	margin-left: 25px;
	height: 175px;
}

.module .jpr:nth-child(6) {
	margin-left: 0;
}

.module .jpr-i {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}

.module .jpr-i img {
	width: 220px;
	height: 123px;
}

.module .jpr-t {
	padding-top: 5px;
	color: #4b4b4b;
	height: 3.5em;
}

.s1 .section {
	background: #95604e;
}

.s2 .section {
	background: #f4b649;
}

.s3 .section {
	background: #e06c2f;
}



.s4 .section {
	background: #ad7b44;
}

.s5 .section {
	background: #9e5522;
}

.s6 .section {
	background: #009c84;
}

.s7 .section {
	background: #95604e;
}

.s7 .section p {
	font-size: 22px;
}

.s8 .section {
	background: #ad7b44;
}

.s9 .section {
	background: #db6428;
}

.s10 .section {
	background: #ab755a;
}

.s11 .section {
	background: #5d352d;
}


.footer {
	background: #00ade7;
	/* height: 20px; */
	margin-top: -20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.footer p {
	font-size: 12px;
	margin: 0;
	line-height: 1.6em;
	color: white;
	text-align: center;
}

/*返回顶部按钮样式*/

.ttp {
	position: fixed;
	right: 0;
	bottom: 130px;
}

.to-top span {
	font-size: 1.5em;
	color: rgba(0, 0, 0, .5);
	background: rgba(255, 255, 255, 1);
	padding: .65em;
	border: 1px solid rgba(100, 100, 100, .1);
}

.to-top span:hover {
	color: rgba(255, 255, 255, 1);
	background: rgb(128, 10, 8);
}

/*弹出层*/
#v_box {
	margin-top: -270px;
	margin-left: -480px;
	text-align: center;
	background: #655d5d;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 522222;
	_position: absolute;
	display: none;
	padding-left: 5px;
	padding-right: 5px;
}

#v_box video {
	margin: 0 auto;
	cursor: pointer;
	width: 960px;
	height: 540px;
}

#v_box div.h6-l {
	text-align: left;
}

#v_box h6 {
	font-size: 14px;
	line-height: 14px;
	color: #eee;
	padding-left: 10px;
	overflow: hidden;
}

#v_box div.shut-v {
	text-align: right;
}

#shut {
	padding: 0;
	margin: 0;
	/* margin-right: 10px; */
	display: inline;
	color: #eee;
	font-size: 30px;
	line-height: 30px;
	cursor: pointer;
}

#shut:hover {
	text-decoration: none;
	color: #f00;

}

#playback {
	display: none;
	background: rgba(118, 118, 118, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

/*popup bqxx*/
#v_box1 {
	margin-top: -130px;
	margin-left: -340px;
	background: rgba(254, 254, 254, 1);
	border: 3px solid #00b1b1;
	position: fixed;
	top: 40%;
	left: 50%;
	z-index: 522222;
	_position: absolute;
	display: none;
}

#v_box1 div.shut-v {
	text-align: right;
}

#shut1 {
	padding: 0;
	margin: 0;
	margin-right: 5px;
	display: inline;
	color: #ccc;
	font-size: 30px;
	line-height: 30px;
	cursor: pointer;
}

#shut1:hover {
	text-decoration: none;
	color: #f00;
}

#playback1 {
	display: none;
	background: rgba(118, 118, 118, 0.6);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 522221;
	width: 100%;
	height: 100%
}

#banner1 {
	width: 680px;
	height: 260px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

#banner1 .banner1-up {
	border-bottom: 2px solid #00b1b1;
	line-height: 34px;
}

#banner1 .banner1-up span {
	background: #00b1b1;
	padding: 9px 18px;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

#banner1 .banner1-down {
	font-family: "microsoft yahei";
	font-weight: bold;
	text-align: justify;
	font-size: 16px;
	line-height: 2em;
	color: #565656;
	margin-left: 1em;
}
table#cbxx{
	margin-top: 50px;
	margin-left:30px;
}
table#cbxx tr{
	height: 35px;
}
table#cbxx th{
	width: 140px;
	text-align: right;
}

/*popup nrjj*/
#v_box2 {
	margin-top: -130px;
	margin-left: -340px;
	background: rgba(254, 254, 254, 1);
	border: 3px solid #540c12;
	position: fixed;
	top: 40%;
	left: 50%;
	z-index: 522222;
	_position: absolute;
	display: none;
}

#v_box2 div.shut-v {
	text-align: right;
}

#shut2 {
	padding: 0;
	margin: 0;
	margin-right: 5px;
	display: inline;
	color: #ccc;
	font-size: 30px;
	line-height: 30px;
	cursor: pointer;
}

#shut2:hover {
	text-decoration: none;
	color: #f00;
}

#playback2 {
	display: none;
	background: rgba(118, 118, 118, 0.6);
	position: fixed;
	z-index: 522221;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

#banner2 {
	width: 680px;
	height: 260px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

#banner2 .banner2-up {
	border-bottom: 2px solid #540c12;
	line-height: 34px;
}

#banner2 .banner2-up span {
	background: #540c12;
	padding: 9px 18px;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

#banner2 p.banner2-down {
	text-indent: 2em;
	font-family: "microsoft yahei";
	text-align: justify;
	font-size: 14px;
	line-height: 2em;
	color: #000;
}