
@charset "utf-8";

	 

#mesbook1_c, #mesbook1 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: none;
    padding-bottom: 20px;
    z-index: 1001;
width: 88%;
}


#mesbook1_c div, #mesbook1 div {
    background: #ebeceb none repeat scroll 0 0;
    border: 1px solid #e4e3e3;
    height: 18px;
    margin-bottom: 10px;
    padding: 4px 0.5em 0;
}
#mesbook1_c dl.b1, #mesbook1 dl.b1 {
    margin: 0 auto;
    width: 87%;
}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt {
    float: left;
    overflow: hidden;
    width: 30%;
}
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd {
    float: right;
    width: 68%;
}
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd {
    float: right;
    width: 68%;
}

.b15 {
    background: rgba(0, 0, 0, 0) url("/Skins/Default/Img/SkinsVIBtn.jpg") no-repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    overflow: hidden;
}.b15 {
    background-position: -79px -650px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    width: 60px;
}



@charset "utf-8";
html{font: normal 20px "Arial", "Microsoft yahei"; }
body {  color:#333;max-width: 640px; margin: 0 auto;}
a { color:#333; text-decoration:none; }
a:hover { color:#113188; text-decoration:none; }

/*非常用特殊样式*/
.yahei {
	font-family:"Microsoft yahei";
}
.songti {
	font-family:"SimSun";
}
.textOverHide {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.block100 {
	width:100%;
	overflow:hidden;
}
.block50 {
	width:50%;
	overflow:hidden;
}
.block25 {
	width:25%;
	overflow:hidden;
}
.block20 {
	width:20%;
	overflow:hidden;
}
.positionR {
	position:relative;
}
.positionA {
	position:absolute;
}
.positionF {
	position:fixed;
}
/*非常用特殊样式*/

#wrap {
	width:100%;
	overflow:hidden;
}
/* 所有页面的内容区父级元素 */
.content {
    width:100%;
    max-width:640px;
    overflow:hidden;
    margin:0 auto;
}
/* 所有页面的内容区父级元素 */

/*头部开始*/
header {
	width:100%;
	overflow:hidden;
	margin:0 auto;
	
}
.top {
	width: 100%;
	max-width:640px;
	margin:0 auto;
	padding: 5% 0;
	overflow: hidden;
	border-top: solid 5px #004c97;
	/*display:flex;*/
}
.top img {
	width: 27%;
	float: left;
	margin-left:3%;
	overflow: hidden;
	/*align-self:center;*/
}
.top div{
	width: 65%;
	float: left;
	margin-left:3%;
}
.top div strong{
	display: block;
	font-size: 1.1rem;
	color: #004b97;
	line-height: 1.2rem;
	font-weight:bold;
}
.top div small{
	display: block;
	font-size: 1rem;
	color: #202020;
	line-height: 1.2rem;
	margin-top:2%;
}
/*头部结束*/

/*导航开始*/
nav {
	width:100%;
	max-width: 640px;
	overflow:hidden;
	margin:0 auto;
	background: url("img/navbg.jpg") center top no-repeat;
	background-size: 100% 100%;
	border-bottom: solid 3px #ff6101;
}
nav a:link, nav a:visited, nav a:hover, nav a:active { color:#fff; }
nav ul {
	width:100%;
	
	max-height:100%;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	font-size: .9rem;
	/*line-height: 2rem;*/
}
nav li {
	width:25%;
	float:left;
	padding: 2% 0;
	line-height: 2.4rem;
}
/*导航开始*/

/*banner开始*/
.banner {
	width:100%;
	max-width:640px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
.banner ul {
	overflow:hidden;
	position:absolute;
	top:0; left:0;
}
.banner li {
	float:left;
}
.banner a {
	width:100%;
	overflow:hidden;
	display:block;
}
.banner a img {
	width:100%;
}
.banner .curr {
	width:100%;
	height:14px;
	text-align:center;
	position:absolute;
	bottom:10px; left:0;
}
.banner .curr span {
	width:14px;
	height:14px;
	margin-right:10px;
	border-radius:50%;
	display:inline-block;
	vertical-align:top;
	background:#fff;
}
.curr span.active {
	background:#323232;
}
/*banner结束*/
/*搜索*/
.search{
	width: 100%;
	overflow: hidden;
	background: #f9f9f9;
	padding: 5% 0;
}
.search div{
	width: 59%;
	overflow: hidden;
	margin:0 auto 0;
	height:2rem;
	border: solid 1px #e5e5e5;
	border-radius: 10px;
	background: #FFFFFF;
}
.search div .textinput{
	width:77%;
	padding-left: 4%;
	background: none;
	height:2rem;
	line-height: 1.8rem;
}
.search div .searinput{
	width:10%;
	height:2rem;
	line-height: 1.8rem;
	margin-right:2%;
	background: url("img/search.jpg") center no-repeat;
	background-size: 100%;
}
.dibu{
	width:92%;
	overflow: hidden;
	margin:3% auto 0;
	text-align:left;
	padding-bottom: 20%;
}
.dibu h3{
	font-size:1.1rem;
	color: #000000;
	font-weight:bold;
	line-height: 1.4rem;
}
.dibu p{
	font-size:.8rem;
	color: #000000;
	line-height: 1.8rem;
}
.dibu p span{
	margin-left:3%;
	display:inline-block;
}

/*底部开始*/
footer {
	width: 100%;
	max-width: 640px;
	overflow: hidden;
	text-align: center;
	padding: .8rem 0 .5rem;
	margin: 0 auto;
	background: url("img/ww_di.jpg") no-repeat;
	background-size: 100% 100%;
	position: fixed;
	bottom: 0;
	z-index:999;
}
footer a {
	display: inline-block;
	width: 24%;
	text-align: center;
}
footer a img {
	width: 60%;
}
/*底部结束*/










@media screen and (min-width: 320px){
	html{
		font-size: 80%;
	}
}
@media screen and (min-width: 375px){
	html{
		font-size: 90%;
	}

}
@media screen and (min-width: 425px){
	html{
		font-size: 100%;
	}
}
@media screen and (min-width: 480px){
	html{
		font-size: 110%;
	}
}
@media screen and (min-width: 568px){
	html{
		font-size: 120%;
	}
}
@media screen and (min-width: 640px){
	html{
		font-size: 130%;
	}
}

