@charset "utf-8";

/* CSS Document public*/
* {
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased
	font-smoothing: antialiased;
	line-height: 1;
	font-size: 14px;
	overflow-x: hidden;
}

html,
body {
	min-height: 100%;
}

html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
}

::-webkit-scrollbar {
	width: 4px;
	height: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #333;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flex-start {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.flex-end {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

input,
button,
textarea {
	background: none;
	outline: none;
	border: none;
	-webkit-appearance: none;
	border-radius: 0
}

input:focus {
	border: none;
}

.img_zd {
	position: relative;
	width: 100%
}

.img_zd .img_hezi {
	padding-bottom: 67.80% !important;
}

.img_zd>img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

a {
	text-decoration: none;
	bblr: expression(this.onFocus=this.blur());
	/*IE使用*/
	outline-style: none;
	/*FF使用*/
;
	outline: none;
}

a,
input,
img,
:focus {
	mayfish: expression(this.onfocus=this.blur);
	/*IE使用*/
	outline-style: none;
	/*FF使用*/
}

/*去除a标签带来的虚框*/
ul {
	list-style: none;
}

img {
	border: 0px
}

ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

ul li {
	list-style: none;
}

h3,
h4,
h5 {
	font-weight: normal;
}

h4 a:hover,
h5 a:hover {
	-moz-transition: all 0.36s ease-in-out;
	-webkit-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	background: #d8d8d8;
	padding: 0;
	margin-bottom: 3.25rem;
	margin-top: 2.5rem;
}

abbr,
article,
aside,
audio,
canvas,
datalist,
details,
dialog,
eventsource,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
time,
video {
	display: block
}

video {
	object-fit: cover;
	width: 100%;
	height: auto;
}

.fl {
	float: left
}

.fr {
	float: right
}

.line1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.line2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.line3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.line4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.pic {
	position: relative;
	overflow: hidden;
	transition: 0.4s;
	background-position: center center;
}

.pic img{
	display: block;
	width: 100%;
	object-fit: cover;
	transition: 0.4s ease-in;
	/*height: 2.33rem;*/
	/* opacity: 0; */
}

.pic:hover{
	transform: scale(1.1);
	transition: 0.4s ease-in;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background: #f1f1f1
}

::-webkit-scrollbar-track {
	border-radius: 0;
	background: #f1f1f1
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #333333
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999;
}

@font-face {
	font-family: 'BEBAS';
	src: url('../font24/BEBAS.ttf');
}
.w16 {
	max-width: 14rem;
	margin: 0 auto;
}

.w17 {
	max-width: 17.2rem;
	margin: 0 auto;
}

@media(max-width: 1780px) {
	.w17 {
		padding: 0 32px;
	}
}

@media(max-width: 1660px) {
	.w16 {
		padding: 0 32px;
	}
}

@media(max-width: 768px) {
	.w17 {
		padding: 0 16px;
	}

	.w16 {
		padding: 0 16px;
	}
}

h5 a {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

ul li:hover h5 a {
	color: #2e77e1
}

img {
	vertical-align: middle
}


#gotop {
	position: fixed;
	z-index: 9999;
	bottom: 80px;
	right: 30px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	width: 0.86rem;
	height: 1.11rem;
	transition: 0.4s;
}

#gotop img {
	width: 0.8rem;
}

#gotop {
	cursor: pointer;
}

#gotop.hide {
	height: 0;
	opacity: 0;
	visibility: hidden
}

#gotop svg {
	width: 100%;
	height: 100%;
	fill: #a68f68;
}

#gotop svg:hover {
	width: 100%;
	height: 100%;
	fill: #91181e;
}

#gotop:hover {
	bottom: 90px;
	transition: 0.4s;
}

.ie_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 999998;
}

.ie9tips {
	width: 600px;
	height: 300px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -300px;
	line-height: 1.8;
	color: #fff;
	z-index: 999999;
	text-align: center;
}

.ie9tips a {
	color: red;
}

.ie9tips img {
	display: block;
	margin: 0 auto;
	opactiy: 0.9;
	filter: alpha(opacity=90);
	max-width: 100%;
}

.ie9tips p {
	padding-top: 10px;
	color: #fff;
	width: 420px;
	margin: 10px auto;
	line-height: 1.8;
}

@font-face {
	font-family: myFirstFont;
}

@media (max-width:1920px) {
	html {
		font-size: 16px;
	}
}

@media (min-width:1400px) and (max-width:1600px) {
	html {
		font-size: 16px;
	}
}

@media (min-width:640px) and (max-width:1399px) {
	html {
		font-size: 15px;
	}
}

@media (min-width:471px) and (max-width:639px) {
	html {
		font-size: 14px;
	}
}

@media (min-width:329px) and (max-width:470px) {
	html {
		font-size: 14px;
	}
}

@media (max-width:328px) {
	html {
		font-size: 14px;
	}
}

/*==========================================公共 开始=============================================*/

.header_box {
	z-index: 999999;
	left: 0;
	right: 0;
	top: 0;
}

#header {
	background-image: url('../images24/topbg.png');
	background-size: contain;
	z-index: 999;
	width: 100%;
	transition: 0.6s;
	position: fixed;
	top: 0;
	left: 0;
	height: 1.92rem;
	/*padding: 0.22rem 0;*/
	/* border-top: 0.08rem solid #2e77e1; */
}

.w100 {
	width: 100% !important;
}

.bordertop {
	border-top: 1px solid #a5bcdf;
	/*margin-top: 25px;*/
}

/*#header::after {*/
/*	content: "";*/
/*	width: 100%;*/
/*	height: 1.92rem;*/
/*	left: 0;*/
/*	top: 0;*/
/*	!* background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%); *!*/
/*	position: absolute;*/
/*	z-index: 1;*/
/*	background-size: contain;*/
/*	transition: 0.4s all;*/
/*}*/

#header .w17 {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 6;
}

.header_top {
	height: 30px;
	line-height: 30px;
	/* background: #2e77e1; */
	overflow: hidden;
	text-align: right;
	z-index: 10;
	position: relative;
}

.header_top ul {
	display: inline-block;
	vertical-align: top
}

.header_top ul li {
	font-size: 0.16rem;
	color: #fff;
}

/*.line_bot{ display:block; width:100%; height:1px; position:absolute; left:0; bottom:0; background:rgba(255,255,255,.2);}*/
#header #logo {
	width: 32.5%;
	margin: 0.23rem 0 0.3rem;
}

#header #logo img {
	width:100%;
	display: block;
}

#header .rightBox {
	width: 65%;
}

#header #logo {}

@media(max-width: 1200px) {

	/* #header #logo .logoimg{width: 45%;} */
	#header #logo .logoimg img {
		width: 100%;
		display: block;
	}
}

.logo2 {}

.logo2 a {
	display: table;
	vertical-align: middle;
}

.logo2 img {
	display: block;
	width: auto;
	vertical-align: middle;
	width: 100%;
}

.header_box .rightBox p {
	font-size: 0.16rem;
}

.header_box .rightBox p .search_btn {
	padding-left: 0;
}

.header_box .rightBox p a {
	display: inline-block;
	margin-right: 0.4rem;
	color: #a5bcdf;
	line-height: 0.24rem;
	position: relative;
}

.header_box .rightBox p .search_btn {
	padding-left: 0;
	margin-right: 0;
}

.header_box .rightBox p a:nth-child(3)::after,
.header_box .rightBox p a:nth-child(2)::after {
	content: "";
	position: absolute;
	right: -0.2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 0.16rem;
	background: rgba(255, 255, 255, 0.3);
}

.header_box .rightBox p a:hover {
	text-decoration: underline;
}

.header_box .search {
	width: 2.8rem;
	height: 40px;
	border-radius: 20px;
	margin-left: 0.16rem;
	position: relative;
	background: white;
}

.header_box .search input[type="text"] {
	background: none;
	outline: none;
	border: none;
	padding: 0 0 0 10px;
	color: #323232;
	line-height: 40px;
	height: 40px;
	width: 100%;
}

.header_box .search input[type="image"] {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 22px;
}

.header_box .search .input1 {
	float: left;
	width: calc(100% - 45px);
}

.header_box .search .input2 {
	float: right;
	color: #323232;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.header_box .search .input2 input[type="image"] {
	margin-left: 10px;
}

.text::-webkit-input-placeholder {
	color: #323232;
}

.text:-moz-placeholder {
	color: #323232;
}

.text:-ms-input-placeholder {
	color: #323232;
}

.linkNav {
	width: calc(100% - 80px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#nav {
	z-index: 99;
	margin: 0 auto;
	position: relative;
	width: 100%;
	margin-top: 0;
}

#nav ul {
	width: 100%;
	padding: 0;
}

#nav ul li {
	position: relative;
	z-index: 0;
}

#nav ul li:last-child::after {
	position: absolute;
	content: "";
}

#nav ul li a {
	display: block;
	text-align: center;
}

#nav ul li h3 {
	font-size: 0.18rem;
	color: #FFFFFF;
	position: relative;
	transition: .6s;
	font-weight: normal;
	text-align: center;
	line-height: 0.5rem;
	font-weight: bold;
}

#nav ul li:hover a h3 {
	font-weight: bold;
	color: #ffc043;
}

#nav ul li:hover a {}

#nav ul li.on h3 {
	font-weight: bold;
}

#nav ul li a i {
	display: inline-block;
	width: 9px;
	height: 6px;
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}

#nav ul li .sub {
	position: absolute;
	top: 0.5rem;
	min-width: 1.8rem;
	left: 50%;
	z-index: 10000;
	transform: translateX(-50%) scaleY(0);
	visibility: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: .5s;
	transform-origin: top;
	background: rgba(255, 255, 255, 1);
}

#nav ul li .sub .sub2 {
	position: relative;
}

#nav ul li .sub .sub2 .sjnav {
	position: absolute;
	left: 100%;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
	display: none;
}

#nav ul li .sub .sub2:hover .sjnav {
	display: block;
}

#nav ul li .sub .box {
	padding-top: 0.16rem;
	text-align: center;
	position: relative;
}

#nav ul li .sub .box::after {
	content: "";
	position: absolute;
	height: 0.6rem;
	width: 100%;
	bottom: -0.6rem;
	left: 0;
	background-size: contain;
}

#nav ul li .sub a {
	white-space: nowrap;
	padding: 0 0.2rem;
	line-height: 0.5rem;
	transition: .3s;
	font-size: 0.18rem;
	color: #323232;
}

#nav ul li .sub a:hover {
	color: #ffc043;
	background: #f1f1f1;
	font-weight: 600;
}

#nav ul li:hover .sub {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scaleY(1);
}


#nav ul>li.on h3,
#nav ul li:hover h3,
#header.xg #nav ul li.on a h3,
#header.xg #nav ul li:hover a h3 {
	color: #FFFFFF;
}

#nav .navBox>ul>li .sub:after {
	content: "";
	display: block;
	width: 100%;
	height: 0.04rem;
	position: absolute;
	left: 0;
	margin-left: 0;
	background: #ffc043;
	top: 0;
	transition: .3s;
	transform: scale(0);
	border-radius: 0;
}

#nav .navBox>ul>li .sub:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -0.12rem;
	border-left: transparent 0.12rem solid;
	border-right: transparent 0.12rem solid;
	border-bottom: #ffc043 0.12rem solid;
	top: -0.10rem;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

#nav .navBox>ul>li:hover .sub:after,
#nav ul li.on .sub:after {
	transform: scale(1);
}

#nav .navBox>ul>li:hover .sub:before,
#nav>ul>li.on .sub:before {
	opacity: 1;
	visibility: visible
}

.search_btn {
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	text-align: center;
	transition: .6s;
	width: 20px;
	border-radius: 50%;
}

.search_btn img {
	display: block;
	width: 0.2rem;
}


.topLink {
	float: right;
	margin-top: 36px;
}

.topLink a {
	display: inline-block;
	font-size: 0.14rem;
	color: #FFFFFF;
	line-height: 0.24rem;
}

.topLink a:hover {
	color: #ffb400;
}

.topLink a+a:hover {
	color: #FFFFFF;
}

.topLink a span {
	font-size: 0.24rem;
	color: #ffb400;
	font-weight: bold;
	line-height: 0.24rem;
}

.topLink2 {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	width: 100%;
	padding-top: 30px;
}

.topLink2 a {
	display: block;
	padding-left: 0.36rem;
	font-size: 0.18rem;
	line-height: 0.4rem;
}

.topLink2 a+a {
	font-size: 0.14rem;
}

.topLink2 a+a span {
	font-size: 32px;
}

/**/
#logo .logo_black {
	display: none;
}

.top_search_black {
	display: none;
}

.header_box.xg #nav {
	top: 0;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	position: fixed;
}

.header_box.xg #logo .table {
	transform: scale(0.7);
}

.header_box.xg #logo {
	padding: 0.08rem 0;
}

.header_box.xg #logo img {
	max-height: 0.56rem;
}

.header_box.xg #nav {
	box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.2);
}

.toubu_div.on #header::after {
	/* background: #2e77e1; */
	transition: 0.4s all;
	height: 100%;
}

/* 弹出搜索 开始 */
.search-dialog-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}

.search-dialog-box:before {
	content: "";
	position: absolute;
	top: 0;
	height: 0;
	background: none;
	transition: .6s;
	left: 0;
	right: 0;
	z-index: 1;
}

.search-dialog-box.on:before {
	height: 100%
}

.search-dialog {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}

.search-dialog .search-tit {
	font-size: 2.75rem;
	line-height: 3.5rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}

.search-dialog .search-inner {
	overflow: hidden;
	margin-top: 0;
}

.search-dialog .search-input {
	width: 50%;
	margin: 0 auto;
	padding: 0 0rem 0 1.5rem;
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
}

.search-dialog .search-input input[type=text] {
	float: left;
	height: 1rem;
	width: calc(100% - 1rem);
	background-color: transparent;
	font-size: 0.18rem;
	line-height: 1rem;
	color: #FFFFFF;
	transition: all .3s;
	outline: none;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
	color: #919191;
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
	color: #919191;
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
	color: #919191;
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
	color: #919191;
}

.search-dialog .search-input input[type=image],
.search-dialog .search-input .clear-btn {
	float: right;
	height: 0.8rem;
	width: 0.8rem;
}

.search-dialog .search-input input[type=image] {
	background-size: 1.5rem;
	background-image: url('../images24/search.png');
	background: #2e77e1 url('../images24/search.png') no-repeat center center;
	height: 0.8rem;
	width: 0.8rem;
	border-radius: 100px;
}

.search-dialog .search-input .clear-btn {
	background-color: rgba(0, 0, 0, .2);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 3.5rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}

.search-dialog .search-input.on {
	background-color: #fff;
}


.search-dialog-box.on {
	opacity: 1;
	visibility: visible;
}

.search-dialog-box.on .search-bg {
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
}

.search-dialog-box.on .bubbles-bg {
	opacity: 1;
	visibility: visible;
}

.search-dialog-box.on .wrap-inner {
	transform: translateY(0)
}

.pub-close {
	position: absolute;
	width: 51px;
	height: 52px;
	z-index: 10;
	right: 0.8rem;
	top: 0.8rem;
	border-radius: 100%;
}

.pub-close .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #005BAC;
	transform: scale(0);
	border-radius: 100%;
	transition: transform .3s;
}

.pub-close i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images24/search_close.png);
	transition: .6s
}

.pub-close i:hover {
	transform: rotate(180deg)
}

@keyframes spin {
	to {
		transform: rotate(1turn);
	}
}

@keyframes spin2 {
	to {
		transform: rotate(-1turn);
	}
}

@keyframes spin-reverse {
	from {
		transform: rotate(1turn);
	}
}

@keyframes spin-reverse2 {
	from {
		transform: rotate(-1turn);
	}
}

/* 弹出搜索 结束 */

/*手机头部开始*/
#m_header {
	z-index: 99;
}

#m_header #logo img {
	max-height: 60%;
	max-height: 28px;
}

.wap_search {
	width: 80%;
	margin: 0 auto;
}

.wap_search form {
	position: relative;
}

.wap_search input[type="text"] {
	width: 80%;
	height: 0.1rem;
	line-height: 0.1rem;
	border: 0;
	padding: 0 0.15rem;
	font-size: 0.16rem;
	color: #999;
	box-shadow: none;
	-webkit-appearance: none;
	float: left;
	border-right: 0;
}

.wap_search input[type="image"] {
	width: 20%;
	height: 0.6rem;
	background: #00a0e9;
	background-size: 20px;
	font-size: 0;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	float: left;
}

#m_nav .mzsdm {
	width: 100%;
	position: relative;
	left: 0.3rem;
	margin-top: 0.1rem;
	background: #1853a9;
	width: calc(100% - 0.6rem);
	display: flex;
	justify-content: space-around;
	padding: 0 0.1rem;
	border-radius: 0.2rem;
        align-items: center;
}

#m_nav .mzsdm a {
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.4rem;
}

#m_nav .mzsdm a+a {
	margin-left: 0.2rem;
}

/*导航按钮开始*/
#nav_btn_box {
	height: 100%;
	z-index: 999999999;
}

#nav_btn_box.on {
	background: none;
}

#nav_btn {
	display: none;
}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
	background: #fff;
}

#nav_btn {
	cursor: pointer;
	text-align: center;
	z-index: 99999;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	outline: none;
	box-shadow: none;
}

#nav_btn .point {
	display: inline-block;
	width: 0.3rem;
	height: 22px;
	position: relative;
	outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
	width: 24px;
}

#nav_btn .navbtn {
	position: absolute;
	top: 12px;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 1px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #FFFFFF;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 24px;
	height: 1px;
	content: '';
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #FFFFFF;
}

#nav_btn .navbtn::after {
	top: -8px;
}

#nav_btn .navbtn::before {
	top: 8px;
}

#nav_btn .point.on .navbtn {
	background: transparent;
}

#nav_btn .point.on .navbtn::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
}

#nav_btn .point.on .navbtn::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0px;
}

/*导航按钮结束*/


/*顶部搜索*/
.tc_search {
	margin: 0 0.25rem;
	width: calc(100% - 0.5rem);
	margin-top: 0.2rem;
	bottom: 0.24rem;
}

.tc_search .header-search {
	height: 40px;
	border-radius: 20px;
	border: 1px solid #e5e5e5;
	position: relative;
	width: 100%;
	margin-bottom: 0.6rem;
}

.tc_search input[type="text"] {
	font-size: 0.14rem;
	color: #fff;
	height: 38px;
	line-height: 38px;
	padding: 0 0.15rem;
	box-shadow: none;
	-webkit-appearance: none;
	border-right: 0;
	background: none;
	width: calc(100% - 0.4rem);
}

.tc_search input[type="image"] {
	position: absolute;
	top: -8px;
	width: 26px;
	line-height: 38px;
	border: 0;
	right: 10px;
}

