@charset "utf-8";

* {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch
}

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	line-height: 1;
	font-size: 16px;
	overflow-x: hidden;
	transition: all 0.4s ease-in
}

html,
body {
	min-height: 100%;
	overflow-x: hidden
}

html {
	overflow: -moz-scrollbars-vertical
}

::-webkit-scrollbar {
	width: 4px;
	height: 8px;
	background-color: #F5F5F5
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #333
}

.clear:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

input,
button,
textarea {
	background: none;
	outline: none;
	border: none;
	-webkit-appearance: none;
	border-radius: 0
}

input:focus {
	border: none
}

.img_zd {
	position: relative;
	width: 100%
}

.img_zd .img_hezi {
	padding-bottom: 67.80% !important
}

.img_zd>img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	height: 100%;
	width: 100%
}

a {
	text-decoration: none;
	bblr: expression(this.onFocus=this.blur());
	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
}

ul li {
	list-style: none
}

h3,
h4,
h5 {
	font-weight: normal
}

h4 a:hover,
h5 a:hover {
	-moz-transition: all 0.36s ease-in-out;
	-webkit-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out
}

hr {
	display: block;
	height: 1px;
	border: 0;
	background: #d8d8d8;
	padding: 0;
	margin-bottom: 3.25rem;
	margin-top: 2.5rem
}

abbr,
article,
aside,
audio,
canvas,
datalist,
details,
dialog,
eventsource,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
time,
video {
	display: block
}

video {
	object-fit: cover
}

.fl {
	float: left
}

.fr {
	float: right
}

.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
}

.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
}

.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
}

.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
}

.ie_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 99998
}

.ie9tips {
	width: 600px;
	height: 300px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -300px;
	line-height: 1.8;
	color: #fff;
	z-index: 99999;
	text-align: center
}

.ie9tips a {
	color: red
}

.ie9tips img {
	display: block;
	margin: 0 auto;
	opactiy: 0.9;
	filter: alpha(opacity=90);
	max-width: 100%
}

.ie9tips p {
	padding-top: 10px;
	color: #fff;
	width: 420px;
	margin: 10px auto;
	line-height: 1.8
}

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%
}

.w17 {
	max-width: 1700px;
	margin: 0 auto;
padding: 0 5%;
}

.w14 {
	max-width: 1400px;
	margin: 0 auto
}

@media (max-width:1540px) {
	.w14 {
		width: calc(100% - 30px);
		margin: 0 15px
	}

	.w17 {
		width: calc(100% - 30px);
		margin: 0 15px
	}
}

.fanhui {
	position: fixed;
	right: 30px;
	bottom: 75px;
	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: #003d98
}

.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
}

img {
	vertical-align: middle
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.flex-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}

.flex-start {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap
}

.flex-end {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap
}

#gotop {
	position: fixed;
	z-index: 90;
	bottom: 20px;
	right: 1px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	width: 45px;
	height: 45px
}

#gotop.hide {
	height: 0;
	opacity: 0;
	visibility: hidden
}

#gotop {
	cursor: pointer
}

#gotop svg {
	width: 100%;
	height: 100%;
	fill: #0d71e6
}

@font-face {
	font-family: 'FZJuZXFJW';
	src: url('../font/FZJuZXFJW.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
}

.header_box {
	z-index: 100;
	height: 200px;
	left: 0;
	right: 0;
	top: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	position: fixed;
	top: 0
}

#header {
	height: 140px;
	z-index: 999;
	width: 100%;
	transition: 0.6s
}

#header .headerflex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.625rem
}

.topLink {
	width: 100%;
	height: 2.5rem;
	background: #2f79c4
}

.topLink .tright p {
	padding-right: 1rem
}

.topLink p a {
	font-size: 0.875rem;
	color: white;
	font-family: "microsoft yahei";
	display: inline-block;
	padding: 0 1rem;
	line-height: 2.5rem;
	position: relative
}

.topLink p a+a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	height: 8px;
	width: 1px;
	background: #97bce2;
	left: 0
}

.topLink p a:hover {
	color: #fe9500
}

.topLink .search_btn {
	cursor: pointer;
	text-align: center;
	transition: .6s
}

.header_top {
	height: 30px;
	line-height: 30px;
	background: #6f1fae;
	overflow: hidden;
	text-align: right;
	z-index: 10;
	position: relative
}

.header_top ul {
	display: inline-block;
	vertical-align: top
}

.header_top ul li {
	font-size: 1rem;
	color: #fff
}

.header_box .w1750 {
	height: 100%;
	position: relative;
	max-width: 100%;
	margin: 0 10rem
}

#logo {
	width: 28%
}

#logo .table {
	width: auto
}

#logo {
	float: left;
	height: 100%
}

#nav {
	position: relative
}

@media(max-width: 850px) {
	.header_box {
		height: 9.5rem
	}
}

@media(max-width: 414px) {
	.header_box {
		height: 7.5rem
	}
}

@media(max-width: 340px) {
	.topLink p {
		margin-right: 0
	}

	.topLink p a {
		padding: 0 0.5rem
	}
}

@media(max-width: 1500px) {
	#logo {
		width: 32%
	}

	#logo img {
		width: 100%
	}
}

#nav {
	width: 66%
}

#nav .navBox {
	width: 100%
}

#nav ul {
	position: relative
}

#nav ul li {
	position: relative;
	z-index: 9
}

#nav ul li a {
	display: block;
	padding: 0
}

#nav ul li h3 {
	font-size: 1.125rem;
	color: #fff;
	line-height: 60px;
	position: relative;
	transition: .6s;
	font-weight: bold
}

#nav ul li:hover a h3 {
	color: #fe9500
}

#nav ul li:hover a {
	color: #fe9500
}

#nav ul li.on h3 {
	font-weight: bold
}

#nav ul li:hover a h3 span,
#nav ul li.on h3 span {
	background: url() no-repeat left center
}

#nav ul li a i {
	display: inline-block;
	background: url() center no-repeat;
	width: 9px;
	height: 6px;
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px
}

#nav ul li .sub {
	position: absolute;
	top: 100%;
	background: #fff;
	background: rgba(255, 255, 255, .95);
	width: 140px;
	left: 50%;
	margin-left: -70px;
	z-index: 10000;
	visibility: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: .5s
}

#nav ul li:last-child .sub {
	margin-left: 0;
	left: auto;
	right: 0
}

#nav ul li .sub .box {
	padding: 10px 0px;
	text-align: center
}

#nav ul li .sub a {
	padding: 8px 0;
	line-height: 30px;
	transition: .3s;
	font-size: 15px;
	color: #666
}

#nav ul li .sub a:hover {
	color: #2f79c4;
	background: #E5E5E5
}

#nav ul li:hover .sub {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: translateY(0px)
}

#nav ul>li.on h3,
#nav ul li:hover h3,
#header.xg #nav ul li.on a h3,
#header.xg #nav ul li:hover a h3 {
	color: #FFFFFF
}

#nav .navBox>ul>li h3:after {
	content: "";
	display: block;
	width: 140px;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	background: #fe9500;
	bottom: 0px;
	transition: .3s;
	transform: scale(0);
	border-radius: 0
}

#nav .navBox>ul>li:last-child h3:after {
	left: auto;
	margin-left: 0;
	right: 0
}

#nav .navBox>ul>li h3:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	border-left: transparent 3px solid;
	border-right: transparent 3px solid;
	border-bottom: #fe9500 4px solid;
	bottom: 2px;
	transition: .3s;
	opacity: 0;
	visibility: hidden
}

#nav .navBox>ul>li:hover h3.ej:after,
#nav ul li.on h3.ej:after {
	transform: scale(1)
}

