.no_bd{ border: none; }
.blueHover:hover{
	color: #308bd8;
}
/*转180deg*/
@keyframes rotate180{
	from{transform: rotate(0deg);}
	to{transform: rotate(180deg);}
}
@-webkit-keyframes rotate180{
	from{transform: rotate(0deg);}
	to{transform: rotate(180deg);}
}
@-moz-keyframes rotate180{
	from{transform: rotate(0deg);}
	to{transform: rotate(180deg);}
}
@-ms-keyframes rotate180{
	from{transform: rotate(0deg);}
	to{transform: rotate(180deg);}
}
@-o-keyframes rotate180{
	from{transform: rotate(0deg);}
	to{transform: rotate(180deg);}
}
/*背景色*/
.bg_blue{ background: #358bd8; }
.bg_white{ background: #fff; }
.bg_orange{ background: #fa8939; }
.bg_gray{ background: #f8f8f8; }
/**** search ****/
.searchContent{
	height: 360px;
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: -600px;
}
#searchBox{
	width: 100%;
	height: 420px;
	background: #3187d1;
	position: relative;
}
.search .title{
	width: 560px;
	height: 42px;
	background: url(../../images/jst/pics/banner_index_text.png);
}
.keyWords{
	width: 300px;
	margin-top: 70px;
}
.keyWords>li{
	width: 80px;
	height: 40px;
	line-height: 28px;
	margin: 0 10px;
}
.keyWords>li.on{
	background: url(../../images/jst/icons/icon_keyWord_bg.png);
}
.searchInput{
	width: 754px;
	margin-top: 14px;
}
.searchText{
	width: 614px;
	height: 50px;
	line-height: 50px;
	padding:0 20px;
	border-radius: 4px 0 0 4px;
}
.searchBtn{
	width: 100px;
	height: 50px;
	line-height: 50px;
	border-radius: 0 4px 4px 0;
}
.hot_keyWords{
	margin-top: 24px;
}
.hot_keyWords .tit{
	width: 80px;
}
.hot_keyWords ul>li{
	margin: 0 18px;
}
.hotSlide .bd{
	width: 470px;
	height: 20px;
	overflow: hidden;
}
.hotSlide .bd ul{
	left: 0;
	top: 0;
	overflow: hidden;
}
.hotBot{
	width: 670px;
}
.hotBot .next{
	color: #fff;
}
.hotBot .next:hover .iconCircle{
	-webkit-animation: rotate180 500ms;
	-moz-animation: rotate180 500ms;
	-o-animation: rotate180 500ms;
	-ms-animation: rotate180 500ms;
	animation: rotate180 500ms;
}
.next i{
	width: 17px;
	height: 17px;
	background: url(../../images/jst/icons/icon_search_exchange.png);
	margin-right: 10px;
}
/****evaluProcess****/
#evaluProcess{
	height: 286px;
	background: #f8f8f8;
}
#evaluProcess .title{
	font-size: 23px;
	padding-top: 37px;
}
/*进度条*/
.step-body,.step-body ul{
	width: 1200px;
	height: 140px;
	background: url(../../images/jst/pics/lines.png) no-repeat 0px 26px;
}
.step-header{
	width: 1200px;
	margin: 0 auto;
	display: none;
}
.step-header ul{
		padding: 0;
}
.step-header li{
	list-style-type:none;
	text-align: center;
	float: left;
	position: relative;
}
.step-header li p{
	margin-top: 28px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #333;
}
.step-header li span{
	position: relative;
	margin: 28px auto 0;
	font-size: 18px;
	font-family: Arial;
	color: #328bd8;
	height: 30px;
	line-height: 30px;
	background: url(../../images/jst/pics/cell.png) center top no-repeat;
	display: block;
}
.step-header li.step-active span{
	background: url(../../images/jst/pics/cell-active.png) center top  no-repeat ;
	color: white;
}
.step-header li.step-active p{
	color: #308bd8;
}
.step-bar,.step-bar-active{
	height: 13px;
	border-radius: 12px;
}
.step-bar{
	width:100%;
	background: url(../../images/jst/pics/bar-bg.png) ;
	position: relative;
	border-radius: 12px;
	z-index: 0;
	height: 5px;
	top: 45px;
}
.step-bar-active{
	width: 0px;
	background: url(../../images/jst/pics/bar-bg-active.png) ;
	height: 5px;

}
.step-list{
	display: none;
	clear: both;
}
/*按钮*/
.applyEvalute{
	width: 230px;
	height: 45px;
	line-height: 45px;
	border-radius: 30px;
	border: 1px solid #308bd8;
	  position: relative;
	  display: block;
	  text-transform: uppercase;
	  overflow: hidden;
	  border: 1px solid currentColor;
}
.applyEvaluteBtn{
	z-index: 100;
}
html *:before,
html *:after {
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
*:before,
*:after {
  z-index: -1;
}
.btn-0 {
  color: #308bd8;
}
.btn-0:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background: #308bd8;
}
.btn-0:hover {
  color: #fff;
  border-color: #308bd8;
}
.btn-0:hover:before {
  width: 250px;
}
.btn-0:active {
  	background: #308bd8;
}
/**** 需求库 ****/
.needBox{
	width: 1173px;
	height: 453px;
	padding: 25px 0px 0px 25px;
	border: 1px solid #ddd;
}
.needBox .buttonBox{
	width: 280px;
	height: 100%;
	border-right: 1px solid #ddd;
}
.needBox .buttonBox .title{
	width: 255px;
	border-bottom: 1px solid #ddd;
}
.needBox .buttonBox ul{
	margin-top: 14px;
}
.needBox .buttonBox ul>li a{
	width: 90px;
	padding: 0 12px;
	height: 40px;
	line-height: 40px;
	background: #f0f0f0;
}
.needBox .buttonBox ul>li a:hover{
	background: #308bd8;
	color: #fff;
}
.needBox .buttonBox ul>li a.filterMore{
	width: 64px;
	padding-left: 38px;
	background:#f0f0f0 url(../../images/jst/icons/icon_jia.png) no-repeat 15px center;
}
.needBox .buttonBox ul>li a.filterMore:hover{
	background-color: #308bd8;
	background-image: url(../../images/jst/icons/icon_jiaOn.png);
	color: #fff;
}
.publishNeedBtn{
	width: 152px;
	height: 72px;
	padding-left: 100px;
	line-height: 72px;
	font-size: 23px;
	background:#fa8936 url(../../images/jst/icons/icon_fabuBtn.png) no-repeat 60px center;
}
.supplyBox .publishNeedBtn{
	width: 147px;
	padding-left: 105px;
	background-image: url(../../images/jst/icons/icon_fabuBtn02.png);
}
.needBox .listBox{
	width: 865px;
	padding-left: 25px;
	height: 100%;
}
.needBox .listBox .headlines{
	width: 840px;
	border-bottom: 1px solid #ddd;
}
.needBox .listBox .headlines li{
	margin-right: 60px;
	width: 52px;
	border-bottom: 3px solid #fff;
	padding-bottom: 16px;
}
.needBox .listBox .headlines li.on{
	color: #308bd8;
	border-bottom: 3px solid #308bd8;
	padding-bottom: 16px;
}
.needBox .listBox .slideBox{
	height: 400px;
	overflow: hidden;
}
.needBox .listBox .slideBoxIn ul li{
	width: 410px;
	border-bottom: 1px solid #ddd;
	margin-right: 20px;
}
.needBox .listBox .slideBoxIn ul li:hover a{
	color:#308bd8;
}
.needBox .listBox .slideBoxIn ul li .top{
	padding-top: 16px;
}
.needBox .listBox .headlines .fr:hover{
	color: #308bd8;
}
.needBox .slideBoxIn ul li a{
	width: 330px;
	height: 30px;
}
.needBox .slideBoxIn ul li a:hover{
	color: #308bd8;
}
.needBox .slideBoxIn ul li .text{
	line-height: 22px;
	height: 44px;
	margin-bottom: 10px;
}
*+html .needBox .buttonBox ul{
	padding-bottom: 25px;
}
/****expertBox****/
.expertBox{
	background: #f8f8f8;
}
.expertCon{
	width: 1198px;
	height: 364px;
	border: 1px solid #ddd;
}
.expertSlide{
	width: 1092px;
	overflow: hidden;
	margin-left: 54px;
	margin-top: 30px;
}
.expertSlide li{
	width: 248px;
	height: 303px;
	border: 1px solid #ddd;
}
.expertSlide li:hover{
	border-color: #308bd8;
}
.expertSlide li .imgBox{
	overflow: hidden;
}
.expertSlide li img,.expertSlide li .imgBox{
	display: block;
	margin:0 auto;
	height: 155px;
}
.expertSlide li:hover img{
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.expertSlide li .botBox{
	padding: 0 10px;
}
.expertSlide li .extraInfor{
	height: 44px;
	line-height:22px;
}
.expertSlide li .botBox i{
	font-style: normal;
}
.expertSlide li .link{
	width: 75px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #308bd8;
	border-radius: 2px;
	margin-top: 10px;
}
.expertSlide li .link:hover{
	background: #308bd8;
	color: #fff;
}
.expertBtns a{
	width: 26px;
	height: 26px;
	background: url(../../images/jst/icons/icon_arrLeft.png);
	top: 50%;
}
.expertBtns a.arrleft{
	left: 12px;
}
.expertBtns a.arrright{
	right: 12px;
	background: url(../../images/jst/icons/icon_arrRight.png);
}
/****techBoxTable****/
.techBoxTable{
	width: 832px;
}
.techTableSlide{
	width: 800px;
	padding: 0 15px;
	height: 320px;
	padding-top: 15px;
	border: 1px solid #ddd;
}
.techBoxTable .headline ul li{
	padding: 0 15px 15px;
	margin-right: 55px;
}
.techBoxTable .headline ul li.on{
	color: #308bd8;
	border-bottom: 3px solid #308bd8;
}
.techTableSlide{
	width: 800px;
}
.techBoxTable .thead{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #328bd8;
	color: #fff;
}
.techBoxTable .width310{
	width: 300px;
	padding-left: 10px;
}
.techBoxTable .width125{
	width: 125px;
}
.techBoxTable .width110{
	width: 110px;
}
.techBoxTable .width140{
	width: 140px;
}
.techBoxTable .width535{
	width: 525px;
	padding-left: 10px;
}
.techBoxTable .tBody > li{
	height: 46px;
}
*+html .techBoxTable .tBody > li{
	vertical-align: top;
}
.techBoxTable .tBody > li > div{
	height: 46px;
	line-height: 46px;
}
.techBoxTable .tBody > li > div >a{
	display: block;
	height: 46px;
	line-height: 46px;
}
.techBoxTable .tBody > li:hover{
	color: #308BD8;
}
.techBoxTable .tBody > li:hover a{
	color: #308BD8;
}
/*技术经纪人 模块 开始*/
#technologyAgent{
	width: 350px;
}
#technologyAgent .headline ul li.on{
	color: #308bd8;
	border-bottom: 3px solid #308bd8;
}
#technologyAgent .agentBox{
	width: 319px;
	height: 334px;
	padding: 0 14px;
	overflow: hidden;
	border: 1px solid #ddd;
}
#technologyAgent .agentBox ul li{
	width: 309px;
	height: 92px;
	cursor: pointer;
	border-bottom: 1px dashed #f0f0f0;
	padding:18px 5px 0 5px;
	
}
#technologyAgent .agentBox ul li:hover{
	background: #f8f8f8;
}
#technologyAgent .agentBox ul li:hover .name{
	color: #308BD8;
}
#technologyAgent .agentBox ul li .agentLink{
	width: 100%;
	height: 100%;
}
*+html #technologyAgent .agentBox ul li{
	vertical-align: top;
}
#technologyAgent .agentBox .leftBox{
	width: 101px;
}
#technologyAgent .agentBox .rightBox{
	width: 200px;
	margin-left: 7px;
}
#technologyAgent .agentBox .personImg{
	display: block;
	height: 91px;
}
#technologyAgent .agentBox .name{
	height: 30px;
	line-height: 30px;
}
#technologyAgent .agentBox .infor{
	height: 44px;
	line-height: 22px;
}
/*技术经纪人 模块 结束*/
/*合作单位 开始*/
#cooperationUnit{
	background: #f8f8f8;
}
#cooperationUnit .unitBox{
	width: 1197px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#cooperationUnit .unitBox li{
	background: #fff;
	position: relative;
	overflow: hidden;
	z-index: 50;
	padding:5px;
	width:160px;
	height: 80px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
#cooperationUnit .unitBox li img{
	width:160px;
	height:80px;
}
#cooperationUnit .unitBox li .hoverCon{
	width: 160px;
	padding: 5px;
	height: 80px;
	display: none;
	z-index: 100;
	position: absolute;
	background: url(../../images/jst/pics/bg_black.png) repeat;
}
#cooperationUnit .unitBox li .hoverCon .hoverConTxt{
	text-align: center;
	width: 155px;
	vertical-align: middle;
}
/*合作单位 结束*/