/**
 * 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*/

html,
body,
p {
    max-width: 750px;
    position: relative;
    padding: 0;
    margin: 0 auto;
    font-family: Arial, "宋体", sans-serif;
    font-size: 14px;
}

body {
    background: #fff;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

th,
td {
    vertical-align: middle;
}

a {
    text-decoration: none;
    outline: none;
    hlbr: expression(this.onFocus=this.blur());
}

a:hover {
    color: #0066cc;
}

input,
select {
    vertical-align: middle;
}

img,
iframe {
    border: none;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: Arial, "宋体", sans-serif;
    font-weight: normal;
}

:focus {
    outline: 0;
}


/*css common*/

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.nodisplay {
    display: none;
}

html,
body,
#wrap {
    height: 100%;
}

body>#wrap {
    height: auto;
    min-height: 100%;
}


/*css #header*/


/*css #main_con*/

.clear {
    height: 0px;
    clear: both;
    font-size: 0px;
    line-height: 0px;
    zoom: 1;
}

.main_con {
    max-width:960px;
    height: auto;
    background: url(../images/text_bg.jpg);
    margin: 0 auto;
    overflow: hidden;
    background-size: 9.6rem;
}

.main_con .m_banner {
    width: 100%;
}

.return_image{
    height:auto;
	float:right;
	position:absolute;
	top:6%;
    left:0%;
    width: 50px;
}
.return_image a{
    position: relative;
    
}
.return_image img{
    
}
.main_con .m_banner img {
    width: 100%;
}

.main_con .text {
    width: 98%;
    background: #fff;
    margin: 0 auto;
    border-radius: 6px;
    padding-top: 10px;
    padding-bottom: 16px;
    margin-bottom: 10px;
}

.main_con .text .tit {
    margin: 0 auto;
    margin-left: 0.34rem;
    margin-right: 0.34rem;
}

.main_con .tit h1 {
    font-size: 0.46rem;
    font-style: normal;
    font-weight: 400;
    color: #c23926;
    border-left: 0.06rem solid #c23926;
    line-height: 0.42rem;
    padding-left: 0.16rem;
    margin-top: 0.34rem;
    margin-bottom: 0.34rem;
}

.main_con p {
    color: #676768;
    width: 96%;
    font-size: 0.42rem;
    font-weight: 400;
    line-height: 0.82rem;
    margin: 0 auto;
}

.main_con .text .xz {
    width: 2.48rem;
    height: 0.72rem;
    border: 2px solid #c23926;
    margin: 0 auto;
    margin-top: 0.1rem;
    margin-bottom: 0.32rem;
}

.main_con .text h2 {
    width: 2.32rem;
    font-size: 0.42rem;
    background: #c23926;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    line-height: 0.64rem;
    letter-spacing: 2px;
    margin-top: 0.04rem;
}

.main_con .text_1 p {
    width: 94%;
}