@charset "utf-8";

* {
	font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
}

body {
	padding: 0;
	margin: 0;
	font-family: Arial, "Microsoft Yahei", Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	line-height: 1;
	font-size: 14px;
}

a {
	text-decoration: none;
	bblr: expression(this.onFocus=this.blur());
	outline-style: none;
	outline: none;
}

a, input, img, :focus {
	mayfish: expression(this.onfocus=this.blur);
	cursor: handbblr:expression(this.onFocus=this.blur());
	outline-style: none;
}

ul {
	list-style: none;
}

img {
	border: 0px
}

ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

h3, h4, h5 {
	font-weight: normal;
}

h4 a:hover, h5 a:hover {
	-moz-transition: all 0.36s ease-in-out;
	-webkit-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	background: #d8d8d8;
	padding: 0;
	margin-bottom: 3.25rem;
	margin-top: 2.5rem;
}

abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video {
	display: block
}

video {
	object-fit: cover
}

.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 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')";
	filter:
		progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');
	-moz-box-shadow: 1px 1px 10px #999999;
	-webkit-box-shadow: 1px 1px 10px #999999;
	box-shadow: 1px 1px 10px #999999;
}

.radius {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.opacity {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1
}

.overfloat-dot {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.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;
}

/* 手机头部 */
.top {
	max-width: 1920px;
	margin: 0 auto;
	position: fixed;
	right: 10px;
	top: 18px;
	width: 25px;
	height: 25px;
	z-index: 9999;
}

.top>img {
	display: block;
	width: 100%;
}

.wap-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	font-size: 0;
}

.wap-menu img {
	height: 25px;
}

.close-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}


/*  */


.a_body {
	position: relative;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background: #f1f1f1
}

::-webkit-scrollbar-track {
	border-radius: 0;
	background: #f1f1f1
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #333333
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

input:-ms-input-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-placeholder {
	color: #999;
}

textarea:-moz-placeholder {
	color: #999;
}

textarea:-ms-input-placeholder {
	color: #999;
}

.w100 {
	width: 100%
}

.w1300 {
	width: 1300px;
	margin: 0 auto
}

.fanhui {
	position: fixed;
	right: 30px;
	bottom: 220px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

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;
}

.table {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	height: 100%
}

.table_cell {
	display: table-cell;
	vertical-align: middle
}

ul li {
	vertical-align: top
}

img {
	vertical-align: middle
}

.wap {
	display: none !important;
}

.ar_article td,
.ar_article th {
	padding: 1rem 0.9375rem;
	border: 1px solid #c6c5c5;
	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 #ccc;
	border-bottom: 1px solid #ccc;
	width: 100% !important
}

.ar_article table td {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: auto !important;
}

.ar_article {
	font-size: 0.875rem;
	color: #6d6e70;
	line-height: 1.875rem;
	margin-bottom: 1.75rem;
}

.ar_article p {
	/* font-size: 16px !important; */
	color: #000000;
	line-height: 40px;
	/* margin-bottom: 34px; */
	font-family: 宋体 !important;
	font-size: 19px !important;
}

.ar_article strong {
	font-weight: bold;
}

.ar_article img {
	max-width: 100%;
	height: auto !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: 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;
}



.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;
}

.miso-list:focus {
	outline: none;
}

.miso-loading .miso-list {
	background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}

.miso-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.miso-slider .miso-list, .miso-track, .miso-slide, .miso-slide img {
	-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: block;
	zoom: 1;
	overflow: hidden;
}

.miso-track:before, .miso-track:after {
	content: "";
	display: table;
}

.miso-track:after {
	clear: both;
}

.miso-loading .miso-track {
	visibility: hidden;
}

.miso-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.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;
	border: 1px solid transparent;
}

.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-dots {
	position: absolute;
	bottom: -45px;
	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);
}


@font-face {
	font-family: hwxk;
	src: url(../font/hwxk.ttf);
}

@media (max-width:1920px) {
	html {
		font-size: 16px;
	}
}

@media (min-width:1400px) and (max-width:1600px) {
	html {
		font-size: 15px;
	}
}

@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: 12px;
	}
}

@media (max-width:328px) {
	html {
		font-size: 12px;
	}
}


.ar_wap {
	display: none
}

.a_body {
	position: relative;
	z-index: 0;
}

.section {
	overflow: hidden;
}

.wai_header {
	height: 210px
}

header {
	background: url(../20images/header_bg.jpg) center no-repeat;
	height: 210px;
	position: relative;
	z-index: 100;
	width: 100%;
}

header .fl01 {
	height: 150px;
	line-height: 150px;
	overflow: hidden;
}

header .fl01 .logo {
	line-height: 120px;
}

header .fl01 .logo a {
	display: block;
	line-height: 120px;
}

header .fl01 .logo a img {
	vertical-align: middle
}

header .fl01 .right ul {
	font-size: 0;
	display: inline-block;
	vertical-align: top;
}

header .fl01 .right ul li {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin-right: 14px;
}

