/*创业模块左侧选项卡*/
.main_leftTab{
	float: left;
    margin-right: 20px;
    width: 285px;
}
.tab_title {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #2C3E4D;
    text-align: center;
    padding: 0 30px;
    margin: 0 auto;
    background: #fff;
    font-weight: normal;
}
.tab_title h3 {
    border-bottom: 1px solid #D8D8D8;
    padding: 22px 0px;
    font-size: 16px;
    font-weight: normal;
}

.tab_itemBox {
    font-weight: normal;
    font-size: 14px;
    color: #2C3E4D;
    padding:20px 0;
    background: #fff;
    overflow: hidden;
    min-height: 100px;
}

.tab_item, .tab_item:hover {
	padding-left: 16px;
	height: 50px;
	line-height: 50px;
    position: relative;
    cursor: pointer;
    border-left: 4px solid transparent;
    display: block;
    color: #2C3E4D;
    text-decoration: none;
    font-size: 16px;
}
.tab_item.active {
    border-left: 4px solid #1A92ED;
    background: #F4F4F4;
}
.tab_item.active .icon-BlueArrowRight {
	width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto 0;
    background: url(../images/BlueArrow.png) no-repeat center;
    }
.main_rightCon{
	float: left;
    width: 895px;
}


.main-big{
    width:100%;
    margin-top: 20px;
    /*outline: 1px solid red;*/
}
.main-big:after{
    display: block;
    content: " ";
    clear: both;
}
.entrep-rotate{
    width: 1200px;
    height: 645px;
    /*background: #fff;*/
    /*outline: 1px solid blue;*/
    background:url(../images/EntrepreneurialBackgroundImg1.png) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    padding-top: 32px;
}
.entrep-rotate-shif{
    /*outline: 3px solid gold; */
    height: 410px;
    margin-left: 70px;
    margin-right: 70px;
}
.entrep-rotate-choice{
    width:1000px;
    margin: 40px auto;
}
.entrep-rotate-choice:after{
    display: block;
    content: " ";
    clear: both;
}
.entrep-rotate-choice li{
    list-style: none;
    float: left;
    width: 330px;
}
.rotate-choice-find{
    text-decoration: none;
    display: block;
    width: 80px;
    margin: 0 auto;
}
.rotate-choice-find i{
    display: block;
    width: 80px;
    height: 80px;
}
.rotate-choice-find .xiangmu{
    background:url(../images/LookingProject.png) no-repeat center;
    background-size: contain;
}
.rotate-choice-find .hehuo{
    background:url(../images/LookingPartner.png) no-repeat center;
    background-size: contain;
}
.rotate-choice-find .touzi{
    background:url(../images/LookingInvestment.png) no-repeat center;
    background-size: contain;
}
.rotate-choice-find span{
    display: block;
    width: 80px;
    padding-top: 9px;
    font-size: 18px;
    color: #2C3E4D;
    text-align: center;
}
.entrep-item{
    width: 100%;
    margin-top: 20px;
    background: #fff;
    /*outline: 1px solid red;*/
}
.entrep-item-main{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    /*outline: 1px solid blue;*/
}
.entrep-item-title{
    padding-top: 20px;
}
.entrep-item-title:after{
    display: block;
    content: " ";
    clear: both;
}
.entrep-item-tiname{
    display: block;
    float: left;
    margin-top: 10px;
}
.entrep-item-tiname:after{
    display: block;
    content: " ";
    clear: both;
}
.entrep-item-tiname i{
    display: block;
    width: 6px;
    height: 27px;
    background: #1A92ED;
    float: left;
    margin-right: 15px;
    margin-top: 4px;
}
.entrep-item-tiname em{
    font-style: normal;
    display: block;
    float: left;
    width: 150px;
    font-size: 24px;
    color: #121F1B;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.entrep-item-tiissue{
    display: block;
    float: left;
    width: 958px;
}
.entrep-item-tiissue a{
    text-decoration: none;
    display: block;
    width: 170px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 99px;
    margin:0 auto;
    font-size: 18px;
    color: #1A92ED;
    border: 1px solid #1A92ED;
}
.entrep-item-timore{
    display: block;
    text-decoration: none;
    float: right;
    width: 66px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #C6CCD6;
    border-radius: 3px;
    margin-top: 10px;
}
.entrep-item-timore em{
    font-style: normal;
    font-size: 14px;
    color: #1A92ED;
    display: inline-block;
    vertical-align: top;
}
.entrep-item-choice{
    width: 1250px;
    padding-bottom: 20px;
    margin-top: 20px;
}
.entrep-item-choice:after{
    display: block;
    content: " ";
    clear: both;
}
.contest_list{
	overflow: hidden;
	min-height: 500px;
    padding-top: 5px;
}
.entrep-item-show,.contest_cell{
    display: block;
    background: #fff;
    float: left;
    text-decoration: none;
    width: 283px;
    height: 300px;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    transition:all 0.5s ease-out 0s;
    -moz-transition:all 0.5s ease-out 0s;
    -webkit-transition:all 0.5s ease-out 0s;
    -o-transition:all 0.5s ease-out 0s;
    transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    overflow:hidden;
}
.entrep-item-show:nth-child(3n),.contest_cell:nth-child(3n){
	margin-right: 0;
}
.entrep-item-show:hover,.contest_cell:hover{
    border: 1px solid #E9E9E9;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.20);
    border-radius: 5px;
    transition:all 0.5s ease-out 0s;
    -moz-transition:all 0.5s ease-out 0s;
    -webkit-transition:all 0.5s ease-out 0s;
    -o-transition:all 0.5s ease-out 0s;
    transform: translate3d(0,-2px,0);
    -ms-transform: translate3d(0,-2px,0);
    -o-transform: translate3d(0,-2px,0);
    -moz-transform: translate3d(0,-2px,0);
    -webkit-transform: translate3d(0,-2px,0);
}
.entrep-item-show .mark{
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
}
.entrep-item-show .science{
    background:url(../images/Science.png) no-repeat center;
    background-size: contain;
}
.entrep-item-show .entity{
    background:url(../images/Entity.png) no-repeat center;
    background-size: contain;
}
.entrep-item-show .other{
    background:url(../images/Other.png) no-repeat center;
    background-size: contain;
}
.entrep-item-show .title{
    color: #2C3E4D;
    margin-top: 10px;
    margin-left: 10px;
    /* text-align: center; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.entrep-item-show .title a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
    font-size: 18px;
    display: inline-block;
    font-size: 18px;
}
.entrep-item-show .title a:hover{
	text-decoration: underline;
}
.entrep-item-show .info{
    float: left;
    width: 50%;
    color: #64707A;
    margin-left: 20px;
    /* margin-top: 10px; */
    /* margin-bottom: 20px; */
    /* text-align: center; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.project_pic{
	width: 245px;
    height: 219px;
    margin:0 auto;
    overflow: hidden;
    position: relative;
}
.entrep-item-show img{
    display: block;
    /* width: 100%; */
    vertical-align: middle;
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
    width: 245px;
    height: 219px;

}
.entrep-item-show .bref{
    text-align: left !important;
    margin: 3px 8px 0 0;
    padding: 0 0 8px 10px;
    color: #64707A;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 20px;
    overflow: hidden;
    word-wrap: nowrap;
    text-overflow: ellipsis;
}
.entrep-item-progress{
    width: 245px;
    height: 6px;
    margin: 0 auto;
    background: #E9EFF8;
    position: relative;
    display: none;
}


