/**********head*********/
.container {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	/* align-items: center; */
	background-color: #edf0f5;
}

@media screen and (max-width: 1400px) {
	.container {
		width: 1400px;
	}
}

.tops {
	width: 100%;
	height: 116px;
	background-color: #ffffff;
}

.top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 1400px;
	/*	height: 58px; */
	height: 116px;
	margin: 0 auto;
}


.input_base {

	display: block;
	width: 100%;
	/* padding-left: 10px;*/
}

.input1 {
	width: 200px;
	/*	height: 26px;*/
	height: 52px;
	background-color: #d7dadf;
	border-radius: 2px;
	margin-left: 15px;
	padding-left: 0px;

}

.input2 {
	width: 100px;
	/*	height: 26px;*/
	height: 52px;
	background-color: #d7dadf;
	border-radius: 2px;
	margin-left: 15px;
	padding-left: 0px;
}

.input3 {
	width: 146px;
	/*	height: 26px;*/
	height: 52px;
	background-color: #d7dadf;
	border-radius: 2px;
	margin-left: 15px;
	padding-left: 0px;
}

.top-left {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.top-left-left,
.top-left-right {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-right: 10px;
}

.top-left-left_new {
	display: flex;
	flex-direction: row;
	justify-content: space-between;

}

.top-right {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.top-label {
	/*	font-size: 20px; */
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: -1px;
	color: #333333;
	font-size: 28px;
}

.top-label>input {
	font-size: 25px;
	
	color: #333;
}

.top a {
	margin-left: 5px;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: -1px;
	color: #333333;
}

.top button {
	height: 52px;
	background-color: #a3be25;
	border: none;
	border-radius: 2px;
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: -1px;
	color: #ffffff;
	padding: 0 5px;
	/*margin-left: 15px;*/
}
.button2 {	
	margin-left: 15px;
}

.top-right-label {
	margin-left: 15px;
}


.nav {
	width: 100%;
	height: 94px;
	background-image: url('/user/resource/images/nav.png');
}

.nav-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 1400px;
	margin: 0 auto;
}

.nav-left {}

.nav-left img {
	width: 321px;
	height: 84px;
	background-color: #ffffff;
	border-radius: 4px;
}

.nav-right {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.nav-label a {
	margin-left: 28px;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: -1px;
	color: #ffffff;
}

/**********head*********/

/*******foot*******/
.foots {
	width: 100%;
	/* margin-top: 30px; */
	background-color: #FFFFFF;
	border-top: 5px solid #a1c208;
}

.foot {
	padding: 30px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 1400px;
	margin: 0 auto;
}

.foot-left {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	line-height: 40px;
}

.foot-link {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.foot-link a {
	padding-right: 20px;
}

.foot-copyright {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.foot-right {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.foot-right>div {
	padding: 10px;
}