﻿
@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:#0156ab; text-decoration:none; }
em,i{ font-style: normal;}
/*非常用特殊样式*/
.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;
}
/* 所有页面的内容区父级元素 */

/*头部开始*/
header {
	width:100%;
	overflow:hidden;
	margin:0 auto;
}



.logobar {
	width: 100%;
	box-sizing: border-box;
	max-width:640px;
	margin:0 auto;
	border-top: .25rem solid #1aa3fd;
	overflow: hidden;
	padding: 1.2rem 0 1rem;
	display: flex;
}
.logobar .zuobt{
	float: left;
	width: 20%;
	margin-left: 2%;
	margin-right: 2%;
	align-self: center;
}
.logobar .zuobt img{
	width: 100%;
}

.logobar .youdh{
	float: left;
	width: 75%;
	align-self: center;
}

.logobar .youdh em{
	font-style: normal;
	font-size: 1.1rem;
	color: #0180e9;
	font-weight: bold;
	display: block;
}
.logobar .youdh span{
	font-size: .9rem;
	color: #3b3b3b;
	line-height: 1.8rem;
	font-weight: bold;
	display: block;
	letter-spacing: 1px;
}
.logobar .youdh p{
	font-size: .8rem;
}
.logobar .youdh p i{
	font-weight: bold;
	color: #0180e9;
	font-style: normal;
}
.logobar .youdh p i:first-child{
	margin-right: 3.5%;
}

/*头部结束*/

/*导航开始*/
nav {
	width:100%;
	max-width: 640px;
	overflow:hidden;
	margin:0 auto;
	background: url("img/nav_bj.png") no-repeat;
	background-size: 100% 100%;
	/*padding: .rem 0;*/
}
nav a:link, nav a:visited, nav a:hover, nav a:active { color:#FFFFFF; }
nav ul {
	width:100%;

	max-height:100%;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	font-size: .9rem;
	line-height: 3rem;
}
nav li {
	width:25%;
	float:left;
	box-sizing: border-box;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color: #fff;
}

/*导航开始*/

/*banner开始*/
.banner {
	width: 100%;
	height: 100%;
	background-color: #f8f8f8;
}
.banner .bannertu {
	width: 100%;
}
.banner .bannertu img{
	display: block;
	width: 100%;
}

.banner #bannerdian{
	width: 100%;
	text-align: center;
	position: absolute;
	left:0;
	bottom: .8rem;
}
.banner #bannerdian .swiper-pagination-bullet{
	display: inline-block;
	width: .7rem;
	height: .7rem;
	box-sizing: border-box;
	background-color: #fff;
	opacity: 1;
}
.banner #bannerdian .swiper-pagination-bullet-active{
	background-color: #1aa3fd;
}

/*banner结束*/

/*底部开始*/
.dibu { width:86%;  overflow:hidden; text-align: center; padding: .6rem 7% 1.2rem; margin:0 auto 5rem; background-color: #FFFFFF;}
.dibu p { line-height:1.6rem; text-align: center; font-size:0.9rem; color: #7e7e7e;}
.dibu p span{
	display: inline-block;
	margin: 0 .5rem;
}
.dibu p:first-child{
	color: #4c4c4c;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.8rem;
}


footer { width:100%; max-width: 640px;  overflow:hidden; text-align: center; padding: .8rem 0 .5rem; margin:0 auto; background: #1aa3fd; position: fixed;  bottom: 0; z-index: 999;}
footer a{
	display: inline-block;
	width: 24%;
	text-align: center;

}
footer a img{
	width: 70%;
}
footer a p{
	color: #fff;
	margin-top: .4rem;
	/*opacity: .5;*/
}

/*底部结束*/










@media screen and (min-width: 320px){
	html{
		font-size: 80%;
	}

}
@media screen and (min-width: 360px){

	.logobar .zuobt{
		float: left;
		width: 27%;
		margin-left: 3%;
		margin-right: 3%;
		align-self: center;
	}
	.logobar .youdh{
		float: left;
		width: 67%;
		align-self: center;
	}

}
@media screen and (min-width: 375px){
	html{
		font-size: 90%;
	}
	.logobar .zuobt{
		float: left;
		width: 28%;
		margin-left: 3%;
		margin-right: 3%;
		align-self: center;
	}
	.logobar .youdh{
		float: left;
		width: 65%;
		align-self: center;
	}

}
@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%;
	}
}