.tc_search input::-webkit-input-placeholder {
	color: #fff;
	color: rgba(255, 255, 255, .7);
}

.tc_search input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	color: rgba(255, 255, 255, .7);
}

.tc_search input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
	color: rgba(255, 255, 255, .7);
}

.tc_search input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
	color: rgba(255, 255, 255, .7);
}

/* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {
	color: transparent;
	/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
.tc_search input:focus:-moz-placeholder {
	color: transparent;
}

/* Mozilla Firefox 19+ */
.tc_search input:focus::-moz-placeholder {
	color: transparent;
}

/* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {
	color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */

.sametitle {
	margin-bottom: 0.45rem;
	position: relative;
	position: relative;
	display: block;
	justify-content: center;
	width: 100%;
}

.sametitle .titCon {
	position: relative;
}

.sametitle .titCon::after {
	position: absolute;
	content: "";
	background: url(../images24/titleBg.png) no-repeat center;
	background-size: 1.27rem;
	width: 1.27rem;
	height: 1.28rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.sametitle h5 {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 3;
}

.sametitle h5 span {
	font-size: 0.38rem;
	line-height: 0.5rem;
	color: #2e77e1;
	font-weight: bold;
	display: block;
}
.jzbg{
	color: #2e77e1;
}
#jzbgbox .swiper-pagination{
	bottom:-0.5rem;
}
#search_btnn{
	width: 2.3rem;
	height: 0.44rem;
	border: 1px solid #C4CDD7;
	border-radius: 40px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sametitle p {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 3;
}

.sametitle p span {
	font-size: 0.18rem;
	color: #323232;
	line-height: 0.2rem;
	color: #2e77e1;
	display: block;
	font-family: arial;
	position: relative;
}

.sametitle p span::before {
	content: "";
	position: absolute;
	left: -0.4rem;
	width: 0.38rem;
	height: 0.01rem;
	background: #2e77e1;
	top: 50%;
}

.sametitle p span::after {
	content: "";
	position: absolute;
	right: -0.4rem;
	width: 0.38rem;
	height: 0.01rem;
	background: #2e77e1;
	top: 50%;
}

.sametitle .more {
	font-size: 0.14rem;
	color: #323232;
	display: block;
	text-align: center;
	padding-left: 0.76rem;
	position: absolute;
	right: 0;
	top: 0.4rem;
	z-index: 6;
}

.sametitle .more:hover {
	color: #2e77e1;
	font-weight: bold;
}

.sametitle .more::after {
	content: "";
	position: absolute;
	/*background: url(../images24/moreBg.png) no-repeat center;*/
	width: 0.2rem;
	height: 0.2rem;
	background-size: 0.2rem;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.sametitle .more::before {
	content: "";
	position: absolute;
	left: 0.22rem;
	width: 0.5rem;
	height: 1px;
	background: #875492;
	top: 50%;
}
.m_nav_list {
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	overflow: auto;
}

.m_nav_list::-webkit-scrollbar {
	display: none
}

.m_nav_list .sjnav {
	margin-left: 0.2rem;
}


#m_nav {
	z-index: 99999;
	position: fixed;
	background: #2e77e1;
	width: 100%;
	height: 100vh;
	right: -100vw;
	top: 0;
	display: none;
	overflow: hidden;
	pointer-events: none;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

#m_nav.act {
	pointer-events: auto;
	right: 0;
}

#m_nav>ul>li {
	width: 100%;
	overflow: hidden;
	padding: 0 0.3rem;
}

#m_nav>ul>li+li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#m_nav li .a {
	display: inline-block;
	width: calc(100% - 30px)
}

#m_nav li .a h3 {
	line-height: 0.64rem;
	height: 0.64rem;
	color: #fff;
	padding: 0;
	font-size: 0.18rem;
	float: left;
}

#m_nav li .a span {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	width: 20px;
	height: 50px;
	text-align: center;
}

#m_nav li .a span i {
	font-size: 0;
}

#m_nav li i {
	opacity: 1;
	filter: alpha(opacity=100);
	display: inline-block;
	width: 10px;
	height: 0.64rem;
	float: right;
	display: inline-block;
	background: url(../images24/jia.svg) center no-repeat;
	background-size: contain;
}

#m_nav li.on i {
	background: url(../images24/jian.svg) center no-repeat;
}

#m_nav li {
	display: block;
	width: 100%;
}

.slide_nav {
	position: absolute;
	left: 0;
	height: 70px;
	z-index: 998;
	padding: 15px;
	top: 0;
	width: 100%;
}

#m_nav .title .list {
	display: none;
	position: relative;
	width: 100%;
	z-index: 9;
	left: 0;
	margin-left: 0;
	background: none;
	border: 0;
	clear: both;
	padding-bottom: 10px;
}

#m_nav .title .list span {
	background: none;
}

#m_nav .title .list span a:hover {
	color: #ffb400;
}

#m_nav .title .list a {
	display: block;
	font-size: 0.16rem;
	color: #fff;
	text-align: left;
	line-height: 40px;
	height: 40px;
	border: 0;
	font-weight: 300;
}

/*三级导航 开始*/
#m_nav .title .list span {
	position: relative;
	display: block;
}

#m_nav .title .list span .sub {
	position: static;
	width: 100%;
	display: block !important;
	overflow: hidden;
}

#m_nav .title .sub a {
	background: none;
	font-size: 0.16rem;
	opacity: .8;
	min-width: 50%;
	float: left;
	display: inline-block;
	color: #999;
}

.nav_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 888;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

.m_header_box {
	display: none;
	background:url('../images24/topbg.png');
	position: fixed;
	z-index: 999999;
	width: 100%;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}


@media(max-width: 1100px) {
	#nav ul {
		display: none;
	}

	.m_header_box {
		height: auto;
	}

	#m_header {
		height: 10vw;
	}

	#m_nav {
		padding-top: 11vw;
	}

	#m_header .rightBox {
		width: 30%;
		margin-right: 25px;
	}

	#m_header .rightBox img {
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	.navBox {
		display: none;
	}

	#nav_btn_box {
		margin-right: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.navBox .search {
		float: left;
	}

	#nav_btn {
		display: block;
	}

	.header_box {
		display: none
	}

	.m_header_box {
		display: block
	}

	#nav_slide {
		display: block
	}

	.logo2 {
		margin-left: 25px;
		max-width: 40vw;
	}
}

@media(max-width: 850px) {
	#m_header {
		height: 14vw;
	}

	#m_nav {
		padding-top: 15vw;
	}

	#nav {
		position: relative;
	}

	.logo2 {
		margin-left: 15px;
		max-width: 40vw;
	}
}

@media(max-width: 430px) {
	.logo2 {
		max-width: 60vw;
	}

	#m_header {
		height: 18vw;
	}

	#m_nav {
		padding-top: 19vw;
	}
}

@media(max-width: 992px) {
	#gotop {
		right: 0;
		transform: scale(0.6);
		bottom: 1rem;
	}
}
/*==========================================公共 开始=============================================*/

.header_box {
	z-index: 999999;
	left: 0;
	right: 0;
	top: 0;
}

#header {
	background-image: url('../images24/topbg.png');
	background-size: contain;
	z-index: 999;
	width: 100%;
	transition: 0.6s;
	position: fixed;
	top: 0;
	left: 0;
	/*height: 1.92rem;*/
	/*padding: 0.22rem 0;*/
	/* border-top: 0.08rem solid #2e77e1; */
}

.w100 {
	width: 100% !important;
}

.bordertop {
	border-top: 1px solid #a5bcdf;
	/*margin-top: 25px;*/
}

/*#header::after {*/
/*	content: "";*/
/*	width: 100%;*/
/*	height: 1.92rem;*/
/*	left: 0;*/
/*	top: 0;*/
/*	!* background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%); *!*/
/*	position: absolute;*/
/*	z-index: 1;*/
/*	background-size: contain;*/
/*	transition: 0.4s all;*/
/*}*/

#header .w17 {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 6;
}

.header_top {
	height: 30px;
	line-height: 30px;
	/* background: #2e77e1; */
	overflow: hidden;
	text-align: right;
	z-index: 10;
	position: relative;
}

.header_top ul {
	display: inline-block;
	vertical-align: top
}

.header_top ul li {
	font-size: 0.16rem;
	color: #fff;
}

/*.line_bot{ display:block; width:100%; height:1px; position:absolute; left:0; bottom:0; background:rgba(255,255,255,.2);}*/
#header #logo {
	width: 32.5%;
	margin: 0.23rem 0 0.3rem;
}

#header #logo img {
	width:100%;
	display: block;
}

#header .rightBox {
	width: 65%;
}

#header #logo {}

@media(max-width: 1200px) {

	/* #header #logo .logoimg{width: 45%;} */
	#header #logo .logoimg img {
		width: 100%;
		display: block;
	}
}

.logo2 {}

.logo2 a {
	display: table;
	vertical-align: middle;
}

.logo2 img {
	display: block;
	width: auto;
	vertical-align: middle;
	width: 100%;
}

.header_box .rightBox p {
	font-size: 0.16rem;
}

.header_box .rightBox p .search_btn {
	padding-left: 0;
}

.header_box .rightBox p a {
	display: inline-block;
	margin-right: 0.4rem;
	color: #a5bcdf;
	line-height: 0.24rem;
	position: relative;
}

.header_box .rightBox p .search_btn {
	padding-left: 0;
	margin-right: 0;
}

.header_box .rightBox p a:nth-child(3)::after,
.header_box .rightBox p a:nth-child(2)::after {
	content: "";
	position: absolute;
	right: -0.2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 0.16rem;
	background: rgba(255, 255, 255, 0.3);
}

.header_box .rightBox p a:hover {
	text-decoration: underline;
}

.header_box .search {
	width: 2.8rem;
	height: 40px;
	border-radius: 20px;
	margin-left: 0.16rem;
	position: relative;
	background: white;
}

.header_box .search input[type="text"] {
	background: none;
	outline: none;
	border: none;
	padding: 0 0 0 10px;
	color: #323232;
	line-height: 40px;
	height: 40px;
	width: 100%;
}

.header_box .search input[type="image"] {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 22px;
}

.header_box .search .input1 {
	float: left;
	width: calc(100% - 45px);
}

.header_box .search .input2 {
	float: right;
	color: #323232;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.header_box .search .input2 input[type="image"] {
	margin-left: 10px;
}

.text::-webkit-input-placeholder {
	color: #323232;
}

.text:-moz-placeholder {
	color: #323232;
}

.text:-ms-input-placeholder {
	color: #323232;
}

.linkNav {
	width: calc(100% - 80px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#nav {
	z-index: 99;
	margin: 0 auto;
	position: relative;
	width: 100%;
	margin-top: 0;
}

#nav ul {
	width: 100%;
	padding: 0;
}

#nav ul li {
	position: relative;
	z-index: 0;
}

#nav ul li:last-child::after {
	position: absolute;
	content: "";
}

#nav ul li a {
	display: block;
	text-align: center;
}

#nav ul li h3 {
	font-size: 0.18rem;
	color: #FFFFFF;
	position: relative;
	transition: .6s;
	font-weight: normal;
	text-align: center;
	line-height: 0.5rem;
	font-weight: bold;
}

#nav ul li:hover a h3 {
	font-weight: bold;
	color: #ffc043;
}

#nav ul li:hover a {}

#nav ul li.on h3 {
	font-weight: bold;
}

#nav ul li a i {
	display: inline-block;
	width: 9px;
	height: 6px;
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}

#nav ul li .sub {
	position: absolute;
	top: 0.5rem;
	min-width: 1.8rem;
	left: 50%;
	z-index: 10000;
	transform: translateX(-50%) scaleY(0);
	visibility: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: .5s;
	transform-origin: top;
	background: rgba(255, 255, 255, 1);
}

#nav ul li .sub .sub2 {
	position: relative;
}

#nav ul li .sub .sub2 .sjnav {
	position: absolute;
	left: 100%;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
	display: none;
}

#nav ul li .sub .sub2:hover .sjnav {
	display: block;
}

#nav ul li .sub .box {
	padding-top: 0.16rem;
	text-align: center;
	position: relative;
}

#nav ul li .sub .box::after {
	content: "";
	position: absolute;
	height: 0.6rem;
	width: 100%;
	bottom: -0.6rem;
	left: 0;
	background-size: contain;
}

#nav ul li .sub a {
	white-space: nowrap;
	padding: 0 0.2rem;
	line-height: 0.5rem;
	transition: .3s;
	font-size: 0.18rem;
	color: #323232;
}

#nav ul li .sub a:hover {
	color: #ffc043;
	background: #f1f1f1;
	font-weight: 600;
}

#nav ul li:hover .sub {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scaleY(1);
}


#nav ul>li.on h3,
#nav ul li:hover h3,
#header.xg #nav ul li.on a h3,
#header.xg #nav ul li:hover a h3 {
	color: #FFFFFF;
}

#nav .navBox>ul>li .sub:after {
	content: "";
	display: block;
	width: 100%;
	height: 0.04rem;
	position: absolute;
	left: 0;
	margin-left: 0;
	background: #ffc043;
	top: 0;
	transition: .3s;
	transform: scale(0);
	border-radius: 0;
}

#nav .navBox>ul>li .sub:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -0.12rem;
	border-left: transparent 0.12rem solid;
	border-right: transparent 0.12rem solid;
	border-bottom: #ffc043 0.12rem solid;
	top: -0.10rem;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

#nav .navBox>ul>li:hover .sub:after,
#nav ul li.on .sub:after {
	transform: scale(1);
}

#nav .navBox>ul>li:hover .sub:before,
#nav>ul>li.on .sub:before {
	opacity: 1;
	visibility: visible
}

.search_btn {
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	text-align: center;
	transition: .6s;
	width: 20px;
	border-radius: 50%;
}

.search_btn img {
	display: block;
	width: 0.2rem;
}


.topLink {
	float: right;
	margin-top: 36px;
}

.topLink a {
	display: inline-block;
	font-size: 0.14rem;
	color: #FFFFFF;
	line-height: 0.24rem;
}

.topLink a:hover {
	color: #ffb400;
}

.topLink a+a:hover {
	color: #FFFFFF;
}

.topLink a span {
	font-size: 0.24rem;
	color: #ffb400;
	font-weight: bold;
	line-height: 0.24rem;
}

.topLink2 {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	width: 100%;
	padding-top: 30px;
}

.topLink2 a {
	display: block;
	padding-left: 0.36rem;
	font-size: 0.18rem;
	line-height: 0.4rem;
}

.topLink2 a+a {
	font-size: 0.14rem;
}

.topLink2 a+a span {
	font-size: 32px;
}

/**/
#logo .logo_black {
	display: none;
}

.top_search_black {
	display: none;
}

.header_box.xg #nav {
	top: 0;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	position: fixed;
}

.header_box.xg #logo .table {
	transform: scale(0.7);
}

.header_box.xg #logo {
	padding: 0.08rem 0;
}

.header_box.xg #logo img {
	max-height: 0.56rem;
}

.header_box.xg #nav {
	box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.2);
}

.toubu_div.on #header::after {
	/* background: #2e77e1; */
	transition: 0.4s all;
	height: 100%;
}

/* 弹出搜索 开始 */
.search-dialog-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}

.search-dialog-box:before {
	content: "";
	position: absolute;
	top: 0;
	height: 0;
	background: none;
	transition: .6s;
	left: 0;
	right: 0;
	z-index: 1;
}

.search-dialog-box.on:before {
	height: 100%
}

.search-dialog {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}

.search-dialog .search-tit {
	font-size: 2.75rem;
	line-height: 3.5rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}

.search-dialog .search-inner {
	overflow: hidden;
	margin-top: 0;
}

.search-dialog .search-input {
	width: 50%;
	margin: 0 auto;
	padding: 0 0rem 0 1.5rem;
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
}

.search-dialog .search-input input[type=text] {
	float: left;
	height: 1rem;
	width: calc(100% - 1rem);
	background-color: transparent;
	font-size: 0.18rem;
	line-height: 1rem;
	color: #FFFFFF;
	transition: all .3s;
	outline: none;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
	color: #919191;
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
	color: #919191;
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
	color: #919191;
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
	color: #919191;
}

.search-dialog .search-input input[type=image],
.search-dialog .search-input .clear-btn {
	float: right;
	height: 0.8rem;
	width: 0.8rem;
}

.search-dialog .search-input input[type=image] {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.5rem;
	background-image: url('../images24/search.png');
	background: #2e77e1 url('../images24/search.png') no-repeat center center;
	height: 0.8rem;
	width: 0.8rem;
	border-radius: 100px;
}

.search-dialog .search-input .clear-btn {
	background-color: rgba(0, 0, 0, .2);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 3.5rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}

.search-dialog .search-input.on {
	background-color: #fff;
}


.search-dialog-box.on {
	opacity: 1;
	visibility: visible;
}

.search-dialog-box.on .search-bg {
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
}

.search-dialog-box.on .bubbles-bg {
	opacity: 1;
	visibility: visible;
}

.search-dialog-box.on .wrap-inner {
	transform: translateY(0)
}

.pub-close {
	position: absolute;
	width: 51px;
	height: 52px;
	z-index: 10;
	right: 0.8rem;
	top: 0.8rem;
	border-radius: 100%;
}

.pub-close .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #005BAC;
	transform: scale(0);
	border-radius: 100%;
	transition: transform .3s;
}

.pub-close i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images24/search_close.png);
	transition: .6s
}

.pub-close i:hover {
	transform: rotate(180deg)
}

@keyframes spin {
	to {
		transform: rotate(1turn);
	}
}

@keyframes spin2 {
	to {
		transform: rotate(-1turn);
	}
}

@keyframes spin-reverse {
	from {
		transform: rotate(1turn);
	}
}

@keyframes spin-reverse2 {
	from {
		transform: rotate(-1turn);
	}
}

/* 弹出搜索 结束 */

/*手机头部开始*/
#m_header {
	z-index: 99;
}

#m_header #logo img {
	max-height: 60%;
	max-height: 28px;
}

.wap_search {
	width: 80%;
	margin: 0 auto;
}

.wap_search form {
	position: relative;
}

.wap_search input[type="text"] {
	width: 80%;
	height: 0.1rem;
	line-height: 0.1rem;
	border: 0;
	padding: 0 0.15rem;
	font-size: 0.16rem;
	color: #999;
	box-shadow: none;
	-webkit-appearance: none;
	float: left;
	border-right: 0;
}

.wap_search input[type="image"] {
	width: 20%;
	height: 0.6rem;
	background: #00a0e9;
	background-size: 20px;
	font-size: 0;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	float: left;
}


#m_nav .mzsdm a {
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.4rem;
}

#m_nav .mzsdm a+a {
	margin-left: 0.2rem;
}

