*{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}

/* banner */
#banner{
	width: 100%;
	height: 800px;
	background: url(../img/banner.png) no-repeat;
	background-size: 100% 100%;
}
.banner-box{
	width: 300px;
	height: 60px;
	background: red;
	position: relative;
	left: 36%;
	top: 65%;
	background: rgba(28,143,123,0.9);
	border-radius: 50px;
}
.banner-bbx{
	width: 250px;
	height: 60px;
	margin: 0 auto;
	border-radius: 50px;
	background: #18a871;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
	font-size: 28px;
	letter-spacing: 4px;
}
.banner-bbx>a{
	width: 100%;
	color: white;
	text-decoration: none;
}

/* center */
#center{
	width: 85%;
	height: auto;
	margin: 0 auto;
	/* border:  1px solid #FF0000; */
	margin-top: -1px;
}

/* conference */

#conference{
	width: 100%;
	height: auto;
	/* border: 1px solid black; */
	background: url(../img/qing_02.jpg) no-repeat;
	background-size: 100% 100%;
	padding-bottom: 150px;
}
.conference-text{
	padding-top: 180px;
}
.conference-text>p{
	color: white;
	text-indent: 2em;
	letter-spacing: 2px;
	font-size: 20px;
	line-height: 30px;
	margin-top: 45px;
}


/* 案例 */
#case{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	background: #efefef;
	padding-bottom: 50px;
}
.case-box{
	width: 100%;
	height: auto;
	display: flex;
}
.case-boxLeft{
	width: 30%;
	height: auto;
	padding-top: 80px;
	padding-left: 80px;
}
.case-boxLeft>p{
	color: #bfbfbf;
	font-size: 38px;
	font-weight: 700;
}
.case-boxLeft>.case-anli{
	font-size: 28px;
	font-weight: 900;
	float: left;
}
.green-yuan{
	width: 15px;
	height: 15px;
	background: #18a871;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 50px;
}
.case-boxRight{
	width: 70%;
	height: auto;
	/* border: 1px solid green; */
}
.case-boxRight>ul{
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.case-boxRight>ul>li{
	margin-top: 80px;
	width: 40%;
	height: 300px;
}
.case-li>a>img{
	width: 100%;
	height: 70%;
}
.case-li>a>p{
	margin-top: 5px;
}
.case-li>a{
	text-decoration: none;
	color: black;
}

/* 视频 */
#VIDEO{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-bottom: 50px;
}
.view{
	width: 40px;
	height: 200px;
}
.view>p{
	text-align: center;
	line-height: 30px;
}
#introduction{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-bottom: 50px;
	background: #f5f5f5;
}

.introduction-Right{
	width: 70%;
	height: auto;
}
.introduction-Right>ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.intr-li{
	width: 30%;
	height: 200px;
	margin-top: 80px;
}
.introduction-Right>ul:after {content: ""; width: 30%; } 
.intr-li>a{
	text-decoration: none;
	color: black;
}
.intr-li>a>img{
	width: 100%;
	height: 80%;
}

/* 相关报道 */
#report{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-bottom: 50px;
}
.report-Right{
	width: 70%;
	height: auto;
}
.report-Right>ul{
	padding-top: 80px;
}
.report-li{
	width: 100%;
	height: 50px;
	background: #f5f5f5;
	margin-top: 10px;
}

.report-li>a{
	text-decoration: none;
	color: black;
}
.report-li:hover{
	background: #18a870;
}
.report-li>a>p{
	line-height: 50px;
	padding-left: 5px;
}
.report-li>a>p:hover{
	color: white;
}

/* 全网直播 */
#quanwang{
	width: 300px;
	height: 50px;
	margin: 0 auto;
	margin-top: 50px;
	border-radius: 50px;
	background: rgba(28,143,123,0.8);
}
.quanwang-box{
	width: 250px;
	height: 50px;
	background: #18a871;
	border-radius: 50px;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	color: white;
	letter-spacing: 4px;
	font-size: 28px;
}
.quanwang-box>a{
	text-decoration: none;
	color: white;
	letter-spacing: 4px;
	font-size: 28px;
}
#quanwang2{
	width: 300px;
	height: 50px;
	margin: 0 auto;
	margin-top: 2px;
}
#quanwang2>i{
	font-size: 28px;
	color: #19a870;
	padding-left: 40px;
}


#rukou{
	width: 100%;
	height: 200px;
	background: url(../img/banner2.png) no-repeat;
	background-size: 100% 100%;
}
#rukouBX{
	width: 300px;
	height: 200px;
	float: right;
	margin-right: 150px;
}
.rukou-time{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	padding-top: 50px;
}
.rukou-box{
	width: 250px;
	height: 50px;
	margin: 0 auto;
	background: rgba(28,143,123,0.8);
	border-radius: 50px;
	margin-top: 10px;
}
.rukou-boxDiv{
	width: 200px;
	height: 50px;
	border-radius: 50px;
	margin: 0 auto;
	background: #18a871;
}
#rukouBX>a{
	text-align: center;
	line-height: 50px;
	color: white;
	letter-spacing: 4px;
	font-size: 20px;
	text-decoration: none;
}