/** 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;
}


/** common **/
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
    zoom: 1;
}

.label{
    display: inline-block;
    border:1px solid #fff;
    border-radius:3px;
    padding:5px 12px;
    color:#fff;
    background: none;
    font-size:12px;
    text-decoration: none;
}
.label:hover{
    text-decoration: none;
}
.label-able{
    color:#333;
    background: #fff;
    border-color:#fff;
}

/** page style **/
body{
    font-family: "Microsoft YaHei", "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
    background: url("images/bg.jpg") 50% 0 no-repeat;
    background-size: cover;
}

.wrapper{
    min-width: 940px;
    height: 100%;
}

.section-1{
    margin-bottom: 100px;
}
.section-1-inner{
    width:940px;
    margin:0 auto;
    padding:0 20px;
}
.section-1-inner .logo{
    margin: 20px 0;
    width:170px;
}
.section-1-inner h2{
    color:#fff;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 30px;
    margin-top:55px;
    font-weight: normal;
}
.section-1-inner p{
    color:#fff;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 2px;
}

.section-2{
    width:940px;
    margin: 0px auto 80px auto;
    padding:0 20px;
}
.section-2 h2{
    text-align: center;
    margin-bottom: 35px;
}
.section-2 h2 img{
    border-bottom: 1px solid #ddd;
    padding-bottom:10px;
    width:200px;
}
.section-2 ul{
    margin:0 auto;
    list-style: none;
}
.section-2 ul li{
    width:270px;
    margin-right: 60px;
    float: left;
}
.section-2 ul li:last-child{
    margin-right: 0;
}
.section-2 ul li img{
    width:100%;
}
.section-2-item{

}
.section-2-item h3{
    font-weight: normal;
    font-size: 14px;
    margin: 15px 0 15px 0;
    color: #fff;
    text-align: center;
}

footer{
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    padding: 10px 0;
    background: #373B44;
    color:#fff;
    font-size: 12px;
    text-align: center;
}

@media screen and (max-width:940px){
    html{
        overflow-x: hidden;
    }
    body{
        background-size:auto 100%;
        overflow-x: hidden;
    }
    .wrapper{
        width:auto;
        padding:0 20px;
        min-width: auto;
    }
    .section-1{
        width:auto;
        margin-bottom: 30px;
    }
    .section-1-inner{
        width:100%;
    }
    .section-2{
        width:auto;
    }
    .section-2 ul{
        width:270px;
        margin: 0 auto;
    }
    .section-2 ul li{
        float:none;
        text-align: center;
        margin-bottom: 30px;
    }
}