/*顶部底部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: 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;
}

* {
	padding: 0px;
	margin: 0px;
	outline: none;
	box-sizing: border-box;
	background-repeat: no-repeat;
}


body {
	background: #fff;
}

.banner {
	width: 1180px;
	display: block;
	margin:0px auto;
}

.content {
	padding-top: 30px;
	width: 1180px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
}

.content-left {
	width: 754px;
}

.content-right {
	width: 380px;
}

.title {
	font-size: 22px;
	font-weight: 900;
	color: #333333;
	line-height: 34px;
	padding-left: 24px;
	position: relative;
}

.title:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 34px;
	border-radius: 6px;
	background: #6FC3C9;
}

.title1 {
	padding-right: 60px;
	background-image: url(img/tongxing.png);
	background-position: 90px;
}

.des {
	line-height: 32px;
	font-size: 16px;
	color: #666666;
	margin-top: 6px;
}

.about1 {
	margin-bottom: 40px;
	margin-top: 14px;
	height: 230px;
	background: #F5F5F5;
	border-top: 2px solid #69F9F9;
}

.about1>p {
	margin: 0px auto;
	color: #666666;
	font-size: 26px;
	text-align: center;
	width: 350px;
	line-height: 54px;
	border-bottom: 1px solid #E7E7E7;
}

.about1>div {
	width: 140px;
	height: 140px;
	margin: 22px auto;
	background: #fff;
	background-image: url(img/yanjiuyuanerweima.png);
}

.about2 {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 10px;
}

.about-img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-image: url(img/touxiang.png);
	background-position: center;
	background-size: cover;
}

.about2-info {
	width: 258px;
	color: #666;
	line-height: 26px;
}

.about2-info>p {
	color: #333;
	font-weight: 900;
	margin-top: 5px;
	margin-bottom: 5px;
}

.des2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.daibiao {
	font-size: 18px;
	margin-top: 18px;
	font-weight: 900;
	color: #333;
	padding-left: 30px;
	background-image: url(img/daibiaozuo.png);
	background-position: left;
}

.about3 {
	font-size: 16px;
	line-height: 28px;
	color: #666;
}

.about3-title {
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
	color: #333;
}

.about3:hover,
.about3-title:hover {
	color: #DF0623;
	cursor: pointer;
	text-decoration: underline;
}

.title4 {
	margin-top: 30px;
}

.about4 {
	display: flex;
	color: #333;
	font-size: 16px;
}

.about4>p {
	margin-top: 20px;
	margin-bottom: 50px;
	padding-left: 26px;
	background-position: left;
	background-size: 16px;
	background-image: url(img/zuoji.png);
}

.about4>p:last-child {
	margin-left: 40px;
	background-image: url(img/shouji.png);
}

.about5 {
	margin-top: 20px;
}

.about5>textarea {
	height: 90px;
	width: 100%;
	padding: 12px 10px;
	border-radius: 10px;
	border: 1px solid #DDDDDD;
}

.about5>div {
	width: 90px;
	height: 28px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 28px;
	margin: 20px 0px;
	cursor: pointer;
	float: right;
	background: #999999;
}

.about5>div.active {
	background: #DF0623;
}

.content1-item {
	padding: 20px 0px;
	border-bottom: 1px solid #EDEDED;
	display: flex;
	justify-content: space-between;
}

.content1-item:last-child {
	border: none;
}

.content1-img {
	cursor: pointer;
	width: 270px;
	height: 160px;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.content1-img>p{
	width: 80px;
	padding-right: 15px;
	background-size: contain;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-image: url(img/type.png);
	position: absolute;
	top:0px;
	left:0px;
}

.content1-info {
	width: 445px;
	color: #666;
	line-height: 32px;
	position: relative;
}

.content1-title {
	cursor: pointer;
	width: auto;
	font-size: 18px;
	color: #333;
	height: 62px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	align-items: flex-start;
}

.content1-title:hover {
	color: #DF0623;
	text-decoration: underline;
}

.content1-title>i {
	width: 20px;
	height: 20px;
	margin-top: 8px;
	margin-left: 10px;
	display: inline-block;
	background-position: center;
	background-image: url(img/hot.png);
	background-size: 16px;
}

.content1-btn {
	width: 90px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	position: absolute;
	right: 14px;
	top: 100px;
	background: #999999;
	border-radius: 5px;
	color: #fff;
}

.content1-btn.active {
	background: #DF0623;
	cursor: pointer;
}

.content2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content2-item {
	width: 372px;
	height: 276px;
	cursor: pointer;
	margin-top: 24px;
}

.content2-img {
	width: 372px;
	height: 200px;
	position: relative;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
}

.content2-img>p {
	position: absolute;
	color: #fff;
	width: 84px;
	text-align: center;
	line-height: 38px;
	background-image: url(img/type.png);
	background-size: contain;
}

.content2-title {
	color: #333;
	font-size: 16px;
	line-height: 26px;
	padding-top: 10px;
}

.content2-title:hover {
	color: #DF0623;
	text-decoration: underline;
}

.content2-des {
	color: #999;
}

.content2-des>span {
	padding-left: 20px;
	background-image: url(img/time.png);
	background-position: left;
}

.content2-des>span:last-child {
	display: none;
	background-image: url(img/yueduliang.png);
	margin-left: 20px;
}

.page {
	padding-bottom: 60px;
	padding-top: 30px;
	width: 360px;
	height: 38px;
	line-height: 38px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
}

.page>div {
	width: 38px;
	height: 38px;
	text-align: center;
	border: 1px solid #ddd;
	background: #F5F5F5;
	color: #333;
	cursor: pointer;
}

.page>div.left,
.page>div.right {
	width: 85px;
}

.page>div.active {
	background: #fff;
	border: none;
	color: #6FC3C9;
}

.page>div.nopage {
	color: #999;
}

.content2-item2,
.content2-item3 {
	display: none;
}

.title7 {
	margin-top: 20px;
}


.h5 {
	display: none;
}


@media (max-width: 768px) {
	.head,.solarbe_bottom{
		display:none;
	}
	.h5 {
		display: block;
	}

	.pc {
		display: none;
	}
	.banner.h5{
		width: 100%;
	}

	.content-left {
		width: 100%;
		padding: 20px;
	}

	.content {
		padding: 0px;
		width: 100%;
	}

	.content2-item {
		height: auto;
	}


	.title {
		padding-left: 20px;
		margin: 10px 0px;
		line-height: 22px;
		font-size: 18px;
	}

	.title:before {
		height: 22px;
	}

	.title1 {
		background-size: 76px;
		background-position: 70px;
	}

	.des {
		font-size: 14px;
		line-height: 24px;
	}

	.caoyu {
		margin: 10px 0px 20px 10px;
		width: 100%;
		height: 84px;
		display: flex;
		justify-content: space-between;
	}

	.caoyu-img {
		width: 80px;
		height: 80px;
		border-radius: 50%;
		background-image: url(img/touxiang.png);
		background-position: center;
		background-size: cover;
	}

	.about2-info {
		font-size: 14px;
		width: calc(100% - 100px);
	}

	.about2-info>p {
		font-size: 16px;
	}

	.about2-info>p>span {
		color: #666;
		font-size: 14px;
	}

	.about2-info>div {
		line-height: 20px;
	}

	.content1-item {
		height: 170px;
	}

	.content1-img {
		width: 135px;
		height: 80px;
	}
	.content1-img>p{
		width: 60px;
		line-height: 26px;
		padding-right: 8px;
	}

	.content1-info {
		font-size: 14px;
		width: calc(100% - 140px);
	}

	.content1-title {
		line-height: 26px;
		height: 80px;
		display: block;
		font-size: 15px;
	}

	.content1-title>i {
		display: none;
		margin-top: 0px;
	}

	.content1-btn {
		display: none;
	}

	.content1-user,
	.content1-time {
		font-size: 14px;
		position: absolute;
		left: -135px;
	}

	.content1-time {
		bottom:-20px;
	}

	.content2 {
		width: 100%;
	}

	.content2-item {
		width: 100%;
	}

	.content2-img {
		width: 100%;
		height: 0px;
		padding-top: 54%;
	}

	.content2-img>p {
		top: 0px;
		line-height: 34px;
		width: 75px;
	}

	.content2-more {
		width: 120px;
		line-height: 30px;
		margin: 30px auto;
		text-align: center;
		border-radius: 10px;
		background: #DF0623;
		color: #fff;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	}

	.content2-more:active {
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	}
}
