/* ----------- 首页 ----------- */
/* 学术分会 */
.tabs .show {
	display: block;
}

.tabTitle {
	width: 300px;
	margin-right: 20px;
	background-color: #F3F7FF;
	padding: 10px;
	height: 420px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.tabTitle .tit {
	height: 205px;
	background: linear-gradient(270deg, rgba(0, 87, 255, 0.1) 0%, rgba(0, 87, 255, 0.05) 100%);
	cursor: pointer;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.tabTitle .tit.active {
	background: linear-gradient(360deg, #0025C2 0%, #0A1380 100%);
}

.tabTitle .tit.active .name {
	color: #fff;
}

.tabTitle .tit.active .total {
	color: #fff;
}

.tabTitle .tit.active .total span {
	color: #FDD000;
}

.tabTitle .tit.active svg path {
	fill: #fff;
}

.tabTitle .tit .name {
	font-size: 30px;
	color: #19244A;
	font-weight: 620;
	line-height: 1;
}

.tabTitle .tit svg {
	margin-left: auto;
}

.tabTitle .total {
	font-size: 16px;
	color: #79819D;
	line-height: 1.35;
	margin-top: 10px;
}

.tabTitle .total span {
	color: #F7941C;
	padding: 0 2px;
}

.flex-l {
	flex: 1;
	min-width: 0;
}

/* 显示两行文字 */
.line-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 显示三行文字 */
.line-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


.tabBox .total {
	font-size: 18px;
	color: #999999;
	text-align: center;
	margin: -10px 0 10px 0;
}

.tabBox {
	background: #F3F7FF;
	flex: 1;
	min-width: 0;
	height: 420px;
	padding: 10px;
	display: none;
}

.forum-list {
	height: 375px;
	margin: -5px;
}

.tabBox li {
	width: 33.33%;
	box-sizing: border-box;
	height: 60px;
	float: left;
	padding: 5px;
	margin: 0 0 14px 0;
}

.tabBox li a {
	background-color: #FFFFFF;
	color: #1D2A72;
	font-size: 18px;
	display: block;
	font-weight: 620;
	line-height: 50px;
	padding-left: 36px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}


.tabBox li a::before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #006CFF;
}

.tabBox li a:hover {
	background: linear-gradient(90deg, #0A1380 0%, #0025C2 100%);
	color: #fff;
}

.tabBox li a:hover::before {
	background-color: #ffffff;
}

.tabSwiper {
	padding-bottom: 10px;
}

.swiper-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 15px;
}

.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: #fff;
	border-color: #0025C2;
	background-color: #0025C2;
}



/* 年会资讯 */
.news {
	padding: 70px 0;
	background-color: #F3F7FF;
}



.container-head .more {
	border: 1px solid #0057FF;
	color: #0057FF;
	background-color: #fff;
	font-size: 18px;
	width: 164px;
	text-align: center;
	line-height: 48px;
}

.container-head .more:hover {
	color: #FFF;
	background: #0057FF;
}

.news .flex {
	align-items: flex-start;
}

.news_left {
	width: calc(50% - 10px);
	position: relative;
	box-sizing: border-box;
}

.news_left img {
	width: 100%;
}

.news_left .tit {
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	padding: 12px 30px;
}

.news_left .tit a {
	display: block;
	color: #1D2A72;
	font-size: 24px;
	font-weight: 620;
	line-height: 1.35;
	margin-bottom: 14px;
}

.news_left .tit .desc {
	color: #79819D;
	font-size: 16px;
	line-height: 1.6;
}

.news_right {
	width: calc(50% - 10px);
}

.news_right li {
	overflow: hidden;
	background: #FFFFFF;
	margin-bottom: 18px;
	padding: 18px 20px;
	display: flex;
	align-items: center;
}

.news_right li .img {
	width: 150px;
	margin-right: 15px;
}

.news_right li img {
	height: 90px !important;
	width: 150px !important;
	object-fit: cover;
	;
}


.news_right li .tit {
	font-size: 18px;
	font-weight: 620;
	line-height: 1.35;
	margin-bottom: 12px;
}

.news_right li .tit a {
	color: #1D2A72;
	padding-left: 12px;
	position: relative;
}

.news_right li .tit a:before {
	position: absolute;
	content: '';
	width: 5px;
	left: 0;
	border-radius: 3px;
	height: 18px;
	top: 50%;
	transform: translateY(-50%);
	background: #0057FF;
}

.news_right li .tit a:hover {
	color: #0057FF;
}

.news_right li .nr {
	color: #79819D;
	font-size: 16px;
	line-height: 1.5;
}

.news .container-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* 大会特邀报告 */
.meeting {
	position: relative;
	padding: 70px 0;
}

.bj01 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.bj02 {
	position: absolute;
	top: 0;
	right: 0;
}

.meeting .container {
	position: relative;
	z-index: 9;
}

.meeting .container-head {
	align-items: center;
	justify-content: space-between;
}

.meeting li {
	text-align: center;
	width: calc(33.33% - 13px);
}

.meeting li a {
	background-color: #F3F7FF;
	padding: 50px 0;
	display: block;
}


.meeting li .img {
	width: 190px;
	height: 190px;
	border: 5px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	box-shadow: 0px 0px 20px 0px #0057FF1A;
}

.meeting li .img_r {
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.meeting li .tit {
	font-size: 32px;
	line-height: 1.3;
	color: #1D2A72;
	margin-bottom: 18px;
}

.meeting li .nr p {
	font-size: 20px;
	color: #79819D;
	line-height: 1.5;
}


.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: 59px 0;
}

.invite-item {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}


.invite-item p {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	color: transparent;
	/* 设置线性渐变，从红色渐变到蓝色 */
	background: linear-gradient(180deg, #4594FF 0%, #FCFFFF 100%);
	/* 使用 -webkit-background-clip 属性将背景剪裁至文本形状 */
	-webkit-background-clip: text;
	/* 非Webkit内核浏览器需要使用标准前缀 */
	background-clip: text;
	margin: 20px 0 30px;
}

.invite-item a {
	height: 50px;
	width: 180px;
	text-align: center;
	font-size: 20px;
	color: #0032E8;
	line-height: 50px;
	font-weight: 400;
	background-color: #fff;
	box-sizing: border-box;
}

/* 相关下载 */
.download {
	padding: 70px 0;
	background: #F3F7FF;
}

.downList {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.downList li {
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}

.download li a {
	padding: 30px;
	position: relative;
	background: #FFFFFF;
}

.download li .line {
	width: 1px;
	height: 54px;
	background-color: #F0F0F0;
	margin: 0 30px;
}


.download li a:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.download li a:hover .nr {
	color: #0057FF;
}

.download li .icon {
	width: 40px;
}

.download li .time {
	color: #CED3E4;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.download li .nr {
	font-size: 20px;
	line-height: 28px;
	color: #1D2A72;
}

.download .box {
	position: relative;
}



/* 协办单位 */
.unit {
	padding: 70px 0 20px;
}

.unit .container-head {
	justify-content: center;
}

.unit .box {
	margin-bottom: 40px;
}

.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;
	justify-content: center;
	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: 85px 0 105px;
}


.historyTabs .swiper-button-prev {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	left: 0;
	margin-top: -24px;
	background: #fff;
	color: #D2D6DE;
	text-align: center;
	line-height: 48px;
}

.historyTabs .swiper-button-prev .iconfont,
.historyTabs .swiper-button-next .iconfont {
	font-size: 20px;
}


.historyTabs .swiper-button-next {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	right: 0;
	margin-top: -24px;
	background: #fff;
	color: #D2D6DE;
	text-align: center;
	line-height: 48px;
}


.history .container-eng {
	display: inline-block;
	font-size: 40px;
	font-weight: 300;
	margin-left: 10px;
}

.history-item.on .years {
	background-image: url('../img/s2.png');
	color: #fff;
}

.history-item.on .num {
	color: #fff;
	background-color: #BD26F9;
	border-color: #BD26F9;
}

.historyTabs {
	position: relative;
	padding: 0 38px;
}

.history .box .jj {
	width: calc(45% - 17px);
	background-color: #F3F7FF;
	padding: 30px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
}

.history .box .jj .time {
	color: #BBC0D2;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.3;
}

.history .box .jj .tit {
	color: #1D2A72;
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1.3;
}


.history .box .jj .tt {
	font-size: 48px;
	color: #1D2A72;
	font-weight: 630;
	line-height: 1.3;
	margin-bottom: 30px;
}

.history .box .jj .nr {
	font-size: 16px;
	color: #9BA0AE;
	line-height: 1.5;
}

.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 .box {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	background-color: #fff;
}

.history .box .img {
	width: calc(55% - 3px);
}

.history-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}

.historySwiper {
	margin-bottom: 30px;
}

.history-item .years {
	width: 64px;
	height: 64px;
	background-image: url('../img/s1.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #9BA0AE;
	font-size: 20px;
	text-align: center;
	line-height: 64px;
	font-family: 'din';
	position: relative;
}


.history-item .num {
	border: 1px solid #D2D6DE;
	background: #fff;
	color: #9BA0AE;
	font-size: 12px;
	padding: 0 9px;
	line-height: 24px;
	border-radius: 13px;
	font-weight: bold;
	margin-top: 4px;
}



.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;
}

.programbtn {
	display: block;
	height: 300px;
	width: 100%;
	/* background: url('../img/programbtn.jpg') no-repeat center;
	background-size: 100% auto; */
}

.programbtn img {
	width: 100%;
	height: 100% !important;
	display: block;
	object-fit: cover;
}

.fenhuiTitle {
	height: 100px;
	line-height: 100px;
	position: relative;
	border-bottom: 1px solid #DDDDDD;
}

.fenhuiTitle .tit {
	font-size: 28px;
	color: #222222;
	text-align: center;
	cursor: pointer;
	margin-right: 16px;
	width: 212px;
	position: relative;
}


.fenhuiTitle .tit.active {
	font-size: 32px;
	color: #0032E8;
}


.fenhuiTitle .tit.active::after {
	position: absolute;
	content: '';
	height: 3px;
	left: 0;
	width: 100%;
	bottom: -1px;
	background-color: #0032E8;
}

.fenhuiTitle .total {
	font-size: 18px;
	color: #999999;
	position: absolute;
	right: 30px;
	top: 0;
}

.fenhuiTitle .total span {
	color: #0066FF;
}

/* 当浏览器的可视区域小于1280px */
@media screen and (max-width:1280px) {}

/* 当浏览器的可视区域小于1200px */
@media screen and (max-width:1200px) {
	.notice-title {
		font-size: 32px;
		margin-bottom: 30px;
	}

	.notice-area,
	.news,
	.meeting,
	.download {
		padding: 50px 0;
	}

	.unit {
		padding-top: 50px;
	}

	.history {
		padding: 50px 0;
	}

	.history .container-eng {
		font-size: 24px;
	}

	.history .box .jj .tt {
		font-size: 32px;
	}

	.notice .notice_left .time span {
		font-size: 20px;
	}

	.notice .notice_left .time {
		font-size: 14px;
	}

	.tabBox li a {
		font-size: 16px;
	}

	.tabTitle .tit .name {
		font-size: 26px;
	}

	.programbtn {
		height: 250px;
	}

	.container-head .more {
		font-size: 16px;
		line-height: 40px;
		width: 124px;
	}


	.meeting .box {
		flex-wrap: wrap;
		margin: -15px;
	}

	.meeting .box li {
		width: 50%;
	}

	.meeting .box li .img {
		height: auto;
	}

	.meeting .box li a {
		margin: 15px;
		display: block;
	}

	.invite-item p {
		font-size: 30px;
	}

	.invite-item img {
		width: 84px;
		height: 84px;
	}

	.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;
	}

	.notice .titImg {
		width: 64px;
		height: 64px;
		margin-right: 18px;
		font-size: 20px;
	}

	.notice .notice_left li {
		margin-left: 18px;
		height: 64px;
	}

	.notice .notice_left .tit {
		font-size: 14px;
		line-height: 28px;
	}

	.notice .notice_left .time {
		height: 32px;
		line-height: 32px;
	}

	.notice .notice_left .info {
		height: 62px;
	}

	.notice .notice_left .icon {
		width: 64px;
		height: 64px;
	}

	.notice .notice_left .icon img {
		width: 32px;
		height: 32px;
	}

	.meeting .btn {
		flex-direction: column;
		align-items: center;
		height: auto;
	}

	.meeting .btn>div {
		width: 90% !important;
		text-align: center !important;
		margin: 5px auto;
	}

	.programbtn {
		height: 200px;
	}

	.meeting .btn>div {
		line-height: 60px;
		height: 60px;
	}

	.meeting .btn a {
		width: 100%;
	}

	.history-item .years {
		font-size: 18px;
	}

	.fenhuiTitle .tit {
		font-size: 22px;
	}

	.fenhuiTitle .tit.active {
		font-size: 26px;
	}
}

