
@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;
}

.logobar {
	width: 100%;
	max-width:640px;
	margin:0 auto;
	display: table;
	border-top: 5px solid #0080e9;
}
.logobar .logo{
	width: 100%;
	padding: 2rem 0 2.2rem;
	display: table;
}
.logobar .logo .logo_left{
	width: 29%;
	height: 4.82rem;
    margin-left: 6.8%;
    margin-right: 4%;
    text-align: center;
	float: left;
}
.logobar .logo .logo_left img{
	width:100%;
	margin-top: -0.25rem;
}
.logobar .logo .logo_right{
	float: left;
}
.logobar .logo .logo_right p:nth-child(1){
	font-size: 1.1rem;
	color: #0080e9;
	padding: 1rem 0 .9rem;
	line-height: 1.1rem;
	font-weight: bold;
}
.logobar .logo .logo_right p:nth-child(2){
	font-size: .9rem;
	color: #353535;
	line-height: .9rem;
	font-weight: bold;
}
/*头部结束*/

/*导航开始*/
nav {
	width:100%;
	max-width: 640px;
	overflow:hidden;
	margin:0 auto;
	background: url(img/nav.jpg) center no-repeat;
	background-size: 100% 100%;
}
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;
	line-height: 3.2rem;
}
nav li {
	width:33.333333%;
	float:left;
	font-size: .9rem;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
nav li a{color: #fff;}
/*导航开始*/

/*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:rgba(0,0,0,.4);
}
.curr span.active {
	background:#f40002;
}
/*banner结束*/
/*搜索*/
.search{
  width: 100%;
  overflow: hidden;
  padding: 1.05rem 0;
  background: #f8f8f8;
}
.se_md{
  width: 58.5%;
  height: 2.31rem;
  display: block;
  margin: 0 auto 0;
  border: 1px solid #dbdbdb;
  background: #fff;
  border-radius: .6rem;
  padding-left: 2%;
  overflow: hidden;
}
.se_md input[type=text]{
  width: 86%;
  line-height: 2.31rem;
  color: #878787;
  float: left;
  font-size: 1rem;
  background: none;
}
.se_md input[type=submit]{
  float: right;
  width: 13%;
  height: 2.31rem;
  background: url(img/search.png) no-repeat left center;
  background-size: 1.45rem 1.45rem;
}


/*底部开始*/
footer { 
	    width: 100%;
	    height: 6.3rem;
	    max-width: 640px;
	    overflow: hidden;
	    margin: 0 auto;
	    position: fixed;
	    bottom: 0;
	    z-index: 999;
	    background: #0080e9;
}
footer div{
	float: left;
	width: 25%;
	height: 100%;
	text-align: center;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}
footer div img{
	width: 25%;
	margin-top: 1.5rem;
}
footer div p{
	font-size: .9rem;
	color: #fff;
	margin: .6rem 0 0;
}
/*底部结束*/






@media screen and (min-width: 320px){
	html{
		font-size: 80%;
	}
	.logobar .logo .logo_left{
	    margin-left: 3.8%;
	    margin-right: 2%;
	}
	.content .cp_top h4{
		width: 42%;
	}
	.content .sban a{
		width: 15%;
		margin: 7.9rem 0 0 1%;
	}
	.video_company .company_title p{
		width: 95%;
	}
}
@media screen and (min-width: 375px){
	html{
		font-size: 90%;
	}
	.logobar .logo .logo_left{
	    margin-left: 6.8%;
	    margin-right: 4%;
	}
	.content .cp_top h4{
		width: 37%;
	}
	.content .sban a{
		width: 14.1%;
		margin: 7.9rem 0 0 9%;
	}
	.video_company .company_title p{
		width: 85%;
	}
}	
@media screen and (min-width: 425px){
	html{
		font-size: 100%;
	}
	.logobar .logo .logo_left{
	    margin-left: 6.8%;
	    margin-right: 4%;
	}
	.content .cp_top h4{
		width: 35%;
	}
	.content .sban a{
		width: 14.1%;
		margin: 7.9rem 0 0 11%;
	}
	.video_company .company_title p{
		width: 72%;
	}
}
@media screen and (min-width: 480px){
	html{
		font-size: 110%;
	}
	.logobar .logo .logo_left{
	    margin-left: 6.8%;
	    margin-right: 4%;
	}
	.content .cp_top h4{
		width: 35%;
	}
	.content .sban a{
		width: 14.1%;
		margin: 7.9rem 0 0 20%;
	}
	.video_company .company_title p{
		width: 66%;
	}
}
@media screen and (min-width: 568px){
	html{
		font-size: 120%;
	}
	.logobar .logo .logo_left{
	    margin-left: 6.8%;
	    margin-right: 4%;
	}
	.content .cp_top h4{
		width: 35%;
	}
	.content .sban a{
		width: 14.1%;
		margin: 7.9rem 0 0 20%;
	}
	.video_company .company_title p{
		width: 61%;
	}
}
@media screen and (min-width: 640px){
	html{
		font-size: 130%;
	}
	.logobar .logo .logo_left{
	    margin-left: 6.8%;
	    margin-right: 4%;
	}
	.content .cp_top h4{
		width: 35%;
	}
	.content .sban a{
		width: 14.1%;
		margin: 7.9rem 0 0 20%;
	}
	.video_company .company_title p{
		width: 61%;
	}
}

