.ser-bar{
	padding-top:52px;
	height:600px;
	box-sizing: border-box;
}
.team-txt-bar p{
	font-size:16px;
	font-family:宋体, SimSun;
}
.ser-tit-bar{
	background:url(../img/index/ser-tit-bor.png) no-repeat top center;
	height:	510px;
	position: relative;
}

.ser-tit-bar>h2{
	transform: translateY(-18px);
    text-align: center;
    font-size: 27px;
    color: #41beb9;
    font-weight: normal;
    letter-spacing: 1px;
}
.team-list-bar img{
	width:100px;height:100px;
}
.ser-tit-bar ul{
	padding: 10px 0%;
}

.ser-tit-bar ul>li{
	margin-left:212px;
	float:left;
	width:100px;
	cursor: pointer;
	background:url(../img/index/icon-ser.png) no-repeat;
}

.ser-tit-bar ul>li:nth-of-type(2){
	margin-left:238px;
	background-position-x: -100px !important;
}

.ser-tit-bar ul>li:last-of-type{
	margin-left:240px;
	background-position-x: -200px !important;
}

.ser-tit-bar ul>li img{
	margin:0 auto;
}

.ser-tit-bar ul>li>dt{
	height:45px;
}

.ser-tit-bar ul>li>dd{
	font-size:20px;
	color:#969696;
	text-align: center;
	margin-top:10px;
}

.ser-tit-bar ul>li.active{
	background:url(../img/index/icon-ser-act.png) no-repeat;
}

.ser-tit-bar ul>li.active dd{
	color:#3AABA6;
}

.ser-tit-bar ul>li>div{
	cursor: default;
	width:1200px;
	margin:0 auto;
	height:368px;
	background:url(../img/index/ser-con-bor.png) no-repeat;
	position: absolute;
	left:0;
	top:140px;
	text-align: center;
}

.ser-tit-bar ul>li:nth-last-of-type(2)>div{
	background-position-y: -370px;
}

.ser-tit-bar ul>li:last-of-type>div{
	background-position-y: -740px;
}

.ser-tit-bar ul>li>div dl{
	width:255px;
	float:left;	
	margin:80px 22px;
}

.ser-tit-bar ul>li>div dl dt{
	position: relative;
	width:100%;
	height:180px;
}

.ser-tit-bar ul>li>div dl dt img{
	width:100%;
	height:100%;
}

.btm-block-span{
	display: block;
	width:100%;
	height:30px;
	background:rgba(0,0,0,.7);
	text-align: center;
	color:#fff;
	font-size:18px;
	position: absolute;
	bottom:0;
	left:0;
	line-height: 30px;
}

.ser-tit-bar ul>li>div dl dd{
	margin-top:10px;
}

.ser-tit-bar ul>li>div dl dd a{
	font-size:15px;
	display: inline-block;
	margin-left:3px;
	color:#575757;
	line-height: 1.5em;
}

.ser-div-s{
	padding-left:95px;
}

.ser-div-s dl{
	margin:80px 45px !important;
}

.ser-div-t{
	padding-left:250px;
}

.ser-div-t dl{
	margin:80px 50px !important;
}


/*集团动态新闻*/
.comp-outer{
	width:100%;
	/*height:600px;*/
	height:560px;
	background:url(../img/index/bg.png);
	box-sizing: border-box;
	/*padding-top:52px;*/
	padding-top:35px;
}

.comp-bar{
	height:100%;
}

.comp-l{
	width:300px;
	float:left;
}

.comp-l-tit{
	width:300px;
	height:50px;
	background:#41beb9;
	color:#fff;
	text-align: center;
	font-size:20px;
	line-height: 50px;
	font-family: "黑体";
}

.comp-l-con{
	width:100%;
	height:430px;
	margin-top:1px;
	box-sizing: border-box;
	padding:20px 25px;
	background:#fff;
}

.comp-l-con>img{
	width:250px;
	height:180px;
}

.comp-l-con>p{
	margin:12px 0;
	font-size:13px;
	color:#575757;
	line-height: 1.6em;
}

.comp-r{
	width:890px;
	float:right;
}

.comp-r-tit{
	width:100%;
	height:50px;
}

.comp-r-tit>li{
	width:290px;
	height:43px;
	background:#b2e1df;
	float:left;
	margin-right:9.5px;
	text-align: center;
	line-height: 43px;
	font-size:20px;
	color:#fff;
	cursor: pointer;
}

.comp-r-tit>li:last-of-type{
	margin:0;
}

.comp-r-tit>li.active{
    background: #41beb9;
    height: 50px;
    border-bottom: 7px solid rgba(0,0,0,0);
    box-sizing: border-box;
}

