*{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}

/* banner */
#banner{
	width: 100%;
	height: 100%;
	/* background: url(../img/banner2.jpg) no-repeat; */
	/* background-size: 100% 100%; */
	position: relative;
}
#banner >img{
	width: 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: 60%;
	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;
	margin-top: -20px;
}
.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;
	/* background-image: linear-gradient(to bottom right, #7A88FF, #7AFFAF); */
	/* border: 1px solid black; */
}
.case-boxLeft{
	width: 100%;
	height: 100px;
	padding-top: 10px;
	text-align: center;
}
.case-boxLeft>p{
	color: #bfbfbf;
	font-size: 38px;
	font-weight: 700;
	text-align: center;
}
.case-boxLeft>.case-anli{
	width: 100%;
	font-size: 28px;
	font-weight: 900;
	text-align: center;
}
.green-yuan{
	width: 15px;
	height: 15px;
	background: #18a871;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 5px;
}
.case-boxRight{
	width: 100%;
	height: auto;
	/* background-image: linear-gradient(to bottom right, #7A88FF, #7AFFAF); */
	/* 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;
	margin-top: -5px;
	box-sizing: border-box;
	padding-bottom: 50px;
	background-image: linear-gradient(to bottom right, #15568c, #0b1636);
}
.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: 100%;
	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: 100%;
	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;
}
#footer{
	width: 100%;
}
#footer>img{
	width: 100%;
}
video{
	border: none;
	outline: none;
}

#videoBox{
	width: 100%;
	height: 500px;
	margin-top: 20px;
	padding-bottom: 50px;
}
.videoMp4{
	width: 60%;
	height: 300px;
	/* border: 1px solid black; */
	margin: 0 auto;
}
.jiaBox{
	width: 60%;
	margin: 0 auto;
}
.ljgd{
	width: 200px;
	height: 30px;
	border: 1px solid black;
	margin-top: 10px;
	background: white;
	text-align: center;
	margin: 10px auto;
	position: absolute;
	bottom: 30px;
	right: 300px;
	
}
.ljgd>a{
	line-height: 30px;
	color: black;
	text-decoration: none;
	text-align: center;
}
.jshao{
	width: 100%;
	height: 120px;
	/* float: right; */
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.jshaoLeft{
	width: 130px;
	height: 130px;
	border: 1px solid #00a76f;
	box-sizing: border-box;
	border-radius: 50%;
	display: flex;
	align-items: center;
}
.jshaoLeft2{
	width: 120px;
	height: 120px;
	border: 3px solid #00a76f;
	box-sizing: border-box;
	border-radius: 50%;
	margin: 0 auto;
}
.jshaoLeft2>img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.jshaoRight{
	width: 70%;
	height: 120px;
	color: white;
	display: flex;
	flex-wrap: wrap;
}
.jshaoRight>p{
	/* padding-top: 10px; */
}
.pcn2{
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin-top: 20px;
	width: auto;
	display: flex;
	background: #19a772;
	color: white;
	height: 28px;
	font-size: 16px;
	border-radius: 9px;
	padding: 0 10px;
}
.pcn1{
	margin-top: 10px;
	color: #19a771;
	width: 100%;
}
.pcn3{
	font-size: 14px;
	width: 100%;
}
.pcn2 >div:nth-child(1){
}