@charset "utf-8";

/*banner切换 start*/
#banner-slider {
	margin: 10px 0;
	box-shadow: none;
}

#banner-slider ul li img {
	height: 230px;
}

#banner-slider .am-control-nav li {
	margin: 0 3px;
}

#banner-slider .am-control-nav li a {
	width: 13px;
	height: 13px;
	background-color: #fff;
	box-shadow: none;
}

#banner-slider .am-control-nav li a.am-active,
#banner-slider .am-control-nav li a:hover {
	background-color: #0092CE;
}

/*banner切换 end*/

/*新闻动态页签切换 start*/
#xwdt .am-list-news-hd {
	padding-bottom: 0;
	border-bottom: 1px solid #ccc;
}

#xwdt .am-list-news-hd i {
	float: left;
	width: 25px;
	height: 38px;
	border-bottom: 3px solid #146DA5;
	background: url(../../images/TT.png) left no-repeat;
}

#xwdt .am-list-news-hd h2 {
	background: none;
	color: #999;
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
}

#xwdt .am-list .am-list-item-dated a {
	padding-left: 15px;
	padding-right: 55px;
	background: url(../../images/dian.png) left no-repeat;
	border-bottom: 1px solid #ccc;
}


#xwdt .am-list-news-hd h2.hover {
	color: #136CA5;
	border-bottom: 3px solid #146DA5;
}

#xwdt .am-list {
	margin-bottom: 0;
}

#xwdt a.more {
	display: block;
	padding-bottom: 5px;
	font-size: 1.2rem;
	text-align: right;
}

/*新闻动态页签切换 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/*logo start*/
	.logobox {
		padding: 20px 0 20px 0;
	}

	/*logo end*/

	/*banner切换 start*/
	#banner-slider ul li img {
		height: auto;
	}

	#banner-slider .am-control-nav {
		bottom: 15px;
	}

	/*banner切换 end*/

}

/*电脑*/

@media only screen and (min-width: 1025px) {}

/*平板和电脑*/

@media only screen and (min-width: 641px) {}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/