/*导航按钮开始*/
#nav_btn_box {
	height: 100%;
	z-index: 999999999;
}

#nav_btn_box.on {
	background: none;
}

#nav_btn {
	display: none;
}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
	background: #fff;
}

#nav_btn {
	cursor: pointer;
	text-align: center;
	z-index: 99999;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	outline: none;
	box-shadow: none;
}

#nav_btn .point {
	display: inline-block;
	width: 0.3rem;
	height: 22px;
	position: relative;
	outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
	width: 24px;
}

#nav_btn .navbtn {
	position: absolute;
	top: 12px;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 1px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #FFFFFF;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 24px;
	height: 1px;
	content: '';
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #FFFFFF;
}

#nav_btn .navbtn::after {
	top: -8px;
}

#nav_btn .navbtn::before {
	top: 8px;
}

#nav_btn .point.on .navbtn {
	background: transparent;
}

#nav_btn .point.on .navbtn::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
}

#nav_btn .point.on .navbtn::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0px;
}

/*导航按钮结束*/


/*顶部搜索*/
.tc_search {
	margin: 0 0.25rem;
	width: calc(100% - 0.5rem);
	margin-top: 0.2rem;
	bottom: 0.24rem;
}

.tc_search .header-search {
	height: 40px;
	border-radius: 20px;
	border: 1px solid #e5e5e5;
	position: relative;
	width: 100%;
	margin-bottom: 0.6rem;
	display: flex;
}

.tc_search input[type="text"] {
	font-size: 0.14rem;
	color: #fff;
	height: 38px;
	line-height: 38px;
	padding: 0 0.15rem;
	box-shadow: none;
	-webkit-appearance: none;
	border-right: 0;
	background: none;
	width: calc(100% - 0.4rem);
}
.tc_search input::-webkit-input-placeholder {
	color: #fff;
	color: rgba(255, 255, 255, .7);
}

.tc_search input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	color: rgba(255, 255, 255, .7);
}

.tc_search input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
	color: rgba(255, 255, 255, .7);
}

.tc_search input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
	color: rgba(255, 255, 255, .7);
}

/* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {
	color: transparent;
	/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
.tc_search input:focus:-moz-placeholder {
	color: transparent;
}

/* Mozilla Firefox 19+ */
.tc_search input:focus::-moz-placeholder {
	color: transparent;
}

/* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {
	color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */


.m_nav_list {
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	overflow: auto;
}

.m_nav_list::-webkit-scrollbar {
	display: none
}

.m_nav_list .sjnav {
	margin-left: 0.2rem;
}


#m_nav {
	z-index: 99999;
	position: fixed;
	background: #2e77e1;
	width: 100%;
	height: 100vh;
	right: -100vw;
	top: 0;
	display: none;
	overflow: hidden;
	pointer-events: none;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

#m_nav.act {
	pointer-events: auto;
	right: 0;
}

#m_nav>ul>li {
	width: 100%;
	overflow: hidden;
	padding: 0 0.3rem;
}

#m_nav>ul>li+li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#m_nav li .a {
	display: inline-block;
	width: calc(100% - 30px)
}

#m_nav li .a h3 {
	line-height: 0.64rem;
	height: 0.64rem;
	color: #fff;
	padding: 0;
	font-size: 0.18rem;
	float: left;
}

#m_nav li .a span {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	width: 20px;
	height: 50px;
	text-align: center;
}

#m_nav li .a span i {
	font-size: 0;
}

#m_nav li i {
	opacity: 1;
	filter: alpha(opacity=100);
	display: inline-block;
	width: 10px;
	height: 0.64rem;
	float: right;
	display: inline-block;
	background: url(../images24/jia.svg) center no-repeat;
	background-size: contain;
}

#m_nav li.on i {
	background: url(../images24/jian.svg) center no-repeat;
}

#m_nav li {
	display: block;
	width: 100%;
}

.slide_nav {
	position: absolute;
	left: 0;
	height: 70px;
	z-index: 998;
	padding: 15px;
	top: 0;
	width: 100%;
}

#m_nav .title .list {
	display: none;
	position: relative;
	width: 100%;
	z-index: 9;
	left: 0;
	margin-left: 0;
	background: none;
	border: 0;
	clear: both;
	padding-bottom: 10px;
}

#m_nav .title .list span {
	background: none;
}

#m_nav .title .list span a:hover {
	color: #ffb400;
}

#m_nav .title .list a {
	display: block;
	font-size: 0.16rem;
	color: #fff;
	text-align: left;
	line-height: 40px;
	height: 40px;
	border: 0;
	font-weight: 300;
}

/*三级导航 开始*/
#m_nav .title .list span {
	position: relative;
	display: block;
}

#m_nav .title .list span .sub {
	position: static;
	width: 100%;
	display: block !important;
	overflow: hidden;
}

#m_nav .title .sub a {
	background: none;
	font-size: 0.16rem;
	opacity: .8;
	min-width: 50%;
	float: left;
	display: inline-block;
	color: #999;
}

.nav_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 888;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

.m_header_box {
	display: none;
	background:url('../images24/topbg.png');
	position: fixed;
	z-index: 999999;
	width: 100%;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}


@media(max-width: 1100px) {
	#nav ul {
		display: none;
	}

	.m_header_box {
		height: auto;
	}

	#m_header {
		height: 10vw;
	}

	#m_nav {
		padding-top: 11vw;
	}

	#m_header .rightBox {
		width: 30%;
		margin-right: 25px;
	}

	#m_header .rightBox img {
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	.navBox {
		display: none;
	}

	#nav_btn_box {
		margin-right: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.navBox .search {
		float: left;
	}

	#nav_btn {
		display: block;
	}

	.header_box {
		display: none
	}

	.m_header_box {
		display: block
	}

	#nav_slide {
		display: block
	}

	.logo2 {
		margin-left: 25px;
		max-width: 40vw;
	}
}

@media(max-width: 850px) {
	#m_header {
		height: 14vw;
	}

	#m_nav {
		padding-top: 15vw;
	}

	#nav {
		position: relative;
	}

	.logo2 {
		margin-left: 15px;
		max-width: 40vw;
	}
}

@media(max-width: 430px) {
	.logo2 {
		max-width: 60vw;
	}

	#m_header {
		height: 18vw;
	}

	#m_nav {
		padding-top: 19vw;
	}
}

@media(max-width: 992px) {
	#gotop {
		right: 0;
		transform: scale(0.6);
		bottom: 1rem;
	}
}
.zsxxxzsjBox{
	padding-top:0.7rem;
	padding-bottom:0.4rem;
}
.zsxxinfo{
	color:#323232;
	font-size:0.18rem;
	height:0.57rem;
	line-height: 1.5;
	margin-bottom:0.15rem;
}
.mt14{
	margin-top: 0.14rem;
}
.zsxxBox li{
	 /*padding-top:0.15rem; */
}

.zsxxBox li a{
    width: 100%;
	margin-left: 0.2rem;
	border-bottom:0.01rem solid #e9e9e9;
	/*padding-bottom: 0.17rem;*/
}
/* <!-- 新闻动态、通知公告开始 --> */
.tabtitle {
	font-size: 0.32rem;
	color: #323232;
	margin-left: 0.1rem;
	justify-content: center;
}

.morebtn {
	width: 0.8rem;
	height: 0.28rem;
	background: #e6eef9;
	border-radius: 0.14rem 0.14rem 0.14rem 0.14rem;
	color: #2e77e1;
	font-size: 0.14rem;
	text-align: center;
	line-height: 0.28rem;
	justify-content: center;
}
.morebtn a{
	color: #2e77e1;
}
.flexbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.f14fff{
	color: #ffffff;
	font-size: 0.14rem;
	line-height: 1.5;
}
.ml20{
	margin-left: 0.2rem;
}
.f28{
	font-size: 0.28rem;
	/* line-height: 1.5; */
}
.flexboxcontentbetween {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
}
.flexboxcontentbetweenmt {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0.4rem;
}
.flexboxcontentstart {
	display: flex;
	justify-content: flex-start;
}
.borderleft{
	border-left: 1px solid #6b9fea;
}
.flexcenter {
	display: flex;
	align-items: center;
}
.flexcenterc {
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabbottom {
	width: 70%;
	margin: auto;
}


.newsimg {
	width: 100%;
	height: 2.7rem;
	border-radius: 0.08rem
}

.newswiper {
	width: 100%;
	overflow: hidden;
	margin-top: 0.45rem;
	position: relative;
}

.swiper-prev {
	top: 1.34rem !important;
}

.swiper-next {
	top: 1.34rem !important;
}

.tabnewtip {
	color: #323232;
	margin: 0.2rem 0 0rem;
	line-height: 1.5;
	font-size: 0.18rem;
	/*height: 0.6rem;*/
	border-bottom: 0.01rem solid #EFEFEF;
	/* margin-bottom: 0.2rem; */
	box-sizing: border-box;
	overflow: hidden;
}
.footerCon li{
    line-height: 1;
}
.footerCon li a{color:#fff;}
.tabnewtipw {
	color: #323232;
	line-height: 0.3rem;
	font-size: 0.18rem;
	padding-left: 0.2rem;
}
.overhiddentext1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
/*.h590{*/
/*	height: 6.5rem;*/
/*	overflow: auto;*/
/*}*/
.pl5{
	padding-left: 0.05rem;
}
.pl20{
	padding-left: 0.2rem;
}
/* .datebox { */
	/* width: 0.65rem;
	height: 0.6rem; */
	/* background: #2E77E1;
	text-align: center;
	border-radius: 0rem 0.1rem 0rem 0.1rem;
	color: #fff;
	text-align: center;
	padding: 0 5px; */

/* } */
.datebox2 {
	width: 0.66rem;
	height: 0.6rem;
	background: #dbe6f7;
	text-align: center;
	border-radius: 0rem 0.1rem 0rem 0.1rem;
	text-align: center;
	padding:0.05rem;
}
.datebox2 li:first-child{
	font-size: 0.3rem;
	line-height:0.28rem;
	color:#2e77e1;
}
.datebox2 li:last-child{
	font-size: 0.14rem;
	line-height:0.28rem;
	color:#969ba3;
}
.mtb20{
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
	border-bottom: 0.01rem solid #EFEFEF;
}

/* 通知公告 */
.notflex{
	display: flex;
	justify-content: flex-start;
	align-items: center
}
.notecontent {
	/* width: 100%; */
	/*height: 0.6rem;*/
	font-size: 0.18rem;
	color: #323232;
	line-height: 0.28rem;
	margin-left: 0.2rem;
	/* margin-bottom: 0.3rem; */

}
.nocemter{
	align-items: center;
}
.datetip{
	/* width:1rem; */
	padding-left:0.16rem;
	padding-right:0.16rem;
	height:0.3rem;
	background-color: #2e77e1;
	color: #fff;
	line-height: 0.3rem;
	text-align: center;
	font-size:0.14rem;
	border-radius: 0.2rem;
	/* display: flex; */
	/* align-items: center; */
}
/*  <!-- 新闻动态、通知公告结束 --> */
/* <!-- 会议tab开始 --> */

.mt65{
	margin-top: 0.65rem;
}
.mt40{
	margin-top: 0.40rem;
}
.mettingcon{
	max-width: 14rem;
	margin: auto;
}
.metting .mettingcon .flexcenterc{
	padding-top:0.7rem;
	padding-bottom:0.35rem;
}
.mettingcon2{
	width: 72%;
}
.mt20{
	margin-top: 0.2rem;
}
.mt10{
	margin-top: 0.1rem;
}
.metip{
	width: 0.01rem;
	height: 0.14rem;
	background: #C4CDD7;
	margin:0 0.2rem;
}
.mettingtitle{
	font-size: 0.30rem;
	font-weight: 600;
	color: #323232;
	line-height: 0.3rem;
}
/*.mecon{*/
/*	width: 30%;*/
/*	margin-right: 0.2rem;*/
/*	background: #fff;*/
/*	border-radius:0 0 0.12rem  0.12rem;*/
/*	padding: 0.25rem 0.3rem;*/
/*	border-top: 2px solid #ff9900;*/
/*}*/
.mecon2{
	width:23%;
	/* margin-right: 0.2rem; */
	background: #fff;
	border-radius:0 0 0.12rem  0.12rem;
	padding: 0.25rem 0.3rem;
	border-top: 2px solid #ff9900;
}
.f32{
	color: #2e77e1;font-size: 0.32rem;
}
.f14{
	color: #999999;font-size: 0.14rem;line-height: 0.28rem;
}
.f14bac{
	color: #969ba3;font-size: 0.14rem;line-height: 1.5;

}
.f18{
	color: #323232; font-size: 0.18rem;line-height: 1.5;
}
.f16{
	color: #2e77e1;font-size: 0.16rem;line-height: 1.5;
}
.ml10{
	margin-left: 0.1rem;
}
.mr20{
	margin-right: 0.2rem;
}

.mettingmore{
	background: #c0d9f7;color: #2e77e1;
	float: left;
}
.meboxborder{
	padding-bottom:0.2rem;border-bottom: 0.01rem solid #EFEFEF;
}
.mebox{
	margin-top: 0.2rem;font-size: 0.14rem;color: #666666;line-height:2;
}
.mebox img{
	width:0.16rem;
	height:0.16rem;
	margin-right:0.1rem;
}
.mebox li{
	display: flex;
	align-items: center;
}
.mebox li span{
	display: block;
	font-size:0.14rem;
	line-height: 0.28rem;;
}
.xzsj{
	background: url('../images24/xzsjbj.png') no-repeat center;
	width: 48%;
	height:4.83rem;
	padding: 0.25rem;
}
.w45{
	width:47.8%;
}
/* 底部 */
.fimg{
	width:3.87rem;height: 0.85rem;
}
.ml14{
	margin-left: 30%;
}
.xttitle1{
	/* display: block; */
}
.xttitle2{
	display: none;
}

.flextab{
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 20px;
}
.tabul{
padding-bottom: 0!important;
}
#jzbgbox .f18 p{
    font-weight: 600;
	/*height: 6vw;*/
}
#swiperxz .f28{
    font-weight: 600;
}
@media (max-width:1200px) {

	.tabul{
		flex-wrap: wrap;
	}
	.newsbox{
		margin-top: 5.1rem;
	}
	.tabbg{
		flex-wrap: wrap;
	}
	.mettingcon{
		width: 92%;
		margin: auto;
	}
	.tabbg {
		/* height: 589px; */
	}
	.tabnewtipw {
		height: 0.3rem;
	}
	.flexboxcontentbetween{
		flex-wrap: wrap;
	}
	.newsbox{
		width: 100%;
	}
	.notebox{
		width: 100%;
	}
	.mecon2{
		width: 90%;
		margin: 0 auto 0.4rem;
	}
	.w45{
		width: 90%;
	}
	.xttitle1{
		display: none;
	}
	.xttitle2{
		display: flex;
	}
	.xzsj2{
		width: 42%;
	}
	.flexcenter{
		flex-wrap: wrap;
		justify-content: center;
	}
	.borderleft{
		margin-top: 0.3rem;
		margin-bottom: 0.3rem;
	}
	.ml14{
		margin-left: 14%;
	}
}

@media (max-width:850px) {
	.mecon2{
		width: 90%;
	}
	.xzsj2{
		width: 42%;
	}
}

@media (max-width:430px) {
	.mecon2{
		width: 90%;
	}
}
/* <!-- 会议tab结束 --> */
.sametitle {
	margin-bottom: 0.45rem;
	position: relative;
	position: relative;
	display: block;
	justify-content: center;
	width: 100%;
}

.sametitle .titCon {
	position: relative;
}

