#myCarousel1 img {
	height: 100%;
	width: 100%;
}

.header ul li:nth-child(1) a{
	    color: #b3261e;
    border-bottom: 2px solid #b3261e;
}

#myCarousel1 a{
	width: 100%;
	display: block;
	height: 100%;
	background-size: 100%;
}

.content-body {
	width: 70%;
	margin: 20px auto;
	text-decoration: none !important;
}

.content-body .container {
	margin: 0px;
}

.content-body a {
	overflow: hidden;
	display: inline-block;
}


/*小轮播*/
#myCarousel2 a {
	width: 100%;
	height: 180px;
	background-size: cover;
}
#myCarousel2 a img{
	width: 100%;
	height: 100%;
}

.info-list {
	max-height: 200px;
}

.info-list h3 {
	text-align: center;
	margin: 0;
}

.info-list ul li {
	width: 100%;
	margin: 5px 0;
	cursor: pointer;
}

.info-list ul li a {
	display: block;
	overflow: hidden;
}

.info-list ul li a span {
	color: #564f4f;
	word-wrap: break-word;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.info-list ul li a:hover {
	color: #b3261e;
	text-decoration: underline;
}


/*活动面板*/

.ac-content {
	min-height: 350px;
    position: absolute;
    right: 0;
    background-color: #b3261e;
    color: #FFFFFF;
    padding: 0;
}

.ac-content dl dt,
.ac-content dl dd {
	float: left;
	font-size: 14px !important;
	padding: 0;
}

.top-first {
	position: relative;
	margin-bottom: 40px;
}
.top-first .container a{
	display: block;
	overflow: hidden;
}
.top-first .container a img{
	width: 100%;
	height: 100%;
}
.top-first .container a dl{
	position: relative;
	width: 100%;
	height: 160px;
	margin: 0;
}
.top-first .container a dl dd,.top-first .container a dl dt{
	position: absolute;
	left: 0;
	margin: 0;
}	
.top-first .container a dl dt{
	top: 0;
	width: 100%;
	height: 100%;
}
.top-first .container a dl dd{
	bottom: 0;
	display: block;
	width: 100%;
	padding: 3px 0;
	background-color: rgba(51, 42, 42, 0.7);
	margin: 0;
	text-indent: 8px;
}
.top-first .container a dl dd span{
	color: #FFFFFF;
		font-size: 15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ac-content dl dd a {
	color: #FFFFFF;
}

.ac-content .container .top {
	padding: 5px 10px;
}
.ac-content ul{
	margin: 0 !important;
}
.ac-content ul li {
	cursor: pointer;
	color:#FFFFFF;
	padding: 3px 0;
}

.ac-content ul li:hover{
	background-color: #FFFFFF !important;
}
.ac-content ul li:hover span{
	color: #000000 !important;
}

.ac-content ul li a {
	display: block;
}

.ac-content ul li .row{
	margin: 0;
}

.ac-content ul li a .title-size {
	font-size: 15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ac-content ul li a .text {
	font-size: 12px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ac-content ul li a dl dt {
	text-align: center;
}

.ac-content ul li a dl span {
	display: block;
	color: #FFFFFF;
}


/*三大列表*/

.threeBox {
	width: 90%;
	margin: 10px auto;
}


/*了解更多*/

.seeMore {
	text-align: center;
	width: 100%;
	display: block;
}

.seeMore a {
	color: #FFFFFF;
	text-align: center;
	padding: 3px 8px;
	display: inline-block;
	background-color: #b3261e;
}

.seeMore a:hover {
	opacity: .8;
}

.threeBox ul li {
	color: #b3261e;
}

.threeBox ul li a {
	color: #000000 !important;
	display: block;
	border-left: 2px solid #B3261E;
}
.threeBox ul li a:hover{
	text-decoration: underline;
}

.threeBox ul li a dl {
	display: table-cell;
}

.threeBox .title-size {
	font-size: 15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.threeBox .text {
	font-size: 12px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	color: #5f5f5f;
	-webkit-box-orient: vertical;
}


/*项目孵化*/

.project-warp {
	overflow: hidden;
	margin: 10px auto;
}

.project-list a {
	display: block;
	overflow: hidden;
}

.project-list a dl dt,
.project-list a dl dd {
	display: block;
	text-align: center;
}

.project-list a dl dt img {
	width: 100%;
	min-height: 180px;
}

.project-list a dl dd h3 {
	font-size: 16px;
	margin: 0px;
}

.project-list a dl dd p {
	font-size: 14px;
	color: #5f5f5f;
	width: 80%;
	margin: 0 auto;
	text-align: left !important;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
}


/*专家*/

.expert-group {
	width: 100%;
	margin: 10px 0;
	background-color: #f2f2f4;
}

.expert-group .row {
	width: 70%;
	margin: 0 auto;
}

.expert-group .row li {
	margin: 10px 0;
}

.expert-group .row li a {
	display: block;
	overflow: hidden;
	text-align: center;
}
.expert-group .row li a:hover{
	color: #c12f26;
	text-decoration: underline;
}
.project-list a:hover{
	color: #c12f26;
}

.expert-group .row li a img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 150px;
	height: 150px;
}

.expert-group .row li a dl dd {
	text-align: center;
}

.expert-group .row li a dl dd h3 {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 18px;
}

.expert-group .row li a dl dd span {
	font-size: 13px
}


/*资源对接伙伴*/

.friend-warp {
	width: 80%;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
}

.friend-warp ul {
	position: relative;
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.friend-warp ul li a {
	display: block;
	overflow: hidden;
}

.friend-warp li {
	flex: 1;
	margin: 15px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;: ;
}
.friend-warp li:hover{
	opacity: .8;
}

.friend-warp li a img {
	height: 128px;
	width: 128px;
}


#up{
	cursor: pointer;
    left: 5%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#down{
	right: 5%;
	cursor: pointer;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
#up,#down{
	width: 40px;
    height: 40px;
    position: absolute;
  	 top: 60%;
    background-repeat: no-repeat;
}