@charset "utf-8";

/*banner切换 start*/
#banner-slider {
	margin-bottom: 10px;
	box-shadow: none;
}

#banner-slider ul li img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	height: 424px;
}

#banner-slider .am-control-nav li {
	margin: 0 3px;
}

#banner-slider .am-control-nav li a {
	width: 8px;
	height: 8px;
	background-color: #ececec;
	opacity: .5;
	box-shadow: none;
}

#banner-slider .am-control-nav li a.am-active,
#banner-slider .am-control-nav li a:hover {
	background-color: #fff;
	opacity: 1;
}

#banner-slider .am-control-nav {
	bottom: 15px;
	z-index: 9;
}

/*banner切换 end*/

/*首页列表 start*/
.am-list-news-hd-in {
	background-color: #eee;
	border-bottom: 1px solid #8f000b;
}

.am-list-news-hd {
	padding-top: 0;
}

.am-list-news-hd h2 {
	font-size: 1.8rem;
	font-weight: normal;
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
	background-color: #8f000b;
	color: #fff;
}

.am-list-news-hd .am-list-news-more {
	color: #8f000b;
	height: 40px;
	line-height: 40px;
	font-size: 1.4rem;
	margin-right: 15px;
}

.am-list .am-list-item-dated a {
	padding-right: 0;
	font-size: 1.4rem;
}

.am-list>li {
	border: none;
	background-color: transparent;
	font-size: 1.6rem;
}

.am-list>li>a {
	padding: .6rem 0;
}

.am-list-date {
	font-size: 1.4rem;
	right: 0;
	top: 0.8rem;
}

/*首页列表 end*/

/*诊所活动 start*/
#zshd li {
	padding: 5px;
}

#zshd img {
	width: 100%;
	height: 185px;
}

#zshd h1 {
	font-size: 1.4rem;
	font-weight: normal;
	margin: 0;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
}

#zshd span.time {
	font-size: 1.4rem;
}

/*诊所活动 end*/

/*诊所制度 start*/
.zszd-btn li {
	margin-top: 10px;
	padding: 0 5px;
}

.zszd-btn li a {
	display: block;
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
	line-height: 37px;
}

.zszd-btn li a.a1 {
	background-color: #00989b;
}

.zszd-btn li a.a2 {
	background-color: #009ac8;
}

.zszd-btn li a.a3 {
	background-color: #083b68;
}

.zszd-btn li a.a4 {
	background-color: #009865;
}

.zszd-btn li a.a5 {
	background-color: #2d7fb1;
}

.zszd-btn li a.a6 {
	background-color: #c33c43;
}

/*诊所制度 end*/

/*友情链接 start*/
.friendly-link {
	line-height: 50px;
	background-color: #f4f4f4;
}

.friendly-link h1 {
	font-size: 1.6rem;
	margin: 0;
	text-align: center;
}

.friendly-link select {
	font-size: 1.4rem;
	width: 90%;
	height: 30px;
	padding-left: 10px;
}

/*友情链接 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/*banner切换 start*/
	#banner-slider ul li img {
		height: auto;
	}

	#banner-slider .am-control-nav {
		bottom: 5px;
	}

	/*banner切换 end*/

	/*重点新闻 start*/
	#zshd img {
		height: auto;
	}

	/*重点新闻 end*/

}

/*电脑*/

@media only screen and (min-width: 1025px) {}

/*平板和电脑*/

@media only screen and (min-width: 641px) {}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/
