/* ----------- 首页 ----------- */
/* 学术分会 */
.tabs .show {
	display: block;
}

.tabTitle {
	height: 100px;
	line-height: 100px;
	position: relative;
	border-bottom: 1px solid #DDDDDD;
}

.tabTitle .tit {
	font-size: 28px;
	color: #222222;
	text-align: center;
	cursor: pointer;
	margin-right: 16px;
	width: 212px;
	position: relative;
}

.tabTitle .tit.active {
	font-size: 32px;
	color: #0032E8;
}

.tabTitle .tit.active::after {
	position: absolute;
	content: '';
	height: 3px;
	left: 0;
	width: 100%;
	bottom: -1px;
	background-color: #0032E8;
}

.tabTitle .total {
	font-size: 18px;
	color: #999999;
	position: absolute;
	right: 30px;
	top: 0;
}

.tabTitle .total span {
	color: #0066FF;
}

.tabBox .total {
	font-size: 18px;
	color: #999999;
	text-align: center;
	margin: -10px 0 10px 0;
}

.tabBox {
	background: #ffffff;
	padding: 35px 0 0;
	display: none;
}

.tabBox li {
	width: 33%;
	box-sizing: border-box;
	display: inline-block;
	height: 60px;
	margin: 20px 0 0;
}

.tabBox li a {
	color: #666666;
	font-size: 22px;
	display: block;
	line-height: 60px;
	padding-left: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}


.tabBox li a::before {
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	left: 85px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #666666;
}

.tabBox li a:hover {
	background-color: #0032E8;
	color: #fff;
}

.tabBox li a:hover::before {
	background-color: #ffffff;
}

.tabSwiper {
	padding-bottom: 20px;
}

.swiper-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #DDDDDD;
	padding-top: 20px;
	margin-top: 30px;
}

.swiper-bottom .swiper-button-next,
.swiper-bottom .swiper-button-prev {
	position: relative;
	background: unset;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0 10px;
	top: unset;
}

.swiper-bottom .swiper-button-next .iconfont,
.swiper-bottom .swiper-button-prev .iconfont {
	font-size: 20px;
}

.swiper-bottom .swiper-pagination {
	position: relative;
}

.tabSwiper .swiper-pagination-bullet {
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	color: #999999;
	opacity: 1;
	border-radius: 0;
	margin: 0 7px;
	background-color: #fff;
	border: 1px solid #999999;
}

.tabSwiper .swiper-pagination-bullet-active {
	color: #0066FF;
	border-color: #0066FF;
}



/* 年会资讯 */
.news {
	margin-bottom: 80px;
}

/* .news .more {
	width: 99px;
	height: 33px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 17px;
	float: right;
	margin: -85px 0 0 0;
	position: relative;
	z-index: 9;
}

.news .more a {
	color: #0032E8;
	line-height: 33px;
	display: block;
	text-align: center;
} */


.news .more {
	border: 1px solid #0032E8;
	color: #0032E8;
	font-size: 18px;
	width: 120px;
	text-align: center;
	line-height: 40px;
}

.news .more:hover {
	color: #FFF;
	background: #0032E8;
}

.news .flex {
	align-items: flex-start;
}

.news_left {
	width: 54%;
	position: relative;
	box-sizing: border-box;
}

.news_left img {
	width: 100%;
}

.news_left .tit {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	height: 64px;
	line-height: 64px;
	background: rgba(0, 0, 0, 0.6);
}

.news_left .tit a {
	display: block;
	color: #ffffff;
	font-size: 20px;
	padding-left: 50px;
}

.news_right {
	width: 44.5%;
}

.news_right li {
	overflow: hidden;
	background: #F6F6F6;
	margin-bottom: 20px;
	padding: 25px 20px 25px 30px;
}

.news_right li .img {
	float: left;
	margin-right: 15px;
}

.news_right li .tit {
	font-size: 20px;
	color: #000;
	margin-bottom: 12px;
}

.news_right li .tit a {
	color: #000;
}

.news_right li .tit a:hover {
	color: #0032E8;
}

.news_right li .nr {
	color: #666666;
	height: 52px;
	font-size: 16px;
	overflow: hidden;
}

