@charset "utf-8";

/* CSS Document */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
body,
span {
	padding: 0;
	margin: 0;
}

form,
fieldset,
input,
textarea {
	outline: none;
}

ul,
li {
	list-style: none;
}

img {
	border: 0 none;
}

a {
	text-decoration: none !important;
	color: #535353;
	font-family: "微软雅黑";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

body {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #535353;
	line-height: 24px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

/****最小宽度****/
@media(max-width:449px) {
	.col-xss-12 {
		width: 100%;
	}
}

@media(max-width:449px) {
	.col-xss-6 {
		width: 50%;
	}
}

@media(max-width:449px) {
	.col-xss-4 {
		width: 33.3333333%;
	}
}

/* @media(max-width:600px){
.col-xxs-12{width:100%;}
} */
/* 分页 */
.page-box {
	text-align: center;
	/* margin-bottom: 60px;*/
	margin-top: 30px;
	font-size: 0px;
}

.page-box a {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	width: 38px;
	/* padding: 0 13px; */
	text-align: center;
	color: #000000;
	background: #ffff;
	border-radius: 5px;
	font-size: 16px;
	margin: 0px 4px;
	border-radius: 0px;
	border: 1px solid #000000;
}

.page-box a:hover {
	background: #009b4c;
	border-color: #009b4c;
	color: #fff;
}

.page-box a.page-on {
	background: #009b4c;
	border-color: #009b4c;
	color: #fff;
}

.pros-page {
	margin-top: 7px;
	margin-bottom: 98px;
}

.page-box .pagebtn {
	width: 50px;
}

.pagebtn img:last-child {
	display: none;
}

.page-box .pagebtn:hover img:last-child {
	display: inline-block;
}

.page-box .pagebtn:hover img:first-child {
	display: none;
}

@media(max-width: 991px) {
	.page-box a {
		padding: 0 11px;
	}

	.pros-page {
		margin-top: 20px;
		margin-bottom: 40px;
	}
}

@media(max-width:449px) {
	.page-box a {
		height: 30px;
		line-height: 30px;
		padding: 0 8px;
		margin: 0 3.5px;
	}

	.pros-page {
		margin-top: 14px;
		margin-bottom: 35px;
	}
}




/*搜索框*/
.search_box {
	position: relative;
	right: 0px;
	top: 0px;
	transition: all 0.3s;
	border-radius: 3px;
	width: 45px;
	height: 42px;
	line-height: 38px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #fff;
}

.search_icon {
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0;
	cursor: pointer;
	z-index: 66;
	background: url(../img/sou.png) no-repeat center;
}

.search_cha {
	background: url(../img/search_cha.png) no-repeat center;
	width: 9px;
	height: 9px;
	display: block;
	position: absolute;
	right: 10px;
	z-index: 22;
	top: 15px;
	display: none;
	cursor: pointer;
}

.search_li {
	display: none;
}

.text01 {
	width: 220px;
	border: none;
	text-indent: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #ea5404;
	height: 35px;
}

.text02 {
	width: 220px;
	text-indent: 10px;
	vertical-align: middle;
	line-height: 40px;
}

.anniu1 {
	background: url(../img/sou.png) no-repeat center;
	width: 26px;
	height: 26px;
	border: none;
}

.anniu2 {
	background: url(../img/sou.png) no-repeat center;
	width: 26px;
	height: 26px;
	border: none;
	margin-left: -6px;
}