ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
	font-size: 14px;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	font-size: 14px;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
	font-size: 14px;
}

a,
a:hover {
	color: #121212;
}

.fullimg>img {
	width: 100%;
}

p {
	margin: 0 auto;
	width: 100%;
}

.container {
	width: 1170px;
	margin: 0 auto;
}

.header {
	background-color: #ECECEC;
	font-size: 13.6px;
	height: 30px;
	line-height: 30px;
}

.header a:not(:first-child) {
	margin-right: 14px;
}

.nav {
	height: 80px;
	display: flex;
	align-items: center;
	margin-bottom: 27px;
}

.navView {
	height: 60px;
	background-color: #005DB4;
	width: 100%;
}

.nav .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navList {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 60px;
}

.navlists {
	padding: 0 30px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	position: relative;
}

.navlists.active:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0 12px 10px 0;
	border-style: solid;
	border-color: #00307E transparent;
	top: 0;
	right: -12px;
}

.navlists.active:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0px 0 10px 12px;
	border-style: solid;
	border-color: transparent #00307E;
	bottom: 0;
	right: -12px;
}

.navlists.active {
	background-color: #3480BC;
}

.navlists:not(:last-child) {
	margin-right: 16px;
}

.navbtn {
	font-size: 18px;
	color: #fff;
}

.navbtn:hover {
	color: #fff;
}

.searchView {
	width: 315px;
	position: relative;
}

.searchInput {
	width: 100%;
	border: 0;
	outline: 0;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	padding: 0 40px 0 20px;
	background-color: rgba(255,255,255,.5);
	border-radius: 25px;
}

.searchBtn {
	color: #fff;
	position: absolute;
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
}
.footer{
	background-color: #10539A;
}
.footerContainer{
	height: 255px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}
.linkTitle,.footerMsg{
	font-size: 18px;
	font-weight: bold;
}
.linkTitle a{
	display: inline-block;
	margin-right: 1em;
}
.footerContainer a{
	color: #fff;
}
.linkLists{
	/* display: flex; */
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.linkLists a{
	color: #95B5DD;
}
.linkList{
	width: 100%;
	margin: 20px 0;
}
.footerMsg a:not(:last-child):after{
	content: '-';
	display: inline-block;
	margin:0 5px;
}
ul>li>ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.level1{
	border-bottom: 1px solid #CDCDCD;
	text-align: center;
}
.level1:last-child{
	border-bottom:0;
}
.leftMenu{
	width: 295px;
}
.levelBtn{
	color: #2781d7;
	font-size: 18px;
	padding: 10px 0;
}
.levelBtn1{
	color: #2781d7;
	font-size: 18px;
	padding: 10px 0;
}
.levelBtn:hover,.levelBtn:focus{
	color:#2781d7;
}
.levelBtn.current:hover,.levelBtn.current:focus{
	color:#fff;
}
.level2>a{
	font-size: 16px;
	color: #7e7e7e;
}
.current{
	background-color: #568EC1;
	color: #fff;
}
li.level2 {
    padding: 10px 0;
}
.levelContainer {
    display: none;
}
.rightContent{
	width: 855px;
}
#pages { padding-top:10px;text-align:center;font:12px '微软雅黑';padding-bottom:10px}
#pages a { display:inline-block; padding:0px 8px; height:22px;font-size:12px;line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}
#pages a.a1 {padding:0px 12px; height:22px; line-height:22px;margin-top:0px;}
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none; }
#pages span { display:inline-block;  padding:0px 8px; height:22px; line-height:22px; background:#da251c; border:1px solid #da251c; color:#fff; text-align:center; }
.pagee .noPage { display:inline-block;  padding:0px 12px; height:22px; line-height:22px;border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }
.footer_wap {
    height: 1rem;
    background-color: #235DB0;
    font-size: 0.25rem;
    line-height: 1rem;
    text-align: center;
    margin-top: 0.3rem;
}
.am-text-center{
    padding-bottom:30px;
}

