@charset "utf-8";

.container {
	padding-top: 100px;
}

.adimg img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.ntitle {
	text-align: center;
	font-size: 28px;
}

.ntitle .t-line {
	width: 50px;
	height: 3px;
	background: #2f5ba6;
	display: block;
	margin: 20px auto 0;
}

.more {
	color: #2f5ba6;
	padding-right: 25px;
	background: url(../images/more.png) center right no-repeat;
}

.more:hover {
	text-decoration: underline;
}

.ejdhBox {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px #ddd solid;
	background: #fff;
}

.columnlist ul li {
	float: left;
	margin-right: 35px;
}

.columnlist ul li a {
	line-height: 58px;
	display: block;
	padding: 0 2px;
}

.columnlist ul li.on a {
	color: #2f5ba6;
	border-bottom: 2px #2f5ba6 solid;
}

.columnlist ul li:hover a {
	color: #2f5ba6;
	border-bottom: 2px #2f5ba6 solid;
}

.loc {
	color: #999
}

.loc i {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 20px 10px;
	background: url(../images/home.png) center no-repeat;
}

.loc a {
	color: #999;
}

.loc a:hover {
	color: #2f5ba6;
}

/* 走进健兴 */
.gsjjBox {
	width: 100%;
	height: 510px;
	padding: 50px 0;
	background: url(../images/gsjjbg.jpg) center bottom no-repeat #f2f2f3;
}

.gsimg {
	width: 360px;
	height: 300px;
	background: #d1dae3;
	border-radius: 10px;
	float: left;
}

.gsimg img {
	width: 360px;
	height: 300px;
	display: block;
	margin-top: -10px;
	margin-left: 10px;
	border-radius: 10px;
}

.gstxt {
	margin-left: 410px;
	position: relative
}

.gsname .n-e {
	font-size: 72px;
	color: #ecf0f4;
	font-weight: bold;
	text-transform: uppercase;
}

.gsname .n-z {
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 50px;
}

