.banner {
	width: 100%;
	display: block;
}
.banner1{
	display: none;
}

.title1:before {
	background-image: url(../img/title-1.png);
}

.title2:before {
	background-image: url(../img/title-2.png);
}

.title3:before {
	background-image: url(../img/title-3.png);
}

.title4:before {
	background-image: url(../img/title-4.png);
}

.title-sub {
	color: #999;
	text-align: center;
	line-height: 26px;
}

.m {
	margin: 0px auto;
	margin-top: 20px;
	width: 90%;
	max-width: 1200px;
}

.m1 {
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.5px;
	color: #666666;
	text-indent: 2em;
}

.m1>p {
	margin: 10px;
}

.m1>a {
	margin-right: 40px;
}

.m2 {
	display: flex;
	justify-content: space-between;
}

.m2-item {
	color: #666;
	line-height: 26px;
	width: 22%;
	font-size: 16px;
}

.m2-title {
	height: 56px;
	color: #444444;
	display: flex;
	align-items: center;
	padding-left: 72px;
	background-image: url(../img/1.png);
	background-position: left;
	background-size: auto 80%;
	background-repeat: no-repeat;
	font-weight: 900;
	font-size: 20px;
	margin-bottom: 20px;
}
.m2-title1{
	display: none;
}

.m3 {
	display: flex;
	justify-content: space-between;
}

.m3-item {
	background-size: contain;
	background-repeat: no-repeat;
	height: 310px;
}

.m3-item1 {
	width: 340px;
	background-image: url(../img/m3-1.png);
}

.m3-item2 {
	width: 408px;
	background-image: url(../img/m3-2.png);
}

.m3-item3 {
	width: 340px;
	background-image: url(../img/m3-3.png);
}

.m3-item-title {
	text-align: center;
	padding-top: 120px;
	font-weight: 900;
	color: #333;
	font-size: 20px;
}

.m3-item-des {
	color: #666;
	line-height: 22px;
	width: 180px;
	margin: 0px auto;
	margin-top: 24px;
	font-size: 14px;
}

.m3-item-des>p {
	margin-top: 5px;
}

.m3-item-des2 {
	width: 280px;
	margin-top: 0px;
}

.m3-item-des3 {
	width: 220px;
}

.m4 {
	overflow: hidden;
	position: relative;
}

.m4-hr {
	width: 2px;
	height: 100%;
	background: #9d0711;
	opacity: 0.5;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}

.m4-list {
	overflow: hidden;
}

.m4-item {
	clear: both;
	width: 50%;
	padding-top: 24px;
	position: relative;
}

.m4-item-right {
	float: right;
}

.m4-item-left {
	float: left;
}

.m4-item>div {
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 26px;
}

.m4-item-right.m4-item>div {
	float: right;
	width: 460px;
}

.m4-item>div>.m4-title {
	color: #333;
	font-size: 16px;
	font-weight: 900;
	padding-bottom: 10px;
	position: relative;
	display: inherit;
	background: #fff;
	z-index: 10;
	padding-left: 10px;
	padding-right:20px;
}

.m4-item>div>.m4-title:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #9d0711;
	left: 0px;
	top: 11px;
}

.m4-item:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #9d0711;
	position: absolute;
	left: -4px;
	top: 33px;
}

.m4-item:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #9d0711;
	position: absolute;
	top: 36px;
	left: 0px;
	opacity: 0.5;
}

.m4-item-left>div>.m4-title:before {
	left: auto;
	right: 0px;
}

.m4-item-left:before {
	left: auto;
	right: -4px;
}

.m5-item {
	width: 100%;
	max-width: 848px;
	min-height: 130px;
	border-radius: 8px;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
	margin: auto;
	position: relative;
}

.m5-item2 {
	margin-top: 60px;
}

.m5-item-title {
	width: 96px;
	height: 96px;
	border-radius: 4px;
	transform: rotateZ(45deg) translate(-30px, 30px);
	border: 10px solid rgba(157, 7, 17, 0.5);
	color: #333;
	font-weight: 900;
	position: absolute;
	left: 0px;
	top: 0px;
}
.m5-item-title1{
	display: none;
}

.m5-item-title>p {
	transform: rotateZ(-45deg) translate(-12px, 18px);
}

.m5-item-title2>p {
	transform: rotateZ(-45deg) translate(-5px, 12px);
}

.m5-con {
	padding-left: 100px;
	padding-right: 20px;
	width: 100%;
	color: #666;
	line-height: 24px;
	display: flex;
	align-items: center;
	padding: 10px 20px 10px 100px;
}

.m6 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 50px;
}

.m6-item {
	width: 30%;
	padding-left: 32px;
	background-image: url(../img/awards.png);
	background-position: left 14px;
	background-repeat: no-repeat;
	cursor: pointer;
	font-weight: 900;
	font-size: 14px;
}
.m6-item>p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	font-weight: 400;
}

