*{ 
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html{ 
	font-size: 14px;
}
body{ 
	font-family:"微软雅黑";
	font-size:14px;
}
a{ 
	text-decoration:none;
	color:#666;
}
a:hover{ 
	color:#004e79;
}
li{ 
	list-style:none;
}
img{ 
	border:none;
	vertical-align: middle;
}
.fl{ 
	float:left;
}
.fr{ 
	float:right;
}

.container{ 
	width:1200px;
	margin:0 auto;
}
.container:before,.container:after{ 
	content: "";
	display: block;
	line-height: 0;
}
.container:after{ 
	clear: both;
}
header.without-banner .head {
	position: relative;
}
footer .f-address a {
	color: inherit;
}
.page {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 30px 0;
}
.page a, .page span {
	display: inline-block;
	padding: 8px 12px;
	border: 1px solid #e8edf0;
	background: #fff;
	color: #004e79;
}
.page .page-num-current, .page .active, .page a:hover {
	background: #004e79;
	border-color: #004e79;
	color: #fff;
}
.f2-article-body img {
	max-width: 100%;
	height: auto;
}

/* ============ 页面标题条（内页通用，ban.html 输出） ============ */
.f2-hero {
	background: #0d3a5c;
	color: #fff;
	padding: 60px 0;
	text-align: center;
	width: 100%;
	min-width: 1200px;
}

.f2-hero-tit p {
	font-size: 14px;
	color: rgba(255, 255, 255, .7);
	letter-spacing: 6px;
	margin-bottom: 14px;
}

.f2-hero-tit h2 {
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 4px;
	color: #fff;
	margin: 0;
}

.f2-hero-sub {
	font-size: 13px;
	color: rgba(255, 255, 255, .6);
	margin-top: 14px;
	letter-spacing: 1px;
}

/* 栏目未填副名称 / 描述时不留空白 */
.f2-hero-tit p:empty,
.f2-hero-sub:empty {
	display: none;
}

.f2-hero-tit p:empty + h2 {
	margin-top: 0;
}
header .container{ 
	position:relative;
	z-index:10;
}
.head{ 
	background:#fff;
	height:90px;
	position:absolute;
	width:100%;
}
.head .logo{ 
	width:183px;
	height:50px;
	padding:20px;
	float:left;
}
.head .logo img{ 
	width:183px;
	height:50px;
}
.head nav{ 
	float:right;
}
.head nav ul li{ 
	float:left;
}
.head nav ul li a{ 
	display:block;
	height:90px;
	line-height:90px;
	padding:0 17px;
}
.head nav ul li a.active,
.head nav ul li a:hover{ 
	background:#2cb6ec;
	color:#fff;
}

.clear:before,.clear:after{ 
	content: "";
	display: block;
	line-height: 0;
}
.clear:after{ 
	clear: both;
}
.clearfix{ 
	clear:both;
}
footer{ 
	background:#15577a;
	color:#cdd6dd;
	padding:18px 0;
	font-size:12px;
	min-width:1200px;
}
footer .f_top{ 
	padding-bottom:16px;
}

footer p span{ 
	font-weight:700;
	display:inline-block;
	width:100px;
}
footer p .fl{ 
	width:500px;
}
footer p  a{ 
	color:rgba(255,255,255,.7);
	position:relative;
	padding:0 9px;
}
footer p  a:after{ 
	content:"";
	width:1px;
	height:11px;
	background:#cdd6dd;
	position:absolute;
	top:3px;
	right:0;
}
footer p  a:last-child{ 
	padding-right:0;
}
footer p  a:last-child:after{ 
	content:"";
	width:0;
	height:0;
}
footer a:hover{ 
	color:#2cb6ec;
}
.banner{ 
	min-width:1200px;
}
.banner img{ 
	width:100%;
}
footer .fr p{
    margin-bottom: 16px;
}
footer .fl p:nth-of-type(1),footer .fl p:nth-of-type(2){
    margin-bottom: 12px;
}
.hiden {
	display: none;
	float: right;
}
i.ftl1{
	display: inline;
	margin-left: 30px;
	font-style: normal!important;
	text-decoration:none;
}

.fl .f-row{
	display: flex;
	margin-bottom: 5px;
	box-sizing: border-box;
}
.fl .f-row .f-item{
	box-sizing: border-box;
	flex: 1;
}
.fl .f-row .f-item .f-title{
	font-weight: 800;
	font-size: 14px;
}
.fl .f-row .f-item .f-address{
	width: 120%;
}

@media only screen and (max-width: 750px){
	header {
		width: 100%;
		height: auto;
		left:auto;
		transform: translateX(0%);
		position: fixed;
		z-index: 201;
	}
	header .container {
		width: 100% !important;
	}

	.head {
		padding: .08rem .15rem .08rem .15rem;
		height: auto;
	}

	.head .logo,.head .logo img{
		padding: 0;
		width: 1.45rem;
		height: .3rem;
	}
	.head nav ul li {
		float: none;
		border-bottom: 1px solid #eee;
	}
	.head nav ul li:last-child{
		border-bottom: 0;
	}

	.head nav ul li a {
		display: block;
		padding: .16rem 0 .16rem 0;
		height: auto;
		line-height: 1;
	}

	/* .head .logo img {
		width: 1.4rem;
		height: auto;
		margin: .05rem 0 0 0;
	} */

	.btnImg {
		width: .25rem;
		margin-top: .03rem;
		/* margin-right: 10px; */
	}
	.hiden {
		display: block;
		float: right;
	}

	.show {
		width: 100%;
		font-size: .14rem;
		text-align: center;
		display: none;
	}

	
	footer{
		font-size: .10rem;
		min-width: auto;
		padding: .18rem 0;
		box-sizing: border-box;
	}

	footer .container {
		box-sizing: border-box;
		padding: 0 4%;
		width: 100%;
	}

	.fl {
		float: none;
	}

	.fr {
		float: none;
		margin-top: .12rem;
	}
	footer p span{
		width: .6rem;
	}

	footer .fr p {
		margin-top: .12rem;
		margin-bottom: .12rem;
	}

	footer .fr p:last-child {
		margin-bottom: 0
	}

	.fr p a:first-child {
		padding-left: 0;
	}
	footer p a::after {
		top: 1px;
	}
	i.ftl1{
		display: none;
		text-decoration:none
	}


	.fl .f-row .f-item .f-address{
		width: 100%;
	}

}

/* 页面标题条：移动端 */
@media only screen and (max-width: 750px){
	.f2-hero {
		min-width: 100%;
		padding: .4rem 0;
	}

	.f2-hero .container {
		box-sizing: border-box;
		width: 100%;
		padding: 0 4%;
	}

	.f2-hero-tit p {
		font-size: .12rem;
		letter-spacing: .02rem;
		margin-bottom: .1rem;
	}

	.f2-hero-tit h2 {
		font-size: .26rem;
		letter-spacing: .02rem;
	}

	.f2-hero-sub {
		font-size: .12rem;
		line-height: 1.7;
		margin-top: .1rem;
	}
}
