@charset "utf-8";

/* CSS Document public*/
* {
	font-family: 微软雅黑, Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}

body {
	padding: 0;
	margin: 0;
	font-family: 微软雅黑, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	line-height: 1;
	font-size: 14px;
	margin: 0 auto;
	overflow-x: hidden;
}

html,
body {
	min-height: 100vh;
	width: 100vw;
}

html {
	overflow: -moz-scrollbars-vertical;
}

html::-webkit-scrollbar {
	width: 4px;
	height: 8px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2;
}

html::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #333;
}

.pb_sys_style4 .p_no_d {
	background: #610606;
	!important;
}

.clearfix:after {
	/*伪元素是行内元素 正常浏览器清除浮动方法*/
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.keywordfontcolor1019209 {
	float: none !important;
	color: #15d8aa !important;
	font-size: 1rem !important;
}

#vsb_content_2 P {
	font-size: 1.25rem !important;
	color: #323232 !important;
	line-height: 1.75em !important;
	margin-bottom: 1.875rem;
	text-indent: 2rem;
	font-family: "Times New Roman";
}

a {
	text-decoration: none;
	bblr: expression(this.onFocus=this.blur());
	/*ie使用*/
	outline-style: none;
	outline: none;
}

a,
input,
img,
:focus {
	mayfish: expression(this.onfocus=this.blur);
	cursor: handbblr:expression(this.onFocus=this.blur());
	/*ie使用*/
	outline-style: none;
}

/*去除a标签带来的虚框*/
ul {
	list-style: none;
}

img {
	border: 0px;
	vertical-align: middle;
}

ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

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;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}

.container01,
.container02,
.container03,
.container04,
.container05,
.container06,
.container07,
.container08,
.n-container01,
.n-container03,
.n-container04 {
	margin: 0 auto;
}

.slow {
	overflow: hidden;
}

.slow img:hover {
	transform: scale(1.05);
}

