@charset "utf-8";

/* CSS Document public*/
* {
	font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}

body {
	padding: 0;
	margin: 0;
	font-family: Arial, "Microsoft Yahei", Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	line-height: 1;
	font-size: 14px;
	overflow-x: hidden;
}

html,
body {
	min-height: 100vh;
}

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;
}

.clearfix:after {
	/*伪元素是行内元素 正常浏览器清除浮动方法*/
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
	/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

a {
	text-decoration: none;
	bblr: expression(this.onFocus=this.blur());
	/*IE使用*/
	outline-style: none;
	/*FF使用*/
	;
	outline: none;
}

a,
input,
img,
:focus {
	mayfish: expression(this.onfocus=this.blur);
	cursor: handbblr:expression(this.onFocus=this.blur());
	/*IE使用*/
	outline-style: none;
	/*FF使用*/
}

/*去除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;
	/* for opera or ie9 */
}

.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);*/
/*透明背景*/

.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;
}

.w100 {
	width: 100%
}

.w1400 {
	max-width: 1400px;
	margin: 0 auto
}

.w1600 {
	max-width: 1600px;
	margin: 0 auto
}

.w1800 {
	max-width: 1800px;
	margin: 0 auto
}

.layui-img-responsive {
	max-width: 100%;
}

.img_zd {
	position: relative;
	width: 100%
}

.img_zd .img_hezi {
	padding-bottom: 60% !important
}

.img_zd>img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

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;
}

/*内容样式*/
.ar_article td,
.ar_article th {
	padding: 15px 10px;
	border: 1px solid #ededed;
	vertical-align: middle;
}

.ar_article td p,
.ar_article th p {
	padding-bottom: 0;
	margin-bottom: 0;
}

.ar_article table {
	border-collapse: collapse;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	width: 100%
}

.ar_article table tr:not(:first-child) td {}

.ar_article table td {
	border-left: 1px solid #ededed;
	border-top: 1px solid #ededed;
}

.ar_article {
	font-size: 1.125rem;
	color: #323232;
	line-height: 2.375rem;
}

.ar_article p {
	font-size: 1.125rem !important;
	color: #323232 !important;
	line-height: 2.375rem !important;
}

.ar_article p video {
	width: 100%;
}

.ar_article p iframe {
	width: 100%;
}

.ar_article p:last-child {
	margin-bottom: 0
}

.ar_article strong {
	font-weight: bold;
}

.ar_article img {
	max-width: 100%;
	/*margin-left: -2.25rem;*/
	height: 100% !important;
}

.ar_article a {
	color: #717173;
}

.ar_article h1,
.ar_article h2,
.ar_article h3,
.ar_article h4,
.ar_article h5 {
	font-weight: bold;
}

.ar_article h1 {
	font-size: 2.25rem;
	margin-bottom: 1.25rem
}

.ar_article h2 {
	font-size: 1.875rem;
	margin-bottom: 0.875rem;
}

.ar_article h3 {
	font-size: 1.5rem;
	margin-bottom: 0.9375rem
}

.ar_article h4 {
	font-size: 1.125rem;
	margin-bottom: 0.875rem
}

.ar_article h5 {
	font-size: 0.875rem;
	margin-bottom: 0.75rem
}

.ar_article h6 {
	font-size: 0.75rem;
	margin-bottom: 0.75rem
}

.ar_article ul li,
.ar_article ol li {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 2rem;
	list-style: inherit !important;
}

.ar_article ul li p,
.ar_article ol li p {
	padding-bottom: 0;
	margin-bottom: 3px !important;
}

.ar_article ul,
.ar_article ol {
	margin-bottom: 0.9375rem;
}

.ar_article sub {
	vertical-align: sub;
	font-size: smaller;
}

.ar_article sup {
	vertical-align: super;
	font-size: smaller;
}

.ar_article img {
	display: inline-block;
}

/*百度播放器美化*/
#playercontainer_display_button,
#video1_display_button,
#video2_display_button {
	background: none !important;
	height: 40px;
	width: 40px !important;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 0 !important;
}

#playercontainer_display_button #playercontainer_display_button_play,
#video1_display_button #video1_display_button_play,
#video2_display_button #video2_display_button_play {
	background-size: 25px;
}

#playercontainer_display_button,
#video1_display_button,
#video2_display_button {
	height: 40px !important;
	margin-top: -20px !important;
}

#playercontainer_display .cbpreview,
#video1_display .cbpreview,
#video2_display .cbpreview {
	opacity: .75 !important;
}

/*Slider 开始*/
.miso_qh {
	opacity: 0;
	visibility: hidden;
	transition: 0.6s
}

.miso_qh.miso-initialized {
	opacity: 1;
	visibility: visible;
}

.miso-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	z-index: 0
}

.miso-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 0
}

.miso-list:focus {
	outline: none;
}

.miso-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.miso-slider .miso-track,
.miso-slider .miso-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.miso-track {
	position: relative;
	left: 0;
	top: 0;
	display: inline-block;
	zoom: 1;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}

.miso-track:before,
.miso-track:after {
	display: table;
	content: '';
}

.miso-track:after {
	clear: both;
}

.miso-loading .miso-track {
	visibility: hidden;
}

.miso-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	-moz-user-select: text;
	-khtml-user-select: text;
	user-select: text;
}

[dir='rtl'] .miso-slide {
	float: right;
}

.miso-slide img {
	display: block;
}

.miso-slide.miso-loading img {
	display: none;
}

.miso-slide.dragging img {
	pointer-events: none;
}

.miso-initialized .miso-slide {
	display: block;
}

.miso-loading .miso-slide {
	visibility: hidden;
}

.miso-vertical .miso-slide {
	display: block;
	height: auto;
}

.miso-arrow.miso-hidden {
	display: none;
}

.miso-loading .miso-list {
	background: #fff;
}

.miso-arrow {
	z-index: 1
}

.miso-prev,
.miso-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.miso-prev:hover,
.miso-prev:focus,
.miso-next:hover,
.miso-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.miso-prev:hover:before,
.miso-prev:focus:before,
.miso-next:hover:before,
.miso-next:focus:before {
	opacity: 1;
}

.miso-prev.miso-disabled:before,
.miso-next.miso-disabled:before {
	opacity: .25;
}

.miso-prev:before,
.miso-next:before {
	font-size: 2rem;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: bold;
	cursor: pointer
}

.miso-prev {
	left: 0px;
}

[dir='rtl'] .miso-prev {
	right: 0px;
	left: auto;
}

.miso-prev:before {
	content: '';
	font-family: simsun;
}

[dir='rtl'] .miso-prev:before {
	content: '';
	font-family: simsun;
}

.miso-next {
	right: 0px;
}

[dir='rtl'] .miso-next {
	right: auto;
	left: 0px;
}

.miso-next:before {
	content: '';
	font-family: simsun;
}

[dir='rtl'] .miso-next:before {
	content: '';
	font-family: simsun;
}

/* Dots */
.miso-dots {
	position: absolute;
	bottom: 0;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
}

.miso-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer;
}

.miso-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.miso-dots li button:focus {
	outline: none;
}

.miso-dots li.miso-active a {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}

/* Arrows */
.miso-prev,
.miso-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
	top: 50%;
	z-index: 1;
}

.miso-prev {
	left: 0
}

.miso-next {
	right: 0
}

.miso-lightbox .miso-prev:before,
.miso-lightbox .miso-next:before {
	width: 32px;
	height: 32px;
	display: block
}

.miso-lightbox .miso-prev:before {
	content: '';
	background: url(../images/left_svg.svg) center no-repeat;
}

.miso-lightbox .miso-next:before {
	content: '';
	background: url(../images/right_svg.svg) center no-repeat;
}

@media(max-width: 768px) {

	.miso-prev,
	.miso-next {
		width: 20px;
		height: 20px;
	}

	.miso-lightbox .miso-prev:before,
	.miso-lightbox .miso-next:before {
		width: 20px;
		height: 20px;
		background-size: 20px 20px
	}
}

/*Slider 结束*/


.piaofu {
	width: 65px;
	position: fixed;
	right: 15px;
	z-index: 100000;
	bottom: 30%
}

.piaofu .anniu {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	border-radius: 100%;
	margin-bottom: 5px;
}

.piaofu .anniu a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.piaofu .anniu a h4 {
	line-height: 60px;
}

.piaofu .anniu:hover a h4 {
	-webkit-animation: jello 1s;
	-moz-animation: jello 1s;
	animation: jello 1s;
}

.piaofu .anniu a h6 {
	font-size: 12px;
	color: #6a6c6d
}

.piaofu .anniu.anniu01,
.piaofu .anniu.anniu02 {
	cursor: pointer;
	position: relative
}

.piaofu .anniu.anniu01 .piao_ewm {
	border-radius: 2px;
	position: absolute;
	left: -109px;
	bottom: -1px;
	border: #e5e5e5 1px solid;
	display: none
}

.piaofu .anniu.anniu01 .piao_tel {
	border-radius: 30px;
	position: absolute;
	width: 230px;
	height: 60px;
	right: 0;
	top: 0;
	background: #3b73cb;
	display: none;
	padding: 0 35px;
	font-size: 20px;
	color: #fff;
}

.piaofu .anniu.anniu02 {
	display: none
}

.piaofu .anniu.anniu02 a h4 {
	margin-top: -3px;
}

