.fp-scroller {
	min-height: 100%;
}

.html,
body {
	height: 100%;
}

.root {
	font-size: 16px;
	position: relative;
	height: 100%;
	min-height: 100vh;
	background: #00185c url(../images/bg3.jpg) no-repeat center;
	background-size: cover;
}

.wrap {
	height: 100%;
	min-height: 100vh;
	padding: 100px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #00185c;
	overflow: hidden;
}

#section0 {
	background: url(../images/bgx.jpg) no-repeat center;
	background-size: cover;
}

.h {
	position: relative;
	height: 32px;
	line-height: 32px;
	font-size: 32px;
	font-weight: normal;
	margin: 30px 0 50px 0;
	color: #0098ff;
	text-align: center;
}

.h span {
	position: relative;
	z-index: 2;
	display: inline-block;
}

.h span:before {
	margin-right: 10px;
	position: relative;
	display: inline-block;
	content: "";
	width: 108px;
	height: 20px;
	background: url(../images/h_left.png) no-repeat left center;
	background-size: contain;
}

.h span:after {
	margin-left: 10px;
	position: relative;
	display: inline-block;
	content: "";
	width: 108px;
	height: 20px;
	background: url(../images/h_right.png) no-repeat right center;
	background-size: contain;
}

.header {
	pointer-events: none;
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	background: rgba(0, 24, 92, 0.8);
	border-bottom: 1px solid #002472;
}

.header .logo {
	width: 220px;
	position: absolute;
	left: 100px;
	top: 5px;
}