/*图片放大*/
.slow img {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*缓慢效果*/
h5 a,
.more a {
	-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;
}

/*缓慢效果*/
.slow01 {
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

/*缓慢效果*/
.slow02 {
	-moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.shadow {
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";
	/* for ie 8 */
	filter:
		progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');
	/* for ie 5.5 - 7 */
	-moz-box-shadow: 1px 1px 10px #999999;
	/* for firefox */
	-webkit-box-shadow: 1px 1px 10px #999999;
	/* for safari or chrome */
	box-shadow: 1px 1px 10px #999999;
}

.radius {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.opacity {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

/*透明代码*/
.overfloat-dot {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*文本超出 小圆点显示*/
.overfloat-dot-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.overfloat-dot-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.overfloat-dot-4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.overfloat-dot-5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.overfloat-dot-6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.overfloat-dot-7 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

/*transform:rotateY(180deg); -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg); transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);*/
/*180度旋转*/
/*oncontextmenu="return false" ondragstart="return false" onselectstart="return false"*/
/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);*/
/*透明背景*/
.ie_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 99998;
}

.ie9tips {
	width: 37.5rem;
	height: 18.75rem;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -9.375rem 0 0 -18.75rem;
	line-height: 1.8;
	color: #fff;
	z-index: 99999;
	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: .625rem;
	color: #fff;
	width: 26.25rem;
	margin: .625rem auto;
	line-height: 1.8;
}

.a_body {
	position: relative;
}

ul li,
dl dd {
	vertical-align: top;
}

img {
	vertical-align: middle;
}

a {
	color: inherit;
}

input,
button,
textarea {
	background: none;
	outline: none;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
}

input:focus {
	border: none;
}

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: sysb;
	src: url(../fonts/sysb.jpg)
}

.w100 {
	width: 100%;
}

.w1440 {
	margin: 0 auto;
	max-width: 1440px;
}

.w163 {
	margin: 0 auto;
	max-width: 1630px;
}

.layui-img-responsive {
	max-width: 100%;
}

.img_zd {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.img_zd .img_hezi {
	padding-bottom: 60%;
	background-position: center center;
	background-size: cover;
	transition: 0.4s;
	width: 100%;
}

.img_zd>img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

a:hover .img_zd .img_hezi {
	transform: scale(1.05);
}

@media(max-width: 1630px) {
	.w163 {
		width: 95%;
	}
}

h5 a {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

ul li:hover h5 a {
	color: #ff0000;
}

.more a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-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;
}

.box_table {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.box_table_cell {
	display: table-cell;
	vertical-align: middle;
}

.box_table_cell * {
	white-space: normal;
	word-wrap: break-word;
}

.vsbcontent_img {
	text-align: center;
}

@-webkit-keyframes anim-open-2 {
	0% {
		opacity: 0;
		-webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	2.083333% {
		-webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	4.166667% {
		-webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	6.25% {
		-webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	8.333333% {
		-webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	10.416667% {
		-webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	12.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	14.583333% {
		-webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	16.666667% {
		-webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	18.75% {
		-webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	20.833333% {
		-webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	22.916667% {
		-webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	25% {
		-webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	27.083333% {
		-webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	29.166667% {
		-webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	31.25% {
		-webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	33.333333% {
		-webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	35.416667% {
		-webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	37.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	39.583333% {
		-webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	41.666667% {
		-webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	43.75% {
		-webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	45.833333% {
		-webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	47.916667% {
		-webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	50% {
		opacity: 1;
		-webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	52.083333% {
		-webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	54.166667% {
		-webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	56.25% {
		-webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	58.333333% {
		-webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	60.416667% {
		-webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	62.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	64.583333% {
		-webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	66.666667% {
		-webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	68.75% {
		-webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	70.833333% {
		-webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	72.916667% {
		-webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	75% {
		-webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	77.083333% {
		-webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	79.166667% {
		-webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	81.25% {
		-webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	83.333333% {
		-webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	85.416667% {
		-webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	87.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	89.583333% {
		-webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	91.666667% {
		-webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	93.75% {
		-webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	95.833333% {
		-webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	97.916667% {
		-webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	100% {
		opacity: 1;
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
}

@keyframes anim-open-2 {
	0% {
		opacity: 0;
		-webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	2.083333% {
		-webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	4.166667% {
		-webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	6.25% {
		-webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	8.333333% {
		-webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	10.416667% {
		-webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	12.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	14.583333% {
		-webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	16.666667% {
		-webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	18.75% {
		-webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	20.833333% {
		-webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	22.916667% {
		-webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	25% {
		-webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	27.083333% {
		-webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	29.166667% {
		-webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	31.25% {
		-webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	33.333333% {
		-webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	35.416667% {
		-webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	37.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	39.583333% {
		-webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	41.666667% {
		-webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	43.75% {
		-webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	45.833333% {
		-webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	47.916667% {
		-webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	50% {
		opacity: 1;
		-webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	52.083333% {
		-webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	54.166667% {
		-webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	56.25% {
		-webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	58.333333% {
		-webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	60.416667% {
		-webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	62.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	64.583333% {
		-webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	66.666667% {
		-webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	68.75% {
		-webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	70.833333% {
		-webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	72.916667% {
		-webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	75% {
		-webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	77.083333% {
		-webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	79.166667% {
		-webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	81.25% {
		-webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	83.333333% {
		-webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	85.416667% {
		-webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	87.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	89.583333% {
		-webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	91.666667% {
		-webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	93.75% {
		-webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	95.833333% {
		-webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	97.916667% {
		-webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}

	100% {
		opacity: 1;
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
}

@-webkit-keyframes anim-close-2 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.8, 0.8, 1);
	}
}

@keyframes anim-close-2 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
}


#gotop {
	position: fixed;
	z-index: 90;
	bottom: 2rem;
	right: 1rem;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	width: 66px;
	height: 66px;
	opacity: 1;
	visibility: visible;
	overflow: hidden;
}

#gotop.hide {
	height: 0;
	opacity: 0;
	visibility: hidden;
}

#gotop img {
	width: 66px;
	height: 66px;
	display: block;
}


@media (max-width:4000px) {
	html {
		font-size: 16px;
	}
}

@media (min-width:1600px) and (max-width:1940px) {
	html {
		font-size: 16px;
	}
}

@media (min-width:1400px) and (max-width:1600px) {
	html {
		font-size: 14px;
	}
}

@media (min-width:640px) and (max-width:1399px) {
	html {
		font-size: 14px;
	}
}

@media (min-width:471px) and (max-width:639px) {
	html {
		font-size: 13px;
	}
}

@media (min-width:329px) and (max-width:470px) {
	html {
		font-size: 13px;
	}
}

@media (max-width:328px) {
	html {
		font-size: 12px;
	}
}

/*==========================================公共 开始=============================================*/
.ar_wap {
	display: none;
}

.a_body {
	position: relative;
	z-index: 0;
}

.section {
	overflow: hidden;
}

#header {
	height: 60px;
	width: 100%;
	transition: 0.36s;
	background: url() no-repeat center top;
}

#header.xg:before {}

.header_top {
	position: relative;
	padding: 0;
	text-align: right;
	z-index: 10000;
	overflow: hidden;
}

.header_top .tianqi {
	display: inline-block;
	height: 4rem;
}

.header_top .search_btn {
	display: inline-block;
	width: 18px;
	height: 20px;
	background: url(../images/search.jpg) no-repeat center;
	float: none;
	font-size: 14px;
	color: #fff;
}

.search a:hover {
	color: #15d9ab;
}

.header_top .search {
	width: 20px;
	height: 20px;
	position: relative;
	z-index: 20;
}

.header_top .search .input {
	position: absolute;
	z-index: 1;
	left: auto;
	right: -.5rem;
	top: -12px;
	bottom: auto;
	height: 40px;
	width: 0;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.header_top .search .input input {
	width: 100%;
	height: 100%;
	font-size: 13px;
	padding: 0 2rem 0 1rem;
	color: #333;
}

.header_top .search .btn {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}

.header_top .search .btn input {
	cursor: pointer;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.header_top .search .btn svg {
	width: 18px;
	height: 18px;
	fill: #fff;
}

.header_top .search:hover .btn svg {
	fill: #610606;
}

.header_top .search:hover .input {
	width: 16.25rem;
	opacity: 1;
	visibility: visible;
}


/*头部固定导航效果*/
#header .headerTop {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	background: url() no-repeat center top;
	background-size: cover;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	opacity: 0;
	transform: translateY(-100%);
	padding: 0 3% 0;
}

#header .headerTop .logo2 {
	width: 30% !important;
}

#header.xg .headerTop {
	transition: all 0.7s ease-in-out 0.5s;
	transform: none;
	opacity: 1;
}

#header .headerTop #logo {
	height: 4rem;
}

#header .headerTop #logo img {
	width: 62%;
}

#header .headerTop .nav {
	height: 4rem;
}

#header .headerTop .nav ul.navItem li {
	height: 4rem;
	line-height: 4rem;
}

#header .headerTop .nav ul.navItem li ul.subnav {
	top: 4rem;
}

#header .headerTop .nav ul.navItem li a {
	color: #fff;
}


.top_right {}

.top_right .top_lj {
	height: 24px;
}

.top_right .top_lj ul {
	display: flex;
	float: right;
	align-items: center;
}

.top_right .top_lj ul li a {
	font-size: 14px;
	color: #ffffff;
	display: block;
	padding: 0 15px;
	position: relative;
	transition: 0.6s all;
}

.top_right .top_lj ul li+li+li a::after {
	position: absolute;
	width: 2px;
	height: 100%;
	background: #efd2d2;
	left: 0;
	top: 0;
	content: "";
	display: block;
}

.top_right .top_lj ul li a:hover {
	opacity: 0.6;
	transition: 0.6s all;
}

/*nav start*/
.nav {
	text-align: center;
	height: 2.5rem;
	width: auto;
}

.nav ul.navItem li {
	display: inline-block;
	height: 2.5rem;
	line-height: 2.5rem;
	position: relative;
}

.nav ul.navItem li a {
	font-size: 1.375rem;
	color: #fff;
	display: block;
	padding: 0 0.9375rem;
}

.nav ul.navItem>li:hover>a {}

.nav ul.navItem li ul.subnav {
	display: none;
	position: absolute;
	width: 140%;
	border-top: 2px solid #610606;
	left: -20%;
	top: 2.5rem;
	background: rgba(255, 255, 255, 0.85);
	z-index: 8;
	padding: 5px 0;
}

.nav ul.navItem li ul.subnav li {
	padding: 0;
	margin: 0px;
	display: block;
	height: auto;
	line-height: 28px;
	padding: 8px 0;
	position: relative;
}

.nav ul.navItem li ul.subnav li:before {
	position: absolute;
	left: 10px;
	bottom: 0px;
	z-index: 9;
	content: "";
	width: calc(100% - 20px);
	height: 1px;
	background: #f9f9f9;
}

.nav ul.navItem li ul.subnav li:hover {
	background: #610606;
}

.nav ul.navItem li ul.subnav li:hover:before {
	background: #610606;
}

.nav ul.navItem li ul.subnav li>a {
	font-size: 1rem;
	color: #000;
}

.nav ul.navItem li ul.subnav li dl {
	width: 140%;
	background: rgba(99, 6, 95, 0.85);
	position: absolute;
	left: 100%;
	top: 0px;
	z-index: 9;
	display: none;
}

.nav ul.navItem li ul.subnav li>a:hover {
	color: #fff;
}

.nav ul.navItem li ul.subnav li:hover dl {
	display: block;
}

.nav ul.navItem li ul.subnav li dl dd {
	height: 45px;
	line-height: 45px;
	position: relative;
}

.nav ul.navItem li ul.subnav li dl dd:before {
	position: absolute;
	left: 10px;
	bottom: 0px;
	z-index: 9;
	content: "";
	width: calc(100% - 20px);
	height: 1px;
	background: #32717a;
}

.nav ul.navItem li ul.subnav li dl dd:hover {
	background: #610606;
}

.nav ul.navItem li ul.subnav li dl dd:hover:before {
	background: #610606;
}

.nav ul.navItem li ul.subnav li dl dd a {
	font-size: 0.875rem;
}

/*end nav*/

.list_box0 {
	display: inline-block;
	vertical-align: top;
}

.list_box0 .li {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	transition: .6s;
	margin-left: 2rem;
	position: relative;
	line-height: 7.625rem;
	opacity: .8;
}

.list_box0 .li>a {
	display: block;
	font-family: 微软雅黑;
}

.list_box0 .li a>img {
	margin: -2px .625rem 0 0;
}

.list_box0 .li a .ewm_box {
	display: inline-block;
	border: #d3d3d3 1px solid;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) scaleY(1);
	top: 3.5rem;
	opacity: 1;
	visibility: visible;
	transform-origin: top;
	display: none;
}

.list_box0 .li a .ewm_box:before {
	content: "";
	position: absolute;
	border-left: transparent 6px solid;
	border-right: transparent 6px solid;
	border-bottom: #fff 6px solid;
	top: -6px;
	left: 50%;
	margin-left: -6px;
}

#m_header .list_box0 {
	float: right;
}

#m_header .list_box0 .li {
	line-height: 60px;
}

#m_header .list_box0 .li a .ewm_box {
	top: 60px;
}

#m_header .list_box0 .li a>img {
	height: 12px;
}


.list_box_01 {
	font-size: 0;
	white-space: nowrap;
	padding: .625rem;
}

.list_box_01 li {
	display: block !important;
	margin: 0 15px !important;
	text-align: center;
}

.list_box_01 li h3 img {
	border: #ededed 1px solid;
	width: 85px;
	height: 85px;
}

.list_box_01 li h5 {
	font-size: .75rem;
	color: #666666;
	line-height: 20px;
	margin: 0;
}

.list_box0 .li:after {
	content: "";
	position: absolute;
	left: -2rem;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	opacity: .8;
}

.list_box0 .li+.li {
	margin-left: 2.5rem;
}

.list_box0 .li+.li+.li {
	margin-left: 2rem;
}

.list_box0 .li+.li:after {
	width: 16px;
	height: 17px;
	left: -1.5rem;
}

.list_box0 .li:last-child:after {
	display: none;
}

.header_box .w1200 {
	height: 100%;
	position: relative;
	max-width: 100%;
	padding: 0 3%;
}

/*.line_bot{ display:block; width:100%; height:1px; position:absolute; left:0; bottom:0; background:rgba(255,255,255,.2);}*/
#header #logo {
	width: 50%;
}

#header #logo .box_table {
	width: auto;
}

#logo {
	float: left;
	position: relative;
	padding-top: 0px;
}

#logo img.img2 {
	display: none;
}

#header .header_r {
	width: 50%;
}

#header .header_r .hd_link {
	height: 60px;
	color: #fff;
}

#header .header_r ul {
	display: block;
	float: right;
	line-height: 60px;
}

#header .header_r ul li {
	height: 60px;
	line-height: 60px;
	display: inline-block;
	padding-left: 2.5rem;
}

#header .header_r ul li:nth-child(1) {
	background: url() no-repeat left center;
}

#header .header_r ul li a {
	font-size: 0.875rem;
	font-family: 微软雅黑;
	color: #fff;
}

#header .header_r ul li:hover a {
	color: #ffba00;
}





.search_btn {
	margin-left: 0rem;
	cursor: pointer;
}

.search_btn svg {
	display: inline-block;
	fill: #fff;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.search-dialog-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 20rem;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}

.search-dialog-box:before {
	content: "";
	position: absolute;
	top: 0;
	height: 0;
	background: url(../images/banquanditu.jpg) no-repeat center top;
	background-size: cover;
	transition: .6s;
	left: 0;
	right: 0;
	z-index: 1;
}

.search-dialog-box.on:before {
	height: 100%;
}

.search-dialog-box .bubbles-bg {
	opacity: 0;
	visibility: hidden;
	display: none;
}

.search-dialog-box .search-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	background: rgba(0, 0, 0, .7);
	background-size: cover;
	background-repeat: no-repeat;
	transform-origin: center center;
	transition: height .8s cubic-bezier(.77, 0, .175, 1);
}

.search-dialog-box .wrap-inner {
	transform: translateY(100%);
	transition: .6s;
}

.header-right .bubbles-bg {
	opacity: 0;
	visibility: hidden;
	transition: all .5s .8s;
}

.search-dialog-box .bubbles-bg .bubble {
	position: absolute;
}

.search-dialog-box .bubbles-bg .bubble .circle {
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.search-dialog-box .bubbles-bg .bubble1 {
	width: 6%;
	padding-top: 6%;
	left: 26.875%;
	top: -6.67%;
}

.search-dialog-box .bubbles-bg .bubble1 .circle {
	border: 1px solid #fff;
}

.search-dialog-box .bubbles-bg .bubble2 {
	width: 12px;
	padding-top: 12px;
	left: 13.54%;
	top: 18%;
}

.search-dialog-box .bubbles-bg .bubble2 .circle {
	background-color: #ff495f;
}

.search-dialog-box .bubbles-bg .bubble3 {
	width: 36px;
	padding-top: 36px;
	left: 8.854%;
	top: 30.55%;
}

.search-dialog-box .bubbles-bg .bubble3 .circle {
	background-color: #fff;
}

.search-dialog-box .bubbles-bg .bubble4 {
	width: 56.875%;
	padding-top: 56.875%;
	left: -28.6458%;
	top: 51.85%;
}

.search-dialog-box .bubbles-bg .bubble4 .circle {
	background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
	background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
	background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
}

.search-dialog-box .bubbles-bg .bubble5 {
	width: 54px;
	padding-top: 54px;
	left: 26.3%;
	top: 70.83%;
}

.search-dialog-box .bubbles-bg .bubble5 .circle {
	background-color: #fff;
	opacity: .1;
}

.search-dialog-box .bubbles-bg .bubble6 {
	width: 56.875%;
	padding-top: 56.875%;
	left: 73.4375%;
	top: -52.77%;
}

.search-dialog-box .bubbles-bg .bubble6 .circle {
	background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
	background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
}

.search-dialog-box .bubbles-bg .bubble7 {
	width: 2rem;
	padding-top: 2rem;
	left: 60.9375%;
	top: 18.5%;
}

.search-dialog-box .bubbles-bg .bubble7 .circle {
	background-color: #ff495f;
}

.search-dialog-box .bubbles-bg .bubble8 {
	width: 1.35rem;
	padding-top: 1.35rem;
	left: 95.83%;
	top: 70.83%;
}

.search-dialog-box .bubbles-bg .bubble8 .circle {
	border: 1px solid #fff;
}

.search-dialog-box .bubbles-bg .bubble9 {
	width: 16px;
	padding-top: 16px;
	left: 76.5625%;
	top: 96.296%;
}

.search-dialog-box .bubbles-bg .bubble9 .circle {
	background-color: #fff;
}

.search-dialog-box .bubbles-bg .bubble10 {
	width: 56.875%;
	padding-top: 56.875%;
	left: 71.354%;
	top: 87%;
}

.search-dialog-box .bubbles-bg .bubble10 .circle {
	background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
	background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
}

.search-dialog-box .bubbles-bg .bubble {
	animation: spin 8s infinite linear;
	transform-origin: 50% 45%;
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) {
	animation: spin2 8s infinite linear;
}

.search-dialog-box .bubbles-bg .bubble .circle {
	animation: spin-reverse 8s infinite linear;
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle {
	animation: spin-reverse2 8s infinite linear;
}

.search-dialog-box .bubbles-bg .sm-bubble {
	transform-origin: 30% 30px;
}

.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: 50rem;
	margin: 0 auto;
	padding: 0 0.5rem 0 1.5rem;
	background: #fff;
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
	border-radius: 0.5rem;
}

.search-dialog .search-input input[type=text] {
	float: left;
	height: 4.5rem;
	width: calc(100% - 4.5rem);
	background-color: transparent;
	font-size: 1.25rem;
	line-height: .5rem;
	color: #843690;
	transition: all .3s;
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=image],
.search-dialog .search-input .clear-btn {
	float: right;
	height: 4.5rem;
	width: 4.5rem;
	background: url(../images/search_icon.jpg) no-repeat center center;
}

.search-dialog .search-input .clear-btn {
	background-color: rgba(0, 0, 0, .2);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/close-btn.svg);
	background-size: 3.5rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}

.search-dialog .search-input.on {
	background-color: #fff;
}

.search-dialog .search-input.on input[type=submit] {
	background-image: url();
}

.search-dialog .hot-search {
	font-size: 0;
	width: 19.5rem;
	margin: .6rem auto 0;
	box-sizing: border-box;
	padding: 0 .6rem;
	overflow: hidden;
}

.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

.search-dialog .hot-search .hot-tit {
	font-size: .375rem;
	line-height: .5rem;
	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;
	background-image: url();
}

.search-dialog .hot-link {
	margin-left: 1rem;
}

.search-dialog .hot-link a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .375rem;
	line-height: .5rem;
	margin-right: .75rem;
	color: #fff;
	padding-bottom: 5px;
	position: relative;
}

.search-dialog .hot-link a:before {
	content: "";
	position: absolute;
	left: 0%;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .3s;
}

.search-dialog-box .bottom-box {
	position: absolute;
	left: 0;
	bottom: 5.1%;
	width: 100%;
}

.search-dialog-box .bottom-box .share-box {
	overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
	font-size: .35rem;
	line-height: .5rem;
	color: #fff;
	font-family: "gilroy-regular";
	margin-top: .5rem;
	overflow: hidden;
}

.header-right.is-open .bubbles-bg {
	visibility: visible;
	opacity: 1;
}

.header-right.is-open .search-btn .con-box {
	display: none;
}

.header-right.is-open .close-btn {
	display: block;
}

.header-right.is-open .item .search-bg {
	transform: scale(1);
}

.search-dialog-box.on {
	opacity: 1;
	visibility: visible;
}

.search-dialog-box.on .search-bg {
	height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
	opacity: 1;
	visibility: visible;
}

.search-dialog-box.on .wrap-inner {
	transform: translateY(0);
}

.pub-close {
	position: absolute;
	width: 24px;
	height: 24px;
	z-index: 10;
	right: 2.14rem;
	top: 0.48rem;
	border-radius: 100%;
}

.pub-close .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #1c5ab7;
	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(../images/close-btn.svg);
	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);
	}
}





.tc_search {
	margin: 2rem 1.3rem 0;
	width: calc(100% - 2.6rem);
	position: relative;
}

.tc_search .keyword {
	font-size: .875rem;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 1rem;
	box-shadow: none;
	-webkit-appearance: none;
	border-right: 0;
	background: none;
	width: 100%;
	outline: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 0 51px;
}

.tc_search .btn_blue {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 0;
	background: url(../images/search_white.svg) center center no-repeat;
	background-size: 1.2rem;
}

.tc_search .btn_blue.fr {
	background: #e9edef;
	color: #4e4f53;
}

.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;
}

/* 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;
}



#header .dw2 {
	float: left;
	height: 90px;
	width: 53px;
	cursor: pointer;
	position: relative;
	margin-right: 1.5rem;
	transition: .6s;
	margin-left: 1rem;
}

#header .dw2 .j_tab {}

#header .dw2:after {
	content: "";
	width: 1px;
	height: 16px;
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, .75);
	right: -1.5rem;
	top: 50%;
	margin-top: -8px;
}

#header .dw2.yuyan:before {
	content: "";
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#header .dw2 .dh {
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	transition: .6s;
}

#header .dw2 .dh span {
	padding-right: 14px;
	width: 53px;
	height: 23px;
	display: inline-block;
	font-style: italic;
}

#header .dw2 .dd {
	padding-bottom: 10px;
	padding-top: 10px;
	position: absolute;
	top: 100%;
	width: 100%;
	text-align: center;
	background: #acce22;
	left: 0;
	border: 1px solid #acce22;
	opacity: 0;
	visibility: hidden;
	transition: 400ms;
	transform: translateY(15px);
}

#header .dw2 .dd:before {
	content: "";
	display: inline-block;
	border: 8px solid transparent;
	border-bottom: 8px solid #acce22;
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -8px;
}

#header .dw2 .dd a {
	display: block;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	padding: 0 10px;
}

#header .dw2 .dd a:hover {
	font-weight: bold;
}

#header .dw2.on .dd {
	opacity: 1;
	visibility: visible;
	transform: translate(0);
}

.search_btn {
	cursor: pointer;
}

.search_btn {
	display: inline-block;
	fill: #fff;
	width: 18px;
	height: 20px;
	background: url(../images/search.jpg) no-repeat center;
	vertical-align: middle;
}

.search_text {
	font-size: 14px;
	color: #ffffff;
	display: block;
	padding: 0 15px;
	position: relative;
	transition: 0.6s all;
}

@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);
	}
}

/*椤堕儴鎼滅储*/
.tc_search {
	margin: 0 1.3rem;
	width: calc(100% - 2.6rem);
	position: absolute;
	bottom: 1rem;
}

.tc_search .header-search {
	height: 40px;
	border-radius: 0;
	background: rgba(255, 255, 255, .1);
	position: relative;
	width: 100%;
	margin-bottom: 1rem;
}

.tc_search input[type=text] {
	font-size: .875rem;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 1rem;
	box-shadow: none;
	-webkit-appearance: none;
	border-right: 0;
	background: none;
	width: 90%;
}

.tc_search .btn_blue {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 0;
	background: url(../images/search_white.svg) center center no-repeat;
	background-size: 1.2rem;
}

.tc_search .btn_blue.fr {
	background: #e9edef;
	color: #4e4f53;
}

.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;
}

/* 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消失-结束 */
/*导航按钮开始*/
#nav_btn_box {
	height: 100%;
	z-index: 999999999;
	float: right;
	margin-left: 20px;
}

#nav_btn_box.on {
	background: none;
}

#nav_btn {}

#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: 34px;
	height: 20px;
	position: relative;
	outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
	width: 1.75rem;
}

#nav_btn .navbtn {
	position: absolute;
	top: 3px;
	left: 0;
	display: inline-block;
	width: 34px;
	height: 20px;
	-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: url(../images/nav_btn.jpg) no-repeat;
}

#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;
}

/*导航按钮结束*/
.m_nav_list {
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	overflow: auto;
	margin: 81px 0 0;
}

.m_nav_list::-webkit-scrollbar {
	display: none;
}

#m_nav {
	z-index: 99999;
	position: fixed;
	width: 100%;
	height: 100vh;
	right: -105%;
	top: 0;
	display: none;
	padding: 3rem 0 7rem;
	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;
	background: #610606;
}

#m_nav .close {
	position: absolute;
	top: 6px;
	right: 15px;
	font-size: 28px;
	color: #fff;
	z-index: 10000;
}

#m_nav .header_top_m {
	position: absolute;
	top: 6px;
	left: 15px;
}

#m_nav .header_top_m .li {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	transition: .6s;
	margin-left: 2rem;
	position: relative;
	line-height: 2rem;
	opacity: .8;
}

#m_nav .header_top_m .li:after {
	content: "";
	position: absolute;
	left: -2rem;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	opacity: .8;
}

#m_nav .header_top_m .li+.li {
	margin-left: 2.5rem;
}

#m_nav .header_top_m .li+.li+.li {
	margin-left: 2rem;
}

#m_nav .header_top_m .li a {
	color: #fff;
}

#m_nav .header_top_m .li+.li:after {
	width: 16px;
	height: 17px;
	margin-top: -8px;
	left: -1.5rem;
}

.m_links {
	padding: 0 0 0 2.3rem;
}

.m_links p a {
	font-size: 0.875rem;
	color: #fff;
	margin-right: 1.25rem;
}


#m_nav.act {
	pointer-events: auto;
	right: 0;
}

#m_nav>ul>li {
	width: 100%;
	overflow: hidden;
	padding: 0 0 0 2.3rem;
	position: relative;
}

#m_nav>ul>li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#m_nav li .a {
	display: inline-block;
	width: calc(100% - 30px);
}

#m_nav li .a {
	line-height: 4rem;
	height: 4rem;
	color: #fff;
	padding: 0;
	font-size: 14px;
	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: 100%;
	height: 4rem;
	display: inline-block;
	background: url(../images/arrow_down.jpg) calc(100% - 2rem) center no-repeat;
	background-size: 13px 13px !important;
	position: absolute;
	display: block;
	right: 0;
}

#m_nav li.on i {
	background: url(../images/arrow_down_on.jpg) calc(100% - 2rem) center no-repeat;
}

#m_nav .on.title .a i {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

#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: #610606;
}

#m_nav .title .list a {
	display: block;
	font-size: 1.25rem;
	color: rgba(255, 255, 255, .6);
	text-align: left;
	line-height: 40px;
	height: 40px;
	border: 0;
	font-weight: 300;
}

/*三级导航 开始*/
#m_nav .title .list .void>a {
	background-size: 10px;
	position: relative;
}

#m_nav .title .list .void>a:before {
	content: "·";
	position: absolute;
	left: -1em;
	font-size: 12px;
	font-weight: bold;
}

#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: .875rem;
	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 {
	transition: .6s;
	display: none;
	height: 60px;
}

#m_header #logo .box_table,
#nav_btn_box .box_table {
	width: auto;
	float: left;
}

.m_header_box header {
	padding: 0 15px;
	top: 0;
	height: 60px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: #610606;
	border-bottom: 3px solid #610606;
}

#m_header #logo {
	height: 60px;
	float: left;
}

#m_header #logo img {
	max-height: 60%;
	max-height: 48px;
}

#m_header .yuyan {
	height: 4.5rem;
	float: right;
	margin-right: 4rem;
}

#m_header .yuyan span {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: .9rem;
	text-align: center;
	margin-left: 17px;
	background: rgba(255, 255, 255, .3);
}

@media(max-width: 1400px) {
	.nav ul.navItem li a {
		font-size: 1.125rem;
		padding: 0 0.625rem;
	}
}

#banner {
	position: relative;
	top: -20px
}

.banner_top {
	position: fixed;
	top: 0px;
	height: 6.875rem;
	width: 100%;
	z-index: 9999;
	padding-top: 1.875rem;
}

/* .banner_top>div{width: 95%;} */
.banner_top::after {}

.banner_top .logo2 {
	width: 26.99%;
	height: 65px;
}

.banner_top .logo2 .logoT img,
.banner_top .logo2 .logoZ img {
	display: block;
	width: 100%;
}

.banner_top .logo2 .logoT {
	display: block;
}

.banner_top .logo2 .logoZ {
	display: none;
}

.banner_top.xg {
	background: #610606;
	;
	box-shadow: 0px 2px 37.62px 0.38px rgba(0, 0, 0, 0.2);
}

.banner_top.xg .logo2 .logoT {
	display: none;
}

.banner_top.xg .logo2 .logoZ {
	display: block;
}

/* .banner_top.xg .top_right .top_lj ul li a{color: #333333;} */
/* .banner_top.xg .top_right .search_btn{background: url(../images/searchon.jpg) no-repeat center;} */
/* .banner_top.xg .nav ul.navItem li a{color: #323232;} */
#banner .banner_con .swiper-pagination {
	display: none;
}

.p1_lb_dot {
	position: absolute;
	left: 0;
	bottom: 1rem;
	z-index: 5;
	width: 100%;
}

.p1_lb_dot ul {
	position: relative;
}

.p1_lb_dot ul li {
	padding-bottom: 2.5rem;
	position: relative;
}

.p1_lb_dot ul li::after {
	content: "";
	width: 1px;
	height: 2.1875rem;
	bottom: 0.3125rem;
	border-left: 1px dashed #fff;
	position: absolute;
	left: 8px;
}

.p1_lb_dot ul li:first-child::before {
	content: "";
	width: 1px;
	height: 0.3125rem;
	top: -0.5rem;
	border-left: 1px dashed #fff;
	position: absolute;
	left: 8px;
}

.p1_lb_dot ul li:last-child {
	padding-bottom: 0.875rem;
}

.p1_lb_dot ul li:last-child::after {
	height: 0.625rem;
}

.p1_lb_dot ul li.on {}

.p1_lb_dot ul li a {
	display: block;
	position: relative;
	padding: 5px 0;
	padding-left: 24px;
}

.p1_lb_dot ul li p {
	font-size: 0.875rem;
	color: #fff;
	top: 0.625rem;
	opacity: 0;
	visibility: hidden;
	position: relative;
	transition: 0.4s;
}

.p1_lb_dot ul li.on p {
	top: 0;
	opacity: 1;
	visibility: inherit;
}

.p1_lb_dot ul li a::after {
	content: "";
	display: block;
	width: 18px;
	height: 17px;
	background: url(../images/bannerd.jpg) no-repeat center center;
	position: absolute;
	left: 0;
	top: calc(50% - 8.5px);
	transition: 0.4s;
}

.p1_lb_dot ul li.on a::after {
	background: url(../images/bannerdon.jpg) no-repeat center center;
}



#banner .banner_con .swiper-slide a {
	display: block;
	position: relative;
}

#banner .banner_con .swiper-slide a::after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/topbg.jpg) repeat-x center top;
	position: absolute;
}

#banner .banner_con .swiper-slide a img {
	display: block;
	width: 100vw;
	object-fit: cover;
}

@media(max-width: 1630px) {
	#banner .banner_con .swiper-pagination {
		width: 100%;
		left: 15px;
		margin-left: 0;
	}

}

@media(max-width: 1380px) {
	.nav {
		margin-right: 0;
	}
}

@media(max-width: 1200px) {
	.p1_lb_dot {
		display: none;
	}

	#banner .banner_con .swiper-slide a::after {
		display: none;
	}

	#banner .banner_con .swiper-pagination {
		bottom: 1.25rem;
		width: 100%;
		display: block;
	}

	#banner .banner_con .swiper-pagination-bullet-active {
		background: #fff;
	}

	#banner .banner_con .swiper-pagination-bullet {
		background: #fff;
	}
}



/*==========================================公共 结束=============================================*/


/*==========================================首页 开始=============================================*/

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@keyframes sy_tit_dh {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.Cotitle {
	padding-bottom: 60px;
}

.Cotitle .tit {
	width: calc(100% - 100px);
	position: relative;
}

.Cotitle .tit::after {
	content: "";
	width: 100%;
	height: 146px;
	position: absolute;
	left: -150px;
	top: -25px;
	/* background: url(../images/title04fuben.png) no-repeat left center; */
}

.Cotitle .tit h5 {
	font-size: 2.5rem;
	font-weight: bold;
	position: relative;
	padding-left: 50px;
	z-index: 3;
}

.Cotitle .tit h5::after {
	content: "";
	position: absolute;
	right: 230px;
	width: 1600px;
	height: 100px;
	background: url(../images/news_bg1.png) no-repeat center;
	background-size: contain;
	z-index: -1;
	pointer-events: none;
}

.Cotitle .tit::before {
	content: "";
	width: 100%;
	height: 56px;
	background: url(../images/titlee01.jpg) no-repeat left center;
	position: absolute;
	left: 8px;
	top: 22px;
}

.Cotitle .more a {
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	background: #610606;
	font-size: 0.875rem;
	color: #fff;
	text-align: center;
	transition: 0.6s all;
}

.Cotitle .more a:hover {
	margin-right: 10px;
	background: #ede5f1;
	color: #610606;
	transition: 0.6s all;
}

/*part01 start*/
.part1 {
	padding: 3.75rem 0 8.125rem 0;
}

.part1 .mySwiper {
	overflow: hidden;
}

.part1 .swiper-slide {
	width: 29.14%;
}

.part1 .swiper-slide a {
	display: block;
}

.part1 .swiper-slide .pic {
	overflow: hidden;
}

.part1 .swiper-slide .pic img {
	display: block;
	width: 100%;
	height: 296px;
	transition: 0.6s all;
	object-fit: cover;
}

.part1 .swiper-slide .text {
	margin-top: 1.875rem;
}

.part1 .swiper-slide .text h5 {
	font-size: 1.375rem;
	color: #323232;
	line-height: 2.25rem;
	height: 4.5rem;
	overflow: hidden;
	font-weight: bold;
	margin-bottom: 0.625rem;
	transition: 0.6s all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.part1 .swiper-slide .text p {
	font-size: 0.875rem;
	color: #888888;
	line-height: 1.5rem;
	height: 4.5rem;
	overflow: hidden;
	margin-bottom: 1.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.part1 .swiper-slide .text i {
	font-style: normal;
	display: block;
	width: 105px;
	height: 26px;
	line-height: 26px;
	border-radius: 13px;
	background: rgba(82, 0, 116, 0.1);
	text-align: center;
	font-size: 0.875rem;
	color: #ab3f41;
}

.part1 .swiper-button-prev,
.part1 .swiper-button-next {
	width: 24px;
	height: 41px;
	margin-top: -110px;
}

.part1 .swiper-button-prev {
	background: url(../images/part1l.jpg) no-repeat center;
}

.part1 .swiper-button-next {
	background: url(../images/part1r.jpg) no-repeat center;
}

.part1 .swiper-slide:hover .pic img {
	transform: scale(1.1);
	transition: 0.6s all;
}

.part1 .swiper-slide:hover .text h5 {
	color: #610606;
	transition: 0.6s all;
}

@media(max-width: 1400px) {
	.part1 .swiper-slide .pic img {
		height: 241px;
	}
}

@media(max-width: 1200px) {
	.part1 .swiper-slide .pic img {
		height: 207px;
	}
}

@media(max-width: 1000px) {
	.part1 .swiper-slide .pic img {
		height: 172px;
	}
}

@media(max-width: 850px) {
	.part1 .swiper-slide {
		width: 100%;
		margin-bottom: 1.875rem;
	}

	.part1 .swiper-slide:last-child {
		margin-bottom: 0;
	}

	.part1 .swiper-slide .pic img {
		height: auto;
	}

	.part1 .swiper-slide .text h5 {
		height: auto;
	}

	.part1 .swiper-slide .text p {
		max-height: 4.5rem;
		height: auto;
	}

	.part1 {
		padding: 3.125rem 0;
	}

	.Cotitle {
		padding-bottom: 30px;
	}

	.Cotitle .tit::after {
		display: none;
	}

	.Cotitle .tit h5 {
		padding-left: 0;
	}
}

/*part01 end*/
/* part2 start */
.part2 {
	padding: 3.75rem 0 8.125rem 0;
}

.part2 .Cotitle .tit::before {
	content: "";
	background: url(../images/titlee02.jpg) no-repeat left center;
}

.part2 .mySwiper {
	overflow: hidden;
}

.part2 .swiper-slide {
	width: 29.14%;
}

.part2 .swiper-slide a {
	display: block;
}

.part2 .swiper-slide .pic {
	overflow: hidden;
}

.part2 .swiper-slide .pic img {
	display: block;
	width: 100%;
	height: 296px;
	transition: 0.6s all;
	object-fit: cover;
}

.part2 .swiper-slide .text {
	margin-top: 1.875rem;
}

.part2 .swiper-slide .text h5 {
	font-size: 1.375rem;
	color: #323232;
	line-height: 2.25rem;
	height: 4.5rem;
	overflow: hidden;
	font-weight: bold;
	margin-bottom: 0.625rem;
	transition: 0.6s all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.part2 .swiper-slide .text p {
	font-size: 0.875rem;
	color: #888888;
	line-height: 1.5rem;
	height: 4.5rem;
	overflow: hidden;
	margin-bottom: 1.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.part2 .swiper-slide .text i {
	font-style: normal;
	display: block;
	width: 105px;
	height: 26px;
	line-height: 26px;
	border-radius: 13px;
	background: rgba(82, 0, 116, 0.1);
	text-align: center;
	font-size: 0.875rem;
	color: #ab3f41;
}

.part2 .swiper-button-prev,
.part2 .swiper-button-next {
	width: 24px;
	height: 41px;
	margin-top: -110px;
}

.part2 .swiper-button-prev {
	background: url(../images/part1l.jpg) no-repeat center;
}

.part2 .swiper-button-next {
	background: url(../images/part1r.jpg) no-repeat center;
}

.part2 .swiper-slide:hover .pic img {
	transform: scale(1.1);
	transition: 0.6s all;
}

.part2 .swiper-slide:hover .text h5 {
	color: #610606;
	transition: 0.6s all;
}

@media(max-width: 1400px) {
	.part2 .swiper-slide .pic img {
		height: 241px;
	}
}

@media(max-width: 1200px) {
	.part2 .swiper-slide .pic img {
		height: 207px;
	}
}

@media(max-width: 1000px) {
	.part2 .swiper-slide .pic img {
		height: 172px;
	}
}

@media(max-width: 850px) {
	.part2 .swiper-slide {
		width: 100%;
		margin-bottom: 1.875rem;
	}

	.part2 .swiper-slide:last-child {
		margin-bottom: 0;
	}

	.part2 .swiper-slide .pic img {
		height: auto;
	}

	.part2 .swiper-slide .text h5 {
		height: auto;
	}

	.part2 .swiper-slide .text p {
		max-height: 4.5rem;
		height: auto;
	}

	.part2 {
		padding: 3.125rem 0;
	}

	.Cotitle {
		padding-bottom: 30px;
	}

	.Cotitle .tit::after {
		display: none;
	}

	.Cotitle .tit h5 {
		padding-left: 0;
	}
}
/* part2 end */
/* part3 start */
.part3 {
	position: relative;
	padding: 5.3125rem 0 5.625rem 0;
}

.part3::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 50%;
	margin-right: -50.9375rem;
	background: url(../images/part3bg01.jpg) no-repeat right center;
	background-size: auto;
}

.part3::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: 40rem;
	background: url(../images/zhonglou.png) no-repeat right bottom;
	background-size: 300px 500px;
	z-index: 2;
}

.part3 .w163 {
	padding-right: 16.25rem;
	position: relative;
	z-index: 3;
}

.part3 .Cotitle {
	padding-bottom: 100px;
}

.part3 .Cotitle .tit::before {
	content: "";
/*background: url(../images/titlee03.jpg) no-repeat left center;*/
}

.part3 ul {
	margin-bottom: -4.375rem;
}

.part3 li {
	width: 27.73%;
	margin-bottom: 4.375rem;
}

.part3 li .time {
	width: 50px;
}

.part3 li .time .day {
	text-align: right;
	font-size: 1.875rem;
	color: #610606;
	font-weight: bold;
	margin-bottom: 0.75rem;
}

.part3 li .time .year {
	font-size: 0.875rem;
	color: #610606;
	text-align: right;
}

.part3 li .text {
	height: 60px;
	width: calc(100% - 65px);
	margin-left: 0.9375rem;
	padding-left: 0.75rem;
	border-left: 1px solid #d3bad6;
	display: flex;
	align-items: center;
}

.part3 li .text p {
	font-size: 1.25rem;
	color: #323232;
	line-height: 1.625rem;
	max-height: 3.25rem;
	overflow: hidden;
	transition: 0.6s all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.part3 li:hover .text p {
	color: #610606;
	transition: 0.6s all;
}

@media(max-width: 1500px) {
	.part3::before {
		margin-left: 35rem;
	}
}

@media(max-width: 1300px) {
	.part3::before {
		margin-left: 27rem;
	}

	.part3 li {
		width: 31%;
	}
}

@media(max-width: 1200px) {
	.part3 {
		background: #f7f6f6;
	}

	.part3::before,
	.part3::after {
		display: none;
	}

	.part3 .w163 {
		padding-right: 0;
	}
}

@media(max-width: 850px) {
	.part3 li {
		width: 100%;
		margin-bottom: 1.25rem;
	}
}

/* part3 end */
/* footer start */
.footer {
	background-image:url(${v_link("/images/banquanditu.jpg")
});
background-size: cover;
padding: 5rem 0 2.1875rem 0;
}

.footerTit {
	display: table;
	margin: 0 auto 2.25rem auto;
}

.footerTit h5 {
	margin: 2% auto;
	max-width: 208px;
	font-size: 3rem;
	font-family: "sysb";
	font-weight: bold;
	letter-spacing: 4px;
	padding-bottom: 30px;
	background: url(../images/footer01.png) no-repeat bottom center;
	margin-bottom: 0.25rem;
}

.footerTit i {
	font-style: normal;
	font-size: 0.875rem;
	color: #c8a57a;
	text-align: center;
	font-family: "times new roman";
	display: block;
}

.footerT select {
	width: 23%;
	font-size: 1rem;
	color: #767177;
	height: 2.8125rem;
	line-height: 2.8125rem;
	border-radius: 1.375rem;
	border: none;
	padding: 0 1.25rem 0 3.125rem;
	background: url(../images/footer02.jpg) no-repeat scroll 94% center #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.footerB {
	margin-top: 4.375rem;
}

.footerB dl {
	width: 12.5%;
	padding-leftt: 1.5625rem;
}

.footerB dt {
	font-size: 1.125rem;
	color: #666666;
	margin-bottom: 1.375rem;
	position: relative;
}

.footerB dt::after {
	content: "";
	width: 9px;
	height: 2px;
	background: #610606;
	position: absolute;
	left: -18px;
	top: 50%;
	margin-bottom: -1px;
}

.footerB dt a {
	color: #666666;
	transition: 0.6a all;
}

.footerB dd {
	font-size: 0.875rem;
	margin-bottom: 1.125rem;
}

.footerB dd:last-child {
	margin-bottom: 0;
}

.footerB dd a {
	color: #666;
	transition: 0.6a all;
}

.footerB a:hover {
	color: #610606;
	transition: 0.6a all;
}

.copyright {
	background: #610606;
}

.copyrightT {
	padding: 1.25rem 0;
}

.copyrightT p {
	font-size: 0.875rem;
	color: #fff;
	line-height: 1.875rem;
	text-align: center;
}

.copyRightB {
	padding: 0.9375rem 0;
	border-top: 1px solid #610606;
}

.copyRightB p {
	display: table;
	margin: 0 auto;
	padding-left: 28px;
	background: url(../images/footer04.jpg) no-repeat left center;
	font-size: 0.875rem;
	color: #fff;
	line-height: 1.5rem;
}

@media(max-width: 850px) {
	.footerT {
		margin-bottom: -1.25rem;
	}

	.footerT select {
		width: 48%;
		margin-bottom: 1.25rem;
	}

	.footerB {
		margin-top: 1.875rem;
		margin-bottom: -1.875rem;
	}

	.footerB dl {
		width: 25%;
		margin-bottom: 1.875rem;
	}

	.footerB dt::after {
		left: 0;
	}

	.footerB dt,
	.footerB dd {
		padding-left: 1.25rem;
	}

}

@media(max-width: 480px) {
	.footerB dl {
		width: 48%;
	}

	.footerT select {
		padding: 0 0.625rem 0 0.9375rem;
	}
}

/* footer end */


@media(max-width: 1400px) {

	#gotop {
		bottom: 15rem;
	}
}

@media(max-width: 1200px) {
	#banner::after {
		display: none;
	}

}

@media(max-width: 1000px) {}

@media(max-width: 850px) {}

@media(max-width: 768px) {}

@media(max-width: 540px) {}

@media(max-width: 414px) {}





/*==========================================首页 结束=============================================*/


/*==========================================内页 开始=============================================*/
.n_banner img {
	display: block;
	width: 100%;
}

.n_banner .img .img_hezi {
	padding-bottom: 28.64% !important;
}

#nav_slide {
	background: #610606;
	line-height: 50px;
	position: relative;
	z-index: 2;
	display: none;
}

#nav_slide #bnt_back {
	position: absolute;
	left: 1rem;
	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: #fff;
	text-align: center;
}

#bnt_sub_nav {
	position: absolute;
	right: 1rem;
	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%;
}

#sub_nav_content ul {}

#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: 1.25rem;
	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: 28px;
	padding-left: 10px;
}

#sub_nav_content ul li ul li a {
	font-size: 0.875rem;
	color: #666;
}

#sub_nav_content ul li.on>a {
	color: #610606;
}

#sub_nav_content ul li ul {
	display: none;
}

.n_banner {
	position: relative;
	margin-top: 96px;
}

.main_bd {}

.n_container {
	padding: 0 0 3.75rem;
}

.n_container .n_left {
	float: left;
	width: 294px;
	position: relative;
	z-index: 1;
	margin-top: 1px;
	padding-bottom: 18.75rem;
}

.n_container .n_left h1 {
	height: 90px;
	line-height: 90px;
	background: #a1080b;
	font-size: 1.875rem;
	color: #fff;
	text-align: center;
}

.n_container .n_left h1 span {
	position: relative;
}

.n_container .n_left h1 span:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	background: #fff;
	left: -40px;
	top: 50%;
}

.n_container .n_left h1 span::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	background: #fff;
	right: -40px;
	top: 50%;
}

.n_container .n_left .sider_nav {
	padding-bottom: 10px;
}

.n_container .n_left ul {
	border: 1px solid #f1f1f1;
	position: relative;
	border-bottom: none;
}

.n_container .n_left .con ul li {
	line-height: 1.875rem;
	font-size: 1.125rem;
	color: #303030;
	position: relative;
	padding: 1.5rem 0;
	font-family: 微软雅黑;
	border-bottom: 1px solid #e0e0e0;
}

.n_container .n_left .con ul li.on {
	background: #fff;
}

.n_container .n_left .con ul li:hover {
	color: #610606;
}

.n_container .n_left .con ul li:before {
	position: absolute;
	right: 0;
	top: -1px;
	width: 5px;
	height: 0;
	background: #a1080b;
	content: "";
	z-index: 9;
	transition: .5s;
}

.n_container .n_left .con ul li.on:before,
.n_container .n_left .con ul li:hover:before {
	height: calc(100% + 2px);
}

.n_container .n_left .con ul li.on dl {
	display: block !important;
}

.n_container .n_left .con ul li a img {
	margin: -3px 14px 0 0;
}

/* .n_container .n_left .con ul li a:before{content:"";width: 3px;height: 0;background:transparent;position:absolute;left: -3px;top: 0;transition:0.6s;}
.n_container .n_left .con ul li.on>a:before, .n_container .n_left .con ul li:hover>a:before{height: 100%;}
.n_container .n_left .con ul li:after{content:"";width:7px;height:11px;background:url(../images/left_jiantou.png) center no-repeat;position:absolute;right: 15px;top: 50%;transition:0.36s;margin-top: -5.5px;display: none;}
.n_container .n_left .con ul li.on:after, .n_container .n_left .con ul li:hover:after{background:url() center no-repeat;}
 */
.n_container .n_left .con ul li a {
	color: #323232;
	display: block;
	text-align: center;
	padding: 0 15px 0 15px;
	transition: 0.36s;
	margin: 0 20px;
}

/* .n_container .n_left .con ul li.on a{color: #fff;background: url() no-repeat right center;} */
.n_container .n_left .con ul li:hover a {
	color: #610606;
}

.n_container .n_left .con ul li.on:hover a {
	color: #610606;
	font-weight: bold;
}

.n_container .n_left .con ul li.on a {
	color: #610606;
	font-weight: bold;
	font-size: 23px;
}

.n_container .n_left .con ul li dl {
	display: none;
	padding: 0;
	position: relative;
	margin-top: 20px;
}

.n_container .n_left .con ul li dl:before {
	content: "";
	position: absolute;
	right: 20px;
	left: 20px;
	top: 0;
	height: 1px;
	border-bottom: #e8e8e8 1px dashed;
}

.n_container .n_left .con ul li dl dd {
	height: auto;
	line-height: 34px;
	padding: 0;
}

.n_container .n_left .con ul li dl dd a {
	font-size: 16px;
	color: #666666 !important;
	padding: 15px 0 15px 35px;
	position: relative;
	line-height: 16px;
	border-bottom: #efefef 1px solid;
}

.n_container .n_left .con ul li dl dd:last-child a {
	border: none;
}

/* .n_container .n_left .con ul li dl dd a:before{content:"";position:absolute;left: 15px;top: 0;background: url() center no-repeat;width: 10px;height: 100%;} */
/* .n_container .n_left .con ul li i.up{ background:url() center no-repeat;} */
.n_container .n_left .con ul li i {
	width: 30px;
	height: 30px;
	background: url(../images/left_jiantou.jpg) center no-repeat;
	position: absolute;
	right: 22px;
	top: 1.5rem;
	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: #610606 !important;
}

/* .n_container .n_left .con ul li dl dd a:hover:before{ background: url() center no-repeat;} */

.n_container .n_right {
	width: calc(100% - 414px);
	padding: 2.1875rem 0 0 0;
	position: relative;
}

.n_container .n_right .n_news {
	margin-top: 3.75rem;
	min-height: 600px;
}

.mianbao {
	line-height: 52px;
	height: 52px;
	color: #303030;
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px solid #d9d9d9;
	width: 100%;
}

.position {
	font-size: 1rem;
	color: #303030;
	margin-right: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
}

.position::after {
	content: "";
	width: 1px;
	height: 1rem;
	background: #888888;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.5rem;
}

.position a {
	color: #888888;
	transition: 0.36s;
	color: #303030;
}

.position span {
	font-size: 14px;
	color: #808080;
	margin: 0 4px;
	color: #303030;
}

.position em {
	color: #303030;
	font-style: normal;
	color: #303030;
}

.position a:hover {
	color: #610606;
}

.findex a {
	display: block;
	padding-right: 26px;
	background: url(../images/position.jpg) no-repeat right center;
	font-size: 1rem;
	color: #323232;
	transition: 0.6s all;
}

.findex a:hover {
	color: #610606;
	transition: 0.6s all;
}

.fanye {
	text-align: center;
}

.fanye img {
	max-width: 100%;
}

/*内容样式*/
/* 培训动态 start*/
.list_box_news01 li {
	margin-bottom: 2.1875rem;
	padding-bottom: 2.1875rem;
	border-bottom: 1px solid #e1e1e1;
}

.list_box_news01 li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.list_box_news01 .pic {
	width: 390px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 2.5rem;
}

.list_box_news01 .pic img {
	display: block;
	width: 100%;
	object-fit: cover;
	transition: 0.6s all;
	height: 243px;
}

.list_box_news01 .text {}

.list_box_news01 .text h5 {
	font-size: 1.375rem;
	color: #323232;
	font-weight: bold;
	line-height: 2rem;
	height: 4rem;
	overflow: hidden;
	transition: 0.6s all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list_box_news01 .text p {
	margin-top: 1.875rem;
	font-size: 0.875rem;
	color: #888888;
	line-height: 1.5rem;
	height: 4.5rem;
	overflow: hidden;
	margin-bottom: 1.875rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.list_box_news01 .text .time {}

.list_box_news01 .text .time i {
	font-style: normal;
	width: 6.5625rem;
	line-height: 1.625rem;
	height: 1.625rem;
	border-radius: 0.8125rem;
	background: #ede5f1;
	font-size: 0.875rem;
	color: #ab3f41;
	display: table;
	text-align: center;
}

.list_box_news01 li:hover .pic img {
	transform: scale(1.1);
	transition: 0.6s all;
}

.list_box_news01 li:hover .text h5 {
	color: #610606;
	transition: 0.6s all;
}


/* 培训动态 end*/
/* 人才招聘 start */
.list_box_news02 li {
	margin-bottom: 1.875rem;
	padding-bottom: 1.875rem;
	border-bottom: 1px solid #e1e1e1;
}

.list_box_news02 li .time {
	width: 60px;
	margin-right: 25px;
}

.list_box_news02 li .day {
	font-size: 1.875rem;
	color: #ab3f41;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.list_box_news02 li .year {
	font-size: 1rem;
	color: #ab3f41;
}

.list_box_news02 li .text {
	width: calc(100% - 85px);
	padding-left: 1.5625rem;
	border-left: 1px solid #e1e1e1;
}

.list_box_news02 li .text h5 {
	font-size: 1.375rem;
	color: #433f40;
	font-weight: bold;
	line-height: 1.875rem;
	height: 1.875rem;
	overflow: hidden;
	margin-bottom: 1.25rem;
	transition: 0.6s all;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_box_news02 li .text p {
	font-size: 0.875rem;
	color: #888888;
	line-height: 1.5rem;
	height: 3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list_box_news02 li:hover .text h5 {
	color: #ab3f41;
	transition: 0.6s all;
}

/* 人才招聘 end */
/* 党群机构 start */
.dqjgBox {
	background: none;
}

.dqjg {
	background: url(../images/listbg02.jpg) no-repeat right top;
}

.dqjg dl {
	margin-bottom: 6.25rem;
}

.dqjg dt {
	padding: 1.375rem 1.25rem;
	background: #610606;
	font-size: 1.5rem;
	line-height: 2.125rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2.8125rem;
}

.dqjg dd {
	margin-bottom: 1.75rem;
}

.dqjg dd h5 {
	width: 50%;
	text-align: right;
	font-size: 1.25rem;
	color: #333333;
}

.dqjg dd p {
	width: 50%;
	padding-left: 1.25rem;
}

.dqjg dd p a {
	font-size: 1.25rem;
	color: #323232;
	font-weight: bold;
}

.dqjg dd p a:hover {
	color: #610606;
	transition: 0.6s all;
}

.dqjg .pic {
	display: flex;
	justify-content: flex-end;
}

.dqjg .pic img {
	display: block;
	max-width: 100%;
}

/* 党群机构 end */
/* 理论学习 start */
.llxx li {
	margin-bottom: 2.5rem;
}

.llxx li p {
	font-size: 1.25rem;
	color: #323232;
	line-height: 1.875rem;
	height: 1.875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 130px);
	padding-left: 32px;
	background: url(../images/list03.png) no-repeat left 5px;
	transition: 0.6s all;
}

.llxx li i {
	font-style: normal;
	font-size: 1rem;
	color: #323232;
	width: 100px;
	text-align: right;
	line-height: 1.875rem;
}

.llxx li:hover p {
	color: #610606;
	transition: 0.6s all;
	padding-left: 40px;
}

/* 理论学习 end */
/* 院内职员查询 start */
.ynzycx {
	padding-top: 9.375rem;
	padding-bottom: 5rem;
	background: url(../images/list04.jpg) no-repeat right top;
	background-size: contain;
}

.ynzycx h5 {
	display: table;
	margin: 0 auto;
	font-size: 1.875rem;
	color: #323232;
	font-weight: bold;
	padding: 0 7.5rem;
	position: relative;
	margin-bottom: 3.125rem;
}

.ynzycx h5::after {
	content: "";
	width: 5.625rem;
	height: 1px;
	background: #610606;
	position: absolute;
	left: 0;
	top: 50%;
}

.ynzycx h5::before {
	content: "";
	width: 5.625rem;
	height: 1px;
	background: #610606;
	position: absolute;
	right: 0;
	top: 50%;
}

.ynzycx .ynzycx_search {
	justify-content: space-between;
	max-width: 560px;
	width: 100%;
	height: 3.75rem;
	line-height: 3.75rem;
	border-radius: 1.875rem;
	background: #fff;
	border: 1px solid #888888;
	margin: 0 auto;
}

.ynzycx .ynzycx_search .text {
	width: calc(100% - 120px);
	height: 3.75rem;
	line-height: 3.75rem;
	text-indent: 0.9375rem;
	font-size: 0.875rem;
	color: #323232;
}

.ynzycx .ynzycx_search .btn {
	width: 106px;
	height: 3.75rem;
	border-bottom-right-radius: 1.875rem;
	border-top-right-radius: 1.875rem;
	background: url(../images/list05.jpg) no-repeat center;
}

/* 院内职员查询 end */
/* 联系我们01 start */
.lxwm01 {
	position: relative;
	align-items: flex-start;
}

.lxwm01 .pic {
	margin-left: 55px;
	width: 460px;
	position: relative;
	z-index: 2;
}

.lxwm01 .pic img {
	display: block;
	width: 100%;
}

.lxwm01 .text {
	width: calc(100% - 515px);
	position: relative;
}

.lxwm01 .text dl {
	position: relative;
	z-index: 2;
	padding: 3.125rem 2.5rem 5.625rem 2.5rem;
}

.lxwm01 .text dt {
	font-size: 1.5rem;
	color: #fff;
	line-height: 2rem;
	padding-bottom: 1.25rem;
	margin-bottom: 2.5rem;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

.lxwm01 .text dd {
	font-size: 1.25rem;
	color: #fff;
	line-height: 1.875rem;
	margin-bottom: 1.875rem;
	padding-left: 20px;
	background: url(../images/list10.jpg) no-repeat left 12px;
}

.lxwm02 .pic {
	width: 640px;
}

.lxwm02 .text {
	width: calc(100% - 695px);
}

.lxwm02 .text::after {
	width: calc(100% + 695px);
	left: -695px;
}

.lxwmEwm {
	display: flex;
	justify-content: flex-end;
	margin-top: 5rem;
}

.lxwmEwm img {
	display: block;
	max-width: 100%;
}

.lxwm03 {
	background: #610606 url(../images/list83.jpg) no-repeat right bottom;
	margin-bottom: 4rem;
	padding: 3rem 0;
}

.lxwm03 .text::after {
	display: none;
}

.lxwm03 .text {
	margin-top: 0;
}

.lxwm03 .text dl {
	padding: 4.5rem;
}

.lxwm03 .text dd:last-child {
	margin-bottom: 0;
}

.Nlxwm03 {
	background: #610606 url(../images/list82.jpg) no-repeat right bottom;
	padding-bottom: 0 !important;
	margin-bottom: 4rem;
	background-size: auto 100%;
	border-radius: 1.25rem;
}

.Nlxwm03 .text {
	order: 1;
}

.Nlxwm03 .pic {
	justify-content: flex-end;
}

.Nlxwm03 .pic img {
	width: auto;
	max-width: 100%;
}

@media(max-width: 1200px) {
	.lxwm03 {
		margin-bottom: 2.5rem;
	}

	.Nlxwm03 {
		margin-bottom: 2.5rem;
	}
}

@media(max-width: 850px) {
	.lxwm03 {
		background: #610606;
	}
}

@media(max-width: 768px) {
	.lxwm03 {
		margin-bottom: 1.5rem;
	}

	.Nlxwm03 {
		margin-bottom: 1.5rem;
	}
}

@media(max-width: 650px) {
	.Nlxwm03 {
		background-size: 60%;
	}
}

/* 联系我们01 end */
/* 科技创新01 start */
.kjcx01T {
	margin-bottom: 3.75rem;
	padding-bottom: 0.625rem;
	border-bottom: 1px solid #610606;
	position: relative;
}

.kjcx01T::after {
	content: "";
	width: 6px;
	height: 6px;
	background: #ab5eb7;
	border-radius: 50%;
	position: absolute;
	left: 0;
	bottom: -3px;
}

.kjcx01T::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #ab5eb7;
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: -3px;
}

.kjcx01T h5 {
	font-size: 2.5rem;
	text-align: center;
	line-height: 3.375rem;
	margin-bottom: 1.25rem;
	font-weight: bold;
}

.kjcx01T p {
	text-align: center;
	color: #888888;
}

.kjcx01T p i {
	font-style: normal;
	margin: 0 0.9375rem;
	font-size: 0.875rem;
}

.kjcx01B .pic {
	width: 48.75%;
}

.kjcx01B .pic img {
	display: block;
	width: auto;
	max-width: 100%;
}

.kjcx01B .icon {
	width: 90px;
	display: flex;
	flex-wrap: wrap;
}

.kjcx01B .icon li img {
	display: block;
	width: 100%;
}

.kjcx01B .text {
	width: calc(51.25% - 140px);
}

.kjcx01B .text p {
	font-size: 1.125rem;
	color: #323232;
	line-height: 2.25rem;
	text-indent: 2.25rem;
	margin-bottom: 3.125rem;
}

.kjcx01B .text p:last-child {
	margin-bottom: 0;
}

@media(max-width: 850px) {
	.kjcx01B .pic {
		width: 100%;
	}

	.kjcx01B .pic img {
		display: table;
		margin: 0 auto;
	}

	.kjcx01B .icon {
		flex-wrap: nowrap;
		width: 100%;
		justify-content: space-between;
		margin: 1.875rem 0;
	}

	.kjcx01B .icon li {
		width: 90px;
	}

	.kjcx01B .text {
		width: 100%;
	}
}

/* 科技创新01 end */
/* 创新平台 start */
.cxpt ul {
	justify-content: flex-start;
	margin-right: -1.25%;
	margin-bottom: -1.5625rem;
}

.cxpt li {
	width: 32.05%;
	margin-right: 1.25%;
	margin-bottom: 1.5625rem;
}

.cxpt li a {
	display: block;
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 0.625rem;
	padding: 1.5625rem;
	position: relative;
	transition: 0.6s all;
}

.cxpt li .pic img {
	display: block;
	margin: 0 auto;
}

.cxpt li h5 {
	margin: 1.25rem 0 1.5625rem 0;
	font-size: 1.25rem;
	color: #323232;
	font-weight: bold;
	text-align: center;
	line-height: 1.875rem;
	transition: 0.6s all;
}

.cxpt li i {
	font-style: normal;
	font-size: 0.875rem;
	color: #b189bc;
	text-align: center;
	display: block;
}

.cxpt li .more {
	position: absolute;
	width: 80px;
	height: 1.625rem;
	line-height: 1.625rem;
	border-radius: 0.8125rem;
	left: 50%;
	margin-left: -40px;
	bottom: -13px;
	background: #fff;
	border: 1px solid #d8d8d8;
	font-size: 0.875rem;
	color: #888888;
	text-align: center;
	transition: 0.6s all;
}

.cxpt li:hover h5 {
	color: #610606;
	transition: 0.6s all;
}

.cxpt li:hover .more {
	background: #610606;
	color: #fff;
	transition: 0.6s all;
}

.cxpt li:hover a {
	box-shadow: 0px 2px 37.62px 0.38px rgba(0, 0, 0, 0.2);
	transition: 0.6s all;
}

@media(max-width: 850px) {
	.cxpt ul {
		justify-content: space-between;
		margin-right: 0;
	}

	.cxpt li {
		width: 49%;
		margin-right: 0;
	}
}

@media(max-width: 440px) {
	.cxpt li {
		width: 100%;
	}
}

/* 创新平台 end */
/* 其他项目 start */
.qtxm {
	margin-bottom: -2.1875rem;
}

.qtxm li {
	width: 48.9%;
	margin-bottom: 2.1875rem;
}

.qtxm li a {
	border: 1px solid #d8d8d8;
	background: #fff;
	border-radius: 0.625rem;
	padding: 2.5rem;
	align-items: center;
}

.qtxm li .pic {
	width: 168px;
	position: relative;
}

.qtxm li .pic::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #610606;
	position: absolute;
	right: -6px;
	bottom: -6px;
}

.qtxm li .pic .img {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.qtxm li .pic img {
	display: block;
	width: 100%;
	transition: 0.6s all;
}

.qtxm li .text {
	width: calc(100% - 200px);
}

.qtxm li .text h5 {
	font-size: 1.25rem;
	color: #323232;
	line-height: 1.875rem;
	height: 1.875rem;
	overflow: hidden;
	margin-bottom: 1.25rem;
	transition: 0.6s all;
}

.qtxm li .text p {
	font-size: 0.875rem;
	color: #888888;
	line-height: 1.5rem;
	height: 4.5rem;
	overflow: hidden;
	margin-bottom: 1.875rem;
}

.qtxm li .text i {
	font-style: normal;
	color: #610606;
	font-size: 0.875rem;
	line-height: 1.625rem;
}

.qtxm li .text b {
	width: 80px;
	height: 1.625rem;
	line-height: 1.625rem;
	border-radius: 0.8125rem;
	background: #fff;
	border: 1px solid #d8d8d8;
	font-size: 0.875rem;
	color: #888888;
	text-align: center;
	transition: 0.6s all;
}

.qtxm li :hover .pic img {
	transform: scale(1.1);
	transition: 0.6s all;
}

.qtxm li :hover .text h5 {
	color: #610606;
	transition: 0.6s all;
	font-weight: bold;
}

.qtxm li :hover .text b {
	background: #610606;
	color: #fff;
	transition: 0.6s all;
}

@media(max-width: 850px) {
	.qtxm li {
		width: 100%;
	}

	.qtxm li a {
		padding: 0.9375rem;
	}
}

/* 其他项目 end */
/* 科技服务 start */
.kjfwPic {
	margin-bottom: 3.75rem;
	position: relative;
	align-items: flex-start;
}

.kjfwPic .text {
	width: calc(100% - 650px);
	position: relative;
	padding: 3.75rem 2.5rem;
	margin-top: 2.5rem;
}

.kjfwPic .text::after {
	content: "";
	width: calc(100% + 650px);
	background: #610606;
	height: 100%;
	position: absolute;
	right: -650px;
	top: 0;
	z-index: -1;
}

.kjfwPic .text p {
	font-size: 1.125rem;
	color: #fff;
	line-height: 2.25rem;
	text-indent: 2.25rem;
}

.kjfwPic .pic {
	width: 620px;
	position: relative;
	z-index: 2;
	margin-right: 30px;
}

.kjfwPic .pic img {
	display: block;
	width: 100%;
}

.kjfwText p {
	font-size: 1.125rem;
	line-height: 2.25rem;
	text-indent: 2.25rem;
	margin-bottom: 1.25rem;
}

.kjfwText .pic {
	margin-bottom: 3.75rem;
}

.kjfwText .pic img {
	width: 43.9%;
	display: block;
}

.kjfwText .pic img+img {
	width: calc(56.1% - 5px);
}

@media(max-width: 1400px) {
	.kjfwPic .pic {
		width: 460px;
	}

	.kjfwPic .text {
		width: calc(100% - 490px);
	}

	.kjfwPic .text::after {
		width: calc(100% + 490px);
		right: -490px;
	}
}

@media(max-width: 850px) {
	.kjfwPic .pic {
		order: 1;
		margin-right: 0;
		width: 100%;
	}

	.kjfwPic .text {
		width: 100%;
		order: 2;
		margin-top: 0;
		padding: 1.25rem;
	}

	.kjfwPic .text::after {
		width: 100%;
		right: 0;
	}
}

/* 科技服务 end */
/* 入驻企业 start */
.rzqy ul {
	justify-content: flex-start;
	margin-right: -1.25%;
	margin-bottom: -1.875rem;
}

.rzqy li {
	width: 32.05%;
	margin-right: 1.25%;
	margin-bottom: 1.875rem;
}

.rzqy li a {
	display: block;
	position: relative;
	background: #fff;
	position: relative;
	transition: 0.6s all;
}

.rzqy li .pic {
	overflow: hidden;
}

.rzqy li .pic img {
	display: block;
	width: 100%;
	transition: 0.6s all;
}

.rzqy li .text {
	border: 1px solid #d8d8d8;
	padding: 2.8125rem;
	border-top: none;
	border-bottom-left-radius: 0.625rem;
	border-bottom-right-radius: 0.625rem;
}

.rzqy li .text h5 {
	font-size: 1.25rem;
	color: #323232;
	font-weight: bold;
	margin-bottom: 1.25rem;
	border-bottom: 1px solid #d5d5d5;
	text-align: center;
	transition: 0.6s all;
	height: 3rem;
	line-height: 3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rzqy li .text p {
	font-size: 0.875rem;
	color: #888888;
	line-height: 1.5rem;
	height: 7.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.rzqy li .more {
	position: absolute;
	width: 80px;
	height: 1.625rem;
	line-height: 1.625rem;
	border-radius: 0.8125rem;
	left: 50%;
	margin-left: -40px;
	bottom: -13px;
	background: #fff;
	border: 1px solid #d8d8d8;
	font-size: 0.875rem;
	color: #888888;
	text-align: center;
	transition: 0.6s all;
}

.rzqy li:hover .pic img {
	transform: scale(1.1);
	transition: 0.6s all;
}

.rzqy li:hover .text h5 {
	color: #610606;
	transition: 0.6s all;
}

.rzqy li:hover .more {
	background: #610606;
	color: #fff;
	transition: 0.6s all;
}

/* 入驻企业 end */
/* 基本概况 start */
.jbgkT {
	background: url(../images/list39.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 4.0625rem;
}

.jbgkT .pic {
	padding: 3.75rem 0.625rem 1.375rem 0.625rem;
}

.jbgkT .pic img {
	display: block;
	margin: 0 auto;
	max-width: 383px;
	width: 100%;
}

.jbgkB {
	position: relative;
}

.jbgkB .pic {
	position: relative;
	float: left;
	margin-right: 3.125rem;
	margin-bottom: 3.125rem;
}

.jbgkB .pic img {
	max-width: 520px;
	width: 100%;
}

.jbgkB p {
	font-size: 1.125rem;
	color: #323232;
	line-height: 2.25rem;
	text-indent: 2.25rem;
	margin-bottom: 3.125rem;
}

@media(max-width: 850px) {
	.jbgkT {
		margin-bottom: 1.25rem;
	}

	.jbgkB .pic {
		margin-right: 0;
		margin-bottom: 1.25rem;
		width: 100%;
	}

	.jbgkB .pic img {
		display: block;
		width: 100%;
		max-width: 100%;
	}
}

/* 基本概况 end */
/* 院长致辞 start */
.yzzcB01 {
	align-items: flex-start;
	margin-bottom: 3.4375rem;
}

.yzzcB01 .text {
	width: calc(100% - 380px);
}

.yzzcB01 .pic {
	width: 300px;
	background: #fff;
	box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.1);
}

.yzzcB01 .img {
	overflow: hidden;
}

.yzzcB01 .img img {
	display: block;
	width: 100%;
}

.yzzcB01 .tit {
	padding: 1.875rem 0.625rem;
	background: #fff;
}

.yzzcB01 .tit p {
	font-size: 1.5rem;
	color: #323232;
	font-family: "楷体";
	text-align: center;
}

.yzzcB01 .tit p b {
	font-size: 2.25rem;
	font-family: "楷体";
}

.yzzcB01 .text p,
.yzzcB02 .text p {
	font-size: 1.125rem;
	color: #323232;
	line-height: 2.25rem;
	text-indent: 2.25rem;
	margin-bottom: 3.125rem;
}

.yzzcB02 .pic {
	width: 288px;
}

.yzzcB02 .pic img {
	display: block;
	width: 100%;
}

.yzzcB02 .text {
	width: calc(100% - 388px);
}

@media(max-width: 850px) {
	.yzzcB01 .text {
		width: 100%;
	}

	.yzzcB01 .pic {
		display: table;
		margin: 0 auto;
		width: 100%;
		max-width: 300px;
	}

	.yzzcB02 .text {
		width: 100%;
		order: 1;
	}

	.yzzcB02 .pic {
		order: 2;
		display: table;
		margin: 0 auto;
		width: 100%;
		max-width: 288px;
	}
}

/* 院长致辞 end */
/* 周报月报 start */
.zbyb {
	justify-content: flex-start;
	margin-right: -2.875%;
	margin-bottom: -2.1875rem;
}

.zbyb li {
	width: 17.125%;
	margin-right: 2.875%;
	margin-bottom: 2.1875rem;
	border-radius: 0.625rem;
	border: 1px solid #e0c9e7;
}

.zbyb li a {
	display: block;
	position: relative;
}

.zbyb li .pic {
	overflow: hidden;
}

.zbyb li .pic img {
	display: block;
	width: 100%;
	border-radius: 0.625rem;
}

.zbyb li .text {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	padding: 0.625rem;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.zbyb li .textT {
	margin-top: 4.375rem;
	width: 100%;
}

.zbyb li .textT p {
	font-size: 1rem;
	color: #323232;
	text-align: center;
	line-height: 1.5rem;
	margin-bottom: 1.25rem;
}

.zbyb li .textT i {
	font-style: normal;
	font-size: 1.25rem;
	color: #323232;
	letter-spacing: 0.125rem;
	text-align: center;
	display: block;
}

.zbyb li .textB {
	margin-bottom: 1.875rem;
	width: 100%;
}

.zbyb li .textB i {
	font-style: normal;
	display: block;
	font-size: 1.125rem;
	color: #610606;
	text-align: center;
	margin-bottom: 0.9375rem;
}

.zbyb li .textB b {
	font-size: 1.25rem;
	color: #610606;
	text-align: center;
	display: block;
}

.zbyb li:hover .pic img {
	transform: scale(1.1);
	transition: 0.6s all;
}

@media(max-width: 850px) {
	.zbyb li {
		width: 30.425%;
	}
}

@media(max-width: 540px) {
	.zbyb li {
		width: 47.125%;
	}
}

/* 周报月报 end */
/* 专家委员会 start */
.zjwyh .jbgkT .pic img {
	max-width: 584px;
}

.zjwyhB {
	margin-bottom: -5rem;
}

.zjwyhB li {
	width: 46%;
	margin-bottom: 5rem;
}

.zjwyhB li .pic {
	width: 246px;
	overflow: hidden;
}

.zjwyhB li .pic img {
	display: block;
	width: 100%;
	transition: 0.6s all;
}

.zjwyhB li .text {
	width: calc(100% - 266px);
}

.zjwyhB li .text h5 {
	font-size: 1.5rem;
	margin-bottom: 1.5625rem;
	transition: 0.6s all;
}

.zjwyhB li .text h5 i {
	font-style: normal;
	font-size: 1.125rem;
	margin-left: 1.875rem;
}

.zjwyhB li .text p {
	font-size: 1rem;
	color: #323232;
	line-height: 2.25rem;
	margin-bottom: 0.9375rem;
	height: 15.75rem;
	overflow: hidden;
}

.zjwyhB li .text .more {
	width: 96px;
	height: 1.875rem;
	line-height: 1.875rem;
	background: #610606;
	border-radius: 0.9375rem;
	font-size: 0.875rem;
	text-align: center;
	color: #fff;
}

.zjwyhB li:hover .pic img {
	transform: scale(1.1);
	transition: 0.6s all;
}

.zjwyhB li:hover .text h5 {
	color: #610606;
	transition: 0.6s all;
}

@media(max-width: 1000px) {
	.zjwyhB li .pic {
		width: 200px;
	}

	.zjwyhB li .text {
		width: calc(100% - 220px);
	}
}

@media(max-width: 850px) {
	.zjwyhB li {
		width: 100%;
	}
}

@media(max-width: 540px) {
	.zjwyhB li .pic {
		width: 150px;
	}

	.zjwyhB li .text {
		width: calc(100% - 165px);
	}
}


/* 专家委员会 end */
/* show */
.show01 {
	margin-bottom: 2.5rem;
}

.show01 h5 {
	font-size: 1.875rem;
	color: #323232;
	font-weight: bold;
	line-height: 2.625rem;
	text-align: center;
	margin-bottom: 1.25rem;
}

.show01 p {
	background: #f8f8f8;
	padding: 0.9375rem;
	text-align: center;
}

.show01 p i {
	font-style: normal;
	color: #888888;
	font-size: 0.875rem;
	margin: 0 0.9375rem;
}

.show02 p {
	font-size: 1.125rem;
	color: #323232;
	line-height: 2.25rem;
	text-indent: 2.25rem;
	margin-bottom: 2.5rem;
}

.show02 img {
	display: table;
	margin: 0 auto 2.5rem auto;
	max-width: 100%;
	height: auto;
	border: none !important;
}

.show03 {
	margin-top: 1.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid #d2d2d2;
	margin-bottom: -0.9375rem;
}

.show03 p {
	margin-bottom: 0.9375rem;
	font-size: 1rem;
	color: #323232;
	line-height: 1.625rem;
}

.show03 p a {
	color: #323232;
	transition: 0.6s all;
}

.show03 p:hover a {
	color: #6e2b75;
	transition: 0.6s all;
}

/* 组织架构 start */
.zzjgB .pic {
	overflow: hidden;
}

.zzjgB .pic img {
	display: block;
	max-width: 100%;
	border: none !important;
}

/* 组织架构 end */
/* 现任领导 start */
.xrld .jbgkT {
	margin-bottom: 0;
}

.xrldB ul {
	padding-left: 13.75rem;
	position: relative;
	padding-top: 4.375rem;
}

.xrldB ul::after {
	content: "";
	width: 11.5625rem;
	height: 100%;
	background: rgba(245, 245, 245, 0.8);
	position: absolute;
	left: 0;
	top: 0;
}

.xrldB li {
	margin-bottom: 2.5rem;
	padding-bottom: 2.1875rem;
	border-bottom: 1px solid #954ba0;
	padding-left: 1.75rem;
	position: relative;
}

.xrldB li::after {
	content: "";
	width: 0.9375rem;
	height: calc(100% - 2.1875rem);
	background: #f1eaf2;
	position: absolute;
	left: 0;
	top: 0;
}

.xrldB li h5 {
	font-size: 1.5rem;
	color: #323232;
	font-weight: bold;
	margin-bottom: 1.25rem;
}

.xrldB li p {
	font-size: 1.125rem;
	color: #323232;
	line-height: 1.75rem;
}

@media(max-width: 768px) {
	.xrldB ul {
		padding-left: 0;
	}

	.xrldB ul::after {
		display: none;
	}
}

/* 现任领导 end */
/* 发展历程 start */
.fzlc .jbgkT .pic img {
	max-width: 572px;
}

.jbgkBox {
	padding-bottom: 300px;
}

.fzlcB {
	position: relative;
	max-width: 100%;
	width: 100%;
	margin: 170px auto 60px auto;
}

.fzlcB::after {
	content: "";
	width: 1px;
	height: calc(100% + 325px);
	background: #954ba0;
	position: absolute;
	left: 50%;
	top: 0;
}

.fzlcB::before {
	content: "";
	width: 193px;
	height: 193px;
	background: url(../images/list54.jpg) no-repeat center;
	position: absolute;
	top: -170px;
	left: 50%;
	margin-left: -95px;
	z-index: 2;
}

.fzlcB li {
	position: absolute;
	padding: 1.875rem 2.5rem 1.875rem 1.25rem;
	align-items: center;
	width: 50%;
	margin-bottom: 1.25rem;
	min-height: 280px;
}

.fzlcB li::after {
	content: "";
	width: calc(100% - 60px);
	height: 100%;
	border: 1px solid #dedede;
	border-radius: 0.625rem;
	position: absolute;
	left: 60px;
	top: 0;
}

.fzlcB li:nth-child(odd) {
	padding: 1.875rem 1.25rem 1.875rem 2.5rem;
}

.fzlcB li:nth-child(odd)::after {
	left: 0;
}

.fzlcB li .time {
	width: 90px;
	height: 90px;
	background: #954ba0;
	border-radius: 50%;
	position: relative;
	z-index: 2;
}

.fzlcB li .time::after {
	content: "";
	width: 1.25rem;
	height: 3px;
	background: #954ba0;
	position: absolute;
	left: -1.25rem;
	top: 50%;
	margin-top: -2px;
}

.fzlcB li:nth-child(odd) .time::after {
	left: auto;
	right: -1.25rem;
}

.fzlcB li .time .day {
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	line-height: 1.875rem;
	font-weight: bold;
	margin-top: 1.25rem;
}

.fzlcB li .time .year {
	font-size: 1rem;
	color: #fff;
	text-align: center;
}

.fzlcB li .Con {
	width: calc(100% - 110px);
	position: relative;
	overflow: hidden;
}

.fzlcB li .Con .pic {
	position: relative;
	max-width: 200px;
	width: 100%;
	float: left;
	margin-right: 1.25rem;
}

.fzlcB li .Con .pic img {
	display: block;
	width: 100%;
}

.fzlcB li .Con p {
	font-size: 1rem;
	color: #323232;
	line-height: 1.875rem;
	text-indent: 2rem;
}

.fzlcB li:nth-child(odd) .time {
	order: 2;
}

.fzlcB li:nth-child(odd) .Con {
	order: 1;
}

.fzlcB li:nth-child(odd) .Con .pic {
	float: right;
	margin-right: 0;
	margin-left: 1.25rem;
}

@media(max-width: 699px) {
	.fzlcB {
		margin: 2.5rem 0;
	}

	.fzlcB::after {
		left: 0;
	}

	.fzlcB::before {
		display: none;
	}

	.fzlcB li:nth-child(odd)::after {
		left: 60px;
	}

	.fzlcB li:nth-child(odd) {
		padding: 1.875rem 2.5rem 1.875rem 1.25rem;
	}

	.fzlcB li:nth-child(odd) .time::after {
		left: -1.25rem;
		right: auto;
	}

	.fzlcB li:nth-child(odd) .time {
		order: 1 !important;
	}

	.fzlcB li:nth-child(odd) .Con {
		order: 2 !important;
	}

	.fzlcB li:nth-child(odd) .Con .pic {
		float: left;
		margin-right: 1.25rem;
		margin-left: 0;
	}

	.jbgkBox {
		padding-bottom: 800px;
	}

	.fzlcB::after {
		height: calc(100% + 790px);
	}
}

/* 发展历程 end */




/*==========================================内页 结束=============================================*/
@media(max-width: 1680px) {}

@media(max-width: 1630px) {
	#logo img {
		max-height: 4rem;
	}

	#kzxy-pagination {
		left: 0px;
		top: 0px;
	}
}

@media(max-width: 1600px) {
	.w1440 {
		padding: 0 30px;
	}
}

@media(max-width: 1400px) {
	#nav ul li h3 {
		font-size: 1.125rem;
	}

	.lxwm02 .pic {
		width: 380px;
		margin-left: 20px;
	}

	.lxwm02 .text {
		width: calc(100% - 400px);
	}

	.lxwm02 .text::after {
		left: -400px;
		width: calc(100% + 400px);
	}
}

@media(max-width: 1360px) {}

@media(max-width: 1280px) {}

@media(max-width: 1200px) {

	.m_header_box {
		display: block;
	}

	#header {
		display: none;
	}

	#nav {
		display: none;
	}

	.banner_top {
		display: none;
	}

	.n_banner {
		margin-top: 0px;
		background-size: cover !important;
	}

	.n_container .n_right .n_news {
		margin-top: 1.875rem;
	}

	.n_container .n_left {
		display: none;
	}

	.n_container .n_right {
		width: 100%;
		padding: 0rem 0 0;
	}

	.mianbao {
		display: none;
	}

	#nav_slide {
		display: block;
	}

}

@media(max-width: 1024px) {}

@media(max-width: 992px) {
	#banner .banner_con .swiper-slide a img {
		height: 20rem;
	}

	.lxwm03 {
		padding: 1.25rem 0;
	}

	.lxwm01 .pic {
		width: 380px;
		margin-left: 20px;
	}

	.lxwm01 .text {
		width: calc(100% - 400px);
	}

	.lxwm01 .text::after {
		left: -400px;
		width: calc(100% + 400px);
	}

	.lxwm01 .text dl {
		left: 0px !important;
	}

}

@media(max-width: 768px) {
	.w1440 {
		padding: 0 15px;
	}

	#banner .banner_con .swiper-slide a img {
		height: 18rem;
	}

	#banner .banner_con .swiper-button-prev {
		width: 3rem;
		height: 3rem;
	}

	#banner .banner_con .swiper-button-next {
		width: 3rem;
		height: 3rem;
	}

	#gotop {
		right: 0;
		transform: scale(0.7);
	}

	.lxwm01 .text dl {
		left: 0px !important;
	}

	.n_container {
		padding: 0 0 3rem;
	}

	.list_box_news01 .pic {
		width: 100%;
		float: none;
	}

	.list_box_news01 .pic img {
		height: auto;
	}

	.list_box_news01 .text {
		width: 100%;
		margin-top: 1.25rem;
	}

	.list_box_news01 .text h5 {
		height: auto;
	}

	.list_box_news01 .text p {
		height: auto;
		max-height: 4.5rem;
	}

	.list_box_news01 li {
		margin-bottom: 0.9375rem;
		padding-bottom: 0.9375rem;
	}

	.list_box_news02 li .time {
		margin-right: 10px;
	}

	.list_box_news02 li .year {
		font-size: 0.875rem;
	}

	.list_box_news02 li .time {
		width: 50px;
	}

	.list_box_news02 li .text {
		width: calc(100% - 60px);
		padding-left: 0.625rem;
	}

	.llxx li p {
		width: 100%;
		font-size: 1.125rem;
		line-height: 1.75rem;
		height: auto;
	}

	.llxx li i {
		padding-left: 32px;
		width: 100%;
		text-align: left;
	}

	.llxx li {
		margin-bottom: 1.25rem;
	}

	.lxwm01 .pic {
		width: 100% !important;
		margin: 0 10px;
	}

	.lxwm01 .text {
		width: calc(100% - 280px);
	}

	.lxwm01 .text::after {
		left: -280px;
		width: calc(100% + 280px);
	}

	.lxwm01 .text dl {
		padding: 0.9375rem;
		left: 0px !important;
	}
}

@media(max-width: 640px) {}

@media(max-width: 600px) {
	#m_header #logo img {
		max-height: 40px;
	}

	#banner .banner_con .swiper-slide a img {
		height: 14rem;
	}
}

@media(max-width: 540px) {
	#m_header #logo img {
		max-height: 36px;
	}

	.list_box_news02 li .text h5 {
		font-size: 1.125rem;
		line-height: 1.75rem;
		height: auto;
	}

	.lxwm01 .pic {
		width: 100%;
	}

	.lxwm01 .text {
		width: 100%;
		margin-top: 0;
	}

	.lxwm01 .text::after {
		left: 0;
		width: 100%;
	}
}

@media(max-width: 350px) {
	#m_header #logo img {
		max-height: 30px;
	}
}

.pb_sys_style3 .p_no_d {
	border: 1px solid #1c6d78 !important;
	color: #fff;
	background-color: #1c6d78 !important;
}

@media(max-width: 850px) {
	.rzqy li {
		width: 100%;
		margin-right: 0;
	}

	.rzqy li .text {
		padding: 20px;
	}
}

/* 站内导航start */
.listNav li {
	width: 10%;
}

.listNav dt {
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1.875rem;
}

.listNav dt a {
	color: #323232;
	transition: 0.6s all;
}

.listNav dd {
	margin-bottom: 1.375rem;
	font-size: 1rem;
	line-height: 1.5rem;
}

.listNav dd a {
	color: #323232;
	transition: 0.6s all;
}

.listNav dt:hover a,
.listNav dd:hover a {
	color: #954ba0;
	transition: 0.6s all;
}

@media(max-width: 1000px) {
	.listNav {
		justify-content: flex-start;
		margin-right: 1.25%;
	}

	.listNav li {
		width: 19% !important;
		margin-right: 1%;
		margin-bottom: 2.5rem;
	}
}

@media(max-width: 610px) {
	.listNav {
		margin-right: 2%;
	}

	.listNav li {
		width: 32% !important;
		margin-right: 1.33%;
	}
}

@media(max-width: 410px) {
	.listNav {
		margin-right: 2%;
	}

	.listNav li {
		width: 49% !important;
		margin-right: 1%;
	}
}



/*院内查询*/
.ynzycx .addlist {
	width: 100%;
	max-width: 560px;
	display: table;
	margin: 50px auto 0 auto;
}

.ynzycx .searchTit {
	display: flex;
	background: #610606;
}

.ynzycx .searchTit li {
	width: 33.3%;
	padding: 20px 5px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.ynzycx .searchTit li:nth-child(odd) {
	border-right: 1px solid #dcdcdc;
}

.ynzycx .searchTit li:nth-child(2) {
	border-right: 1px solid #dcdcdc;
}

.ynzycx #show_list {
	display: flex;
	border: 1px solid #dcdcdc;
	border-bottom: none;
	border-right: none;
	background: #fff;
}

.ynzycx #show_list li {
	padding: 15px 5px;
	width: 33.3%;
	font-size: 16px;
	color: #323232;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}

.ynzycx #show_list li:nth-child(odd) {
	border-right: 1px solid #dcdcdc;
}

.ynzycx #show_list li:nth-child(2) {
	border-right: 1px solid #dcdcdc;
}

.searchP {
	font-size: 14px;
	color: #999;
	line-height: 22px;
	text-align: right;
	margin-top: 15px;
}

/* 教师内容页 */
.teacherShow .tabs {
	justify-content: center;
	margin-bottom: 1.875rem;
}

.teacherShow .tabs a {
	line-height: 2.875rem;
	border-radius: 1.4375rem;
	border: 1px solid #dedede;
	background: #610606;
	display: block;
	padding: 0 1.25rem;
	font-size: 1.125rem;
	color: #fff;
	cursor: pointer;
	margin: 0 0.625rem;
}

.teacherShow .tabs a.active {
	background: #fff;
	color: #323232;
	border: 1px solid #dedede;
}

.teacherShow .swiper-slide p {
	font-size: 1.125rem;
	color: #323232;
	line-height: 2.25rem !important;
	text-indent: 2.25rem;
	margin-bottom: 1.625rem;
}


/* 定义鼠标悬停时的样式 */
.footerT select option:hover {
	background-color: red;
}

/* 滚动点容器样式 */
.p1_lb_dot {
	text-align: center;
	margin-top: 10px;
}

.p1_lb_dot .w163 ol {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.p1_lb_dot .w163 ol li {
	width: 10px;
	height: 10px;
	background-color: #ccc;
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.p1_lb_dot .w163 ol li.active {
	background-color: #a1080b;
}

.p1_lb_dot .w163 ol li:hover {
	background-color: #555;
}