@charset "utf-8";
.header{ overflow: hidden; background:#005CB1;}
.header img{width: 90%; margin:12px;}

.nav{overflow: hidden}
.nav ul{display: block;margin: 0 auto;width: 96%}
.nav ul li{float: left;width: 20%; border-radius: 10px; text-align: center}
.nav ul li .placeholder{margin-bottom: 100%;}
.nav ul li a{width: 100%;display: block}
.nav ul li a em{display: block; margin: 10% auto;background-size: 100%}
.nav ul li:nth-child(1) a em{background: url(/images/wap/theme/nav_01.png) center no-repeat;background-size: 100%}
.nav ul li:nth-child(2) a em{background: url(/images/wap/theme/nav_02.png) center no-repeat;background-size: 100%}
.nav ul li:nth-child(3) a em{background: url(/images/wap/theme/nav_03.png) center no-repeat;background-size: 100%}
.nav ul li:nth-child(4) a em{background: url(/images/wap/theme/nav_04.png) center no-repeat;background-size: 100%}
.nav ul li:nth-child(5) a em{background: url(/images/wap/theme/nav_05.png) center no-repeat;background-size: 100%}


.footer{background: #249CE8;padding: 10px 0}
.footer p{text-align: center;font-size: 1em; line-height:28px;color: white}
.menus{height: 40px;line-height: 40px;width: 100%;overflow: hidden;background: #0065bd; position: fixed;}
.menus-back{height: 40px;width: 40px;float: left;background: url(../../images/wap/site/content-nav-back.png) no-repeat #004e90;}
.menus-tit{overflow: hidden;text-align:center;color: white;font-size: 20px;font-weight:600; padding-right: 40px;}


#gotoTop {
display:none;
width:3em;
height:3em;
border:1px solid #005CB1;
background:#fff url(/images/wap/theme/gotoTop.png) center no-repeat;
background-size:32px 32px;
position:fixed;
right:1.2em;
z-index:10000;
bottom:6em;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
box-shadow:0 0 0.5em rgba(0,0,0,0.1);
}


.pages{padding: 15px 0;color: #ccc;text-align:center;}
.pages a{display: inline-block;color: #0065bd;height: 25px;line-height: 25px;padding: 0 10px;border: 1px solid #ddd;margin: 0 2px;border-radius: 4px;vertical-align: middle;}
.pages a:hover{text-decoration: none;border: 1px solid #d20e0e;}
.pages span{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;vertical-align: middle;}
.pages span.current{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;color: #fff;background-color: #249ce8;border: 1px solid #249ce8;border-radius: 4px;vertical-align: middle;}
.pages span.disabled{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;	color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;}
.pages span.btn a{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;color: #fff;background-color: #249ce8;	border: 1px solid #249ce8;border-radius: 4px;vertical-align: middle;cursor: pointer}
.pages span.btn a:hover{text-decoration: none;border: 1px solid #249ce8;}
.pages input[type=text]{display: inline-block;height: 25px;width: 20px;text-align: center;line-height: 25px;padding: 0 10px;margin: 0 2px; color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;}
