@charset "utf-8";

/* 通用 */
html,body {
	padding: 0;
	line-height: 2;
	text-decoration: none;
	margin: 0 auto;
	/*max-width:1440px;*/
	min-width: 750px;
	font-size: 0.14rem;
	font-family: '微软雅黑';
}

div,h1,h2,h3,h4,p,ul,ol,dl,dt,dd,input,button,textarea,form,ul,li,img {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	text-decoration: none
}

input,textarea,select {
	color: #333;
	font-family: arial;
	outline: none;
}

a {
	text-decoration: none;
	color: #444;
}

li {
	list-style: none;
}

img {
	border: 0;
}

.w1440 {
	width: 14.4rem;
	margin: 0 auto;
}

.w1160 {
	width: 8.2rem;
	margin: 0 auto;
}

.w925 {
	width: 9.25rem;
	margin: 0 auto;
}

.cle {
	clear: both;
}

.no-data {
	text-align: center;
	font-size: 0.22rem;
	line-height: 3;
	color: #777;
}

.fix {
	*zoom: 1;
}

/*兼容ie6*/
.fix:after,.fix:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

/*清除浮动*/


.big-hover:hover {
	transform: scale(1.2);
	z-index: 99;
}

.big-hover {
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}


.web-left-item {
	border: 0.01rem solid #dcdcdc;
	width: 1.2rem;
	font-size: 0.15rem;
	text-align: center;
	padding: 0.02rem 0.1rem;
	line-height: 1.5;
}

.web-left-item:hover {
	background-color: #dcbc71;
	border: none;
}

.in {
	background-color: #dcbc71;
	border: none;
}

.launch{
	float: right;
	color: #003499;
}
/* 面包屑 */
.nav{
	background:#f2faff;line-height:0.49rem;
}
.nav-item{
	width: 10.7rem;margin: 0 auto;font-weight: 600;color: #2a1d00;display: flex;align-items: center;
}
.nav-item img{
	vertical-align: sub;margin-right: 0.04rem;
}


/*****分页*****/
.fenye {
	text-align: center;
	padding: 0.35rem 0.05rem 0.2rem;
}

.fenyelist {
	display: inline-block;
	font-size: 0.14rem;
	height: 0.28rem;
	line-height: 0.28rem;
	min-width: 0.2rem;
	padding: 0 0.03rem;
	text-align: center;
	margin: 0.08rem;
	border: 0.01rem solid #ddd;
}

.fenye a .fenyelist:hover {
	background: #c19a66;
	color: #fff;
	cursor: pointer;
}

.yes {
	background: #c19a66;
	color: #fff;
}

.no {
	color: #aaa;
}

/*****头部*****/
.head-nav {
	line-height: 0.48rem;
	transition: 0.5s;
	position: fixed;z-index: 9;width: 14.4rem;left: calc(50% - 7.2rem);
}


.head-bian {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 0;
	position: fixed;
	z-index: 9;
}

.head-top{
	display: flex;align-items: center;
}

/* 网站logo */
.head-logo{
	display: flex;align-items: center;padding: 0.1rem 0 0.1rem 0.7rem;
}

.head-logo img{
	width:0.7rem;height:0.7rem;object-fit:cover;
}
.head-logo span{
	font-size: 0.24rem;padding-left:0.2rem;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;max-width: 3.4rem;
}

/* 顶部菜单 */
.head-menu{
	width:6.5rem;margin: 0 auto;display: flex;justify-content: space-around;
}

.head-item {
	float: left;
	font-size: 0.15rem;
	color: #2a1d00;
	height: 0.3rem;
	line-height: 0.3rem;
	text-align: center;
	flex: 1;
	position: relative;
}

.head-item p {
	padding: 0 0.1rem;
	color: #2a1d00;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.head-item img{
	width: 0.15rem;height: 0.15rem;margin-right: 0.03rem;
}


.head-item:hover,.head-item:hover p,.head-nav-div .head-item-in {
	color: #003499;
}

.head-item-li {
	position: absolute;
	min-width: 100%;
	z-index: 990;
	width: 0;
	height: 0;
	overflow: hidden;
}

.head-item-li div {
	background-color: #2a1d00;
	text-align: center;
	padding: 0.1rem 1.5% 0.15rem;
}

.head-item-li a {
	display: block;
	line-height: 1.6;
	padding: 0.1rem 0.1rem 0.05rem;
	font-size: 0.16rem;
	color: #fff;
	white-space: nowrap;
}

