body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #212121;
	position: relative;
	min-width: 1280px;
}

li {
	list-style: none;
}

ul {
	padding: 0;
	margin: 0;
}

a {
	color: #444;
	text-decoration: none
}

a:hover {
	text-decoration: none !important;
	color: #272d5a;
}

a:focus {
	text-decoration: none !important;
	outline: none !important;
}

button:focus, button:hover {
	outline: none !important;
}

ul, ol {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

input, button {
	outline: none;
}

.img-hide {
	overflow: hidden;
}

.img-hide img {
	transition: 0.5s all;
}

.img-hide:hover img {
	transform: scale(1.1, 1.1);
}

.header {
	height: 120px;
	background: #0166b5;
}

.container {
	width: 1530px;
	margin: 0 auto;
}

.logo {
	line-height: 120px;
}

.header-a a {
	display: inline-block;
	margin-left: 20px;
	color: #8dc9f8;
}

.header-a {
	margin-top: 20px;
}

.search-box {
	width: 260px;
	position: relative;
	margin-top: 16px;
}

.search-box .form-control {
	background: none;
	color: #fff;
	box-shadow: none;
	border-radius: 30px;
	border: solid 1px #42a0e9;
	height: 34px;
}

.search-box .form-control::-webkit-input-placeholder {
	color: #8dc9f8;
}

.search-box .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #8dc9f8;
}

.search-box .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #8dc9f8;
}

.search-box .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #8dc9f8;
	
}

.btn-search {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	padding: 0;
	line-height: 34px;
	background: none;
}

.nav-list li {
	float: left;
	width: 162px;
	text-align: center;
	position: relative;
	z-index: 1000;
}

.nav-list li a {
	font-size: 16px;
	color: #333;
	height: 55px;
	line-height: 55px;
	display: block;
}

/*.nav-list li:hover {*/
/*	background: url(/jkcy/home/images/raw.png) center bottom no-repeat;*/
/*}*/

.nav-list li.on a {
	color: #0166b5;
}

.nav-list li:hover a {
	color: #0166b5;
}

.down-ul {
	position: absolute;
	left: 0;
	display: none;
	top: 100%;
	width: 100%;
	background: #0166b5;
}

.nav-list li:hover .down-ul {
	display: block;
}

.down-ul li {
	float: none;
	width: 100%;
}

.down-ul li a {
	line-height: 24px;
	color: #fff !important;
	font-size: 14px;
	border-bottom: solid 1px #2a80c3;
	display: block;
	padding: 10px 5px;
	height: auto;
}

.down-ul li a:hover {
	background: #2a80c3;
}

.banner {
	height: 500px;
	position: relative;
	z-index: 100;
	overflow: hidden;
}

.banner .box {
	width: 100%;
	height: 500px;
	
	
	position: relative;
}

.banner .box .list {
	width: 100%;
	height: 500px;
	position: relative;
}

.banner .box .list li {
	width: 100%;
	height: 500px;
	position: absolute;
	/* 核心代码 通过改变透明度实现淡入淡出轮播效果，起始所以图片为全透明 */
	opacity: 0;
	transition: all 0.3s linear;
}

.banner .box .list li img {
	width: 100%;
	height: 500px;
}

/* 核心代码 当移动容器下的li添加on属性时，变成显示状态 */
.banner .box .list li.on {
	opacity: 1;
}

.banner .box .btn {
	display: block;
	width: 38px;
	height: 54px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
	cursor: pointer;
}

.banner .box .prev {
	left: 0;
}

.banner .box .next {
	right: 0;
}

.banner .box .btn:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.banner .box .page {
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 15px;
	text-align: center;
}

.banner .box .page li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fff;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}

.banner .box .page .on {
	background-color: #0166b5;
}

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

body {
	padding: 0;
	margin: 0;
	font-family: Arial, "Microsoft Yahei", Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	line-height: 1;
	font-size: 14px;
	overflow-x: hidden;
	/*background: url(/jkcy/home/images/bgbg.png) center;*/
}

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

html {
	overflow: -moz-scrollbars-vertical;
}

.loader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000000;
	background: #fff
}

html::-webkit-scrollbar {
	width: 4px;
	height: 8px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2;
}

html::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #333;
}

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

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

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

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

/*去除a标签带来的虚框*/
ul {
	list-style: none;
}

img {
	border: 0px;
	vertical-align: middle
}

ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

h3, h4, h5 {
	font-weight: normal;
}

h4 a:hover, h5 a:hover {
	-moz-transition: all 0.36s ease-in-out;
	-webkit-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	background: #d8d8d8;
	padding: 0;
	margin-bottom: 3.25rem;
	margin-top: 2.5rem;
}

abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video {
	display: block
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px
}

.container01, .container02, .container03, .container04, .container05, .container06, .container07, .container08, .n-container01, .n-container03, .n-container04 {
	margin: 0 auto;
}

.slow {
	overflow: hidden
}

.slow img:hover {
	transform: scale(1.05);
}

/*图片放大*/
.slow img {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*缓慢效果*/
h5 a, .more a {
	-moz-transition: all 0.36s ease-in-out;
	-webkit-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}

/*缓慢效果*/
.slow01 {
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

/*缓慢效果*/
.slow02 {
	-moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.shadow {
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')"; /* For IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999'); /* For IE 5.5 - 7 */
	-moz-box-shadow: 1px 1px 10px #999999; /* for firefox */
	-webkit-box-shadow: 1px 1px 10px #999999; /* for safari or chrome */
	box-shadow: 1px 1px 10px #999999; /* for opera or ie9 */
}

.radius {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.opacity {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1
}

/*透明代码*/
.overfloat-dot {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

/*文本超出 小圆点显示*/
.overfloat-dot-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.overfloat-dot-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.overfloat-dot-4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.overfloat-dot-5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.overfloat-dot-6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.overfloat-dot-7 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

/*transform:rotateY(180deg); -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg); transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);*/ /*180度旋转*/
/*oncontextmenu="return false" ondragstart="return false" onselectstart="return false"*/
/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);*/ /*透明背景*/

.a_body {
	position: relative
}

ul li, dl dd {
	vertical-align: top
}

img {
	vertical-align: middle
}

a {
	color: inherit
}

input, button, textarea {
	background: none;
	outline: none;
	border: none;
	-webkit-appearance: none;
	border-radius: 0
}

input:focus {
	border: none;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
}

textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
}

textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999;
}

.w100 {
	width: 100%
}

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

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

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

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

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

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

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

h5 a {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

ul li:hover h5 a {
	color: #ff0000
}

.more a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all 0.36s ease-in-out;
	-webkit-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}

.box_table {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%
}

.box_table_cell {
	display: table-cell;
	vertical-align: middle
}

.box_table_cell * {
	white-space: normal;
	word-wrap: break-word;
}

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

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

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

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

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

.ar_article {
	font-size: 14px;
	color: #7d7c7c;
	line-height: 30px;
}

.ar_article p {
	font-size: 1rem !important;
	color: #303030;
	line-height: 2.375rem !important;
	margin-bottom: 2.375rem !important;
	text-indent: 2rem;
}

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

.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: inline-block; /*margin-left: -2rem;*/
}