.sametitle .titCon::after {
	position: absolute;
	content: "";
	background: url(../images24/titleBg.png) no-repeat center;
	background-size: 1.27rem;
	width: 1.27rem;
	height: 1.28rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.sametitle h5 {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 3;
}

.sametitle h5 span {
	font-size: 0.38rem;
	color: #323232;
	line-height: 0.5rem;
	color: #2e77e1;
	font-weight: bold;
	display: block;
}
.jzbg{
	color: #2e77e1;
}
#search_btnn{
	width: 2.3rem;
	height: 0.44rem;
	border: 1px solid #C4CDD7;
	border-radius: 40px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sametitle p {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 3;
}

.sametitle p span {
	font-size: 0.18rem;
	color: #323232;
	line-height: 0.2rem;
	color: #2e77e1;
	display: block;
	font-family: arial;
	position: relative;
}

.sametitle p span::before {
	content: "";
	position: absolute;
	left: -0.4rem;
	width: 0.38rem;
	height: 0.01rem;
	background: #2e77e1;
	top: 50%;
}

.sametitle p span::after {
	content: "";
	position: absolute;
	right: -0.4rem;
	width: 0.38rem;
	height: 0.01rem;
	background: #2e77e1;
	top: 50%;
}

.sametitle .more {
	font-size: 0.14rem;
	color: #323232;
	display: block;
	text-align: center;
	padding-left: 0.76rem;
	position: absolute;
	right: 0;
	top: 0.4rem;
	z-index: 6;
}

.sametitle .more:hover {
	color: #2e77e1;
	font-weight: bold;
}

.sametitle .more::after {
	content: "";
	position: absolute;
	background: url(../images24/moreBg.png) no-repeat center;
	width: 0.2rem;
	height: 0.2rem;
	background-size: 0.2rem;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.sametitle .more::before {
	content: "";
	position: absolute;
	left: 0.22rem;
	width: 0.5rem;
	height: 1px;
	background: #875492;
	top: 50%;
}

@media (max-width:850px) {
	.sametitle {
		margin-bottom: 0.4rem;
	}
}

@media (max-width:430px) {
	.sametitle h5 {
		justify-content: flex-start;
	}

	.sametitle p {
		justify-content: flex-start;
	}

	.sametitle p span::before {
		display: none;
	}

	.sametitle .titCon::after {
		left: 0;
		transform: translate(0, -50%);
	}
}

/* 新闻中心 开始 */

.newsBox {
	background: url(../images24/bg01.jpg) no-repeat bottom center;
	background-size: cover;
	padding-top: 0.6rem;
	position: relative;
}

.newsBox .newsCon {
	width: 100%;
}
.newsbox .flexbox .flexcenter img{
	width:0.31rem;
	height:0.3rem;
}
.notebox .flexcenter img{
	width:0.31rem;
	height:0.3rem;
}
.notebox .flexbox{
	margin-bottom:0.4rem;
}
.notebox .flexboxcontentstart a .notecontent img{
	width:0.25rem;
	height:0.16rem;

}
.newsScroll {
	width: calc(62.5% - 0.1rem);
	position: relative;
	padding-bottom: 0.7rem;
}

.newsScroll::before {
	position: absolute;
	content: "";
	right: 0;
	width: 60vw;
	height: 5.9rem;
	background: url(../images24/newsBgL.png) no-repeat right center;
	bottom: 0;
}

.newsScroll a {
	display: block;
	padding-bottom: 0.6rem
}

.newsScroll a .pic {}

.newsScroll a .pic img {
	height: 5.8rem;
}

.newsScroll a:hover .pic img {
	transform: scale(1.3);
}

.newsScroll a .text {
	margin-top: 0.3rem;
	padding-right: 0.2rem;
}

.newsScroll a .text p {
	font-size: 0.24rem;
	color: white;
	font-weight: bold;
}

.newsScroll .swiper-pagination {
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.newsScroll .swiper-pagination .swiper-pagination-bullet {
	width: 0.16rem;
	height: 0.16rem;
	opacity: 1;
	background: none;
	border-radius: 50%;
	margin: 0 0.08rem;
	border: 2px solid #E0B682;
	opacity: 1;
	box-sizing: border-box;
}

.newsScroll .swiper-pagination .swiper-pagination-bullet-active {
	background: url(../images24/dianon02.png) no-repeat center;
	width: 0.31rem;
	height: 0.31rem;
	background-size: 0.31rem;
	border-radius: 0;
	border: none;
	opacity: 1;
}

.newsText {
	width: calc(37.5% - 0.3rem);
}

.newsText li {
	position: relative;
}

.newsText li a {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	align-items: center;
}

.newsText li a .data {
	display: block;
	width: .78rem;
	color: #2e77e1;
	text-align: center;
	background: url(../images24/dateBg.png) no-repeat center;
	background-size: 100%;
	height: 0.78rem;
	padding-top: 0.12rem;
}

.newsText li a .data i {
	display: block;
	font-size: .24rem;
	line-height: 1;
	font-family: BEBAS, sans-serif;
	margin-bottom: .08rem;
	font-weight: normal;
	font-style: normal;
}

.newsText li a .data b {
	display: block;
	font-size: .16rem;
	line-height: 1;
	font-family: BEBAS, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.newsText li a .text {
	width: calc(100% - 1rem);
	padding-top: .27rem;
	padding-bottom: .27rem;
	border-bottom: 1px solid #D8D8D8;
}

.newsText li a .text p {
	font-size: .18rem;
	line-height: .28rem;
	color: #323232;
	height: 0.56rem;
	margin-bottom: .04rem;
}

.newsText li a .text span {
	font-size: .14rem;
	line-height: .24rem;
	height: 0.24rem;
	color: #666;
}

.newsText li:after {
	position: absolute;
	content: '';
	left: -.35rem;
	right: calc((100vw - 14.4rem)/ -2);
	top: 0;
	bottom: 0;
	opacity: 0;
	background: url(../images24/textBg01.png) center;
	transform-origin: left center;
	transform: scaleX(0);
	transition: .5s;
	visibility: hidden;
	background-size: cover;
	height: 100%;
}

.newsText li:hover:after {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
	transition: .5s;
}

.newsText li:hover a .text p {
	color: #2e77e1;
	font-weight: bold;
}

.newsText li:hover a .text span {
	color: #A293A2;
}

@media (max-width:850px) {
	.newsScroll {
		width: 100%;
	}

	.newsScroll a .pic img {
		height: 54vw;
	}

	.newsScroll::before {
		width: 100%;
		height: 100%;
	}

	.newsScroll a .text {
		padding-left: 0.2rem;
	}

	.newsText {
		width: 100%;
		margin-top: 0.3rem;
	}

	.newsScroll {
		padding-bottom: 0.4rem;
	}

	.newsScroll a .text p {
		line-height: 0.3rem;
		height: auto;
		font-size: 0.2rem;
		display: block;
	}
}

/* 新闻中心  结束 */
/* 通知公告 开始 */
.NoticeBox {
	background: url(../images24/bg02.png) no-repeat center;
	background-size: cover;
	padding: 0.6rem 0 0.8rem 0;
	position: relative;
}

.NoticeBox .sametitle {
	margin-bottom: 0.25rem;
}

.NoticeScroll {
	width: 100%;
	box-shadow: 0px 0px 20px 0px rgba(71, 40, 2, 0.1);
}

.NoticeScroll .swiper-container {
	padding: 0.2rem 0;
	width: 100%;
	padding-bottom: 0.7rem;
}

.NoticeScroll a {
	background: white;
	box-shadow: 0px 0px 20px 0px rgba(71, 40, 2, 0.1);
	display: block;
}

.NoticeScroll a .textCon {
	padding: 0.4rem 0.32rem 0.52rem 0.32rem;
}

.NoticeScroll a .textCon .date {
	width: 0.44rem;
}

.NoticeScroll a .textCon .date i {
	font-size: 0.32rem;
	color: #E0B682;
	display: block;
	font-style: normal;
	font-weight: normal;
	font-family: BEBAS, sans-serif;
	text-align: center;
}

.NoticeScroll a .textCon .date b {
	font-size: 0.26rem;
	color: #E0B682;
	display: block;
	font-style: normal;
	font-weight: normal;
	font-family: BEBAS, sans-serif;
	text-align: center;
	margin-top: 0.4rem;
	position: relative;
}

.NoticeScroll a .textCon .date b::before {
	content: "";
	position: absolute;
	transform: rotate(50deg);
	width: 0.02rem;
	height: 0.3rem;
	background: #EDC78E;
	top: -0.35rem;
	left: 50%;
}

.NoticeScroll a .textCon .text {
	width: calc(100% - 0.6rem);
	margin-top: -0.04rem;
}

.NoticeScroll a .textCon .text p {
	font-size: 0.18rem;
	line-height: 0.32rem;
	height: 0.96rem;
	color: #323232;
}

.NoticeScroll a .textCon .text span {
	font-size: 0.14rem;
	line-height: 0.26rem;
	color: #666;
	height: 1.04rem;
	margin-top: 0.24rem;
}

.NoticeScroll a .zs {
	width: 100%;
	position: absolute;
	bottom: 0.04rem;
	left: 0;
	overflow: hidden;
	height: 0.32rem;
}

.NoticeScroll a .zs span {
	background: url(../images24/tzBg.png) no-repeat center;
	background-size: 0.31rem;
	width: 0.31rem;
	height: 0.31rem;
	display: block;
	position: absolute;
	right: 0.76rem;
	bottom: 0;
}

.NoticeScroll a .zs span::after {
	content: "";
	width: 0.7rem;
	height: 0.04rem;
	background: #875492;
	right: -0.76rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.NoticeScroll a .zs span::before {
	content: "";
	width: 80vw;
	height: 0.04rem;
	background: #875492;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.37rem;
}

.NoticeScroll a:hover .textCon .text p {
	font-weight: bold;
	color: #2e77e1;
}

.NoticeScroll .swiper-pagination {
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.NoticeScroll .swiper-pagination .swiper-pagination-bullet {
	width: 0.16rem;
	height: 0.16rem;
	opacity: 1;
	background: none;
	border-radius: 50%;
	margin: 0 0.08rem;
	border: 2px solid #E0B682;
	opacity: 1;
	box-sizing: border-box;
}

.NoticeScroll .swiper-pagination .swiper-pagination-bullet-active {
	background: url(../images24/dianon02.png) no-repeat center;
	width: 0.31rem;
	height: 0.31rem;
	background-size: 0.31rem;
	border-radius: 0;
	border: none;
	opacity: 1;
}

/* 通知公告 结束 */
/* 校友风采开始 */
.xzsj2{
	/* background: url('../images24/xzsjbj.png') no-repeat center; */
	width: 30%;
	/* height:4.83rem; */
	/* padding: 0.25rem; */
}
.classall{
	background: url(../images24/xybj.png) no-repeat center;
	width: 100%;
	padding-bottom: 0.7rem;
	background-size: 100% 100%;
	/* height: 1200px; */
}
.w24{
	width: 24%;
}
/* 校友风采结束 */
/* 学术活动 开始 */
.AcademicBox {
	position: relative;
	padding: 0.6rem 0;
}

.AcademicBox .sametitle {
	margin-bottom: 0.85rem;
}

.AcademicBox .AcademicCon {
	width: 100%;
	position: relative;
}

.Academicul {
	width: calc(45% - 0.4rem);
	position: relative;
	z-index: 6;
}

.AcademicBox::before {
	content: "";
	position: absolute;
	left: 0;
	background: url(../images24/bg03.png) no-repeat right bottom;
	width: 61.5vw;
	height: calc(100% - 1.8rem);
	background-size: cover;
	top: 1.8rem;
}

.AcademicBox::after {
	content: "";
	position: absolute;
	right: 0;
	/*background: url(../images24/bg04.png) no-repeat right bottom;*/
	width: 38.5vw;
	height: calc(72% - 1.8rem);
	top: 1.8rem;
	background-size: cover;
	z-index: -1;
}

.Academicul li {}

.Academicul li+li {
	margin-top: 0.06rem;
}

.Academicul li a {
	position: relative;
	padding: 0.14rem 0;
	align-items: center;
}

.Academicul li a .pic {
	width: 35%;
}

.Academicul li a .pic img {
	height: 1.5rem;
}

.Academicul li a .text {
	width: calc(65% - 0.25rem);
	padding-right: 0.3rem;
	position: relative;
}

.Academicul li a::before {
	content: "";
	position: absolute;
	right: 0;
	width: 65%;
	height: 1px;
	background: #D8D8D8;
	bottom: 0.14rem;
}

.Academicul li a .text i {
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #2e77e1;
	font-style: normal;
	background: url(../images24/date.png) no-repeat left center;
	background-size: 0.18rem;
	padding-left: 0.22rem;
	font-weight: bold;
}

.Academicul li a .text p {
	font-size: 0.18rem;
	line-height: 0.28rem;
	height: 0.56rem;
	color: #323232;
	transition: 0.4s all;
	margin-top: 0.04rem;
}

.Academicul .text span {
	font-size: 0.14rem;
	color: #999999;
	line-height: 0.24rem;
	height: 0.24rem;
	margin-top: 0.1rem;
	transition: 0.4s all;
}

.Academicul li a:hover .text p {
	color: #2e77e1;
	font-weight: bold;
}

.AcademicScroll {
	width: calc(55% - 0.3rem);
	position: relative;
	z-index: 9;
}

.AcademicScroll .swiper-container {
	padding-bottom: 0.5rem;
}

.AcademicScroll a {
	display: block;
	position: relative;
}

.AcademicScroll a .pic {}

.AcademicScroll a .pic img {
	height: 5.3rem;
}

.AcademicScroll a .text {
	display: flex;
	align-items: center;
	width: 80%;
	background: url(../images24/textbg03.png) no-repeat right center;
	background-size: cover;
	height: 0.9rem;
	padding: 0 0.44rem 0 0.16rem;
	position: absolute;
	left: 0;
	bottom: 0;
}

.AcademicScroll a .text p {
	font-size: 0.18rem;
	line-height: 0.28rem;
	max-height: 0.56rem;
	width: 100%;
	color: white;
}

.AcademicScroll .swiper-pagination {
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.AcademicScroll .swiper-pagination .swiper-pagination-bullet {
	width: 0.16rem;
	height: 0.16rem;
	opacity: 1;
	background: none;
	border-radius: 50%;
	margin: 0 0.08rem;
	border: 2px solid #E0B682;
	opacity: 1;
	box-sizing: border-box;
}

.AcademicScroll .swiper-pagination .swiper-pagination-bullet-active {
	background: url(../images24/dianon02.png) no-repeat center;
	width: 0.31rem;
	height: 0.31rem;
	background-size: 0.31rem;
	border-radius: 0;
	border: none;
	opacity: 1;
}

@media(max-width: 850px) {
	.AcademicBox .sametitle {
		margin-bottom: 0.35rem;
	}

	.AcademicBox::before {
		width: 100%;
		height: 100%;
		top: 0;
	}

	/* .AcademicBox::after{width: 100%;height: calc(54vw - 0.9rem);top: auto;bottom: 2rem;} */
	.Academicul {
		width: 100%;
		order: 3;
	}

	.Academicul li a .pic img {
		height: 20vw;
	}

	.AcademicScroll {
		width: 100%;
		order: 2;
	}

	.AcademicScroll a .pic img {
		height: 54vw;
	}
}

@media(max-width: 430px) {
	.Academicul li a .pic {
		width: 100%;
	}

	.Academicul li a .pic img {
		height: 54vw;
	}

	.Academicul li a .text {
		padding-right: 0;
		margin-top: 0.06rem;
	}

	.Academicul li a .text {
		width: 100%;
	}

	.Academicul li a::before {
		width: 100%;
		bottom: 0;
	}

	.AcademicScroll a .text {
		width: 100%;
		position: relative;
		bottom: auto;
		top: -0.3rem;
	}

	.AcademicScroll .swiper-container {
		padding-bottom: 0.2rem;
	}

	.AcademicBox::after {
		bottom: 1.1rem;
		height: calc(54vw + 0.6rem);
	}

}

/* 学术活动 结束 */
/* 学生发展 开始 */
.xsfzBox {
	background: url(../images24/bg05.png) no-repeat center;
	background-size: cover;
	padding: 0.6rem 0 0.9rem;
}

.xsfzBox .xsfzCon {}

.xsfzBox .xsfzCon .xsfz-L {
	width: calc(52.5% - 0.3rem);
}

.xsfzBox .xsfzCon .xsfz-L a {
	display: block;
}

.xsfzBox .xsfzCon .xsfz-L a .pic img {
	height: 5.1rem;
}

.xsfzBox .xsfzCon .xsfz-L a .text {
	margin-top: 0.23rem;
}

.xsfzBox .xsfzCon .xsfz-L a .text p {
	font-size: 0.24rem;
	line-height: 0.38rem;
	height: 0.38rem;
	color: #2e77e1;
	font-weight: bold;
}

.xsfzBox .xsfzCon .xsfz-L a .text span {
	font-size: 0.14rem;
	line-height: 0.24rem;
	height: 0.48rem;
	color: #737373;
	margin-top: 0.16rem;
}

.xsfzBox .xsfzCon .xsfz-R {
	width: calc(47.5% - 0.15rem);
}

.xsfzBox .xsfzCon .xsfz-R ul {}

.xsfzBox .xsfzCon .xsfz-R ul li {
	width: calc(50% - 0.22rem);
}

.xsfzBox .xsfzCon .xsfz-R ul li a {}

.xsfzBox .xsfzCon .xsfz-R ul li a .pic img {
	height: 2.3rem;
}

.xsfzBox .xsfzCon .xsfz-R ul li a .text {
	margin-top: 0.23rem;
}

.xsfzBox .xsfzCon .xsfz-R ul li a .text p {
	font-size: 0.18rem;
	line-height: 0.28rem;
	height: 0.56rem;
	color: #323232;
}

.xsfzBox .xsfzCon .xsfz-R ul li a .text span {
	font-size: 0.14rem;
	line-height: 0.24rem;
	color: #737373;
	height: 0.24rem;
	margin-top: 0.12rem;
}

.xsfzBox .xsfzCon .xsfz-B {
	margin-top: 0.46rem;
}

.xsfzBox .xsfzCon .xsfz-B a {}

.xsfzBox .xsfzCon .xsfz-B a .pic {
	width: calc(50% - 0.22rem);
}

.xsfzBox .xsfzCon .xsfz-B a .pic img {
	height: 2.3rem;
}

.xsfzBox .xsfzCon .xsfz-B a .text {
	width: calc(50% + 0.22rem);
	background: url(../images24/textbg04.png) no-repeat center;
	background-size: cover;
	padding: 0.32rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.xsfzBox .xsfzCon .xsfz-B a .text p {
	font-size: 0.18rem;
	line-height: 0.28rem;
	height: 0.56rem;
	color: white;
}

.xsfzBox .xsfzCon .xsfz-B a .text span {
	font-size: 0.14rem;
	color: rgba(255, 255, 255, 0.8);
	line-height: 0.24rem;
	height: 0.48rem;
	margin-top: 0.2rem;
}


@media(max-width: 850px) {
	.xsfzBox .xsfzCon .xsfz-L {
		width: 100%;
	}

	.xsfzBox .xsfzCon .xsfz-L a .pic img {
		height: 54vw;
	}

	.xsfzBox .xsfzCon .xsfz-L a .text p {
		height: auto;
		display: block;
	}

	.xsfzBox .xsfzCon .xsfz-R {
		width: 100%;
	}

	.xsfzBox .xsfzCon .xsfz-R ul li {
		width: 100%;
		margin-top: 0.3rem;
	}

	.xsfzBox .xsfzCon .xsfz-R ul li a .pic img {
		height: 54vw;
	}

	.xsfzBox .xsfzCon .xsfz-R ul li a .text p {
		height: auto;
		display: block;
	}

	.xsfzBox .xsfzCon .xsfz-B {
		width: 100%;
	}

	.xsfzBox .xsfzCon .xsfz-B a .pic {
		width: 100%;
	}

	.xsfzBox .xsfzCon .xsfz-B a .pic img {
		height: 54vw;
	}

	.xsfzBox .xsfzCon .xsfz-B a .text {
		width: 100%;
	}

	.xsfzBox .xsfzCon .xsfz-B a .text p {
		height: auto;
		display: block;
	}
}

/* 学生发展 结束 */

/* 页脚开始 */
.footerBox {
	position: relative;
	z-index: 9999;
	background: url(../images24/bottombj.png) no-repeat center;
	background-size: cover;
	padding: 0.7rem 0;
}
.footerBox .footerCon{
	max-width:14rem;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footerBox .footerL {
	width: calc(100% - 3.2rem);
}

.footerBox .fLinks {
	border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
	padding: 0 0 0.25rem 0;
}

.footerBox .fLinks .linkCon {
	justify-content: flex-start;
}

.footerBox .fLinks .linkCon .bt {
	position: relative;
	padding-left: 0.24rem;
}

.footerBox .fLinks .linkCon .bt::before {
	position: absolute;
	content: "L";
	font-size: 0.64rem;
	color: #D9B578;
	font-weight: bold;
	left: 0;
	top: -0.07rem;
}

.footerBox .fLinks .linkCon .bt h3 {
	font-size: 0.28rem;
	font-weight: bold;
	color: white;
}

.footerBox .fLinks .linkCon .bt span {
	font-size: 0.16rem;
	color: #D9B578;
	font-family: arial;
	position: relative;
	top: 0.08rem;
	margin-left: 0.18rem;
	font-weight: bold;
}

.footerBox .fLinks ul {
	justify-content: flex-start;
	margin-left: 0.02rem;
}

.footerBox .fLinks ul li {}

.footerBox .fLinks ul li a {
	display: block;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: white;
	margin: 0 0.24rem;
}

.footerBox .fLinks ul li a:hover {
	color: #D9B578;
	text-decoration: underline;
}


.footerBox .contact {
	margin-top: 0.2rem;
	justify-content: flex-start;
}

.footerBox .contact .flogo {
	width: 40%;
}

.footerBox .contact .flogo img {
	display: block;
	width: 5.85rem;
	max-width: 100%;
}

.footerBox .contact .info {
	margin-left: 10%;
	width: 50%;
}

.footerBox .contact .info p {}

.footerBox .contact .info p span {
	display: block;
	font-size: 0.16rem;
	color: white;
	line-height: 0.32rem;
	display: inline-block;
	background: url(../images24/fIc01.png) no-repeat left center;
	background-size: 0.3rem;
	padding-left: 0.36rem;
	margin-left: 0.1rem;
}

.footerBox .contact .info p+p span {
	background: url(../images24/fIc02.png) no-repeat left center;
	background-size: 0.3rem;
}

.footerBox .contact .info p+p span+span {
	background: url(../images24/fIc03.png) no-repeat left center;
	background-size: 0.3rem;
}

.footerBox .ewmBox {
	margin-left: 0.3rem;
	margin-top: 0.2rem;
}

.footerBox .ewmBox img {
	width: 1.3rem;
}

.footerBox .ewmBox p {
	font-size: 0.16rem;
	text-align: center;
	color: white;
	margin-top: 0.06rem;
}

.footerBox .ewmBox .ewm+.ewm {
	margin-left: 0.2rem;
}
@media (max-width:1024px) {
	.footerBox .contact .flogo {
		width: 100%;
	}

	.footerBox .contact .info {
		width: 100%;
		margin-left: 0;
		margin-top: 0.3rem;
	}
	.footerBox .footerCon{
		width:92%;
		flex-wrap: wrap;
	}
}

@media (max-width:850px) {
	.footerBox .footerL {
		width: 100%;
	}

	.footerBox .footerR {
		width: 100%;
	}

	.footerBox .fLinks .linkCon .bt {
		margin-top: 0.2rem;
	}

	.footerBox .fLinks ul {
		margin-top: 0.2rem;
	}
	
	@media (max-width:685px) {
		.footerBox .footerCon{
			justify-content: center;
		}
		.wcon{
			width:100% !important;
			padding-left:0 !important;
			margin-left:0 !important;
			text-align: center !important;
			/* text-align: center; */
		}
	}
}

/* 页脚结束 */



/*==========================================内页 开始=============================================*/
.Nybanner {
	width: 100%;
	margin: 1.9rem auto 0;
	z-index: 0;
	position: relative;
}

.Nybanner .w56 {
	position: relative;
}

.Nybanner img {
	display: block;
	width: 100%;
	position: relative;
	height: 100%;
	object-fit: cover;
}

.Nybanner>p {
	display: flex;
	justify-content: center;
	max-width: 100%;
	overflow: hidden;
}
@media (max-width:1700px) {
	.Nybanner {
		margin-top: 10vw;
		padding-top: 0;
		z-index: 0;
	}
}
@media (max-width:1200px) {
	.Nybanner {
		margin-top: 12vw;
		padding-top: 0;
		z-index: 0;
	}
}
@media (max-width:1100px) {
	.Nybanner {
		margin-top: 10vw;
		padding-top: 0;
		z-index: 0;
	}
}

@media (max-width:850px) {
	.Nybanner {
		margin-top: 14vw;
		padding-top: 0;
	}

	.Nybanner {
		height: 30vw;
	}

	.Nybanner img {
		height: 30vw;
	}
}

@media (max-width:430px) {
	.Nybanner {
		margin-top: 18vw;
	}
}


#nav_slide {
	background: #e1e1e1;
	line-height: 50px;
	position: relative;
	z-index: 2;
}

#nav_slide #bnt_back {
	position: absolute;
	left: 0.16rem;
	top: -2px;
}

#nav_slide #bnt_back img {
	height: 20px;
	vertical-align: middle;
}

#nav_slide .n_title {
	height: 50px;
}

#nav_slide h1 {
	font-size: 16px;
	color: #323232;
	text-align: center;
}

#bnt_sub_nav {
	position: absolute;
	right: 0.16rem;
	top: 14.5px;
	cursor: pointer;
}

#bnt_sub_nav img {
	display: block;
	height: 20px;
}

#bnt_sub_nav.on img {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#sub_nav_content {
	background: #f2f2f2;
	display: none;
	z-index: 9;
	width: 100%;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

#sub_nav_content ul {
	background: #FFFFFF;
}

#sub_nav_content ul li {
	background: none;
	box-shadow: none;
	border-bottom: 1px solid #dedede;
	padding: 0 15px;
}

