*{margin:0px; padding:0px;}
html, body
{
	padding: 0;
	margin: 0;
}
a{color:#333; text-decoration:none;}
body
{
	background-color: #fff;
	font-family: "Microsoft YaHei", Arial, Helvetica, Verdana;
	font-size:0.8125rem; 
	color:#333;
	line-height: 1.5rem;
	position: relative;
	-webkit-text-size-adjust: none;
}
a, a:link, a:active, a:visited, a:hover
{
	text-decoration: none;
}
ul,dl{list-style:none;}

em { font-style: normal;}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}


.p_f{position:fixed !important; z-index:9999;}
.p_r{position:relative !important;}
.p_a{position:absolute !important;}
.nb{border:none !important;}


.header{
	background: #fff;
	font-weight: bold;
	color: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height:70px;
	padding: 0 18px;
	border-bottom: 1px solid #eee;
	position: fixed;
	z-index: 2000;

	
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.header .menu
{
	background: center center no-repeat transparent;
	background-image:url(../images/btn.png)   ;
    background-size: 100% auto;
	display: block;
	width: 35px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 18px;
}
.header .dh {
	background: center center no-repeat transparent;
	background-image:url(../img/btn22.png)   ;
    background-size: 100% auto;
	display: block;
	width: 35px;
	height: 30px;
	position: absolute;
	top: 17px;
	right: 18px;display: none;}
.clogo { margin: auto;  height: 50px;  padding-top: 8px;}
.clogo img { height: 50px; width: auto;}

.mm-panels > .mm-panel.mm-hasnavbar {padding-top: 70px; }
.partner { padding: 1rem 0.5rem;}
.partner img { width: 100%; height: auto;}


.part { padding: 1rem 0;  background-color: #F5F5F5;}
.part li { width: 33.33%; float: left; text-align: center;  }
.part li .bor {border-right:1px solid #ccc ;}
.part li:last-child .bor {border-right:none;}
.part li h3 { font-size: 0.75rem; margin-bottom: 0.5rem;}
.part li h3 span { font-size: 1.5rem; color: #006ABE;}
.part li p { line-height: 1.125rem; color: #666;}



.content { padding-top: 70px;}


#banner {
	margin: 0px auto;
	overflow: hidden;
}

#banner_pic {
	left: 0px;
	top: 0px;
	overflow: hidden;
}

#num_btn {
	left: 0px;
	bottom: 20px;
	width: 100%;
	height: 10px;
	text-align: center;
	z-index: 99;
}

#num_btn dl dd {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0px 2px;
	border: 2px solid #fff;
	border-radius: 50%;
	opacity: .75;
	cursor: pointer;
}

#num_btn dl dd.on {
	border: 2px solid #facd89;
}


/*==分页==*/
.page { height: 60px; text-align: center; margin-bottom: 20px; }
.digg { padding-top: 1rem;}
.digg a { 
	margin:2px; 
	color:#333; 
	padding: 10px 18px; 
	-decoration: none;
	background-color: #ebebeb;
	 }
.digg a:hover { background-color: #1F8C3B; color: #fff;}
.digg a:active { background-color: #1F8C3B; color:#fff;}
.digg span.current { 
	margin:2px; 
	padding: 10px 18px; 
	background-color: #1F8C3B; 
	color: #fff;
	 -decoration: none;
	 }
.digg span.disabled { 
	margin:2px; 
	padding: 10px 18px; 
	background-color: #ebebeb;
	 color:#ccc ; 
	 -decoration: none;
	 }



