body,
html {
	font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei, 华文细黑, STHeiti, MingLiu;
	height: 100%;
	zoom: 1
}
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
	padding: 0;
	margin: 0
}

ol,
ul {
	list-style: none
}

a {
	text-decoration: none
}


img {
	vertical-align: top
}

.cl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden
}

.cl {
	zoom: 1
}

.fl {
	float: left
}

.fr {
	float: right
}

.maxWidth {
	max-width: 1300px;
	width: 85%;
	margin: 0 auto
}

@media screen and (max-width:319px) {
	.col-5 {
		width: 100%;
		float: left
	}
}

@media screen and (min-width:320px) and (max-width:767px) {
	.col-5 {
		width: 50%;
		float: left
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.col-5 {
		width: 33.3%;
		float: left
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.col-5 {
		width: 25%;
		float: left
	}
}

@media screen and (min-width:1200px) and (max-width:1919px) {
	.col-5 {
		width: 25%;
		float: left
	}
}

@media screen and (min-width:1920px) {
	.col-5 {
		width: 20%;
		float: left
	}
}

.page_link {
    padding: 0 4px;
    font-size: 14px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    text-align: center;
    background-color: #f4f4f5;
    color: #606266;
}