/* logo */
.logo {
	position: relative;
	margin: 10px auto;
	height: 120px;
	float: none;
}

.logo-img {
	float: left;
	width: 800px;
	height: 100%;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	align-content: flex-end;
}

.logo-img span{
	display:block;
	width:796px;
	padding-left:4px;
	color:#666666;
    margin-bottom:10px;
}

.logo-img img{
	height:64px;
	margin-bottom: 10px;
}
/* Ã¥Â°ÂÃ¥â€ºÂ¾Ã¦Â â€¡ */
.icon {
	float: right;
	height: 40px;
	margin-top: 5px;
}

.icon ul {
	height: 100%;
	overflow: hidden;
	float: right;
}

.icon ul li {
	float: left;
	margin-left: 18px;
	line-height: 40px;
}



.icon ul li img {
	line-height: 40px;
}



.code-one,
.code-two,
.code-three,
.code-four,
.code-five {
	position: absolute;
	width: 130px;
	height: 130px;
	background: #FFFFFF;
	top: 15px;
	box-shadow: 4px 0px 5px 0px rgb(153 153 153 / 45%);
	display: none;
	z-index: 100;
}

.code-one {
	left: 1020px;

}

.code-two {
	left: 1065px;
}

.code-three {
	left: 1115px;
}

.code-four {
	left: 1160px;
}

.code-five {
	left: 1200px;
}


/* Ã§Â«â„¢Ã¥â€ â€¦Ã¦ÂÅ“Ã§Â´Â¢ */
.header-from {
	float: right;
	width: 300px;
	height: 40px;
	margin-top: 15px;
}

.header-from button {
	width: 70px;
	height: 40px;
	background: #CC0202;
	border: none;
	border-radius: 0px 6px 6px 0px;
}

#formsearch {
	width: 300px;
	float: right;
	height: 40px;
	position: relative;
	display: flex;
	align-items: center;
}

.search {
	width: 230px;
	height: 40px;
	/* background: #F5F5F5; */
	border: none;
	border: 1px solid #CCCCCC;
	border-right: none;
	border-radius: 6px 0px 0px 6px;
	padding-left: 20px;
	font-size: 14px;
	box-sizing: border-box;
	background-image: none;
	margin-top: 0;
}

.search::placeholder {
	color: #999999;
}

.ico {
	width: 24px;
	height: 24px;
	background: url(../image/20221228a1.png) no-repeat;
	background-size: 28px;
	border: none;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}

/* å¯¼èˆª */
.navigate ul {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.navigate ul li {
	float: left;
	height: 30px;
	border-radius: 3px;
	text-align: center;
	/* padding: 0 22px; */
	/* margin-right: 34px; */
}

.navigate ul i {
	width: 2px;
	background-color: #000;
	height: 22px;
	float: left;
	margin: 0 14px;
}

.navigate ul li:last-child {
	margin-right: 0px;
}

.navigate ul li:hover {
	background: #CC0202;
}

.navigate ul li:hover a {
	color: #F5F5F5;
}

.navigate ul li a {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
	box-sizing: border-box;
	padding: 0 10px;
}


/* Ã¥Ë†â€ Ã¥â€°Â²Ã§ÂºÂ¿ */
.break {
	width: 100%;
	/* height: 10px; */
	border-bottom: 1px solid #ccc;
	/* background: #F5F5F5; */
	box-shadow: 0px 1px 0px 0px rgb(153 153 153 / 30%);
	margin-top: 20px;
}

@media screen and (min-width:1600px) and (max-width:1890px) {}


@media screen and (min-width:1450px) and (max-width:1580px) {}


@media screen and (min-width:1250px) and (max-width:1440px) {
	.code-one {
		left: 845px;

	}

	.code-two {
		left: 890px;
	}

	.code-three {
		left: 940px;
	}

	.code-four {
		left: 985px;
	}

	.code-five {
		left: 1035px;
	}
}
