body {
	font-family: "microsoft yahei";
	font-size: 14px;
	background-color: #eee;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

i {
	font-style: normal;
}

img {
	display: inline-block;
}

a {
	text-decoration: none;
}

html {
	height: 100%;
	font-size: 14px;
}

input {
	outline: none;
}

.clear {
	clear: both;
}

.clearAfter:after {
	content: '';
	display: block;
	clear: both;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

a:focus,
a:hover {
	text-decoration: none;
}

/* header && nav */
header {
	background-color: #fff;
}

header .top {
	width: 1280px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
}

header .logo {
	height: 60px;
}

header .logo img {
	display: block;
	float: left;
	margin: 10px 10px 0 0;
}

header .logo span {
	display: inline-block;
	height: 60px;
	font-size: 26px;
	color: #1e508d;
}

header.index {
	background: #fff url(../img/home/top_bg.png) center 0 no-repeat;
}

header.index .top {
	height: 100px;
	line-height: 120px;
}

header.index .logo {
	height: 100px;
}

header.index .logo img {
	margin-top: 20px;
}

header.index .logo span {
	color: #fff;
}

header.index .search {
	margin-top: 44px;
}

header.index .search button {
	background-color: #fff;
}

header.index .search button span {
	color: #000;
}

header.index .user_group li a {
	display: block;
	height: 30px;
	border-right: 0;
}

header.index .user_group li {
	background-color: #fff;
	margin-top: 20px;
	line-height: 30px;
	border-radius: 5px;
	margin-right: 10px;
}

header.index .user_group li.on {
	background-color: #ff8a01;
	color: #fff;
}

header.index .user_group li.login {
	background-position: -360px -5px;
}

header.index li.user img {
	height: 30px;
	width: auto;
}

.user_group li {
	display: inline-block;
	line-height: 60px;
}

.user_group li a {
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	border-right: 2px solid #ddd;
}

.user_group li:first-child a,
.user_group li:last-child a {
	border: 0;
}

.user_icon {
	height: 40px;
	width: 40px;
	border-radius: 25px;
	margin-right: 8px;
}

.search {
	float: left;
	height: 32px;
	margin-top: 14px;
	margin-right: 10px;
}

.search input {
	float: left;
	height: 30px;
	border: 1px solid #297fb8;
	border-right: 0;
	padding: 0 10px;
	border-radius: 5px 0 0 5px;
}

.search button {
	outline: none;
	padding: 0;
	float: left;
	height: 32px;
	margin-top: -1px;
	border: 1px solid #ddd;
	border-left: 0;
	background-color: transparent;
	overflow: hidden;
	border-radius: 0 5px 5px 0;
}

.search button span {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #fff !important;
	font-size: 18px;
	width: 30px;
	background: #297fb8;
}

#time {
	text-align: right;
	font-size: 16px;
	color: #212121;
}

.nav_box {
	background-color: #23447a;
	height: 40px;
}

.nav_box .nav {
	width: 1280px;
	height: 40px;
	margin: 0 auto;
}

.nav>li {
	position: relative;
	float: left;
	height: 40px;
	line-height: 40px;
}

.nav li a {
	display: block;
	margin: 0;
	padding: 0 22px;
	height: 40px;
	font-size: 16px;
	border-bottom: 0px solid transparent;
	color: #fff;
}

.nav>li:hover>a {
	background-color: transparent;
	font-weight: bold;
}

.nav li:hover ul.nav_child {
	display: block;
}

.nav>li.active>a {
	border-bottom-color: #fff;
	background-color: #415e8e;
	font-weight: bold;
}

.nav li a:focus {
	background-color: transparent;
}

.nav ul.nav_child {
	display: none;
    position: absolute;
    top: 40px;
    width: 130%;
    background: #415e8e;
    z-index: 99999;
    left: -16%;
}

.nav_child li a {
	padding: 0;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #569F63;
}

.nav_child li:hover .suba {
	background: #23447a;
}

.nav_child_child li:hover .subsuba{
	background: #23447a;
}

.nav ul.nav_child_child {
	display: none;
	background: #415e8e;
	z-index: 99999;
position: absolute;
left: 100%;
top: calc(100% - 40px);
width: 200px;
}
.nav li ul.nav_child li:hover ul.nav_child_child {
	display: block;
}





.user_nav {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	margin-top: 20px;
}

.user_nav li {
	padding: 0 20px;
	cursor: pointer;
}

.user_nav li.on {
	color: #1e83d4;
}

/* header------end */
.content_main {
	margin-bottom: 0px;
}

.item_name {
	height: 49px;
	border-bottom: 1px solid #dddddd;
	line-height: 50px;
	margin-bottom: 20px;
}

.item_name h1 {
	display: inline-block;
	font-size: 18px;
	colo: #333;
	font-weight: bold;
	padding-left: 20px;
}

.item_name .join {
	float: right;
}

.item_name .join a {
	display: block;
	margin-right: 20px;
	color: #1e508d;
	border: 1px solid #1e508d;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	padding: 0 20px;
	text-decoration: none;
}

.right_item {
	background-color: #fff;
	margin-bottom: 20px;
}

/* 创业要闻 */
.news_box .news_img {
	margin-bottom: 20px;
}

.news_ctn {
	background-color: #fff;
}

.news_ctn ul {
	padding: 0 20px 20px;
}

.news_ctn ul li {

	line-height: 30px;
	list-style-type: disc;
}

.news_ctn ul li a {
	display: block;
	color: #333;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_ctn ul li:hover,
.news_ctn ul li:hover a {
	text-decoration: none;
	color: #3598db;
}

.ertifiedInvestor_list {
	padding: 20px;
}

.ertifiedInvestor_list li {
	height: 100px;
	margin-bottom: 20px;
}

.ertifiedInvestor_list .user_img {
	float: left;
	margin-top: 17px;
	margin-right: 20px;
}

.ertifiedInvestor_list .user_text {
	float: left;
	margin-top: 20px;
}

.ertifiedInvestor_list .user_text p {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ertifiedInvestor_list .user_text .name {
	color: #333;
}

.ertifiedInvestor_list .user_text .identity {
	color: #999;
}

.ertifiedInvestor_list .user_text .user_icon {
	display: inline-block;
	margin-left: 10px;
	width: 18px;
	height: 18px;
}

/* 创业要闻 ----End */
/* footer */
footer {
	padding-top: 70px;
	height: 300px;
	background-color: #297fb8;
}

footer .row {
	background: transparent;
}

footer ul {
	height: 58px;
	line-height: 60px;
	border-bottom: 1px solid #090c14;
	box-shadow: 0 1px 0 #1f2434;
	margin-bottom: 20px;
}

footer li {
	float: left;
	margin: 0 49px;
}

footer li:first-child {
	margin-left: 0;
}

footer li:last-child {
	margin-right: 0;
}

footer li a {
	display: block;
	color: #fff;
	font-size: 16px;
}

footer li a:hover,
footer li a:focus {
	color: #fff;
	text-decoration: none;
}

footer p {
	text-align: center;
	color: #fff;
	line-height: 30px;
}

footer p span {
	margin-right: 60px;
}

footer p span:last-child {
	margin-right: 0;
}

/* footer-----end */
.page {
	text-align: center;
}

.pagination>li>a {
	border-radius: 5px;
	border: 1px solid #297fb8;
	color: #297fb8;
	margin: 0 5px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #fff;
	background-color: #297fb8;
}

.page-header {
	text-align: center;
	padding-bottom: 30px;
}

.page-header h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
}

.page-header p {
	font-size: 14px;
}

.btn {
	padding: 6px 20px;
	margin-right: 10px;
}

.breadcrumb {
	border-bottom: 1px solid #ddd;
}

.breadcrumb li a {
	color: #999;
}

.resources {
	height: 180px;
	margin-bottom: 60px;
}

.resources .left {
	float: left;
	height: 180px;
	width: 180px;
	background-color: #eee;
	text-align: center;
	padding: 45px 0;
}

.resources .right {
	margin-left: 180px;
	padding: 20px;
	line-height: 28px;
}

.panel-title a {
	display: block;
	padding: 0 20px;
	height: 60px;
	color: #fff;
	line-height: 60px;
	background-color: #297fb8;
	border-bottom: 1px solid #ccc;
}

.panel-body {
	margin: 0;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

.panel-body:hover,
.panel-body.active {
	color: #3598db;
}

.panel-collapse .panel-body:first-child {
	border-top: 0 !important;
}

footer.index {
	background-color: #23447a;
	padding: 20px 0;
	height: auto;
}

footer.index .link_group {
	width: 1280px;
	margin: 0 auto;
	border-bottom: 2px solid #282828;
}

footer.index .link_group p {
	text-align: left;
}

footer.index p span {
	margin-right: 0;
}

footer.index .copyright {
	padding: 10px;
	text-align: center;
	color: #fff;
}

footer.index .copyright span {
	display: inline-block;
	margin-right: 60px;
}

.row {
	width: 1200px;
	margin: 0 auto 20px;
}

.row_bg {
	background: #fff;
}

.row .col1,
.row .col2,
.row .col3,
.row .col4,
.row .col5,
.row .col6,
.row .col7,
.row .col8,
.row .col9,
.row .col10,
.row .col11,
.row .col12 {
	float: left;
}

.row .col1 {
	width: 8.33%;
}

.row .col2 {
	width: 16.66%;
}

.row .col3 {
	width: 25%;
}

.row .col4 {
	width: 33.33%;
}

.row .col5 {
	width: 41.66%;
}

.row .col6 {
	width: 50%;
}

.row .col7 {
	width: 58.33%;
}

.row .col8 {
	width: 66.33%;
}

.row .col9 {
	width: 75%;
}

.row .col10 {
	width: 83.33%;
}

.row .col11 {
	width: 91.66%;
}

.row .col12 {
	width: 100%;
}

.pb150 {
	padding-bottom: 50px;
}

.mt60 {
	margin-top: 60px;
}

.otherLink .dropdown-menu {
	max-height: 200px;
	overflow: auto;
}

.otherLink .title {
	border-bottom: 0 !important;
	color: #297fb8;
}

.otherLink .btn {
	width: 90%;
	text-align: left;
	background-color: #fff !important;
	border-color: #ddd !important;
	outline: none !important;
	box-shadow: unset;
}

.otherLink .btn .caret {
	margin-top: 10px;
}