* {
	margin: 0;
	padding: 0;

}

ul li {
	flex: 1;
	list-style: none;
}

body {
	background-color: #F6F7FB!important;
	padding: 0;
}

.slicer {
	width: 100%;
	height: 20px;
	background-color: #fff;
}

.rela {
	width: 100%;
	position: relative;
}

.headerBox {
	background-color: #fff;
}

.webHeader {
	height: 82px;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}

.headerNav {
	text-align: center;
	width: 100%;
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
}

.headerNav ul {
	display: flex;
	justify-content: left;
	font-size: 20px;
}


.slicer_ {
	width: 100%;
	height: 36px;
	/* background-color: white; */
}

.headerNav ul li {
	font-weight: 500;
	font-size: 22px;
}

.headerNav ul li:hover {
	/* background-color: #FC521E; */
	color: #FC521E;
	cursor: pointer;
	/* transition-duration:1s; */
}
/* img{
	cursor: pointer;
} */
.logo {
	width: 205px;
	height: 58px;
	margin-left: 16px;
	cursor: pointer;
}

.headerBox .webHeader .searchbox {
	width: 254px;
	/* margin-top: 25px; */
}

.headerBox .webHeader .searchbox input {
	height: 45px;
	line-height: 45px;
	width: 234px;
	color: #B2B2B2;
	border: solid 2px #FC5017;
	padding: 0 10px;
	float: left;
}

.headerBox .webHeader .searchbox input:focus {
	outline: 0
}

.headerBox .webHeader .searchbox input[placeholder] {
	color: #B2B2B2;
	font-size: 14px;
}

.headerBox .webHeader .searchbox #searchKeyWords {
	float: right;
	width: 45px;
	height: 45px;
	border: solid 1px #FC5017;
	border-left: none;
	background: url(../images/search.png) no-repeat;
	background-size: 30px 30px;
	background-position: center center;
	display: inline-block;
	background-color: #FC5017;
	margin-top: -45px;
	font-size: 0px;
}
.disNone {
	display: none;
}