.ar_article p.vsbcontent_img img {
	margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.miso-slide img {
	display: block;
}

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

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

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

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

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

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

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

.miso-arrow {
	z-index: 1
}

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

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

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

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

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

.miso-prev {
	left: 0px;
}

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

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

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

.miso-next {
	right: 0px;
}

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

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

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

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

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

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

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

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

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

.miso-prev {
	left: 0
}

.miso-next {
	right: 0
}

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

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

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

@media (max-width: 768px) {
	.miso-prev, .miso-next {
		width: 20px;
		height: 20px;
	}
	
	.miso-lightbox .miso-prev:before, .miso-lightbox .miso-next:before {
		width: 20px;
		height: 20px;
		background-size: 20px 20px
	}
}

/*Slider 结束*/


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

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

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

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

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

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

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

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

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

.piaofu .anniu.anniu02 {
	display: none
}

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

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

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

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

.bd_weixin_popup {
	box-sizing: content-box
}

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

@-webkit-keyframes anim-open-2 {
	0% {
		opacity: 0;
		-webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	2.083333% {
		-webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	4.166667% {
		-webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	6.25% {
		-webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	8.333333% {
		-webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	10.416667% {
		-webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	12.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	14.583333% {
		-webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	16.666667% {
		-webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	18.75% {
		-webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	20.833333% {
		-webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	22.916667% {
		-webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	25% {
		-webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	27.083333% {
		-webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	29.166667% {
		-webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	31.25% {
		-webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	33.333333% {
		-webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	35.416667% {
		-webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	37.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	39.583333% {
		-webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	41.666667% {
		-webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	43.75% {
		-webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	45.833333% {
		-webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	47.916667% {
		-webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	50% {
		opacity: 1;
		-webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	52.083333% {
		-webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	54.166667% {
		-webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	56.25% {
		-webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	58.333333% {
		-webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	60.416667% {
		-webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	62.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	64.583333% {
		-webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	66.666667% {
		-webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	68.75% {
		-webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	70.833333% {
		-webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	72.916667% {
		-webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	75% {
		-webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	77.083333% {
		-webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	79.166667% {
		-webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	81.25% {
		-webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	83.333333% {
		-webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	85.416667% {
		-webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	87.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	89.583333% {
		-webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	91.666667% {
		-webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	93.75% {
		-webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	95.833333% {
		-webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	97.916667% {
		-webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	100% {
		opacity: 1;
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
}

@keyframes anim-open-2 {
	0% {
		opacity: 0;
		-webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	2.083333% {
		-webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	4.166667% {
		-webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	6.25% {
		-webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	8.333333% {
		-webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	10.416667% {
		-webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	12.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	14.583333% {
		-webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	16.666667% {
		-webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	18.75% {
		-webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	20.833333% {
		-webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	22.916667% {
		-webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	25% {
		-webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	27.083333% {
		-webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	29.166667% {
		-webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	31.25% {
		-webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	33.333333% {
		-webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	35.416667% {
		-webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	37.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	39.583333% {
		-webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	41.666667% {
		-webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	43.75% {
		-webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	45.833333% {
		-webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	47.916667% {
		-webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	50% {
		opacity: 1;
		-webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	52.083333% {
		-webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	54.166667% {
		-webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	56.25% {
		-webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	58.333333% {
		-webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	60.416667% {
		-webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	62.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	64.583333% {
		-webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	66.666667% {
		-webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	68.75% {
		-webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	70.833333% {
		-webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	72.916667% {
		-webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	75% {
		-webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	77.083333% {
		-webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	79.166667% {
		-webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	81.25% {
		-webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	83.333333% {
		-webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	85.416667% {
		-webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	87.5% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	89.583333% {
		-webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	91.666667% {
		-webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	93.75% {
		-webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	95.833333% {
		-webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	97.916667% {
		-webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
	100% {
		opacity: 1;
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	}
}

@-webkit-keyframes anim-close-2 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.8, 0.8, 1);
	}
}

@keyframes anim-close-2 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
}


#gotop {
	position: fixed;
	z-index: 90;
	bottom: .625rem;
	right: 1rem;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	width: 2.875rem;
	height: 2.875rem;
	line-height: 2.875rem;
	background: #0166b5;
	opacity: 1;
	visibility: visible;
	overflow: hidden;
}

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

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

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

@font-face {
}

@font-face {
}

@media (max-width: 4000px) {
	html {
		font-size: 16px;
	}
}

@media (min-width: 1600px) and (max-width: 1940px) {
	html {
		font-size: 16px;
	}
}

@media (min-width: 1400px) and (max-width: 1600px) {
	html {
		font-size: 14px;
	}
}

@media (min-width: 640px) and (max-width: 1399px) {
	html {
		font-size: 14px;
	}
}

@media (min-width: 471px) and (max-width: 639px) {
	html {
		font-size: 13px;
	}
}

@media (min-width: 329px) and (max-width: 470px) {
	html {
		font-size: 13px;
	}
}

@media (max-width: 328px) {
	html {
		font-size: 12px;
	}
}

/*==========================================公共 开始=============================================*/
.ar_wap {
	display: none
}

.a_body {
	position: relative;
	z-index: 0;
}

.section {
	overflow: hidden;
}

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

.header_box_li {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	background-image: url(/jkcy/home/images/navbg.png);
	background-repeat: repeat;
}

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

#header {
	height: 8.125rem;
	z-index: 999;
	width: 100%;
	transition: 0.36s;
	background-size: cover;
}

.header_box_li #header:before {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.2s;
	opacity: 1;
	visibility: visible;
	background-size: 100% 100%;
	pointer-events: none;
}

#header.xg:before {
	background-size: auto 99%;
	height: 8rem;
}

.header_top {
	position: relative;
	height: 46px;
	padding: 0;
	text-align: right;
	z-index: 10000;
	overflow: hidden;
	background: url(/jkcy/home/images/header_top_bg.png) right center no-repeat;
}

.header_top .tianqi {
	display: inline-block;
	height: 4rem
}

.header_top .search_btn {
	display: inline-block;
	float: none;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
}

.header_top .search {
	width: 20px;
	height: 20px;
	position: relative;
	z-index: 20;
}

.header_top .search .input {
	position: absolute;
	z-index: 1;
	left: auto;
	right: -.5rem;
	top: -12px;
	bottom: auto;
	height: 40px;
	width: 0;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.header_top .search .input input {
	width: 100%;
	height: 100%;
	font-size: 13px;
	padding: 0 2rem 0 1rem;
	color: #333;
}

.header_top .search .btn {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}

.header_top .search .btn input {
	cursor: pointer;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.header_top .search .btn svg {
	width: 18px;
	height: 18px;
	fill: #fff;
}

.header_top .search:hover .btn svg {
	fill: #6510AD;
}


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

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

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

.list_box0 .li > a {
	display: block;
	font-family: "Microsoft Yahei";
}

.list_box0 .li a > img {
	margin: -2px .75rem 0 0;
}

.list_box0 .li a .ewm_box {
	display: inline-block;
	border: #d3d3d3 1px solid;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) scaleY(1);
	top: 3.5rem;
	opacity: 1;
	visibility: visible;
	transform-origin: top;
	display: none;
}

.list_box0 .li a .ewm_box:before {
	content: "";
	position: absolute;
	border-left: transparent 6px solid;
	border-right: transparent 6px solid;
	border-bottom: #fff 6px solid;
	top: -6px;
	left: 50%;
	margin-left: -6px;
}

.list_box0 .li.li1 > a {
	font-weight: bold
}

.list_box0 .li.li1 > a.a2 {
	display: none
}

.list_box0 .li.li1.on > a.a1 {
	display: none
}

.list_box0 .li.li1.on > a.a2 {
	display: inline-block
}

.list_box0 .li.li1.on > a span {
	margin-left: 1.125rem
}

.list_box0 .li:hover {
	opacity: .7
}

#m_header .list_box0 {
	float: right
}

#m_header .list_box0 .li {
	line-height: 60px;
}

#m_header .list_box0 .li a .ewm_box {
	top: 60px
}

#m_header .list_box0 .li a > img {
	height: 12px;
}


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

.list_box_01 li {
	display: block !important;
	margin: 0 15px !important;
	text-align: center;
}

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

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

.list_box0 .li:after {
	content: "";
	position: absolute;
	left: -1.625rem;
	width: 1px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	opacity: .8;
}

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

.header_box .w1200 {
	height: 100%;
	position: relative;
	max-width: 1850px;
}

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

#header #logo .box_table {
	width: auto
}

#logo {
	float: left;
	height: 8.125rem;
	position: relative;
}

#logo img {
}

#logo img.img2 {
	display: none
}

#nav {
	float: right;
	margin: 1.25rem 0;
}

#nav ul {
}

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

#nav > ul > li > a {
	height: 5.625rem;
}

#nav ul li a {
	display: block;
	padding: 0;
	position: relative;
	z-index: 2;
	background: rgba(255, 255, 255, 0)
}

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

#nav ul li h3:after {
	content: "";
	position: absolute;
	left: 50%;
	top: calc(100% + 2px);
	transition: .6s;
	border-left: transparent .75rem solid;
	border-right: transparent .75rem solid;
	border-bottom: #fff 1rem solid;
	margin-left: -.75rem;
	opacity: 0;
	visibility: hidden;
}

#nav ul li.on1 h3:after {
	opacity: 1;
	visibility: visible
}

#nav ul li a i {
	margin: -3px 0 0 .625rem;
	display: inline-block;
	width: 10px;
	height: 5px;
	background:;
	transition: .5s
}

#nav ul li.on a i, #nav ul li:hover a i {
	background:;
}

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

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

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

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

#nav ul li .sub a:hover {
	color: #fff;
	background: #0166b5;
}

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

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

#nav > ul > li h3:before {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	right: -1.375rem;
	top: 50%;
	margin-top: -6px;
	transition: .3s;
	background: url(/jkcy/home/images/xiala.svg) center no-repeat;
	background-size: 100% auto;
	display: none
}

#nav > ul > li.xiala h3:before {
	display: block
}

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

#nav > ul > li.noSubMenu h3:before {
	display: none
}

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

.search_btn img {
	margin: 0;
}

#header .dw2 {
	float: left;
	height: 90px;
	width: 53px;
	cursor: pointer;
	position: relative;
	margin-right: 1.5rem;
	transition: .6s;
	margin-left: 1rem;
}

#header .dw2 .j_tab {
}

#header .dw2:after {
	content: "";
	width: 1px;
	height: 16px;
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, .75);
	right: -1.5rem;
	top: 50%;
	margin-top: -8px;
}

#header .dw2.yuyan:before {
	content: "";
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#header .dw2 .dh {
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	transition: .6s;
}

#header .dw2 .dh span {
	padding-right: 14px;
	width: 53px;
	height: 23px;
	display: inline-block;
	font-style: italic;
}

#header .dw2 .dd {
	padding-bottom: 10px;
	padding-top: 10px;
	position: absolute;
	top: 100%;
	width: 100%;
	text-align: center;
	background: #acce22;
	left: 0;
	border: 1px solid #acce22;
	opacity: 0;
	visibility: hidden;
	transition: 400ms;
	transform: translateY(15px);
}

#header .dw2 .dd:before {
	content: "";
	display: inline-block;
	border: 8px solid transparent;
	border-bottom: 8px solid #acce22;
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -8px;
}

#header .dw2 .dd a {
	display: block;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	padding: 0 10px;
}

#header .dw2 .dd a:hover {
	font-weight: bold;
}

#header .dw2.on .dd {
	opacity: 1;
	visibility: visible;
	transform: translate(0);
}


.search_btn {
	cursor: pointer;
}

.search_btn svg {
	display: inline-block;
	fill: #fff;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.search-dialog-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 18rem;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}

.search-dialog-box:before {
	content: "";
	position: absolute;
	top: 0;
	height: 0;
	background: #0166b5;
	transition: .6s;
	left: 0;
	right: 0;
	z-index: 1;
}

.search-dialog-box.on:before {
	height: 100%
}

.search-dialog-box .bubbles-bg {
	opacity: 0;
	visibility: hidden;
	display: none;
}

.search-dialog-box .search-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	background: rgba(0, 0, 0, .7);
	background-size: cover;
	background-repeat: no-repeat;
	/* z-index: 1; */
	transform-origin: center center;
	transition: height .8s cubic-bezier(.77, 0, .175, 1);
}

.search-dialog-box .wrap-inner {
	transform: translateY(100%);
	transition: .6s;
}

.search-dialog {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}

.search-dialog .search-tit {
	font-size: 2.75rem;
	line-height: 3.5rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}

.search-dialog .search-inner {
	overflow: hidden;
	margin-top: 0;
}

.search-dialog .search-input {
	width: 50rem;
	margin: 0 auto;
	padding: 0 0.5rem 0 1.5rem;
	background-color: rgba(255, 255, 255, .1);
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
}

.search-dialog .search-input input[type=text] {
	float: left;
	height: 4.5rem;
	width: calc(100% - 3.5rem);
	background-color: transparent;
	font-size: 1.25rem;
	line-height: .5rem;
	color: #fff;
	transition: all .3s;
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn {
	float: right;
	height: 4.5rem;
	width: 3.5rem;
}

.search-dialog .search-input input[type=submit] {
	
	
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	
	background-size: 1.5rem;
	background-image: url('/jkcy/home/images/search-btn.svg');
}

.search-dialog .search-input .clear-btn {
	background-color: rgba(0, 0, 0, .2);
	
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/jkcy/home/images/close-btn.svg');
	background-size: 3.5rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}

.search-dialog .search-input.on {
	background-color: #fff;
}

.search-dialog .search-input.on input[type=submit] {

}

.search-dialog .hot-search {
	font-size: 0;
	
	width: 19.5rem;
	margin: .6rem auto 0;
	box-sizing: border-box;
	padding: 0 .6rem;
	overflow: hidden;
}

.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

.search-dialog .hot-search .hot-tit {
	font-size: .375rem;
	line-height: .5rem;
	
	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;
	background-image:;
}

.search-dialog .hot-link {
	margin-left: 1rem;
}


.search-dialog .hot-link a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .375rem;
	line-height: .5rem;
	margin-right: .75rem;
	color: #fff;
	padding-bottom: 5px;
	position: relative;
}

.search-dialog .hot-link a:before {
	content: "";
	position: absolute;
	left: 0%;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .3s;
}

.search-dialog-box .bottom-box {
	position: absolute;
	left: 0;
	bottom: 5.1%;
	width: 100%;
}

.search-dialog-box .bottom-box .share-box {
	overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
	font-size: .35rem;
	line-height: .5rem;
	color: #fff;
	font-family: "gilroy-regular";
	margin-top: .5rem;
	overflow: hidden;
}

.header-right.is-open .bubbles-bg {
	visibility: visible;
	opacity: 1;
}

.header-right.is-open .search-btn .con-box {
	display: none;
}

.header-right.is-open .close-btn {
	display: block;
}

.header-right.is-open .item .search-bg {
	transform: scale(1);
}

.search-dialog-box.on {
	opacity: 1;
	visibility: visible;
}

.search-dialog-box.on .search-bg {
	height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
	opacity: 1;
	visibility: visible;
}

.search-dialog-box.on .wrap-inner {
	transform: translateY(0)
}

.pub-close {
	position: absolute;
	width: 3rem;
	height: 3rem;
	z-index: 10;
	right: 1.5rem;
	top: 1.35rem;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 100%;
}

.pub-close .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #1c5ab7;
	transform: scale(0);
	border-radius: 100%;
	transition: transform .3s;
}

.pub-close i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: 0.75rem;
	background-repeat: no-repeat;
	background-image: url(/jkcy/home/images/close-btn.svg);
	transition: .6s
}

.pub-close i:hover {
	transform: rotate(180deg)
}

@keyframes spin {
	to {
		transform: rotate(1turn);
	}
}

@keyframes spin2 {
	to {
		transform: rotate(-1turn);
	}
}

@keyframes spin-reverse {
	from {
		transform: rotate(1turn);
	}
}

@keyframes spin-reverse2 {
	from {
		transform: rotate(-1turn);
	}
}

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

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

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

.tc_search .btn_blue {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 38px;
	line-height: 38px;
	border: 0;
	background: url(/jkcy/home/images/search_white.svg) center center no-repeat;
	background-size: 1.2rem;
}

.tc_search .btn_blue.fr {
	background: #e9edef;
	color: #4e4f53;
}

.tc_search input::-webkit-input-placeholder {
	color: #fff;
	color: rgba(255, 255, 255, .7);
}

.tc_search input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff;
	color: rgba(255, 255, 255, .7);
}

.tc_search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	c color: #fff;
	color: rgba(255, 255, 255, .7);
}

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

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

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

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

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

/* 点击搜索框获取焦点 placeholder消失-结束 */
/*导航按钮开始*/
#nav_btn_box {
	height: 100%;
	z-index: 999999999;
	float: right;
	margin-left: 20px;
}

#nav_btn_box.on {
	background: none;
}

#nav_btn {
}

#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {
	background: #fff;
}

#nav_btn {
	cursor: pointer;
	text-align: center;
	z-index: 99999;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	outline: none;
	box-shadow: none;
}

#nav_btn .point {
	display: inline-block;
	width: 1.875rem;
	height: 22px;
	position: relative;
	outline: none;
}

#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before {
	width: 1.75rem;
}

#nav_btn .navbtn {
	position: absolute;
	top: 12px;
	left: 0;
	display: inline-block;
	width: 14px;
	height: 1px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #fff;
}

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

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

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

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

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

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

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

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

#m_nav {
	z-index: 99999;
	position: fixed;
	width: 100%;
	height: 100vh;
	right: -105%;
	top: 0;
	display: none;
	padding: 2.5rem 0 7rem;
	overflow: hidden;
	pointer-events: none;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background: #0166b5;
	background-size: 100% auto;
}

#m_nav .close {
	position: absolute;
	top: 6px;
	right: 15px;
	font-size: 28px;
	color: #fff;
	z-index: 10000;
}

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

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

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

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

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

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

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

#m_nav li i {
	opacity: 1;
	filter: alpha(opacity=100);
	display: inline-block;
	width: 70%;
	height: 4rem;
	display: inline-block;
	background: url(/jkcy/home/images/arrow_down.svg) calc(100% - 2rem) center no-repeat;
	background-size: 13px 13px !important;
	position: absolute;
	display: block;
	right: 0;
}

#m_nav li.on i {
	background: url(/jkcy/home/images/arrow_down_on.svg) calc(100% - 2rem) center no-repeat;
}

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

#m_nav li {
	display: block;
	width: 100%;
}

.slide_nav {
	position: absolute;
	left: 0;
	height: 70px;
	z-index: 998;
	padding: 15px;
	top: 0;
	width: 100%;
}

#m_nav .title .list {
	display: none;
	position: relative;
	width: 100%;
	z-index: 9;
	left: 0;
	margin-left: 0;
	background: none;
	border: 0;
	clear: both;
	padding-bottom: 10px;
}

#m_nav .title .list span {
	background: none;
}

#m_nav .title .list span a:hover {
	color: #c21d1b;
}

#m_nav .title .list a {
	display: block;
	font-size: 1rem;
	color: rgba(255, 255, 255, .6);
	text-align: left;
	line-height: 40px;
	height: 40px;
	border: 0;
	font-weight: 300;
}

/*三级导航 开始*/
#m_nav .title .list .void > a {
	background-size: 10px;
	position: relative;
}

#m_nav .title .list .void > a:before {
	content: "·";
	position: absolute;
	left: -1em;
	font-size: 12px;
	font-weight: bold;
}

#m_nav .title .list span {
	position: relative;
	display: block;
}

#m_nav .title .list span .sub {
	position: static;
	width: 100%;
	display: block !important;
	overflow: hidden;
}

#m_nav .title .sub a {
	background: none;
	font-size: .875rem;
	opacity: .8;
	min-width: 50%;
	float: left;
	display: inline-block;
	color: #999;
}

.nav_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 888;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

.m_header_box {
	transition: .6s;
	display: none;
	height: 60px;
}

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

.m_header_box header {
	padding: 0 15px;
	top: 0;
	height: 60px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: #0166b5;
	background-size: 100% auto;
}

#m_header #logo {
	height: 60px;
	float: left;
}

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

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

#m_nav .list_box0 {
	width: 100%;
	text-align: center;
	margin-bottom: 1rem;
}

#m_nav .list_box0 .li {
	display: inline-block;
	margin: 0 .75rem
}


.banner {
	overflow: hidden;
	width: 100vw !important;
	position: relative;
}

.banner ul li {
}

.banner ul li a {
	display: block;
	position: relative;
	padding-bottom: 42.60% !important;
}

.banner ul li a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner ul li a video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: #000;
}

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

.banner ul li a .top .w1200 {
}

.banner ul li a .top h5 {
	font-size: 3.5rem;
	color: #fff;
	transform: translateY(3rem);
	opacity: 0;
	visibility: hidden;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.banner.on ul li.miso-current a h5 {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	transition-delay: .36s;
}

.banner .miso-dots {
	bottom: 2.125rem;
	text-align: center;
	max-width: 1700px;
	padding: 0 50px;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
}

.banner .miso-dots li {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
}

.banner .miso-dots li button {
	width: .875rem;
	height: .875rem;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 0;
}


.banner .miso-dots li.miso-active {
	border: #ffef40 1px solid;
}

.banner .miso-dots li.miso-active button {
	background: #ffef40;
}


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


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

.container01 {
	background: url(/jkcy/home/images/container01_bg.jpg) center no-repeat;
	padding: 4.375rem 0 5.75rem;
	overflow: hidden;
	background-size: cover
}

.container01 .w1200 { /*  *//* justify-content:space-between; *//* flex-wrap:wrap; */
}

.container01 .left {
	width: calc(100% - 23.4375rem);
	padding: 0 3.125rem 0 0
}

.container01 .right {
	width: 23.4375rem
}

.title001_box {
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2.875rem;
}

.title001_box .ll {
	height: 3.5rem;
	border-left: #0166b5 5px solid;
	padding: 0 0 0 1.25rem;
}

.title001_box .rr {
	padding: .5rem 0 0;
}

.title001 {
	height: 3.5rem; /*  */
	flex-wrap: wrap;
	align-content: stretch;
}

.title001 h3 {
	font-size: 1.875rem;
	color: #000000;
	width: 100%;
}

.title001 h6 {
	font-size: 1.125rem;
	color: #000000;
	width: 100%;
	display: flex;
	align-items: flex-end;
	margin: .5rem 0 0;
}

.miso-arrow1_box {
	display: inline-block;
	align-items: center;
	justify-content: space-between;
	width: 6rem;
	margin-right: 2.25rem;
}

.miso-arrow1_box .miso-arrow1 {
	border: #0166b5 1px solid;
	border-radius: 50%;
	display: inline-block;
	transition: .5s;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	cursor: pointer;
	text-align: center
}

.miso-arrow1_box .miso-arrow1 svg {
	width: .875rem;
	height: .875rem;
	fill: #717171;
	transition: .5s
}

.miso-arrow1_box .miso-arrow1.miso-next1 {
	float: right
}

.miso-arrow1_box .miso-arrow1:hover {
	background: #0166b5
}

.miso-arrow1_box .miso-arrow1:hover svg {
	fill: #fff
}

.more001 {
	display: inline-block;
}

.more001 a {
	display: block;
	width: 6.25rem;
	line-height: 30px;
	border-radius: 15px;
	background: #0166b5;
	text-align: center;
	font-size: 12px;
	color: #fff;
	transition: .5s
}

.more001 a:hover {
	background: #0166b5
}

.list_box_02 li {
	padding-bottom: .4375rem
}

.list_box_02 li a {
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	display: block;
}

.list_box_02 li a .img_box {
	position: relative;
	width: 32rem;
	float: left;
}

.list_box_02 li a .img_box:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background: url(/jkcy/home/images/list_box_02_yy.png) center no-repeat;
	height: .4375rem;
	top: calc(100% + 1px);
	background-size: 100% 100%
}

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

.list_box_02 li a .img_box .time {
	position: absolute;
	top: 1.875rem;
	left: 1.5rem;
	width: 6.25rem;
	height: 6rem;
	background: rgba(0, 51, 102, .8);
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center
}

.list_box_02 li a .img_box .time h3 {
	font-size: 1.875rem
}

.list_box_02 li a .img_box .time h6 {
	font-size: 1rem;
	margin: .5rem 0 0
}

.list_box_02 li a .con {
	position: relative;
	width: calc(100% - 32rem);
	padding: 0 0 0 1.375rem;
	float: right;
}

.list_box_02 li a .con h5 {
	font-size: 1.125rem;
	color: #000000;
	line-height: 1.875rem;
	height: 3.75rem;
	width: 23.75rem;
	max-width: 100%;
	transition: .5s
}

.list_box_02 li a .con p {
	font-size: .875rem;
	color: #767676;
	line-height: 1.625rem;
	height: 8.125rem;
	margin: .5rem 0 2rem;
	text-indent: 1.75rem;
}

.list_box_02 li a .con span {
	width: 7.75rem;
	height: 2.5rem;
	border: #e0e0e0 1px solid;
	align-items: center;
	justify-content: center;
	transition: .5s;
	font-size: .875rem;
	color: #a9a9a9;
	margin-bottom: 1rem;
	line-height: 2.5rem;
	display: block;
	text-align: center;
}

.list_box_02 li a .con span svg {
	fill: #cdcdcd;
	width: 1.375rem;
	height: 1.375rem;
	margin: -3px .5rem 0 0;
	vertical-align: middle;
}

.list_box_03 {
	margin: 0 -1.25rem;
	flex-wrap: wrap;
	margin-top: 1.125rem;
	overflow: hidden;
}

.list_box_03 li {
	width: 50%;
	padding: 0 1.25rem;
	margin-top: .5rem;
	float: left;
}

.list_box_03 li a {
	display: block;
	align-items: center;
	justify-content: space-between;
	height: 6rem;
	border-bottom: #e6e6e6 1px solid;
	transition: .5s;
	overflow: hidden;
}

.list_box_03 li a .time {
	width: 5.375rem;
	text-align: center;
	color: #000000;
	transition: .5s;
	float: left;
}

.list_box_03 li a .time h3 {
	font-size: 1.875rem
}

.list_box_03 li a .time h6 {
	font-size: 1rem;
	margin: .5rem 0 0
}

.list_box_03 li a .con {
	position: relative;
	width: calc(100% - 5.375rem);
	padding: 0 .375rem 0 .5rem;
	float: right;
}

.list_box_03 li a .con h5 {
	font-size: 1rem;
	color: #000000;
	line-height: 1.875rem;
	height: 3.75rem;
	width: 23.75rem;
	max-width: 100%;
	transition: .5s
}

.title001_box1 { /*  */
	height: 6.125rem;
	align-items: center;
	padding: 1.25rem 0 0 2.5rem;
	background: #0166b5;
	margin-bottom: 0;
}

.title001_box1 .ll {
	border-left: #fff 5px solid;
}

.title001_box1 .ll .title001 h3, .title001_box1 .ll .title001 h6 {
	color: #fff
}

.container01 .right .box {
	padding: .875rem 1rem;
	background: #fff;
	box-shadow: 1px 1.732px 5.64px 0.36px rgba(125, 125, 125, 0.6);
}

.list_box_04 li {
	position: relative
}

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

.list_box_04 li a {
	display: block;
	padding: 1rem 1rem 1rem 2.25rem;
	position: relative
}

.list_box_04 li a:before {
	content: "";
	position: absolute;
	left: 2px;
	width: 1px;
	background: #dddddd;
	top: 0;
	bottom: 0
}

.list_box_04 li a:after {
	content: "";
	position: absolute;
	left: 0;
	width: 5px;
	height: 2.375rem;
	background: #bcbcbc;
	top: 50%;
	transform: translateY(-50%);
	transition: .5s
}

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

.list_box_04 li a h6 {
	font-size: .875rem;
	color: #0166b5;
}

.list_box_04 li a h5 {
	font-size: 1rem;
	color: #000000;
	line-height: 1.75rem;
	height: 3.5rem;
	margin: .5rem 0 0;
	transition: .5s
}

.container02 {
	background: url(/jkcy/home/images/container02_bg.png) center top no-repeat;
	padding: 4.875rem 0 5.75rem;
	overflow: hidden;
	position: relative;
	background-size: cover
}

.title001_box2 {
	margin-bottom: 1.875rem
}

.title001_box2 .ll {
	border-left: #fff 5px solid;
}

.title001_box2 .ll .title001 h3 {
	color: #fff
}

.title001_box2 .ll .title001 h6 {
	transform: translateY(.375rem)
}

.title001_box2 .ll .title001 h6 font {
	min-width: 11.25rem;
	height: 22px;
	line-height: 22px;
	background: #d08f0f;
	text-align: center;
	padding: 0 1rem;
	align-self: center;
	color: #fff
}

.container02 .content {
}

.container02 .content .left {
	width: 61.45%;
	padding: 0 0 0 13.5vw;
}

.container02 .content .left .box {
	padding: 2.25rem 0 0;
	position: relative;
	z-index: 1
}

.container02 .content .left .box:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 16rem;
	background: url(/jkcy/home/images/container02_bg1.jpg) center no-repeat;
	background-size: cover;
	z-index: -1
}

.list_box_05 li.miso-slide {
	justify-content: space-between;
	overflow: hidden;
}

.list_box_05 li .img {
	width: 30.375rem;
	float: left;
}

.list_box_05 li .img .img_hezi {
	padding-bottom: 67.76% !important
}

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

.list_box_05 li .con {
	width: calc(100% - 30.375rem);
	padding: .5rem 1.625rem 0 1.625rem;
	float: right;
}

.list_box_05 li .con h5 {
	font-size: 1.125rem;
	color: #000000;
	line-height: 1.875rem;
	height: 3.75rem;
	max-width: 100%;
	transition: .5s;
	font-weight: bold
}

.list_box_05 li .con p {
	font-size: .875rem;
	color: #424242;
	line-height: 1.625rem;
	height: 6.5rem;
	margin: 1.5rem 0 2rem;
	text-indent: 1.75rem;
}

.list_box_05 li .con h6 {
	font-size: .875rem;
	color: #161616;
	margin-bottom: 2rem
}

.list_box_05 li .con h6 big {
	font-size: 1.875rem;
	font-weight: bold
}

.list_box_06 {
	margin-left: 16rem;
	padding: 1.5rem .875rem .875rem
}

.list_box_06 li a {
	display: block;
	align-items: center;
	justify-content: space-between;
	height: 5.5rem;
	border: #e6e6e6 1px solid;
	transition: .5s;
	overflow: hidden;
}

.list_box_06 li a .time {
	width: 5.375rem;
	text-align: center;
	color: #000000;
	transition: .5s;
	float: left;
}

.list_box_06 li a .time h3 {
	font-size: 1.875rem;
	font-weight: bold
}

.list_box_06 li a .time h6 {
	font-size: 1rem;
	margin: .5rem 0 0
}

.list_box_06 li a .con {
	position: relative;
	width: calc(100% - 5.375rem);
	padding: 0 .375rem 0 .5rem;
	float: right;
}

.list_box_06 li a .con h5 {
	font-size: 1rem;
	color: #000000;
	line-height: 1.875rem;
	height: 3.75rem;
	max-width: 100%;
	transition: .5s;
}

.container02 .content .right {
	width: calc(100% - 61.45%);
	padding: 0 0 0 2rem;
}

.list_box_07 li {
	margin-bottom: .5rem
}

.list_box_07 li a {
	display: block;
	align-items: center;
	justify-content: space-between;
	height: 5.125rem;
	transition: .5s;
	overflow: hidden;
	padding-left: .5rem
}

.list_box_07 li a .time {
	width: 5.375rem;
	text-align: center;
	color: #fff;
	transition: .5s;
	float: left;
}

.list_box_07 li a .time h3 {
	font-size: 1.875rem;
	font-weight: bold
}

.list_box_07 li a .time h6 {
	font-size: 1rem;
	margin: .5rem 0 0
}

.list_box_07 li a .con {
	position: relative;
	width: calc(100% - 5.375rem);
	padding: 0 5.75rem 0 1rem;
	float: right;
}

.list_box_07 li a .con:before {
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	height: 2.5rem;
	background: #fff;
	top: 50%;
	margin-top: -1.25rem
}

.list_box_07 li a .con h5 {
	font-size: 1rem;
	color: #fff;
	line-height: 1.875rem;
	height: 3.75rem;
	max-width: 100%;
	transition: .5s;
}

.container02 .content .right .more001 {
	float: right;
	margin-right: 5.75rem
}

.container02 .content .right .more001 a {
	background: #fff;
	color: #0166b5
}

.title002 {
	background: url(/jkcy/home/images/title002_bg.png) center no-repeat;
	background-size: auto 3.125rem !important;
	line-height: 3.0625rem;
	margin-bottom: 3.5rem;
	text-align: center
}

.title002 h3 {
	font-size: 1.875rem;
	color: #000000;
}

.container03 {
	padding: 8rem 0 5rem;
	background: url(/jkcy/home/images/container03_bg.jpg) center top no-repeat;
	margin-top: -3.25rem;
	overflow: hidden;
	background-size: cover;
}

.list_box_08 {
	margin: 0 -.625rem;
	padding-bottom: 6.25rem
}

.list_box_08 li {
	width: 20%;
	padding: 0 .625 rem;
	height: 420px;
}

.list_box_08 li a {
	display: block;
	padding: 1.25rem;
	transition: .5s;
	position: relative;
	top: 4.375rem
}

.list_box_08 li a:before {
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(/jkcy/home/images/list_box_08_bg.jpg) center no-repeat;
	position: absolute;
	background-size: cover;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: .5s
}

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

.list_box_08 li a .con h5 {
	font-size: 1.5rem;
	color: #414141;
	line-height: 4rem;
	height: 3.5rem;
	text-align: center
}

.list_box_08 li a .con .con_li {
	height: 0;
	overflow: hidden
}

.list_box_08 li a .con .con_li p {
	font-size: .875rem;
	color: #fff;
	line-height: 1.5rem;
	overflow: hidden; /*white-space:nowrap;*/
	text-overflow: ellipsis
}

.list_box_08 li.miso-current a {
	top: 0
}

.list_box_08 li.miso-current a:before {
	opacity: 1;
	visibility: visible
}

.list_box_08 li.miso-current a .con .con_li {
	height: 120px
}

.list_box_08 li.miso-current a .con h5 {
	color: #fff
}

.list_box_08 .miso-dots_box {
	position: absolute;
	bottom: 3px;
	width: auto;
	padding: 0 2.5rem;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}

.list_box_08 .miso-dots {
	height: 1.125rem;
	text-align: center;
	position: relative;
	padding: 0;
	width: 129px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}

.list_box_08 .miso-dots_box .miso-prev, .list_box_08 .miso-dots_box .miso-next {
	width: 1.5rem;
	height: 1.5rem
}

.list_box_08 .miso-dots_box svg {
	width: 1.5rem;
	height: 1.5rem;
	fill: #6b6b6b;
	float: left;
	transition: .5s
}


.list_box_08 .miso-dots li {
	width: 1.125rem;
	height: 1.125rem;
	background: transparent;
	transition: .5s;
	border-radius: 50%;
	padding: 0;
	position: relative
}

.list_box_08 .miso-dots li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: .625rem;
	height: .625rem;
	background: #c50d1d;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.list_box_08 .miso-dots li.miso-active {
	background: #e18d94;
}


.container04 {
	padding: 0 0 3.75rem;
	overflow: hidden
}

.container04 .title002 {
	background: url(/jkcy/home/images/title002_bg1.png) center no-repeat;
}

.list_box_09 {
	margin: 0 -.625rem;
	padding: 0 2rem
}

.list_box_09 .miso-list {
	padding: .75rem 0
}

.list_box_09 li {
	width: 25%;
	padding: 0 .625rem
}

.list_box_09 li a {
	display: block;
	padding: 6px;
	transition: .5s
}

.list_box_09 li a .img_hezi {
	padding-bottom: 17.74% !important;
}

.list_box_09 .miso-arrow {
	width: 1.5rem;
	height: 1.5rem
}

.list_box_09 .miso-arrow svg {
	width: 1.5rem;
	height: 1.5rem;
	fill: #6b6b6b;
	float: left;
	transition: .5s
}

.container05 .left {
	width: 100%;
	padding: 0 1.125rem 0 0
}

.container05 .right {
	width: 33.333333%;
	padding: 0 0 0 1.125rem
}

.list_box_10 {
	margin: 0 -1.125rem
}

.list_box_10 li {
	float: left;
	width: 33%;
	padding: 0 1.125rem
}

.container99 {
	padding: 0 0 2.2rem;
	background: url(/jkcy/home/images/ztzl_bg.jpg) center no-repeat;
	overflow: hidden;
	background-size: cover
}

.container98 {
	padding: 0 0 2.2rem;
	background: url(/jkcy/home/images/zysz_bg.jpg) center no-repeat;
	overflow: hidden;
	background-size: cover
}

.container05 {
	padding-bottom: 10px;
	/*background: url(/jkcy/home/images/container05_bg.jpg) center no-repeat;*/
	overflow: hidden;
	background-size: cover
}

.container05 .title002 {
	/*background: url(/jkcy/home/images/title002_bg1.png) center no-repeat;*/
}

.list_box_10 li {
	margin-bottom: 1.75rem
}

.list_box_10 li a {
	display: block;
	height: 18.4375rem;
	border: 0px solid #f5f3f3;
	padding: 1.75rem 1.5rem;
	position: relative;
	overflow: hidden;
	background: url(/jkcy/home/images/bg-djhd.png)
}

.list_box_10 li a .box2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	visibility: hidden;
	transition: .5s;
	transform: translateY(101%)
}

.list_box_10 li a .box1 .time {
	display: inline-block;
	text-align: center
}

.list_box_10 li a .box1 .time h3 {
	font-size: 1.875rem
}

.list_box_10 li a .box1 .time h6 {
	font-size: 1rem;
	margin: .5rem 0 0
}

.list_box_10 li a .box1 hr {
	background: #efefef;
	margin: 1.125rem 0;
}

.list_box_10 li a .box1 h5 {
	font-size: 1rem;
	color: #000000;
	line-height: 1.875rem;
	height: 3.75rem;
	max-width: 100%;
	transition: .5s;
	margin: 1.25rem 0 0;
}

.list_box_10 li a .box1 p {
	font-size: .875rem;
	color: #aaaaaa;
	line-height: 1.625rem;
}

.list_box_11 li {
	margin-bottom: 1.75rem
}

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

.list_box_11 li .img .img_hezi {
	padding-bottom: 18.4375rem !important
}

.list_box_11 li h5 {
	position: absolute;
	bottom: 0rem;
	left: 0;
	right: 0;
	font-size: 1rem;
	color: #fff;
	padding: 0 1rem;
	line-height: 2.5;
	text-align: center;
	background: rgba(0, 0, 0, 0.6)
}

.list_box_10 li a .box2 {
}

.list_box_10 li a .box2 .time {
	position: absolute;
	top: 1.875rem;
	left: 1.5rem;
	width: 6.25rem;
	height: 6rem;
	background: rgba(0, 51, 102, .8);
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center
}

.list_box_10 li a .box2 .time h3 {
	font-size: 1.875rem
}

.list_box_10 li a .box2 .time h6 {
	font-size: 1rem;
	margin: .5rem 0 0
}

.list_box_10 li a .box2 .img_hezi {
	padding-bottom: 18.4375rem !important;
}

.list_box_10 li a .box2 .con {
	background: rgba(0, 0, 0, .68);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1rem 1.25rem
}

.list_box_10 li a .box2 h5 {
	font-size: 1rem;
	color: #fff;
	line-height: 1.625rem;
	height: 3.25rem;
	max-width: 100%;
	transition: .5s;
}

footer {
	/*background: url(/jkcy/home/images/footer_bg.jpg) center no-repeat;*/
	padding: 1.1rem 0 1rem;
	background-size: cover
}

footer .left {
	width: 37.85%;
	padding: 0 3.5rem 0 0;
	/*background: url(/jkcy/home/images/footer_line.png) right center no-repeat*/
}

footer .left img {
	max-width: 100%
}

.list_box_12 {
	margin: 0 -.625rem;
	margin-top: 1rem
}

.list_box_12 li {
	width: 33.333333%;
	padding: 0 .625rem;
	float: left
}

.list_box_12 li a {
	display: block;
	line-height: 2.875rem;
	border: #bc5656 1px solid;
	text-align: center;
	font-size: 1rem;
	color: #fff;
	transition: .5s
}

.list_box_12 li a img {
	margin: -3px .75rem 0 0;
	transition: .5s
}

.tc1 .tc {
	pointer-events: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 99999999999;
	visibility: hidden;
}

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

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

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

.tc1 .tc-box {
	position: absolute;
	background: #d9d9d9;
	border-radius: .5rem;
	overflow: hidden;
	top: 50%;
	z-index: 9999;
	width: 18rem;
	left: 50%;
	margin-left: -9rem;
	margin-top: -9rem;
	padding: 1rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
}

.tc1 .tc.act .tc-box {
	transform: scale(1);
}

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

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

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

.tc1 .tc-box h3 img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.tc1 .tc-box h5 {
	padding-top: 1rem;
	font-size: .875rem;
	color: #6c6c6c;
	text-align: center;
}

footer .right {
	width: calc(100% - 37.85%);
	padding: 0 0 0 3.75rem
}

footer .right .box {
	line-height: 2.5rem;
	font-size: 0;
}

footer .right .box .ico {
	display: inline-block;
	vertical-align: middle;
	width: 2rem
}

footer .right .box .con {
	display: inline-block;
	font-size: .875rem;
	color: #fff;
	width: calc(100% - 2rem);
}

footer .right .box .con dl dt {
	display: inline-block;
	font-size: 1rem
}

footer .right .box .con dl dd {
	display: inline-block;
	transition: .5s
}

footer .right .box .con big {
	font-size: 1rem
}

.footer_bottom {
	background: #002856;
	padding: 1.5rem 0;
	text-align: center
}

.footer_bottom p {
	font-size: .875rem;
	color: #fff;
	line-height: 1.5;
}

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


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

.n_banner {
	position: relative
}

.n_banner .img .img_hezi {
	padding-bottom: 34.79% !important;
}

#nav_slide {
	background: #0166b5;
	line-height: 50px;
	position: relative;
	z-index: 2;
	display: none;
}

#nav_slide #bnt_back {
	position: absolute;
	left: 1rem;
	top: -2px;
}

#nav_slide #bnt_back img {
	height: 20px;
	vertical-align: middle;
}

#nav_slide .n_title {
	height: 50px;
}

#nav_slide h1 {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

#bnt_sub_nav {
	position: absolute;
	right: 1rem;
	top: 14.5px;
	cursor: pointer;
}

#bnt_sub_nav img {
	display: block;
	height: 20px;
}

#bnt_sub_nav.on img {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#sub_nav_content {
	background: #f2f2f2;
	display: none;
	z-index: 9;
	width: 100%;
}

#sub_nav_content ul {
}

#sub_nav_content ul li {
	background: none;
	box-shadow: none;
	border-bottom: 1px solid #dedede;
	padding: 0 15px;
}

#sub_nav_content ul li a {
	display: inline-block;
	font-size: 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: 28px;
	padding-left: 10px;
}

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

#sub_nav_content ul li.on > a {
	color: #0166b5;
}

#sub_nav_content ul li ul {
	display: none
}

.n_container {
	padding: 0 0 4.5rem;
	position: relative;
	z-index: 1;
}

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

.n_container .n_left {
	float: left;
	width: 290px;
	position: relative;
	z-index: 1;
	margin-top: -50px;
	background: #fff;
}

.n_container .n_left:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 11px;
	bottom: -11px;
	left: -4px;
}

.n_container .n_left h1 {
	height: 90px;
	line-height: 90px;
	background: #0166b5;
	font-size: 1.875rem;
	color: #fff;
	padding: 0 1rem;
	text-align: center;
	position: relative;
}

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

.n_container .n_left ul {
	padding: 1.375rem 0;
	border-top: none;
	position: relative;
	border-left: #ededed 4px solid;
}

.n_container .n_left ul:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 2rem;
}

.n_container .n_left .con {
	box-shadow: 0px 0px 10px 0px rgba(0, 22, 39, 0.21);
}

.n_container .n_left .con ul li {
	line-height: 3.75rem;
	font-size: 1.125rem;
	color: #333333;
	position: relative;
	padding-bottom: 1px;
}

.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: 2rem;
	right: 2rem;
	height: 1px;
	border-bottom: #eeeeee 1px solid;
}

.n_container .n_left .con ul li:last-child:before {
}

.n_container .n_left .con ul li a img {
	margin: -3px 14px 0 0
}

.n_container .n_left .con ul li a:before {
	content: "";
	width: 4px;
	height: 0;
	background: #0166b5;
	position: absolute;
	left: -4px;
	top: .625rem;
	transition: 0.6s;
}

.n_container .n_left .con ul li.on > a:before, .n_container .n_left .con ul li:hover > a:before {
	height: 2.5rem;
}

.n_container .n_left .con ul li:after {
	content: "";
	width: 7px;
	height: 11px;
	background: url(/jkcy/home/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(/jkcy/home/images/left_jiantou_on.png) center no-repeat;
}

.n_container .n_left .con ul li a {
	color: #787878;
	display: block; /*overflow: hidden;white-space: nowrap;text-overflow: ellipsis;*/
	padding: 0 15px 0 0;
	transition: 0.36s;
	margin: 0 2rem;
}

.n_container .n_left .con ul li a:hover, .n_container .n_left .con ul li.on a {
	color: #b40d0d;
	font-weight: bold;
}

.n_container .n_left .con ul li dl {
	display: none;
	padding: .5rem 0;
	position: relative;
	background: #fafafa;
	margin: 0 2rem;
	border-top: #eee 1px solid;
}

.n_container .n_left .con ul li dl:before {
	content: "";
	position: absolute;
	right: 2rem;
	left: 2rem;
	top: 0;
	height: 1px;
}

.n_container .n_left .con ul li dl dd {
	height: auto;
	line-height: 34px;
	padding: 0;
}

.n_container .n_left .con ul li dl dd a {
	font-size: 15px;
	color: #333333 !important;
	padding: 5px 0 5px 32px;
	position: relative;
	line-height: 24px;
	margin: 0;
	font-weight: normal !important;
}

.n_container .n_left .con ul li dl dd:last-child a {
	border: none
}

.n_container .n_left .con ul li dl dd a:before {
	content: "";
	position: absolute;
	left: 16px;
	top: 16px;
	background: #d2d2d2;
	width: 8px;
	height: 2px;
}

.n_container .n_left .con ul li i.up, .n_container .n_left .con ul li.on i {
	background: url(/jkcy/home/images/left_jiantou_on.png) center no-repeat;
}

.n_container .n_left .con ul li i {
	width: 30px;
	height: 3.75rem;
	background: url(/jkcy/home/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: #0166b5 !important;
	font-weight: bold !important;
}

.n_container .n_left .con ul li dl dd a:hover:before, .n_container .n_left .con ul li dl dd.on a:before {
}

.n_container .n_right {
	width: calc(100% - 290px);
	margin: 0;
	padding: 0 0 0 3.125rem;
}

.mianbao {
	line-height: 60px;
	height: 60px;
	margin-bottom: 2rem;
}

.mianbao h2 {
	font-size: 24px;
	color: #323232;
	display: inline-block;
	position: relative;
}

.position {
	font-size: .875rem;
	color: #686868;
	line-height: 60px;
	height: 60px;
	border-bottom: #e8e8e8 5px solid;
}

.position img {
	margin: -3px .5rem 0 0
}

.position a {
	color: #686868;
	transition: 0.36s;
}

.position span {
	font-size: 14px;
	color: #808080;
	margin: 0 .25rem;
	font-family: simsun;
}

.position em {
	color: #686868;
	font-style: normal;
}

.position a:hover {
	color: #0166b5;
}

.fanye {
	text-align: center
}

.fanye img {
	max-width: 100%
}

.list_box_tupian {
	margin: 0 -1.875rem;
	padding: 0 1.75rem;
	margin-bottom: 2rem
}

.list_box_tupian li {
	padding: 0 1.875rem;
	width: 50%;
	float: left;
	margin-bottom: .5rem
}

.list_box_tupian li .img .img_hezi {
	padding-bottom: 71.64% !important
}

.list_box_tupian li .con {
	padding: .875rem 0 .875rem;
	transition: .5s
}

.list_box_tupian li .con h5 {
	font-size: 1.125rem;
	color: #323232;
	line-height: 1.875rem;
	height: 3.75rem;
	padding: 0 2rem;
	transition: .5s
}

.list_box_sousuo {
	margin-bottom: 3rem;
	margin-top: -1rem;
}

.list_box_sousuo li {
	font-size: 15px;
	color: #000033;
	line-height: 3.125rem;
	height: 3.125rem;
	border-bottom: #ebebeb 1px solid;
}

.list_box_sousuo li a {
	color: #404040;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.36s;
	position: relative;
	padding-left: 0;
	height: 3.75rem;
}

.list_box_sousuo li a:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0;
	width: 12px;
	height: 3px;
	transition: 0.36s;
}

.list_box_sousuo li a font {
	display: inline-block;
	width: calc(100% - 80px);
	font-size: 1rem;
	color: #000000;
	position: relative;
	transition: 0.36s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.list_box_sousuo li a img {
	display: inline-block
}

.list_box_sousuo li a span {
	float: right;
	font-size: 12px;
	color: #a4a4a4;
}

.list_box_sousuo li a span img {
	margin: -3px .5rem 0 0
}

.n_news_detail .ar_article_box .nav01 {
	overflow: hidden;
	margin-bottom: 2rem;
	text-align: center;
}

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

.n_news_detail .ar_article_box h6 {
	display: block;
	color: #8f8f8f;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-bottom: 0;
	vertical-align: top;
	background: #f0f0f0;
	padding: .75rem 0px;
}

.n_news_detail .ar_article_box h6 span {
	margin: 0 .5rem;
}

.n_news_detail .ar_article_box h6 span img {
	margin: -3px 6px 0 0
}

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

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

#ar_fot h1 span {
	font-weight: bold;
}

#ar_fot h1 a {
	color: #323232;
	font-weight: normal;
	transition: .5s;
}

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

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

#ar_fot h1 a:hover {
	color: #0166b5;
	font-weight: bold;
}

.n_news_detail01 h4 {
	font-size: 1.5rem;
	color: #000000;
	font-weight: bold;
	margin: 2.5rem 0 1rem;
	text-align: center
}

.n_news_detail01 .ar_article p {
	line-height: 2.5rem;
	margin-bottom: 0.375rem
}

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

.social-share {
	font-family: "socialshare" !important;
	font-size: 1rem;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	background: #fff;
	vertical-align: top;
	margin: 0;
	transition: .5s;
	float: right;
	z-index: 10;
	color: #848484;
	line-height: 2.9375rem;
	margin: 2rem 0;
}

.social-share * {
	font-family: "socialshare" !important
}

.social-share a {
	position: relative;
	text-decoration: none;
	margin: 0;
	display: inline-block;
	outline: none;
}

.social-share .social-share-icon {
	position: relative;
	display: inline-block;
	width: 2.9375rem;
	height: 2.9375rem;
	border-radius: 0;
	line-height: 24px;
	border: none;
	color: #666666;
	text-align: center;
	vertical-align: top;
	transition: background 0.6s ease-out 0s;
	transition: .6s;
	font-size: 13px;
	background: #ececec;
	margin-left: .5rem;
	background-size: 100% 100% !important;
}

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

.social-share .icon-weibo {
	border-color: #ff763b;
}

.social-share .icon-weibo:hover {
	background: #ff763b
}

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

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

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

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

.social-share .icon-qzone {
	border-color: #FDBE3D;
}

.social-share .icon-qzone:hover {
	background: #FDBE3D
}

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

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

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

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

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

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

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

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

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

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

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

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

.social-share .icon-wechat {
	position: relative;
	border-color: #7bc549;
}

.social-share .icon-wechat:hover {
	background: #7bc549
}

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

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

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

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

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

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

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

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

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

.social-share .icon-weibo {
}

.social-share .icon-wechat {
	background: url(/jkcy/home/images/share-icon02.png) no-repeat center center !important;
	background-size: 100% 100% !important;
}

.social-share .icon-qq {
	background: url(/jkcy/home/images/share-icon03.png) no-repeat center center !important;
	background-size: 100% 100% !important;
}

.social-share .icon-qzone {
	background: url(/jkcy/home/images/share-icon04.png) no-repeat center center !important;
	background-size: 100% 100% !important;
}

.list_box_n_hengpai li {
	margin-bottom: 1rem
}

.list_box_n_hengpai li a {
	display: block;
	padding: 1.875rem 0;
	transition: .5s
}

.list_box_n_hengpai li a .img {
	width: 16.875rem;
	float: left
}

.list_box_n_hengpai li a .img .img_hezi {
	padding-bottom: 62.96% !important
}

.list_box_n_hengpai li a .con {
	width: calc(100% - 16.875rem);
	padding: 0 0 0 1.875rem;
	float: left;
	position: relative
}

.list_box_n_hengpai li a .con .top {
	position: relative;
	padding-bottom: 1.875rem;
	margin-bottom: 2rem
}

.list_box_n_hengpai li a .con .top:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 3.75rem;
	height: 3px;
	background: #c51f1f;
	left: 0;
}

.list_box_n_hengpai li a .con h5 {
	font-size: 1.125rem;
	color: #323232;
	line-height: 1.25;
	transition: .5s;
	padding-right: 5rem;
}

.list_box_n_hengpai li a .con p {
	font-size: .875rem;
	color: #888888;
	line-height: 1.875rem;
	height: 3.75rem
}

.list_box_n_hengpai li a .con .time {
	position: absolute;
	top: 0;
	right: 0;
	width: 4.75rem;
	height: 4.75rem;
	border: #d5d5d5 1px solid;
	background: #f9f9f9;
	text-align: center;
	transition: .5s
}

.list_box_n_hengpai li a .con .time h6 {
	font-size: 12px;
	color: #999999;
	font-family: Times New Roman;
	line-height: 1.5;
	transition: .5s
}

.list_box_n_hengpai li a .con .time h3 {
	font-size: 2.25rem;
	color: #0166b5;
	font-family: Times New Roman;
	transition: .5s
}

.n_shizi .fl01 {
	padding: 6.25rem 0 0;
	overflow: hidden
}

.title003 {
	background: url(/jkcy/home/images/title003_bg.png) center no-repeat;
	line-height: 3.0625rem;
	margin-bottom: 3.5rem;
	text-align: center;
	overflow: hidden;
}

.title003 h3 {
	font-size: 1.875rem;
	color: #000000;
}

.n_sanji {
	margin-bottom: 2.125rem
}

.n_sanji ul {
	text-align: center;
	font-size: 0;
	margin: 0 -.75rem
}

.n_sanji ul li {
	width: auto;
	padding: 0 .75rem;
	display: inline-block
}

.n_sanji ul li a {
	display: inline-block;
	width: 14.75rem;
	line-height: 3.625rem;
	height: 3.625rem;
	text-align: center;
	border: #ebebeb 1px solid;
	font-size: 1.125rem;
	color: #000000;
	transition: .5s
}

.n_sanji ul li a svg {
	width: 1.125rem;
	height: 1.125rem;
	fill: #565656;
	vertical-align: middle;
	margin: -3px .75rem 0 0;
	transition: .5s
}

.n_sanji ul li.on a, .n_sanji ul li:hover a {
	color: #fff;
	background: #0166b5;
	border: #0166b5 1px solid
}

.n_sanji ul li.on a svg, .n_sanji ul li:hover a svg {
	fill: #fff
}

.zimu {
	margin-bottom: 1.25rem;
	border: #e4e4e4 1px dashed;
	padding: 1px;
}

.zimu dl {
	font-size: 0;
	line-height: 1.75rem;
	background: #f4f4f4;
	padding: 1.25rem 1.75rem;
}

.zimu dl dt {
	display: inline-block;
	width: 62px;
	font-size: 1rem;
	color: #626262;
	vertical-align: top;
	font-weight: bold;
	margin: .375rem 0;
}

.zimu dl .con {
	display: inline-block;
	width: calc(100% - 62px);
}

.zimu dl .con dd {
	display: inline-block;
	font-size: 1rem;
	color: #626262;
	margin: .375rem 0;
	margin-right: .5rem;
}

.zimu dl .con dd a {
	color: #626262;
	transition: 0.36s;
	padding: 0 .5rem;
	border-radius: 0;
	line-height: 1.75rem;
	height: 1.75rem;
	display: inline-block;
	min-width: 3.25rem;
	text-align: center;
}

.zimu dl .con dd.on a, .zimu dl .con dd a:hover {
	background: #b80000;
	color: #fff;
}

.list_box_shizi {
	font-size: 0;
	margin: 0 -1.5rem;
	margin-bottom: 2rem;
}

.list_box_shizi li {
	display: inline-block;
	width: 50%;
	padding: 0 1.5rem;
	margin: 2rem 0 7.25rem;
}

.list_box_shizi li a {
	display: block;
	transition: 0.5s;
	padding: 0 0 1.375rem;
	background: url(/jkcy/home/images/list_box_shizi_bg.jpg) center no-repeat;
	position: relative;
	background-size: cover;
	margin-left: 2rem;
}

.list_box_shizi li a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: #fff 5px solid;
	transition: .5s;
	opacity: 0;
	visibility: hidden
}

.list_box_shizi li .img {
	margin: 0 0 0 -2rem;
	position: relative;
	box-shadow: 1px 1.732px 16.56px 1.44px rgba(125, 125, 125, 0.18);
	top: 0.7rem;
}

.list_box_shizi li .img {
	width: 12.375rem;
	overflow: hidden;
	float: left;
	object-fit: cover;
}

.list_box_shizi li .img .img_hezi {
	padding-bottom: 135.65% !important
}

.list_box_shizi li .con {
	float: left;
	width: calc(100% - 14.375rem);
	padding: 2.5rem 0 0 1.5rem;
	position: relative;
}

.list_box_shizi li .con h5 {
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.list_box_shizi li .con h4 {
	font-size: 12px;
	color: #fff;
	position: relative;
	white-space: nowrap;
	margin-top: 2.22rem;
	transition: .5s;
	background: url(/jkcy/home/images/jiantou1.png) right bottom no-repeat;
	float: right;
	min-width: 60px;
	height: 1.375rem;
}

.list_box_shizi li .con p {
	font-size: .875rem;
	color: #fff;
	line-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.list_box_shizi li .con p font {
	font-size: 1rem
}

.list_box_shizi li a:hover {
	box-shadow: 1px 1.732px 7.2px 0.8px rgba(125, 125, 125, 0.3);
}

.n_xinwen .fl01 {
	padding: 6.25rem 0 0;
	overflow: hidden
}

.list_box_xinwen {
	margin: 0 -1rem;
}

.list_box_xinwen .miso-list {
	padding: .75rem 0
}

.list_box_xinwen li {
	width: 33.333333%;
	padding: 0 1rem
}

.list_box_xinwen li a {
	display: block;
	padding: 6px;
	transition: .5s
}

.list_box_xinwen li a .img_hezi {
	padding-bottom: 66.21% !important
}

.list_box_xinwen li a h5 {
	font-size: 1rem;
	color: #6c6c6c;
	line-height: 1.75rem;
	height: 3.5rem;
	transition: .5s;
	padding: 0 2.25rem;
	margin: 1rem 0 1rem
}

.list_box_xinwen .miso-arrow {
	width: 1.5rem;
	height: 1.5rem;
	margin-top: -3rem
}

.list_box_xinwen .miso-arrow svg {
	width: 1.875rem;
	height: 1.875rem;
	fill: #6b6b6b;
	float: left;
	transition: .5s
}

.list_box_xinwen .miso-arrow.miso-prev {
	left: -2rem
}

.list_box_xinwen .miso-arrow.miso-next {
	right: -2rem
}

.list_box_xinwen1 {
	margin: 0 -1.125rem;
	margin-top: 2.5rem
}

.list_box_xinwen1 li {
	float: left;
	width: 50%;
	padding: 0 1.125rem;
	margin-bottom: 1.625rem
}

.list_box_xinwen1 li a {
	display: block;
	height: 3.625rem;
	line-height: 3.625rem;
	border: #ebebeb 1px solid;
	padding: 0 1.25rem;
	transition: .5s
}

.list_box_xinwen1 li a font {
	display: inline-block;
	width: calc(100% - 5rem);
	transition: .5s;
	font-size: 1rem;
	color: #000000
}

.list_box_xinwen1 li a font svg {
	width: .75rem;
	height: .75rem;
	fill: #575757;
	transition: .5s;
	margin: -3px .5rem 0 0
}

.list_box_xinwen1 li a span {
	float: right;
	font-size: .875rem;
	color: #727272;
	transition: .5s
}

.n_xinwen .fl02 {
	padding: 5rem 0 0
}

.list_box_xinwen2 {
	margin: 0 -.625rem;
	flex-wrap: wrap;
	margin-top: 1.125rem;
	overflow: hidden;
	padding-bottom: 1.5rem
}

.list_box_xinwen2 .miso-list {
	padding: 1rem 0
}

.list_box_xinwen2 li {
	width: 33.333333%;
	padding: 0 .625rem;
	float: left;
	margin-bottom: 2.5rem
}

.list_box_xinwen2 li a {
	display: block;
	align-items: center;
	justify-content: space-between;
	height: auto;
	transition: .5s;
	overflow: hidden;
	box-shadow: 1px 1.732px 1rem 1.44px rgba(125, 125, 125, 0.18);
	border-top: #b80000 4px solid;
	padding: 1.75rem 1rem;
	background: #fff;
	background-position: 94% bottom
}

.list_box_xinwen2 li a .time {
	width: 5.375rem;
	text-align: center;
	color: #727272;
	transition: .5s;
	float: left;
}

.list_box_xinwen2 li a .time h3 {
	font-size: 1.875rem;
	color: #b80000
}

.list_box_xinwen2 li a .time h6 {
	font-size: .875rem;
	margin: .5rem 0 0
}

.list_box_xinwen2 li a .con {
	position: relative;
	width: calc(100% - 5.375rem);
	padding: 0 .375rem 0 .5rem;
	float: right;
}

.list_box_xinwen2 li a .con h5 {
	font-size: 1rem;
	color: #727272;
	line-height: 1.875rem;
	height: 3.75rem;
	transition: .5s;
}

.list_box_xinwen2 .miso-dots {
}

.list_box_xinwen2 .miso-dots li {
	border: #b80000 1px solid;
	width: .875rem;
	height: .875rem;
	border-radius: 50%;
	transition: .5s;
	padding: 0;
	margin: 0 .75rem;
	float: none;
	display: inline-block
}

.list_box_xinwen2 .miso-dots li.miso-active {
	background: #b80000
}

.n_gaikuang .fl01 {
	padding: 4.375rem 0;
	background: url(/jkcy/home/images/n_gaikuang_fl01_bg.jpg) center no-repeat;
	background-size: cover;
	overflow: hidden
}

.n_gaikuang .fl01 .left {
	width: calc(100% - 38.6875rem);
	padding: 4.125rem 1.875rem 0 0
}

.n_gaikuang .fl01 .right {
	width: 38.6875rem
}

.n_gaikuang .fl01 .right img {
	width: 100%
}

.n_gaikuang .fl01 .left .ar_article p {
	color: #767676;
	line-height: 2rem
}

.more002 {
	text-align: right;
	margin: 1.75rem 0 0
}

.more002 a {
	display: inline-block;
	width: 9.375rem;
	height: 2.5rem;
	line-height: 2.375rem;
	border: #e0e0e0 1px solid;
	text-align: center;
	font-size: .875rem;
	color: #a9a9a9;
	transition: .5s
}

.n_gaikuang .fl02 {
	padding: 4.375rem 0 0;
	background: url(/jkcy/home/images/n_gaikuang_fl02_bg.jpg) center bottom no-repeat;
	background-size: cover;
	overflow: hidden
}

.n_gaikuang .fl02 .content {
	padding: 0 13.5rem 0 0
}

.n_gaikuang .fl02 .content .left {
	padding: 5.75rem 0 0;
	width: 26.1875rem
}

.n_gaikuang .fl02 .content .left img {
	width: 100%;
}

.n_gaikuang .fl02 .content .right {
	width: calc(100% - 26.1875rem);
	background: url(/jkcy/home/images/n_gaikuang_fl02.jpg) center no-repeat;
	padding: 2.25rem;
	box-shadow: 1px 1.732px 6.56px 1.44px rgba(125, 125, 125, 0.08);
	background-size: cover
}

.n_gaikuang .fl02 .content .right h3 {
	font-size: 2.25rem;
	color: #303030;
	font-weight: bold;
	position: relative;
	padding-bottom: 1.375rem;
	margin-bottom: 1.25rem
}

.n_gaikuang .fl02 .content .right h3:before {
	content: "";
	position: absolute;
	width: 3.25rem;
	height: 5px;
	background: #0166b5;
	bottom: 0
}

.n_gaikuang .fl02 .content .right h4 {
	font-size: 1.25rem;
	color: #4b4b4b;
	line-height: 1.5;
	margin: 0 0 1.25rem
}

.n_gaikuang .fl02 .content .right .ar_article p {
	color: #959595;
	line-height: 2rem;
	text-indent: 0;
	margin-bottom: 1.5rem
}

.more003 {
	text-align: right;
	margin: 1.75rem 0 0
}

.more003 a {
	display: inline-block;
	width: 6.875rem;
	height: 30px;
	line-height: 30px;
	background: #b52727;
	text-align: center;
	font-size: .875rem;
	color: #fff;
	transition: .5s
}

.n_gaikuang .fl02 .content .right h3 {
	font-size: 1.5rem
}

.n_renshi .fl01 {
	padding: 6.25rem 0;
	overflow: hidden
}

.n_renshi .content .left {
	width: calc(100% - 36.5625rem);
	padding: 0 9.25rem 0 0
}

.n_renshi .content .left img {
	width: 100%
}

.n_renshi .content .right {
	width: 36.5625rem;
}

.title004 {
	margin-bottom: 8.75rem
}

.title004 .ll {
	width: 10.625rem;
	height: 3.75rem;
	position: relative;
	z-index: 1;
	line-height: 3.75rem;
	text-align: center;
	font-size: 1.375rem;
	color: #fff
}

.title004 .ll:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #e97408;
	transform: skewX(-30deg);
	z-index: -1;
}

.title004 .rr {
	width: calc(100% - 10.625rem);
	height: 3.75rem;
	position: relative;
	z-index: 1;
}

.title004 .rr:before {
	content: "";
	position: absolute;
	top: 0;
	right: 1.25rem;
	bottom: 0;
	left: .75rem;
	background: #a50b01;
	transform: skewX(-30deg);
	z-index: -1;
}

.title004 .rr:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 5rem;
	background: #a50b01;
	z-index: -1;
	height: 3.75rem;
}

.more004 a {
	display: inline-block;
	float: right;
	font-size: .875rem;
	color: #fff;
	position: relative;
	white-space: nowrap;
	margin-top: 1.25rem;
	transition: .5s;
	background: url(/jkcy/home/images/jiantou2.png) right bottom no-repeat;
	min-width: 5.375rem;
	height: 1.375rem;
	margin-right: 1.5rem;
}

.more004 a:hover {
	opacity: .8
}

.n_renshi .content .right .img {
	background: url(/jkcy/home/images/n_renshi_img2.jpg) center no-repeat;
	padding-bottom: 55.0179% !important;
	width: 34.875rem;
	max-width: 100%;
	position: relative;
	left: -18.75rem;
	background-size: cover;
}

.n_renshi .content .right .img .top {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center
}

.n_renshi .content .right .img .top h5 {
	font-size: 2.625rem;
	color: #fff;
	line-height: 1.5;
	transition: .5s
}

.list_box_13 {
	margin: 0 -1.5rem;
}

.list_box_13 li {
	float: left;
	width: 33.333333%;
	padding: 0 1.5rem;
	margin-bottom: 2rem
}

.list_box_13 li a {
	display: block;
	align-items: center;
	justify-content: space-between;
	height: auto;
	transition: .5s;
	overflow: hidden;
	box-shadow: 1px 1.732px 1rem 1.44px rgba(125, 125, 125, 0.18);
	padding: 1.375rem 1.125rem;
	background: #fff;
}

.list_box_13 li a .time {
	width: 4.625rem;
	height: 4.375rem;
	text-align: center;
	color: #727272;
	transition: .5s;
	float: left;
	background: #f2f2f2;
}

.list_box_13 li a .time h3 {
	font-size: 1.875rem;
	color: #7c0a04;
}

.list_box_13 li a .time h6 {
	font-size: .875rem;
	margin: .375rem 0 0;
}

.list_box_13 li a .con {
	position: relative;
	width: calc(100% - 4.625rem);
	padding: .375rem 0 0 1rem;
	float: right;
}

.list_box_13 li a .con h5 {
	font-size: 14px;
	color: #525252;
	line-height: 1.75rem;
	height: 3.5rem;
	transition: .5s;
}


.n_renshi .fl02 {
	padding: 0 0 6.25rem;
	overflow: hidden
}

.title005 {
	line-height: 3.0625rem;
	margin-bottom: 3.5rem;
	text-align: center;
	overflow: hidden;
	position: relative
}

.title005 h3 {
	font-size: 1.875rem;
	color: #000000;
}

.title005 h3 img {
	margin: 0 0
}

.title005 h3 font {
	margin: 0 2rem
}

.title005 .bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.title005 .bg img {
	max-height: 3.0625rem;
	max-width: 80%
}

.n_shiyan .fl01 {
	padding: 6.25rem 0 6.25rem;
	overflow: hidden;
}

.list_box_14 li a {
	display: block
}

.list_box_14 li a .left {
	width: 46.625rem
}

.list_box_14 li a .right {
	width: calc(100% - 46.625rem);
	height: 33.375rem;
	background: #810702 url(../images/list_box_14_ico.png) 86% 72% no-repeat;
	padding: 3.75rem 2.125rem 2rem
}

.list_box_14 li a .left .img .img_hezi {
	padding-bottom: 33.375rem !important
}

.list_box_14 li a .right h5 {
	font-size: 1.5rem;
	color: #fff;
	padding: 0 0 1.625rem;
	position: relative;
	margin-bottom: 1.25rem;
	line-height: 1.5;
}

.list_box_14 li a .right h5:before {
	content: "";
	position: absolute;
	width: 3rem;
	height: 4px;
	background: #fff;
	bottom: 0
}

.list_box_14 li a .right .ar_article {
	height: 13.5rem;
	overflow: hidden;
	margin-bottom: 7.25rem
}

.list_box_14 li a .right .ar_article p {
	font-size: 1rem;
	color: #fff;
	line-height: 2.25rem;
	text-indent: 0
}

.list_box_14 li a .right span {
	float: right;
	font-size: 1rem;
	color: #fff;
}

.list_box_14 .miso-dots {
	bottom: 1.5rem;
	right: calc(100% - 46.625rem);
	text-align: right;
	padding-right: 2rem
}

.list_box_14 .miso-dots li {
	width: .875rem;
	height: .875rem;
	background: #fff;
	border-radius: 50%;
	padding: 0 0;
	margin: 0 .5rem
}

.list_box_14 .miso-dots li.miso-active {
	background: #d10000
}

.n_shiyan .fl02 {
	padding: 6.25rem 0 6.25rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.n_shiyan .fl02 .title005 h3 {
	color: #fff
}

.list_box_15 {
	margin: 0 -1.875rem;
	margin-top: 3.75rem
}

.list_box_15 li {
	float: left;
	width: 33.333333%;
	padding: 0 1.875rem
}

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

.list_box_15 li a .img .img_hezi {
	padding-bottom: 51.52% !important;
}

.list_box_15 li a .top {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 1.875rem;
	color: #fff
}

.list_box_15 li a .top img {
	margin: -3px 1rem 0 0;
	transition: .5s
}

.n_shiyan .fl02:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url(/jkcy/home/images/n_shiyan_fl02_bg.jpg) center no-repeat;
	height: 28rem;
	background-size: cover;
	z-index: -1;
}

.n_shiyan .fl02 .left {
	width: 37.1875rem
}

.n_shiyan .fl02 .right {
	width: calc(100% - 37.1875rem);
	padding: 0 0 0 2rem
}

.list_box_16 .miso-list {
	overflow: visible
}

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

.list_box_16 li .img .img_hezi {
	padding-bottom: 73.10% !important
}

.list_box_16 li .con {
	width: 38.125rem; /* height:15.625rem; */
	background: #fff url(../images/list_box_16_bg.png) 65% center no-repeat;
	box-shadow: 0px 2px 50.4px 9.6px rgba(0, 0, 0, 0.18);
	position: absolute;
	z-index: 1;
	left: 80%;
	bottom: -1.25rem;
	padding: 2.75rem 1.75rem 5.75rem;
}

.list_box_16 li .con h5 {
	font-size: 1.125rem;
	color: #4d4d4d;
	font-weight: bold;
	line-height: 1.5rem;
	transition: .5s;
	margin-bottom: 1.5rem
}

.list_box_16 li .con h6 {
	font-size: .875rem;
	color: #4d4d4d;
	line-height: 1.875rem
}

.list_box_16 li .con p {
	font-size: .875rem;
	color: #4d4d4d;
	line-height: 1.875rem;
	height: 3.75rem
}

.list_box_17 {
	margin: 0 -.8125rem
}

.list_box_17 li {
	width: 33.333333%;
	padding: 0 .8125rem
}

.list_box_17 li .img .img_hezi {
	padding-bottom: 66.666667% !important
}

.list_box_16 .miso-dots_box {
	position: absolute;
	bottom: .75rem;
	width: auto;
	padding: 0 2.5rem;
	text-align: center;
	right: 1rem; /* transform: translateX(50%); */
	margin-right: -80%;
}

.list_box_16 .miso-dots {
	height: 1.125rem;
	text-align: center;
	position: relative;
	padding: 0;
	width: auto;
	display: inline-block;
	white-space: nowrap;
}

.list_box_16 .miso-dots_box .miso-prev, .list_box_16 .miso-dots_box .miso-next {
	width: 1.25rem;
	height: 1.25rem;
}

.list_box_16 .miso-dots_box svg {
	width: 1.25rem;
	height: 1.25rem;
	fill: #6b6b6b;
	float: left;
	transition: .5s;
}

.list_box_16 .miso-dots li {
	width: 1.125rem;
	height: 1.125rem;
	background: transparent;
	transition: .5s;
	border-radius: 50%;
	padding: 0;
	position: relative;
	margin: 0 .125rem;
}

.list_box_16 .miso-dots li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: .625rem;
	height: .625rem;
	background: #0e77be;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.list_box_16 .miso-dots li.miso-active { /* background: #e18d94; */
}

.list_box_16 .miso-dots li.miso-active:before {
	background: #0166b5
}

.n_keyan_d {
	background: #fff url(../images/n_keyan_d_bg.jpg) right top no-repeat;
	background-size: 100% auto;
	padding: 3.25rem;
	border: #dfdfdf 1px solid
}

.n_keyan_d .fl01 .left {
	width: 14.5rem;
	padding: 0 1.25rem 1.75rem 0;
	position: relative
}

.n_keyan_d .fl01 .left:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 1.25rem;
	background: url(/jkcy/home/images/n_keyan_d_img_bg.jpg) center bottom no-repeat;
	background-size: 100% auto
}

