@import url("hxys.css");
/* 动漫 翟家班 简介 */
.gywmBox01{
	display: flex;
	justify-content: space-between;
}
.gywmBox01 .logo{
	width: 193px;
	height: 200px;
	margin-left: 60px;
	margin-top: 85px;
}
.gywmBox01 .descBox{
	width: calc(100% - 460px);
}
.gywmBox01 .descBox p{
	font-size: 14px;
	color: #999999;
	font-family: "syhtB";
	line-height: 32px;
}
.gywmBox01 .descBox p.bold{
	color: #333;
}
.gywmBox01 .descBox p.year{
	font-size: 20px;
	color: #333333;
	margin-top: 10px;
}
.gywmBox01 .descBox p.tit{
	font-size: 20px;
	color: #333;
}

/* 数字效果 */
.gywmBox02{
	width: 100%;
	max-width: 1920px;
	margin: 0px auto;
	height: 456px;
	background: url(../img/about_js_bj.jpg) no-repeat left center;
}
.gywmBox02 .gywmBox02Cont{
	display: flex;
	justify-content: space-between;
	height: 283px;
	box-shadow: 3px 1px 15px rgba(1, 1, 1, .3);
	background: #fff;
	/* padding: 0px 45px; */
	/* width: calc(1200px - 90px); */
	border-radius: 10px;
	overflow: initial;
	
}
.gywmBox02 .gywmBox02Cont dl{
	margin-top: 65px;
	width: 25%;
	position: relative;
}
.gywmBox02 .gywmBox02Cont dl dt, .gywmBox02 .gywmBox02Cont dl dd{
	width: 70%;
	margin: 0px auto;
}

.gywmBox02 .gywmBox02Cont dl dt{
	text-align: center;
	padding-bottom:30px;
}
.gywmBox02 .gywmBox02Cont dl dt span{
	font-size: 20px;
	
}
.gywmBox02 .gywmBox02Cont dl dt span.yearNum{
	font-size: 70px;
	line-height: 70px;
	color: #333333;
}
.gywmBox02 .gywmBox02Cont dl  dd{
	font-size: 14px;
	color: #333;
	line-height: 26px;
}
.gywmBox02 .gywmBox02Cont dl:hover::before{
	display: none;
}
.gywmBox02 .gywmBox02Cont dl:hover::before{
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	top: -80px;
	width: 100%;
	height: 313px;
	background: #d51719;
	border-radius: 10px;
	z-index: -1;
	
}
.gywmBox02 .gywmBox02Cont dl:hover dt span, .gywmBox02 .gywmBox02Cont dl:hover dd{
	color: #fff;
}

/* . 动漫·翟家班   办学理念  */
.gywmBox03Bj{
	width: 100%;
	height: 1338px;
	background: url(../img/about_ln_bj.jpg) no-repeat center top;
}
.gywmBox03Bj .gywmBox03{
	display: flex;
	justify-content: space-between;
}
.gywmBox03Bj .gywmBox03 .txtBox{
	width: 420px;
}
.gywmBox03Bj .gywmBox03 .txtBox p{
	font-size: 24px;
	color: #333333;
	line-height: 45px;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
	padding-left: 30px;
}
.gywmBox03Bj .gywmBox03 .txtBox p i{
	display: block;
	margin-right: 5px;
	text-align: left;
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 45px;
}
.gywmBox03Bj .gywmBox03 .txtBox p:last-child{
	margin-bottom: 0px;
}
.gywmBox03Bj .gywmBox03 .videoBox{
	width: 719px;
	height: 462px;
	position: relative;
	background: url(../img/lin_r_bj.png) no-repeat center 25px;
}
.gywmBox03Bj .gywmBox03 .videoBox .tit{
	color: #666666;
	font-size: 16px;
	text-align: right;
	line-height: 100%;
}
.gywmBox03Bj .gywmBox03 .videoBox .imgBox, .gywmBox03Bj .gywmBox03 .videoBox a.playBtnStyle{
	width: 700px;
	height: 403px;
	display: block;
	position: absolute;
	left: 20px;
	top: 55px;
	overflow: hidden;
}
.gywmBox03Bj .gywmBox03 .videoBox .imgBox{
	clip-path: polygon(
		3px 32px,
		214px 32px,
		246px 0px,
		100% 0px,
		100% 339px,
		585px 100%,
		0 100%
	);
}
.gywmBox03Bj .gywmBox03 .videoBox .imgBox img{
	width: 100%;
	display: block;
	transition: all 500ms;
}
.gywmBox03Bj .gywmBox03 .videoBox:hover .imgBox img {
	transform: scale(1.1);
}


