div,
p,
ul,
li,
ol,
dl,
dt,
dd,
span {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
}

a,
a:hover {
	color: #282828;
}

li,
ol,
dl,
dt {
	list-style: none;
}

.clearFix:after {
	content: "";
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
}

.header {
	transition: all 400ms;
	display: block;
	position: fixed;
	z-index: 98;
	width: 100%;
	height: 70px;
	background: #ffffff;
	box-sizing: border-box;
	border-right: 1px solid #c5c2c2;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.header .hw-logo {
	position: absolute;
	top: 17px;
	left: 25px;
}
.header .hw-logo img{
	width: 140px;
}
.menu-wrapper {
	float: right;
	margin-right: 5%;
}

.menu-wrapper li {
	text-align: center;
	display: inline-block;
	line-height: 70px;
}

.menu-wrapper li a:hover {
	text-decoration: none;
	color: #E40014;
}

.menu-wrapper li a {
	padding: 0 25px;
	color: #000;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	height: 100%;
	padding: 0 20px;
	display: inline-block;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 1.5;
	vertical-align: middle;
}

.banner {
	padding-top: 70px;
}

.banner img {
	width: 100%;
}

#videoBox {
	padding-top: 70px!important;
}

.videoNav {
	position: relative;
}

.videoNav img.bg {
	width: 100%;
}

.videoNav .bg-btn {
	position: absolute;
	left: 12%;
	top: 0;
	width: 11%;
}

.jw-preview.jw-reset {
	background-size: 100% 100%!important;
}

.videoBox {
	background: #fafafa url(../img/00.png) no-repeat top left;
}

.module {
	padding: 40px 12% 0 12%;
}


/*标题*/

.module h1 {
	position: relative;
	text-align: center;
	padding-bottom: 1%;
	line-height: 2em;
	margin-bottom: 40px;
	color: #282828;
}

.agenda h1:after,
.verse h1:after,
.report h1:after,
.scene h1:after {
	content: "";
	display: block;
	background: url(../img/h-bg.png) repeat-x center center;
	width: 162px;
	height: 3px;
	position: absolute;
	left: 50.3%;
	transform: translateX(-50%);
	bottom: 0;
}

.J_prismPlayer-box {
	width: 65%;
	float: left;
}
#J_prismPlayer{
	height: 400px;
}
/*.prism-player .prism-cover{
	background: url(../img/video-bg.png) no-repeat center center;
}*/
.prism-cover{
	background-size: 100% 100%!important;
}
.information {
	float: right;
	width: 34%;
	height: 400px;
}

.information h1 {
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	background: url(../img/01.png);
	background-size: 100% 100%;
}

.information .brieftxt {
	height: 345px;
	background: url(../img/back.png);
	background-size: 100% 100%;
	color: #fff;
	font-size: 15px;
	padding: 5% 8%;
	text-align: justify;
	/*overflow-y: auto;*/
}

.information .brieftxt p:first-child {
	padding-top: 15px;
	border-top: 1px dashed #fff;
}

.information .brieftxt p {
	margin-bottom: 9px;
}


/*图片类*/

.verse li,
.scene li,
.report li {
	display: inline-block;
	width: 30%;
	margin: 0 1%;
	border: 1px solid #d4d4d4;
	vertical-align: top;
	margin-bottom: 3%;
}

.verse li img,
.scene li img,
.report li img {
	width: 100%;
}


/*现场报道*/

.report li {
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
	background: #fff;
	padding: 30px 30px 30px 30px;
	color: #373731;
	height: 100%;
}

.report li h4 {
	min-height: 100px;
	font-weight: normal;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 20px;
}

.report li img {
	width: 100%;
}


/*大会日程*/


/*agenda*/

.hc-agenda h2 {
	display: block;
	text-align: center;
	font-weight: normal;
	margin-bottom: 50px;
}

