*{
    margin: 0;
    padding: 0;
}
div,input,p,a,ul,li,img{
    box-sizing: border-box;
}

.clear{

}
.clear:after{
    content:".";
    clear:both;
    display:block;
    height:0;
    overflow:hidden;
    visibility:hidden
}

.main{
    width: 100%;
    line-height: normal;
    background-color:#fff;
}

a:link{
    text-decoration: none;
}
a:visited{
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;
}


/*官网头部样式 */
.navigation {
	height: 1.6rem;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/* 设置为最顶层 */
	z-index: 999;
}

.logo {
	display: block;
}

.logo-img {
	position: absolute;
    top: 0.35rem;
    left: 0.4133rem;
    width: 3.2rem;
    height: 0.88rem;
}

.logo-nav-img {
	position: relative;
	top: 0.35rem;
    left: 0.4133rem;
    width: 3.2rem;
    height: 0.88rem;
}

.delectBtn {
	width: 0.45rem;
	height: 0.45rem;
	position: absolute;
	top: 0.64rem;
	right: 0.5067rem;
}

.menu {
	position: absolute;
	width: 0.56rem;
	top: 0.5333rem;
	right: 0.5067rem;
}

.menu img {
	width: 0.56rem;
    height: 0.5333rem;
}

.nav {
	display: none;
	background: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 9999;
	float: left;
	overflow: hidden;
}

.nav li {
	border-bottom: 1px solid #ccc;
	float: none;
	width: 100%;
	height: 1.5rem;
}

.nav li a span {
	padding: 0;
	text-align: center;
	width: 100%;
	color: black;
	display: block;
	font-size: 0.35rem;
	height: 1.5rem;
	line-height: 1.5rem;
}

.nav a {
	display: inline-block;
	height: 1.5rem;
	width: 100%;
	line-height: 1.5rem;
}

.nav .active {
	color: #00a1ff;
}

/*官网底部样式*/
.footer {
	height: 1.333rem;
	float: left;
	background-color: #3a3b3a;
	width: 100%;
	position: relative;
	bottom: 0;
	margin-bottom: 1.32rem !important;
}

.footer .footer-div {
	/*width: 5.3333rem;
    height: 0.9067rem;*/
	position: relative;
	text-align: center;
	color: #fff;
	float: left;
	margin-top: 0.28rem;
	left: 2.4133rem;
}

[data-dpr="1"] .footer .footer-div {
	font-size: 12px;
}

[data-dpr="2"] .footer .footer-div {
	font-size: 24px;
}

[data-dpr="3"] .footer .footer-div {
	font-size: 36px;
}
/*联系模块*/
.contact-wrap{
	width:100%;
	height:1.32rem;
	line-height: 1.32rem;
	/*display: flex;*/
	overflow: hidden;
	cursor: pointer;
	color:#fff;
	letter-spacing: 0.01rem;
	position:fixed;
  	bottom:0;
  	z-index: 66;
}
.contact-wrap a{
	color:#fff;
}
[data-dpr="1"] .contact-wrap {
	font-size: 12px;
}
[data-dpr="2"] .contact-wrap{
	font-size: 24px;
}
[data-dpr="3"] .contact-wrap{
	font-size: 36px;
}
.contact-phone{
	float: left;
	width:50%;
	background-color: #599fff;
	text-align: center;
}
.contact-online{
	float: right;
	width:50%;
	background-color: #9ac5ff;
	text-align: center;
}