header .fl01 .right ul li a {
	color: #a7acc3;
}

header .fl01 .right .ss {
	display: inline-block;
	cursor: pointer;
	line-height: 150px;
}

.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: url(../20images/icon_search.png) center no-repeat;
	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: 999;
}

.tc2 .tc {
	pointer-events: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transform: scale(1.1);
}

.tc2 .tc.act {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
}

.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;
}

.nav {
	font-size: 0;
	width: 100%;
	transition: 0.36s
}

.nav li {
	display: inline-block;
	width: 8.333333%;
	text-align: center;
	height: 60px;
	position: relative;
}

.nav a {
	display: block;
	position: relative;
	padding: 0 10px;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	perspective: 300px;
	transform-style: preserve-3d;
	text-align: center;
}

.nav a .bg {
	background-color: #2a5398;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	height: 100%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: rotateX(70deg);
	transform: rotateX(70deg);
	z-index: -1;
	transform-origin: center bottom 0;
	-webkit-transform-origin: center bottom 0;
	left: 0;
	opacity: 0;
	bottom: 0;
	visibility: hidden;
}

.nav a .txt img {
	margin: -4px 10px 0 0;
}

.nav a .txt {
	position: relative;
	z-index: 2;
	font-size: 18px;
	color: #fff;
}

.nav .active a .bg, .nav .on a .bg {
	transform: none;
	opacity: 1;
	visibility: visible;
}

.nav .active a .txt, .nav .on a .txt {}

.navBox .arrow {
	position: absolute;
	left: 0px;
	top: 75px;
	height: 4px;
	display: block;
	background-color: #e62129;
}

.subNavbox a:link, .subNavbox a:visited {
	color: #333;
}

.subNavbox a:active, .subNavbox a:hover {
	color: #2b68c3;
}

.subNavbox {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 100%;
	background-color: #fcfcfc;
	box-shadow: 1px 2px 2px 0 rgba(88, 88, 88, 0.2);
	display: none;
	text-align: center;
	padding: 20px 0px;
}

.subNavbox p {
	line-height: 1.2;
	padding-bottom: 12px;
}

.subNavbox p a {
	line-height: 1.2;
	height: auto;
	padding: 0 5px;
	font-size: 14px;
}

header .fl02 {
	height: 60px;
	line-height: 60px;
	background: #1f43b0;
}

header .fl02 .logo {
	width: 0;
	transition: 0.36s;
	overflow: hidden
}

header .fl02 .logo img {
	height: 34px;
}

.a_body.fixed header .fl02 {
	position: fixed;
	width: 100%;
	top: 0;
	background: url(../20images/header_bg.jpg) center bottom no-repeat
}

.a_body.fixed header .fl02 .logo {
	width: 270px;
}

.a_body.fixed header .fl02 .nav {
	width: 78%;
}

.a_body.fixed header .fl02 .nav a .txt {
	font-size: 14px
}

.container01 {
	margin-bottom: 25px;
	height: 400px;
	overflow: hidden;
}

.container01 ul li.miso-slide a {
	display: block;
	width: 100%;
	height: 400px;
	position: relative;
}

.container01 ul li.miso-slide a h5 {
	width: 100%;
	height: 52px;
	line-height: 52px;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 155px 0 25px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-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;
	position: absolute;
	left: 0;
	bottom: 0;
}

.container01 ul li.miso-slide:hover a h5 {
	color: #fff;
}

.container01 ul li.miso-slide a h5:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: transparent 60px solid;
	border-top: transparent 0 solid;
	border-left: #fff 32px solid;
	display: none;
}

.container01 ul li.miso-slide .img, .container01 ul li.miso-slide .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.container01 .miso-dots {
	bottom: 28px;
	width: 100%;
	right: 0;
	z-index: 10;
	text-align: center;
}

.container01 .miso-dots li {
	width: 14px;
	height: 14px;
	margin: 0 10px;
	background: none;
	border-radius: 50%;
	border: #fff 1px solid;
}

.container01 .miso-dots li.miso-active {
	border: #fff 1px solid;
	background: #fff;
	border-radius: 50%;
}

.container01 .miso-prev, .container01 .miso-next {
	width: 37px;
	height: 57px;
	margin-top: -30px;
}

.container01 .miso-prev {
	background: url(../20images/left.png) center no-repeat;
	left: 20px
}

.container01 .miso-next {
	background: url(../20images/right.png) center no-repeat;
	right: 20px
}

.container00 .title {
	height: 52px;
	border-bottom: solid 1px #172f79;
	margin-bottom: 16px;
}

.container00 .title h4 {
	display: inline-block;
	font-size: 30px;
	color: #172f79;
	line-height: 50px;
	float: left;
	position: relative;
	font-family: simsun;
	font-weight: bold
}

.container00 .title a {
	line-height: 50px;
	font-size: 14px;
	color: #666666;
	float: right;
	text-transform: uppercase;
	transition: 0.2s;
}

