﻿a {
	color: inherit;
	cursor: pointer;
	text-decoration: none
}

a:hover {
	color: inherit;
}

b {
	/*font-weight: 100;*/
}

.center {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.ellipsis {
	text-overflow: hidden;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.tc {
	text-align: center;
}


/*关于我们*/

.about {
	max-width: 960px!important;
	line-height: 1.6
}

.about .more {
	width: 230px;
	height: 30px;
	margin: 40px auto;
	border: 1px solid rgba(0, 0, 0, 0.2);
	text-align: center;
	line-height: 28px;
	display: block;
	transition: all .36s ease
}

.about .more:hover {
	background: #1b71bd;
	color: #fff
}

.about .more span {
	font-size: 1.2rem;
	font-family: 'Georgia';
	opacity: 0;
	transition: all .5s ease;
	color: #666
}

.about .more:hover span {
	margin-left: 15px;
	opacity: 1;
	color: #fff
}

.about-2 {
	width: 100%;
	margin: 0 auto;
	background: url(../img/pg2.png);
	height: 297px;
}

.about-top {
	padding: 20px 0;
	overflow: hidden
}

.about-top li {
	width: 25%;
	float: left;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 14px;
}

.about-top li:last-child {
	border: none;
}

.about-top li p span {
	font-size: 3rem;
	font-family: 'Georgia'
}


/*资讯中心*/

.news {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
}

.news-1 {
	padding: 10px 0;
}

.news-list {
	width: 49.5%;
	float: left;
	margin-right: 1%;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	padding: 5px;
}

.news-list:last-child {
	margin-right: 0
}

.news-list .data {
	line-height: 2;
}

.news-list .news-title {
	line-height: 2;
	font-size: 1rem;
	color: #333
}

.news-list .line {
	width: 100%;
	height: 1px;
	position: relative;
	background: rgba(0, 0, 0, 0.2);
	margin: 15px 0;
}

.news-list .line:before {
	content: '';
	width: 10%;
	position: absolute;
	top: 0;
	height: 1px;
	background: #000;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.news-list:hover .line:before {
	width: 100%
}

.news-list:hover .news-title {
	color: #222;
}

.news-list .img-box {
	margin-top: 15px;
	overflow: hidden
}

.news-list .img-box img {
	display: block;
	transition: all .5s ease
}

.news-more {
	overflow: hidden;
	padding: 2%;
}

.news-list .img-box {
	overflow: hidden
}

.news-list:hover .img-box img {
	transform: scale(1.1);
}

.news-list:hover {
	margin-top: -10px;
	margin-bottom: 10px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}


/*more*/

.more-2 {
	position: absolute;
	display: block;
	width: 130px;
	height: 35px;
	z-index: 88;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	left: 50%;
	margin-left: -65px;
}

.more-2:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.4);
	transform: scale(0.8);
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.more-2:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background: rgba(0, 0, 0, 0.5)
}

.more-2:hover:before {
	transform: scale(1);
	opacity: 1
}

.more-2:hover:after {
	animation: nybo 0.5s;
}

.more-2 span {
	width: 34px;
	height: 14px;
	display: block;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	top: 50%;
	margin-top: -6px;
	z-index: 1;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow: hidden
}

