.header {
	border-bottom: 1px solid #f2f2f2;
}

.sbutton {
	width: 90px;
	float: right;
	background-color: #0f58d6;
	color: white;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	border: none;
	padding-left: 5px;
	letter-spacing: 10px;
	font-size: 16px;
	cursor: pointer;
}

.active_nav1 {
	color: #0f58d6;
	padding: 5px 15px;
}

.search {
	width: 548px;
	height: 38px;
	background: none;
	border: 1px solid #f2f2f2;
	padding-left: 10px;
	float: right;
	font-size: 12px;
	color: #999999;
}

.submit {
	max-width: 1520px;
	margin: 0 auto 30px;
}
.nav1 {
	max-width: 1520px;
	overflow: hidden;
	margin: 0 auto;
}

.content .nav1 ul {
	line-height: 28px;
}

/*
.content .nav1 ul>li a{
	color:#333;
	}
*/
.txym_box{
	display: flex;
	border-bottom: 1px dashed #e9e9e9;
	padding: 15px 0;
}
.content .nav1 ul>li {
	float: left;
	margin-right: 15px;
}
.content .nav1 ul>li a{
	font-size: 16px;
}
.txym {
	font-size: 20px;
    width: 100px;
	font-weight: 600;
	color: #000;
}
.fl_box {
	position: relative;
	width: 100%;
	height: 80px;
	overflow: hidden;
}

.fl_box_overflow {
	height: auto!important;
	overflow: visible;
}
.expand_fl{
	transform: rotateZ(0deg);
}
.product {
	width: 100%;
}

.product ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.product ul li {
	overflow: hidden;
	width: 24%;
	margin: 10px 0.5%;
	border: 1px solid #E4E4E4;
	padding: 15px;
	background: #fff;
	transition: all 0.5s;
}

.product ul li:hover {
	z-index: 1;
	border-color: #d6d6d6;
	box-shadow: 0 0 3px 3px #dedede;
	border: 1px solid #0f58d6;
}

.product ul li img {
	width: 80%;
	display: block;
	margin: auto;
}

.porduct_box {
	width: 100%;
	overflow: hidden;
	background: #f8f8f8;
	padding: 40px 0 80px;
	margin: 0;
}

.product ul>li a h1 {
	font-size: 14px;
	color: #333;
	margin: 0 0 5px 10px;
	display: inline-block;
}

.product ul>li a h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin: 5px 0;
    color: #000;
}

.product ul>li a p {
	font-size: 16px;
	color: #333;
}

.product ul>li a form {
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	display: inline-block;
	margin-top: 4px;
}

.product ul>li a form input {
	width: 50px;
	height: 24px;
	border: none;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
}

.product ul>li a form .submit1 {
	background: #2d8de4;
	cursor: pointer;
}

.product ul>li a form .submit2 {
	background: #0f58d6;
	cursor: pointer;
	margin-right: 10px;
}

.navbar:nth-child(3) {
	margin-top: 6px;
}

.navbar:nth-child(3) ul {
	height: 70px;
}

.navbar {
	max-width: 1520px;
}

.search {
	outline: none;
	width: 360px;
	line-height: 42px;
	height: 42px;
	background: none;
	border: 1px solid #0f58d6;
	padding-left: 10px;
	float: right;
	font-size: 16px;
	color: #333;
}

.clearfix {
	margin: 0;
}

.sbutton {
	height: 42px;
	line-height: 42px;
}

.searchword {
	width: 800px;
	float: right;
	height: 100%;
	margin-top: 10px;
}

.prod_sear {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	background: #0f58d6;
}

.sea_btn {
	width: 100%;
	display: flex;
}

.prod_sear form input {
	width: 19%;
	line-height: 46px;
	font-size: 16px;
	border: 1px solid #0f58d6;
	padding-left: 10px;
	outline: none;
	border-right: 0;
	border-radius: 0;
}

.prod_sear form button {
	width: 85px;
	outline: none;
	border: 0;
	background: #000000;
	color: #fff;
	line-height: 42px;
	position: relative;
	left: -5px;
	font-size: 16px;
}

#pager{
	font-size: 16px;
    margin: 10px 0 0;
}
#label,
#pager a{
	padding: 0 10px;
}
.footer {
	margin-top: 0 !important;
}
@media screen and (max-width: 768px){
	.prod_sear{
		padding: 20px 10px;
	}
	.sea_btn {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.prod_sear form input {
		width: 100%;
		line-height: 46px;
		font-size: 16px;
		border: 1px solid #0f58d6;
		padding-left: 10px;
		outline: none;
		border-right: 0;
		border-radius: 0;
		margin-bottom: 5px;
	}
	.prod_sear form button {
		width: 100%;
		outline: none;
		border: 0;
		background: #000000;
		color: #fff;
		line-height: 42px;
		position: relative;
		left: 0;
		font-size: 16px;
		margin-top: 10px;
	}
	.content{
		width: 100%;
		padding: 0 10px;
	}
	.txym_box {
		display: flex;
		border-bottom: 1px dashed #e9e9e9;
		padding: 15px 0;
		flex-wrap: wrap;
	}
	.fl_box{
		height: 110px;
	}
	.porduct_box {
		width: 100%;
		overflow: hidden;
		background: #f8f8f8;
		padding: 10px 10px 40px;
		margin: 0;
	}
	.product ul li{
		width: 100%;
	}
}