.container00 .title a:hover {
	color: #172f79;
}

.container02 {
	padding-bottom: 48px
}

.container02 .left {
	width: 400px
}

.container02 .left ul li {
	height: 38px;
	line-height: 38px;
}

.container02 .left ul li a {
	display: block;
	position: relative
}

.container02 .left ul li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0;
	right: 0;
	height: 1px;
	border-bottom: #1f499b 1px solid;
	transition: 0.6s
}

.container02 .left ul li a font {
	display: inline-block;
	width: 80%;
	font-size: 14px;
	color: #323232;
	position: relative;
	padding-left: 12px;
	transition: 0.36s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.container02 .left ul li a font:before {
	content: "";
	position: absolute;
	left: 0;
	background: url(../20images/dot.png) left center no-repeat;
	width: 10px;
	height: 100%;
}

.container02 .left ul li a span {
	float: right;
	font-size: 12px;
	color: #999999
}

.container02 .right {
	width: 860px;
}

.container02 .right ul.miso_hd {
	width: 405px;
	float: left;
	position: relative
}

.container02 .right ul.miso_hd:before {
	content: "";
	position: absolute;
	left: 3.5px;
	top: 8px;
	bottom: 8px;
	width: 1px;
	background: #ebebeb;
}

.container02 .right ul.miso_hd li {
	height: 38px;
	line-height: 38px;
}

.container02 .right ul.miso_hd li a {
	display: block;
	position: relative
}

.container02 .right ul.miso_hd li a font {
	display: inline-block;
	width: 80%;
	font-size: 14px;
	color: #323232;
	position: relative;
	padding-left: 16px;
	transition: 0.36s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.container02 .right ul.miso_hd li a font:before {
	content: "";
	position: absolute;
	left: 0;
	background: #c60b14;
	width: 7px;
	height: 7px;
	top: 50%;
	margin-top: -4.5px;
	border-radius: 50%;
	transition: 0.36s
}

.container02 .right ul.miso_hd li a span {
	float: right;
	font-size: 12px;
	color: #999999
}

.container02 .right ul.miso_bd {
	width: 435px;
	float: right;
	margin-top: 12px;
}

.container02 .right ul li.miso-slide a {
	display: block;
	width: 435px;
	height: 284px;
	position: relative;
}

.container02 .right ul li.miso-slide a h5 {
	width: 100%;
	height: 52px;
	line-height: 52px;
	background: rgba(62, 110, 209, 0.8);
	padding: 0 15px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-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;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}

.container02 .right ul.miso_bd li.miso-slide:hover a h5 {
	color: #fff;
}

.container02 .right ul.miso_bd li.miso-slide a h5:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: transparent 60px solid;
	border-top: transparent 0 solid;
	border-left: #fff 32px solid;
	display: none;
}

.container02 .right ul.miso_bd li.miso-slide .img, .container02 .right ul.miso_bd li.miso-slide .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: 0.36s;
}

.container02 .right .miso-dots {
	bottom: 15px;
	width: 155px;
	right: 0;
	z-index: 10;
	text-align: right;
	padding-right: 20px;
}

.container02 .right .miso-dots li {
	width: 6px;
	height: 6px;
	margin: 0 4px;
	background: #93989c;
	border-radius: 50%;
}

.container02 .right .miso-dots li.miso-active {
	border: #fff 1px solid;
	background: #fff;
	border-radius: 50%;
}



.container02 .right .miso-prev, .container02 .right .miso-next {
	width: 38px;
	height: 70px;
	margin-top: -40px;
}

.container02 .right .miso-prev {
	background: url(../20images/left01.png) center no-repeat;
	left: 0
}

.container02 .right .miso-next {
	background: url(../20images/right01.png) center no-repeat;
	right: 0
}

.container03 {
	background: #efefef;
	height: 740px;
	padding: 46px 0 0
}

.container03 .fl00 .left {
	width: 350px;
	margin-right: 40px;
	padding: 10px 0 0;
}

.container03 .fl00 .left .title01 {
	line-height: 50px;
	background: #c60b14;
	font-size: 22px;
	color: #fff;
	text-align: center
}

.container03 .fl00 .left .title01 img {
	margin-right: 8px
}

.container03 .fl00 .left .box {
	width: 350px;
	height: 190px;
	background: #fff;
	text-align: center;
	padding: 18px 20px
}

.container03 .fl00 .left .box ul {
	font-size: 0;
	text-align: center;
	margin: 0 -5px
}

.container03 .fl00 .left .box ul li {
	display: inline-block;
	padding: 0 1px;
	width: 50%;
	margin-bottom: 10px
}

.container03 .fl00 .left .box ul li a {
	background: #f5f5f5;
	height: 70px;
	line-height: 70px;
	display: block;
	font-size: 18px;
	color: #333333;
	border: #e5e5e5 1px solid;
	position: relative;
	transition: 0.36s
}

.container03 .fl00 .left .box ul li a:before {
	content: "";
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	border: #e5e5e5 1px solid;
	transition: 0.36s
}