#sub_nav_content ul li a {
	display: inline-block;
	font-size: 14px;
	padding: 0;
	color: #333;
	width: 88%;
}

#sub_nav_content ul li i {
	float: right;
	font-family: simsun;
	font-style: normal;
	font-weight: bold;
}

#sub_nav_content ul li ul li {
	border: 0;
	line-height: 40px;
	padding-left: 10px;
}

#sub_nav_content ul li ul li a {
	font-size: 13px;
	color: #666;
}

#sub_nav_content ul li.on>a {
	color: #2e77e1;
}

#sub_nav_content ul li ul {
	display: none
}

#nav_slide {
	display: none
}

.bg {
	background: #f7f7f7;
}

.n_container {
	position: relative;
	z-index: 6;
	padding: 0.5rem 0 0.5rem 0;
	background-size: auto;
	background: #F7F8F8;
	min-height: 6.5rem;
}

@media (max-width:1100px) {
	.n_container {
		display: block;
		padding-top: 0;
	}

	#nav_slide {
		display: block;
	}
}

@media (max-width:850px) {
	.n_container {
		padding-bottom: 0.6rem;
	}
}

.n_container::after {
	content: "";
	width: 100vw;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	z-index: -8;
}

.n_container .n_left {
	width: 3rem;
	position: relative;
	z-index: 88;
}

.n_container .n_left h1 {
	height: 1rem;
	line-height: 1rem;
	background: #2e77e1;
	font-size: 0.28rem;
	color: #fff;
	padding: 0 0.3rem 0 0.4rem;
	display: flex;
	align-items: center;
	background-size: auto;
	font-weight: bold;
	justify-content: center;
}

.n_container .n_left h1 span {
	display: block;
}

.n_container .n_left .con .ulCon {
	background: #2e77e1;
	padding-bottom: 0;
}

.n_container .n_left .con .ulCon ul {
	background: #FFFFFF;
}

.n_container .n_left .con ul li {
	color: #333333;
	position: relative;
        border-top: 2px solid #fff;
}

.n_container .n_left .con ul li.on dl {
	display: block !important;
}

.n_container .n_left .con ul li>a img {
	margin: -3px 20px 0 0;
}

.n_container .n_left .con ul li.on:after,
.n_container .n_left .con ul li:hover:after {
	display: block;
}

.n_container .n_left .con ul li.on i {
	background: url(../images24/jton.svg) center no-repeat;
	background-size: 7px;
	transform: rotate(90deg);
	transition: 0.4s all;
}

.n_container .n_left .con ul li i.up {
	transform: rotate(90deg);
}

.n_container .n_left .con ul li>a {
	color: #333333;
	display: block;
	padding: 0.18rem 0.2rem 0.18rem 0.3rem;
	transition: 0.36s;
	position: relative;
	font-size: 0.18rem;
	line-height: 26px;
}

/* .n_container .n_left .con ul li:hover i{background:url(../images24/jton.svg) center no-repeat;background-size: 7px;} */
.n_container .n_left .con ul li:hover>a,
.n_container .n_left .con ul li.on>a {
	color: #FFFFFF;
	font-weight: 600;
	background: #2e77e1;
}

.n_container .n_left .con ul li dl {
	display: none;
	padding: 5px 0;
	position: relative;
}

.n_container .n_left .con ul li dl:before {
	content: "";
	position: absolute;
	right: 0;
	left: 20px;
	top: 0;
	height: 1px;
}

.n_container .n_left .con ul li dl dd {
	height: auto;
	line-height: 0.34rem;
	padding: 0 15px;
}

.n_container .n_left .con ul li dl dd a {
	position: relative;
	width: calc(100% - 20px);
	display: block;
	font-size: 0.16rem;
	line-height: 0.2rem;
	color: #323232 !important;
	padding: 0.1rem 0 0.1rem 0.4rem;
}

.n_container .n_left .con ul li dl dd a::after {
	content: "";
	width: 0.04rem;
	height: 0.04rem;
	position: absolute;
	left: 0.2rem;
	top: 0.18rem;
	position: absolute;
	background: #2e77e1;
}

.n_container .n_left .con ul li i {
	width: 0.2rem;
	height: 0.6rem;
	background: url(../images24/jt.svg) center no-repeat;
	background-size: 0.07rem;
	position: absolute;
	right: 0.3rem;
	top: 0;
	transition: 0.36s;
	cursor: pointer;
}

.n_container .n_left .con ul li dl dd a:hover,
.n_container .n_left .con ul li dl dd.on a {
	color: #2e77e1 !important;
	font-weight: bold;
}

.n_container .n_left .con ul li dl dd:hover a:before,
.n_container .n_left .con ul li dl dd.on a:before {
	background: #2e77e1;
}

.mianbao {
	padding: 0 0 0 0.2rem;
	background: url(../images24/now.png) left center no-repeat;
	display: inline-block;
	vertical-align: top;
	background-size: 0.17rem;
	left: 3.2rem;
	z-index: 6;
	bottom: 0.1rem;
	display: flex;
	align-items: center;
}

.mianbao,
.mianbao i,
.mianbao a {
	font-size: 0.16rem;
	color: #323232;
	font-style: normal;
	transition: 0.6s all;
	line-height: 0.4rem;
}

.mianbao i {
	display: inherit;
	margin: 0 0.1rem;
	width: 0.05rem;
	height: 1px;
	background: #323232;
	position: relative;
	top: 0;
}

.mianbao a.on {
	color: #2e77e1;
	font-weight: bold;
}

.mianbao a:hover {
	color: #2e77e1;
	transition: 0.6s all;
	font-weight: bold;
}

.n_container .n_right {
	width: calc(100% - 3.6rem);
	position: relative;
	z-index: 2;
}

.n_container .n_right::after {
	content: "";
	width: 1;
}

.n_container .n_right .bgss {
	margin-top: 0.2rem;
}

@media(max-width: 1100px) {
	.mianbao {
		display: none;
	}
}

@media(max-width: 850px) {
	.n_container .n_right .bgss {
		margin-top: 30px;
	}

	.n_container .n_right .bg02 {
		border: none;
		background: none;
		padding: 0;
	}
}

/* 题图列表页 */
.n_titu li {
	padding: 0.2rem;
	transition: 0.6s all;
}

.n_titu li {
	background: white;
}

.n_titu li+li {
	margin-top: 0.2rem;
}

.n_titu li a {
	display: block;
	position: relative;
	width: 100%;
}

.n_titu li .pic {
	position: relative;
	width: 3rem;
	float: left;
	margin-right: 0.2rem;
	overflow: hidden;
}

.n_titu li .pic img {
	display: block;
	width: 100%;
	object-fit: cover;
	transition: 0.6s all;
	height: 1.9rem;
}

.n_titu li .text {
	margin-left: 0;
	padding-top: 0.15rem;
}

.n_titu li .text h5 {
	transition: 0.6s all;
	font-size: 0.18rem;
	color: #323232;
	line-height: 0.28rem;
	height: 0.28rem;
	font-weight: normal;
	position: relative;
}

.n_titu li .text span {
	display: block;
	margin-top: 0.16rem;
	font-size: 0.14rem;
	color: #323232;
}

.n_titu li .text span:hover {
	color: #2e77e1;
}

.n_titu li .text span img {
	display: inline-block;
}

.n_titu li .text p {
	margin-top: 0.14rem;
	position: relative;
	font-size: 0.14rem;
	color: #737373;
	line-height: 0.24rem;
	height: 0.48rem;
	overflow: hidden;
;
}

.n_titu li .text i {
	font-style: normal;
	font-weight: normal;
	display: block;
	font-size: 0.14rem;
	line-height: 0.26rem;
	color: #2e77e1;
	text-align: left;
	margin-top: 0.15rem;
	font-weight: bold;
}

.n_titu li .text i img {
	display: inline-block;
	width: 0.18rem;
	margin-right: 0.08rem;
	margin-top: -0.04rem;
}

.n_titu li:hover {
	box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.12);
	transition: 0.6s all;
}

.n_titu li:hover .pic img {
	transform: scale(1.1);
	transition: 0.6s all;
}

.n_titu li:hover .text h5 {
	color: #2e77e1;
	transition: 0.6s all;
	padding-left: 0.1rem;
	font-weight: bold;
}

.n_titu li:hover .text h5::after {
	width: 7.5rem;
	transition: 0.6s all;
}

.fanye {
	margin-top: 0.5rem;
}

.fanye img {
	max-width: 100%
}


@media(max-width: 1100px) {
	.mianbaoxie {
		display: none
	}

	.n_container .n_left {
		display: none
	}

	.n_container .n_right {
		width: 100%;
		padding: 0;
		background: transparent;
	}

	.n_leftbg {
		display: none;
	}
}