.more-2 span:before {
	content: '';
	position: absolute;
	width: 34px;
	height: 14px;
	top: 0;
	display: block;
	color: #fff;
	background: url(../img/icon1.png) -64px 0 no-repeat;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.more-2 span:after {
	content: '';
	position: absolute;
	top: 30px;
	width: 34px;
	height: 14px;
	display: block;
	color: #fff;
	background: url(../img/icon1.png) -64px 0 no-repeat;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.more-2:hover span:before {
	top: -30px;
}

.more-2:hover span:after {
	top: 0px;
}

@keyframes nybo {
	0% {
		transform: scale(1.2);
		opacity: 1
	}
	100% {
		transform: scale(0.8);
		opacity: 0
	}
}


/*最新活动*/

.huodong {
	overflow: hidden
}

.huodong li {
	width: 48%;
	float: left;
	margin-right: 4%
}

.huodong li:last-child {
	margin-right: 0
}

.huodong li .img-box {
	overflow: hidden;
}

.huodong li .img-box img {
	display: block;
	transition: all .5s ease
}

.huodong li .text-box {
	padding: 20px 0;
}

.huodong li .text-box p:nth-child(1) {
	font-size: 1rem;
	line-height: 2;
	color: #333
}

.huodong li .text-box p:nth-child(2) {
	color: #888;
}

.huodong li:hover img {
	transform: scale(1.1);
}

.huodong li:hover .text-box p:nth-child(1) {
	color: #1b71bd
}


/*保*/

.bao {
	padding: 5% 0 2% 0;
	overflow: hidden
}

.bao li {
	width: 33.33%;
	text-align: center;
	float: left;
}

.bao li p {
	float: left;
}

.bao li p:nth-child(1) {
	font-size: 1.6rem;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #666;
	margin-right: 10px;
}

.bao li p:nth-child(2) {
	font-size: 1rem;
	text-align: left;
	color: #111;
	line-height: 40px
}

.bao li p:nth-child(2) span {
	text-align: left;
	color: #888;
	font-size: 0.8rem
}


/*关于我们*/

.position {
	width: 100%;
	height: 40px;
	background: #f8f8f8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.position p {
	color: #1b71bd;
	font-size: 14px;
	line-height: 40px;
}

.ny-nav {
	/*margin-top: 4%;*/
	text-align: center;
}

.ny-nav a {
	font-size: 14px;
	display: block;
	padding: 8px 15px;
	margin-bottom: 12px;
	border: 1px solid rgba(0, 117, 197, 0.8);
	border-radius: 15px;
	transition: all .5s ease;
	font-weight: 700;
	color: #1b71bd;
}

.ny-nav ul a {
	background: #dbf2ff;
	font-weight: 500;
	border-radius: 15px;
	
}

.ny-nav .curr a {
	background: #1b71bd;
	color: #fff
}

.ny-nav a:hover {
	background: #1b71bd;
	color: #fff
}


/*产品导航下来菜单*/

#menu ul {
	padding: 0 15px;
	height: auto;
	border-top: none;
	overflow: auto;
	margin: 5px auto;
}

#menu ul a {
	font-size: 13px;
	display: block;
	padding: 5px 15px;
	margin-bottom: 12px;
}

.no {
	display: none;
}

.ny-about {
	font-size: 14px;
	padding: 0% 0px 3%;
	overflow: hidden;
}

.ny-about .title {
	margin-bottom: 15px;
	text-align: center;
}

.title-1 {
	font-size: 1.2rem;
	color: #000;
}

.ny-about-p p {
	text-indent: 24px;
	margin-bottom: 10px;
	line-height: 1.8
}

.about-l li {
	width: 31.33%;
	margin-right: 3%;
	float: left;
}

.about-l li img {
	max-width: 100%;
}

.about-l li:last-child {
	margin-right: 0
}

.about-l li p {
	text-indent: 0;
	margin-top: 20px;
}

.ny-nav .active {
	background: #1b71bd;
	color: #fff
}


/*产品中心*/

.case-con {
	padding: 0% 0 3%;
	overflow: hidden
}

.case-con .case-list {
	width: 32%;
	float: left;
	margin: 2% 0.5%;
}

.case-con .case-list img {
	display: block;
}

.case-con .img-box {
	overflow: hidden;
	position: relative;
}