.container03 .fl00 .center {
	width: 435px;
}

.container03 .fl00 .right {
	width: 435px;
}

.container03 .fl00 ul.ul01 li {
	height: 38px;
	line-height: 38px;
}

.container03 .fl00 ul.ul01 li a {
	display: block;
	position: relative
}

.container03 .fl00 ul.ul01 li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0;
	right: 0;
	height: 1px;
	border-bottom: #1f499b 1px solid;
	transition: 0.6s
}

.container03 .fl00 ul.ul01 li a font {
	display: inline-block;
	width: 80%;
	font-size: 14px;
	color: #323232;
	position: relative;
	transition: 0.36s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.container03 .fl00 ul.ul01 li a span {
	float: right;
	font-size: 12px;
	color: #999999
}

.container03 .fl01 {
	margin-bottom: 35px
}

.container03 .fl02 .left .img {
	margin-top: 24px;
	width: 350px;
	background: #fff;
	height: 75px;
}

.container03 .fl02 .left .img img {
	width: 320px;
	height: 59px;
	object-fit: cover;
	margin-top: 7px;
	margin-left: 15px;
}

.container03 .fl02 .center .first {
	background: #fff;
	margin-bottom: 12px;
	transition: 0.36s
}

.container03 .fl02 .center .first .img {
	width: 240px;
	height: 160px;
	overflow: hidden;
	object-fit: cover
}

.container03 .fl02 .center .first .con {
	width: 195px;
	height: 160px;
	overflow: hidden;
	object-fit: cover;
	padding: 15px 22px;
}

.container03 .fl02 .center .first .con h6 {
	background: url(../20images/bi.png) left center no-repeat;
	width: 100px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-bottom: 20px;
	padding-right: 10px
}

.container03 .fl02 .center .first .con h4 {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	height: 78px;
	overflow: hidden
}

.container03 .fl02 .center.center01 ul li a font {
	display: inline-block;
	width: 80%;
	font-size: 14px;
	color: #323232;
	position: relative;
	padding-left: 12px;
	transition: 0.36s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.container03 .fl02 .center.center01 ul li a font:before {
	content: "";
	position: absolute;
	left: 0;
	background: url(../20images/dot.png) left center no-repeat;
	width: 10px;
	height: 100%;
}

.container04 {
	padding: 58px 0
}

.container04 .title {
	text-align: center;
	margin-bottom: 38px
}

.container04 ul {
	margin: 0 -13px;
}

.container04 ul li {
	padding: 0 13px
}

.container04 ul li a {
	display: block;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
	height: 264px;
}

.container04 ul li a .img, .container04 ul li a .img img {
	width: 200px;
	height: 220px;
	overflow: hidden;
	object-fit: cover
}

.container04 ul li a .top {
	left: 50%;
	margin-left: 0;
	right: 0;
	background: url(../20images/container04_bg.png) center no-repeat;
	width: 135px;
	height: 29px;
	line-height: 29px;
	font-size: 16px;
	color: #333333;
	position: static;
	bottom: 0;
	transition: 0.36s;
	margin: 0 auto;
	margin-top: 15px;
}

.container04 ul li a:hover .top {
	background: url(../20images/container04_bg_on.png) center no-repeat;
	color: #fff
}

.container04 .miso-prev, .container04 .miso-next {
	width: 20px;
	height: 37px;
	margin-top: -18px;
}

.container04 .miso-prev {
	background: url(../20images/left02.png) center no-repeat;
	left: -40px
}

.container04 .miso-next {
	background: url(../20images/right02.png) center no-repeat;
	right: -40px
}





footer {
	background: url(../20images/footer_bg.jpg) center no-repeat;
	height: 210px;
}

footer .left {
	padding: 44px 0 0
}

footer .left h3 {
	margin-bottom: 10px
}

footer .left p {
	font-size: 14px;
	line-height: 26px;
	color: #bbbed0
}

footer ul {
	font-size: 0;
	padding-top: 42px
}

footer ul li {
	display: inline-block;
	margin-left: 20px;
	text-align: center
}

footer ul li h3 img {
	width: 100px;
	height: 100px;
}

footer ul li h5 {
	font-size: 14px;
	color: #fff;
	margin-top: 15px
}

.position {
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	color: #999999;
	padding: 0 50px;
	background: #fff url(../images/position.png) 20px 10px no-repeat;
	margin-bottom: 6px;
}

.position span, .position a, .position i {
	font-size: 14px;
	color: #999999;
	margin: 0 2px;
}

.position em {
	font-size: 14px;
	color: #172f79;
	font-style: normal;
}

.position a:hover {
	color: #1f499b;
}

.n_left {
	width: 236px;
	position: relative
}

.n_left:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 360px;
	background: #172f79;
}

.n_box {
	padding: 0;
}

.n_left:after {
	content: "";
	width: 180px;
	background: #d7d9d9;
	position: absolute;
	bottom: -7px;
	right: -3px;
	top: 10px;
	z-index: 1;
}
.ny-l {
  display: none;
}
.ny-l {
  display: none;
}

.ny-l:before {
  display: none;
  content: "";
  position: absolute;
  left: -1000px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1b4fa2;
  background-size: 100% 100%;
  opacity: 0.9;
  height: 70px;
}

.ny-l>p {
  position: relative;
  background-size: cover;
  font-size: 24px;
  color: #fff;
  text-align: center;
  height: 70px;
  line-height: 70px;
  font-weight: 700;
  background: #1b4fa2;
}

.ny-l>p span {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 24px;
  background: url(../images/sub_left_down2.png) no-repeat center center;
  background-size: 14px 14px;
  /* display: none; */
}
    .ny-l>p span {
        top: 5px;
    }

.ny-l>p span.on {
  background: url(../images/sub_left_up2.png) no-repeat center center;
  background-size: 14px 14px;
}

.ny-l>ul {
  background-color: #ffffff;
  /* min-height: 444px; */
  padding: 0 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  padding-bottom: 10px;
  padding-top: 10px;
  display: none;
}

.ny-l>ul>li {
  position: relative;
  text-align: left;
  border-top: 1px solid #e5e5e5;
  line-height: 45px;
  padding-left: 50px;
}

.ny-l>ul>li:nth-child(1) {
  border-top: none;
}

.ny-l>ul>li:first-child {
  margin-top: 0;
}

/* .ny-l > ul > li.on {
  background: url(../images/ejlmxz.png) no-repeat left top;
}

.ny-l > ul > li:hover {
  background: url(../images/ejlmxz.png) no-repeat left top;
} */

.ny-l>ul>li span {
  position: absolute;
  width: 40px;
  height: 30px;
  right: 0;
  top: 7px;
  background: url(../images/ny-jt.png) no-repeat center center;
}

/* .ny-l > ul > li.on span {
  background: url(../images/ny-jt-other.png) no-repeat center center;
} */

.ny-l>ul>li.on>a {
  color: #1b4fa2;
  font-weight: 700;
}

.ny-l>ul>li:hover>a {
  color: #1b4fa2;
  font-weight: 700;
}

.ny-l>ul>li>ul>li>a {
  font-weight: normal !important;
}

.ny-l>ul>li.on span {
  background: url(../images/ny-jt-other.png) no-repeat center center;
}

.ny-l>ul>li:hover span {
  background: url(../images/ny-jt-other.png) no-repeat center center;
}

.ny-l>ul>li:hover>a {
  color: #1b4fa2;
}

.ny-l>ul>li>a {
  font-size: 18px;
  color: #333;
}

.ny-l>ul>li>ul {
  display: none;
  padding: 0 10px 10px 20px;
}

.ny-l>ul>li>ul>li {
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}

.ny-l>ul>li>ul>li>a {
  font-size: 16px;
  color: #333;
}

.ny-l>ul>li {
  padding-left: 0px;
}
.n_left .erji {
	margin-left: 16px;
	position: relative;
	z-index: 10;
}

.erji {
	position: relative;
	background: #fff ;
	width: 220px;
	min-height: 474px;
}

.erji h1 {
	height: 70px;
	line-height: 70px;
	padding: 0 18px;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	background: #172f79;
}

.erji h1 img {
	margin: -3px 10px 0 0
}

.erji ul li {
	line-height: 60px;
	border-bottom: #d9d9d9 1px solid;
}

.erji ul li a {
	display: inline-block;
	width: 100%;
	height: 60px;
	padding: 0 0 0 30px;
	color: #333333;
	font-size: 16px;
	transition: 0.36s;
	position: relative
}

.erji ul li a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	background: #172f79;
	transition: 0.36s;
	left: 30px
}