@media(max-width: 580px) {
	.n_titu li {
		padding: 0;
		background: none;
	}

	.n_titu li .flex-center {
		align-items: flex-start;
	}

	.n_titu li .date {
		width: 54px;
	}

	.n_titu li a {
		border-bottom: none;
	}

	.n_titu li .pic img {
		height: 52vw;
	}

	.n_titu li .pic {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.n_titu li .text {
		margin-left: 0;
		padding: 0 0;
		margin-bottom: 0;
	}

	.n_titu li .text h5 {
		max-height: none;
		padding-top: 0;
		white-space: normal;
		font-size: 0.16rem;
		line-height: 0.24rem;
		padding-bottom: 6px;
		margin-top: 8px;
		height: auto;
		display: block;
	}

	.n_titu li .text p {
		height: 0.72rem;
		display: none;
	}

	.fanye {
		margin-top: 0.4rem;
	}

}

/* 现任领导 */
/* 题图列表页 */
.n_titu2 li {
	padding: 10px 24px 10px 30px;
	padding: 0.3rem 0;
	border-bottom: 1px solid #d9d9d9;
	transition: 0.6s all;
}

.n_titu2 li:first-child {
	border-top: 1px solid #d9d9d9;
}

.n_titu2 li a {
	display: block;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.n_titu2 li .pic {
	position: relative;
	width: 1.8rem;
	overflow: hidden;
}

.n_titu2 li .pic img {
	display: block;
	width: 100%;
	object-fit: cover;
	transition: 0.6s all;
}

.n_titu2 li .text {}

.n_titu2 li .text h5 {
	transition: 0.6s all;
	font-size: 0.22rem;
	color: #323232;
	position: relative;
	margin-bottom: 0.2rem;
	margin-left: 0.2rem;
}

.n_titu2 li .text p {
	position: relative;
	font-size: 0.14rem;
	color: #555;
	line-height: 0.24rem;
	text-indent: 2em;
}

.n_titu2 li .text i {
	font-style: normal;
	font-weight: normal;
	display: block;
	font-size: 0.12rem;
	line-height: 0.24rem;
	color: #737373;
	text-align: left;
	margin-top: 0.15rem;
}

.n_titu2 li .text i img {
	display: inline-block;
	width: 0.13rem;
	margin-right: 0.08rem;
}

/* .n_titu2 li:hover{box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);transition: 0.6s all;} */
.n_titu2 li:hover .pic img {
	transform: scale(1.1);
	transition: 0.6s all;
}
.pic img {
	/* transform: scale(1.1) !important; */
	transition: 0.6s all!important;
}
.n_titu2 li:hover .text h5 {
	color: #005bac;
	transition: 0.6s all;
	padding-left: 0.1rem;
}

.n_titu2 li:hover .text h5::after {
	width: 7.5rem;
	transition: 0.6s all;
}

@media(max-width: 580px) {
	.n_titu2 li .pic {
		width: 1.4rem;
	}

	.n_titu2 li .text {
		width: calc(100% - 1.8rem);
	}

	/* .n_titu2 li{padding: 0.241rem 0;background: none;}
    .n_titu2 li .flex-center{align-items: flex-start;}
    .n_titu2 li .date{width: 54px;}
    .n_titu2 li a{border-bottom: none;}
    .n_titu2 li .pic{width: 100%;}
    .n_titu2 li .text{width: 100%;}
    .n_titu2 li .text h5{margin-top: 0.2rem;} */
}

/* 文章列表页 */
.n_container .n_right .TextList {
	padding-top: 0;
	margin-top: 0.4rem;
	min-height: 4.5rem;
}

.TextList ul li {
	padding-bottom: 0rem;
	position: relative;
	transition: 0.6s all;
}

.TextList ul li+li {
	margin-top: 0.2rem;
}

.TextList ul li a {
	display: flex;
	position: relative;
	overflow: hidden;
	position: relative;
	justify-content: space-between;
	background: white;
	padding: 0 0.2rem;
	transition: 0.4s all;
}

.TextList ul li a:hover {
	background: #2e77e1;
	transition: 0.4s all;
}

.TextList ul li a p {
	transition: 0.6s all;
	line-height: 0.7rem;
	font-size: 0.18rem;
	color: #323232;
	width: calc(100% - 1.6rem);
	position: relative;
	padding-left: 0.2rem;
	transition: 0.4s all;
	height: 0.7rem;
}

.TextList ul li a span {
	font-size: 0.18rem !important;
	color: #323232;
	font-weight: normal;
;
	width: 0.7rem;
	text-align: right;
	line-height: 0.7rem;
	display: block;
	transition: 0.4s all;
}

.TextList ul li a .data {
	width: 0.7rem;
	height: 0.7rem;
	display: flex;
	flex-direction: column;
	align-content: flex-end;
	justify-content: center;
}

.TextList ul li a:hover span {
	color: white;
	transition: 0.4s all;
}

.TextList ul li a .data i {
	display: block;
	text-align: right;
	font-size: 0.2rem;
	font-weight: bold;
	color: #2e77e1;
	font-style: normal;
	transition: 0.4s all;
}

.TextList ul li a .data b {
	display: block;
	text-align: right;
	font-style: normal;
	font-size: 0.12rem;
	color: #737373;
	font-weight: normal;
	margin-top: 0.06rem;
	transition: 0.4s all;
}

.TextList ul li a:hover .data i {
	color: white;
	transition: 0.4s all;
}

.TextList ul li a:hover .data b {
	color: white;
	transition: 0.4s all;
}

.TextList ul li:hover p {
	color: white;
	transition: 0.6s all;
	padding-left: 0.24rem;
	font-weight: 600;
	transition: 0.4s all;
}

@media(max-width: 540px) {
	.TextList ul li a {
		flex-wrap: wrap;
		padding: 0.2rem;
	}

	.TextList ul li a .data {
		width: 0.8rem;
		height: auto;
	}

	.TextList ul li a p {
		margin-top: 0;
		height: auto;
		overflow: hidden;
		width: calc(100% - 1rem);
		line-height: 0.24rem;
		display: block;
		height: auto;
	}

	.TextList ul li a span {
		width: 100%;
		text-align: left;
		margin-left: 1.2rem;
		line-height: 0.24rem;
		margin-top: 0.06rem;
	}
}

/*搜索结果*/
.n_container .n_right .SearchList {
	padding-top: 0;
	margin-top: 0.4rem;
	min-height: 4.5rem;
}

.SearchList ul li {
	padding-bottom: 0rem;
	position: relative;
	transition: 0.6s all;
}

.SearchList ul li+li {
	margin-top: 0.2rem;
}

.SearchList ul li a {
	display: flex;
	position: relative;
	overflow: hidden;
	position: relative;
	justify-content: space-between;
	background: white;
	padding: 0 0.2rem;
	transition: 0.4s all;
}

.SearchList ul li a:hover {
	background: #2e77e1;
	transition: 0.4s all;
}

.SearchList ul li a p {
	transition: 0.6s all;
	line-height: 0.7rem;
	font-size: 0.18rem;
	color: #323232;
	width: calc(100% - 1.3rem);
	position: relative;
	transition: 0.4s all;
	height: 0.7rem;
}

.SearchList ul li a .data {
	height: 0.7rem;
	display: flex;
	flex-direction: column;
	align-content: flex-end;
	justify-content: center;
}

.SearchList ul li a .data i {
	display: block;
	text-align: right;
	font-size: 0.18rem;
	color: #444;
	font-style: normal;
	transition: 0.4s all;
}

.SearchList ul li a .data b {
	display: block;
	text-align: right;
	font-style: normal;
	font-size: 0.12rem;
	color: #737373;
	font-weight: normal;
	margin-top: 0.06rem;
	transition: 0.4s all;
}

.SearchList ul li a:hover .data i {
	color: white;
	transition: 0.4s all;
}

.SearchList ul li a:hover .data b {
	color: white;
	transition: 0.4s all;
}

.SearchList ul li:hover p {
	color: white;
	transition: 0.6s all;
	padding-left: 0.24rem;
	font-weight: 600;
	transition: 0.4s all;
}

@media(max-width: 540px) {
	.SearchList ul li a {
		flex-wrap: wrap;
		padding: 0.2rem;
	}

	.SearchList ul li a p {
		margin-top: 0;
		height: auto;
		overflow: hidden;
		width: 100%;
		line-height: 0.24rem;
		display: block;
		height: auto;
	}
        .SearchList ul li a p {
                   height: 0.28rem;
                   line-height: 0.28rem;
        }
}


/* 链接页 */
.TextList2 {}

.TextList2 ul {
	display: flex;
	justify-content: flex-start;
	margin-left: -3%;
	flex-wrap: wrap;
}

.TextList2 ul li {
	width: 47%;
	margin-left: 3%;
	margin-bottom: 3%;
}

.TextList2 ul li a {
	display: block;
	background: white;
	padding: 0.2rem;
	border-left: 0.04rem solid #2e77e1;
}

.TextList2 ul li a p {
	font-size: 0.18rem;
	color: #323232;
}

.TextList2 ul li a:hover p {
	color: white;
}

.TextList2 ul li a:hover {
	background: #2e77e1;
	transition: 0.4s all;
}

@media(max-width: 540px) {
	.TextList2 ul li {
		width: 100%;
	}
}

/* 历史沿革 */
.lsygBox {}

.lsygBox ul {
	position: relative;
}

.lsygBox ul li {
	padding-left: 0.6rem;
	position: relative;
}

.lsygBox ul li+li {
	margin-top: 0.3rem;
}

.lsygBox ul::before {
	content: "";
	position: absolute;
	left: 0.2rem;
	top: 0;
	width: 0.02rem;
	height: 100%;
	background: #2e77e1;
}

.lsygBox ul li h2 {
	font-size: 0.36rem;
	font-weight: bold;
	color: #2e77e1;
	margin-bottom: 0.2rem;
	position: relative;
}

.lsygBox ul li h2::before {
	left: -0.45rem;
	width: 0.12rem;
	height: 0.12rem;
	background: #2e77e1;
	border-radius: 50%;
	content: "";
	top: 50%;
	margin-top: -0.04rem;
	position: absolute;
}

.lsygBox ul li .picBox {
	justify-content: flex-start;
}

.lsygBox ul li .picBox .con {
	width: 30%;
	margin: 0 0.2rem;
}

.lsygBox ul li .picBox .con .pic {
	width: 100%;
}

.lsygBox ul li .picBox .con .pic img {
	display: block;
	width: 100%;
	height: 2.3rem;
}

.lsygBox ul li .picBox .con span {
	display: block;
	text-align: center;
	font-size: 0.16rem;
	color: #666666;
	margin-top: 0.1rem;
}

.lsygBox ul li .text {
	margin-top: 0.2rem;
}

.lsygBox ul li .text p {
	font-size: 0.18rem;
	line-height: 0.34rem;
	margin-top: 0.1rem;
	text-indent: 2em;
}

@media(max-width: 1024px) {
	.lsygBox ul li .picBox .con {
		width: 40%;
	}
}

@media(max-width: 540px) {
	.lsygBox ul li .picBox .con {
		width: calc(100% - 0.4rem);
	}

	.lsygBox ul li .picBox .con .pic img {
		height: auto;
	}

	.lsygBox ul li .picBox .con+.con {
		margin-top: 0.2rem;
	}
}


/* 内容页 */
.n_right .show {
	margin-top: 0.5rem;
}

.show01 {
	margin-bottom: 0.2rem;
}

.show01 h5 {
	font-size: 0.26rem;
	line-height: 0.32rem;
	text-align: center;
	margin-bottom: 0.2rem;
	font-weight: bold;
	color: #333333;
}

.show01 p {
	padding-bottom: 0.2rem;
	text-align: center;
	font-size: 0.14rem;
	color: #666666;
	border-bottom: 1px solid #dcdcdc;
}

.show01 i {
	font-style: normal;
	margin: 0 8px;
	padding-left: 0.24rem;
	font-size: 0.14rem;
	color: #666666;
}

.show02 {}

.show02 p {
	font-size: 0.18rem !important;
	color: #333333;
	line-height: 0.36rem !important;
	margin-bottom: 0.16rem;
	text-indent: 2em;
}

.show02 p iframe {
	margin-left: -2em !important;
}

.show02 table {
	margin: 0 auto !important;
	overflow-x: scroll;
}

.show02 table p {
	text-indent: 0em;
}

.show02 ol {
	padding-left: 1em;
}

.show02 li p {
	text-indent: 0em;
}

.show02 #vsb_content_2 li p {
	text-indent: 0em;
}




.table_out {
	max-width: 100%;
	overflow: auto;
}

.show02 p img {
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
	height: auto !important;
	border: none !important;
	margin-bottom: 0.16rem;
}

.show03 {
	margin-top: 0.4rem;
	padding-top: 0.24rem;
}

.show03 p {
	font-size: 0.18rem;
	color: #323232;
	margin-bottom: 0.16rem;
	line-height: 0.36rem;
}

.show03 p+p {
	margin-bottom: 0;
}

.show03 p a {
	font-weight: normal;
	color: #666666;
	transition: 0.6s all;
}

.show03 p a:hover {
	color: #2e77e1;
	transition: 0.6s all;
}

@media(max-width: 1100px) {
	.n_right .show {
		margin-top: 0.3rem;
	}
}

@media(max-width: 850px) {
	.show02 p img {
		max-width: 100%;
                margin-left:-2em;
	}
}

/* 图片列表页 */
.listPic {
	margin-top: 0.5rem;
}

.listPic ul {
	margin-left: -0.4rem;
	display: flex;
	justify-content: flex-start;
}

.listPic ul li {
	width: calc(50% - 0.4rem);
	margin-left: 0.4rem;
	padding: 0.2rem 0.2rem 0rem 0.2rem;
	background: white;
}

.listPic ul li+li+li {
	margin-top: 3%;
}

.listPic ul li a {
	display: block;
}

.listPic ul li a .pic {
	display: block;
	overflow: hidden;
}

.listPic ul li a .pic img {
	display: block;
	width: 100%;
	height: 3.2rem;
	object-fit: cover;
}

.listPic ul li a .text {
	padding: 0.2rem 0.1rem;
}

.listPic ul li a .text h5 {
	font-size: 0.18rem;
	color: #323232;
	line-height: 0.28rem;
	height: 0.56rem;
	overflow: hidden;
}

.listPic ul li a .text p {
	font-size: 0.16rem;
	color: #2e77e1;
	background: url(../images24/date.png) no-repeat left center;
	padding-left: 0.2rem;
	background-size: 0.18rem;
	margin-top: 0.12rem;
}

.listPic ul li a:hover .text h5 {
	color: #2e77e1;
}

@media(max-width: 850px) {
	.listPic ul li {
		width: 47%;
	}

	.listPic ul li a .pic img {
		height: 28vw;
		max-height: 100%;
	}

	.listPic ul li+li+li {
		margin-top: 3%;
	}

	.listPic ul li a .text h5 {
		height: auto;
		display: block;
	}
}

@media(max-width: 850px) {
	.listPic ul {
		margin-left: 0;
	}

	.listPic ul li {
		width: 100%;
		margin-left: 0;
	}

	.listPic ul li a .pic img {
		height: 52vw;
		max-height: 100%;
	}
}

/* 视频列表 */
/* 领导列表页 */
/* 人物列表 */
.listPic1 {
	margin-top: 0.2rem;
}

.listPic1 ul {
	margin-left: -2%;
	display: flex;
	justify-content: center;
}

.listPic1 ul:nth-child(1) {
	margin-top: -2%;
}

.listPic1 ul li {
	width: 14.666%;
	margin-left: 2%;
	margin-top: 2%;
}

.listPic1 ul li a {
	padding: 0.05rem;
	padding-bottom: 0;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	display: block;
	background: #fff;
}

.listPic1 ul li a .pic {
	width: 100%;
	overflow: hidden;
}

.listPic1 ul li a .pic img {
	display: block;
	width: 100%;
	height: 2.2rem;
	object-fit: cover;
}

.listPic1 ul li a p {
	text-align: center;
	font-size: 0.16rem;
	color: #323232;
	line-height: 0.46rem;
}

.listPic1 ul li a:hover {
	background: #2e77e1;
	border: 1px solid #2e77e1;
}

.listPic1 ul li a:hover p {
	color: white;
}

@media(max-width: 1100px) {
	.listPic1 ul li a .pic img {
		height: 15vw;
	}
}

@media(max-width: 850px) {
	.listPic1 ul {
		justify-content: space-between;
	}

	.listPic1 ul li {
		width: 47%;
		margin-top: 5%;
	}

	.listPic1 ul li a .pic img {
		height: 54vw;
	}
       .show02 table{
               display: flex;
    overflow-x: auto;
    width: 100% !important;
    white-space: nowrap;
       }
}

@media(max-width: 430px) {
	.listPic1 ul li {
		width: 46%;
		margin-top: 6%;
	}
}

/* 人物列表 */
.listPic2 {
	margin-top: 0.2rem;
}

.listPic2 .fenl {
	background: white;
	box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
	padding: 0.2rem;
	margin-bottom: 0.3rem;
	border-left: 4px solid #2e77e1;
}

.listPic2 .fenl .con {}

.listPic2 .fenl .con h4 {}

.listPic2 .fenl .con h4 a {
	font-size: 0.18rem;
	line-height: 0.4rem;
	color: #323232;
}

.listPic2 .fenl .con h4 a:hover {
	color: #2e77e1;
	font-weight: bold;
}

.listPic2 .fenl .con p {}

.listPic2 .fenl .con p a {
	display: inline-block;
	font-size: 0.16rem;
	color: #737373;
	margin-left: 0.2rem;
	line-height: 0.4rem;
}

.listPic2 .fenl .con p a:hover {
	color: #2e77e1;
	font-weight: bold;
}

.listPic2 ul {
	margin-left: -4%;
	display: flex;
	justify-content: flex-start;
	margin-top: -3%;
}

.listPic2 ul li {
	width: 16%;
	margin-left: 4%;
	margin-top: 4%;
}

.listPic2 ul li a {
	padding: 0.05rem;
	padding-bottom: 0;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	display: block;
	background: #fff;
}

.listPic2 ul li a .pic {
	width: 100%;
	overflow: hidden;
}

.listPic2 ul li a .pic img {
	display: block;
	width: 100%;
	height: 2.6rem;
	object-fit: cover;
}

.listPic2 ul li a p {
	text-align: center;
	font-size: 0.16rem;
	color: #323232;
	line-height: 0.46rem;
}

.listPic2 ul li a:hover {
	background: #2e77e1;
	border: 1px solid #2e77e1;
}

.listPic2 ul li a:hover p {
	color: white;
}

@media(max-width: 1100px) {
	.listPic2 ul li a .pic img {
		height: 15vw;
	}
}

@media(max-width: 850px) {
	.listPic2 ul {
		justify-content: space-between;
	}

	.listPic2 ul li {
		width: 47%;
		margin-top: 5%;
	}

	.listPic2 ul li a .pic img {
		height: 54vw;
	}
}

@media(max-width: 430px) {
	.listPic2 ul li {
		width: 46%;
		margin-top: 6%;
	}
}

/* 人物列表页 纯文字 */
.listPic3 {
	margin-top: 0.2rem;
}

.listPic3 h4 {
	position: relative;
	margin-bottom: 0.3rem;
}

.listPic3 h4 span {
	font-size: 0.26rem;
	color: #2e77e1;
	display: inline-block;
	font-weight: bold;
	line-height: 0.32rem;
	position: relative;
	padding-bottom: 0.2rem;
}

.listPic3 h4 span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0.03rem;
	background: #2e77e1;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.listPic3 h4::after {
	bottom: 1px;
	width: 100%;
	height: 1px;
	background: #D9D9D9;
	content: "";
	position: absolute;
	left: 0;
}

.listPic3 ul {
	margin-left: -2.5%;
}

.listPic3 ul li {
	width: 10%;
	margin-left: 2.5%;
	margin-bottom: 0.2rem;
	position: relative;
	padding-left: 0.1rem;
}

.listPic3 ul li::before {
	content: "";
	position: absolute;
	left: 0;
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	background: #2e77e1;
	transform: translateY(-50%);
	top: 50%;
}

.listPic3 ul li a {
	display: block;
}

.listPic3 ul li a p {
	font-size: 0.18rem;
	color: #323232;
}

.listPic3 ul li a:hover p {
	font-size: 0.18rem;
	color: #2e77e1;
}

@media(max-width: 850px) {
	.listPic3 ul li {
		width: 17.5%;
	}
}

@media(max-width: 430px) {
	.listPic3 ul {
		margin-left: -2%;
	}

	.listPic3 ul li {
		width: 31.333%;
		margin-left: 2%;
	}
}




#vsb_content_2 TABLE {
	margin: 0 auto 1.25rem !important;
	display: table;
}

#vsb_content_2 IMG {
	border: none !important;
}

.keywordfontcolor1074990 {
	font-size: 0.875rem !important;
	FONT-FAMILY: 微软雅黑 !important;
	color: #f00 !important;
}

@media(max-width: 1024px) {
	.show01 h5 {
		font-size: 0.18rem;
		line-height: 0.32rem;
	}
}

@media(max-width: 768px) {
	.n_container {
		padding: 0 0 1.2rem 0;
	}
}

@media(max-width: 768px) {
	.xcsp {
		padding: 0.4rem 0;
	}

	.xysh {
		padding: 0.32rem 0 0.16rem 0;
	}

	.fanye {
		margin-top: 0.4rem;
	}

	.n_container {
		padding: 0 0 1.1rem 0;
	}
}

/* 组织机构 */
.jgszBox {
	margin-top: 0.2rem;
}

.jgszBox h2 {
	font-size: 0.24rem;
	color: #2e77e1;
	font-weight: bold;
	line-height: 0.28rem;
	position: relative;
	padding-left: 0.12rem;
	margin-top: 0.4rem;
}

.jgszBox h2::before {
	content: "";
	position: absolute;
	left: 0;
	width: 0.04rem;
	height: 0.2rem;
	transform: translateY(-50%);
	top: 50%;
	background: #2e77e1;
}

.jgszBox .con {
	padding-left: 0.12rem;
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 0.3rem;
}

.jgszBox .con h6 {
	margin-top: 0.2rem;
}

.jgszBox .con h6 a {
	display: block;
	font-size: 0.18rem;
	color: #323232;
	font-weight: bold;
}

.jgszBox .con ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -3%;
	margin-top: -1%;
}

.jgszBox .con ul li {
	margin-left: 3%;
	margin-top: 3%;
}

.jgszBox .con ul li a {
	font-size: 0.18rem;
	line-height: 0.28rem;
	display: block;
	padding-left: 0.1rem;
	position: relative;
	color: #666666;
}

.jgszBox .con ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	width: 0.04rem;
	height: 0.04rem;
	transform: translateY(-50%);
	top: 50%;
	background: #2e77e1;
	border-radius: 50%;
}
/* 师资详情 */
.sznryBox {
	margin-top: 0.2rem;
}

.sznryBox .szPic {
	padding-bottom: 0.2rem;
	border-bottom: 2px #0067A4 solid;
	/* padding: 0.2rem; */
	/* box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1); */
	/* background: white; */
}

.sznryBox .szPic .people {
	width: 2rem;
}

.sznryBox .szPic .people img {
	display: block;
	width: 100%;
	object-fit: cover;
}

.sznryBox .szPic .text {
	width: calc(100% - 2.3rem);
}

.sznryBox .szPic .text p {
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #666666;
	margin-bottom: 0.2rem;
}
.sznryBox .szPic .text p:first-child{
	font-size: 0.28rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 0.4rem;
	position: relative;
}
.sznryBox .szPic .text p:first-child::after{
	content: "";
	position: absolute;
	top:0.44rem;
	left:0;
	width: 0.4rem;
	height: 0.04rem;
	background: #0067A4;
	margin-bottom: 0.2rem;
}
.sznryBox .szPic .text a {
	color: #2e77e1;
}
.sznryBox .szPic .picCon{
    width:1.8rem;
    height:2.24rem;
    overflow:hidden;
}
.sznryBox .szPic .picCon img{
    display:block;
    width:100%;
    height:100%;
    object-fit: cover;
}
.sznryBox .szCon {
	margin-top: 0.4rem;
}

.tabs {
	background: #f1f1f1;
	justify-content: flex-start;
}

.tabs .bt {}