.anniu_close img {
	position: absolute;
	top: -15px;
	right: -10px;
	width: 18px;
	height: 18px;
	cursor: pointer
}

.Statistical {
	display: inline-block;
	margin-left: 12px;
}

.Statistical span,
.Statistical span img {
	vertical-align: top
}

.bd_weixin_popup {
	box-sizing: content-box
}

.bd_weixin_popup .bd_weixin_popup_foot {
	text-align: center !important
}

@-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: 2.875rem;
	height: 2.875rem;
	line-height: 2.875rem;
	background: #005ca1;
	opacity: 1;
	visibility: visible;
	overflow: hidden;
}

#gotop.hide {
	height: 0;
	opacity: 0;
	visibility: hidden
}

#gotop svg {
	width: 1.375rem;
	height: 1.375rem;
	display: inline-block;
	fill: #fff;
	vertical-align: middle;
	margin: -3px 0 0;
	transition: .6s
}

#gotop:hover {
	border-radius: 50%
}

@font-face {
	font-family: Source Sans Pro;
	src: url(../font/SourceSansPro-Regular.ttf);
}

@font-face {
	font-family: FZFWZhuZiMinchoE;
	src: url(../font/FZFWZhuZiMinchoE.TTF);
}

@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;
}

.w1200 {
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1620px;
}

.header_box_li {
	height: 100px;
	position: relative;
	z-index: 1;
}

.header_box {
	height: 0;
	position: relative;
	z-index: 10000;
}

#header {
	position: fixed;
	height: 100px;
	z-index: 999;
	width: 100%;
	transition: 0.36s;
}

.header_box_li:before {
	content: "";
	position: absolute;
	height: 21.5rem;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.2s;
	opacity: 1;
	visibility: visible;
	background: url(../images/yinying_bg.png) center top repeat-x;
	background-size: auto 100%;
	/* border-top: #6510ad 4px solid; */
	pointer-events: none;
}

#header.xg:before {
	opacity: 0;
	visibility: hidden
}

.header_top {
	position: relative;
	height: 40px;
	padding: 22px 0 0;
	text-align: right;
	z-index: 10000;
}

.header_top .search_btn {
	display: inline-block;
	float: none;
	font-size: 14px;
	color: #fff;
}

.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: #6510AD;
}

.header_top .search:hover .input {
	width: 16.25rem;
	opacity: 1;
	visibility: visible;
}

ul.list_box0 {
	display: inline-block;
	vertical-align: top
}

ul.list_box0 li {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	transition: .6s;
	margin-left: 2.5rem;
	position: relative;
	line-height: 20px;
}

ul.list_box0 li a>img {
	margin: -3px 0 0 0;
}

ul.list_box0 li a .ewm_box {
	display: inline-block;
	border: #d3d3d3 1px solid;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) scaleY(0);
	top: 32px;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	transform-origin: top
}

ul.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;
}

ul.list_box0 li a:hover .ewm_box {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scaleY(1);
}

.list_box_12 {
	font-size: 0;
	white-space: nowrap;
	padding: .625rem;
}

.list_box_12 li {
	display: inline-block;
	margin: 0 5px !important;
	text-align: center
}

.list_box_12 li h3 img {
	border: #ededed 1px solid;
	width: 85px;
	height: 85px;
}

.list_box_12 li h5 {
	font-size: .75rem;
	color: #666666;
	line-height: 20px;
	margin: 5px 0 0
}

ul.list_box0 li:after {
	content: "";
	position: absolute;
	left: -1.25rem;
	width: 1px;
	height: 16px;
	background: rgba(255, 255, 255, .6);
	top: 50%;
	margin-top: -8px;
}

ul.list_box0 li:first-child:after {
	display: none
}

.header_box .w1200 {
	height: 100%;
	position: relative;
}

/*.line_bot{ display:block; width:100%; height:1px; position:absolute; left:0; bottom:0; background:rgba(255,255,255,.2);}*/
#header #logo {}

#header #logo .box_table {
	width: auto
}

#logo {
	float: left;
	height: 100%;
	position: relative;
}

#logo img {}

#logo img.img2 {
	display: none
}

#nav {
	float: right;
}

#nav ul {}

#nav ul li {
	float: left;
	position: relative;
	z-index: 0;
	margin-left: 2.5rem;
}

#nav ul li:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 50px;
	bottom: 0;
	transition: .6s;
}

#nav ul li.on:before,
#nav ul li:hover:before {
	width: 100%;
	left: 0;
}

#nav ul li a {
	/*display:block;*/
	padding: 0;
}

#nav ul li h3 {
	font-size: 1.125rem;
	color: #fff;
	line-height: 50px;
	position: relative;
	transition: .36s;
	font-weight: bold;
	display: inline-block;
}

#nav ul li i {
	margin: -3px 0 0 .625rem;
	display: inline-block;
	width: 10px;
	height: 5px;
	background: url(../images/down_ico.png) center no-repeat;
	transition: .5s
}

#nav ul li.on a i,
#nav ul li:hover a i {
	background: url(../images/down_ico_on.png) center no-repeat;
}

#nav ul li a i {
	display: inline-block;
	width: 9px;
	height: 6px;
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}

#nav ul li .sub {
	position: absolute;
	top: 100%;
	background: #fff;
	width: auto;
	left: 50%;
	z-index: 10000;
	transform: translateX(-50%) scaleY(0);
	visibility: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: .5s;
	transform-origin: top;
}

#nav ul li .sub .box {
	padding: 0;
	text-align: center;
}

#nav ul li .sub a {
	padding: 8px 32px;
	line-height: 35px;
	transition: .6s;
	font-size: 14px;
	color: #666666;
	text-align: center;
	white-space: nowrap;
}

#nav ul li .sub a:hover {
	color: #fff;
	background: #005ca1;
}

#nav ul li:hover .sub {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scaleY(1);
}

#nav>ul>li.on h3,
#nav ul li:hover h3,
#header.xg #nav ul li.on a h3,
#header.xg #nav ul li:hover a h3 {
	color: #005ca1;
}

#nav>ul>li h3:before {
	content: "";
	display: block;
	position: absolute;
	width: 21px;
	height: 12px;
	left: 50%;
	margin-left: -10px;
	bottom: 10px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

#nav>ul>li:hover h3:after,
#nav ul li.on h3:after {
	transform: scale(1);
}

#nav>ul>li:hover h3:before,
#nav>ul>li.on h3:before {
	opacity: 1;
	visibility: visible;
	display: none;
}

.search_btn {
	cursor: pointer;
	text-align: center;
	float: left;
	transition: .6s;
	margin: 0 0 0 15px;
	position: relative;
}

.search_btn img {
	margin: 0;
}

#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);
}

#m_header #logo .box_table,
#nav_btn_box .box_table {
	width: auto
}

/**/
#logo .logo_black {
	display: none;
}

.top_search_black {
	display: none;
}


#header.xg {
	position: fixed;
	top: 0;
	background: url(../images/dhbj.png) center no-repeat;
}

#header.xg .search_btn {}

#header.xg #logo img {}

#header.xg #logo img.img1 {
	display: none
}

#header.xg #logo img.img2 {
	display: block
}

#header.xg #logo .logo_black,
#header.xg .top_search_black {
	display: inline-block;
}

#header.xg #logo .logo_white,
#header.xg .top_search_white {}

#header.xg #nav ul li a h3 {}

#header.xg .dw2 .dh {
	color: #fff;
}

#header.xg .dw2.yuyan:before {
	background: rgba(0, 0, 0, .1);
}

#header.xg .dw2:after {
	background: #404040;
}

#header.xg .dw2 .dh span {}

.tc2 .tc-box form {
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	height: 60px;
	width: 100%;
}

.tc2 .tc-box input[type="text"] {
	border: none;
	width: 94%;
	display: block;
	height: 60px;
	text-align: left;
	color: #434343;
	font-size: 14px;
	background: none;
	line-height: 60px;
	padding: 0 20px;
}

.tc2 .tc-box input[type="text"]:focus {
	text-align: left;
}

.tc2 .tc-box input[type="submit"] {
	position: absolute;
	right: 0;
	top: 50%;
	padding: 0;
	z-index: 2;
	background: height: 60px;
	width: 70px;
	cursor: pointer;
	border: none;
	background-size: 20px 20px;
	margin-top: -30px;
}

.tc2 .tc {
	transition: all ease 300ms;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

.tc2 .tc {
	pointer-events: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transform: scale(1.1);
	visibility: hidden;
}

.tc2 .tc.act {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
	visibility: visible;
}

.tc2 .close:hover {
	transform: rotate(180deg);
}

.tc2 .close,
.tc {
	transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-ms-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
}

.tc2 .tc-box {
	position: absolute;
	border-radius: 4px;
	overflow: hidden;
	top: 50%;
	z-index: 9999;
	background: #fff;
	height: 60px;
	width: 50%;
	left: 50%;
	margin-left: -25%;
	margin-top: -40px;
}

.tc2 .tc.act {
	display: block;
}

.tc2 .close {
	position: absolute;
	cursor: pointer;
	font-size: 20px;
	right: 30px;
	top: 30px;
}

.tc2 .tc-bg {
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}


#banner {
	width: 100%;
	overflow: hidden;
	z-index: 0;
	background: #252525;
	position: relative;
}