.erji ul li a:hover, .erji ul li.on a {
	color: #172f79;
	font-weight: bold;
	padding-left: 50px;
}

.erji ul li a:hover:before, .erji ul li.on a:before {
	width: 6px;
}

.n_right {
	width: 1020px;
	padding-bottom: 15px;
}

.n_news ul {
	margin-bottom: 45px;
}

.n_news ul li {
	padding: 0;
	overflow: hidden;
	margin: 0 0 35px 0;
}

.n_news ul li a {
	display: block;
	overflow: hidden;
	transition: 0.36s;
	position: relative
}

.n_news ul li a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: #e5e5e5 1px solid
}

.n_news ul li:hover {}

.n_news ul li .img, .n_news ul li .img img {
	float: left;
	width: 250px;
	height: 170px;
	overflow: hidden;
	object-fit: cover;
	position: relative
}

.n_news ul li .con {
	float: right;
	width: 680px;
	overflow: hidden;
	padding: 26px 25px 0 0;
	position: relative;
}

.n_news ul li .con .cc {
	position: relative;
	display: inline-block;
}

.n_news ul li .con .cc:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100px;
	height: 2px;
	background: #004ba0;
	transition: 0.6s;
	bottom: -10px;
}

.n_news ul li .con h5 {
	font-size: 16px;
	color: #000000;
	display: inline-block;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
	height: 18px;
	line-height: 18px;
}

