﻿#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(5)
{
    float: left;
    margin-right: 24px;
    border-bottom: solid 2px #1a5d9f;
}
#headermenu ul li:nth-child(5) > a
{
    color: #1a5d9f;
}

#container>div:nth-child(1)
{
    height:350px;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:60px; text-align:center;
}
#container>div:nth-child(1)>div:nth-child(1)>div:nth-child(2)
{
    font-size:30px; 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;
     background-color:#08BBFF;transition:background 0.4s;
}
.casebtn:hover
{
     background-color:#fff; color:#08BBFF;
}
#myenterpriseservice
{
    width: 1200px; margin: 0 auto;border: 0px;
}
.enterpriseservicleft
{
 width: 580px; height: 316px; margin-top: 30px; -moz-box-shadow: 0px 0px 40px #DDDEDA; float:left;
            -webkit-box-shadow: 0px 0px 40px #DDDEDA; box-shadow: 0px 0px 40px #DDDEDA;transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;
}
.divoneleft
{
width:236px; height:316px;float:left;
}
.divoneleft p
{
    font-size: 32px; color: #fff; margin-top: 60px; text-align: center;
}
.divtworight
{
     float: right; width:340px; border:0px; height:316px; position:relative;
}
.divtworightdiv
{
    margin:20px 40px; color: #495060; font-size: 16px; border:0px; text-align:justify; max-height:168px; overflow:hidden;
}
.divtworightbtn {
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 30px;
    border: solid 1px #409DE9;
    color: #427FBE;
    position: absolute;
    bottom: 60px;
    margin-left: 40px;
    transition: background 0.4s;
    font-size: 16px;
}
    .divtworightbtn:hover {
        background-color: #409DE9;
        color: #fff;
    }
.divtworightdiv>div:nth-child(1)
{
     line-height:24px;
}
.enterpriseservicleft:hover
{
    cursor: crosshair;
    -webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);
    -o-transform:translateY(-10px);transform:translateY(-10px);
}
.enterpriseservicright
{
 width: 580px; height: 316px; margin-top: 30px; -moz-box-shadow: 0px 0px 40px #DDDEDA;
            -webkit-box-shadow: 0px 0px 40px #DDDEDA; box-shadow: 0px 0px 40px #DDDEDA; float: right;transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;
}
.enterpriseservicright:hover
{
     cursor: crosshair;
    -webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);
    -o-transform:translateY(-10px);transform:translateY(-10px);
}