#nav .navBox>ul>li:hover h3.er:before,
#nav>ul>li.on h3.ej:before {
	opacity: 1;
	visibility: visible
}

#header.xg {
	background: #2f79c4;
	height: auto;
	transition: 0.4s;
}



#header.xg .headerflex {
	margin-top: 0
}

#header.xg #logo a img {
	width: 75%
}

#nav {
	display: flex;
	justify-content: flex-end;
	align-items: center
}

#logo .logo_black {
	display: none
}

.top_search_black {
	display: none
}

#header.xg {
	top: 0
}

#header.xg #logo .logo_black,
#header.xg .top_search_black {
	display: inline-block
}
#header.xg #logo{padding: 0.625rem 0;width: 25%;}

#header.xg .top_search_white {
	display: none
}

#header.xg #nav ul li a h3 {
	color: #FFFFFF
}
#header.xg .topLink {
			display: none
		}
@media(max-width: 1200px) {
	#header.xg .topLink {
			display: block
		}
}

@media(max-width: 850px) {
	.topLink {
		display: none
	}
	

	#header {
		display: none
	}
}

.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(../images/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: 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(47, 121, 196, .8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0
}

.logo2 {
	width: 30%;
	position: relative;
	float: left
}

.logo2 a {
	display: table;
	vertical-align: middle
}

.logo2 img {
	display: block;
	max-width: 100%;
	vertical-align: middle
}

.m_header_box {
	display: none;
	z-index: 100;
	height: 80px;
	left: 0;
	right: 0;
	top: 0;
	position: fixed;
	top: 3rem
}

#m_header {
	z-index: 99;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	padding: 0 15px;
	display: none
}

#m_header #logo {
	height: 60px
}

#m_header #logo img {
	max-height: 60%;
	max-height: 28px
}

#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 url() center no-repeat;
	background-size: 20px;
	font-size: 0;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	float: left
}

.tc_search {
	margin: 0 1.3rem;
	width: calc(100% - 2.6rem)
}

.tc_search form {
	height: 40px;
	border-radius: 20px;
	border: 1px solid #e5e5e5;
	position: relative;
	width: 100%;
	margin-bottom: 1rem
}

.tc_search #keyword {
	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/search2.png) 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 {
	color: #fff;
	color: rgba(255, 255, 255, .7)
}

.tc_search input:-moz-placeholder {
	c color: #fff;
	color: rgba(255, 255, 255, .7)
}

.tc_search input:-ms-input-placeholder {
	color: #fff;
	color: rgba(255, 255, 255, .7)
}

.tc_search input:focus::-webkit-input-placeholder {
	color: transparent
}

.tc_search input:focus:-moz-placeholder {
	color: transparent
}

.tc_search input:focus::-moz-placeholder {
	color: transparent
}

.tc_search input:focus:-ms-input-placeholder {
	color: transparent
}

#nav_btn_box {
	height: 100%;
	z-index: 999999999;
	float: right;
	margin-left: 20px
}

#nav_btn_box.on {
	background: none
}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
	background: #fff
}

#nav_btn {
	cursor: pointer;
	text-align: center;
	z-index: 99999;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	outline: none;
	box-shadow: none
}

#nav_btn .point {
	display: inline-block;
	width: 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: 24px
}

#nav_btn .navbtn {
	position: absolute;
	top: 12px;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 1px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #FFFFFF
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 24px;
	height: 1px;
	content: '';
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #FFFFFF
}

#nav_btn .navbtn::after {
	top: -8px
}

#nav_btn .navbtn::before {
	top: 8px
}

#nav_btn .point.on .navbtn {
	background: transparent
}

#nav_btn .point.on .navbtn::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px
}

#nav_btn .point.on .navbtn::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0px
}

.m_nav_list {
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	overflow: auto
}

.m_nav_list::-webkit-scrollbar {
	display: none
}

#m_nav {
	z-index: 99999;
	position: fixed;
	background: rgba(47, 121, 196, 0.95);
	width: 20rem;
	height: 100vh;
	right: -400px;
	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 2.3rem
}

#m_nav>ul>li+li {
	border-top: 1px solid rgba(255, 255, 255, 0.1)
}

#m_nav li .a {
	display: inline-block;
	width: calc(100% - 30px)
}

#m_nav li .a h3 {
	line-height: 3rem;
	height: 3rem;
	color: #fff;
	padding: 0;
	font-size: 1.125rem;
	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: 16px;
	height: 3rem;
	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: #2f79c4
}

#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
}

#m_header .search_btn {
	display: none
}

.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
}

.topLink2 {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #458ad5;
	margin-left: 10%
}

.topLink2 p {
	flex-wrap: wrap;
	margin-bottom: 10px
}

.topLink2 p a {
	font-size: 14px;
	color: white;
	display: block;
	width: 30%;
	line-height: 32px
}

@media(max-width: 1200px) {
	#nav {
		right: 15px
	}

	.headerflex {
		height: 0;
		width: 0;
		opacity: 0
	}

	#m_header {
		display: block;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 0
	}

	.m_header_box {
		display: block
	}

	#m_nav {
		top: 0
	}

	#nav_slide {
		display: block
	}

	.tc2 .tc-box {
		width: 80%;
		margin-left: -40%
	}

	.topLink .search_btn img {
		width: 80%
	}
}

#m_nav .topLink2 {
	display: none
}

@media(max-width: 850px) {
	#m_nav .topLink2 {
		display: block
	}

	.m_header_box {
		top: 0;
		background: #458ad5;
		height: auto
	}

	#m_header {
		height: 5rem
	}
	.m_header_box .logo2 img {
		width: 100%
	}

	#m_header .search_btn {
		display: block
	}
}
@media(max-width: 500px) {
	.m_header_box .logo2{width: 44%;}
}
@media(max-width: 414px) {
	.m_header_box .logo2{width: 47%;}
	.m_header_box .logo2 img {
		width: 100%
	}
}

.bg01 {
	background: url() no-repeat top left;
	background-size: 100% auto;
	background-size: cover
}

.bannerBox {
	position: relative
}

.bannerBox {
	width: 100%;
	position: relative;
	z-index: 1
}

.bannerBox .swiper-button-prev {
	background: url(../images/ll.png) no-repeat;
	width: 34px;
	height: 34px;
	cursor: pointer;
	background-size: 100%
}

.bannerBox .swiper-button-next {
	background: url(../images/rr.png) no-repeat;
	width: 34px;
	height: 34px;
	cursor: pointer;
	background-size: 100%
}

.bannerBox .slider img {
	display: block;
	width: 100%
}

.bannerBox .slider video {
	display: block;
	width: 100%
}

.bannerBox .slick-dots {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 1rem;
	left: 0;
	width: 100%;
	text-align: center
}

.bannerBox .slick-dots li {
	width: 0.875rem;
	height: 0.875rem;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	font-size: 0;
	margin: 0 0.375rem
}

.bannerBox .slick-dots li.slick-active {
	background: white
}

.bannerBox .slick-dots li button {
	font-size: 0
}

.bannerBox button {
	font-size: 0;
	display: none !important
}

@media(max-width: 850px) {
	.bannerBox {
		margin-top: 5rem
	}

	.banner a {
		height: 100%;
		width: 100%
	}

	.banner img {
		position: relative;
		top: 0;
		left: 0;
		transform: translate3d(0, 0, 0);
		width: 100%
	}
}

@media(max-width: 992px) {
	#gotop {
		right: 0;
		transform: scale(0.6);
		bottom: 6rem
	}
}

.sametitle {
	position: relative;
	margin-bottom: 1.75rem
}