.n_news ul li .con p {
	font-size: 12px;
	line-height: 24px;
	height: 48px;
	color: #808080;
	margin: 24px 0 12px;
	overflow: hidden;
}

.n_news ul li .con h6 {
	font-size: 12px;
	color: #808080;
	height: 18px;
	line-height: 19px;
	padding: 0;
}

.n_banner {
	margin-bottom: 30px;
}

.n_banner img {
	width: 1300px;
	height: 300px;
}

.content_box {
	background: #f6f6f6
}

.n_right .content {
	background: #fff;
	padding: 30px 30px 50px;
	min-height: 440px;
}

.n_tulist ul {
	font-size: 0;
	margin: 0 auto;
	/* width: 922px; */
}

.n_tulist ul li {
	display: inline-block;
	text-align: center;
	width: 22%;
	text-align: center;
	background: #F9F9F9;
	BORDER: 1px solid #dfdfdf;
	margin: 13px;
}

.n_tulist ul li .img {
	width: 205px;
	height: 220px;
	overflow: hidden;
	line-height: 220px;
}

.n_tulist ul li .img img {
	width: 170px;
	height: 220px;
	overflow: hidden;
	object-fit: cover;
	margin-top: 10px;
}

.n_tulist ul li h5 {
	font-size: 16px;
	color: #000000;
	line-height: 50px;
	transition: 0.36s
}

.n_lingdao ul {
	font-size: 0;
	margin: 0 -22px;
	margin-bottom: -45px;
	text-align: center;
}

.n_lingdao ul li {
	display: inline-block;
	width: 33.333333%;
	padding: 0 22px;
	margin-bottom: 75px;
	text-align: center;
}

.n_lingdao ul li a {
	position: relative;
	display: block
}

.n_lingdao ul li a:before {
	content: "";
	position: absolute;
	width: 290px;
	height: 395px;
	border: #d9d9d9 1px solid;
	left: 50%;
	margin-left: -145px;
	bottom: -20px;
	transition: 0.6s
}

.n_lingdao ul li .img, .n_lingdao ul li .img img {
	width: 260px;
	height: 380px;
	object-fit: cover;
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.n_lingdao ul li h5 {
	font-size: 28px;
	color: #000000;
	line-height: 50px;
	transition: 0.36s;
	font-family: hwxk;
	margin-top: 10px;
}

.n_lingdao ul li h6 {
	font-size: 14px;
	color: #666;
	transition: 0.36s
}

.news .ar_article .nav01 {
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}

.news .ar_article h3 {
	color: #000000;
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 5px;
	font-weight: bold;
}

.news .ar_article h6 {
	display: inline-block;
	color: #999999;
	font-size: 12px;
	line-height: 35px;
	font-weight: normal;
	margin-bottom: 0;
	margin-right: 22px;
	vertical-align: top;
}

.news .ar_article h6 span {
	margin: 0 10px
}


#ar_fot .end {
	display: inline-block;
	width: 68px;
	height: 20px;
	line-height: 20px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -34px;
	top: -10px;
	text-align: center;
	font-size: 14px;
	color: #8d8e8f;
	text-transform: uppercase
}


#ar_fot {
	position: relative;
	margin-top: 65px;
	padding-top: 28px;
}

#ar_fot h1 {
	display: block;
	font-size: 12px;
	color: #848484;
	width: 100%;
	float: left;
	background: #fff;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-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;
	position: relative;
}

#ar_fot h1.prev {}

#ar_fot h1.next {}

#ar_fot h1 a {
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 4px 0;
	position: relative;
	z-index: 10;
}

#ar_fot .bnt_back {
	position: absolute;
	top: 28px;
	right: 0;
	color: #fff;
	background: #19427d;
	padding: 0 25px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

#ar_fot .bnt_back:hover {
	border-radius: 3px;
}

#ar_fot h1 a span {}

#ar_fot h1:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: transparent 2px solid;
	-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;
}

#ar_fot h1:hover:after {}

#ar_fot h1:hover a {
	color: #1f499b;
}

#ar_fot {
	position: relative;
	height: 54px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.n_list ul {
	position: relative;
	margin-bottom: 45px;
	margin-top: -15px
}

.n_list ul li {
	height: 52px;
	line-height: 52px;
	border-bottom: #cccccc 1px solid
}

.n_list ul li a {
	display: block;
	position: relative;
	height: 52px
}

