﻿@charset "utf-8";.zxxq dd p {
    line-height: 32px;
    margin-bottom: 0;
    font-size: 16px;
    text-indent: 2em;
}*{-webkit-box-sizing: border-box;/*规定padding不影响宽度*/-moz-box-sizing: border-box;box-sizing: 
     }img{border:0;/*设置所有图片没有边框*/}a {text-decoration:none;/*设置链接颜色以及没有下划线*/}ul {list-style-type:none;/*设置所有列表没有样式（列表前面的数字、字母或者符号排序）*/}html{font-size:10px;background:#fff;}@media screen and (min-width:321px) and (max-width:375px){html{font-size:11px}}@media screen and (min-width:376px) and (max-width:414px){html{font-size:12px}}@media screen and (min-width:415px) and (max-width:639px){html{font-size:15px}}@media screen and (min-width:640px) and (max-width:719px){html{font-size:20px}}@media screen and (min-width:720px) and (max-width:749px){html{font-size:22.5px}}@media screen and (min-width:750px) and (max-width:799px){html{font-size:23.5px}}@media screen and (min-width:800px){html{font-size:25px}}header{	width:100%;	height:50px;	background:#fff;	position:fixed;	top:0px;	z-index:999;	box-shadow:1px 1px 3px #777;}.logo{	font-size:1.6rem;     color: #0A97D9;     font-weight:500;     line-height:50px;     margin-left:2rem;}header a{	float: left;}header p{	float:left;	color:#333;	line-height:50px;}header div{	position:absolute;	top:0px;	right:0px;	width:50px;	height:50px;	background:#fff;	transition:all .3s;}header div>img{	width:30px;	background:#fff;	margin:10px;}nav{	height:100%;	position:fixed;	right:0;	top:50px;	background:#fff;	overflow: hidden;	transition:0.3s all;	box-shadow:-1px 0px 3px #777;}nav ul li a{	width:100%;	border-top:1px solid #0A97D9;	height:35px;	line-height:35px;	padding-left:35px;	display: block;	color:#333;}nav ul li a:hover{	background:#F2F2F2;}.head{	height:50px;}footer{	padding-top:20px;	width:100%;	height:auto;	padding-bottom:50px;}footer img{	display: block;	width:20%;	margin:0 auto;}footer h3{	text-align: center;	color:#333;	font-size:16px;	font-weight:300;	margin-top:15px;	margin-bottom:20px;}footer div{	width:100%;	border-top:1px solid #aaa;	padding:10px 0;	margin-top:10px;}footer p{	width:95%;	margin:0 auto;	text-align: center;	line-height:22px;font-size:14px;}.foot{	width:100%;	background:#0A97D9;	height:55px;	position: fixed;	bottom:0px;	z-index:998;}.foot ul li{	width:25%;	float:left;}.foot ul li img{	width:25px;	margin:5px auto 3px auto;	display:block;}.foot ul li p{	color:#fff;	text-align: center;	font-size:14px;}