#banner .miso-slide {
	display: block;
	height: 100%;
	overflow: hidden;
	text-align: center;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#banner .miso-slide img {
	display: block;
	width: 100%;
	height: 20.375rem;
	object-fit: cover;
}

/*#banner .miso-prev,
#banner .miso-next{width:55px;height:55px;z-index: 10000;}


#banner .miso-dots{bottom: 36px;padding: 0;}
#banner .miso-dots li{border-radius:0;margin: 0 8px;border:none;transition:0.36s;width: 26px;height: 26px;}
#banner .miso-dots li button{color:#fff;font-size: 16px;padding: 0;width: 26px;height: 26px;line-height: 26px;transition:.6s;background: #facd89;border-radius: 50%;}
#banner .miso-dots li.miso-active button{ background:#005ca1}*/

a {
	color: inherit
}

/*导航按钮开始*/
#nav_btn_box {
	height*: 100%;
	z-index: 999999999;
	float: right;
	margin-left: 20px;
	margin-top: 28px;
}

#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: 1.875rem;
	height: 22px;
	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: 12px;
	left: 0;
	display: inline-block;
	width: 21px;
	height: 1px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #fff;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 1.75rem;
	height: 1px;
	content: '';
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #fff;
}

#nav_btn .navbtn::after {
	top: -8px;
}

#nav_btn .navbtn::before {
	top: 8px;
}

#nav_btn .point.on .navbtn {
	background: transparent;
}

#nav_btn .point.on .navbtn::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
}

#nav_btn .point.on .navbtn::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0px;
}

#m_header #logo .box_table,
#nav_btn_box .box_table {
	width: auto
}

#m_header #logo .box_table img {
	max-height: 30px;
	max-width: 15rem;
}

/*手机头部开始*/
#m_header {
	position: relative;
	z-index: 99;
	width: 100%;
	height: 60px;
	left: 0;
	top: 0;
	padding: 0px 15px;
	border: none;
	background: #005ca1;
	background-size: cover;
}

#m_header #logo {
	height: 60px;
	float: left;
	max-width: calc(100% - 50px);
}

#m_header #logo img {
	max-height: 60%;
	max-height: 30px;
}

#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);
}

.wap_search {
	width: 80%;
	margin: 0 auto;
}

.wap_search form {
	position: relative;
}

.wap_search #keyword {
	width: 80%;
	height: 3.8rem;
	line-height: 3.8rem;
	border: 0;
	padding: 0 1rem;
	font-size: 1rem;
	color: #999;
	box-shadow: none;
	-webkit-appearance: none;
	float: left;
	border-right: 0;
}

.wap_search .btn_blue {
	width: 20%;
	height: 3.8rem;
	background: #00a0e9;
	background-size: 20px;
	font-size: 0;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	float: left;
}

.zhuye a {
	display: inline-block;
	line-height: 100%;
	font-size: 12px;
	margin-left: 2rem;
	color: #fff
}

/*顶部搜索*/
.tc_search {
	margin: 0 1.3rem;
	width: calc(100% - 2.6rem);
}

.tc_search .header-search {
	height: 40px;
	border-radius: 0;
	border: 1px solid rgba(255, 255, 255, .25);
	position: relative;
	width: 100%;
	margin-bottom: 1rem;
}

.tc_search .focus_js {
	font-size: .875rem;
	color: #fff;
	height: 38px;
	line-height: 38px;
	padding: 0 1rem;
	box-shadow: none;
	-webkit-appearance: none;
	border-right: 0;
	background: none;
	width: 100%;
}

.tc_search .btn_blue {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 38px;
	line-height: 38px;
	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 */
	c color: #fff;
	color: rgba(255, 255, 255, .7);
}

.tc_search input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
	color: rgba(255, 255, 255, .7);
}

/* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {
	color: transparent;
	/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
.tc_search input:focus:-moz-placeholder {
	color: transparent;
}

/* Mozilla Firefox 19+ */
.tc_search input:focus::-moz-placeholder {
	color: transparent;
}

/* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {
	color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */



/*导航按钮结束*/
.m_nav_list {
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	overflow: auto;
}


.m_nav_list::-webkit-scrollbar {
	display: none
}



#m_nav {
	background: #005ca1;
	z-index: 99999;







	position: fixed;
	width: 61.8%;
	height: 100vh;
	right: -105%;
	top: 0;
	display: none;
	padding: 2rem 0;
	overflow: hidden;
	pointer-events: none;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

#m_nav.act {
	pointer-events: auto;
	right: 0;
}

#m_nav>ul>li {
	width: 100%;
	overflow: hidden;
	padding: 0 1.25rem;
}

#m_nav>ul>li+li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#m_nav li .a {
	display: inline-block;
	width: calc(100% - 30px)
}

#m_nav li .a h3 {
	line-height: 4rem;
	height: 4rem;
	color: #fff;
	padding: 0;
	font-size: 1rem;
	float: left;
}

#m_nav li .a span {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	width: 20px;
	height: 50px;
	text-align: center;
}

#m_nav li .a span i {
	font-size: 0;
}

#m_nav li i {
	opacity: 1;
	filter: alpha(opacity=100);
	display: inline-block;
	width: 10px;
	height: 4rem;
	float: right;
	display: inline-block;
	background: url(../images/arrow_down.svg) center no-repeat;
	background-size: contain;
}

#m_nav li.on.title .a i {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

#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: #014085;
}

#m_nav .title .list a {
	display: block;
	font-size: 1rem;
	color: #fff;
	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 {
	display: none;
	height: 60px;
}


/*==========================================公共 结束=============================================*/


/*==========================================首页 开始=============================================*/

.container01 {
	margin: -9.375rem 0 -9.375rem;
	position: relative;
	z-index: 1
}

.list_box_01 {
	padding: 0 4.25rem;
	margin: 0 -1.5rem;
}

.list_box_01 li {
	float: left;
	width: 25%;
	padding: 0 1.5rem;
	padding-bottom: 1rem;
}

.list_box_01 li a {
	display: block;
	background: url(../images/list_box_01_bg.png) center bottom no-repeat;
	border-radius: 0 0 1.25rem 1.25rem;
	padding: 1.25rem 2rem 0;
	box-shadow: 0px 1px 13.6px 3.4px rgba(157, 172, 182, 0.1);
	text-align: center;
	background-size: 100% 100%;
	position: relative;
}

.list_box_01 li a:before {
	content: "";
	left: 2px;
	right: 2px;
	height: 4px;
	border-radius: 0 0 2px 2px;
	background: #005ca1;
	position: absolute;
	top: 0;
}

.list_box_01 li a h3 img {
	display: inline-block;
	width: 7.5rem;
}

.list_box_01 li a h5 {
	font-size: 1.5rem;
	color: #323232;
	line-height: 1.25;
	font-family: FZFWZhuZiMinchoE;
	margin: .875rem 0 .125rem;
}

.list_box_01 li a p {
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	height: 40px;
	margin: 0 0 .875rem;
}

.list_box_01 li a span {
	display: inline-block;
	background: url(../images/btn_bg.png) center no-repeat;
	background-size: cover !important;
	width: 8.75rem;
	height: 2.375rem;
	line-height: 2.375rem;
	text-align: center;
	font-size: .875rem;
	color: #fff;
	margin-bottom: -1.5rem;
}

.list_box_01 li a span img {
	margin: -3px 0 0 1.25rem;
	display: inline-block
}

.list_box_01 li a:hover span img {
	margin: -3px 0 0 .75rem;
}

.list_box_01 .miso-arrow {
	width: 30px;
	height: 46px;
	z-index: 10000;
	background-size: cover !important;
	margin-top: .875rem
}

.list_box_01 .miso-prev {
	left: 2%;
	background: url(../images/prev1.png) center center no-repeat;
	transition: 0.36s;
}

.list_box_01 .miso-next {
	right: 2%;
	background: url(../images/next1.png) center center no-repeat;
	transition: 0.36s;
}

.title002 {
	margin-bottom: 1.875rem
}

.title002 .fl {
	width: 3rem
}

.title002 .fl img {
	max-width: 2.875rem;
	margin: .25rem 0 0;
}

.title002 .fr {
	width: calc(100% - 3rem)
}

.title002 .fr h3 {
	margin: 0 0 .125rem;
}

.title002 .fr h3 big {
	font-size: 1.5rem;
	color: #323232;
	line-height: 1.25;
	font-family: FZFWZhuZiMinchoE;
}

.title002 .fr h3 a {
	font-size: .875rem;
	color: #666666;
	transition: .5s;
	float: right;
	height: 1.625rem;
	line-height: 2.375rem;
}

.title002 .fr h6 {
	overflow: hidden
}

.title002 .fr h6 span {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #666;
	font-family: Times New Roman;
	text-transform: uppercase;
}

.title002 .fr h6 span:before {
	content: "";
	position: absolute;
	left: 120%;
	width: 100vw;
	height: 1px;
	background: #cccccc;
	top: 5px;
}

.container02 {
	background: url(../images/container02_bg.jpg) center bottom no-repeat;
	background-size: cover;
	padding: 4rem 0 6.25rem;
}

.container02 .content .box {
	width: 50%
}

.container02 .content .box.fl {
	padding-right: 1.75rem
}

.container02 .content .box.fr {
	padding-left: 1.75rem
}

