/*=======================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;
	border-radius: 15px;
	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,
.loginout {
	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;
}

.content-box {
	flex: 1;
}


/*===============首页样式============================*/

.home-page-search {
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	background: url(../img/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%;
	height: 460px;
	background: #fff;
	margin-top: 30px;
}

.team {
	position: relative;
	width: 1200px;
	height: 460px;
	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;
	margin-top: 30px;
	justify-content: space-between;
}

.team-li {
	position: relative;
	width: 380px;
	height: 280px;
}

.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: 34px;
	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;
}


/*=============================服务平台=============================*/

.screen-bg {
	width: 100%;
	height: 200px;
	background: #fff;
}

.screen-box {
	display: flex;
	flex-flow: column;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	margin-top: 10px;
}

.industry-box,
.direction-box {
	display: flex;
	padding: 12px 0;
}

.screen-title {
	width: 90px;
	font-weight: bold;
	padding-top: 5px;
}

.industry-ul {
	display: flex;
	flex: 1;
	flex-flow: row wrap;
	justify-content: flex-start;
	color: #666;
}

.screen-item-li {
	padding: 8px 14px;
	cursor: pointer;
}

.screen-item-li:hover {
	color: #18BC9C;
}

.screen-search-box {
	display: flex;
	margin-top: 20px;
}

.screen-search-title {
	line-height: 40px;
}

.screen-search {
	display: flex;
	width: 460px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	overflow: hidden;
}

.screen-search-input {
	width: 390px;
	text-indent: 20px;
	line-height: 40px;
	font-size: 16px;
}

.screen-search-btn {
	width: 70px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.platform-ul {
	width: 1240px;
	margin: 0 auto;
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.platform-li {
	width: 264px;
	height: 280px;
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	border-radius: 2px;
	margin-right: 44px;
	margin-bottom: 40px;
	overflow: hidden;
	cursor: pointer;
}

.platform-pic {
	width: 264px;
	height: 158px;
}

.platform-pic img {
	width: 100%;
	height: 100%;
}

.platform-title {
	padding: 22px;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}

.platform-li:hover {
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
}

.platform-li:hover .platform-title {
	color: #18BC9C;
}

#paging {
	width: 500px;
	margin: 0 auto;
}


/*=========================服务平台详情=======================*/

.introduce-option-bg {
	width: 100%;
	height: 320px;
	background: #fff;
}

.introduce-option {
	display: flex;
	width: 1200px;
	margin: 0 auto;
}

.introduce-pic {
	width: 380px;
	height: 238px;
	margin-top: 40px;
	margin-right: 30px;
}

.introduce-pic img {
	width: 100%;
	height: 100%;
}

.introduce-options {
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	flex: 1;
}

.introduce-label {
	display: flex;
	margin-top: 56px;
}

.introduce-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}

.introduce-industry {
	margin-top: 34px;
	line-height: 24px;
}

.introduce-address {
	margin-top: 20px;
	line-height: 24px;
}

.introduce-label-item {
	padding: 8px 15px;
	font-size: 12px;
	border-radius: 20px;
	color: #18BC9C;
	background: #D2F3EC;
	margin-right: 20px;
}

.introduce-back {
	width: 86px;
	height: 30px;
	line-height: 30px;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	text-align: center;
	margin-top: 40px;
	cursor: pointer;
}

.introduce-back img,
.introduce-back span {
	vertical-align: middle;
}

.introduce-box-bg {
	width: 100%;
	min-height: 400px;
	background: #fff;
	margin-top: 30px;
	padding-bottom: 100px;
	margin-bottom: 100px;
}

.introduce-box {
	width: 1200px;
	margin: 0 auto;
	margin-top: 10px;
}

.introduce-tab {
	display: flex;
	height: 40px;
	border-bottom: 2px solid #D9D9D9;
}

.introduce-li {
	height: 40px;
	margin-right: 30px;
	line-height: 40px;
	padding: 0 5px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

.curr-tab {
	color: #18BC9C;
	border-bottom: 2px solid #18BC9C;
}

.introduce-text {
	padding: 0 5px;
}

.introduce-text h4 {
	font-weight: bold;
	margin-top: 30px;
}

.introduce-text p {
	margin-top: 6px;
	line-height: 24px;
	color: #666;
}

.progress-tracking-top {
	display: flex;
	flex-flow: row wrap;
}

.task-text {
	flex: 1;
}

.task-complete-btn {
	width: 88px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #FFF;
	background: #18BC9C;
	border-radius: 4px;
	margin-top: 50px;
	cursor: pointer;
}

.task-name {
	margin-top: 30px;
}

.task-name i {
	font-weight: bold;
}

.task-text>div {
	margin-bottom: 14px;
	line-height: 20px;
}

.task-text i {
	margin-left: 8px;
}

.task-schedule-ul {
	margin-top: 50px;
	margin-left: 20px;
}

.task-schedule-li {
	position: relative;
	border-left: 2px solid #18BC9C;
	margin: 14px 0;
	padding-bottom: 40px;
}

.round {
	position: absolute;
	top: -12px;
	left: -6px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #18BC9C;
}

.head-portrait {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 20px;
}

.head-portrait img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.user-name {
	position: absolute;
	top: 60px;
	left: 0;
	height: 20px;
	width: 100px;
	text-align: center;
	line-height: 20px;
}

.triangle {
	position: absolute;
	top: 17px;
	left: 91px;
}

.sanjiao1,
.sanjiao2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0;
	height: 0;
	transform: rotate(-45deg);
	border-width: 10px;
	border-color: #fff transparent transparent #fff;
	border-style: solid;
	border-top-left-radius: 4px;
}

