@import url("hxys.css");
body{
	overflow-x:hidden;
}
/* 尾部 */
.footer{
	/* background: url(../img/footer_bj.png) no-repeat center top; */
	background: url(../img/footer_bj.png) no-repeat center top #d49b34;
}
/* 更多按钮 */
.moreBtn {
	width: 282px;
	height: 59px;
	background: url(../img/index_more_bj.png) no-repeat top center;
	margin: 0px auto;
	text-align: center;
	line-height: 59px;
	overflow: hidden;
	cursor: pointer;

}

.moreBtn span,
.moreBtn i {
	font-size: 22px;
	color: #d0010b;
	display: inline-block;
}

.moreBtn i {
	margin-left: 5px;
}

/* banner */
.banner {
	max-width: 1920px;
	margin: 0px auto;
	position: relative;
	z-index: 0;
}

.banner .swiper-slide img {
	width: 100%;
}


/* 20年专注动漫教育品牌 62位状元的摇篮 */
.mainBox1 {
	height: 555px;
}

.mainBox1 ul.menu {
	display: flex;
	justify-content: space-between;
}

.mainBox1 ul.menu li {
	background: url(../img/kj_menu_bj.png) no-repeat center top;

}

.mainBox1 ul.menu li:hover {
	background: url(../img/kj_menu_bj_h.png) no-repeat center top;
}

.mainBox1 ul.menu li a {
	display: block;
}

.mainBox1 ul.menu li a p {
	font-size: 24px;
	color: #000;
	text-align: center;
	line-height: 28px;
	margin-top: 45px;
}

.mainBox1 ul.menu li:hover a p {
	font-size: 28px;
	color: #b70404;
	font-family: "syhtB";
}

/* 空中课堂 */
.kzkt_bj {
	background: url(../img/index_kzkt_bj.jpg) no-repeat top center #f6f6f6;
	height: 1119px;
	position: relative;
}

.kzkt_bj .mainBox2 {
	position: relative;
}


.kzkt_bj .mainBox2 .descCont {
	background: url(../img/index_kzkt_top_bj.png) no-repeat top center;
	padding-top: 35px;
	height: 438px;
	position: relative;
}

.kzkt_bj .mainBox2 .descCont .videoBox {
	width: 696px;
	height: 402px;
	position: relative;
	overflow: hidden;
}

.kzkt_bj .mainBox2 .descCont .videoBox .imgBox {

	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-clip-path: polygon(0px 0, calc(100% - 245px) 1px, calc(100% - 215px) 30px, 100% 32px, 100% calc(100% - 0px), calc(100% - 15px) 100%, 120px 100%, 0px calc(100% - 70px), 0px 0);
	clip-path: polygon(0px 0, calc(100% - 245px) 1px, calc(100% - 215px) 30px, 100% 32px, 100% calc(100% - 0px), calc(100% - 15px) 100%, 120px 100%, 0px calc(100% - 70px), 0px 0);
}

.kzkt_bj .mainBox2 .descCont .videoBox .imgBox img {
	width: 100%;
	height: 100%;
	transition: all 500ms;
}

.kzkt_bj .mainBox2 .descCont .videoBox:hover .imgBox img {
	transform: scale(1.1);
}

.kzkt_bj .mainBox2 a.playBtnStyle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.kzkt_bj .mainBox2 .descCont .txtBox {
	width: 430px;
	position: absolute;
	right: 0px;
	top: 140px;
	font-size: 20px;
	color: #333333;
	line-height: 36px;
}

/* 小视频列表 */
.kzkt_bj .mainBox2 .videoList {
	display: flex;
	justify-content: flex-start;
}

.kzkt_bj .mainBox2 .videoList .item {
	width: 376px;
	margin-right: 36px;

}

.kzkt_bj .mainBox2 .videoList .item:last-child {
	margin-right: 0px;
}

.kzkt_bj .mainBox2 .videoList .item .videoBox {
	width: 376px;
	height: 217px;
	position: relative;
}

.kzkt_bj .mainBox2 .videoList .item .videoBox .imgBox {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	clip-path: polygon(0% 0%, calc(100% - 132px) 0, calc(100% - 118px) calc(100% - 197px), 100% calc(100% - 197px), 100% 100%, calc(100% - 312px) 100%, 0 calc(100% - 36px));
}