.container02 .content .box.fl .left {
	width: calc(100% - 15.75rem);
}

.list_box_02 li a {
	display: block;
	position: relative
}

.list_box_02 li a .img .img_hezi {
	padding-bottom: 21.25rem !important
}

.list_box_02 li a .img:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/list_box_02_bg.png) center bottom repeat-x;
}

.list_box_02 li a .con {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 1.75rem 1.25rem;
}

.list_box_02 li a .con h6 {
	font-size: 12px;
	color: #fff;
	opacity: .6;
	font-family: Source Sans Pro;
	line-height: 15px;
}

.list_box_02 li a .con h6 svg {
	fill: #fff;
	opacity: .6;
	width: 15px;
	height: 15px;
	vertical-align: top;
	margin: 0 .5rem 0 0;
}

.list_box_02 li a .con h5 {
	font-size: 1.125rem;
	color: #fff;
	line-height: 1.75rem;
	max-height: 3.5rem;
	font-weight: bold;
	margin: .5rem 0 0;
	transition: .5s
}

.list_box_02 .miso-arrow {
	width: 30px;
	height: 46px;
	z-index: 10000;
	background-size: cover !important;
	transition: .5s;
	opacity: 0
}

.list_box_02 .miso-prev {
	left: 2%;
	background: url(../images/prev1.png) center center no-repeat;
	transition: 0.36s;
}

.list_box_02 .miso-next {
	right: 2%;
	background: url(../images/next1.png) center center no-repeat;
	transition: 0.36s;
}

.list_box_02:hover .miso-arrow {
	opacity: 1
}

.container02 .content .box.fl .right {
	width: 15.75rem;
	padding: 0 0 0 1.25rem;
}

.list_box_03 li {
	margin-bottom: 1.25rem
}

.list_box_03 li a {
	display: block;
	position: relative;
	height: 10rem;
	background: #fff url(../images/list_box_03_bg.png) center bottom no-repeat;
	border-radius: 0 1.875rem 0 0;
	border-bottom: #005ca1 1px solid;
	padding: 0 1.5rem
}

.list_box_03 li a h5 {
	font-size: 1.125rem;
	color: #323232;
	line-height: 1.7rem;
	height: 5rem;
	transition: .5s;
	margin-bottom: 1.5rem
}

.list_box_03 li a h6 {
	height: 15px;
	line-height: 15px;
}

.list_box_03 li a h6 font {
	font-size: 12px;
	color: #999999;
	font-family: Source Sans Pro;
}

.list_box_03 li a h6 span {
	font-size: 12px;
	color: #999999;
	font-family: Source Sans Pro;
}

.list_box_03 li a h6 span svg {
	vertical-align: top;
	width: 15px;
	height: 15px;
	fill: #005ca1;
	margin: 0 0 0 .375rem
}

.container02 .content .box.fr .box_li {
	margin: -.875rem 0 0;
	position: relative
}

.container02 .content .box.fr .box_li .img_zd .img_hezi {
	padding-bottom: 50.41% !important;
}

.container02 .content .box.fr .box_li .img_zd .img_hezi img {
	object-fit: cover
}

.container02 .content .box.fr .box_li .top {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 3rem 0 1.875rem
}

.list_box_04 li {
	margin-bottom: 1.25rem;
	position: relative
}

.list_box_04 li:before {
	content: "";
	position: absolute;
	right: 0;
	left: 60px;
	bottom: -.625rem;
	height: 1px;
	background: url(../images/line_01.png) center repeat-x;
}

.list_box_04 li:last-child:before {
	display: none
}

.list_box_04 li a {
	display: block;
}

.list_box_04 li a .time {
	background: url(../images/time_bg.png) center no-repeat;
	width: 60px;
	height: 50px;
	background-size: cover;
	text-align: center
}

.list_box_04 li a .time h3 {
	font-size: 1.875rem;
	color: #005ca1;
	font-family: Source Sans Pro;
}

.list_box_04 li a .time h6 {
	font-size: 12px;
	color: #9c9fb2;
	font-family: Source Sans Pro;
	margin-bottom: 5px
}

.list_box_04 li a .con {
	width: calc(100% - 60px);
	padding: 0 0 0 1.25rem
}

.list_box_04 li a .con h5 {
	font-size: 1.125rem;
	color: #323232;
	line-height: 50px;
	transition: .5s;
	white-space: nowrap;
}

.title001 {
	text-align: center;
	margin-bottom: 2.25rem
}

.title001 h3 {
	font-size: 2.5rem;
	color: #323232;
	line-height: 1.25;
	font-family: FZFWZhuZiMinchoE;
	display: inline-block;
	padding: .625rem 3.125rem 0;
	position: relative;
	z-index: 1
}

.title001 h3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2.125rem;
	border: #dcdcdc 1px solid;
	z-index: -1
}

.title001 h3:after {
	content: "";
	position: absolute;
	top: 2rem;
	left: 1.25rem;
	right: 1.25rem;
	height: 5px;
	background: #fff;
	z-index: -1;
}

.container03 {
	margin: -2.5rem 0 0
}

.container03 .content .box {
	width: 50%
}

.container03 .content .box.fl {
	padding-right: 1.75rem
}

.container03 .content .box.fr {
	padding-left: 1.75rem
}

.container03 .content .box.fl .box_li {
	margin: -.875rem 0 0;
	position: relative
}

.container03 .content .box.fl .box_li .img_zd .img_hezi {
	padding-bottom: 47.40% !important
}

.container03 .content .box.fl .box_li .top {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 3.75rem
}

.list_box_05 li {
	position: relative
}

.list_box_05 li a h5 {
	height: 3.125rem;
	line-height: 3.125rem;
	font-size: 1.125rem;
	color: #323232;
	transition: .5s;
	padding-left: 1rem;
	position: relative;
	background: url(../images/list_box_05_ico.png) left center no-repeat;
}

.container03 .content .box.fr .left {
	width: 17.5rem;
}

.container03 .content .box.fr .right {
	width: calc(100% - 17.5rem);
	padding: 0 0 0 1.875rem
}

.list_box_06 li {
	margin-bottom: .75rem
}

.list_box_06 li a {
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
	border-radius: 0 1.875rem 0 0
}

.list_box_06 li a .img .img_hezi {
	padding-bottom: 9.375rem !important
}

.list_box_06 li a .img:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/list_box_06_bg.png) center bottom no-repeat;
	background-size: 100% auto
}

.list_box_06 li a .top {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.list_box_06 li a .top img {
	display: inline-block;
	height: 2.5rem
}

.list_box_06 li a .con {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: .5rem 1rem;
	text-align: center;
}

.list_box_06 li a .con h5 {
	font-size: 1rem;
	color: #fff;
	line-height: 1.5
}

.list_box_07 {
	position: relative;
	z-index: 1;
	padding: 1.25rem 0
}

.list_box_07:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 2.125rem;
	background: #f2f3f9;
	border-radius: .625rem;
	z-index: -1
}

.list_box_07 li {
	padding: .3125rem 0
}

.list_box_07 li a {
	display: block;
	padding: 0 1.25rem 0 0;
}

.list_box_07 li a .img {
	width: 4.375rem;
	height: 4.375rem;
	border-radius: 100%;
	overflow: hidden;
	position: relative
}

.list_box_07 li a .img:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: #8e92a7 1px solid;
	border-radius: 50%
}

.list_box_07 li a .img .img_hezi {
	padding-bottom: 100% !important;
}

.list_box_07 li a .con {
	width: calc(100% - 4.375rem - .75rem);
	margin-left: .75rem;
	background: url(../images/list_box_07_bg.png) center no-repeat;
	background-size: 100% 100%;
	height: 5.125rem;
	padding: 1rem 2rem;
}

.list_box_07 li a .con h5 {
	font-size: 1.125rem;
	color: #323232;
	line-height: 1.5rem;
	height: 3rem;
	transition: .5s
}

.container04 {
	padding: .75rem 0 4.5rem
}

.list_box_08 {
	margin: 0 -.9375rem
}

.list_box_08 li {
	float: left;
	width: 25%;
	padding: 0 .9375rem
}

.list_box_08 li a {
	display: block;
	position: relative;
	text-align: center
}

.list_box_08 li a .img .img_hezi {
	padding-bottom: 61.80% !important
}