.sametitle h4 {
	display: block;
	margin: 0 auto
}

.sametitle h4 p {
	font-size: 2rem;
	color: #000000;
	line-height: 28px;
	background: url(../images/titleBg.png) no-repeat center bottom;
	padding-bottom: 2.2rem;
	background-size: auto;
	text-align: center
}

.sametitle a {
	position: absolute;
	right: 0;
	top: 0.875rem;
	font-size: 0.875rem;
	background: url(../images/moreBg.png) no-repeat right;
	padding-right: 0.5rem;
	line-height: 30px;
	width: 6.875rem;
	text-align: right;
	color: #000
}

.sametitle a:hover {
	color: #2F79C4
}

.newsBox {
	background: url(../images/newsBg.jpg) no-repeat center;
	background-size: cover;
	padding: 4.375rem 0
}

.newsBox .newsCon {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 13.125rem;
}


.newsBox .newsCon .firstPic {
	width: calc(54.3% - 10px);
	height: 29.6875rem;
	overflow: hidden
}

.newsBox .newsCon .firstPic a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%
}

.newsBox .newsCon .firstPic a .pic {
	width: 100%;
	overflow: hidden;
	height: 100%
}

.newsBox .newsCon .firstPic a .pic img {
	position: relative;
	width: 100%;
	height: 100%
}

.newsBox .newsCon .firstPic a .pic img::after {
	content: '';
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	height: 30%
}

.newsBox .newsCon .firstPic a .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0
}

.newsBox .newsCon .firstPic a .text p {
	font-size: 1.125rem;
	left: 1.75rem;
	height: 1.75rem;
	overflow: hidden;
	color: white;
	padding: 0 1.25rem;
	text-align: center;
	margin-bottom: 0.625rem;
white-space: nowrap;
    text-overflow: ellipsis;
}

