/* CSS Document */
/* Author:Jsnow */
.logo {
	width:100%;
	margin:10px auto 13px;
	text-align:center;
}
.logo img{
	max-width:100%;
	height:auto;
}
/*菜单*/
.menu {
	width:100%;
	margin:0px auto;
	line-height:45px;
	background:#0693e6;
}

.nav-head {
	margin:0px auto;
	line-height:45px;
}
.menu ul li {
	padding:0;
	text-align:center;
	font-size:16px;
	background:url(../images/nav-bg.gif) right center no-repeat;
}
.menu ul li a {
	z-index:2;
	position:relative;
	display:inline-block;
	width:100%;
	height:100%;
	white-space:nowrap;
}
.menu ul li a:link {
	color:#fff;
}
.menu ul li a:visited {
	color:#fff;
}
.menu ul li a:hover {
	color:#ffff66;
}
.menu ul li a:active {
	color:#ffff66;
}
.menu .nav-down{
	padding:0;
	font-size:16px;
	line-height:45px;
	text-align:center;
	white-space:nowrap;
}
.menu .dropdown-menu{
	background-color:#0693e6;
}
.menu .dropdown-menu li:hover{
	background-color:#006eaf;
}
.menu .dropdown-menu a:hover{
	background-color:inherit;
}
.mbox1>ul>li>a:hover{
	background-color:#006eaf;
}



/*第一部分*/
.part1 h6 {
	text-align:center;
	font-size:16px;
	height:40px;
	line-height:40px;
}
.part1>div {
	font-size:12px;
	text-align:center;
	line-height:24px;
	margin-top:10px;
}
.part1 li{
	padding:5px 0;
}

[class*="p1-li"]{
	padding:5px 0;
	text-align:center;
}
[class*="p1-li"] a{
	white-space:nowrap;
}
.p1-li01{
	background:#0693e5 url(../images/part1-bg.png) center 40px no-repeat;
}
.p1-li02{
	background:#14a9e3 url(../images/part1-bg.png) center 40px no-repeat;
}
.p1-li03{
	background:#257fa2 url(../images/part1-bg.png) center 40px no-repeat;
}
.p1-li04{
	background:#18b3c9 url(../images/part1-bg.png) center 40px no-repeat;
}
.p1-li05{
	background:#016eaf url(../images/part1-bg.png) center 40px no-repeat;
}
.p1-li06{
	background:#3fa2dd url(../images/part1-bg.png) center 40px no-repeat;
}


.p1-hot{
	color:#0693e6;
	margin-top:12px;
	padding:0 10px;
}
.p1-hot a{
	margin-left:8px;
}

/*第二部分*/

.part2{
	margin:15px auto;
}
.p2-left{
	padding:10px;
	overflow:hidden;
}
#myCarousel-sm img{
	min-width:100%;
	height:auto;
}


.p2-center {
	padding:10px;
}
.p2-center .nav-tabs li a{
	font-size:18px;
	line-height:38px;
}
.p2-center .nav-tabs li a:hover{
	border-bottom:0;
	background-color:inherit;
}
.p2-center .tab-content .p2-li01{
	padding:20px 0;
}
.p2-center .tab-content .p2-li01 h5 a{
	font-size:16px;
	color:#0693e6;
}
.p2-center .tab-content .p2-li01 p{
	margin-top:10px;
}
.p2-center .tab-content ul li{
	padding:5px 15px;
}

.p2-right{
	padding:10px;
	-webkit-box-shadow:0px 0px 10px #e6e6e6;
	-moz-box-shadow:0px 0px 10px #e6e6e6;
	box-shadow:0px 0px 10px #e6e6e6;
}
.book-link a{
	padding:10px 0;
	margin-top:10px;
	text-align:center;
	white-space:nowrap;
}
.book-link a:link{
	color:#fff;
	background-color:#0693e6;
}
.book-link a:visited {
	color:#fff;
	background-color:#0693e6;
}
.book-link a:hover {
	color:#fff;
	background-color:#ff8800;
}
.book-link a:active {
	color:#fff;
	background-color:#ff8800;
}

.p2-right .book-forms{
	margin-top:10px;
}
.p2-right img{
	max-width:100%;
}
.book-forms h5{
	margin-top:10px;
}

