﻿#websitebottom {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

    #websitebottom > div:nth-child(1) {
        color: #fff;
        font-size: 36px;
        text-align: center;
        width: 100%;
        letter-spacing:8px;
    }

    #websitebottom > div:nth-child(2) {
        width: 200px;
        border-radius: 20px;
        height: 50px;
        color: #fff;
        cursor: pointer;
        margin: 0 auto;
        background-color: #08B9FF;
        text-align: center;
        font-size: 24px;
        line-height: 50px;
        margin-top: 20px;
    }
#headermenu ul li:nth-child(4)
{
    float: left;
    margin-right: 24px;
    border-bottom: solid 2px #1a5d9f;
}
#headermenu ul li:nth-child(4) > a
{
    color: #1a5d9f;
}

#container>div:nth-child(1)
{
  width:100%; z-index:-1;
}
#container>div:nth-child(1)>div:nth-child(1)
{
    text-align:center;color:#fff; padding-top:60px;
}
#container>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)
{
    font-size:50px; text-align:center;
}
#container>div:nth-child(1)>div:nth-child(1)>div:nth-child(2)
{
    font-size:25px; height:70px; line-height:70px;
}
#container>div:nth-child(1)>div:nth-child(1)>div:nth-child(3)
{
  text-align:center; padding-top:20px;
}
.casebtn
{
     width:200px; height:50px; border:solid 1px #fff; text-align:center; border-radius:20px; color:#fff; font-size:18px; line-height:50px;margin:0 auto; cursor:pointer;
}
.casecontext
{
width:1200px; height:200px; margin:0 auto; -moz-box-shadow: 0px 0px 40px #DDDEDA;  -webkit-box-shadow: 0px 0px 40px #DDDEDA;  box-shadow: 0px 0px 40px #DDDEDA; border-radius:4px;
margin-top:30px;transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;
}
.casecontext:hover
{
    cursor: crosshair;
    -webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);
    -o-transform:translateY(-10px);transform:translateY(-10px);
}
.casenumberl
{
    width:60px; text-align:left; font-size: 30px; float: left; border:0px; line-height:140px;color:#80848f; /*text-shadow:3px 1px 3px #80848f8*/
}
.casenumberr
{
   float: right; width:596px; text-align:left;
}
 .casecontextleft
 {
     width: 660px; float: left; border: 0px; display: table; height: 140px;padding: 30px 0px 30px 10px; border:0px;
 }
 
 .casecontextright
 {
     width: 526px; float: right; border: 0px; text-align:right;
 }
 .casetitleone
 {
     font-size: 24px; color: #1c2438;
 }
 .casetitletwo
 {
      font-size: 18px; color: #495060; height:26px; line-height:26px; margin-top:12px; overflow:hidden;
 }
 .casetitlethree
 {
      font-size:16px; color:#80848f; height:48px; line-height:24px; overflow:hidden; margin-top:12px;
 }
 