.list_box_08 li a .img .top {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.list_box_08 li a .img .top img {
	display: inline-block;
	height: 3.125rem;
}

.list_box_08 li a .con h5 {
	font-size: 1rem;
	color: #323232;
	line-height: 1.5rem;
	margin: .875rem 0 0;
	transition: .5s
}

.list_box_08 .miso-arrow {
	width: 3.375rem;
	height: 3.375rem;
	z-index: 10000;
	background-size: 100% 100% !important;
	transition: .5s;
}

.list_box_08 .miso-prev {
	left: -4rem;
	background: url(../images/prev2.png) center center no-repeat;
	transition: 0.36s;
}

.list_box_08 .miso-next {
	right: -4rem;
	background: url(../images/next2.png) center center no-repeat;
	transition: 0.36s;
}

.container04_bg {
	background: url(../images/container04_bg.jpg) center bottom no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}

.container05 {
	padding: 0 0 3rem;
	min-height: 44.875rem
}

.container05 .title001 h3:after {
	background: #eef0fa
}

.container05 .content {
	margin: 0 -1.875rem;
}

.container05 .content .box {
	padding: 0 1.875rem;
	float: left;
	width: 33.333333%
}

.container05 .content .box .box_li {
	background: url(../images/container05_bg1.jpg) center no-repeat;
	background-size: cover;
	padding: 2.5rem 0 0;
	box-shadow: 0px 1px 3px 0px rgba(73, 75, 88, 0.06);
	border-radius: 1.25rem;
}

.title003 {
	margin-bottom: 0.875rem;
	background: #005ca1;
	height: 5rem;
	max-width: 95%;
	margin-left: -1.25rem;
	border-radius: 6px;
	padding: 1rem 1.25rem;
}

.title003 .fl {
	width: 3rem
}

.title003 .fl img {
	max-width: 2.875rem;
	margin: .25rem 0 0;
}

.title003 .fr {
	width: calc(100% - 3rem)
}

.title003 .fr h3 {
	margin: 0 0 .125rem;
}

.title003 .fr h3 big {
	font-size: 1.5rem;
	color: #fff;
	line-height: 1.25;
	font-family: FZFWZhuZiMinchoE;
}

.title003 .fr h6 {
	overflow: hidden
}

.title003 .fr h6 span {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	font-family: Times New Roman;
	text-transform: uppercase;
}

.list_box_09 {
	padding: 0 2.5rem;
	margin-bottom: 1rem;
}

.list_box_09 li {
	position: relative;
	border-bottom: #dfdfdf 1px solid
}

.list_box_09 li a h5 {
	height: 3.75rem;
	line-height: 3.75rem;
	font-size: 1.125rem;
	color: #323232;
	transition: .5s;
	padding-left: 1rem;
	position: relative;
	background: url(../images/list_box_05_ico.png) left center no-repeat;
}

.more001 {
	text-align: center;
	bottom: -1.25rem;
	position: relative;
}

.more001 span {
	display: inline-block;
	background: url(../images/btn_bg.png) center no-repeat;
	background-size: cover !important;
	width: 8.75rem;
	height: 2.375rem;
	line-height: 2.375rem;
	text-align: center;
	font-size: .875rem;
	color: #fff;
	position: relative;
}

.more001 span img {
	margin: -3px 0 0 1.25rem;
	display: inline-block;
	transition: .5s;
}

.more001 a:hover span img {
	margin: -3px 0 0 .75rem;
}

/*==========================================首页 结束=============================================*/


/*==========================================内页 开始=============================================*/

.list_box_10 {
	margin: 0 -.9375rem;
}

.list_box_10 li {
	float: left;
	width: 25%;
	padding: 0 .9375rem;
}

.list_box_10 li a {
	display: block;
	line-height: 3.75rem;
	border-bottom: #e1e1e1 1px solid
}

.list_box_10 li a .ico {
	width: 2.5rem;
}

.list_box_10 li a .ico img {
	max-width: 2.25rem
}

.list_box_10 li a .con {
	padding-left: 1rem;
	width: calc(100% - 2.5rem);
	font-size: 1.125rem;
	color: #616161;
	transition: .5s
}

.container07 {
	padding: 0;
}

footer {
	position: relative;
	z-index: 1;
	margin-top: 8.25rem;
}

footer:before {
	content: "";
	position: absolute;
	top: 3.125rem;
	right: 0;
	bottom: 0;
	left: 4.5%;
	background: #c6cfd7;
	z-index: -1
}

footer:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 7.1%;
	background: #005ca1;
	z-index: -1
}

footer .fl01 {
	padding: 2.375rem 0;
}

footer .fl01 .left .img {
	margin: 0 3.125rem 0 0
}

footer .fl01 .left .con p {
	font-size: 12px;
	color: #fff;
	line-height: 1.75rem
}

footer .fl01 .left .con p span {
	display: inline-block;
	width: 24px;
}

footer .fl01 .left .con p span svg {
	width: 16px;
	height: 16px;
	fill: #fff;
	vertical-align: middle;
	margin: -3px 0 0
}

.list_box_11 {
	font-size: 0;
	margin-top: -8rem;
}

.list_box_11 li {
	display: inline-block;
	margin-left: 1.25rem
}

.list_box_11 li h3 img {
	width: 11.25rem;
	height: 11.25rem
}

.list_box_11 li h5 {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	margin: .5rem 0 0;
	text-align: center
}


footer .w1200 {
	padding: 0 150px
}

footer .fl02 {
	padding: 1rem 0;
	border-top: #4a92c9 1px solid;
}

footer .fl02 .left {
	font-size: 12px;
	color: #4a92c9;
	line-height: 20px
}

footer .fl02 .right {
	font-size: 12px;
	color: #fff;
	line-height: 20px
}

footer .fl02 .right svg {
	width: 1rem;
	height: 1rem;
	fill: #fff;
	vertical-align: middle;
	margin: -3px .5rem 0 0;
}

.tc1 .tc {
	transition: all ease 300ms;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999999;
}

.tc1 .tc {
	pointer-events: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transform: scale(1.1);
	display: none;
}

.tc1 .tc.act {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
}

.tc1 .close:hover {
	transform: rotate(180deg);
}

.tc1 .close,
.tc {
	transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-ms-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
}

.tc1 .tc-box {
	position: absolute;
	overflow: hidden;
	top: 50%;
	z-index: 9999;
	width: 200px;
	height: 250px;
	left: 50%;
	margin-left: -100px;
	margin-top: -125px;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: anim-close-2;
	animation-name: anim-close-2;
}

.tc1 .tc.act {
	display: block;
}

.tc1 .tc.act .tc-box {
	display: block;
	-webkit-animation-name: anim-open-2;
	animation-name: anim-open-2;
	transform: scale(1);
}


.tc1 .close {
	position: absolute;
	cursor: pointer;
	font-size: 20px;
	right: 30px;
	top: 30px;
}

.tc1 .tc-bg {
	height: 100%;
	background: rgba(0, 0, 0, .9);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.tc1 .tc-box h3 img {
	width: 200px;
	height: 200px;
}

.tc1 .tc-box h5 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 1rem;
	color: #fff;
	text-align: center;
}

.n_banner {
	position: relative
}

.n_banner img {
	width: 100%;
	height: 20.625rem;
	object-fit: cover
}

.miaobao_bar {
	margin: -6.25rem 0 0;
	position: relative;
	overflow: hidden
}

.miaobao_bar h2 {
	font-size: 2.875rem;
	color: #fff;
	height: 4rem;
}

.mianbao .position {
	background: #005ca1;
	height: 4.375rem;
	display: inline-block;
	min-width: 41.875rem;
	font-size: 1rem;
	color: #fff;
	position: relative;
	z-index: 1
}

.mianbao .position:before {
	content: "";
	position: absolute;
	right: 100%;
	z-index: -1;
	top: 0;
	bottom: 0;
	width: 100vw;
	background: #005ca1;
}

.mianbao .position:after {
	content: "";
	position: absolute;
	right: -.75rem;
	z-index: -1;
	border-left: #005ca1 .75rem solid;
	border-top: transparent 4.375rem solid;
	top: 0;
}

.mianbao .position i {
	font-style: normal;
	margin: 0 .75rem;
	font-size: 1.5rem;
	vertical-align: middle;
}

.mianbao .position em {
	font-style: normal;
}

.mianbao .position .box_table {
	width: auto
}

#nav_slide {
	background: #005ca1;
	line-height: 50px;
	position: relative;
	z-index: 2;
}

#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: 14px;
	padding: 0;
	color: #333;
	width: 88%;
}

#sub_nav_content ul li i {
	float: right;
	font-family: simsun;
	font-style: normal;
	font-weight: bold;
}

#sub_nav_content ul li ul li {
	border: 0;
	line-height: 40px;
	padding-left: 10px;
}

#sub_nav_content ul li ul li a {
	font-size: 13px;
	color: #666;
}

#sub_nav_content ul li.on>a {
	color: #005ca1;
}

#sub_nav_content ul li ul {
	display: none
}

#nav_slide {
	display: none
}

.n_container {
	padding: 3.75rem 0 0;
	overflow: hidden;
	background-size: 100% auto;
}

.n_container .w1200 {
	max-width: 1500px
}

.n_container .n_left {
	width: 220px;
	position: relative;
	z-index: 1;
}

.n_container .n_left h1 {
	line-height: 1.25;
	background-size: cover;
	font-size: 1.25rem;
	color: #551ecc;
	padding: 0;
	font-weight: bold;
	margin-bottom: 5px;
}

.n_container .n_left h1 span {
	position: relative;
}

.n_container .n_left h1 span:before {
	content: "";
	position: absolute;
	bottom: -18px;
	width: 1.875rem;
	height: 1px;
	background: #fff;
	left: 50%;
	margin-left: -0.9375rem;
	display: none;
}

.n_container .n_left .con {
	box-shadow: 0px 1px 15px 0px rgba(37, 44, 44, 0.08);
	border-top: #005ca1 3px solid;
	padding: 15px 20px;
	margin-bottom: 20px
}

.list_box_nav {}

.list_box_nav li:last-child:before {
	display: none
}

.list_box_nav li {
	line-height: 50px;
	font-size: 16px;
	color: #333333;
	position: relative;
}

.list_box_nav li.on dl {
	display: block !important;
}

.list_box_nav li:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #e8e8e8;
}

