* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

html {
	font-size: 100px;
}

body {
	font-size: 0.16rem;
	overflow-x: hidden;
	position: relative;
	min-width: 1200px;
}

input {
	outline: none;
	border: none;
}

section {
	margin-bottom: 60px;
}

a {
	color: #222222;
}

a:hover, a:focus {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

img {
	vertical-align: middle;
	border: none;
}

a {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

a:hover {
	text-decoration: none;
	outline: none;
}

.list-line {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.image {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.image img, .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.nav-box {
	width: .34rem;
	height: .28rem;
	cursor: pointer;
	display: none;
	position: relative;
}

.nav-box div {
	position: absolute;
	right: 0;
	display: block;
	height: 2px;
	background: #ffffff;
	transform-origin: 50% 50%;
}

.nav-box div:nth-child(1) {
	top: 0;
	width: 100%;
	transition: .8s;
	transform: rotate(0);
}

.nav-box div:nth-child(2) {
	top: calc(50% - 1px);
	width: 24px;
	transition: .6s;
}

.nav-box div:nth-child(3) {
	top: calc(100% - 2px);
	width: 100%;
	transition: .6s;
	transform: rotate(0);
}

.hd1-aon1 div:nth-child(1) {
	top: 50%;
	transition: .6s;
	transform: rotate(45deg);
}

.hd1-aon1 div:nth-child(2) {
	width: 0;
	transition: .6s;
}

.hd1-aon1 div:nth-child(3) {
	top: 50%;
	transition: .6s;
	transform: rotate(-45deg);
}

.nav-mobile-box {
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 3;
	box-sizing: border-box;
	margin: auto;
	width: 100%;
	height: 100vh;
	background: #ffffff;
	padding-top: 0.9rem;
	padding-bottom: 0.2rem;
	transition: 0.6s all;
	visibility: hidden;
	opacity: 0;
	display: flex;
	flex-direction: column;
}

.nav-mobile-box.act {
	visibility: inherit;
	opacity: 1;
	right: 0;
}


.nav-wrap {
	padding: 0 5%;
	text-align: left;
	overflow-y: auto;
}

.nav-wrap li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	font-size: 18px;
	line-height: 60px;
}

.nav-wrap li div.icon-jia {
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	font-size: 18px;
	background: url("../img/svg-down.svg") no-repeat center center;
	background-size: 22px 22px;
	transition: 0.3s all;
}

.nav-wrap li a {
	display: block;
	color: #333333;
}

.nav-wrap dl {
	display: none;
}

.nav-wrap dt {
	text-indent: .2rem;
	font-size: 16px;
	line-height: 50px;
}

.nav-wrap dt a {
	color: #434343;
}

.search {
	position: relative;
}

.search .searchbutton {
	width: 0.46rem;
	height: 0.4rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
	background: none;
}

.search .button {
	width: 0.46rem;
	height: 0.4rem;
	background: url("../img/svg-search.svg") no-repeat center center;
	background-size: 0.18rem 0.18rem;
}

.search_mobile {
	position: relative;
	padding: 0 5%;
	margin-top: 0.3rem;
}

.search_mobile .searchbox {
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	padding: 0 0.56rem 0 0.1rem;
	color: #434343;
	border-radius: 0.25rem;
	background: #ffffff;
	border: 1px solid #dddddd;
}

.search_mobile .searchbutton {
	width: 0.56rem;
	height: 0.5rem;
	position: absolute;
	right: 5%;
	top: 0;
	z-index: 2;
	cursor: pointer;
	background: none;
}

.search_mobile .button {
	width: 0.56rem;
	height: 0.5rem;
	background: url("../img/svg-search1.svg") no-repeat center center;
	background-size: 0.22rem auto;
	position: absolute;
	right: 5%;
	top: 0;
	z-index: 1;
}