.pc-head .pc-title {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	align-items: center;
	/* 高度居中 */
	/* flex-direction: column; // 从左向右 属性决定主轴的方向（即项目的排列方向）
	justify-content: space-around;
	align-items: flex-start; */
	margin: 0 auto;
	/*居中*/
	margin-top: 50px;
	padding: 10px;
}

.pc-head .pc-title .pc-title-logo {
	flex: 1;
	justify-content: flex-start;
	/* 靠左 */
}

.pc-head .pc-title .pc-title-logo img {
	max-width: 300px;
}

.pc-head .pc-title .pc-title-search {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
	/* 靠右 */
}

.pc-title-search .input-group {
	width: 300px;
}

.pc-head .pc-menu {
	background: url(../img/menuColor.jpg) no-repeat;
	background-size: 100% 100%;
}

.pc-head .pc-menu .menu-ul {
	display: flex;
	flex-grow: 1;
	justify-content: center;
	margin: 0 auto;
	/*居中*/
}

.pc-head .pc-menu .menu-ul .menu-li {
	flex-grow: 1;
	font-size: 16px;
	text-align: center;
	position: relative;
	user-select: none;
	/*禁止双击选中文字*/
}

.pc-head .pc-menu .menu-ul .menu-li:hover {
	background: rgba(0, 0, 0, 0.3);
	font-weight: bold;
}

.pc-head .pc-menu .menu-ul .menu-li ul {
	display: none;
	position: absolute;
	z-index: 1;
	color: #fff;
	left: 0;
	right: 0;
	line-height: 28px;
	background: rgba(0, 0, 0, 0.3);
	border-top-style: outset;
	font-weight: normal;
}

.pc-head .pc-menu .menu-ul .menu-li:hover ul {
	display: block;
}

.pc-head .pc-menu .menu-ul .menu-li ul li:hover {
	background: #0084d9;
}


.pc-head .pc-menu .menu-ul .menu-li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 7px 0;
}

.pc-head .pc-menu .menu-ul .menu-li span {
	display: inline-block;
	width: 2px;
	height: 22px;
	background: linear-gradient(244deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 50%,
			rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0.357142rem;
	right: 0;
}


.input-group-addon {
	border-radius: 0;
	width: 45px;
	border: none;
	padding: 3px 6px;
	background: #0084d9;
	cursor: pointer;
}

.input-group-addon img {
	width: 100%;
}

.form-control {
	border-radius: 0;
}

.mobile-header {
	background: #1a4782;
	display: none;
}

.navbar-header button {
	margin-right: 0;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 5px 0;
	font-size: 18px;
	line-height: 20px;
}

.headlogoImg img {
	height: 100%;
	width: auto;
}

.navbar-toggle .icon-bar {
	background: #fff;
}

.mobile-header ul li:active {
	background: rgba(0, 0, 0, 0.3);
}

.mobile-header ul li a {
	color: #fff;
}

.searchlist {
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	background: #fff;
	box-shadow: 1px 0px 6px #333;
	z-index: 1;
	border-radius: 5px;
	display: none;
}

.searchlist ul {
	padding: 10px 0;
}

.searchlist li {
	padding: 10px;
}

.searchlist li:hover {
	background-color: rgb(0 132 217);
	color: #fff;
}

footer {
	padding: 60px 0 20px 0;
	background: #1a4782;
	margin-top: auto;
}

footer p {
	color: white;
	margin: 0;
	text-align: center;
}

footer p a {
	display: inline-block;
	padding: 10px;
	color: white;
}

footer i {
	padding: 10px;
}

.pc2-head .pc2-head-top {
	height: 60px;
	background: #0084d7;
}

.pc2-head-menu {
	position: absolute;
	top: 40px;
	background: #d8efff;
	left: 15px;
	right: 15px;
}

.pc2-head-menu img {
	max-width: 200px;
	padding: 10px 10px 10px 20px;
}

.pc2-head .pc2-head-top .menu-ul {
	position: absolute;
	top: 0px;
	left: 250px;
	right: 0;
	text-align: center;
}

.pc2-head .pc2-head-top .menu-ul .menu-li {
	float: left;
	width: 14.28%;
}

.pc2-head .pc2-head-top .menu-ul .menu-li:hover {
	background: #1a4782;
}

.pc2-head .pc2-head-top .menu-ul .menu-li li {
	display: none;
	background: #d8efff;
}

.pc2-head .pc2-head-top .menu-ul .menu-li li a {
	line-height: 46px;
	color: #1a4782 !important;
}

.pc2-head .pc2-head-top .menu-ul .menu-li li:hover {
	background: #1a4782;
}

.pc2-head .pc2-head-top .menu-ul .menu-li li:hover a {
	color: #d8efff !important;
}

.pc2-head .pc2-head-top .menu-ul .menu-li:hover li {
	display: block;
}

.pc2-head .pc2-head-top .menu-ul .menu-li:hover li a {
	font-weight: normal;
}

.pc2-head .pc2-head-top .menu-ul .menu-li:hover li.active {
	background: #1a4782;
}

.pc2-head .pc2-head-top .menu-ul .menu-li:hover li.active a {
	color: #d8efff !important;
}

.pc2-head .pc2-head-top .menu-ul .menu-li:hover a {
	color: #fff;
	font-weight: bold;
}

.pc2-head .pc2-head-top .menu-ul .menu-li a {
	line-height: 57px;
	color: #1a4782;
	text-decoration: none;
	display: block;
}


/* 自适应媒体查询 */

@media (max-width: 767px) {

	.pc-head,
	.pc2-head {
		display: none;
	}

	.mobile-header {
		display: block;
	}

	.navbar {
		margin: 0;
	}

	footer {
		padding: 20px 0 5px 0;
		font-size: 12px;
	}

	footer i {
		padding: 5px;
	}

	footer p a {
		padding: 5px;
	}
}
