*{
	margin: 0;
	padding: 0;
	list-style: none;
}
body{
	background-color: #f4f4f4;
}
/*视频*/
.x-nav {
	width: 100%;
	position: relative;
	height: 425px;
	overflow: hidden;
	background: #ccc
}
.x-nav .x-nav-musk {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .58;
	z-index: 9
}

.x-nav .x-nav-content {
	width: 1200px;
	position: relative;
	height: 425px;
	margin: 0 auto;
	z-index: 19
}

.x-nav .x-nav-content .x-nav-content-mk {
	padding-top: 150px;
    text-align: center;
}

.x-nav .x-nav-content .x-nav-content-mk h2 {
	display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 400;
}

.x-nav .x-nav-content .x-nav-content-mk span {
	display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 58px;
    line-height: 1.3;
    font-weight: 400;
}

.x-nav video {
	position: absolute;
    width: 1920px;
    left: 50%;
    top: -260px;
    margin-left: -960px;
}
/*表头*/
.x-tabs {
	width: 100%;
	font-size: 0;
	padding: 70px 0 40px
}

.x-tabs .x-tabs-content {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.x-tabs .x-tabs-content a:first-child{
	margin-left:0 !important;
}
.x-tabs .x-tabs-content a {
	display: block;
	display: inline-block;
	height: 40px;
	position: relative;
	background: #fff;
	color: #8c8c8c;
	font-size: 14px;
	font-weight:400;
	text-align: center;
	line-height: 40px;
	margin: 0 8px 13px;
	border-radius: 28px;
	overflow: hidden;
	padding: 0 19px 0 42px;
	background-size: 660px;
	background-image: url('../images/x4eBXjmNZs.png');
}

.x-tabs .x-tabs-content a.focus {
	background-color: #ff8e1f !important;
	background-position-x: 9px !important;
	color: #fff;
	font-weight: 700;

}

.x-tabs .x-tabs-content a:active {
	background-color: #ff8e1f !important;
	background-position-x: 9px !important;
	color: #fff;
	font-weight: 700;

}
/*参观校园*/
.xt_pic{
	width: 1150px;
	padding: 10px 25px 40px;
	margin: 0 auto;
	background-color: #fff;
	margin-bottom: 40px;
}
.xt_pic p {
	height: 80px;
	line-height: 80px;
	padding-left: 50px;
	color: #333;
	font-size: 18px;
	background: url('../images/bf.png') left center no-repeat;background-size: 30px
}
.xt_mk{
	font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
    color: #333;
    padding-top: 30px;
}
/*图片*/
.moreload{
	width: 1050px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	text-align: left;
	background:#fff; 
	padding: 30px 61px 0px 89px;
	margin-bottom: 40px;
}
.moreload ul.list{
	overflow: hidden;
}
.moreload ul.list li{
	width: 248px;
	overflow: hidden;
	float: left;
	margin-right: 14px;
	margin-bottom: 20px;
    background: #f4f4f4;
}
.moreload ul.list li span{
	display: block;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    font-weight: 400;
    font-size: 14px;
    color: #575757;
    overflow: hidden;
    text-align: center;
}
.moreload ul.list li img{
	width: 100%;
	height: 182px;
}
.moreload ul.list p{
	text-align: center;
	padding: 10px;
}
.moreload .more{
	overflow: hidden;
	padding:10px;
	text-align: center;
}
.moreload .more a{
	display: inline-block;
    min-width: 110px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background: #ff9123;
    position: relative;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.moreload .more a span{
	display: inline-block;
	height: 40px;
	position: relative;
	z-index: 9;
	transition: transform .3s cubic-bezier(.645,.045,.355,1),opacity .2s;
	
}
.moreload .more a i{
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	margin-left: -9px;
	margin-top: -9px;
	left: 50%;
	top: 50%;
	opacity: 0;
	z-index: 8;
	background: url('../images/jz.png') center center no-repeat;background-size: 100%;
	transition: opacity .4s;
}
.moreload .more a:hover{
	transform: translateY(-4px);
	opacity: .9;
	box-shadow: 0 4px 7px #ff972e;
}
.moreload .more a:hover span{
	transform: translateY(-100%);
	opacity: 0;
}
.moreload .more a:hover i{
	opacity: 1;
}