/* ========== */
/* = RESET = */
/* ========== */
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html { 
	overflow-x:hidden; 
	-webkit-text-size-adjust:none;
	/*cursor: url(../images/home/hand_ico.ico),auto;*/
}

body {
	min-width: 320px;
	font-size: 14px;
	color: #666;
	font-family: -apple-system, BlinkMacSystemFont, Sora, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
	-webkit-overflow-scrolling: touch;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li,  sub, sup, tt, var, del, dfn,  ins, kbd, q, s, samp,  strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select { margin:0; padding:0;}

ul,ol,li,dl{
  list-style: none;
}

/*RESET A*/
* { text-decoration: none!important;}
u { text-decoration: underline!important;}
a,
a:visited,
a:active,
a:hover,
a:focus { 
	text-decoration:none!important; 
	outline:none; 
	star: expression_r(this.onFocus=this.blur());
}
a {
  color: #666;
}
/* HTML5 RESET THE OLD BROWERS*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse: collapse; border-spacing: 0; }
 
/*CLEAR the FLOAT*/
.clear { clear:both}
.clearfix { *zoom:1;}
.clearfix:after{
	clear:both; 
	display:block; 
	height:0; 
	visibility:hidden; 
	line-height:0; 
	content:'\20';
}
img{
	max-width: 100%;
}
.bgFull{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.w1200 {
	width: 100%;
	max-width:1340px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0 70px;
}
.w1088 {
	width: 100%;
	max-width: 1288px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0 90px;
}
.pc-block { display: block;}
.mb-block { display: none;}


@media (max-width:999px) {
	.pc-block { display: none;}
	.mb-block { display: block;}
}
@media (max-width:640px) {
	.w1200 {
		padding: 0 15px;
	}
	.w1088 {
		padding: 0 15px;
	}
}

.wrap {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 100px;
}

.header {
	height: 110px;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 98;
	background-color: #fff;
	padding: 0 8%;
}

.logo {
	position: absolute;
	width: 288px;
	right: 100%;
	display: block;
	top: 0;
	left: 6%;
}

.nav-list {
	float: right;
	overflow: hidden;
}

.nav-list li {
	float: left;
	line-height: 110px;
	transition: linear 0.2s;
}

.nav-list li a {
	color: #666;
	display: block;
	padding: 0 60px;
	transition: linear 0.2s;
	cursor: pointer;
}

.nav-list li.current {
	background-color: #021332;
}

.nav-list li.current a {
	color: #fff;
}

.nav-list li:hover {
	background-color: #021332;
}

.nav-list li:hover a {
	color: #fff;
}

.lb {
	display: none;
}

.lb-close {
	display: none;
}

.banner {
	width: 100%;
	height: calc(100vh - 100px);;
	background-image: url(../images/2022/banner.jpg);
}

.banner .w1200 {
	height: calc(100vh - 100px);
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
}

.banner .text {
	padding-left: 40px;
	width: 60%;
}

.banner .text .con {
	margin-top: 6%;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 34px;
}

.banner .text .con p {
	margin-top: 15px;
}

.banner .text .con p span {
	display: inline-block;
	position: relative;
	margin-right: 15px;
	padding-left: 55px;
}

.banner .text .con p span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	background-size: cover;
}

.banner .text .con p:nth-child(1) span:before {
	background-image: url(../images/2022/banner_date.png);
}

.banner .text .con p:nth-child(2) span:before {
	background-image: url(../images/2022/banner_time.png);
}

.banner .text .button-div {
	margin-top: 55px;
}

.banner .text .button-div a {
	display: inline-block;
	margin-right: 5%;
	width: 47%;
	max-width: 250px;
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	padding: 22px 10px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.banner .text .button-div a:nth-child(1) {
	background: #ed9815;
}

.banner .text .button-div a:nth-child(2) {
	margin-right: 0;
	background: #3eb097;
}
.banner .text .des{
	margin-top: 20px;
	font-size: 22px;
	line-height: 36px; 
	color: #FFFFFF;
}
.banner .text .des p{
	position: relative;
	padding-left: 110px;
}
.banner .text .des span{
	position: absolute;
	top:0;
	left:0;
}
.banner .video {
	width: 35%;
	max-width: 345px;
	position: relative;
	cursor: pointer;
}

.banner .video span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}

.title-tit {
	padding-bottom: 25px;
	text-align: center;
	position: relative;
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
}

.title-tit:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 90px;
	margin-left: -45px;
	height: 5px;
	border-radius: 3px;
	background: #0692ee;
}