.list_box_nav li>a img {
	margin: -3px 20px 0 0;
}

.list_box_nav 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;
}

.list_box_nav li.on:after,
.list_box_nav li:hover:after {
	background: url(../images/left_jiantou_on.png) center no-repeat;
}

.list_box_nav li>a {
	color: #666666;
	display: block;
	/*overflow: hidden;white-space: nowrap;text-overflow: ellipsis;*/
	margin: 0;
	transition: 0.36s;
	position: relative;
	padding-left: 15px;
}

.list_box_nav li>a:hover,
.list_box_nav li.on>a {
	color: #4f1fce;
}

.list_box_nav li>a:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	background: #9f9f9f;
	left: 0;
	top: 50%;
	margin-top: -1.5px;
	transition: .5s;
}

.list_box_nav li.on>a:before,
.list_box_nav li:hover>a:before {
	background: #4e1fcd
}

.list_box_nav li dl {
	display: none;
	padding: 10px 0;
	position: relative;
}

.list_box_nav li dl:before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	height: 1px;
	background: #cacecd;
}

.list_box_nav li dl dd {
	height: auto;
	line-height: 34px;
}

.list_box_nav li dl dd a {
	font-size: 14px;
	color: #333333 !important;
	padding: 6px 0 6px 15px;
	position: relative;
	line-height: 16px;
	transition: .6s;
}

.list_box_nav li dl dd a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	background: #cacecd;
	width: 2px;
	height: 10px;
	transition: .6s;
}

.list_box_nav li i.up {
	background: url(../images/left_jiantou_on.png) center no-repeat;
}

.list_box_nav li i {
	width: 20px;
	height: 50px;
	background: url(../images/left_jiantou.png) center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.36s;
	cursor: pointer;
}

.list_box_nav li dl dd a:hover,
.list_box_nav li dl dd.on a {
	color: #4e1fcd !important;
}

.list_box_nav li dl dd a:hover:before,
.list_box_nav li dl dd.on a:before {
	background: #4e1fcd;
}

.list_box_yw {
	margin: 10px 0 0
}

.list_box_yw li {
	padding: .625rem 0;
	border-bottom: #e8e8e8 1px solid
}

.list_box_yw li:last-child {
	border: none
}

.list_box_yw li a {
	display: block;
}

.list_box_yw li a .ico {
	width: 56px;
	height: 56px;
}

.list_box_yw li a .ico img {
	width: 100%
}

.list_box_yw li a .con_li {
	width: calc(100% - 56px);
	height: 56px;
	padding: 0 0 0 .625rem
}

.list_box_yw li a .con_li h5 {
	font-size: 16px;
	color: #323232;
	line-height: 24px;
	max-height: 48px;
	transition: .5s
}

.n_container .n_right {
	/* width: calc(100% - 220px); */
	padding-right: 6.25rem
}

.n_news_detail .ar_article_box .nav01 {
	margin: 0rem 0 2rem;
	text-align: left;
}

.n_news_detail .ar_article_box .nav01 hr {
	margin: 1rem 0 .5rem;
	background: #e5e5e5;
}

.n_news_detail .ar_article_box .nav01 .yt {
	font-size: 28.32px;
	margin-bottom: 12px;
	color: #3a1d55;
}

.n_news_detail .ar_article_box h3 {
	color: #323232;
	font-size: 36px;
	line-height: 1.5;
	margin-bottom: 1rem;
	font-weight: bold;
}

.n_news_detail .ar_article_box h3 font {
	display: inline-block;
}

.n_news_detail .ar_article_box h3 .fr {
	width: 2.375rem;
	position: relative
}

.n_news_detail .ar_article_box h3 .fr>img {
	width: 100%;
	max-width: 2.375rem;
}

.n_news_detail .ar_article_box h6 {
	display: block;
	color: #999999;
	font-size: .875rem;
	line-height: 2.1875rem;
	font-weight: normal;
	margin: 0;
	vertical-align: top;
	position: relative;
}

.n_news_detail .ar_article_box h6 span {
	margin: 0 1.75rem 0 0;
	font-size: .875rem;
	color: #005ca1;
	display: inline-block;
}

.n_news_detail .ar_article_box h6 span img {
	/* width: 10px; */
	margin: -3px 6px 0 0
}


.Statistical {
	display: inline-block;
	margin-left: 12px;
}

.Statistical span,
.Statistical span img {
	vertical-align: top
}

.bd_weixin_popup {
	box-sizing: content-box
}

.bd_weixin_popup .bd_weixin_popup_foot {
	text-align: center !important
}

.shart_box {
	display: inline-block;
	cursor: pointer
}

@font-face {
	font-family: "socialshare";
	src: url("../font/iconfont.eot");
	src: url("../font/iconfont.eot") format("embedded-opentype")
}

.social-share {
	font-family: "socialshare" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.social-share * {
	font-family: "socialshare" !important;
	font-size: 14px !important;
}

.social-share .icon-tencent:before {
	content: "\f07a"
}

.social-share .icon-qq:before {
	content: "\f11a"
}

.social-share .icon-weibo:before {
	content: "\f12a"
}

.social-share .icon-wechat:before {
	content: "\f09a";
}

.social-share .icon-douban:before {
	content: "\f10a"
}

.social-share .icon-heart:before {
	content: "\f20a"
}

.social-share .icon-like:before {
	content: "\f00a"
}

.social-share .icon-qzone:before {
	content: "\f08a"
}

.social-share .icon-linkedin:before {
	content: "\f01a"
}

.social-share .icon-diandian:before {
	content: "\f05a"
}

.social-share .icon-facebook:before {
	content: "\f03a"
}

.social-share .icon-google:before {
	content: "\f04a"
}

.social-share .icon-twitter:before {
	content: "\f06a"
}

.social-share a {
	position: relative;
	text-decoration: none;
	margin: 4px;
	display: inline-block;
	outline: none;
	background: #f2f2f2;
	font-size: 16px;
}

.social-share .social-share-icon {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 20px;
	border-radius: 50%;
	line-height: 37px;
	color: #949495;
	text-align: center;
	vertical-align: middle;
	transition: background 0.6s ease-out 0s;
}

.social-share .social-share-icon:hover {
	background: #666;
	color: #fff
}

.social-share .icon-weibo {}

.social-share .icon-weibo:hover {}

.social-share .icon-tencent {
	color: #56b6e7;
	border-color: #56b6e7
}

.social-share .icon-tencent:hover {
	background: #56b6e7
}

.social-share .icon-qq {}

.social-share .icon-qq:hover {}

.social-share .icon-qzone {}

.social-share .icon-qzone:hover {}

.social-share .icon-douban {
	color: #33b045;
	border-color: #33b045
}

.social-share .icon-douban:hover {
	background: #33b045
}

.social-share .icon-linkedin {
	color: #0077B5;
	border-color: #0077B5
}

.social-share .icon-linkedin:hover {
	background: #0077B5
}

.social-share .icon-facebook {
	color: #44619D;
	border-color: #44619D
}

.social-share .icon-facebook:hover {
	background: #44619D
}

.social-share .icon-google {
	color: #db4437;
	border-color: #db4437
}

.social-share .icon-google:hover {
	background: #db4437
}

.social-share .icon-twitter {
	color: #55acee;
	border-color: #55acee
}

.social-share .icon-twitter:hover {
	background: #55acee
}

.social-share .icon-diandian {
	color: #307DCA;
	border-color: #307DCA
}

.social-share .icon-diandian:hover {
	background: #307DCA
}

.social-share .icon-wechat {
	position: relative;
}

.social-share .icon-wechat:hover {}

.social-share .icon-wechat .wechat-qrcode {
	display: none;
	border: 1px solid #eee;
	position: absolute;
	z-index: 9;
	bottom: -205px;
	left: -84px;
	width: 200px;
	height: 192px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 2px 10px #aaa;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
	top: 40px;
	left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
	display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
	width: 105px;
	margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
	margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
	font-weight: normal;
	line-height: 16px;
	padding: 0;
	margin: 0
}

.social-share .icon-wechat .wechat-qrcode:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	opacity: 0;
}

.social-share .icon-wechat:hover .wechat-qrcode {
	display: block
}


.social-share .icon-wechat:before {
	content: "";
	display: inline-block;
	width: 17px;
	background: url(../images/fx_wx.png) no-repeat;
	height: 17px;
	transition: 0.4s
}

.social-share .icon-wechat+.icon-wechat:before {
	background: url(../images/fx_wb.png) no-repeat;
}

.social-share .icon-wechat+.icon-wechat+.icon-wechat:before {
	background: url(../images/fx_qq.png) no-repeat;
}

.social-share .icon-wechat:hover:before {
	background: url(../images/fx_wx_on.png) no-repeat;
}

.social-share .icon-wechat+.icon-wechat:hover:before {
	background: url(../images/fx_wb_on.png) no-repeat;
}

.social-share .icon-wechat+.icon-wechat+.icon-wechat:hover:before {
	background: url(../images/fx_qq_on.png) no-repeat;
}

.n_news_detail {}

/*====上一篇下一篇====*/
#ar_fot {
	position: relative;
	padding: 1.75rem 0 0;
	box-sizing: border-box;
	width: 100%;
	margin-top: 2.875rem;
	border-top: #dcdcdc 1px solid;
}

