/*顶部底部css*/
.head {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	background-color: #fff;
	border-bottom: 1px solid #d9d9d9;
}

.head .main {
	height: 40px;
	margin: 0 auto;
	width: 1000px;
}

.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;
	outline: none;
}

body {
	background: #fff;
}



nav {
	height: 40px;
	background: #310106;
	color: #fff;
}

nav>ul {
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	margin: 0px auto;
}

nav>ul>li {
	padding: 0px 42px;
	line-height: 40px;
	height: 40px;
	cursor: pointer;
	transition: all .4s;
	overflow: hidden;
}
nav>ul>li.nav-item1{
	color: #95050f;
	background: #f4dea9;
	height: 48px;
	line-height: 48px;
	margin-top: -4px;
	z-index: 100;
}

nav>ul>li.active,
nav>ul>li:hover {
	color: #95050f;
	background: #f4dea9;
}

.mbnav {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.6);
	z-index: 102;
	padding-top: 120px;
}

.mbnav .nav-item {
	width: 80%;
	text-align: center;
	border: 1px solid #f4dea9;
	margin: 0px auto;
	border-radius: 10px;
	margin-top: 20px;
}

.navbtn {
	display: none;
	position: fixed;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	top: 60px;
	right: 16px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;
	z-index: 102;
}

.navbtn>p {
	width: 24px;
	height: 2px;
	background: #fff;
}

.mbnav {
	display: none;
}

.title {
	color: #bc111a;
	margin: 60px auto 35px auto;
	position: relative;
	display: inline-block;
	margin-left: 50%;
	transform: translateX(-20px);
	font-size: 30px;
	font-weight: 900;

}

.title>span {
	position: absolute;
	line-height: 34px;
	top: 20px;
	left: 0px;
	color: #000000;
	width: 400px;
	opacity: 0.1;
}

.title:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 52px;
	top: 0px;
	left: -80px;
	background-image: url(../img/title.png);
	background-size: cover;
	background-position: center;
}


.vote-flex{
	position: fixed;
	bottom:0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #bc111a;
	text-align: center;
	color: #fff;
	z-index: 1000;
	display: none;
}

@media screen and (max-width: 768px) {

	.head .main .solarbe_nav,
	nav {
		display: none;
	}

	.title {
		font-size: 18px;
		margin: 20px auto 15px 50%;
	}

	.title:before {
		width: 42px;
		height: 36px;
		left: -60px
	}

	.title>span {
		top: 14px;
		font-size: 14px;
		width: 120px;
	}

	.title-sub {
		text-align: left;
		line-height: 22px;
		font-size: 12px;
		padding: 0px 20px;
	}

	.navbtn {
		display: flex;
	}
	.vote-flex{
		display: block;
	}
}