.news .container-head {
	margin-bottom: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* 大会特邀报告 */
.meeting {
	position: relative;
}

.bj01 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.bj02 {
	position: absolute;
	top: 0;
	right: 0;
}

.meeting .container {
	position: relative;
	z-index: 9;
}

.meeting .container-head {
	margin-bottom: 70px;
}

.meeting li {
	text-align: center;
	width: calc(25% - 30px);
}

.meeting li .img {
	width: 172px;
	height: 172px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	box-shadow: 0 6px 15px rgba(113, 113, 113, 0.25);
}

.meeting li .img_r {
	border: 1px solid #EEEEEE;
	padding-bottom: 20px;
	height: 210px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-top: -87px;
}

.meeting li .tit {
	font-size: 28px;
	color: #222222;
	margin-bottom: 15px;
}

.meeting li .nr p {
	font-size: 20px;
	color: #666666;
	line-height: 2;
}


.meeting .btn {
	padding: 20px 0;
	text-align: center;
}

.meeting .btn img {
	margin-right: 30px;
}

.meeting .btn a {
	width: 48%;
	height: 96px;
	font-size: 24px;
	color: #ffffff;
	background: #3f65e2;
	line-height: 96px;
}

.meeting .btn a:last-of-type {
	background: #08b2bd;
}

.meeting .btn a:hover {
	opacity: 0.9;
}


.invite {
	background-image: url('../img/inviteBg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 53px 0;
	margin: 80px 0;
}

.invite-item {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 12px 0 20px;
	position: relative;
}

.invite-item:first-child::after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #5293FF;
}

.invite-item p {
	color: #FFFFFF;
	font-size: 28px;
	margin: 30px 0 25px;
}

.invite-item a {
	height: 40px;
	width: 120px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 38px;
	border: 1px solid #fff;
	box-sizing: border-box;
}

/* 相关下载 */
.download {
	padding-bottom: 80px;
}



.download li a {
	padding: 20px 24px 20px 50px;
	position: relative;
}


.download li a:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.download li .nr {
	font-size: 22px;
	line-height: 28px;
	color: #333333;
	width: 80%;
}

.download li .btn {
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #0032E8;
	border: 1px solid #0032E8;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	transition: 0.3s all;
}

.download li a::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #666666;
	border-radius: 10px;
	left: 26px;
	top: 50%;
	transform: translateY(-50%);
}

.download li a:hover .btn {
	background-color: #0032E8;
	color: #fff;
}

.download .box {
	position: relative;
}