.newsBox .newsRight {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.newsBox .ula {
	width: 100%;
	margin-top: 20px;
	align-items: flex-end;

}

.newsBox .ula li {
	width: calc(27% - 15px);
	border-top: 2px solid #D79F04;
	background: white;
	height: 11.875rem
}

.newsBox .ula li {}

.newsBox .ula li a {
	display: block;
	padding: 1.6rem 1.25rem
}

.newsBox .ula li a h4 {
	font-size: 1rem;
	line-height: 1.625rem;
	max-height: 3.25rem;
	overflow: hidden;
	color: #000000
}

.newsBox .ula li a i {
	font-size: 0.75rem;
	color: #737373;
	line-height: 1.125rem;
	background: url(../images/time.png) no-repeat left center;
	padding-left: 1rem;
	font-style: normal;
	margin: 0.4rem 0 0.6rem 0;
	display: block
}

.newsBox .ula li a p {
	font-size: 14px;
	line-height: 1.375rem;
	overflow: hidden;
	max-height: 2.75rem;
	color: #737373
}

.newsBox .ula li a:hover h4 {
	color: #2F79C4
}



.newsBox .newsRight1 {
	width: 100%;

}

.newsBox .ula1 {
	width: 100%;
	margin-top: 20px;
	align-items: flex-end;

}

.newsBox .ula1 li {
width: 23%;
    border-top: 2px solid #D79F04;
    background: #f7f7f7;
    height: 7.875rem;
}

.newsBox .ula1 li {}

.newsBox .ula1 li a {
	display: block;
	padding: 1.6rem 1.25rem
}

.newsBox .ula1 li a h4 {
	font-size: 1rem;
	line-height: 1.625rem;
	max-height: 3.25rem;
	overflow: hidden;
	color: #000000
}

.newsBox .ula1 li a i {
	font-size: 0.75rem;
	color: #737373;
	line-height: 1.125rem;
	background: url(../images/time.png) no-repeat left center;
	padding-left: 1rem;
	font-style: normal;
	margin: 0.4rem 0 0.6rem 0;
	display: block
}

.newsBox .ula1 li a p {
	font-size: 14px;
	line-height: 1.375rem;
	overflow: hidden;
	max-height: 2.75rem;
	color: #737373
}

.newsBox .ula li a:hover h4 {
	color: #2F79C4
}







.newsBox .ula li+li+li {
	width: calc(23% - 15px);
	border-top: 2px solid #D79F04;
	background: white;
	height: 16.875rem;
	overflow: hidden
}

.newsBox .ula li+li+li a {
	display: block;
	padding: 1.6rem 1.25rem;
	position: relative
}

.newsBox .ula li+li+li a::after {
	position: absolute;
	content: "";
	background: url(../images/logobg.png) no-repeat center;
	width: 6.5rem;
	height: 6.5rem;
	background-size: 6.5rem;
	animation: cc 20s linear 0s infinite;
	bottom: -4.875rem;
	right: 0
}

@keyframes cc {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.newsBox .ula li+li+li a h4 {
	font-size: 1rem;
	line-height: 1.625rem;
	max-height: 3.25rem;
	overflow: hidden;
	color: #000000
}

.newsBox .ula li+li+li a i {
	font-size: 0.75rem;
	color: #737373;
	line-height: 1.125rem;
	background: url(../images/time.png) no-repeat left center;
	padding-left: 1rem;
	font-style: normal;
	margin: 0.6rem 0 0.7rem 0;
	display: block
}

.newsBox .ula li+li+li a p {
	font-size: 14px;
	line-height: 1.375rem;
	overflow: hidden;
	max-height: 5.5rem;
	color: #737373
}

.newsBox .ula li+li+li a:hover h4 {
	color: #2F79C4
}


.newsBox .ulb {
	width: calc(45.7% - 10px);

}

.newsBox .ulb li {
	width: calc(50% - 10px);
	height: 25rem
}

.newsBox .ulb li a {
	display: block
}

.newsBox .ulb li a .pic {
	width: 100%;
	overflow: hidden;
	height: 12.5rem;
	overflow: hidden
}

.newsBox .ulb li a .pic img {
	position: relative;
	width: 100%;
	object-fit: fill
}

.newsBox .ulb li a .text .texttop {
	flex-wrap: wrap;
	margin-top: 0.625rem
}

.newsBox .ulb li a .text .texttop .date {
	background: #2f79c4;
	width: 4.375rem;
	height: 4.375rem;
	border-radius: 50%
}

.newsBox .ulb li a .text .texttop .date i {
	font-size: 1.375rem;
	color: white;
	font-family: "Times New Roman";
	font-style: normal;
	display: block;
	text-align: center;
	margin-top: 0.9375rem;
	font-weight: bold
}

.newsBox .ulb li a .text .texttop .date b {
	font-size: 0.875rem;
	color: white;
	font-family: "Times New Roman";
	font-style: normal;
	display: block;
	text-align: center;
	font-weight: normal;
	margin-top: 0.1875rem
}

.newsBox .ulb li a h4 {
	font-size: 1rem;
	line-height: 1.5rem;
	max-height: 4.5rem;
	overflow: hidden;
	color: #000000;
	width: calc(100% - 5rem)
}

.newsBox .ulb li a p {
	font-size: 14px;
	line-height: 1.475rem;
	overflow: hidden;
	max-height: 5.5rem;
	color: #737373;
	margin-top: 0.875rem
}

.newsBox .ulb li a:hover h4 {
	color: #2F79C4
}



@media(max-width: 850px) {
	.newsBox .newsCon{padding-bottom: 0;}
	.newsBox {
		padding: 2.5em 0
	}

	.newsBox .newsCon .newsLeft {
		width: 100%
	}

	.newsBox .newsCon .firstPic {
		width: 100%;
		height: auto
	}

	.newsBox .ula li {
		width: 100%;
		height: auto
	}

	.newsBox .ula1 li {
		width: 100%;
		height: auto ; margin-bottom:15px;
	}


	.newsBox .ula li+li {
		margin-top: 20px
	}

	.newsBox .ula li+li+li {
		width: 100%;
		height: auto;
	}

	.newsBox .newsCon .newsRight {
		width: 100%;
		position: relative;margin-top: 20px;
	}

	.newsBox .ulb {
		margin-top: 20px;
		width: 100%;
	}

	.newsBox .ulb li {
		width: 100%;
		height: auto
	}

	.newsBox .ulb li+li {
		margin-top: 20px
	}

	.newsBox .ulb li a .pic {
		width: 100%;
		height: auto;
		max-height: 20rem
	}

	.newsBox .ulc {
		margin-top: 20px
	}

	.newsBox .ulc li {
		width: 100%;
		height: auto
	}

	.newsBox .ulc li+li {
		margin-top: 20px
	}
}

.NoticeBox {
	background: url(../images/bg2.jpg) no-repeat center;
	background-size: cover;
	padding: 4.375rem 0
}

.NoticeBox .swiper-container {
	padding-bottom: 3.5rem
}

.NoticeBox .sametitle h4 p {
	background: url(../images/titleBg2.png) no-repeat center bottom;
	color: white
}

.NoticeBox .sametitle a {
	background: url(../images/moreBg2.png) no-repeat right;
	color: #FFFFFF
}

.NoticeBox .sametitle a:hover {
	color: #e4bb6c
}

.NoticeBox .NoticeCon {
	position: relative
}

.NoticeBox .NoticeCon::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 1px;
	background: white
}

.NoticeBox .NoticeCon .swiper-slide {
	background: #FFFFFF;
	padding: 2.25rem 1.625rem;
	border-top-right-radius: 1.875rem;
	position: relative;
	height: 16rem;
	transition: 0.4s
}

.NoticeBox .NoticeCon .swiper-slide::after {
	position: absolute;
	left: 20%;
	bottom: -10px;
	content: "";
	background: url(../images/sj2.png) no-repeat center;
	width: 15px;
	height: 10px
}

.NoticeBox .NoticeCon .swiper-slide::before {
	background: url(../images/dian.png) no-repeat center;
	width: 15px;
	height: 15px;
	content: "";
	left: 20%;
	bottom: -53px;
	position: absolute
}

.NoticeBox .NoticeCon .swiper-slide:hover {
	background: url(../images/logobg2.png) no-repeat right top #e4bb6c;
	transition: 0.4s
}

.NoticeBox .NoticeCon .swiper-slide:hover::after {
	background: url(../images/sj2on.png) no-repeat center
}

.NoticeBox .NoticeCon a {
	display: block
}

.NoticeBox .NoticeCon a .date {
	display: flex;
	justify-content: start;
	align-items: flex-end
}

.NoticeBox .NoticeCon a .date i {
	display: inline-block;
	font-style: normal;
	font-size: 1.875rem;
	color: #2F79C4;
	font-family: "Times New Roman";
	font-style: normal;
	display: block;
	font-weight: bold
}

.NoticeBox .NoticeCon a .date b {
	font-size: 0.875rem;
	color: white;
	font-family: "Times New Roman";
	font-style: normal;
	display: block;
	font-weight: normal;
	margin-top: 0.1875rem;
	background: url(../images/datebg.png) no-repeat left center;
	line-height: 1.625rem;
	padding-left: 0.2rem;
	margin-left: 0.5rem
}

.NoticeBox .NoticeCon .swiper-slide:hover i {
	color: white
}

.NoticeBox .NoticeCon .swiper-slide:hover b {
	color: #e4bb6c;
	background: url(../images/datebgon.png) no-repeat left center
}

.NoticeBox .NoticeCon a h4 {
	font-size: 1rem;
	line-height: 1.5rem;
	max-height: 4.5rem;
	overflow: hidden;
	color: #000000;
	margin: 1.25rem 0
}

.NoticeBox .NoticeCon a p {
	font-size: 14px;
	line-height: 1.375rem;
	max-height: 4.125rem;
	overflow: hidden;
	color: #737373
}

.NoticeBox .NoticeCon .swiper-slide:hover h4 {
	color: white
}

.NoticeBox .NoticeCon .swiper-slide:hover p {
	color: white
}

.NoticeBox .swiper-button-prev {
	left: -41px;
	position: absolute;
	background: url(../images/ll.png) no-repeat center;
	width: 41px;
	height: 41px;
	bottom: -10px;
	top: auto
}

.NoticeBox .swiper-button-next {
	position: absolute;
	left: auto;
	right: 0;
	background: url(../images/rr.png) no-repeat center;
	width: 41px;
	height: 41px;
	right: -41px;
	bottom: -10px;
	top: auto
}

@media(max-width: 1400px) {
	.NoticeBox .NoticeCon::before {
		width: calc(100% - 82px);
		left: 50%;
		margin-left: -44%
	}

	.NoticeBox .swiper-button-prev {
		left: 0px
	}

	.NoticeBox .swiper-button-next {
		right: 0px
	}

	.NoticeBox .swiper-container {
		padding-bottom: 4rem
	}
}

@media(max-width: 850px) {
	.NoticeBox {
		padding: 2.5em 0
	}
}

@media(max-width: 580px) {
	.NoticeBox .NoticeCon::before {
		margin-left: -40%
	}

	.NoticeBox .swiper-container {
		padding-bottom: 4.5rem
	}
}

@media(max-width: 414px) {
	.NoticeBox .NoticeCon::before {
		margin-left: -38%
	}
}

.xyfcBox {
	width: 100%;
	max-width: 1920px;
	display: block;
	margin: 2.375rem auto 0 auto
}

.xyfcBox .xyfcBoxCon ul li {
	width: 50%
}

.xyfcBox .xyfcBoxCon ul li a {
	display: flex;
	justify-content: space-between;
	height: 100%;
	flex-direction: row-reverse;
	position: relative
}

.xyfcBox .xyfcBoxCon ul li a:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	width: 0;
	height: 0;
	opacity: 0.5;
	transition: 0.4s;
	border: 0
}

.xyfcBox .xyfcBoxCon ul li:hover a::after {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	transition: 0.4s;
	border: 1px solid #FFFFFF
}

.xyfcBox .xyfcBoxCon ul li a .pic {
	width: 50%;
	overflow: hidden;
	max-height: 20rem;

}

.xyfcBox .xyfcBoxCon ul li:hover .pic img {
	transform: scale(1.2);
	transition: 0.4 ease-in
}

.xyfcBox .xyfcBoxCon ul li a .pic img {
	width: 100%;
	height: 100%
}

.xyfcBox .xyfcBoxCon ul li a .text {
	display: flex;
	flex-direction: column;
	
	width: 50%;
	background: url(../images/xyfcbg1.png) no-repeat center;
	padding: 1.5625rem;
	display: flex;
	justify-content: center;
	background-size: cover;
}

.xyfcBox .xyfcBoxCon ul li:nth-child(2) a .text {
	background: url(../images/xyfcbg2.png) no-repeat center;
	background-size: cover;

}

.xyfcBox .xyfcBoxCon ul li:nth-child(3) a .text {
	background: url(../images/xyfcbg3.png) no-repeat center;
	background-size: cover;
}

.xyfcBox .xyfcBoxCon ul li:nth-child(4) a .text {
	background: url(../images/xyfcbg4.png) no-repeat center;
	background-size: cover;
}

