.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	height: 90px;
	margin: 0px auto;
}
.gcxpcp .header{
	width: 100%;
}

.header .header-l a {
	color: #000;
	text-decoration: none;
}

.header .header-l a:hover {
	text-decoration: none;
}

.header .header-l a img {
	width: 100px;
	height: auto;
}

.header .header-l .list {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.header .header-l .list>li {
	padding-left: 30px;
}

.header .header-l .list>li a {
	font-weight: 700;
}

.header .header-r .el-input__inner {
	border-color: red !important;
}

.header .header-r .el-dropdown-link {
	cursor: pointer;
	color: #000;
	border: 1px solid red;
}

.header .header-r .el-icon-arrow-down {
	font-size: 12px;
}

.footer {
	background-color: #373d41;
}

.footer .boxfit {
	width: 1200px;
	margin: 0px auto;
}

.footer .boxfit .container .mainfsty {
	width: 920px;
	text-align: left;
	padding: 40px 0;
	margin: 0 auto;
}

.footer .boxfit .container .mainfsty dl {
	float: left;
	width: 150px;
	font-size: 12px;
}

.footer .boxfit .container .mainfsty dl dt {
	color: #d7d8d9;
	padding: 0 0 10px;
	font-size: 14px;
}

.footer .boxfit .container .mainfsty dl dd {
	line-height: 22px;
	margin: 8px 0 0;
	color: #9b9ea0;
}

.footer .boxfit .container .mainfsty dl dd a {
	color: #9b9ea0;
	text-decoration: none;
}

.footer .boxfit .container .mainfsty dl dd a:hover {
	color: #d7d8d9;
}

.footer .boxfit .container .hotlink {
	border-top: 1px solid #4b5054;
	border-bottom: 1px solid #4b5054;
	padding: 15px;
	display: flex;
}

.footer .boxfit .container .hotlink h6 {
	color: #d7d8d9;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 5px;
	margin: 5px 0;
}

.footer .boxfit .container .hotlink ul {
	width: 850px;
}

.footer .boxfit .container .hotlink ul li {
	float: left;
	margin: 5px 0;
	font-size: 12px;
}

.footer .boxfit .container .hotlink ul li a {
	color: #9b9ea0;
	padding: 0 20px 0 0;
	text-decoration: none;
}

.footer .boxfit .container .hotlink ul li a:hover {
	color: #d7d8d9;
}

.footer .boxfit .container .mainfi {
	padding: 15px 0;
	text-align: center;
}

.footer .boxfit .container .mainfi p {
	color: #9b9ea0;
	font-size: 12px;
	padding: 5px 0;
}

.footer .boxfit .container .mainfi p a {
	color: #9b9ea0;
	text-decoration: none;
}

.footer .boxfit .container .mainfi p a:hover {
	color: #d7d8d9;
}

.footer .boxfit .container .mainfi p img {
	margin: 0 10px 0;
}