.kzkt_bj .mainBox2 .videoList .item .videoBox .imgBox img {
	width: 100%;
	display: block;
	transition: all 500ms;
}

.kzkt_bj .mainBox2 .videoList .item .videoBox:hover .imgBox img {
	transform: scale(1.1);
}

.kzkt_bj .mainBox2 .videoList .item p {
	font-size: 16px;
	color: #333;
	line-height: 100%;
	margin-top: 20px;
	text-align: center;
}

/* 状元的摇篮 */

.mainBox3 ul.list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mainBox3 ul.list li {
	width: 572px;
	background: url(../img/index_zyyl_572_243.png) no-repeat left top;
	margin-bottom: 25px;
}

.mainBox3 ul.list li a {
	display: block;
}

.mainBox3 ul.list li .imgBox {
	width: 527px;
	height: 221px;
	overflow: hidden;
	border-radius: 10px;
	margin: 12px 0px 18px 25px;
}

.mainBox3 ul.list li .imgBox img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 500ms;
}

.mainBox3 ul.list li:hover .imgBox img {
	transform: scale(1.1);
}

.mainBox3 ul.list li p {
	font-size: 22px;
	color: #000;
	text-align: center;
}

/* 62位状元 */
.mainBox4_bj {
	width: 100%;
	height: 1155px;
	background: url(../img/index_62zy_bj.jpg) no-repeat top center;
}

.mainBox4_bj.auto {
	height: auto;
}

.mainBox4_bj .mainBox4 .imgBox {
	width: 100%;
	height: auto;
}

.mainBox4_bj .mainBox4 .imgBox img {
	width: auto;
	display: block;
	margin: 0px auto;
}




/* 精品课程 */
.mainBox6_bj {
	width: 100%;
	height: 2552px;
	background: url(../img/index_jpkt_bj.jpg) no-repeat center top #f5f5f5;
}

.mainBox6_bj .mainBox6 .listBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: url(../img/index_jpkt_bj2.jpg) no-repeat center top;
}

.mainBox6_bj .mainBox6 .listBox li {
	width: 50%;
	height: 330px;
}

.mainBox6_bj .mainBox6 .listBox li .item {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 112px);
	margin: 0px auto;
	margin-top: 35px;
}

.mainBox6_bj .mainBox6 .listBox li .tit h3 {
	font-size: 32px;
	font-family: "syhtB";
	position: relative;
	color: #101012;
	height: 68px;
	line-height: 68px;
}

.mainBox6_bj .mainBox6 .listBox li .tit h3 i {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 96px;
	height: 4px;
	background: #101012;
}

.mainBox6_bj .mainBox6 .listBox li .tit .playBtn {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	background: #101012;
	border-radius: 10px;
	padding: 0px 8px;
	margin-top: 24px;
}

.mainBox6_bj .mainBox6 .listBox li .tit .playBtn i {
	margin-left: 3px;
}

.mainBox6_bj .mainBox6 .listBox li .item .t {
	font-size: 18px;
	font-family: "syhtB";
	width: 80px;
	color: #101012;
	line-height: 18px;
}

.mainBox6_bj .mainBox6 .listBox li .item .c {
	width: calc(100% - 80px);
	font-size: 14px;
	line-height: 18px;
}

/* 换色 */
.mainBox6_bj .mainBox6 .listBox li:first-child .tit h3,
.mainBox6_bj .mainBox6 .listBox li:nth-child(4) .tit h3 {
	color: #fff;
}

.mainBox6_bj .mainBox6 .listBox li:first-child .tit h3 i,
.mainBox6_bj .mainBox6 .listBox li:nth-child(4) .tit h3 i {
	background: #fff;
}

.mainBox6_bj .mainBox6 .listBox li:first-child .tit .playBtn,
.mainBox6_bj .mainBox6 .listBox li:nth-child(4) .tit .playBtn {
	background: #fff;
	color: #101012;
}

.mainBox6_bj .mainBox6 .listBox li:first-child .item .t,
.mainBox6_bj .mainBox6 .listBox li:nth-child(4) .item .t {
	color: #fff;
}

