header {
	width: 100%;
	height: 640px;
	background: url(../img/pc_head.jpg) no-repeat center 0;
	background-size: cover;
}


/*列表选项*/

.pc_nav {
	width: 100%;
	height: 85px;
	background: #a1e9a5;
}

.pc_nav .middle {
	display: -webkit-flex;
	/*新版本语法：chrome 21+*/
	display: flex;
	/*新版本语法:opera 12.1,Firefox 22+*/
	
	display: -ms-flexbox;
	/*混合版本语法：IE 10*/
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.pc_nav .nav {
	font-family: "方正清刻本悦宋简体";
	width: 211px;
	height: 85px;
	background: #64cc64;
	position: relative;
	display: -webkit-flex;
	/*新版本语法：chrome 21+*/
	display: flex;
	/*新版本语法:opera 12.1,Firefox 22+*/
	
	display: -ms-flexbox;
	/*混合版本语法：IE 10*/
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	cursor: pointer;
}

.pc_nav .nav .date {
	margin-top: 15px;
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
}

.pc_nav .nav .date span {
	font-size: 56px;
}

.pc_nav .nav .date .l {
	font-size: 36px;
}

.pc_nav .nav .date .c {
	font-size: 18px;
}

.pc_nav .nav .name {
	font-size: 24px;
	color: #fff;
	margin-top: 38px;
	margin-right: 12px;
}

.pc_nav .nav .state {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-family: "宋体";
	border-bottom-left-radius: 7px;
	color: #fff;
	background: #49ab4e;
}

.pc_nav .active {
	height: 104px;
	background: url(../img/pc_nav_h.png) no-repeat 0 0;
}

.pc_nav .nav .how {
	background: #ff630e;
}

.pc_nav .wk {
	background: #b5b5b5;
}

.pc_nav .wk .state {
	background: #8a8a8a;
}


/*第一部分*/

.section1 {
	width: 100%;
	height: 4650px;
	background: url(../img/footer_bg.png) no-repeat center bottom;
	display: block;
}

.ts {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10;
	display: none;
}

.ts img {
	width: 669px;
	height: 402px;
	position: absolute;
	top: 35%;
	/*left: 4%;*/
	cursor: pointer;
}

.section1 .class_box {
	float: left;
	width: 512px;
	height: 380px;
	margin-right: 54px;
}

.section1 .class_bt {
	width: 100%;
	height: 92px;
}

.section1 .class_bt p {
	float: left;
}

.section1 .date {
	width: 94px;
	height: 46px;
	background: url(../img/date_bg1.png) no-repeat center 0;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #fff;
	text-align: center;
	margin-top: 34px;
	line-height: 30px;
}

.section1 .date span {
	font-size: 24px;
}

.section1 .name {
	font-family: "方正清刻本悦宋简体";
	font-size: 40px;
	margin-top: 34px;
	color: #3c4053;
	margin-left: 18px;
}

.section1 .case {
	width: 65px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	background: #6d6d6d;
	margin-left: 11px;
	margin-top: 49px;
}

.section1 .how {
	background: #c53027;
}

.section1 .set {
	margin-top: 51px;
	margin-left: 42px;
}

.section1 .set span {
	margin-left: 38px;
	font-family: "方正清刻本悦宋简体";
	font-size: 20px;
	color: #3c4053;
	cursor: pointer;
}

.section1 .set .active {
	color: #ff5500;
}

.section1 .class_box:nth-of-type(2n+0) {
	margin-right: 0px;
}

.section1 .class_link a {
	display: none;
}

.section1 .class_box .a_link {
	display: block;
}

#video {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

#video video {
	width: 100%;
	max-height: 100%;
}


/*活动后续*/

.section1 h3 {
	width: 100%;
	height: 60px;
	display: -webkit-flex;
	/*新版本语法：chrome 21+*/
	display: flex;
	/*新版本语法:opera 12.1,Firefox 22+*/
	display: -ms-flexbox;
	/*混合版本语法：IE 10*/
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	font-weight: normal;
	border-bottom: 1px solid #cbc6be;
}

.section1 h3 p {
	font-family: "方正清刻本悦宋简体";
	font-size: 26px;
	float: left;
}

.section1 h3 span {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #b3b3b3;
	padding-left: 10px;
	padding-top: 5px;
}

.section1 .news ul {
	width: 100%;
	padding-top: 10px;
	height: 223px;
}

.section1 .news ul li {
	width: 520px;
	height: 40px;
	float: left;
	line-height: 40px;
	background: url(../img/list_d.png) no-repeat left center;
	padding-left: 10px;
}

.section1 .news ul li:nth-of-type(2n) {
	margin-left: 36px;
}

.section1 .news ul li a {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #272727;
}

.section1 .news ul li a:hover {
	color: red;
}