.comp-r-con{
	width:100%;
	height:430px;
	background:#fff;
	padding:40px;
	padding-left:30px;
	box-sizing: border-box;
}

.news-f-pic{
	width:280px;
	height:350px;
	background:#eee;
	/*padding:25px 20px 0 13px;*/
	padding:25px 15px;
	overflow: hidden;
	box-sizing: border-box;
	float:left;
}

.news-f-pic>h3{
	width:250px;
	font-size:18px;
	border-bottom: 1px solid #000;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-weight: normal;
}

.newPic-swichtBar{
	width:250px;
	height:180px;
	overflow: hidden;
	position: relative;
}

.newPic-swichtBar a{
	position: absolute;
	top:0;
	left:0;
	display:none;
}

.newPic-swichtBar img{
	width:250px;
	height:180px;
}

.newPic-swichtBar a:first-of-type{
	display:block;
}


.switch-btn{
	text-align: right;
	clear: both;
	margin:10px 0 20px;
}

.switch-btn>a{
	cursor: pointer;
	display: inline-block;
	width:14px;
	height:14px;
	background:url(../img/index/icon-pre.png) no-repeat center center;
}

.switch-btn>a:last-of-type{
	background:url(../img/index/icon-next.png) no-repeat center center;
}

.act-sign{
	display:none;
}

.act-sign:first-of-type{
	display:block;
}

.act-sign>a{
	display: inline-block;
	width:120px;
	height:30px;
	line-height: 30px;
	background:#fff;
	text-align: center;
	font-size:15px;
	background-color:#41beb9;
	color:#fff;
	border-radius: 4px;
}

.act-sign>a:last-of-type{
	float:right;
}

.act-news{
	width:530px;
	height:350px;
	box-sizing: border-box;
	padding-left:25px;
}

.act-news{
	float:right;
}

.act-top-new-pic{
	width:185px;
	height:120px;
	float:left;
}

.act-top-new-pic>img{
	width:185px;
	height:120px;
}

.act-top-new{
	width:505px;
	height:190px;
	border-bottom: 1px solid #d2d2d2;
}

.act-top-new h2{
	font-size:24px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 20px;
}

.act-top-new h2 a{
	color:#575757;
}

.act-top-new-con{
	float:right;
	width:305px;
	height:125px;
	position: relative;
}

.act-top-new-con p{
	font-size:13px;
	color:#575757;
	line-height: 20px;
	height:100px;
	box-sizing: border-box;
	overflow: hidden;
}

.act-top-new-con a{
	position: absolute;
	bottom:0;
	right:0;
}

.act-new-bar{
	width:100%;
	height:190px;
	position: relative;
}

.act-new-bar>a{
	position: absolute;
	right:0;
	bottom:-5px;
	text-transform:uppercase;
}

.act-new-ul{
	width:100%;
	height:180px;
	position: relative;
}

.act-new-ul li{
	width:100%;
	display: inline-block;
	font-size:13px;
	line-height: 20px;
	color:#575757;
}

.act-new-ul li a{
	display: inline-block;
	width:405px;
	height:17px;
	overflow: hidden;
	color:#575757;
}

.act-new-ul li a:hover{
	/*color:#000;*/
}

.act-new-ul li span{
	float:right;
}


/*康复日志*/
.jour-bar{
	width:100%;
}

.jour-top-news-bar{
	width:100%;
	height:185px;
	border-bottom: 1px solid #d2d2d2;
}

.jour-top-new{
	width:395px;
	height:160px;
	display: inline-block;
}

.jour-top-new-pic{
	width:185px;
	height:120px;
	float:left;
}

.jour-top-new-pic img{
	width:100%;
	height:100%;
}

.jour-top-new-con{
	width:200px;
	height:100%;
	float:right;
	font-size:13px;
	color:#575757;
	position: relative;
	text-align: justify;
	line-height: 1.5em;
	margin-right:10px;
	box-sizing: border-box;
	padding-left:5px;
}

.jour-top-new h2{
	font-size:24px;
	color:#575757;
	margin-bottom: .5em;
	font-weight: normal;
}

.jour-top-new h2 a{
	color:#575757;
}

.jour-top-new-con a{
	position: absolute;
	right:0;
	bottom:0;
}

.jour-top-new:last-of-type{
	margin-right:0;
	float:right
}

.jour-news-bar{
	width:100%;
	height:190px;
	overflow: hidden;
	position: relative;
}

.jour-news-bar>a{
	position: absolute;
	right: 0;
	bottom:0;
	text-transform: uppercase;
	font-size:13px;
	color:#575757;
}

.jour-new-ul{
	width:100%;
	height:170px;
	overflow: hidden;
}