.n_keyan_d .fl01 .left .img .img_hezi {
	padding-bottom: 151.42% !important;
}

.n_keyan_d .fl01 .right {
	width: calc(100% - 14.5rem);
	padding: 0 0 0 3.125rem
}

.n_keyan_d .fl01 .right h3 {
	font-size: 1.625rem;
	color: #333333;
	line-height: 1.5;
	padding-bottom: 1rem;
	border-bottom: #dcdcdc 1px solid;
	font-weight: bold;
	margin-bottom: 1.75rem;
	position: relative;
}

.n_keyan_d .fl01 .right h3:before {
	content: "";
	position: absolute;
	background: #c50000;
	width: 5rem;
	height: 3px;
	bottom: -2px
}

.list_box_11 dt {
	font-size: 1rem;
	color: #0070cd;
	font-weight: bold;
	width: 100%;
	margin-bottom: 1.25rem
}

.list_box_11 dd {
	font-size: 1rem;
	color: rgba(0, 0, 0, .7);
	line-height: 2.25rem;
	min-width: 50%;
	position: relative;
	padding: 0 0 0 1.25rem;
}

.list_box_11 dd:before {
	content: "";
	position: absolute;
	left: 0;
	top: .875rem;
	width: 7px;
	height: 7px;
	background: #dddddd;
	border-radius: 50%;
}

