﻿
.CampusPhoto_banner{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.CampusPhoto_banner img{
	display: block;
	width: 100%;
}
/*tab*/
.tutor_tab{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 10px;
}
.tutor_tab span{
	display: block;
	width: 33.3333%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #e6e6e6;
	line-height: 28px;
	position: relative;
	padding: 5px 0;
}
.tutor_tab span.span1{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.tutor_tab span.span1:after{
	position: absolute;
	left: 50%;
	bottom: 5px;
	width: 18px;
	height: 2px;
	background: #ff2e4e;
	margin-left: -9px;
	content: '';
}
/**/
.CampusPhoto_photo{
	width: 90%;
	overflow: hidden;
	clear: both;
	padding: 0 5%;
	margin-top: 10px;
}
.CampusPhoto_photo_one{
	width: 100%;
	overflow: hidden;
	clear: both;
	display: none;
}
.CampusPhoto_photo_one_pic1{
	width: 48%;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}
.CampusPhoto_photo_one_pic1:nth-child(2n){
	margin-left: 4%;
}
.CampusPhoto_photo_one_pic1 img{
	display: block;
	width: 100%;
	border-radius: 5px;
}
/**/
.CampusPhoto_one{
	width: 100%;
	overflow: hidden;
	clear: both;
	display: block;
	margin-top: 10px;
}
.CampusPhoto_one img{
	display: block;
	width: 100%;
}

/*查看大图*/
.cpCover{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	z-index: 999999;
	display: none;
	overflow: hidden;
}
.cp_arrowBox{
	position: absolute;
	height: 20px;
	width: 100%;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -10px;
	z-index: 2;
}
.cp_arrow{
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
}
.cp_left{
	left: 0;
}
.cp_right{
	right: 0;
}
.cp_navBox{
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 5%;
	text-align: center;
	z-index: 2;
}
.cp_navBox span{
	display: inline-block;
	vertical-align: middle;
	margin: 2px;
	color: #fff;
	font-size: 12px;
}
.cpBox{
	position: absolute;
	left: 0;
	overflow: hidden;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.imgBox{
	height: 100%;
	position: relative;
	background: url("../images/loading.gif") no-repeat center center;
	float: left;
}
.myImg{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	opacity: 0;
}