.head-item:hover .head-item-li {
	padding-top: 0.12rem;
	width: auto;
	height: auto;
	vertical-align: top;
}

.head-item-li a:hover {
	background-color: #483813;
}

.head-item:hover .sj::before {
	content: "";
	position: absolute;
	bottom: -0.12rem;
	left: calc(50% - 0.07rem);
	width: 0;
	height: 0;
	border-bottom: 0.07rem solid #2a1d00;
	border-right: 0.07rem solid transparent;
	border-left: 0.07rem solid transparent;
}

/* 联系电话 */
.head-telphone{
	font-size:0.14rem;
}



/*****底部*****/
.gotop {
	position: fixed;
	bottom: 1.2rem;
	right: 0.3rem;
	z-index: 9999;
	display: none;
}
.footer-body{
	display: flex;justify-content: space-around;
}

.footer {
	background: url(../images_/footer.png)
}

.footer * {
	color: #fff;
}

.footer-menu{
	display: flex;flex-direction: column;letter-spacing: 2px;
}

.footer-menu-item{
	padding: 0.05rem 0 0.1rem 0rem;display: flex;flex-direction: column;text-align: center;
}

.footer-divider{
	border-left: 0.02rem solid #f6d795;height: 3.5rem;margin: auto 0 auto 0.7rem;
}


.footer-l {
	width: 5.5rem;
	padding: 0.5rem 0 0.35rem;
	padding-left:0.3rem;
	display: flex;
	letter-spacing: 2px;
}

.footer-l-t {
	padding-top: 0.05rem;
	font-size: 0.22rem;
	font-weight: 600;
	line-height: 0.41rem;
	color: #f6d795;
}

.footer-l-p {
	padding-top: 0.1rem;
	line-height: 1.6;
}

.footer-c {
	width: 44%;display: flex;padding-top: 0.5rem;
}

.footer-c span {
	float: left;
	padding: 0.05rem 0 0.1rem 0.1rem;
	min-width: 1rem;
}

.footer-r {
	float: left;
	width: 1.5rem;
	margin-top: 0.2rem;
	line-height: 2;
	text-align: center;
	;
}

.footer-r img {
	width: 1.1rem;
	height: 1.1rem
}

.footer-r p {
	line-height: 2;
}

.footer-b {
	padding: 0.1rem;
	text-align: center;
	border-top: 0.01rem solid #fff;
	background: #140c00;
}

/* 轮播 */
.img100 {
	width: 100%;
	display: block;
}



/* 首页 index */
.index-about-item {
	width: 7.88rem;
	min-height: 4.68rem;
	margin-left: 1.4rem;
	background: #fff;
	padding-bottom: 0.35rem;
}

.index-about-l {
	width: 5.7rem;
	float: left;
	padding-top: 0.65rem;
	padding-left: 0.45rem;
}

.index-about-l-t {
	line-height: 0.4rem;
	font-size: 0.26rem;
	color: #2a1d00;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-about-l-p {
	font-size: 0.14rem;
	min-height: 1.5rem;
	padding-top: 0.12rem;
	line-height: 1.7;
}

.index-about-l-b {
	display: inline-block;
	font-size: 0.16rem;
	line-height: 0.44rem;
	padding: 0 0.4rem;
	border: 0.01rem solid #db261d;
	color: #db261d;
}

.index-about-r {
	padding: 0.65rem 0 0 0.36rem;
	float: left;
	width: 1rem;
}

.index-about-r img {
	width: 5.8rem;
	height: 3.4rem;
	object-fit: cover;
}
.index-about-class-name{
	font-size: 0.16rem;font-weight: 600;
}
.index-about-class-list{
	display: flex;flex-wrap: wrap;margin-bottom: 0.1rem;align-items: center;
}
.index-about-class-item{
	border: 0.02rem solid #dcbc71;border-bottom-left-radius: 0.05rem;border-bottom-right-radius: 0.1rem;border-top-right-radius:0.02rem;margin: 0.03rem 0.1rem;padding: 0.04rem 0.05rem;min-width:2rem;font-size: 0.16rem;line-height:1.5
}
.index-about-class-item2{
	border: 0.02rem solid #dcbc71;max-width: 0.3rem;text-align: center;line-height: 1.5;padding: 0.02rem 0.06rem;margin-right: 0.2rem;border-radius: 0.03rem;
}

