@charset "UTF-8";

/* 板块背景 */
.page1 {
	background: url("hky_bg1.jpg") no-repeat;
	background-size: 100% 100%;
}
.page2 {
	background: url("hky_bg2.jpg") no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.page2 .page2_warp_center {
	width: 1400px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding-top: 60px;
	height: 415px;
}
.page3 {
	background: url("hky_bg3.jpg") no-repeat;
	background-size: 100% 100%;
}
.page3 .warp_center {
	padding: 65px 0;
}
.page4 {
	background: url("hky_bg4.jpg") no-repeat top center;
	background-size: 1920px;
}
.page4 .page4_warp_center {
	width: 1400px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding-top: 145px;
	/* padding-bottom: 200px; */
	height: 764px;
}

.page5 {
	background: url("hky_bg5.jpg") no-repeat;
	background-size: 100% 100%;
}
.page5 .warp_center {
	padding: 65px 0 250px;
}
/* 滚动新闻开始 */
.page1 {
	padding-top: 20px;
}
.scroll_news {
	height: 60px;
	background: #ffffff;
	border-left: 4px #008342 solid;
	box-shadow: 0 0 10px rgba(2, 105, 165, 0.1);
}

.scroll_news .scroll_news_tit {
	float: left;
	width: 220px;
	box-sizing: border-box;
	background: url(hky_gd_ico.png)no-repeat 14px center /30px;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	font-weight: 600;
	padding-left: 60px;
	color: #5892CE;
	white-space: nowrap;
}

.scroll_news_list {
	float: left;
	width: 1160px;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.new_list_com {
	overflow: hidden;
	position: absolute;
	left: 0;
}

.new_list_mess {
	float: left;
	font-size: 18px;
	padding-right: 10px;
	position: relative;
	padding-left: 30px;
	box-sizing: border-box;
	margin-right: 35px;
}

.new_list_mess::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 17px;
	background: url("hky_gd_ico2.png") no-repeat;
	left: 0;
	top: 22px;
}

.new_list_mess a {
	color: #4c4c4c;
	margin-right: 15px;
}
.new_list_mess a:hover {
	color: #186ABC;
}
.new_list_mess span.date {
	color: #999999;
}

/* 下级内容 */
.news_main {
	margin-top: 20px;
	background: #FFFFFF;
	padding: 20px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(2, 105, 165, 0.1);
}
/* banner */
.hky_banner {
	width: 832px;
	height: 500px;
	float: left;
}

.hky_banner li {
	width: 832px;
	height: 500px;
	overflow: hidden;
	position: relative;
}

.hky_banner li .imgs {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hky_banner .pageState {
	position: absolute;
	right: 47px;
	bottom: 24px;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	z-index: 1;
	letter-spacing: 5px;
}
.hky_banner .pageBg {
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: url(hky_news_bar.png) no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 20px;
	color: #FFFFFF;
	padding-left: 60px;
}
.hky_banner .pageState span {
	font-size: 26px;
	margin-right: 5px;
	letter-spacing: 0;
}

.hky_banner .next,
.hky_banner .prev {
	position: absolute;
	z-index: 2;
	bottom: 18px;
	margin-top: 0;
	width: 15px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.hky_banner .prev {
	left: 20px;
	background-image: url(hky_news_bar_ico1.png);
}

.hky_banner .next {
	right: 20px;
	background-image: url(hky_news_bar_ico2.png);
}

.hky_scale_img {
	overflow: hidden;
}

.hky_scale_img .imgs {
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}

.hky_scale_img:hover .imgs {
	transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
}

.hky_scale_img_nov .imgs {
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}

.hky_scale_img_nov:hover .imgs {
	transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
}


.news_list {
	width: 470px;
	float: right;
}
.njyjs_news1 {
	background: url(hky_news_line.png) repeat-x left bottom;
	padding-bottom: 20px;
}
.njyjs_news1 .t1 {
	line-height: 36px;
	font-size: 24px;
	max-height: 72px;
	font-weight: bold;
	overflow: hidden;
	display: block;
}

.njyjs_news1 .t2 {
	line-height: 25px;
	height: 75px;
	font-size: 16px;
	color: #707070;
	overflow: hidden;
	margin-top: 9px;
	display: block;
}

/* 文字新闻 */
.njyjs_news2 {
	margin-top: 12px;
}
.njyjs_news2 li {
	padding: 8px 0;
	clear: both;
	overflow: hidden;
}
.njyjs_news2 li .kj {
	font-size: 18px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	padding-left: 18px;
	background: url(hky_list_ico.png) no-repeat left 14px;
	float: left;
	width: 400px;
}
.njyjs_news2 span {
	color: #8A9FB4;
	font-size: 14px;
	float: right;
	line-height: 30px;
}
.box1 {
	width: 415px;
	float: left;
}
.box2 {
	width: 415px;
	float: left;
	margin-left: 54px;
}
.box3 {
	width: 415px;
	float: right;
}
.news_box {
	overflow: hidden;
}
.news_box .title {
	position: relative;
	background: url("hky_news_line.png") repeat-x left 24px;
	overflow: hidden;
	padding-bottom: 5px;
}
.news_box .title span {
	background: #FFFFFF url("hky_news_ico.png") no-repeat left 15px;
	padding-left: 34px;
	font-size: 28px;
	font-weight: bold;
	color: #5792CD;
	line-height: 50px;
	display: block;
	float: left;
	padding-right: 10px;
}
.news_box .title .more {
	width: 98px;
	height: 50px;
	line-height: 50px;
	background: url("hky_news_more.png") no-repeat;
	float: right;
	font-size: 14px;
	color: #118B4F;
	text-align: right;
	padding-right: 9px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.news_box .title .more:hover {
	background: url(hky_news_more_on.png) no-repeat;
	color: #FFFFFF;
}
.news_box ul {
	overflow: hidden;
	clear: both;
}
.news_box ul li {
	padding: 15px 0;
	/* height: 90px; */
	clear: both;
	overflow: hidden;
	background: url(hky_news_line.png) repeat-x left bottom;
}
.news_box ul li .tt {
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	display: block;
	overflow: hidden;
	padding-left: 18px;
	border-left: 2px #C8E4D7 solid;
	float: left;
	width: 370px;
}
.news_box ul li span {
	color: #8A9FB4;
	font-size: 14px;
	float: right;
	line-height: 30px;
	font-weight: normal;
}
.news_box.box2 ul li:first-child {
	font-weight: bold;
}
.news_box.box2 .topimg {
	width: 415px;
	height: 254px;
	margin-top: 16px;
	overflow: hidden;
}
.news_box.box2 .topimg img {
	width: 100%;
	height: 100%;
}
.news_box.box3 .topimg dl {
	overflow: hidden;
	clear: both;
	margin-top: 19px;
}
.news_box.box3 .topimg dl dt {
	width: 200px;
	height: 116px;
	float: left;
	overflow: hidden;
}
.news_box.box3 .topimg dl dt img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.news_box.box3 .topimg dl dd {
	font-size: 18px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	float: right;
	width: 200px;
	font-weight: bold;
}
.news_box.box3 .topimg dl dd span {
	color: #8A9FB4;
	font-size: 14px;
	line-height: 30px;
	display: block;
	font-weight: normal;
}

.news_box.box2 .topimg img {
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}

.news_box.box2 .topimg:hover img {
	transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
}


.news_box.box3 .topimg dt img {
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}

.news_box.box3 .topimg dt:hover img {
	transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
}
.news_down {
	padding-bottom: 60px;
}
/* 通知公告 */
.page2_line {
	position: absolute;
	left: 0;
	bottom: 174px;
	width: 100%;
	border-bottom: 1px #C8E4D7 solid;
}
.tab_title {
	/* overflow: hidden; */
	background: url(hky_news_line.png) repeat-x left bottom;
	padding-bottom: 25px;
	height: 65px;
	position: relative;
	z-index: 1;
}
.tab_title ul li {
	float: left;
	font-size: 32px;
	position: relative;
}
.tab_title ul li:first-child {
	margin-right: 30px;
	padding-right: 30px;
}
.tab_title ul li:first-child::after {
	content: "";
	display: block;
	background: url("hky_tz_ico.png") no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	right: -4px;
	top: 20px;
}
.tab_title ul li.on a {
	color: #5792CD;
}
.tab_title ul li.on::before {
	content: "";
	display: block;
	background: url("hky_news_ico.png") center no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 53px;
	bottom: -35px;
}
.tab_title .more {
	position: absolute;
	right: 0;
	bottom: -25px;
}
.tab_title .more a {
	display: none;
	width: 98px;
	height: 50px;
	line-height: 50px;
	background: url(hky_news_more.png) no-repeat;
	float: right;
	font-size: 14px;
	color: #118B4F;
	text-align: right;
	padding-right: 9px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.tab_title .more a:hover {
	background: url(hky_news_more_on.png) no-repeat;
	color: #FFFFFF;
}
.tab_title .more a.on {
	display: block;
}
.tab_box {
	padding: 50px 0 60px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tab_box.on {
	visibility: visible;
	opacity: 1;
}
.tab_js {
	width: 1430px;
	height: 190px;
	margin-left: -15px;
}
.tab_js2 {
	width: 1430px;
	height: 190px;
	margin-left: -15px;
}
.tab_list {
	margin: 0 15px;
	overflow: hidden;
	padding-top: 25px;
}

.tab_date {
	overflow: hidden;
	padding-bottom: 25px;
	position: relative;
}
.tab_date::after {
	content: "";
	display: block;
	width: 78px;
	height: 4px;
	background: #4AA779;
	position: absolute;
	bottom: 0;
	left: 8px;
}
.tab_date .left {
	float: left;
}
.tab_date .right {
	position: absolute;
	bottom: 20px;
	right: 0;
	font-size: 16px;
	color: #5892CE;
}
.tab_date .right a {
	color: #5892CE;
}
.tab_date .clum {
	font-size: 16px;
	line-height: 1;
	color: #5892CE;
	font-weight: bold;
}
.tab_date .clum a {
	color: #5892CE;
}
.tab_date .day {
	font-size: 32px;
	line-height: 56px;
	color: #5892CE;
}
.tab_list .year {
	font-size: 14px;
	line-height: 1;
	color: #5892CE;
	margin-top: 10px;
}
.tab_list .txt {
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
	padding-left: 8px;
}
.tab_box .prev {
	position: absolute;
	background: url("hky_tz_ico1.png") no-repeat;
	width: 57px;
	height: 57px;
	left: -90px;
	bottom: 160px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tab_box .prev:hover {
	background: url("hky_tz_ico1_on.png") no-repeat;
	background-size: cover;
}
.tab_box .next {
	position: absolute;
	background: url(hky_tz_ico2.png) no-repeat;
	width: 57px;
	height: 57px;
	right: -90px;
	bottom: 160px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tab_box .next:hover {
	background: url("hky_tz_ico2_on.png") no-repeat;
	background-size: cover;
}

/* page3 */
.tab_title2 {
	background: url(hky_news_line.png) repeat-x left bottom;
	padding-bottom: 25px;
	height: 65px;
	position: relative;
}
.tab_title2 ul li {
	float: left;
	font-size: 32px;
	position: relative;
}
.tab_title2 ul li a {
	color: #5792CD;
}
.tab_title2 ul li::before {
	content: "";
	display: block;
	background: url("hky_news_ico.png") center no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 53px;
	bottom: -35px;
}
.tab_title2 .more {
	position: absolute;
	right: 0;
	bottom: -25px;
}
.tab_title2 .more a {
	width: 98px;
	height: 50px;
	line-height: 50px;
	background: url(hky_news_more.png) no-repeat;
	float: right;
	font-size: 14px;
	color: #118B4F;
	text-align: right;
	padding-right: 9px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.tab_title2 .more a:hover {
	background: url(hky_news_more_on.png) no-repeat;
	color: #FFFFFF;
}
.tab_title2 .qk_btn2 {
	display: block;
	width: 160px;
	height: 42px;
	line-height: 38px;
	border: 1px #CCDFF1 solid;
	background: #FBFCFE;
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
	color: #5792CD;
	position: absolute;
	right: 99px;
	top: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.tab_title2 .qk_btn2:hover {
	border: 1px solid #5792CD;
	background: #f0f3f8;
}

.tab_title2 .qk_btn2 img {
	vertical-align: middle;
	margin-right: 10px;
}
/* page3 期刊*/
.qikan {
	overflow: hidden;
	margin-top: 50px;
	border: 1px solid #E6EDF5;
}
.qikan .qk_title {
	width: 300px;
	float: left;
}
.qikan .qk_title ul li {
	padding: 25px 0;
	border: 1px solid #E6EDF5;
	position: relative;
}
.qikan .qk_title ul li img {
	height: 230px;
	display: block;
	margin: 0 auto;
}
.qikan .qk_title ul li.on {
	border: 1px solid #5792CD;
}
.qikan .qk_title ul li.on::after {
	content: "";
	display: block;
	background: url("hky_qk_ico.png") center no-repeat;
	width: 12px;
	height: 24px;
	position: absolute;
	right: -12px;
	top: 45%;
}
.qikan .qk_box {
	width: 1030px;
	float: right;
	display: none;
}
.qikan .qk_box.on {
	display: block;
}
.qikan .qk_box .left {
	float: left;
	width: 610px;
	height: 564px;
	padding-right: 109px;
	background: url("hky_qk_bg2.jpg") no-repeat right;
	background-size: auto 100%;
}
.qikan .qk_box .left .title {
	font-size: 30px;
	line-height: 34px;
	border-left: 6px #5792CD solid;
	color: #5792CD;
	padding-left: 20px;
	margin: 56px 0 36px;
}
.qikan .qk_box .left .title span {
	font-size: 20px;
}
.qikan .qk_box .left p {
	font-size: 18px;
	line-height: 2;
	margin-top: 25px;
	text-align: justify;
}
.qikan .qk_box .left p span {
	color: #5792CD;
	font-weight: bold;
}
.qikan .qk_box .left .qk_btn {
	display: block;
	width: 174px;
	height: 50px;
	line-height: 48px;
	border: 1px #CCDFF1 solid;
	background: #FBFCFE;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	color: #5792CD;
	margin-top: 25px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.qikan .qk_box .left .qk_btn:hover {
	border: 1px solid #649acf;
	background: #f0f3f8;
}
.qikan .qk_box .left .qk_btn img {
	vertical-align: text-top;
	margin-right: 15px;
}
.qikan .qk_box .right {
	float: right;
	width: 420px;
	background: url("hky_qk_bg.png") no-repeat;
	background-size: cover;
	padding-left: 35px;
	padding-bottom: 46px;
}
.qikan .qk_box .right .title {
	font-size: 26px;
	margin: 56px 0 36px;
}
.qikan .qk_box .right ul li {
	font-size: 18px;
	margin-bottom: 25px;
}
.content_scrollbar1 {
	overflow: hidden;
}
.content_scrollbar1 .scroll_main {
	padding-right: 20px;
}
.content_scrollbar1 .scroll_wrap {
	width: 100%;
	height: 390px;
	position: relative;
}
.content_scrollbar1 .scroll_wrap .scroll_cont {
	height: 100%;
	overflow: hidden;
	padding-right: 25px;
}
.content_scrollbar1 .scroll_wrap .scroll_bar {
	position: absolute;
	top:0;
	right: 0px;
	width: 5px;
	height: 100%;
	border-left: 5px #F1F5FA solid;
}
.content_scrollbar1 .scroll_wrap .scroll_slider {
	position: absolute;
	top: 0;
	left: -5px;
	width: 5px;
	height: 70px;
	background-color: #5892CE;
	border-radius:5px;
	opacity: 1;
	cursor: pointer;
}
.content_scrollbar1 .scroll_wrap .scroll_slider:hover{
	opacity: 1
}
/*专题专栏*/
.ztzl {
	margin-top: 50px;
}

.zt-slide-con {
	width: 1400px;
	margin-right: -100px;
	overflow: hidden;
	margin-top: 50px;
}

.zt-slide-con .slide-item {
	position: relative;
	float: left;
	overflow: hidden;
	cursor: pointer;
	transition: 0.5s;
	width: 100px;
	height: 366px;
}

.zt-slide-con .slide-item img {
	display: block;
	width: 100%;
	margin-left: -100px;
}

.zt-slide-con .slide-item .onwidth {
	width: 900px;
	margin-left: 100px;
}

.zt-slide-con .slide-item.on {
	width: 900px;
	background: #ffffff;
}

.zt-slide-con .slide-item.on a {
	display: block;
}

.zt-slide-con .slide-item span {
	position: absolute;
	width: 100px;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding: 24px 36px;
	font-size: 26px;
	color: #fff;
	background-color: rgba(30, 30, 30, 0.6);
	line-height: 1.1;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.4s 0.2s;
}
.zt-slide-con .slide-item.on span {
	transition-delay: 0s;
	opacity: 0;
}
/* page4 */
.tab_title3 {
	background: url(hky_news_line2.png) repeat-x left bottom;
	padding-bottom: 25px;
	height: 65px;
	position: relative;
	z-index: 1;
}
.tab_title3 ul li {
	float: left;
	font-size: 32px;
	position: relative;
}
.tab_title3 ul li a {
	color: #ffffff;
}
.tab_title3 ul li::before {
	content: "";
	display: block;
	background: url("hky_news_ico2.png") center no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 53px;
	bottom: -35px;
}
.tab_title3 .more {
	position: absolute;
	right: 0;
	bottom: -25px;
}
.tab_title3 .more a {
	width: 98px;
	height: 50px;
	line-height: 50px;
	background: url(hky_news_more.png) no-repeat;
	float: right;
	font-size: 14px;
	color: #118B4F;
	text-align: right;
	padding-right: 9px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.tab_title3 .more a:hover {
	background: url(hky_news_more_on.png) no-repeat;
	color: #FFFFFF;
}
.tab_title3 .qk_btn2 {
	display: block;
	width: 160px;
	height: 42px;
	line-height: 38px;
	border: 1px #CCDFF1 solid;
	background: #FBFCFE;
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
	color: #5792CD;
	position: absolute;
	right: 99px;
	top: 0;
}
.tab_title3 .qk_btn2 img {
	vertical-align: middle;
	margin-right: 10px;
}
.pt {
	overflow: hidden;
	padding-top: 55px;
	position: absolute;
	width: 1460px;
}
.pt ul li {
	float: left;
	background: url("hky_pt_bg.png") center no-repeat;
	background-size: cover;
	width: 286px;
	height: 384px;
	text-align: center;
	color: #000000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pt ul li:first-child {
	margin-left: -12px;
}
.pt ul li img {
	height: 100px;
}
.pt ul li a {
	display: block;
	height: 100%;
	padding-top: 55px;
	color: #000000;
}
.pt ul li p {
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	margin-top: 65px;
}
.pt ul li:hover {
	margin-top: -30px;
}
/* 科技成果 1400 开始 */
.kjcg_wrap {
	background: url("hky_kj_bg1.jpg") right no-repeat;
	padding: 6px 0;
	margin-top: 40px;
}
.kjcg_wrap .sfq-slide-con {
	width: 1325px;
	height: 550px;
	border:0px solid #333;
	background: url("hky_kj_bg2.jpg") repeat-x;
}

.kjcg_wrap .sfq-slide-con .slide-item {
	position: relative;
	float: left;
	overflow: hidden;
	transition: 0.5s;
	width: 80px;
	height: 550px;
	margin-right: 20px;
}

.kjcg_wrap .sfq-slide-con .slide-item .onwidth {
	width: 746px;
	padding: 20px 30px;
	margin-left: 80px;
	background: url("hky_kj_li_txtbg.png") no-repeat;
	background-size: cover;
	margin-top: 50px;
}
.kjcg_wrap .sfq-slide-con .slide-item .onwidth .title {
	position: relative;
	background: url("hky_news_line.png") repeat-x left 24px;
	overflow: hidden;
}
.kjcg_wrap .sfq-slide-con .slide-item .onwidth .title p {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height: 50px;
	float: left;
	padding-right: 10px;
	background: #FBFDFF;
}
.kjcg_wrap .sfq-slide-con .slide-item .onwidth .title .more {
	width: 98px;
	height: 50px;
	line-height: 50px;
	background: url("hky_news_more2.png") no-repeat;
	float: right;
	font-size: 14px;
	color: #118B4F;
	text-align: right;
	padding-right: 9px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.kjcg_wrap .sfq-slide-con .slide-item .onwidth ul {
	overflow: hidden;
}
.kjcg_wrap .sfq-slide-con .slide-item .onwidth ul li {
	padding: 14px 0;
	overflow: hidden;
	background: url(hky_news_line.png) repeat-x left bottom;
}
.kjcg_wrap .sfq-slide-con .slide-item .onwidth ul li .tt {
	background: url(hky_list_ico.png) no-repeat left 12px;
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	display: block;
	overflow: hidden;
	padding-left: 18px;
}
.kjcg_wrap .sfq-slide-con .slide-item .onwidth ul li span {
	color: #5892CE;
	font-weight: normal;
}
.kjcg_wrap .sfq-slide-con .slide-item.on {
	width: 825px;
	margin-right: 0;
}

.kjcg_wrap .sfq-slide-con .slide-item.on a {
	display: block;
}

.kjcg_wrap .sfq-slide-con .slide-item .slide-title {
	font-size: 20px;
	font-weight: bold;
	display: block;
	color: #000000;
	width: 80px;
	line-height: 22px;
	z-index: 10;
	word-break: break-word;
	padding: 200px 25px 0px 25px;
	background: url("hky_kj_li_bg.jpg") no-repeat;
	background-size: 100% 100%;
	float: left;
	box-sizing: border-box;
	height: 100%;
	text-align: center;
}
.kjcg_wrap .sfq-slide-con .slide-item.on .slide-title {
	background: url("hky_kj_li_bg_on.jpg") no-repeat;
	color: #5892CE;
}
/* 手风琴 1400 结束 */

/* banner */
.banner {
	background: #b8e0f9;
}
.banner img {
	width: 100%;
	/*max-width: 1920px;*/
	max-height: 510px;
	margin: 0 auto;
	display: block;
}


/*footer*/
.footer_index {
	border-top: 0;
}
@media screen and (max-width: 1640px) {
	body {
		font-size: 12px;
		color: #1a1a1a;
	}
	.warp_center {
		width: 1000px;
		margin: 0 auto;
		position: relative;
		z-index: 0;
		overflow: hidden;
		padding: 0 4px;
	}
	/* 板块背景 */
	.page1 {
		background: url("hky_bg1.jpg") no-repeat;
		background-size: 100% 100%;
	}
	.page2 {
		background: url("hky_bg2.jpg") no-repeat;
		background-size: 100% 100%;
		position: relative;
	}
	.page2 .page2_warp_center {
		width: 1000px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		padding-top: 40px;
		height: 320px;
	}
	.page3 {
		background: url("hky_bg3.jpg") no-repeat;
		background-size: 100% 100%;
	}
	.page3 .warp_center {
		padding: 65px 0;
	}
	.page4 {
		background: url("hky_bg4.jpg") no-repeat top center;
		background-size: cover;
	}
	.page4 .page4_warp_center {
		width: 1000px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		padding-top: 145px;
		/* padding-bottom: 200px; */
		height: 575px;
	}

	.page5 {
		background: url("hky_bg5.jpg") bottom no-repeat;
		background-size: cover;
	}
	.page5 .warp_center {
		padding: 40px 0 190px;
	}
	/* 滚动新闻开始 */
	.page1 {
		padding-top: 12px;
	}
	.scroll_news {
		height: 40px;
		background: #ffffff;
		border-left: 4px #008342 solid;
		box-shadow: 0 0 10px rgba(2, 105, 165, 0.1);
	}

	.scroll_news .scroll_news_tit {
		float: left;
		width: 180px;
		box-sizing: border-box;
		background: url(hky_gd_ico.png)no-repeat 10px center /20px;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		font-weight: 600;
		padding-left: 40px;
		color: #5892CE;
	}

	.scroll_news_list {
		float: left;
		width: 800px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
	}

	.new_list_com {
		overflow: hidden;
		position: absolute;
		left: 0;
	}

	.new_list_mess {
		float: left;
		font-size: 14px;
		padding-right: 10px;
		position: relative;
		padding-left: 20px;
		box-sizing: border-box;
		margin-right: 20px;
	}

	.new_list_mess::before {
		position: absolute;
		content: "";
		width: 12px;
		height: 13px;
		background: url("hky_gd_ico2.png") no-repeat;
		background-size: 12px;
		left: 0;
		top: 14px;
	}

	.new_list_mess a {
		color: #4c4c4c;
		margin-right: 10px;
	}
	.new_list_mess a:hover {
		color: #186ABC;
	}
	.new_list_mess span.date {
		color: #999999;
	}

	/* 下级内容 */
	.news_main {
		margin-top: 12px;
		background: #FFFFFF;
		padding: 12px;
		overflow: hidden;
		box-shadow: 0 0 10px rgba(2, 105, 165, 0.1);
	}
	/* banner */
	.hky_banner {
		width: 592px;
		height: 346px;
		float: left;
	}

	.hky_banner li {
		width: 592px;
		height: 346px;
		overflow: hidden;
		position: relative;
	}

	.hky_banner li .imgs {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.hky_banner .pageState {
		position: absolute;
		right: 30px;
		bottom: 15px;
		font-size: 14px;
		line-height: 14px;
		color: #fff;
		z-index: 1;
		letter-spacing: 5px;
	}
	.hky_banner .pageBg {
		width: 100%;
		height: 50px;
		line-height: 50px;
		background: url(hky_news_bar.png) no-repeat;
		background-size: cover;
		position: absolute;
		bottom: 0;
		left: 0;
		font-size: 15px;
		color: #FFFFFF;
		padding-left: 34px;
	}
	.hky_banner .pageState span {
		font-size: 24px;
		margin-right: 5px;
		letter-spacing: 0;
	}

	.hky_banner .next,
	.hky_banner .prev {
		position: absolute;
		z-index: 2;
		bottom: 14px;
		margin-top: 0;
		width: 10px;
		height: 20px;
		background-repeat: no-repeat;
		background-position: center center;
		cursor: pointer;
	}

	.hky_banner .prev {
		left: 10px;
		background-image: url(hky_news_bar_ico1.png);
		background-size: 10px;
	}

	.hky_banner .next {
		right: 10px;
		background-image: url(hky_news_bar_ico2.png);
		background-size: 10px;
	}

	.hky_scale_img {
		overflow: hidden;
	}

	.hky_scale_img .imgs {
		transition: transform 0.5s;
		-webkit-transition: transform 0.5s;
	}

	.hky_scale_img:hover .imgs {
		transform: scale(1.08, 1.08);
		-ms-transform: scale(1.08, 1.08);
		-webkit-transform: scale(1.08, 1.08);
	}

	.hky_scale_img_nov .imgs {
		transition: transform 0.5s;
		-webkit-transition: transform 0.5s;
	}

	.hky_scale_img_nov:hover .imgs {
		transform: scale(1.08, 1.08);
		-ms-transform: scale(1.08, 1.08);
		-webkit-transform: scale(1.08, 1.08);
	}


	.news_list {
		width: 350px;
		float: right;
	}
	.njyjs_news1 {
		background: url(hky_news_line.png) repeat-x left bottom;
		padding-bottom: 6px;
	}
	.njyjs_news1 .t1 {
		line-height: 30px;
		font-size: 18px;
		max-height: 64px;
		font-weight: bold;
		overflow: hidden;
		display: block;
	}

	.njyjs_news1 .t2 {
		line-height: 20px;
		height: 64px;
		font-size: 12px;
		color: #707070;
		overflow: hidden;
		margin-top: 5px;
		display: block;
	}

	/* 文字新闻 */
	.njyjs_news2 {
		margin-top: 4px;
	}
	.njyjs_news2 li {
		padding: 2px 0;
		clear: both;
		overflow: hidden;
	}
	.njyjs_news2 li .kj {
		font-size: 13px;
		line-height: 24px;
		display: block;
		overflow: hidden;
		padding-left: 12px;
		background: url(hky_list_ico.png) no-repeat left 11px;
		background-size: 3px;
		float: left;
		width: 286px;
	}
	.njyjs_news2 span {
		color: #8A9FB4;
		font-size: 12px;
		float: right;
		line-height: 24px;
	}
	.box1 {
		width: 300px;
		float: left;
	}
	.box2 {
		width: 300px;
		float: left;
		margin-left: 35px;
	}
	.box3 {
		width: 300px;
		float: right;
	}
	.news_box {
		overflow: hidden;
	}
	.news_box .title {
		position: relative;
		background: url("hky_news_line.png") repeat-x left 17px;
		overflow: hidden;
		padding-bottom: 2px;
	}
	.news_box .title span {
		background: #FFFFFF url("hky_news_ico.png") no-repeat left 10px;
		background-size: 16px;
		padding-left: 25px;
		font-size: 20px;
		font-weight: bold;
		color: #5792CD;
		line-height: 35px;
		display: block;
		float: left;
		padding-right: 10px;
	}
	.news_box .title .more {
		width: 70px;
		height: 35px;
		line-height: 35px;
		background: url("hky_news_more.png") no-repeat;
		background-size: 70px;
		float: right;
		font-size: 12px;
		color: #118B4F;
		text-align: right;
		padding-right: 4px;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	.news_box .title .more:hover {
		background: url(hky_news_more_on.png) no-repeat;
		background-size: 70px;
		color: #FFFFFF;
	}
	.news_box ul {
		overflow: hidden;
		clear: both;
	}
	.news_box ul li {
		padding: 10px 0;
		/* height: 90px; */
		clear: both;
		overflow: hidden;
		background: url(hky_news_line.png) repeat-x left bottom;
	}
	.news_box ul li .tt {
		font-size: 13px;
		line-height: 22px;
		height: 46px;
		display: block;
		overflow: hidden;
		padding-left: 10px;
		border-left: 2px #C8E4D7 solid;
		float: left;
		width: 260px;
	}
	.news_box ul li span {
		color: #8A9FB4;
		font-size: 12px;
		float: right;
		line-height: 24px;
		font-weight: normal;
	}
	.news_box.box2 ul li:first-child {
		font-weight: bold;
	}
	.news_box.box2 .topimg {
		width: 310px;
		height: 182px;
		margin-top: 16px;
		overflow: hidden;
	}
	.news_box.box2 .topimg img {
		width: 100%;
		height: 100%;
	}
	.news_box.box3 .topimg dl {
		overflow: hidden;
		clear: both;
		margin-top: 15px;
	}
	.news_box.box3 .topimg dl dt {
		width: 142px;
		height: 84px;
		float: left;
		overflow: hidden;
	}
	.news_box.box3 .topimg dl dt img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
	}
	.news_box.box3 .topimg dl dd {
		font-size: 14px;
		line-height: 22px;
		display: block;
		overflow: hidden;
		float: right;
		width: 150px;
		font-weight: bold;
	}
	.news_box.box3 .topimg dl dd span {
		color: #8A9FB4;
		font-size: 14px;
		line-height: 30px;
		display: block;
		font-weight: normal;
	}

	.news_box.box2 .topimg img {
		transition: transform 0.5s;
		-webkit-transition: transform 0.5s;
	}

	.news_box.box2 .topimg:hover img {
		transform: scale(1.08, 1.08);
		-ms-transform: scale(1.08, 1.08);
		-webkit-transform: scale(1.08, 1.08);
	}


	.news_box.box3 .topimg dt img {
		transition: transform 0.5s;
		-webkit-transition: transform 0.5s;
	}

	.news_box.box3 .topimg dt:hover img {
		transform: scale(1.08, 1.08);
		-ms-transform: scale(1.08, 1.08);
		-webkit-transform: scale(1.08, 1.08);
	}
	.news_down {
		padding-bottom: 40px;
	}
	/* 通知公告 */
	.page2_line {
		position: absolute;
		left: 0;
		bottom: 151px;
		width: 100%;
		border-bottom: 1px #C8E4D7 solid;
	}
	.tab_title {
		/* overflow: hidden; */
		background: url(hky_news_line.png) repeat-x left bottom;
		padding-bottom: 15px;
		height: 45px;
		position: relative;
		z-index: 1;
	}
	.tab_title ul li {
		float: left;
		font-size: 22px;
		position: relative;
	}
	.tab_title ul li:first-child {
		margin-right: 20px;
		padding-right: 20px;
	}
	.tab_title ul li:first-child::after {
		content: "";
		display: block;
		background: url("hky_tz_ico.png") no-repeat;
		background-size: 4px;
		width: 4px;
		height: 4px;
		position: absolute;
		right: -4px;
		top: 15px;
	}
	.tab_title ul li.on a {
		color: #5792CD;
	}
	.tab_title ul li.on::before {
		content: "";
		display: block;
		background: url("hky_news_ico.png") center no-repeat;
		background-size: 15px;
		width: 15px;
		height: 15px;
		position: absolute;
		left: 36px;
		bottom: -22px;
	}
	.tab_title .more {
		position: absolute;
		right: 0;
		bottom: -17px;
	}
	.tab_title .more a {
		display: none;
		width: 70px;
		height: 35px;
		line-height: 35px;
		background: url(hky_news_more.png) no-repeat;
		background-size: 70px;
		float: right;
		font-size: 12px;
		color: #118B4F;
		text-align: right;
		padding-right: 4px;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	.tab_title .more a:hover {
		background: url(hky_news_more_on.png) no-repeat;
		background-size: 70px;
		color: #FFFFFF;
	}
	.tab_title .more a.on {
		display: block;
	}
	.tab_box {
		padding: 30px 0 40px;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
	.tab_box.on {
		visibility: visible;
		opacity: 1;
	}
	.tab_js {
		width: 1030px;
		height: 150px;
		margin-left: -10px;
	}
	.tab_js2 {
		width: 1030px;
		height: 150px;
		margin-left: -10px;
	}
	.tab_list {
		margin: 0 10px;
		overflow: hidden;
	}

	.tab_date {
		overflow: hidden;
		padding-bottom: 15px;
		position: relative;
	}
	.tab_date::after {
		content: "";
		display: block;
		width: 68px;
		height: 2px;
		background: #4AA779;
		position: absolute;
		bottom: 0;
		left: 6px;
	}
	.tab_date .left {
		float: left;
	}
	.tab_date .right {
		position: absolute;
		bottom: 10px;
		right: 0;
		font-size: 12px;
		color: #5892CE;
	}
	.tab_date .right a {
		color: #5892CE;
	}
	.tab_date .clum {
		font-size: 14px;
		line-height: 1;
		color: #5892CE;
		font-weight: bold;
	}
	.tab_date .day {
		font-size: 26px;
		line-height: 46px;
		color: #5892CE;
	}
	.tab_list .year {
		font-size: 12px;
		line-height: 1;
		color: #5892CE;
	}
	.tab_list .txt {
		font-size: 13px;
		line-height: 22px;
		margin-top: 10px;
		padding-left: 6px;
	}
	.tab_box .prev {
		position: absolute;
		background: url("hky_tz_ico1.png") no-repeat;
		background-size: 40px;
		width: 40px;
		height: 40px;
		left: -70px;
		bottom: 119px;
		cursor: pointer;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
	.tab_box .prev:hover {
		background: url("hky_tz_ico1_on.png") no-repeat;
		background-size: cover;
	}
	.tab_box .next {
		position: absolute;
		background: url(hky_tz_ico2.png) no-repeat;
		background-size: 40px;
		width: 40px;
		height: 40px;
		right: -60px;
		bottom: 119px;
		cursor: pointer;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
	.tab_box .next:hover {
		background: url("hky_tz_ico2_on.png") no-repeat;
		background-size: cover;
	}

	/* page3 */
	.tab_title2 {
		background: url(hky_news_line.png) repeat-x left bottom;
		padding-bottom: 15px;
		height: 45px;
		position: relative;
	}
	.tab_title2 ul li {
		float: left;
		font-size: 22px;
		position: relative;
	}
	.tab_title2 ul li a {
		color: #5792CD;
	}
	.tab_title2 ul li::before {
		content: "";
		display: block;
		background: url("hky_news_ico.png") center no-repeat;
		background-size: 15px;
		width: 15px;
		height: 15px;
		position: absolute;
		left: 36px;
		bottom: -22px;
	}
	.tab_title2 .more {
		position: absolute;
		right: 0;
		bottom: -17px;
	}
	.tab_title2 .more a {
		width: 70px;
		height: 35px;
		line-height: 35px;
		background: url(hky_news_more.png) no-repeat;
		background-size: 70px;
		float: right;
		font-size: 12px;
		color: #118B4F;
		text-align: right;
		padding-right: 4px;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	.tab_title2 .more a:hover {
		background: url(hky_news_more_on.png) no-repeat;
		background-size: 70px;
		color: #FFFFFF;
	}
	.tab_title2 .qk_btn2 {
		display: block;
		width: 120px;
		height: 30px;
		line-height: 30px;
		border: 1px #CCDFF1 solid;
		background: #FBFCFE;
		font-size: 14px;
		text-align: center;
		border-radius: 4px;
		color: #5792CD;
		position: absolute;
		right: 99px;
		top: 0;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	.tab_title2 .qk_btn2:hover {
		border: 1px solid #5792CD;
		background: #f0f3f8;
	}

	.tab_title2 .qk_btn2 img {
		vertical-align: text-top;
		margin-right: 7px;
		width: 15px;
	}
	/* page3 期刊*/
	.qikan {
		overflow: hidden;
		margin-top: 30px;
		border: 1px solid #E6EDF5;
	}
	.qikan .qk_title {
		width: 218px;
		float: left;
	}
	.qikan .qk_title ul li {
		padding: 20px 0;
		border: 1px solid #E6EDF5;
		position: relative;
	}
	.qikan .qk_title ul li img {
		height: 164px;
		display: block;
		margin: 0 auto;
	}
	.qikan .qk_title ul li.on {
		border: 1px solid #5792CD;
	}
	.qikan .qk_title ul li.on::after {
		content: "";
		display: block;
		background: url("hky_qk_ico.png") center no-repeat;
		background-size: 8px;
		width: 8px;
		height: 20px;
		position: absolute;
		right: -8px;
		top: 45%;
	}
	.qikan .qk_box {
		width: 730px;
		float: right;
		display: none;
	}
	.qikan .qk_box.on {
		display: block;
	}
	.qikan .qk_box .left {
		float: left;
		width: 420px;
		height: 410px;
		padding-right: 80px;
		background: url("hky_qk_bg2.jpg") no-repeat right;
		background-size: auto 100%;
	}
	.qikan .qk_box .left .title {
		font-size: 22px;
		line-height: 28px;
		border-left: 6px #5792CD solid;
		color: #5792CD;
		padding-left: 10px;
		margin: 26px 0 16px;
	}
	.qikan .qk_box .left .title span {
		font-size: 20px;
	}
	.qikan .qk_box .left p {
		font-size: 14px;
		line-height: 2;
		margin-top: 10px;
		text-align: justify;
	}
	.qikan .qk_box .left p span {
		color: #5792CD;
		font-weight: bold;
	}
	.qikan .qk_box .left .qk_btn {
		display: block;
		width: 124px;
		height: 35px;
		line-height: 34px;
		border: 1px #CCDFF1 solid;
		background: #FBFCFE;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		border-radius: 4px;
		color: #5792CD;
		margin-top: 8px;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	.qikan .qk_box .left .qk_btn:hover {
		border: 1px solid #649acf;
		background: #f0f3f8;
	}
	.qikan .qk_box .left .qk_btn img {
		vertical-align: text-top;
		margin-right: 10px;
		width: 18px;
	}
	.qikan .qk_box .right {
		float: right;
		width: 310px;
		background: url("hky_qk_bg.png") no-repeat;
		background-size: cover;
		padding-left: 15px;
		padding-bottom: 20px;
	}
	.qikan .qk_box .right .title {
		font-size: 22px;
		margin: 26px 0 20px;
	}
	.qikan .qk_box .right ul li {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.content_scrollbar1 {
		overflow: hidden;
	}
	.content_scrollbar1 .scroll_main {
		padding-right: 12px;
	}
	.content_scrollbar1 .scroll_wrap {
		width: 100%;
		height: 298px;
		position: relative;
	}
	.content_scrollbar1 .scroll_wrap .scroll_cont {
		height: 100%;
		overflow: hidden;
		padding-right: 15px;
	}
	.content_scrollbar1 .scroll_wrap .scroll_bar {
		position: absolute;
		top:0;
		right: 0px;
		width: 5px;
		height: 100%;
		border-left: 5px #F1F5FA solid;
	}
	.content_scrollbar1 .scroll_wrap .scroll_slider {
		position: absolute;
		top: 0;
		left: -5px;
		width: 5px;
		height: 70px;
		background-color: #5892CE;
		border-radius:5px;
		opacity: 1;
		cursor: pointer;
	}
	.content_scrollbar1 .scroll_wrap .scroll_slider:hover{
		opacity: 1
	}
	/*专题专栏*/
	.ztzl {
		margin-top: 30px;
	}

	.zt-slide-con {
		width: 1000px;
		margin-right: -100px;
		overflow: hidden;
		margin-top: 50px;
	}

	.zt-slide-con .slide-item {
		position: relative;
		float: left;
		overflow: hidden;
		cursor: pointer;
		transition: 0.5s;
		width: 70px;
		height: 264px;
	}

	.zt-slide-con .slide-item img {
		display: block;
		width: 100%;
		margin-left: -70px;
	}

	.zt-slide-con .slide-item .onwidth {
		width: 650px;
		margin-left: 70px;
	}

	.zt-slide-con .slide-item.on {
		width: 650px;
		background: #ffffff;
	}

	.zt-slide-con .slide-item.on a {
		display: block;
	}

	.zt-slide-con .slide-item span {
		position: absolute;
		width: 70px;
		height: 100%;
		left: 0;
		top: 0;
		box-sizing: border-box;
		padding: 24px 24px;
		font-size: 18px;
		color: #fff;
		background-color: rgba(30, 30, 30, 0.6);
		line-height: 1.1;
		cursor: pointer;
		opacity: 1;
		transition: opacity 0.4s 0.2s;
	}
	.zt-slide-con .slide-item.on span {
		transition-delay: 0s;
		opacity: 0;
	}
	/* page4 */
	.tab_title3 {
		background: url(hky_news_line2.png) repeat-x left bottom;
		padding-bottom: 15px;
		height: 45px;
		position: relative;
		z-index: 1;
	}
	.tab_title3 ul li {
		float: left;
		font-size: 22px;
		position: relative;
	}
	.tab_title3 ul li a {
		color: #ffffff;
	}
	.tab_title3 ul li::before {
		content: "";
		display: block;
		background: url("hky_news_ico2.png") center no-repeat;
		background-size: 15px;
		width: 15px;
		height: 15px;
		position: absolute;
		left: 36px;
		bottom: -22px;
	}
	.tab_title3 .more {
		position: absolute;
		right: 0;
		bottom: -17px;
	}
	.tab_title3 .more a {
		width: 70px;
		height: 35px;
		line-height: 35px;
		background: url(hky_news_more.png) no-repeat;
		background-size: 70px;
		float: right;
		font-size: 12px;
		color: #118B4F;
		text-align: right;
		padding-right: 4px;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	.tab_title3 .more a:hover {
		background: url(hky_news_more_on.png) no-repeat;
		background-size: 70px;
		color: #FFFFFF;
	}
	.tab_title3 .qk_btn2 {
		display: block;
		width: 160px;
		height: 42px;
		line-height: 38px;
		border: 1px #CCDFF1 solid;
		background: #FBFCFE;
		font-size: 18px;
		text-align: center;
		border-radius: 4px;
		color: #5792CD;
		position: absolute;
		right: 99px;
		top: 0;
	}
	.tab_title3 .qk_btn2 img {
		vertical-align: middle;
		margin-right: 10px;
	}
	.pt {
		overflow: hidden;
		padding-top: 40px;
		position: absolute;
		width: 1020px;
	}
	.pt ul li {
		float: left;
		background: url("hky_pt_bg.png") center no-repeat;
		background-size: cover;
		width: 205px;
		height: 275px;
		text-align: center;
		color: #000000;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
	.pt ul li:first-child {
		margin-left: -9px;
	}
	.pt ul li img {
		height: 66px;
	}
	.pt ul li a {
		display: block;
		height: 100%;
		padding-top: 35px;
		color: #000000;
	}
	.pt ul li p {
		font-size: 16px;
		line-height: 26px;
		font-weight: bold;
		margin-top: 46px;
	}
	.pt ul li:hover {
		margin-top: -20px;
	}
	/* 科技成果 1400 开始 */
	.kjcg_wrap {
		background: url("hky_kj_bg1.jpg") right no-repeat;
		background-size: 52px;
		padding: 6px 0;
		margin-top: 30px;
	}
	.kjcg_wrap .sfq-slide-con {
		width: 948px;
		height: 394px;
		border:0px solid #333;
		background: url("hky_kj_bg2.jpg") repeat-x;
		background-size: contain;
	}

	.kjcg_wrap .sfq-slide-con .slide-item {
		position: relative;
		float: left;
		overflow: hidden;
		cursor: pointer;
		transition: 0.5s;
		width: 58px;
		height: 392px;
		margin-right: 15px;
	}

	.kjcg_wrap .sfq-slide-con .slide-item .onwidth {
		width: 500px;
		padding: 10px 15px;
		margin-left: 60px;
		background: url("hky_kj_li_txtbg.png") no-repeat;
		background-size: cover;
		margin-top: 50px;
	}
	.kjcg_wrap .sfq-slide-con .slide-item .onwidth .title {
		position: relative;
		background: url("hky_news_line.png") repeat-x left 17px;
		overflow: hidden;
	}
	.kjcg_wrap .sfq-slide-con .slide-item .onwidth .title p {
		display: inline-block;
		font-size: 18px;
		font-weight: bold;
		color: #000000;
		line-height: 30px;
		float: left;
		padding-right: 10px;
	}
	.kjcg_wrap .sfq-slide-con .slide-item .onwidth .title .more {
		width: 70px;
		height: 35px;
		line-height: 35px;
		background: url("hky_news_more2.png") no-repeat;
		background-size: 70px;
		float: right;
		font-size: 12px;
		color: #118B4F;
		text-align: right;
		padding-right: 4px;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}

	.kjcg_wrap .sfq-slide-con .slide-item .onwidth ul {
		overflow: hidden;
	}
	.kjcg_wrap .sfq-slide-con .slide-item .onwidth ul li {
		padding: 8px 0;
		overflow: hidden;
		background: url(hky_news_line.png) repeat-x left bottom;
	}
	.kjcg_wrap .sfq-slide-con .slide-item .onwidth ul li .tt {
		background: url(hky_list_ico.png) no-repeat left 12px;
		background-size: 3px;
		font-size: 13px;
		line-height: 24px;
		height: 46px;
		display: block;
		overflow: hidden;
		padding-left: 12px;
	}
	.kjcg_wrap .sfq-slide-con .slide-item .onwidth ul li span {
		color: #5892CE;
		font-weight: normal;
	}
	.kjcg_wrap .sfq-slide-con .slide-item.on {
		width: 583px;
		margin-right: 0;
	}

	.kjcg_wrap .sfq-slide-con .slide-item.on a {
		display: block;
	}

	.kjcg_wrap .sfq-slide-con .slide-item .slide-title {
		font-size: 14px;
		font-weight: bold;
		display: block;
		color: #000000;
		width: 58px;
		line-height: 18px;
		z-index: 10;
		word-break: break-word;
		padding: 138px 20px 0px 20px;
		background: url("hky_kj_li_bg.jpg") no-repeat;
		background-size: 100% 100%;
		float: left;
		box-sizing: border-box;
		height: 100%;
		text-align: center;
	}
	.kjcg_wrap .sfq-slide-con .slide-item.on .slide-title {
		background: url("hky_kj_li_bg_on.jpg") no-repeat;
		background-size: 100% 100%;
		color: #5892CE;
	}
	/* 手风琴 1400 结束 */

	/* banner */
	.banner {
		background: #b8e0f9;
	}
	.banner img {
		width: 100%;
		/*max-width: 1920px;*/
		max-height: 510px;
		margin: 0 auto;
		display: block;
	}
}