body {
	background-image: url(../image/blue/bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

/*banner*/
.zt_banner {
	width: 100%;
	position: relative;
	z-index: 0;
}

.zt_banner img {
	width: 100%;
	position: inherit;
	margin-bottom: -80px;
}

.zt_time {
	position: absolute;
	top: 66%;
	left: 13.5%;
}

.zt_time span {
	font-size: 40px;
	color: white;
	font-weight: 700;
	float: left;
}

/*.zt_time p {
	float: left;
	width: 78px;
	height: 60px;
	color: #ff0000;
	font-weight: 600;
	font-size: 40px;
	background-image: url(../image/blue/time.png);
	line-height: 60px;
	margin: 0px 15px;
	padding-left: 8px;
	letter-spacing: 22px;
}*/

.zt_time p {
	float: left;
	min-width: 40px;
	max-width: 132px;
	height: 60px;
	color: #ff0000;
	font-weight: 600;
	font-size: 40px;
	background-image: url(../image/blue/time.png);
 	background-position:left; 
	line-height: 60px;
	margin: 0px 15px;
	letter-spacing: 26px;
	padding-left: 8px;
	display: inline-block;
	overflow: hidden;
}

.zt_time p::after {
  content: "";
  display: inline-block;
  margin-right: -10px;
}

/*导航*/
/*响应式导航*/
/*====================导航*********/
.header {
	width: 100%;
	height: 80px;
	position: absolute;
	background-color: #1565e4;
	z-index: 999;
}

/*右侧*/
.header .nav {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 80px;
	display: table;
	margin: 0px auto;

}

.header .navbar_nav li {
	float: left;
	position: relative;
	display: table-cell;
}

.header .navbar_nav li+li {
	padding-left: 10px;
	padding-right: 10px;
}

.header .navbar_nav li:after {
	content: "";
	width: 0;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}

.header .navbar_nav li:hover:after {
	width: 100%;
}

.header .navbar_nav li a {
	text-decoration: none;
	height: 100%;
	padding: 0 16px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 18px;
}

.header .navbar_nav li:hover a {
	color: #fff;
}

.header .navbar_nav li.dropdown {
	display: inherit;
	position: relative;

}

.header .navbar_nav li.dropdown .jt {
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}

.header .navbar_nav li.dropdown .dropdown_menu {
	display: none;
	border-radius: 8px 8px;
	position: absolute;
	top: 80px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 120%;
	left: -10%;
	overflow: hidden;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
	font-size: 16px;
	color: #666;
	padding: 0 10px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
	color: #666;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
	color: #fff;
	background-color: #1565e4;
}

/*白色背景的头部*/
.header.on {
	background-color: #1565e4;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .05);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .05);
	transition: background-color 0.3s, color 0.3s;
}

.header.on .navbar_nav li a {
	color: #ffffff;
}

.header.on .navbar_nav li:hover a {
	color: #ffffff;
}

#navToggle {
	display: none;
}

.header.navFix {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.m_nav {
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transform: translateX(100%);
}

.m_nav.open {
	transform: translateX(0);
}

.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}

.m_nav .top .closed {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

.m_nav .logo {
	width: 100%;
	margin: 0 auto;
}

.m_nav .logo img {
	height: 50px;
	display: block;
	margin: 30px auto;
}

.m_nav .ul {
	margin-top: 10px;
}

.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;
}

.m_nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(7) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(8) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(9) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(10) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 2.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(11) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 2.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(12) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 2.4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(13) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 2.6s cubic-bezier(.77, 0, .175, 1) 0ms;
}


.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}

.m_nav .ul li .dropdown_menu {
	display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
	display: block;
}

.m_nav .ul li .dropdown_menu a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li .dropdown_menu a:last-child {
	border: none;
}


@media screen and (max-width: 1400px) {
	.header {
		padding: 0px;
		height: 60px;
	}

	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		margin-right: 9px;
		display: inline-block;
		float: right;
	}

	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 2px;
		margin-top: 19px;
	}

	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 2px;
		left: 0;
	}

	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #ffffff;
	}

	.header #navToggle span:before {
		top: 8px;
	}

	.header #navToggle span:after {
		bottom: 10px;
	}

	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}

	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}

	.header #navToggle.open span {
		background: none;
	}

	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #ffffff;
	}

	.header .nav {
		display: none;
	}

	.zt_banner img {
		width: 100%;
		position: inherit;
		margin-bottom: 0px;
	}
}

.zt_kj {
	padding-top: 3%;
	padding-left: 14%;
	padding-right: 14%;
	margin-top: 80px;
	clear: both;
	position: relative;
	margin: 50px auto;
}

