@charset "utf-8";

.ggbox {
	position: absolute
}

.ggoimg {
	width: 50px;
	height: 100px;
	position: relative;
	background: url(../images/gg.png) 0 center no-repeat;
	animation-name: example;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

@keyframes example {
	0% {
		left: 0px;
	}

	100% {
		left: 600px
	}
}

/* 第一屏 */

.banner {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	top: 0;
	left: 0;
}

.banner .slick {
	width: 100%;
}

.phbanner {
	display: none;
}

.banner .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .slick-dots {
	text-align: center;
}

.banner .slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 1)
}

.banner .slick-dots li.slick-active {
	width: 36px;
	background: #fff;
}

.banner .slick-dots {
	bottom: 80px;
	text-align: center;
}

.banner .slick-prev,
.banner .slick-next {

	height: 45px;
	width: 45px;
	margin-top: -22px;

}

.banner .slick-prev {
	left: 20px;
}

.banner .slick-next {
	right: 20px;
	background-position: -45px 0;
}




.yd-mouse {
	position: absolute;
	right: 100px;
	top: 50%;
	margin-top: -35px;
	width: 36px;
	height: 70px;
	z-index: 100;
	cursor: pointer;
	animation-name: slideInDown;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
}

.yd-foot {
	width: 100%;
	padding: 10px 0;
	background: rgba(0, 0, 0, .4);
	position: absolute;
	bottom: 0;
	z-index: 999;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
}

.yd-foot a {
	color: #fff;
}

.yd-foot a:hover {
	text-decoration: underline;
}

/* 首页 */
.index-page2 {
	position: relative;
}



/* 头部公共 */
.w1200 {
	width: 80%;
}

.subnav ul {
	width: 80%
}

.scroll-head {
	background: none;
	box-shadow: none
}

.scroll-head .head-wrap .logo a {
	background: url(../images/logo_w.png) no-repeat;
	background-size: 100%;
}

.scroll-head .nav .nav-li .nav-a {
	color: #fff;
}

.scroll-head .nav .nav-li:hover .nav-a {
	font-weight: bold;
	border-bottom: 2px #fff solid;
}

.scroll-head .icon_search a {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/search.png) center no-repeat;
}

.scroll-head .icon_search {
	border-left: 1px solid rgba(255, 255, 255, .2);
}

.subul01 {
	padding-left: 40%;
}

.subul02 {
	padding-left: 45%;
}

.subul03 {
	padding-left: 56%;
}

.subul04 {
	padding-left: 58%;
}

.subul05 {
	padding-left: 60%;
}

.subul06 {
	padding-left: 50%;
}

.subul07 {
	padding-left: 53%;
}

/* 首页 */


/* 首页通用 */
.inTitle {
	position: relative;
}

.inTitle .yw {
	text-transform: uppercase;
	color: #ddd;
	font-size: 42px;
	font-weight: normal;
}

.inTitle .zw {
	font-size: 30px;
	position: absolute;
	top: 20px
}

/* 走进健兴 */
.text {
	margin-top: 40px
}