#ar_fot h1 {
	display: block;
	width: 100%;
	font-size: 1rem;
	line-height: 2rem;
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#ar_fot h1 span {
	color: #555555;
}

#ar_fot h1 a {
	color: #555555;
	font-weight: normal;
}

#ar_fot .bnt_back {
	position: absolute;
	top: 28px;
	right: 0;
	color: #fff;
	padding: 0 25px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

#ar_fot .bnt_back:hover {
	border-radius: 3px;
}

#ar_fot h1 a:hover {
	color: #005ca1;
}

#ar_fot .highlight {
	font-size: 16px;
	line-height: 1.5;
}

.n_video .list_box_08 {
	margin-bottom: 1.5rem
}

.n_video .list_box_08 li {
	width: 33.333333%;
	margin-bottom: 1.625rem
}

/*====翻页====*/
.j_pages {
	padding: 0;
	overflow: hidden;
	text-align: center
}

.j_pages .box {
	display: inherit;
	width: 100%;
	padding: 0;
	font-size: 0;
}

.j_pages a {
	padding: 0px .875rem;
	height: 2.5rem;
	line-height: 2.375rem;
	display: inline-block;
	margin: 0 .25rem;
	color: #66635f;
	font-size: 0.875rem;
	box-sizing: border-box;
	min-width: 2.5rem;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-align: center;
	border: #dfe1e4 1px solid;
	vertical-align: top;
	border-radius: 3px;
}

.j_pages a.m_bnt {
	padding: 0 1rem
}

.j_pages a font {
	font-size: 14px;
	font-family: SimSun;
	color: #666666
}

.j_pages .on,
.j_pages a:hover {
	color: #fff;
	background: #6510ad;
	border: #6510ad 1px solid
}

.j_pages span {}

.j_pages svg {
	width: 1.75rem;
	height: 2.375rem;
	fill: #6510ad;
	transition: .5s;
	vertical-align: top;
}

.j_pages a:first-child svg {
	transform: rotateY(180deg)
}

.j_pages a:hover svg {
	fill: #fff
}

.list_box_13 {
	margin-bottom: 3.125rem
}

.list_box_13 li a {
	display: block;
	padding: 1.875rem 0;
	transition: .5s;
	background: url(../images/list_box_13_bg.png) center bottom no-repeat;
	background-size: 100% auto;
	border-bottom: #e0e2ee 1px solid
}

.list_box_13 li a h5 {
	font-size: 1.125rem;
	color: #323232;
	font-weight: bold;
	transition: .5s;
	line-height: 1.5;
	margin-bottom: 1rem
}

.list_box_13 li a .img {
	width: 13.75rem
}

.list_box_13 li a .img .img_hezi {
	padding-bottom: 70.45% !important;
}

.list_box_13 li a .con {
	width: calc(100% - 13.75rem);
	padding: 0 0 0 1.25rem
}

.list_box_13 li a .con h6 {
	font-size: 16px;
	color: #005ca1;
	font-family: Source Sans Pro;
	line-height: 15px;
	margin-bottom: .75rem
}

.list_box_13 li a .con h6 svg {
	fill: #005ca1;
	width: 15px;
	height: 15px;
	vertical-align: top;
	margin: 0 .5rem 0 0;
}

.list_box_13 li a .con p {
	font-size: .875rem;
	color: #999999;
	line-height: 1.625rem;
	height: 4.875rem
}

.list_box_list {
	margin: 0 -.625rem;
	margin-bottom: 2rem
}

.list_box_list li {
	float: left;
	width: 50%;
	padding: 0 .625rem;
	margin-bottom: 0.5rem
}

.list_box_list li a {
	display: block;
	position: relative;
	z-index: 1;
	padding: .875rem 0
}

.list_box_list li a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 30px;
	background: url(../images/list_box_list.jpg) center no-repeat;
	background-size: cover;
	z-index: -1
}

.list_box_list li a .time {
	background: url(../images/time_bg.png) center no-repeat;
	width: 60px;
	height: 50px;
	background-size: cover;
	text-align: center
}

.list_box_list li a .time h3 {
	font-size: 1.875rem;
	color: #005ca1;
	font-family: Source Sans Pro;
}

.list_box_list li a .time h6 {
	font-size: 12px;
	color: #9c9fb2;
	font-family: Source Sans Pro;
	margin-bottom: 5px
}

.list_box_list li a .con {
	width: calc(100% - 60px);
	padding: 0 1.25rem;
}

.list_box_list li a .con h5 {
	font-size: 1.125rem;
	color: #323232;
	line-height: 1.75rem;
	height: 3.5rem;
	transition: .5s;
}

.n_h2 {
	font-size: 2.125rem;
	color: #323232;
	font-family: FZFWZhuZiMinchoE;
	margin-bottom: 1.5rem
}

.list_box_14 li a {
	display: block;
	padding: 2.375rem 0;
	transition: .5s;
	background: url(../images/list_box_13_bg.png) center bottom no-repeat;
	background-size: 100% auto;
	border-bottom: #e0e2ee 1px solid
}

.list_box_14 li a h3 {
	line-height: 2.5rem;
	margin-bottom: 1rem
}

.list_box_14 li a h3 big {
	font-size: 1.5rem;
	color: #781cb6;
	margin-right: 1.25rem;
	vertical-align: top
}

.list_box_14 li a h3 font {
	display: inline-block;
	line-height: 2.5rem;
	padding: 0 1.25rem;
	border-radius: 1.25rem;
	background: #f2f3f9;
	font-size: 1rem;
	color: #666666
}

.list_box_14 li a h3 font img {
	margin: -3px .75rem 0 0
}

.list_box_14 li a p {
	font-size: 1rem;
	color: #323232;
	line-height: 2.25rem;
}

/*==========================================内页 结束=============================================*/

@media(min-width: 768px) {

	.title002 .fr h3 a:hover,
	.list_box_02 li a:hover .con h5,
	.list_box_04 li a:hover .con h5,
	.list_box_08 li a:hover .con h5,
	.list_box_10 li a:hover .con,
	.list_box_07 li a:hover .con h5,
	.list_box_yw li a:hover .con_li h5,
	.list_box_13 li a:hover h5,
	.list_box_list li a:hover .con h5 {
		color: #005ca1
	}

	.list_box_02 li a:hover .img img,
	.list_box_06 li a:hover .img img,
	.list_box_08 li a:hover .img img {
		transform: scale(1.05)
	}

	.list_box_05 li a:hover h5,
	.list_box_09 li a:hover h5 {
		color: #005ca1;
		padding-left: 1.25rem
	}
}


@media(min-width: 992px) and (max-width: 1300px) {}

@media(max-width: 1830px) {
	.w1800 {
		padding: 0 15px
	}

	.list_box_08 .miso-arrow {
		width: 2rem;
		height: 2rem
	}

	.list_box_08 .miso-prev {
		left: -2.5rem
	}

	.list_box_08 .miso-next {
		right: -2.5rem
	}
}

@media(max-width: 1630px) {
	.w1600 {
		padding: 0 15px
	}

	#logo img {
		max-width: 24rem
	}
}

@media(max-width: 1400px) {}

@media(max-width: 1330px) {}

@media(max-width: 1200px) {
	.w1200 {
		padding: 0 15px
	}

	.header_box {
		display: none
	}

	.m_header_box {
		display: block
	}

	.container02 .content .box {
		width: 100%;
		padding: 0 !important;
		margin-bottom: 1.5rem;
	}

	.container03 .content .box {
		width: 100%;
		padding: 0 !important;
		margin-bottom: 1.5rem;
	}

	.title003 {
		margin-left: 0;
		max-width: 100%;
	}

	footer:before {
		left: 15px;
		top: 15px
	}

	footer:after {
		left: 30px
	}

	footer .w1200 {
		padding: 0 50px
	}

	.list_box_08 .miso-arrow {
		display: none !important
	}

	.miaobao_bar {
		display: none
	}

	#nav_slide {
		display: block
	}

	.n_container .n_left {
		display: none
	}

	.n_container .n_right {
		width: 100%;
		padding: 0
	}

	.n_news_detail .ar_article_box h6 span:first-child {
		display: block;
		width: 100%
	}

	.n_container {
		padding: 2rem 0 0
	}

	.n_news_detail .ar_article_box h3 {
		font-size: 1.5rem
	}

	.n_news_detail .ar_article_box .nav01 .yt {
		font-size: 16px;
	}

	.ar_article,
	.ar_article p {
		font-size: 13px;
		line-height: 26px;
	}
}

@media(max-width: 1060px) {}

@media(max-width: 992px) {
	.container05 .content .box {
		width: 100%;
		margin-bottom: 2.25rem;
	}

	.container05 .title001 h3:after {
		background: #fff
	}

	.list_box_10 li {
		width: 50%
	}

	footer .fl01 .left {
		width: 100%;
		text-align: center
	}

	footer .fl01 .right {
		width: 100%;
		text-align: center;
		margin: 0
	}

	.list_box_11 {
		margin: 0
	}

	.list_box_11 li {
		margin: 0 .5rem
	}

	footer .fl01 .left .img,
	footer .fl01 .left .con {
		display: block;
		float: none;
		margin: 0;
	}

	footer .fl01 .left .con {
		margin: 2rem 0;
	}

	footer .fl02 .left,
	footer .fl02 .right {
		width: 100%;
		text-align: center
	}

	footer {
		margin-top: 3rem
	}
}