.jour-new-ul>li{
	width:360px;
	height:19px;
	line-height: 20px;
	display: inline-block;
	overflow: hidden;
}

.jour-new-ul>li:nth-of-type(2n){
	margin-right:0;
	float:right;
}

.jour-new-ul>li a{
	width:290px;
	overflow: hidden;
	height:100%;
	display: inline-block;
	text-overflow: clip;
	color: #575757;
	font-size: 13px;
}

.jour-new-ul>li span{
	float:right;
}

/*专家团队*/
.team-bar{
	height:770px;
	/*padding-top:40px;*/
	padding-top:35px;
	box-sizing: border-box;
}

.team-bar>h1{
	font-weight: normal;
	font-size:30px;
	color:#41beb9;
	border-bottom: 1px solid #41beb9;
	line-height: 1.1em;
	padding-bottom: 7px;
}

.team-bar>h1 a{
	float:right;
	font-size:15px;
	color:#575757;
	line-height: 3em;
}

.team-bar-con{
	width:100%;
	padding-top:20px;
}

.team-list-bar{
	width:230px;
	height:630px;
	overflow-y: scroll;
	box-sizing: border-box;
	float:left;
}

.team-list-bar li{
	width:100%;
	height:100px;
	overflow: hidden;
	margin-bottom:5px;
	cursor: pointer;
}

.team-list-bar li dt{
	display: inline-block;
	float:left;
}

.team-list-bar li dd{
	float:left;
	font-size:15px;
	color:#575757;
	padding-left:17px;
}

.team-list-bar li dd p{
	margin-top:22px;
}

.team-info-outer{
	width:920px;
	height:630px;
	float:right;
}

.team-info-bar{
	width:100%;
	height:420px;
	padding-top:10px;
	border-bottom: 1px solid #41beb9;
}


.team-txt-bar{
	width:500px;
	height:400px;
	float:left;
	padding-top:20px;
	box-sizing: border-box;
	color:#575757;
}

.team-txt-bar h3{
	font-size:26px;
	color: #575757;
	line-height: 1em;
}

.team-txt-bar h3 label{
	font-size:18px;
	color:#575757;
	padding-left: 3px;
}

.man-top{
	font-size:13px;
	color:#575757;
}

.man-top li{
	display: inline-block;
	width:235px;
	line-height: 1em;
	margin-top:6px;
	margin-right:63px;
	overflow: hidden;
	float:left;
}
.man-top li:nth-of-type(2n){
	width:180px;
	margin:0;
}

.doc-top{
	width:100%;
	height:120px;
	overflow: hidden;
}

.doc-int{
	width:100%;
	height:100px;
	margin-top:25px;
	font-size:13px;
	line-height: 1.7em;
	position: relative;
}

.doc-int>p{
	display: inline-block;
	width:100%;
	height:66px;
	overflow: hidden;
}

.doc-int>a{
	position: absolute;
	right: 0;
	bottom:-10px;
	font-size:18px;
	color:#575757;
}


.doc-good{
	margin-top:17px;
}

.doc-good>p{
	margin-top:5px;
	display: inline-block;
	width:100%;
	height:37px;
	overflow: hidden;
}

.order-btn{
	clear:both;
	width:100%;
    transform: translateY(-30px);
}

.order-btn>a{
	display: inline-block;
	width:120px;
	height:30px;
	background:#41beb9;
	border-radius: 4px;
	text-align: center;
	line-height: 30px;
	color:#fff;
	margin-right:5px;
}

/*专家风采*/
.team-show{
	width:100%;
	padding-top:28px;
}

.team-show h3{
	display: inline-block;
	width:20px;
	font-size:24px;
	color:#41beb9;
	font-weight: normal;
	line-height: 1.4em;
}

.team-show-ul{
	display: inline-block;
	width:845px;
	height:160px;
	float:right;
}

.team-show-ul li{
	width:230px;
	float:left;
	margin-right:77px;
	text-align: center;
}

.team-show-ul li:last-of-type{
	margin:0;
}

.team-show-ul li dt{
	width:100%;
	height:130px;
}

.team-show-ul li dt img{
	width:100%;
	height:100%;
}

.team-show-ul li dd{
	font-size:15px;
	margin-top:10px;
}

.team-pic{
	float:right;
	width:295px;
	height:390px;
}

.team-pic img{
	width:295px;
	height:390px;
}


/*心理科普视频*/
.video-bar-outer{
	/*height:455px;*/
	/*padding-top:26px;*/
	height:430px;
}

.video-bar-outer>h1 {
    font-weight: normal;
    font-size: 30px;
    color: #41beb9;
    border-bottom: 1px solid #41beb9;
    line-height: 1.1em;
    padding-bottom: 7px;
}

