/**
 * 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;
	background:#be1c21; 
	padding-bottom: 10px;
	
}
.main_con .banner {
	width: 100%;
	height:auto; 
	position:relative;
}
.return_image{
	width: 50px;
    height:auto;
	float:right;
	position:absolute;
	top:16%;
    left:0%;

}
.return_image a{
    position: relative;
    
}
.banner img {
	width: 100%;
}
.main_con .text{
	width: 98%;
	background: #ffffff;
	margin: 0 auto;
	border-radius: 6px;
	padding-top: 5px;
	padding-bottom: 8px;
	margin-bottom: 2px;
	margin-top: 14px;
}
.main_con .text .tit{
	margin: 0 auto;
	margin-left: 10px;
	margin-right: 10px;
}
.main_con .tit h1{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #c23926;
	border-left: 3px solid #c23926;
	line-height: 16px;
	padding-left: 8px;
	margin-top: 9px;
	margin-bottom: 9px;
}
.main_con p{
	color: #be1c21;
	width: 96%;
	font-size:14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0 auto;
	letter-spacing: 0.4px;
}
.main_con .text .xz{
	width: 124px;
	height: 36px;
	border: 2px solid #c23926;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 16px;
}

.main_con h2{
	width: 30%;
    background-color: #e57755;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 10px 14px 0 0;
}
.lingqu{width: 65%;margin: 0 auto;margin-bottom: 10px;margin-top: 10px;}
.lingqu img{width: 100%;}
.erweima{width: 30%;margin: 0 auto;margin-bottom: 6px;margin-top: 6px;}
.erweima img{width: 100%;}

/*css #share*/