@media(max-width: 768px) {
	#gotop {
		right: 0;
		transform: scale(0.7)
	}

	#banner .miso-slide img {
		height: 20.375rem;
	}

	.list_box_01 .miso-arrow {
		width: 15px;
		height: 23px;
		margin-top: 0;
	}

	.list_box_01 {
		padding: 0;
		margin: 0 -4px
	}

	.list_box_01 li {
		padding: 0 4px;
		padding-bottom: 1rem;
	}

	.list_box_01 li a {
		padding: 1.25rem 10px 0
	}

	.list_box_01 li a h3 img {
		width: 4rem;
	}

	.list_box_01 li a h5 {
		font-size: 1.25rem
	}

	.title002 .fl img,
	.title003 .fl img {
		max-width: 2.375rem
	}

	.container02 .content .box.fl .left {
		width: 100%;
		padding: 0 0 2rem;
	}

	.container02 .content .box.fl .right {
		width: 100%;
		padding: 0
	}

	.container02 .content .box.fr .box_li .img_zd .img_hezi {
		padding-bottom: 23rem !important;
	}

	.container02 .content .box.fr .box_li .img_zd img {
		object-fit: fill;
	}

	.container02 {
		padding: 1rem 0 4.25rem
	}

	.container03 .content .box.fl .box_li .img_zd .img_hezi {
		padding-bottom: 18rem !important;
	}

	.container03 .content .box.fl .box_li .img_zd img {
		object-fit: fill;
	}

	.list_box_04 li {
		margin-bottom: .75rem
	}

	.list_box_04 li:before {
		bottom: -.35rem
	}

	.container02 .content .box.fr .box_li .top {
		padding: 0 15px 0 20px
	}


	.title001 h3 {
		font-size: 1.75rem
	}

	.container03 .content .box.fl .box_li .top {
		padding: 0 1.5rem
	}

	.list_box_05 li a h5 {
		font-size: 1.125rem;
		height: 2.75rem;
		line-height: 2.75rem;
	}

	.title001 {
		margin-bottom: 1.75rem
	}

	.container03 .content .box.fr .left {
		width: 100%
	}

	.container03 .content .box.fr .right {
		width: 100%;
		padding: 1rem 0 0;
	}

	.container04 {
		padding: 2rem 0 3rem
	}

	.list_box_08 {
		margin: 0 -7px
	}

	.list_box_08 li {
		padding: 0 7px
	}

	.list_box_11 li h3 img {
		width: 8rem;
		height: 8rem
	}

	footer:before {
		left: 0;
	}

	footer:after {
		left: 15px
	}

	footer .fl01 .left .img img {
		max-height: 4rem;
	}

	.list_box_10 li a .ico img {
		max-width: 1.25rem;
		margin: -3px 0 0;
	}

	.list_box_10 li {
		width: 100%
	}

	.list_box_10 li a {
		line-height: 2.5rem
	}

	.list_box_09 li a h5 {
		height: 2.75rem;
		line-height: 2.75rem;
		font-size: 1.125rem;
	}

	.list_box_09 {
		padding: 0 1.5rem
	}

	.container05 .content .box .box_li {
		box-shadow: 0px 1px 3px 0px rgba(73, 75, 88, 0.2);
		padding: 0;
	}

	.container05 {
		padding: 0 0 1rem
	}

	.list_box_08 li a .img .top img {
		max-height: 2.25rem
	}

	.list_box_06 li a .img .img_hezi {
		padding-bottom: 53.57% !important
	}

	.title001 h3:before {
		height: 1.5rem
	}

	.title001 h3:after {
		top: 1.5rem
	}

	.list_box_02 li a .img .img_hezi {
		padding-bottom: 60% !important
	}

	.list_box_01 li a span img,
	.more001 span img {
		margin-left: .75rem;
		height: 1rem;
	}

	footer .w1200 {
		padding: 0 25px
	}

	.container01 {
		margin: -6rem 0 -9.375rem;
	}

	.n_banner img {
		height: 7.5rem
	}

	.n_news_detail .ar_article_box h6 span #share-2 img {
		height: 30px;
		vertical-align: middle
	}

	.n_video .list_box_08 li:first-child {
		width: 100%
	}

	.n_video .list_box_08 li {
		width: 50%
	}

	.j_pages svg {
		display: none
	}

	.j_pages a {
		padding: 0 .5rem;
		margin: 0 2px
	}

	.list_box_13 {
		margin-bottom: 2rem
	}

	.list_box_13 li a {
		padding: 1.25rem 0
	}

	.list_box_13 li a .img {
		width: 10rem
	}

	.list_box_13 li a .con {
		width: calc(100% - 10rem)
	}

	/*
.pb_sys_common .p_prev a {
    background: none !important;
    padding-left: 1px !important;
}
.pb_sys_common .p_next a{

    background: none !important;
padding-right:1px !important;
}
.pb_sys_common .p_next_d{

background:none !important;
padding-right: 1px !important;

}

.pb_sys_common .p_prev_d{

background:none !important;
padding-left: 1px !important;

}


.pb_sys_common .p_prev a{

background:none !important;
padding-left:1px !important;
}




.pb_sys_common .p_next a{

background:none !important;
padding-right:1px !important;
}
*/

	.ar_article p video {
		width: 100%;
		height: 100%;
	}
}



@media(max-width: 520px) {
	.ar_article img {
		display: block;
	}
}




.pb_sys_style1 .p_no_d {

	color: #fff !important;
	background: #6510ad !important;
	border: #6510ad 1px solid !important;
	/* width: 40px; */
	/* height: 40px; */
	border-radius: 3px !important;
	padding: 0px .875rem !important;
	height: 2.5rem !important;
	line-height: 2.375rem !important;
	display: inline-block;
	margin: 0 .25rem !important;
	/* color: #66635f; */
	font-size: 0.875rem !important;
	box-sizing: border-box !important;
	min-width: 2.5rem !important;
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o {
	color: #ccc;
	padding: 0px .875rem !important;
	height: 2.5rem !important;
	line-height: 2.375rem !important;
	display: inline-block;
	margin: 0 .25rem !important;
	color: #66635f;
	font-size: 0.875rem !important;
	box-sizing: border-box !important;
	min-width: 2.5rem !important;
	transition: all .3s ease-in-out !important;
	text-align: center !important;
	border: #dfe1e4 1px solid !important;
	vertical-align: top !important;
	border-radius: 3px !important;
}

.pb_sys_normal2 .p_prev_d,
.pb_sys_normal2 .p_next_d {
	display: inline-block !important;
}

.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
	/* color: #222; */
	padding: 0px .875rem !important;
	height: 2.5rem !important;
	line-height: 2.375rem !important;
	display: inline-block;
	margin: 0 .25rem !important;
	color: #66635f !important;
	font-size: 0.875rem !important;
	box-sizing: border-box !important;
	min-width: 2.5rem !important;
	transition: all .3s ease-in-out;
	text-align: center !important;
	border: #dfe1e4 1px solid !important;
	vertical-align: top !important;
	border-radius: 3px !important;
}


.pb_sys_common .p_prev_d {

	background: url(../images/fyjt_z.png) 16px no-repeat;
	padding-left: 60px !important;
	color: #ccc !important;
}


.pb_sys_common .p_prev a {

	background: url(../images/fyjt_z.png) 16px no-repeat;
	padding-left: 60px !important;
}




.pb_sys_common .p_next a {

	background: url(../images/fyjt_y.png) 70px no-repeat;
	padding-right: 60px !important;
}

.pb_sys_common .p_next_d {

	background: url(../images/fyjt_y.png) 70px no-repeat;
	padding-right: 60px !important;
	color: #ccc !important;
}


.pb_sys_style1 .p_no a:hover,
.pb_sys_style1 .p_fun a:hover,
.pb_sys_style1 .p_goto a:hover,
.pb_sys_style1 .p_search a:hover,
.pb_sys_style2 .p_no a:hover,
.pb_sys_style2 .p_fun a:hover,
.pb_sys_style2 .p_goto a:hover,
.pb_sys_style2 .p_search a:hover,
.pb_sys_style3 .p_no a:hover,
.pb_sys_style3 .p_fun a:hover,
.pb_sys_style3 .p_goto a:hover,
.pb_sys_style3 .p_search a:hover,
.pb_sys_style4 .p_no a:hover,
.pb_sys_style4 .p_fun a:hover,
.pb_sys_style4 .p_goto a:hover,
.pb_sys_style4 .p_search a:hover {
	background-color: #f2f3f8 !important;
}




.qrid_zz {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	display: none;
	top: 0;
	left: 0;
	z-index: 1000000;
	display: none;
	justify-content: center;
	align-items: center;
}

.qrid_zz #qrid {
	padding: 8px;
	background: #fff;
	border-radius: 5px;
}

#vsb_content_2 IMG {
	border-bottom: none !important;
	border-left: none !important;
	border-top: none !important;
	border-right: none !important;
}

.custom-page .pagination {
	display: flex;
}
.custom-page .pagination li {
	width: 50px;
	border: 1px solid #005ca1;
	font-size: 14px;
	padding: 4px;
	text-align: center;
}
.custom-page .pagination li:first-child {
	border: none;
}

.custom-page .pagination li.active {
	color: white;
	background: #005ca1;
}