/*=======================nav-footer===================*/

.nav-box {
	width: 100%;
}

.nav {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	font-size: 16px;
}

.logo {
	flex: 0 0 200px;
	height: 60px;
	line-height: 60px;
}

.logo img {
	height: 40px;
	vertical-align: middle;
}

.nav-ul {
	flex: 1;
	font-size: 16px;
}

.login-box {
	flex: 0 0 120px;
	line-height: 60px;
	color: #fff;
}
.user-box{
	flex: 0 0 200px;
	line-height: 60px;
	color: #fff;
}
.user-icon{
	width: 30px;
	height: 30px;
	margin-right: 10px;
	cursor: pointer;
}
.user-box img,.user-box span{
	vertical-align: middle;
}
.separator {
	font-size: 24px;
	color: #999;
}

.nav-li {
	display: inline-block;
	line-height: 60px;
	color: #d9d9d9;
	padding: 0 30px;
	cursor: pointer;
}

.nav-li:hover {
	color: #fff;
}

.login,
.register {
	cursor: pointer;
}

.footer-box {
	width: 100%;
	color: #fff;
}

.footer {
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	padding: 35px;
}

.footer p {
	text-align: center;
	line-height: 44px;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}




/*===============首页样式============================*/

.home-page-search {
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	background: url(/rshop/resource/images/goods/bg.jpg);
	margin-top: 20px;
}

.search-title {
	display: inline-block;
	width: 358px;
	height: 34px;
	margin-top: 140px;
	margin-left: 324px;
}

.search-input {
	width: 552px;
	height: 40px;
	border-radius: 4px;
	overflow: hidden;
	margin-left: 324px;
	margin-top: 30px;
}

.input-search {
	float: left;
	width: 482px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-indent: 20px;
}

.search-btn {
	float: left;
	display: inline-block;
	width: 70px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}

.team-bg {
	width: 100%;
	background: #fff;
	margin-top: 30px;
}

.team {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.team-title {
	width: 100%;
	height: 40px;
	text-align: center;
	padding-top: 30px;
}

.team-title span {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 10px;
	vertical-align: middle;
}

.team-title img {
	vertical-align: middle;
}

.team-title i {
	font-weight: normal;
	font-size: 20px;
	color: #999;
}

.team-more {
	position: absolute;
	top: 35px;
	right: 10px;
	width: 80px;
	height: 30px;
	cursor: pointer;
}

.team-more img,
.team-more span {
	vertical-align: middle;
	font-size: 12px;
}

.team-ul {
	display: flex;
	width: 1230px;
	height: 600px;
	margin-top: 30px;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}

.team-li {
	position: relative;
	width: 380px;
	height: 300px;
	margin-right: 30px;
}

.team-li-pic {
	position: relative;
	width: 380px;
	height: 238px;
	border-radius: 4px;
	overflow: hidden;
}

.team-li-pic img {
	width: 100%;
	height: 100%;
}

.team-li-label {
	width: 380px;
	height: 238px;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
}

.placeholder {
	width: 100%;
	flex: auto;
}

.label-box {
	display: flex;
	flex-flow: row wrap-reverse;
	align-items: flex-end;
	align-self: flex-end;
}

.label {
	padding: 0 20px;
	color: #fff;
	line-height: 28px;
	border-radius: 14px;
	background-color: rgba(0, 0, 0, 0.4);
	margin: 0 0 15px 15px;
	font-size: 12px;
}

.team-li-title {
	font-size: 16px;
	line-height: 5px;
	padding-left: 20px;
	margin-top: 10px;
	font-weight: bold;
}

.team-li-text {
	display: flex;
	padding-left: 20px;
	line-height: 22px;
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}

.industry {
	flex: 1;
}

.address {
	width: 60px;
}

.address img,
.address span,
.classroom-addr img,
.classroom-addr span {
	vertical-align: middle;
}

@keyframes mymove {
	from {
		top: 0px;
	}
	to {
		top: -8px;
	}
}

@-webkit-keyframes mymove
/*Safari and Chrome*/

{
	from {
		top: 0px;
	}
	to {
		top: -8px;
	}
}

.team-item {
	position: relative;
}

.team-li:hover .team-li-pic,
.team-li:hover .team-li-label {
	animation: mymove 0.5s forwards;
	-webkit-animation: mymove 0.5s forwards;
	/*Safari and Chrome*/
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.09);
}

.team-li:hover .team-li-title {
	color: #18BC9C;
}

.classroom-li {
	width: 264px;
	height: 280px;
	background: #fff;
	border: 1px solid #E9E9E9;
	border-radius: 2px;
	overflow: hidden;
}

.classroom-li-pic {
	width: 264px;
	height: 158px;
	border-radius: 0;
}

.classroom-li-pic img {
	width: 100%;
	height: 100%;
}

.classroom-li .team-li-title {
	margin-top: 20px;
}

.classroom-peoplenum {
	width: 70px;
}

.classroom-li:hover {
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
}

.classroom-li:hover .team-li-title {
	color: #18BC9C;
}

.detail-title{
	font-size: 16px;
	margin: 30px 0;
}
.detail-top{
	display: flex;
}
.detail-top-img{
	width: 320px;
	height: 200px;
}
.detail-top-img img{
	width: 100%;
	height: 100%;
}
.detail-name{
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 20px 20px;
}
.detail-college{
	margin-left:20px ;
}
.detail-college img,.detail-college span{
	vertical-align: middle;
}
.introduce-title{
	height: 60px;
	line-height: 60px;
	margin-top: 40px;
	padding-left: 20px;
}
.introduce-detail{
	padding: 5px;
	line-height: 18px;
}
