ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
li{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
p,h1,h2,h3,h4,h5{
	margin: 0;
}
*{
	margin: 0;
}
a:hover{
	text-decoration: none;
}
body{
	background: #f5f5f5;
}
.htop{
	display: flex;
	justify-content: flex-end;
	padding-top: 25px;
}
.htop .lan{
	position: relative;
}
.htop .lan .lt{
	display: flex;
	align-items: center;
	background: #e6e6e6;
	padding:6px 15px;
	border-radius: 5px;
}
.htop .lan .lt .img img{
	height: 25px;
}
.htop .lan .lt .wz{
	font-size: 16px;
	margin:0 10px;
	color: #2165c9;
	font-weight: 600;
}
.htop .lan:hover ul{
	display: block;
}
.htop .lan ul{
	position: absolute;
	left: 0;
	top: 38.5px;
	background: #e6e6e6;
	width: 100%;
	display: none;
}
.htop .lan ul li a{
	display: flex;
	align-items: center;
	padding:6px 15px;
}
.htop .lan ul li a .mi img{
	height: 18px;
}
.htop .lan ul li a .mwz{
	font-size: 16px;
	margin:0 10px;
	color: #2165c9;
	font-weight: 600;
}
.htop .lan ul li a .adown{
	opacity: 0;
}
.title{
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}
.contact{
	padding:40px 0;
}
.contact .contactcon{
	margin-top: 25px;
}
.contact .ewm{
	margin-top: 25px;
	text-align: center;
	font-size: 16px;
}
.contact .ewm .wz{
	margin-top: 15px;
}
.product{
	padding:40px 0;
}
.product .productlist{
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.product .productlist .item{
	width:48%;
	margin-right: 4%;
	background: #fff;
	padding:20px;
	margin-top:15px;
	text-align: center;
}
.product .productlist .item:nth-child(2n){
	margin-right: 0;
}
.fixdown{
	position: fixed;
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: grid;
	align-items: center;
	justify-content: center;
	display: none;
}
.fixdown .fxc{
	/*height: 25vh;*/
	width: 70vw;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	padding:40px 0;

} 
.fixdown .fxc .stitle{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.fixdown .fxc .sdown{
	background: #2165c9;
	font-size: 14px;
	text-align: center;
	margin:35px auto 0;
	width: 140px;
	padding:8px 0;
	border-radius: 20px;
	display: block;
	color: #fff;
}

.web_w { max-width:1200px; border: 1px solid #ddd;  padding:0 30px;}