body {
    background: #fff url('../image/body_bg.png') no-repeat center 570px;
    background-size: 100%;
}
.tab-content {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
}
.yhfw_nav {
    overflow: hidden;
    box-shadow: 0 10px 15px #ccc;
    margin-top: -50px;
    margin-bottom: 50px;
}
.yhfw_list li {
    width: 33.333%;
    float: left;
    height: 100px;
    line-height: 100px;
    background: #fff;
    text-align: center;
}
.imHov {
    display: inline-block;
}
.im {
    display: none;
}
.yhfw_list li.on .imHov{
    display: none; /* 激活时隐藏默认图 */
}
.yhfw_list li.on .im {
    display: inline-block; /* 激活时显示hover图 */
}
.yhfw_list li a {
    font-size: 18px;
    color: #666;
	display: block;
	width:100%;
}
.yhfw_list li img {
    margin-right: 15px;
}
.yhfw_list li.on {
    background: url('../image/2019121910482858770.png') right bottom;
}
.yhfw_list li.on a {
    color: #fff;
}
.conL {
    width: 21%;
	border-right: solid 1px #d8d8d8;
}
.conR {
    width: 72%;
}
.content {
    padding-bottom: 50px;
}

.contentBg .mkTit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
    border-left: 0;
    min-height: 25px;
    position: relative;
}
.mkTit i {
    display: inline-block;
    width: 35px;
    height: 10px;
    background: #ea3b24;
    margin-right: 10px;
	margin-top:8px;
}
.mkTit span {
    width: 95%;
    position: relative;
    border-bottom: 10px solid #f5f5f5;
    padding-left: 15px;
    font-size: 20px;
    color: #666;
    font-weight: bold;
}
.health_list {
       width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.health_list li {
    width: 270px;
    float: left;
    margin-bottom: 50px;
}
.health_list li .img {
    width: 100%;
    height: 175px;
    overflow: hidden;
}
.health_list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-transition: all 0.5s ease-out 0s;
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.health_list li:hover .img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.health_list li .txt {
    padding: 15px 35px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: 0;
    min-height: 164px;
}
.health_list li .txt .pageName {
    font-size: 18px;
    color: #ea3b24;
    line-height: 2em;
    position: relative;
    margin-bottom: 10px;
}
.health_list li .txt .pageName i {
    display: inline-block;
    width: 35px;
    height: 2px;
    background: #ea3b24;
    position: absolute;
    left: 0;
    bottom: 0;
}
.health_list li .txt .link a {
    display: inline-block;
    float: left;
    width: 50%;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}
.link-container .ellipsis {
    color: #666;
    margin-left: 4px;
}
.health_list li:hover {
    box-shadow: 5px 5px 10px #ccc;
}
.health_list li .txt .link a:hover {
    color: #ea3b24;
}
/*产品服务机构*/
.listCon {
    width: 100%;
    padding: 50px 40px 40px;
    background: #fff;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 20px #ececec;
    border: 1px solid #eee;
    margin-top: 50px;
    border-top: solid 6px #dce2ec;
    border-radius: 5px 5px 0 0;
}
.listCon .listTit {
    height: 44px;
    border-bottom: solid 1px #d8d8d8;
    margin-bottom: 5px;
}
.listTit span {
    display: inline-block;
    line-height: 43px;
    border-bottom: 2px #fe5f4d solid;
    font-size: 24px;
    color: #2f3f53;
}
.listCon .list li {
    overflow: hidden;
    height: 45px;
    border-bottom: solid 1px #eaeaea;
}
.listCon .list li:hover, .listCon .list li:hover a, .listCon .list li:hover span {
    border-color: #FF1A00;
    color: #FF1A00;
}
.listCon .list li:hover i {
    display: inline-block;
}
.listCon .list li:hover a {
    padding-left: 0;
    background: none;
}
.health_pic_list li:hover .tit {
    color: #FF1A00;
}
.health_pic_list li:hover .smy {
    color: #FF1A00;
}
@keyframes move{
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.yhfw_list li:hover img {
    -webkit-animation: move 300ms ease-in 1;
    -o-animation: move 300ms ease-in 1;
    animation: move 300ms ease-in 1;
}
.listCon .list li a {
    display: block;
    width: 80%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #666;
    float: left;
    padding-left: 25px;
    background: url('../image/2021120813481227627.jpg') no-repeat left center;
}
.listCon .list li a i {
    color: #FF1A00;
    margin-right: 10px;
    display: none;
}
.listCon p strong, .listCon a {
    color: #ff5b36;
}
/*健康管理服务*/
.conbox {
    padding: 0px 0px 0px 0px;
    border-top: solid 6px #dce2ec;
    border-radius: 5px 5px 0 0;
}

.conbox {
    border: 1px solid #d8d8d8;
    background: #fff;
    margin-top: 50px;
    border-top: solid 6px #dce2ec;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 6px 20px rgba(51, 53, 57, 0.15);
    box-shadow: 0 6px 20px rgba(51, 53, 57, 0.15);
}
.listNav {
    padding-top: 65px;
    padding-bottom: 38px;
}
.listNav li {
    margin-bottom: 55px;
    padding-left: 39px;
}

.listNav li.on a, .listNav li:hover a {
    line-height: 16px;
    border-right: solid 3px #FF1A00;
    margin-right: -2px;
}
.listNav li a {
    height: 35px;
    line-height: 35px;
    display: flex;
}
.listNav li i {
    width: 35px;
    float: left;
    color: #999;
    font-style: normal;
    font-weight: bold;
}
.listNav li font {
    width: auto;
    color: #262626;
    float: left;
    position: relative;
    padding-right: 20px;
}
.listNav li i, .listNav li font, .listNav li a {
    display: block;
    font-size: 18px;
    line-height: 1.2em;
}
.listNav li.on i, .listNav li.on font, .listNav li:hover i, .listNav li:hover font {
    font-size: 24px;
    color: #FF1A00;
}
.listNav li font {
    width: auto;
    color: #262626;
    float: left;
    position: relative;
    padding-right: 20px;
}
.listNav li.on i, .listNav li.on font, .listNav li:hover i, .listNav li:hover font {
    font-size: 24px;
    color: #FF1A00;
}
.listNav li i {
    width: 35px;
    float: left;
    color: #999;
    font-style: normal;
    font-weight: bold;
}
.listNav li i, .listNav li font, .listNav li a {
    display: block;
    font-size: 18px;
    line-height: 1.2em;
}
.listNav li.on font b {
    display: block;
}
.listNav li font b {
    width: 100%;
    height: 10px;
    background: rgba(255, 83, 43, .5);
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    left: 0px;
    bottom: -7px;
    display: none;
}
/*右侧内容*/
.health_pic {
    padding: 40px 40px 40px 0;
}
.health_tit {
    border-bottom: 1px solid #ebebeb;
    line-height: 1.5em;
}
.health_tit span {
    display: inline-block;
    font-size: 24px;
    color: #17243a;
    border-bottom: 2px solid #FF1A00;
    line-height: 1.5em;
}
.health_pic_list li {
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.health_pic_list li .img {
    width: 120px;
    height: 80px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    flex-shrink: 0;
}
.health_pic_list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1, 1);
    transition: all ease-in-out 300ms;
}
.health_pic_list li .txt {
    width: 730px;
    float: right;
    text-align: justify;
}
.health_pic_list li .tit {
    font-size: 20px;
    color: #262626;
}
.health_pic_list li .smy {
    font-size: 16px;
    color: #262626;
    line-height: 2em;
}
.health_pic_list li:hover img {
    transform: scale(1.1, 1.1);
}
@media screen and (max-width:1199px) {
			.jkzxCon { overflow: hidden; }
			.jkglCon ul { width: 100%; }
			.jkglCon ul li { width: 32%; margin: 0px 0px 70px 0; }
			.jkglCon ul li:nth-child(2) { margin: 0 2%; }
			.jkglCon ul li p { padding: 0 10px; }
			.jkzxR { width: 80%; padding-left: 20%; }
			.jkzxR li { height: 35px; line-height: 35px; }
			.jkzxR li a { line-height: 35px; }
			.jkzxL { display: none; }
			.jkzxR { width: 100%; padding: 30px 0; }
			.jkzxR li { width: 45%; margin-left: 5%; }
			.health_list { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-around; }
			.health_list li { width: 28%; margin-right: 0; }
			.health_list li .img { height: 16vw; }
		}
		@media screen and (max-width:999px) {
			.listCon {padding: 0;box-shadow: none;border: none;}
			.yhfw_list li { line-height: 50px; }
			.yhfw_list li img { margin: 10px auto 0; display: block; }
			 jkzxL { width: 100%; position: static; }
			.jkzxL img { width: 100%; }
			.jkzxR { width: 100%; float: none; padding: 10px; }
			.jkzxR li { height: 45px; line-height: 45px; width: 47%; margin-left: 2%; }
			.jkzxR li a { line-height: 45px; }
			.health_list li .txt { padding: 10px; }
	        .health_list li .txt .link a { font-size: 14px; line-height: 1.5em; }

		}
		@media screen and (max-width:767px) {
			.conL {width: 100%;}
			.conR {width: 100%;padding: 10px !important;}
			.listNav { padding-top: 10px; padding-bottom: 0px; overflow: hidden; border-bottom: 5px solid #dce2ec; margin-bottom: 10px; border-radius: 0 0 5px 5px; }
	        .listNav li { width: 50%; float: left; padding-left: 5%; margin-bottom: 15px; }
	        .listNav li:nth-child(2n+1) { clear: both; }
			.yhfw_list li { width: 33.33%; line-height: 1.5em; }
			.yhfw_list li a { height: 100%; font-size: 14px; display: inline-flex; justify-content: center; align-content: center; flex-direction: column; padding: 0 10px; }
			.jkglCon ul li img { margin-bottom: 20px; }
			.jkglCon ul li span { font-size: 18px; }
			.jkglCon ul li a.jkglConMore { margin: 10px auto 20px; }
			.jkglCon { margin-bottom: 50px; }
			.jkglCon ul li { width: 100%; float: none; margin: 0px 0px 20px; }
			.jkglCon ul li:nth-child(2) { margin: 0 0 20px; }
			.ykt_con { margin-top: 20px; box-shadow: none; height: auto; }
			.ykt_con_hd { width: 100%; height: auto; float: none; padding: 0; }
			.ykt_con_hd_list { display: flex; background: #eee; line-height: 36px; }
			.ykt_con_hd_list li { line-height: 36px; height: 36px; padding: 0; width: 33.3%; text-align: center; }
			.ykt_con_hd_list li a { text-indent: 0; }
			.ykt_con_hd_list li.on a, .bxkt_con_hd_list li:hover a { border-right: 0; }
			.ykt_con_hd_list li span { margin-right: 10px; }
			.ykt_con_bd { width: 100%; float: none; height: 400px; }
			.yktPad { padding: 20px 0 20px 20px; }
			.ykt_detail { padding-right: 20px; }
			.jkzxR li { width: 100%; margin-left: 0; }
			.jkzxR li:nth-child(2n+1) { border-right: 0 !important; }
			.health_list li { width: 31%; margin-bottom: 30px;
		}
		@media screen and (max-width:640px) {
			.health_list li { width: 45%; margin-bottom: 20px; }
			.health_list li .img { height: 28vw; }
		}
		@media screen and (max-width:479px) {
		.yhfw_nav { margin-top: -40px; margin-bottom: 20px; }
			.yhfw_list li { height: 80px; line-height: 1.5em; }
			.yhfw_list li img { height: 20px; margin-top: 5px; }
			.yhfw_list li a { font-size: 14px; padding: 0 2px; }
			.jkglCon { }
			.jkglCon ul li { width: 100%; float: none; margin-bottom: 10px; }
			.jkglCon ul li img { margin-bottom: 20px; }
			.jkglCon ul li span { font-size: 18px; }
			.jkglCon ul li p { font-size: 12px; line-height: 20px; }
			.jkglCon ul li a.jkglConMore { width: 80%; font-size: 14px; margin: 20px auto; }
			.jkglCon ul li:nth-child(2) { margin: 0 0 10px 0; }
			.jkzx { margin-top: 20px; }
			.jkzxR ul { padding: 0px; }
			.jkzxR li { width: 100%; }
			.jkzxR li a { font-size: 16px; }
			.health_list li { width: 100%; }
	       .health_list li .img { height: 50vw; }
		   .listNav li.on i, .listNav li.on font, .listNav li:hover i, .listNav li:hover font { font-size: 20px; }
	       .listNav li.on a, .listNav li:hover a { border: none; }
		}