.n_keyan_d .fl02 {
	margin: 2.5rem 0 0;
}

.n_keyan_d .fl02 .h3 {
	padding: .75rem .75rem .75rem 3.75rem;
	background: #0070cd;
	font-size: 1.25rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	margin-bottom: 1.5rem
}

.n_keyan_d .fl02 .h3:before {
	content: "";
	position: absolute;
	left: 1rem;
	width: 1.875rem;
	height: 1px;
	background: #fff;
	top: 50%;
	margin-top: -.5px
}

.n_keyan_d .fl02 h3 {
	padding: 0 0 .5rem;
	font-size: 1.375rem;
	color: #333333;
	line-height: 1.5;
	border-bottom: #dcdcdc 1px solid;
	margin: 3.125rem 0 1.5rem;
	position: relative
}

.n_keyan_d .fl02 h3:before {
	content: "";
	position: absolute;
	background: #c50000;
	width: 5rem;
	height: 3px;
	bottom: -2px
}

.n_keyan_d .fl02 .ar_article p {
	margin-bottom: 0 !important;
	font-size: 1rem !important;
	line-height: 1.625rem !important;
}

.n_yxy .fl01 {
	padding: 6.25rem 0;
	overflow: hidden
}

.n_yxy .fl01 .content {
	display: flex;
	align-items: center;
	font-size: 0
}

