* {
	word-wrap: break-word
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
	margin: 0;
	padding: 0
}

ul,
ol,
dl {
	list-style-type: none
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
}

element.style {
	width: 360px;
}

h1 {
	font-size: 1.5rem !important;
}

@media screen and (min-width: 992px) .header .header-nav .line {
	position: absolute;
	height: 2px;
	background-color: #e27830;
	top: -2px;
}

* {
	word-wrap: break-word;
}

user agent stylesheet div {
	display: block;
}

body {
	line-height: 1.6;
}

body,
th,
td,
button,
input,
select,
textarea {

	.box {
		max-width: 1200px;
		margin: auto;
	}

	ul,
	ol,
	dl {
		list-style-type: none;
	}

	html,
	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	hr,
	p,
	iframe,
	dl,
	dt,
	dd,
	ul,
	ol,
	li,
	pre,
	form,
	button,
	input,
	textarea,
	th,
	td,
	fieldset {
		margin: 0;
		padding: 0;
	}

	.slide {
		max-width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
		z-index: 999;
		overflow: hidden;
	}

	.slide ul {
		width: 10000%;
		list-style-type: none;
	}

	.next_btn {
		position: absolute;
		width: 25px;
		height: 26px;
		line-height: 26px;
		text-align: center;
		opacity: .5;
		vertical-align: middle;
		background: rgba(0, 0, 0);
		right: 5px;
		top: 50%;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		display: inline-block;
		cursor: pointer;
	}

	.prev_btn {
		position: absolute;
		width: 25px;
		height: 26px;
		line-height: 26px;
		text-align: center;
		opacity: .9;
		vertical-align: middle;
		background: rgba(0, 0, 0, .1);
		left: 5px;
		top: 50%;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		display: inline-block;
		cursor: pointer;
	}

	.slide ul:after {
		content: '';
		clear: both;
		display: block;
	}

	.slide ul li {
		float: left;
		text-align: center;
	}

	.slide ul li img {
		vertical-align: middle;
		max-width: 100%;
	}

	.slide .circle_btn {
		position: absolute;
		bottom: 15px;
		text-align: center;
		left: 0;
		display: table;
		margin: 0 auto;
		width: 100%;
	}

	.slide .circle_btn button {
		box-sizing: content-box;
		opacity: .8;
		outline: none;
		border: none;
		padding: 2px 18px;
		background: rgba(255, 255, 255, .2);
		margin: 2px 5px;
		overflow: hidden;
		transition: all .6s;
		cursor: pointer;
	}

	.slide .circle_btn button.active {
		background: rgba(167, 167, 167, .8);
	}

	.slide ul {
		margin-bottom: 0;
	}
