.fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	margin: 0 auto;
	width: 1200px;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}


.header .top {
	height: 122px;
	background: url(/app/portal/images/top.png) 50%/cover;
}

.header .top .logo {
	margin: 34px 0px 34px 4px;
	width: 480px;
}

.header .top .logo p {
	height: 32px;
	font-size: 25px;
	font-weight: 600;
	color: #0E3163;
	line-height: 32px;
	letter-spacing: 3px;
}

.header .top .logo p.En {
	margin-top: 6px;
	height: 16px;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 1.2px;
}

.header .top .search {
	margin: 41px 0;
	position: relative;
}

.header .top .search input {
	padding: 0 80px 0 16px;
	width: 360px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #3267B5;
	outline: none;
	font-size: 14px;
}

.header .top .search input::placeholder {
	color: #B2B2B2;
}

.header .top .search button {
	position: absolute;
	right: 0;
	top: 0;
	width: 68px;
	height: 40px;
	background: #3267B5;
	border-radius: 0px 4px 4px 0px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	border: none;
	cursor: pointer;
}

.header .nav-list {
	height: 60px;
	background: #3267B5;
}

.header .nav-list li {
	float: left;
	line-height: 60px;
	width: 170px;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 3px;
	text-align: center;
	cursor: pointer;
}

.header .nav-list li:hover,
.header .nav-list li.on {
	background: #234B80;
}

.header .nav-list li a {
	color: #fff;
	display: block;
}

.banner {
	height: 446px;
	position: relative;
	overflow: hidden;
}

.banner .bd {
	width: 100%;
	height: 446px;
}

.banner .bd li {
	width: 100%;
	height: 446px;
}

.banner .bd li a {
	display: block;
	width: 100%;
	height: 446px;
}

.banner .bd img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 1921px) {
	.banner .bd img {
		width: 100%;
	}
}

.banner .hd .prev {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 30px;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	display: none;
}

.banner .hd .next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 30px;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	display: none;
}

.banner:hover .prev,
.banner:hover .next {
	display: block;
}

.footer .link-list {
	height: 40px;
	background: #3266b533;
}

.footer .link-list li {
	float: left;
	margin-right: 40px;
	line-height: 40px;
}

.footer .link-list li a {
	font-size: 16px;
	color: #212121;
}

.footer .link-list li:hover a {
	color: #3267B5;
	text-decoration: underline;
}

.footer .info {
	height: 166px;
	background: #3267B5;
	border: 1px solid #979797;
	text-align: center;
}

.footer .info p span {
	margin-right: 40px;
	height: 22px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
}

.footer .info p span:last-child {
	margin-right: 0;
}

.footer .info p {
	margin-top: 40px;
	height: 20px;
	font-size: 14px;
	color: #ffffffb2;
	line-height: 20px;
}

.footer .info p.copyright {
	margin-top: 20px;
}

.footer .info p.ICP {
	margin-top: 4px;
}

.main .breadcrumbs {
	height: 32px;
	line-height: 32px;
	background: #E1E1E1;
}

.main .breadcrumbs nav {
	margin-left: 20px;
	display: inline-block;
}

.main .breadcrumbs nav a {
	font-size: 12px;
	color: #757575;
}

.main .breadcrumbs nav a:hover {
	color: #3267B5;
}

.main .breadcrumbs nav span {
	font-size: 12px;
	color: #757575;
}

.main .sidebar {
	margin-right: 20px;
	width: 285px;
	background: #FFFFFF;
}

.main .sidebar dt {
	width: 285px;
	height: 48px;
	font-size: 18px;
	font-weight: 600;
	color: #3267B5;
	line-height: 48px;
	text-align: center;
}

.main .sidebar dd {
	width: 285px;
	height: 60px;
}

.main .sidebar dd a {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	color: #757575;
	line-height: 60px;
	text-align: center;
}

.main .sidebar dd:hover a,
.main .sidebar dd.on a {
	color: #3267B5;
	background: #EAEFF7;
}

.submitted-successfully {
	display: none;
	padding: 24px;
	width: 448px;
	height: 294px;
	background: #FFFFFF;
	border-radius: 8px;
	text-align: center;
}

.submitted-successfully>* {
	display: block;
}

.submitted-successfully img {
	margin: 0 auto 24px;
	height: 80px;
	width: 80px;
}

.submitted-successfully strong {
	margin-bottom: 12px;
	height: 20px;
	font-size: 16px;
	font-weight: 500;
	color: #212121;
	line-height: 20px;
}

.submitted-successfully span {
	font-size: 14px;
	font-weight: 400;
	color: #757575;
	line-height: 22px;
}

.submitted-successfully button {
	margin: 12px auto 0;
	width: 224px;
	height: 32px;
	background: #0066FF;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;
	border: none;
	cursor: pointer;
}

.protocol-water-supply,
.protocol-With-charge {
	display: none;
	padding: 20px;
	max-height: 500px;
	width: 500px;
	border-radius: 8px;
	background: #fff;
}

.protocol-water-supply h4,
.protocol-With-charge h4 {
	display: block;
	height: 25px;
	font-size: 18px;
	font-weight: 600;
	color: #212121;
	line-height: 25px;
	text-align: center;
}

.protocol-water-supply .content .updata_time,
.protocol-With-charge .content .updata_time {
	margin: 8px 0 10px;
	height: 16px;
	color: #757575;
	line-height: 16px;
	font-size: 14px;
	text-align: center;
}

.protocol-water-supply .content .text p,
.protocol-With-charge .content .text p {
	font-size: 14px;
	color: #212121
}