@charset "utf-8";

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/Gilroy-Regular.woff2') format('woff2'),
		url('fonts/Gilroy-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html {
	font-size: 62.5%;
}

body {
	margin: 0px;
	font-size: 12px;
	color: #202020;
	font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;
	cursor: default;
}

* {
	padding: 0px;
	margin: 0px;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	list-style: none;
	font-weight: normal;
	color: #555;
}

input,
select,
button {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;
	border: 0;
	background: none;
	outline: none;
	vertical-align: middle;
}

button {
	overflow: visible
}

img {
	border: none;
}

li {
	list-style: none;
}

a {
	color: #202020;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

a:hover {
	color: #005caf;
}

.language-switcher {
	display: inline-flex;
	background: #f0f0f0;
	border-radius: 50px;
	padding: 5px;
	position: relative;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.language-option {
	padding: 5px 15px;
	cursor: pointer;
	border-radius: 50px;
	z-index: 1;
	transition: color 0.3s ease;
	font-weight: 500;
	position: relative;
	user-select: none;
}

.language-slider {
	position: absolute;
	height: calc(100% - 10px);
	width: calc(50% - 2px);
	background: #6a11cb;
	background: linear-gradient(90deg, #0354a6 0%, #a14393 100%);
	border-radius: 50px;
	top: 5px;
	left: 5px;
	transition: all 0.3s ease;
}

.english-selected .language-slider {
	left: calc(50%);
}

.language-option.selected {
	color: white;
}

.con {
	width: 1200px;
	margin: 0 auto;
}

.clear {
	overflow: hidden;
	clear: both;
	height: 0px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.con {
	width: 1200px;
	margin: 0 auto;
}

.container {
	width: 1200px;
	margin: 0 auto
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	height: 100px;
}

.header.on {
	box-shadow: 0 0 10px #aaa;
	background: rgba(255, 255, 255, 1)
}

.header .container {
	position: relative;
	height: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.header .logo {
	width: 260px;
	float: left;
	margin: 25px 0;
}

.header .logo img {
	width: 100%;
	height: auto;
	display: block;
}

.header .logo .img2 {
	display: none
}

.header.on .logo .img1 {
	display: none
}

.header.on .logo .img2 {
	display: block
}

.header .an {
	position: absolute;
	top: 50%;
	right: 15px;
	height: 18px;
	width: 30px;
	display: none;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.header .an span {
	width: 30px;
	height: 2px;
	background-color: #555;
	display: block;
	position: absolute;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.header .an span.a1 {
	top: 0;
	left: 0;
}

.header .an span.a2 {
	top: 8px;
	left: 0;
}

.header .an span.a3 {
	top: 16px;
	left: 0;
}

.header .an.n span.a2 {
	display: none;
}

.header .an.n span.a1 {
	top: 8px;
	width: 30px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
	top: 8px;
	width: 30px;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.header .nav {
	float: right;
}

.header .nav i {
	font-size: 12px;
	color: #aaa;
	line-height: 54px;
	text-align: right;
	position: absolute;
	width: 50%;
	height: 54px;
	right: 0px;
	top: 50%;
	display: none;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.header .nav ul li {
	line-height: 99px;
	float: left;
	position: relative;
	padding: 0 32px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.header .nav ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
	font-family: "Arial";
	letter-spacing: 1.1px;
}

.header.on .nav ul li a {
	color: #333;
}

.header .nav ul li span {
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.header.on .nav ul li span {
	width: 100%;
	background: -webkit-linear-gradient(left, #0354a6, #a14393);
	background: -o-linear-gradient(right, #0354a6, #a14393);
	background: -moz-linear-gradient(right, #0354a6, #a14393);
	background: linear-gradient(to right, #0354a6, #a14393);
}


.nav .y_j {
	position: relative;
}


.item {
	display: none;
	position: absolute;
	background-color: white;
	left: -5px;
}

.item li {
	width: 100%;
	padding: 0 !important;
}

.item li a {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #000 !important;
}


.nav ul li:hover .item {
	display: block;
	-webkit-animation-name: fadeIn;
	/*动画名称*/
	-webkit-animation-duration: .5s;
	/*动画持续时间*/
	-webkit-animation-iteration-count: 1;
	/*动画次数*/
	-webkit-animation-delay: 0s;
	/*延迟时间*/
}

.item li:hover a {
	background-color: black;
	color: white !important;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
		/*初始状态 透明度为0*/
	}

	50% {
		opacity: 0;
		/*中间状态 透明度为0*/
	}

	100% {
		opacity: 1;
		/*结尾状态 透明度为1*/
	}
}

.nav .e_j {
	width: 150px;
	background-color: rgba(255, 255, 255, .95);
	position: absolute;
	top: 99px;
	left: 50%;
	margin-left: -75px;
	display: none;
	z-index: 9999;
}

/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/
.header .nav ul li .e_j a {
	display: block;
	font-size: 14px;
	color: #000;
	line-height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	text-align: center
}

.nav .e_j .ejy {
	position: relative
}

.nav .e_j .s_j {
	width: 150px;
	background-color: rgba(255, 255, 255, .5);
	position: absolute;
	top: 0px;
	left: 150px;
	display: none;
	z-index: 9999;
}

.header .nav .e_j a:hover {
	background-color: #a14393;
	color: #fff;
}

.language-container {
	position: absolute;
	top: 10px;
	right: 10px;
}

@media (min-width:1024px) {

	.header .nav .e_j {
		display: none !important;
	}

	.header .nav ul li:hover .e_j {
		display: block !important;
	}

	.head_h {
		height: 68px;
		display: none;
	}
}

@media (max-width:1200px) {}

@media only screen and (max-width:1024px) {
	.head_h {
		height: 60px;
		display: block
	}

	.header {
		border: 0;
		height: 60px;
		background: #333;
		width: 100%;
		background: -webkit-linear-gradient(left, #0354a6, #a14393);
		background: -o-linear-gradient(right, #0354a6, #a14393);
		background: -moz-linear-gradient(right, #0354a6, #a14393);
		background: linear-gradient(to right, #0354a6, #a14393);
	}

	.header .container {
		padding: 0;
		overflow: hidden;
		width: 94%;
		border-bottom: 0px solid rgba(255, 255, 255, 0.4);
	}

	.header .logo {
		width: 190px;
		margin: 10px auto;
	}

	.header.on .logo {
		width: 190px;
		margin: 10px auto;
	}

	.header .an {
		display: block;
		right: 10px;
	}

	.header .an span {
		background-color: #fff
	}

	.header.on .an span {
		background-color: #999
	}

	.header .nav ul {
		width: 100%;
	}

	.header.on .nav {
		width: 60%
	}

	.header .nav {
		width: 60%;
		padding: 15px 5%;
		background-color: #000;
		height: 100%;
		position: fixed;
		top: 60px;
		right: -70%;
		z-index: 9999;
		overflow: auto;
		transition: all .5s;
		-o-transition: all .5s;
		-ms-transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
		margin-top: 0
	}

	.header .nav.on {
		right: 0;
	}

	.header.on .nav ul li a {
		font-size: 16px;
		color: #fff;
	}

	.header .nav ul li span {
		display: none;
		bottom: 0px;
	}

	.header .nav i {
		display: block;
		background: url(../images/icon001.png) right center no-repeat;
	}

	.header .nav ul li {
		line-height: 60px;
		text-align: left;
		border-bottom: 1px solid #444;
		float: none;
		margin: 0;
		padding: 0
	}

	.header .nav ul li::after {
		background: rgba(0, 0, 0, 0);
	}

	.header.on .nav ul li {
		line-height: 60px;
	}

	.header .nav .e_j {
		width: 100%;
		border-top: 1px solid #444;
		background: none;
		position: relative;
		display: none;
		top: auto;
		left: auto;
		margin: 0;
		padding-bottom: 10px;
	}

	.header .nav ul li .e_j a {
		color: #aaa;
	}

	.header .nav ul li .e_j a:hover {
		color: #fff
	}

	.header .nav .e_j a {
		border-top: 0;
		font-size: 12px;
		color: #aaa;
		line-height: 32px;
	}

	.header .nav .e_j a:hover {
		background: none;
	}

	.header .nav ul li:hover .e_j {
		display: none;
	}

	.header .nav ul li a {
		color: #fff;
	}

	.header .nav ul li:hover span {
		width: 0;
	}

	.header .nav ul li.on span {
		width: 0;
	}
}


.gallery-top {
	width: 100%;
	position: relative;
}

.gallery-top .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}

.gallery-top .swiper-pagination {
	bottom: 20px !important;
}

.gallery-top .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 0;
	opacity: 1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #000
}

.ban {
	width: 100%;
	height: 100vh;
	position: relative;
}

.ban .mb {
	width: 100%;
	position: absolute;
	left: 0;
	top: 280px;
}

.ban h1 {
	font-size: 76px;
	color: #fff;
	line-height: 105px;
	margin-bottom: 30px;
	font-family: 'Gilroy', sans-serif;
}

.ban h3 {
	/* font-weight: 500; */
	font-size: 38px;
	color: #fff;
	font-family: 'Gilroy', sans-serif;
}


.tit {
	margin-bottom: 50px;
	text-align: center
}

.tit h1 {
	font-size: 48px;
	color: #202020;
	position: relative
}

.tit h3 {
	font-size: 14px;
	color: #666;
	margin-top: 25px;
}

.sy_about {
	padding: 100px 0 80px;
	overflow: hidden
}

.sy_about .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sy_about .left {
	width: 50%;
	float: left;
}

.sy_about .left h3 {
	font-size: 48px;
	color: #202020;
	letter-spacing: 1px;
	line-height: 70px;
	font-weight: 500;
	margin-bottom: 24px;
}

.sy_about .left p b {
	font-family: 'Gilroy', sans-serif;
}

.sy_about .left p {
	font-size: 22px;
	color: #202020;
	line-height: 36px;
	font-weight: 500;
	font-family: 'Gilroy', sans-serif;
}

.sy_about .tp {
	width: 46%;
	float: right;
	text-align: center;
}

.sy_about .tp img {
	max-width: 100%;
	display: block;
}

img {
	vertical-align: middle;
	border-style: none;
}


.sy_td {
	padding: 60px 0 120px;
	overflow: hidden;
	background: url(../images/bj2.jpg) center / cover no-repeat;
}

.sy_td ul {
	margin-top: 80px;
}

.sy_td ul li {
	width: 225px;
	float: left;
	margin: 0 18px 0 0;
	padding: 60px 0px;
	box-sizing: border-box;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.8);
}

.sy_td ul li .tu {
	text-align: center;
	margin-bottom: 30px;
}

.sy_td ul li .tu img {
	width: 140px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sy_td ul li:hover .tu img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.sy_td ul li h3 {
	text-align: center;
	font-size: 20px;
	color: #202020;
	letter-spacing: 1px;
	line-height: 1.8;
}

.sy_td ul li:nth-child(5) {
	margin-right: 0;
}

.sy_p3 {
	padding: 60px 0 0 0;
	overflow: hidden;
}

.sy_p3 .bt {
	padding: 10px 0 30px;
}

.sy_p3 .bt ul {
	/*display: flex;justify-content: space-between;*/
}

.sy_p3 .bt ul li {
	font-size: 18px;
	line-height: 42px;
	width: 14.285%;
	float: left;
}

.sy_p3 .bt ul li img {
	width: 45px;
	vertical-align: middle;
	margin-right: 5px;
}

.sy_p3 .lb {}

.sy_p3 .lb li {
	width: 100%;
	display: flex;
	padding: 21px 0;
	padding-left: 5px
}

.sy_p3 .lb li .program-entry {
	width: 16.6666%;
	float: left;
	font-size: 14px;
	line-height: 16px;
	box-sizing: border-box;
	padding-left: 5px;
}

.sy_p3 .lb li .txt {
	width: 68%;
	position: relative;
	background: #e8d0e4;
	height: 16px;
	float: right;
	border-radius: 3px;
}

.sy_p3 .lb li .st {
	background: -webkit-linear-gradient(left, #0354a6, #a14393);
	background: -o-linear-gradient(right, #0354a6, #a14393);
	background: -moz-linear-gradient(right, #0354a6, #a14393);
	background: linear-gradient(to right, #0354a6, #a14393);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height: 16px;
	width: 70%;
}

.sy_p3 .lb li .st::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 16px;
	left: 100%;
	top: 0;
	border-left: 10px solid #a14393;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	box-sizing: border-box;
	border-right: none;
}

.sy_p3 .lb li .st.l2 {
	width: 55%;
}

.sy_p3 .lb li .st.l3 {
	width: 45%;
}

.sy_p3 .lb li .st.l4 {
	width: 35%;
}

.sy_p3 .lb li .xtbox {
	width: 25%;
	position: relative;
	border-right: #fff 2px solid;
	box-sizing: border-box;
	float: left;
	height: 16px;
	z-index: 3;
}

.sy_p4 {
	padding: 60px 0;
	background: #f6f6f6;
}

.sy_p4 ul li {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}

.sy_p4 ul li:nth-child(2n) {
	margin-right: 0;
}

.sy_p4 ul li img {
	width: 100%;
	display: block;
}

.sy_p4 .more {
	width: 226px;
	line-height: 44px;
	text-align: center;
	background: -webkit-linear-gradient(left, #0354a6, #a14393);
	background: -o-linear-gradient(right, #0354a6, #a14393);
	background: -moz-linear-gradient(right, #0354a6, #a14393);
	background: linear-gradient(to right, #0354a6, #a14393);
	border-radius: 23px;
	margin: 30px auto 0;
}

.sy_p4 .more a {
	font-size: 18px;
	color: #fff;
}

.sy_p4 .more a img {
	width: 25px;
	margin-left: 8px;
	vertical-align: middle;
}

.sy_lx {
	padding: 100px 0;
	overflow: hidden;
	position: relative;
	background-color: #1c222d;
	/* background-color: pink; */
}

.imgBox img {
	width: 300px;
}

.box {
	margin-bottom: 20px;
}

.wechatBox {
	position: relative;
}

.wechatImg {
	position: absolute;
	top: 35px;
	width: 120px;
	height: 120px;
	display: none;
}

.wechat:hover~.wechatImg {
	display: block;
}

.wechatImg:hover {
	display: block;
}

.box div {
	font-size: 16px;
	font-weight: 500;
	color: #474e57;
	/* opacity: 0.2; */
	margin-bottom: 20px;
}

.box p {
	color: white;
}

.backTop {
	position: absolute;
	/* border: 10px solid #9c4393; */
	width: 600px;
	height: 600px;
	border-radius: 50%;
	top: -300px;
	right: -300px;
	background-image: linear-gradient(to right, #89437e, #aab0e9, #2b93d3, #89437e, #aab0e9, #2b93d3);
	display: flex;
	justify-content: center;
	align-items: center;
}

.backTop>div {
	width: 585px;
	height: 585px;
	border-radius: 50%;
	background-color: #1c222d;
	font-size: 16px;
	text-align: center;
	color: #474e57;
}

.backTop>div>div {
	position: absolute;
	bottom: 140px;
	left: 140px;
	font-size: 16px;
	color: #313842;
}

.backTop>div img {
	width: 16px;
}

.sy_lx .left {
	width: 415px;
	float: left;
}

.sy_lx .left .tit {
	text-align: left;
}

.sy_lx .left h3 {
	font-size: 18px;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.6);
	background: linear-gradient(180deg, #9d4393 0%, #0154a6 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sy_lx .left p {
	font-size: 0.9rem;
	margin-bottom: 10px;
	/* padding-left: 25px; */
	position: relative;
}

.sy_lx .left p img {
	width: 19px;
	position: absolute;
	left: 0;
	top: -1px;
}

.sy_lx .left .line {
	height: 1px;
	background: #ccc;
	margin-bottom: 30px;
	margin-top: 25px;
}

.sy_lx .tp {
	width: 678px;
	float: right;
}

.sy_lx .tp img {
	width: 100%;
	display: block;
}


.footer {
	/* height: 100px; */
	/* padding: 40px; */
	background: #1c222d;
	box-sizing: border-box;
}

.footer .container {
	padding: 40px;
	border-top: 2px solid #303741;
	display: flex;
	height: 100%;
	justify-content: space-between;

}

.footer .footer-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer #footer-nav-copyright {
	width: 100%;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 0.4px;
	line-height: 20px;
	font-weight: 400;
	opacity: 0.8;
	display: flex;
	flex-wrap: wrap;
	/* background-color: red; */
}

#footer-nav-copyright>a {
	margin-right: 300px;
}

.footer .footer-beian>a {
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 0.4px;
	line-height: 20px;
	font-weight: 400;
	opacity: 0.8;
}

.footer .footer-right {
	display: flex;
}

.footer-logo img {
	width: 240px;
}

.footer .footer-nav-group {
	/* border-left: 1px dashed #9FCD52; */
	margin-left: 80px;
}

.footer .footer-nav-group-children {
	display: flex;
	flex-direction: column;
}

.footer .footer-nav-group-title {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 24px;
	/*font-family: Roboto-Medium;*/
}

.footer .footer-nav-group-child {
	margin-bottom: 16px;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0.8px;
	line-height: 18px;
	font-weight: 400;
	opacity: 0.8;
}

.nban {
	width: 100%;
	height: 402px;
}

.nban h1 {
	font-size: 72px;
	color: #fff;
	padding-top: 190px;
}

.nban2 {
	width: 100%;
	height: 528px;
}

.ny_news {
	padding: 90px 0 20px;
}

.ny_news ul li {
	padding-bottom: 90px;
	overflow: hidden;
}

.ny_news ul li .tp {
	width: 390px;
	float: left;
}

.ny_news ul li .tp img {
	width: 100%;
	display: block;
}

.ny_news ul li .wenz {
	float: right;
	width: 770px;
}

.ny_news ul li .wenz h3 {
	font-size: 24px;
	color: #202020;
	line-height: 30px;
	font-weight: bold;
}

.ny_news ul li .wenz .time {
	margin-top: 10px;
	font-size: 16px;
	color: #666666;
	letter-spacing: 0.5px;
	font-weight: 400;
	font-style: italic;
}

.ny_news ul li .wenz p {
	font-size: 16px;
	line-height: 30px;
	color: #202020;
	margin-top: 15px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.ny_news ul li .wenz .more a {
	margin-top: 20px;
	font-size: 16px;
	color: #202020;
	line-height: 25px;
	display: block;
	text-transform: capitalize;
}

.ny_news ul li .wenz .more a img {
	vertical-align: middle;
}

.ny_pub {
	padding: 90px 0 60px;
}

.ny_pub ul li {
	margin-bottom: 55px;
	overflow: hidden;
}

.ny_pub ul li .tiao {
	width: 33px;
	height: 273px;
	float: left;
	background: url(../images/pubtp.jpg) center / 100% no-repeat;
}

.ny_pub ul li .wenz {
	width: 986px;
	float: left;
	background: #f8f8f8;
	padding: 16px 40px 16px 36px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	box-sizing: border-box;
}

.ny_pub ul li .wenz h3 {
	font-size: 24px;
	color: #202020;
	line-height: 30px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.ny_pub ul li .wenz .time {
	margin-top: 10px;
	font-size: 16px;
	color: #666666;
	letter-spacing: 0.5px;
	font-weight: 400;
	font-style: italic;
}

.ny_pub ul li .wenz p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	font-size: 16px;
	line-height: 20px;
	color: #202020;
	margin-top: 18px;
}

.ny_pub ul li .wenz .more a {
	margin-top: 20px;
	font-size: 16px;
	color: #202020;
	line-height: 25px;
	display: block;
	text-transform: capitalize;
}

.ny_pub ul li .wenz .more a img {
	vertical-align: middle;
}

.ny_pub ul li .right {
	width: 181px;
	float: right;
}

.ny_pub ul li .right img {
	width: 100%;
	display: block;
}

.ny_jion {
	padding: 80px 0;
	overflow: hidden;
}

.ny_jion .left {
	width: 355px;
	float: left;
}

.ny_jion .left ul li {
	font-size: 24px;
	color: #202020;
	font-weight: 500;
	margin-bottom: 12px;
	line-height: 36px;
}

.ny_jion .left ul li.on span {
	border-bottom: 2px solid #a14393;
}

.ny_jion .right {
	width: 724px;
	float: right;
	border-top: 1px solid #d8d8d8;
}

.subNavBox {}

.subNav {
	border-bottom: solid 1px #e5e3da;
	cursor: pointer;
	font-size: 20px;
	color: #202020;
	font-weight: 400;
	line-height: 25px;
	padding: 20px 0;
	background: url(../images/jiantou1.jpg) no-repeat;
	background-position: 95% 50%
}

.subNav:hover {
	color: #594c95;
}

.currentDd {
	color: #594c95
}

.currentDt {
	background-image: url(../images/jiantou.jpg);
}

.navContent {
	display: none;
	border-bottom: solid 1px #e5e3da;
	font-size: 16px;
	line-height: 30px;
	color: #202020;
	padding-bottom: 20px;
}

.navContent h3 {
	font-size: 16px;
	font-weight: bold;
	color: #202020;
	margin-top: 25px;
	margin-bottom: 15px;
}

.navContent span {
	text-indent: 2em;
	display: inline-block
}

.navContent p {
	position: relative;
}

.navContent p::before {
	content: "-";
	margin-right: 5px;
}





@media only screen and (max-width:1024px) {
	.wechatBox {
		height: 100px;
	}

	.wechatImg {
		display: block;
	}

	.wechat {
		display: none;
	}

	.footer .container {
		padding-left: 0;
		margin: 0;
	}

	.backTop {
		position: absolute;
		/* border: 10px solid #9c4393; */
		width: 350px;
		height: 350px;
		border-radius: 50%;
		top: -175px;
		right: -175px;
		background-image: linear-gradient(to right, #89437e, #aab0e9, #2b93d3, #89437e, #aab0e9, #2b93d3);
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.backTop>div {
		width: 335px;
		height: 335px;
		border-radius: 50%;
		background-color: #1c222d;
		font-size: 16px;
		text-align: center;
		color: #474e57;
	}

	.backTop>div>div {
		position: absolute;
		bottom: 80px;
		left: 80px;
		font-size: 16px;
		color: #313842;
	}


	.ban {
		width: 100%;
		height: 19rem;
		position: relative;
	}

	.ban .mb {
		width: 100%;
		position: absolute;
		left: 0;
		top: 25%;
	}

	.ban h1 {
		font-size: 36px;
		color: #fff;
		line-height: 1.8;
		margin-bottom: 20px;
	}

	.ban h3 {
		font-size: 25px;
		color: #fff;
	}

	.container {
		width: 90%;
		margin: 0 auto;
		-moz-box-sizing: border-box;
		/*Firefox3.5+*/
		-webkit-box-sizing: border-box;
		/*Safari3.2+*/
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
	}

	.con {
		width: 90%;
		margin: 0 auto;
	}

	.sy_about {
		padding: 50px 0 40px;
	}

	.sy_about .left {
		width: 100%;
	}

	.sy_about .container {
		display: block;
	}

	.sy_about .tp {
		width: 100%;
		margin-top: 30px;
	}

	.sy_about .tp img {
		margin: 0 auto;
	}

	.sy_td ul li {
		width: 30.3333%;
		margin: 1.5%;
		padding: 40px 0px;
	}

	.sy_td ul li:nth-child(n+4) {
		width: 47%;
	}

	.sy_td {
		padding: 40px 0 60px;
	}

	.sy_td ul {
		margin-top: 40px;
	}

	.sy_p3 .con {
		overflow-x: scroll;
	}

	.sy_p3 .bt {
		width: 1000px;
	}

	.sy_p3 .lb {
		width: 1000px;
	}

	.sy_p4 {
		padding: 40px 0;
	}

	.sy_lx {
		padding: 40px 0;
	}

	.sy_lx .left .line {
		margin-top: 25px;
	}

	.sy_lx .left {
		width: 100%;
	}

	.sy_lx .tp {
		width: 100%;
		margin-top: 30px;
	}

	.footer {
		height: 140px;
		padding: 20px 25px;
	}

	.footer .footer-right {
		display: none;
	}

	.nban {
		height: 15rem;
	}

	.nban2 {
		height: 16rem;
	}

	.nban h1 {
		font-size: 62px;
		padding-top: 6rem;
	}

	.ny_news {
		padding: 50px 0 50px;
	}

	.ny_news ul li {
		padding-bottom: 40px;
	}

	.ny_news ul li .tp {
		width: 40%;
	}

	.ny_news ul li .wenz {
		width: 55%;
	}

	.ny_news ul li .wenz p {
		display: none;
	}

	.ny_news ul li .wenz .more {
		display: none;
	}

	.ny_pub {
		padding: 40px 0 20px;
	}

	.ny_pub ul li .tiao {
		width: 4%;
		height: 273px;
		background: url(../images/pubtp.jpg) center / cover no-repeat;
	}

	.ny_pub ul li .wenz {
		width: calc(96% - 181px);
		padding: 16px 20px 16px 20px;
	}

	.ny_pub ul li .wenz h3 {
		width: 100%;
	}

	.ny_pub ul li {
		margin-bottom: 35px;
	}

	.ny_jion .left {
		width: 100%;
	}

	.ny_jion .right {
		width: 100%;
		float: right;
		margin-top: 30px;
	}

	.ny_jion {
		padding: 40px 0;
	}
}

@media only screen and (max-width:600px) {
	.language-container {
		position: absolute;
		top: 12px;
		right: 70px;
	}

	.sy_lx .left p {
		font-size: 1.2rem;
	}

	.footer .container {
		padding-left: 0;
		margin: 0;
	}

	#footer-nav-copyright>a {
		margin-right: 0px;
	}

	.wechatBox {
		height: 100px;
	}

	.wechatImg {
		display: block;
	}

	.wechat {
		display: none;
	}

	.imgBox img {
		width: 150px;
		margin-bottom: 20px;
	}

	.box div {
		font-size: 14px;
	}

	.backTop {
		position: absolute;
		/* border: 10px solid #9c4393; */
		width: 200px;
		height: 200px;
		border-radius: 50%;
		top: -100px;
		right: -100px;
		background-image: linear-gradient(to right, #89437e, #aab0e9, #2b93d3, #89437e, #aab0e9, #2b93d3);
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.backTop>div {
		width: 185px;
		height: 185px;
		border-radius: 50%;
		background-color: #1c222d;
		font-size: 16px;
		text-align: center;
		color: #474e57;
	}

	.backTop>div>div {
		position: absolute;
		bottom: 35px;
		left: 50px;
		font-size: 10px;
		color: #313842;
	}

	.ban {
		height: 36rem;
	}

	.ban h1 {
		font-size: 2.5rem;
		line-height: 1.4
	}

	.ban h3 {
		font-size: 1.8rem;
	}

	.tit {
		margin-bottom: 30px;
	}

	.tit h1 {
		font-size: 3rem;
	}

	.tit img {
		height: 3rem
	}

	.sy_about .left h3 {
		font-size: 3rem;
		line-height: normal;
	}

	.sy_about .left p {
		font-size: 1.8rem;
		line-height: 1.6;
	}

	.sy_td ul li {
		width: 47%;
		margin: 1.5%;
		padding: 30px 0px;
	}

	.sy_td ul li .tu img {
		width: 60px;
	}

	.sy_td ul li h3 {
		font-size: 1.4rem;
		letter-spacing: 0;
	}

	.sy_td ul li:nth-child(5) {
		width: 97%;
	}

	.sy_p3 {
		padding: 30px 0;
		overflow: hidden;
	}

	.sy_td {
		padding: 40px 0 20px;
	}

	.sy_p4 .more {
		width: 200px;
		line-height: 36px;
	}

	.nban h1 {
		font-size: 4rem;
		padding-top: 4rem;
	}

	.ny_news ul li .wenz h3 {
		font-size: 1.2rem;
		line-height: 1.5;
		font-weight: normal;
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}

	.ny_news ul li .wenz .time {
		margin-top: 5px;
		font-size: 1.1rem;
	}

	.ny_news ul li {
		padding-bottom: 2rem;
	}

	.ny_pub ul li .right {
		display: none;
	}

	.ny_pub ul li .wenz {
		width: calc(96%);
	}

	.ny_jion .left ul li {
		font-size: 20px;
	}
}

table {
	width: 1200px;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0 auto;
	font-size: 16px;
}

.title {
	color: #303133;
	font-weight: 600;
}

.interval {
	height: 10px;
	background-color: white;
}

.rounded-row {
	border-radius: 20px;
}

/* 为了避免边框重叠，可能需要添加以下样式 */
.rounded-row td:first-child {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.rounded-row td:last-child {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}


td {
	width: auto;
	padding: 0;
	text-align: center;
	background-color: #f2f2f2;
	border-color: white;
}

thead tr th {
	color: #5c527a;
	height: 40px;
	background-color: #eff1f7;
	border-color: white;
}

.progress-bar {
	height: 40px;
	position: relative;
}

.progress-bar::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	border-radius: 0 20px 20px 0;
	height: 100%;
	background-image: linear-gradient(90deg, #de6ea5 0%, #a180b8 100%);
	animation: progress-animation 2s linear forwards;
}

.progress-bar2 {
	height: 40px;
	position: relative;
}

.progress-bar2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	border-radius: 0 20px 20px 0;
	height: 100%;
	background-image: linear-gradient(90.03deg, #5c5597 -.09%, #35787e 80.04%);
	animation: progress-animation 2s linear forwards;
}

.progress-text {
	position: absolute;
	top: 6px;
	right: 0;
	bottom: 0;
	left: 0;
	color: white;
}

.active {
	display: none;
}

@keyframes progress-animation {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}