.section1 .pc_sj_pm {
	width: 100%;
	height: 372px;
	display: -webkit-flex;
	/*新版本语法：chrome 21+*/
	display: flex;
	
	/*老版本语法：Firefox(buggy)*/
	display: -ms-flexbox;
	/*混合版本语法：IE 10*/
	
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

.section1 .sj {
	width: 515px;
	height: 100%;
	margin-right: 50px;
}

.section1 .sj img {
	margin-top: 20px;
}

.section1 .pm {
	width: 515px;
	height: 100%;
}

.section1 .pm img {
	margin-top: 20px;
}

.section1 .fg {
	width: 1050px;
	height: 485px;
	margin: 50px auto;
}

.section1 .gy {
	padding-bottom: 20px;
}

.gy h3 {
	margin-bottom: 10px;
}

.section1 .gy img {
	margin-top: 8px;
	margin-right: 4px;
}

.section1 .gy img:nth-of-type(4n) {
	margin-right: 0px;
}

.section1 .bz_sj {
	padding-top: 20px;
}

.section1 .bz_sj p {
	font-family: "微软雅黑";
	font-size: 16px;
}


/*第一部分结束*/


/*第二部分*/

.section2 {
	width: 100%;
	height: 1675px;
	background: url(../img/sc2_footer.png) no-repeat center 0;
	background-size: 100% 100%;
	display: none;
}

.synopsis {
	width: 100%;
	height: 560px;
}

.synopsis .rw {
	width: 293px;
	height: 402px;
	margin-top: 43px;
	margin-left: 33px;
}

.synopsis .zjr {
	width: 685px;
	float: right;
	padding-top: 50px;
	padding-right: 30px;
}

.zjr h2 {
	font-weight: normal;
	font-family: "方正大黑简体";
	font-size: 40px;
	color: #d12533;
	padding-bottom: 20px;
}

.zjr h3 {
	font-family: "方正清刻本悦宋简体";
	font-size: 20px;
	color: #2c2f3e;
	height: 75px;
}

.zjr h3 p {
	display: -webkit-flex;
	/*新版本语法：chrome 21+*/
	display: flex;
	/*新版本语法:opera 12.1,Firefox 22+*/
	
	display: -ms-flexbox;
	/*混合版本语法：IE 10*/
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.zjr h3 span:nth-of-type(1) {
	display: block;
	width: 96px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	color: #fff;
	background: url(../img/sec2_zjr_bg.png) no-repeat 0 0;
	margin-right: 5px;
	float: left;
	font-weight: normal;
}

.zjr h3 span:nth-of-type(2) {
	font-size: 40px;
	padding-right: 10px;
}

.zjr p {
	font-family: "方正清刻本悦宋简体";
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #696969;
	padding-top: 20px;
	padding-bottom: 20px;
}

.zjr h4 {
	font-family: "方正宋刻本秀楷简体";
	font-size: 22px;
	color: #d12533;
}

.sec_class_box {
	width: 100%;
	height: 1000px;
}
.section3 .sec_class_box {
	width: 100%;
	height: 1000px;
	padding-top: 20px;
}
.sec_class_box .class {
	width: 512px;
	height: 490px;
	float: left;
	margin-right: 55px;
}

.sec_class_box .class:nth-of-type(2n) {
	margin-right: 0;
}

.class .class_tp {
	width: 100%;
	height: 50px;
	display: -webkit-flex;
	/*新版本语法：chrome 21+*/
	display: flex;
	/*新版本语法:opera 12.1,Firefox 22+*/
	
	display: -ms-flexbox;
	/*混合版本语法：IE 10*/
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 10px;
}

.class .class_tp p {
	width: 94px;
	height: 46px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #fff;
	background: url(../img/date_bg1.png) no-repeat 0 0;
	line-height: 35px;
}

.class .class_tp p span {
	font-size: 24px;
}

.class .class_tp>span {
	display: block;
	width: 65px;
	height: 23px;
	font-family: "宋体";
	font-size: 13px;
	color: #FFF;
	background: #6d6d6d;
	border-radius: 5px;
	text-align: center;
	line-height: 23px;
}

.class .class_tp>.how {
	background: #c53027;
}

.class_nav {
	width: 100%;
	height: 107px;
	margin-top: 10px;
	display: -webkit-flex;
	/*新版本语法：chrome 21+*/
	display: flex;
	/*新版本语法:opera 12.1,Firefox 22+*/
	
	display: -ms-flexbox;
	/*混合版本语法：IE 10*/
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.class_nav .nav {
	width: 248px;
	height: 107px;
	margin-right: 16px;
	background: #eed0b3;
	cursor: pointer;
}
.section3 .class_nav .nav {
	width: 100%;
	height: 107px;
	margin-right: 0;
	background: #eed0b3;
	cursor: pointer;
}
.class_nav .nav.active {
	background: #ff5500;
}

.class_nav .nav:nth-of-type(2n) {
	margin-right: 0;
}

.class_nav .nav h5 {
	font-family: "微软雅黑";
	font-size: 17px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 13px;
	/*font-weight: normal;*/
}

.class_nav .nav p {
	width: 100%;
	text-align: center;
	line-height: 28px;
	font-family: "微软雅黑";
	font-size: 17px;
}


/*第二部分结束*/
/*第三部分*/
.section3 {
	width: 100%;
	height: 1675px;
	background: url(../img/sc2_footer.png) no-repeat center 0;
	background-size: 100% 100%;
	display: none;
}
/*第三部分结束*/
/*第四部分*/
.section4 {
	width: 100%;
	height: 1675px;
	padding-top: 20px;
	background: url(../img/sc2_footer.png) no-repeat center 0;
	background-size: 100% 100%;
	display: none;
	
}
/*第四部分结束*/
.section5 {
	width: 100%;
	height: 1675px;
	padding-top: 20px;
	background: url(../img/sc2_footer.png) no-repeat center 0;
	background-size: 100% 100%;
	display: none;
}