/* 禁用iPhone中Safari的字号自动调整 */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* 去除iPhone中默认的input样式 */

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
	/* -webkit-appearance:none; */
	resize: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/* 取消链接高亮  */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
/* 图片自适应 */

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
}
/* 初始化 */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font-family: Microsoft YaHei, simhei, Tahoma, Arial, sans-serif;
	color: #555;
}
em,
i {
	font-style: normal;
}
strong {
	font-weight: normal;
}
.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
a {
	text-decoration: none;
	color: #484848;
	font-family: Microsoft YaHei, Tahoma, Arial, sans-serif;
}
a:hover {
	text-decoration: none;
}
a:active,
a:visited {
	color: #333333;
	text-decoration: none;
}
ul,
ol,
li {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-family: Microsoft YaHei;
}
img {
	border: none;
	vertical-align: middle;
}
body,
html {
	min-width: 320px;
	max-width: 670px;
	margin: 0 auto;
	position: relative;
}
body {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}
/* 三档文字大小 */

@media (max-width: 399px) {
	html {
		font-size: 15px;
		margin: 0 auto;
	}
}
@media (min-width: 400px) and (max-width: 480px) {
	html {
		font-size: 20px;
		margin: 0 auto;
	}
}
@media (min-width: 481px) {
	html {
		font-size: 25px;
		margin: 0 auto;
	}
}
/*公用头部开始*/

header {
	min-height: 3.52rem;
	height: 3.52rem;
	line-height: 3.52rem;
	width: 100%;
	overflow: hidden;
	background: #FFFFFF;
	position: relative;
}
.logocon {
	width: 5.5rem;
	overflow: hidden;
	margin-left: 10px;
	float: left;
	min-height: 3.52rem;
	height: 3.52rem;
}
.logocon a {
	display: block;
}
.logocon img {
	width: 6.32rem;
	overflow: hidden;
}
.dlzc {
	width: 6.0rem;
	float: left;
	margin-left: 10px;
	min-height: 3.52rem;
	height: 3.52rem;
}
.dlzc li {
	height: 2.52rem;
	float: left;
	font-size: 0.875rem;
	padding-right: 10px;
	padding-top: 0.2rem;
}
.nav-icon {
	position: absolute;
	top: 0;
	right: 0;
}
.nav-icon .daohang {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 10px;
}
.nav-icon .daohang img {
	width: 1.5rem;
	height: 1.5rem;
}
.side-nav {
	width: 7.8rem;
	display: none;
	background: #E6E6E6;
	position: absolute;
	top: 3.52rem;
	right: 0;
	z-index: 10000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.personicon {
	float: right;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 3.0rem;
}
.personicon img{
	width: 1.5rem;
	height: 1.5rem;
}
.allmenu{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 999;
}
.shownav-icon{
	position: absolute;
	top: 16px;
	right: 0;
}
.shownav-icon .daohang {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 10px;
}
.shownav-icon .daohang img {
	width: 1.5rem;
	height: 1.5rem;
}
.menuul{
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}
.menuul li{
	float: left;
	width: 33.333%;
	height: 90px;
	overflow: hidden;
	padding:0 10px;
	box-sizing: border-box;
}
.menuul li span{
	display: block;
	text-align: center;
	font-size: 14px;
}
.menuul li span:first-child{
	height: 50px;
	margin-bottom: 10px;
}
.iconsy{
	background: url(../images/icon01.png) center no-repeat;
}
.iconpp{
	background: url(../images/icon03.png) center no-repeat;
}
.icondl{
	background: url(../images/icon02.png) center no-repeat;
}
.iconhomep{
	background: url(../images/icon04.png) center no-repeat;
}
.iconyf{
	background: url(../images/icon05.png) center no-repeat;
}
.iconzh{
	background: url(../images/icon06.png) center no-repeat;
}
.iconhynews{
	background: url(../images/icon07.png) center no-repeat;
}
/*公用头部结束*/
/*公用底部开始*/

.bottommenu {
	width: 100%;
	overflow: hidden;
}
.bottommenu li {
	width: 20%;
	text-align: center;
	line-height: 45px;
	font-size:14px;
	height:45px;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	background: #098F81;
}
.bottommenu li a {
	color: #FFFFFF;
}
/*公用底部结束*/
/*返回顶部开始*/

.gotop {
	display: none;
	width: 2.92rem;
	height: 2.92rem;
	background: url(../images/gotop.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: fixed;
	right: 1rem;
	bottom: 4rem;
	cursor: pointer;
	z-index: 2;
}
/*返回顶部结束*/
/*子页面头部开始*/

.back {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.back a {
	display: block;
}
.back img {
	display: inline-block;
	float: left;
	width: 0.9rem;
	height: 1.5rem;
	margin-top: 1.2rem;
	margin-left: 0.5rem;
}
.back span {
	font-size: 1.0rem;
	color: #333333;
	line-height: 3.52rem;
	margin-right: 1.5rem;
}
/*子页面头部结束*/