.n_list ul li a font {
	display: inline-block;
	width: 80%;
	font-size: 16px;
	color: #000;
	position: relative;
	padding-left: 20px;
	transition: 0.36s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.n_list ul li a font:before {
	content: "";
	position: absolute;
	left: 0;
	background: #4465cb;
	width: 5px;
	height: 5px;
	top: 50%;
	margin-top: -4.5px;
	transition: 0.36s
}

.n_list ul li a span {
	float: right;
	font-size: 14px;
	color: #999999
}



@media(min-width: 768px) {
	.n_banner{}
	.container02 .left ul li:hover a font {
		padding-left: 15px;
		color: #172f79;
	}

	.container02 .right ul.miso_hd li:hover a font {
		padding-left: 18px;
		color: #172f79;
	}

	.container02 .right ul.miso_hd li:hover a font:before {
		background: #172f79
	}

	.container03 .fl00 .left .box ul li a:hover {
		background: #c60b14;
		color: #fff
	}

	.container03 .fl00 .left.left01 .box ul li a:hover {
		background: #2a5398;
		color: #fff
	}

	.container03 .fl00 .left .box ul li a:hover:before {}

	.container03 .fl00 ul.ul01 li a:hover font {
		padding-left: 4px;
		color: #172f79;
	}

	.container03 .fl02 .center .first a:hover .con h4 {
		color: #fff;
	}

	.container03 .fl02 .center .first:hover {
		background: #172f79
	}

	.container03 .fl02 .center.center01 ul li a:hover font {
		padding-left: 18px;
		color: #172f79;
	}

	.container03 .fl02 .center .first:hover .con h6 {
		background: url(../20images/bi_on.png) left center no-repeat;
		color: #323232
	}

	.n_news ul li:hover .con .cc:before {
		width: 100%
	}

	.n_news ul li:hover .con h5 {
		color: #172f79;
	}

	.n_tulist ul li a:hover h5 {
		color: #172f79;
	}

	.n_lingdao ul li a:hover:before {
		border: #172f79 1px solid
	}

	.n_list ul li a:hover font {
		padding-left: 26px;
		color: #172f79;
	}

	header .fl01 .right ul li a:hover {
		color: #fff
	}

	.container02 .right ul.miso_bd li.miso-slide:hover .img img {
		transform: scale(1.06)
	}
}


@media(min-width: 992px) and (max-width: 1300px) {}

@media(max-width: 1600px) {}

@media(max-width: 1450px) {}

@media(max-width: 1400px) {}

@media(max-width: 1330px) {}

@media(max-width: 1200px) {
	.w1300{width:100%}
	html {
    overflow: auto;
}
	body {
		padding-top: 60px !important;
	}

	.pc {
		display: none !important;
	}

	.wap {
		display: block !important;
	}

	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #1d50a2;
		padding: 10px;
		z-index: 999;
		box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
	}

	.m-logo {
		font-size: 0;
		float: left;
	}

	.m-logo a {
		display: block;
		font-size: 0;
		line-height: 40px;
	}

	.m-logo img {
		max-height: 40px;
		max-width: 100%;
		vertical-align: middle;
	}

	.m-tlink {
		font-size: 12px;
		padding: 10px 15px 0px;
		color: rgba(255, 255, 255, 0.6);
	}

	.m-tlink a {
		font-size: 12px;
		margin: 0px 8px;
		color: rgb(255, 255, 255);
		display: inline-block;
		line-height: 24px;
		border-radius: 5px;
	}

	.m-tlink a:hover {
		text-decoration: underline;
	}

	.m-tlink a img {
		vertical-align: -2px;
		padding-right: 5px;
		height: 14px;
	}

	.m-tlink .kstd {
		display: inline-block;
		vertical-align: middle;
		line-height: 24px;
		margin-right: 0;
		margin-top: 0;

	}

	.m-tlink .kstd>div {
		left: 0;
		transform: scale(0);
	}

	.m-tlink .kstd:hover div {
		transform: scale(1);

	}

	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		/* background: #fff; */
		margin-top: 15px;
		border: 1px solid #fff;
	}

	.m-search input[type="text"] {
		display: block;
		width: 100%;
		line-height: 25px;
		background: none;
		color: #fff;
		border: 0;
		outline: none;
	}

	.m-search input[type="text"]::placeholder {
		color: #fff;
	}

	.m-search input[type="image"] {
		position: absolute;
		right: 10px;
		top: 10px;
		height: 15px;
	}

	.m-nav {
		position: fixed;
		top: 60px;
		right: -100%;
		bottom: 0;
		z-index: 999;
		background: #1d50a2;
		overflow-y: scroll;
		width: 100%;
		max-width: 375px;
	}

	.m-nav ul {
		padding: 0 15px;
		/* border-top: 1px solid rgba(255, 255, 255, 0.2); */
	}

	.m-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.m-nav ul li>span.on {
		transform: rotateZ(90deg);
	}

	.m-nav ul li ul {
		display: none;
	}

	.m-nav ul li ul li {
		border: none;
	}

	.m-nav>ul>li a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff;
	}

	.m-nav>ul>li ul li a {
		padding: 10px 0;
	}

	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(../images/m-nav_down.png) no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}
	.container00 .title h4{    font-size: 24px;}
	.container00{ width:96%; margin:0 auto}
	.container01 ul li.miso-slide a{    height: 300px;}
	.container01{height: 300px;}
	.container03{height: auto;overflow: hidden;padding: 0;background: none;}
	.container03 .fl00 .left .box{width:100%;float:none}
	.container03 .fl02 .left .img{width: 50%;float:none;height: auto;margin: 0 auto;}
	.container03 .fl02 .left .img img{width: 100%;height:auto;margin: 0 auto;}
	.container02 .right ul.miso_hd{width:100%;float:none}
	.container02 .right ul.miso_bd{width:100%;float:none}
	.container02 .left{width:100%;float:none}
	.container02 .right{width:100%;float:none}
	.container02 .right ul li.miso-slide a{width:100%;height: 400px;}
	.container02 .right ul.miso_bd li.miso-slide .img, .container02 .right ul.miso_bd li.miso-slide .img img{width: 100% !important;height: 100%!important; }
	.container03 .fl00 .left{width:100%;float:none;padding: 0;height: auto;overflow: hidden;}
	.container03 .fl00 .center{width:100%;float:none}
	.container04{    padding: 20px 0;}
	.container04 .title img{width:70%}
	.position{padding: 0 10px 0 30px;background: #fff url(../images/position.png) 10px 10px no-repeat;}
		.n_banner{margin-bottom: 10px;}
	.n_banner img{width:100%;height: auto;}
	.n_left {display:none}
	.n_right{width:100%;float: none;}
.n_right .content{
    padding: 10px;
}
	.content{}
	.n_tulist{
    width: 100%;
}
	.n_tulist ul{/* width:100%; */margin: 0 -10px;display: flex;flex-wrap: wrap;justify-content: flex-start;box-sizing: border-box;}
	.n_tulist ul li{
    width: 33.333%;
    text-align: center;
    display: block;
    height: auto;
    overflow: hidden;
    margin: 0;
    border: none;
    background: none;
    box-sizing: border-box;
    padding: inherit;
    padding: 10px;
}
	.n_tulist ul li a{
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #F9F9F9;
    BORDER: 1px solid #dfdfdf;
    padding: 10px 10px 0 10px;
}
	.n_tulist ul li .img{
		padding-top: 129.666%;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		width: 100%;
		height: 100%;
	}
	.n_tulist ul li h5{height:40px;line-height: 40px;}
	.n_tulist ul li .img img{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transition: all 1s;
		margin-top: 0;
	}
	.n_box{
    width: 96%;
    margin: 0 auto;
}
.ny-l {
    display: block;
    margin-top: 20px;
  }

  .ny-l>p {
    background: #1b4fa2;
    text-align: left;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    padding-left: 20px;
  }

  .ny-l>ul>li>a {
    font-size: 16px;
  }
	.n_lingdao ul li .img{
    padding-top: 130%;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: block;
    object-fit: none;
}
	.n_lingdao ul li .img img{
		position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
	}
	.n_lingdao ul li{
    margin-bottom: 20px;
}
	.n_lingdao ul li h5{
    font-size: 18px;
    line-height: 30px;
    margin-top: 0;
}
	.n_lingdao ul li a:before{display:none}
	.vsbcontent_img img{max-width:100%;height: auto !important;}
footer{
    height: auto;
    background-size: cover;
}
	footer .left{
    float: none;
    width: 100%;
    text-align: center;
    padding: 20px;
}
	footer .fr{
    float: none;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}
	footer .left h3 img{width:40%}
	.fanhui{
    bottom: 100px;
    right: 10px;
}
	
	

}