.sanjiao2 {
	left: -1px;
	border-color: #D9D9D9 transparent transparent #D9D9D9;
}

.progress-content {
	width: 1040px;
	height: auto;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	margin-left: 100px;
	padding-left: 20px;
	min-height: 80px;
}

.progress-content-name {
	margin-top: 20px;
	line-height: 20px;
	font-weight: bold;
}

.progress-content-describe {
	margin-top: 10px;
	line-height: 20px;
}

.progress-doc {
	padding-bottom: 10px;
}

.progress-doc-list {
	margin: 20px 0;
}

.doc-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	border-radius: 4px;
	margin-right: 10px;
}

.doc-name {
	color: #666666;
	line-height: 30px;
	margin-right: 30px;
}

.x-bg {
	background: #5EB263;
}

.w-bg {
	background: #1E9FFF;
}

.progress-time {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #999;
}

.update-progress {
	position: relative;
	height: 130px;
	border-left: 2px solid #18BC9C;
}

.update-progress img {
	width: 50px;
	height: 50px;
	margin-left: 20px;
	cursor: pointer;
}

.update-progress span {
	margin-left: 20px;
	font-size: 16px;
	color: #18BC9C;
	cursor: pointer;
}

.popupUpdata {
	padding: 40px;
	padding-bottom: 15px;
}

.popupUpdata>div {
	margin-bottom: 16px;
}

.popupUpdata>div>span {
	color: #666;
	line-height: 28px;
	margin-right: 10px;
}

.progress-node input {
	width: 250px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	font-size: 12px;
	text-indent: 10px;
}

.progress-description textarea {
	width: 330px;
	height: 80px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	vertical-align: top;
	font-size: 12px;
	padding: 10px;
}

.select-file {
	display: inline-block;
	min-width: 80px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #18BC9C;
	border-radius: 4px;
	color: #18BC9C;
	font-size: 12px;
	cursor: pointer;
}

.target-demo {
	display: inline-block;
}


/*=====================个人中心===========================*/

.person-box {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}

.person-box {
	display: flex;
}

.person-left {
	width: 200px;
	height: 400px;
	background: #fff;
	border-radius: 4px;
	text-align: center;
}

.person-pic {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	margin-top: 20px;
}

.person-name {
	line-height: 22px;
	margin-top: 14px;
	font-size: 16px;
	padding-bottom: 17px;
	border-bottom: 1px solid #D9D9D9;
}

.person-ul {
	margin-top: 17px;
}

.person-li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

.person-li:hover {
	color: #18BC9C;
}

.person-right {
	width: 960px;
	min-height: 360px;
	background: #FFFFFF;
	margin-left: 20px;
	border-radius: 4px;
	padding: 20px;
}

.person-right-top {
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
}

.person-right-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
}

.originating-task {
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
	background: #18BC9C;
	border-radius: 4px;
	margin-right: 10px;
	cursor: pointer;
}

.originating-task img,
.originating-task span {
	vertical-align: middle;
}

.popupTest {
	width: 560px;
	padding: 20px;
	padding-top: 30px;
	background: #FFFFFF;
}

.layui-input,
.layui-select,
.layui-textarea {
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	border-radius: 4px;
}

.layui-form-label {
	color: #666;
	line-height: 26px;
	text-align: left;
	padding: 0;
}

.layui-input-block {
	min-height: 26px;
	margin-left: 80px;
}

.test-select-file {
	height: 26px;
	line-height: 26px;
}

.layui-form-select dl dd:hover {
	background-color: #EAFDF9;
	color: #18BC9C;
}

.layui-form-select dl dd.layui-this {
	background-color: #18BC9C;
}

.layui-form-select dl dd.layui-this:hover {
	color: #FFFFFF;
}

.layui-form-select dl dd.layui-this {
	border-radius: 4px;
}


/*======================弹窗=========================*/

.upload-btn {
	width: 100%;
	border-top: 1px solid #E9E9E9;
}

.upload-btn>div {
	float: right;
	width: 65px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	margin-right: 20px;
	margin-top: 15px;
	cursor: pointer;
}
.upload-btn-ok{
	background: #18BC9C;
	border: 1px solid #18BC9C;
	color: #fff;
	margin-right: 40px;
	
}