.xyfcBox .xyfcBoxCon ul li a .text h5 {
	font-size: 1.125rem;
	color: #FFFFFF;
	line-height: 1.75rem;
	max-height: 100%;
	overflow: hidden;
	font-weight: bold;
	text-align: center;
	background: url(../images/jt3.png) no-repeat center bottom;
	padding-bottom: 2rem;
	transition: 0.4s
}

.xyfcBox .xyfcBoxCon ul li:hover a .text h5 {
	background-position-x: right;
	transition: 0.4s
}

.xyfcBox .xyfcBoxCon ul li+li+li a {
	flex-direction: row
}

@media(max-width: 850px) {
	.xyfcBox .xyfcBoxCon ul li {
		width: 100%
	}
}

.fastwayTopic {
	background: url(../images/bg3.png) no-repeat bottom center;
	background-size: cover;
	padding: 4.375rem 0
}

.fastway {
	margin: 0 auto
}

.fastway .fastwayCon ul li {
	border: 1px solid rgba(47, 121, 196, 0.3);
	box-sizing: border-box;
	width: 9%;
	height: 9.625rem
}

.fastway .fastwayCon ul li a {
	display: block
}

.fastway .fastwayCon ul li a span {
	background: url(../images/ic090701.png) no-repeat center;
	width: 3.75rem;
	height: 3.75rem;
	display: block;
	margin: 0 auto;
	display: block;
	margin-top: 1rem
}

.fastway .fastwayCon ul li:nth-child(2) a span {
	background: url(../images/ic02.png) no-repeat center
}

.fastway .fastwayCon ul li:nth-child(3) a span {
	background: url(../images/ic03.png) no-repeat center
}

.fastway .fastwayCon ul li:nth-child(4) a span {
	background: url(../images/ic04.png) no-repeat center
}

.fastway .fastwayCon ul li:nth-child(5) a span {
	background: url(../images/ic06.png) no-repeat center
}

.fastway .fastwayCon ul li:nth-child(6) a span {
	background: url(../images/ic07.png) no-repeat center
}

.fastway .fastwayCon ul li:nth-child(7) a span {
	background: url(../images/ic08.png) no-repeat center
}

.fastway .fastwayCon ul li:nth-child(8) a span {
	background: url(../images/ic09.png) no-repeat center
}

.fastway .fastwayCon ul li a p {
	font-size: 1.125rem;
	line-height: 28px;
	color: #000000;
	text-align: center;
	margin-top: 0.625rem
}

.fastway .fastwayCon ul li:hover {
	background: #2f79c4
}

.fastway .fastwayCon ul li:hover p {
	color: white
}

.fastway .fastwayCon ul li:nth-child(1):hover a span {
	background: url(../images/ic090701.png) no-repeat center
}

.fastway .fastwayCon ul li:nth-child(2):hover a span {
	background: url(../images/icon02.png) no-repeat center
}

.fastway .fastwayCon ul li:nth-child(3):hover a span {
	background: url(../images/icon03.png) no-repeat center
}

.fastway .fastwayCon ul li:nth-child(4):hover a span {
	background: url(../images/ic00907.png) no-repeat center
}

.fastway .fastwayCon ul li:nth-child(5):hover a span {
	background: url(../images/icon06.png) no-repeat center
}

.fastway .fastwayCon ul li:nth-child(6):hover a span {
	background: url(../images/icon07.png) no-repeat center
}

.fastway .fastwayCon ul li:nth-child(7):hover a span {
	background: url(../images/icon08.png) no-repeat center
}

.fastway .fastwayCon ul li:nth-child(8):hover a span {
	background: url(../images/icon09.png) no-repeat center
}

@media(max-width: 850px) {
	.fastwayTopic {
		padding: 2.5rem 0
	}

	.fastway .fastwayCon ul li {
		width: 22%;
		margin-bottom: 1.5625rem
	}

	.fastway .fastwayCon ul li a span {
		background-size: 80% !important
	}
}

@media(max-width:414px) {
	.fastway .fastwayCon ul li a span {
		background-size: 70% !important;
		margin-top: 0
	}

	.fastway .fastwayCon ul li {
		width: 24%;
		margin-bottom: 1.5625rem;
		border: none;
		height: auto
	}
}

.topic {
	margin-top: 4.375rem
}

.topic .topicCon {
	position: relative
}

.topic .swiper-slide .pic img {
	display: block;
	width: 100%
}

.topic .swiper-button-prev {
	left: -35px;
	position: absolute;
	background: url(../images/ll3.png) no-repeat center;
	width: 24px;
	height: 14px;
	top: 50%;
	margin-top: -7px
}

.topic .swiper-button-next {
	position: absolute;
	left: auto;
	right: 0;
	background: url(../images/rr3.png) no-repeat center;
	width: 24px;
	height: 14px;
	right: -35px;
	top: 50%;
	margin-top: -7px
}

@media(max-width:1400px) {
	.topic .swiper-button-prev {
		left: 0
	}

	.topic .swiper-button-next {
		right: 0
	}
}

@media(max-width:414px) {
	.topic .swiper-button-prev {
		display: none
	}

	.topic .swiper-button-next {
		display: none
	}
}

@media(max-width: 850px) {
	.topic {
		margin: 2.5rem auto 0 auto
	}
}

.footer {
	background: url(../images/bg2.jpg) no-repeat bottom center;
	background-size: 100%;
	padding: 2.1rem 0;
	background-size: cover
}

.footer .w14 {
	align-items: center
}

.footer .footerCon {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.footer .footerCon .logo {
	width: auto;
	margin-right: 1rem
}

.footer .footerCon .logo img {
	display: block;
	max-width: 100%
}

.footer .footerCon .footerText {
	position: relative;
	padding-left: 1rem
}

.footer .footerCon .footerText::after {
	content: "";
	position: absolute;
	left: 0;
	top: 10%;
	width: 1px;
	height: 80%;
	background: #FFFFFF
}

.footer p {
	font-size: 12px;
	color: white;
	line-height: 1.625rem;
	text-align: left
}

.footer .ewm p {
	text-align: center
}

.footer .ewm .ewm01+.ewm01 {
	margin-left: 1.25rem
}

@media(max-width: 850px) {
	.footer .footerCon .logo {
		width: 100%
	}

	.footer .footerCon .logo img {
		display: block;
		max-width: 100%;
		margin: 0 auto
	}

	.footer {
		padding: 2.5rem 0
	}

	.footer .footerCon .footerText {
		padding-left: 0;
		margin: 1.625rem auto
	}

	.footer .footerCon .footerText::after {
		display: none
	}

	.footer .footerCon .footerText p {
		text-align: center
	}

	.footer .footerCon {
		justify-content: center
	}

	.footer .w14 {
		justify-content: center
	}
}

.n_banner {
	position: relative
}

.n_banner img {
	width: 100%
}

@media(max-width: 850px) {
	.n_banner {
		margin-top: 5rem
	}
}

.mianbaoxie {
	padding: 0;
	position: relative;
	margin-top: 10px
}

.mianbaoxie:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.mianbaoxie .w14 {
	height: 50px;
	line-height: 50px;
	transition: .6s;
	background-size: 100% auto;
	max-width: 1400px;
	position: relative
}

.mianbaoxie h2 {
	font-size: 2rem;
	display: inline-block;
	color: #323232;
	text-align: center
}

.mianbao {
	padding: 0 0 0 25px;
	background: url(../images/position.png) 0 16px no-repeat;
	display: inline-block;
	vertical-align: top
}

.mianbao,
.mianbao span,
.mianbao i,
.mianbao a {
	font-size: 14px;
	color: #323232;
	font-style: normal
}

.mianbao i {
	margin: 0 6px
}

.mianbao span {
	color: #2f79c4
}

.ar_wap {
	display: none
}

#nav_slide {
	background: #e1e6eb;
	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: 1.375rem;
	color: #000;
	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 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: #2f79c4
}

