﻿@charset "utf-8";
/* CSS Document */

/*********主页内容*******

/*首页医院介绍*/
.index_int {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 10px;
	display: inline;
}
.index_int p {
	padding: 2%;
	width: 96%;
	line-height: 26px;
	text-align: left;
	font-size: 14px;
	text-indent: 2em;
	float: left;
}
/*首页疾病模板*/
.index_module {
	width: 100%;
	border-top: 1px dashed #ddd;
	padding-top: 10px;
}
.index_module .tit {
	margin: 0 auto;
	width: 300px;
	height: 18px;
	clear: both;
}
.index_module .tit span {
	float: left;
	width: 41px;
	height: 9px;
	margin-top: 4px;
	display: inline;
}
.index_module .tit strong {
	float: left;
	width: 218px;
	height: 18px;
	line-height: 18px;
	font-weight: normal;
	font-size: 14px;
	color: #006fbe;
	text-align: center;
}
.index_module .tit .left {
	background: url(/images/left_list.gif) no-repeat;
}
.index_module .tit .right {
	background: url(/images/right_list.gif) no-repeat;
}
.index_module .list {
	clear: both;
	width: 100%;
	margin: 10px auto 0 auto;
}
.index_module .list li {
	width: 20%;
	height: 46px;
	padding-top: 2px;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	display: inline-block;
	float: left;
}
.index_module .list li a {
	display: inline-block;
	width: 99%;
}
.index_module .list li a span {
	display: inline-block;
	width: 50px;
}
.index_module .list .one {
	background: #318FD4;
}
.index_module .list .two {
	background: #8DC73F;
}
.index_module .list .three {
	background: #689DEC;
}
.index_module .list .four {
	background: #F09100;
}
.index_module .list .five {
	background: #0FA0FA;
}
.index_module .list .six {
	background: #1abc9d;
}
.index_module .list a:link {
	color: #fff;
}
.index_module .list a:visited {
	color: #fff;
}
.index_module .list a:hover {
	color: #fff;
	text-decoration: none;
}
.index_module .list a:active {
	color: #fff;
}
.index_module dl {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 10px;
	display: inline;
}
.index_module dl dt {
	float: left;
	width: 25%;
	height: 180px;
	text-align: center;
	display: block;
}
.index_module dl dd {
	float: left;
	width: 73%;
	height: 180px;
	display: block;
	padding-right: 2%;
}
.index_module dl dd ul {
	float: left;
	height: auto;
	margin: 6px auto 0px 10px;
	display: inline;
}
.index_module dl dd ul li {
	float: left;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	background: url(/images/module_list.gif) no-repeat 0px 13px;
}
.index_module dl dd ul li a {
	float: left;
	margin-left: 10px;
	display: inline;
}
.index_module dl dd ul li em {
	float: right;
	font-style: normal;
	color: #fff;
}
.index_module h2 {
	width: 72px;
	height: auto;
	line-height: 30px;
	font-size: 20px;
	font-family: "微软雅黑";
	font-weight: normal;
	color: #fff;
	display: block;
	margin: 36px auto 0 auto;
}
.index_module .cont_1 dt {
	background: url(/images/one_bg.gif) no-repeat center 100px;
	background-color: #318fd4;
}
.index_module .cont_1 dd {
	background-color: #318fd4;
}
.index_module .cont_2 dt {
	background: url(/images/two_bg.gif) no-repeat center 100px;
	background-color: #8dc73f;
}
.index_module .cont_2 dd {
	background-color: #8dc73f;
}
.index_module .cont_3 dt {
	background: url(/images/three_bg.gif) no-repeat center 100px;
	background-color: #689dec;
}
.index_module .cont_3 dd {
	background-color: #689dec;
}
.index_module .cont_4 dt {
	background: url(/images/four_bg.gif) no-repeat center 100px;
	background-color: #f09100;
}
.index_module .cont_4 dd {
	background-color: #f09100;
}
.index_module .cont_5 dt {
	background: url(/images/five_bg.gif) no-repeat center 100px;
	background-color: #0fa0fa;
}
.index_module .cont_5 dd {
	background-color: #0fa0fa;
}
.index_module .cont_6 dt {
	background: url(/images/six_bg.gif) no-repeat center 100px;
	background-color: #1abc9d;
}
.index_module .cont_6 dd {
	background-color: #1abc9d;
}
.index_module dl dt a {
	color: #fff;
}
.index_module dl dd a {
	color: #fff;
}
.common_smallnav {
	float: left;
	width: 100%;
	height: 44px;
	background: url(../../../../images/index_img/common_smallnav_bg.gif) repeat-x;
	text-align: center;
	position: fixed;
	left: 0;
	bottom: 0;
}
.common_smallnav ul {
	width: 300px;
	height: 46px;
	margin: 0px auto;
	text-align: center;
}
.common_smallnav ul li {
	float: left;
	width: 70px;
	height: 46px;
	margin: 0px 2px;
	display: inline;
}
.common_smallnav ul li img {
	width: 70px;
	height: 42px;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
	text-align: right;
	max-width: 90%;
}