.item_type,.contest_tag{
    border-radius: 4px;
    float: right;
    display: inline-block;
    width: 37px;
    height: 18px;
    background: #52AFF6;
    /* position: absolute; */
    top: 11px;
    left: -22px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    overflow: hidden;
    margin-left: 10px;
}

.item_type {
    left: 0; top: 0;
}



/*�������ʼ*/
.progress-out {
    position: relative;
    background: #E9EFF8;
    border-radius: 3px;
}
.progress-in {
    position: absolute;
    height: 100%;
    width: 0%;
    border: none;
    background-color: #3DA7FF;
    background-image: linear-gradient(-90deg, #87C8FF 3%, #3DA7FF 99%);
    background-image: -webkit-linear-gradient(-90deg, #87C8FF 3%, #3DA7FF 99%);
    background-image: -moz-linear-gradient(-90deg, #87C8FF 3%, #3DA7FF 99%);
    background-image: -o-linear-gradient(-90deg, #87C8FF 3%, #3DA7FF 99%);
    background-image: -ms-linear-gradient(-90deg, #87C8FF 3%, #3DA7FF 99%);
    border-radius: 3px;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.direction-left{
    left:0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.direction-right{
    right:0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.percent-show {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 0;
    color: #000;
    text-align: center;
    z-index: 2;
    background: #3DA7FF;
}

.entrep-item-detail{
    margin: 5px 20px 35px 20px;
    display: none;
}
.entrep-item-detail:after{
    display: block;
    content: " ";
    clear: both;
}
.entrep-item-detail .target{
    font-size: 14px;
    color: #939BA9;
    display: block;
    float: left;
}
.entrep-item-taret{
    display: block;
    float:right;
    width: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFB25D;
}
.entrep-item-detail .gain{
    color: #939BA9;
    display: block;
    float: left;
    margin-left:10px;
}
.entrep-item-gain{
    display: block;
    float:right;
    width: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1A92ED;
}
.entrep-item-num{
    display: block;
    float: right;
    width: 45px;
    text-align:right;
    color: #1A92ED;
}
.entrep-partner{
    width: 100%;
}
.entrep-partner-exhibition{
    margin-top: 30px;
    width: 1250px;
}
.entrep-partner-exhibition:after{
    display: block;
    content: " ";
    clear: both;
}
.entrep-partner-show{
    text-decoration: none;
    display: block;
    float: left;
    width:285px;
    height: 233px;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    margin-right:17px;
    padding-top: 20px;
    background: #fff;
}
.entrep-partner-show.ship{
    margin-bottom: 20px;
    transition:all 0.5s ease-out 0s;
    -moz-transition:all 0.5s ease-out 0s;
    -webkit-transition:all 0.5s ease-out 0s;
    -o-transition:all 0.5s ease-out 0s;
    transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
.entrep-partner-show.ship:hover{
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.20);
    border-radius: 5px;
    transition:all 0.5s ease-out 0s;
    -moz-transition:all 0.5s ease-out 0s;
    -webkit-transition:all 0.5s ease-out 0s;
    -o-transition:all 0.5s ease-out 0s;
    transform: translate3d(0,-2px,0);
    -ms-transform: translate3d(0,-2px,0);
    -o-transform: translate3d(0,-2px,0);
    -moz-transform: translate3d(0,-2px,0);
    -webkit-transform: translate3d(0,-2px,0);
}
.entrep-partner-show img{
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin:0 auto;
}
.entrep-partner-show .name{
    margin-top: 10px;
    font-size: 18px;
    color: #121F1B;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.entrep-partner-show .position{
    font-size: 14px;
    color: #2C3E4D;
    margin-top: 6px;
    margin-bottom: -12px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.entrep-partner-show .intention{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #939BA9;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.entrep-partner-detail{
    margin: 0 auto;
    display: table;
    text-align: center;
}
.entrep-partner-detail:after{
    display: block;
    content: " ";
    clear: both;
}
.entrep-partner-detail span{
    display: inline-block;
    float: left;
    width: 83px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #E9E9E9;
    border-radius: 15px;
    font-size: 12px;
    color: #939BA9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}
.entrep-invest{
    width: 100%;
    background: #fff;
    margin-top: 40px;
    padding-bottom: 40px;
}
/*��Ŀ�б�ҳ��*/
.entrep-list{
    margin-top: 20px;
}
.entrep-list:after{
    display: block;
    content: " ";
    clear: both;
}
/*��Ŀ����ҳ��*/
.main-middle{
    width: 1200px;
    margin:0 auto;
    margin-top: 20px;
}
.entrep-prodetail-top{
    width: 1200px;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    overflow:hidden;
}
.entrep-prodetail-top:after{
    display: block;
    content: " ";
    clear: both;
}
.entrep-prodetail-top img{
    display: block;
    float: left;
    width: 469px;
    height: 249px;
    margin-left: 30px;
}
.entrep-prodetail-top i{
    position: absolute;
    display: block;
    width:70px;
    height:70px;
    left: 0;
    top:0;
    background:url(../images/Science.png) no-repeat center;
    background-size: contain;
}
.entrep-prodetop-show{
    float: left;
    margin-left: 20px;
    width: 660px;
}
.entrep-prodetop-show .title{
    font-weight: bold;
    color: #2C3E4D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.entrep-prodetop-show .describe{
    margin-top: 10px;
    color: #939BA9;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.entrep-prodetop-detail{
    margin-top: 20px;
}
.entrep-prodetop-detail:after{
    display: block;
    content: " ";
    clear: both;
}
.entrep-prodetop-display{
    display: block;
    float: left;
    margin-right:2px;
}
.entrep-prodetop-display:after{
    display: block;
    content: " ";
    clear: both;
}
.entrep-prodetop-display em{
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: 2px;
}
.entrep-prodetop-display .dizhi{
    background:url(../images/Place.png) no-repeat center;
    background-size: contain;
}
.entrep-prodetop-display .xingye{
    background:url(../images/Industry.png) no-repeat center;
    background-size: contain;
}
.entrep-prodetop-display span{
    display: block;
    float: left;
    width: 60px;
    color: #939BA9;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.entrep-prodetop-progress{
    margin-top: 40px;
    width: 653px;
    height: 6px;
    background: #E9EFF8;
    position: relative;
}
.entrep-prodetop-gain{
    margin-top: 5px;
}
.entrep-prodetop-gain:after{
    display: block;
    content: " ";
    clear: both;
}
.entrep-prodetop-gain .target{
    display: block;
    float: left;
    font-size: 14px;
    color: #939BA9;
    margin-right: 10px;
}
.entrep-prodetop-gain .target em{
    display:block;
    float: right;
    width: 60px;
    font-size: 14px;
    color: #FFB25D;
    margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.entrep-prodetop-gain .gain{
    display: block;
    float: left;
    font-size: 14px;
    color: #939BA9;
}
.entrep-prodetop-gain .gain em{
    display:block;
    float: right;
    width: 60px;
    color: #1A92ED;
    margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.entrep-prodetop-num{
    display: block;
    float: right;
    color: #1A92ED;
    width: 60px;
    text-align: right;
    margin-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.entrep-prodetop-base{
    margin-top: 55px;
}
.entrep-prodetop-base:after{
    display: block;
    content: " ";
    clear: both;
}
.entrep-prodebase-left{
    float: left;
}
.entrep-prodebase-left:after{
    display: block;
    content: " ";
    clear: both;
}
.entrep-prodebase-collect{
    float: left;
    cursor: pointer;
}
.entrep-prodebase-collect em{
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background:url(../images/CollectionJob.png) no-repeat center;
    background-size: contain;
    margin-top: -1px;
}
.entrep-prodebase-collect .current{
    background:url(../images/CollectionJob2.png) no-repeat center;
    background-size: contain;
}
.entrep-prodebase-collect span{
    font-size: 14px;
    color: #1A92ED;
    line-height: 24px;
    vertical-align: super;
}
.entrep-prodebase-show{
    display: block;
    float: left;
    width: 250px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #939BA9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.entrep-prodebase-right{
    float: right;
    width: 200px;
}
.entrep-prodebase-right:after{
    display: block;
    content: " ";
    clear: both;
}
.entrep-prodebase-right span{
    display: block;
    float: left;
    font-size: 14px;
    line-height: 27px;
    color: #939BA9;
}
.entrep-prodebase-right a{
    text-decoration: none;
    display: block;
    float: left;
    width: 27px;
    height: 27px;
    margin-left: 10px;
}
.entrep-prodebase-right .qq{
    background:url(../images/QQ.png) no-repeat center;
    background-size: contain;
}
.entrep-prodebase-right .weixin{
    background:url(../images/WeChat.png) no-repeat center;
    background-size: contain;
}
.entrep-prodebase-right .friend{
    background:url(../images/CircleFriends.png) no-repeat center;
    background-size: contain;
}
.entrep-prodebase-right .weibo{
    background:url(../images/WeiBo.png) no-repeat center;
    background-size: contain;
}
.entrep-prodetail-main{
    margin-top: 20px;
}
.entrep-prodetail-main:after{
    display: block;
    content: " ";
    clear: both;
}
.entrep-prodetail-left{
    width: 895px;
    float: left;
}
.entrep-prodetl-info{
    background: #fff;
}
.entrep-prodetail-title{
    height: 60px;
    margin-left: 30px;
    margin-right: 30px;
    border-bottom:1px solid #E9E9E9;
}
.entrep-prodetail-title:after{
    display: block;
    content: " ";
    clear: both;
}
.entrep-prodetail-title span{
    display: block;
    height: 58px;
    width: 80px;
    line-height: 60px;
    border-bottom: 4px solid #1A92ED;
    color: #2C3E4D;
    letter-spacing: 0;
}
.entrep-proinfo-detail{
    padding-top: 35px;
    margin-left: 30px;
    margin-right: 30px;
}
.entrep-proinfo-show{
    border-left: 1px solid #E9EFF8;
    padding-bottom: 30px;
    position: relative;
}
.entrep-proinfo-show i{
    display: block;
    width: 10px;
    height: 10px;
    background: #69BBFF;
    border-radius: 100%;
    position: absolute;
    top:6px;
    left:-5px;
}
.entrep-proinfo-show em{
    display: block;
    width: 10px;
    height: 10px;
    background:#fff;
    position: absolute;
    top:0;
    left: -5px;
}
.entrep-proinfo-show .title{
    color: #2C3E4D;
    letter-spacing: 0;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 14px;
}
.entrep-proinfo-show .interest_num{
	color: #E91010;
	font-weight: normal;
}
.entrep-proinfo-show .describe{
    margin-top: 20px;
    color: #2C3E4D;
    letter-spacing: 0;
    line-height: 26px;
    margin-left: 14px;
    max-height: 100px;
    overflow: auto;
    overflow-x: hidden;
}
.btn_investment,.btn_participate{
	padding: 5px 10px;
	float: right;
	border: none;
	color: #fff;
}
.btn_investment{
	background: #F0A14A;
}
.btn_participate{
	background: #178FF2;
}
.entrep-proinfo-show .describe::-webkit-scrollbar {
    width: 8px;
    position: absolute;
    z-index: 999;
}
.entrep-proinfo-show .describe::-webkit-scrollbar-thumb {
    background: #1A92ED;
    border-radius: 4px;
}
.entrep-proinfo-show .describe::-webkit-scrollbar-thumb:hover {background-color:#5CABEC}
.entrep-proinfo-show .describe::-webkit-scrollbar-thumb:active {background-color:royalblue}
.entrep-prodetail-image{
    margin-top: 20px;
    background: #fff;
    padding-bottom: 40px;
}
.entrep-prodetail-image{
	display: none;
}
.entrep-proimg-move{
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 30px;
    height: 155px;
}
.entrep-prodetail-right{
    width: 285px;
    float: left;
    margin-left: 20px;
}
.entrep-prodr-talk{
    text-decoration: none;
    display: block;
    width: 285px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #1A92ED;
    font-size: 24px;
    color: #FFF;
    letter-spacing: 0;
}
.entrep-prodr-start{
    /*margin-top: 20px;*/
    background: #fff;
}
.entrep-prodr-title{
    height: 70px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #E9E9E9;
    color: #2C3E4D;
    line-height: 70px;
}
.entrep-prostart{
    display: block;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 48px;
}
.entrep-prostart img{
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 100%;
}
.entrep-prostart .name{
    margin-top: 10px;
    text-align: center;
    color: #121F1B;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.entrep-prostart .info{
    margin-top: 18px;
    text-align: center;
    color: #939BA9;
    max-height: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.entrep-prodr-invest{
    margin-top: 20px;
    background: #fff;
}
.entrep-proinvest{
    text-decoration: none;
    display: block;
    padding-top: 20px;
    padding-bottom: 30px;
}
.entrep-proinvest img{
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 100%;
}
.entrep-proinvest .name{
    font-size: 18px;
    color: #121F1B;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.entrep-proinvest .position{
    font-size: 14px;
    color: #2C3E4D;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.entrep-proinvest .direction{
    margin-top: 20px;
    font-size: 14px;
    color: #939BA9;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.entrep-prodirection{
    margin: 0 auto;
    display: table;
    text-align: center;
}
.entrep-prodirection:after{
    display: block;
    content: " ";
    clear: both;
}
.entrep-prodirection span{
    display: block;
    float: left;
    width: 70px;
    height: 30px;
    border: 1px solid #E9E9E9;
    border-radius: 15px;
    font-size: 12px;
    color: #939BA9;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.entrep-prodirection .left{
    margin-right: 10px;
}
.apply-window{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    z-index: 10;
    display: none;
}
.apply-window .mask{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index:10;
    background: #000;
    opacity: .5;
}
.apply-window-main{
    position: absolute;
    left:50%;
    top:50%;
    z-index: 999;
    width: 450px;
    height: 298px;
    margin-left: -225px;
    margin-top: -149px;
    background: #fff;
}
.window-title{
    height: 50px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #E9E9E9;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #FF5858;
    letter-spacing: 0;
}
.window-content{
    margin: 40px 55px;
    font-size: 16px;
    color: #2C3E4D;
    letter-spacing: 0;
    line-height: 29px;
    text-align: center;
}
.window-oprate{
    width:272px;
    margin:0 auto;
}
.window-oprate:after{
    display: block;
    content: " ";
    clear: both;
}
.window-oprate span{
    display: block;
    float: left;
    width: 120px;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    letter-spacing: 0;
    cursor: pointer;
}
.window-cancle{
    background: #939BA9;
    margin-right: 30px;
}
.window-sure{
    background: #1A92ED;
}
/*�ϻ�������*/
.partner-detail-person{
    width:1200px;
    height:170px;
    background: #fff;
    padding-top: 30px;
}
.partner-detail-person:after{
    display: block;
    content: " ";
    clear: both;
}
.partner-detail-person img{
    display: block;
    float: left;
    width: 140px;
    height: 140px;
    margin-left: 30px;
}
.partner-dperson-info{
    float: left;
    margin-left: 30px;
    width: 500px;
}
.partner-dperson-name{
    margin-top: 10px;
}
.partner-dperson-name:after{
    display: block;
    content: " ";
    clear: both;
}
.partner-dperson-name .name{
    display: block;
    float: left;
    font-size: 20px;
    color: #2C3E4D;
    font-weight: bold;
    max-width:200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.partner-dperson-name .post{
    display: block;
    float: left;
    margin-left: 10px;
}
.partner-dperson-name .post i{
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background:url(../images/Place.png) no-repeat center;
    background-size: contain;
    margin-top: 5px;
}
.partner-dperson-name .post em{
    display:block;
    float: left;
    font-size: 14px;
    color: #939BA9;
    letter-spacing: 0;
    line-height: 25px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.partner-dperson-info .firm{
    margin-top: 15px;
    color: #939BA9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.partner-invest-add:after{
    display: block;
    content: " ";
    clear: both;
}
.partner-invest-add span{
    display: block;
    float: left;
    max-width: 250px;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.partner-invest-add em{
    display: block;
    float: left;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.partner-invest-adad em{
    float: left;
    color: #2C3E4D;
    letter-spacing: 0;
    line-height: 30px;
    margin-right: 10px;
}
.partner-dperson-trade{
    margin-top: 30px;
}
.partner-dperson-trade:after{
    display: block;
    content: " ";
    clear: both;
}
.partner-dperson-trade span{
    display: block;
    float: left;
    width: 70px;
    height: 30px;
    border: 1px solid #FFB25D;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #E5A43D;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.partner-dperson-apply{
    float: right;
    width: 300px;
    margin-right: 30px;
}
.partner-dperson-apply:after{
    display: block;
    content: " ";
    clear: both;
}
.partner-dperson-talk{
    text-decoration: none;
    display: block;
    float: right;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #1A92ED;
    font-size: 20px;
    color: #FFF;
    letter-spacing: 0;
}
.partner-dperson-share{
    width: 195px;
    float: right;
    margin-top: 50px;
}
.partner-dperson-share span{
    display: block;
    float: left;
    font-size: 14px;
    color: #939BA9;
    line-height: 27px;
}
.partner-dperson-share a{
    display: block;
    float: left;
    width: 27px;
    height: 27px;
    margin-left: 10px;
}
.partner-dperson-share .qq{
    background:url(../images/QQ.png) no-repeat right center;
    background-size: contain;
}
.partner-dperson-share .qzone{
    background: url(../images/qzone.png) no-repeat right center;
    background-size: contain;
}
.partner-dperson-share .weixin{
    background:url(../images/WeChat.png) no-repeat right center;
    background-size: contain;
}
.partner-dperson-share .friend{
    background:url(../images/CircleFriends.png) no-repeat right center;
    background-size: contain;
}
.partner-dperson-share .weibo{
    background:url(../images/WeiBo.png) no-repeat right center;
    background-size: contain;
}
.bdsharebuttonbox.partner-dperson-share a{
    margin:0;
    padding-left: 10px;
}
.partner-detail-intro{
    margin-top: 20px;
    background: #fff;
    padding-bottom:1px;
}
.partner-detail-caption{
    height: 60px;
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 1px solid #E9E9E9;
    padding-top: 20px;
}
.partner-detail-caption:after{
    display: block;
    content: " ";
    clear: both;
}
.partner-detail-caption em{
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.partner-detail-caption .info{
    background:url(../images/PartnerProfile.png) no-repeat center;
    background-size: contain;
}
.partner-detail-caption .case{
    background:url(../images/PartnershipCase.png) no-repeat center;
    background-size: contain;
}
.partner-detail-caption .suffer{
    background:url(../images/WorkExperience1.png) no-repeat center;
    background-size: contain;
}
.partner-detail-caption .school{
    background:url(../images/EducationExperience.png) no-repeat center;
    background-size: contain;
}
.partner-detail-caption span{
    display: block;
    float: left;
    font-size: 20px;
    color: #2C3E4D;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 40px;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.partner-detail-intro .specific{
    margin: 30px 30px;
    font-size: 16px;
    color: #2C3E4D;
    letter-spacing: 0;
    line-height: 26px;
    max-height: 130px;
    overflow: auto;
    overflow-x: hidden;
}
.partner-detail-case{
    margin-top: 20px;
    width: 100%;
    background: #fff;
    padding-bottom: 1px;
}
.partner-detail-casemove{
    height: 375px;
    margin: 30px 30px;
}
.partner-detail-suffer{
    margin-top: 20px;
    background: #fff;
}
.partner-detail-suffershow{
    padding-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
}
.partner-suffershow{
    border-left: 1px solid #E9EFF8;
    padding-bottom: 30px;
    position: relative;
}
.partner-suffershow .bag{
    display: block;
    width: 15px;
    height: 15px;
    background:#fff;
    position: absolute;
    top:0;
    left:-6px;
}
.partner-suffershow .dot{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #69BBFF;
    position: absolute;
    top:6px;
    left:-5px;
}
.partner-suffershow .time{
    font-size: 16px;
    color: #939BA9;
    letter-spacing: 0;
    margin-left:15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.partner-suffershow .position{
    margin-top: 20px;
    margin-left: 15px;
}
.partner-suffershow .position:after{
    display: block;
    content: " ";
    clear: both;
}
.partner-suffershow .position span{
    display: block;
    float: left;
    font-size: 16px;
    color: #2C3E4D;
    letter-spacing: 0;
    line-height: 26px;
    max-width: 400px;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.partner-suffershow .position em{
    display: block;
    float: left;
    font-size: 16px;
    color: #2C3E4D;
    letter-spacing: 0;
    line-height: 26px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.partner-suffershow .describe{
    margin-top: 10px;
    margin-left: 15px;
    font-size: 16px;
    color: #939BA9;
    letter-spacing: 0;
    line-height: 26px;
}
/*������Ŀҳ��*/
.main-basic-info{
    width: 1200px;
    height: 331px;
    background: #fff;
}
.publish-item-title{
    height: 60px;
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 1px solid #E9E9E9;
}
.publish-item-title:after{
    display: block;
    content: " ";
    clear: both;
}
.publish-item-title span{
    display: block;
    float: left;
    height: 57px;
    line-height: 60px;
    border-bottom: 4px solid #1A92ED;
    font-size: 16px;
    color: #2C3E4D;
    letter-spacing: 0;
}
.publish-item-title em{
    font-size: 16px;
    color: #FF5858;
    letter-spacing: 0;
    line-height: 60px;
    margin-left: 10px;
}
.basic-info-detail{
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 40px;
}
.basic-info-detail:after{
    display: block;
    content: " ";
    clear: both;
}
.basic-info-left{
    float: left;
    width:245px;
    margin-right: 40px;
    position: relative;
}
.basic-info-left input{
    position: absolute;
    width: 245px;
    height: 125px;
    top:0;
    left: 0;
    cursor: pointer;
    outline: 0;
    border: 0;
    opacity: 0;
}
.basic-info-left .cover{
    background: #EFF4FA;
    padding: 25px;
}
.basic-info-left .cover i{
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto;
    background:url(../images/UploadTheCover.png) no-repeat center;
    background-size: contain;
}
.basic-info-left .cover p{
    font-size: 12px;
    color: #939BA9;
    letter-spacing: 0;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.basic-info-left .supplement{
    margin-top: 15px;
    font-size: 12px;
    color: #939BA9;
    letter-spacing: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.basic-info-right{
    float: left;
    width:850px;
}
.basic-info-choice{
    width:900px;
    margin-bottom: 20px;
}
.basic-info-choice:after{
    display: block;
    content: " ";
    clear: both;
}
.basic-info-tiny{
    float: left;
    width: 410px;
    height: 50px;
    margin-right:38px;
}
.basic-info-tiny:after{
    display: block;
    content: " ";
    clear: both;
}
.basic-info-tiny span{
    display: block;
    float: left;
    line-height: 50px;
    font-size: 14px;
    color: #2C3E4D;
    letter-spacing: 0;
}
.basic-info-tiny .frame{
    float: left;
    width: 323px;
    height: 50px;
    background: #EFF4FA;
    margin-left: 20px;
    cursor: pointer;
}
.basic-info-tiny .frame input{
    width: 300px;
    height: 45px;
    padding-left: 15px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 50px;
    background: #EFF4FA;
    color: #2C3E4D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: 0;
    border: 0;
}
.basic-info-tiny .frame input::-webkit-input-placeholder { /* WebKit browsers */
    color: #939BA9;
}
.basic-info-tiny .frame input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #939BA9;
}
.basic-info-tiny .frame input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #939BA9;
}
.basic-info-tiny .frame input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #939BA9;
}
.basic-info-tiny .frame em{
    display: block;
    width: 250px;
    float: left;
    font-size: 14px;
    color: #939BA9;
    letter-spacing:0;
    padding-left: 15px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.basic-info-tiny .frame .current{
    color: #2C3E4D;
}
.basic-info-tiny .frame i{
    display: block;
    width: 12px;
    height: 12px;
    background:url(../images/DropDownArrow.png) no-repeat center;
    background-size: contain;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}
/*������*/
.pull-down{
    position: relative;
}
.basic-pull-down{
    width: 323px;
    max-height: 500px;
    overflow: auto;
    overflow-x: hidden;
    background: #fff;
    position: absolute;
    top: 51px;
    right: 3px;
    z-index:999;
    display: none;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.30);
}
.basic-pull-down li{
    list-style: none;
    height: 50px;
    padding-left: 15px;
    padding-right: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #2C3E4D;
    letter-spacing: 0;
    line-height: 50px;
    cursor: pointer;
    border-bottom: 1px solid #E9E9E9;
}
.basic-pull-down li:hover{
    background: #1A92ED;
    color: #fff;
}
.pull-down1{
    position: relative;
}
.basic-pull-down1{
    width: 279px;
    max-height: 500px;
    overflow: auto;
    overflow-x: hidden;
    background: #fff;
    position: absolute;
    top: 51px;
    right: 1px;
    z-index:999;
    display: none;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.30);
}
.basic-pull-down1 li{
    list-style: none;
    height: 50px;
    padding-left: 15px;
    padding-right: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #2C3E4D;
    letter-spacing: 0;
    line-height: 50px;
    cursor: pointer;
    border-bottom: 1px solid #E9E9E9;
}
.basic-pull-down1 li:hover, .basic-pull-down2 li:hover, .basic-pull-down3 li:hover{
    background: #1A92ED;
    color: #fff;
}
.pull-down2{
    position: relative;
}
.basic-pull-down2{
    width: 148px;
    max-height: 500px;
    overflow: auto;
    overflow-x: hidden;
    background: #fff;
    position: absolute;
    top: 51px;
    left: 85px;
    z-index:999;
    display: none;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.30);
}
.basic-pull-down2 li{
    list-style: none;
    height: 50px;
    padding-left: 15px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #2C3E4D;
    letter-spacing: 0;
    line-height: 50px;
    cursor: pointer;
    border-bottom: 1px solid #E9E9E9;
}
.basic-pull-down3{
    width: 148px;
    max-height: 500px;
    overflow: auto;
    overflow-x: hidden;
    background: #fff;
    position: absolute;
    top: 51px;
    right:7px;
    z-index:999;
    display: none;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.30);
}
.basic-pull-down3 li{
    list-style: none;
    height: 50px;
    padding-left: 15px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #2C3E4D;
    letter-spacing: 0;
    line-height: 50px;
    cursor: pointer;
    border-bottom: 1px solid #E9E9E9;
}
.basic-info-tiny .frame-small{
    float: left;
    width: 150px;
    height: 50px;
    background: #EFF4FA;
    margin-left: 20px;
    cursor: pointer;
}
.basic-info-tiny .frame-small em{
    display: block;
    float: left;
    width: 98px;
    font-size: 14px;
    color: #939BA9;
    letter-spacing:0;
    padding-left: 15px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.basic-info-tiny .frame-small .current{
    color: #2C3E4D;
}
.basic-info-tiny .frame-small i{
    display: block;
    width: 12px;
    height: 12px;
    background:url(../images/DropDownArrow.png) no-repeat center;
    background-size: contain;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}
.basic-info-choice .brief{
    display: block;
    float: left;
    line-height: 50px;
    color: #2C3E4D;
    letter-spacing: 0;
    font-size: 14px;
}
.basic-info-brief{
    float: left;
    width: 770px;
    height: 50px;
    background: #EFF4FA;
    margin-left: 20px;
}
.basic-info-brief textarea{
    resize: none;
    width: 650px;
    height:47px;
    background: #EFF4FA;
    color: #2C3E4D;
    letter-spacing: 0;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    outline: 0;
    border: 0;
    font-size: 14px;
}
.basic-info-brief textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #939BA9;
}
.basic-info-brief textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #939BA9;
}
.basic-info-brief textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #939BA9;
}
.basic-info-brief textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #939BA9;
}
.basic-info-brief em{
    display: block;
    font-size: 16px;
    color: #939BA9;
    letter-spacing: 0;
    float: right;
    line-height: 50px;
    width: 70px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 15px;
}
.formalText.basic-info-tiny .frame em{
	   color:#2C3E4D;
}
.main-basic-launch{
    width: 1200px;
    height: 231px;
    background: #fff;
    margin-top: 20px;
    display: none;
}
.basic-lauch-detail{
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 40px;
}
.basic-lauch-detail:after{
    display: block;
    content: " ";
    clear: both;
}
.basic-lauch-img{
    float: left;
    width: 90px;
    height: 70px;
    background: #EFF4FA;
    padding-top: 20px;
    position: relative;
}
.basic-lauch-img i{
    display: block;
    width: 32px;
    height: 24px;
    background:url(../images/Camera.png) no-repeat center;
    background-size: contain;
    margin: 0 auto;
}
.basic-lauch-img .zi{
    font-size: 12px;
    color: #939BA9;
    letter-spacing: 0;
    margin-top: 10px;
    text-align: center;
}
.basic-lauch-img input{
    width: 90px;
    height: 90px;
    position: absolute;
    top:0;
    left: 0;
    cursor: pointer;
    outline: 0;
    border: 0;
    opacity: 0;
}
.basic-lauch-fill{
    float: left;
    margin-top: 20px;
    width:1045px;
}
.basic-lauch-fill span{
    display: block;
    float: left;
    margin-left: 40px;
    line-height: 50px;
}
.basic-lauch-fill .name{
    float: left;
    margin-left: 20px;
    width: 170px;
    height: 50px;
    background: #EFF4FA;
}
.basic-lauch-fill .name input{
    width: 155px;
    height: 47px;
    line-height: 50px;
    padding-left: 15px;
    font-size: 16px;
    color: #2C3E4D;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #EFF4FA;
    outline: 0;
    border: 0;
}
.basic-lauch-fill .name input::-webkit-input-placeholder { /* WebKit browsers */
    color: #939BA9;
}
.basic-lauch-fill .name input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #939BA9;
}
.basic-lauch-fill .name input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #939BA9;
}
.basic-lauch-fill .name input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #939BA9;
}
.basic-lauch-fill .sign{
    float: left;
    margin-left: 20px;
    width: 675px;
    height: 50px;
    background: #EFF4FA;
}
.basic-info-left .itemUpload{
    width: 100%;
    height: 125px;
    position: absolute;
    top: 0;
    left: 0;
}
.basic-lauch-img .nameUpload{
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
}
.basic-lauch-img .nameUpload img{
    display: block;
    width: 90px;
    height: 90px;
}
.basic-info-left input, .basic-lauch-img input{
    z-index: 2;
}
.basic-info-left .itemUpload img{
    display: block;
    width: 100%;
    height: 100%;
}
.basic-lauch-fill .sign textarea{
    width:570px;
    height:47px;
    line-height: 50px;
    outline: 0;
    border: 0;
    background: #EFF4FA;
    padding-left: 15px;
    font-size: 16px;
    color: #2C3E4D;
    letter-spacing: 0;
    overflow: hidden;
}
.basic-lauch-fill .sign textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #939BA9;
}
.basic-lauch-fill .sign textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #939BA9;
}
.basic-lauch-fill .sign textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #939BA9;
}
.basic-lauch-fill .sign textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #939BA9;
}
.basic-lauch-fill .sign em{
    display: block;
    float: right;
    line-height: 50px;
    font-size: 16px;
    color: #939BA9;
    letter-spacing: 0;
    min-width: 40px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 15px;
}
.main-basic-fund{
    margin-top: 20px;
    background: #fff;
    width: 1200px;
    padding-bottom: 20px;
    overflow: hidden;
}
.basic-fund{
    margin-top: 40px;
    margin-left: 30px;
    width:365px;
}
.basic-fund:after{
    display: block;
    content: " ";
    clear: both;
}
.basic-fund span{
    float: left;
    line-height: 50px;
    font-size: 16px;
    color: #2C3E4D;
    letter-spacing: 0;
}
.basic-fund .basic-fund-choice{
    float: left;
    width: 280px;
    height: 50px;
    background: #EFF4FA;
    margin-left: 20px;
    cursor: pointer;
}
.basic-fund .basic-fund-choice em{
    display: block;
    float: left;
    width: 200px;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #939BA9;
    letter-spacing: 0;
}
.basic-fund .basic-fund-choice .current{
    color: #2C3E4D;
}
.basic-fund .basic-fund-choice i{
    display: block;
    width: 12px;
    height: 12px;
    background:url(../images/DropDownArrow.png) no-repeat center;
    background-size: contain;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}
.main-basic-intro{
    margin-top: 20px;
    width: 1200px;
    background: #fff;
    padding-bottom:20px;
}
.main-basic-intro .basicintro{
    margin-bottom:40px;
}
.basic-intro-detail{
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.basic-intro-detail:after{
    display: block;
    content: " ";
    clear: both;
}
.basic-intro-detail .name{
    display: block;
    float: left;
    line-height: 50px;
}
.basic-intro-write{
    float: left;
    margin-left: 20px;
    width:1050px;
    height:230px;
    background: #EFF4FA;
}
.basic-intro-write textarea{
    width:100%;
    height:180px;
    margin-left: 15px;
    margin-top: 15px;
    font-size: 14px;
    color: #2C3E4D;
    letter-spacing: 0;
    overflow: hidden;
    background: #EFF4FA;
    outline: 0;
    border: 0;
}
.basic-intro-write textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #939BA9;
}
.basic-intro-write textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #939BA9;
}
.basic-intro-write textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #939BA9;
}
.basic-intro-write textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #939BA9;
}
.basic-intro-write em{
    display: block;
    float: right;
    margin-right: 17px;
    width: 150px;
    font-size: 14px;
    color: #939BA9;
    letter-spacing: 0;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-basic-picture{
    width: 1200px;
    height: 380px;
    background: #fff;
    margin-top: 20px;
}
.basic-picture{
    margin: 40px 30px;
}
.basic-picture .itemimgList{
    width: 150px;
    height: 150px;
    position: relative;
    float: left;
    margin-right: 10px;
}
.basic-picture .itemimgList img{
    display: block;
    width: 100%;
    height: 100%;
}
.basic-picture .itemimgList .icon-closeempty{
    position: absolute;
    top: -5px;
    right: -5px;
    color: #fff;
    background: red;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    border-radius: 20px;
}
.basic-picture:after{
    display: block;
    content: " ";
    clear: both;
}
.basic-picture-add{
    float: left;
    width: 150px;
    height: 150px;
    /*border: 1px solid #C6CCD6;*/
    margin-right: 40px;
    background:url(../images/AddImages.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    position: relative;
}
.basic-picture-add.delete{
    background: none;
    border: 1px solid #C6CCD6;
}
.basic-picture-add img{
    width: 150px;
    height: 150px;
}
.basic-picture-add .remove{
    display:block;
    width: 20px;
    height: 20px;
    position: absolute;
    top:0;
    right: 0;
    background:url(../images/DeletePicture.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.basic-picture-add input{
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    cursor: pointer;
    outline: 0;
    border: 0;
    opacity: 0;
}
.basic-picture-tips{
    margin-left: 30px;
    margin-right: 30px;
}
.basic-picture-tips p{
    font-size: 14px;
    color: #939BA9;
    letter-spacing: 0;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-basic-oprate{
    width: 542px;
    margin: 0 auto;
    margin-top: 40px;
}
.main-basic-oprate:after{
    display: block;
    content: " ";
    clear: both;
}
.main-basic-oprate span{
    display: block;
    width: 240px;
    height: 60px;
    background: #178FF2;
    font-size: 16px;
    color: #FFF;
    letter-spacing: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}
.basic-oprate-keep{
    margin-right: 60px;
}
/*��Ŀ������֪����*/
.release-know{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    z-index: 10;
    display: none;
}
.release-know .mask{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index:10;
    background: #000;
    opacity: .5;
}
.release-know-main{
    position: absolute;
    left:50%;
    top:50%;
    z-index: 999;
    width: 450px;
    height:320px;
    margin-left: -225px;
    margin-top: -160px;
    background: #fff;
}
.release-title{
    height: 50px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #E9E9E9;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #FF5858;
    letter-spacing: 0;
    font-weight: bold;
}
.release-title.black{
    color: #2C3E4D;
}
.release-content{
    margin:40px 55px;
    font-size: 16px;
    color: #2C3E4D;
    letter-spacing: 0;
    line-height: 29px;
    text-align: center;
}
.release-iknow{
    background: #1A92ED;
    width: 120px;
    height: 40px;
    font-size: 14px;
    color: #FFF;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}
/*ȷ���뿪����*/
.release-sure{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    z-index: 10;
    display: none;
}
.release-sure .mask{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index:10;
    background: #000;
    opacity: .5;
}
.release-sure-main{
    position: absolute;
    left:50%;
    top:50%;
    z-index: 999;
    width: 450px;
    height:240px;
    margin-left: -225px;
    margin-top: -120px;
    background: #fff;
}
.release-choice-opra{
    width: 271px;
    margin:0 auto;
}
.release-choice-opra:after{
    display: block;
    content: " ";
    clear: both;
}
.release-choice-opra span{
    display: block;
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    letter-spacing: 0;
    cursor: pointer;
}
.release-opra-cancle{
    background: #939BA9;
    margin-right: 30px;
}
.release-opra-sure{
    background: #1A92ED;
}
/*�ݸ��ѱ��浯��*/
.release-draft{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    z-index: 10;
    display: none;
}
.release-draft .mask{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index:10;
    background: #000;
    opacity: .5;
}
.release-draft-main{
    position: absolute;
    left:50%;
    top:50%;
    z-index: 999;
    width: 450px;
    height:269px;
    margin-left: -225px;
    margin-top: -135px;
    background: #fff;
}
/*�ύ����*/
.release-submit{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    z-index: 10;
    display: none;
}
.release-submit .mask{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index:10;
    background: #000;
    opacity: .5;
}
.release-submit-main{
    position: absolute;
    left:50%;
    top:50%;
    z-index: 999;
    width: 450px;
    height:269px;
    margin-left: -225px;
    margin-top: -135px;
    background: #fff;
}


/*发布项目*/
.postProject{
	text-decoration: none;
    display: block;
    width: 170px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 99px;
    margin: 0 auto;
    font-size: 16px;
    color: #1A92ED;
    border: 1px solid #1A92ED;
    margin: 30px auto;
}
.introduceBox{
	background: #fff;
	overflow: hidden;
}
.introduceCon{
	background: #fff;
	padding: 40px 30px 20px;
	font-size: 14px;
}
.introduceBox .basic-intro-write{
	float: none;
	margin: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
}

.chooseBox .publish-item-title{
	overflow: hidden;
	position: relative;
}
.choose_operate{
	position: absolute;
	top: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.chooseBox .choose_tip{
	padding-left: 20px;
	border:none
}
.basic-fund.introduceCon{
	padding: 0;
	overflow: visible;
}
.chooseBox .chooseShow{
	display: none;
}
.chooseShow .labelTxt{
	float: left;
	padding:6px 10px;
	color: #2C3E4D;
	font-weight: normal;
	font-size: 14px;
}
.chooseShow .controls{
	float: left;
}
.select_fund{
	width: 200px;
	background: #EFF4FA;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-results__option[aria-selected=true]{
	background: #EFF4FA;
}

.select2-container{
	margin: 0;
}


/*创业大赛列表*/
.contest_cell{
	padding: 25px 22px 10px;
	box-sizing: border-box;
}
.contest_tag_0{
	background: #1A92ED;
}
.contest_tag_1{
	background: #CDCDCD;
}
.contest_title{
	display:block;
	font-size: 16px;
color: #2C3E4D;
text-align: center;
padding-bottom: 10px;
}
.contest_title:hover{
	text-decoration: underline;
}
.contest_num{
	font-size: 14px;
color: #939BA9;
padding-bottom: 15px;
text-align: center;
}
.contest_pic{
	display: block;
	width: 240px;
    height: 100px;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.contest_pic img{
	display: block;
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.contest_info{
    display: inline-block;
    width: 100%;
    /* padding-top: 10px; */
    font-size: 12px;
    color: #64707A;
    /* margin: 0 10px !important; */
}
/* .contest_info_item{
	padding-bottom: 5px;
} */

/*点赞修改*/
.entrep-item-show {
    position: relative;
}
.pro_num {
    display: inline-block; position: absolute; left: 0; top: 0; min-width: 36px; height: 20px; text-align: center; line-height: 20px; font-size: 12px; color: #fff; background: #52AFF6;
}
.contest_info .txt > span {
    display: inline-block; vertical-align: middle; margin: 0 15px 0 0; width: 18px; height: 18px; cursor: pointer; background-repeat: no-repeat; background-position: center; font-size: 0;
}
.a-share {
    background-image: url(/Public/home/icon/user/share_off.png);
}
.a-vote {
    background-image: url(/Public/home/icon/user/vote_off.png); width: 25px !important;
}
.a-gooded, .a-good{
    min-width: 18px; width: auto !important; background-position: left center !important; font-size: 14px !important; color: #999; text-indent: 20px;
}
.a-good {
    background-image: url(/Public/home/icon/user/icon_support.png);
}
.a-gooded {
    background-image: url(/Public/home/icon/user/icon_support_on.png);
}
.entrep-item-show .share-platform{background: #FFFFFF;border: 0 solid #FFFFFF;box-shadow: 0 0 4px 0 rgba(0,0,0,0.17);border-radius: 3px; position: absolute; right: 10px; bottom: 40px; padding: 5px 10px; display: none;}
.entrep-item-show .share-platform a {display: inline-block; margin: 0 5px;}
.bds_sqq {display: inline-block;width: 30px;height: 30px;}
.bds_weixin {display: inline-block;width: 30px;height: 30px;}
.bds_tsina {display: inline-block;width: 30px;height: 30px;}
.bds_qzone {display: inline-block;width: 30px;height: 30px;}
.bds_weixin1 {display: inline-block;width: 30px;height: 30px;}
.vote_tipr{ position: absolute;width:312px; right: 8px; bottom:45px; z-index: 3;background: #FFFFFF;border: 0 solid #FFFFFF;padding: 22px;box-shadow: 0 0 8px #999;border-radius: 3px;display: none; }
.vote_tipr .v_vote_btn,.vote-tipr .v_reast{height: 30px;line-height: 30px; display: inline-block; cursor: pointer;}
.vote_tipr .v_vote_btn{width:75px; background: #1A92ED; color:#fff; border-radius: 4px;text-align: center;margin-right:20px; }
.vote-msg span b{ position: absolute;top:-40px;right:0px;width: 60px;height: 30px;line-height: 30px;text-align: center;background: #fff;font-size: 14px;color: #333333; font-weight: normal; border: 1px solid #E9E9E9;box-shadow: 0 2px 4px 0 rgba(0,0,0,0.11);display: none; }
.vote-msg span b:before{ content:""; position: absolute; top:30px;right:11px;width: 0px;height: 0px;border: 6px solid transparent;border-top: 6px solid #dcdcdc;background:url(/Public/home/images/triangleArrow.png)); }
.vote-msg span.hover b{ display: block; }
.vote-msg span.v_vote_share b{ right:-6px; }
.vote_tipr .vote_right{ text-align: right;margin-top:20px; }
.vote_tipr p{ text-align: left;font-size: 14px;color: #333333; }
.vote_tipr p b{ font-size: 16px;color: #000000;font-weight: bold;margin:0 3px; }
.v_reast{cursor: pointer;}