

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

button,
hr {
	overflow: visible
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre,
textarea {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

button:-moz-focusring,
input:-moz-focusring {
	outline: ButtonText dotted 1px
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	color: inherit;
	padding: 0
}

optgroup {
	font-weight: 700
}


/*********normalize.css end****************/

a {
	outline: none;
}

a:active {
	star: expression(this.onFocus=this.blur());
}

:focus {
	outline: 0;
}


/*grid styles for AUI2.0 -- start */

.AGrid-row:before,
.AGrid-row:after {
	content: " ";
	display: table;
	line-height: 0;
}

.AGrid-row:after {
	clear: both;
}

.AGrid-row {
	*zoom: 1;
	clear: both;
}


/*间隔20px的栅格*/

.AGrid-row.no-gap,
.gap .AGrid-row.no-gap {
	margin: 0;
}

.AGrid-row.no-gap [class^=col-],
.gap .AGrid-row.no-gap [class^=col-] {
	padding: 0;
}

.AGrid-row.gap,
.no-gap .AGrid-row.gap {
	margin: -10px;
}

.AGrid-row.gap [class^=col-],
.no-gap .AGrid-row.gap [class^=col-] {
	padding: 10px;
}

@media (max-width: 799px) {
	.AGrid-row.gap,
	.no-gap .AGrid-row.gap {
		margin: -5px;
	}
	.AGrid-row.gap [class^=col-],
	.no-gap .AGrid-row.gap [class^=col-] {
		padding: 5px;
	}
}

.col-mb-1,
.col-mb-2,
.col-mb-3,
.col-mb-4,
.col-mb-5,
.col-mb-6,
.col-mb-7,
.col-mb-8,
.col-mb-9,
.col-mb-10,
.col-mb-11,
.col-mb-12,
.col-pd-1,
.col-pd-2,
.col-pd-3,
.col-pd-4,
.col-pd-5,
.col-pd-6,
.col-pd-7,
.col-pd-8,
.col-pd-9,
.col-pd-10,
.col-pd-11,
.col-pd-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	position: relative;
}

.col-mb-1,
.col-mb-2,
.col-mb-3,
.col-mb-4,
.col-mb-5,
.col-mb-6,
.col-mb-7,
.col-mb-8,
.col-mb-9,
.col-mb-10,
.col-mb-11,
.col-mb-12 {
	float: left;
}

.col-mb-1 {
	width: 8.33333333%;
}

.col-mb-2 {
	width: 16.66666667%;
}

.col-mb-3 {
	width: 25%;
}

.col-mb-4 {
	width: 33.33333333%;
}

.col-mb-5 {
	width: 41.66666667%;
}

.col-mb-6 {
	width: 50%;
}

.col-mb-7 {
	width: 58.33333333%;
}

.col-mb-8 {
	width: 66.66666667%;
}

.col-mb-9 {
	width: 75%;
}

.col-mb-10 {
	width: 83.33333333%;
}

.col-mb-11 {
	width: 91.66666667%;
}

.col-mb-12 {
	width: 100%;
}

@media (min-width: 768px) {
	.col-pd-1,
	.col-pd-2,
	.col-pd-3,
	.col-pd-4,
	.col-pd-5,
	.col-pd-6,
	.col-pd-7,
	.col-pd-8,
	.col-pd-9,
	.col-pd-10,
	.col-pd-11,
	.col-pd-12 {
		float: left;
	}
	.col-pd-1 {
		width: 8.33333333%;
	}
	.col-pd-2 {
		width: 16.66666667%;
	}
	.col-pd-3 {
		width: 25%;
	}
	.col-pd-4 {
		width: 33.33333333%;
	}
	.col-pd-5 {
		width: 41.66666667%;
	}
	.col-pd-6 {
		width: 50%;
	}
	.col-pd-7 {
		width: 58.33333333%;
	}
	.col-pd-8 {
		width: 66.66666667%;
	}
	.col-pd-9 {
		width: 75%;
	}
	.col-pd-10 {
		width: 83.33333333%;
	}
	.col-pd-11 {
		width: 91.66666667%;
	}
	.col-pd-12 {
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-12 {
		width: 100%;
	}
}

@media (min-width: 1280px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-12 {
		width: 100%;
	}
}

@media (min-width: 1366px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-12 {
		width: 100%;
	}
}

@media (min-width: 1680px) {
	.col-xg-1,
	.col-xg-2,
	.col-xg-3,
	.col-xg-4,
	.col-xg-5,
	.col-xg-6,
	.col-xg-7,
	.col-xg-8,
	.col-xg-9,
	.col-xg-10,
	.col-xg-11,
	.col-xg-12 {
		float: left;
	}
	.col-xg-1 {
		width: 8.33333333%;
	}
	.col-xg-2 {
		width: 16.66666667%;
	}
	.col-xg-3 {
		width: 25%;
	}
	.col-xg-4 {
		width: 33.33333333%;
	}
	.col-xg-5 {
		width: 41.66666667%;
	}
	.col-xg-6 {
		width: 50%;
	}
	.col-xg-7 {
		width: 58.33333333%;
	}
	.col-xg-8 {
		width: 66.66666667%;
	}
	.col-xg-9 {
		width: 75%;
	}
	.col-xg-10 {
		width: 83.33333333%;
	}
	.col-xg-11 {
		width: 91.66666667%;
	}
	.col-xg-12 {
		width: 100%;
	}
}

@media (max-width: 799px) {
	.mb-hide {
		display: none !important;
	}
}

@media (min-width: 800px) {
	.pd-hide {
		display: none !important;
	}
}

@media (min-width: 1024px) {
	.sm-hide {
		display: none !important;
	}
}

@media (min-width: 1280px) {
	.md-hide {
		display: none !important;
	}
}

@media (min-width: 1366px) {
	.lg-hide {
		display: none !important;
	}
}

@media (min-width: 1680px) {
	.xg-hide {
		display: none !important;
	}
}


/*grid styles for AUI2.0 -- end */


/*public styles for AUI2.0 -- start */


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: #fff;
}


/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
	background-color: transparent;
}


