@charset "utf-8";

/*通用样式 start*/
body {
	background: #ECECE6 url(../images/bg.jpg) no-repeat center top;
}

a {
	color: #333;
}

a:hover {
	color: #ff6600;
}

.white-bg {
	background-color: #fff;
}

.am-container {
	max-width: 1085px;
}

.border1px {
	border: 1px solid #ddd;
}

/*通用样式 end*/

/*logo start*/
.logobox {
	padding: 30px 0 36px 0;
}

.logobox .tel-box {
	position: relative;
}

.logobox .tel {
	text-shadow: 2px 2px 10px #FFFFFF;
	font-style: italic;
	color: #147CBF;
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: 60px;
	position: absolute;
	right: -110px;
	top: 55px;
	background: url(../images/Tel.png) left center no-repeat;
}

/*logo end*/

/*导航栏 start*/

.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 {
	color: #fff;
	cursor: pointer;
	background-color: transparent;
	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: #149245;
	color: #fff;
}

.am-nav-pills>li+li {
	margin-left: 0;
}

.am-nav-pills {
	border-right: #fff dashed 1px;
}

.am-nav-pills:last-child {
	border-right: none;
}

.am-topbar-nav>li>a {
	padding: 12px 37px;
	font-size: 1.5rem;
	line-height: normal;
	text-align: center;
}

.am-dropdown-content {
	margin: 0;
	border: none;
	background-color: transparent;
	min-width: 100%;
}

ul.am-dropdown-content {
	padding: 1px;
}

ul.am-dropdown-content>li {
	margin-top: 1px;
	background-color: #149245;
}

ul.am-dropdown-content>li>a {
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	padding: 6px 0;
}

ul.am-dropdown-content>li>a:focus,
ul.am-dropdown-content>li>a:hover {
	background-color: #FF8800;
	color: #fff;
}

.am-dropdown-content:after,
.am-dropdown-content:before {
	display: none;
}

.am-topbar-btn {
	margin-bottom: 8px;
}

/*导航栏 end*/

/*轮播图 start*/
#news-slider {
	box-shadow: none;
	margin-top: 10px;
}

#news-slider ul li img {
	height: 305px;
}

#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: #cb0f0e;
}

#news-slider .am-control-nav li a {
	background-color: #fff;
}

#news-slider.list-slider {
	margin-top: 0;
}

#news-slider.list-slider ul li img {
	height: 230px;
}

/*轮播图 end*/

/*面包屑导航 start*/
.am-breadcrumb {
	margin: 20px 0 15px 0;
	height: 47px;
	line-height: 47px;
	padding: 0;
	background: url(../images/Titlebg.jpg) repeat-x;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.am-breadcrumb li:nth-child(2):before {
	display: none;
}

.am-breadcrumb li a,
.am-breadcrumb>.am-active,
.am-breadcrumb>li+li:before {
	color: #1d1d1d;
}

.am-icon-home:before {
	font-size: 3rem;
	color: #146da5;
	vertical-align: middle;
	padding: 0 15px;
}

/*面包屑导航 end*/

/*列表 start*/
.am-list-news-hd {
	border-bottom: 1px solid #146DA5;
}

.am-list-news-hd h2 {
	color: #146DA5;
	font-size: 2.2rem;
	padding-left: 40px;
	background: url(../images/jia.png) left center no-repeat;
}

.am-list-news-hd .am-list-news-more:hover {
	color: #FF6600;
}

.am-list .am-list-item-dated a {
	padding-right: 55px;
	padding-left: 15px;
	background: url(../images/jian.jpg) left no-repeat;
	font-size: 1.4rem;
}
.am-list .am-list-item-dated a span{
	color: #146DA5;
	padding-right: 5px;
}
.am-list {
	margin-top: 1rem;
}

.am-list>li {
	border: none;
	margin-bottom: 5px;
	background-color: transparent;
}

.am-list>li>a {
	padding: .334rem 0;
}

.am-list-news-default {
	padding: 0 10px;
	margin: 10px 0;
}

.am-list-news-default .am-list-date {
	top: 0.4rem;
	font-size: 1.4rem;
	color: #999;
	font-family: "Arial, Helvetica, sans-serif";
}

.arow-list .am-list>li {
	background: url(../images/ico_03.png) no-repeat left;
}

.arow-list .am-list .am-list-item-dated a {
	padding-left: 18px;
}

/*列表 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: #124DA9;
	border-color: #124DA9;
}

.am-pagination>li>a:focus,
.am-pagination>li>a:hover,
.am-pagination>li>span:focus,
.am-pagination>li>span:hover {
	background-color: #124DA9;
	border-color: #124DA9;
	color: #fff;
}

.am-pagination>li {
	font-size: 1.2rem;
	color: #333;
}

.am-pagination>li>a,
.am-pagination>li>span {
	padding: .4em .7em;
	border-radius: 3px;
	color: #999;
	margin-right: 0;
}

/*列表分页 end*/

/*页尾 start*/
.footer {
	background-color: #0c6dce;
	color: #fff;
}

.footer .footer-in {
	position: relative;
	text-align: center;
	background: url(../images/Logo2.png) left 110px center no-repeat;
	padding: 25px 0;
}

.footer .footer-in p {
	margin: .5rem;
	font-size: 1.4rem;
}

.footer .footer-in .WeiChar {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 1.4rem;
	line-height: 60px;
}

/*页尾 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/*logo start*/
	.logobox .tel-box {
		margin-top: 10px;
	}

	.logobox .tel {
		position: static;
		font-size: 1.4rem;
	}

	/*logo start*/

	/*导航 start*/
	.navbox {
		background-color: #156ea5;
	}

	.am-dropdown-content {
		display: none !important;
	}

	.am-nav-pills>li>a:focus,
	.am-nav-pills>li>a:hover {
		background: none !important;
	}

	.am-nav>li>a {
		color: #fff !important;
		padding: .4em 1em !important;
		margin: 0;
	}

	.am-nav-pills>li {
		background: none !important;
	}

	/*导航 end*/

	/*轮播图 start*/
	#news-slider {
		margin-bottom: 10px;
	}

	#news-slider ul li img {
		height: 18rem;
	}

	/*轮播图 end*/

	/*面包屑导航 start*/
	.am-breadcrumb {
		white-space: nowrap;
		overflow-x: scroll;
	}

	/*面包屑导航 end*/

	/*页尾 start*/
	.footer .footer-in {
		background: none;
		padding: 0;
	}

	.footer .footer-in .WeiChar {
		position: static;
	}

	/*页尾 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*/
