<style>

/*顶部底部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;
	margin-top: 5px;
	margin-right: 10px;
	display: inline;
}

.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;
}

.solarbe_bottom .footLink {
	line-height: 40px;
}

.solarbe_bottom a {
	color: #000;
}

.solarbe_bottom a:hover {
	text-decoration: underline;
}

.footer_b {
	margin-top: 10px;
}

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	box-sizing: border-box;
	background-position: center;
	background-size: cover;
}

/* banner */
.banner{
	width: 100%;
	display: block;
}

.app {
	padding-bottom: 60px;
	color: #fff;
	width: 100%;
	background-color: #fff;
}
.content{
	width: 1100px;
	margin:0px auto;
}

.nav{
	display: flex;
	padding-top:40px;
	justify-content: space-between;
}
.nav>li{
	height: 126px;
	width: 120px;
	padding-top: 68px;
	background-image: url(img/nav.png);
}
.nav>li>div{
	width: 120px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-weight: 900;
	transition: all .4s;
}
.nav>li>div:hover{
	color: #999;
}

.module{
	margin-top: 88px;
}
.title{
	font-weight: 900;
	text-align: center;
	padding-top: 6px;
	font-size: 30px;
}
.module-content{
	font-size: 18px;
	margin-top: 70px;
	padding: 40px 25px;
}
.module-content>.big{
	font-size: 36px;
}
.module-list{
	height: 250px;
	width: 1050px;
	margin:0px auto;
	margin-top: 8px;
	cursor: pointer;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.module-list:hover{
	text-decoration: underline;
}
.module-content>.module-list:first-child{
	margin-top:0px;
}
.module-list-img{
	width: 412px;
	height:250px;
	border-radius: 15px;
}
.module-list-text{
	width: 608px;
	line-height: 30px;
}
.module-list-text-title{
	font-weight: 900;
	margin-bottom:10px;
}
.module-list-text-href{
	color: #E97723;
}
/* 原文 */
.jiyu{
	height: 447px;
	background-image: url(img/jiyu.png);
}
.jiyu .module-list-img{
	background-image: url(img/images/1.jpg);
}

/* 解读 */
.daguo{
	height: 1800px;
	background-image: url(img/jiedu.png);
}
.daguo .module-list-img:nth-child(1){
	background-image: url(img/images/2.jpg);
}
.daguo .module-list-img:nth-child(2){
	background-image: url(img/images/3.jpg);
}
.daguo .module-list-img:nth-child(3){
	background-image: url(img/images/4.jpg);
}
.daguo .module-list-img:nth-child(4){
	background-image: url(img/images/5.jpg);
}
.daguo .module-list-img:nth-child(5){
	background-image: url(img/images/6.jpg);
}
.daguo .module-list-img:nth-child(6){
	background-image: url(img/images/7.jpg);
}

/* 轮播 */
.shangxi{
	height: 882px;
	background-image: url(img/shangxi.png);
}
.shangxi .module-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.module-content-img{
	width: 500px;
	height: 316px;
	margin-top: 20px;
	cursor: pointer;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}
.module-content-img>p{
	position: absolute;
	bottom:0px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	line-height: 32px;
	padding:10px;
	width: 100%;
}