/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #DDD;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #BBB;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
}

*,
:after,
:before {
	box-sizing: inherit;
	-moz-box-sizing: inherit;
	/* Firefox */
}

body {
	font-family: -apple-system, "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #6F7479;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

ul,
li,
dd,
dl {
	list-style: none;
}

a {
	text-decoration: none;
}

p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
a {
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
	line-height: 0;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hide {
	display: none !important;
}


/*public styles for AUI2.0 -- end */

#header {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 199;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: transparent;
}
#header *,#footer *,#content *{
	box-sizing: inherit;
    -moz-box-sizing: inherit;
}
.header-container {
	/*position: fixed;
	left: 0;
	right: 0;
	z-index: 199;*/
	width: 100%;
	height: 100%;
}

.header-left {
	float: left;
	width: calc(50% - 132px);
	height: 60px;
	background: #252b3a;
}

.header-center {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}

.header-center:hover .header-subnav {
	display: block;
}

.header-right {
	float: right;
	width: calc(50% - 132px);
	height: 60px;
	background: #252b3a;
}

.header-logo {
	float: left;
	width: 200px;
	height: 60px;
	background: url(http://rcy.cg.km.gov.cn/public/static/index/images/header-logo.png) no-repeat center center;
	background-size: contain;
	margin-left: 10px;
}

.header-logo-c {
	float: left;
	width: 248px;
	height: 102px;
	background: url(http://rcy.cg.km.gov.cn/public/static/index/images/header-logo-c.png) no-repeat center top;
	background-size: contain;
}

.header-nav .nav-list {
	/*padding: 0 10px;*/
}

.header-nav .nav-item {
	width: 90px;
	float: left;
	height: 60px;
	line-height: 60px;
	color: #fff;
	position: relative;
}

.header-nav .nav-item>a {
	display: block;
	text-align: center;
	color: #FFFFFF;
}

.header-nav .nav-item:hover,
.header-nav .nav-item.active {
	background: #404a65;
	padding-top: 10px;
	line-height: 27px;
}

.header-nav .nav-item:hover .nav-icon,
.header-nav .nav-item.active .nav-icon {
	display: block;
}

.header-nav .nav-icon {
	display: none;
	width: 25px;
	height: 23px;
	margin: auto;
}

.header-nav .icon-rcpz {
	background: url(http://rcy.cg.km.gov.cn/public/static/index/images/nav/icon-peizhi.png) no-repeat center;
}

.header-nav .icon-rccz {
	background: url(http://rcy.cg.km.gov.cn/public/static/index/images/nav/icon-chengchang.png) no-repeat center;
}

.header-nav .icon-rcdt {
	background: url(http://rcy.cg.km.gov.cn/public/static/index/images/nav/icon-lyq_map.png) no-repeat center;
}

.header-nav .icon-rczk {
	background: url(http://rcy.cg.km.gov.cn/public/static/index/images/nav/icon-zhiku.png) no-repeat center;
}

.header-nav .icon-rcfc {
	background: url(http://rcy.cg.km.gov.cn/public/static/index/images/nav/icon-h-Scenery.png) no-repeat center;
}

.header-nav .icon-rcfw {
	background: url(http://rcy.cg.km.gov.cn/public/static/index/images/nav/icon-fuwu.png) no-repeat center;
}

.header-nav .nav-item:hover .header-subnav {
	display: block;
}

.header-subnav {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #1d222e;
}

.subnav-list {
	padding-top: 10px;
}

.subnav-item {
	height: 45px;
	line-height: 45px;
}

.subnav-item>a {
	display: block;
	padding: 0 10px;
	color: #FFFFFF;
	text-align: center;
}

.subnav-item:hover>a,
.subnav-item.active>a {
	color: #08cae9;
	background: #343d51;
}

.heard-tools {
	height: 100%;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 20px;
}

.header-login,
.header-register {
	display: inline-block;
	width: 40px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #FFFFFF;
}

.header-login:hover,
.header-register:hover {
	background: #3a51df;
}

.header-register>a,
.header-login>a {
	display: block;
}
.header-user{
	height: 100%;
	line-height: 60px;
}
.header-user-avator {
	display: inline-block;
	position: relative;
	width: 24px;
	height: 24px;
	margin-left: 5px;
	vertical-align: middle;
}

.account-pic {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	vertical-align: middle;
}
.header-user-name {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 10px;
}
.header-user-name span {
    display: inline-block;
    vertical-align: middle;
    min-width: 20px;
    max-width: 85px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header-user:hover .header-user-info {
    display: block;
}
.header-user-info {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 135px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #212634;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: default;
}
.header-user-info-list {
    font-size: 14px;
}
.header-user-info-list > li {
    position: relative;
    line-height: 20px;
    color: #fff;
}
.header-user-info-list > li > a {
    display: block;
    padding: 6px 20px 6px 20px;
    color: #FFFFFF;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.header-user-info-list > li:hover > a {
    color: #F66F6A;
}
/*header end*/
#content {
	overflow: hidden;
	background: #fff;
}

.section {
	position: relative;
	width: 100%;
	/*padding-bottom: 50px;*/
	background-position: center top;
	box-sizing: border-box;
}

.section.banner {
	height: 701px;
	padding-bottom: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(http://rcy.cg.km.gov.cn/public/static/index/images/main_banner.jpg);
}
/*footer start*/
#footer {
    height: 216px;
    position: relative;
    background: url(../image/homefooter-bg.jpg) center;
}
/*footer_home start*/
.wrapper2 {
	width: 1200px;
	margin: 0 auto;
}
#footer .footer_text {
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 17px;
    width: 1200px;
    text-align: center;
    font: 14px/24px 微软雅黑;
}
/*footer end*/

/*浮动导航每个页面都要加padding*/
.public-padding{
	padding-top: 60px;
}