@charset "utf-8";

/*外链按钮 start*/
.mrnav a {
	margin-bottom: 18px;
	color: #fff;
	display: block;
	font-size: 1.5rem;
	height: 60px;
	line-height: 60px;
	border-radius: 6px;
}

.mrnav a.an1 {
	background: #006699;
}

.mrnav a .img {
	display: inline-block;
	width: 35%;
	text-align: center;
	position: relative;
}

.mrnav a span {
	width: 45%;
	display: inline-block;
	text-align: center;
}

.mrnav a.an2 {
	background: #ff6600;
}

.mrnav a.an3 {
	background: #cb0f0e;
}

.mrnav a.an4 {
	background: #669900;
}

/*外链按钮 end*/

/*轮播图 start*/
#news-slider {
	box-shadow: none;
}

#news-slider ul li img {
	height: 295px;
}

#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: #ccc;
}

#news-slider .am-control-nav li a {
	background-color: #fff;
}

/*轮播图 end*/

/*列表 start*/
.am-list-news-hd {
	padding: 0;
}

.am-list-news-hd h2 {
	font-size: 2rem;
	font-weight: normal;
	color: #333;
	height: 38px;
	line-height: 38px;
	padding-left: 35px;
	background: url(../../images/more.png) left center no-repeat;
}

.am-list-news-hd .am-list-news-more {
	padding-right: 5px;
	height: 38px;
	line-height: 38px;
	font-size: 1.3rem;
}

.am-list .am-list-item-dated a {
	padding-right: 0;
	font-size: 1.4rem;
	padding-left: 27px;
	background: url(../../images/dian.png) 13px center no-repeat;
}

.am-list {
	padding-top: 10px;
	margin: 0;
	border: #ddd solid 1px;
}

.am-list>li {
	border: none;
	background-color: transparent;
}

.am-list>li>a {
	padding: .584rem 0;
}

.am-list-news-default {
	margin: 10px 0;
}

/*列表 end*/

/*中心简介 start*/
#zxjj .am-list-news-hd {
	border-bottom: #ddd solid 1px;
}

#zxjj .am-list-news-hd h2 {
	background: none;
	padding-left: 0;
	color: #8B1416;
}

#zxjj .am-list-news-bd a {
	display: block;
	font-size: 1.4rem;
	line-height: 25px;
	padding: 15px 10px 0 10px;
}

/*中心简介 end*/

/*标语图片 start*/
.biaoyu-pic {
	width: 100%;
	padding: 10px 0;
}

/*标语图片 end*/

/*轮播 start*/
.scroll_div {
	margin: 15px;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	font-size: 1.3rem;
}

.scroll_div img {
	width: 190px;
	height: 150px;
	margin: auto 2px;
	border: 1px #efefef solid;
}

#scroll_begin,
#scroll_end,
#scroll_begin ul,
#scroll_end ul,
#scroll_begin ul li,
#scroll_end ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

/*轮播 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/*logo start*/
	.logobox {
		padding: 20px 0 20px 0;
	}

	/*logo end*/

	/*外链按钮 start*/
	.mrnav a {
		margin-bottom: 10px;
	}

	/*外链按钮 end*/

	/*轮播图 start*/
	#news-slider {
		margin-bottom: 10px;
	}

	#news-slider ul li img {
		height: 18rem;
	}

	/*轮播图 end*/

	/*左侧主体 start*/
	.left-box {
		margin-left: -1rem;
		margin-right: -1rem;
	}

	/*左侧主体 end*/
}

/*电脑*/

@media only screen and (min-width: 1025px) {}

/*平板和电脑*/

@media only screen and (min-width: 641px) {}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/

