@charset "utf-8";
/*banner*/
#banner {
	width:100%;
	height: 360px;
	overflow:hidden;
	position:relative;
}
#banner img {
	display:block;
	width:1920px;
	height: 360px;
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -960px;
}
/*main*/
#main {
	padding:0 0 40px;
}
.main-top {
	height: 56px;
	background: #f2f2f2;
	line-height: 56px;
	margin: 5px 0 20px;
	font-size: 15px;
}
.main-top .mbxdh {
	padding-left: 25px;
	background: url(../images/mbxdhicon.png) no-repeat left center;
}
.main-top .mbxdh ul {
	display: inline-block;
	vertical-align: middle;
}
.main-top .mbxdh li {
	float: left;
	padding-right: 24px;
	margin-right: 15px;
	background: url(../images/sj.png) no-repeat right center;
}
.main-top .mbxdh li:last-child {
	background: none;
	margin: 0;
	padding: 0;
}
.main-top .mbxdh li a:hover {
	color: #1ec8a5;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
/*subnav*/
#main #left {
	width: 235px;
}
#main #subtitle h4 {
	font-size: 23px;
	font-weight: bold;
	background: #222;
	color: white;
	padding: 19px 17px;
	margin-bottom: 5px;
}
#main #left .subnav {
	background: #edf1f2;
	padding: 40px 0 37px;
}
#main #left .subnav li a {
	display: block;
	padding: 20px 17px;
	font-size: 15px;
	background: #f8f8f8;
	margin-bottom: 3px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#main #left .subnav li a.on, #main #left .subnav li a:hover {
	font-weight: bold;/*background:#edf1f2;*/
}
/*content right*/
#main #right {
	width: 930px;
	padding: 60px 0 0;
}
#main #right img {
	max-width:100%;	
}
.tjtc-list {
	width: 465px;
	height: 315px;
	padding-left: 42px;
	margin-bottom: 10px;
	float: left;
}
.tjtc-list a {
	display: block;
	position: relative;
	padding-bottom: 25px;
	border-bottom: 1px #dfdfdf solid;
	width: 423px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.tjtc-list a .img {
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.tjtc-list a:hover {
	margin-top: -10px;
}
.tjtc-list a:hover .img {
	box-shadow: 0px 3px 15px rgba(0,0,0,0.3);
}
.tjtc-list a .more {
	display: block;
	color: white;
	font-weight: bold;
	text-align: center;
	width: 150px;
	height: 29px;
	line-height: 29px;
	border-radius: 15px;
	position: absolute;
	bottom: 13px;
	left: 50%;
	margin-left: -75px;
}
.tjtc-list .en {
	text-align: center;
	color: #f0f0f0;
	padding: 10px 0;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
}
/*优惠活动套餐*/
.tjtc-ck {
	padding-bottom: 100px;
}
.tjtc-ck .title {
	padding: 70px 0 100px;
}
.tjtc-ck .title h3 {
	font-weight: bold;
	font-size: 35px;
	line-height: 1.5em;
	color: black;
}
.tjtc-ck .title .en {
	font-size: 20px;
	text-transform: uppercase;
	color: #999;
}
.tjtc-ck .img1 {
	margin-bottom: 7px;
}
.tjtc-ck .list li {
	margin: 0 4px 10px 0;
	width: 299px;
	height: 347px;
	float: left;
}
.tjtc-ck .list li a {
	display: block;
	width: 299px;
	height: 347px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.tjtc-ck .list li .img2 {
	width: 299px;
	height: 250px;
	overflow: hidden;
}
.tjtc-ck .list li:nth-child(4n) {
	margin-right: 0;
}
.tjtc-ck .list li .txt {
	position: relative;
	height: 97px;
	color: black;
	font-size: 18px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	padding: 27px 0 0;
}
.tjtc-ck .list li .txt h4 {
	font-size: 18px;
	padding-bottom: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tjtc-ck .list li .txt .more {
	display: block;
	width: 106px;
	height: 36px;
	font-size: 14px;
	background: url(../images/tjtc-more.png) no-repeat center center;
	position: absolute;
	right: 15px;
	top: 60px;
	color: white;
	text-align: center;
	line-height: 29px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.tjtc-ck .list li .p {
	font-size: 24px;
}
.tjtc-ck .list li a:hover .more {
	margin-top: -5px;
}
.tjtc-ck .list li a:hover {
	box-shadow: 0 3px 15px rgba(0,0,0,0.3);
}
.tjtc-ck .list li a:hover .txt {
	padding: 22px 0 0 15px;
}
/*健康知识*/
.news-img li {
	width: 445px;
	height: 149px;
	float: left;
	margin: 0 0 20px;
}
.news-img li:nth-child(2n) {
	margin-left: 40px;
}
.news-img li a {
	display: block;
	width: 445px;
	height: 149px;
	padding: 20px;
	border-radius: 5px;
	border: 1px #eaeaea solid;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.news-img li .img {
	margin-right: 20px;
}
.news-img li .txt {
	width: 240px;
	height: 109px;
	position: relative;
}
.news-img li .txt h4 {
	padding:3px 0;
}
.news-img li .txt p {
	color:#999;
	display: -webkit-box;
   	-webkit-line-clamp: 2;
	word-break: break-all;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.news-img li .txt .more {
	position: absolute;
	bottom: 5px;
	left: 0;
	color: white;
	text-align: center;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	border-radius: 15px;
}
.news-img li a:hover {
	box-shadow: 0 3px 15px rgba(0,0,0,0.3);
}
/*智得资讯*/
.news {
	border-bottom: 1px #eaeaea solid;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.news li {
	height: 72px;
	margin-bottom: 5px;
	border: 1px #fff solid;
}
.news li a {
	display: block;
	padding: 10px 0 10px 80px;
	border-radius: 3px;
	position: relative;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.news li a .date {
	position: absolute;
	left: 0px;
	top: 8px;
	width: 60px;
	color: #999;
	text-align: center;
	background: #eaeaea;
	padding: 6px 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.news li:first-child a .date {
	background: #0c907e;
	color: white;
}
.news li a .date span {
	display: block;
}
.news li a h4 {
	padding: 4px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news li a p {
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news li a:hover {
	margin-top: -5px;
}
.news li a:hover .date {
	background: #0c907e;
	color: white;
}
.news li a:hover h4 {
	color: #0c907e;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
/*详情页*/
.con-title {
	padding:0 0 20px;
	border-bottom:1px #eaeaea solid;
	margin-bottom:20px;
	position:relative;	
}
.con-title h4 {
	font-size:20px;
	padding-right:170px;
	font-weight:bold;	
}
.con-title .date {
	position:absolute;
	top:0 ;
	right:0px;
	color:#999;	
}
/*客户与合作*/
#main.cooperate {
	padding-bottom: 0;
}
.cooperate .title h4 {
	width: 235px;
	font-size: 23px;
	font-weight: bold;
	background: #222;
	color: white;
	padding: 17px 17px;
}
.cooperate .content {
	min-width: 1208px;
}
/*招聘信息*/
.hire {
	padding-left: 50px;
}
.hire .firstul {
	padding: 100px 0 40px;
}
.hire .firstul li {
	float: left;
	text-transform: uppercase;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.hire .firstul li:nth-child(2) {
	margin: 0 250px 0 120px;
}
.hire .firstul li h6 {
	font-weight: bold;
	color: black;
}
.hire .twoul li {
	padding: 25px 180px 60px 98px;
	position: relative;
	color: #010101;
	border-top: 6px #dbdbdb solid;
}
.hire .twoul li .icon {
	position: absolute;
	top: 40px;
	left: 10px;
}
.hire .twoul li h3 {
	font-weight: bold;
	font-size: 32px;
	line-height: 1em;
}
.hire .twoul li .en {
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 5px;
	font-family: Tahoma, Geneva, sans-serif;
}
.hire .twoul li .p {
	position: absolute;
	top: 55px;
	right: 0;
	font-size: 32px;
}
.hire-fot .icon {
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #010101;
	padding: 230px 0 15px 98px;
	background: url(../images/hire9.png) no-repeat 84px 60px;
	border-bottom: 6px #dbdbdb solid;
}
.hire-fot .table {
	padding: 0 0 60px 98px;
	display: table;
}
.hire-fot .table .table-td {
	display: table-cell;
	font-size: 32px;
	color: #010101;
	vertical-align: bottom;
	padding: 20px 0;
}
.hire-fot .table .strong {
	font-weight: bold;
}
/*search*/
#main .search {
	padding-bottom: 30px;
}
#main .search li {
	border-bottom: 1px #ddd dashed;
	padding: 5px 110px 5px 15px;
	position: relative;
	background: url(../images/listicon.png) no-repeat 5px center;
}
#main .search li a:hover {
	color: #0c907e;
}
#main .search li h4 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#main .search li .date {
	color: #999;
	position: absolute;
	top: 5px;
	right: 10px;
}