.text p {
	line-height: 30px;
	color: #666;
	height: 120px;
	text-align: justify;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.more {
	color: #2f5ba6;
	padding-right: 25px;
	background: url(../images/more.png) center right no-repeat;
}

.more:hover {
	text-decoration: underline;
}


.group01 {
	background: url(../images/jjbg.png) center bottom #f5f5f5;
}

.zjjxBox {
	position: relative
}

.zjjxTxt {
	width: 80%;
	position: absolute;
	left: 50%;
	padding:110px 0 50px;
	margin-left: -40%;
	padding-right: 43%
}

.zjjximg {
	width: 50%;
	float: right;
}

.zjjximg img {
	display: block;
}

.zjjxBtn {
	width: 100%;
	height: 120px;
	background: #fff;
	box-shadow: 0 0 10px 0 #eee;
	margin-top: 50px;
}

.zjjxBtn ul li {
	width: 20%;
	float: left;
}

.zjjxBtn ul li a {
	display: block;
	height: 120px;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
}

.zjjxBtn ul li i {
	display: block;
	width: 44px;
	height: 44px;
	margin: 20px auto;
	background-position: 0 0;
}

.zjjxBtn ul li i.icon_01 {
	background: url(../images/icon_zjjx01.png) no-repeat;
}

.zjjxBtn ul li i.icon_02 {
	background: url(../images/icon_zjjx02.png) no-repeat;
}

.zjjxBtn ul li i.icon_03 {
	background: url(../images/icon_zjjx03.png) no-repeat;
}

.zjjxBtn ul li i.icon_04 {
	background: url(../images/icon_zjjx04.png) no-repeat;
}

.zjjxBtn ul li i.icon_05 {
	background: url(../images/icon_zjjx05.png) no-repeat;
}

.zjjxBtn ul li:hover {
	background: #2f5ba6;
}

.zjjxBtn ul li:hover a {
	color: #fff;
}

.zjjxBtn ul li:hover i {
	background-position: 0 -44px;
}

/* 新闻资讯 */
.group02 {
	padding: 50px 0;
	background: #fff;
}

.xwzx-bd li {
	float: left;
	font-size: 18px;
	color: #ddd;
	line-height: 55px
}

.xwzx-bd li a {
	margin: 0 20px
}

.xwzx-bd li.active a {
	color: #2f5ba6;
}

.xwzx-hd .con {
	display: none;
}

.hotitem {
	margin: 15px 0;
}

.hotitemimg a {
	display: block;
	width: 300px;
	height: 200px;
	overflow: hidden;
}

.hotitemimg a img {
	width: 100%;
	height: 100%;
}

.hotitemimg a 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;
}

.hotitem:hover img {
	transform: scale(1.05, 1.05);
}


.hotitemtxt {
	margin-left: 320px;
}

.time {
	color: #999;
	font-size: 16px;
	line-height: 36px;
}

.time img {
	vertical-align: middle;
}