/* 品牌文化 brandCulture */
/* 企业文化 */
.culture{
	background-color: #faebca;padding:0.35rem 0
}
.culture-list{
	background-color: #faebca;min-height:3rem;width: 10.7rem;margin: 0 auto;text-align: center;
}
.culture-slogan{
	display: flex;justify-content: space-between;flex-flow: wrap;width: 10.7rem;margin: 0 auto;
}
.culture-slogan-item{
	width: calc(90%/3);margin-top: 0.15rem;text-align: center;    border: 0.01rem solid;border-radius: 0.03rem; background-color: #f6d795;
}
.slogan-title{
	font-size: 0.24rem;background-color: #2a1d00;color: #f6d795;border-top-left-radius: 0.02rem;border-top-right-radius: 0.02rem;
}
.slogan-content{
	font-size: 0.13rem;border-top-left-radius: 0.02rem;border-top-right-radius: 0.02rem;min-height: 0.5rem;
}
.en-class-name{
	color: #bfbbb2;margin-left: 0.1rem;
}

/* 宣传视频 */
.publicize-video{
	padding:0.35rem 0;
}
.publicize-video-class-name{
	display: flex;justify-content: center;
}
.publicize-video-background{
	display: flex;justify-content: center;padding: 0.4rem 0.3rem;width: 10.7rem;height: 5.7rem;margin: 0 auto;
}
.publicize-video-background video{
	margin:0.1rem
}


/* 健康服务 healthServices */
.healthServices-nav{
	display: flex;justify-content: center;margin-top: 0.2rem;margin-bottom: 0.2rem;
}
.healthServices-nav-item{
	display: flex;justify-content: space-between;width: 40%;
}
.product{
	display: flex;flex-flow: wrap;width: 10.7rem;margin: 0 auto;
	
}
.product-item{
	margin: 0 0 0.3rem 0.3rem;
}
.product-img{
	width: 3.2rem;height: 2.26rem;object-fit: cover;
}
.product-info{
	display: flex;border-bottom: 0.01rem solid #000;justify-content: space-between;    align-items: center;
}
.product-title{
	line-height: 1.7;max-width: 2.6rem;overflow: hidden; white-space: nowrap;text-overflow: ellipsis;-webkit-line-clamp: 1;
}
.product-entitle{
	font-size: 0.12rem;
}
.product-icon{
	width: 0.2rem;height: 0.2rem;
}

.system{
	display: flex;flex-direction: column;align-items: center;width: 10.7rem;margin:0 auto 0.5rem;
}
.system-img{
	width: 4rem;margin-top: 0.3rem;
}
.system-memo{
	width: 7rem;margin-top: 0.1rem;
}
.system-product{
	display: flex;flex-flow: wrap;width: 10.7rem;margin: 0 auto;
}
.system-a{
	background-color: #f6d795;display: flex;justify-content: space-between;margin: 0.2rem 0 0 0.3rem;width: 4.75rem;padding: 0.2rem 0.1rem;line-height:1;justify-content: space-between;
}
.system-product-img{
	width: 1.5rem;padding: 0 0.1rem;height:2rem;object-fit: cover;
}
.system-product-info{
	display: flex;flex-direction: column;width: 63%;
}
.system-product-title{
	border-top: 0.01rem solid;border-bottom: 0.01rem solid;line-height:2;max-width: 2.6rem;overflow: hidden; white-space: nowrap;text-overflow: ellipsis;-webkit-line-clamp: 1;
}
.system-product-content{
	margin-top:0.1rem
}



/* 企业动态 enterpriseDynamics */
.dynamics-background{
	background-color: #fffbf2;padding:0.3rem 0
}
.dynamics-nav{
	display: flex;justify-content: center;margin-top: 0.2rem;margin-bottom: 0.5rem;
}
.dynamics-nav-item{
	display: flex;justify-content: space-between;width: 75%;
}
.dynamics-list{
	display: flex;justify-content: space-between;flex-flow: wrap;width: 10.7rem;margin: 0 auto;
}
.dynamics-a{
	margin-top: 0.2rem;background-color: #ffffff;
}
.dynamics-img{
	width: 3.4rem;height: 1.63rem;object-fit: cover;
}
.dynamics-info{
	padding: 0.1rem 0.1rem;
}
.dynamics-title{
	max-width: 3.2rem;overflow: hidden; white-space: nowrap;text-overflow: ellipsis;-webkit-line-clamp: 1;
}
.dynamics-date{
	display: flex;align-items: center;justify-content: space-between;font-size: 0.12rem;
}
.dynamics-date-icon{
	width: 0.15rem;height: 0.15rem;
}


