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;
}
body {
	line-height: 1;
}
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;
}
a{
	color: #333;
	text-decoration: none;
}
/* 清除浮动 */
.l{float: left;}
.r{float: right;}
.clearfix{zoom: 1;}
.clearfix::after{
    display: block;
    clear: both;
    content: '';
    width: 0;
    height: 0;
    visibility: hidden;
}
body,html{
	font-family: "Microsoft YaHei","微软雅黑","SimSun","宋体";
	height: auto;
}
/* 头部公共样式 */
#top {
	width: 7.5rem;
	height: 1.3rem;
	background-color: #fff;
	position: fixed;
	top:0;
	z-index:999999;
	font-size: 15px;
  }
  #top .logo {
	margin-top: 0.425rem;
	margin-left: 0.45rem;
  }
  #top .logo img {
	display: block;
	width: 2.4rem;
	height: 0.45rem;
  }
	
	@keyframes myfirst
{
0% {
background: #FF466E;
}
90% {
background: #FF89A1;
transform: scale(0.4, 0.4);
}
100% {
background: rgba(255, 255, 255, 0);
transform: scale(1, 1);
}
}

@keyframes myfirst2
{
50% {
background: #FF466E;
}
90% {
background: #FF89A1;
transform: scale(0.6, 0.6);
}
100% {
background: rgba(255, 255, 255, 0);
transform: scale(1, 1);
}
}
@keyframes myfirst3{
	0%{
		bottom: 0;
	}
	100%{
		bottom: 0.25rem;
	}

}
.menu{
width:1rem;
height:1rem;
margin-top: 0.15rem;
margin-right: 0.05rem;
position:relative;

}
img.image{
	
	position: absolute;
	display: block;
	width: 0.44rem;
	height: 0.44rem;
	top: 50%;
	margin-top: -0.22rem;
	left: 50%;
	margin-left: -0.22rem;
	z-index: 9;
}
img.hand{
	position: absolute;
	animation: myfirst3 1s infinite ease-out;
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	z-index:12;
	bottom: 0;
	left: 50%;
	margin-left: -0.15rem;
}
.button{
	padding: 0.5rem;
animation: myfirst 1s infinite ease-out;
border-radius: 100%;
position:absolute;
top: 0;
/* left: 0; */
z-index: 3;
}
.button2{
	padding: 0.5rem;
animation: myfirst2 1s infinite ease-out;
border-radius: 100%;
position:absolute;
top: 0;
/* left: 0; */
z-index: 2;
}
p.hotLine{
	line-height: 1.3rem;
	color: #E462A8;

	
}
.menu #mask{
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
/* .image{
position:absolute;
top:140px;
left:250px;
z-index: 4;
margin-left: 253px;
margin-top: 140px;
} */
.controller{
margin-left:20px;
}
  /* #top .menu img {
	display: block;
	width: 0.42rem;
	height: 0.36rem;
	} */
	.nav {
		width: 6rem;
		min-height: 6rem;
		background: #fff;
		position: absolute;
		right: 0;
		display: none;
	}
	.nav .nav_box {
		position: relative;
	}
	.nav .nav_box .nav_close {
		position: relative;
		height: 0.9rem;
		line-height: 0.9rem;
		background: #fff;
	}
	.nav .nav_box .nav_close a {
		position: absolute;
		font-weight: 600;
		right: 0.38rem;
	}
	.nav .nav_box .nav_list li {
		min-height: 1.2rem;
		line-height: 1.2rem;
		padding-left: 0.45rem;
	}
	.nav .nav_box .nav_list li a {
		display: block;
		border-bottom: 1px solid #DFDFDF;
	}
	.nav .nav_box .nav_list li:last-child a {
		border-bottom: none;
	}
	.nav .nav_box .nav_list li.b_none a {
		border-bottom: none;
	}
	.nav .nav_box .nav_list>li.on {
		background: #F6F6F6;
		border-left: 4px solid #1296DB;
	}
	.nav .nav_box .nav_list>li.on a {
		border-bottom: none;
	}
	.nav .nav_box li[data-open] a {
		border:none;
	}
	.nav .nav_box li[data-open] .adNav{
		display: block;
	}
	.nav .nav_box .adNav {
		width: 5.5rem;
		display: none;
	}
	.nav .nav_box .adNav .adNav_list li {
		min-height: 0.6rem;
		border-bottom: none;
		line-height: 0.6rem;
	}
	.nav .nav_box .adNav .adNav_list li a {
		border: none;
		color: #858585;
	}
	
	/* 底部公共样式 */
	#footer {
		width: 7.5rem;
		height: 100%;
	}
	#footer .footer-top {
		width: 100%;
		background-color: #000;
		line-height: 1.5;
		font-size: 12px;
		padding: 0.3rem 0;
		color: #adadad;
		text-align: center;
	}
	#footer .footer-bottom {
		width: 100%;
		height: 0.75rem;
		display: flex;
		flex-direction: row;
		border-bottom: 1px solid #EFEFEF;
	}
	#footer .footer-bottom a {
		display: block;
		height: 0.75rem;
		font-size: 12px;
		color: #398EE8;
	}
	#footer .footer-bottom a.tel {
		width: 2.9rem;
		border-right: 1px solid #EFEFEF;
		text-align: center;
		overflow: auto;
	}
	#footer .footer-bottom a.tel i {
		display: block;
		width: 0.32rem;
		height: 0.32rem;
		float: left;
		margin-left: 0.55rem;
		margin-right: 0.3rem;
		margin-top: 0.215rem;
		background: url('../Imgs/tel.png') no-repeat;
		background-size: cover;
	}
	#footer .footer-bottom a.tel span {
		display: block;
		float: left;
		height: 0.32rem;
		line-height: 0.32rem;
		margin-top: 0.215rem;
	}
	#footer .footer-bottom a.wechart {
		width: 2.9rem;
		display: block;
		border-right: 1px solid #EFEFEF;
		overflow: auto;
	}
	#footer .footer-bottom a.wechart i {
		display: block;
		margin-top: 0.21rem;
		float: left;
		width: 0.35rem;
		height: 0.33rem;
		margin-left: 0.55rem;
		margin-right: 0.3rem;
		background: url('../Imgs/wechart.png') no-repeat;
		background-size: cover;
	}
	#footer .footer-bottom a.wechart span {
		display: block;
		margin-top: 0.21rem;
		float: left;
		height: 0.33rem;
		line-height: 0.33rem;
	}
	#footer .footer-bottom a.back {
		width: 1.7rem;
		display: block;
	}
	#footer .footer-bottom a.back i {
		display: block;
		width: 0.27rem;
		height: 0.19rem;
		margin-left: 0.715rem;
		margin-top: 0.28rem;
		background: url('../Imgs/back.png') no-repeat;
		background-size: cover;
	}
	/* 按钮 */
	.btn{
		display: block;
		width: 6.7rem;
		height: 1rem;
		text-align: center;
		line-height: 1rem;
		margin: 0 auto;
		border-radius: 4px;
		font-size: 15px;
		letter-spacing: 0.02rem;
	}
	.btn_blue{
		background-color: #008EE3;
    color: #fff;
	}
	.btn_zs{
		background: #645df3;
		color: #fff;
	}
	.btn_media{
		background: #eb6346;
		color: #fff;
	}
	/* 边距 */
	.mt45{
		margin-top: 0.45rem;
	}
	.tp45{
		padding-top: 0.45rem;
		padding-bottom: 0.45rem;
	}
	.tp50{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.mtp50{
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.mt100{
		margin-top: 1rem;
	}
	.mb40{
		margin-bottom: 0.4rem;
	}
	.mb80{
		margin-bottom: 0.8rem;
	}
.tp90{
	padding-top: 0.9rem;
	padding-bottom: 0.9rem;
}
.pb140{padding-bottom: 1.4rem;}
.pt116{
	padding-top: 1.16rem;
}
.pb104{padding-bottom: 1.04rem;}
.mt20{margin-top: 0.2rem;}
.ml50{
	margin-left: 0.5rem;
}
/* 浮动 */
#flex{
	position: fixed;
	width: 6.9rem;
	/* width: 100%; */
	height: 1.15rem;
	line-height: 1.15rem;
	bottom: 0.75rem;
	background: url('../Imgs/fb2.png') no-repeat;
	background-size: 100%;
	/* background-size: cover; */
	/* border-radius: 50px; */
	z-index: 9990;
  	left:50%;
	margin-left:-3.45rem;
}
#flex a.flex_btn{
	display: block;
	width: 1.28rem;
	height: 1.15rem;
	background: url('../Imgs/GO.png') no-repeat;
	background-size: cover;
	position: absolute;
	right: -0.1rem;
	z-index: 9998;
	top: 0;
	bottom: 0.75rem;
	
}
#flex p{
	color: #fff;
	/* text-align: center; */
	text-indent: 0.4rem;
	/* text-align: center; */
	font-weight: bold;
	font-size: 21px;
	letter-spacing: 1px;
	padding-right: 1.18rem;
	text-align: center;
}