.mainBox6_bj .mainBox6 .listBox li:first-child .item .c,
.mainBox6_bj .mainBox6 .listBox li:nth-child(4) .item .c {
	color: #fff;
}

/* 二十年动漫教育品牌 */
.mainBox7 {
	display: flex;
	justify-content: space-between;
	background: url(../img/index_20dmpp.png) no-repeat center top;
	height: 510px;
	padding-top: 120px;
	overflow: hidden;
}

.mainBox7 .desc {
	width: calc(100% - 715px);
	font-size: 20px;
	line-height: 36px;
	color: #333;
}

.mainBox7 .desc p {
	text-indent: 2em;
}

.mainBox7 .videoBox {
	width: 692px;
	height: 471px;
	position: relative;
	overflow: hidden;
	margin-top: -89px;
}

.mainBox7 .videoBox .imgBox {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	clip-path: polygon(0px 30px,
			209px 30px,
			238px 0,
			100% 0,
			100% 408px,
			calc(100% - 115px) 100%,
			0 100%);
}

.mainBox7 .videoBox .imgBox img {
	width: 100%;
	height: 100%;
	transition: all 500ms;
}

.mainBox7 .videoBox:hover .imgBox img {
	transform: scale(1.1);
}

.mainBox7 .videoBox a.playBtnStyle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}




/* 一堆小人 */
.mainBox8 {
	max-width: 1920px;
	margin: 0px auto;
}

.mainBox8 img {
	width: 100%;
}

/* 师资力量 */
.mainBox9 {


}
.mainBox9 .swiperItem{
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}
.mainBox9 .swiperItem.hide{
	display: none;
}

.mainBox9 .szMaxSwiperBox {
	width: 616px;
}

.mainBox9 .szMinSwiperBox {
	width: 570px;
}

.mainBox9 .imgBox {
	position: relative;
	overflow: hidden;
}

.mainBox9 .imgBox img {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	z-index: 0;
	transition: all 500ms;
}

.mainBox9 .szMaxSwiperBox .swiper-slide:hover img, .mainBox9 .szMinSwiperBox .item:hover .imgBox img {
	transform: scale(1.1);
}

