.anli-banner{
	height: 347px;
	background: url('../images/anli/anli-banner.png') center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.anli-banner h1{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 8px;
	margin-top: 90px;
}
.anli-contbox{
	border-bottom: 1px dashed #bfbfbf;
	overflow: hidden;
	color: #333;
}
.anli-title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 60px auto 20px;
}
.anli-list{
	padding: 70px 30px;
	overflow: hidden;
}
.anli-list li{
	width: 280px;
	height: 200px;
	float: left;
}
.anli-list li a{display: block;height: 100%;color: #333;}
.anli-list li a img{
	display: block;
	height: 80px;
	margin: 15px auto 20px;
}
.anli-list li a p{
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}
.anli-list .listexp{
	width: 300px;
}
.anli-list .listexp img{
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
}
/* 产教项目 */
.pro-container{
	background-color: #e6eaee;
	padding: 30px 0;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.pro-container *{box-sizing: border-box;}
.pro-left{
	float: left;
	position: relative;
    width: 230px;
}
.pro-right{
	float: right;
	width: 100%;
	margin-left: -230px;
}
.projects-sidebar{
	padding: 0 20px 10px;
	border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
}
.projects-sidebar-section{
	border-top: 1px solid #ececec;
	padding: 20px 0;
}
.pro-left h4{
	color: #4a4a4a;
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}
.pro-list-wrapper{
	width: 190px;
	overflow: hidden;
}
.pro-list-wrapper .pro-list{
	margin-top: 15px;
    margin-right: 15px;
    font-size: 12px;
    color: #4a4a4a;
    transition: .5s;
    cursor: pointer;
    float: left;
}
.pro-list-wrapper .pro-list.active{
	color: #00a8e9;
}
.el-slider__runway {
    width: 100%;
    height: 6px;
    margin: 16px 0;
    background-color: #e4e7ed;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}
.el-slider__bar {
    height: 6px;
    background-color: #00a8e9;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
}
.el-slider__button-wrapper {
    height: 36px;
    width: 36px;
    position: absolute;
    z-index:60;
    top: -15px;
    transform: translateX(-50%);
    background-color: transparent;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: normal;
}
.el-slider__button {
    width: 16px;
    height: 16px;
    border: 2px solid #00a8e9;
    background-color: #fff;
    border-radius: 50%;
    transition: .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    display: inline-block;
    margin: 10px auto;
}
.el-slider__button:hover {
    transform: scale(1.2);
}
div.pro-label{
	text-align: center;
    font-size: 12px;
    color: #00a8e9;
}
.el-select {
    display: inline-block;
    position: relative;
}
.el-select>.el-input {
    position: relative;
    font-size: 13px;
    display: block;
    width: 100%;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 32px;
    line-height: 32px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    cursor: pointer;
    padding-right: 30px;
}
.el-input__inner:hover {
    border-color: #c0c4cc;
}
.el-input__suffix {
    position: absolute;
    height: 100%;
    right: 5px;
    top: 0;
    text-align: center;
    color: #c0c4cc;
    transition: all .3s;
    pointer-events: none;
}
.el-input__suffix-inner {
    pointer-events: all;
}
.el-select .el-input .el-select__caret {
	color: #c0c4cc;
	font-size: 14px;
	transition: transform .3s;
	transform: rotate(180deg);
	cursor: pointer;
	line-height: 32px;
	width: 25px;
	height: 100%;
	text-align: center;

	font-family: iconfont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.el-select__caret:before {
    content: "\e605";
}
.el-select .el-input .el-select__caret.is-reverse {
    transform: rotate(0deg);
}
.el-select .el-input.is-focus .el-input__inner {
    border:1px solid #00a8e9;
}


.pro-right-wrapper{
	margin-left: 230px;
}
.project-cell{
	width: 460px;
	float: left;
	margin-left: 24px;
	margin-bottom: 24px;
	border-radius: 4px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
}
.project-cell:hover{
	box-shadow: 0 1px 3px rgba(0,0,0,.08), 0 3px 8px rgba(0,0,0,.2);
	cursor: pointer;
	transition: .5s;
}
.project-cell a{display: block;overflow: hidden;}
.project-cell-header{
	margin-bottom: 5px;
}
.project-cell-header .project-cell-title{
	display: inline-block;
	vertical-align: middle;
	width: 65%;
    font-size: 16px;
    margin: 0;
    line-height: 25px;
    color: #4a4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.project-cell-header .project-cell-budget{
	font-size: 18px;
    color: #f6a11e;
    display: inline-block;
    line-height: 25px;
    float: right;
}
.project-cell-header .project-cell-budget span{
	font-size: 12px;
    color: #9b9b9b;
}
.project-cell-posted-at{
	font-size: 12px;
    color: silver;
    margin-bottom: 20px;
}
.project-cell-info-row{
	display: table;
	width: 100%;
}
.info-wrapper{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.info-wrapper:nth-child(1){
	width: 40%;
}
.info-wrapper:nth-child(3){
	width: 50px;
}
.info-wrapper .info-title{
	font-size: 12px;
    color: #9b9b9b;
}
.info-wrapper .info-content{
	color: #666;
    font-size: 14px;
}
.el-popper{
	position: absolute;
	z-index: 40;
	width: 100%;
	margin-top: 12px;
	border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-sizing: border-box;
    display: none;
}
.el-popper ul{
	padding: 6px 0;
	margin: 0;
	box-sizing: border-box;
}
.el-popper ul li{
	font-size: 14px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    cursor: pointer;
}
.el-popper ul li:hover{
	background-color: #f5f7fa;
}

/* 企业项目详情 */
.pro-det-sidebar{
	padding: 30px;
	width: 230px;
	margin-bottom: 10px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.08);
	box-sizing: border-box;
}
.pro-det-sidebar .projects-sidebar-section{
	border-top: 0px;
	padding: 0;
}
.pro-det-img{
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 100%;
}
.pro-det-img img{
	width: 100%;
    height: 100%;
    border-color: rgb(236, 236, 236);
    border-radius: 100%;
}
.pro-det-sidebar h3{
	margin: 15px 0 0;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.el-rate {
    height: 20px;
    line-height: 1;
    margin-top: 20px;
    text-align: center;
    font-size: 0;
}
.el-rate-item {
    display: inline-block;
    position: relative;
    font-size: 0;
    vertical-align: middle;
}
.el-rate-icon {
    font-size: 18px;
    margin-right: 6px;
    color: #f7ba2a;
    transition: .3s;
    display: inline-block;
    position: relative;

    font-family: iconfont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.el-icon-star-on:before {
    content: "\e608";
}
.el-icon-star-off:before {
    content: "\e601";
}
.pro-det-comments{
	color: #9b9b9b;
    font-size: 12px;
    margin: 5px 0 20px;
    text-align: center;
}
.credit__wrapper{
	font-size: 12px;
	margin: 5px 0;
	color: #9b9b9b;
	display: table;
	height: 18px;
}
.credit__wrapper>span{
	display: table-cell;
	vertical-align: middle;
}
.credit__wrapper>div{
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	width: 75px;
	box-sizing: border-box;
	position: relative;
}
.credit-progerss{
	border-radius: 100px;
    height: 6px;
    margin-top: -6px;
}
.credit-progress-background{
    background: #f8f8f8;
    border-radius: 100px;
    height: 6px;
}
.pro-det-info-title{
	font-weight: 400;
    font-size: 12px;
    color: #9b9b9b;
    margin: 0 0 5px;
}
.pro-det-info-content{
	color: #00a8e9;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 20px;
}
.pro-det-sidebar .mhs-button{
	display: block;
    width: 100%;
    color: #fff;
    background-color: #00a8e9;
    border-color: #00a8e9;
    padding: 16px 38px;
    font-size: 18px;
    border-radius: 4px;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    outline: none;
    margin: 0;
    transition: .1s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ccc;
}
.icon-application{
	font-family: iconfont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-application:before {
    content: "\e619";
}
.action-list{
	border-top: 2px solid #ececec;
	padding: 5px 0px;
	width: 100%;
	margin-top: -20px;
	height: 40px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius:0px 0px 4px 4px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    box-sizing: border-box;
}
.backlist{
	float: right;
	color: #9b9b9b;
	padding: 0 18px;
	font-size: 12px;
	border-radius: 4px;
	line-height: 28px;
	white-space: nowrap;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
	outline: none;
	margin: 0;
	transition: .1s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: transparent;
}
.icon-back{
	font-family: iconfont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-back:before {
    content: "\e6be";
}
.main-panel{
	padding: 30px 40px;
    margin-bottom: 20px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    margin-left: 254px;
}
.main-panel2{padding-top: 0;}
.panel-title{
	margin: 0 0 15px;
    font-size: 30px;
    color: #27282e;
}
.main-article{
	border-color: #ececec;
    border-style: solid;
    border-width: 1px 0;
    padding: 10px 0;
    margin-bottom: 30px;
}
.article-navbar{
	font-size: 12px;
    color: #9b9b9b;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
.article-section{
	margin-bottom: 30px;
	color: #000;
}
.article-section h4{
	color: #00a8e9;
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: bold;
}
.article-section p{
	font-size: 14px;
	line-height: 1.5;
}
.panel-titbox{
	margin: 0 -40px;
    padding: 15px 40px;
    border-bottom: 1px solid #ececec;
    color: #27282e;
}
.panel-titbox>div span{
	color: #00a8e9;
    font-size: 12px;
}
.application-cell{
	border: 1px solid #ececec;
    border-radius: 4px;
    padding:40px 20px;
    margin-top: 40px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.cell-img{
	display: table-cell;
	vertical-align: middle;
	padding-right: 30px;
}
.cell-img>div{
	width: 90px;
	height: 90px;
	overflow: hidden;
	border-radius: 100%;
}
.cell-img>div img{
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 100%;
}
.cell-info{
	display: table-cell;
	vertical-align: middle;
	padding-right: 30px;
}
.cell-info .artist-name{
	color: #27282e;
    font-weight: 700;
    line-height: 1;
    font-size: 14px;
    margin: 0 0 10px;
}
.cell-info>span{
	display: block;
	font-size: 12px;
	color: #666;
}
.cell-text{
	display: table-cell;
	vertical-align: middle;
	width: 540px;	
}
.cell-text p{
	font-size: 12px;
	color: #333;
	line-height: 2;
}
.fujianbox{
	background-color: #f8f8f8;
	padding: 10px;
	width: 460px;
}
.fujianbox h5{
	display: block;
	font-size: 14px;
	color: #00a8e9;
	margin-bottom: 0;
	margin-top: 0px;
}
.fujianbox h5 a{
	color: #00a8e9;
}
.fujianbox>span{
	color: #666;
	font-size: 12px;
}
/*项目申请页*/
.pro-applycont{
    overflow: hidden;
    padding:50px 0;
}
.pro-applycont form{
    width: 100%;
}
.pro-applycont  .applybox{
    width: 100%;
    margin-left:auto;
    margin-right: auto;
}
.pro-applycont  .applybox label, .pro-applycont  .applybox2 label{
    width: 160px;
}
.pro-applycont   .applybox .textipts{
    width: 530px;
}
.pro-applycont   .applybox2{
    text-align: center;
}
.pro-applycont  .rightradio textarea{
    width: 530px;
}
.pro-applycont   .rightradio2{
    display: inline-block;
    vertical-align: middle;
    height: 47px;
}
.fileshowbox{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 1em;
    height: 100%;
    border: 1px solid #666666;
    border-radius: 3px;
    width: 265px;
}
.filecont1 ,.filecont2{
    display: inline-block;
    vertical-align: middle;
    padding-left: 16px;
    width: 132px;
    height: 100%;
    box-sizing: border-box;
}
.filecont1 input[type="file"] ,.filecont2 input[type="file"]{
    width: 100%;
    display: inline-block;;
    vertical-align: middle;
    height: 100%;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}
.filecont1 input[type="file"]:after{
    content: "继续上传";
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 47px;
    left: 0;
    top: 0;
    z-index: 30;
    background: #e6e6e6;
    color: #333; 
    font-size: 16px;
    text-align: center;
}
.filecont2 input[type="file"]:after{
    content: "开始上传";
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 47px;
    left: 0;
    top: 0;
    z-index: 30;
    background: #00a8e9;
    color: #fff; 
    font-size: 16px;
    text-align: center;
}
.pro-applycont  .applysubmit{
    background: #00a8e9;
}