.tabs .bt span {
	font-size: 0.18rem;
	color: #323232;
	line-height: 0.5rem;
	display: block;
	padding: 0 0.16rem;
	cursor: pointer;
}

.tabs .bt.active span {
	color: #FFFFFF;
	background: #2e77e1;
}

.tabs .bt.active span {}

#tabs-container {}

#tabs-container {
	margin-top: 0.16rem;
}

#tabs-container .swiper-slide p {
	font-size: 0.16rem;
	line-height: 0.32rem;
	text-indent: 2em;
	margin-top: 0.12rem;
}

@media(max-width: 430px) {
	.sznryBox .szPic .people {
		width: 26vw;
	}

	.sznryBox .szPic .text {
		width: calc(100% - 30vw);
                margin-top: 0.24rem;
	}
}

.szCon2 {
	padding: 0.2rem 0 0.2rem;
	border-bottom: 1px solid #d9d9d9;
	/* margin-top: 0.4rem; */
}

.szCon2 .con {}

.szCon2 .con h4 {
	background-color: #efefef;
	color:#000;
	line-height: 0.5rem;
	margin-bottom: 0.16rem;
	padding-left: 0.32rem;
	font-size: 0.22rem;
	font-weight: bold;
}

.szCon2 .con h4 span {
	position: relative;
}
.closeBtn{
	text-align: right;
	margin-top:0.2rem;
	cursor: pointer;
}
/* .szCon2 .con h4 span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 50%;
	background: #2e77e1;
} */

.szCon2 .con p {
	font-size: 0.18rem !important;
	color: #323232;
	text-indent: 2em;
	line-height: 0.38rem !important;
	margin-bottom: 0.24rem;
}

/* 组织机构 */
.jgszBox {}

.jgszBox .jzjgCon {}

.jgszBox .jzjgCon h2 {}

.jgszBox .jzjgCon h2 span {
	font-size: 0.28rem;
	color: #2e77e1;
}

.jgszBox .jzjgCon ul {
	display: flex;
	margin-left: -2%;
	justify-content: flex-start;
}

.jgszBox .jzjgCon ul li {
	width: 48%;
	margin-left: 2%;
	margin-top: 2%;
	position: relative;
	padding: 0.3rem;
	box-shadow: 0 0 0.14rem 0 rgba(0, 0, 0, 0.1);
	transition: 0.4s al;
}

.jgszBox .jzjgCon ul li::before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(270deg, #FFFCF7 0%, #FFFFFF 47%, #FFFDF9 100%);
}

.jgszBox .jzjgCon ul li::after {
	width: 100%;
	height: 0;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images24/nybg.png) no-repeat right center;
	background-size: auto 100%;
	transition: 0.4s all;
}

.jgszBox .jzjgCon ul li:hover::after {
	height: 100%;
	transition: 0.4s all;
}

.jgszBox .jzjgCon ul li:hover {
	box-shadow: 0 0 0.20rem 0 rgba(0, 0, 0, 0.2);
	transition: 0.4s al;
}

.jgszBox .jzjgCon ul li h5 {
	border-bottom: 1px solid #D2D2D2;
	position: relative;
	z-index: 6;
}

.jgszBox .jzjgCon ul li h5 span {
	font-size: 0.24rem;
	font-weight: normal;
	color: #2e77e1;
	border-bottom: 2px solid #2e77e1;
	display: inline-block;
	line-height: 0.32rem;
	padding-bottom: 0.1rem;
}

.jgszBox .jzjgCon ul li:hover {
	background: url(../images24/nybg.png) no-repeat right center;
	background-size: 40%;
}

.jgszBox .jzjgCon ul li .xx {
	margin-top: 0.26rem;
	position: relative;
	z-index: 6;
}

.jgszBox .jzjgCon ul li .xx .p {
	font-size: 0.18rem;
	color: #555555;
	line-height: 0.32rem;
	margin: 0.08rem 0;
}

@media(max-width: 768px) {
	.jgszBox .jzjgCon ul li {
		width: 100%;
	}
}

.pb_sys_style1 .p_no_d {
	border: 1px solid #2e77e1 !important;
	background-color: #2e77e1 !important;
}




/*==========================================内页 结束=============================================*/
/* banner开始 */


.banner img{
	width: 100%;
}
.banner .swiper-button-prev{
	width: 0.83rem;
	height: 0.83rem;
	background-size: 100%;

}
.banner .swiper-button-next{
	width: 0.83rem;
	height: 0.83rem;
	background-size: 100%;

}
.banner .swiper-button-prev:after{
	content: "";
}
.banner .swiper-button-next:after{
	content: "";
}
.newswiper .swiper-button-prev:after{
	content: "";
}
.newswiper .swiper-button-next:after{
	content: "";
}
.banner .swiper-button-next{
	background-image: url("../images24/right.png");
	width: 0.85rem;
}
.bannerBox .slider .slick-active {
	position: relative;
	z-index: 999;
}
.bannerBox .slider .slick-slide img {
	display: block;
	width: 100%;
	position: relative;
	height: auto;
	/*margin-top: 20vh*/
}
.bannerBox {
	position: relative;
	z-index: 0;

}
.banner{
	position: relative;
}


@media (max-width:1300px) {
	.slick-slide img{
		/*height: 57vh;*/
	}

	.hv {
		height: 17vh;
	}
}
@media (max-width:1100px) {

	.hv {
		height: 17vh;
	}
	.bannerBox .slick-dots {
		width: 100%;
		padding: 0 0.3rem;
		/*height: 3.39rem;*/
	}

	.bannerBox {
		height: auto;
	}

	.bannerBox .xlbtn {
		display: none;
	}

	.bannerBox .slick-dots {
		justify-content: center;
	}
}

@media (max-width:750px) {

	.slick-slide img{
		/*height:26.5vh;*/
	}
	.hv{
		height: 11.5vh;
	}
}
@media (max-width:600px) {

	.slick-slide img{
		/*height:23vh;*/
	}
	.hv{
		height: 10vh;
	}
}

@media (max-width:430px) {
	.slick-slide img{
		/*height:20.6vh;*/
	}
	.hv{
		height: 9vh;
	}
}

@media (max-width:375px) {

	.slick-slide img{
		height:14.0vh;
	}
	.hv{
		height: 10vh;
	}
}
/* banner结束 */

/* tab开始 */
.tabbg {
	background-image: url('../images24/tabbg.png');
	/* height: 817px; */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
        z-index:9;
}

.tabul {
	/* width: 70%; */
	position: absolute;
	/* left: 15%; */
	/* height: 122px; */
	margin: auto;
	background: #fff;
	top: -0.6rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-radius: 16px;
}

.tabul div {
	font-weight: 600;
}

/* tab结束 */
/* <!-- 新闻动态、通知公告开始 --> */

.tabtitle {
	font-size: 0.32rem;
	color: #323232;
	margin-left: 0.1rem;
	justify-content: center;
}

.morebtn {
	width: 0.8rem;
	height: 0.28rem;
	background: #e6eef9;
	border-radius: 0.14rem 0.14rem 0.14rem 0.14rem;
	color: #2e77e1;
	font-size: 0.14rem;
	text-align: center;
	line-height: 0.28rem;
	justify-content: center;
}

.flexbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.f14fff{
	color: #ffffff;
	font-size: 0.14rem;
	line-height: 1.5;
}
.ml20{
	margin-left: 0.2rem;
}
.f28{
	font-size: 0.25rem;
	/* line-height: 1.5; */
}
.flexboxcontentbetween {
	display: flex;
	justify-content: space-between;
}
.flexboxcontentbetweenmt {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0.4rem;
}
.flexboxcontentstart {
	display: flex;
	justify-content: flex-start;
}
.borderleft{
	border-left: 1px solid #6b9fea;
}
.flexcenter {
	display: flex;
	align-items: center;
}
.flexright {
	display: flex;
	align-items:center;
	justify-content: flex-end;
}
.flexright img{
	width: 0.3rem;
	height:0.3rem;
}
.flexcenter img{
	width: 0.3rem;
	height:0.3rem;
}
.flexcenterc {
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabbottom {
	width: 70%;
	margin: auto;
}

.newsbox {
	width: 55%;
	margin-top: 1.1rem;
}
.newsbox .newsItem li{
	margin-top:0.1rem !important;
	margin-bottom:0.1rem !important;
}
.notebox {
	width: 40%;
	margin-top: 1.1rem;
}

.newsimg {
	width: 100%;
	height: 2.7rem;
	border-radius: 10px;
}

.newswiper {
	width: 100%;
	/*overflow: hidden;*/
	margin-top: 0.4rem;
	/*position: relative;*/
}

.swiper-prev {
	top: 1.34rem !important;
}

.swiper-next {
	top: 1.34rem !important;
}
.tabnewtipw {
	color: #323232;
	line-height: 2;
	font-size: 0.18rem;
	padding-left: 0.2rem;
}
.overhiddentext2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.overhiddentext1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
/*.h590{*/
/*	height: 6.5rem;*/
/*	overflow: auto;*/
/*}*/
.pl5{
	padding-left: 0.05rem;
}
.pl20{
	padding-left: 0.2rem;
}

.datebox {
	width: 0.64rem;
	height: 0.6rem;
	background: #2E77E1;
	text-align: center;
	border-radius: 0rem 0.1rem 0rem 0.1rem;
	color: #fff;
	text-align: center;
	padding:0.05rem;
	/*margin-bottom:0.15rem;*/
	/* padding: 0 5px;
	margin-top: 0.03rem;
	margin-bottom: 0.1rem; */
}
.noteone{
	padding-bottom:0.15rem;
	border-bottom: 0.01rem solid #EFEFEF;
}
.datebox li{
	line-height: 0.28rem !important;
	color:#fff !important;
}
.datebox li:first-child{
	font-size:0.28rem;
}
.datebox li:last-child{
	font-size:0.14rem;
}
.pb12{
	padding-bottom: 12px;
}
.pt2{
	padding-top: 2px;
}
.darepost{
	position: absolute;
	bottom: 0.1rem;
	left: 0.1rem;
}
.dateboximg {
	width: 0.66rem;
	height: 0.7rem;
	background: #2E77E1;
	text-align: center;
	border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
	color: #fff;
	text-align: center;
	padding: 0.1rem 0.05rem;
	/* margin-top: 0.03rem; */
	/* margin-bottom: 0.1rem; */
	z-index: 9999;
}
.dateboximg li {
	line-height: 0.28rem !important;
	color:#fff !important;
}
.dateboximg li:first-child{
	font-size:0.28rem;
}
.dateboximg li:last-child{
	font-size:0.14rem;
}
.fontnor{
	color: #323232;
	font-size: 0.18rem;
}
.fontnor ul li:last-child div{
	font-size:0.24rem;
	line-height:0.3rem;
	margin-top:0.1rem;
	margin-bottom:0.1rem;
}
.fontnor ul li:last-child span{
	font-size:0.16rem;
	line-height:0.28rem;
}
.xzsjItmeTitle a span{
	font-size:0.18rem !important;
	line-height: 0.28rem !important;
	color:#323232 !important;
	height: 0.54rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/* font-family:; */
}
.xyfcbflex a span{
	display: inline-block;
	height: 0.55rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.xzsjItmeContent a{
	font-size:0.14rem;
	line-height: 0.24rem;
	color:#999;
	height:0.96rem;
}
.mtb20{
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
	border-bottom: 0.01rem solid #EFEFEF;
}
.mtb20s{
	margin-top: 0.15rem;
	margin-bottom: 0.15rem;
}

/* 通知公告 */
/* .notecontent {
	height: 0.6rem;
	font-size: 0.18rem;
	color: #323232;
	line-height: 0.28rem;
	margin-left: 0.1rem;
	margin-bottom: 0.15rem;
} */

/*  <!-- 新闻动态、通知公告结束 --> */
/* <!-- 会议tab开始 --> */
.metting{
	width: 100%;
	/* height: 5.32rem; */
	background-image: url('../images24/meetingbg.png');
	background-size: 100% 100%;
	padding-bottom: 1.27rem;

}
/*轮播按钮*/
.newswiper{
	--swiper-theme-color: #fff;/* 设置Swiper风格 */
	--swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
	--swiper-navigation-size: 30rem;/* 设置按钮大小 */
}
.newswiper .swiper-button-prev{
	background-image: url('../images24/xwleft.png');
	background-size: 0.2rem 0.3rem;
}
.newswiper .swiper-button-next{
	background-image: url('../images24/xwrigh.png');
	background-size: 0.2rem 0.3rem;
}

.swiper-pagination-bullet{
	margin-left: 5px;
}
.mt65{
	margin-top: 0.65rem;
}
.mt40{
	margin-top: 0.40rem;
}
.mettingcon{
	width: 72%;
	margin: auto;
	/*padding-bottom: 0.5rem;*/
}
.jzbgcon{
	padding-bottom: 0.5rem;
}
.mettingcon2{
	width: 72%;
}
.mt20{
	margin-top: 0.2rem;
}
.mt10{
	margin-top: 0.1rem;
}
.metip{
	width: 0.01rem;
	height: 0.14rem;
	background: #C4CDD7;
	margin:0 0.2rem;
}
.mettingtitle{
	font-size: 0.30rem;
	font-weight: 600;

	line-height: 0.3rem;
}
.jzbg{
	color: #2e77e1;
}
.mecon{
	width: 100%;
	margin-right: 0.2rem;
	background: #fff;
	border-radius:0 0 0.12rem  0.12rem;
	padding: 0.25rem 0.3rem;
	border-top: 2px solid #ff9900;
}
.mecon2{
	width:23%;
	/* margin-right: 0.2rem; */
	background: #fff;
	border-radius:0 0 0.12rem  0.12rem;
	padding: 0.2rem;
	border-top: 2px solid #ff9900;
}
.f32{
	color: #2e77e1;font-size: 0.32rem;
}
.f14{
	color: #999999;font-size: 0.14rem;line-height: 1.5;
}
.f14bac{
	color: #969ba3;font-size: 0.14rem;line-height: 1.5;

}
.f18{
	color: #323232; font-size: 0.18rem;line-height: 0.28rem;
}
.f16{
	color: #2e77e1;font-size: 0.16rem;line-height: 1.5;
}
.ml10{
	margin-left: 0.1rem;
}
.mr20{
	margin-right: 0.2rem;
}
.mt60{
	margin-top: 0.6rem;
}
.mettingmore{
	background: #c0d9f7;color: #2e77e1;
	float: left;
}
.mebox{
	margin-top: 0.2rem;font-size: 0.14rem;color: #666666;line-height:2;
}
#swiperxz {
	width: 47.8%;
}
.xzt{
	margin-left: 0.24rem;
}

.swiperxzone{
	background-image: url(../images24/xzsjbj.png) ;
	background-repeat: round;
	/*height:4.15rem;*/
	border-radius: 12px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	padding: 0.3rem 0.33rem 0.55rem;
	border: 1px solid #ccc;
}
.avimg{
	width:100%;
	height: 100%;
	border-radius: 50%;
}
.lineimg{
	width: 100%;
	height:0.05rem;
	margin-top:0.25rem;
	margin-bottom:0.25rem;
}
.swiperxzone li{
        width:0.8rem;
	height: 0.8rem;
}
/*#swiperxz .swiper-slide{*/


/*	width: 48%;*/
/*}*/
.pb120{
	padding-bottom: 1.2rem;
}
.w80{
	width: 80%;
	margin: auto;
}
.w802{
	width: 80%;
	margin: 0.2rem auto;
}

/* 底部 */
.fimg{
	width:3.87rem;height: 0.85rem;
}
.ml14{
	margin-left: 30%;
}
.xttitle1{
	/* display: block; */
}
.xttitle2{
	display: none;
}


.flextab:hover{
	color: #ffb400;
	font-weight: bold;
	cursor:pointer;
}
.hover2:hover{
	color: #ffb400 !important;
	font-weight: bold;
	cursor:pointer;
}
.bordersh{
	width: 90%;
	border-radius:0.2rem;
	box-shadow:0 0.01rem 0 0.01rem rgba(0,0, 0,0.15);
	overflow: hidden;
}
.xyfcbflexone{
	width: 31.75%;
	border-radius:0.1rem;
	box-shadow:0 0.01rem 0 0.01rem rgba(0,0, 0,0.15);
	overflow: hidden;
}
.xyfcbflexone a .pic img{
	height:2.82rem;
}
.xyfcbflexone a div .line3{
	line-height:0.28rem;
}
.bordersh2{
	border-radius:0.2rem;
	box-shadow:0 0.01rem 0 0.01rem rgba(0,0, 0,0.15)
}
.card-1{
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

}
.card-2{
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);

}

/*.swiperxzone:hover {border-radius: 10px;  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);}*/
.card-2:hover {  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);border-radius: 10px;}
.bordersh2{
	border-radius:0.2rem;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12)
}
.morebtn:hover{
	font-weight: bold;
	cursor:pointer;
}
.hover:hover{
	/*color: #ffb400;*/
	font-weight: bold;
	cursor:pointer;
}
.flextab img{
	display: block;
	padding-top: 0.23rem;
	width: 0.46rem;
	margin: 0 auto;
}
.flextab div{
	padding-top: 0.10rem;
	padding-bottom: 0.20rem;
	font-size: 0.18rem;
	color: #333;
}
/*动画*/
.animate__animated {
	--animate-duration: 2s; /* 持续时间改为2秒 */
}

.myElement {
	--animate-delay: 1s; /* 延迟1秒开始动画 */
}

.myElement {
	--animate-repeat: infinite; /* 设置无限次重复动画 */
}
/* 校友风采开始 */
.xzsj2{
	/* background: url('../images24/xzsjbj.png') no-repeat center; */
	width: 30%;
	margin-top: 0.4rem;
	/* height:4.83rem; */
	/* padding: 0.25rem; */
}
.w24{
	width: 24%;
}
/* 校友风采结束 */


/* 页脚开始 */
.footerBox {
	position: relative;
	z-index: 9999;
	font-size: 0.14rem;
	background: url(../images24/bottombj.png) no-repeat center;
	background-size: cover;
	padding: 0.5rem 0;
}

.footerBox .footerL {
	width: calc(100% - 3.2rem);
}

.footerBox .fLinks {
	border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
	padding: 0 0 0.25rem 0;
}

.footerBox .fLinks .linkCon {
	justify-content: flex-start;
}

.footerBox .fLinks .linkCon .bt {
	position: relative;
	padding-left: 0.24rem;
}

.footerBox .fLinks .linkCon .bt::before {
	position: absolute;
	content: "L";
	font-size: 0.64rem;
	color: #D9B578;
	font-weight: bold;
	left: 0;
	top: -0.07rem;
}

.footerBox .fLinks .linkCon .bt h3 {
	font-size: 0.28rem;
	font-weight: bold;
	color: white;
}

