@charset "utf-8";

/*banner切换 start*/
#banner-slider {
	margin-bottom: 20px;
	box-shadow: none;
}

#banner-slider ul li img {	
	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*/
#news-slider {
	box-shadow: none;
}

#news-slider ul li img {
	height: 330px;
}

#news-slider .am-slider-desc {
	font-size: 1.4rem;
	padding: 8px 80px 8px 8px;
}

#news-slider .am-control-nav {
	bottom: 18px;
	z-index: 9;
}

#news-slider .am-control-nav li a {
	width: 12px;
	height: 12px;
	border-radius: 10px;
}

#news-slider .am-control-nav li a.am-active {
	background-color: #ffe100;
}

#news-slider .am-control-nav li a {
	background-color: #fff;
}

/*轮播图 end*/

/*滚动新闻 start*/
.swiper_wrap_bg {
	background: url(/images/ico_03.png) no-repeat 15px center #FFF;
	padding: 10px 10px 10px 25px;
	margin-bottom: 20px;
}

.swiper_wrap {
	position: relative;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
}

.swiper_wrap ul {
	position: relative;
	top: 0;
	left: 0;
	font-size: 14px;
	margin-top: 1px;
}

.swiper_wrap ul li {
	list-style: none;
	line-height: 30px;
}

.swiper_wrap .lt {
	background: url(/images/ico_02.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 3px;
	display: block;
	width: 14px;
	height: 7px;
}

.swiper_wrap .lt:hover {
	background-position: right 0;
}

.swiper_wrap .gt {
	background: url(/images/ico_02.png) no-repeat 0 bottom;
	position: absolute;
	right: 10px;
	top: 22px;
	display: block;
	width: 14px;
	height: 7px;
}

.swiper_wrap .gt:hover {
	background-position: right bottom;
}

/*滚动新闻 end*/

/*列表 start*/

.am-list-news-hd h2 {
	font-size: 2.2rem;
	color: #a40000;
	line-height: 20px;
	font-weight: normal;
	padding-left: 13px;
	background: url(/images/column_01.png) no-repeat left center;
}

.am-list .am-list-item-dated a {
	font-size: 1.4rem;
	padding-right: 0;
	padding-left: 45px;
}

.am-list>li {
	border: none;
}

.am-list>li>a {
	padding: .6rem 0;
}

.am-list-date {
	left: 0;
	right: auto;
	top: 0.5rem;
	font-size: 1.5rem;
}

.am-list-news-default .am-list-date {
	color: #a40000;
}

.pc-main>div:nth-child(1){
background:#fff;
padding-bottom:20px;
}
/*列表 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*/
	#news-slider ul li img {
		height: 18rem;
	}

	/*轮播图 end*/

}

/*电脑*/

@media only screen and (min-width: 1025px) {}

/*平板和电脑*/

@media only screen and (min-width: 641px) {}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/