.nav_wrap {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.nav_wrap {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
}

.nav {
	margin: 25px 100px 0 0;
}

.nav .item {
	display: inline-block;
	margin-left: 30px;
}

.nav a:hover {
	color: #0098ff;
}

.nav .active a {
	color: #fff;
	position: relative;
}

.nav .active a:after {
	content: "";
	width: 100%;
	height: 3px;
	border-radius: 100px;
	background-image: linear-gradient(270deg, #0098ff, #0041cf);
	position: absolute;
	bottom: -10px;
	left: 0;
}

.btn_reg a {
	font-weight: bold;
	display: block;
	background-image: linear-gradient(270deg, #0098ff, #0041cf);
	padding: 5px 20px;
	border-radius: 200px;
}

.btn_reg a:hover {
	color: #fff;
}

.nav_wrap .switch {
	display: none;
}

/*home*/
.home {
	width: 50%;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.home .logo {
	display: none;
}

.home .slogan {
	width: 100%;
}

.home .slogan2 {
	width: 100%;
	display: none;
}

.home .predown {
	width: 100px;
	display: block;
	margin: 20px auto 0 auto;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.home .btn {
	display: none;
}

.home .o {
	display: none;
}

/*about*/
.about {
	line-height: 1.8em;
	height: auto;
	position: relative;
	padding: 30px;
    text-align: justify;
}

.about p {
	margin: 10px 0;
	text-indent: 2em;
}

.about .pic {
	width: 35%;
	float: left;
	border-radius: 8px;
}

.about .text {
	margin-left: 35%;
	padding-left: 40px;
	min-height: 340px；
}

.bb {
	border: 1px solid #0098ff;
}

.bb::before {
	opacity: 0.2;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
	border-left: 5px solid #0098ff;
	border-top: 5px solid #0098ff;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

.bb::after {
	opacity: 0.2;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
	border-left: 5px solid #0098ff;
	border-top: 5px solid #0098ff;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

.bb::before,
.bb::after {
	margin: -10px;
	animation: clipMe 60s linear infinite;
}

.bb::before {
	animation-delay: -30s;
}

@keyframes clipMe {
	0% {
		width: 100%;
		height: 0%;

	}

	25% {
		width: 0%;
		height: 100%;
		border-top: 5px solid #0098ff;
		border-bottom: none;
		top: 0;
		bottom: inherit;
	}

	26% {
		width: 0%;
		height: 100%;
		border-top: none;
		border-bottom: 5px solid #0098ff;
		top: inherit;
		bottom: 0;
	}

	50% {
		width: 100%;
		height: 0%;
		border-top: none;
		border-bottom: 5px solid #0098ff;
		top: inherit;
		bottom: 0;
		border-left: 5px solid #0098ff;
		border-right: none;
		left: 0;
		right: inherit;
	}

	51% {
		width: 100%;
		height: 0%;
		border-top: none;
		border-bottom: 5px solid #0098ff;
		top: inherit;
		bottom: 0;
		border-left: none;
		border-right: 5px solid #0098ff;
		left: inherit;
		right: 0;
	}

	75% {
		width: 0%;
		height: 100%;
		border-top: none;
		border-bottom: 5px solid #0098ff;
		top: inherit;
		bottom: 0;
		border-left: none;
		border-right: 5px solid #0098ff;
		left: inherit;
		right: 0;
	}

	76% {
		width: 0%;
		height: 100%;
		border-top: 5px solid #0098ff;
		border-bottom: none;
		top: 0;
		bottom: inherit;
		border-left: none;
		border-right: 5px solid #0098ff;
		left: inherit;
		right: 0;
	}

	99% {
		width: 100%;
		height: 0%;
		border-top: 5px solid #0098ff;
		border-bottom: none;
		top: 0;
		bottom: inherit;
		border-left: none;
		border-right: 5px solid #0098ff;
		left: inherit;
		right: 0;
	}

	100% {
		width: 100%;
		height: 0%;
		border-top: 5px solid #0098ff;
		border-bottom: none;
		top: 0;
		bottom: inherit;
		border-left: none;
		border-right: 5px solid #0098ff;
		left: inherit;
		right: 0;
	}
}

.light {
	margin: 40px 0 0 0;
	padding: 40px 0 0 0;
	position: relative;
	clear: both;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
}

.light .item {
	line-height: 1.5em;
	width: 49%;
	padding: 10px 20px;
	margin-top: 10px;
	box-sizing: border-box;
	border-radius: 6px;
	text-align: left;
	background-image: linear-gradient(90deg, #fb24ec, #28f3f7);
	display: flex;
	align-items: center;
	display: -webkit-flex;
	-webkit-align-items: center;
}

.light .icon {
	display: block;
	width: 24px;
	display: block;
	margin: 5px 10px 0 0;
	vertical-align: top;
}

.light i {
	font-style: normal;
	display: inline-block;
	font-size: small;
	border-radius: 100px;
	padding: 2px 10px;
	color: #fb24ec;
	background: #fff;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 0;
	display: block;
}

.light span {
	display: block;
	line-height: 1.4em;
	flex: 1;
	-webkit-flex: 1;
}

.light:before {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-image: linear-gradient(90deg, #fb24ec, #28f3f7);
}


/*agenda*/
.agendaBox .fp-tableCell {
	overflow-y: scroll;

}

.agendaBox {
	box-sizing: border-box;
	padding-bottom: 20px;
}

.agenda table {
	border-collapse: collapse;
	width: 100%;
	line-height: 1.5em;

}

.agenda th {
	padding: 5px 15px;
	background: #10bbff;
}

.agenda th .t1 {
	font-weight: normal;
	color: #fff;
	font-weight: bold;
}

.agenda th .t2 {
	font-weight: normal;
	color: #fff;
	
}

.agenda th .t3 {
	color: #0098ff;
	font-weight: bold;
	
}

.agenda td {
	padding: 5px 15px;
}

.agenda tr:nth-child(odd) td {
	background: #05308c;
}

.agenda .mtd {
	display: none;
}

/*speaker*/
.speaker {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-justify-content: space-around;
	-webkit-flex-wrap: wrap;
}

.speaker .item {
	background: #05308c;
	width: calc(20% - 15px);
	padding: 40px 20px;
	margin-bottom: 15px;
	text-align: center;
	box-sizing: border-box;
}

.speaker .item:hover {
	background: #0641bf;
}

.speaker .name {
	color: #10bbff;
	margin-top: 5px;
}

.speaker .title {
	color: #fff;
	font-size: small;
}

.speaker .face {
	width: 50%;
	margin: 0 auto;
}

.speaker .face img {
	width: 100%;
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	vertical-align: top;
}

.speaker .last {
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: none;
}

/*partner*/
.partner .logos {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
}

.partner .item {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	padding: 25px 0;
}

.partner .item .title {
	width: 5em;
	margin: 7px 1em 7px 0;
}

.partner .item .desc {
	flex: 1;
	-webkit-flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.partner .item .desc img {
	width: 10%;
	margin: 5px 0;
	padding-left: 10px;
	box-sizing: border-box;
	vertical-align: top;
}


/*--tabs--*/
.tabs ul {
	/* display: flex;
	justify-content: center; */
	/* flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-flex-wrap: wrap; */
	width: 700px;
	margin: 0 auto 20px;

}

.tabs ul li {
	margin-bottom: 10px;
	text-align: center;
}

.tabs ul a {
	font-size: 18px;
	display: inline-block;
	margin: 0 10px;
	padding: 10px 60px;
	color: #fff;
	border-radius: 100px;
	background: #05308c;

}

.tabs ul .active a {
	background-image: linear-gradient(90deg, #ff9b01, #ec5d29);
	color: #fff;
}

.tabs2 ul .active a {
	background: #10bbff;
}

.tabs ol {
	background-image: linear-gradient(270deg, #0098ff, #0041cf);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
}

.tabs ol li {
	flex: 1;
	text-align: center;
	padding: 10px 4px;
}

.light .icon {
	margin-top: -25px;
	vertical-align: top;
	width: 64px;
	background: #030005;
}

.light .title {
	margin: 5px 0 30px 0;
	line-height: 1.4em;
	font-weight: bold;
	font-size: 15px;
}

.light .title span {
	display: block;
}

.picMobile {
	width: 100%;
	display: none;
}

.picPC {
	width: 1200px;
	display: block;
	margin: 0 auto;
}

.newsbox2 {
	width: 1200px;
	margin: 0 auto;
}

.newsbox2 ul {
	margin: 40px auto;
}

.newsbox2 li {
	border-bottom: 1px dashed #ddd;
	padding: 15px 0;
}

.newsbox2 li span {
	/* float: right; */
	color: #eee;
	margin-left: 15px;
}

.newsbox2 li a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.newsbox2 li a:hover {
	color: #c7000b;
}



.news {
	position: relative;
	border-top: 1px solid #DEDEDE;
	padding: 30px 0;
	width: 1200px;
	margin: 0 auto;
}


.news .flex {
	display: flex;
	justify-content: space-between;
}

.news .date {
	background-color: #FFFFFF;
	position: absolute;
	top: -6px;
	right: 0;
	font-size: 12px;
	line-height: 12px;
	color: #979798;
	padding-left: 5px;

}



.news .newsimg {
	width: 260px;
	height: 150px;
	/* float: left; */
}



.news_nr {
	position: relative;
	/* width: 520px; */
	height: 150px;
	/* float: left; */
	margin-left: 20px;
	max-width: 76%;
	width: 76%;
}



.news_nr .d1 {
	color: #000000;
	display: block;
	max-height: 32px;
	overflow: hidden;
}



.news_nr .tip {
	background-color: #558ddb;
	font-size: 13px;
	padding: 5px;
	color: #FFFFFF;
}



.news_nr .title {
	line-height: 32px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	width: 100%;
	white-space: nowrap;
	/* 保持文本在一行显示 */
	overflow: hidden;
	/* 隐藏超出部分的文本 */
	text-overflow: ellipsis;
	/* 当文本超出时显示省略号 */
	color: #fff;
}


.news_nr .d2 {
	font-size: 14px;
	margin-top: 7px;
	line-height: 24px;
}



.news_nr .d2 a {

	color: #bc4042 !important;

}

#article .articlebox {
	line-height: 50px;
	font-size: 14px;
	color: #999999;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 20px;
}

.news_nr .d3 {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #d2d2d2;
}

.news_nr .d3 a {
	color: #000000;
	font-weight: bold;
}



.news_nr .d3 .bdsharebuttonbox {
	position: absolute;
	bottom: -6px;
	right: -125px;
	z-index: 9;
	display: none;
}

.news_nr .d3 .share {
	float: left;
}

.twzb {
	overflow-y: scroll;
}

/*--自适应--*/
@media screen and (max-width:1200px) {
	.root {
		font-size: 14px;
	}

	.h {
		font-size: 24px;
	}

	.picPC {
		width: 50%;
	}
}

@media screen and (max-width:960px) {
	.root {
		font-size: 12px;
	}

	.news {
		padding: 15px 0;
		width: 100%;
	}


	.news .flex {
		display: block;
		justify-content: space-between;
	}

	.news .newsimg {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto 15px;
		/* float: left; */
	}

	.news_nr {
		height: auto;
		margin-left: 0;
		max-width: 100%;
		width: 100%;
	}

	.newsbox2 {
		width: 100%;
	}

	.picPC {
		width: 100%;
		display: none;
	}

	.picMobile {
		width: 100%;
		max-width: 635px;
		display: block;
		margin: 0 auto;
	}

	.wrap {
		padding: 20px;
	}

	#section0 {
		background: url(../images/bg2.jpg?5) no-repeat center;
		background-size: cover;
	}

	#section1,
	#section2,
	#section3,
	#section3,
	#section4{
		background: #00185c url(../images/bg3.jpg) no-repeat center;
		background-size: cover;
	}

	#section1 .wrap,
	#section2 .wrap,
	#section3 .wrap,
	#section3 .wrap,
	#section4 .wrap {
		padding-bottom: 120px;
	}

	.h {
		font-size: 18px;
		height: 40px;
		line-height: 18px;
		margin-bottom: 30px;
	}

	.h span {
		padding: 5px 30px;
	}

	.h span:before {
		margin-right: 10px;
		width: 60px;
		height: 20px;
	}

	.h span:after {
		margin-left: 10px;
		width: 60px;
		height: 20px;
	}

	.header {
		height: auto;
		background: none;
	}

	.header .logo {
		display: none;
	}

	.header .title {
		display: none;
	}

	.nav_wrap .switch {
		display: block;
		width: 60px;
		height: 60px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 100;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 30px 30px;
		cursor: pointer;
		background-image: url(../images/icon_menu.png);
	}

	.nav_wrap .close {
		background-image: url(../images/icon_close.png);
	}

	.nav {
		display: none;
		margin: 0;
		padding: 60px 0 0 0;
		text-align: center;
		background: #00185c;
		position: fixed;
		left: 0;
		right: 0;
		z-index: 99;
		height: 100vh;
		box-sizing: border-box;
	}

	.nav a {
		display: block;
		font-size: 14px;
		padding: 15px 0;
		color: #fff;
		font-weight: normal;
		margin: 0;
		width: 100%;
		height: auto;
		background: none;
		border: none;
	}

	.nav .active a:after {
		content: none;
	}

	.nav .item {
		display: block;
		margin: 0;
		padding: 0;
	}

	.home {
		width: 85%;
		top: 40%;
	}

	.home .logo {
		width: 70%;
		display: block;
		margin: 10% auto 5%;
	}

	.home .slogan {
		display: none;
	}

	.home .slogan2 {
		display: block;
	}

	.home .predown {
		width: 80px;
	}

	.home .o {
		display: block;
		width: 100%;
		position: fixed;
		z-index: 1;
		right: -50%;
		bottom: -35%;
	}

	.home .btn {
		position: relative;
		z-index: 99;
		margin-top: 70px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-webkit-align-items: center;
		-webkit-flex-wrap: wrap;
	}

	.home .btn .item {
		width: 33%;
		margin-bottom: 15px;
		text-align: center;
	}

	.home .btn .item a {
		text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
		color: #fbfbfb;
		box-shadow: 0px 3px 0px rgba(0, 0, 0, .2);
		border-right: 5px solid #0041cf;
		border-bottom: 5px solid #0041cf;
		background-image: linear-gradient(-45deg, #0098ff, #0041cf);
		display: block;
		margin: 0 auto;
		width: 70%;
		border-radius: 8px;
		padding: 15px 0;
		font-size: 10px;
		min-height:55px;
	}

	.home .btn .item a:hover {
		background-image: linear-gradient(-45deg, #ff9b01, #ec5d29);
		border-width: 3px;
		border-color: #ec5d29;
	}

	.home .btn .icon {
		width: 30%;
		display: block;
		margin: 0 auto 5px auto;
	}

	.about .pic {
		display: block;
		width: 100%; 
		margin-bottom: 20px;
	}
	
	.my-about .pic {
		margin-bottom: 20px;
		
	}
	

	.about .text {
		padding: 0;
		margin: 0;
	}

	.light {
		margin-top: 20px;
		padding-top: 20px;
	}

	.light .item {
		width: 100%;
		margin-top: 10px;
		padding: 10px 20px;
		text-align: left;
		background-image: linear-gradient(90deg, #2da2f1, #f9bd05);
		display: flex;
		align-items: center;
		display: -webkit-flex;
		-webkit-align-items: center;
	}

	.light .icon {
		width: 24px;
		height: 24px;
		margin-right: 10px;
	}

	.light span {
		display: block;
		flex: 1;
		-webkit-flex: 1;
	}

	.light i {
		padding: 2px 10px;
		color: #2da2f1;
		font-weight: bold;
		margin-right: 10px;
		margin-bottom: 0;
		display: block;
	}

	.agenda .t3 {
		display: none;
	}

	.agenda th {
		padding: 5px;
	}

	.agenda td {
		padding: 0;
	}

	.agenda td:nth-child(1) {
		padding: 5px 7px 5px 0;
		white-space: nowrap;
		color: #10bbff;
		font-size: 12px;
		line-height: 1.5em;
		text-align: right;
		vertical-align: top;
		border-right: 1px solid #10bbff;
		position: relative;
	}

	.agenda td:nth-child(2) {
		padding: 5px 0 0 7px;
		display: block;
		color: #10bbff;
		font-size: 12px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.agenda td:nth-child(3) {
		padding: 0 0 5px 5px;
		display: block;
		color: rgba(255, 255, 255, 0.5);
		font-size: 12px;
		line-height: 1.5em;
	}

	.agenda td:nth-child(1):after {
		content: "";
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #10bbff;
		position: absolute;
		right: -3px;
		top: 10px;
	}

	.agenda td:last-child {
		border: none;
	}

	.agenda td:last-child:after {
		content: none;
	}

	.agenda tr:nth-child(odd) td {
		background: none;
	}

	.speaker .item {
		width: calc(50% - 10px);
		padding: 20px 10px;
		margin-bottom: 10px;
	}

	.speaker .face {
		width: 60%;
	}

	.speaker .name {
		font-size: 13px;
	}

	.speaker .title {
		font-size: 12px;
		color: rgba(255, 255, 255, 0.5);
	}

	.partner .item {
		display: block;
		padding: 15px 0;
		margin: 0;
		width: 100%;
	}

	.partner .item .title {
		width: 100%;
		text-align: center;
	}

	.partner .item .desc {
		justify-content: center;
		-webkit-justify-content: center;
	}

	.partner .item .desc img {
		width: 22%;
		margin: 5px;
		padding: 0;
	}

	.partner .item .desc .br {
		width: 22%;
	}

	.tabs ul {
		margin-bottom: 20px;
		flex-wrap: wrap;
		-webkitflex-wrap: wrap;
		width: 100%;
	}

	.tabs ul a {
		margin: 0 4px;
		padding: 5px 10px;
		font-size: 12px;
		text-align: center;
	}

	.rotate {
		animation: rotate 20s linear infinite;
		-webkit-animation: rotate 20s linear infinite;
	}

	@keyframes rotate {
		0% {
			transform: rotate(0deg);
		}

		50% {
			transform: rotate(-180deg);
		}

		100% {
			transform: rotate(-360deg);
		}
	}

	@-webkit-keyframes rotate {
		0% {
			-webkit-transform: rotate(0deg);
		}

		50% {
			-webkit-transform: rotate(-180deg);
		}

		100% {
			-webkit-transform: rotate(-360deg);
		}
	}
}
@media screen and (max-width:750px){
.speaker{
	display: block;
}
.speaker .item {
	width: calc(100% - 10px);
	padding: 20px 10px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: start;
}
.speaker .face{
	min-width: 20%;
	width: 20%;
	margin-right: 10px;
}
.speaker .name{
	width: 100%;
	text-align: justify;
	margin-top: -10px;
	line-height: 1.5;
	
}
}
.you-about {     
    display:flex;
    flex-wrap:wrap;
}

.you-about .pic {
width: 30%;
margin: 10px auto;
}