/**
 * 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 #main_con*/
.clearfix{clear:both;}
.main_con{ 
	width:960px; 
	height:auto; 
	margin:0 auto;
	background:#be1c21; 
	overflow:hidden; 
	padding-bottom: 20px;
}

.main_con .m_banner{ 
	width:100%;
}
.main_con .m_banner img{
 	width:100%;
}
.main_con .text{
	width: 98%;
	background: #ffffff;
	margin: 0 auto;
	border-radius: 6px;
	padding-top: 10px;
	padding-bottom: 16px;
	margin-top: 20px;
}
.main_con .text .tit{
	margin: 0 auto;
	margin-left: 20px;
	margin-right: 20px;
}

.lingqu{width: 35%;margin: 0 auto; margin-top: 20px; margin-bottom: 20px;}
.lingqu img{width: 100%;}
.erweima{width: 20%;margin: 0 auto;margin-top: 20px; }
.erweima img{width: 100%;}
.main_con .tit h1{
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	color: #c23926;
	border-left: 4px solid #c23926;
	line-height: 22px;
	padding-left: 8px;
	margin-top: 14px;
	margin-bottom: 14px;
}

.main_con .p_10{
	padding-left: 10px;
}
.main_con p{
	color: #be1c21;
	width: 96%;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	margin: 0 auto;
}

.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: 160px;
    background-color: #e57755;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 10px 14px 0 0;
}

