/**
 * 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*/
body { font-family: '微软雅黑'; }
@font-face { 
  font-family: 'FZLTHJ'; 
  src: url(‘../fonts/FZLTHJ.ttf’); 
} 
.main_con{ 
	width:100%; 
  max-width:960px;_width:expression((documentElement.clientWidth >960) ? "960px" : "auto" ); 
  height:auto; 
	background-color: #d9e9f0;
	margin:0 auto; 
	overflow:hidden; 
}
.banner {
  font-size: 0;
}
.main_con .banner img{ 
  width:100%; 
  height:auto;
}
.xql img {
  width: 100%;
  height: auto;
}
.text_md {
  width: 94%; 
  background: #fff;
  margin: 2% auto 2% auto;
  padding:.4% 0 3% 0;
  border-radius:20px ;
  box-shadow: 2px 2px 5px rgba(0,0,0,.3);
}
.text {
  width: 90%;
  margin: 0 auto;
}
.text_md .bg_M {
  padding-top: 18px;
}


.text p{
  font-family: 'FZLTHJ';
  font-size: 20px;
  color: #2f3030;
  text-indent: 2em;
  line-height: 34px;
  padding-top: 12px;
}
.text_xize {
  padding-top: 10px;
}
.text_xize p {
  padding-top: 4px;
}
.bt {
  text-align: center;
  padding-top: 20px;
  color: #1179bc;
  font-size: 22px;
  font-family: 'FZLTHJ';
  font-weight: bold;
}



@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_1476770675_838004.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/font_1476770675_838004.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/font_1476770675_838004.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/font_1476770675_838004.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/font_1476770675_838004.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{font-size: 20px;line-height:24px;text-align:center;margin-right: .2em;}
#_button{width: 480px;margin: 0 auto;display: table;
 }

#_button a{display:table-cell; text-align: center;}

ß








