@charset "utf-8";

/*通用样式 start*/
a {
	color: #333;
}

a:hover {
	color: #ff6600;
}

.am-container {
	max-width: 1200px;
}

.am-list-news-default {
	margin: 10px 0;
}

/*通用样式 end*/

/*头部 start*/
.header {
	background: url(../images/top_bg.png) no-repeat center 18px #fff;
	border-top: 9px solid #C84742;
}

/*头部 end*/

/*迷你导航 start*/
.mininav {
	position: relative;
}

.mininav-list {
	position: absolute;
	width: 427px;
	height: 30px;
	text-align: center;
	right: 0;
	background-color: #C84742;
	border-radius: 0 0 4px 4px;
	margin: 0;
	padding: 0;
}

.mininav-list li {
	display: inline-block;
	vertical-align: text-bottom;
	font-size: 1.4rem;
	padding: 0 .3em;
	color: #fff;
}

.mininav-list li:first-child {
	padding-right: 1.2em;
}

.mininav-list li a {
	color: #fff;
}

.mininav-list li a:hover {
	color: #ffff00;
}

/*迷你导航 end*/

/*logo&search start*/
.logobox {
	padding: 40px 0;
}

#search-box .am-modal-dialog {
	background: #fff;
	border-radius: 10px;
}

#searchform {
	margin: 30px 0;
}

#searchform input[type="text"] {
	text-indent: 10px;
	border: #ccc solid 1px;
	max-width: 300px;
	height: 37px;
	display: inline-block;
}

#searchform button[type="submit"] {
	border: none;
	display: inline-block;
	background-color: #8C1515;
	width: 70px;
	height: 37px;
	color: #fff;
	margin-left: -5px;
	font-size: 1.4rem;
}

#searchform button[type="button"] {
	border: none;
	background-color: #ccc;
	color: #fff;
	width: 70px;
	height: 37px;
	line-height: 37px;
	font-size: 1.4rem;
	margin-left: 5px;
}


/*logo&search end*/

/*导航栏 start*/

.navbox {
	background: url(../images/mainnav.png) repeat-x;
}

.am-collapse {
	border-bottom: 1px solid #fff;
}

.am-nav-pills>li>a,
.am-nav-pills>li.am-active>a,
.am-nav-pills>li.am-active>a:focus,
.am-nav-pills>li.am-active>a:hover {
	cursor: pointer;
	border-bottom: transparent solid 1px;
	white-space: nowrap;
}

.am-topbar-nav>li>a:hover:after,
.am-topbar-nav>li.am-active>a:after {
	opacity: 0;
}

.am-nav-pills>li>a:focus,
.am-nav-pills>li>a:hover {
	background-color: transparent;
	color: #FFFF00;
}

.am-nav-pills>li+li {
	margin-left: 0;
}

.am-topbar-nav {
	margin-bottom: -1px;
}

.am-topbar-nav>li>a {
	padding: 11.5px 28px;
	color: #fff;
	line-height: normal;
	text-align: center;
}

.am-dropdown-content {
	margin: 0;
	border: none;
	background-color: #C84743;
	min-width: 120px;
	top: 98%;
}

ul.am-dropdown-content>li>a {
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
}

ul.am-dropdown-content>li>a:focus,
ul.am-dropdown-content>li>a:hover {
	background-color: transparent;
	color: #FFFF00;
}

.am-dropdown-content:after,
.am-dropdown-content:before {
	display: none;
}

.am-btn-primary,
.am-btn-primary:focus,
.am-btn-primary:hover {
	background-color: #ff6600;
	border-color: #ff6600;
}

.am-topbar-btn {
	margin-bottom: 8px;
}

/*导航栏 end*/

/*列表分页 start*/
.am-pagination>.am-active>a,
.am-pagination>.am-active>a:focus,
.am-pagination>.am-active>a:hover,
.am-pagination>.am-active>span,
.am-pagination>.am-active>span:focus,
.am-pagination>.am-active>span:hover {
	background-color: #ff6600;
	border-color: #ff6600;
}

.am-pagination>li>a:focus,
.am-pagination>li>a:hover,
.am-pagination>li>span:focus,
.am-pagination>li>span:hover {
	background-color: #ff6600;
	border-color: #ff6600;
	color: #fff;
}

.am-pagination>li {
	font-size: 1.2rem;
}

.am-pagination>li>a,
.am-pagination>li>span {
	padding: .4em .7em;
	border-radius: 3px;
	color: #999;
	margin-right: 0;
}

/*列表分页 end*/

/*友情链接 start*/
.friendly-link {
	border: 1px solid #CECECE;
	padding: 0 20px;
}

.friendly-link h1 {
	height: 40px;
	line-height: 40px;
	font-size: 1.8rem;
	color: #C84644;
	margin: 0;
	font-weight: normal;
	background: url(../images/column_02.png) no-repeat right center;
}

.friendly-link ul {
	padding: 0;
	margin: 0;
}

.friendly-link li {
	list-style: none;
	padding-bottom: 15px;
}

.friendly-link li select {
	font-size: 1.4rem;
	width: 100%;
	height: 26px;
}

/*友情链接 end*/

/*页尾 start*/
.footer {
	border-top: 1px solid #ccc;
	background: url(../images/foot_bg.jpg) no-repeat 0 bottom #F5F5F5;
}

.footer p {
	font-size: 1.4rem;
	margin: .2rem 0;
}

/*页尾 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/*通用 start*/
	.no-padding-left-sm {
		padding-left: 0px !important;
	}

	.no-padding-right-sm {
		padding-right: 0px !important;
	}

	/*通用 end*/

	/*头部 start*/
	.header {
		background: none;
	}

	.logobox {
		padding: 20px 0;
	}

	/*头部 end*/

	/*search start*/
	#searchform-phone {
		margin-top: 20px;
		width: 100%;
	}

	#searchform-phone input[type="text"] {
		text-indent: 10px;
		background: #eee;
		border: #666 solid 1px;
	}

	#searchform-phone button[type="submit"] {
		background: none;
		border: none;
	}

	#searchform-phone [class*=am-icon-]:before {
		color: #abadae;
	}

	/*search end*/

	/*导航 start*/
	.am-topbar-nav>li {
		display: inline-block;
	}

	.am-collapse {
		background-color: #C84743;
	}

	.am-dropdown-content {
		display: none !important;
	}

	/*导航 end*/

	/*轮播图 start*/
	#news-slider {
		margin-bottom: 20px;
	}

	/*轮播图 end*/
}

/*电脑*/

@media only screen and (min-width: 1025px) {
	.no-padding-left {
		padding-left: 0px !important;
	}

	.no-padding-right {
		padding-right: 0px !important;
	}
}

/*平板和电脑*/

@media only screen and (min-width: 641px) {}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/
