﻿.logo img {
	display: block;
	width: 100%;
}
.sj{
	display: none !important;
}

.view {
	height: 842px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.video_box {
	width: 1406px;
	height: 790px;
	margin: 0 auto;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	position: relative;
}
.video_cell{
	width: 100%;
	height: 100%;
	opacity: 0;
}

.video_box .video-js .vjs-big-play-button {
    opacity: 0;
}
.video_button {
    width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
    left: 0;
    background-image: url(../images/bf_icon.png);
	background-size: 120px 120px;
    background-position: center center;
	background-repeat: no-repeat;
}

.banner img {
	display: block;
	width: 100%;
}


.tit h2 {
	font-size: 46px;
	text-align: center;
	line-height: 84px;
}

.tit h2 span {
	display: inline-block;
	color: #d32c25;
	border-bottom: 4px solid #d32c25;
}

.people {
	padding-top: 115px;
}

.people_con {
	padding-top: 60px;
	padding-bottom: 30px;
}

.people_con ul {
	display: block;
	width: 1600px;
	margin: 0 auto;
}

.people_con ul li {
	width: 33.33333333%;
	padding: 0 10px;
	float: left;
	margin-bottom: 60px;
}

.people_img {
	width: 280px;
	height: 357px;
	margin: 0 auto;
}

.people_img img {
	display: block;
	width: 100%;
}

.people_con ul li h3 {
	font-size: 28px;
	color: #d32c25;
	text-align: center;
	margin-top: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    line-height: 1.2em;
}

.people_con ul li p {
	font-size: 22px;
	line-height: 1.36em;
	height: 2.72em;
	color: #000000;
	overflow: hidden;
	margin-top: 15px;
	text-align: center;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.index_bg {
	padding-bottom: 239px;
	background-image: url(../images/index_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}



.activity {
	padding-top: 265px;
}

.index_bg .tit h2 span {
	color: #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}

.activity_top {
	padding-top: 45px;
}

.activity_top h3 {
	font-size: 28px;
	color: #FFFFFF;
	text-align: center;
}

.activity_top p {
	font-size: 22px;
	color: #FFFFFF;
	line-height: 1.5em;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.activity_top a {
	display: block;
	width: 298px;
	height: 65px;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 65px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 65px;
	background-color: #e79a2e;
	text-align: center;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	font-weight: bold;
}

.activity_con {
	padding-top: 70px;
}

.activity_con .swiper-container {
	width: 1500px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.activity_con .swiper-slide img {
	display: block;
	width: 100%;
}

.activity_prev,
.activity_next {
	width: 102px;
	height: 102px;
	position: absolute;
	top: 50%;
	margin-top: -51px;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 99;
}

.activity_prev {
	background-image: url(../images/prev_icon.png);
	left: 44px;
}

.activity_next {
	background-image: url(../images/next_icon.png);
	right: 44px;
}


.report {
	padding-top: 120px;
}

.report_con {
	width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 50px;
	overflow-x: hidden;
	margin-top: 65px;
	height: 668px;
}

.report_con::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 20px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.report_con::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	background: #e79a2e;
}

.report_con::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	border-radius: 5px;
	background: #FFFFFF;
}


/* IE 浏览器 */
.report_con{
	/*三角箭头的颜色*/
	scrollbar-arrow-color: #e79a2e;
	/*滚动条滑块按钮的颜色*/
	scrollbar-face-color: #e79a2e;
	/*滚动条整体颜色*/
	scrollbar-highlight-color: #e79a2e;
	/*滚动条阴影*/
	scrollbar-shadow-color: #e79a2e;
	/*滚动条轨道颜色*/
	scrollbar-track-color: #FFFFFF;
	/*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
	scrollbar-3dlight-color:#e79a2e;
	/*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
	scrollbar-darkshadow-color: #e79a2e;
	/*滚动条基准颜色*/
	scrollbar-base-color: #e79a2e;
}



.report_con ul li {
	width: 100%;
	border-bottom: 3px solid #c9c9c9;
}

.report_con ul li:first-child {
	border-top: 3px solid #c9c9c9;
}

.report_con ul li a {
	display: block;
	width: 100%;
	height: 130px;
	line-height: 130px;
	font-size: 22px;
	color: #FFFFFF;
}

.report_time {
	width: 198px;
	float: left;
	text-align: center;
}

.report_label {
	width: 276px;
	float: left;
	text-align: right;
}

.report_label span {
	display: inline-block;
	width: 160px;
	height: 32px;
	line-height: 32px;
	background-color: #e79a2e;
	text-align: center;
}

.report_title {
	margin-left: 630px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}



@media(max-width:1600px) {
	.view {
		height: 719px;
	}
	.video_box {
		width: 1200px;
		height: 674px;
	}
	.people_con ul {
		width: 1200px;
	}
	.activity_con .swiper-container {
		width: 1200px;
	}
	.report_con {
		width: 1200px;
	}
}
@media(max-width:1200px) {
	.view {
		height: auto;
	}
	.video_box {
		width: 100%;
		height: auto;
	}
	.tit h2 {
		font-size: 42px;
		line-height: 1.85em;
	}
	.people_con ul {
		width: 960px;
	}
	.people_con ul li {
		margin-bottom: 70px;
	}
	.people_img {
		width: 234px;
		height: 298px;
	}
	.activity_con .swiper-container {
		width: 100%;
	}
	.activity_con .swiper-slide img {
		display: block;
		width: 100%;
	}
	.activity_prev,
	.activity_next {
		width: 72px;
		height: 72px;
		margin-top: -36px;
	}
	.report_con {
		width: 91.29629%;
	}
	.report_label {
		width: 200px;
	}
	.report_title {
		margin-left: 480px;
	}
	
}




@media(max-width:1080px) {
	.pc{
		display: none !important;
	}
	.sj{
		display: block !important;
	}
	
	
	.video_button {
		background-size: 1.2rem 1.2rem;
	}
	
	.tit h2 {
		font-size: 0.42rem;
		line-height: 1.62em;
	}
	
	.tit h2 span {
		border-bottom: none;
	}
	.tit:after {
		content: "";
		display: block;
		width: 0.6rem;
		height: 0.04rem;
		background-color: #d32c25;
		margin: 0 auto;
	}
	.people {
		padding-top: 0.8rem;
	}
	.people_con {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.people_con ul {
		width: 88.888888888%;
	}
	.people_con ul li {
		margin-bottom: 0.64rem;
	}
	.people_img {
		width: 2.34rem;
		height: 2.98rem;
	}
	.people_con ul li h3 {
		width: 2rem;
		margin-left: auto;
		margin-right: auto;
		font-size: 0.29rem;
		margin-top: 0.25rem;
		text-align: left;
	}

	.people_con ul li p {
		width: 2rem;
		margin-left: auto;
		margin-right: auto;
		font-size: 0.25rem;
		line-height: 1.48em;
		height: 2.96em;
		color: #000000;
		overflow: hidden;
		margin-top: 15px;
		text-align: center;
		display: -webkit-box;
		display: box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-all;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		text-align: left;
	}
	
	.index_bg {
		padding-bottom: 2.4rem;
		background-image: url(../images/index_bg_sj.png);
		background-size: auto 100%;
	}
	
	.activity {
		padding-top: 1.9rem;
	}
	
	.index_bg .tit h2 span {
		border-bottom: none;
	}
	.index_bg .tit:after {
	    background-color: #FFFFFF;
	}
	.activity_top {
		padding-top: 0.4rem;
	}
	.activity_top h3 {
		font-size: 0.37rem;
	}
	
	.activity_top p {
		font-size: 0.29rem;
		line-height: 1.5em;
		width: 8.9rem;
		margin-top: 30px;
	}
	
	.activity_top a {
		width: 3rem;
		height: auto;
		font-size: 0.42rem;
		line-height: 1.76em;
		margin-top: 0.6rem;
		border-radius: 0.8rem;
	}
	
	.activity_con {
		padding-top: 0.66rem;
	}
	
	.activity_prev,
	.activity_next {
		width: 0.73rem;
		height: 0.73rem;
		position: absolute;
		top: 50%;
		margin-top: -0.37rem;
	}
	.activity_prev {
		left: 0.55rem;
	}
	.activity_next {
		right: 0.55rem;
	}
	
	
	.report {
		padding-top: 1.2rem;
	}
	
	.report_con {
		padding-right: 0.55rem;
		margin-top: 0.5rem;
		height: 4.92rem;
	}
	
	.report_con::-webkit-scrollbar {
		/*滚动条整体样式*/
		width: 0.17rem;
		/*高宽分别对应横竖滚动条的尺寸*/
		height: 1px;
	}
	
	.report_con::-webkit-scrollbar-thumb {
		/*滚动条里面小方块*/
		border-radius: 0.08rem;
		background: #e79a2e;
	}
	
	.report_con::-webkit-scrollbar-track {
		/*滚动条里面轨道*/
		border-radius: 0.08rem;
		background: #FFFFFF;
	}
	
	
	
	.report_con ul li {
		width: 100%;
		border-bottom: 2px solid #c9c9c9;
	}
	
	.report_con ul li:first-child {
		border-top: 2px solid #c9c9c9;
	}
	
	.report_con ul li a {
		height: 0.96rem;
		line-height: 0.96rem;
		font-size: 0.25rem;
	}
	
	.report_time {
		width: 1.8rem;
		text-align: right;
	}
	
	.report_label {
		width: 1.22rem;
		float: left;
		text-align: right;
	}
	
	.report_label span {
		width: 0.88rem;
		min-width: 35px;
		height: 1.2em;
		line-height: 1.12em;
	}
	
	.report_title {
		margin-left: 3.2rem;
	}
	
}

@media(max-width:400px){
	.report_time {
		width: 65px;
	}
	.report_label {
		width: 45px;
	}
	.report_title {
		margin-left: 115px;
	}
}