@charset "utf-8";
html{
	font-family:Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-webkit-text-size-adjust:none;/*取消浏览器最小字体限制*/
}
*{
	padding:0;
	margin:0;
	outline:none;
}
ol,li,ul,dl,dt,dd{
	list-style:none;
}
img{
	border:0;
}
a{
	text-decoration:none;
	color:inherit;
}
i{
	font-style:normal;
}
h1, h2, h3, h4, h5, h6 { 
	font-size:inherit;
	font-weight:lighter;
}
/**移动端去除点击蓝色底纹**/
a:link,
a:active,
a:visited,
a:hover {
    /*background: none;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;  
}
/**移动端去除点击蓝色底纹**/
/**去除苹果端默认样式**/
button{-webkit-appearance:none;outline:none}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; border-radius: 0;}
textarea {  -webkit-appearance: none;} 
/**去除苹果端默认样式**/
button,submit {
	cursor:pointer;
}
table {
	border-collapse:collapse; 
	border-spacing:0;
}
b,em,i{
	display:inline-block;
	font-weight:normal;
	font-style:normal;
}

body{
    max-width:750px;
    margin:0 auto;
	font-family:"微软雅黑",Microsoft YaHei;
	background-color:#f6f6f6;
}
@font-face {
	font-family: 'myFont';
	src:url('font/CY13_0.TTF');
}

header{
	width:100%;
	max-width:720px;
	height:3.75rem;
	float:left;
	position:fixed;
	z-index:99;
	background-color:#fff;
}
#logo{
	width:40%;
	height:2.25rem;
	line-height:2.25rem;
	color:#191919;
	font-size:1rem;
	font-weight:bold;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);  
	transform: translate(-50%, -50%);
	text-align:center;
}
#logo img{width:auto;height:100%;float:left;margin-right:.5rem;}

#esc{
	width:15px;
	height:24px;
	position:absolute;
	left:3%;
	top:18px;
	overflow:hidden;
	font-size:1rem;
	font-weight:bold;
	color:#282828;
	background:url(/public/images/img/esc.png) no-repeat center center;
    background-size: auto 80%;
}

#main{
	width:100%;
	height:auto;
	float:left;
	/*margin-top:3.75rem;*/
	margin-bottom:5rem;
}






footer{
    height:3.75rem;
    position:fixed;
    bottom:0;
    width:100%;
	max-width:720px;
    z-index:99;
	background-color:#fff;
	border-top:1px solid #f4f4f4;
}
footer ul{
	display:flex;
	width:100%;
	height:100%;
	float:left;
}
footer ul li{
	flex:1;
	text-align:center;
	height:100%;
	float:left;
	color:#585859;
	font-size:.85rem;
}

footer ul li em{
	width:100%;
	height:1.7rem;
	margin:6px auto;
	margin-bottom:0;
}
footer ul li.f1 em{
	background:url(/public/images/img/f1.png) no-repeat center center;
	background-size:auto 80%;
}
footer ul li.f2 em{
	background:url(/public/images/img/f2.png) no-repeat center center;
	background-size:auto 80%;
}
footer ul li.f3 em{
	background:url(/public/images/img/f3.png) no-repeat center center;
	background-size:auto 80%;
}
footer ul li.f1.on em{
	background:url(/public/images/img/f11.png) no-repeat center center;
	background-size:auto 80%;
}
footer ul li.f2.on em{
	background:url(/public/images/img/f21.png) no-repeat center center;
	background-size:auto 80%;
}
footer ul li.f3.on em{
	background:url(/public/images/img/f31.png) no-repeat center center;
	background-size:auto 80%;
}
footer ul li span{
	width:100%;
	height:1.25rem;
	line-height:1.25rem;
	float:left;
	color:#585859;
	margin-top:0px;
	
}
footer ul li a{
	width:100%;
	height:100%;
	float:left;
	display:block;
}



/**************分页********************/
#page{
	width:100%;
	float:left;
	margin:2rem 0 1rem 0;
	
	/*定义居中*/
	display: flex;
	justify-content: center;
	align-items: center;
}
#page a{
	display:block;
	float:left;
	margin-right:.5rem;
	padding:0 .5rem;
	height:1.5rem;
	border:1px #cccccc solid;
	background:#fff;
	text-decoration:none;
	color:#808080;
	font-size:.75rem;
	line-height:1.5rem;
}
#page a:hover{
	color:#b90606;
	border:1px #b90606 solid;
}
#page a.cur{
	border-color:#b90606;
	background:#b90606;
	color:#fff;
}
#page p{
	float:left;
	padding:0 .5rem;
	font-size:.75rem;
	height:1.5rem;
	line-height:1.5rem;
	color:#bbb;
	border:1px #ccc solid;
	background:#fcfcfc;
	margin-right:.5rem;
}
#page p.pageRemark{
	border-style:none;
	background:none;
	margin-right:.5rem;
	padding:0;
	color:#666;
}
#page p.pageRemark b{
	color:#218e76;
    font-weight: normal;
    margin: 0 2px;
}
#page p.pageEllipsis{
	border-style:none;
	background:none;
	padding:4px 0px;
	color:#808080;
}






