* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: middle;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}


/*导航栏*/

.Navigation {
	width: 100%;
	/*overflow: hidden;*/
	padding: 12px 0;
}

.bar {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.na {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.na2 {
	display: flex;
	align-items: center;
}

.nav1 ul {
	display: flex;
}

.nav2 {
	padding-left: 20px;
}

.dropbtn {
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
	padding-right: 40px;
}

.dropbtn a {
	color: #000;
	padding-bottom: 10px;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.ll {
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	margin-top: 34px;
}

.dropdown-content {
	display: none;
	position: absolute;
	transition: 0.2s;
	min-width: 120px;
	left: -22px;
	top: 30px;
	z-index: 66;
}

.dropdown-content a {
	color: black;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 10px 0 10px;
}

.ll a:hover {
	color: #312085
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn a {
	color: #312085;
	font-weight: 600;
	border-bottom: solid 1px #312085;
}

.nav2 img {
	cursor: pointer;
}

.search {
	display: flex;
	margin: 100px auto;
	display: none;
	position: absolute;
	z-index: 66;
	right: 0;
	top: 0.5%;
	box-shadow: #9a9898 -2px 2px 3px 2px;
}

.search input {
	float: left;
	width: 261px;
	height: 40px;
	outline: none;
	box-sizing: border-box;
	padding-left: 10px;
	border: 0px;
}

.search button {
	float: right;
	width: 40px;
	height: 40px;
	background-color: #321E88;
	color: white;
	border-style: none;
	outline: none;
	cursor: pointer;
}

.search button i {
	font-style: normal;
}

.search button:hover {
	font-size: 16px;
}


/*底部栏*/

.bottom {
	width: 100%;
	background-color: #312085;
	overflow: hidden;
}

.bottom1 {
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
	padding-bottom: 96px;
	border-bottom: solid #5A4D9D 1px;
}

.bot1,
.bot2,
.lx,
.lxwm1 {
	display: flex;
}

.gz {
	padding-left: 110px;
}

.gz p {
	font-size: 18px;
	color: #fff;
	padding-bottom: 42px;
}

.gz img {
	margin-right: 38px;
}

.lxwm {
	padding-right: 110px;
}

.lxwm p:nth-child(1) {
	font-size: 18px;
	color: #fff;
	padding-bottom: 42px;
}

.lxwm1 {
	padding-bottom: 15px;
	align-items: center;
}

.lxwm1 p {
	font-size: 14px;
	color: #fff;
	padding-left: 10px;
}

.lx1 {
	padding-right: 36px;
}

.gzh p {
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
}

.bottom2 p {
	font-size: 14px;
	color: #fefefe;
	text-align: center;
}

.bottom2 {
	padding: 20px 0;
}


/*菜单*/

#toggle {
	display: none;
}

.left {
	width: 244px;
	height: 100%;
	background-color: #fff;
	position: fixed;
	overflow: hidden;
	z-index: 999;
	display: none;
	right: 0;
	overflow: auto;
}

.pm {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, .7);
	position: fixed;
	z-index: 67;
	display: none;
}

.slog {
	padding-top: 20px;
	padding-left: 10px;
	border-bottom-style: solid;
	border-width: 1px;
	padding-bottom: 10px;
	border-color: #E2E2E2;
	display: flex;
	align-items: center;
}

.slog img {
	width: 100px;
}

.nr ul li {
	padding-top: 10px;
	padding-left: 20px;
	border-bottom-style: solid;
	border-width: 1px;
	padding-bottom: 10px;
	border-color: #E2E2E2;
}

.nr ul li a {
	color: #333;
}

@media screen and (max-width:1200px) {
	.Navigation {
		padding: 12px 2%;
	}
	.bottom {
		padding: 0 2%;
	}
	.gz {
		padding-left: 61px;
	}
	.lxwm {
		padding-right: 61px;
	}
}

@media screen and (max-width:1094px) {
	.gz {
		padding-left: 27px;
	}
	.lxwm {
		padding-right: 25px;
	}
}

@media screen and (max-width:1024px) {
	.bottom1 {
		flex-wrap: wrap;
		justify-content: center;
	}
	.lxwm {
		padding-right: 61px;
	}
}

@media screen and (max-width:872px) {
	.dropbtn {
		padding-right: 20px;
		font-size: 14px;
	}
	.dropdown-content {
		position: absolute;
		transition: 0.2s;
		min-width: 100px;
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.nav1 {
		display: none;
	}
	#toggle {
		display: block;
		width: 30px;
		height: 30px;
	}
	.bot2 {
		justify-content: center;
		flex-wrap: wrap;
	}
	.lxwm {
		padding-right: 0px;
	}
	.lx {
		flex-wrap: wrap;
		justify-content: center;
	}
	.lxwm p:nth-child(1) {
		font-size: 18px;
		color: #fff;
		padding-bottom: 24px;
		padding-top: 20px;
		text-align: center;
	}
}

@media screen and (min-width:769px) {
	.left {
		display: none!important;
	}
	.pm {
		display: none!important;
	}
}

@media screen and (max-width:400px) {
	.log img {
		width: 70%;
	}
	.gz {
		padding-left: 0;
	}
	.gz img {
		margin-right: 18px;
	}
}

@media screen and (max-width:375px) {
	.bottom1 {
		padding-bottom: 46px;
	}
}