/*重置样式 start*/
* {
	margin: 0;
	padding: 0;
}

body {
	-webkit-font-smoothing: antialiased;
}

ul,
ol {
	list-style: none;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #666;
}

a:focus {
	outline: none;
	border: 0;
}

i {
	font-style: normal;
}

table {
	table-layout: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
li,
a,
textarea,
span {
	word-break: break-word;

}

p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*-webkit-line-clamp: 3;*/
}

a:hover {
	text-decoration: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
table,
th,
td,
a,
img,
span,
var,
em,
input,
textarea,
select,
option {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

html,
body {
	font-family: "微软雅黑", Helvetica, NotoSansHans-Regular, ArialMT, "思源黑体", "冬青黑体", "苹方", Arail, Tabhoma, "华文黑体", "黑体";
	text-align: left;
}

.clearfix {
	zoom: 1;
}

.clearfix:after,
.KitChenDiv:after {
	content: "";
	display: block;
	clear: both;
	vertical-align: middle;
	height: 0;
}

select::-ms-expand {
	display: none;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder {
	color: #999;
}

input::-ms-input-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-placeholder {
	color: #999;
}

textarea::-ms-input-placeholder {
	color: #999;
}

select::-ms-expand {
	display: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	-webkit-user-select: none;
}

input,
textarea,
select {
	outline: none;
	border: 0;
	background: transparent;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-user-select: none;
	vertical-align: middle;
	cursor: pointer;
}

textarea {
	resize: none;
	font-family: "微软雅黑", Helvetica, "思源黑体", NotoSansHans-Regular, ArialMT, "冬青黑体", "苹方", Arail, Tabhoma, "华文黑体", "黑体";
}

.imagespa {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.opc {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.popupmask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.hide,
.DistributorDiv,
.HanVisionDiv,
.DataAnalysisBorder {
	display: none;
}

.show {
	display: block;
}

.backtop {
	width: 68px;
	height: 62px;
	background: url(../images/backtop.png);
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	position: fixed;
	bottom: 18px;
	right: 20px;
	z-index: 50;
}

.GetQote {
	width: 68px;
	background: #ababab;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	position: fixed;
	font-size: 14px;
	text-align: center;
	color: #fff;
	bottom: 153px;
	right: 20px;
	z-index: 50;
	padding: 12px 0;
}

.GetRulest {
	width: 68px;
	background: #ababab;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	position: fixed;
	font-size: 14px;
	text-align: center;
	color: #fff;
	bottom: 85px;
	right: 20px;
	z-index: 50;
	padding: 12px 0;
}

.SearchSend {
	position: absolute;
	z-index: 2;
	right: 21%;
	top: 14px;
	height: 40px;
	width: 650px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}

.OtherSearch {
	width: 564px;
	height: 40px;
	border: solid 1px #cccccc;
	padding: 0px 18px;
	float: left;
}

.SearchText {
	float: right;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #999;
	width: 93%;
}

.OtherSearch .SearchBtn {
	background-image: url(../images/search.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 11px;
}

.SearchSend img {
	width: 17px;
	height: 18px;
	float: right;
	margin-top: 13px;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	cursor: pointer;
}

.SearchSend img:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt120 {
	margin-top: 120px;
}

.mb100 {
	margin-bottom: 100px;
}