/*引言*/
@font-face {
	font-family: 'WDXiZi';
	src: url('ea86cb23abfd3d86e0078f17be58a023.eot');
	src: url('ea86cb23abfd3d86e0078f17be58a023.eot?#iefix') format('embedded-opentype'),
		url('ea86cb23abfd3d86e0078f17be58a023.woff2') format('woff2'),
		url('ea86cb23abfd3d86e0078f17be58a023.woff') format('woff'),
		url('ea86cb23abfd3d86e0078f17be58a023.ttf') format('truetype'),
		url('ea86cb23abfd3d86e0078f17be58a023.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.zt_title {
	font-family: WDXiZi;
	font-size: 60px;
	padding-bottom: 40px;
	text-align: center;
	letter-spacing: 8px;
	color: #1565e4;
}

.zt_title span {
	background-image: url(../image/blue/title.png);
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-size: 96% 8px;
}

.zt_yynr p {
	text-indent: 2em;
	font-size: 20px;
	line-height: 44px;
	color: #052c68;
}

/*会议议题及内容*/
.zt_ytmk {
	width: 49%;
	float: left;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 30px;
	position: relative;
}

.zt_ytitle {
	height: 60px;
	line-height: 60px;
	border-radius: 10px 10px 0px 0px;
	background-image: url(../image/blue/z1.png);
	background-repeat: repeat-x;
	background-position: center;
	transition: all .2s linear;
}

.zt_ytmk:hover .zt_ytitle {
	background-image: url(../image/blue/z1.jpg);
	background-repeat: repeat-x;
	background-position: center;
	transition: all .2s linear;
}

.zt_ytitle h2 {
	font-size: 22px;
	color: #0643a3;
	font-size: 600;
	padding-left: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.zt_ytmk ul {
	padding-top: 30px;
	padding-left: 50px;
	padding-bottom: 40px;
	font-size: 20px;
	color: #052c68;
}

.zt_ytmk ul li {
	line-height: 30px;
	padding-bottom: 10px;
}

.zt_ytmk ul p {
	line-height: 40px;
/*	padding-bottom: 10px;*/
}



.content {
	overflow: hidden;
	line-height: 1;
	/* 最多展示几行就(n*line-height)em， */
	height: 6.3em;
	margin-bottom: 30px;
}

.more {
	position: absolute;
	bottom: 4%;
	right: 48%;
	cursor: pointer;
}

.more::after {
	content: '';
	display: block;
	width: 20px;
	height: 21px;
	background-image: url(../image/blue/zk1.png);
}

.check {
	display: none;
}

.check:checked~.content {
	height: auto;
}

.check:checked~.more::after {
	content: '';
	display: block;
	width: 20px;
	height: 21px;
	background-image: url(../image/blue/zk0.png);
}



.content1 {
	overflow: hidden;
	line-height: 1;
	/* 最多展示几行就(n*line-height)em， */
	height: 6.3em;
	margin-bottom: 30px;
}

.more1 {
	position: absolute;
	bottom: 4%;
	right: 48%;
	cursor: pointer;
}

.more1::after {
	content: '';
	display: block;
	width: 20px;
	height: 21px;
	background-image: url(../image/blue/zk1.png);
}

.check1 {
	display: none;
}

.check1:checked~.content1 {
	height: auto;
}

.check1:checked~.more1::after {
	content: '';
	display: block;
	width: 20px;
	height: 21px;
	background-image: url(../image/blue/zk0.png);
}

/*会议亮点*/
.swiper {
	width: 100%;
	height: 500px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 436px;
	border-radius: 10px 10px;
	overflow: hidden;
}

.ld1 {
	width: 291px;
	height: 262px;
	border-radius: 10px 10px;
	border: 2px solid #ffffff;
	padding-left: 30px;
	padding-top: 168px;
	position: relative;
	overflow: hidden;
}

.ld1 img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -99;
	width: 100%;
	height: 100%;
}




.ld2 {
	width: 291px;
	height: 262px;
	border-radius: 10px 10px;
	border: 2px solid #ffffff;
	background-image: url(../image/blue/ld2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	object-fit: cover;
	padding-left: 20px;
	padding-top: 168px;
}

.ld3 {
	width: 291px;
	height: 262px;
	border-radius: 10px 10px;
	border: 2px solid #ffffff;
	background-image: url(../image/blue/ld3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	object-fit: cover;
	padding-left: 20px;
	padding-top: 168px;
}

.ld4 {
	width: 291px;
	height: 262px;
	border-radius: 10px 10px;
	border: 2px solid #ffffff;
	background-image: url(../image/blue/ld4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	object-fit: cover;
	padding-left: 20px;
	padding-top: 168px;
}


.swiper-slide span {
	display: block;
	width: 113px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	font-size: 18px;
	font-weight: 600;
	color: #165ccc;
	background-image: url(../image/blue/ldb.png);
}

.swiper-slide h2 {
	font-size: 28px;
	display: block;
	color: #ffffff;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 30px;
}

.swiper-slide p {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	text-align: left;
	padding-right: 30px;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
}

/*组织机构*/
.zt_jg {
	clear: both;
}

.zt_jg span {
	font-family: CCXYZT;
	display: block;
	float: left;
	font-weight: 600;
	width: 140px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #003a95;
	letter-spacing: 2px;
	text-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
	/* 投影 */
}

.zt_jg ul {
	float: left;
}

.zt_jg ul li {
	float: left;
	width: 200px;
	text-align: left;
	margin-bottom: 30px;
}

.zt_jg ul li img {
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.zt_jg ul li img:hover {
	cursor: pointer;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	box-shadow: 0px 10px 30px 0 rgba(55, 99, 170, .5);
}

.zt_xjg {
	clear: both;
}

.zt_xjg span {
	font-family: CCXYZT;
	display: block;
	float: left;
	font-weight: 600;
	width: 140px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #003a95;
	letter-spacing: 2px;
	text-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
	/* 投影 */
}

.zt_xjg ul {
	float: left;
}

.zt_xjg ul li {
	float: left;
	width: 145px;
	text-align: left;
	margin-bottom: 30px;
}


.zt_xjg ul li img {
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.zt_xjg ul li img:hover {
	cursor: pointer;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	box-shadow: 0px 10px 30px 0 rgba(55, 99, 170, .5);
}



/*大会组委会*/
.rq_bt {
	clear: both;
	height: 80px;
	position: relative;
	display: flex;
 	flex-wrap: wrap; 
	justify-content: space-evenly; 
	align-items: center;
}

.rq_bt span {
	margin-right: 20px;
	display: block;
	height: 80px;
	line-height: 80px;
	width: 20%;
	text-align: center;
	font-size: 22px;
	cursor: pointer;
	color: #1565e4;
	transition: all .2s linear;
	border-radius: 10px 10px;
	background-color: rgba(255, 255, 255, 0.2);
	position: relative;
}

.rq_bt .lion {
	width: 20%;
	color: #ffffff;
	background-color: #0351f0;
	box-shadow: 0 0px 20px rgba(0, 0, 0, .1);
	border-radius: 10px 10px;
	transition: all .2s linear;
	background-image: url(../image/blue/an.jpg);
	background-position: top;
	background-repeat: no-repeat;

}

.rq_bt .lion::after {
	position: absolute;
	display: inline-block;
	top: -10px;
	left: calc(50% - 6px);
	width: 0px;
	height: 0px;
	content: '';
	border-style: solid;
	border-width: 10px;
	border-color: #0351f0 #0351f0 transparent transparent;
	transform: rotate(-45deg);
}


/*学术委员会*/
.rp_bt {
	clear: both;
	height: 80px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	justify-content: space-around;
	align-items: center;
}

.rp_bt span {
	margin-right: 20px;
	display: block;
	float: left;
	height: 80px;
	line-height: 80px;
	width: 30%;
	text-align: center;
	font-size: 22px;
	cursor: pointer;
	color: #1565e4;
	transition: all .2s linear;
	border-radius: 10px 10px;
	background-color: rgba(255, 255, 255, 0.2);
	position: relative;
}

.rp_bt .lion {
	color: #ffffff;
	width: 30%;
	background-color: #0351f0;
	box-shadow: 0 0px 20px rgba(0, 0, 0, .1);
	border-radius: 10px 10px;
	transition: all .2s linear;
	background-image: url(../image/blue/an.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;

}

.rp_bt .lion::after {
	position: absolute;
	display: inline-block;
	top: -10px;
	left: calc(50% - 6px);
	width: 0px;
	height: 0px;
	content: '';
	border-style: solid;
	border-width: 10px;
	border-color: #0351f0 #0351f0 transparent transparent;
	transform: rotate(-45deg);
}

.zt_mrgd {
	margin-bottom: 50px;
	/*min-height: 350px;*/
	min-height: 680px;
}

.zt_zplist {
	clear: both;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.zt_zplist:not(:has(.item:nth-child(5))) {
	justify-content: center;
}

.zt_zplist li {
	width: 20%;
	margin-bottom: 30px;
	flex: 0 0 auto;
}

.listtp {
	background-color: #e1f7fe;
	border-radius: 10px 10px;
	text-align: center;
	position: relative;
	width: 256px;
	height: 296px;
	border: 2px solid rgba(0, 0, 0, 0);
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.listtp:hover {
	cursor: pointer;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	box-shadow: 0px 10px 30px 0 rgba(55, 99, 170, .5);
}

.listtp img {
	height: 263px;
	margin-top: 30px;
}

.zt_zjxx {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding-bottom: 20px;
	border-radius: 0px 0px 10px 10px;
	background-image: linear-gradient(to bottom, rgba(21, 101, 228, 0), rgba(21, 101, 228, 1));
}

.zt_zjxx span {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	line-height: 50px;
	display: block;
}

.zt_zjxx p {
	padding: 0px 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	display: block;
	clear: both;
}

/*分会场设置*/
.fhcbt {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	font-weight: 500;
	color: #0643a3;
	background-image: linear-gradient(to bottom, rgba(99, 155, 253, 1), rgba(103, 208, 250, 1));
	border-radius: 10px 10px 0px 0px;
}

.fhleft {
	width: 28%;
	float: left;
	text-align: center;
}

.fhright {
	width: 72%;
	float: right;
	text-align: center;
}

.fhbg {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 0px 0px 10px 10px;
}


.fhbg ul li {
	width: 100%;
	clear: both;
	border-bottom: 2px solid #ffffff;
	display: flex;
}

.fhyt {
	float: left;
	width: 380px;
	display: flex;
	align-items: center;
	/*设置左边盒子交叉轴对齐方式为居中对齐*/
}

.ytbt {
	width: 85%;
	padding: 0px 30px;
	flex-grow: 0;
	/*设置左边盒子 不放大  默认值为0时 既不放大*/
	flex-shrink: 0;
	/*设置左边盒子 不缩小  默认值为1时 既缩小*/
	display: flex;
	/*设置左边盒子为弹层盒模型*/
	align-items: center;
	/*设置左边盒子交叉轴对齐方式为居中对齐*/
	font-size: 20px;
	color: #052c68;
}


.fhlist {
	width: 970px;
	float: right;
	border-left: 2px solid #ffffff;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-left: 30px;
	padding-top: 24px;
	flex-grow: 1;
	/*设置右侧盒子 自动放大*/
	flex-shrink: 1;
	/*设置右侧盒子 自动缩小  默认值为1 可不写*/
}

.fhlist:not(:has(.item:nth-child(6))) {
	justify-content: left;
}

.fhttp {
	background-color: #e1f7fe;
	border-radius: 10px 10px;
	text-align: center;
	position: relative;
	width: 128px;
	height: 150px;
	margin-bottom: 20px;
	margin-right: 24px;
	border: 2px solid rgba(0, 0, 0, 0);
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	overflow: hidden;
	flex: 0 0 auto;
}

.fhttp:hover {
	cursor: pointer;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	box-shadow: 0px 10px 30px 0 rgba(55, 99, 170, .5);
}

.fhttp img {
	height: 130px;
	margin-top: 20px;
}

.fh_zxxx {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding-bottom: 10px;
	border-radius: 0px 0px 10px 10px;
	background-image: linear-gradient(to bottom, rgba(21, 101, 228, 0), rgba(21, 101, 228, 1));
}

.fh_zxxx span {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	line-height: 30px;
	display: block;
}

.fh_zxxx p {
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	clear: both;
	display: block;
	border: 1px solid #ffffff;
	width: 50%;
	padding: 0px 10px;
	margin: 0px auto;
	border-radius: 15px 15px;
	color: #fff000;
}


.fh_zjxx {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding-bottom: 10px;
	border-radius: 0px 0px 10px 10px;
	background-image: linear-gradient(to bottom, rgba(21, 101, 228, 0), rgba(21, 101, 228, 1));
}

.fh_zjxx span {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	line-height: 30px;
	display: block;
}

.fh_zjxx p {
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	clear: both;
	display: block;
	border: 1px solid #ffffff;
	width: 50px;
	padding: 0px 10px;
	margin: 0px auto;
	border-radius: 15px 15px;
	color: #ffffff;
}

/*会议时间、地点*/
.zt_dt {
	position: relative;
	clear: both;
}

.zt_dt img {
	width: 100%;
}

.zt_dt span {
	position: absolute;
	display: block;
	width: 100%;
	height: 140px;
	font-size: 34px;
	color: #052c68;
	font-weight: 600;
	text-align: center;
	line-height: 70px;
	background-image: url(../image/blue/dd.png);
	background-repeat: no-repeat;
	background-size: cover;
	top: 35%;
	letter-spacing: 2px;
}

/*日程安排*/
.rcleft {
	width: 20%;
	float: left;
	text-align: center;
}

.rccenter {
	width: 32%;
	float: left;
	text-align: center;
}

.rcright {
	width: 48%;
	float: right;
	text-align: center;
}

.rcap {
	width: 100%;
	color: #052c68;
}

.rcap ul li {
	background-color: rgba(255, 255, 255, 0.08);
	width: 100%;
	clear: both;
	display: flex;
}

.rc-date {
	font-size: 20px;
	width: 14%;
	float: left;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-bottom: 1px solid #ffffff;
	padding-left: 3%;
	padding-right: 3%;
}

.rc-timenr {
	width: 80%;
	float: right;
	min-height: 60px;
}

.fgxg {
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.fgxg:hover {
	cursor: pointer;
	background-color: #1565e4;
	color: #ffffff;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
}




.rc-timenr span {
	display: block;
	font-size: 20px;
	float: left;
	width: 40%;
	text-align: center;
	line-height: 60px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.rc-timenr p {
	font-size: 16px;
	display: block;
	float: left;
	line-height: 60px;
	width: 59.5%;
	text-align: center;
	/*padding-left: 2%;*/
	border-bottom: 1px solid #ffffff;
}

/*联系我们*/
.lxbg {
	padding: 30px 30px;
	background-color: rgba(255, 255, 255, 0.1);
	color: #052c68;
	font-size: 20px;
}

.lxbg ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.lxbg:not(:has(.item:nth-child(5))) {
	justify-content: center;
}

.lxbg ul li {
	width: 20%;
	margin-bottom: 20px;
	flex: 0 0 auto;
	line-height: 30px;
}

.lxbg ul li span {
	float: left;
	display: block;
	width: 30%;
	text-align: right;
}

.lxbg ul li p {
	float: left;
	width: 60%;
	text-align: left;
	display: block;
	padding-left: 6%;
}

.lxwmb {
	color: #ffffff;
	font-size: 20px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-radius: 0px 0px 10px 10px;
	background-image: linear-gradient(to bottom, rgba(87, 136, 251, 0.8), rgba(96, 245, 246, 0.5));
}

.lxwmb img {
	padding-left: 30px;
	padding-right: 12px;
	float: left;
	margin-top: 15px;
}

.lxwmb span {
	float: left;
}

/*往期回顾*/

.zt_wqlist {
	clear: both;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.zt_wqlist:not(:has(.item:nth-child(5))) {
	justify-content: center;
}

.zt_wqlist li {
	width: 25%;
	margin-bottom: 30px;
	flex: 0 0 auto;
}

.listwq {
	background-color: #e1f7fe;
	border-radius: 10px 10px;
	overflow: hidden;
	text-align: center;
	position: relative;
	width: 320px;
	height: 213px;
	border: 2px solid rgba(0, 0, 0, 0);
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.listwq:hover {
	cursor: pointer;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	box-shadow: 0px 10px 30px 0 rgba(55, 99, 170, .5);
}

.listwq:hover .wq_zjxx {
	bottom: 0px;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.listwq img {
	width: 100%;
	height: 213px;
}

.listwq .wq_zjxx {
	transition: all .2s linear;
	width: 100%;
	position: absolute;
	bottom: -100px;
	padding-bottom: 10px;
	border-radius: 0px 0px 10px 10px;
	background-image: linear-gradient(to bottom, rgba(21, 101, 228, 0), rgba(21, 101, 228, 1));
}

.listwq .wq_zjxx h4 {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	text-align: left;
	display: block;
	padding: 10px 20px;
}

.bluefoot {
	background-image: url(../image/blue/foot.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 100%;
	height: 600px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	position: relative;
	margin-top: -100px;
	z-index: -1;
}




.bluefoot span {
	width: 100%;
	bottom: 0;
	display: block;
	line-height: 60px;
	position: absolute;
	text-align: center;
}

.bluefoot  a{
    color: #ffffff;
}

.bluefoot  a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

@media screen and (min-width: 1440px) and (max-width: 1830px) {
	.zt_zplist li {
		width: 25%;
		margin-right: 10px;
	}

	.lxbg ul li {
		width: 25%;
	}
}

@media screen and (min-width: 961px) and (max-width: 1439px) {
	.zt_kj {
		padding-top: 3%;
		padding-left: 5%;
		padding-right: 5%;
		clear: both;
		position: relative;
	}

	/*引言*/
	.zt_title {
		font-size: 4rem;
	}

	.zt_yynr p {
		font-size: 1.5rem;
		line-height: 3rem;
		text-align: justify;
	}

	/*会议议题及内容*/
	.zt_ytmk {
		width: 100%;
		clear: both;
		background-color: rgba(255, 255, 255, 0.1);
		border-radius: 0px 0px 10px 10px;
		margin-bottom: 30px;
		position: relative;
	}

	/*会议亮点*/


	/*组织机构*/
	.zt_jg span {
		clear: both;
	}

	.zt_jg ul {
		clear: both;

	}

	.zt_jg ul li {
		margin-right: 20px;
	}

	.zt_xjg {
		clear: both;
	}

	.zt_xjg span {
		clear: both;
	}

	.zt_xjg ul {
		clear: both;
	}

	.zt_xjg ul li {
		float: left;
		width: 145px;
	}

	/*大会组委会*/
	.zt_mrgd {
		min-height: 200px;
	}

	.zt_zplist li {
		width: 20%;
	}


	.listtp {
		width: 88%;
		height: 250px;
		overflow: hidden;
	}

	.listtp img {
		width: 100%;
		height: 220px;
		margin-top: 30px;
	}

	.zt_zjxx span {
		font-size: 1.2rem;
		line-height: 50px;
	}

	.zt_zjxx p {
		padding: 0px 5px;
		line-height: 1.2rem;
		font-size: 1rem;
	}

	/*会议时间、地点*/
	.zt_dt span {
		height: 100px;
		font-size: 1.8rem;
		line-height: 2.5rem;
		padding-top: 0.8rem;
		top: 30%;
	}

	/*联系我们*/
	.lxbg ul li {
		width: 33%;
		margin-bottom: 20px;
		flex: 0 0 auto;
	}

	.lxwmb {
		color: #ffffff;
		font-size: 1rem;
		width: 100%;
		height: 60px;
		line-height: 60px;
		border-radius: 0px 0px 10px 10px;
		background-image: linear-gradient(to bottom, rgba(87, 136, 251, 0.8), rgba(96, 245, 246, 0.5));
	}

	/*往期回顾*/
	.listwq {
		width: 400px;
		height: 213px;
		margin: 0px auto;
	}

	/*底部信息*/
	.bluefoot {
		height: 400px;
		font-size: 1.2rem;
		margin-top: -250px;
	}
}

/* 响应式布局 */
@media (max-width: 960px) {
	.zt_kj {
		padding-top: 5%;
		padding-left: 5%;
		padding-right: 5%;
		clear: both;
		position: relative;
	}

	/*引言*/
	.zt_yynr p {
		font-size: 1.2rem;
		line-height: 2.5rem;
		text-align: justify;
	}

	/*会议议题及内容*/
	.zt_ytmk {
		width: 100%;
		clear: both;
		background-color: rgba(255, 255, 255, 0.1);
		border-radius: 0px 0px 10px 10px;
		margin-bottom: 30px;
		position: relative;
	}

	/*组织机构*/
	.zt_jg span {
		clear: both;
	}

	.zt_jg ul {
		clear: both;

	}

	.zt_jg ul li {
		width: 28%;
		margin-right: 24px;
	}

	.zt_xjg {
		clear: both;
	}

	.zt_xjg span {
		clear: both;
	}

	.zt_xjg ul {
		clear: both;
	}

	.zt_xjg ul li {
		float: left;
		width: 150px;
	}

	/*大会组委会*/
	.zt_mrgd {
		min-height: 200px;
	}

	.zt_zplist li {
		width: 25%;
	}

	.rq_bt span {
		margin-right: 10px;
		height: 60px;
		line-height: 60px;
		width: 20%;
		font-size: 1.2rem;
	}

	.listtp {
		width: 90%;
		height: 180px;
		overflow: hidden;
	}

	.listtp img {
		width: 100%;
		height: 160px;
		margin-top: 30px;
	}

	.zt_zjxx span {
		font-size: 1.2rem;
		line-height: 2.5rem;
	}

	.zt_zjxx p {
		padding: 0px 5px;
		line-height: 1.2rem;
		font-size: 0.8rem;
	}

	/*大会学术委员会*/
	.rp_bt span {
		margin-right: 10px;
		height: 60px;
		line-height: 60px;
		font-size: 1.2rem;
	}

	/*分会场设置*/
	.fhttp {

		width: 98px;
		height: 120px;
		margin-bottom: 20px;
		margin-right: 12px;
	}

	.fhttp img {
		height: 100px;
		margin-top: 10px;
	}

	/*会议时间、地点*/
	.zt_dt span {
		height: 80px;
		font-size: 1.5rem;
		line-height: 2rem;
		padding-top: 0.8rem;
		top: 30%;
	}

	/*日程安排*/
	.rc-timenr span {
		font-size: 1.2rem;
		width: 30%;
		line-height: 3rem;
	}

	.rc-timenr p {
		font-size: 1.2rem;
		line-height: 3rem;
		width: 67.5%;
	}

	/*联系我们*/
	.lxbg ul li {
		width: 50%;
		margin-bottom: 20px;
		flex: 0 0 auto;
	}

	.lxwmb img {
		display: none;
	}

	.lxwmb {
		color: #ffffff;
		font-size: 1rem;
		width: 100%;
		height: 60px;
		line-height: 60px;
		border-radius: 0px 0px 10px 10px;
		background-image: linear-gradient(to bottom, rgba(87, 136, 251, 0.8), rgba(96, 245, 246, 0.5));
	}

	.lxwmb span {
		padding-left: 1.2rem;
	}

	/*往期回顾*/
	.listwq {
		width: 320px;
		height: 213px;
	}

	/*底部信息*/
	.bluefoot {
		height: 400px;
		font-size: 1.2rem;
		margin-top: -200px;
	}
}

/*手机端样式*/
@media (max-width: 480px) {

	/*banner*/
	.zt_time {
		top: 60%;
	}

	.zt_time span {
		font-size: 1.4rem;
	}

	.zt_time p {
		/* width: 3rem;*/
		min-width: 1.45rem;
		height: 2rem; 
		font-size: 1.4rem;
		line-height: 2rem;
		margin: 0px 10px;
		padding-left: 4px;
		letter-spacing: 0.85rem;
		background-size: contain;
	}
	
	.zt_time p::after {
	  content: "";
	  display: inline-block;
	  margin-right: -10px;
	}

	/*导航*/
	.header {
		position: fixed;
		top: 0;
	}

	.zt_banner {
		margin-top: 60px;
	}

	/*引言*/
	.zt_title {
		font-size: 2.5rem;
	}

	.zt_yynr p {
		line-height: 2rem;
	}

	/*会议议题及内容*/
	.zt_ytitle {
		min-height: 60px;
	}

	.zt_ytitle h2 {
		font-size: 1.2rem;
		padding-left: 1rem;
	}

	.zt_ytmk ul {
		padding-top: 30px;
		padding-left: 1.5rem;
		padding-bottom: 70px;
		font-size: 1.2rem;
	}

	/*组织机构*/
	.zt_jg ul li {
		width: 50%;
		text-align: center;
		margin-right: 0px;
	}

	.zt_jg ul li img {
		width: 90%;

	}

	.zt_xjg ul li {
		width: 50%;
		float: left;
		text-align: center;
	}

	/*大会组委会*/
	.zt_zplist li {
		width: 50%;
	}

	.listtp {
		margin: 0px auto;
	}

	.rq_bt {
		flex-wrap: wrap;
		height: 100%;
	}

	.rq_bt span {
		width: 45%;
		height: 3rem;
		line-height: 3rem;
		margin-bottom: 2rem;
	}

	.rq_bt .lion {
		width: 45%;
	}

	/*大会学术委员会*/
	.rp_bt {
		flex-wrap: wrap;
		height: 100%;
	}

	.rp_bt span {
		width: 45%;
		height: 3rem;
		line-height: 3rem;
		margin-bottom: 2rem;
	}

	.rp_bt .lion {
		width: 45%;
	}

	/*分会场设置*/
	.fhcbt {
		width: 100%;
		height: 120px;
		line-height: 60px;
	}

	.fhleft {
		width: 100%;
		clear: both;
	}

	.fhright {
		width: 100%;
		clear: both;
	}

	.fhbg ul li {
		display: block;
	}

	.fhyt {
		width: 100%;
		clear: both;
		display: block;
		/*设置左边盒子交叉轴对齐方式为居中对齐*/
	}

	.ytbt {
		text-align: left;
		padding: 1.2rem 1rem;
		display: block;
	}

	.fhlist {
		width: 95%;
		clear: both;
		margin: 0px auto;
		padding: 0;
		border: none;
	}

	.fhttp {
		width: 44%;
	}

	/*会议时间、地点*/
	.zt_dt span {
		height: 5rem;
		font-size: 1.2rem;
		line-height: 1.6rem;
		padding-top: 0.8rem;
		top: 30%;
	}

	/*日程安排*/
	.fhcbt {
		height: 120px;
		line-height: 40px;
	}

	.rcleft {
		width: 100%;
		clear: both;
	}

	.rccenter {
		width: 100%;
		clear: both;
	}

	.rcright {
		width: 100%;
		clear: both;

	}

	.rcap ul li {
		display: block;
	}

	.rc-date {
		display: block;
		font-size: 1.2rem;
		line-height: 3rem;
		width: 100%;
		clear: both;
		text-align: center;
		border: none;
		padding: 0px 0px;
	}

	.rc-timenr {
		width: 100%;
		clear: both;

	}

	.rc-timenr span {
		font-size: 1.2rem;
		width: 100%;
		clear: both;
		text-align: center;
		line-height: 60px;
		border: none;
	}

	.rc-timenr p {
		font-size: 1.2rem;
		line-height: 1.5rem;
		padding-bottom: 1rem;
		text-align: center;
		width: 100%;
		clear: both;
		border-bottom: 1px solid #ffffff;
		padding-left: 0;
	}

	/*联系我们*/
	.lxbg {
		padding: 1rem 1rem;
	}

	.lxbg ul li {
		width: 100%;
		clear: both;
		margin-bottom: 20px;
	}

	.lxwmb {
		padding: 1rem 0rem;
		font-size: 1rem;
		height: 6rem;
	}

	.lxwmb span {
		line-height: 2rem;
		padding-left: 1.2rem;
	}

	/*往期回顾*/
	.wqkz {
		height: 300px;
	}

	.wqnkz {
		height: 240px;
	}

	.listwq {
		width: 95%;
		height: 200px;
		margin: 0px auto;
	}

	.wq_zjxx h4 {
		font-size: 1rem;
		line-height: 1.2rem;
	}

	/*底部信息*/
	.bluefoot {
		height: 400px;
		font-size: 1rem;
		line-height: 1.5rem;
		margin-top: -300px;
		background-size: cover;
	}

	.bluefoot span {
		line-height: 1.5rem;
		margin-bottom: 1rem;
	}
}

#yinyan {
	position: absolute;
	margin-top: -2%;
}

#hyyt {
	position: absolute;
	margin-top: -2%;
}

#hyld {
	position: absolute;
	margin-top: -2%;
}

#zzjg {
	position: absolute;
	margin-top: -2%;
}

#dhzwh {
	position: absolute;
	margin-top: -2%;
}

#xswyh {
	position: absolute;
	margin-top: -2%;
}

#fhcsz {
	position: absolute;
	margin-top: -2%;
}

#hytime {
	position: absolute;
	margin-top: -2%;
}

#hyrc {
	position: absolute;
	margin-top: -2%;
}

#tgfy {
	position: absolute;
	margin-top: -2%;
}

#lxfs {
	position: absolute;
	margin-top: -2%;
}

#yqjb {
	position: absolute;
	margin-top: -2%;
}

#wqhg {
	position: absolute;
	margin-top: -2%;
}

/* 报名及返回顶部 */
.sidebar {
	position: fixed;
	top: 50%;
	right: 0px;
	z-index: 9999;
	width: 70px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sidebar a {
	display: block;
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	border-radius: 10px 0px 0px 10px;
	background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
	border: 2px solid #fff;
	box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
	transition: all .2s linear;
	text-align: center;
	-webkit-transition: all .2s linear;
	font-size: 12px;
	color: #ffffff;
}

.sidebar a:hover {
	box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .3);
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
}


.sidebar .wechat-btn {
	background: #0066FF
}

.wechat-btn img{
	width: 24px;
	height: 24px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
}
.wechat-btn span{
	display: block;
	clear: both;
}

.sidebar .wechat-btn:hover {
	background: #0066FF
}

.sidebar .backtop {
	background: #0066FF;
	margin-top: 20px;
	transform: translateX(200%);
	transition: 0.4s;
	font-size: 12px;
	color: #ffffff;
}
.sidebar .backtop img{
	width: 24px;
	height: 24px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
}
.sidebar .backtop span{
	display: block;
	clear: both;
}




.sidebar .backtop:hover {
	background: #0066FF
}

.sidebar .backtop.backtop-show {
	transform: translateX(0);
	transition: 0.4s;
}

.sidebar .side-inner {
	border: 1px solid #D7D7D7;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	position: relative;
	border-radius: 10px 10px;
	padding: 4px 4px;
}

.sidebar .side-inner::before {
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	border: 1px solid #fff;
	border-color: #d7d7d7 #d7d7d7 #fff #fff;
	background: #fff;
	position: absolute;
	top: 50%;
	right: -4px;
	margin-top: -4px;
	transform: rotate(45deg);
}


.sidebar .side-erweima {
	position: relative;
	margin-top: 20px;
}

.sidebar .side-erweima .erweima {
	position: absolute;
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-right: 10px;
	display: none;
}

.sidebar .side-erweima:hover .erweima {
	display: block;
}