@charset "utf-8";

/*banner切换 start*/
#banner-slider {
	box-shadow: none;
}

#banner-slider ul li img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	height: 500px;
}

#banner-slider .am-control-nav li {
	margin: 0 3px;
}

#banner-slider .am-control-nav li a {
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: #fff solid 1px;
}

#banner-slider .am-control-nav li a.am-active,
#banner-slider .am-control-nav li a:hover {
	background-color: #ff9900;
}

#banner-slider .am-control-nav {
	bottom: 30px;
	z-index: 9;
}

/*banner切换 end*/

/*列表 start*/
.am-list-news-hd {
	padding: 0 0 5px 0;
}

.am-list-news-hd h2 {
	font-size: 2.4rem;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	padding-left: 34px;
	background: url(../../images/column_02.png) no-repeat 0 7px;
}

.am-list-news-hd h2.a2 {
	background-position: 0 -93px;
}

.am-list-news-hd h2.a3 {
	background-position: 0 -193px;
}

.am-list-news-hd h2.a4 {
	background-position: 0 -293px;
}

.am-list-news-hd h2.a5 {
	background-position: 0 -393px;
}

.am-list-news-hd h2.a6 {
	background-position: 0 -493px;
}

.am-list-news-hd h2.a7 {
	background-position: 0 -593px;
}

.am-list-news-hd .am-list-news-more {
	height: 40px;
	line-height: 40px;
	font-size: 1.4rem;
}

.am-list .am-list-item-dated a {
	padding-right: 45px;
}

.am-list>li {
	border: none;
}

.am-list>li>a {
	padding: .417rem 0;
}

.am-list-date {
	right: 0;
	top: 0.4rem;
	font-size: 1.6rem;
}

.am-list-news-default .am-list-date {
	color: #666;
}


/*列表 end*/

/*综合服务平台 start*/
#fwpt ul {
	padding: 0;
	margin: 0;
}

#fwpt li {
	display: inline-block;
}

#fwpt li:first-child {
	margin-right: 25px;
}

/*综合服务平台 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/*迷你导航 start*/
	.mininav {
		line-height: normal;
		padding: 10px 0;
	}

	/*迷你导航 end*/

	/*banner切换 start*/
	#banner-slider ul li img {
		height: 18rem;
	}

	/*banner切换 end*/

	/*综合服务平台 start*/
	#fwpt li:first-child {
		margin: 0 0 10px 0;
	}

	#fwpt li img {
		max-width: 100%;
	}

	/*综合服务平台 end*/
}

/*电脑*/

@media only screen and (min-width: 1025px) {}

/*平板和电脑*/

@media only screen and (min-width: 641px) {}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/
