
  #acco
{
    overflow: hidden;

    height: 603px;
    margin-top: 55px;
}
 #acco .kuang
{
    position: relative;

    float: left;
    overflow: hidden;

    width: 9%;
    height: 100%;
    padding-top: 48px;
    padding-left: 18px;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

    color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
 #acco .kuang::after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

    opacity: 0;
    background: url(/static/skin/image/mask.png) no-repeat center;
    background-size: cover;
}
 #acco .kuang h3
{
    font-size: 16px;
    font-weight: bold;

    position: relative;
    z-index: 1;

    margin-bottom: 30px;
    padding-bottom: 13px;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
 #acco .kuang h3::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 35px;
    height: 2px;

    content: '';

    background: #fff;
}
 #acco .kuang p
{
    font-size: 16px;
    line-height: 36px;

    position: relative;
    z-index: 1;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    letter-spacing: .6px;

    opacity: 0;
}
 #acco .kuang div
{
    position: relative;
    position: relative;
    z-index: 1;

    margin-top: 68px;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-align: center;

    opacity: 0;
}
 #acco .kuang.act
{
    width: 596px;
    padding-right: 30px;
    padding-left: 50px;
}
 #acco .kuang.act::after
{
    opacity: 1;
}
 #acco .kuang.act h3
{
    font-size: 24px;
}
 #acco .kuang.act p,
 #acco .kuang.act div
{
    opacity: 1;
}
 #acco .kuang.act h3
{
    padding-bottom: 20px;
}

.company .company1 .pcon h5
{
    font-size: 18px;
    font-weight: bold;

    color: #464646;
}














/*媒体查询*/
@media screen and (max-width: 1230px)
{
     #acco .kuang.act
    {
        width: 536px;
    }
}
@media screen and (max-width: 1199px)
{

     #acco .kuang.act
    {
        width: 336px;
    }
}
@media screen and (max-width: 991px)
{

      #acco
    {
        height: auto;
    }
     #acco .kuang,
     #acco .kuang.act
    {
        width: 86%;
        padding-bottom: 35px;
    }
     #acco .kuang h3
    {
        font-size: 24px;

        padding-bottom: 20px;
    }
     #acco .kuang div
    {
        margin-top: 33px;
    }
     #acco .kuang p,
     #acco .kuang div
    {
        opacity: 1;
    }
    
}
@media screen and (max-width: 767px)
{

     #acco .kuang.act
    {
        padding-right: 25px;
        padding-left: 25px;
    }
    .huake .huake2 .canvas .fl
    {
        width: 100%;
    }
    .huake .huake3 .l,
    .huake .huake3 .r
    {
        width: 100%;
        padding: 0;
    }
}
