.container {
    width: 1200px;
    margin: 0 auto;
}

#box-1 {
    background: url("../img/bg1.png") repeat 0 0;
    padding: 30px 0 30px 45px;
    line-height: 20px;
}

#box-1 h3 {
    font-size: 37px;
    margin: 0 0 30px;
    padding: 0;
}

#box-1 .content-1,
#box-1 .content-2 {
    line-height: 25px;
    font-size: 24px;
}

#box-1 .content-1 {
    margin-bottom: 25px;
    padding-right: 30px;
}

#box-1 .content-2 {
    float: left;
    width: 640px;
}

#box-1 .content-3 {
    float: right;
    width: 450px;
}

#box-1 .content-3 p {
    width: 382px;
    height: 135px;
    margin-left: 67px;
    color: #FFFFFF;
    padding: 18px 15px 16px 80px;
    font-size: 16px;
    line-height: 25px;
    margin-top: 0;
}

#box-2 {
    margin: 30px 0 30px 0;
}

#box-2 .content-1 {
    color: #FFFFFF;
    font-size: 42px;
    text-align: center;
    margin-bottom: 25px;
}

#box-2 .arrow-1 {
    background: url("../img/arrow1.png") no-repeat 0 0;
    width: 45px;
    height: 40px;
    margin: 0 auto;
}

#box-3 {
    position: relative;
    height: 261px;
}

#box-3 .content-2 {
    -webkit-box-shadow: 0 -3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 -3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 -3px 5px 0 rgba(50, 50, 50, 0.75);
    behavior: url(PIE.htc);
    position: absolute;
    z-index: 1000;
    bottom: 0;
    width: 1200px;
    background-color: #fff;
}

#box-3 .content-2 .accordion-head a{
    cursor: pointer;
    display: block;
    height: 63px;
    width: 1155px;
    color: #666666;
    float: left;
    width: 100%;
    outline: none;
}

#box-3 .content-2 .accordion-head-1,
#box-3 .content-2 .accordion-head-2,
#box-3 .content-2 .accordion-head-3,
#box-3 .content-2 .accordion-head-4 {
    border-bottom: solid 1px #DACCDD;
    height: 65px;
    background: url("../img/arrow4.png") no-repeat 1125px 20px #FFFFFF;
    font-size: 14px;
    color: #666666;
    padding-left: 45px;
    line-height: 65px;
}

#box-3 .content-2 .accordion-head-1 div,
#box-3 .content-2 .accordion-head-2 div,
#box-3 .content-2 .accordion-head-3 div,
#box-3 .content-2 .accordion-head-4 div {
    float: left;
}

#box-3 .content-2 .accordion-head-1 .title,
#box-3 .content-2 .accordion-head-2 .title,
#box-3 .content-2 .accordion-head-3 .title,
#box-3 .content-2 .accordion-head-4 .title {
    font-size: 30px;
    margin-right: 30px;
    width: 125px;
}

#box-3 .content-2 .accordion-head-2 .desc {
    line-height: normal;
    padding: 16px 0 0;
}

#box-3 .content-2 .accordion-content-1,
#box-3 .content-2 .accordion-content-2,
#box-3 .content-2 .accordion-content-3,
#box-3 .content-2 .accordion-content-4 {
    background: #FFFFFF;
    font-size: 22px;
    color: #666666;
    width: 100%;
}

#box-3 .content-2 .accordion-content-1 {
    font-size: 21px;
}

#box-3 .content-2 .accordion-content-1 .desc,
#box-3 .content-2 .accordion-content-2 .desc,
#box-3 .content-2 .accordion-content-3 .desc,
#box-3 .content-2 .accordion-content-4 .desc {
    padding: 20px 40px;
}

#box-3 .content-2 .col {
    float: left;
}

#box-3 .content-2 .accordion-content-2 .col,
#box-3 .content-2 .accordion-content-3 .col,
#box-3 .content-2 .accordion-content-4 .col {
    width: 265px;
    margin-left: 100px;
    text-align: center;
}

#box-3 .content-2 .accordion-content-1 .col-1 {
    width: 620px;
    margin-left: 100px;
    padding-top: 30px;
}

#box-3 .content-2 .accordion-content-1 .col-2 {
    width: 165px;
    margin-top: 30px;
    float: right;
    margin-right: 100px;
}


#box-3 .content-2 [class*="accordion-content-"]{
    padding: 0 40px 0 45px;
}

#box-3 .content-2 [class*="accordion-content-"]  .desc{
    padding: 0;
    margin-bottom: 20px;
}

#box-3 .content-2 [class*="accordion-content-"] .col{
    margin-left: 152px;
}

#box-3 .content-2 [class*="accordion-content-"] .col-1{
    margin-left: 0;
}

#box-3 .content-2 [class*="accordion-content-"] .col-2{
    width: 280px;
}

#box-3 .content-2 [class*="accordion-content-"] .text{
    font-size: 18px;
    line-height: 22px;
}

#box-3 .content-2 .accordion-content-1 .col-2{
    margin-left: 0;
    width: auto;
}

#box-3 .content-2 .accordion-content-2 .col-1 .img,
#box-3 .content-2 .accordion-content-2 .col-2 .img,
#box-3 .content-2 .accordion-content-2 .col-3 .img,
#box-3 .content-2 .accordion-content-3 .col-1 .img,
#box-3 .content-2 .accordion-content-3 .col-2 .img,
#box-3 .content-2 .accordion-content-3 .col-3 .img,
#box-3 .content-2 .accordion-content-4 .col-1 .img,
#box-3 .content-2 .accordion-content-4 .col-2 .img,
#box-3 .content-2 .accordion-content-4 .col-3 .img{
    margin-bottom: 10px;
}

#box-3 .content-2 .open {
    border: none;
    background: url("../img/arrow5.png") no-repeat 1125px 20px #FFFFFF;
}

footer {
    position: fixed;
    bottom: 0;
    z-index: 2000;
    left: 0;
    right: 0;
}

nav {
    background: #FFFFFF;
}

#box-5 ul {
    margin: 0;
    padding: 5px 0 5px 10px;
}

#box-5 .content-1 li {
    float: left;
    list-style: none;
    line-height: 18px;
}

#box-5 .content-1 li.first-child {
    border-left: none;
}

#box-5 li + li:before {
    color: #CCC;
    content: " | ";
    font-size: 12px;
    padding: 0 10px;
}

#box-5 .content-1 a {
    color: #007FC6;
    text-decoration: none;
    font-size: 11px;
}

#find-out-btn {
    background: url("../img/btn1.png") no-repeat 0 0;
    width: 175px;
    height: 49px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    cursor: pointer;
}

/**Different breakpoint on site.css**/

@media screen and (min-height: 900px){
    html {
        height: 100%;
    }
}