.biaoti {
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.biaoti a:hover {
	color: #2f5ba6;
}

.zy {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	margin-top: 15px;
	text-align: justify;
	height: 60px;
	webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.listNews {
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	margin-top: 50px;
}

.listNews ul li {
	float: left;
	width: 33.33%;
	border-right: 1px #eee solid;
	position: relative;
	background: none;
	height: 307px;
}

.listNews ul li:nth-child(3n) {
	border-right: none;
}

.listNews ul li .n-img {
	position: absolute;
	z-index: 1;
	top: 0;
	display: none;
	border: none;
	width: 100%;
	height: 100%
}

.listNews ul li .n-img img {
	display: block;
	width: 100%;
	height: 307px;
}

.listNews ul li a {
	display: block;
	padding: 40px;
	background: none;
	position: absolute;
	z-index: 2;
	top: 0;
	width: 100%;
}

.listNews ul li .n-t span {
	color: #999;
}

.listNews ul li .n-t .s-day {
	font-weight: bold;
	font-size: 38px;
}

.listNews ul li .n-n {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.listNews ul li .n-z {
	color: #999;
	line-height: 30px;
	height: 60px;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 20px;
	width: 100%;
}

.listNews ul li .n-m {
	margin-top: 20px;
}

.listNews ul li:hover .n-img {
	display: block;
}

.listNews ul li:hover a {
	background: rgba(0, 0, 0, .6);
	color: #fff;
}

.listNews ul li:hover .n-t span,
.listNews ul li:hover .n-n,
.listNews ul li:hover .n-z {
	color: #fff;
}

.listNews ul li:hover .more {
	color: #fff;
	background: url(../images/more_w.png) center right no-repeat;
}

.more-btn {
	margin: 50px auto;
	text-align: center;
}

.more-btn a {
	display: inline-block;
	width: 140px;
	height: 36px;
	border-radius: 18px;
	color: #2f5ba6;
	border: 1px #2f5ba6 solid;
	line-height: 36px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.more-btn a:hover {
	background: #2f5ba6;
	color: #fff;
}

/* 产品展厅 */
.group03 {
	padding: 50px 0;
	background: #f5f5f5;
}

.cpztBox {
	position: relative;
	text-align: center;
}

.cpztBox .inTitle .zw {
	font-size: 30px;
	position: absolute;
	top: 20px;
	left: 50%;
	text-align: center;
	width: 200px;
	margin-left: -100px;
}

.proList ul {
	margin-top: 50px;
}

.proList ul li {
	float: left;
	width: 23.5%;
	background: #fff;
	margin-right: 2%;
}

.proList ul li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.pro-img {
	width: 100%;
	height: 270px;
	overflow: hidden;
}

.pro-img img {
	width: 100%;
	height: 100%;
	-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;
}

.proList ul li:hover img {
	transform: scale(1.05, 1.05);
}

.pro-txt {
	position: absolute;
	top: 100%;
	background: rgba(47, 91, 166, .85);
	color: #fff;
	padding: 10px;
	height: 100%;
	width: 100%;
}

.pro-txt div {
	border: 1px #fff solid;
	padding: 20px;
	height: 100%;
}

.pro-txt h1 {
	font-size: 18px;
	margin-top: 30px;
}

.pro-txt p {
	line-height: 30px;
	height: 90px;
	margin-top: 30px;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.proList ul li:hover .pro-txt {
	top: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

/* 其他*/
.group04 {
	padding: 80px 0;
	background: url(../images/otherbg.png) center bottom no-repeat #fff;
}

.khzxBox {
	width: 49%;
	height: 450px;
	background: url(../images/kfbg.png) center no-repeat;
}

.khzxBox .inTitle {
	position: relative;
}

.khzxBox .inTitle .yw {
	color: #6e6e6e;
}

.khzxBox .inTitle .zw {
	color: #fff;
}

.khzxBox .bg {
	padding: 60px;
	height: 450px;
	background: rgba(0, 0, 0, .4);
}

.khzxBox ul {
	margin-top: 80px;
}

.khzxBox ul li {
	width: 25%;
	float: left;
	float: left;
	color: #fff;
	text-align: center;
}

.khzxBox ul li img {
	display: block;
	margin: 0 auto 30px;
	width: 80px;
	height: 80px;
}

.khzxBox ul li a {
	color: #fff;
	display: block;
	font-size: 18px;
}

.khzxBox ul li:hover img {
	webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.gxBox {
	width: 49%;
}

.gxitem {
	height: 200px;
	width: 100%;
}

.gxitem .bg {
	height: 200px;
	background: rgba(0, 0, 0, .4);
}

.gxitem a {
	display: block;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 54px 0;
	line-height: 50px;
}

.gxitem .line {
	width: 50px;
	height: 2px;
	display: block;
	margin: 20px auto;
	background: #fff;
}


@media only screen and (max-width:1600px) {
	.subul01 {
		padding-left: 20%;
	}

	.subul02 {
		padding-left: 30%;
	}

	.subul03 {
		padding-left: 40%;
	}

	.subul04 {
		padding-left: 50%;
	}

	.subul05 {
		padding-left: 50%;
	}

	.subul06 {
		padding-left: 40%;
	}

	.subul07 {
		padding-left: 40%;
	}

	.text {
		margin-top: 20px;
	}

	.zjjxBtn {
		margin-top: 20px
	}

	.zjjxTxt .mt40 {
		margin-top: 20px;
	}

	.text p {
		-webkit-line-clamp: 3;
		height: 90px;
	}

	.zjjxBtn {
		height: 100px;
	}

	.zjjxBtn ul li a {
		height: 100px;
	}

	.zjjxBtn ul li i {
		margin: 10px auto;
	}

	/* group03 */
	.pro-img {
		height: 220px;
	}

	.pro-txt h1 {
		margin-top: 10px;
	}

	.pro-txt p {
		margin-top: 20px;
	}
}

@media only screen and (max-width:1336px) {
	.w1200 {
		width: 90%;
	}

	.banner .slick-dots {
		bottom: 100px
	}

	.yd-foot .fl,
	.yd-foot .fr {
		width: 100%;
	}

	.zjjxTxt {
		width: 90%;
		margin-left: -45%;
		padding-right: 50%;
	}

	.text p {
		-webkit-line-clamp: 2;
		height: 60px;
	}

	.pro-img {
		height: 200px;
	}

	.pro-txt p {
		margin-top: 10px;
	}
}


@media only screen and (max-width: 1200px) {

	/* group01 */
	.zjjxTxt {
		width: 970px;
		position: absolute;
		left: 50%;
		margin-left: -485px;
		padding-right: 50%;
	}

	.text p {
		-webkit-line-clamp: 4;
		height: 120px;
	}

	.zjjxBtn {
		position: absolute;
		right: 0;
		width: 50%;
		top: 50%;
		margin-top: -20px;
		z-index: 9;
		background: rgba(255, 255, 255, .8)
	}

	/* group03 */
	.pro-img {
		height: 180px;
	}

	.pro-txt div {
		padding: 10px;
	}
}

/** iPad **/
@media only screen and (max-width:996px) {

	.banner .slick-prev,
	.banner .slick-next {
		display: none !important;
	}

	.webbanner {
		display: none
	}

	.phbanner {
		display: block;
	}


	.banner .slick-dots {
		display: none !important;
	}

	.yd-mouse {
		right: 20px;
	}

	/* 首页通用*/
	.inTitle {
		position: relative;
		text-align: center;
	}

	.inTitle .zw {
		font-size: 30px;
		position: absolute;
		top: 20px;
		left: 50%;
		text-align: center;
		width: 200px;
		margin-left: -100px;
	}

	/* group01 */
	.zjjxTxt {
		width: 750px;
		position: static;

		left: 0;
		margin: 0 auto;
		padding-right: 0;
	}

	.zjjxBtn {
		position: static;
		right: 0;
		width: 100%;
		top: 0;
		margin-top: 50px;
		background: rgba(255, 255, 255, .8);
		height: 140px;
	}

	.zjjxBtn ul li a {
		height: 140px;
	}

	.zjjxBtn ul li i {
		margin: 30px auto 20px;
	}

	.zjjximg {
		float: none;
		width: 100%;
	}

	/* group02 */
	.xwzxBox .inTitle .fl,
	.xwzxBox .inTitle .fr {
		float: none;
	}

	.xwzx-bd {
		text-align: center;
		margin-top: 50px;
	}

	.xwzx-bd li {
		float: none;
		display: inline-block;
	}

	.listNews {
		border-top: 1px #ddd solid;
		border-bottom: none;
		margin-top: 50px;
	}

	.listNews ul li {
		float: none;
		width: 100%;
		border-bottom: 1px #eee solid;
		border-right: none;
		height: auto;
	}

	.listNews ul li a {
		position: static;
		padding: 20px 0;

	}

	.listNews ul li:hover .n-img {
		display: none;
	}

	.listNews ul li:hover a {
		background: #fff;
		color: #333;
	}

	.listNews ul li:hover .n-t span,
	.listNews ul li:hover .n-n,
	.listNews ul li:hover .n-z {
		color: #333;
	}

	.listNews ul li:hover .more {
		color: #333;
		background: url(../images/more.png) center right no-repeat;
	}

	.more-btn {
		margin: 50px auto;
		text-align: center;
	}

	.more-btn a {
		display: inline-block;
		width: 140px;
		height: 36px;
		border-radius: 18px;
		color: #2f5ba6;
		border: 1px #2f5ba6 solid;
		line-height: 36px;
	}

	/* group03 */
	.proList ul li {
		float: left;
		width: 49%;
		margin-bottom: 20px;
	}

	.proList ul li:nth-child(2n) {
		margin-right: 0;
	}

	.pro-img {
		height: 270px;
	}

	.pro-txt div {
		padding: 20px;
	}

	.pro-txt h1 {
		margin-top: 30px;
	}

	.pro-txt p {
		margin-top: 30px;
	}


	/* group04 */
	.khzxBox {
		width: 100%;
		margin-bottom: 30px;
	}

	.gxBox {
		width: 100%;
	}

	.gxBox .mt50 {
		margin-top: 30px;
	}

}

/** iPhone **/
@media only screen and (max-width: 750px) {

	/* banner */

	.banner .slick-dots li {
		width: 0.1rem;
		height: 0.1rem;
		border-radius: 0.5rem
	}

	.banner .slick-dots li.slick-active {
		width: 0.36rem;
	}

	.banner .slick-dots {
		bottom: 0.3rem;
	}

	/* 首页通用 */
	.inTitle .yw {
		font-size: 0.48rem;
	}

	.inTitle .zw {
		font-size: 0.36rem;
		top: 0.2rem
	}

	/* group01 */
	.text {
		margin-top: 0.4rem
	}

	.text p {
		line-height: 0.6rem;
		color: #666;
		height: auto;
		-webkit-line-clamp: 10;
	}

	.more {
		padding-right: 0.5rem;
	}


	.group01 {
		background: url(../images/jjbg.png) center bottom #f5f5f5;
	}

	.zjjxBox {
		position: relative
	}

	.zjjxTxt {
		width: 96%;
		margin: 0 auto;
		padding: 2.3rem 0 0.5rem;
	}

	.zjjxBtn {
		position: static;
		right: 0;
		width: 100%;
		top: 0;
		margin-top: 0.5rem;
		background: rgba(255, 255, 255, .8);
		height: 2rem;
	}

	.zjjximg {
		float: none;
		width: 100%;
	}

	.zjjxBtn ul li a {
		height: 2rem;
		font-size: 0.30rem;
	}

	.zjjxBtn ul li i {
		width: 0.88rem;
		height: 0.88rem;
		margin: 0.3rem auto 0.22rem;

	}

	.zjjxBtn ul li i.icon_01,
	.zjjxBtn ul li i.icon_02,
	.zjjxBtn ul li i.icon_03,
	.zjjxBtn ul li i.icon_04,
	.zjjxBtn ul li i.icon_05 {
		background-size: 0.88rem;
	}

	/* group02 */
	.group02 {
		padding: 0.5rem 0;
	}

	.xwzx-bd {
		margin-top: 0.5rem;
	}

	.xwzx-bd li {
		font-size: 0.32rem;
		line-height: 0.6rem
	}

	.xwzx-bd li a {
		margin: 0 0.2rem
	}

	.time {
		font-size: 0.28rem;
		line-height: 0.6rem;
	}

	.hotitem {
		margin: 0.15rem 0;
	}

	.hotitemimg a {
		width: 3rem;
		height: 2rem;
	}

	.hotitemtxt .time {
		display: none;
	}

	.hotitemtxt {
		margin-left: 3.2rem;
	}

	.biaoti {
		font-size: 0.32rem;
		margin-top: 0;
		line-height: 0.6rem;
	}

	.zy {
		font-size: 0.28rem;
		line-height: 0.4rem;
		margin-top: 0.1rem;
		height: 0.8rem;
	}

	.listNews {
		margin-top: 0.5rem
	}

	.listNews ul li a {
		padding: 0.2rem 0;
	}

	.listNews ul li .n-t .s-day {
		font-size: 0.48rem;
	}

	.listNews ul li .n-n {
		font-size: 0.32rem;
		margin-top: 0.15rem;
	}

	.listNews ul li .n-z {
		line-height: 0.6rem;
		height: 1.2rem;
		margin-top: 0.2rem;
	}

	.listNews ul li .n-m {
		margin-top: 0.2rem;
	}

	.more-btn {
		margin: 0.5rem auto;
	}

	.more-btn a {
		width: 2.8rem;
		height: 0.72rem;
		border-radius: 0.36rem;
		line-height: 0.72rem;
	}

	/* grpup03 */
	.group03 {
		padding: 0.5rem 0;
	}

	.cpztBox .inTitle .zw {
		font-size: 0.36rem;
		top: 0.2rem;
	}

	.proList ul {
		margin-top: 0.5rem;
	}

	.proList ul li {
		margin-bottom: 0.2rem;
	}

	.pro-img {
		height: 2.7rem;
	}

	.pro-txt {
		padding: 0.1rem;
	}

	.pro-txt div {
		padding: 0.2rem;
	}

	.pro-txt h1 {
		font-size: 0.3rem;
		margin-top: 0.2rem;
	}

	.pro-txt p {
		line-height: 0.4rem;
		height: 1.2rem;
		margin-top: 0.2rem;
		font-size: 0.24rem;
	}

	/* group04 */
	.group04 {
		padding: 0.8rem 0;
	}

	.khzxBox {
		height: 4.5rem;
		margin-bottom: 0.3rem;
	}

	.khzxBox .bg {
		padding: 0.6rem;
		height: 4.5rem;
	}

	.khzxBox ul {
		margin-top: 0.8rem;
	}

	.khzxBox ul li img {
		margin: 0 auto 0.3rem;
		width: 0.8rem;
		height: 0.8rem;
	}

	.khzxBox ul li a {
		font-size: 0.28rem;
	}

	.gxitem {
		height: 2rem;
	}

	.gxitem .bg {
		height: 2rem;
	}

	.gxitem a {
		padding: 0.54rem 0;
		line-height: 0.5rem;
		font-size: 0.28rem;
	}

	.gxitem .line {
		width: 0.5rem;
		height: 0.02rem;
		margin: 0.2rem auto;
	}
}

.mobile-header {
	position: fixed;
}
