* {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-style: normal;
	font-family: 'Avenir', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

*:not(input, textarea, i) {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

:focus {
	outline: none;
}

::-moz-focus-inner {
	border: 0;
}

input,
textarea {
	outline: medium;
}
button::after {
	border: none;
}
button{
	border:0;
	background-color: none;
}

ul li {
	list-style: none;
}

i {
	font-style: normal;
}

body {
	font-size: 15px;
	color: #000;
}

.NoSelect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.box {
	position: relative;
}

.backImg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.OpacityImg {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.onlyOneRow {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}

.RedBg {
	color: #FFF;
	background-color: #EB4042;
}

.RedTrBg {
	color: #FFF;
	background: rgba(235, 64, 66, 0.7);
}

.GreenBg {
	color: #FFF;
	background-color: #4DBA17;
}

.GreenTrBg {
	color: #FFF;
	background: rgba(77, 186, 23, 0.65);
}

.OrangeTrBg {
	color: #FFF;
	background: rgba(235, 137, 26, 0.65);
}

.BlanckTrBg {
	color: #FFF;
	background: rgba(0, 0, 0, 0.5);
}

.skip {
	color: #317ef3;
	text-decoration: underline;
}

.img-box {
	width: 100%;
	display: block;
}

/* 弹窗  */
#MaskedBlock {
	/* display: none; */
}

.Masked {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
}

.ToolTip {
	position: fixed;
	width: 80%;
	margin: 0px auto;
	top: 15%;
	left: 10%;
	padding: 6px;
	z-index: 999;
	background-color: #fff;
}

.ToolTip ul {
	border: 1px solid #eee;
}

.ToolTip ul li {
	padding: 0px 10px;
}

.ToolTip ul li:first-child {
	padding: 8px 0px;
	font-size: 0.95em;
	text-align: center;
	width: 90%;
	margin: 0px auto;
	margin-top: 3px;
	border-bottom: 1px solid #f3f3f3;
}

.ToolTip ul li:nth-child(2) {
	color: #666;
	width: 90%;
	margin: 0px auto;
	font-size: 0.9em;
	padding: 15px 0px;
}

.ToolTip ul li:last-child {
	width: 80%;
	line-height: 35px;
	color: #fff;
	border-radius: 3px;
	line-height: 35px;
	margin: 0px auto;
	text-align: center;
	background-color: #317ef3;
	margin-bottom: 15px;
}

.swiper-pagination-bullet-active {
	background-color: #fbb214 !important;
}


/* 查询框样式二  */
.queryBox_two {
	width: 99%;
	overflow: hidden;
	height: 45px;
	border: 2px solid #b38832;
}

.queryBox_two a {
	float: left;
	display: block;
}

.queryBox_two a:first-child {
	width: 80%;
	background-color: #f3f3f3;
}

.queryBox_two input {
	border: none;
	font-size: 15px;
	width: 96%;
	height: 45px;
	padding: 0px 2%;
}

.queryBox_two a:last-child {
	width: 20%;
	cursor: pointer;
	height: 45px;
	text-align: center;
	background-color: #b38832;
}

.queryBox_two a img {
	margin: 5px auto;
}

/* 底部导航样式一  */
.bottomNav_one_one {
	overflow: hidden;
}

.bottomNav_one ul li {
	float: left;
}

.bottomNav_one img {
	display: block;
	width: 60%;
	margin: 10px auto
}

.bottomNav_one ul {
	padding: 15px;
	overflow: hidden;
	border-bottom: 1px solid #e3e3e3;
}

.bottomNav_one ul li:first-child {
	width: 18%;
	border-radius: 3px;
	overflow: hidden;
	background-color: #01AAFD;
}

.bottomNav_one ul li:last-child {
	width: 77%;
	margin-left: 5%;
}

.bottomNav_one ul li p:first-child {
	font-size: 0.95em;
	margin-top: 3px;
}

.bottomNav_one ul li p:last-child {
	font-size: 0.8em;
	margin-top: 5px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.inputBox {
	padding: 0 5px;
	position: relative;
	height: 40px;
	margin: 15px 20px;
	border: 2px solid #ccc;
}

.inputBoxMain {
	position: absolute;
	left: 10px;
	right: 45px;
	top: 0px;
	display: block;
}

.inputBoxMain input {
	width: 100%;
	height: 40px;
	font-size: 15px;
	border: none;
	background: none;
}

.inputBox i {
	display: block;
	top: 0;
	right: 0;
	height: 40px;
	position: absolute;
	cursor: pointer;
}

.inputBox i:hover {
	opacity: 0.8;
}

.inputBox i img {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	margin-top: 6px;
	padding: 0 8px;
}