*{
    margin: 0;
    padding: 0;
}
div,input,p,a,ul,li,img{
    box-sizing: border-box;
}
html{
    /*background-color: #f2f2f2 !important;*/
}
.clear{

}
.clear:after{
    content:".";
    clear:both;
    display:block;
    height:0;
    overflow:hidden;
    visibility:hidden
}

.main{
    width: 100%;
    line-height: normal;
    background-color: #f2f2f2;
}

a:link{
    text-decoration: none;
}
a:visited{
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;
}


/*官网头部样式 */
.navigation {
	height: 1.333rem;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/* 设置为最顶层 */
	z-index: 999;
}

.logo {
	display: block;
}

.logo-img {
	position: absolute;
	top: 0.2667rem;
	left: 0.5rem;
	width: 3.333rem;
	height: 0.8667rem;
}

.logo-nav-img {
	position: relative;
	top: 0.2667rem;
	left: 0.5rem;
	width: 3.333rem;
	height: 0.8667rem;
}

.delectBtn {
	width: 0.45rem;
	height: 0.45rem;
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
}

.menu {
	position: absolute;
	width: 0.5rem;
	top: 0.5rem;
    right: 0.5rem;
}

.menu img {
	width: 100%;
}

.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;
	margin-bottom: 1.2267rem;
}

.footer .footer-div {
	/*width: 6.626rem;*/
	height: 0.786rem;
	text-align: center;
	color: #fff;
	float: left;
	margin-top: 0.28rem;
	left: 1.68rem;
	position: relative;
}

[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: 999;
}
.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 !important;
    text-align: center;
}
.contact-online{
	float: right;
	width:50%;
	background-color: #9ac5ff;
	text-align: center;
}