*{
	margin: 0px;
	padding: 0px;
	list-style: none;
	box-sizing: border-box;
	letter-spacing:0.4px;
}


/*顶部底部css*/
.head {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
}
.head .main {
    width: 1000px;
    height: 40px;
    margin: 0 auto;
}
.head .main .solarbe_logo {
    float: left;
}
.head .main .solarbe_nav {
    float: right;
    margin-top: 14px;
    display: inline;
}
.head .main .solarbe_nav li {
    float: left;
    padding: 0px 10px;
    display: inline;
    line-height: 12px;
	line-height:14px;
    font-family: "微软雅黑", "宋体";
    font-size: 12px;
    color: #000;
    border-right: 1px solid #ddd;
}
.head .main .solarbe_nav li a {
    color: #000;
}
.head .main .solarbe_nav li a:hover {
    text-decoration: underline;
}

/*底部样式*/
.solarbe_bottom {
    text-align: center;
    font-family: "微软雅黑", "宋体";
    font-size: 12px;
    color: #000;
    line-height: 20px;
    padding: 0px 0px 10px 0;
    border-top: 1px solid #ddd;
    z-index: 200;
}
.solarbe_bottom .footLink {
    line-height: 40px;
}
.solarbe_bottom a {
    color: #000;
}
.solarbe_bottom a:hover {
    text-decoration: underline;
}
.footer_b {
    margin-top: 10px;
}

body{
	position: relative;
}
.header_img{
	width: 100%;
}
.app{
	background: #fff;
	color: #333;
	margin: 0px auto;
	padding-top: 40px;
}

.nav_my{
	position: relative;
	top: 169px;
	width: 100%;
	height: 42px;
	background: #e6e6e6;
	z-index: 10;
}
.nav_content{
	width: 1200px;
	line-height: 42px;
	color: #333;
	font-size: 18px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
}
.nav_content>p{
	float: left;
	width: 16.6%;
	text-align: center;
	cursor: pointer;
}
.nav_content>p:first-child{
	background: #2b86fb;
	color: #fff;
}
.nav_content>p:hover{
	background: #2b86fb;
	color: #fff;
}

