/* 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;
}
.header .headerNav{
  float: right;
  text-align: right;
}
.header .headerNav .headerNavItem{
  display: inline-block;
  font-size: 16px;
  height:30px;
  line-height: 30px;
  color:#e65100;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.header .headerNav .headerNavItem .headerNavItemIcon{
  height: 16px;
  width:auto;
  vertical-align: middle;
  margin-right:6px;
  margin-top:-3px;
}
.logo{
  display: inline-block;
  margin-top:12px;
}
.logo img{
  height: 35px;
}

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

.section-2{
  height:400px;
  clear: both;
}
.section-2 .sectionCon{
  height:400px;
  background: url("./images/section-2-bg.png") 40px bottom no-repeat;
  background-size: auto 90%;
}
.section-2-L{
  float:left;
  width:350px;
  padding-top:90px;
}
.section-2-L img{
  width:350px;
}
.section-2-R{
  margin-left:420px;
  padding-top:65px;
}
.section-2-R img{
  width:300px;
}

.section-3{
  height: 430px;
  overflow: hidden;
  clear: both;
  background: url("./images/section-3-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.section-3-L{
  float:left;
  width:320px;
  padding-top:120px;
}
.section-3-L img{
  width:320px;
}
.section-3-R{
  margin-left:420px;
  padding-top:120px;
}
.section-3-R img{
  width:330px;
}

.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%;
  }
  .sectionCon{
    width:100%;
    height: auto !important;
  }
  .section-1,.section-2,.section-3{
    height: auto;
  }
  .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;
  }
  .section-1-L,.section-2-L,.section-3-L{
    float:none;
    margin:0 auto 30px auto;
    text-align: center;
  }
  .section-1-R,.section-2-R,.section-3-R{
    margin:0 auto 30px auto;
    text-align: center;
  }
  .section-2-L img, .section-3-R img{
    width:70%;
  }
  .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-1{
    background-position: right 0;
  }
  .footer{
    padding:20px;
  }
}




























