@charset "utf-8";
/*header*/
/*首页焦点图*/
.slideBox {
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 10px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 15px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	text-align: center;
	width: 100%;
}
.slideBox .hd ul li {
	display: inline-block;
	margin: 0 5px;
	width: 50px;
	height: 8px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
	text-indent: -99px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.slideBox .hd ul li.on {
	background: #1ec8a5;
	color: #fff;
}
.slideBox .bd {
	height: 450px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 1920px;
	height: 600px;
}
.slideBox .bd img {
	display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}
/*首页btn*/
#main .box1 {
	padding: 55px 0 38px;
}
#main .box1 .btn {
	width: 375px;
	height: 132px;
	border-radius: 20px;
	float: left;
	margin-right: 40px;
}
#main .box1 .btn:last-child {
	margin: 0;
}
#main .box1 .btn:hover {
	margin-top: -6px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
#main .box1 .btn a {
	display: block;
	color: white;
	padding: 40px 34px;
}
#main .box1 .btn1 a {
	background: url(../images/icon1.png) no-repeat 260px center;
}
#main .box1 .btn2 a {
	background: url(../images/icon2.png) no-repeat 260px center;
}
#main .box1 .btn3 a {
	background: url(../images/icon3.png) no-repeat 260px center;
}
#main .box1 .btn h4 {
	font-size: 28px;
	padding-bottom: 10px;
}
#main .box1 .btn .en {
	font-size: 18px;
	color: #d5eae6;
	letter-spacing: .5px;
}
.line {
	position: relative;
	padding: 2px 0 1px;
}
.line .lgling {
	display: block;
	width: 100%;
	height: 1px;
	background: #666;
}
.line .stline {
	position: absolute;
	width: 300px;
	height: 4px;
	top: 0;
	left: 50%;
	margin-left: -150px;
	background: #666;
}
/*关于智得*/
#main .box2 {
	padding: 125px 0 115px;
}
#main .box2 .about-top .fl, #main .box2 .about-top .fr {
	width: 600px;
}
#main .box2 .about-top {
	padding-bottom: 80px;
}
#main .box2 .title h3 {
	font-size: 33px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}
#main .box2 .title {
	margin-bottom: 30px;
}
#main .box2 .title .en {
	color: #999;
	text-transform: uppercase;
	font-size: 18px;
}
#main .box2 .about-top .fl .text {
	height: 280px;
	width: 600px;
	font-size: 20px;
	line-height: 35px;
	text-align: justify;
	overflow: hidden;
}
#main .box2 .more {
	display: block;
	width: 139px;
	height: 37px;
	line-height: 37px;
	border-radius: 19px;
	font-size: 18px;
	text-align: center;
	color: white;
	font-weight: bold;
}
#main .box2 .nmb1 {
	width: 345px;
	padding-left: 125px;
	font-size: 20px;
	color: #666;
}
#main .box2 .nmb1 img {
	padding: 10px 0;
}
#main .box2 .nmb1:first-child {
	width: 225px;
	padding: 0;
}
#main .box2 .nmb1:last-child {
	width: 290px;
}
#main .box2 .nmb .line-g {
	display: block;
	height: 80px;
	width: 1px;
	background: #ccc;
	float: left;
	margin: 20px 0 0;
}
/*健康体检*/
#main .box3 {
	background: url(../images/bg.jpg) no-repeat center center;
	height: 730px;
	padding-top: 170px;
}
#main .box3 .title h3 {
	font-size: 44px;
	font-weight: bold;
	line-height: 60px;
	padding-top: 75px;
}
#main .box3 .title .en {
	padding: 10px 0 30px;
	text-transform: uppercase;
	font-size: 19px;
	color: #999;
}
#main .box3 .more {
	display: block;
	width: 160px;
	height: 56px;
	line-height: 56px;
	border-radius: 28px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: white;
}
#main .box3 .list {
	width: 867px;
}
#main .box3 .list .li {
	width: 425px;
	height: 198px;
	margin-bottom: 23px;
	margin-left: 7px;
}
#main .box3 .list .li a {
	display: block;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0px 21px 29px rgba(34,24,21,0.11);
	transition: all 0.5s ease;
	-webkit-transition: all 0.3s ease;
}
#main .box3 .list .li a:hover {
	margin-top: -10px;
}
#main .box3 .list .title2 {
	width: 250px;
	padding: 50px 0 0 20px;
}
#main .box3 .list .title2 h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
#main .box3 .list .img {
	width: 163px;
	height: 163px;
	border-radius: 50%;
	overflow: hidden;
	margin: 17px 10px 0 0;
}
#main .box3 .list .line2 {
	display: block;
	width: 60px;
	height: 1px;
	background: #999;
	margin: 15px 0 10px;
}
#main .box3 .list .en {
	font-size: 8px;
	line-height: 12px;
	text-transform: uppercase;
	color: #ccc;
}
/*优惠套餐*/
#main .box4 .title h3 {
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	padding: 115px 0 30px;
}
#main .box4 .title .en {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	color: #999;
	letter-spacing: 30px;
	margin: 40px 0 95px;
}
#main .box4 .img {
	margin-bottom: 6px;
}
#main .box4 .yhtc-list li {
	float: left;
	position: relative;
}
#main .box4 .yhtc-list li:nth-child(2) {
	margin: 0 7px;
}
#main .box4 .yhtc-list li a {
	display: block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#main .box4 .yhtc-list li a:hover {
	margin-top: -6px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
#main .box4 .yhtc-list li .more {
	display: block;
	width: 103px;
	height: 36px;
	border-radius: 18px;
	color: white;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
	left: 30px;
	color: white;
}
/*首页新闻*/
.box5 {
	padding: 120px 0;
}
.box5 .title {
	padding-bottom: 25px;
}
.box5 .title h5 {
	font-size: 18px;
	font-weight: bold;
}
.box5 .title .en {
	color: #999;
	line-height: 30px;
}
.slideTxtBox {
	width: 665px;
	text-align: left;
	position: relative;
}
.slideTxtBox .newsmore {
	font-size: 15px;
	position: absolute;
	top: 0;
	right: 0;
	color: #666;
	z-index: 2;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.slideTxtBox .newsmore:hover {
	color: #1ec8a5;
}
.slideTxtBox .hd {
	height: 23px;
	line-height: 23px;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	position: relative;
	z-index: 1
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 5px;
	top: -1px;
	height: 32px;
}
.slideTxtBox .hd ul li {
	float: left;
	padding: 0 10px;
	cursor: pointer;
	margin-right: 5px;
}
.slideTxtBox .hd ul li.on {
	height: 23px;
	background: #020102;
	color: white;
}
.slideTxtBox .bd ul {
	padding-top: 20px;
	zoom: 1;
}
.slideTxtBox .bd li {
	height: 26px;
	line-height: 26px;
	color: #969696;
}
.slideTxtBox .bd li a {
	color: #969696;
	display: inline-block;
	width: 560px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 6px;
	background: url(../images/listicon.png) no-repeat left center;
}
.slideTxtBox .bd li a:hover {
	color: #1ec8a5;
}
.slideTxtBox .bd li .date {
	float: right;
	color: #999;
}
