/* 公共样式表css */
html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: 0;
}
.ovh{display: block;overflow: hidden;}
ul,li{list-style: none;padding: 0;margin: 0;}
/* 必要布局样式css */
html {
	width:100%; background-color:#f1f1f1;    text-align: center;    
    background: #e2af53 url(http://y.nazhifeng.com.cn/images/bg.jpg) center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
}
body {
	width:100%;
	max-width:640px;
	height: auto;
	padding: 0;
	margin:0 auto; font-family:"微软雅黑";		
    background-color: #fff;
    box-shadow: 0 2px 30px 5px rgba(0,0,0,.2);
    position: relative;
}
.main {
	width:100%;
	margin:0 auto;
	position:relative;
}
.main img {
	width:100%;
	max-width:640px; vertical-align:middle
}
.main .top{position: absolute;top: 0;width: 100%;padding: 30px 3% 50px;line-height: 2;}
.main .top h3{font-size: 100px;letter-spacing: 3px;margin-bottom: 10px;}
.main .top p span{border-top: 1px solid #666;border-bottom: 1px solid #666;font-size: 36px;padding: 10px 0;}

.main h3{font-size:24px ;line-height: 1.6; padding: 10px 2%; border-bottom: 1px solid #eee; margin-bottom: 15px; margin-top: 0;}
.main .box{font-size: 16px;padding: 0 2%;}
.main p{margin-bottom: 0;}
.fot{position: fixed;bottom: 0;width: 100%;max-width: 640px;padding: 8px 5%;}
.fot a{
	background-color: #4bc2ff;
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    letter-spacing: 3px;}

@media screen and (max-width: 640px){
  .main .top h3 { font-size: 50px;}
  .main .top p span { font-size: 20px;}
  .list {
      width: 80px;
      background-size: 80px 74px;
      height: 74px;font-size: 20px;
    padding: 13px 0;
  }
  .list01 {
      left: 7px;
      top: 58%;
  }
  .list02 {
      right: 20px;
      top: 45%;
  }
  .list03 {
      left: 55px;
      bottom: 1%;
  }
  .list04 {
      right: 45px;
      bottom: 6%;
  }
  .neirong .wenzi{padding-top: 0;}
  .neirong .wenzi li{margin-bottom: 7px;}
.neirong .wenzi li h3 {
    font-size: 20px;
}
.neirong .wenzi li p {
    font-size: 14px;
}.neirong .wenzi {
    width: 43%;}
.neirong img {
    width: 55%;
    float: left;
}.box li p {
    line-height: 2.5;
    font-size: 18px;}
}





