/**
 * 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*/
body{margin: 0 auto;}
ul li{list-style: none; margin: 0; padding:0;}
img{margin: 0; padding:0; border: 0;}
/*css #main_con*/
.main_con{ 
  width:100%; max-width:960px;_width:expression((documentElement.clientWidth >960) ? "960px" : "auto" );  height:auto;
  height:auto; 
	background:#e7d9bc ;
	margin:0 auto; 
	overflow:hidden; 
	padding:0 0 20px 0;
}

.main_con .m_banner{ 
	width:100%;
}
.main_con .m_banner img{
 width:100%;
}

.main_con .text_inf{ 
	width:96%; 
	height:auto;  
	margin:0 auto; 
	padding: 0.8em 0;
	background: #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,.2);
	border-radius:10px ; 
   font-family: '微软雅黑''黑体''trebuchet MS', 'Lucida sans', Arial;f
   ont-weight: 100;
}
.main_con .text_inf .title { width: 92%; margin: 0 auto; margin-bottom: 1.4em;}
.main_con .text_inf .inf_con{ 
  margin:0 auto;
  padding: 0 2.5em;

}
.main_con .text_inf .inf_con a{text-decoration: none;}

.main_con .text_inf .inf_con h1{

  font-size:16px ;
  color: #fff;
  text-indent: 0.7em;
  line-height: 0.8em;
  border-radius: 6px;
  display:block;
  width: 5.5em;
  padding:0.6em 0.3em 0.6em;
  background: #d5a549;
  font-weight: normal;}

.main_con .text_inf .inf_con p{
  width: 98%;
  font-size:18px ;
  font-weight:300;
  color: #444;
  line-height: 1.8em;
  margin: 0 auto;
  text-indent: 2em;

}
.main_con .text_inf .inf_con b{
  color: #e49867;
  font-weight: normal;
}
.main_con .text_inf .inf_con_1{
  margin: 0 auto;

}
.main_con .text_inf .inf_con h2{
   margin: 0 auto;

    font-size: 18px;
    color: #fff;
    line-height: 0.8em;
    display: block;
    width: 80%;
    padding: 0.6em 0em;
    background: #b9841a;
   
    border-radius: 16px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 12px;

}




@media (max-width: 1000px) {
  .main_con .text_inf img{width:100%;}
.main_con .text_inf .inf_con{ 
  margin:0 auto;
  padding: 0 1em;

}
.main_con .text_inf .inf_con h1{
  font-size: 14px;
}
.main_con .text_inf .inf_con p{
  font-size: 16px;

}



}