#sub_nav_content ul li ul {
	display: none
}

#nav_slide {
	display: none
}

.n_container {
	padding: 1rem 0 5rem;
	overflow: hidden
}

.n_container .w1200 {
	max-width: 1300px;
	padding: 0 50px
}

.n_container .n_left {
	float: left;
	width: 280px;
	position: relative;
	z-index: 1
}

.n_container .n_left h1 {
	height: 120px;
	background: url(../images/h1_bg.jpg) center no-repeat;
	background-size: cover;
	font-size: 30px;
	color: #fff;
	padding: 34px 20px 0;
	position: relative
}

.n_container .n_left h1 span {
	position: relative;
	display: inline-block;
	letter-spacing: 3px
}

.n_container .n_left h1 span:before {
	content: "";
	position: absolute;
	bottom: -20px;
	width: 3.125rem;
	height: 2px;
	background: #e5ca8f;
	left: 0
}

.n_container .n_left h1:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	right: 20px;
	margin-top: -22px
}

.n_container .n_left ul {
	background: #fafafa;
	padding: 0;
	position: relative
}

.n_container .n_left ul:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 5rem;
	bottom: -5rem;
	background: rgb(250 250 250);
	background-image: -moz-linear-gradient(-90deg, #fafafa, #fff);
	background-image: -webkit-linear-gradient(-90deg, #fafafa, #fff);
	background-image: -ms-linear-gradient(-90deg, #fafafa, #fff)
}

.n_container .n_left ul li:last-child:before {
	display: none
}

.n_container .n_left .con ul li {
	line-height: 60px;
	font-size: 18px;
	color: #333333;
	position: relative;
	overflow: hidden
}

.n_container .n_left .con ul li.on dl {
	display: block !important
}

.n_container .n_left .con ul li:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: 1px;
	background: #dddddd
}

.n_container .n_left .con ul li>a img {
	margin: -3px 20px 0 0
}

.n_container .n_left .con ul li:after {
	content: "";
	width: 7px;
	height: 11px;
	background: url(../images/left_jiantou.png) center no-repeat;
	position: absolute;
	right: 15px;
	top: 50%;
	transition: 0.36s;
	margin-top: -5.5px;
	display: none
}

.n_container .n_left .con ul li.on:after,
.n_container .n_left .con ul li:hover:after {
	background: url(../images/left_jiantou_on.png) center no-repeat
}

.n_container .n_left .con ul li>a {
	color: #666666;
	display: block;
	padding: 0 20px;
	transition: 0.36s;
	position: relative;
	border-left: #fafafa 4px solid
}

.n_container .n_left .con ul li>a:hover,
.n_container .n_left .con ul li.on>a {
	color: #2f79c4;
	background: #fff;
	border-left: #2f79c4 4px solid
}

.n_container .n_left .con ul li dl {
	display: none;
	padding: 10px;
	position: relative;
	margin: 20px 20px;
	background: #fff
}

.n_container .n_left .con ul li dl:before {
	content: "";
	position: absolute;
	right: 0;
	left: 20px;
	top: 0;
	height: 1px
}

.n_container .n_left .con ul li dl dd {
	height: auto
}

.n_container .n_left .con ul li dl dd a {
	font-size: 14px;
	color: #444444 !important;
	padding: 0 10px;
	position: relative;
	line-height: 32px;
	transition: .6s;
	display: block;
	z-index: 1
}

.n_container .n_left .con ul li dl dd a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: .6s;
	background: #2f79c4;
	background-image: -moz-linear-gradient(0deg, rgba(47, 121, 196, 1) 0%, rgba(93, 158, 225, 1) 100%);
	background-image: -webkit-linear-gradient(0deg, rgba(47, 121, 196, 1) 0%, rgba(93, 158, 225, 1) 100%);
	background-image: -ms-linear-gradient(0deg, rgba(47, 121, 196, 1) 0%, rgba(93, 158, 225, 1) 100%);
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	z-index: -1
}

.n_container .n_left .con ul li dl dd.on a:before,
.n_container .n_left .con ul li dl dd:hover a:before {
	opacity: 1;
	visibility: visible
}

.n_container .n_left .con ul li i.up {
	background: url(../images/left_jiantou_on.png) center no-repeat
}

.n_container .n_left .con ul li i {
	width: 20px;
	height: 60px;
	background: url(../images/left_jiantou.png) center no-repeat;
	position: absolute;
	right: 20px;
	top: 0;
	transition: 0.36s;
	cursor: pointer
}

.n_container .n_left .con ul li dl dd a:hover,
.n_container .n_left .con ul li dl dd.on a {
	color: #fff !important
}

.n_container .n_right {
	width: calc(100% - 280px);
	padding-left: 3.75rem
}

.n_xrld .content {
	margin: 0 -.625rem;
	margin-bottom: 1.235rem
}

.n_xrld .content .box {
	float: left;
	width: 50%;
	padding: 0 .625rem
}

.n_xrld .content .box .list_box16 {
	box-shadow: 0px 1px 12.87px 0.13px rgba(14, 46, 80, 0.12);
	padding: 0 2rem;
	position: relative;
	margin-bottom: 1.75rem
}

.n_xrld .content .box .list_box16:before {
	content: "";
	position: absolute;
	width: 5px;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(17, 34, 203, 1);
	background-image: -moz-linear-gradient(90deg, rgba(47, 121, 196, 1) 0%, rgba(93, 158, 225, 1) 100%);
	background-image: -webkit-linear-gradient(90deg, rgba(47, 121, 196, 1) 0%, rgba(93, 158, 225, 1) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(47, 121, 196, 1) 0%, rgba(93, 158, 225, 1) 100%)
}

.list_box16 li {
	border-bottom: #e3e3e3 1px solid;
	line-height: 2rem;
	height: auto;
	padding: 1rem 0
}

.list_box16 li:last-child {
	border: none
}

.list_box16 li .left {
	width: 13.25rem;
	position: relative;
	font-size: 1.1252rem;
	color: #323232
}

.list_box16 li .left:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -.5rem;
	right: 0;
	width: 1px;
	height: 1rem;
	background: #d5d5d5
}

.list_box16 li .right {
	width: calc(100% - 13.25rem);
	padding: 0 0 0 2rem
}

.list_box17 dd {
	font-size: 1rem;
	color: #666666;
	margin-right: 1.25rem;
	float: left
}

.list_box17 dd a {
	    font-size: 1.1252rem;
	color: #666666
}

.list_box17 dd a:hover {
	color: #2f79c4
}

.n_lrld .content {
	margin: 0 -1.25rem;
	margin-bottom: 1.235rem
}

.n_lrld .content .box {
	float: left;
	width: 50%;
	padding: 0 1.25rem
}

.h31 {
	background: #f2f2f2;
	line-height: 3.125rem;
	padding: 0 1.25rem;
	font-size: 1.5rem;
	color: #323232;
	border-left: #2f79c4 4px solid
}

.n_lrld .content .box table tr:nth-child(2n) {
	background: #f7f9fd
}

.n_lrld .content .box table th {
	font-size: 1.25rem;
	color: #323232;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	padding: 1rem 0
}

.n_lrld .content .box table td {
	font-size: 1rem;
	color: #323232;
	line-height: 1.5;
	text-align: center;
	padding: .5rem 0
}

.list_box18 {
	margin: 0 -.625rem;
	padding: 0 0px
}

.list_box18 li {
	float: left;
	width: 50%;
	padding: 0 .625rem;
	margin-bottom: 1.25rem
}