.title-tit p {
	margin-top: 5px;
	font-size: 24px;
	font-weight: normal;
}

.guest-box {
	padding: 5% 0;
	background: #0e1734;
	position: relative;
}

.guest-box .title-tit:after{
	background: #3eb097;
}

.guest-box .content {
	max-width: 1560px;
	padding: 0 60px;
	margin: 0 auto;
}

.guest-box ul {
	margin-top: 20px;
	display: flex; 
	flex-flow: wrap; 
	justify-content: flex-start; 
	align-items:stretch;
}

.guest-box li {
	padding: 0 7px; 
	width: 19%;
	margin:35px 0.5% 0;
	text-align: center;
}

.guest-box li img {
	width: 90%;
	max-width: 183px;
	border: 3px solid #3eb097;
	border-radius: 100%;
 	overflow: hidden;
}

.guest-box li .text {
	margin-top: 20px;
	color: #FFFFFF;
}

.guest-box li .text .tit {
	font-size: 28px;
}

.guest-box li .text .des {
	margin: 5px auto 0;
	font-size:18px;
	max-width: 224px;
	line-height: 32px;
}

@media (max-width:1650px) {
	.guest-box li .text .tit{ font-size: 26px; }
	.guest-box li .text .des{ font-size: 18px; line-height: 26px; }
}

.swiper-guest {
	padding-bottom: 80px;
}

.swiper-guest .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: #6e87d6;
	margin: 0 10px !important;
}

.agenda-box {
	padding: 4% 0 6%;
	background: #0e1734;
	position: relative;
}
.agenda-box .bg{
	position: absolute; 
	top:-20%; 
	right:0;
	max-width: 60%;
}
.agenda-box .swiper-button-prev,
.agenda-box .swiper-button-next {
	top: 60%;
	width: 90px;
	height: 130px;
	font-size: 0;
	background-size: cover;
	z-index: 1;
}

.agenda-box .swiper-button-prev {
	left: 6%;
	background-image: url(../images/0916/prev.png);
}

.agenda-box .swiper-button-next {
	right: 6%;
	background-image: url(../images/0916/next.png);
}

.agenda-box .swiper-button-prev:after,
.agenda-box .swiper-button-next:after {
	display: none;
}
.agenda-box .w1200{
	position: relative;
	z-index: 1;
}
.agenda-box .tab {
	margin-top: 50px;
	display: flex; 
	flex-flow: wrap;  
	justify-content: space-between; 
	align-items:flex-start;
}

.agenda-box .tab div {
	width: 22%;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	cursor: pointer;
	position: relative;
	padding-right: 20px;
}
.avideo{
	display: inline-block; 
	vertical-align: middle;  
	width: 26px; height: 26px; 
	background-image: url('../images/ico_x_video.png');
	background-size: cover;
	position: absolute;
	top:50%;
	margin-top: -13px;
	right: 0;
}
.agenda-box .tab div:after {
	content: "";
	display: block;
	margin: 8px auto 0;
	width: 100%;
	height: 5px;
	border-radius: 3px;
	background: #389c8a;
}
.agenda-box .tab div:nth-child(3):after {
	background: #1883b7;
}
.agenda-box .tab div:nth-child(4):after {
	background: #cf871a;
}
.agenda-box .tab div span {
	display: block;
	font-size: 30px;
}

.agenda-box .tab div p {
	font-size: 20px;
}
 
.swiper-agenda .tit {
	color: #FFFFFF;
	font-size: 30px;
	margin: 40px 0 30px;
}
 
.agenta-table table {
	width: 100%;
	border: 2px solid #0166a8;
}

.agenta-table table td {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 38px;
	padding: 15px;
	border-bottom: 2px solid #0166a8;
	padding: 10px 22px;
	height: 90px;
}
.agenta-table table td img{ 
		display: inline-block;
		vertical-align: middle;
 }
.agenta-table table tr:last-child td{ 
	border-bottom:none; 
}

.agenta-table table td:nth-child(1) {
	color: #4ffae0;
}

.agenta-table table td:nth-child(2) {
	width: 60%;
}
.agenta-table3 table td:nth-child(1) {
	color: #1fa7e9;
}
.agenta-table4 table td:nth-child(1) {
	color: #ed9815;
}


