@charset "utf-8";

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, fieldset, button, input, textarea, th, td {
    margin: 0;
    padding: 0
}
body {
    background-color: #fff;
}
body, button, input, select, textarea, fieldset, label {
    font:12px/1.5 "\5FAE\8F6F\96C5\9ED1",Arial;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight:normal;
}
ul, ol {
    list-style: none;
}
fieldset, img {
    border: 0 none;
}
img {
    -ms-interpolation-mode: bicubic;
    color:#999999;
}
cite,strong,em,i,dfn,address,var {
    font-style: normal;
    font-weight:normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select, textarea, button {
    font-size: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
button, input[type=button], input[type=submit] {
    cursor: pointer;
}
input[type=search] {
    -webkit-appearance: textfield;
}
textarea {
    overflow-y: auto;
    resize: vertical;
}
.clear, .clearfix {
    zoom: 1;
}
.clear:after, .clearfix:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.hidden, .hide {
    display: none;
}
a {
    color:#fff;
    text-decoration:none;
    outline:none;
}
a:hover{
  color:#fff;
  text-decoration:underline;
}
a:focus {
    outline:none;
    -moz-outline:none;
}

.fl{ 
    float:left;
}
.fr{ 
    float:right;
}

/*  页面样式  */
.header{
  width: 900px;
  height: 80px;
  margin: auto;
  line-height: 80px;
}
.header img{
  margin-right: 30px;
  /* width: 44px; */
  height: 70px;
  display: inline-block;
  vertical-align: middle;
}
.header span{
  font-size: 16px;
  font-family: PingFangSC-Medium;
  color:#333;
}


.main{
  width: 100%;
  background: url("./bg.png")/*tpa=http://www.quanxiaoquan.net/img/bg.png*/ no-repeat;
  background-size: cover;
}
.main .suprise{
  margin: 0 auto 10px;
  padding-top: 30px;
  font-size: 46px;
  color: #fff;
  text-align: center;
}
.main .invite{
  margin: 0 auto;
  font-size: 28px;
  color: #FBFF69;
  text-align: center;
}
.down{
  width: 400px;
  margin: 20px auto;
}
.down .left{
  float: left;
  width: 200px;
}
.down .left img{
  display: table;
}
.down .left img:first-child{
  margin-bottom: 30px;
}
.down .right{
  float: right;
}
.intro{
  width: 900px;
  margin: 0 auto;
  padding: 30px 0 30px;
  background: rgba(255,255,255, .2);
}
.intro img{
  float: left;
  width: 307px;
  /*height: 365px;*/
  margin-left: 114px;
  margin-right: 40px;
}
.intro .intro-text{
  float: left;
  width: 432px;
  /* height: 365px; */
  color: #fff;
}
.intro .intro-text h3{
  /*margin: 67px 0 20px;*/
  font-size: 24px;
}
.intro .intro-text p{
  font-size: 16px;
  text-indent: 32px;
  line-height: 22px;
}

.footer{
  width: 100%;
  height: 66px;
  padding: 18px 0;
  margin-top: 30px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  background: rgba(255,255,255, .2);
}
.footer .ft-sec{
  margin-top: 10px;
}
.footer .ft-sec span:first-child{
  margin-right: 30px;
}