.n_yxy .fl01 .content .left {
	width: calc(100% - 44.375rem);
	display: inline-block
}

.n_yxy .fl01 .content .left img {
	width: calc(100% + 3.375rem);
	display: inline-block
}

.n_yxy .fl01 .content .right {
	width: 44.375rem;
	background: url(/jkcy/home/images/n_yxy_fl01_bg.jpg) center no-repeat;
	padding: 1.625rem 2.75rem 3.75rem;
	background-size: cover;
}

.n_yxy .fl01 .content .right font {
	display: flex;
	background: url(/jkcy/home/images/n_yxy_k.png) center no-repeat;
	width: 146px;
	height: 52px;
	align-items: center;
	justify-content: center;
	font-size: 1.75rem;
	color: #fff
}

.n_yxy .fl01 .content .right p {
	font-size: 1rem;
	color: #fff;
	line-height: 30px;
	margin: 2.25rem 0 1rem
}

.n_yxy .fl01 .content .right h6 {
	text-align: right
}

.n_yxy .fl02 {
	padding: 0 0 5rem;
	overflow: hidden
}

.list_box_18 {
	margin: 0 -1.25rem;
	padding: 0 1.25rem
}

.list_box_18 li {
	width: 33.333333%;
	padding: 0 1.25rem;
	float: left;
}

.list_box_18 li a {
	display: block;
	background: #fff;
	padding: 2.125rem 2rem 4.25rem;
	position: relative;
	overflow: hidden;
	border-bottom: #b80000 2px solid;
	box-shadow: 1px 1.732px 28.2px 1.8px rgba(125, 124, 125, 0.2);
	transition: .5s;
	background-size: cover !important;
	background-position: center;
}

.list_box_18 li a .box1 .time {
	display: inline-block;
	text-align: left;
	background: #b80000;
	padding: .875rem .75rem;
	color: #fff;
}

.list_box_18 li a .box1 .time h3 {
	font-size: 1.125rem;
	font-weight: bold;
	font-family: "Microsoft Yahei"
}

.list_box_18 li a .box1 .time h6 {
	font-size: .875rem;
	margin: .5rem 0 0;
}

.list_box_18 li a .box1 h5 {
	font-size: 1rem;
	color: #000000;
	line-height: 1.875rem;
	height: 3.75rem;
	max-width: 100%;
	transition: .5s;
	margin: 1rem 0 0;
}

.n_djgz .fl01 {
	padding: 6.25rem 0;
	overflow: hidden;
	background: url(/jkcy/home/images/n_djgz_fl01_bg.png) left 58% no-repeat
}

.n_djgz .fl01 .content .left {
	width: 50%;
	padding: 2.5rem 4.375rem 0 0;
}

.n_djgz .fl01 .content .right {
	width: 50%;
}

.n_djgz .fl01 .content .right img {
	width: 100%
}

.list_box_19 li {
	font-size: 15px;
	color: #000033;
	line-height: 28px;
	padding: .75rem 0;
}

.list_box_19 li a {
	color: #404040;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.36s;
	position: relative;
	height: 28px;
}

.list_box_19 li a font {
	display: inline-block;
	width: calc(100% - 80px);
	font-size: 1rem;
	color: #000000;
	position: relative;
	transition: .5s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 0 0 1.5rem;
}

.list_box_19 li a img {
	display: inline-block
}

.list_box_19 li a span {
	float: left;
	font-size: .875rem;
	color: #999999;
	width: 74px;
	height: 28px;
	line-height: 26px;
	border: #e5e5e5 1px solid;
	border-radius: 14px;
	text-align: center;
	transition: .5s;
}

.n_djgz .fl02 {
	padding: 0 0 5rem
}

.n_djgz .fl02 .list_box_xinwen li a h5 {
	padding: 0 .5rem;
	margin: 1rem 0 0;
	color: #323232
}

.n_djgz .fl02 .list_box_xinwen li a h6 {
	text-align: right;
	font-size: .875rem;
	color: #666666;
	line-height: 1.25;
	border-bottom: #a81c1c 1px solid;
	padding: 0 .5rem .875rem
}

.n_djgz .fl02 .list_box_xinwen li a h6 img {
	margin: -3px .5rem 0 0;
	display: inline-block
}

.n_xsgz .fl01 {
	padding: 6.25rem 0;
	overflow: hidden;
	background: url(/jkcy/home/images/n_djgz_fl01_bg.png) left 58% no-repeat
}

.n_xsgz .fl01 .content .left {
	width: 50%;
}

.n_xsgz .fl01 .content .right {
	width: 50%;
	padding: 0 0 0 3rem
}

.n_xsgz .fl01 .content .right img {
	width: 100%
}

.list_box_20 li {
	margin-bottom: .625rem;
}

.list_box_20 li a {
	display: block;
	background: #f9f9f9;
	padding: 1.625rem 1.5rem;
}

.list_box_20 li a .time {
	border-right: #dcdcdc 1px solid;
	width: 3rem;
	height: 4.5rem;
	padding: .125rem 1rem 0 0;
	text-align: right
}

.list_box_20 li a .time h4 {
	font-size: 1.25rem;
	color: #010544;
	font-weight: bold;
	margin-bottom: .5rem
}

.list_box_20 li a .time h6 {
	font-size: .875rem;
	color: #010544;
	line-height: 1.5;
	opacity: .78
}

.list_box_20 li a .con {
	width: calc(100% - 3rem);
	padding: .25rem 0 0 1.25rem
}

