@charset 'utf-8';
html{font-size: 14px;}

.conTitle div p{
	color: #4AB7F5;	
}
.conTitle div p::after{
	border-color: #4AB7F5;
}
.childNavBox{
	background:#003399;
	color: #fff;
}
.childNavBox a{
	background:#003399;
	color: #fff;
}
.childNav div{
	font-size: 12px;
}
.childNav ul li{
	height: 70px;
	line-height: 70px;
	box-sizing: border-box;
	margin-left:28px;
	
}
.childNav ul li:hover a{
	color:#4AB7F5;
}
.childNav ul .active{
	font-size: 16px;
	color:#4AB7F5 !important;
	border-bottom: 2px solid #4AB7F5;
}
.childNav ul .active a{
	font-size: 16px;
	color:#4AB7F5 !important;
	
}
.contentBox{
	margin-bottom:40px;
}
.dataBannerBox{
	height: 321px;
	color:#fff;
	position: relative;
}
.dataBannerBox .mask{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.dataBannerBox .mask0{
	background: url(../img/banner.jpg) no-repeat;
	background-size: 100% 100%;
	z-index: -2;
}
.dataBannerBox .mask1{
	background: url(../img/bg.png) repeat;
	background-size: 4px 4px;
	opacity: 0.2;
	　filter:alpha(opacity=20);
	z-index: -2;
}
.dataBannerBox .mask2{
	background: rgba(0,0,0,0.5);
	z-index: -1;
}
.dataBanner{
	height: 100%;
	position: relative;
}
.dataBanner .data>div{
	font-size: 29px;
	padding:40px 0;	
}
.dataBanner .data li{
	margin: 0 22px;
}
.dataBanner .data li div{
	font-size: 70px;
	line-height: 70px;
}
.dataBanner .data li span{
	font-size: 14px;
}
.dataBanner .msg{
	background: #fff;
	height: 80px;
	position: absolute;
	bottom: 0;
	padding:10px;
	padding-bottom: 0;
}
.dataBanner .msg>p{
	color:#000;
	width: 72%;
	height: 59px;
	text-indent: 29px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.dataBanner .msg>div{
	width: 25%;
	background: #4AB7F5;
}
.dataBanner .msg .phone{
	padding:0 20px;
}
.dataBanner .msg .phone p{
	width: 100%;
	font-size:20px;
	color:#fff;
}
.dataBanner .msg .phone span{
	display: block;
	font-size:12px;
	padding:4px 0;
}
.dataBanner .msg .qr div{
	width:60px;
	height: 60px;
	margin-right: 10px;
}
.dataBanner .msg .qr .qr1{
	margin-right: 10px;
}
.dataBanner .msg .qr .qr2{
	cursor: pointer;
	border:1px solid #000;
	box-sizing: border-box;
}
.dataBanner .msg .qr .qr2:hover{
	border-color: #fff;
}
.content{
	width:47%;
}
.news li{
	margin-bottom:11px;
}
.news li p{
	width: 73%;
	line-height: 20px;
	cursor: pointer;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news li p:hover{
	color: #003399;
}
.news li p.important{
	font-weight: bold;
}
.news li div{
	font-size: 12px;
	color:#999;
}
.major li{
	display: inline-block;
	width:22%;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
	background: #F7F7F7;
	border:1px solid #ECECEC;
	margin-left:16px;
	margin-bottom:20px;
	font-size: 12px;
	cursor: pointer;
}
.major li:hover{
	color:#fff;
	background: #4AB7F5;
	border-color:#ECECEC;
}
.major .nom{
	margin-left:0;
}
.oldBoy{
	width:420px;
	height: 120px;
}
.oldBoy:hover{
	color:#003399;
}

.oldBoy img{
	width:230px;
	height: 120px;
}
.oldBoy .msg{
	width:40%;
	height: 120px;
}
.oldBoy .msg div{
	font-weight: bold;
	margin-bottom: 15px;
}
.oldBoy .msg p{
	font-size: 12px;
	line-height: 17px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	color:#000;
}
.swiperBtn{
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border-top:4px solid #CCCCCC;
	border-left:4px solid #CCCCCC;
	border-radius: 4px;
	cursor: pointer;
}
.swiperBtn:hover{
	border-color:#003399;
}
.swiper-container{
	margin:0;
}

.column-nowrap-center p {
    text-align: center;
}

.prev{
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 	/* IE 9 */
	-moz-transform:rotate(-45deg); 	/* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
	-o-transform:rotate(-45deg); 	/* Opera */
}
.next{
	transform:rotate(135deg);
	-ms-transform:rotate(135deg); 	/* IE 9 */
	-moz-transform:rotate(135deg); 	/* Firefox */
	-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
	-o-transform:rotate(135deg); 	/* Opera */
}
.schoolBox>div{
	cursor: pointer;
}
.schoolBox>div:hover{
	color:#003399;
}
.schoolBox>div img{
	width:160px;
	height: 120px;
	border:2px solid transparent;
}
.schoolBox>div:hover img{
	border:2px solid #003399;
}