@charset "utf-8";
/* CSS Document */

/*------------统一样式 ↓--------------*/
html {
	background:none;
}
body {
	margin:0;
	padding:0;
	color:#444444;
	background:url(../images/body.jpg) #cdd3d8 left top repeat-x;
}
.l {
	float:left;
}
.r {
	float:right;
}
.c {
	clear:both;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#cd0000;
	text-decoration:none;
}
/*文字样式*/


/*------------文字大小 ↓--------------*/

.b {
	font-weight:bold;
}
.p10 {
	font-size:10px;
}
.p11 {
	font-size:11px;
}
.p12 {
	font-size:12px;
}
.p13 {
	font-size:13px;
}
.p14 {
	font-size:14px;
}
.p15 {
	font-size:15px;
}
.p16 {
	font-size:16px;
}
.p18 {
	font-size:18px;
}
.p20 {
	font-size:20px;
}
.p22 {
	font-size:22px;
}
.p24 {
	font-size:24px;
}
.p25 {
	font-size:25px;
}
.p28 {
	font-size:28px;
}
.p30 {
	font-size:30px;
}
.w {
	font-family:"微软雅黑";
}
/*------------文字颜色 ↓--------------*/

.red {
	color:#cd0000;
}
.bai {
	color:#fff;
}
.lan {
	color:#10b8e1;
}
.lv {
	color:#56d13d;
}
.hs {
	color:#fcff00;
}
.cheng {
	color:#ee753e;
}
.hui {
	color:#6b7e8b;
}
.huilan {
	color:#2a3d50;
}
.lanhui {
	color:#2c3e50;
}
.slan {
	color:#2e5478;
}
.qlan {
	color:#6b7e8b;
}
.yy {
	color:#d7d7d7;
}
.hui0 {
	color:#000000;
}
.huic {
	color:#cccccc;
}
.hui3 {
	color:#333333;
}
.hui4 {
	color:#444444;
}
.hui5 {
	color:#555555;
}
.hui6 {
	color:#666666;
}
.hui7 {
	color:#777777;
}
.hui8 {
	color:#888888;
}
.hui9 {
	color:#999999;
}
/*-----------------header开始---------------*/
.main {
	width:1370px;
	margin:0 auto;
}
.head_nav {
	width:1370px;
	height:75px;
	float:left;
}
.head_nav .head_nav_left {
	width:1100px;
	float:left;
	height:68px;
	margin-top:7px;
}
.head_nav_left li, .head_nav_left li a {
	float:left;
	padding:0 10px;
	line-height:68px;
	display:block;
}
.head_nav_left li a:hover {
	color:#fff000;
	background:#00b8e1;
}
.head_nav_right {
	float:right;
	background:#1f2f3f;
	margin-top:7px;
}
.head_nav_right li {
	float:left;
	line-height:68px;
}
.search a {
	text-indent:-99999em;
	background:url(../images/nav_ico.jpg) no-repeat;
	width:65px;
	display:block;
}
.zhongwen {
	padding:0 15px;
}
.logo {
	width:1370px;
	height:134px;
	background:#f1f5f8;
	float:left;
}
.logo_pic {
	width:101px;
	height:134px;
	float:left;
}
.logo_right {
	float:left;
	margin-top:55px;
}
/*-----------------header结束---------------*/
/*-----------------banner开始---------------*/
.rslides {
	margin: 0 auto 40px;
}
#slider2, #slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0, 0, 0, .25);
	box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	-moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}
a {
	color: #fff;
	text-decoration: none;
}
#download {
	background: #333;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 60px auto;
	max-width: 500px;
	padding: 20px;
}
#download:hover {
	background: rgba(255, 255, 255, .15);
}