.list_box_20 li a .con h5 {
	font-size: 1rem;
	color: #666666;
	line-height: 2rem;
	transition: .5s
}

.n_xsgz .fl02 {
	padding: 0 0 5rem
}

.n_xsgz .fl02 .list_box_xinwen li a h5 {
	padding: 0 .5rem;
	margin: 1rem 0 0;
	color: #323232
}

.n_xsgz .fl02 .list_box_xinwen li a h6 {
	text-align: right;
	font-size: .875rem;
	color: #666666;
	line-height: 1.25;
	border-bottom: #a81c1c 1px solid;
	padding: 0 .5rem .875rem
}

.n_xsgz .fl03 {
	padding: 0 0 7rem
}

.n_xsgz .fl03 .content {
	margin: 0 -1.25rem
}

.n_xsgz .fl03 .content .box {
	padding: 0 1.25rem;
	float: left
}

.n_xsgz .fl03 .content .box2 {
	width: 41.75%
}

.n_xsgz .fl03 .content .box1 {
	width: calc((100% - 41.875%) / 2);
}

.list_box_21 li {
	margin-bottom: 1.25rem
}

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

.list_box_21 li a h5 {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	padding: 0 2.375rem;
	font-size: 1rem;
	color: #fff;
	line-height: 1.75rem;
	max-height: 3.5rem
}

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

.list_box_21 li a .img .img_hezi {
	padding-bottom: 11.75rem !important
}

.n_xsgz .fl03 .content .box2 .list_box_21 li a .img .img_hezi {
	padding-bottom: 24.75rem !important
}

.list_box_21 li:last-child {
	margin-bottom: 0
}


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

@media (min-width: 768px) {
	.list_box_03 li a:hover {
		background: #0166b5
	}
	
	.list_box_03 li a:hover .time, .list_box_03 li a:hover .con h5 {
		color: #fff
	}
	
	.list_box_02 li a:hover .con h5 {
		color: #0166b5
	}
	
	.list_box_02 li a:hover .con span {
		background: #0166b5;
		border: #0166b5 1px solid;
		color: #fff
	}
	
	.list_box_02 li a:hover .con span svg {
		fill: #fff
	}
	
	.list_box_04 li a:hover:after {
		height: 100%;
		background: #0166b5
	}
	
	.list_box_04 li a:hover h5 {
		color: #0166b5
	}
	
	.list_box_07 li a:hover {
		box-shadow: 1px 1.732px 3.68px 0.32px rgba(0, 0, 0, 0.26);
		background: #0166b5
	}
	
	.container02 .content .right .more001 a:hover {
		background: #d08f0f;
		color: #fff
	}
	
	.list_box_05 li .con h5:hover {
		color: #0166b5
	}
	
	.list_box_06 li a:hover {
		background: #0166b5
	}
	
	.list_box_06 li a:hover .time {
		color: #fff
	}
	
	.list_box_06 li a:hover h5 {
		color: #fff
	}
	
	.list_box_09 li a:hover {
		box-shadow: 0px 2px .75rem 0.96px rgba(0, 0, 0, 0.2);
	}
	
	.list_box_08 .miso-arrow:hover svg {
		fill: #0166b5
	}
	
	.list_box_08 .miso-dots_box:hover svg {
		fill: #0166b5
	}
	
	.list_box_10 li a:hover {
		box-shadow: 1px 1.732px 5.4px 0.6px rgba(125, 125, 125, 0.6);
	}
	
	.list_box_10 li a:hover .box2 {
		opacity: 1;
		visibility: visible;
		transform: translateY(0)
	}
	
	.list_box_12 li a:hover {
		background: #0166b5
	}
	
	footer .right .box .con dl dd:hover {
		opacity: .7
	}
	
	.list_box_tupian li a:hover .con {
		background: #0166b5
	}
	
	.list_box_tupian li a:hover .con h5 {
		color: #fff
	}
	
	.list_box_sousuo li a:hover font {
		color: #0166b5;
		padding: 0 0 0 4px
	}
	
	.list_box_n_hengpai li a:hover .con .time {
		background: #0166b5;
		border: #0166b5 1px solid
	}
	
	.list_box_n_hengpai li a:hover .con .time h6, .list_box_n_hengpai li a:hover .con .time h3 {
		color: #fff
	}
	
	.list_box_n_hengpai li a:hover .con h5 {
		color: #0166b5;
	}
	
	.list_box_n_hengpai li a:hover {
		box-shadow: 0px 3px 41.71px 1.29px rgba(0, 0, 0, 0.2);
		background: #fff;
		padding: 1.875rem 1.75rem
	}
	
	.list_box_shizi li a:hover {
		background: url(/jkcy/home/images/list_box_shizi_bg_on.jpg) center no-repeat;
		background-size: cover;
	}
	
	.list_box_shizi li a:hover:before {
		opacity: 1;
		visibility: visible
	}
	
	.list_box_xinwen li a:hover {
		box-shadow: 0px 2px .75rem 0.96px rgba(0, 0, 0, 0.2);
	}
	
	.list_box_xinwen li a:hover h5 {
		color: #272727;
		font-weight: bold
	}
	
	.list_box_xinwen1 li a:hover {
		border: #b80000 1px solid;
		background: #b80000
	}
	
	.list_box_xinwen1 li a:hover font, .list_box_xinwen1 li a:hover span {
		color: #fff
	}
	
	.list_box_xinwen1 li a:hover font svg {
		fill: #fff
	}
	
	.list_box_xinwen2 li a:hover h5, .list_box_xinwen2 li a:hover h6 {
		color: #0166b5
	}
	
	.list_box_xinwen2 li a:hover {
		background: #fff url(../images/list_box_xinwen2_bg.png) 94% bottom no-repeat;
	}
	
	.more002 a:hover {
		background: #0166b5;
		border: #0166b5 1px solid;
		color: #fff
	}
	
	.list_box_13 li a:hover {
		background: #7c0a04
	}
	
	.list_box_13 li a:hover .con h5 {
		color: #fff
	}
	
	.n_renshi .content .right .img .top:hover h5 {
		letter-spacing: 2px
	}
	
	.list_box_15 li a:hover .top img {
		transform: rotateY(180deg)
	}
	
	.list_box_18 li a:hover {
		background: #fff url(../images/list_box_18_img.jpg) center no-repeat
	}
	
	.list_box_19 li a:hover span {
		background: #0166b5;
		border: #0166b5 1px solid;
		color: #fff
	}
	
	.list_box_19 li a:hover font {
		color: #0166b5
	}
	
	.list_box_20 li a:hover .con h5 {
		color: #242424;
		font-weight: bold
	}
	
	.list_box_21 li a:hover .img img {
		transform: scale(1.05)
	}
}


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

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

@media (max-width: 1630px) {
	.w1600 {
		padding: 0 15px
	}
	
	#logo img {
		height: 5rem
	}
	
	#nav ul li {
		margin-left: 1.75rem
	}
	
	.container02 .content .left {
		padding: 0 0 0 5.5vw
	}
	
	.title004 .rr:after { /* bottom:-1px */
	}
}

@media (max-width: 1400px) {
	#logo img {
		height: 4rem
	}
	
	.title005 h3 img {
		width: 15rem
	}
}

@media (max-width: 1330px) {
	
	#logo img {
		height: 3rem
	}
}

@media (max-width: 1200px) {
	.w1200 {
		padding: 0 15px
	}
	
	.header_box {
		display: none
	}
	
	.m_header_box {
		display: block
	}
	
	.container01 .left {
		width: 100%;
		padding: 0 0 2rem
	}
	
	.container01 .right {
		width: 100%;
	}
	
	.container02 .content .left {
		padding: 0 15px
	}
	
	.container02 .content .left {
		width: 100%;
	}
	
	.container02 .content .right {
		width: 100%;
		padding: 0 15px;
		margin-top: 2rem
	}
	
	.container02 {
		background: url(/jkcy/home/images/container02_bg_on.jpg) center no-repeat;
		background-size: cover
	}
	
	footer .left {
		width: 100%;
		padding: 0;
		background: none;
	}
	
	footer .right {
		width: 100%;
		padding: 2rem 0 0
	}
	
	.n_container .n_left {
		display: none
	}
	
	.n_container .n_right {
		width: 100%;
		padding: 0;
	}
	
	#nav_slide {
		display: block
	}
	
	.mianbao {
		display: none
	}
	
	.n_container {
		padding: 3rem 0;
		overflow: hidden;
	}
	
	.list_box_shizi li {
		width: 100%;
	}
	
	.n_xinwen .fl01 {
		padding: 0
	}
	
	.n_xinwen .fl02 {
		padding: 3rem 0 0
	}
	
	.n_gaikuang .fl01 .left {
		width: 100%;
		padding: 0 0 2rem
	}
	
	.n_gaikuang .fl01 .right {
		width: 100%;
		text-align: center
	}
	
	.n_gaikuang .fl02 .content {
		padding: 0
	}
	
	.list_box_14 li a .left {
		width: 100%;
	}
	
	.list_box_14 li a .left .img .img_hezi {
		padding-bottom: 72% !important;
	}
	
	.list_box_14 li a .right {
		width: 100%;
		height: auto;
		padding: 2rem 15px;
	}
	
	
	.list_box_16 .miso-dots_box {
		right: 50%;
		margin-right: 0;
		transform: translateX(50%);
		bottom: 1.5rem;
	}
	
	.n_yxy .fl01 .content {
		flex-wrap: wrap
	}
	
	.n_yxy .fl01 .content .left {
		width: 100%
	}
	
	.n_yxy .fl01 .content .right {
		width: 100%
	}
	
	.n_yxy .fl01 .content .left img {
		width: 100%
	}
}

@media (max-width: 1060px) {

}

@media (max-width: 992px) {
	.container05 .left {
		width: 100%;
		padding: 0
	}
	
	.container05 .right {
		width: 100%;
		padding: 2rem 0 0
	}
	
	.list_box_11 li .img .img_hezi {
		padding-bottom: 67.76% !important;
	}
	
	.list_box_xinwen2 li {
		width: 50%
	}
	
	.title005 h3 img {
		width: 10rem
	}
	
	.list_box_15 li {
		width: 100%;
		margin-bottom: 1.25rem
	}
	
	.n_shiyan .fl02 .left {
		width: 100%;
	}
	
	.list_box_16 li .con {
		position: relative;
		left: 0;
		width: 100%;
		bottom: 0;
	}
	
	.n_shiyan .fl02 .right {
		width: 100%;
		padding: 2rem 0 0;
	}
	
	.n_renshi .content .left {
		width: 100%;
		padding: 0 0 2rem
	}
	
	.n_renshi .content .right {
		width: 100%
	}
	
	.title004 {
		margin-bottom: 2rem;
		padding-left: 1rem;
	}
	
	.n_renshi .content .right .img {
		position: relative;
		left: 0;
		width: 100%;
	}
	
	.list_box_13 li {
		width: 50%
	}
	
	
	.n_yxy .fl01 {
		padding: 3rem 0
	}
	
	.n_djgz .fl01 {
		padding: 3rem 0
	}
	
	.n_djgz .fl01 .content .left {
		width: 100%;
		padding: 0 0 2rem
	}
	
	.n_djgz .fl01 .content .right {
		width: 100%;
	}
	
	.n_xsgz .fl01 .content .left {
		width: 100%;
	}
	
	.n_xsgz .fl01 .content .right {
		width: 100%;
		padding: 2rem 0 0
	}
	
	.n_xsgz .fl03 .content .box {
		width: 100%;
	}
	
	.n_xsgz .fl03 .content .box2 {
		margin: 1.25rem 0
	}
	
	.n_xsgz .fl03 .content .box2 .list_box_21 li a .img .img_hezi, .list_box_21 li a .img .img_hezi {
		padding-bottom: 50% !important
	}
	
	.n_xsgz .fl01 {
		padding: 3rem 0
	}
	
	.n_xsgz .fl03 {
		padding: 0 0 3rem
	}
	
	.n_xsgz .fl02 {
		padding: 0 0 3rem
	}
}

@media (max-width: 768px) {
	#gotop {
		right: 0;
		transform: scale(0.7);
		bottom: 7.5rem;
	}
	
	.list_box0 .li a > img {
		width: 16px;
		margin: -2px .25rem 0 0
	}
	
	#m_nav .list_box0 .li {
		margin: 0 4px;
		line-height: 30px;
		font-size: 12px
	}
	
	.banner ul li a .top h5 {
		font-size: 1.25rem
	}
	
	.banner .miso-dots {
		bottom: .5rem;
		padding: 0 10px;
		transform: scale(.6);
		width: 100%;
		left: 0;
	}
	
	.list_box_08 li a {
		padding: 5px
	}
	
	.container03 .w1200 {
		overflow: hidden
	}
	
	.list_box_08 {
		margin: 0
	}
	
	.list_box_08 li {
		padding: 0
	}
	
	.list_box_08 li.miso-current a .con .con_li {
		height: 0
	}
	
	.list_box_08 li a {
		top: 0rem
	}
	
	.list_box_08 li a .con h5 {
		font-size: 14px;
		line-height: 30px;
		height: 30px;
	}
	
	.list_box_02 li a .img_box {
		width: 100%
	}
	
	.list_box_02 li a .con {
		width: 100%;
		padding: 2rem 0 0
	}
	
	.list_box_03 li {
		width: 100%
	}
	
	.list_box_03 {
		margin-top: 0
	}
	
	.container01 {
		padding: 3rem 0
	}
	
	.title001_box {
		margin-bottom: 2rem
	}
	
	.miso-arrow1_box {
		margin-right: 1rem
	}
	
	.list_box_05 li .img {
		width: 100%
	}
	
	.list_box_05 li .con {
		width: 100%;
		padding: 1.5rem 1rem;
		position: relative;
	}
	
	.container02 .content .left .box:before {
		left: 0
	}
	
	.list_box_06 {
		margin-left: 0;
		padding-top: 0;
	}
	
	
	.list_box_07 li a .con {
		padding: 0 1rem 0 1rem
	}
	
	.container02 {
		padding: 3rem 0
	}
	
	.container03 {
		margin-top: 0;
		padding: 3rem 0
	}
	
	.list_box_08 {
		padding-bottom: 3rem
	}
	
	.container04 .title002, .title002 {
		margin-bottom: 2rem;
		background-size: auto 100% !important;
		line-height: 2rem;
		transform: scale(.7);
	}
	
	.list_box_09 {
		margin: 0 -2px
	}
	
	.list_box_09 li {
		padding: 0 2px
	}
	
	.list_box_10 {
		margin: 0 -6px
	}
	
	.list_box_10 li {
		padding: 0 6px;
		margin-bottom: 1.25rem
	}
	
	.list_box_10 li a .box1 hr {
		margin: .5rem 0
	}
	
	.list_box_10 li a {
		height: 14rem;
		padding: 1.25rem 1.25rem;
	}
	
	.list_box_10 li a .box1 h5 {
		margin: .5rem 0 0
	}
	
	.list_box_05 li .con h6 {
		margin-bottom: 0
	}
	
	.list_box_05 li .con .miso-arrow1_box {
		margin: 0;
		position: absolute;
		float: right;
		bottom: 1.25rem;
		right: 15px;
	}
	
	.list_box_05 li .con p {
		margin: 1rem 0 2rem
	}
	
	.container02 .content .right .more001 {
		margin-right: 0
	}
	
	.title002 h3 {
		font-size: 1.75rem;
	}
	
	.container04 {
		padding: 0 0 2.5rem
	}
	
	.container04 .title002 {
		margin-bottom: 1rem
	}
	
	.container05 {
		padding: 0 0 2.5rem
	}
	
	footer .right .box .ico img {
		max-width: 16px;
		max-height: 16px
	}
	
	footer .right .box {
		line-height: 2rem
	}
	
	.list_box_12 li a img {
		max-width: 1.25rem;
		max-height: 1.25rem
	}
	
	footer .left img {
		max-width: 70%
	}
	
	.title001 h3 {
		font-size: 1.5rem
	}
	
	.list_box_tupian {
		margin: 0 -7px;
		padding: 0;
		margin-bottom: 1.5rem
	}
	
	.list_box_tupian li {
		padding: 0 7px
	}
	
	.list_box_tupian li h5 {
		padding: 0;
		font-size: 14px
	}
	
	.social-share {
		line-height: 22px
	}
	
	.social-share .social-share-icon {
		width: 22px;
		height: 22px;
		background-size: 100% 100% !important
	}
	
	.n_news_detail .ar_article_box h3 {
		font-size: 1.375rem;
	}
	
	.ar_article p {
		font-size: 13px;
		line-height: 26px;
		margin-bottom: 26px;
		text-indent: 26px;
	}
	
	.ar_article img {
		margin-left: -26px; /*margin: 0 auto;*/
	}
	
	.ar_article p.vsbcontent_img img {
		margin-left: 0px
	}
	
	.list_box_n_hengpai li a .img {
		width: 100%
	}
	
	.list_box_n_hengpai li a .con {
		width: 100%;
		padding: 1rem 0
	}
	
	.list_box_n_hengpai li a .con .time {
		top: .75rem
	}
	
	.list_box_n_hengpai li a {
		padding: 0
	}
	
	.list_box_shizi li {
		margin: 0;
		margin-bottom: 1.25rem;
	}
	
	.list_box_shizi li a {
		padding: 1rem 0;
		margin: 0;
	}
	
	.list_box_shizi li .img_box {
		width: 100%;
		padding: 0 30%;
	}
	
	.list_box_shizi li .img {
		width: 100%;
		margin: 0;
		top: 0
	}
	
	.list_box_shizi li .con {
		width: 100%;
		padding: 2rem 1.5rem;
	}
	
	.title003 {
		background-size: auto .625rem !important;
		margin-bottom: 2rem;
		background: url(/jkcy/home/images/title003_bg1.png) center no-repeat;
	}
	
	.title003 h3 {
		font-size: 1.375rem
	}
	
	.n_shizi .fl01 {
		padding: 0;
	}
	
	.n_sanji ul {
		margin: 0 -6px
	}
	
	.n_sanji ul li {
		width: 33.333333%;
		margin-bottom: 1rem;
		padding: 0 6px
	}
	
	.n_sanji ul li a {
		width: 100%
	}
	
	.n_sanji {
		margin-bottom: 1.5rem
	}
	
	.zimu dl .con dd {
		margin: .125rem 0;
		font-size: 12px;
		min-width: 16.666667%;
		width: auto;
	}
	
	.zimu dl .con {
		width: 100%
	}
	
	.n_sanji ul li a svg {
		width: .75rem;
		height: .75rem;
		margin: -3px .375rem 0 0
	}
	
	.list_box_xinwen {
		margin: 0
	}
	
	.list_box_xinwen li {
		padding: 0
	}
	
	.list_box_xinwen .miso-arrow.miso-prev {
		left: 1rem
	}
	
	.list_box_xinwen .miso-arrow.miso-next {
		right: 1rem
	}
	
	.list_box_xinwen li a h5 {
		padding: 0
	}
	
	.list_box_xinwen1 {
		margin-top: 1rem
	}
	
	.list_box_xinwen1 li {
		width: 100%;
		margin-bottom: 1rem
	}
	
	.list_box_xinwen2 li {
		width: 100%;
		margin-bottom: 1rem
	}
	
	.n_xinwen .title003 {
		margin-bottom: 1rem
	}
	
	.n_xinwen .fl02 {
		padding: 2rem 0 0;
	}
	
	.list_box_xinwen2 .miso-dots li {
		margin: 0 .375rem
	}
	
	.n_gaikuang .fl02 .content .left {
		width: 100%;
		display: none
	}
	
	.n_gaikuang .fl02 .content .right {
		width: 100%
	}
	
	.n_gaikuang .fl01 {
		padding: 3rem 0
	}
	
	.n_gaikuang .fl02 {
		padding: 3rem 0
	}
	
	.title005 h3 img {
		width: 6rem
	}
	
	.title005 h3 {
		font-size: 1.375rem
	}
	
	.title005 h3 font {
		margin: 0 1rem
	}
	
	.title005 {
		margin-bottom: 1.5rem
	}
	
	.n_renshi .fl01 {
		padding: 3rem 0
	}
	
	.n_shiyan .fl01 {
		padding: 3rem 0
	}
	
	.list_box_14 li a .right h5 {
		font-size: 1.25rem
	}
	
	.list_box_14 li a .right .ar_article {
		margin-bottom: 2rem
	}
	
	.list_box_15 li a .top img {
		width: 5rem
	}
	
	.list_box_15 li a .img .img_hezi {
		padding-bottom: 30% !important
	}
	
	.list_box_15 {
		margin-top: 2rem
	}
	
	.n_shiyan .fl02 {
		padding: 3rem 0
	}
	
	.list_box_15 li a .top {
		font-size: 1.375rem
	}
	
	.list_box_17 {
		margin: 0 -4px
	}
	
	.list_box_17 li {
		padding: 0 4px
	}
	
	.list_box_03 li a {
		height: 5rem
	}
	
	.container02 .content .left .box {
		padding: 0
	}
	
	.list_box_13 li {
		width: 100%;
		margin-bottom: 1rem
	}
	
	.n_renshi .fl02 {
		padding: 0 0 3rem
	}
	
	.n_keyan_d {
		padding: 15px
	}
	
	.n_keyan_d .fl01 .left {
		float: none;
		margin: 0 auto
	}
	
	.n_keyan_d .fl01 .right {
		width: 100%;
		padding: 2rem 0 0
	}
	
	.n_keyan_d .fl01 .right h3 {
		margin-bottom: 1.25rem;
		font-size: 1.375rem;
	}
	
	.n_yxy .fl01 .content .right {
		padding: 2rem 1rem
	}
	
	.list_box_18 li {
		width: 100%;
		margin-bottom: 1.25rem
	}
	
	.list_box_18 li a {
		padding: 1.5rem 1.25rem 1.75rem
	}
	
	.list_box_18 {
		padding: 0
	}
	
	.n_djgz .fl02 .list_box_xinwen li a h5 {
		margin: 1rem 0
	}
	
	.n_djgz .fl02 .list_box_xinwen {
		margin-top: -1rem
	}
	
	.n_djgz .fl02 {
		padding: 0 0 3rem
	}
	
	.list_box_19 li {
		padding: .5rem 0
	}
}