.case-con .img-box img {
	display: block;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.case-con .text-box {
	padding: 5% 0;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.case-con .text-box p:nth-child(1) {
	font-size: 1rem;
	color: #333
}

.case-con .text-box p:nth-child(1):hover {
	color: #1b71bd;
}

.case-con .text-box p:nth-child(2) {
	color: #888
}

.case-con .img-c {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.case-con .round {
	width: 50px;
	height: 50px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 1);
	top: 10%;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.case-con .round:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
	left: -50%;
	margin-left: -10px;
	width: 20px;
	height: 1px;
	background: rgba(255, 255, 255, 1);
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s
}

.case-con .round:after {
	content: '';
	position: absolute;
	top: -50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -0.5px;
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 1);
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s
}

.case-con .case-list:hover .img-c {
	opacity: 1
}

.case-con .case-list:hover .round {
	top: 50%
}

.case-con .case-list:hover .round:before {
	left: 50%
}

.case-con .case-list:hover .round:after {
	top: 50%
}


/*分页*/

.fanye {
	text-align: center;
	padding: 0 0 5% 0;
}

.fanye a {
	padding: 8px 15px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	display: inline-block;
	line-height: 1.4;
	border-radius: 5px;
}

.fanye .curr {
	background: #1b71bd;
	display: inline-block;
	color: #fff;
	border-radius: 5px
}

.fanye a:hover {
	background: #1b71bd;
	display: inline-block;
	color: #fff;
}

.fanye li select {
	display: none
}


/*产品详情页*/

.pro-art {
	padding: 0 10px;
	overflow: hidden;
	font-size: 0.9rem
}

.pro-art-con {
	padding: 3% 0;
	overflow: hidden;
	line-height: 2
}

.pro-art-con .pro-title {
	font-weight: 100;
	color: #1b71bd;
	font-size: 1.4rem
}

.pro-art-con .short-title {
	font-weight: 100;
	color: #333;
	margin-bottom: 10px
}

.pro-art-con .infos {
	margin-bottom: 20px;
}

.tuijian {
	padding: 3% 0;
	overflow: hidden;
}

.tuijian h1 {
	font-weight: 100;
	font-size: 1.4rem;
	color: #333;
}

.tuijian .case-list {
	width: 32.33%;
	float: left;
	margin: 2% 0.5%;
}

.tuijian .case-list img {
	display: block;
}

.tuijian .img-box {
	overflow: hidden;
	position: relative;
}

.tuijian .img-box img {
	display: block;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.tuijian .text-box {
	padding: 5% 0;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.tuijian .text-box p:nth-child(1) {
	font-size: 1rem;
	color: #333
}

.tuijian .text-box p:nth-child(2) {
	color: #888
}

.tuijian .img-c {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.tuijian .round {
	width: 50px;
	height: 50px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 1);
	top: 10%;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.tuijian .round:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
	left: -50%;
	margin-left: -10px;
	width: 20px;
	height: 1px;
	background: rgba(255, 255, 255, 1);
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s
}

.tuijian .round:after {
	content: '';
	position: absolute;
	top: -50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -0.5px;
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 1);
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s
}

.tuijian .case-list:hover .img-c {
	opacity: 1
}

.tuijian .case-list:hover .round {
	top: 50%
}

.tuijian .case-list:hover .round:before {
	left: 50%
}

.tuijian .case-list:hover .round:after {
	top: 50%
}


/*新闻中心*/

.new-ul {
	overflow: hidden;
	padding: 0% 0 3%;
}

.new-li {
	width: 100%;
	transition: all ease .5s;
	margin-bottom: 5%;
	overflow: hidden;
	padding: 0.5%;
}

.new-li .img-box {
	width: 20%;
	float: left;
}

.new-li .img-box img {
	display: block;
}

.new-li .text-box {
	position: relative;
	width: 58%;
	float: left;
	padding: 0 2%;
}

.new-li .text-box h2 {
	font-size: 1rem;
	font-weight: 500;
	color: #333;
	padding: 5px 0;
}

.new-li .text-box .infos {
	padding: 5px 0;
	color: #888;
	font-size: 0.8rem;
}

.new-li .text-box .typename {
	margin-top: 1%
}

.new-li .more {
	width: 13%;
	padding: 2%;
	float: left;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	height: 100%;
	font-family: 'Georgia';
	color: rgba(0, 0, 0, 0.3);
}

.new-li .more p:nth-child(1) {
	font-size: 1.3rem;
}

.new-li .more p:nth-child(2) {
	font-size: 1.6rem;
	margin-top: 20px;
	margin-left: 5px;
	color: rgba(0, 0, 0, 0.2);
}

.new-li:hover {
	margin-top: -1%;
	margin-bottom: 6%;
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}

.new-li .active {
	background: #1b71bd;
	color: #fff
}


/*新闻中心详情页*/

.case-art {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 5% 0;
}

.case-art-left {
	/*border: 1px solid #ccc;
	padding: 1.5%;*/
	width: 75%;
	float: right;
	line-height: 2
}

.case-art-left img {
	max-width: 100%;
}

.case-art-right {
	border: 1px solid #ccc;
	width: 18%;
	float: left;
	padding: 1.5%;
	border-radius: 3px;
}

.case-art-right h2 {
	font-weight: 100;
	font-size: 1.1rem;
	color: #333;
}

.case-art-right .shorttile {
	margin-bottom: 15px;
}

.case-art-title h2 {
	line-height: 2;
	font-weight: 600;
	font-size: 1.1rem;
	color: #333;
}

.case-art-title .shorttile {
	color: #333;
	margin-bottom: 15px;
}

.case-art-title {
	text-align: center;
}

.case-art-right .infos {
	line-height: 1.8;
}

.back {
	width: 100%;
	line-height: 40px;
	background: #5a5a5a;
	text-align: center;
	margin: 15px 0;
	color: #fff;
	position: relative
}

.back a {
	display: block;
}

.back:before {
	content: '';
	width: 20px;
	height: 10px;
	background: url(../img/btn-left.png) top no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 38%;
	margin-left: -10px;
}

.case-art .tuijian {
	border-top: 1px dotted rgba(0, 0, 0, 0.2);
	margin-top: 0px;
}

.case-art .tuijian h3 {
	font-weight: 100;
	font-size: 1rem;
	padding: 15px 0;
}

.tuijian-box li {
	width: 100%;
	float: left;
	margin: 2% 1%;
}

.tuijian-box .p3 {
	color: #333;
	font-size: 0.9rem;
	position: absolute;
	bottom: 0;
	background: rgba(34, 41, 47, 0.8);
	;
	width: 100%;
	color: #fff;
	padding: 5px;
}


/*案例*/

.case {
	padding: 3% 10px;
	overflow: hidden;
}

.case li {
	width: 32.33%;
	margin: 0.5%;
	float: left;
	position: relative;
	padding-bottom: 115px;
	overflow: hidden;
	border-radius: 5px;
}

.case .img-box {
	overflow: hidden;
	border-radius: 5px;
}

.case .img-box img {
	display: block;
}

.case .text-box {
	padding: 5%;
	position: absolute;
	bottom: 0;
	transition: all .5s ease;
	width: 100%;
	height: 90px
}

.case .text-box p:nth-child(1) {
	font-size: 1rem;
	line-height: 2
}

.case .more {
	position: absolute;
	right: 5%;
	bottom: 17%;
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 1rem;
	color: rgba(0, 0, 0, 0.2);
	transition: all .5s ease;
}

.case li:hover .text-box {
	background: #1b71bd;
	color: #fff;
	height: 100%;
	padding: 10% 5%;
}

.case li:hover .more {
	bottom: 10%;
	background: #fff;
	color: #555
}

.case li .infos {
	margin-top: 20%;
	transition: all .5s ease;
}

.case li:hover .infos {
	margin-top: 10%;
	color: #fff
}

.tuijian1 h1 {
	font-weight: 100;
	font-size: 1.4rem;
	color: #333;
}


/*健康水之式*/

.jiankang {
	overflow: hidden;
	padding: 3% 10px;
}

.jiankang li {
	width: 31%;
	margin: 2% 0.5%;
	float: left;
	transition: all .5s ease;
	padding: 10px 0.5%;
}

.jiankang li .text-box {}

.jiankang li .text-box h3 {
	font-weight: 100;
	font-size: 1.1rem;
	color: #333
}

.jiankang li .text-box p {
	color: #888
}

.jiankang li .text-box .infos {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 10px 0;
	font-size: 0.8rem;
}

.jiankang li:hover {
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.jiankang li img {
	display: block;
	transition: all .5s ease;
}

.jiankang li .img-box {
	overflow: hidden;
}

.jiankang li:hover img {
	transform: scale(1.1);
}

.jiankang li:hover h3 {
	color: #1b71bd
}


/*招聘*/

.recruitment {
	padding: 0 0 3%;
}

.recruitment .img-box {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.work {
	overflow: hidden;
	padding: 2% 0 8%;
}

.work .title {
	text-align: center;
}

.work li {
	border-bottom: 1px solid #eeeeee;
}

.work .top-menu {
	padding: 10px;
	overflow: hidden;
	cursor: pointer;
}

.work .top-menu p {
	float: left;
}

.work .top-menu p:nth-child(1) {
	width: 55%;
}

.work .top-menu p:nth-child(2) {
	width: 10%;
}

.work .top-menu p:nth-child(3) {
	width: 15%;
}

.work .top-menu p:nth-child(4) {
	width: 15%;
}

.work .top-menu p:nth-child(5) {
	width: 5%;
	float: right;
	text-align: center;
	font-size: 1.3rem
}

.work .hide-menu {
	padding: 2% 1%;
	display: none;
	height: auto
}

.work .active {
	background: #eeeeee;
}

.work .top-menu:hover {
	background: #eeeeee
}

.work .jt {
	transition: 0.3s
}

.work .xuanzhuan {
	transform: rotate(180deg)
}

.resume {
	width: 100%;
	overflow: hidden
}

.resume a {
	width: 170px;
	height: 35px;
	display: block;
	background: #304151;
	color: #fff;
	float: left;
	line-height: 35px;
	margin: 1% 1% 0 0;
	text-align: center
}


/**/

.ny-huodong {
	padding: 3% 0;
	overflow: hidden
}

.ny-huodong li {
	position: relative;
	overflow: hidden;
	transition: all .5s ease;
	margin-bottom: 3%;
}

.ny-huodong li .img-box {
	width: 50%;
	overflow: hidden
}

.ny-huodong li .text-box {
	width: 50%;
	padding-left: 5%
}

.ny-huodong li .text-box h2 {
	color: #333;
	font-weight: 100;
	font-size: 1.1rem
}

.ny-huodong li .text-box .time {
	margin: 10px 0;
}

.ny-huodong li .more {
	position: absolute;
	padding: 2px 10px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: block;
	bottom: 5px;
	right: 5px;
	border-radius: 15px;
	font-size: 0.8rem
}

.img-box img {
	display: block;
}

.ny-huodong li:hover {
	margin-top: -1%;
	margin-bottom: 4%;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1)
}

.ny-huodong li .more:hover {
	background: #1b71bd;
	color: #fff
}

.biaodan {
	font-size: 0.8em;
	width: 100%;
	max-width: 400px;
	position: fixed;
	background: #fff;
	opacity: 0;
	top: -50%;
	margin-top: -150px;
	left: 50%;
	margin-left: -200px;
	z-index: 999999;
	padding: 15px 0;
	border: 2px solid rgba(0, 0, 0, 0.8);
	transition: 0.5s
}

.biaodan #form {
	height: auto;
}

.biaodan .fot-1 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	overflow: hidden
}

.biaodan .fot-1 input {
	color: #000
}

.biaodan .fot-1 textarea {
	color: #000
}

.biaodan .fot-1 .f-ts {
	color: #000
}

.biaodan .fot-1 select {
	float: left;
	margin-top: 10px;
}

.biaodan .fot-1 p {
	margin-right: 10px;
	float: left;
	padding-left: 10px;
}

.biaodan .close {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	padding: 3px;
}

.fot-1 {
	position: relative;
	width: 90%;
	margin: 0 auto;
	line-height: 35px;
	margin-bottom: 5px;
}

.fot-1 input {
	width: 100%;
	padding-left: 10px;
	outline: none;
	border: none;
	background: none
}

.fot-1 textarea {
	width: 100%;
	height: 60px;
	outline: none;
	background: none;
	border: none;
	padding-left: 10px;
}

.f-ts {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -10px;
	text-align: center
}


/*fuwu*/

.fuwu {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.fuwu-left {
	width: 50%;
	float: left;
}

.fuwu-right {
	width: 48%;
	float: right;
}

.fuwu-right p {
	padding-left: 12%;
	background: url(../images/g2.jpg) 0 20px no-repeat;
	font-size: 1.5rem;
	line-height: 1.4;
	margin-bottom: 40px;
	padding-top: 10px;
}


/*联系我们*/

.contact {
	padding: 0% 10px;
	overflow: hidden
}

.contact .title {
	text-align: center;
}

.contact-left,
.contact-right {
	margin: 15px auto;
	width: 90%;
}

.contact-right {
	padding: 3% 0 0 2%;
	color: #888
}

.contact-left {
	padding-right: 2%
}

.contact-right p:nth-child(1) {
	font-size: 1rem;
	color: #666
}

.contact-right p {
	line-height: 2;
}

.contact-right p:nth-child(2) {
	/*margin-bottom: 15px;*/
}

@media (min-width: 1201px) {
	.nav-bar-phone {
		display: none;
	}
}

@media (max-width: 1200px) {}

@media (max-width: 1024px) {
	.position p {
		padding: 0 15px;
		width: auto;
	}
}

@media (max-width: 960px) {
	.nav-phone-icon {
		display: block;
	}
	.ny-nav {
		margin-top: 2%;
		float: none;
		width: 100%;
		text-align: center;
		padding: 0px;
	}
	.ny-nav a {
		display: inline-block;
		padding: 5px 8px;
		margin-bottom: 15px;
		border: 1px solid rgba(0, 0, 0, 0.1);
		border-radius: 15px;
		transition: all .5s ease;
	}
	.center {
		padding: 0 5px;
		width: auto;
	}
}

@media (max-width: 650px) {
	.about-top li {
		width: 33%
	}
	.about-top li p span {
		font-size: 2.2rem;
	}
	.title {
		padding: 20px 0;
	}
	.news-list {
		width: 100%;
		margin: 0;
	}
	.huodong li {
		width: 100%
	}
	.bao li {
		width: 100%;
		text-align: center;
		padding: 8px 0;
		margin-top: 20px;
	}
	.bao li p {
		float: none;
		display: inline-block;
	}
	.bao li p:nth-child(2) {
		text-align: center
	}
	.ny-about-p img {
		width: 100%
	}
	.about-l li {
		width: 100%
	}
	.case li {
		width: 100%
	}
	.ny-huodong li .img-box {
		width: 100%;
	}
	.ny-huodong li .text-box {
		width: 100%;
	}
	.ny-huodong li .more {
		display: none
	}
	.jiankang li {
		width: 48%
	}
	.contact-left {
		width: 100%
	}
	.contact-right {
		width: 100%
	}
	.top1 {
		display: none
	}
	.new-li .img-box {
		width: 100%
	}
	.new-li .text-box {
		width: 90%
	}
	.case-art-right {
		width: 100%
	}
	.case-art .tuijian {
		display: none
	}
	.case-con .case-list {
		width: 49%
	}
	.tuijian .case-list {
		width: 49%
	}
	.work .top-menu p:nth-child(1) {
		width: 45%;
	}
	.work .top-menu p:nth-child(2) {
		width: 10%;
	}
	.work .top-menu p:nth-child(3) {
		width: 21%;
	}
	.work .top-menu p:nth-child(4) {
		width: 22%;
	}
	.work .top-menu p:nth-child(5) {
		width: 2%;
	}
	.case-art-left {
		width: 100%
	}
	.banner-btn-left {
		display: none!important
	}
	.banner-btn-right {
		display: none!important
	}
	.art-img-next {
		display: none!important
	}
	.art-img-prev {
		display: none!important
	}
	.new-li .more {
		display: none
	}
	.new-li .text-box {
		width: 100%
	}
	.fuwu-left {
		width: 100%
	}
	.fuwu-right {
		width: 100%
	}
	.fuwu-right p {
		padding-left: 15%;
		margin-bottom: 20px;
	}
}

.tc {
	line-height: 25px;
}

.infos {
	line-height: 25px;
}

.my-table {
	width: 75%;
}

@media only screen and (max-width: 600px) {
	.my-table {
		width: 90%;
	}
}