﻿@charset "utf-8";
/* CSS Document */

/*2025.5.14*/

.box {
	overflow: hidden;
}

.container {
	max-width: 1400px;
	/*min-width: 1170px;*/
	padding: 0;
	/*width: 90%;*/
}

.top {
	background: url(../../images/topbg.jpg) no-repeat center top;
	min-height: 910px;
	padding-top: 23px;

}

.logo {
	width: 550px;
}

.wc-menu {
	padding-top: 20px;
	width: calc(100% - 550px);
	text-align: right;
}

.wc-menu ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
}

.wc-menu ul li {
	line-height: 40px;
	position: relative;
	/*display: table-cell;*/
	display: inline-block;
	list-style: none;
	margin: 0 18px;

}

.wc-menu ul li a {
	font-size: 18px;
	color: #fff;
	position: relative;
	display: block;
	/*transition: all 0.2s;*/
	text-decoration: none;

	border-radius: 15px;
}

.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a:hover {

	color: #c0ecfe;
	opacity: 0.8;

}

.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	left: -20%;
	top: 100%;
	background: rgba(255, 255, 255, 0.95);
	width: 140%;
	z-index: 111 !important;
	display: none;
	opacity: 1;
	border-radius: 3px;
}

.wc-menu ul li .ernav ul {
	padding-left: 0;
	display: block;
	margin-bottom: 0;
	text-align: left;
	border: none;
}

.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: left;

	border: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #000;
	margin: 0;
	display: block;
	padding: 10px 5px;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
}

.wc-menu ul li .ernav ul li a:hover {
	/*background: #23519d;*/
	color: #5285e3;
}

.menu-fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 11111;
	background: rgba(255, 255, 255, 0.6);
	padding: 10px 0;
	backdrop-filter: blur(10px);
	box-shadow: 0 0 10px #ccc;
	/* border-bottom: 1px #0836bf solid; */
}

.menu-fixed .wc-menu ul li a {
	color: #0836bf;
}

.menu-fixed .wc-menu ul li a:hover {
	color: #FF9800;
}

/*menu End*/
img {
	max-width: 100%;
}

.ban-text {
	padding-top: 100px;

}

.bt1 h4 {
	font-size: 52px;
	font-weight: bold;
	color: #fff;
	font-family: 'HarmonyOS_Sans_SC_Bold';
	line-height: 44px;
	margin: 30px 0 20px;
}

.bt1 span {
	font-size: 18px;
	color: #fff;
	margin: 0;

}

.bt2 {
	margin-top: 20px;

}

.bt2 p {
	font-size: 18px;
	color: #fff;
	margin: 0;
	line-height: 29px;

}

.bt2 span {
	font-size: 18px;
	color: #fff;
	margin: 0;
	display: block;
	margin-top: 20px;
}

.djs {
	margin-top: 30px;
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 100%;
}

.djs ul {
	padding: 0;
	margin: 0;
	text-align: center;

}

.djs ul li {
	text-align: center;
	color: #fff;
	/*float: left;*/
	display: inline-block;
	/* background: url(../../images/dbg.png) no-repeat center center; */
	width: 218px;
	height: 255px;
	margin: 0 10px;
	padding-top: 70px;

}

.djs ul li p {
	font-size: 52px;
	margin-bottom: 0;
}

.djs ul li span {
	display: block;
	font-size: 24px;
	margin-top: -5px;
}


.quick-link {}

.quick-link ul {
	padding: 0;
	margin: 0;
	/*display: flex;*/

}

.quick-link ul li {
	display: inline-block;
	/*justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;*/
	width: 23%;
	margin-right: 2%;
	padding: 7px 20px;
	border-radius: 15px;
	position: relative;
	transition: all 0.4s ease-out;
	background-repeat: no-repeat;
	background-position: center center;
}

.quick-link ul li img {
	visibility: hidden;
}

.quick-link ul li:nth-child(1) {
	background-image: url(../../images/q-icon_1.png);
}

.quick-link ul li:nth-child(2) {
	background-image: url(../../images/q-icon_2.png);
}

.quick-link ul li:nth-child(3) {
	background-image: url(../../images/q-icon_3.png);
}

.quick-link ul li:nth-child(4) {
	background-image: url(../../images/q-icon_4.png);
}



.quick-link ul li:nth-child(4) {
	margin-right: 0;
}

.quick-link ul li a {

	display: block;
}

.quick-link ul li a span {
	font-size: 20px;
	color: #fff;
	position: absolute;
	right: 30px;
	bottom: 25%;
}

.quick-link ul li:hover {
	transition: all 0.4s ease-out;
	transform: translateY(-10px);
}

.index-con {
	padding-top: 80px;
}

.welcome {
	margin-top: 80px;
}

.new-top {
	/*text-align: center;*/
}

.new-top .new-tit {
	font-size: 42px;
	text-transform: uppercase;
	color: #0836bf;
	display: inline-block;
	position: relative;
}

.new-top span {
	/* font-size: 18px;
	color: #999; */
	font-size: 26px;
	display: block;
	margin: 15px 0 22px;
}

.new-top i {
	width: 97px;
	height: 4px;
	background: #29abe2;
	display: block;

}


.welcome-con {

	margin-top: 32px;

}

.welcome-con .we-p p {
	font-size: 20px;
	color: #333;
	line-height: 32px;
	margin-bottom: 30px;
}

.fen {}

.fen h5 {
	font-size: 32px;
	font-weight: bold;
	color: #333;
	margin-top: 35px;
}

.fen-con {}

.fen-con ul {
	padding: 0;
	margin: 0;
	/* padding-top: 35px; 
	background-color: #c2e2f9;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.fen-con ul li {
	/* border-bottom: 1px solid #c2e2f9; 
	border-right: 1px solid #c2e2f9;	
	background-color: #fff; 
	float: left; */
	width: 25%;
	height: 168px;
	/* padding: 25px 25px; */
	transition: all 0.4s ease;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;

}

