@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td,select { margin:0; padding:0;font-family: "微软雅黑,Microsoft YaHei"; } 
body, button, input, select, textarea {font-size:16px; line-height: 1; } 
button{cursor:pointer;}
h1, h2, h3, h4, h5, h6{ font-size:100%; } 
address, cite, dfn, em, var { font-style:normal; } 
code, kbd, pre, samp { font-family:couriernew, courier, monospace; } 
small{ font-size:12px; } 
ul, ol { list-style:none;  list-style-type: none; } 
sup { vertical-align:text-top; } 
sub{ vertical-align:text-bottom; } 
fieldset, img { border:0; } 
button, input, select, textarea { font-size:100%; } 
table { border-collapse:collapse; border-spacing:0; } 
table{table-layout:fixed;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section { display: block; }
input,input[type="search"],button,select,option,textarea,a{ outline:none; border:0; -webkit-appearance:none;border-radius: 0; background:none;-webkit-box-sizing:border-box;box-sizing:border-box;}
/* custom */
select::-ms-expand { display: none; }
a { text-decoration: none; -webkit-backface-visibility: hidden; cursor:pointer; }
a:hover,a:focus{ text-decoration: none !important;}
div,section,header{-webkit-box-sizing:border-box; box-sizing:border-box;}
input{line-height: normal;}
li,ul{list-style: none;}
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-1-5 {
	width: 20%;
	float: left;
}

@media only screen and (max-width: 1490px){
	.col-xs-1-5 {
		width: 25%;
		float: left;
	}
}

@media only screen and (max-width: 1200px){
	.col-xs-1-5 {
		width: 33.33%;
		float: left;
	}
}

@media only screen and (max-width: 800px){
	.col-xs-1-5 {
		width: 50%;
		float: left;
	}
}