/* 商务合作 onlineMessage */
.online-background{
	background-color: #fffbf2;
}
.online-c{
	display: flex;width: 10.7rem;margin: 0 auto;justify-content: space-between;align-items: center;padding-bottom: 0.5rem;
}
.online-img{
	height: auto; width: 30%;
}
.online-info{
	width: 64%;padding: 0.2rem 0.3rem;
}

/* 在线留言 onlineMessage */
.contact-t {
	margin-bottom: 0.1rem;
	margin-top: 0.2rem;
	padding: 0.01rem 0;
	line-height: 1.5;
	font-size: 0.26rem;
	font-weight: 600;
	color: #db261d;
	border-bottom: 0.01rem solid #eee;
	border-top: 0.03rem solid #dcbc71;
	border-bottom: 0.03rem solid #dcbc71;
	color: #2a1d00;
}

.contact-p {
	padding-top: 0.15rem;
	line-height: 0.24rem;
	min-height: 0.24rem;
	font-size: 0.14rem;
}

.contact-p p {
	float: left;
	padding-left: 0.3rem;
	background-repeat: no-repeat;
	background-size: 0.22rem 0.22rem;
	background-position: left center;
}

.contact-p div {
	margin-left: 0.9rem;
}

.contact-map {
	width: 65%;
	height: 4.6rem;
	margin-top: 0.5rem;
}

/* 留言表单 */
.contact1 {
	padding-bottom: 20px;
	padding-top: 10px;
}

.contact_t {
	margin: 0 auto;
	font-size: 30px;
	width: 666px;
	padding-bottom: 40px;
	text-align: center;
}

.contact_t_t1 {
	font-size: 30px;
	line-height: 40px;
}

.contact_t_t2 {
	color: #c8e175;
	font-size: 20px;
	line-height: 40px;
}

.contact_text1_tp {
	display: flex;
	flex-wrap: wrap;
	width: 10.7rem;
	justify-content: center;
}

.contact_text1_tp1 {
	width: 577px;
	line-height: 49px;
	margin: 10px;
	font-size: 0.11rem;
}

.contact_text1_tp2 {
	width: 4.5rem;
	line-height: 32px;
	background-color: #fff;
	padding: 0 0.1rem;
	margin: 10px;
	font-size: 0.11rem;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.contact_text1_tp2 input {
	width: 85%;
	line-height: 32px;
	padding-left: 0.1rem;
	text-align: right;
}

.contact_text1_tp2 select {
	width: 85%;
	line-height: 32px;
	padding-left: 0.1rem;
	text-align: right;
	border: none;
}

.contact_text1_tp3 {
	width: 9.4rem;
	height: 180px;
	/* border: 2px solid #cccccc; */
	margin: 10px;
	padding: 10px;
	font-size: 0.11rem;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.contact_text1_tp4 {
	display: block;
	text-align: center;
	color: white;
	width: 2.5rem;
	line-height: 36px;
	background: #3143a9;
	margin: 10px;
	font-size: 0.12rem;
	font-weight: 600;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.contact_text1_tp a {
	color: white;
}

#container {
	height: 500px;
}

.contact_text2 {
	width: 500px;
	height: 70px;
	margin-top: 6px;
	margin-left: 100px;
}

.contact_text_i {
	width: 45px;
	height: 45px;
	margin: 15px;
}

.contact_text_p {
	margin-top: 20px;
	width: 270px;
	height: 150px;
}

.contact_text_p1 {
	font-size: 15px;
	line-height: 14px;
}

.contact_text_p2 {
	display: block;
	width: 430px;
	font-size: 15px;
	padding-top: 8px;
	overflow: hidden;
	line-height: 17px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

#p_whzy {
	width: 200px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	color: white;
	background: red;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

.index-content {
	padding: 0 0.2rem;
}

.index-content li {
	list-style: square;
}


/* 详情 */
.details{
	padding:0.3rem 0rem;background-color: #fffbf2;
}

.details-content{
	display: flex;justify-content: space-evenly;width: 10.7rem;margin: 0 auto;
}

.details-img{
	padding-right:0.3rem;width:40%;height:auto
}
.details-img img{
	width: 100%;
}
.details-info{
	width:55%
}
.details-title{
	border-top: 0.01rem solid;border-bottom: 0.01rem solid;line-height: 2.5;
}
.details-artcontent{
	margin-top: 0.3rem;
}

.details-page{
	display: flex;justify-content: center;width: 10.07rem;margin: 0.2rem auto;color: #2a1d00;font-weight: 600;
}

.details-page a{
	background-color: #f6d795;padding: 0.04rem 0.6rem;margin: 0 0.1rem;
}