@charset "utf-8";


body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333333;
	font-family: Arial, 微软雅黑;
	font-weight: normal;
	background: #fff;
}
.*{ margin:0; padding:0;}
button { cursor:pointer;}
form { display:inline;}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
button,
textarea,
p,
th,
td {
	margin: 0px;
	padding: 0px;
}

input {
	font-size: 12px;
	line-height: 16px;
}

img {
	border: 0;
}

ul,
li {
	list-style-type: none;
}

:focus {
	outline: 0;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #1c99ac;
	text-decoration: none;
}
input[type="button"], input[type="submit"], input[type="reset"], button,input[type="text"]  {
-webkit-appearance: none;
}
.flex{
	display:flex;
	min-width: 0;
}
.flexw{
	-webkit-box-flex: 1;
	 -moz-box-flex: 1;
	 -webkit-flex: 1;
	 -ms-flex: 1; 
	flex: 1;
}
.clear{
	clear: both;
}
.searchbox {
	width: 100%;
	height: 115px;
	overflow: hidden;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

.searchbox .form-control {
	height: 90px;
	border: 0;
	font-size: 24px;
	width: 100%;
	box-sizing: border-box;
	padding-right: 30px;
}

.searchbox .close {
	position: absolute;
	right: 0;
	top: 52px;
	cursor: pointer;
}