.footerBox .fLinks .linkCon .bt span {
	font-size: 0.16rem;
	color: #D9B578;
	font-family: arial;
	position: relative;
	top: 0.08rem;
	margin-left: 0.18rem;
	font-weight: bold;
}

.footerBox .fLinks ul {
	justify-content: flex-start;
	margin-left: 0.02rem;
}

.footerBox .fLinks ul li {}

.footerBox .fLinks ul li a {
	display: block;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: white;
	margin: 0 0.24rem;
}

.footerBox .fLinks ul li a:hover {
	color: #D9B578;
	text-decoration: underline;
}


.footerBox .contact {
	margin-top: 0.2rem;
	justify-content: flex-start;
}

.footerBox .contact .flogo {
	width: 40%;
}

.footerBox .contact .flogo img {
	display: block;
	width: 5.85rem;
	max-width: 100%;
}

.footerBox .contact .info {
	margin-left: 10%;
	width: 50%;
}

.footerBox .contact .info p {}

.footerBox .contact .info p span {
	display: block;
	font-size: 0.16rem;
	color: white;
	line-height: 0.32rem;
	display: inline-block;
	background: url(../images24/fIc01.png) no-repeat left center;
	background-size: 0.3rem;
	padding-left: 0.36rem;
	margin-left: 0.1rem;
}

.footerBox .contact .info p+p span {
	background: url(../images24/fIc02.png) no-repeat left center;
	background-size: 0.3rem;
}

.footerBox .contact .info p+p span+span {
	background: url(../images24/fIc03.png) no-repeat left center;
	background-size: 0.3rem;
}

.footerBox .ewmBox {
	margin-left: 0.3rem;
	margin-top: 0.2rem;
}

.footerBox .ewmBox img {
	width: 1.3rem;
}

.footerBox .ewmBox p {
	font-size: 0.16rem;
	text-align: center;
	color: white;
	margin-top: 0.06rem;
}

.footerBox .ewmBox .ewm+.ewm {
	margin-left: 0.2rem;
}

@media (max-width:1024px) {
	.footerBox .contact .flogo {
		width: 100%;
	}

	.footerBox .contact .info {
		width: 100%;
		margin-left: 0;
		margin-top: 0.3rem;
	}
}

@media (max-width:850px) {
	.footerBox .footerL {
		width: 100%;
	}

	.footerBox .footerR {
		width: 100%;
	}

	.footerBox .fLinks .linkCon .bt {
		margin-top: 0.2rem;
	}

	.footerBox .fLinks ul {
		margin-top: 0.2rem;
	}
}

/* 页脚结束 */

/*讲座报告*/
#jzbgbox{
	/* padding-bottom: 1.26rem; */
	/* margin-top: 0.43rem; */
	position: relative;
	display: flex;
	justify-content: center;
}
#jzbgbox ul li a span{
	margin-right:0.1rem;
}
/*分页位置*/
/* #jzbgbox .swiper-pagination{
	top:3.1rem;
} */

/*分页颜色*/
#jzbgbox .swiper-pagination .swiper-pagination-bullet {
	width: 0.15rem;
	height: 0.15rem;
	background: rgba(255, 255, 255, .7);
	opacity: 1;
	border: 1px solid #2e77e1;
	margin-right:0.15rem;
	margin-left:0;
}
#jzbgbox .swiper-pagination .swiper-pagination-bullet-active {
	width: 0.15rem;
	height: 0.15rem;
	opacity: 1;
	background: #007aff;
}
/*分页颜色 学者视角*/
.fontlin2{
	font-weight: 600;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 0.56rem;
	line-height: 0.28rem;
}

.pagination{
	width: 100%;
	display: flex;
	justify-content: center;
}
#swiperxz .swiper-pagination .swiper-pagination-bullet {
	width: 0.15rem;
	height: 0.15rem;
	background: rgba(255, 255, 255, .7);
	opacity: 1;
	border: 1px solid #2e77e1;
	margin-right:0.15rem;
	margin-left:0 !important;
}
#swiperxz .swiper-pagination .swiper-pagination-bullet-active {
	width: 0.15rem;
	height: 0.15rem;
	opacity: 1;
	background: #007aff;
}
.mt25{
	margin-top: 0.25rem;
}
/*会议论坛*/
#hyltbox{
	/* padding-bottom: 0.8rem; */
	position: relative;
}
/*分页位置*/
#hyltbox .swiper-pagination{
	bottom:-0.5rem;
	/* top: 84%; */
}
#hyltbox li{
	padding: 0.2rem;
}
#hyltbox li span{
	margin-right:0.1rem;
}
/*分页颜色*/
#hyltbox .swiper-pagination .swiper-pagination-bullet {
	width: 0.15rem;
	height: 0.15rem;
	background: rgba(255, 255, 255, .7);
	opacity: 1;
	border: 1px solid #2e77e1;
	margin-right:0.15rem;
	margin-left:0;
}
#hyltbox .swiper-pagination .swiper-pagination-bullet-active {
	width: 0.15rem;
	height: 0.15rem;
	opacity: 1;
	background: #007aff;
}
/*专题专栏*/
#ztzl{
	margin-bottom: 0.4rem;
}
/*轮播按钮*/
.newswiperzt{
	--swiper-theme-color: #fff;/* 设置Swiper风格 */
	--swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
	--swiper-navigation-size: 30rem;/* 设置按钮大小 */
}
.newswiperzt .swiper-button-prev{
	background-image: url('../images24/ztzlleft.png');
	background-size: 0.2rem 0.3rem;
	left: -0.5rem;
}
.newswiperzt .swiper-button-next{
	background-image: url('../images24/ztzlright.png');
	background-size: 0.2rem 0.3rem;
	right: -0.5rem;
}
.newswiperzt .swiper-button-prev:after{
	content: none;
}
.newswiperzt .swiper-button-next:after{
	content: none;
}

.newswiperzt img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.newswiperzt{
	/*margin-bottom: 0.4rem;*/
}
#smallfoot{
	display: none;
}
/*底部*/
.wcon{
	width: 80%;
	color: #ffffff;
	font-size:0.14rem;
	/*line-height:0.32rem;*/
}
.wcon li:nth-child(3) {
	 margin: 0.18rem 0;

}

.wimg{
	width:1.2rem;
	height:1.2rem;
}
@keyframes breathe {
	0% {
		opacity: 0.5;
		transform: scale(1);
	}
	50% {
		opacity: 1;
		transform: scale(1.2);
	}
	100% {
		opacity: 0.5;
		transform: scale(1);
	}
}
.pic:hover {
	animation: breathe 3s infinite;
}
.mt6{
	margin-top: 0.6rem;
}
.xyfcbflex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 0.4rem;
	flex-wrap: wrap;
}

.xyfcbflex li{
	width: 36.7%;
}
.tabul{
	z-index: 999;
}
.hyltmore{
	display: none;
}
.maincon{
	max-width: 14rem;
	margin: auto
}
.mb20{
    margin-bottom: 0.1rem;
}
/*响应开始*/
@media (max-width:1200px) {
	.newsimg{
		height:30vw;
	}
	.flextab img{
		width: 0.4rem;
	}
	.flextab div{
		font-size: 0.16rem;
	}
	/*分页位置*/
	/* #jzbgbox .swiper-pagination{
		top:31vw;
	} */
	.fontnor{
		line-height: 1.5;
		/* padding-bottom: 0.7rem; */
	}
	.w100{
		width: 100%;
	}
	.sm{
		display: none;
	}
	.mt60{
		margin-top: 0;
	}
	#ztzl{
		margin-bottom: 0.3rem;
		padding-top: 0.6rem;
	}
	.pb200{
		/*padding-bottom: 5%;*/
	}
	.newswiperzt .swiper-button-prev{
		left: -5%;
	}
	.newswiperzt .swiper-button-next{
		right: -5%;
	}
	.newswiperzt img {
		width: 100%;
		/*height: 1.5rem;*/
	}

	/* #jzbgbox .swiper-pagination{
		width: 97%;
	} */
	.flextab{
		width: calc(100%/8);
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.tabbg{
		flex-wrap: wrap;
	}
	.mettingcon{
		width: 92%;
		margin: auto;
	}
	.tabbg {
		/* height: 589px; */
	}
	.tabnewtipw {
		height: 0.3rem;
		line-height: 1.5;
	}
	.flexboxcontentbetween{
		flex-wrap: wrap;
		/*width: 100%;*/
	}
	.newsbox{
		width: 100%;
	}
	.notebox{
		width: 100%;
		margin-top:0.3rem;
	}
	.mecon2{
		/*width: 90%;*/
		margin: 0 auto 0.4rem;
	}
	.w45{
		width: 100%;
	}
	.xttitle1{
		display: none;
	}
	.xttitle2{
		display: flex;
	}
	/*学者视角 1200*/
	#swiperxz{
		width: 100%;
		padding-bottom:6%;
		margin-top:0.3rem;
	}
	.card-1{
		box-shadow: 0px 0px 0px;
	}
	.card-1:hover{
		box-shadow: 0px 0px 0px;
	}
	#swiperxz .swiper-pagination{
		width: 100%;
	}
	.xzsj2{
		width: 42%;
		margin-top: 0.4rem;
	}
	.flexcenter{
		flex-wrap: wrap;
		justify-content: center;
	}
    .footerCon li {
        line-height: 1.5;
    }
	.borderleft{
		margin-top: 0.3rem;
		margin-bottom: 0.3rem;
	}
	.ml14{
		margin-left: 14%;
	}
}
@media (max-width:1000px) {
    .borderleft{
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
    }
		.metting {
			padding-bottom:0.8rem !important;
		}
		.zsxxxzsjBox{
			padding-top: 0.3rem;
		}
		.xttitle2{
			margin-top:0.4rem !important;
		}
}
@media (max-width:850px) {

	.newsimg{
		height:30vw;
	}
	.flextab{
		width: calc(100%/3);
	}
	.maincon{
		margin-top: 0.2rem;
	}
	.overhiddentext2{
		height: 0.54rem;
	}
	.pb200{
		padding-bottom: 0;
	}
	.xyfcbflexone{
		width: 48.5%;
		margin-bottom: 0.3rem;
	}
	.mt6{
		margin-top: 0.3rem;
	}
	.newswiperzt .swiper-button-prev{
		left: -5%;
	}
	.newswiperzt .swiper-button-next{
		right: -5%;
	}
	/*.banner{*/
	/*	margin-top:10%;*/
	/*	!*height: 20vh;*!*/
	/*}*/
	.newswiperzt img {
		width: 100%;
		/*height: 1.1rem;*/
	}
	.reportswiper{
		padding-bottom: 0.8rem;
	}
	/* #jzbgbox .swiper-pagination{
		width: 89%;
	} */

	/*.metting{*/
	/*	padding-bottom: 0;*/
	/*}*/
	.bordersh {
		width: 100%;
	}
	#smallfoot{
		display: none;
	}
	#foot{
		display: inline-block;
	}
	.mt65{
		margin-top: 0.3rem;
	}
	.mettingcon{
		width: 93%;
	}
	/*banner 850*/
	.banner .swiper-button-prev{
		width: 0.33rem;
		height: 0.33rem;
		background-size: 100%;
		/*top:0;*/
	}
	.banner .swiper-button-next{
		width: 0.33rem;
		height: 0.33rem;
		background-size: 100%;
		/*top:0;*/
	}
	/*tab 850*/
	.tabul{
		position: static;
		margin-top: 0.6rem;
	}
	/*新闻动态*/
	.newsbox{
		margin-top: 0.3rem;
	}
	.newswiper{
		margin-top: 0.3rem;
	}
	.notebox{
		margin-top: 0.2rem;
	}
	.swiper-button-prev:after, .swiper-button-next:after {
		font-size: 25px!important;
		color: #ffffff!important;
	}
	

	/*讲座报告*/
	/* #jzbgbox{
		padding-bottom: 1rem;
	} */
	/* #hyltbox{
		margin-top: 0;
	} */
	/* #hyltbox .swiper-pagination {
		top: 92%;
	} */

	/* #jzbgbox .swiper-pagination{
		width: 92%;
		margin-top:-7vw;
	} */
	.metting{
		height: auto;
	}
	.mecon2{
		width: 48%;
	}
	.xzsj2{
		width: 40%;
		margin: 0.4rem auto 0;
	}
	/*	学者视角850*/
	.fontnor {
		font-size: 0.16rem;
		line-height: 2.5;
	}
	/*	校友风采*/
	.xzsj2{
		width: 48%;
		margin: 0.4rem auto 0;
	}
	/*	专题专栏 850*/
	#ztzl{
		margin-bottom: 0.3rem;
		padding-top:0;
	}
	.mt60{
		margin-top: 0;
	}
	.mt603{
		margin-top: 0.3rem;
	}
	.classall{
		padding-bottom: 0;
	}
	.mettingcon{
		width: 92%;
	}
	.mettingtitle {
		font-size: 0.26rem;
	}
	/*招生信息*/
	.f32{
		font-size: 0.27rem;
	}
	.tabtitle{
		font-size: 0.27rem;
	}
	/*	专题专栏 768*/
	.newswiperzt {
		margin-bottom: 0.4rem;
	}
}
@media(max-width: 768px) {
	.newsimg{
		height:63vw;
	}
	.flextab{
		width: calc(100%/3);
	}
	.maincon{
		margin-top: 0.2rem;
	}
	.newswiperzt img {
		width: 100%;
		/*height: 1.5rem;*/
	}
	/*.metting {*/
	/*	padding-bottom: 0;*/
	/*}*/

	.bordersh {
		width:100%;
	}

	.notecontent {
		font-size: 0.16rem;
	}

	#smallfoot {
		display: none;
	}

	#foot {
		display: inline-block;
	}

	#hylt .mettingmore {
		display: none;
	}

	/*banner 850*/
	.banner .swiper-button-prev {
		width: 0.33rem;
		height: 0.33rem;
		background-size: 100%;
		/*top:130px;*/
	}

	.banner .swiper-button-next {
		width: 0.33rem;
		height: 0.33rem;
		background-size: 100%;
		/*top:130px;*/
	}
	.jgszBox .jzjgCon ul li {
		width: 100%;
	}

	/*招生信息*/
	.f32 {
		font-size: 0.25rem;
	}

	.tabtitle {
		font-size: 0.25rem;
	}
	/*校友风采430*/
	.xyfcbflexone {
		width: 100%;
		margin: auto;
		margin-bottom: 0.3rem;
	}
	.xzsj2 {
		width: 100%;
		margin: 0.4rem auto;
	}
	/*学者视角 768*/
	#swiperxz{
		width: 100%;
		padding-bottom:6%;
		margin: auto;
		margin-top:0.3rem;
	}
	/*	专题专栏 768*/
	.newswiperzt {
		margin-bottom: 0.4rem;
	}
	#ztswiper .swiper-button-prev {
		left:0;
	}

	#ztswiper .swiper-button-next {
		right: 0;
	}


	.mettingtitle {
		font-size: 0.26rem;
	}

	.pb_sys_style1 .p_no_d {
		border: 1px solid #2e77e1 !important;
		background-color: #2e77e1 !important;
	}
}
@media (max-width: 430px) {
	.metip{
		margin: 0 0.1rem;
	}
	.metting{
		position: relative;
	}
	.jzbgmore{
		position: absolute;
		right: 4vw;
		top: 3vh;
	}
	.hyltmore{
		position: absolute;
		right: 4vw;
		top: 3vh;
	}
	/*分页位置*/
	/* #jzbgbox .swiper-pagination{
		top:80vw;
	} */
	.newsimg{
		height:65vw;
	}
	.flextab {
		width: calc(100% / 3);
	}
	.maincon{
		margin-top: 0.2rem;
	}
	/*校友风采430*/
	.xyfcbflexone {
		width: 92%;
		margin: auto;
		margin-bottom: 0.3rem;
	}
	/*学者视角 430*/
	#swiperxz{
		width: 78%;
		padding-bottom:6%;
		margin: auto;
		margin-top:0.3rem;
	}
	.newswiperzt img {
		width: 100%;
		/*height:2.3rem;*/
	}
	/* .metting{
		padding-bottom: 0;
	} */
	.xzsj {
		width: 3.2rem;
	}

	.mecon2 {
		width: 90%;
	}

	.tabul {
		top: 0.1rem
	}

	.notebox {
		margin-top: 0.3rem;
	}

	/*banner 850*/
	.banner .swiper-button-prev {
		width: 0.33rem;
		height: 0.33rem;
		background-size: 100%;
		/*top:130px;*/
	}

	.banner .swiper-button-next {
		width: 0.33rem;
		height: 0.33rem;
		background-size: 100%;
		/*top:130px;*/
	}

	.jgszBox .jzjgCon ul li {
		width: 100%;
	}
	/*讲座报告*/
	/* #jzbgbox .swiper-pagination {
		width: 92%;
		margin-top:4vw;
	} */
	/*招生信息*/
	.f32 {
		font-size: 0.25rem;
	}

	.tabtitle {
		font-size: 0.25rem;
	}

	/*	校友风采*/
	.xzsj2 {
		width: 100%;
		margin: 0.4rem auto 0;
	}

	/*	专题专栏 768*/
	#ztzl{
		padding-top: 0;
	}
	.newswiperzt {
		margin-bottom: 0.4rem;
	}
	#ztswiper .swiper-button-prev {
		left:0;
	}

	#ztswiper .swiper-button-next {
		right: 0;
	}


	.mettingtitle {
		font-size: 0.26rem;
	}
	.mt60{
		margin-top: 0.3rem !important;
	}
/*	底部*/
	#foot{
		display: none;
	}
	#smallfoot{
		display: inline-block;
		width: 100%!important;
	}
}
 
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{
         margin: 3px 0px 3px 5px !important;
}
.keywordfontcolor1127674{
        font-size: 0.18rem !important;
        font-family:"微软雅黑" !important;
        color:#f00 !important;
}
/*==========================================内页 结束=============================================*/
/* 讲座报告列表页 */
.jzbgList{}
.jzbgList .jzbgUl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
.jzbgList .jzbgUl .jzbgLi{
	width:calc(50% - 0.2rem);
	background: #fff;
	border-radius:0 0 0.12rem  0.12rem;
	padding: 0.25rem 0.3rem;
	border-top: 2px solid #ff9900;
	margin-bottom: 0.2rem;
}
.jzbgList .jzbgUl .jzbgLi p.overhiddentext2{
    height:0.56rem;
}
.jzbgList .jzbgUl .jzbgLi:hover p.overhiddentext2{
   color:#2e77e1;
}
@media (max-width: 576px) {
	.jzbgList .jzbgUl .jzbgLi{
		width:100%;
	}
        .jzbgList .jzbgUl .jzbgLi p.overhiddentext2{
            height:auto;
        }
}