.video-bar-outer>h1 a {
    float: right;
    font-size: 15px;
    color: #575757;
    line-height: 3em;
}

.video-ul{
	width:100%;
	height:180px;
	overflow: hidden;
	margin-top:15px;
}

.video-ul li{
	width:275px;
	height:180px;
	overflow: hidden;
	position: relative;
	float:left;
	margin-right:33px;
}

.video-ul li:last-of-type{
	margin:0;
}

.video-ul li img{
	position: relative;
	z-index: 0;
}

.video-ul li span{
	display: block;
	position: absolute;
	width:100%;
	background:rgba(0,0,0,.7);
	color:#fff;
	text-align: center;
	bottom:0;
	left: 0;
	height:35px;
	line-height: 35px;
	font-size: 15px;
}

.video-bar{
	width:100%;
	height:218px;
	border-bottom: 1px solid #d2d2d2;
}

.video-bar p{
	text-align: right;
}

.video-bar p a {
    float: right;
    font-size: 15px;
    color: #575757;
    line-height: 2em;
    font-size:13px;
}

/*视频列表*/
.video-list-bar-outer{
	width:100%;
	height:130px;
	position: relative;
}

.video-list-bar-outer p{
	text-align: right;
}

.video-list-bar-outer p a{
    float: right;
    color: #575757;
    line-height: 1.3em;
    font-size: 13px;
    text-transform: uppercase;
}

.video-list-bar{
	width:100%;
	padding-top:10px;
    height: 115px;
}

.video-list-bar li{
	width:473px;
	height:15px;
	line-height: 15px;
	overflow: hidden;
	float:left;
	font-size:13px;
	color:#575757;
	margin-bottom: 5px;
	/*line-height: 1em;*/
	margin-right:127px;
}


.video-list-bar li a{
	width:235px;
	overflow: hidden;
	font-size:13px;
	color:#575757;
}

.video-list-bar li span{
	float:right;
}


/*友情链接*/
.eve-tab-bar{
	/*height:534px;*/
	height:485px;
	/*padding-top:35px;*/
	padding-top:25px;
	box-sizing: border-box;
}

.eve-tit{
	width:345px;
	margin-left:45px;
	height:40px;
}

.eve-tit li{
	width:110px;
	height:40px;
	line-height: 40px;
	text-align: center;
	font-size:20px;
	background:#eee;
	float:left;
	margin-right:5px;
	border:1px solid #41beb9;
	box-sizing: border-box;
	cursor: pointer;
	color:#969696;
	border-bottom: none;
}

.eve-tit li.active{
	color:#41beb9;
	background:#fff;
	border-bottom: none;
	height:41px;
}

.eve-tab-con-bar{
	height:372px;
	width:100%;
	border:1px solid #41beb9;
}

.eve-tab-con{
	padding-top:25px;
	padding-bottom:20px;
	height: 172px;
	border-bottom:1px solid #41beb9;
}

.run-div-bar{
	position: relative;
}

.run-div,.runHornor-div{
	width:990px;
	height:160px;
	overflow: hidden;
	margin:0 auto;
    margin-bottom: 21px;
    /*position: absolute;
    left:105px;*/
   position: relative;
}

.run-div>ul,.runHornor-div>ul{
	position: absolute;
}

.run-div>ul li,.runHornor-div>ul li{
	float:left;
	width:220px;
	height:160px;
	margin:0 13px;
}

.run-div-bar span{
	position: absolute;
	cursor: pointer;
}

.btn-pre{
	top:50px;
	left:50px;
}

.btn-next{
	top:50px;
	right:50px;
}

.btn-pre img,.btn-next img{
	width:100%;
	height:100%;
}

.intro-txt{
	display: inline-block;
	width:100%;
	height:155px;
	padding: 15px 40px;
	box-sizing: border-box;
}

.intro-txt h3{
	font-size:20px;
	color:#000;
	
}
.intro-txt p{
	margin-top:10px;
	line-height: 3em;
	padding-left:3px;
}

.intro-txt p a{
	/*display: inline-block;*/
	margin-right:10px;
	font-size:15px;
	color:#575757;
}

/*友情链接*/
.friLink{
	width:1140px;
	margin:20px auto;
}

.friLink ul{
	height: 95px;
}

.friLink ul li{
	float:left;
	border:1px solid #eee;
	border-right:0;
	width:190px;
	height:95px;
	box-sizing: border-box;
	text-align: center;
}

.friLink ul li:last-of-type{
	border-right:1px solid #eee;
}

.friLink ul li img{
	width:100%;
	height:100%;
}

.friLink p{margin-top: 20px;}

.friLink p span{font-size: 18px;}

.friLink p a{font-size:18px;margin:0 10px;color: #575757;}

