@charset "gb2312";
/* reset */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, select, button, textarea, menu {
	margin: 0;
	padding: 0;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
	display: block;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
html, body, fieldset, img, iframe, abbr {
	border: 0;
}
i, cite, em, var, address, dfn {
	font-style: normal;
}
body{
  -moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;}
[hidefocus], summary {
outline:0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, small {
	font-size: 100%;
}
sup, sub {
	font-size: 40%;
}
pre, code, kbd, samp {
	font-family: inherit;
}
q:before, q:after {
	content: none;
}
textarea {
	overflow: auto;
	resize: none;
}
label, summary {
	cursor: default;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
	font-weight: bold;
}


body, textarea, input, button, select, keygen, legend {
	font: 14px/1.8 "Microsoft YaHei UI", "Microsoft YaHei", Arial, SimSun, "Segoe UI", Tahoma, Helvetica, sans-serif;
	outline: 0;
}
body {
	background: #f5f5f5;
	color: #444;
	min-width: 1200px;
}
#LRdiv1{ display:none !important;}
a {
	color: #444;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* 文字样式 */
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.green {
	color: #1c4885;
}
.green:hover {
	color: #096;
}
.redclor{color:#f00;}
/* 按钮 */
.btn {
	display: inline-block;
	border: none;
	text-align: center;
	background: #1c4885;
	color: #fff;
	min-height: 34px;
	line-height: 34px;
	padding: 0 15px;
	-webkit-transition: background 0.3s, border 0.3s;
	transition: background 0.3s, border 0.3s;
}
.btn:hover {
	background: #009966;
	color: #fff;
}
.btn.white {
	background: #fff;
	color: #666;
	border: 1px solid #ddd;
}
.btn.white:hover {
	background: #666;
	color: #fff;
	border: 1px solid #666;
}
.btn.disabled {
	background: #f1f1f1;
	border-color: #aaa;
	color: #aaa;
	cursor: default;
}
/* 边距 */
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt25 {
	margin-top: 25px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
/* 浮动 */
.fl {
	float: left!important;
}
.fr {
	float: right!important;
}
.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
.clearbox{ clear:both; overflow:hidden; height:0; display:block;}
/*显示形式*/
.inline {
	display: inline;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
	zoom: 1;
*display:inline;
}
.hidden {
	display: none;
}
/* 下拉三角符号 */
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 8px solid #000000;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: "";
}
.caret.up {
	border-top: none;
	border-bottom: 8px solid #ccc;
}
.caret.down {
	border-top: 8px solid #ccc;
	border-bottom: none;
}
/* 消息框  */
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert, .alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 20px;
}
.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger, .alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.alert-danger h4, .alert-error h4 {
	color: #b94a48;
}
.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block>p, .alert-block>ul {
	margin-bottom: 0;
}
.alert-block p+p {
	margin-top: 5px;
}
/*表单样式*/
.form-horizontal {
	padding-top: 15px;
*overflow:hidden;
}
.form-horizontal legend {
	display: block;
	width: 100%;
	padding: 5px 0;
	margin-bottom: 15px;
	text-indent: 10px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	font-weight: bold;
}
.form-horizontal legend a {
	font-size: 12px;
	margin-left: 10px;
	font-weight: normal;
}
.form-horizontal .control-group {
	margin-bottom: 9px;
*zoom:1;
*width:100%;
*float:left;
	position: relative;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
	display: table;
	content: "";
}
.form-horizontal .control-group:after {
	clear: both;
}
.form-horizontal .control-label {
	position: absolute;
	width: 120px;
	left: 0;
	top: 14px;
	text-align: right;
}
.form-horizontal .controls {
	padding: 5px 0;
	padding-left: 130px;
}
.form-horizontal .controls p {
	padding-top: 4px;
}
.form-horizontal .controls .radio {
	line-height: 44px;
}
.form-horizontal .help-block {
	margin-top: 9px;
	margin-bottom: 0;
}
.form-horizontal .help-block .icon-exclamation-sign {
	font-size: 14px;
	color: #1c64e3;
}
.form-horizontal .form-actions {
	padding-left: 130px;
}
.form-horizontal .form-actions .btn {
	width: 120px;
	line-height: 45px;
}
.control-group label.required:before {
	content: "*";
	font-weight: normal;
	color: red;
	margin-right: 8px;
}
.control-group label.error, .control-group label.valid {
	padding-left: 8px;
	zoom: 1;
}
.control-group .error {
	color: #bd4247;
}
.control-group .form-text {
	display: inline-block;
	zoom: 1;
*display:inline;
	padding-top: 4px;
}
.control-group input.error {
	border-color: #bd4247;
}
.control-group input.error:focus {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(189,66,71,.6);
}
.control-group .valid {
	color: #669533;
}
.control-group input.valid {
	border-color: #669533;
}
.control-group input.valid:focus {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,149,51,.6);
}
.control-group .inline, .control-group .inline input {
	line-height: 28px;
	vertical-align: middle;
	padding-right: 10px;
}
.control-group textarea {
	vertical-align: middle;
	min-height: 120px;
}
.help-inline, .help-block {
	color: #666;
	padding-left: 8px;
}
.help-inline {
	display: inline;
}
.help-block {
	display: block;
}
.pic-preview a {
	position: relative;
	display: inline-block;
	
	width: 16px;
	height: 16px;
	margin-top: 12px;
	margin-left: -22px;
	text-indent: -9999px;
	vertical-align: top;
}
.pic-preview img {
max-width::140px;
	max-height: 140px;
	margin-top: 10px;
}


.input-medium {
	width: 280px;
}
.getcode {
	width: 80px;
	position: absolute;
	left: 317px;
	top: 10px;
}
.regform #code_img {
	width: 110px;
	height: 34px;
	position: absolute;
	left: 317px;
	top: 10px;
}
.regform {
	margin-top: 25px;
}
.regform .fl, .regform .fr {
	width: 49%;
	height: 360px;
}
.regform .fr {
	border-left: 1px solid #ddd;
}
.regform .fr p {
	font-size: 16px;
	margin-left: 35px;
	margin-top: 35px;
}
.regform .submit {
	width: 302px;
	line-height: 40px;
}
/* 来院路线分类 */
.lylxfl {
	color: #ff0000;
}
/* 图标 */
@font-face {
	font-family: "iconfont";
	src: url('font/iconfont.eot'); /* IE9*/
	src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('font/iconfont.woff') format('woff'), /* chrome、firefox */ url('font/iconfont.ttf') format('truetype'),  url('font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
	display: inline-block;
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.layout {
	max-width: 1200px;
	min-width: 980px;
	margin-left: auto;
	margin-right: auto;
}


.header {
    position:relative;
	height: 170px;
}
.topbar {
	height: 50px;
	line-height: 50px;
	background: #f1f1f1;
	color: #ccc;
	font-size: 13px;
	overflow: hidden;
	word-spacing: .5em;
}
.topbar span {
	color: #999;
}
.top-login {
	display: inline-block;
}
.logo-row {
	height: 80px;
	background: #fff;
	padding-top: 30px;
	padding-bottom: 10px;
	
}
.version a {
	line-height: 1;
}
.version a.cur {
	font-weight: bold;
}
.weishi {
	height: 38px !important;
	margin: 6px 20px 0px 0px;
}
.logo {
	float: left;
	background: url(/images/logo.png) no-repeat;
	width:330px;
	height:60px;
	text-indent:-999em;
	display:block;
}
.logo-txt {
	float: left;
	margin-left: 10px;
	color: #666;
}
.logo-txt h4 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
}
.logo-txt span{
display:block;
line-height: 20px;}
.logo-txt h5 {
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
}
.search {
	height: 44px;
	margin-top: 8px;
	position: relative;
}
.search i {
	line-height: 44px;
	position: absolute;
	font-size: 28px;
	top: 0;
	left: 15px;
}
.search button {
	width: 105px;
	height: 44px;
	font-size: 16px;
	margin-left: -1px;
}
input.keyword {
	width: 235px;
	height: 20px;
	line-height: 20px;
	padding: 9px 5px 9px 50px;
	border: 3px solid #1c4885;
	margin-left: -40px;
}
.nav {
	width: 100%;
	height: 50px;
	background: url(../images/gradient-bg.png);
	background-size: contain;
}
.ie .nav {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/gradient-bg.png', sizingMethod='scale');
	background: none;
}
.nav .layout {
	position: relative;
}
.nav .float-bg {
	width: 8.14%;
	height: 50px;
	background: url(../images/black30.png);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.nav ul {
	display: block;
	position: relative;
	z-index: 1;
}
.nav li {
	width: 8.14%;
	float: left;
	position: relative;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
}
.nav li a {
	display: block;
	color: #fff;
	font-size: 15px;
	transition: color 0.3s, background 0.3s;
	-webkit-transition: color 0.3s, background 0.3s;
}
.nav li.liindex{background: url(/images/liindex.jpg) no-repeat;}
.nav li.liindex h2{ text-indent:-999em;}
.nav li a:hover {
	color: #99ffcc;
}
.no-js .nav .float-bg {
	display: none;
}
.no-js .nav li.cur a, .no-js .nav li a:hover {
	background: url(../images/black30.png);
	background: rgba(0,0,0,.3);
}
.nav li a i {
	margin-left: 5px;
}
.nav li .subnav {
	position: absolute;
	left: 0;
	top: 50px;
	min-width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	display: none;
}
.nav li:last-child .subnav {
	left: auto;
	right: 0;
}
.nav li:last-child .subnav a {
	text-align: right;
}
.nav li .subnav a {
	color: #444;
	font-size: 13px;
	font-weight: normal;
	line-height: 30px;
	background: none;
	text-align: left;
	margin: 0 20px;
	border-bottom: 1px solid #ddd;
	white-space: nowrap;
}
.nav li .subnav a:last-child {
	border: none;
}
.nav li .subnav a:hover {
	color: #096;
}
.no-js .nav li:hover .subnav {
	display: block;
}
.sou {
  width:1200px;
  margin:10px auto;
	height: 29px;
	border: solid 1px #b7b7b7;
	line-height: 29px;
	clear: both;
  background-color:#fff;
}
.sou_left {
	float: left;
}
.sou_right {
	float: left;
}
.input {
	width: 212px !important;
	height: 23px !important;
	background: url(/images/innput.jpg) no-repeat;
	border: none !important;
	line-height: 23px !important;
	padding-left: 50px !important;
}
.input_an {
	background: url(/images/input_an.jpg) no-repeat;
	width: 71px;
	height: 22px;
	border: none;
	cursor: pointer;
}
.sou_left tr td {
	font-size: 14px;
	color: #292929;
	font-family: "微软雅黑";
	font-weight: 700;
	padding-left: 15px;
}
.sou_right ul li {
	float: left;
	font-size: 13px;
	color: #F00;
	margin-left: 13px;
	height: 29px;
	line-height: 29px;
}
.sou_right ul li a {
	font-size: 13px;
	color: #777777;
}
.sou_right ul li a:hover {
	text-decoration: underline;
}
.slider {
	height: 650px;
	background: url(../images/slide4.jpg) no-repeat center top;
}
.slider a{ display:block; height:100%;}

.service {
	height: 130px;
	margin-top: -130px;
	position: relative;
	z-index: 1;
	
	background-size: contain;
}


.home-main {
	min-height: 1000px;
}
.home-container .list-item.fl {
	width: 65%;
}
.home-container .list-item.fr {
	width: 33%;
}
.list-item {
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}
.list-tit {
	line-height: 40px;
	border-bottom: 2px solid #ebf5ec;
	position: relative;
}
.list-tit p {
	display: inline-block;
	font-size: 16px;
	word-spacing: .8em;
	color: #ccc;
	font-weight: normal;
}
.list-tit p a {
	display: inline-block;
	line-height: 42px;
	margin-bottom: -2px;
	font-weight: bold;
}
.list-tit p a.cur {
	color: #1c4885;
	border-bottom: 2px solid #1c4885;
}
.list-tit p span {
	color: #999;
}
.list-tit .fr {
	color: #ddd;
	word-spacing: .5em;
}
.list-content {
	margin-top: 18px;
	position: relative;
}
.list-content ul.diqu li{ float:left; border:1px solid #444; margin:8px; width:80px; text-align:center; } 
.hos-jj {
	width: 100%;
	height: auto;
}
.hos-jj>img {
	float: left;
	width: 139px;
	height: 111px;
}
.hos-jj>p {
	float: right;
	width: 200px;
	font-size: 14px;
	padding: 0 8px;
	line-height: 150%;
	text-indent: 2em;
}
.hos-jj>p>a {
	color: #fa7404;
	font-size: 14px;
	overflow: initial;
	text-indent: 0;
}
.hos-jj>div {
	width: 100%;
}
.hos-jj>div img {
	margin-top: 10px;
}
.tab-pannel {
	display: none;
}
.tab-pannel:first-child {
	display: block;
}
.news-slide {
	overflow: hidden;
}
.news-slide ul li {
	width: 100%;
	height: 260px;
	float: left;
	position: relative;
}
.news-slide a {
	line-height: 0;
}
.news-slide ul li span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	width: 100%;
	padding-left: 10px;
	padding-right: 80px;
	background: rgba(0,0,0,.7);
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dots {
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 5px;
	text-align: right;
}
.dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	border-radius: 50%;
	background: #fff;
	opacity: .7;
	filter: alpha(opacity=70);
	line-height: 0;
	font-size: 0;
	text-indent: -999px;
	cursor: pointer;
}
.dots .active {
	opacity: 1;
	filter: alpha(opacity=100);
}
.news-row .img-news {
	width: 47%;
	height: 260px;
	position: relative;
	margin-top: 14px;
}
.right-news {
	width: 50%;
}
.txt-news li {
	height: 26px;
	overflow: hidden;
}
.txt-news a {
	line-height: 26px;
}
.txt-news dl dd{ width:270px;}
.txt-news dl dd p{  line-height:18px;}
.news-row .list-content {
	height: 220px;
}
.home-ad {
	background: #1c4885;
	position: relative;
	height: 180px;
	overflow: hidden;
}
.home-ad ul li {
	height: 125px;
	position: relative;
	overflow: hidden;
}
.home-ad img {
	width: 1200px;
	height: 125px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -600px;
}
.home-notice ul li {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px dashed #ccc;
	position: relative;
}
.home-notice ul li:last-child {
	border: none;
}
.home-notice ul li a:before {
	content: "?";
	font-weight: bold;
	color: #e4492d;
	margin-right: 5px;
}
.home-notice ul li a {
	max-width: 88%;
}
.home-notice ul li span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #999;
}
.home-expert li {
	float: left;
	width: 17.56%;
	height: 178px;
	overflow: hidden;
	margin-right: 3%;
	margin-bottom: 10px;
}
.home-expert li:nth-child(5n+0) {
	margin: 0;
}
.home-expert li a {
	display: block;
	width: 130px;
	height: 178px;
	position: relative;
}
.home-expert li img {
	width: 130px;
	height: 178px;
	position: absolute;
	left: 50%;
	margin-left: -65px;
}
.home-expert a .expert-info {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-image: url(../images/gradient-bg.png);
	background-position: center;
	transition: background-position 0.3s, height 0.3s;
	-webkit-transition: background-position 0.3s, height 0.3s;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.home-expert a:hover .expert-info {
	background-position: left center;
	height: 88px;
}
.home-expert a .expert-info span {
	display: block;
	padding: 0 10px 10px 10px;
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
}
.expert-row .list-tit {
	position: relative;
}

.slide-dots a, .slide-dots span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}
.slide-dots a {
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 10px;
	border-radius: 50%;
	border: 1px solid #999;
	color: #999;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
.slide-dots a:hover {
	background: #009966;
	border-color: #009966;
	color: #fff;
}
.slide-dots a.disabled {
	background: #f4f4f4;
	border-color: #ddd;
	color: #ddd;
	cursor: default;
}
.slide-dots span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #999;
}
.slide-dots span:hover, .slide-dots span.cur {
	background: #009966;
}
.expert-row .list-content {
	height: 178px;
}
.expert-row .fl .list-content {
	overflow: hidden;
}

.form-input input, .form-input select, .form-input textarea, .select-input {
	border: 1px solid #ddd;
	line-height: 21px;
	padding: 7px 5px;
	box-sizing: border-box;
}

.no-js .select {
	display: none;
}

.lt-index {
	display: inline-block;
	color: #dadada;
	font-size: 12px;
	margin-left: 20px;
}
.lt-index span, .lt-index a {
	display: inline-block;
	padding: 0 5px;
	line-height: 1;
}
.lt-index span:first-child {
	border: none;
}
.lt-index a.cur {
	padding: 3px 6px;
	background: #61b98a;
	color: #fff;
	border: none;
}
.department-nav .tab-tit {
	position: absolute;
	right: 0;
	bottom: 0px;
}
.department-nav .tab-tit a {
	display: inline-block;
	font-weight: bold;
	color: #999;
	line-height: 38px;
	border-top: 4px solid #fff;
	border-bottom: 2px solid transparent;
	padding: 0 15px;
}
.department-nav .tab-tit a.cur {
	border-top-color: #1c4885;
	color: #444;
	border-right: 2px solid #ebf5ec;
	border-bottom-color: #fff;
	border-left: 2px solid #ebf5ec;
}
#department-nav > .list-item {
	position: relative;
}
/*.home-department{margin-right:-4%;}*/
.home-department li {
	float: left;
	margin-right: 3%;
	box-sizing: border-box;
}
.home-department li a:before {
	content: "?";
	font-weight: bold;
	color: #e4492d;
	margin-right: 8px;
}
.picScroll-left {
	overflow: hidden;
	position: relative;
}
.home-department li:last-child {
	border: none;
}
.home-special {
	margin-right: -1.4%;
}
.home-special li {
	width: 23.6%;
	margin-right: 20px;
	float: left;
	overflow: hidden;

}
.home-special li a {
	position: relative;
	display: block;
}
.home-special li a span {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 34px;
	color: #fff;
	background-color: rgba(0,0,0,.5);
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	width: 100%;
	text-align: center;
	height: 34px;
	display: block;
	font-size: 20px;
}
.home-special li a:hover span {
	background-color: rgba(99,99,99,.5);
}
.home-special li a, .home-special li a img {
	width: 100%;
	vertical-align: bottom;
}

.footer {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 25px;
	background: #37383a;
	color: #fff;
	font-size: 14px;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #99ffcc;
}
.footer-info>.fl {
	height: 180px;
	border-right: 1px solid #666;
	box-sizing: border-box;
}
.footer .fr {
	text-align: right;
}
.footer-contact {
	width: 34%;
}
.footer-share {
	width: 39%;
	padding-left: 50px;
}
.footer-share .share a {
	margin-right: 10px;
}
.footer-share .share a i {
	font-size: 30px;
}

.footer-link {
	margin-top: 15px;
}
.footer-link .fr {
	color: #666;
	word-spacing: .3em;
}
.links {
	margin-bottom: 25px;
}
.links .width-p42 {
	width: 42%;
	float: left;
	margin-right: 10px;
}
.bszs a {
	opacity: .5;
	filter: alpha(opacity=50);
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
.bszs a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ruifox {
	margin-left: 25px;
}
.ruifox, .ruifox a, .ruifox a:hover {
	color: #fff;
}

.no-js .gotop {
	display: block;
}
/* 医院概况 */



.img1, .img2, .img3, .img4, .img5, .img6, .img7, .img8 {
	position: absolute;
}
.img1 {
	left: 0;
	top: 0;
	width: 16.9%;
}
.img1 img {
	width: 203px;
	height: 324px;
}
.img2 {
	left: 17.6%;
	top: 0
}
.img2, .img3, .img4, .img5 {
	width: 17.4%;
}
.img2 img, .img3 img, .img4 img, .img5 img {
	width: 209px;
	height: 157px;
}
.img3 {
	left: 17.6%;
	top: 167px;
}
.img4 {
	left: 35.8%;
	top: 0;
}
.img5 {
	left: 35.8%;
	top: 167px;
}
.img6 {
	left: 54%;
	top: 0;
}
.img6 {
	width: 16.9%;
}
.img6 img {
	width: 203px;
	height: 324px;
}
.img7 {
	left: 71.6%;
	top: 0;
}
.img7, .img8 {
	width: 28.3%;
}
.img7 img, .img8 img {
	width: 340px;
	height: 157px;
}
.img8 {
	left: 71.6%;
	top: 167px;
}

.container-inner {
	background: #fff;
	padding: 20px;
}
.content img {
	max-width: 100%!important;
}
.content h1 {
	font-size: 24px;
	line-height: 1.5;
	font-weight: normal;
	padding: 8px 0;
	color: #1c4885;
}
.content h1 span {
	font-size: 14px;
	color: #666;
}









.video-show h1 {
	font-size: 24px;
	font-weight: normal;
}
.vdinfo {
	line-height: 30px;
	color: #999;
}
.vdinfo .fl span {
	margin-right: 10px;
}
.vdplayer {
	width: 100%;
	height: 655px;
	margin-top: 25px;
}
.path {
	margin-top: 15px;
	margin-bottom: -10px;
	color: #999;
}
.path i {
	font-size: 12px;
	vertical-align: middle;
	padding: 0 5px;
}

.pic-show h1 {
	font-size: 24px;
	font-weight: normal;
}


.imgtxt {
	background: #000;
	color: #fff;
	font-size: 14px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 15px;
}


.view {
	min-height: 400px;
	background: #000;
}
.view .loading {
	display: none;
	width: 50px;
	height: 50px;
	border-radius: 8px;
	
	opacity: 0.8;
	filter: alpha(opacity=80);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
}
/* 新闻中心 */
.inner-row>.fl {
	width: 69%;
}
.inner-row>.fr {
	width: 29%;
}
.inner-row .img-news {
	width: 370px;
	height: 260px;
	position: absolute;
	top: 0;
	overflow: hidden;
}
.inner-row .hp-news {
	margin-left: 390px;
	height: 262px;
}
.qhtit{ margin-bottom:15px;}

.news-withdate li {

	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-align:right;
}
.left-inner .fl, .left-inner .fr {
	width: 48.5%;
}

.news-media ul {
	height: 156px;
}


.news-show {
	overflow: hidden;
}




.right-img {
	margin: 0 -2.5% -10px -2.5%;
}
.right-img li {
	float: left;
	width: 45%;
	margin: 0 2.5% 15px 2.5%;
}
.right-img a span {
	display: block;
	display: -webkit-box;
	max-height: 38px;
	line-height: 20px;
	white-space: normal;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.top-special a, .top-special a img {
	width: 100%;
}
.news-info {
	color: #999;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.news-info .fl span {
	margin-right: 10px;
}
.news-info .fr span {
	display: inline-block;
}
.news-info .fr a {
	vertical-align: middle;
}
.news-content {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 15px;
}
.color-share a {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #fff;
}
.color-share a:hover {
	color: #fff !important;
}
.color-share .jiathis_button_qzone {
	background: #1596ea;
}
.color-share .jiathis_button_tsina {
	background: #e53048;
}
.color-share .jiathis_button_weixin {
	background: #01b30c;
}
.color-share .jiathis_button_fb {
	background: #31659b;
}
.color-share .jiathis_button_twitter {
	background: #07cdfe;
}
.news-footer-share {
	text-align: right;
	border-bottom: 2px solid #ddd;
	padding-bottom: 15px;
}
.related-keywords {
	padding-top: 15px;
	padding-bottom: 15px;
}
.related-keywords strong {
	font-size: 16px;
}
.related ul li {
	height: 28px;
	line-height: 28px;
}
.related ul li a:before {
	content: "?";
	font-weight: bold;
	color: #e4492d;
	margin-right: 5px;
}
.related ul li span {
	color: #999;
	margin-left: 10px;
	font-size: 12px;
}
.newspaper-list {
	padding: 20px 0;
	margin-left: -1%;
	margin-right: -1%;
}
.newspaper-list li {
	float: left;
	width: 14.66%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
}
.newspaper-list li a {
	display: block;
	position: relative;
	background: #000;
	text-align: center;
	overflow: hidden;
}
.newspaper-list li a span {
	display: block;
	background: #1c4885;
	color: #fff;
	line-height: 30px;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
.newspaper-list li a:hover span {
	background-color: #015ba0;
}
.newspaper-list li a img {
	height: 236px;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	opacity: .7;
	filter: alpha(opacity=70);
}
.newspaper-list li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.newspaper-show {
	padding: 20px 0;
	margin-left: -1%;
	margin-right: -1%;
}
.newspaper-show li {
	float: left;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
}
.newspaper-show li a {
	display: block;
	position: relative;
	background: #000;
	text-align: center;
	overflow: hidden;
}
.newspaper-show li a span {
	display: block;
	background: #1c4885;
	color: #fff;
	line-height: 30px;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
.newspaper-show li a:hover span {
	background-color: #015ba0;
}
.newspaper-show li a img {
	height: 367px;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	opacity: .7;
	filter: alpha(opacity=70);
}
.newspaper-show li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
/*患者服务*/
.haschosen {
	overflow: hidden;
}
.haschosen span, .haschosen a {
	display: inline-block;
	line-height: 30px;
	float: left;
}
.haschosen a {
	padding: 0 15px;
	border: 1px solid #ddd;
	background: #f4f4f4;
	margin-right: 5px;
}
.haschosen a:hover {
	border-color: #009966;
}
.haschosen a i {
	font-size: 12px;
	margin-left: 5px;
}
.filter {
	border: 1px solid #ddd;
	background: #f8f8f8;
	margin-top: 15px;
}
.filter dl {
	position: relative;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
	padding: 10px 15px;
}
.filter dl:last-child {
	border: none;
}
.filter dt {
	color: #999;
	position: absolute;
	top: 10px;
	left: 15px;
}
.filter dd {
	margin-left: 85px;
	overflow: hidden;
	margin-right: -1%;
}
.filter dd.span8 a {
	width: 11.5%;
}
.filter dd a {
	display: block;
	line-height: 26px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 8%;
	margin-right: 1%;
}
.filter dd a.cur {
	color: #fff;
}
.filter dd a.cur span {
	background: #61b98a;
	color: #fff;
	padding: 3px;
}
.filter dd li {
	display: none;
	overflow: hidden;
}
.filter dd li:first-child {
	display: block;
}
.filter dd .tab-tit {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.filter dd .tab-tit span {
	display: inline-block;
	margin-right: 25px;
	padding-bottom: 8px;
}
.filter dd .tab-tit span.cur {
	border-bottom: 1px solid #1c4885;
	margin-bottom: -1px;
}
.filter dd .tab-tit span a {
	display: inline;
	float: none;
}
.filter dd .tab-pannel {
	display: block;
	min-height: 52px;
}
.doctor-list .list-tit h2 span {
	font-weight: bold;
	border-bottom: 2px solid #999;
	display: inline-block;
	line-height: 42px;
	margin-bottom: -2px;
}
.doctor-list .list-tit {
	border-color: #f4f4f4;
}
.doctor-list .list-content {
	margin-top: 0;
}
.doctor-search i {
	line-height: 34px;
	position: relative;
}
.doctor-search input {
	line-height: 20px;
	padding: 6px 6px 6px 30px;
	width: 280px;
	border: 1px solid #ddd;
	border-right: none;
	margin-left: -25px;
}
table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.doctor-clinic th {
	background: #f2f2f2;
}
.doctor-clinic th, .doctor-clinic td {
	text-align: center;
	font-size: 13px;
	height: 30px;
	border: 1px solid #f2f2f2;
}
.doctor-clinic td .seleced {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	border-radius: 50%;
}
.doctor-clinic td .seleced.red {
	background: #ea5a54;
}
.doctor-clinic td .seleced.blue {
	background: #54a0ea;
}
.doctor-clinic td .seleced.green {
	background: #63b98c;
}
.doctor-clinic td .seleced.gray {
	background: #9e9e9e;
}
.doctor-clinic td .seleced.red:before {
	content: "特";
}
.doctor-clinic td .seleced.blue:before {
	content: "专";
}
.doctor-clinic td .seleced.green:before {
	content: "普";
}
.doctor-clinic td .seleced.gray:before {
	content: "停";
}
.doctor-clinic th {
	width: 12%;
}
.doctor-clinic th:first-child {
	width: 16%;
}
.doctor-clinic h2 {
	padding: 10px 0;
	font-weight: normal;
}
.dp-clinic {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.dp-clinic th {
	background: #666;
	font-weight: bold;
	color: #fff;
}
.dp-clinic th, .dp-clinic td {
	text-align: center;
	font-size: 13px;
	padding: 10px 5px;
	border: 1px solid #666;
}
.dp-clinic th {
	width: 13%;
}
.dp-clinic th:first-child {
	width: 9%;
}
.dp-clinic tr td:first-child {
	font-weight: bold;
}
.dp-clinic td span {
	display: block;
	text-align: center;
	line-height: 20px;
}
.doctor-list li {
	padding: 20px 0;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
}
.doctor-info {
	width: 60%;
	position: relative;
	box-sizing: border-box;
	padding-left: 80px;
	font-size: 13px;
}
.doctor-info h2 a {
	vertical-align: middle;
	font-size: 16px;
}
.doctor-info h2 span {
	vertical-align: middle;
	color: #999;
	font-weight: normal;
	margin-left: 10px;
}
.doctor-info .doctor-img {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0;
	line-height: 0;
}
.doctor-info .doctor-img img {
	width: 70px;
	height: 96px;
}
.doctor-info p {
	margin-bottom: 0;
}
.doctor-info p span {
	display: block;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.doctor-info p span em {
	font-weight: normal;
	display: inline-block;
	line-height: 1;
	width: 230px;
	margin-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.doctor-list .doctor-clinic {
	width: 40%;
}
.color-info span {
	margin-right: 10px;
}
.color-info i {
	font-size: 20px;
	margin-right: 5px;
}
.color-info .red {
	color: #ea5a54;
}
.color-info .blue {
	color: #54a0ea;
}
.color-info .green {
	color: #63b98c;
}
.color-info .gray {
	color: #9e9e9e;
}
.position-map {
	height: 600px;
	width: 1160px;
	margin: 0 auto;
}


.department-select {
	min-height: 68px;
}
.department-select li {
	display: none;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-top: 15px;
	overflow: hidden;
}
.department-select li a {
	line-height: 26px;
	float: left;
	padding: 0 18px;
}
.department-select li a.cur span {
	background: #61b98a;
	color: #fff;
	padding: 3px;
}
.department-select li:first-child {
	display: block;
}
.question-main>.fl {
	width: 69%;
}
.question-main>.fr {
	width: 29%;
}
.question-list li {
	overflow: hidden;
	line-height: 36px;
	height: 36px;
	border-bottom: 1px solid #eee;
	color: #999;
}
.question-list li span {
	display: block;
	float: left;
}
.col-tit {
	width: 70%;
}
.col-state {
	width: 15%;
}
.col-state:before {
	content: "\e609";
	font-family: "iconfont";
	color: #ccc;
	font-size: 16px;
	margin-right: 5px;
}
.col-state.completed:before {
	content: "\e604";
	color: #01B30C;
}
.col-time {
	width: 15%;
	text-align: right;
}
.col-cat {
	color: #666;
}
.myask-btn {
	margin-bottom: 15px;
}
.myask-btn .btn {
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size: 16px;
}
.right-ask textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.right-ask .question {
	padding: 6px;
	height: 160px;
	line-height: 1.5;
}
.right-doctor li {
	position: relative;
	min-height: 120px;
	padding-left: 95px;
	margin-bottom: 10px;
}
.right-doctor li .doctor-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 85px;
	height: 116px;
	overflow: hidden;
}
.right-doctor li .doctor-img img {
	width: 85px;
	height: 116px;
}
.right-doctor li h2 a {
	vertical-align: middle;
	font-size: 16px;
}
.right-doctor li h2 span {
	vertical-align: middle;
	color: #999;
	font-weight: normal;
	margin-left: 10px;
}
.right-doctor li p {
	color: #666;
	font-size: 13px;
	display: -webkit-box;
	max-height: 92px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal;
	margin-bottom: 0;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.ask-show .ask-tit {
	position: relative;
	height: 52px;
	overflow: hidden;
	padding-left: 62px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.ask-show .ask-tit .ask-ico {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: #61b98a;
	width: 52px;
	height: 52px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 52px;
}
.ask-show .ask-tit h1 {
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	line-height: 1.3;
	margin-bottom: 5px;
}
.ask-show .ask-tit .asker-info {
	color: #999;
}
.ask-show .ask-tit .asker-info span {
	display: inline-block;
	line-height: 1;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #eee;
}
.ask-show .ask-tit .asker-info span:last-child {
	border: none;
}
.ask-show .ask-tit .ask-btn {
	position: absolute;
	top: 0;
	right: 0;
}
.ask-show .ask-tit .ask-btn .btn {
	width: 230px;
	line-height: 52px;
}
.ask-content {
	margin-top: 15px;
}
.ask-content p {
	margin: 10px auto 15px auto;
}
.ask-content i {
	display: block;
	color: #999;
}
.ask-content span {
	display: block;
	color: #999;
}
.ask-content .ask-reply {
	border: 1px solid #ddd;
	background: #f8f8f8;
	padding: 15px;
}
.ask-content .replay-info {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
}
.ask-content .replay-info:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.ask-content .replay-info .btn {
	width: 120px;
}
.similar-ask li {
	float: left;
	width: 33.3%;
	height: 26px;
	overflow: hidden;
	box-sizing: border-box;
	padding-right: 15px;
}
.similar-ask a {
	line-height: 26px;
}
.similar-ask a:before {
	content: "?";
	font-weight: bold;
	color: #e4492d;
	margin-right: 5px;
}
.ask-form dl {
	position: relative;
	margin-bottom: 10px;
}
.ask-form dt {
	line-height: 50px;
	font-size: 16px;
}
.ask-form dt i {
	display: inline-block;
	width: 30px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
	background: #1c4885;
	color: #fff;
}
.ask-form .ask-input {
	padding-right: 365px;
}
.ask-form .ask-input textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 5px 8px;
	line-height: 1.5;
}
.ask-form .ask-input span {
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}
.ask-form .ask-tip {
	position: absolute;
	right: 0;
	top: 50px;
	width: 312px;
	padding: 15px;
	background: #fcf1eb;
	border: 1px solid #f9e8e0;
	font-size: 12px;
	line-height: 1.5;
}
.ask-form .ask-tip:before, .ask-form .ask-tip:after {
	content: "◆";
	color: #fcf1eb;
	font-family: simsun;
	font-size: 30px;
	line-height: 0;
	position: absolute;
	left: -15px;
	top: 22px;
}
.ask-form .ask-tip:before {
	left: -16px;
	color: #f9e8e0;
}
.ask-company, .ask-mail {
	width: 490px;
}
.ask-input select {
	height: 44px;
}
.ask-form .Validform_checktip {
	margin-left: 48px;
}
.ask-form .ask-input .Validform_error {
	border-color: #c00;
}
.ask-form .letter-pannel {
	overflow: hidden;
	font-size: 12px;
	background: #F8F8F8;
	border: 1px solid #ddd;
	padding: 8px;
}
.ask-form .letter-pannel span {
	float: left;
	display: inline-block;
	width: 10%;
}
.ask-form .letter-pannel span a {
	display: inline-block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ask-form .letter-pannel span.cur a {
	background: #61b98a;
	color: #fff;
	padding: 0 5px;
}
.ask-question {
	height: 177px;
}
.ask-check {
	height: 104px;
}
.upload-pic {
	background: #f4f4f4;
	min-height: 30px;
	padding: 3px 5px 3px 20px;
}
.radio {
	display: inline-block;
	padding: 0 5px;
	margin-left: 5px;
}
.radio:before {
	display: inline-block;
	font-family: "iconfont";
	font-size: 15px;
	content: '\e626';
	margin-right: 5px;
	color: #00A539;
	vertical-align: top;
}
.radio.checked:before {
	content: '\e624';
}
input.ask-age {
	width: 60px;
	height: 20px;
	padding: 5px;
	border: 1px solid #ddd;
}
.ask-input .sel-age {
	height: 32px;
	border: 1px solid #ddd;
}
.ask-form .btn {
	width: 180px;
	line-height: 46px;
}
.add-ask {
	display: none;
	margin-top: 15px;
}
.add-ask textarea {
	width: 70%;
	border: 1px solid #ddd;
	padding: 5px 8px;
	line-height: 1.5;
}
.login-dialog {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
.login-pop {
	background: #fff;
	border-top: 5px solid #1c4885;
	padding: 10px 30px;
	width: 300px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -250px;
}
.pop-tit {
	line-height: 50px;
	font-size: 16px;
	overflow: hidden;
}
.login-form p {
	padding: 5px 0;
	overflow: hidden;
}
.login-form p .login-input {
	width: 278px;
}
.login-form form .btn {
	width: 120px;
}
.login-form a {
	color: #1c4885;
}
.login-form a:hover {
	color: #01B30C;
}
.no-login {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
.no-login .btn {
	width: 100%;
	background: #666;
}
.no-login .btn:hover {
	background: #888;
}
.no-login input {
	width: 278px;
}
.msg {
	display: inline-block;
	padding: 100px;
}
.msg .fl {
	margin-right: 15px;
}
.msg-info {
	min-width: 600px;
}
.msg-info h1 {
	font-size: 24px;
}
.msg-info h1 i {
	font-weight: normal;
	font-size: 24px;
	margin-right: 10px;
	color: #00A539;
}
.msg-info a {
	color: #1c4885;
	font-weight: normal;
}
.msg-info a:hover {
	color: #01B30C;
}
.msg-link {
	color: #ddd;
	word-spacing: .5em;
}
#formwrap {
	min-height: 200px;
	transition: height 0.8s;
	-webkit-transition: height 0.8s;
}
#formwrap .loading {
	display: block;
	line-height: 200px;
	text-align: center;
}
.survey {
	padding: 10px 50px;
}
.survey h1 {
	text-align: center;
	font-size: 24px;
	line-height: 80px;
}
.survey .survey-info {
	background: #F8F8F8;
	border: 1px dashed #ddd;
	padding: 10px 15px;
}
.survey dl {
	border-bottom: 1px dashed #ddd;
	padding: 15px 0;
}
.survey dt {
	font-weight: bold;
	padding-bottom: 10px;
}
.survey dd input[type='text'], .survey dd textarea, .survey dd select {
	padding: 8px;
	line-height: 1.2;
}
.survey dd input[type='text'] {
	width: 30%;
}
.survey dd .button {
	padding: 6px;
	line-height: 1.2;
	vertical-align: middle;
}
.survey dd textarea {
	width: 80%;
	height: 120px;
}
.survey dd li {
	overflow: hidden;
}
.survey dd li input {
	float: left;
	height: 26px;
	margin-right: 10px;
}
.survey dd label {
	height: 26px;
}
.survey dd .Validform_checktip {
	margin-left: 0;
	min-height: 0;
}
.survey dd input.code {
	width: 120px;
}
.survey dd img {
	vertical-align: middle;
	max-width: 150px;
	max-height: 150px;
}
.survey dd .upload-pic {
	padding: 20px;
}
.survey .btn {
	width: 160px;
	line-height: 50px;
	font-size: 16px;
}
.required dt:after {
	margin-left: 10px;
	content: '*';
	color: red;
}
.Validform_checktip {
	display: block;
	line-height: 30px;
	min-height: 30px;
	margin-left: 10px;
	color: #999;
}
.Validform_checktip:before {
	font-family: "iconfont";
	color: #007FD1;
	font-size: 18px;
	margin-right: 5px;
}
.Validform_wrong {
	color: #c00;
}
.Validform_wrong:before {
	color: #c00;
}
.Validform_right {
	color: #71b83d;
}
.Validform_right:before {
	color: #71b83d;
}
.guest-show li {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
}
.guest-show .ask-info span, .guest-show .ask-reply span {
	color: #999;
}
.guest-show .ask-info span em {
	color: #666;
}
.guest-show .ask-reply {
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #ddd;
}
.guest-info {
	overflow: hidden;
}
.list-tit .guest-btn {
	color: #fff;
}
.guest-info .view-replay {
	font-weight: bold;
	color: #009966;
	float: right;
}
.department-list .list-tit h2 span {
	font-weight: bold;
	border-bottom: 2px solid #999;
	display: inline-block;
	line-height: 42px;
	margin-bottom: -2px;
}
.department-list .list-tit {
	margin: 0 10px 15px 10px;
	border-color: #f4f4f4;
}
.department-list .list-tit .lt-index {
	position: absolute;
	right: 0;
	top: 0;
}
.department-list dl {
	padding: 10px;
}
.department-list dt {
	background: #e7e7e7;
	line-height: 50px;
	font-size: 16px;
	padding-left: 15px;
}
.department-list dd {
	overflow: hidden;
	padding: 10px 0;
}
.department-list dd span {
	display: block;
	line-height: 30px;
	width: 20%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.department-list dd span a:before {
	content: "?";
	font-weight: bold;
	color: #e4492d;
	margin-right: 8px;
}
.expert-list li {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	position: relative;
	padding-left: 95px;
	margin-bottom: 10px;
}
.expert-list li .doctor-img {
	position: absolute;
	left: 0;
	top: 22px;
	width: 85px;
	height: 116px;
	overflow: hidden;
}
.expert-list li .doctor-img img {
	width: 85px;
	height: 116px;
}
.expert-list li h2 a {
	vertical-align: middle;
	font-size: 16px;
}
.expert-list li h2 span {
	vertical-align: middle;
	color: #999;
	font-weight: normal;
	margin-left: 10px;
}
.expert-list li p {
	color: #666;
	font-size: 13px;
	display: -webkit-box;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal;
	margin-bottom: 0;
	margin-right: 20px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.doctor-details .fl {
	width: 69%;
}
.doctor-details .fr {
	width: 29%;
}
.doctor-resume {
	position: relative;
	min-height: 150px;
	padding: 0 160px 20px 125px;
	border-bottom: 1px dashed #ddd;
}
.doctor-resume p {
	width: 50%;
	height: 100px;
	overflow: hidden;
}
.doctor-resume .doctor-img img {
	display: block;
	height: 150px;
}
.doctor-resume h1 {
	padding-top: 18px;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 5px;
}
.doctor-resume .doctor-img {
	position: absolute;
	left: 0;
	top: 0;
}
.doctor-details .content {
	padding: 20px;
}
.doctor-resume .qr-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 124px;
}
.doctor-resume .qr-img span {
	font-size: 12px;
	color: #999;
}
.doctor-details .list-item {
	padding: 0;
}
.doctor-details .list-item .list-tit h2 span {
	font-weight: bold;
	border-bottom: 2px solid #999;
	display: inline-block;
	line-height: 42px;
	margin-bottom: -2px;
}
.doctor-details .list-item .list-tit {
	border-color: #f4f4f4;
}
.profile-info a.fl {
	line-height: 0;
}
.profile-info img {
	margin-right: 20px;
	height: 208px;
}
.profile-info p {
	font-size: 13px;
	display: -webkit-box;
	max-height: 175px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
.profile-info a {
	color: #1c4885;
}
.profile-info a:hover {
	color: #01B30C;
}
.profile-info a i {
	display: inline;
	font-size: 14px;
}
.edu-info {
	margin-left: 350px;
}
.inner-row .right-list, .profile-info {
	height: 208px;
}
.inner-expert {
	overflow: hidden;
	margin-left: -1.33%;
	margin-right: -1.33%;
}
.inner-expert li {
	float: left;
	width: 14%;
	overflow: hidden;
	margin-left: 1.33%;
	margin-right: 1.33%;
}
.inner-expert li:last-child {
	margin-right: 0;
}
.inner-expert li a {
	display: block;
	width: 113px;
	height: 155px;
	position: relative;
}
.inner-expert li img {
	width: 114px;
	height: 155px;
	position: absolute;
	left: 50%;
	margin-left: -57px;
}
.inner-expert a .expert-info {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-image: url(../images/gradient-bg.png);
	background-position: center;
	transition: background-position 0.3s;
	-webkit-transition: background-position 0.3s;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inner-expert a:hover .expert-info {
	background-position: left center;
}
.subject-list {
	overflow: hidden;
}
.subject-list span {
	display: block;
	line-height: 40px;
	width: 20%;
	float: left;
	border-bottom: 1px dashed #ddd;
}
.subject-list span a:before {
	content: "?";
	font-weight: bold;
	color: #e4492d;
	margin-right: 8px;
}
.subject-tabs .tab-tit {
	position: absolute;
	bottom: -2px;
}
.subject-tabs .tab-tit a {
	display: inline-block;
	font-weight: bold;
	color: #999;
	line-height: 38px;
	border-top: 4px solid #fff;
	border-bottom: 2px solid transparent;
	padding: 0 15px;
}
.subject-tabs .tab-tit a.cur {
	border-top-color: #1c4885;
	color: #444;
	border-right: 2px solid #ebf5ec;
	border-bottom-color: #fff;
	border-left: 2px solid #ebf5ec;
}
.person-list {
	margin-left: -1%;
	margin-right: -1%;
}
.person-list li {
	float: left;
	width: 10.5%;
	height: 225px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 25px;
	text-align: center;
}
.person-list li img {
	height: 165px;
}
.person-list li strong {
	display: block;
}
.person-list li p {
	font-size: 12px;
	color: #999;
	height: 42px;
}
.tutor-resume {
	position: relative;
	min-height: 200px;
	padding-left: 130px;
}
.tutor-resume .tutor-img {
	position: absolute;
	left: 0;
	top: 0;
}
.tutor-resume .tutor-img h1 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
.tutor-info {
	margin-top: 10px;
}
.tutor-info th {
	width: 70px;
	font-weight: bold;
}
.tutor-info th, .tutor-info td {
	padding: 6px 10px;
	font-size: 13px;
	line-height: 1.5;
	border: 1px solid #61b98a;
	vertical-align: top;
}
.inner-row .tech-img {
	width: 330px;
}
.inner-row .tech-img, .tech-img ul li {
	height: 208px;
}
.tech-img ul li img {
	width: 100%;
}
.tech-news {
	margin-left: 350px;
	height: 208px;
}
.tutor-content h3 {
	font-size: 14px;
	line-height: 40px;
	background: #e7e7e7;
	padding-left: 15px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.subject-cat dt, .lab-cat dt {
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	background: #e7e7e7;
}
.subject-cat dd, .lab-cat dd {
	overflow: hidden;
	padding: 10px 0;
}
.subject-cat dd span, .lab-cat dd span {
	display: block;
	width: 16.66%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.subject-cat dd span a:before, .lab-cat dd span a:before {
	content: "?";
	font-weight: bold;
	color: #e4492d;
	margin-right: 8px;
}
.lab-cat dd span {
	width: 33.33%;
}
.lab-cat dd.span1 span {
	width: auto;
	float: none;
}
.lab-cat dd.span2 span {
	width: 50%;
}
.journal-info {
	position: relative;
	padding-left: 130px;
	height: 156px;
}
.journal-info li {
	height: 31px;
	line-height: 31px;
	overflow: hidden;
}
.journal-info .fl {
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.journal-info .fl a img {
	width: 110px;
	height: 156px;
}
.guest-link a {
	color: #009966;
	font-weight: bold;
	margin-left: 8px;
}
.guest-link a i {
	margin-right: 5px;
}
.link-list ul {
	height: 156px;
}
.link-list li {
	border-bottom: 1px dashed #ddd;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
}
.link-list li:last-child {
	border-bottom: none;
}
.link-list li a:before {
	font-family: "iconfont";
	content: "\e621";
	color: #e4492d;
	margin-left: 8px;
	margin-right: 8px;
}
.container-inner .subject-cat dl, .container-inner .lab-cat dl {
	margin-bottom: 20px;
}
.container-inner .subject-cat dt, .container-inner .lab-cat dt {
	font-size: 16px;
	line-height: 50px;
}
.container-inner .subject-cat dd, .container-inner .lab-cat dd {
	padding: 15px 0;
	line-height: 2.2;
}
.withcat-list, .height8 {
	height: 208px;
}
.withcat-list li {
	line-height: 26px;
	height: 26px;
	overflow: hidden;
}
.withcat-list li span a:before {
	content: "?";
	font-weight: bold;
	color: #e4492d;
	margin-right: 8px;
}
.withcat-list li span {
	margin-right: 10px;
}
.withcat-list li span a {
	color: #1c4885;
}
.withcat-list li span a:hover {
	color: #01B30C;
}
.angel-pic {
	overflow: hidden;
	height: 156px;
	margin-left: -1.5%;
	margin-right: -1.5%;
}
.angel-pic li {
	width: 22%;
	margin: 0 1.5% 0 1.5%;
}
.angel-pic li>a {
	line-height: 0;
	height: 120px;
}
.nursing-special {
	height: 156px;
}
.nursing-special li>a {
	height: 120px;
	line-height: 0;
	overflow: hidden;
}
.subweb {
	background: #fff;
}
.party a:hover {
	color: #c11f24;
}
.party .footer a:hover {
	color: #f5ebeb;
}
.party .nav {
	
}
.ie .party .nav {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/gradient-ro.png', sizingMethod='scale');
}
.party .nav li {
	width: 9.09%;
}
.party .nav li a:hover {
	color: #ff9;
}
.party .nav li .subnav a:hover {
	color: #c00;
}
.party .logo img {
	height: 50px;
}
.party .nav .float-bg {
	width: 9.09%;
}
.party .two-nav li.cur a {
	color: #c11f24;
}
.subname {
	line-height: 50px;
	margin: 20px auto 20px 15px;
	padding-left: 15px;
	font-size: 30px;
	border-left: 1px solid #ddd;
}
.gohome {
	height: 36px;
	margin-top: 27px;
}
.subweb .header {
	height: 180px;
}
.subweb .logo-row {
	height: 90px;
}
.party .slider {
	margin-top: 0;
}
.party .slider, .party .slider ul, .party .slider ul li {
	height: 410px;
}
.party .slider li {
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.party .list-item {
	padding: 0;
}
.list-tit.red {
	border-color: #f5ebeb;
}
.list-tit.red h2 a {
	color: #444;
}
.list-tit.red h2 a.cur {
	border-color: #c00;
}
.party-news {
	padding-left: 425px;
	height: 262px;
}
.inner-row .party-slide {
	width: 400px;
}
.inner-row .party-slide ul li a, .inner-row .party-slide ul li img {
	width: 100%;
}
.party .inner-row .fl, .party .inner-row .fr {
	width: 48%;
}
.news-withdate li.top-info {
	height: 100px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 160px;
}
.news-withdate li.top-info>a {
	position: absolute;
	top: 0;
	left: 0;
}
.news-withdate li.top-info>h3 {
	line-height: 1.5;
}
.news-withdate li.top-info a:before {
	display: none;
}
.news-withdate li.top-info>p {
	color: #999;
	line-height: 1.5;
	font-size: 12px;
}
.party-links {
	margin: auto -1%;
}
.party-links li {
	width: 31.33%;
	height: 192px;
	margin: auto 1%;
	float: left;
}
.party-links li a {
	display: block;
	width: 100%;
	height: 162px;
	background: #e3e3cf;
	padding-top: 30px;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
.party-links li a:hover {
	background: #d8d8bb;
	color: #c11f24;
}
.party-links li i {
	display: block;
	margin: auto;
	background: #c11f24;
	width: 98px;
	height: 98px;
	border-radius: 50%;
	text-align: center;
}
.party-links li i img {
	margin-top: 14px;
}
.party-links li span {
	display: block;
	margin-top: 15px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.party .home-special li a {
	background: #c11f24;
}
.party .home-special li a:hover {
	background: #eb3612;
}
.party .pager a.cur {
	background: #c11f24;
}
.party .news-list>.fl, .party .news-show>.fl {
	width: 68%;
}
.party .news-list>.fr, .party .news-show>.fr {
	width: 28%;
	background: #F8F8F8;
}
.party .news-list>.fr .list-item, .party .news-show>.fr .list-item {
	background: none;
	padding: 20px;
}
.party .path {
	background: #f8f8f8;
	border-bottom: 1px solid #ddd;
	margin-top: 0;
	padding: 15px 0;
}
.party .content h1 {
	color: #c11f24;
}
.party .download-list li a.download {
	background: #C11F24;
}
.party .download-list li a.download:hover {
	background: #e7383e;
}
.exampl-list {
	margin-left: -.63%;
	margin-right: -.63%;
	overflow: hidden;
}
.exampl-list li {
	float: left;
	width: 18.74%;
	margin-left: .63%;
	margin-right: .63%;
	margin-bottom: 15px;
}
.exampl-list li a {
	display: block;
	line-height: 0;
}
.exampl-list li a:before {
	display: none;
}
.exampl-list li a span {
	display: block;
	line-height: 1.5;
	padding: 5px 0;
	white-space: normal
}
.exampl-list li img {
	min-width: 100%;
	max-height: 145px;
}
.youth-info .fl {
	margin-right: 20px;
}
.youth a:hover {
	color: #084ba8;
}
.youth .footer a:hover {
	color: #f5ebeb;
}
.youth .nav {
	
}
.youth .nav li {
	width: 9.09%;
}
.youth .nav li a:hover {
	color: #ebeef5;
}
.youth .nav li .subnav a:hover {
	color: #084ba8;
}
.youth .logo img {
	height: 50px;
}
.youth .list-tit h2 a {
	color: #084ba8;
}
.youth .list-tit h2 a.cur {
	border-color: #084ba8;
}
.youth .list-tit {
	border-bottom-color: #ebeef5;
}
.youth .nav .float-bg {
	width: 9.09%;
}
.youth .two-nav li.cur a {
	color: #084CA8;
}
.youth .slider {
	margin-top: 0;
}
.youth .slider, .youth .slider ul, .youth .slider ul li {
	height: 390px;
}
.youth .slider li {
	background-attachment: scroll;
	background-position: center;
}

.youth .list-item {
	padding: 0;
}
.youth .inner-row>.layout>.fl {
	width: 60%;
}
.youth .inner-row>.layout>.fr {
	width: 36%;
}
.youth .pager a.cur {
	background: #084CA8;
}
.youth .path {
	background: #f8f8f8;
	border-bottom: 1px solid #ddd;
	margin-top: 0;
	padding: 15px 0;
}
.youth .content h1 {
	color: #084CA8;
}
.youth .download-list li a.download {
	background: #1e43c0;
}
.youth .download-list li a.download:hover {
	background: #2d57e4;
}
.youth .inner-expert li {
	width: 9.26%;
	margin-left: .92%;
	margin-right: .92%;
}
.youth .links li {
	float: left;
	margin-right: 25px;
}


.strong {
	font-weight: bold;
}





 @media (max-width:1200px) {
body, textarea, input, button, select, keygen, legend, .topbar, .footer {
	font-size: 12px;
}
.nav li a {
	font-size: 14px;
}
.lt-index span, .lt-index a {
	padding: 0 3px;
	border: none;
}
}
@media (max-width:1320px) {
.aside {
	right: -50px;
}
}
@media (max-height:735px) {
.aside .aside-follow {
	display: none;
}
}
@media (max-height:820px) {
.slider {
	height: 450px;
}
.slide-txt {
	margin-top: 96px;
}
}




.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}


.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}
.frlink{padding:20px 0;}
.frlink ul li{ float:left; margin-left:10px;}


.foot {
	width: 100%;
	background: #1c4885;
	padding: 40px 0;
}
.foot1 {
	width: 1100px;
	height: 180px;
	margin: auto;
}
.footlink {
	width: 800px;
	margin: auto;
}
.foot1 a.foot2 {
	display: block;
	width: 294px;
	height: 30px;
	background: url(/images/foot_1.png) no-repeat;
	float: left;
	margin: 30px 0 0 22px;
	padding-top: 54px;
	overflow:hidden;
    text-indent:-999em;
}

.foot4 {
	float: left;
	margin-left: 80px;
	font-size: 12px;
	color: #fefefe;
	line-height: 28px;
}
.foot4 p a{color: #fefefe;}
.foot3 {
	width: 220px;
	height: auto;
	float: right;
	margin-top: 20px;
	text-align: center;
}
.logo-tel {
	margin-left: 300px;
	float: left;
}