@media (max-width: 456px) {
	.title005 h3 img {
		width: 4rem
	}
}

.pb_sys_style2 .p_no_d {
	border: 1px solid #0166b5 !important;
	color: #fff;
	background-color: #0166b5 !important;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
	margin-top: 5px !important;
}

#vsb_content_2 P {
	LINE-HEIGHT: 150%;
	text-indent: 2em;
	font-size: 14px;
	margin-bottom: 0 !important;
	font-size: 1rem !important;
	line-height: 1.625rem !important;
}


.header_box_li:before {
	content: "";
	position: absolute;
	height: 19.125rem;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.2s;
	opacity: 1;
	visibility: visible;
	background: url(/jkcy/home/images/dhbj.png) center no-repeat;
	background-size: 100% 100%;
	pointer-events: none;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #212121;
	position: relative;
	min-width: 1280px;
}

li {
	list-style: none;
}

ul {
	padding: 0;
	margin: 0;
}

a {
	color: #444;
	text-decoration: none
}

a:hover {
	text-decoration: none !important;
	color: #272d5a;
}

a:focus {
	text-decoration: none !important;
	outline: none !important;
}

button:focus, button:hover {
	outline: none !important;
}

ul, ol {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

input, button {
	outline: none;
}

.img-hide {
	overflow: hidden;
}

.img-hide img {
	transition: 0.5s all;
}

.img-hide:hover img {
	transform: scale(1.1, 1.1);
}

.header {
	height: 170px;
	background: #0166b5;
}

.header-time {
	height: 50px;
	background: #03599d;
}

.container {
	width: 1500px;
	margin: 0 auto;
}

.logo {
	line-height: 120px;
	margin-top: 25px;
}

.header-a a {
	display: inline-block;
	margin-left: 20px;
	color: #8dc9f8;
}

.header-a {
	margin-top: 40px;
}

.header-b a {
	display: inline-block;
	margin-left: 10px;
	color: #ffffff;
}

.header-b {
	margin-top: 18px;
}

.search-box {
	width: 260px;
	position: relative;
	margin-top: 16px;
}

.search-box .form-control {
	background: none;
	color: #fff;
	box-shadow: none;
	border-radius: 30px;
	border: solid 1px #42a0e9;
	height: 34px;
	margin-top: 65px;
}

.search-box .form-control::-webkit-input-placeholder {
	color: #8dc9f8;
}

.search-box .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #8dc9f8;
}

.search-box .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #8dc9f8;
}

.search-box .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #8dc9f8;
	
}

.btn-search {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	padding: 0;
	line-height: 34px;
	background: none;
}

.nav-list li {
	float: left;
	width: 162px;
	text-align: center;
	position: relative;
	z-index: 1000;
}

.nav-list li a {
	font-size: 16px;
	color: #333;
	height: 55px;
	line-height: 55px;
	display: block;
}

/*.nav-list li:hover {*/
/*	background: url(/jkcy/home/images/raw.png) center bottom no-repeat;*/
/*}*/

.nav-list li.on a {
	color: #0166b5;
}

.nav-list li:hover a {
	color: #0166b5;
}

.down-ul {
	position: absolute;
	left: 0;
	display: none;
	top: 100%;
	width: 100%;
	background: #0166b5;
}

.nav-list li:hover .down-ul {
	display: block;
}

.down-ul li {
	float: none;
	width: 100%;
}

.down-ul li a {
	line-height: 24px;
	color: #fff !important;
	font-size: 14px;
	border-bottom: solid 1px #2a80c3;
	display: block;
	padding: 10px 5px;
	height: auto;
}

.down-ul li a:hover {
	background: #2a80c3;
}

.banner {
	height: 500px;
	position: relative;
	z-index: 100;
	overflow: hidden;
}

.slick {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
	width: 1920px;
}

.slick img {
	width: 1920px;
	height: 500px;
}

.slick a {
	display: block;
	position: relative;
}

.slick a span {
	position: absolute;
	left: 50%;
	margin-left: -650px;
	width: 650px;
	font-size: 24px;
	color: #fff;
	bottom: 45px;
}

.txt-elise {
	overflow: hidden;
	text-overflow: ellipsis;;
}

.slick-dots {
	left: auto;
	right: 50%;
	width: auto;
	margin-right: -650px;
	bottom: 35px;
}

.slick-dots li button {
	width: 12px;
	height: 12px;
	background: #fff;
	border: solid 2px #fff;
	border-radius: 50%;
}

.slick-dots li button:before {
	display: none;
}

.slick-dots li.slick-active button {
	background: none;
}

.title {
	font-size: 22px;
	color: #0166b5;
	font-weight: bold;
	line-height: 31px;
	margin: 40px 0 30px 0;
}

.title-q {
	font-size: 22px;
	color: #f9117c;
	font-weight: bold;
}

.title a {
	float: right;
	font-size: 16px;
	color: #999;
	font-weight: normal;
}

.news-list li {
	float: left;
	width: 440px;
	margin-right: 30px;
	background-color: #f9f7f8;
	padding: 0px;
}

.news-list-img img {
	width: 100%;
	height: 220px;
}

.news-list-tt a {
	font-size: 16px;
	color: #0166b5;
	font-weight: bold;
}

.news-list-tt {
	line-height: 29px;
	height: 58px;
	overflow: hidden;
	margin-top: 18px;
}

.news-list-p {
	color: #777;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 10px;
}

.notice-list li {
	position: relative;
	margin-bottom: 14px;
	padding-right: 150px;
}

.notice-list li span {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
}

.notice-list li a {
	font-size: 16px;
	color: #555;
	padding-left: 24px;
	background: url(/jkcy/home/images/li.png) left center no-repeat;
}

.notice-list {
	width: 540px;
}

.tabs-list li {
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	line-height: 31px;
	padding-right: 35px;
	/*background: url(/jkcy/home/images/lind.png) right center no-repeat;*/
}

.back-box {
	background: #f6f6f6;
	padding: 60px 0 30px 0;
	margin-top: 50px;
}

.left-width {
	width: 780px;
}

.tabs-list li a {
	font-size: 22px;
	color: #333;
}

.tabs-list li:last-child {
	background: none;
}

.tabs-list li.active a {
	color: #0166b5;
	font-weight: bold;
}

.news-top-tt a {
	font-size: 16px;
	color: #555;
	font-weight: bold;
}

.news-top-p {
	color: #777;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 15px;
}

.tabs-list-ul li {
	position: relative;
	padding-right: 150px;
	margin-bottom: 15px;
}

.tabs-list-ul li span {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
}

.tabs-list-ul li a {
	font-size: 16px;
	color: #555;
	padding-left: 16px;
	background: url(/jkcy/home/images/li02.png) left center no-repeat;
}

.tabs-list-ul {
	border-top: solid 1px #e3e3e3;
	margin-top: 20px;
	padding-top: 25px;
}

.notice-list-ul li {
	position: relative;
	padding-left: 80px;
	height: 60px;
	margin-bottom: 18px;
}

.notice-date {
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
	height: 60px;
	width: 70px;
	background: #0166b5;
	border: solid 0px #0166b5;
	font-size: 1.2em;
	color: #fff;
}

.notice-date span {
	display: block;
	font-size: 18px;
	margin-bottom: 6px;
	color: #0166b5;
	background: #edf4fa;
	line-height: 31px;
}

.notice-date2 {
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
	height: 60px;
	width: 80px;
	background: #0166b5;
	border: solid 0px #0166b5;
	font-size: 12px;
	color: #fff;
}

.notice-date2 span {
	display: block;
	font-size: 18px;
	margin-bottom: 7px;
	color: #0166b5;
	background: #edf4fa;
	line-height: 33px;
}

.notice-li {
	background-color: transparent;
	color: #0166b5;
	border: 0;
	margin-top: 6px;
}

.right-width {
	width: 420px;
}

.back-box .title {
	margin-top: 0;
}

.notice-tt a {
	font-size: 16px;
	color: #555;
}

.notice-tt {
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}

.ss-width {
	width: 500px;
}

.ss-img img {
	width: 134px;
	height: 96px;
}

.ss-right-tt a {
	font-size: 16px;
	color: #333;
}

.ss-right {
	width: 345px;
}

.ss-right-p {
	color: #777;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-top: 10px;
}

.ss-right-tt {
	margin-top: 8px;
}

.kc-list li {
	margin-bottom: 14px;
}

.kc-list li a {
	font-size: 16px;
	color: #555;
}

.kc-list li a span {
	color: #999;
	font-size: 14px;
	display: inline-block;
	padding-right: 12px;
}

.kc-width {
	width: 395px;
	margin-left: 50px;
}

.link-list {
	width: 305px;
	margin-top: 60px;
}

.link-list li a {
	display: block;
	margin-bottom: 19px;
	background: #2689d7;
	position: relative;
	border-radius: 2px;
	overflow: hidden;
	color: #fff;
	height: 98px;
	padding-top: 20px;
	padding-left: 120px;
	font-size: 22px;
}

.link-list li a span {
	font-size: 14px;
}

.link-list li a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 91px;
	height: 98px;
}

.link-list li a.link02 {
	background: url(/jkcy/home/images/link-back02.jpg) center repeat-x;
}

.link-list li a.link03 {
	background: url(/jkcy/home/images/link-back.jpg) center repeat-x;
}

.img-list li {
	float: left;
	width: 300px;
	margin: 5px 20px;
}

.img-list {
	margin: 0 -20px;
}