/* 学习环境 */
.mainBox04_bj{
	max-width: 1920px;
	width: 100%;
	background: url(../img/about_hj_bj.jpg) no-repeat right calc(100% + 30px);
	margin: 0px auto;
	overflow: hidden;
	padding-bottom: 30px;
}
.mainBox04{
	
}
.mainBox04 .tabTitle{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #8c8c8c;
	position: relative;
}
.mainBox04 .tabTitle .item{
	padding: 0px 10px 22px 10px;
	margin-bottom: -3px;
	font-size: 28px;
	color: #999999;	
	cursor: pointer;
	line-height: 50px;
}
.mainBox04 .tabTitle .item img{
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	margin-right: 5px;
}
.mainBox04 .tabTitle .item.hover{
	border-bottom: 6px solid #b70404;
	color: #333;
	font-family: "syhtB";
}
.mainBox04 .tabCont .box{
	position: relative;
	z-index: 0;
	display: none;
	overflow: hidden;
}
.mainBox04 .tabCont .box.show{
	display: block;
}
.mainBox04 .tabCont .box .imgBox{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	position: relative;
}
.mainBox04 .tabCont .box .imgBox .item{
	margin-bottom: 5px;
}
.mainBox04 .tabCont .txtBox{
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 50%;
	width: 190px;
	height: 280px;
	background: rgba(0, 0, 0, .6);
	margin-top: -140px;
}
.mainBox04 .tabCont .txtBox h3, .mainBox04 .tabCont .txtBox p{
	width: 70%;
	margin: 0px auto;
}
.mainBox04 .tabCont .txtBox h3{
	font-size: 28px;
	font-family: "syhtB";
	position: relative;
	line-height: 100%;
	padding-bottom: 10px;
	color: #fff;
	margin-top: 40px;
}
.mainBox04 .tabCont .txtBox h3 i{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #fff;
	display: block;
	width: 46px;
	height: 4px;
	color: #fff;
}
.mainBox04 .tabCont .txtBox p{
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	margin-top: 20px;
}

/* 联系方式 */
.gywmBox04_bj{
	margin: 0px auto;
	width: 100%;
	height: 1753px;
	max-width: 1920px;
	background: url(../img/about_lxwm_bj.jpg) no-repeat center top;
}

.gywmBox04{
	overflow: initial;
}
.gywmBox04 .lxBox{
	display: flex;
	justify-content: space-between;
}
.gywmBox04 .lxBox ul.txtBox{
	width: 530px;
	margin-top: 35px;
}
.gywmBox04 .lxBox ul.txtBox li{
	height: 24px;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}
.gywmBox04 .lxBox ul.txtBox li span, .gywmBox04 .lxBox ul.txtBox li p{
	line-height: 24px;
	display: block;
	height: 24px;
	font-size: 18px;
	color: #000000;
}
.gywmBox04 .lxBox ul.txtBox li span{
	background: #b60a0a;
	color: #fff;
	text-align: center;
	width: 95px;
}
.gywmBox04 .lxBox ul.txtBox li p{
	width: calc(100% - 105px);
	font-size: 16px;
}

.gywmBox04 .lxBox ul.codeBox{
	width: 530px;
	display: flex;
	justify-content: space-between;
}
.gywmBox04 .lxBox ul.codeBox li{
	width: 166px;
}
.gywmBox04 .lxBox ul.codeBox li img{
	width: 100%;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #333;
}
.gywmBox04 .lxBox ul.codeBox li p{
	text-align: center;
	font-size: 18px;
	color: #000000;
	line-height: 20px;
}

/* 地图 */
.gywmBox04 .mapBox{
	display: flex;
	justify-content: space-between;
}
.gywmBox04 .mapBox .map{
	width: 935px;
	height: 300px;
}
.gywmBox04 .mapBox .code{
	width: 222px;
}
.gywmBox04 .mapBox .code img{
	border: 1px solid #333;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.gywmBox04 .mapBox .code p{
	text-align: center;
	font-size: 24px;
	color: #333;
	line-height: 32px;
}
/* 动漫 · 翟家班  乘车路线 */
.gywmBox04 .routeBox{
	
}
.gywmBox04 .routeBox .item{
	width: 100%;
	height: 180px;
	background: rgba(249, 249, 249, .5);
	border-radius: 10px;
	box-shadow: 3px 3px 8px rgba(1, 1, 1, .3);
	margin-bottom: 30px;
	padding-top: 35px;
}
.gywmBox04 .routeBox .item:last-child{
	margin-bottom: 0px;
}
.gywmBox04 .routeBox .item p{
	width: calc(100% - 70px);
	margin: 0px auto;
	overflow: hidden;
	line-height: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	color: #666666;
}
.gywmBox04 .routeBox .item p span{
	float: right;
	color: #cbcac9;
	font-size: 20px;
	font-family: "syhtB";
	display: block;
	text-transform:Capitalize;
}
.gywmBox04 .routeBox .item p.t{
	font-size: 26px;
	color: #333333;
	font-family: "syhtB";
}
.gywmBox04 .routeBox .item p.l{
	font-size: 20px;
	font-family: "syhtB";
	color: #b70505;
}