/**
 * 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";
/* 公共样式*/
img{
	border: 0;
}
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%; 
	width:960px;
	margin:0 auto; 
	overflow:hidden;
}
.main_con .banner {
	width: 100%;
	height:auto; 
	position:relative;

}
.main_con .banner img {
	width: 100%;
	display: block;
}
.banner_but2{
	width:10%;
	height:auto;
	float:right;
	position:absolute;
	top:35%;
	left:0%;
	}
.main_inf{ 
	background: #e72527;
	padding-bottom: 4px;
	overflow: hidden;
}

.tit{width: 18%;margin-bottom: 8px;margin-top: 8px;}
.tit img{width: 100%}

.text_inf .text_bg{ width:95%; margin:0 auto 14px auto;  background-color: #ffffff; padding: 5px 0 10px 0; border-radius: 10px; 
-webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 8px;
	-kntml-box-shadow: rgba(0,0,0,0.3) 3px 3px 8px;
	-moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 8px;
	-o--box-shadow: rgba(0,0,0,0.3) 3px 3px 8px;}
.jianban{width: 100%;margin-top: 5px;}
.jianban_text{width:96%;margin:0 auto;padding-top: 10px}


.jianban p {
	font-size: 18px;
	line-height: 1.6em;
	color: #434243;
	width:96%;
	margin:0 auto;

	}
.bordered {
	width:90%;
  border: solid #bce5ff 1px;/*给表格添加边框*/
  border-radius: 6px;/*设置表格圆角*/
  box-shadow: 0 1px 1px #f3fbff;/*表格阴影设置*/
	margin: 0 auto;
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 18px;
}

    
.bordered tr {
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;        
}
.bordered .highlight,
.bordered tbody tr:hover {
  background: #f3fbff;/*表格行的悬浮状态效果*/        
}

.bordered td, 
.bordered th {
  border-left: 1px solid #bce5ff;
  border-top: 1px solid #bce5ff;
  padding: 10px;
  text-align: center;
}
.bordered thead {
	font-weight: bold;
  background-color: #c3e6f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: linear-gradient(top, #ebf3fc, #dce9f9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ebf3fc, endColorstr=#dce9f9);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ebf3fc, endColorstr=#dce9f9)";	
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;/*表格表头设置内阴影*/
  border-top: none;	
  text-shadow: 0 1px 0 rgba(255,255,255,.5);/*表格表头设置文字阴影*/
}
/*使用:first-child去除表格每行的第一个单元格的左边框*/

/*使用:first-child设置表格表头第一个单元格仅左上角为圆角*/
.bordered thead tr :first-child{
  border-radius: 6px 0 0 0;
}
/*使用:last-child设置表格表头最后一个单元格仅右上角为圆角*/
.bordered th:last-child {
  border-radius: 0 6px 0 0;
}
/*使用:first-child和:last-child设置表格最后一行的第一个单元格左下角为圆角*/
.bordered tr:last-child td:first-child {
  border-radius: 0 0 0 6px;
}
/*使用:last-child设置表格最后一行的最后一个单元格右上角为圆角*/
.bordered tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}
/*css #share*/