.mainBox9 .szMaxSwiperBox .swiper-slide:hover .imgBj img, .mainBox9 .szMinSwiperBox .item:hover .imgBox .imgBj img {
	transform: scale(1);
}
.mainBox9 .imgBox .imgBj img{
	height:100%;
}
.mainBox9 .imgBox .imgBj {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.mainBox9 .szMaxSwiperBox .swiper-slide .txtBox{
	width:100%;
	height:0;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	background:rgba(0, 0, 0, .6);
	overflow:hidden;
	transition:all 500ms;
}
.mainBox9 .szMaxSwiperBox .swiper-slide:hover .txtBox{
	height:100%;
}
.mainBox9 .szMaxSwiperBox .swiper-slide .txtBox .t, .mainBox9 .szMaxSwiperBox .swiper-slide .txtBox .c{
	text-align:center;
	width:90%;
	margin:0px auto;
	color:#fff;
}
.mainBox9 .szMaxSwiperBox .swiper-slide .txtBox .t{
	font-size: 20px;
    margin-top: 120px;
    height: 30px;
    line-height: 100%;
    position: relative;
	margin-bottom:10px;
}
.mainBox9 .szMaxSwiperBox .swiper-slide .txtBox .t i{
	width:2em;
	display:block;
	height:3px;
	background:#fff;
	position:absolute;
	left:50%;
	bottom:0px;
	margin-left:-1em;
	border-radius:2px;
}
.mainBox9 .szMaxSwiperBox .swiper-slide .txtBox .c{
	font-size:12px;
}

.mainBox9 .szMaxSwiperBox .imgBox {
	width: 100%;
	height: 410px;
}

.mainBox9 .szMinSwiperBox .swiper-slide {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mainBox9 .szMinSwiperBox .item {
	width: 280px;
	height: 188px;
	margin-bottom: 34px;
	position:relative;
}

.mainBox9 .szMinSwiperBox .item:nth-child(n+2) {
	margin-bottom: 0px;
}

.mainBox9 .szMinSwiperBox .item .imgBox {
	width: 100%;
	height: 188px;
	position:relative;
	z-index:0;
}

.mainBox9 .swiper-pagination {
	bottom: 0px;
	height: 30px;
	width: 570px;
	right: 0px;
	left: auto;
}

.mainBox9 .swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 30px;
	background: url(../img/szll_swiper_c.png) no-repeat center center;
	background-size: 25px;

}

.mainBox9 .swiper-pagination .swiper-pagination-bullet-active {
	background: url(../img/szll_swiper_c_h.png) no-repeat center center;
	background-size: 25px;
	opacity: .6;
}

.mainBox9 .szMinSwiperBox .item .txtBox{
	width:100%;
	height:0;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	background:rgba(0, 0, 0, .6);
	overflow:hidden;
	transition:all 500ms;
}
.mainBox9 .szMinSwiperBox .item:hover .txtBox{
	height:100%;
}
.mainBox9 .szMinSwiperBox .item .txtBox .t, .mainBox9 .szMinSwiperBox .item .txtBox .c{
	text-align:center;
	width:90%;
	margin:0px auto;
	color:#fff;
}
.mainBox9 .szMinSwiperBox .item .txtBox .t{
	font-size: 20px;
    margin-top: 60px;
    height: 30px;
    line-height: 100%;
    position: relative;
	margin-bottom:10px;
}
.mainBox9 .szMinSwiperBox .item .txtBox .t i{
	width:2em;
	display:block;
	height:3px;
	background:#fff;
	position:absolute;
	left:50%;
	bottom:0px;
	margin-left:-1em;
	border-radius:2px;
}
.mainBox9 .szMinSwiperBox .item .txtBox .c{
	font-size:12px;
}

/* 师资力量广告 */
.szllAd {
	width: 100%;
	height: 140px;
	position: relative;
}

.szllAd .left_color,
.szllAd .right_color {
	width: 50%;
	height: 100%;
	background: #f1b64c;
	position: absolute;
	top: 0px;
	z-index: 0;
}

.szllAd .left_color {
	left: 0px;
}

.szllAd .right_color {
	right: 0px;
}

.szllAd .hoverColor {
	background: #b70404;
}

.szllAd .imgBox {
	display: flex;
	justify-content: space-between;
	height: 100%;
	position: relative;
	z-index: 1;
}

.szllAd .imgBox .item {
	cursor: pointer;
}

.mainBox9Title {
	width: 543px;
	height: 59px;
	background: url(../img/index_zp_tab.png) no-repeat center top;
	display: flex;
	justify-content: center;
	margin: 0px auto;
}

.mainBox9Title .item {
	width: 50%;
	height: 30px;
	margin-top: 13px;
	text-align: center;
	cursor: pointer;
}

.mainBox9Swiper .swiper-slide {
	width: 575px;
	height: 378px;
	position: relative;
	overflow: hidden;
}
.mainBox9Swiper .swiper-slide img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 0;
}
.mainBox9Swiper .swiper-slide .bj{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.mainBox9Swiper .swiper-slide .bj{
	width: 100%;
	height: 100%;
}

/* 优秀学员 */
.mainBox10_bj{
	background: url(../img/index_yxxy_bj.jpg) no-repeat center top #e6e6e6;
	height: 1858px;
}

.mainBox10{
	display: flex;
	justify-content: space-between;
}
.mainBox10 .yxxyBox{
	width: 495px;
	height: 800px;
	background: #f2f2f2;
	overflow: hidden;
	padding: 0px 10px;
}
.mainBox10 .yxxyBox .titBox{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.mainBox10 .yxxyBox .titBox img{
	display: block;
}
.mainBox10 .yxxyBox .titBox .more{
	background: url(../img/index_more_bj2.png) no-repeat center top;
	width: 47px;
	height: 29px;
	line-height: 25px;
	font-size: 12px;
	color: #ffffff;
	font-family: "syhtB";
	text-align: center;
	display: block;
	margin-top: 24px;
}
.mainBox10 .yxxyBox  .contBox{
	
}
.mainBox10 .yxxyBox  .contBox .item{
	border-bottom: 1px dotted  #a4a6ab;
	padding-bottom: 14px;
	margin-bottom: 16px;
}
.mainBox10 .yxxyBox  .contBox .item:last-child{
	border-bottom: 0px;
}
.mainBox10 .yxxyBox  .contBox .item a{
	display: flex;
	justify-content: space-between;
}
.mainBox10 .yxxyBox  .contBox .item .imgBox{
	width: 244px;
	height: 118px;
	background: url(../img/index_yxxy_bj_244_118.png) no-repeat center top;
	position: relative;
}
.mainBox10 .yxxyBox  .contBox .item .imgBox div{
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border-radius: 10px;
	overflow: hidden;
	display: block;
	margin-top: 4px;
	margin-left: 4px;
}
.mainBox10 .yxxyBox  .contBox .item .imgBox div img{
	width: 100%;
	transition: all 500ms;
}
.mainBox10 .yxxyBox  .contBox .item:hover .imgBox div img{
	transform: scale(1.1);
}
.mainBox10 .yxxyBox  .contBox .item .txtBox{
	width: calc(100% - 265px);
	height: 118px;
	position: relative;
}
.mainBox10 .yxxyBox  .contBox .item .txtBox .tit{
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}
.mainBox10 .yxxyBox  .contBox .item .txtBox .other{
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 12px;
	width: 100%;
	
}
.mainBox10 .yxxyBox  .contBox .item .txtBox .other .type{
	width: 135px;
	height: 35px;
	background: #c8c8c8;
	color: #000000;
	font-family: "syhtB";
	text-align: center;
	line-height: 35px;
	font-size: 14px;
}
.mainBox10 .yxxyBox  .contBox .item .txtBox .other .date{
	font-size: 12px;
	letter-spacing: -1px;
	color: #999999;
	line-height: 35px;
}
.mainBox10 .line{
	width: 2px;
	height: 800px;
	background: #959595;
	margin: 0px 18px 0px 16px;
}
.mainBox10 .dldmlBox{
	width: 668px;
	height: 800px;
	background: #fff;
}

/* 独立动漫楼 */
.mainBox10 .dldmlBox .titBox{
	width: calc(100% - 50px);
	margin: 0px auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.mainBox10 .dldmlBox .titBox img{
	display: block;
}
.mainBox10 .dldmlBox .titBox .more{
	background: url(../img/index_more_bj2.png) no-repeat center top;
	width: 47px;
	height: 29px;
	line-height: 25px;
	font-size: 12px;
	color: #ffffff;
	font-family: "syhtB";
	text-align: center;
	display: block;
	margin-top: 24px;
}
.mainBox10 .dldmlBox .videoBox{
	width: calc(100% - 40px);
	height: 341px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	background: url(../img/index_dldml_bj_623_341.png) no-repeat center top;
}
.mainBox10 .dldmlBox .videoBox a.playBtnStyle, .mainBox10 .dldmlBox .videoBox div{
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}
.mainBox10 .dldmlBox .videoBox div{
	
	position: relative;
	z-index: 0;
	border-radius: 10px;
	overflow: hidden;
	margin-left: 5px;
	margin-top: 5px;
}
.mainBox10 .dldmlBox .videoBox div img{
	width: 100%;
	transition: all 500ms;
}
.mainBox10 .dldmlBox .videoBox:hover div img{
	transform: scale(1.1);
}
.mainBox10 .dldmlBox .videoBox a.playBtnStyle{
	display: block;
	background: rgba(0, 0, 0, .2);
	position: absolute;
	left: 5px;
	top: 5px;
	border-radius: 10px;
}
.mainBox10 .dldmlBox .videoBox a.playBtnStyle img{
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -45px;
	margin-left: -45px;
}
.mainBox10 .dldmlBox .videoList{
	width: 636px;
	height: 241px;
	background: url(../img/3800_m.png) no-repeat left top;
	padding-left: 80px;
	margin-left: 10px;
	display: flex;
	justify-content: flex-start;
}
.mainBox10 .dldmlBox .videoList .item{
	width: 132px;
	height: 241px;
	background: url(../img/index_dldml_bj_132_241.png) no-repeat center top;
	position: relative;
	overflow: hidden;
	margin-right: 8px;
}
.mainBox10 .dldmlBox .videoList .item:last-child{
	margin-right: 0px;
}
.mainBox10 .dldmlBox .videoList .item  .txtBox, .mainBox10 .dldmlBox .videoList .item .imgBox{
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border-radius: 10px;
}
.mainBox10 .dldmlBox .videoList .item .imgBox{
	overflow: hidden;	
	margin-top: 5px;
	margin-left: 5px;
	position: relative;
	z-index: 0;
}
.mainBox10 .dldmlBox .videoList .item .imgBox img{
	transition: all 500ms;
	height: 100%;
}
.mainBox10 .dldmlBox .videoList .item:hover .imgBox img{
	transform: scale(1.1);
}
.mainBox10 .dldmlBox .videoList .item  .txtBox{
	position: absolute;
	left: 5px;
	top: 5px;
	background: rgba(0, 0, 0, .2);
	color: #fff;
	font-size: 30px;
}
.mainBox10 .dldmlBox .videoList .item  .txtBox span{
	width: 30px;
	line-height: 32px;
	display: block;
	margin: 0px auto;
}
.mainBox10 .dldmlBox .videoList .item  .txtBox::before{
	content: "";
	display: block;
	margin-top: 45px;
}

/* 资讯 */
.mainBox11{
	display: flex;
	justify-content: space-between;
}
.mainBox11 .ykzxBox{
	width: 537px;
	height: 623px;
	background: #f2f2f2;
	overflow: hidden;
	padding: 0px 10px;
}
.mainBox11 .ykzxBox .title{
	position: relative;
	display: flex;
	justify-content: flex-start;
	height: 40px;
}
.mainBox11 .ykzxBox .title a.more{
	background: url(../img/index_more_bj2.png) no-repeat center top;
	width: 47px;
	height: 29px;
	line-height: 25px;
	font-size: 12px;
	color: #ffffff;
	font-family: "syhtB";
	text-align: center;
	display: block;
	margin-top: 15px;
	margin-left: auto;
}
.mainBox11 .ykzxBox .title img{
	display: block;
}
.mainBox11 .ykzxBox .title span{
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 20px;
	color: #000000;
	/* letter-spacing: -1px; */
	margin-top: 20px;
	margin-left: 3px;
}
.mainBox11 .ykzxBox ul{
	
}
.mainBox11 .ykzxBox ul li{
	height: 46px;
	border-bottom: 1px solid #c7c8cb;
	line-height: 46px;
	display: flex;
	justify-content: flex-start;
}
.mainBox11 .ykzxBox ul li::before{
	content: "·";
	display: block;
	font-size: 20px;
	color: #666666;
}
.mainBox11 .ykzxBox ul li a{
	width: 80%;
	display: block;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mainBox11 .ykzxBox ul li span{
	display: block;
	margin-left: auto;
	font-size: 12px;
	color: #999999;
	font-family: "syhtB";
}
.mainBox11 .ykzxBox ul li:hover::before, .mainBox11 .ykzxBox ul li a:hover{
	color: #b70404;
}
.mainBox11 .ykzxBox ul li:last-child{
	border-bottom: 0px;
}
.mainBox11 .ykzxBox ul li.desc{
	height: 122px;
	width: 100%;
	background: #dddddd;
	line-height: initial;
	border-bottom: 0px;
	padding: 18px 16px;
	margin-bottom: 10px;
}
.mainBox11 .ykzxBox ul li.desc::before{
	content: "";
}
.mainBox11 .ykzxBox ul li.desc a{
	width: 100%;
	display: block;
}
.mainBox11 .ykzxBox ul li.desc h6{
	height: 30px;
	font-size: 20px;
	font-family: "syhtB";
	color: #333333;
}
.mainBox11 .ykzxBox ul li.desc:hover h6{
	color: #b70404;
}
.mainBox11 .ykzxBox ul li.desc h6 span{
	display: inline-block;
	font-size: 20px;
	font-family: "syhtB";
	background: #b70404;
	color: #fff;
	padding: 0px 10px;
}
.mainBox11 .ykzxBox ul li.desc p{
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
	white-space: initial;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}
.mainBox11 .ykzxBox ul li.desc p span{
	display: inline;
	font-size: 16px;
	color: #b70404;
	font-family: "syht";
}



.mainBox11 .line{
	width: 2px;
	height: 623px;
	background: #959595;
	margin: 0px 18px 0px 16px;
}
.mainBox11 .gfxwBox{
	width: 642px;
	height: 623px;
	background: #fff;
	padding: 0px 10px;
}
.mainBox11 .gfxwBox .title{
	position: relative;
	display: flex;
	justify-content: flex-start;
	height: 40px;
}
.mainBox11 .gfxwBox .title a.more{
	background: url(../img/index_more_bj2.png) no-repeat center top;
	width: 47px;
	height: 29px;
	line-height: 25px;
	font-size: 12px;
	color: #ffffff;
	font-family: "syhtB";
	text-align: center;
	display: block;
	margin-top: 15px;
	margin-left: auto;
}
.mainBox11 .gfxwBox .title img{
	display: block;
}
.mainBox11 .gfxwBox .title span{
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 20px;
	color: #000000;
	/* letter-spacing: -1px; */
	margin-top: 20px;
	margin-left: 3px;
}

.mainBox11 .gfxwBox ul{
	
}
.mainBox11 .gfxwBox ul li{
	height: 46px;
	border-bottom: 1px solid #c7c8cb;
	line-height: 46px;
	display: flex;
	justify-content: flex-start;
}
.mainBox11 .gfxwBox ul li::before{
	content: "·";
	display: block;
	font-size: 20px;
	color: #666666;
}
.mainBox11 .gfxwBox ul li a{
	width: 80%;
	display: block;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mainBox11 .gfxwBox ul li span{
	display: block;
	margin-left: auto;
	font-size: 12px;
	color: #999999;
	font-family: "syhtB";
}
.mainBox11 .gfxwBox ul li:hover::before, .mainBox11 .gfxwBox ul li a:hover{
	color: #b70404;
}
.mainBox11 .gfxwBox ul li:last-child{
	border-bottom: 0px;
}
.mainBox11 .gfxwBox ul li.desc{
	height: 120px;
	line-height: initial;
	border-bottom: 0px;
	display: block;
	margin-bottom: 10px;
}
.mainBox11 .gfxwBox ul li.desc a{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.mainBox11 .gfxwBox ul li.desc::before{
	content: "";
}
.mainBox11 .gfxwBox ul li.desc .imgBox{
	width: 292px;
	height: 120px;
	overflow: hidden;
}
.mainBox11 .gfxwBox ul li.desc .imgBox img{
	transition: all 500ms;
	width: 100%;
}
.mainBox11 .gfxwBox ul li.desc:hover .imgBox img{
	transform: scale(1.1);
}
.mainBox11 .gfxwBox ul li.desc .txtBox{
	width: calc(100% - 310px);
}
.mainBox11 .gfxwBox ul li.desc .txtBox h6{
	width: 100%;
	/*white-space: initial;*/
	font-size: 18px;
	font-family: "syhtB";
	color: #333333;
}
.mainBox11 .gfxwBox ul li.desc:hover .txtBox h6{
	color: #b70404;
}
.mainBox11 .gfxwBox ul li.desc .txtBox p{
	font-size: 14px;
	color: #333333;
	white-space: initial;
	margin-top: 15px;

}
.mainBox11 .gfxwBox ul li.desc .txtBox p span{
	display: inline;
	font-size: 14px;
	color: #b70404;
	font-family: "syht";
}


/* 奇形怪状书 */
.mainBox12{
	width: 100%;
	max-width: 1920px;
	text-align: center;
	position: relative;
	margin: 0px auto;
}
.mainBox12 img{
	width: 100%;
	position: relative;
	z-index: 0;
}
.mainBox12 a{
	display: block;
	background: rgba(0, 0, 0, .0);
	width: 600px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
}
.mainBox12 a.signBtn{
	margin-left: -600px;
}


/*20220225 新增*/
/*中国动漫教育的黄埔军校*/
.mainBox4Swiper{
	width: 1040px;
}
.mainBox4Btn .swiper-button-next, .mainBox4Btn .swiper-button-prev{
	width: 51px;
	height: 40px;
	top: 65%;
}
.swiper-button-prev:after, .swiper-button-next:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-button-prev:after{
	background: url(../img/left_btn.png) no-repeat left center;

}
.swiper-button-next:after{
	background: url(../img/right_btn.png) no-repeat left center;
}