@media(max-width: 1060px) {}

@media(max-width: 992px) {
	.n_news ul li .con h5{
    /* display: block; */
    /* white-space: pre-wrap; */
    /* text-overflow: revert-layer; */
    /* word-wrap: break-word; */
    /* overflow-wrap: break-word; */
    /* width: 100%; */
    white-space: normal;
    text-overflow: initial;
    overflow: inherit;
    height: auto;
}



.n_news ul li .img, .n_news ul li .img img {
    float: left;
    width: 220px;
    height: 150px;
    overflow: hidden;
    object-fit: cover;
    position: relative;
}
	.n_news ul li .con{
    width: calc(100% - 230px);
    /* float: left; */
    padding: 8px 10px 0 0;
}
	#ar_fot h1 a{
    overflow: auto;
    text-overflow: initial;
    white-space: normal;
}
	#ar_fot h1 a span{
    /* display: block; */
}
}

@media(max-width: 768px) {
.container01 { height: 200px;}
.container01 ul li.miso-slide a{height: 200px;}
footer .left h3 img{width:70%}
	.n_tulist ul li{width:50%}
}

@media(max-width: 456px) {
	.n_list ul li a font{width:70%}



.n_news ul li .img, .n_news ul li .img img {
    float: left;
    width: 170px;
    height: 150px;
    overflow: hidden;
    object-fit: contain;
    position: relative;
}
	.n_news ul li .con{
    width: calc(100% - 180px);
    /* float: left; */
    padding: 8px 10px 0 0;
}




}