.list_box18 li a {
	display: block;
	min-height: 3.125rem;
	position: relative;
	border: #d3d3d3 1px solid
}

.list_box18 li a .box_table {
	background: #fff;
	position: relative
}

.list_box18 li a:before {
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	width: 10px;
	height: 10px;
	background: url(../images/list_box18_sj1.png) center no-repeat;
	z-index: 1
}

.list_box18 li a:after {
	content: "";
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 10px;
	height: 10px;
	background: url(../images/list_box18_sj2.png) center no-repeat;
	z-index: 1
}

.list_box18 li a h5 {
	font-size: 1.125rem;
	color: #323232;
	line-height: 1.5rem;
	margin: 1rem 1.25rem 1rem 1.25rem;
	text-align: left;
	transition: .5s;
	position: relative;
	padding: 0 0 0 1.5rem
}

.list_box18 li a h5:hover {
	color: #2f79c4;
	font-weight: bold
}

.list_box18 li a h5:before {
	content: "";
	position: absolute;
	background: url(../images/list_box18_dot1.png) center no-repeat;
	width: 13px;
	height: 13px;
	top: 50%;
	margin-top: -6.5px;
	left: 0
}

.zzjg_bm table tr:nth-child(2n-1) {
	background: #f7f9fd
}

.zzjg_bm table th {
	font-size: 1.25rem;
	color: #323232;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	padding: 1rem 0;
	background: #eaf1fb;
	border-top: #2f79c4 2px solid
}

.zzjg_bm table td {
	font-size: 1rem;
	color: #323232;
	line-height: 1.5;
	min-width: 12.5rem;
	padding: 1.5rem 1.875rem;
	text-align: left
}

.zzjg_bm table td a {
	font-size: 1rem;
	color: #323232;
	line-height: 1.5;
	min-width: 12.5rem;
	padding: 1.5rem 1.875rem;
	text-align: left
}

.zzjg_bm table td:nth-child(1) {
	width: 16.5rem
}

.n_list_text ul {
	position: relative
}

.n_list_text ul li {
	width: 100%;
	border-bottom: 1px dashed #DDDDDD
}

.n_list_text ul li:nth-child(1) {
	border-top: 1px dashed #DDDDDD
}

.n_list_text ul li a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 1rem;
	position: relative
}

.n_list_text ul li a:hover p {
	color: #2f79c4
}

.n_list_text ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #2f79c4;
	border-radius: 50%
}

.n_list_text ul li a i {
	font-style: normal;
	font-size: 0.875rem;
	color: #666666
}

.n_list_text ul li a:hover i {
	color: #2f79c4
}

.n_list_text ul li a p {
	font-size: 1.125rem;
	color: #323232;
	line-height: 1.625rem;
	max-height: 1.625rem;
	overflow: hidden;
	width: calc(100% - 100px)
}

.fy {
	display: block;
	text-align: center;
	margin-top: 1.625rem
}

.fy img {
	display: block;
	margin: 0 auto
}

.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 td {
	border-left: 1px solid #ededed;
	border-top: 1px solid #ededed
}

.ar_article {
	font-size: 1.125rem;
	color: #333333;
	line-height: 1.875rem
}

.ar_article p {
	font-size: 18px;
	color: #333333;
	line-height: 1.875rem;
	margin-bottom: 1.875rem
}

.ar_article iframe{width:90% !important;}
.ar_article p:last-child {
	margin-bottom: 0
}

.ar_article strong {
	font-weight: bold
}

.ar_article img {
	max-width: 100%
}

.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: 1rem
}

.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
}
.ar_article video{
margin: 10px auto;
    max-width: 100%;
    height: auto;
}
.n_right .ar_article_box h5 {
	font-size: 1.8rem;
	color: #323232;
	text-align: center;
	font-weight: bold;
	line-height: 2rem
}

.n_right .ar_article_box h5 p{
	font-size: 1.8rem;
	color: #323232;
	text-align: center;
	font-weight: bold;
	line-height: 2rem
}


.n_right .ar_article_box .bbt {
	font-size: 0.90rem;
	line-height: 1.625rem;
	color: #999999;
	text-align: center;
	margin: 1.25rem auto
}

.n_right .ar_article_box .artic3 {
	margin-top: 1.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid #ccc
}

.n_right .ar_article_box .artic3 p {
	margin-bottom: 0.625rem
}

.n_right .ar_article_box .artic3 p span {
	font-size: 1rem;
	color: #323232;
	line-height: 1.5rem
}

.n_right .ar_article_box .artic3 p a {
	display: block;
	font-size: 1rem;
	color: #323232;
	line-height: 1.5rem
}

.n_list_pic li {
	margin-bottom: 1.5rem;
	background-size: auto 100%;
	box-shadow: 0px 2px 29px 0px rgba(36, 43, 48, 0.11);
	transition: 0.4s;
	position: relative
}

.n_list_pic li:hover {
	box-shadow: 0px 2px 29px 0px rgba(36, 43, 48, 0.3);
	transition: 0.4s
}

.n_list_pic li a {
	display: block
}

.n_list_pic li .pic {
	width: 30.133%;
	float: right;
	position: relative;
	overflow: hidden;
	position: relative
}

.n_list_pic li .pic img {
	display: block;
	width: 100%;
	transition: 0.6s all
}

.n_list_pic li .text {
	padding: 2rem 1rem 1rem 1.75rem;
	float: left;
	width: calc(100% - 31%);
	box-sizing: border-box
}

.n_list_pic li .text h5 {
	transition: 0.6s all;
	font-size: 1.25rem;
	color: #333;
	line-height: 1.625rem;
font-weight: bold;
	height: 1.525rem;
	overflow: hidden;
	margin-bottom: 0.75rem
}

.n_list_pic li .text p {
	font-size: 0.875rem;
	line-height: 1.625rem;
	height: 4.875rem;
	overflow: hidden;
	color: #888;
	margin-top: 1rem
}

.n_list_pic li .text i {
	font-style: normal;
	font-size: 0.75rem;
	color: #2f79c4;
	background: url(../images/time.png) no-repeat left center;
	padding-left: 1.25rem;
	font-family: arial
}

.n_list_pic li:hover .pic img {
	transform: scale(1.1);
	transition: 0.6s all
}

.n_list_pic li:hover h5 {
	color: #2f79c4;
	transition: 0.6s all
}

@media(max-width:414px) {
	.n_list_pic li .pic {
		width: 100%
	}

	.n_list_pic li .text {
		width: 100%;
		margin-left: 0
	}

	.n_list_pic li .pic {
		top: 0
	}
}

.n_list_pic2 ul {
	flex-wrap: wrap;
}

.n_list_pic2 li {
	margin-bottom: 1.2rem;
	transition: 0.4s;
	width: 31%;
}

.n_list_pic2 li a {
	display: block;
}

.n_list_pic2 li .pic {
	width: 100%;
	position: relative;
	overflow: hidden;
	position: relative;
	height: 13.5rem;
}

.n_list_pic2 li .pic img {
	display: block;
	width: 100%;
	transition: 0.6s all;
	height: 100%;
}

.n_list_pic2 li h5 {
	transition: 0.6s all;
	font-size: 1rem;
	color: #333;
	line-height: 1rem;
	max-height: 1rem;
	overflow: hidden;
	margin-bottom: 0.75rem;
	text-align: center;
	margin-top: 0.5rem;
}

.n_list_pic2 li:hover .pic img {
	transform: scale(1.1);
	transition: 0.6s all;
}

.n_list_pic2 li:hover h5 {
	color: #2f79c4;
	transition: 0.6s all;
}