.img-list li a {
	display: block;
	padding: 12px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.img-list li a:hover {
	box-shadow: 0 0 5px rgba(11, 108, 184, 0.3);
}

.img-list li a span {
	display: block;
	margin-top: 15px;
	font-size: 16px;
	color: #555;
}

.img-list li img {
	height: 194px;
}

.bottom {
	height: 190px;
	background: url(/jkcy/home/images/bottom.png) center no-repeat;
	background-size: cover;
	padding-top: 40px;
}

.bottom-list li {
	float: left;
	width: 90px;
	margin-bottom: 10px;
}

.bottom-left {
	width: 270px;
}

.bottom-tt {
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}

.bottom-list li a, .friends-list li a, .bottom-contact li {
	color: #8dceff;
}

.friends-list li {
	width: 200px;
	padding-right: 20px;
	float: left;
	margin-bottom: 10px;
}

.friends-list p {
	color: #8dceff;
}

.bottom-center {
	width: 415px;
	margin-left: 85px;
}

.bottom-contact {
	width: 325px;
	margin-left: 40px;
}

.ewm-box {
	font-size: 14px;
	color: #8eceff;
}

.ewm-box img {
	width: 90px;
	height: 90px;
	margin-bottom: 7px;
}

.footer {
	line-height: 50px;
	background: #085794;
	color: #8eceff;
}

.footer p {
	margin-bottom: 0px
}

.footer span {
	padding: 0 20px;
}

.back-bottom {
	/*background: url(/jkcy/home/images/back-bottom.png) center bottom no-repeat;*/
	padding-bottom: 10px;
}

.marqueeleft {
	height: 263px;
	
	width: 1300px;
	overflow: hidden;
}

.marqueeleft ul {
	float: left;
}

.kc-list li a:hover, .tabs-list-ul li a:hover, .news-top-tt a:hover, .notice-tt a:hover, .ss-right-tt a:hover {
	color: #0166b5;
}

.link-list li a {
	transition: 0.5s all;
}

.link-list li a:hover {
	transform: translate(0, -10px);
}

.bottom-list li a:hover, .friends-list li a:hover, .header-a a:hover {
	color: #fff;
}

.tab-content {
	position: relative;
}

.tab-content .tab-pane {
	display: block !important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	opacity: 0;
	transition: 0.5s all;
}

.tab-content .tab-pane.active {
	position: relative;
	z-index: 10;
	opacity: 1;
}

.tabs-more {
	position: absolute;
	top: -70px;
	right: 0;
	position: absolute;
	font-size: 16px;
	color: #999;
}

.tabs-more:hover {
	color: #0166b5;
}

/*list*/
/*==列表页==*/
.in1440 {
	background: #f8f8f8;
}

.lbnr {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.lbnr_left {
	float: left;
	width: 250px;
	float: left;
	background: #fff;
}

.lbnr_left h2 {
	height: 60px;
	background: #0166b5;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 0px 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lbhz li {
	line-height: 55px;
	font-size: 16px;
}

.lbhz li a {
	display: block;
	color: #555555;
	text-align: center;
	border-left: 4px solid transparent;
	line-height: 30px;
	padding: 12px 15px;
}

.lbhz li a:hover {
	border-left: 4px solid #0166b5;
	color: #0166b5;
}

.lbhz .hover3 a {
	border-left: 4px solid #0166b5;
	color: #0166b5;
}

.lbnr_right {
	width: 900px;
	float: right;
}

.lbnr_right01 {
	width: 1200px;
}

.dqwz {
	border-bottom: 1px solid #d9d9d9;
	margin-top: 10px;
}

.dqwz .local {
	line-height: 60px;
	font-size: 14px;
	color: #555555;
}

.dqwz p {
	line-height: 60px;
	font-size: 16px;
	color: #555555;
	text-align: right;
}

.dqwz .lm {
	line-height: 60px;
	font-size: 22px;
	color: #0166b5;
	font-weight: bold;
}

.dqwz a {
	color: #555;
}

.dqwz a:hover {
	color: #0166b5;
}

.xtb2 {
	width: 16px;
	height: 19px;
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin-right: 12px;
}

.dqlb {
	min-height: 500px;
}

.dqlb ul {
	margin-top: 15px;
}

.dqlb li {
	line-height: 50px;
	font-size: 16px;
	color: #555555;
	background: url(/jkcy/home/images/dot1.png) no-repeat left center;
	padding-left: 20px;
}

.dqlb li:hover a {
	color: #0166b5;
}

.fynr {
	text-align: center;
	padding: 20px 0 60px 0;
}

.fynr li {
	display: inline-block;
	*display: inline;
	padding: 0 3px;
}

.fynr li a {
	display: inline-block;
	*display: inline;
	padding: 0 12px;
	font-size: 14px;
	color: #888888;
	border: 1px solid #dbdbdb;
	line-height: 34px;
}

.fynr li span {
	display: inline-block;
	*display: inline;
	padding: 0 12px;
	font-size: 14px;
	color: #888888;
	border: 1px solid #dbdbdb;
	line-height: 34px;
}

.fynr .hover2 a {
	background: #0166b5;
	border: 1px solid #0166b5;
	color: #fff;
}

.fynr a:hover {
	background: #0166b5;
	border: 1px solid #0166b5;
	color: #fff;
}

/*==领导列表页1==*/
.ldlb {
	padding: 20px 0px 0px 0px;
}

.ldlbxq {
	overflow: hidden;
}

.ldlbxq li {
	width: 33.33%;
	float: left;
	padding: 0 12px 40px 12px;
	box-sizing: border-box;
}

.ldlbbox {
	border: 1px solid #d9d9d9;
}

.tao2 {
	background: #ededed;
	height: 1px;
	overflow: hidden;
}

.ld_tp {
	width: 200px;
	margin: 0 auto;
}

.ld_tp img {
	width: 273px;
	height: 192px;
}

.ld_tp p {
	font-size: 16px;
	color: #555555;
	line-height: 48px;
	margin-bottom: 0px;
}

.ld_text {
	width: 240px;
	margin: 0 auto;
	padding: 12px 0 20px 0;
	position: relative;
}

.ld_text p {
	font-size: 14px;
	line-height: 30px;
	color: #777777;
}

.ld_text span {
	width: 42px;
	height: 42px;
	bottom: -21px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.ldlb a:hover .ldlbbox {
	border: 1px solid #0166b5;
}

.ldlb a:hover span {
	background-size: 100%;
}

/*==内容页==*/
.xqnr_tit {
	text-align: center;
	padding: 25px 0 20px 0;
	border-bottom: 1px solid #ededed;
	margin: 0 40px;
}

.xqnr_tit1 {
	text-align: center;
	border-bottom: 1px solid #ededed;
}

.xqnr_tit h2, .xqnr_tit1 h2 {
	font-size: 24px;
	color: #333;
	padding-bottom: 30px;
	line-height: 38px;
}

.xqnr_tit p {
	font-size: 14px;
	color: #999999;
}

.xqnr_tit span {
}

.xtb3 {
	width: 14px;
	height: 14px;
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin-right: 7px;
}

.xtb4 {
	width: 14px;
	height: 15px;
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin-right: 7px;
}

.xtb5 {
	width: 14px;
	height: 14px;
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin-right: 7px;
}

.xqnr_nr {
	padding: 30px 0px 50px 0px;
}

.xqnr_nr p {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}

.sxfy {
	padding: 0 40px;
}

.sxfy ul {
	overflow: hidden;
	padding: 40px 0 80px 0;
	border-top: 1px solid #ededed;
}

.sxfy li {
	float: left;
	width: 50%;
	font-size: 16px;
	color: #999;
}

.sxfy ul li:nth-child(2) {
	text-align: right;
}

.sxfy a {
	color: #999;
}

.sxfy a:hover {
	color: #0166b5;
}

.notice-b li a {
	transition: 0.5s all;
}

.notice-b li a:hover {
	background-size: 110% 110% !important;
}

.title a:hover, .notice-list li a:hover {
	color: #0166b5;
}

.ldlbxq-lg li {
	width: 33.33%;
}

.ldlbxq-lg .ld_tp img {
	width: 100%;
}

.ldlbxq-lg .ld_tp {
	width: 100%;
}

.ldlbxq-lg .ld_tp p {
	padding: 0 15px;
	text-align: center;
}

.ldlbxq-lg .ld_text {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.fr {
	float: right;
}


/* 西甲买球app */
.school-box {
	width: 100%;
	height: 373px;
	background-color: #f9f8f8;
	overflow: hidden;
}

.school-box .swiper-container {
	width: 100%;
	height: 80%;
}

.school-box .swiper-slide {
	background-position: center;
	background-size: cover;
}


.school-box .swiper-slide .text {
	position: absolute;
	bottom: -70px;
	left: 30px;
	text-align: left;
}

.school-box .swiper-slide .text h3 {
	color: #0166b5;
	font-size: 16px;
}

.school-box .swiper-slide .text p {
	margin-top: 10px;
}

/* 专业 */
.major {
	width: 100%;
	height: 413px;
	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.major .major-box {
	position: relative;
	width: 32%;
	height: 180px;
	background-color: pink;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	
	transition: all .5s;
	
}

/*专业设置图片加黑色透明色
.major .major-box .mark{
	position: absolute;
	width: 100%;
	height: 240px;
background-color: #000;
opacity: .5;
}
*/
.major .major-box .text {
	color: #fff;
	z-index: 9999;
}

.major .major-box:hover .text {
	margin-top: -30px;
	transition: .5s;
}

.major .major-box .more {
	display: none;
	position: absolute;
	bottom: 10px;
	color: #fff;
	
}

.major .major-box .more a {
	display: block;
	border: 1px solid #fff;
	width: 100px;
	height: 30px;
	border-radius: 9999px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background-color: transparent;
}

.major .major-box:hover .more {
	display: block;
	bottom: 80px;
	transform: translateY(101%);
	transition: .5s;
}

/* 轮播图 */
.lunbo-one {
	width: 100%;
	height:240px;
	overflow: hidden;
	
}

.lunbo-one .swiper {
	width: 100%;
	height: 100%;
}

.lunbo-one .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.lunbo-one .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lunbo-one .swiper-slide .slide-box {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-color: #156fb5;
	opacity: .8;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.lunbo-one .swiper-slide .slide-box .p1 {
	padding-left: 20px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}

.lunbo-one .swiper-slide .slide-box:hover .p1, .lunbo-one .swiper-slide .slide-box:hover .p2 {
	color: #000;
}

.lunbo-one .swiper-slide .slide-box .p2 {
	padding-left: 20px;
	
	font-size: 14px;
	color: #f3f3f3;
}

/* 专题专栏 */

/* 专业 */
.major1 {
	width: 100%;
	height: 360px;
	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.major1 .major-box {
	position: relative;
	width: 24%;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .5s;
	
}

.major1 .major-box .text {
	color: #fff;
	z-index: 9999;
	font-weight: 800;
	
}

.footer {
	width: 100%;
	height: 470px;
	background-color: #0166b5;
}

.footer-box {
	display: flex;
	justify-content: space-between;
	padding-top: 5px;
	
	height: 400px;
	
}

.footer-box .left {
	width: 35%;
	height: 100%;
	color: #fff;
	border-right: 1px solid #1874bb;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-box .left .left-p {
	margin-top: 30px;
}

.footer-box .center {
	padding-left: 50px;
	width: 40%;
	height: 100%;
	border-right: 1px solid #1874bb;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-box .center .h2 {
	color: #fff;
	font-weight: 800;
	border-left: 3px solid #fff;
	padding-left: 10px;
}

.footer-box .center ul li {
	line-height: 35px;
}

.footer-box .center ul li a {
	color: #fff;
}

.footer-box .right {
	width: 35%;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
	flex-direction: column;
	
}

.footer-box .right .right-img {
	
	display: flex;
	
	justify-content: space-between;
	align-items: center;
}

.footer-box .right .right-img div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer-box .right .right-img img {
	width: 150px;
	height: 150px;
}

.footer-box .right .btn {
	
	
	width: 150px;
	height: 50px;
	background-color: #005ea6;
	padding: 20px;
	border-radius: 999px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-top: 20px;
	border: 1px solid #3183c3;
	
}

.footer-box .right .btn a {
	
	color: #fff;
	
	
}

/*防止图片闪一下*/
image{will-change:transform}
/*定位*/
.position-absolute{position:absolute;}
.position-fixed{position:fixed;}
.position-relative{position:relative;}
/* 粘性定位 */
.position-sticky{
	? /* #ifndef APP-PLUS-NVUE */
	? display: flex;
	? position: -webkit-sticky;
	? /* #endif */
	? position: sticky;
	? top:0;
	? z-index: 99;
	? flex-direction: row;
	? margin: 0;
}
.left-0{left:0;}
.top-0{top:0;}
.bottom-0{bottom:0;}
.right-0{right:0;}
/*宽高*/
.w-100{width:100%;}
.w-50{width:50%;}
.h-100{ height: 100vh;}
.h-50{ width: 50vh; }
body{
	--primary:#203B8A;
	--secondary:#6c757d;
	--red:#dc3545;
	--green:green;
	--blue:blue;
	--yellow:yellow;
	--white:#fff;
	--bgColor:#fff;
	--borderColor:#fff;
}
/*字体*/
.font{font-size:25px;}
.font-sm{font-size:20px;}
.font-md{font-size:30px;}
.font-lg{font-size:40px;}
.font-big{font-size:60px;}
.font-weight{font-weight:bold;}
.font-weight-100{font-weight:100!important;}
.line-through{text-decoration:line-through;}
.line-h0{ line-height: 0!important; }
.line-h{ line-height: 1!important; }
.line-h-sm{ line-height: 1.2!important; }
.line-h-md{ line-height: 1.5!important; }
.line-h-lg{ line-height: 2!important; }
.line-h-big{ line-height: 3!important; }
.line-through{ text-decoration: line-through; }
.text-center{ text-align: center; }
.text-left{ text-align: left; }
.text-right{ text-align: right; }
/* 文本不换行 */
.nowrap {white-space: nowrap;}
/* 文本超出换行 */
.break-word {word-wrap: break-word;word-break: normal | break-all | keep-all;}
/* 文本超出用省略号 */
.text-overflow {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
/*flex布局*/
.d-flex{ display: flex; }
.d-block{ display: block; }
.d-inline-block{ display: inline-block; }
.flex-1{ flex: 1; }
.flex-column{ flex-direction: column; }
.flex-row{ flex-direction: row; }
.flex-wrap{ flex-wrap: wrap; }
.flex-nowrap{ flex-wrap: nowrap; }
.flex-shrink{flex-shrink: 0;}
.j-start{ justify-content: flex-start; }
.j-center{ justify-content: center; }
.j-end{ justify-content: flex-end; }
.j-sb{ justify-content: space-between; }
.a-center{ align-items:center; }
.a-start{ align-items: flex-start; }
.a-end{ align-items:flex-end; }
.a-stretch{ align-items: stretch; }
.a-self-start{ align-self: flex-start; }
.a-self-auto{ align-self: auto; }
.a-self-end{ align-self: flex-end; }
.a-self-stretch{ align-self:stretch; }
.a-self-baseline{ align-self:baseline; }
/* Border */
.border{ border-width: 1rpx; border-style: solid; border-color: var(--borderColor);}
.border-top{ border-top-width: 1rpx; border-top-style: solid; border-top-color: var(--borderColor); }
.border-right{ border-right-width: 1rpx; border-right-style: solid; border-right-color: var(--borderColor);}
.border-bottom{ border-bottom-width: 1rpx;border-bottom-style: solid;border-bottom-color:var(--borderColor);}
.border-left{ border-left-width: 1rpx;border-left-style: solid;border-left-color:var(--borderColor);}
.border-0{ border-width: 0; }
.border-top-0{ border-top-width: 0; }
.border-right-0{ border-right-width: 0; }
.border-bottom-0{ border-bottom-width: 0; }
.border-left-0{ border-left-width: 0; }
.border-primary{ border-color: var(--primary)!important }
.rounded{ border-radius: 16rpx; }
.rounded-max{ border-radius: 24rpx; }
.rounded-circle{ border-radius:100%; }
.rounded-0{ border-radius:0; }
/*color*/
.text-primary{color:var(--primary);}
.text-secondary{color:var(--secondary)}
.text-white{color:var(--white)}
.text-red{color:var(--red)}
.text-yellow{color:var(--yellow)}
.text-green{color:var(--green)}
.text-blue{color:var(--blue)}
/*bgcolor*/
.bg-primary{background-color:var(--primary);}
.bg-secondary{background-color:var(--secondary)}
.bg-white{background-color:var(--white);}
.bg-red{background-color:var(--red);}
.bg-yellow{background-color:var(--yellow);}
.bg-green{background-color:var(--green);}
.bg-blue{background-color:var(--blue);}
/*Spacing*/
.m-0{margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;}
.m{margin-left:5px;margin-right:5px;margin-top:5px;margin-bottom:5px;}
.m-1{margin-left:10px;margin-right:10px;margin-top:10px;margin-bottom:10px;}
.m-2{margin-left:20px;margin-right:20px;margin-top:20px;margin-bottom:20px;}
.m-3{margin-left:30px;margin-right:30px;margin-top:30px;margin-bottom:30px;}
.m-4{margin-left:40px;margin-right:40px;margin-top:40px;margin-bottom:40px;}
.m-5{margin-left:50px;margin-right:50px;margin-top:50px;margin-bottom:50px;}
.mx-0{margin-left:0;margin-right:0;}
.mx{margin-left:5px;margin-right:5px;}
.mx-1{margin-left:10px;margin-right:10px;}
.mx-2{margin-left:20px;margin-right:20px;}
.mx-3{margin-left:30px;margin-right:30px;}
.mx-4{margin-left:40px;margin-right:40px;}
.mx-5{margin-left:50px;margin-right:50px;}
.my-0{margin-top:0;margin-bottom:0;}
.my{margin-top:5px;margin-bottom:5px;}
.my-1{margin-top:10px;margin-bottom:10px;}
.my-2{margin-top:20px;margin-bottom:20px;}
.my-3{margin-top:30px;margin-bottom:30px;}
.my-4{margin-top:40px;margin-bottom:40px;}
.my-5{margin-top:50px;margin-bottom:50px;}
.mt-0{margin-top:0;}
.mt-auto { margin-top: auto;}
.mt{margin-top:5px;}
.mt-1{margin-top:10px;}
.mt-2{margin-top:20px;}
.mt-3{margin-top:30px;}
.mt-4{margin-top:40px;}
.mt-5{margin-top:50px;}
.mb-0{margin-bottom:0;}
.mb-auto { margin-bottom: auto;}
.mb{margin-bottom:5px;}
.mb-1{margin-bottom:10px;}
.mb-2{margin-bottom:20px;}
.mb-3{margin-bottom:30px;}
.mb-4{margin-bottom:40px;}
.mb-5{margin-bottom:50px;}
.ml-0{margin-left:0;}
.ml-auto { margin-left: auto;}
.ml{margin-left:5px;}
.ml-1{margin-left:10px;}
.ml-2{margin-left:20px;}
.ml-3{margin-left:30px;}
.ml-4{margin-left:40px;}
.ml-5{margin-left:50px;}
.mr-0{margin-right:0;}
.mr-auto { margin-right: auto;}
.mr{margin-right:5px;}
.mr-1{margin-right:10px;}
.mr-2{margin-right:20px;}
.mr-3{margin-right:30px;}
.mr-4{margin-right:40px;}
.mr-5{margin-right:50px;}
.p-0{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;}
.p{padding-left:5px;padding-right:5px;padding-top:5px;padding-bottom:5px;}
.p-1{padding-left:15px;padding-right:10px;padding-top:14px;padding-bottom:10px;}
.p-2{padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;}
.p-3{padding-left:30px;padding-right:30px;padding-top:30px;padding-bottom:30px;}
.p-4{padding-left:40px;padding-right:40px;padding-top:40px;padding-bottom:40px;}
.p-5{padding-left:50px;padding-right:50px;padding-top:50px;padding-bottom:50px;}
.px-0{padding-left:0;padding-right:0;}
.px{padding-left:5px;padding-right:5px;}
.px-1{padding-left:10px;padding-right:10px;}
.px-2{padding-left:20px;padding-right:20px;}
.px-3{padding-left:30px;padding-right:30px;}
.px-4{padding-left:40px;padding-right:40px;}
.px-5{padding-left:50px;padding-right:50px;}
.py-0{padding-top:0;padding-bottom:0;}
.py{padding-top:5px;padding-bottom:5px;}
.py-1{padding-top:10px;padding-bottom:10px;}
.py-2{padding-top:20px;padding-bottom:20px;}
.py-3{padding-top:30px;padding-bottom:30px;}
.py-4{padding-top:40px;padding-bottom:40px;}
.py-5{padding-top:50px;padding-bottom:50px;}
.pt-0{padding-top:0;}
.pt{padding-top:5px;}
.pt-1{padding-top:10px;}
.pt-2{padding-top:20px;}
.pt-3{padding-top:30px;}
.pt-4{padding-top:40px;}
.pt-5{padding-top:50px;}
.pb-0{padding-bottom:0;}
.pb{padding-bottom:5px;}
.pb-1{padding-bottom:10px;}
.pb-2{padding-bottom:20px;}
.pb-3{padding-bottom:30px;}
.pb-4{padding-bottom:40px;}
.pb-5{padding-bottom:50px;}
.pl-0{padding-left:0;}
.pl{padding-left:5px;}
.pl-1{padding-left:10px;}
.pl-2{padding-left:20px;}
.pl-3{padding-left:30px;}
.pl-4{padding-left:40px;}
.pl-5{padding-left:50px;}
.pr-0{padding-right:0;}
.pr{padding-right:5px;}
.pr-1{padding-right:10px;}
.pr-2{padding-right:20px;}
.pr-3{padding-right:30px;}
.pr-4{padding-right:40px;}
.pr-5{padding-right:50px;}

.width-inherit{
	width:inherit;
}

.height-inherit{
	height:inherit;
}

.wh-inherit{
	width:inherit;
	height:inherit;
}



/*文章页面*/
.article-main{
	background:#F7F8FA;
	min-height: 100vh;
}

.amenu{
	width:280px;
}
.amenu-title{
	background: #0166B6;
	color:#fff;
	height: 70px;
	font-size: 20px;
	font-weight: bold;
}
.amenu li{
	background: #fff;
	height: 70px;
	font-size: 18px;
}

.amenu .active{
	border-left: 6px solid #e2eff9;
	font-size: 18px;
}

.amainheader{
	height: 60px;
	border-bottom: 2px solid #0166B6;
}

.amaintitle{
	font-size: 20px;
	color:#0166B6 ;
	font-weight: bold;
}

.amainlist .amainlist-news-item{
	height: 90px;
	border-bottom: 1px solid #E7E7E7;
}

.article-title{
	height: 160px;
	border-bottom: 1px solid #E7E7E7;
	padding-top: 56px;
	font-size: 20px;
	font-weight: bold;
}

.article-subtitle{
	color: #999999;
	padding-top: 40px;
	font-size: 14px;
	font-weight: normal;
	
}