/* 当浏览器的可视区域小于650px */
@media screen and (max-width: 650px) {

	.notice-area,
	.news,
	.meeting,
	.download {
		padding: 30px 0;
	}

	.notice-title {
		font-size: 24px;
		margin-bottom: 20px;
	}


	.history,
	.news {
		background-size: auto 100%;
	}

	.tabTitle {
		width: 100%;
		margin-bottom: 20px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		flex-direction: row;
		padding: 0;
		height: 145px;
	}


	.tabTitle .tit {
		font-size: 18px;
		width: calc(50% - 10px);
		padding: 10px;
		height: 145px;
	}
	
	.fenhuiTitle{
		height: 50px;
		line-height: 50px;
		margin-top: 20px;
	}

	.fenhuiTitle .tit {
		font-size: 18px;
		width: 112px
	}

	.fenhuiTitle .tit.active {
		font-size: 22px;
	}

	.tabTitle .tit .name {
		font-size: 20px;
	}

	.tabBox {
		height: auto;
	}

	.tabTitle .total {
		font-size: 14px;
	}

	.tabTitle .tit svg {
		height: 54px;
		width: 54px;
	}

	.tabTitle .tit.active {
		font-size: 22px;
	}

	.tabBox li {
		width: 100%;
	}

	.tabBox li a {
		font-size: 14px;
	}

	.news_right li .tit {
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.news_right li {
		padding: 15px;
	}

	.news_left .tit {
		padding: 15px;
	}

	.news_left .tit .desc {
		font-size: 14px;
	}

	.news_left .tit a {
		font-size: 18px;
	}


	.news_right li .nr {
		font-size: 14px;
	}


	.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;
	}

	.downList li {
		width: 100%;
	}


	.download li a {
		padding: 15px;
	}

	.download li .line {
		margin: 0 15px;
	}

	.download li .nr {
		font-size: 16px;
	}

	.download li .time {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.download li .icon {
		width: 30px;
	}


	.historyTabs {
		padding: 0 28px;
	}

	.historyTabs .swiper-button-next,
	.historyTabs .swiper-button-prev {
		width: 36px;
		margin-top: -18px;
		line-height: 36px;
		height: 36px;
	}

	.historyTabs .swiper-button-prev .iconfont,
	.historyTabs .swiper-button-next .iconfont {
		font-size: 16px;
	}


	.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 p {
		font-size: 20px;
		margin: 15px 0;
	}


	.invite-item img {
		width: 64px;
		height: 64px;
	}

	.invite {
		padding: 30px 0;
	}

	.invite-item a {
		height: 32px;
		font-size: 14px;
		line-height: 30px;
		width: 92px;
	}



	.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 .box .jj .tit span {
		font-size: 24px;
	}

	.history .box .jj .tit {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.history .box .jj .tt {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.history .box .jj .nr {
		font-size: 14px;
	}

	.history {
		padding: 30px 0 20px;
	}


	.programbtn {
		height: 100px;
	}

	.tabs {
		flex-direction: column;
	}

	.history .box .jj {
		padding: 20px;
	}

	.history .container-eng {
		display: none;
	}
}