.hc-agenda h2 span {
	border-bottom: 3px solid #301b86;
	border-image: -webkit-linear-gradient(to right, #6bb92e 10%, #192c7d 40%, #951786, #ea4f1a);
	border-image: -moz-linear-gradient(to right, #6bb92e 10%, #192c7d 40%, #951786, #ea4f1a);
	border-image: linear-gradient(to right, #6bb92e 10%, #192c7d 40%, #951786, #ea4f1a);
	padding-bottom: 5px;
	border-image-slice: 0 0 100% 0;
}

.agenda-tab-time {
	display: block;
	margin-bottom: 50px;
}

.agenda-tab-time ul {
	list-style: none;
	padding-left: 0;
}

.agenda-tab-time ul li {
	display: inline-block;
}

.agenda-tab-time ul li a {
	display: block;
	padding: 25px 40px;
	border-radius: 5px;
	font-size: 18px;
	color: #282828;
}

.agenda-tab-time>ul li.day1.active a,
.agenda-tab-time>ul li.day1 a:hover {
	background: #e8382f;
	color: #fff;
}

.agenda-tab-time>ul li.day2.active a,
.agenda-tab-time>ul li.day2 a:hover {
	background: #00479d;
	color: #fff;
}

.agenda-tab-time>ul li.day3.active a,
.agenda-tab-time>ul li.day3 a:hover {
	background: #3eb370;
	color: #fff;
}

.agenda-tab-theme ul {
	list-style: none;
	padding-left: 0;
	border-bottom: 1px solid #d4d4d4;
	margin: 0;
}

.agenda-tab-theme ul li {
	display: inline-block;
	padding: 0px 20px;
}

.agenda-tab-theme ul li:first-child {
	padding-left: 0px;
}

.agenda-tab-theme ul li {
	padding-bottom: 25px;
}

.agenda-tab-theme ul li a {
	font-size: 18px;
	color: #282828;
}

.agenda-tab-theme ul li.active a,
.agenda-tab-theme ul li a:hover {
	color: #e8382f;
	border-bottom: 3px solid #e8382f;
	padding-bottom: 25px;
	border-radius: 0;
}

.hc-agenda h3 {
	font-size: 24px;
	line-height: 36px;
	padding: 35px 0;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 0;
	font-weight: normal;
}

.hc-agenda h3:before {
	width: 15px;
	height: 25px;
	content: "";
	background: url(../img/agenda_icon.gif) no-repeat left top;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.hc-agenda .content-list {
	padding: 35px 0;
	border-bottom: 1px solid #eee;
	font-size: 18px;
	line-height: 30px;
	display: block !important;
	height: auto !important;
	transition: all 0.5s;
}

.hc-agenda .content-list:last-child {
	border-bottom: 0;
}

.hc-agenda .content-list .title {
	display: block;
}

.hc-agenda .content-list[aria-expanded="true"] .title {
	display: block;
}

.hc-agenda .content-list .col-sm-3 span {
	padding-left: 5px;
}

.hc-agenda .content-list[aria-expanded="true"] {
	background: #dde6ed;
}

.hc-agenda .content-list[aria-expanded="true"] .more-content {
	visibility: visible;
	max-height: 2000px;
}

.hc-agenda .content-list .more-content {
	margin-top: 15px;
}

.hc-agenda .content-list .more-content .col-sm-10 {
	float: none;
	margin: 0 auto;
}

.hc-agenda .content-list .more-content .col-sm-10 p+div {
	margin-top: 25px;
}

.hc-agenda .content-list[aria-expanded="true"] .more-btn a:before {
	background: url(../img/hc2018-v1-icon.png) no-repeat -126px -70px;
}

.hc-agenda .content-list .more-content .more-list .col-sm-10 {
	float: left;
}

.hc-agenda .content-list .more-content .more-list {
	padding: 10px 0;
	border-bottom: 1px solid #fff;
}

.hc-agenda .content-list .more-content .more-list:first-child {
	border-top: 1px solid #fff;
}

.hc-agenda .content-list .more-content .more-list ul {
	padding-left: 40px;
}

.hc-agenda .content-list .more-content .more-list ul li {
	padding: 5px 0;
	font-size: 16px;
}

.hc-agenda .content-list em {
	font-style: normal;
	margin-right: 5px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.hc-agenda .content-list .title span {
	color: #808080;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.hc-agenda .content-list h4 {
	font-weight: normal;
	margin-bottom: 0;
	font-family: "AkkuratPro-Regular", Helvetica, Arial, sans-serif;
}

.more-btn {
	display: block;
	text-align: center;
}

.more-btn a {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-top: 10px;
}

.more-btn a:before {
	width: 24px;
	height: 24px;
	display: block;
	content: "";
	background: url(../img/hc2018-v1-icon.png) no-repeat -126px -36px;
}

.more-content {
	visibility: hidden;
	max-height: 0;
	transition: all 0.5s;
	overflow: hidden;
}

.info-more {
	text-align: center;
	margin-top: 50px;
	font-size: 22px;
	color: #808080;
}

@media (max-width: 767px) {
	.hc-agenda .panel {
		box-shadow: none;
		border: 0;
	}
	.agenda-tab-time .panel-heading {
		background: #fff;
		height: 60px;
		line-height: 60px;
		padding: 0 22px;
		border-top: 1px solid #e3e3e3;
		border-bottom: 1px solid #e3e3e3;
		margin-top: -1px;
		margin-left: -22px;
		margin-right: -22px;
	}
	.panel-default>.panel-heading {
		background: none;
	}
	.panel-default>.panel-heading .panel-title {
		width: 100%;
		height: 75px;
		display: table;
	}
	.panel-default>.panel-heading .panel-title {
		height: 60px;
	}
	.panel-default>.panel-heading .panel-title a {
		display: table-cell;
		vertical-align: middle;
		font-weight: bold;
	}
	.hc-agenda .panel-default .panel-heading .panel-title em {
		width: 10px;
		height: 10px;
		background: url(../img/hc2018-v1-icon.png) no-repeat -48px -193px;
		float: right;
		margin-top: 8px;
		margin-right: 40px;
	}
	.hc-agenda .panel-default .panel-heading .panel-title a.collapsed em {
		background: url(../img/hc2018-v1-icon.png) no-repeat -66px -193px;
	}
}


/*底部*/

.footer {
	background: #000;
	padding: 15px 10%;
	color: #fff;
	margin-top: 80px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .powered-by {
	float: left;
}

.footer .copy-right {
	float: right;
}

.footer .copy-right a:after {
	content: '•';
	font-size: 0.6em;
	margin: 0 4px;
}

.footer img {
	margin-right: 10px;
}

.contaniner {
	position: relative;
	left: 0;
}

.shut,
.mb-nav,
#menu-a {
	display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.module {
		padding: 40px 6% 0 6%;
	}
	.container {
		width: 100%;
	}
	.agenda-tab-time ul li a {
		padding: 25px 25px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.header {
		height: 50px;
	}
	.header .hw-logo {
		left: 50%;
		transform: translateX(-50%);
	}
	.header .hw-logo img {
		width: 100px;
	}
	.header .hw-logo{
		top: 12px;
	}
	.mb-nav {
		display: block;
	}
	#menu-a {
		display: block;
		height: 100%;
		padding: 15px 15px;
		width: 60px;
	}
	#menu-a img {
		width: 100%;
	}
	.menu-wrapper {
		display: none;
	}
	.mb-nav {
		position: fixed;
		z-index: 99;
		top: 0;
		left: -42%;
		width: 42%;
		height: 100%;
		min-height: 100%;
		overflow: auto;
		background: #ffffff;
		box-sizing: border-box;
		border-right: 1px solid #c5c2c2;
		-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	}
	.mb-nav li {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #D8D8D8;
		background: #F8F8F8;
		height: auto;
		line-height: 3em;
	}
	.mb-nav li a {
		color: #000;
		font-size: 16px;
		padding: 0 20px;
		display: block;
	}

.module {
	padding: 5% 4%;
}

.module h1 {
	font-size: 28px;
}

.J_prismPlayer-box,
.information {
	width: 100%;
}

.information {
	margin-top: 30px;
	height: auto;
}

.information .brieftxt {
	height: auto;
}


/*标题*/

.module h1 {
	/*margin-bottom: 20px;*/
}

.videoBox h1:after,
.agenda h1:after,
.verse h1:after,
.report h1:after,
.scene h1:after {
	width: 126px;
}


/*图片排列*/

.verse li,
.scene li {
	width: 47%;
}

.report li {
	width: 100%;
}


/*底部*/

.footer {
	font-size: 14px;
	margin-top: 20px;
}

.powered-by {
	margin-bottom: 6px;
}


}