/* reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

:focus {
  outline: 1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted #000;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}


/* style */
body{

}
.wrapper{
  margin:0 auto;
}
.header{
  height: 60px;
  line-height: 60px;
  background:#fff;
  width:960px;
  margin:0 auto;
}
.logo{
  display: inline-block;
  margin-top:12px;
}
.logo img{
  height: 35px;
}
.headerNav{
  display: inline-block;
  margin:0 0 0 30px;
  list-style: none;
  vertical-align: top;
}
.headerNav li{
  display: inline-block;
}
.headerNav li a{
  display: inline-block;
  font-size: 18px;
  color:#0a0a0a;
  text-decoration: none;
  padding: 10px 15px;
  line-height: 1;
}
.headerNav li a:hover{
  color:#d04052;
}

.indexLogin{
  float:right;
}
.indexLogin .indexLoginBt, .indexLogin .indexLoginBt:hover{
  display: inline-block;
  border:1px solid #d04052;
  color: #d04052;
  background:#ffffff;
  text-decoration: none;
  font-size: 12px;
  border-radius:4px;
  padding:10px 12px;
  line-height: normal;
}
.indexLogin .indexSignupBt, .indexLogin .indexSignupBt:hover{
  display: inline-block;
  border:1px solid #d04052;
  color: #ffffff;
  background:#d04052;
  text-decoration: none;
  font-size: 12px;
  border-radius:4px;
  padding:10px 12px;
  margin-right:6px;
  line-height: normal;
}

.section-1{
  background: url('./images/section-1-bg.jpg') 50% 0 repeat-x;
  background-size: cover;
  height: 380px;
  width:100%;
  padding-top:55px;
}
.sectionCon{
  width:960px;
  margin:0 auto;
}
.section-1-L{
  float:left;
  width:500px;
}
.section-1-R img{
  width:220px;
}
.section-1-R{
  margin-left:560px;
}
.section-1-L h1{
  padding-top:50px;
  font-size: 30px;
  margin-bottom:0;
  color:#fff;
}
.section-1-L h1 img{
  height:29px;
  line-height: 1;
  padding: 0;
  margin-bottom:25px;
}
.section-1-L p{
  font-size: 18px;
  color:#fff;
  line-height: 1.6;
  margin-bottom:45px;
}
.section-1-L .appLinks{
}
.section-1-L .appLinks .appQrCode{
  float:left;
}
.section-1-L .appLinks .appQrCode img{
  display: block;
  width:120px;
  height: 120px;
}
.section-1-L .appLinks .appLinksBt{
  margin-left: 160px;
}
.section-1-L .appLinks a{
  display: inline-block;
  margin-bottom:25px;
}
.section-1-L .appLinks a img{
  width:170px;
}

.section-2{
  clear: both;
  overflow: hidden;
  background:#f4f4f4;
}
.section-2 .sectionCon{
  height:500px;
}
.section-2-L{
  float:left;
  width:350px;
  padding-top:90px;
}
.section-2-L h3{
  font-size: 26px;
  color:#333333;
  margin-bottom:20px;
  margin-top:100px;
  line-height: 1.3;
}
.section-2-L p{
  font-size: 18px;
  color:#666666;
  line-height: 1.8;
}
.section-2-R img{
  width:260px;
}
.section-2-R{
  margin-left:520px;
  padding-top:45px;
}


.section-3{
  height: 500px;
  overflow: hidden;
  clear: both;
  background: url("./images/section-2-bg.png") 0 20% no-repeat;
  background-size: auto 100%;
}
.section-3 .sectionCon{
}
.section-3-L{
  float:left;
  width:320px;
  padding-top:50px;
}
.section-3-L img{
  width:260px;
}
.section-3-R{
  margin-left:520px;
  padding-top:120px;
}
.section-3-R h3{
  font-size: 26px;
  color:#333333;
  margin-bottom:20px;
  margin-top:100px;
  line-height: 1.3;
}
.section-3-R p{
  font-size: 18px;
  color:#666666;
  line-height: 1.8;
}

.section-4{
  height: 500px;
  overflow: hidden;
  clear: both;
  background: #ffffff;
}
.section-4 .sectionCon{
}
.section-4-L{
  float:left;
  width:320px;
  padding-top:50px;
}
.section-4-L img{
  width:260px;
}
.section-4-R{
  margin-left:520px;
  padding-top:120px;
}
.section-4-R h3{
  font-size: 26px;
  color:#333333;
  margin-bottom:20px;
  margin-top:100px;
  line-height: 1.3;
}
.section-4-R p{
  font-size: 18px;
  color:#666666;
  line-height: 1.8;
}

.footer{
  text-align: center;
  padding:20px 0;
}
.footer p{
  font-size: 12px;
  color:#9EA9B0;
  line-height: 1.6;
  margin-bottom:15px;
}
.footer p a{
  color:#9EA9B0;
  text-decoration: none;
}
.footer p:last-child{
  margin-bottom:0;
}

@media screen and (max-width:650px){
  .header{
    text-align: center;
    width:100%;
  }
  .headerNav{
    display: none;
  }
  .indexLogin{
    display: none;
  }
  .sectionCon{
    width:100%;
    height: auto !important;
  }
  .section-1,.section-2,.section-3{
    height: auto;
    text-align: center;
  }
  .section-1-L h1 img{
    height:auto;
    width: 70%;
  }
  .section-1-R{
    padding:0 20px;
  }
  .section-1-R h1{
    padding-top:0;
  }
  .section-1-R p{
    margin-bottom:30px;
  }
  .section-2-L{
    padding-top:50px;
  }
  .section-2 .sectionCon{
    background-position: 0 0;
    background-size:auto 70%;
  }
  .section-1-L{
    /*display: none;*/
    padding-left:30px;
    padding-right:30px;
    width:auto;
  }
  .section-1-L .appLinks .appQrCode{
    display: none;
  }
  .section-1-L .appLinks .appLinksBt{
    margin-left:0;
  }
  .section-1-L,.section-2-L,.section-3-L{
    float:none;
    margin:0 auto 30px auto;
    text-align: center;
    width:100%;
    box-sizing: border-box;
  }
  .section-1-R,.section-2-R,.section-3-R{
    margin:0 auto 30px auto;
    text-align: center;
    width:100%;
    box-sizing: border-box;
  }
  .section-2-L img, .section-3-R img{
    width:60%;
  }
  .section-2-R{
    margin-bottom:0;
    padding-top:20px;
  }
  .section-3-L{
    padding-top:50px;
    width:auto;
  }
  .section-3-L img{
    width:60%;
  }
  .section-3-R{
    padding-top:30px;
  }
  .section-4-L{
    float:none;
    width:100%;
    text-align: center;
  }
  .section-1{
    background-position: right 0;
  }
  .footer{
    padding:20px;
  }
}




