.m7-title {
	display: flex;
	justify-content: space-around;
	color: #9d0711;
	line-height: 46px;
}
.m7-title1{
	display: none;
}

.m7-title>div {
	border-radius: 10px;
	border: 2px solid #9d0711;
	padding: 0px 16px;
	position: relative;
	cursor: pointer;
	transition: all .2s;
}

.m7-title>div.active,
.m7-title>div:hover {
	color: #fff;
	background: #9d0711;
}

.m7-title>div.active:after,
.m7-title>div:hover:after {
	content: "";
	position: absolute;
	top: 46px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 0;
	height: 0;
	border: 20px solid;
	border-color: #9d0711 transparent transparent transparent;
}

.m7-img {
	width: 100%;
	display: none;
	margin-top: 40px;
}

.m7-img.active {
	display: block;
}

.m7-sub-title {
	font-weight: 900;
	color: #333;
	margin-top: 20px;
}

.m7-sub-con {
	color: #666;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
}

.m7-sub-con>li {
	margin-left: 40px;
	display: inline-block;
}

.m7-sub-con>li.active {
	margin: 0px;
}

.m7-sub-con>li.m7-sub-item4 {
	margin-left: 98px;
}
.m7-sub-con>li.m7-sub-item7 {
	margin-left: 36px;
}

.m7-sub-con1 {
	color: #666;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
}

.m8 {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}

.m8-item {
	width: 257px;
	cursor: pointer;
}

.m8-item>p {
	font-size: 14px;
}



.m9-head{
	display: flex;
	justify-content: center;
}
.m9-head>div{
	line-height: 30px;
	padding:0 10px;
	margin:0px 10px;
	border:1px solid #f4dea9;
	color: #f4dea9;
	border-radius: 4px;
	cursor: pointer;
}
.m9-head>div.active{
	background-color: #f4dea9;
	color: #fff;
}

.m9-con{
	
}
.m9-item{
	display: none;
}
.m9-item1,.m9-item2{
	display: block;
	width: 800px;
	margin:0 auto;
}
.m9-item2{
	width: 1200px;
}
.m9-item1 img,.m9-item2 img{
	width: 100%;
}
.m9-item3{
	justify-content: space-between;
}
.m9-item3-con{
	width: 540px;
	margin-bottom: 20px;
}
.m9-item3-imgs{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.m9-item3-imgs:nth-child(6)::after{
	content:"";
	width: 200px;
}
.m9-item3-img{
	width: 200px;
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.m9-item3-title{
	width: 100%;
}
.m9-more{
	text-align: right;
	display: block;
	cursor: pointer;
}
.m9-more:hover{
	color: #bc111a;
}

.m10{
	cursor: pointer;
	color: #666;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.m10>p{
	width: 49%;
	margin: 4px 0;
	padding-left: 20px;
	line-height: 30px;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.m10>p::after{
	content:"";
	position: absolute;
	top:13px;
	left:0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #666;
}
.m10>p:hover{
	color: #f4dea9;
}

.apply {
	position: fixed;
	bottom: 200px;
	right: 20px;
	width: 62px;
	border-radius: 10px;
	border: 1px solid #bc111a;
	z-index: 100;
	font-weight: 900;
	text-align: center;
	color: #bc111a;
	background: #fff;
}

.apply-item {
	width: 60px;
	height: 60px;
	border-top: 1px solid #bc111a;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	cursor: pointer;
}

.apply-item:nth-child(1) {
	border: none;
}

.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;
}
/* 0917新增现场嘉宾，光伏寄语 */
.m11{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.guest_img{
	width: 21%;
	margin-top: 40px;
	text-align: center;
	line-height: 25px;
}
.guest_img img{
	width: 100%;
}
.load_more{
	width: 120px;
	height: 40px;
	padding: 10px 0;
	background-color: #bc111a;
	color: #fff;
	border-radius: 10px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 30px;
}
.V_List{
	overflow: hidden;
    position: relative;
    width: 1240px;
}
.V_List li {
    float: left;
    width: 270px;
    margin: 0 40px 10px 0;
    display: inline;
}
.V_List li img {
    width: 270px;
    height: 202px;
    margin-bottom: 10px;
}
.V_List li .V_text span {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.V_List li .V_text span a {
    color: #c9081d;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.vote-flex{
		display: block;
	}
	.m10>p{
		width: 100%;
	}
	.m9-item1,.m9-item2{
		width: 100%;
	}
	/* 0917新增现场嘉宾，光伏寄语 */
	.guest_img{
		width: 80%;
		margin-top: 40px;
		text-align: center;
		line-height: 25px;
		margin: 0 auto;
	}
	.guest_img img{
		width: 100%;
		margin-top: 30px;
	}
	.V_List{
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	.V_List li {
		float: left;
		width: 100%;
		margin: 0 40px 10px 0;
		display: inline;
		text-align: center;
	}
	.V_List li .V_text span {
		text-align: left;
	}
}