/* 协办单位 */
.unit .box {
	padding: 20px 0 60px;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.unit li {
	width: 14.28%;
	background: #fff;
	text-align: center;
	display: inline-block;
	font-size: 14px;

}

.unit li a {
	display: block;
	padding: 10px;
}

.unit li p {
	color: #666666;
	height: 44px;
	line-height: 22px;
}

.xz-box {
	display: flex;
	flex-wrap: wrap;
}

.unit li:hover {
	border-color: #3f65e2;
}

/* 往届年会回顾 */
.title {
	font-size: 36px;
	padding: 50px;
	text-align: center;
	position: relative;
}

.history {
	background: url('../img/history.jpg') no-repeat top center;
	background-size: 100% 100%;
	padding: 90px 0 140px;
}

.history .box {
	display: none;
}



.history .box .jj {}

.history .box .jj .tit {
	color: #fff;
	padding: 0 0 25px 0;
	font-size: 20px;
	border-bottom: 1px solid #fff;
	line-height: 1;
	margin-bottom: 20px;
}

.history .box .jj .tit span {
	font-size: 48px;
	margin-right: 20px;
}

.history .box .jj .tt {
	font-size: 30px;
	color: #fff;
	padding-bottom: 20px;
}

.history .box .jj .nr {
	padding: 0 0 15px 0;
	line-height: 22px;
	font-size: 16px;
	opacity: 0.65;
}

.history .box .jj .btn {
	border: 1px solid rgba(255, 255, 255, 0.54);
	width: 130px;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
}

.history .box .jj .btn a {
	color: rgba(255, 255, 255, 0.54);
	display: block;
	text-align: center;
}

.history .show {
	display: block;
}

.review {
	display: flex;
}

.history .years {
	background: url('../img/history.png') no-repeat center center;
	color: #02b1f2;
	background-size: 100%;
	width: 160px;
	margin-right: 25px;
	padding-top: 55px;
	position: relative;
}

.history .years::after {
	position: absolute;
	content: '';
	top: 35px;
	border-radius: 3px;
	width: 6px;
	bottom: 0;
	left: 102px;
	background-color: #00C2FF;
}

.history .yearBox {
	flex: 1;
	min-width: 0px;
}

.history .yearBox img {
	max-height: 500px;
	/* width: 100%; */
	text-align: center;
}

.history .years li {
	cursor: pointer;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 30px;
	padding-bottom: 50px;
	position: relative;
}

.history .years li::after {
	position: absolute;
	content: '';
	background-color: #00F0FF;
	width: 10px;
	height: 10px;
	border: 4px solid #00C2FF;
	border-radius: 10px;
	left: 96px;
	top: 6px;
	z-index: 1;
}

.history .years li.on::after {
	height: 30px;
	width: 69px;
	left: 90px;
	top: 0;
	background-color: transparent;
	border: 0;
	background-image: url('../img/his_on.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.history .years p {
	font-size: 16px;
	line-height: 1;
	opacity: 0.7;
	margin-top: 12px;
}




/* 当浏览器的可视区域小于1280px */
@media screen and (max-width:1280px) {}

/* 当浏览器的可视区域小于1200px */
@media screen and (max-width:1200px) {

	.meeting .box {
		flex-wrap: wrap;
		padding: 50px 20px;
	}

	.meeting .box li {
		width: 50%;
	}

	.meeting .box li .img {
		height: auto;
	}

	.meeting .box li a {
		margin: 15px;
		display: block;
	}

	.unit li {
		width: calc(33% - 20px);
		margin: 8px;
		font-size: 14px;
	}

	.history .box,
	.news .box {
		flex-direction: column;
		align-items: center;
	}

	.history .box>div,
	.news .box>div {
		width: 100% !important;
		margin: 5px auto;
	}


}

/* 当浏览器的可视区域小于980px */
@media screen and (max-width: 980px) {

	.title {
		padding: 30px;
		font-size: 28px;
	}

	.tabTitle {
		height: 60px;
		line-height: 60px;
	}

	.tabTitle .tit {
		font-size: 22px;
	}

	.tabTitle .tit.active {
		font-size: 26px;
	}

	.tabBox li {
		width: calc(50% - 30px);
		height: 40px;
		margin: 10px 0 0;
	}

	.tabBox li a {
		line-height: 40px;
		font-size: 16px;
		background-size: 50px;
	}

	.tabBox li a:hover {
		background-size: 50px;
	}

	.news .more {
		margin: 0 0 0 0
	}

	.meeting .btn {
		flex-direction: column;
		align-items: center;
		height: auto;
	}

	.meeting .btn>div {
		width: 90% !important;
		text-align: center !important;
		margin: 5px auto;
	}

	.meeting .btn>div {
		line-height: 60px;
		height: 60px;
	}

	.meeting .btn a {
		width: 100%;
	}


	.review {
		flex-direction: column;
	}

	.history .years {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 0 50px;
		margin-bottom: 50px;
	}

	.history .years::after {
		height: 6px;
		width: 100%;
		left: 0;
		top: 80px;
	}

	.history .years li::after {
		left: 50%;
		top: 75px;
		transform: translateX(-50%);
	}

	.history .years li {
		padding: 0 0;
	}

	.history .years li.on::after {
		transform: translateX(-50%)rotate(90deg);
		left: 50%;
		top: 90px;
	}


}

/* 当浏览器的可视区域小于650px */
@media screen and (max-width: 650px) {

	.history,
	.news {
		background-size: auto 100%;
	}

	.tabTitle {
		height: 50px;
		line-height: 50px;
	}

	.tabTitle .tit {
		font-size: 18px;
		width: 112px;
	}

	.tabTitle .tit.active {
		font-size: 22px;
	}

	.tabBox li {
		width: calc(100% - 20px);
		height: 40px;
		margin: 5px 10px;
	}

	.tabBox li a {
		padding-left: 20px;
	}

	.tabBox li a::before {
		left: 10px;
	}

	.news_right li .img {
		width: 30%;
	}

	.meeting .box li {
		width: 100%;
	}

	.unit li {
		width: calc(50% - 10px);
		margin: 3px;
		height: 140px;
		overflow: hidden;
	}

	.unit li img {
		max-height: 86px;
	}

	.container-head {
		margin-bottom: 20px;
	}

	.unit li a {
		padding: 10px;
	}


	.download li .nr {
		font-size: 14px;
		width: 75%;
	}

	.download li a::before {
		width: 4px;
		height: 4px;
		left: 6px;
	}

	.download li .btn {
		width: 70px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}


	.download li a {
		padding: 10px 10px 10px 20px;
	}


	.history .years {
		padding: 0;
		background: none;
		padding: 20px 0;
	}

	.history .years p {
		padding-top: 0px;
	}

	.meeting .box li a {
		margin: 15px 0;
	}

	.meeting li .img {
		width: 102px;
		height: 102px;
	}

	.meeting li .img_r {
		height: 140px;
		margin-top: -47px;
	}

	.meeting li .tit {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.meeting li .nr p {
		font-size: 16px;
	}

	.invite-item {
		padding: 10px 0;
	}

	.invite-item p {
		font-size: 20px;
		margin: 10px 0;
	}

	.invite {
		margin: 30px 0;
	}

	.invite-item img {
		width: 75px;
		height: 75px;
	}

	.invite {
		padding: 30px 0;
	}

	.invite-item a {
		height: 32px;
		font-size: 14px;
		line-height: 30px;
		width: 92px;
	}

	.science .container-head {
		margin-bottom: 20px;
	}

	.science {
		margin-bottom: 30px;
	}

	.news .container-head {
		margin-bottom: 20px;
	}

	.news {
		margin-bottom: 30px;
	}

	.meeting .container-head {
		margin-bottom: 20px;
	}

	.meeting .box {
		padding: 0 20px;
	}

	.download {
		padding-bottom: 20px;
	}

	.unit .box {
		padding-bottom: 20px;
	}

	.history .years li {
		font-size: 16px;
	}

	.history .years p {
		font-size: 14px;
		margin-top: 4px;
	}

	.history .box .jj .tit span {
		font-size: 24px;
	}

	.history .box .jj .tit {
		font-size: 16px;
	}

	.history .box .jj .tt {
		font-size: 20px;
	}

	.history .box .jj .nr {
		font-size: 14px;
	}

	.history {
		padding: 30px 0 20px;
	}

	.history .years li::after {
		top: 54px;
	}

	.history .years li.on::after {
		top: 68px;
	}
}