.partner-box {
	padding: 6% 0 5%;
	background: #0e1734;
	position: relative;
}
.partner-box .bg{
	position: absolute;
	top:5%;
	left:0;
	max-width: 25%;
}
.partner-box .title-tit:after{
	background: #ed9815;
}
.partner-box .w1200 {
	position: relative;
	z-index: 1;
}

.partner-box ul {
	margin-top: 45px;
	display: flex; 
	flex-flow: wrap;  
	justify-content: flex-start; 
	align-items:flex-start;
}

.partner-box li {
	float: left;
	width: 20%;
	padding: 10px;
}

.review-box {
	padding: 4% 0 3%;
	background: #0e1734;
	position: relative;
}

.review-box li {
	margin-top: 85px;
	float: left;
	width: 46%;
	margin-right: 7%;
}

.review-box li:nth-child(2n) {
	margin-right: 0;
}

.review-box li .box {
	display: block;
	background: #0692ee;
	color: #FFFFFF;
}

.review-box li .box .img img {
	width: 100%;
}

.review-box li .box .text {
	padding: 12px 30px;
}

.review-box li .box .text span {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.review-box li .box .text p {
	margin-top: 5px;
	font-size: 14px;
}

.review-box li .box:hover {
	background: #cc4fcd;
}

.flaoting {
	position: fixed;
	z-index: 2;
	right: 70px;
	top: 40%;
}

.flaoting-item {
	width: 82px;
	position: relative;
	cursor: pointer;
}
.flaoting-item>img{
	border-radius: 4px;
	overflow: hidden;
}

.flaoting-item span {
	position: absolute;
	width: 172px;
	right: 105%;
	top: 0;
	display: none;
}

.flaoting-item:hover span {
	display: block;
}

.foot-div {
	background-image:url(../images/2022/footer_bg.jpg);
	padding: 105px 0 30px;
	color: #fff;
}

.foot-div .container {
	max-width: 1088px;
}

.foot-div .left {
	float: left;
	font-size: 24px;
	line-height: 36px;
}

.foot-div .left a {
	color: #fff;
}

.foot-div .right {
	float: right;
	text-align: center;
	padding-top: 10px;
}

.foot-div .right img {
	display: inline-block;
	width: 176px;
}

.foot-div .right p {
	margin-top: 5px;
	font-size: 18px;
}


@media screen and (max-height: 880px) {
	.banner .text .button-div{
		margin-top: 30px;
	}
	.banner .text .button-div a{
		padding: 12px 10px;
		max-width: 200px;
	}
	.banner .text .des{ 
		font-size: 18px; 
		line-height: 30px;
	}
	.banner .text .des p{
		padding-left: 90px;
	}
}
@media screen and (max-width: 1440px) {
	.nav-list li a {
		padding: 0 40px;
	}
	.title-tit {
		font-size: 40px;
	}
	.title-tit p {
		font-size: 22px;
	}
	.guest-box li .text .tit {
		font-size: 22px;
	}
	.guest-box li .text .des {
		font-size: 16px;
		line-height: 28px;
	}
	.agenda-box .swiper-button-prev,
	.agenda-box .swiper-button-next {
		top: 60%;
		width: 60px;
		height: 87px;
	}
	.agenda-box .swiper-button-prev {
		left: 1%;
	}
	.agenda-box .swiper-button-next {
		right: 1%;
	}
	.agenda-box .tab div span {
		font-size: 26px;
	}
	.agenda-box .tab div p {
		font-size: 20px;
	}
	.agenta-table table td {
		font-size: 20px;
	}
	.flaoting {
		right: 30px;
	}
}

@media screen and (max-width:1280px) {
	.header {
		height: 84px;
		padding: 0 20px;
	}
	.nav-list li {
		line-height: 84px;
	}
	.nav-list li a {
		padding: 0 28px;
	}
	.logo {
		width: 220px;
		left: 20px;
	}
	.title-tit {
		font-size: 36px;
	}
	.guest-box li .text .tit {
		font-size: 22px;
	}
	.guest-box li .text .des {
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {
	.guest-box{
		padding: 10% 0;
	}
	.guest-box .content {
		padding: 0 15px;
	}
	.guest-box li {
		padding: 0 12px;
		width: 48%;
	}
	.guest-box li:nth-child(2n+1) {
		clear: both;
	}
	.guest-box li img {
		width: 66%;
	}
	.guest-box li .text {
		margin-top: 10px;
	}
	.guest-box li .text .tit {
		font-size: 18px;
	}
	.guest-box li .text .des {
		font-size: 14px;
		line-height: 20px;
	}
}

@media screen and (max-width:840px) {
	.wrap{
		padding-top: 60px;
	}
	.header {
		height: 60px;
	}
	.main {
		margin-top: 60px;
	}
	.logo img {
		height: 60px;
	}
	.nav-list li {
		line-height: 60px;
	}
	.nav-list li a {
		padding: 0 16px;
	}
	.banner {
		height: 5rem;
		padding-top:0.3rem;
	}
	.banner .w1200 {
		height: 4.4rem;
	}
	.banner .text {
		padding-left:0.3rem;
		width: 65%;
	}
	.banner .text img {
		width:3.4rem;
	}
	.banner .text .con {
		font-size: 0.2rem;
		line-height: 0.3rem;
	}
	.banner .text .con p {
		margin-top: 0.1rem;
	}
	.banner .text .con p span {
		margin-right:0.133333rem;
		padding-left: 0.4rem;
	}
	.banner .text .con p span:before {
		top: 0rem;
		width: 0.3rem;
		height: 0.3rem;
	}
	.banner .text .button-div {
		margin-top: 0.266666rem;
	}
	.banner .text .button-div a {
		max-width: 1.6rem;
		font-size: 0.2rem;
		padding: 0.133333rem 0;
	}
	.banner .text .button-div a:after{
		content: "";
		position: absolute; 
		top:50%;
		right:6PX;
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
	.banner .text .des{
		margin-top: 0.2rem;
		font-size: 0.16rem;
		line-height:0.266666rem;
	}
	.banner .text .des p{
		padding-left:1rem;
	}
	.title-tit {
		padding-bottom: 15px;
		font-size: 22px;
	}
	.title-tit:after {
		width: 60px;
		margin-left: -30px;
	}
	.title-tit p {
		font-size: 17px;
	}
	.agenda-box {
		padding: 5% 0 5%;
		background: #021332;
		position: relative;
	}
	.agenda-box .swiper-button-prev,
	.agenda-box .swiper-button-next {
		display: none;
	}
	.agenda-box .tab {
		margin-top: 0;
	}
	.agenda-box .tab div {
		margin-top: 20px;
		width: 50%;
	}
	.agenda-box .tab div:nth-child(3n+1){
		clear: both;
	}
	.agenda-box .tab div span {
		font-size: 13px;
	}
	.agenda-box .tab div p {
		font-size: 12px;
	}
	.swiper-agenda .tit {
		font-size: 16px;
		margin: 40px 0 20px;
	}
	.agenta-table table td {
		font-size: 14px;
		line-height: 22px;
		padding: 10px;
	}
	.partner-box .content {
		padding: 0 12px;
	}
	.partner-box ul {
		margin-top: 25px;
	}
	.partner-box li {
		width: 33.333333%;
		padding: 4px;
	}
	.review-box {
		padding: 8% 0;
	}
	.review-box li {
		margin-top: 35px;
		width: 100%;
		margin-right: 0;
	}
	.foot-div {
		padding: 35px 15px;
	}
	.foot-div .left {
		font-size: 12px;
		line-height: 22px;
	}
	.foot-div .right {
		padding-top: 0;
	}
	.foot-div .right img {
		width: 100px;
	}
	.foot-div .right p {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	.header {
		height: 60px;
	}
	.nav-list {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 100;
		background-color: rgba(232, 232, 232, 0.6);
		display: none;
	}
	.nav-list li {
		width: 100%;
		text-align: center;
		background-color: #fff;
		float: none;
		border-bottom: 1px solid #eeddee;
	}
	.nav-list li a {
		padding: 0;
	}
	.lb {
		display: block;
		width: 40px;
		float: right;
		margin: 10px 10px 0 0;
	}
	.lb-close {
		display: block;
		width: 32px;
		margin: 15px auto 0;
	}
	.flaoting {
		right: 0;
		top: auto;
		bottom: 100px;
	}
	.flaoting-item {
		width: 40px;
	}
	
	.avideo{   
		width: 18px; height: 18px; 
		margin-top: -9px; 
	}
}


.dingwei { margin-top: -100px;  position:absolute; top:0; left:0; }