[v-cloak] {
	display: none !important;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .15rem;
}

a {
	color: #1B1B1B;
	text-decoration: none;
}

input {
	border: none;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0
}

.w100 {
	width: 100%;
}

.w80 {
	width: 12rem;
}

.m-auto {
	margin: 0 auto;
}

.fff {
	background-color: #FFFFFF;
}

.fff p {
	color: #636363;
}

.fff>p {
	background: #F5F5F5;
	border: none;
}

.fff p a {
	color: #636363;
}

/* 整个滚动条的样式 */
::-webkit-scrollbar {
	width: .08rem;
	/* 滚动条宽度 */
}

/* 滚动轨道的样式 */
::-webkit-scrollbar-track {
	background: transparent;
	/* 轨道背景颜色 */
}

/* 滚动滑块的样式 */
::-webkit-scrollbar-thumb {
	border-radius: .05rem;
	background: #e4e3e3;
	/* 渐变背景 */
	opacity: 0.8;
	/* 透明度 */
}

/* 当鼠标悬停在滑块上时改变颜色 */
::-webkit-scrollbar-thumb:hover {
	opacity: .5;
}

.nav {
	height: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav .logo {
	height: .45rem;
}

.nav-wrapper {
	display: flex;
	align-items: center;
}

.nav-wrapper .search-box {
	display: flex;
}

.nav-wrapper .search-box img {
	width: .2rem;
	margin-left: .26rem;
	cursor: pointer;
}

#nav {
	display: inline-block;
	vertical-align: middle;
}

#nav>ul {
	display: flex;
	padding: 0;
	width: 100%;
}

#nav>ul>li {
	position: relative;
	z-index: 99;
	margin: 0px .3rem 0 0;
	display: flex;
	align-items: center;
}

#nav>ul>li:last-child {
	margin-right: 0;
}

#nav>ul>li span {
	display: inline-block;
	width: .3125rem;
	height: .3125rem;
	background: #b2b2b2;
	border-radius: 50%;
}

#nav>ul>li>a {
	display: block;
	padding: 0;
	text-transform: uppercase;
}

#nav>ul>li>a {
	font-weight: bolder;
	font-size: .16rem;
	color: #272727;
	/* line-height: 40px; */
	position: relative;
	transition: .6s;
	display: flex;
	align-items: center;
	border-top: none;
	border-bottom: none;
}

#nav>ul>li.on>a {
	font-weight: bold;
	cursor: pointer;
}

#nav>ul>li>a .h3 {
	position: relative;
	font-size: .18rem;
	padding: 0;
	z-index: 1;
	font-weight: 400;
	cursor: pointer;

}

#nav>ul>li a i {
	display: inline-block;
	width: .09rem;
	height: .06rem;
	background-size: contain;
	vertical-align: middle;
	margin-left: .08rem;
}
#nav>ul>li .ac::after{
	content: '';
	display: inline-block;
	width: 100%;
	height: .05rem;
	background: #93cb6a;
	position: absolute;
    left: 0;
    bottom: -0.37rem;
}
#nav>ul>li .sub {
	position: absolute;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 99;
	-moz-box-shadow: 0px .03rem .05rem rgba(0, 0, 0, 0.2);
	transform-origin: 0 0 0;
	transform: scaleY(0.2) translateX(-50%);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	padding: .2rem 0 0;
	min-width: 100%;
}

#nav>ul>li .sub:before {
	content: "";
	position: absolute;
	border-left: transparent .06rem solid;
	border-right: transparent .06rem solid;
	border-bottom: #fff .08rem solid;
	top: .13rem;
	left: 50%;
	margin-left: -6px;
	box-shadow: 0 .03rem .15rem rgba(0, 0, 0, .05);
}

#nav>ul>li .sub .box {
	padding: 0;
	text-align: center;
	border-radius: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, .85);
	box-shadow: 0 3px .3rem rgba(0, 0, 0, .08);
}

#nav>ul>li .sub a {
	padding: 0 0.15rem;
	line-height: 3.5;
	transition: .3s;
	font-size: .14rem;
	letter-spacing: .01rem;
	color: #636363;
	display: block;
	white-space: nowrap;
	position: relative
}

#nav>ul>li .sub a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: .03rem;
	height: 0;
	background: #93cb6a;
	transition: .5s;
}

#nav>ul>li .sub a:hover {
	color: #fff;
	background: #93cb6a;
}

#nav>ul>li .sub a:hover:before {
	height: 100%;
}

#nav>ul>li:hover .sub {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: translateY(0px) translateX(-50%);
}

.hover_img {
	overflow: hidden;
}

.hover_img:hover img {
	/* transform: scale(1.2); */
}

.hover_img img {
	transition: all .3s;
}

.children-nav {
	display: none;
	box-shadow: 0px 0px 3px #EBE5E5;
	background-color: rgba(255, 255, 255, 0.487);
}

.children-nav .text-box {
	display: flex;
	justify-content: space-between;
	padding-top: .40rem;
}

.children-nav .text-box ul {
	display: inline-block;
	list-style: none;
	vertical-align: top;
}

.children-nav .text-box ul li:nth-child(1) a {
	height: 0.2rem;
	font-weight: 600;
	font-size: 0.18rem;
	color: #FBA34C;
	margin-bottom: 0.37rem;
}

.children-nav .text-box ul li {
	margin-bottom: 0.15rem;
}

.children-nav .text-box ul li a {
	font-weight: 400;
	font-size: 0.15rem;
	color: #5B5B5B;
}

.footer-box{
	background-image: url(../image/footerbg.png);
	background-size: 100% 100%;
	height: 2.04rem;
	text-align: center;
}
.footer-box img{
	height: .6rem;
	margin: .49rem 0;
}
.footer-box p,
.footer-box p a{
	font-size: .14rem;
	color: #BBEDE2;
	line-height: .35rem;
}