/*第三部分*/
.part3 {
	margin:0 auto;
	border:1px solid #e6e6e6;
}
.p3{
	padding:20px;
	overflow:hidden;
}
.p3 img{
	min-width:100%;
}
.p3-li{
	margin-bottom:30px;
	border:solid 1px #e6e6e6;
	padding:20px 0;
	-webkit-box-shadow:5px 5px 10px #e6e6e6;
	-moz-box-shadow:5px 5px 10px #e6e6e6;
	box-shadow:5px 5px 10px #e6e6e6;
}
.p3-li:hover{
	-webkit-box-shadow:3px 3px 10px #0693e0;
	-moz-box-shadow:3px 3px 10px #0693e0;
	box-shadow:3px 3px 10px #0693e0;
}
.p3-title{
	width:100%;
}
.p3-title img{
	max-width:80%;
}
.p3-list{
	padding:10px 30px;
}
.p3-list a:hover{
	color:#0693e6;
}
.p3-list li{
	padding:5px 0;
}
.p3-key{
	padding:0 20px;
}
.p3-key li{
	margin-top:10px;
	padding:0 5px;
	white-space:nowrap;
}
.p3-key li a{
	display:block;
	font-size:14px;
	background:#eee;
	color:#666;
	line-height:40px;
	text-align:center;
}
.p3-key li a:hover{
	background:#006eaf;
	color:#fff;
}
/*第四部分*/
.part4{
	margin-top:20px;
}
.part4 .tab-content{
	border-bottom:solid 1px #ddd;
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
}
.part4 .nav-tabs li a{
	font-size:18px;
	line-height:38px;
}
.part4 .nav-tabs li a:hover{
	background-color:inherit;
}

.row-hj{
	width:89%;
	margin:20px auto;
}
.row-hj div{
	padding:0;
}
.row-hj img{
	min-width:100%;
	max-width:100%;
}
.row1{
	width:20.8%;
}
.row2{
	width:22.7%;
}
.row3{
	width:20.8%;
}
.row4{
	width:35.7%;
}
.row4-1{
	padding:0;
	width:40%;
}
.row4-2{
	padding:0;
	width:60%;
}
/*医生*/
.doc-infor{
	border-bottom:dashed 1px #eee;
	padding:10px 0;
}
.doc-pic{
	text-align:center;
}
.doc-pic img{
	max-width:100%;
}
.doctor{
	font-size:18px;
	line-height:28px;
	color:#0693e6 !important;
}
.zixun{
	font-size:18px;
	line-height:28px;
	text-align:center;
	background:#0693e6;
	white-space:nowrap;
	color:#fff !important;
}
/*轮播图*/
#owl-banner .item img{
    display: block;
    width: 100%;
    height: auto;
}

#owl-sm .item img{
	display: block;
	width: 100%;
	height: auto;
}

#owl-bottom .item{
	padding:10px;
}
.owl-buttons div {
	background:#56befd !important;
}
#owl-bottom .item img{
	max-width:100%;
}
.ban{
	padding:10px;
	-webkit-box-shadow:5px 5px 10px #e6e6e6;
	-moz-box-shadow:5px 5px 10px #e6e6e6;
	box-shadow:5px 5px 10px #e6e6e6;
}
.ban:hover{
	-webkit-box-shadow:3px 3px 10px #0693e0;
	-moz-box-shadow:3px 3px 10px #0693e0;
	box-shadow:3px 3px 10px #0693e0;
}


/*foot*/
.swt{margin-top:20px;}
.swt1{
	background-color:#56befd;
	padding:15px 0;
}
.swt2{
	background-color:#0693e5;
	padding:15px 0;
}
.swt3{
	background-color:#016eaf;
	padding:15px 0;
}
.swt-1{
	text-align:right;
}
.swt-2{
	padding-top:5px;
}
.swt-2 a{
	font-size:16px;
	line-height:32px;
	overflow:hidden;
	white-space:nowrap;
}

.footer-nav{
	width:100%;
	margin-top:20px;
	background-color:#222;
	padding:15px 0;
}
.footer-nav li{
	padding:0;
	text-align:center;
	border-right:solid 1px #666;
}
.footer-nav a{
	white-space:nowrap;
	font-size:16px;
	color:#fff;
}
.footer-nav a:hover{
	color:yellow;
}
.footer-nav .nav-down{
	padding:0;
	font-size:16px;
	text-align:center;
	white-space:nowrap;
}
.footer-nav .dropdown-menu{
	background-color:#222;
}
.footer-nav .dropdown-menu a{
	color:#fff;
}
.footer-nav .dropdown-menu a:hover{
	background-color:inherit;
	color:yellow;
}
.footer{
	border-top:solid 1px #666;
	width:100%;
	padding:10px 0;
	background-color:#454545;
}
.footer img{
	max-width:100%;
}
.footer p{
	color:#999;
	line-height:25px;
}
.footer a{
	color:yellow;
}