.fen-con ul li .t_no {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 30%;
	margin-bottom: 30px;
}
.fen-con ul li .t_title {
	width: 60%;     visibility: hidden;
}
.fen-con ul li .t_no .n {
    font-size: 27px;
}

.fen-con ul li img {
	visibility: hidden;
}

.fen-con ul li:nth-child(1) {
	background-image: url(../../images/topic/10.png);
}

.fen-con ul li:nth-child(2) {
	background-image: url(../../images/topic/9.png);
}

.fen-con ul li:nth-child(3) {
	background-image: url(../../images/topic/8.png);
}

.fen-con ul li:nth-child(4) {
	background-image: url(../../images/topic/7.png);
}

.fen-con ul li:nth-child(5) {
	background-image: url(../../images/topic/6.png);
}

.fen-con ul li:nth-child(6) {
	background-image: url(../../images/topic/5.png);
}

.fen-con ul li:nth-child(7) {
	background-image: url(../../images/topic/4.png);
}

.fen-con ul li:nth-child(8) {
	background-image: url(../../images/topic/3.png);
}

.fen-con ul li:nth-child(9) {
	background-image: url(../../images/topic/2.png);
}

.fen-con ul li:nth-child(10) {
	background-image: url(../../images/topic/1.png);
}

/* .fen-con ul li:nth-child(5),
.fen-con ul li:nth-child(6),
.fen-con ul li:nth-child(7),
.fen-con ul li:nth-child(8),
.fen-con ul li:nth-child(9),
.fen-con ul li:nth-child(10) {
	border-bottom: none;
}

.fen-con ul li:nth-child(4),
.fen-con ul li:nth-child(10) {
	border-right: none;
} */



.fen-con ul li p {
	margin-top: 17px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
}

.fen-con ul li:hover {
	transform: scale(1.08);
	/* border: 1px #29abe2 solid; 
	box-shadow: 0 5px 15px #ccc;*/
}

.speaker {
	margin-top: 50px;

}

.new-top2 i {
	margin-top: 20px;

}

.speak-con {
	padding-top: 48px;
	overflow: hidden;
}

.speak-con .swiper-container {
	padding-bottom: 30px;

}

.speak-con a {
	display: block;
	text-decoration: none;
	transition: all 0.4s ease-out;
}

.speak-con a h4 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-top: 30px;
}

.speak-con a span {
	display: block;
	font-size: 16px;
	color: #333;
	margin: 10px 0 15px;
}

.speak-con a p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	min-height: 70px;

}

.speak-con a:hover {
	/*box-shadow: 0px 5px 17px -7px rgb(0 0 0 / 64%);
	transform: scale(1.01);*/
}

.speak-con .swiper-pagination {
	bottom: 0px;
	width: 100%;

	z-index: 11;
	text-align: center;

}


.speak-con .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: #29abe2;
	cursor: pointer;
	opacity: 1;
	margin-right: 20px;
	border: 3px solid transparent;
	border-top: none;

	border-radius: 50%;
}

.speak-con .swiper-container .swiper-pagination-bullet-active {
	border: 2px solid #29abe2;
	background: transparent;
}



.meet {
	margin-top: 50px;

}

.meet-con {
	margin-top: 45px;

}

.meet-con a {
	text-decoration: none;
	display: block;

}

.meet-con a .m-img {
	overflow: hidden;
}

.meet-con a .m-img img {
	width: 100%;
	transform: scale(1.0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.meet-con a:hover .m-img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all 0.2s linear;
}

.meet-con a .m-tt {}

.meet-con a .m-tt span {
	display: block;
	font-size: 20px;
	color: #01c4d2;
	margin: 25px 0;
}

.meet-con a .m-tt p {
	font-size: 20px;
	color: #333;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.dates {
	/* background: linear-gradient(45deg, #c1ffb7, #069); */
	background: url(../../images/nytop_jlu.jpg?v) no-repeat center center;
	background-size: cover;
	padding-bottom: 80px;
	margin-top: 50px;
	padding-top: 50px;
}

.dates .new-tit {
	color: #fff;
}
.date-con {
	margin-top: 45px;

}

.date-con a {
	text-decoration: none;
	display: block;
	display: flex;
	background: rgba(223,242,251,.85);
	padding: 30px 35px;
	transition: all 0.4s ease-out;
}

.date-con a .not-limg {

	width: 52px;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}

.date-con a .not-ltt {
	padding-left: 24px;
	width: calc(100% - 55px);
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	transition: all 0.8s;
}

.date-con a .not-ltt span {
	display: block;
	font-size: 20px;
	color: #0836bf;
	margin-bottom: 5px;
}

.date-con a .not-ltt p {

	font-size: 20px;
	color: #333;
	margin-bottom: 0;
}

.date-con a:hover {
	background: rgba(255, 255, 255, 0.9);
	transition: all 0.4s ease-out;
	transform: translateY(-10px);
}

/*footer*/


/*footer*/

.footer {
	background: #3b3b3b;
	padding: 45px 0 25px;
}

.footer p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 18px;
}

.foot-right p {
	font-size: 16px;
	margin-bottom: 1px;
	margin-top: 20px;
}

.linear-gradient-text {
	background: linear-gradient(135deg, #fbb03b 10%, #29b2dc 20%, #2eb558 40%, #4d319a 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: bold;
}

/*.wc-copyEnd*/



/*.wc-copyEnd*/
@media (max-width: 1400px) {

	.container {
		width: 95%;
	}

	.wc-menu ul li {

		margin: 0 11px;

	}



}