@media(max-width:850px) {
	.n_list_pic2 li {
		width: 48%;
	}

	.n_list_pic2 li .pic {
		width: 100%;
		height: auto;
	}
}

@media(max-width:414px) {
	.n_list_pic2 li {
		width: 100%;
	}
}

@media(min-width: 768px) {

	.list_box2 li a:hover .con h5,
	.list_box3 li a:hover .con h5,
	.list_box4 li a:hover h5,
	.titile001 h3 font:hover,
	.list_box6 li a:hover .con h5,
	.list_box7 li a:hover h5,
	.list_box8 .item .con h5:hover,
	.list_box9 .item .con h5:hover,
	.list_box12 li a:hover h5,
	.list_box11 li a:hover h5 {
		color: #1125cc
	}

	.list_box7 li a:hover {
		box-shadow: 0px 1px 30px 0px rgba(39, 45, 48, 0.15)
	}

	.list_box13 li a:hover .img img {
		transform: scale(1.05)
	}

	.list_box14 li:hover {
		opacity: 1
	}

	.list_box18 li a:hover h5:after {
		transform: translateX(.5rem)
	}

.ar_article iframe{width:100% !important;}

}



@media(max-width: 850px) {
	.n_xrld .content .box .list_box16 {
		margin-bottom: 1.5rem
	}

	.n_xrld .content .box {
		width: 100%
	}
}

@media(max-width: 1630px) {
	.list_box7 .miso-arrow {
		top: auto;
		transform: translateY(0);
		bottom: -2rem;
		width: 26px;
		height: 26px;
		background-size: 100% 100% !important
	}

	.list_box7 .miso-prev {
		left: 50%;
		margin-left: -35px
	}

	.list_box7 .miso-next {
		right: 50%;
		margin-right: -35px
	}
}

@media(max-width: 1400px) {
	.MainMenu #links>li {
		margin-right: 1.5rem
	}

	.MainMenu #links>li a h3 {
		font-size: 1.125rem
	}
}

@media(max-width: 1200px) {

	.w1200,
	.n_container .w1200 {
		padding: 0 15px;
		max-width: 100%
	}

	.banner ul li a {
		padding-bottom: 50% !important
	}

	.banner ul li a img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%
	}

	.banner .miso-arrow {
		width: 3rem;
		height: 3rem;
		background-size: cover !important
	}

	.header_box_wai {
		display: none
	}

	.m_header_box {
		display: block
	}

	.container01 .left {
		width: 100%;
		padding: 0 0
	}

	.container01 .center {
		width: 100%;
		padding: 1.5rem 0
	}

	.container01 .right {
		width: 100%
	}

	.list_box2 li a .img_zd .img_hezi {
		padding-bottom: 76.72% !important
	}

	.list_box3 li a .img_zd .img_hezi {
		padding-bottom: 56.45% !important
	}

	.list_box15 {
		width: 100%;
		margin: 0
	}

	.list_box15 li {
		display: inline-block;
		margin: 0 5px
	}

	.n_container .n_left {
		display: none
	}

	.n_container .n_right {
		width: 100%;
		padding: 0;
min-height: 36rem;
	}

	.mianbaoxie {
		display: none
	}

	#nav_slide {
		display: block
	}
}

@media(max-width: 992px) {
	.container03 .left {
		width: 100%;
		padding: 0
	}

	.container03 .right {
		width: 100%;
		padding: 2rem 0 0
	}

	.container03 .con-bg .after:after {
		display: none
	}

	.list_box8 {
		white-space: normal;
		margin: 0 -7px
	}

	.list_box8 .item {
		padding: 0 7px;
		margin-bottom: 1rem
	}

	.container04 {
		padding: 3rem 0 7rem
	}

	.container04 .left {
		width: calc(100% + 2.125rem);
		padding: 0 0
	}

	.container04 .right {
		width: 100%;
		padding: 3rem 0 0
	}

	.container04 .right .titile001.ar_web {
		display: none
	}

	.container04 .right .titile001.ar_wap {
		display: block
	}

	.container04:before {
		display: none
	}

	.list_box11 {
		transform: translateX(-2.125rem) translateY(-2.75rem)
	}

	.list_box10 li a {
		padding: 1.5rem 2.5rem 0 10px;
		height: 18rem
	}

	.container04 .right .box {
		width: 100%
	}

	.container05 .left {
		width: 100%;
		padding: 0
	}

	.container05 .right {
		width: 100%;
		padding: 0 0 0
	}

	.n_xrld .content {
		margin-bottom: 0
	}

	.n_lrld .content .box {
		width: 100%;
		margin-bottom: 1.25rem
	}

	.list_box18 li {
		width: 100%;
		margin-bottom: 1rem
	}
}

@media(max-width: 768px) {
	#gotop {
		right: 0;
		transform: scale(0.7)
	}

	.list_box1s {
		text-align: center;
		font-size: 0;
		width: 100%;
		margin-bottom: 1.25rem
	}

	.list_box1s li {
		width: 33.333333% !important;
		padding: 0 !important;
		float: none;
		display: inline-block !important;
		margin: 0;
		border: none !important;
		line-height: 2
	}

	.list_box1s li:after {
		display: none
	}

	.fl .list_box1 {
		display: none
	}

	.container01 {
		padding: 2rem 0
	}

	.titile001 h3 big {
		font-size: 1.5rem
	}

	.container02 {
		padding: 0 0 5rem
	}

	.list_box8 .item .con {
		height: auto;
		padding: 1rem 15px 1rem
	}

	.list_box8 .item .con h5 {
		height: 3.5rem;
		-webkit-line-clamp: 2;
		font-size: 1rem
	}

	.list_box10 li a h5,
	.list_box11 li a h5 {
		font-size: 1rem;
		height: 7.5rem;
		-webkit-line-clamp: 4
	}

	.list_box11 li a {
		padding: 1rem 10px 0;
		height: 15rem
	}

	.list_box10 li a h3 img,
	.list_box11 li a h3 img {
		height: 2.75rem
	}

	.list_box11 .miso-arrow {
		width: 30px;
		height: 30px;
		background-size: cover !important
	}

	.list_box12 li {
		line-height: 3rem;
		height: 3rem !important
	}

	.container04 .right .box .box_li .box_li1 {
		height: 15rem
	}

	.list_box13 li {
		width: 50%;
		padding: 0 7px;
		margin-bottom: 1.25rem
	}

	.container05 {
		padding: 2rem 0
	}

	.list_box13 li a .con {
		padding: 1.5rem 1.25rem 0
	}

	.list_box13 li a .con h4 {
		font-size: 1.25rem;
		width: 1.25rem
	}

	.list_box13 li:nth-child(2n) {
		margin-top: 0
	}

	.list_box13 {
		padding: 0 0rem;
		margin: 0 -7px
	}

	.list_box13 li a .img .img_hezi {
		padding-bottom: 131% !important
	}

	.list_box4 li a h5 {
		height: auto;
		max-height: 3.75rem
	}

	.titile001 h3 font img {
		height: 16px
	}

	.banner .miso-arrow {
		width: 2rem;
		height: 2rem
	}

	.banner_down img {
		height: 1rem
	}

	.banner_down {
		bottom: 1.5rem
	}

	.h31 {
		font-size: 1.25rem
	}

	.n_container {
		padding: 1rem 0 2rem
	}

	.list_box18 li a h5 {
		font-size: 1rem
	}

	.zzjg_bm table td {
		padding: 1rem 5px;
		width: auto !important;
		min-width: 7.5rem
	}

	.zzjg_bm .scoll {
		overflow: hidden;
		overflow-x: scroll
	}

	.list_box12 li a h5 {
		font-size: 1rem
	}
}