html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html{
	font-size: 20px;
}

body {
	line-height: 1;
	font-family: "微软雅黑";
}

a{
	text-decoration: none;
	color: #4c4c4c;
}

img{
	width: 100%;
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

header {
	position: fixed;
	z-index: 99;
	width: 100%;
	top: 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

header a {
	color: #fff;
	cursor: pointer;
	text-decoration: none
}

.header-container {
	margin: 0 auto;
	max-width: 17rem;
	padding: 0 0.2rem;
}

.header-container .header-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 1rem;
}

.header-container .header-flex .logo-wrap {
	width: 2.3rem;
	height: 0.58rem;
	background: url(../img/logo.png) no-repeat;
	background-size: cover;
}

.header-container .header-flex .logo-wrap a {
	display: block;
	height: 0.55rem
}

.header-container .header-flex nav {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.header-container .header-flex nav li {
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	padding: 0.15rem 0.34rem;
	border-radius: 0.24rem;
	background: none;
	transition: all 0.3s;
}

.header-container .header-flex nav .pro{
	position: relative;
}

.header-container .header-flex nav .pro:hover dl{
	opacity: 1;
}

.header-container .header-flex nav dl{
	position: absolute;
	width: 2.4rem;
	box-sizing: border-box;
	left: 0;
	bottom: -0.54rem;
	zoom: 1;
	border-radius: 0.24rem;
	background: #77ab19;
	opacity: 0;
	transition: all 0.3s;
}

/*.header-container .header-flex nav dl:hover{
	opacity: 1;
}*/

.header-container .header-flex nav dl:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}

.header-container .header-flex nav dl dt{
	float: left;
	padding: 0.15rem 0.22rem 0.15rem 0.35rem;
}

.header-container .header-flex nav dl dd{
	float: left;
	padding: 0.15rem 0.35rem 0.15rem 0.22rem;
}

.header-container .header-flex nav dl dt:hover{
	font-weight: bold;
}

.header-container .header-flex nav dl dd:hover{
	font-weight: bold;
}

.header-container .header-flex nav li:hover {
	background: #77ab19;
}

.header-container .header-flex nav li:hover a {
	opacity: 1;
}

.header-container .header-flex nav li:hover i {
	width: 100%
}

.header-container .header-flex nav li a {
	display: block;
	font-size: 0.2rem;
	line-height: 1;
	opacity: .9;
	transition: opacity .5s ease
}

.header-container .header-flex nav li span{
	display: inline-block;
	margin-left: 0.06rem;
	/*width: 10px;
	height: 10px;*/
	/*background: url(../img/icon_navup.png) no-repeat center center no-repeat;*/
}

.header-container .header-flex nav li span img{
	vertical-align: middle;
}

.header-container .header-flex nav li i {
	position: absolute;
	left: 50%;
	bottom: 0;
	display: inline-block;
	width: 0;
	height: 2px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	transition: width .3s ease
}

.center {
	max-width: 14rem;
	box-sizing: border-box;
	padding-left:0.2rem;
	padding-right:0.2rem;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.lazy{
	display: none;
}

.footer {
	width: 100%;
	padding-top: 0.5rem;
	background: #070707;
}
.footer .center{
	display: table;
	width: 14rem;
	padding-bottom: 0.55rem;
}

.footer .footer-left{
	display: table-cell;
	vertical-align: top;
}

.footer .footer-left:after{
	content: '';
	clear: both;
}

.footer .footer-left li{
	width: 1.3rem;
	float: left;
	margin-right: 0.8rem;
}

.footer .footer-left h6{
	font-size: 0.2rem;
	line-height: 1;
	padding-bottom: 0.2rem;
	font-weight: bold;
	color: #ccc;
	border-bottom: 1px solid #252525;
}

.footer .footer-left p{
	padding-top: 0.24rem;
	font-size: 0.18rem;
}

.footer .footer-left a{
	color: #999;
}

.footer .footer-left a:hover{
	color: #CCCCCC;
}

.footer .footer-right{
	position: relative;
	display: table-cell;
	width: 5rem;
	vertical-align: top;
}

.footer .footer-right h6{
	font-size: 0.2rem;
	line-height: 1;
	padding-bottom: 0.2rem;
	font-weight: bold;
	color: #77ab19;
	border-bottom: 1px solid #252525;
}

.footer .footer-right .info{
	margin-top: 0.2rem;
	color: #999;
	font-size: 0.18rem;
}

.footer .footer-right .info i{
	display: inline-block;
	width: 0.2rem;
	padding-right: 0.25rem;
}

.footer .footer-right .info img{
	vertical-align: middle;
}

.footer .footer-right .info li{
	padding-top: 0.18rem;
}

.footer .footer-right .info b{
	font-size: 0.24rem;
	font-weight: bold;
	color: #77ab19;
}

.footer .footer-right .contact{
	margin-top: 0.4rem;
	display: table;
	height: 0.5rem;
	font-size: 0.2rem;
	color: #999;
	line-height: 0.5rem;
}

.footer .footer-right .contact .wx,.footer .footer-right .contact .phone{
	position: relative;
	box-sizing: border-box;
	display: table-cell;
	width: 2.4rem;
	margin-left: 0.6rem;
	vertical-align: middle;
}

.footer .footer-right .contact .wx span,.footer .footer-right .contact .phone span{
	display: inline-block;
	vertical-align: middle;
	line-height: 0.5rem;
	padding-left: 0.15rem;
}

.footer .footer-right .contact .wx i{
	vertical-align: top;
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	background: url(../img/icon_footer4.png) no-repeat left;
	background-size: auto 100%;
}

.footer .footer-right #wx{
	position: absolute;
	left: 0;
	margin-left: -0.46rem;
	bottom: 0.6rem;
	width: 1.4rem;
	height: 1.4rem;
}

.footer .footer-right #phone{
	position: absolute;
	left: 1.94rem;
	bottom: 0.6rem;
	width: 1.4rem;
	height: 1.4rem;
}


/*.footer .footer-right .contact .phone{
	display: table-cell;
	width: 2.36rem;
	margin-left: 0.66rem;
}*/

.footer .footer-right .contact .phone i{
	vertical-align: top;
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	background: url(../img/icon_footer4.png) no-repeat left;
	background-size: auto 100%;
}

.footer .footer-tom{
	text-align: center;
	height: 0.88rem;
	line-height: 0.88rem;
	font-size: 0.14rem;
	color: #999;
	border-top: 2px solid #1a1a1a;
