<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: contain;
	background-repeat: no-repeat;
}

/* banner */
.banner{
	width: 100%;
	display: block;
}

.app {
	padding-bottom: 60px;
	color: #10172C;
	width: 100%;
	background-color: #10172C;
	background-image: url(img/bg.png);
	background-position: center;
	background-size: 100%;
	background-repeat-y: repeat;
}
.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;
}

/* 两会声音 */
.shengyin{
	height: 318px;
	background-image: url(img/shengyin.png);
}
.shengyin>.module-content{
	padding:40px 80px;
	line-height: 30px;
}

/* 平价寄语 */
.jiyu{
	height: 447px;
	background-image: url(img/jiyu.png);
}
.jiyu .module-list-img{
	background-image: url(img/images/jiyu.jpg);
}

/* 平价大国 */
.daguo{
	height: 447px;
	background-image: url(img/daguo.png);
}
.daguo .module-list-img{
	background-image: url(img/images/daguo.jpg);
}

/* 平价之路 */
.lu{
	height: 1229px;
	background-image: url(img/lu.png);
}
.lu .module-list:nth-child(1) .module-list-img{
	background-color: #fff;
	background-image: url(img/images/lu1.jpg);
}
.lu .module-list:nth-child(2) .module-list-img{
	background-image: url(img/images/lu2.jpg);
}
.lu .module-list:nth-child(3) .module-list-img{
	background-image: url(img/images/lu3.jpg);
}
.lu .module-list:nth-child(4) .module-list-img{
	background-image: url(img/images/lu4.jpg);
}

/* 平价探索 */
.tansuo{
	height: 1486px;
	background-image: url(img/tansuo.png);
}
.tansuo .module-list:nth-child(1) .module-list-img{
	background-image: url(img/images/tansuo1.jpg);
}
.tansuo .module-list:nth-child(2) .module-list-img{
	background-image: url(img/images/tansuo2.jpg);
}
.tansuo .module-list:nth-child(3) .module-list-img{
	background-image: url(img/images/tansuo3.jpg);
}
.tansuo .module-list:nth-child(4) .module-list-img{
	background-image: url(img/images/tansuo4.jpg);
}
.tansuo .module-list:nth-child(5) .module-list-img{
	background-image: url(img/images/tansuo5.jpg);
}

/* 平价未来 */
.weilai{
	height: 1229px;
	background-image: url(img/weilai.png);
}
.weilai .module-list:nth-child(1) .module-list-img{
	background-image: url(img/images/weilai1.jpg);
}
.weilai .module-list:nth-child(2) .module-list-img{
	background-image: url(img/images/weilai2.jpg);
}
.weilai .module-list:nth-child(3) .module-list-img{
	background-image: url(img/images/weilai3.jpg);
}
.weilai .module-list:nth-child(4) .module-list-img{
	background-image: url(img/images/weilai4.jpg);
}

/* 1500V全球今典案列赏析 */
.shangxi{
	height: 882px;
	background-image: url(img/shangxi.png);
}
.module-content-img{
	width: 500px;
	height: 316px;
	margin-top: 2px;
	cursor: pointer;
}
.swiper-slide{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	
/* 后评价寄语 */
.hou{
	height: 2692px;
	background-image: url(img/hou.png);
}
.hou .module-list{
	height: 340px;
}
.hou .module-list:hover{
	text-decoration: none;
}
.hou .module-list-text-title{
	margin-bottom:0px;
	margin-top: 10px;
	text-align: right;
}
.hou .module-list-img{
	background-size: cover;
}
.hou .module-list:nth-child(1) .module-list-img{
	background-image: url(img/images/hou1.jpg);
}
.hou .module-list:nth-child(2) .module-list-img{
	background-image: url(img/images/hou2.jpg);
}
.hou .module-list:nth-child(3) .module-list-img{
	background-image: url(img/images/hou3.jpg);
}
.hou .module-list:nth-child(4) .module-list-img{
	background-image: url(img/images/hou4.jpg);
}
.hou .module-list:nth-child(5) .module-list-img{
	background-image: url(img/images/hou5.jpg);
}
.hou .module-list:nth-child(6) .module-list-img{
	background-image: url(img/images/hou6.jpg);
}
.hou .module-list:nth-child(7) .module-list-img{
	background-image: url(img/images/hou7.jpg);
}