.title{
	width: 1200px;
	height: 200px;
	position: relative;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);
	top: -128px;
	background: #fff;
}
.title_header{
	position: absolute;
	top: 25px;
	left: 0px;
	line-height: 40px;
	color: #333;
	font-size: 30px;
	font-weight: 600;
	padding-left: 30px;
}
.title_header:before{
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	width: 9px;
	height: 40px;
	background: #2b86fb;
}
.title_msg{
	position: absolute;
	top: 80px;
	padding: 0px 30px;
	height: 88px;
	line-height: 28px;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.title_msg>span{
	font-size: 22px;
}

/* 分享 */
.share{
	width: 36px;
	position: fixed;
	left: 10px;
	top: 537px;
	font-size: 16px;
	color: #2752aa;
	display: none;
}
.share>p,.share>img{
	float: left;
	margin-bottom: 10px;
}

/* 模块 */
.module{
	width: 100%;
	height: 518px;
}
.info{
	text-indent: 2em;
}
.innovate_module{
	height: 646px;
}
.module_title{
	color: #333;
	padding-left: 30px;
	position: relative;
	line-height: 40px;
	font-size: 30px;
	font-weight: 600;
	height: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D6D6D6;
}
.module_title:before{
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	width: 9px;
	height: 40px;
	background: #2b86fb;
}
.module_title>p{
	position: absolute;
	right: 0px;
	bottom: 10px;
	font-size: 16px;
	color: #ffb410;
	font-weight: 400;
	cursor: pointer;
}
.module_title>span{
	font-size: 26px;
	font-weight: 400;
}
.module>div{
	width: calc(50% - 18px);
	float: left;
}
.module>div:last-child{
	margin-left: 36px;
}
.module_content{
	width: 100%;
	height: 408px;
	cursor: pointer;
	color: #666;
}
.module_content>div:hover p,.module_content>div:hover div{
	color: #0e4fd5;
}
.module_content>div:last-child{
	border: none;
}
.innovate_module_content{
	height: 536px;
}

.footer{
	width: 100%;
	overflow: hidden;
}
.footer_title{
	color: #333;
	font-size: 20px;
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 10px;
}
.people{
	width: 16.6%;
	margin-top: 36px;
	float: left;
	padding: 80px 0px 30px 0px;
	position: relative;
}
.people>img{
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: auto;
}
.people>p{
	line-height: 28px;
	font-size: 16px;
	color: #666;
	text-align: center;
}

/* 市场现状 */
.status_content{
	width: 100%;
	height: 136px;
	padding: 20px 0px;
	border-bottom: 1px dotted #E6E6E6;
	overflow: hidden;
}
.status_title{
	overflow: hidden;
}
.status_title>p{
	float: left;
	color: #0e4fd5;
	line-height: 22px;
	font-size: 20px;
}
.status_title>p:first-child{
	width: 102px;
	font-weight: 600;
}
.status_title>p:last-child{
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.status_msg{
	width: 100%;
	height: 66px;
	line-height: 23px;
	font-size: 16px;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 10px;
}
.future .status_msg{
	height: 100px;
	padding-top: 10px;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin-top: 10px;
}
.future .status_content{
	height: auto;
}

/* 无序发展危害 */
.harm_content{
	margin-top: 20px;
	height: 388px;
	width: 100%;
	position: relative;
}
.harm_switch{
	width: 116px;
	height: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	opacity: 0.8;
	z-index: 10;
	display: none;
}
.harm_switch>div{
	position: absolute;
	top: 0px;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 76px;
	background-image: url(../image/xiajiantou.png);
	background-size: 56px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
}
.harm_switch>div:first-child{
	color: #0e4fd5;
}
.harm_switch>div:last-child{
	transform: rotateZ(180deg);
	top: 312px;
}
.harm_list{
	height: 388px;
	width: 116px;
	position: absolute;
	right: 0px;
	top: 0px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
}
.harm_list>div{
	width: 100%;
	position: absolute;
	top: 0px;
}
.harm_list>div>div{
	width: 100%;
	height: 76px;
	margin-top: 2px;
	background-size: cover;
	background-position: center;
	transition: all 0.4s;
}
.harm_list>div>div:first-child{
	margin-top: 0px;
	border: 2px solid #2752AA;
}
.harm_msg{
	position: absolute;
	bottom:0px;
	left: 0px;
	width: calc(100% - 121px);
	height: 76px;
	background: rgba(0,0,0,0.3);
	cursor:text;
}
.harm_msg>p{
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #fff !important;
	line-height: 18px;
	margin-top: 20px;
	padding: 0px 10px;
	font-size: 16px;
	height: 36px;
}
.harm_img{
	width: calc(100% - 121px);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-image: url(../image/qq.png);
	transition: all 0.4s;
}

/* 政治解读 */
.enterprise_content,.political_content{
	width: 100%;
	height: 136px;
	padding: 20px 0px;
	padding-left:46px;
	border-bottom: 1px dotted #E6E6E6;
	overflow: hidden;
	position: relative;
}
.enterprise_content,.political_content{
	background-size:26px;
	background-position: 0px 20px;
	background-repeat:no-repeat;
}
.enterprise_content:before{
	background-image: url(../image/qiyexianzhuangtubiao.png);
}
.political_title{
	width: 100%;
	font-size: 20px;
	color: #0e4fd5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.political_msg{
	width: 100%;
	height: 66px;
	line-height: 22px;
	font-size: 16px;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 10px;
}

/* 创新发展 */
.innovate_content{
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px dotted #E6E6E6;
	overflow: hidden;
}
.innovate_title{
	overflow: hidden;
}
.innovate_title>p{
	color: #0e4fd5;
	line-height: 22px;
	font-size: 20px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.innovate_msg{
	width: 100%;
	height: 100px;
	line-height: 23px;
	font-size: 16px;
	color: #666;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin-top: 10px;
	position: relative;
	padding-left: 160px;
	padding-top: 10px;
}
.innovate_msg>img{
	width: 150px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
}