body {
	font-size: 14px;
	color: #333; 
	background: #f4f6f8;
}

img {
	max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0
}

a {
	color: #333;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

a:focus,
a:hover {
	color: #133eaf;
}

.am-table>tbody>tr>td,
.am-table>tbody>tr>th,
.am-table>tfoot>tr>td,
.am-table>tfoot>tr>th,
.am-table>thead>tr>td,
.am-table>thead>tr>th {
	padding: 8px;
	font-size: 12px;
	vertical-align: middle;
}

.am-table {
	margin-bottom: 16px
}

.am-btn {
	font-size: 14px
}

.am-form input[type=number],
.am-form input[type=search],
.am-form input[type=text],
.am-form input[type=password],
.am-form input[type=datetime],
.am-form input[type=datetime-local],
.am-form input[type=date],
.am-form input[type=month],
.am-form input[type=time],
.am-form input[type=week],
.am-form input[type=email],
.am-form input[type=url],
.am-form input[type=tel],
.am-form input[type=color],
.am-form select,
.am-form textarea,
.am-form-field {
	font-size: 14px;
	border-color: #eaeaea;
	padding: 10px;
}

.am-form-group {
	margin-bottom: 10px
}

[class*=am-u-] {
	padding: 0;
}


.am-btn {
	font-size: 14px
}

.am-btn-primary {
	background-color: #133eaf;
	border-color: #133eaf;
}

.am-with-fixed-navbar {
	padding: 0;
}

.am-container {
	max-width: 1200px;
	padding: 0;
}

.am-container-avg {
	max-width: 1220px;
	margin: 0 auto;
}

.head {
	background: #fff;
	padding: 30px 0;
}

/*logo*/
 
.logo img {
	max-height: 68px;
}

.phone {
	line-height: 68px; 
}

.search{
	margin-top: 15px;
	padding-left: 40px;
	position: relative;
}

.search .am-btn{
	position: absolute;
	top: 7.5px;
	right: 0;
	height: 38px;
}

 

/*phone*/
.phone {
	text-align: right
}

.phone span {
	font: 24px/34px impact;
	color: #133eaf;
}

.phone i {
	font-size: 26px;
	color: #133eaf;
}

/* 导航 */
.menu {
	background: #133eaf
}

.menu li {
	line-height: 50px;
	position: relative;
	text-align: center
}

 
.menu li a {
	display: block;
	color: #fff;
	font-weight: bold;
	position: relative; 
}

.menu a:hover,
.menu .active {
	background: #0a46db
}

.menu .subNav {
	background: #fff;
	width: 100%;
	left: 0;
	display: none;
	opacity: .98;
	position: absolute;
	z-index: 99;
	box-shadow: 0px 2px 5px rgb(0,0,0,.01);
}

.menu .subNav a { 
	border-bottom: 1px solid #eaeaea;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}

.menu .subNav a:hover { 
	color: #fff;
}

/*banner*/
.banner {
	margin: 0 0 40px; 
	height: 500px;
	background-color: #666;
}

.banner-item {
	background-position: center;
	background-repeat: no-repeat;
	height: 500px;
	background-size: cover;
}

.banner .am-control-nav li a.am-active {
	background: #133eaf;
}

/* 轮播 */
.am-slider-default .am-direction-nav .am-prev {
	background: url(../images/pre_fff.png) center no-repeat #133eaf;

}

.am-slider-default .am-direction-nav .am-next {
	background: url(../images/next_fff.png) center no-repeat #133eaf;

}

.am-slider-default .am-direction-nav a:before {
	display: none
}

.am-slider-default .am-direction-nav a {
	top: 50%;
	width: 40px;
	height: 60px;
	margin: -30px 0 0;

}

.am-slider-default .am-control-nav {
	bottom: 20px;
}

.am-slider-default .am-control-nav li a {
	border-radius: 0;
}

.am-slider-default .am-control-nav li a.am-active {
	background: #133eaf;
}


/*newest*/
.newest {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	background: #fff;
	border: 1px solid #e6e6e6;
	margin: 20px 0;
	padding: 0 20px;
	position: relative;
	box-shadow: 0px 2px 5px rgb(0,0,0,.01);

}

.newest-title {
	width: 80px;
	position: absolute;
	left: 20px;
}

.newest-title span {
	font-size: 16px;
	color: #133eaf;
	font-weight: bold;
}

.newest-list  {
	background: url(/uploads/images/hot.gif) no-repeat top left;
	height: 50px;
	overflow: hidden;
}

.newest-list ul {
	height: 50px;
	position: absolute;
	top: 0;
	left: 0px;
	padding-left: 120px;
	width: 100%;
}

.newest-list li {
	position: relative;
}

.newest-list li span {
	position: absolute;
	right: 20px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

/*title*/
.title {
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0 0 10px;
	position: relative;
	line-height: 1;
}

.title span {
	position: relative;
	font-size: 20px;
	color: #133eaf;
	font-weight: bold;
}

.title span:before {
	position: absolute;
	bottom: -10px;
	width: 100%;
	content: '';
	height: 4px;
	background: #133eaf;
	left: 0;
}

.title a {
	position: absolute;
	right: 0;
	top: 0px;
	color: #666;
}


  
/* 数据列表 */
.data-lst {
	overflow: hidden;
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 40px;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 0px 2px 5px rgb(0,0,0,.01);
}

/* 左侧列表 */
.content_ifl{
	padding: 0 10px;
}
.content_ifr{
	padding: 0 10px;
}
.box-fl {
	overflow: hidden;
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 20px 20px 10px;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 0px 2px 5px rgb(0,0,0,.01);
	 
}

/* 右侧列表 */
.box-fr {
	overflow: hidden;
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 20px;
	margin-bottom: 10px;
	position: relative;
	box-shadow: 0px 2px 5px rgb(0,0,0,.01);

}

/* 头条 */
.box-lead {
	position: relative;
	overflow: hidden;
	border-bottom: 1px dashed #e6e6e6;
	padding: 10px 0 20px;
}

.box-lead .headline {
	background: #133eaf;
	border: 1px solid #3738b5;
	box-shadow: 0px 4px 10px rgba(162, 162, 162, .4);
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	color: #fff;
}

.box-lead-info {
	padding-left: 80px;
	overflow: hidden;
}

.box-lead-info h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

.box-lead .desc {
	color: #666;
	font-size: 12px;
	padding-right: 80px;
}

.date-time {
	color: #666;
	position: absolute;
	right: 0px;
	bottom: 10px;
	font-size: 12px;
}



/*数据列表*/
.ibox{
	 
}
.box-lst {
	margin-top: 0;
}

.box-lst li {
	border-bottom: 1px dashed #e6e6e6;
	padding: 10px 0;
	position: relative;
}

.box-lst h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

.box-lst .desc {
	color: #666;
	font-size: 12px;
}

.box-lst .time {
	color: #666;
	font-size: 12px;
	margin-top: 5px;
}
/* 广告 */
.ad{
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.ad h3{
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	color: #fff;
	padding: 40px 0;
	width: 100%;
	font-size: 20px;
}
/* 服务 */
.adv {
	overflow: hidden;
	background: #fff;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 0px 2px 5px rgb(0,0,0,.01);
	padding: 22px 0;
}

.adv li {
	padding: 10px;
	text-align: center;
}

.adv li p {
	padding-top: 10px;
}

.slogn {
	border: 1px solid #e6e6e6;
	background: url(/uploads/images/banner4.jpg) no-repeat top center;
	height: 210px; 
	background-size: cover; 
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin: 0 0 20px;
}

.slogn h3 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

/*link*/
.ilink {
	padding-bottom: 40px;

}
 
.ilink a{
	display: block;
	padding: 5px;
}
 
.ilink li img {
	height: 37px;
	width: 100%;
	margin-top: 10px;
}

/* 栏目图片 */
.inner-banner {
	background-color: #aaa;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/uploads/images/banner_list.jpg);
	height: 320px;

}

.sub-menu {
	overflow: hidden;
	background: #fff;
	border: 1px solid #e6e6e6;
	margin: 20px 0;
	box-shadow: 0px 2px 5px rgb(0,0,0,.01);
	text-align: center;
}

.sub-menu h2{
	background: #133eaf;
	padding: 40px 0;
	color: #fff;
	font-size: 24px;
}

 

.sub-menu a { 
	margin: 0;
	position: relative;
	padding: 20px 0px; 
	display: block;
	border-bottom: 1px solid #eaeaea;
	font-weight: bold;
}
 
.sub-menu .active {
	color: #133eaf;
}

.sub-menu .active:after {
	opacity: 1
}
.content_fr{
	padding: 20px;
	margin-bottom: 40px;
}


/*about*/
 

/*bdmap*/
.bdmap {
	overflow: hidden;
}

.bdmap iframe {
	width: 100%;
}

 


/* 文章详情 */
.am-article {
	padding: 40px;
	background: #fff;
	margin-bottom: 40px;
	line-height: 1.8;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}

.am-article-title {
	margin-bottom: 20px;
	font-size: 28px;
	position: relative;
	font-weight: bold;
	color: #133eaf;
}

.am-article-title:before {
	position: absolute;
	height: 28px;
	width: 10px;
	content: '';
	background: #133eaf;
	left: -40px;
	top: 0px
}

.am-article h2 { 
	font-size: 20px;
	margin-bottom: 20px;
	color: #133eaf; 
	background: #f9fdff; 
	padding: 10px;
	border: 1px solid #eceff6;
}

.am-article h3 { 
	font-size: 18px;
	margin: 20px 0;
	color: #133eaf; 
	background: #f9fdff; 
	padding: 10px;
	border: 1px solid #eceff6;
}

.am-article-hd {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px
}

.am-article-bd img {
	margin: 10px 0;
	display: inline-block;
	border: 1px solid #f2f2f2
}

.am-article-bd  { 
	font-size: 16px;
	line-height: 1.8;
}

.am-article-bd p {
	margin-bottom: 10px; 
}

.am-article-meta {
	margin-bottom: 10px
}

.am-article-meta span {
	margin-right: 10px;
	font-size: 12px;
	color: #888
}

.am-article-prne {
	margin: 20px 0 0;
	overflow: hidden
}

.am-article-prne a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px dashed #e6e6e6
}

.am-article-prne .nomore {
	color: #888
}

.am-article-lead {
	margin-bottom: 20px;
	font-size: 12px;
	color: #888;
	line-height: 1.5;
	border: 1px solid #e6e6e6;
	background: #f2f2f2;
	padding: 10px
}




/*position*/
.position {
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}

.position ol {
	margin: 0;
	padding: 0;
}

/* 分页 */
.am-pagination {
	margin: 0px 0 40px;
	overflow: hidden
}
.am-pagination ul{
	padding: 0;
	margin: 0;
	overflow: hidden
}

.am-pagination li {
	float: left;
	list-style: none;
	padding: 5px;
}

.am-pagination li.active span,
.am-pagination li a:hover {
	background: #25c;
	color: #fff
}

.am-pagination a,
.am-pagination span {
	display: block;
	padding: .4em 1em;
	border: 1px solid #e6e6e6;
	background: #fff
}


/* 底部 */
.footer {
	overflow: hidden;
	background: #444;
	color:#ccc;
	padding: 80px 0 40px; 
}

.footer-menu a {
	display: block; 
	font-weight: bold;
	font-size: 12px;
	color:#ccc;
}

.footer-menu-sub {
	margin-top: 20px
}

.footer-menu-sub a {
	color: #aaa;
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
}

.footerWechat p {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
}

.footBq {
	margin-top: 10px;
	color: #ccc;
	font-size: 12px
}

.footBq a {
	color: #ccc;
}

/* 链接 */

.footer .am-gotop-fixed .am-gotop-icon {
	opacity: .4;
}
 

/*am-css*/
@media only screen and (max-width:640px) {

   
	[class*=am-u-], .am-container{
		padding: 0 5px;
	}
	.m_head {
		background: #fff;
		border-bottom: 1px solid #eee;
		padding: 0;
		opacity: .95;
	} 
	.am-header-icon{
		color: #333;
	}
	.mlogo{
		height: 30px;
		padding-left: 10px;
	}
	.am-menu-dropdown1 .am-menu-nav>li>a{
		background-color: #133eaf;
		border-color: #0a46db;
	}
	.banner{
		height: 240px;
		margin: 0;
	}
	.banner-item{
		height: 240px;
	}
	.am-slider-default .am-direction-nav a{
		display: none;
	}
	.inner-banner{
		height: 160px;
	}
	.box{
		margin-top: 10px;
		
	}
	
	.box-fl{
		margin-bottom: 10px;
	}
	.box-lead .desc{
		padding: 0;
	}
	.box-lst .date-time{
		display: block;
		position: relative;
		margin-top: 5px;
		bottom: 0;
	}
	.am-dropdown{
		margin: 10px 0;
	}
	.footer{
		padding: 20px ;
	}
	.data-lst{
		padding: 15px;
	}
	.am-article{
		padding: 20px;
	}

}