/*category css*/
.category{
	padding-bottom:10px;
	-webkit-box-shadow:0px 0px 10px #e6e6e6;
	-moz-box-shadow:0px 0px 10px #e6e6e6;
	box-shadow:0px 0px 10px #e6e6e6;
}
.category .row{
	padding:0 10px;
}
.category .breadcrumb{
	margin:10px auto;
}
.topleft{
	border:solid 1px #eee;
}
.topleft img{
	max-width:100%;
}
.title{
	margin:0 -15px;
	background: white;
	background: -moz-linear-gradient(top, white,#dedede  100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#dedede));
	line-height:36px;
	font-size:18px;
	text-indent:1em;
}
.title span{
	font-size:14px;
}
.topleft-img{
	padding:15px 0;
	text-align:center;
}
.topleft-img img{
	min-width:90%;
}
.topleft-lists{
	padding:15px 0;
}
.topleft-lists img{
	min-width:90%;
}
.topleft-lists li{
	padding:5px 0;
}
.topleft-lists strong{
	font-size:18px;
}
.topleft-lists small{
	color:#666;
	line-height:26px;
	padding:5px 0;
}
.topright{
	border:solid 1px #eee;
	padding-bottom:13px;
}
.title2{
	background:#0693e5;
	line-height:36px;
	font-size:18px;
	color:#fff;
	text-indent:1em;
}
.title2 a{
	color:yellow;
	font-size:15px;
	padding-right:1em;
}
.youhui{
}
.youhui li{
	position:relative;
	margin-top:20px;
}
.youhui li img{
	min-width:100%;
}
.youhui li div{
	position:absolute;
	z-index:2;
	width:82%;
	top:13%;
	color:#fff;
}
.youhui li h3{
	text-align:center;
	font-size:20px;
	line-height:40px;
}
.youhui li h2{
	font-size:24px;
	text-align:center;
}
.youhui li h4{
	text-align:center;
	font-size:15px;
}

.midleft{
	border:solid 1px #eee;
	padding-bottom:15px;
}
.midleft-box{
	margin-top:10px;
}
.midleft-title{
	border-bottom:solid 1px #000;
}
.midleft-title a{
	font-size:16px;
	line-height:36px;
}
.midleft-title .zx{
	font-size:12px;
	color:orange;
	padding-right:1em;
}
.midleft-lists{
	padding:10px 0;
}
.midleft-lists li{
	line-height:30px;
}
.midright-lists{
	padding:10px 0;
	border:solid 1px #eee;
}
.midright-img img{
	width:80%;
}
.midright-lists ul{
	margin-top:10px;
	padding:0 20px;
}
.midright-lists li{
	line-height:32px;
	color:#016eaf;
}
.midright-lists h1{
	font-size:18px;
	line-height:36px;
}
.midright-lists small{
	color:#666;
}
.midright-lists small a{
	color:#016eaf;
}
.btmleft{
	border:solid 1px #eee;
	padding-bottom:15px;
}

.btmleft-lists{
	margin-top:15px;
}
.btmleft-lists div{
	padding:0;
}
.btmleft-lists img{
	max-width:100%;
}
.btmleft-lists h4{
	font-size:16px;
	line-height:32px;
	white-space:nowrap;
}
.btmleft-lists h5{
	padding-left:5px;
	text-indent:2em;
	color:#666;
	font-size:13px;
	line-height:20px;
}
.btmleft-lists h5 a{
	color:#016eaf;
	padding-left:20px;
}
.btmright{
	border:solid 1px #eee;
	padding-bottom:10px;
	text-align:center;
}
.btmright div{
	margin-top:10px;
}
.btmright img{
	min-width:90%;
	max-width:100%;
}

/*list css*/
/*category css*/
.list{
	padding-bottom:10px;
	-webkit-box-shadow:0px 0px 10px #e6e6e6;
	-moz-box-shadow:0px 0px 10px #e6e6e6;
	box-shadow:0px 0px 10px #e6e6e6;
}
.list .row{
	padding:0 10px;
}
.list .breadcrumb{
	margin:10px auto;
}
.listlt{
	border:solid 1px #eee;
	margin:0 -15px;
	padding:0 15px;
}
.baike{
	margin:10px 0;
	background:url(../images/bkbg.jpg) no-repeat center center;
	background-size:100%;
}
.baike::after{
	content:"";
	display:block;
	padding-bottom:40%;
}
.baike-img{
	padding-top:8%;
	padding-left:5%;
}
.baike-img img{
	min-width:90%;
	max-width:90%;
}
.baike-cat li{
	white-space:nowrap;
	margin-top:5%;
}
.baike-lists{
	padding-top:6%;
	padding-left:5%;
}
.baike-lists li{
	font-size:15px;
	line-height:40px;
	border-bottom:dashed 1px #eee;
}
.baike-lists li strong{
	font-size:20px;
	padding-right:5%;
}
.title3{
	font-size:20px;
	font-weight:bold;
}
.lists{
	border:solid 1px #eee;
	margin:10px -15px 0;
	padding:10px 15px;
}
.lists li{
	line-height:45px;
	border-bottom:dashed 1px #eee;
}
.lists li strong{
	padding-right:10px;
	color:orange;
	animation:newfont 2s infinite;
	-webkit-animation:newfont 2s infinite;
}

@keyframes newfont
{
0%   {color:orange;}
50% {color:red;}
}
@-webkit-keyframes newfont
{
0%   {color:orange;}
50% {color:red;}
}
.lists li span{
	padding-right:15px;
	color:#999;
}
.pages{
	margin-top:10px;
	padding:5px 0;
}
.pages:before{
	visibility: hidden;
	clear: both;
	display: block;
	height: 0px;
	content: " ";
}
.pages a{
	padding:5px 10px;
	border:solid 1px #eee;
}
.pages span{
	padding:5px 10px;
	border:solid 1px #56befd;
}
.huanzhe{
	border:solid 1px #eee;
	margin:10px -15px 0;
	padding:0 15px 10px;
}

.panellists{
	margin:10px;
}
.panellists .panel-body{
	padding:0;
}
.panellists img{
	width:100%;
}
/*show css*/
.show{
	border:solid 1px #eee;
	color:#555;
	padding:0 10px 10px;
}
.show img{
	max-width:100%;
	height:auto;
}
.show h6{
	margin-top:10px;
}
.showtitle{
	font-size:24px;
	line-height:48px;
	text-align:center;
	font-weight:bold;
}
.content{
	margin-top:25px;
	line-height:2em;
}
.showbtm{
	line-height:2em;
}

/*doctor*/
.doctor-lists{
	border:solid 1px #eee;
	margin:10px -15px 0;
	padding:10px 15px;
}
.doctortop{
	margin:0 -15px;
}
.doctortop img{
	min-width:100%;
	max-width:100%;
}
.doctor-list{
	padding:10px 0;
	border-bottom:dashed 1px #eee;
}
.doctor-list img{
	min-width:100%;
	max-width:100%;
}
.doctor-title{
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}
.doctor-description{
	text-indent:2em;
}
.doctor-zx{
	text-align:center;
	margin:15px 0;
}
.doctor-zx a{
	padding:5px 15px;
	background:#999;
	color:#fff;
	font-size:14px;
}
.doctor-zx a:hover{
	background:#016eaf;
}
.doctor-small{
	text-align:right;
	margin-top:20px;
	font-size:12px;
}
.picturelist{
	margin:15px 0;
	text-align:center;
}
.picturelist p{
	animation:newfont 10s infinite;
	-webkit-animation:newfont 10s infinite;
}
.picturelist img{
	min-width:100%;
	max-width:100%;
}

.index_guahao{ width:100%; margin-bottom:10px; }
.yy_name{ width:100%; height:30px; margin:13px 0 0 0; }
.yy_name dd{ width:30%; float:left; line-height:30px; font-size:14px; color:#555; text-align:right; padding-right:5px; }
.yy_name dd span{ color:#ff93b9; margin-right:5px;}
.yy_name dt{ width:70%; height:30px; float:left;}
.yy_name dt input{ width:94%; height:28px; border:1px solid #c2c2c2;}

.yy_zz{ width:100%; height:88px; margin:13px 0 0 0; overflow:hidden; }
.yy_zz dd{ width:30%; float:left; line-height:30px; font-size:14px; color:#555; text-align:right; padding-right:5px; }
.yy_zz dt{ width:70%; height:86px; float:left;}
.yy_zz dt textarea{ width:94%; height:84px; border:1px solid #c2c2c2;}

.yy_bt{ width:260px; height:32px; margin:10px auto 0; }
.yy_bt input{ width:100%; height:32px; display:block; border:none;cursor:pointer; color:#fff; }
.yy_bt dd{ width:100px; height:32px; float:left; }
.yy_bt dt{ width:100px; height:32px; float:right; }
input.tijiao{ background:#ef7800; }
input.reset{ background:#0e7cc2; }


.yiyuan_tit{ height:36px; font:16px/36px "Microsoft Yahei"; text-indent:15px; border:1px solid #eee; border-bottom:none; background: white;background: -moz-linear-gradient(top, white,#dedede  100%);background: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#dedede));}
.yiyuan_tit1{  height:36px; font:18px/36px "Microsoft Yahei"; text-indent:15px; border:1px solid #eee; border-bottom:none; background:#0693e5; color:#fff; }

.yiyuan{  overflow:hidden; }
.yycon{ height:382px; border:1px solid #eee; text-align:center; padding-top:20px;}
.yycon p{margin-top:20px;}
.yycon p img{ margin:0 5px 20px;}
.yycon h3{ font:14px/30px "Microsoft Yahei"; padding:0; margin:0; }
