* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}
p{
	margin: 0;
	padding: 0;
}
.row{
	margin: 0;
}
li{
	list-style: none;
}
/* 头部 */
.head {
	margin-top: 5px;
	margin-bottom: 5px;
}

.head-logo {
	width: 700px;
	height: 128px;
}

.logo {
	width: 700px;
	height: 128px;
}



 /* 轮播内容左 */
.home-rotation {
	margin-top: 20px;
	margin-bottom: 25px;
	height: 290px;
}

.home-rotation img {
	display: block;
	width: 100%;
	height: 290px;
	background-size: cover;
}

.home-rotation p {
	background-color: rgba(85, 85, 85, 0.3);
	height: 40px;
	line-height: 40px;
}

.carousel-caption {
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
}

.carousel-control-prev {
	background: none;
	border: none;
}

.carousel-control-next {
	background: none;
	border: none;
}

 /* 轮播内容右 */
.home-content {
	margin-top: 20px;
	margin-bottom: 25px;
	height: 290px;
}

.content-top {
	display: flex;
	border-bottom: 1px solid #d7d7d7;
}

.content-p {
	flex: 1;
	height: 36px;
}

.nav {
	display: flex;
}

.nav li {
	width: 100px;
	list-style: none;
}
.nav li a{
	text-decoration: none;
}
.logos {
	width: 18px;
	height: 22px;
}

.nav-a {
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	display: inline-block;
	color: #000;
	border-bottom: 2px solid #000;
	font-family: "microsoft yahei";
}
.nav-a:hover{
	color: #000;
}
.nav-a2 {
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	display: inline-block;
	color: #7f7f7f;
	font-family: "microsoft yahei";
}
.nav-a2:hover{
	color: #000;
	
}

.content-p4 {
	flex: 1;
	text-align: right;
	font-size: 15px;
	color: #797979;
	height: 36px;
	line-height: 36px;
}

.content-p4 a{
	color: #797979;
	text-decoration: none;
}

.content-p4 a:hover {
	color: #d9001b;
}

.content-bottom {
	margin-top: 10px;
}
.a2{display: none;}
.content-nav{
	margin: 0;
	padding: 0;
}

.content-nav li {
	line-height: 30px;
	list-style: none;
}

.content-nav li a {
	font-size: 14px;
	text-decoration: none;
	color: #7f7f7f;
}

.content-nav li a:hover {
	color: #d9001b;
}

.content-bottom span {
	font-size: 14px;
	float: right;
	color: #7f7f7f;
}


 /* 横幅 */
.banner {
	margin-bottom: 35px;
}

.banner .img {
	width: 100%;
}


/* 三内容块 */
.region-block {
	height: 270px;
}

.region-top {
	display: flex;
	border-bottom: 1px solid #d7d7d7;
}

.region-img {
	height: 36px;
	border-bottom: 2px solid #000;
}

.logo2 {
	width: 18px;
	height: 20px;
	margin-right: 5px;
	margin-top: 5px;
}


.region-p {
	flex: 1;
}

.region-p a {
	text-decoration: none;
	line-height: 36px;
	height: 36px;
	display: inline-block;
}

.region-p2 {
	margin-right: 15px;
	font-size: 16px;
	color: #000;
	border-bottom: 2px solid #000;
	font-family: "microsoft yahei";
}
.region-p2:hover{
	color: #000;
}
.region-p4 {
	float: right;
	font-size: 15px;
	color: #797979;
}

.region-p4:hover {
	color: #d9001b;
}


.region-bottom {
	margin-top: 10px;
}

.region-nav li {
	list-style: none;
	line-height: 30px;
}

.region-nav li a {
	text-decoration: none;
	font-size: 12px;
	color: #7f7f7f;
}

.region-nav li a:hover {
	color: #d9001b;
}

.region-nav span {
	font-size: 12px;
	float: right;
	color: #7f7f7f;
}


/* 校园风情 */
.campus-style h4 {
	background-color: #d7d7d7;
	text-align: center;
	height: 60px;
	line-height: 60px;
}

.rotation {
	margin: 25px 0;
	height: 200px;
}

/* 页脚 */
.footer {
	width: 100%;
	height: 160px;
	background-color: #d9001b;
}

.footer-top {
	text-align: center;
	margin-top: 15px;
}

.footer-top img {
	width: 32px;
	height: 36px;
}

.footer-top span {
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin-left: 15px;
}

.footer-main {
	text-align: center;
}

.footer-main p {
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.footer-footer {
	text-align: center;
}

.footer-footer p {
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.rotation{
	height: 200px;
	background-color: #F7F7F7;
	width: 1110px;
	overflow: hidden;
	position: relative;
	margin: 10px auto;
}
.rotation-box{
	width: 1850px;
	position: absolute;
	left: 0;
}
.left{
	position: absolute;
	top: 40%;
	left: 0;
}
.right{
	position: absolute;
	top: 40%;
	right: 0;
}
.rotation-item{float: left;margin: 0 35px;}
