/**
 * PgwMenu - Version 1.0
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */

/*css reset*/

/*css #main_con*/
@charset "utf-8";
/* 公共样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,form,input,textarea,p,th,td {margin:0;padding:0;} 
table {border-collapse:collapse;border-spacing:0;} 
body { font-family: '微软雅黑'; }
img {border:0;} 
ol,ul {list-style:none}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;} 

.main_con {
	width:100%; max-width:960px;_width:expression((documentElement.clientWidth >960) ? "960px" : "auto" );  height:auto;
	margin:0 auto; 
	overflow:hidden;
}
.main_con .banner {
	width: 100%;
	height:auto; 
	position:relative;
}
.banner img {
	width: 100%;
}
.main_inf{ 
	background: url(../images/index_bg.jpg);
	padding-bottom: 4px;
	overflow: hidden;
}

.text_inf .text_bg{ width:95%; margin:0 auto 24px auto;  background-color: #fff; padding: 20px 0 30px 0; border-radius: 5px; }
.text_bg .text {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.text .kazu {
	text-align: center;
	padding-top: 20px;
}
.kazu img {
	width: 70%;
}
.text_top p {
	margin-top: 14px;
	margin-bottom: 6px;
	font-size: 18px;
	color: #1f83ba;
	line-height: 32px;
	font-weight: 500;
	text-indent: 2em;
}
.text .tit {
	margin-top: 34px;
	margin-bottom: 20px;
	text-align: center;
}
.text_mid h2 {
	font-size: 18px;
	color: #1f83ba;
	margin-top: 6px;
} 
.text_mid h2 img {
	vertical-align:middle;
	padding-right: 6px;
}
.text_mid p {
	font-size: 16px;
	color: #303030;
	text-indent: 2em;
}
.text_mid p span {
	color: #1f83ba;
}
.text_mid h3 {
	margin-top: 14px;
	margin-bottom: 6px;
	padding: 12px 30px;
	background-color: #227caf;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	line-height: 20px;
}
.text_mid .zengpin {
	text-align: center;
}
.zengpin img {
	width: 72%;
}
.btn {
	text-align: center;
	margin-top: 20px;
}
/*css #share*/