.gstxt p {
	line-height: 36px;
	text-indent: 30px;
	height: 144px;
	text-align: justify;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.kjrkBox {
	padding: 50px 0;
}

.kjrkBox ul li {
	width: 32.5%;
	background: #ddd;
	float: left;
	margin-right: 1.25%;
	border-radius: 10px;
}

.kjrkBox ul li a {
	display: block;
	color: #fff;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.kjrkBox ul li img {
	width: 100%;
	display: block;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.kjrkBox ul li:hover img {
	transform: scale(1.05, 1.05);
}

.kjrkBox ul li a span {
	display: block;
	position: absolute;
	left: 30px;
}

.kjrkBox ul li a span.s-z {
	font-size: 26px;
	font-weight: bold;
	bottom: 75px;
	z-index: 9;
}

.kjrkBox ul li a span.s-e {
	font-size: 16px;
	text-transform: uppercase;
	bottom: 45px;
	z-index: 9;
}

/* 新闻资讯 */
.gsxwBox {
	padding: 50px 0;
	background: #f5f5f5;
}

.gsxwlist ul li {
	width: 380px;
	height: 380px;
	background: #fff;
	float: left;
	margin-right: 30px;
}

.gsxwlist ul li a {
	display: block;
	padding: 20px;
}

.gsxwtxt h1 {
	font-size: 18px;
	font-weight: normal;
	height: 72px;
	line-height: 36px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.gsxwtxt h6 {
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin: 10px 0;
}

.gsxwimg {
	width: 340px;
	height: 228px;
	overflow: hidden;
}

.gsxwimg img {
	display: block;
	width: 340px;
	height: 228px;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.gsxwlist ul li:hover a h1 {
	color: #2f5ba6
}

.gsxwlist ul li:hover img {
	transform: scale(1.05, 1.05);
}

.moreBtn {
	margin: 36px auto 0;
	text-align: center;
}

.moreBtn a {
	display: inline-block;
	width: 140px;
	height: 36px;
	border-radius: 18px;
	color: #bab9b9;
	border: 1px #bab9b9 solid;
	line-height: 36px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.moreBtn a:hover {
	background: #2f5ba6;
	color: #fff;
}

.spzsBox {
	padding: 50px 0;
	background: url(../images/spzsbg.jpg) center no-repeat;
}

.spzslist ul li {
	float: left;
	margin-right: 30px;
	width: 585px;
}

.spzsimg {
	width: 585px;
	height: 330px;
	overflow: hidden;
}

.spzsimg a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.spzsimg img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.spzsimg i.zzcbg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/sppop.png) center no-repeat;
	z-index: 9;
}

.spzsname {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px #b1b1b1 solid;
	font-size: 18px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.spzsname a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.spzslist ul li:hover img {
	transform: scale(1.05, 1.05);
}

.spzslist ul li:hover .spzsname {
	border-bottom: 1px #2f5ba6 solid;
}

.spzslist ul li:hover .spzsname a {
	color: #2f5ba6
}

.hyxwBox {
	padding: 50px 0;
	background: #fff;
}

.hyxwlist ul {
	display: block;
}

.hyxwlist ul li {
	float: left;
	margin-right: 30px;
	width: 585px;
	background: #f7f7f7;
	margin-bottom: 30px;
}

.hyxwlist ul li a {
	padding: 25px 0;
	display: block;
	webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.hyxwtime {
	float: left;
	width: 108px;
	text-align: center;
}

.hyxwtime span {
	display: block;
}

.hyxwtime span.sday {
	font-size: 28px;
	line-height: 36px;
}

.hyxwtime span.syear {
	color: #999;
	line-height: 30px;
	webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.hyxwtxt {
	margin-left: 108px;
	border-left: 1px #eee solid;
	padding: 0 20px;
}

.hyxwtxt h1 {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 36px;
}

.hyxwtxt h2 {
	font-size: 14px;
	color: #999;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
	webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.hyxwlist ul li:hover a {
	background: #2f5ba6;
	color: #fff;
}

.hyxwlist ul li:hover span.syear,
.hyxwlist ul li:hover h2 {
	color: #fff
}

/* 新闻列表 */
.listPage {
	background: #f5f5f5;
	padding: 50px 0;
}

.newsList ul li {
	height: 250px;
	padding: 25px;
	background: #fff;
	margin-bottom: 20px;
}

.newsList ul li .pic {
	width: 300px;
	height: 200px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}

.newsList ul li .pic img {
	display: block;
	width: 300px;
	height: 200px;
	webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}


.newsList ul li .text {
	overflow: hidden;
}

.newsList ul li .text .title {
	height: 78px;
	line-height: 48px;
	margin-bottom: 10px;
	padding-top: 30px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	color: #333;
	font-size: 20px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsList ul li .text .textC {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 8px;
	text-align: justify;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.newsList ul li .text .time {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	color: #999;
}

.newsList ul li .text .time span {
	float: left;
	display: inline;
	padding-left: 25px;
	margin-right: 30px;
}

.newsList ul li .text .time span.span1 {
	background: url(../images/clock.png) left center no-repeat;
	background-size: 16px 16px;
}

.newsList ul li .text .more {
	width: 135px;
	height: 0;
	background: ;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 46px;
	background: url(../images/smallarrow.png) right 25px center no-repeat #2f5ba6;
}

.newsList ul li:hover {
	cursor: pointer;
	box-shadow: 0 0 15px #ddd
}

.newsList ul li:hover .text .title {
	height: 48px;
	line-height: 48px;
	padding-top: 0px;
	color: #2f5ba6;
}

.newsList ul li:hover .text .more {
	height: 46px;
	text-decoration: none;
}

.newsList ul li:hover img {
	transform: scale(1.05, 1.05);
}

/* 视频图片列表 */

.classifybox a {
	display: block;
	float: left;
	width: 15%;
	height: 50px;
	line-height: 50px;
	background: #fff;
	text-align: center;
	margin-right: 2%;
	margin-bottom: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.classifybox a:hover,
.classifybox a.on {
	background: #2f5ba6;
	color: #fff;
}

.imgList ul li {
	width: 380px;
	height: 305px;
	padding: 10px 10px 0 10px;
	background: #fff;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.imgList ul li:nth-child(3n) {
	margin-right: 0;
}

.imgList .img {
	width: 360px;
	height: 240px;
	position: relative;
	overflow: hidden;
	background: #f5f5f5;
}

.imgList .img i.zzcbg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/sppop.png) center no-repeat;
	z-index: 9;
}

.imgList .img img {
	width: 360px;
	height: 240px;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.imgList .txt {
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.imgList ul li:hover img {
	transform: scale(1.05, 1.05);
}

.imgList ul li:hover .txt {
	color: #2f5ba6
}


/* 详情页 */
.detailsPage {
	background: #f5f5f5;
	padding: 50px 0;
}

.detailsBox {
	background: #fff;
	padding: 50px 50px 0;
}

.detailsTop {
	border-bottom: 1px #ddd solid;
	padding-bottom: 30px;
	text-align: center;
}

.detailsTop .articleTitle {
	font-size: 30px;
	line-height: 50px;
}

.detailsTop .articleTime {
	color: #999;
	margin-top: 20px;
}

.detailsTop .articleTime span {
	margin: 0 5px;
}

.detailsTop .articleTime .zh a {
	color: #999
}

.detailsTop .articleTime .zh a.on {
	color: #ff0000
}

.details {
	padding: 50px 0;
	/*text-align: justify;
	font-size: 16px;
	line-height: 36px;
	color: #666;*/
}

.details p {
	text-align: justify;
}

.details img {
	max-width: 100%;
	height: auto!important;
}

.detailsBottom {
	padding: 20px 0;
	border-top: 1px #ddd dashed;
	font-size: 16px;
	line-height: 36px;
}

.detailsBottom span {
	display: block;
	float: left;
	color: #666;
}

.detailsBottom a {
	color: #999;
	display: block;
	float: left;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.detailsBottom a:hover {
	color: #2f5ba6
}

/* 百度分享 */
/* .share {
	height: 32px;
	line-height: 32px;
}

.share span {
	color: #666666;
	font-size: 14px;
}

.share .bdsharebuttonbox a {
	display: block;
	float: left;
	display: inline;
}

.share .bdsharebuttonbox {
	display: inline-block;
	vertical-align: middle;
}

.share .bds_weixin,
.share .bds_tsina,
.share .bds_sqq,
.share .bds_qq {
	width: 32px !important;
	height: 32px !important;
}

.share .bds_weixin {
	background: url(../images/baidwx.png) center no-repeat !important;
}

.share .bds_sqq {
	background: url(../images/baiqq.png) center no-repeat !important;
}

.share .bds_tsina {
	background: url(../images/baidwb.png) center no-repeat !important;
}

.share li {
	float: left;
	display: inline;
	margin-right: 20px;
	color: #dedede;
	font-size: 14px;
	position: relative;
}

.share li a {
	color: #dedede;
	font-size: 14px;
}

.share li:after {
	width: 1px;
	height: 13px;
	background: #c7c7c7;
	display: block;
	content: '';
	position: absolute;
	left: 65px;
	top: 20px;
}

.share li.hide:after {
	display: none;
}

.bdshare-button-style1-16 a,
.bdshare-button-style1-16 .bds_more {
	margin: 0 !important;
	padding: 0 !important
}
 */

/*分享*/
.m-share {
	display: inline-block;
	vertical-align: middle;
}

.share {
	zoom: 1;
}

.share:after {
	content: "";
	display: block;
	clear: both;
}

.share a {
	float: left;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-left: 5px;
	cursor: pointer;
	display: block;
}

.share a i {
	display: block;
	width: 32px;
	height: 32px;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	-ms-transition: .4s all;
	transition: .4s all;
}

.share #share-icon {
	width: 26px;
	height: 26px;
	float: left;
	display: none;
}

.share #share-icon img {
	width: 100%;
	height: 100%;
}

.share .share-qqzone i {
	background: url(../images/baiqq.png) center no-repeat !important;
}


.share .share-wechat {
	position: relative;
}

.share .share-wechat i {
	background: url(../images/baidwx.png) center no-repeat !important;
}

.share .share-weibo i {
	background: url(../images/baidwb.png) center no-repeat !important;
}


.share .share-qq i {
	background: url("../images/cont_ico_share_20200422.png") -90px center no-repeat;
}


.share .bg-code {
	left: -36px;
	z-index: 10;
}

.share .qrcode {
	position: absolute;
	top: -120px;
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	display: none;
	left: -98%;
	z-index: 11;
}

.share .close-btn {
	position: absolute;
	background: #fff;
	color: #000;
	font-size: 12px;
	z-index: 12;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	right: -39px;
	top: 50px;
	display: none;
	cursor: pointer;
}


/* 单页 */
.singleBox {
	background: #fff;
	padding: 50px;
}

.singleTitle {
	text-align: center;
	font-size: 28px;
}

.single {
	margin-top: 40px;
	/*text-align: justify;
	font-size: 16px;
	line-height: 36px;
	color: #666;*/
}

.single p {
	text-align: justify;
}

.single img {
	max-width: 80%;
}

.single video {
	max-width: 100%;
	height: auto!important;
}

.detailsPage video {
	max-width: 100%;
	height: auto!important;
}

/* 网站地图 */
.sitemapPage {
	padding: 50px 0;
}

.sitemapMain {
	background: #fff;
	padding: 50px
}

.sitemapHead {
	text-align: center;
	font-size: 28px;
	margin-bottom: 50px;
}

.siteTitle {
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #2f5ba6;
	line-height: 50px;
	padding: 0 20px;
	background: #f2f5f8;
}

.siteItem ul {
	padding: 20px;
}

.siteItem ul li {
	float: left;
	font-size: 16px;
	width: 20%;
	line-height: 36px;
}

.siteItem ul li:hover a {
	color: #2f5ba6
}


/* 留言板 */
.messageBox {
	padding: 0 50px;
	background: #fff;
}

.messhead {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #97ADD2;
	color: #fff;
	padding: 0 20px;
	font-size: 20px;
	text-align:center;
}

.messmain {
	padding: 50px 40px;
	background: #F2F5F8;
}

.inputbox {
	background: #fff;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	position: relative;
}

.inputbox span {
	position: absolute;
	display: inline-block;
	width: 100px;
	text-align: right;
}

.inputbox input {
	padding-left: 100px;
	padding-right: 20px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: none;
}

.inputbox.w50 {
	width: 48%;
}

.inputbox.w30 {
	width: 30%;
}

.yzm {
	margin-left: 20px;
}

.yzm img {
	height: 50px;
	width: 140px;
}

.messbtn {
	float: left;
}

.tjbtn,
.czbtn {
	display: inline-block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-left: 10px;
	color: #fff;
}

.tjbtn {
	background: #97ADD2;
}

.tjbtn:hover {
	background: #829dca
}

.czbtn {
	background: #B5B8BB;
}

.czbtn:hover {
	background: #babec2
}

.lyhfbox {
	padding: 50px;
	background: #fff;
}

.lyhfhead {
	font-size: 20px;
	padding-left: 20px;
	border-left: 3px #2f5ba6 solid;
	line-height: 20px;
}

.lyhflist ul li {
	padding: 25px 0;
	border-bottom: 1px #ddd solid;
}

.lytheme {
	font-size: 18px;
	font-weight: bold;
	padding-left: 24px;
	background: url(../images/lylist.png) left 5px no-repeat;
}

.lymain {
	text-indent: 24px;
	margin-top: 20px;
	line-height: 30px;
	text-align: justify;
}

/* 文章评论 */
.art_review {
	background: #fff;
	padding: 0;
	margin-bottom: 20px
}

.textareaMain {
	height: 150px;
	border: 1px #ddd solid;
}

.textareaBox {
	height: 100px;
}

.textareaBox textarea {
	width: 100%;
	height: 100px;
	padding: 10px;
	border: none;
	font-size: 16px;
	font-family: "微软雅黑";
}

.textareaBtn {
	background: #F2F5F8;
	height: 48px;
	overflow: hidden;
}

.textareaBtn input[type="button"] {
	display: inline-block;
	padding: 0 50px;
	height: 48px;
	line-height: 48px;
	float: right;
	background: #2f5ba6;
	color: #fff;
	border: none;
}

.plBox {
	margin-top: 40px;
}

.plhead {
	padding-left: 20px;
	border-left: 4px #2f5ba6 solid;
	line-height: 20px;
	font-size: 18px;
}

.pllist ul li {
	border-bottom: 1px #ddd solid;
	padding: 20px 0;
}

.pllist ul li:last-child {
	border-bottom: none;
}

.lytxt {
	padding-left: 24px;
	text-align: justify;
	font-size: 16px;
	line-height: 30px;
	background: url(../images/lylist.png) left 8px no-repeat;
}

.lyhf {
	margin-top: 10px;
}

.lyhf {
	line-height: 30px;
	color: #999;
	font-size: 16px;
	text-align: justify;
	padding-left: 24px;
}

.lyhf .hf {
	color: #2f5ba6
}

.plcode {
	float: left;
	overflow: hidden;
}

.plcode input {
	height: 40px;
	border: none;
	width: 300px;
	margin: 4px 10px;
	padding: 0 10px;
	float: left;
}

.plcode a {
	padding: 0;
	height: 40px;
	line-height: 40px;
	background: none;
	color: #fff;
	margin: 4px 0;
	float: left;
}

.plcode img {
	height: 40px;
	width: 120px;
}