.events {
	list-style: none;
}
.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}
.callbacks .caption {
	display: block;
	text-align:center;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background:url(../images/y_01.png) left bottom repeat-x;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	max-width: none;
	padding:15px;
	position:absolute;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 35%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 60px;;
	background: transparent url(../images/themes.gif) no-repeat left top;
	margin-top: -45px;
	margin:0 15px;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
#slider3-pager a {
	display: inline-block;
}
#slider3-pager img {
	float: left;
}
#slider3-pager .rslides_here a {
	background: transparent;
	box-shadow: 0 0 0 2px #666;
}
#slider3-pager a {
	padding: 0;
}
 @media screen and (max-width: 600px) {
 h1 {
 font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 .callbacks_nav {
 top: 47%;
}
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
/*-----------------banner结束---------------*/
/*-----------------首页main开始---------------*/

.overview {
	width:1170px;
	float:left;
	padding:0 100px;
	background:#f1f5f8;
}
.title {
	padding:69px 0 30px 0;
	text-align:center;
}
.detail {
	line-height:28px;
	text-align:center;
}
.line1 {
	width:670px;
	margin:0 auto;
	height:1px;
	background:#d0d7dd;
}
.line2 {
	width:70px;
	height:5px;
	background:url(../images/line2.jpg) no-repeat;
	margin:0 auto;
	margin-top:-1px;
}
.Medical Service {
	width:1170px;
	float:left;
	padding:0 100px;
	background:#f1f5f8;
	overflow:hidden;
}
.service_det {
	float:left;
	padding:0 100px;
	background:#f1f5f8;
}
.service_det ul {
	width:1170px;
	margin-top:10px;
	float:left;
}
.service_det ul li {
	width:255px;
	float:left;
}
.botton {
	width:137px;
	height:51px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:50px;
}
.service_det ul .tit1 {
	text-align:center;
	padding-top:165px;
	background:url(../images/first.jpg) no-repeat center;
	line-height:56px;
}
.service_det ul .tit2 {
	text-align:center;
	padding-top:165px;
	background:url(../images/second.jpg) no-repeat center;
	line-height:56px;
}
.service_det ul .tit3 {
	text-align:center;
	padding-top:165px;
	background:url(../images/third.jpg) no-repeat center;
	line-height:56px;
}
.service_det ul .tit4 {
	text-align:center;
	padding-top:165px;
	background:url(../images/forth.jpg) no-repeat center;
	line-height:56px;
}
.service_det .text {
	text-align:center;
	line-height:26px;
}
.first, .second, .third {
	margin-right:50px;
}
.leadership {
	width:1370px;
	background:#3c4d5e;
	float:left;
}
.leadership_m {
	margin:0 80px 0 107px;
}
.leadership_l {
	float:left;
	width:570px;
	height:336px;
	margin:67px auto;
}
.leadership_r {
	float:left;
	margin-left:58px;
	padding-top:67px;
	padding-bottom:67px;
}
.leadership_r ul {
	width:513px;
	float:left;
	margin-top:45px;
}
.leadership_r ul li {
	line-height:30px;
}
.about {
	width:1370px;
	float:left;
	background:#f1f5f8;
	padding-top:48px;
	padding-bottom:35px;
}
.about ul {
	width:1170px;
	margin:0 auto;
}
.about ul li {
	width:367px;
	height:445px;
	float:left;
}
.about ul li .more {
	width:94px;
	height:39px;
	margin:0 auto;
}
.about ul .mision {
	background:url(../images/mission.jpg) no-repeat center;
}
.about ul .culture {
	background:url(../images/culture.jpg) no-repeat center;
}
.about ul .honner {
	background:url(../images/honnor.jpg) no-repeat center;
}
.about .text {
	padding:10px 20px 20px 20px;
	line-height:29px;
}
.about ul .tit {
	margin:200px 20px 0 20px;
	padding-bottom:18px;
	border-bottom:1px solid #d3d9df;
}
.mision, .culture {
	margin-right:34px;
}
/*-----------------首页main结束---------------*/
/*-----------------footer开始---------------*/
.footer {
	width:1370px;
	float:left;
	background:#f1f5f8;
}
.footer_m {
	width:1170px;
	height:82px;
	margin:0 auto;
	border-top:1px solid #d3d9df;
	-moz-box-shadow: 2px 2px 10px #f8f9fa;
}
.footer_p {
	float:left;
	height:82px;
	line-height:82px;
}
.footer_nav {
	float:right;
	height:82px;
	line-height:82px;
}
.footer_nav a {
	padding-left:27px;
}
/*-----------------footer结束---------------*/

/*-----------------list开始---------------*/
.position {
	width:1370px;
	height:82px;
	float:left;
	background:#d7dee4;
}
.position_l {
	width:200px;
	float:left;
	padding-left:185px;
}
.position_l p {
	height:82px;
	line-height:82px;
	font-family:"微软雅黑";
	font-size:24px;
	color:#333;
}
.position_r {
	float:right;
	padding-right:106px;
	height:82px;
	line-height:82px;
	background:url(../images/listico.jpg) no-repeat left;
	padding-left:25px;
}
.con {
	width:1370px;
	float:left;
	background:#f1f5f8;
	padding-bottom:42px;
}
.con_list {
	float:left;
}
.con_text {
	width:755px;
	float:left;
	background:#fff;
	padding:60px 55px;
}
.tabs {
	float:left;
	width:250px;
	padding-left:135px;
	margin-top:70px;
}
.tabs li {
	height:47px;
	line-height:47px;
	width:250px;
	text-align:right;
	border-bottom:1px solid #e0e0e0;
}
.tabs li a {
	display: block;
	padding:0 15px;
}
.tabs li a:hover {
	background:url(../images/ahover.jpg) no-repeat;
	color:#fff;
}
.tabs .thistab, .tabs .thistab a:hover {
	background:url(../images/ahover.jpg) no-repeat;
}
#tabbox {
	width:600px;
	overflow:hidden;
	margin:0 auto;
}
.tab_conbox {
	
}
.tab_con {
	display:none;
}
.tab_con p{
	text-indent:2em;
	line-height:28px;
	padding:0 70px;
	margin-top:40px;
	}
.tab_con h2 {
	text-align:center;
}

/*-----------------list结束---------------*/


/*--------------------------------------------------- 新加样式 -------------------------------------------------*/
.y_tl{width:100%; height:50px; line-height:50px; text-align:center; padding-bottom:10px;}
.y_rnr{width:100%; height:auto !important; height:300px; min-height:300px; line-height:28px; text-align:justify;}

.y_left{width:505px; background:url(../images/y_02.jpg) right top repeat-y;}
.y_lnav{width:267px; margin-top:70px; float:right;}
.y_lnav li{width:237px; height:42px; line-height:40px; padding-right:30px; text-align:right; font-family:"微软雅黑"; font-size:14px; background:url(../images/y_03.png) right bottom no-repeat;}
.y_lnav li a{ display:block;}
.y_lnav li a:hover{width:237px; height:42px; line-height:40px; padding-right:30px; background:url(../images/y_04.png) right center no-repeat; color:#fff; display:block;}
.y_lnav_a{width:237px; height:42px; line-height:40px; padding-right:30px; background:url(../images/y_04.png) right center no-repeat; display:block;}

.erjmtp{width:661px; height:386px; margin:10px auto;}








