body{
	padding: 0;
	margin: 0;
	background-color: #F5F5F5;
}
a{
	text-decoration: none;
}
.head{
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
}
.head_face{
	width: 66.4%;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.logo{
	/* width: 250px;
	height: 48px;
	margin-top: 16px; */
	width: 70%;
    height: 80px;
    margin-top: 16px;
}
.logo img{
	/* width: 100%;
	height: 100%; */
	width: 250px;
    height: 48px;
}
.user{
	/* display: flex;
	justify-content: space-between;
	min-width: 130px;
	height: 35px;
	margin-top: 23px;
	font-size: 18px;
	color: #333333;
	line-height: 35px;
	cursor: pointer; */
	/*width: 60%;*/
    display: flex; 
    /* justify-content: space-between; */
    min-width: 130px;
    height: 35px;
    margin-top: 23px;
    font-size: 18px;
    color: #333333;
    line-height: 35px;
    cursor: pointer;
    text-align: right;
}
#user_window{
	margin-left: 15px;
}
.menu{
	width: 100%;
	height: 40px;
	background-color: #2677E3;
}
.menu_list{
	width: 1200px;
	height: 100%;
	margin-left: 18.8%;
	display: flex;
}
.list{
	width: 110px;
	height: 100%;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 18px;
	margin-left: 15px;
	cursor: pointer;
}
.foot{
	width: 100%;
	height: 202px;
	background-color: #E6E6E6;
	margin-top: 5.8%;
}
.foot_top{
	width: 1200px;
	margin: 0 auto;
	height: 140px;
	display: flex;
	justify-content: space-between;
}
.code_space1{
	width: 220px;
	height: 88px;
	margin-right: 100px;
	display: flex;
	margin-top: 26px;
	justify-content: space-between;
}
.foot_line{
	width: 100%;
	height: 1px;
	background-color: #666666;
}
.foot_bottom{
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #333333;
	font-size: 14px;
	letter-spacing: 0;
}
.foot_title{
	width: 70px;
	height: 20px;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
	margin-top: 68px;
	padding-left: 100px;
}
.link_link{
	width: 600px;
	height: 60px;
	margin-top: 45px;
	/* margin-right: 55px; */
}
.link_top{
	width: 600px;
	height: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.link_top a{
	text-decoration: none;
	color: #333333;
}
.link_bottom{
	width: 600px;
	height: 20px;
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}
.link_bottom a{
	text-decoration: none;
	color: #333333;
}
.jump_link{
	width: 120px;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
    text-align: left;
    margin-top: 25px;
}
.shu{
	width: 1px;
	height: 16px;
	background-color: #1E51A2;
	margin-top: 12px;
	margin-left: 15px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input[type="number"] {
	-moz-appearance: textfield;
}
a{
	text-decoration: none;
}
.lb{
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 18px;
	cursor: pointer;
}
.line111{
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #999999;
}
.zb{
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 18px;
	cursor: pointer;
}
.xiala{
	position: absolute;
	z-index: 999;
	width: 140px;
	height: 81px;
	margin-left: 500px;
	background-color: #2677E3;
	display: none;
}
button{
	border-style: none;
	cursor: pointer;
}