/* 公用标题 */

.h_title {
    width: 1200px;
    height: 95px;
    margin: 0 auto;
    text-align: center;
    background: url(../img/h_back.png) center bottom no-repeat;
}



.h_title h3 {
    font-size: 36px;
    line-height: 36px;
    color: #333;
}



.h_title h3 a {
    display: block;
    color: #333;
}
.h_title p {
    width: 1200px;
    font-size: 16px;
    line-height: 14px;
    color: #333;
    margin-top: 15px;
    letter-spacing: 3px;
    text-transform: Uppercase;
}

@keyframes msClock {
    0%,
    70%,
    100% {
        transform: rotate(0) scale(1);
    }
    10%,
    30% {
        transform: rotate(-15deg) scale(1);
    }
    20%,
    40% {
        transform: rotate(15deg) scale(1);
    }
}





/*首页banner*/





.pics_wrap {
    width: 100%;
    height: 900px;
    /* max-height: 900px; */
    overflow: hidden;
}

.html5zoo-img-0 img {
    width: 100%;
}

.html5zoo-arrow-left-0 {
    left: 10% !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 100%;
}

.html5zoo-arrow-right-0 {
    right: 10% !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 100%;
}

.html5zoo-bullet-wrapper-0 div {
    margin: 0 4px !important;
}

.html5zoo-nav-0 {
    margin-top: -35px !important;
    left: 48% !important;
}

.html5zoo-bullet-wrapper-0 {
    width: 100% !important;
}

.banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    right: 2px;
    bottom: 10px;
    z-index: 100;
}

.banner .num li {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    background: #fff;
    line-height: 18px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 10px;
}

.banner .num li.num_hover {
    background-color: #f7de07;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

#bannerArrow,

#bannerCircle {
    display: none;
}

/*幻灯片样式2*/

#focus {
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
}

#focus ul {
    height: 188px;
    position: absolute;
}

#focus ul li {
    float: left;
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
    background: #000;
}

#focus ul li a img {
    height: 188px;
    width: 255px;
}

#focus ul li div {
    position: absolute;
    overflow: hidden;
}

#focus .btnBg {
    position: absolute;
    width: 255px;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
}

#focus .btn {
    position: absolute;
    width: 255px;
    height: 10px;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: right;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

#focus .btn span.on {
    background: #fff;
}



/* banner 结束 */













/* 战略规划 */

.box_01 {
    width: 100%;
    height: 860px;
    padding-top: 70px;
    background: url(../img/gh_back.jpg) center bottom no-repeat;
    overflow: hidden;
    position: relative;
}



.box_01 .list {
    width: 1200px;
    height: auto;
    margin: 40px auto 0 auto;
}



.box_01 .list li {
    width: 400px;
    height: auto;
    float: left;
    text-align: center;
}



.box_01 .list li:nth-of-type(1) {
    margin-top: 200px;
}



.box_01 .list li:nth-of-type(2) {
    margin-top: 100px;
}



.box_01 .list li .txt {
    height: 315px;
    position: relative;
    /*animation: Cycle 1.2s linear 0s alternate infinite;*/
}





@-webkit-keyframes Cycle {

    0% {
        -webkit-transform: translateY(5px)
    }

    100% {
        -webkit-transform: translateY(-5px)
    }

}



.box_01 .list li:nth-of-type(1) .txt {
    width: 400px;
    height: 315px;
    border-bottom: solid 1px #00af66;
    background: url(../img/gh_back02.png) center 170px no-repeat;
}



.box_01 .list li:nth-of-type(1) .txt::after {
    content: '';
    width: 1px;
    height: 100px;
    background: #00af66;
    position: absolute;
    bottom: 0;
    right: 0;
}



.box_01 .list li:nth-of-type(2) .txt {
    width: 400px;
    height: 315px;
    border-bottom: solid 2px #00af66;
    background: url(../img/gh_back02.png) center 170px no-repeat;
}



.box_01 .list li:nth-of-type(2) .txt::after {
    content: '';
    width: 2px;
    height: 100px;
    background: #00af66;
    position: absolute;
    bottom: 0;
    right: 0;
}



.box_01 .list li:nth-of-type(3) .txt {
    width: 400px;
    height: 315px;
    border-bottom: solid 3px #00af66;
    background: url(../img/gh_back02.png) center 170px no-repeat;
}



.box_01 .list li:nth-of-type(3) .txt::after {
    content: '';
    width: 3px;
    height: 100px;
    background: #00af66;
    position: absolute;
    bottom: 0;
    right: 0;
}



.box_01 .list li .txt span {
    display: block;
    font-size: 30px;
    color: #00af66;
    font-weight: bold;
    line-height: 22px;
    font-family: Arial;
    padding-top: 10px;
}



.box_01 .list li .txt h4 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 22px;
    margin-top: 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_01 .list li:hover .txt h4 {
    font-size: 20px;
    color: #00af66;
    font-weight: bold;
    line-height: 22px;
    margin-top: 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_01 .list li p {
    width: 340px;
    margin: 22px auto 0 auto;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}





/*流星*/

.liuxing {
    width: 85px;
    height: 85px;
    position: absolute;
    background: url(../img/line.png) no-repeat;
    background-size: contain;
}

.liuxing1 {
    top: 200px;
    left: 200px;
}

.liuxing2 {
    top: 200px;
    left: 50%;
    margin-left: 200px;
}

.liuxing3 {
    top: 100px;
    right: 300px;
}

.liuxing4 {
    top: 150px;
    right: 300px;
}

.liuxingFla {
    animation: liuxing 5s ease-in infinite;
}

.liuxingFla2 {
    animation: liuxing2 4s ease-in infinite;
}

.liuxingFla3 {
    animation: liuxing3 3s linear infinite;
}

.liuxingFla4 {
    animation: liuxing4 2s linear infinite;
}

/* 流星动画 */

@keyframes liuxing {
    0% {
        transform: translate(200px, -200px)
    }

    90% {
        transform: translate(-180px, 180px);
        opacity: 1;
    }

    100% {
        transform: translate(-200px, 200px);
        opacity: 0;
    }

}

@keyframes liuxing2 {
    0% {
        transform: translate(200px, -200px)
    }

    90% {
        transform: translate(-480px, 480px);
        opacity: 1;
    }

    100% {
        transform: translate(-500px, 500px);
        opacity: 0;
    }

}

@keyframes liuxing3 {
    0% {
        transform: translate(200px, -200px)
    }

    90% {
        transform: translate(-480px, 480px);
        opacity: 1;
    }

    100% {
        transform: translate(-500px, 500px);
        opacity: 0;
    }

}

@keyframes liuxing4 {
    0% {
        transform: translate(200px, -200px)
    }

    90% {
        transform: translate(-180px, 180px);
        opacity: 1;
    }

    100% {
        transform: translate(-200px, 200px);
        opacity: 0;
    }

}







.boxWrap1 {
    width: 315px;
    height: 205px;
    margin: 10px auto 0 auto;
    background: url(../img/li_img01.png) center center no-repeat;
    transition: all 1s;
}

.boxWrap2 {
    width: 315px;
    height: 205px;
    margin: 10px auto 0 auto;
    background: url(../img/li_img02.png) center center no-repeat;
    transition: all 1s;
}

.boxWrap3 {
    width: 315px;
    height: 205px;
    margin: 10px auto 0 auto;
    background: url(../img/li_img03.png) center center no-repeat;
    transition: all 1s;
}



.box_01 .list li:hover .boxWrap1 {
    transform: scale(1.1);
}

.box_01 .list li:hover .boxWrap2 {
    transform: scale(1.1);
}

.box_01 .list li:hover .boxWrap3 {
    transform: scale(1.1);
}





















/* 荣誉资质 */

.box_02 {
    width: 1380px;
    height: auto;
    margin: 70px auto 40px auto;
    overflow: hidden;
    position: relative;
    z-index: 9;
}



.box_02 .slideGroup02 {
    width: 1380px;
    margin: 40px auto 0 auto;
    position: relative;
}



.box_02 .slideGroup02 .parHd {
    /* width: 1200px; */
    width: 1010px;
    height: 70px;
    margin: 0 auto;
}



.box_02 .slideGroup02 .parHd ul {
    width: 1200px;
    height: 70px;
    overflow: hidden;
}



.box_02 .slideGroup02 .parHd ul li {
    width: 198px;
    height: 68px;
    line-height: 68px;
    border: solid 1px #d1d1d1;
    position: relative;
    z-index: 0;
    float: left;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_02 .slideGroup02 .parHd ul li.on {
    border: solid 1px #00af66;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_02 .slideGroup02 .parHd ul li::before {
    content: '';
    width: 198px;
    height: 0px;
    background: #00af66;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_02 .slideGroup02 .parHd ul li.on::before {
    content: '';
    width: 198px;
    height: 68px;
    background: #00af66;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_02 .slideGroup02 .parHd ul li a {
    display: block;
    padding-left: 90px;
    width: 108px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_02 .slideGroup02 .parHd ul li:nth-of-type(5) a {
    padding-left: 60px;
    width: 138px;
}



.box_02 .slideGroup02 .parHd ul li.on a {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_02 .slideGroup02 .parHd ul li:nth-of-type(1) a {
    background: url(../img/list_icon_01.png) 40px center no-repeat;
}



.box_02 .slideGroup02 .parHd ul li:nth-of-type(2) a {
    background: url(../img/list_icon_03.png) 40px center no-repeat;
}



.box_02 .slideGroup02 .parHd ul li:nth-of-type(3) a {
    background: url(../img/list_icon_05.png) 40px center no-repeat;
}



.box_02 .slideGroup02 .parHd ul li:nth-of-type(4) a {
    background: url(../img/list_icon_07.png) 40px center no-repeat;
}



.box_02 .slideGroup02 .parHd ul li:nth-of-type(5) a {
    background: url(../img/list_icon_09.png) 20px center no-repeat;
}



.box_02 .slideGroup02 .parHd ul li:nth-of-type(6) a {
    background: url(../img/list_icon_11.png) 40px center no-repeat;
}



.box_02 .slideGroup02 .parHd ul li:nth-of-type(1).on a {
    background: url(../img/list_icon_02.png) 40px center no-repeat;
}



.box_02 .slideGroup02 .parHd ul li:nth-of-type(2).on a {
    background: url(../img/list_icon_04.png) 40px center no-repeat;
}



.box_02 .slideGroup02 .parHd ul li:nth-of-type(3).on a {
    background: url(../img/list_icon_06.png) 40px center no-repeat;
}



.box_02 .slideGroup02 .parHd ul li:nth-of-type(4).on a {
    background: url(../img/list_icon_08.png) 40px center no-repeat;
}



.box_02 .slideGroup02 .parHd ul li:nth-of-type(5).on a {
    background: url(../img/list_icon_10.png) 20px center no-repeat;
}



.box_02 .slideGroup02 .parHd ul li:nth-of-type(6).on a {
    background: url(../img/list_icon_12.png) 40px center no-repeat;
}



.box_02 .slideGroup02 .parBd {
    width: 1380px;
    margin-top: 60px;
    height: 355px;
    background: url(../img/fa_back.png) 35px bottom no-repeat;
    position: relative;
    z-index: 0;
}



.box_02 .slideGroup02 .parBd .slideBox {
    position: relative;
}



.box_02 .slideGroup02 .parBd .slideBox .tempWrap {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}



.box_02 .slideGroup02 .parBd ul {
    width: 1200px;
    height: 320px;
    overflow: hidden;
    zoom: 1;
}



.box_02 .slideGroup02 .parBd ul li {
    width: 1200px;
    height: 320px;
    float: left;
    position: relative;
}



.box_02 .slideGroup02 .parBd ul li a {
    display: block;
}



.box_02 .slideGroup02 .parBd ul li .img {
    width: 480px;
    height: 320px;
    float: left;
}



.box_02 .slideGroup02 .parBd ul li .img img {
    width: 480px;
    height: 320px;
    vertical-align: top;
}



.box_02 .slideGroup02 .parBd ul li .txt {
    width: 630px;
    height: 320px;
    float: right;
    position: relative;
}



.box_02 .slideGroup02 .parBd ul li .txt::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #00af66;
    position: absolute;
    top: 117px;
    left: -20px;
    border-radius: 4px;
}



.box_02 .slideGroup02 .parBd ul li .txt .name {
    line-height: 28px;
    font-size: 28px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_02 .slideGroup02 .parBd ul li:hover .txt .name {
    color: #00af66;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
}



.box_02 .slideGroup02 .parBd ul li .txt span {
    font-size: 16px;
    color: #b5b5b5;
    line-height: 18px;
    margin-top: 10px;
    display: block;
}



.box_02 .slideGroup02 .parBd ul li .txt p {
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    width: 590px;
    font-size: 16px;
    color: #888;
    margin-top: 50px;
}



.box_02 .slideGroup02 .parBd ul li .txt .more {
    width: 123px;
    padding-left: 23px;
    height: 36px;
    line-height: 36px;
    color: #888;
    border: solid 2px #333;
    border-radius: 75px;
    margin-top: 50px;
    background: url(../img/fa_jt_05.png) 92px center no-repeat;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_02 .slideGroup02 .parBd ul li:hover .txt .more {
    color: #00af66;
    border: solid 2px #00af66;
    background: url(../img/fa_jt_05.png) 92px center no-repeat;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_02 .sPrev {
    position: absolute;
    left: 0;
    top: 130px;
    width: 46px;
    height: 46px;
    border: solid 2px #dcdcdc;
    border-radius: 25px;
    background: url(../img/fa_jt_01.png) center center no-repeat #fff;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_02 .sPrev:hover {
    background: url(../img/fa_jt_02.png) center center no-repeat #00af66;
    border: solid 2px #00af66;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_02 .sNext {
    position: absolute;
    right: 0;
    top: 130px;
    width: 46px;
    height: 46px;
    border: solid 2px #dcdcdc;
    border-radius: 25px;
    background: url(../img/fa_jt_03.png) center center no-repeat #fff;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_02 .sNext:hover {
    background: url(../img/fa_jt_04.png) center center no-repeat #00af66;
    border: solid 2px #00af66;
    -webkit-transition: all .5s;
    transition: all .5s;
}





.loop-run {
    width: 480px;
    height: 230px;
    background: none;
    position: absolute;
    top: 70px;
    left: 100px;
    z-index: -1;
    border-radius: 50%;
}

.loop-run02 {
    width: 580px;
    height: 240px;
    background: none;
    position: absolute;
    top: 90px;
    left: 80px;
    z-index: -1;
    border-radius: 50%;
}

.circle {
    width: 8px;
    height: 8px;
    background: #00af66;
    border-radius: 50%;
    position: absolute;
}

.circle1 {
    animation: animX 6s cubic-bezier(0.36, 0, 0.84, 1) -3s infinite alternate, animY 6s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate;
    scale 12s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate;
}

.circle2 {
    animation: animX 6s cubic-bezier(0.36, 0, 0.64, 1) -5.4s infinite alternate, animY 6s cubic-bezier(0.36, 0, 0.64, 1) -2.4s infinite alternate;
    scale 12s cubic-bezier(0.36, 0, 0.64, 1) -2.4s infinite alternate;
}

.circle3 {
    animation: animX 6s cubic-bezier(0.36, 0, 0.64, 1) -7.8s infinite alternate, animY 6s cubic-bezier(0.36, 0, 0.64, 1) -4.8s infinite alternate;
    scale 12s cubic-bezier(0.36, 0, 0.64, 1) -4.8s infinite alternate;
}

.circle4 {
    animation: animX 6s cubic-bezier(0.36, 0, 0.64, 1) -10.2s infinite alternate, animY 6s cubic-bezier(0.36, 0, 0.64, 1) -7.2s infinite alternate;
    scale 12s cubic-bezier(0.36, 0, 0.64, 1) -7.2s infinite alternate;
}

.circle5 {
    animation: animX 6s cubic-bezier(0.36, 0, 0.64, 1) -12.6s infinite alternate, animY 6s cubic-bezier(0.36, 0, 0.64, 1) -9.6s infinite alternate;
    scale 12s cubic-bezier(0.36, 0, 0.64, 1) -9.6s infinite alternate;
}

@keyframes animX {
    0% {
        left: -2%;
    }

    100% {
        left: 96%;
    }

}

@keyframes animY {
    0% {
        top: -2%;
    }

    100% {
        top: 96%;
    }

}

keyframes scale {
    0% {
        transform: scale(0.5);
        opacity: 0.5;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.5);
        opacity: 0.5;
    }

}









/* 企业优势 */

.box_03 {
    width: 100%;
    height: auto;
    padding-top: 70px;
    background: #f4f5fa;
    overflow: hidden;
    position: relative;
    z-index: 0;
}



#particle {
    width: 100%;
    height: 250px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}



.box_03 .ys {
    width: 100%;
    height: 550px;
    margin-top: 40px;
    overflow: hidden;
}



.box_03 .ys li {
    width: 20%;
    height: 550px;
    float: left;
    cursor: pointer;
    position: relative;
    text-align: center;
    -webkit-transition: all 1s;
    transition: all 1s;
}



.box_03 .ys li.active {
    width: 40%;
    -webkit-transition: all 1s;
    transition: all 1s;
}



.box_03 .ys li:nth-of-type(1) {
    background: url(../img/ys_01.jpg) center center no-repeat;
}



.box_03 .ys li:nth-of-type(2) {
    background: url(../img/ys_02.jpg) center center no-repeat;
}



.box_03 .ys li:nth-of-type(3) {
    background: url(../img/ys_03.jpg) center center no-repeat;
}



.box_03 .ys li:nth-of-type(4) {
    background: url(../img/ys_04.jpg) center center no-repeat;
}



.box_03 .ys li .txt {
    width: 100%;
    height: 550px;
    background: rgba(24, 30, 35, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_03 .ys li.active .txt {
    width: 64%;
    height: 440px;
    background: rgba(0, 175, 102, 0.9);
    position: absolute;
    left: 18%;
    top: 50px;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_03 .ys li .txt i {
    display: block;
    width: 54px;
    height: 54px;
    margin: 140px auto 0 auto;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_03 .ys li.active .txt i {
    margin: 50px auto 0 auto;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_03 .ys li:nth-of-type(1) .txt i {
    background: url(../img/ys_icon_01.png) center center no-repeat;
}



.box_03 .ys li:nth-of-type(2) .txt i {
    background: url(../img/ys_icon_02.png) center center no-repeat;
}



.box_03 .ys li:nth-of-type(3) .txt i {
    background: url(../img/ys_icon_03.png) center center no-repeat;
}



.box_03 .ys li:nth-of-type(4) .txt i {
    background: url(../img/ys_icon_04.png) center center no-repeat;
}



.box_03 .ys li .txt h4 {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 30px;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_03 .ys li .txt p {
    width: 82%;
    font-size: 15px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    margin: 20px auto 0 auto;
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_03 .ys li.active .txt p {
    height: auto;
}



.box_03 .ys li .txt span {
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    margin: 40px auto 0 auto;
}











/* 项目案例 */

.box_04 {
    width: 100%;
    height: auto;
    padding: 70px 0;
    background: url(../img/case_back.png) center center no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 0;
}



.box_04::before {
    content: '';
    width: 411px;
    height: 440px;
    background: url(../img/qiu.png);
    position: absolute;
    top: 120px;
    right: -140px;
    z-index: -1;
    animation: rotate 10s linear infinite;
    transform-style: preserve-3d;





    /* 球体向前倾斜30deg,向左倾斜30deg */





    transform: rotateX(-30deg) rotateZ(-30deg);
}



@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }

}



.box_04 .list {
    width: 1200px;
    height: auto;
    margin: 40px auto 0 auto;
    overflow: hidden;
}



.box_04 .list li {
    width: 380px;
    height: 475px;
    float: left;
    margin: 0 30px 30px 0;
    overflow: hidden;
}



.box_04 .list li:nth-of-type(3n) {
    margin-right: 0;
}



.box_04 .list li a {
    display: block;
}



.box_04 .list li .img {
    width: 380px;
    height: 280px;
    overflow: hidden;
    position: relative;
}



.box_04 .list li .img img {
    width: 380px;
    height: 280px;
    transition: all 1s;
    vertical-align: top;
}



.box_04 .list li:hover .img img {
    transform: scale(1.1);
}



.box_04 .list li .txt {
    width: 340px;
    height: 165px;
    padding: 30px 20px 0 20px;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 0;
}



.box_04 .list li .txt::before {
    content: '';
    width: 380px;
    height: 0px;
    background: #00af66;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 1s;
    transition: all 1s;
}



.box_04 .list li:hover .txt::before {
    content: '';
    width: 380px;
    height: 195px;
    background: #00af66;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}



.box_04 .list li .txt .name {
    height: 37px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 18px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_04 .list li:hover .txt .name {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_04 .list li .txt .name::before {
    content: '';
    width: 340px;
    height: 1px;
    background: #dfdfdf;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_04 .list li .txt .name::after {
    content: '';
    width: 0px;
    height: 1px;
    background: #66cfa3;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_04 .list li:hover .txt .name::after {
    content: '';
    width: 340px;
    height: 1px;
    background: #66cfa3;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_04 .list li .txt p {
    font-size: 14px;
    color: #888;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-top: 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_04 .list li:hover .txt p {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_04 .list li .txt .more {
    width: 60px;
    height: 22px;
    margin-top: 20px;
    background: url(../img/case_jt_01.png);
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_04 .list li:hover .txt .more {
    background: url(../img/case_jt_02.png);
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_04 .gd {
    width: 148px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: solid 1px #c2c2c2;
    border-radius: 20px;
    margin: 10px auto 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_04 .gd:hover {
    border: solid 1px #00af66;
    overflow: hidden;
    position: relative;
    z-index: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_04 .gd a {
    display: block;
    width: 148px;
    height: 38px;
    font-size: 14px;
    color: #888;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_04 .gd a:hover {
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_04 .gd::before {
    content: '';
    width: 148px;
    height: 0px;
    background: #00af66;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 1s;
    transition: all 1s;
}



.box_04 .gd:hover::before {
    content: '';
    width: 148px;
    height: 38px;
    background: #00af66;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}











/* 横栏广告 */

.box_05 {
    width: 100%;
    height: 400px;
    background: url(../img/ad_back01.jpg) center center no-repeat;
    position: relative;
    z-index: 0;
}



.box_05 .pg-canvas {
    width: 100%;
    height: auto !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}



.box_05 .center {
    width: 1200px;
    height: 295px;
    margin: 0 auto;
    padding-top: 105px;
    text-align: center;
}



.box_05 .center h4 {
    font-size: 28px;
    color: #fff;
    line-height: 30px;
}



.box_05 .center p {
    width: 600px;
    height: 55px;
    margin: 30px auto 0 auto;
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    background: url(../img/ad_xian.png) center bottom no-repeat;
}



.box_05 .center .tel {
    width: 540px;
    height: 50px;
    line-height: 50px;
    margin: 30px auto 0 auto;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
}



.box_05 .center .tel span {
    padding-left: 80px;
    display: block;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    float: left;
    position: relative;
}



.box_05 .center .tel span i {
    font-size: 14px;
    color: #333;
    display: block;
    float: left;
}



.box_05 .center .tel span::before {
    content: '';
    width: 20px;
    height: 26px;
    background: url(../img/tel02.png);
    position: absolute;
    top: 12px;
    left: 45px;
    animation: msClock 1.2s linear infinite;
}



.box_05 .center .tel a {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #333;
    float: right;
    font-size: 14px;
    color: #fff;
    margin: 5px;
    border-radius: 20px;
}















/* 关于我们 */

.box_06 {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 70px 0;
    overflow: hidden;
}



.box_06 .center {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
}



.box_06 .center .txt {
    width: 510px;
    height: 400px;
    float: left;
    position: relative;
}



.box_06 .center .txt::before {
    content: '';
    width: 120px;
    height: 1px;
    background: #00af66;
    position: absolute;
    top: 30px;
    left: 0;
}



.box_06 .center .txt h4 {
    font-size: 30px;
    color: #333;
    line-height: 30px;
    margin-top: 55px;
}



.box_06 .center .txt span {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 18px;
    margin-top: 28px;
}



.box_06 .center .txt p {
    font-size: 14px;
    color: #888;
    line-height: 25px;
    height: 150px;
    overflow: hidden;
    text-indent: 2em;
    margin-top: 15px;
}



.box_06 .center .txt .more {
    display: block;
    width: 113px;
    height: 38px;
    padding-left: 35px;
    font-size: 14px;
    color: #00af66;
    border: solid 1px #00af66;
    border-radius: 20px;
    line-height: 38px;
    background: url(../img/ab_jt.png) 103px center no-repeat #fff;
    position: absolute;
    left: 0;
    bottom: 30px;
}



.box_06 .center .img {
    width: 600px;
    height: 400px;
    float: right;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}



.box_06 .center .img img {
    width: 600px;
    height: 400px;
    vertical-align: top;
}



.box_06 .list {
    width: 1200px;
    height: 120px;
    margin: 80px auto 0 auto;
    background: #00af66;
}



.box_06 .list a {
    display: block;
    width: 349px;
    height: 120px;
    padding-left: 50px;
    border-right: solid 1px #4dc794;
    float: left;
    background: url(../img/ab_jia.png) 330px center no-repeat;
}



.box_06 .list a:last-child {
    border-right: none;
}



.box_06 .list a .icon {
    width: 51px;
    height: 120px;
    float: left;
    margin-right: 29px;
}



.box_06 .list a:nth-of-type(1) .icon {
    background: url(../img/ab_list_01.png) center 35px no-repeat;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_06 .list a:nth-of-type(2) .icon {
    background: url(../img/ab_list_02.png) center 35px no-repeat;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_06 .list a:nth-of-type(3) .icon {
    background: url(../img/ab_list_03.png) center 35px no-repeat;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_06 .list a:nth-of-type(1):hover .icon {
    background: url(../img/ab_list_01.png) center 30px no-repeat;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_06 .list a:nth-of-type(2):hover .icon {
    background: url(../img/ab_list_02.png) center 30px no-repeat;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_06 .list a:nth-of-type(3):hover .icon {
    background: url(../img/ab_list_03.png) center 30px no-repeat;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_06 .list a .txt {
    width: auto;
    height: 120px;
    float: left;
}



.box_06 .list a .txt h4 {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    font-weight: bold;
    margin-top: 38px;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_06 .list a:hover .txt h4 {
    margin-left: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_06 .list a .txt p {
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    margin-top: 10px;
}























/* 新闻资讯 */

.box_07 {
    width: 100%;
    height: 1155px;
    background: url(../img/news_back.jpg) center top no-repeat;
    padding-top: 70px;
    margin-bottom: 60px;
    overflow: hidden;
}





.box_07 .news_center {
    width: 1200px;
    height: auto;
    margin: 40px auto 0 auto;
}



.box_07 .news_center .hd {
    width: 1000px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto;
}



.box_07 .news_center .hd ul {
    width: inherit;
    height: 40px;
}



.box_07 .news_center .hd ul li {
    width: 148px;
    height: 38px;
    line-height: 38px;
    border: solid 1px #00af66;
    font-size: 16px;
    text-align: center;
    float: left;
    border-radius: 20px;
    margin-right: 20px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}



.box_07 .news_center .hd ul li:last-child {
    margin-right: 0;
}



.box_07 .news_center .hd ul li::before {
    content: '';
    width: 148px;
    height: 0px;
    background: #00af66;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_07 .news_center .hd ul li.on::before {
    content: '';
    width: 148px;
    height: 38px;
    background: #00af66;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_07 .news_center .hd ul li a {
    display: block;
    color: #333;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_07 .news_center .hd ul li.on a {
    display: block;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}





.box_07 .news_center .bd {
    width: 1200px;
    height: auto;
    margin-top: 40px;
    overflow: hidden;
}



.box_07 .news_center .bd .main {
    width: 1200px;
    height: auto;
    overflow: hidden;
}



.box_07 .news_center .bd .main .top {
    width: 1200px;
    height: 475px;
    overflow: hidden;
}



.box_07 .news_center .bd .main .top li {
    width: 380px;
    height: 475px;
    margin-right: 30px;
    float: left;
    background: #fff;
    overflow: hidden;
}



.box_07 .news_center .bd .main .top li a {
    display: block;
}



.box_07 .news_center .bd .main .top li:last-child {
    margin-right: 0;
}



.box_07 .news_center .bd .main .top li .bt {
    width: 340px;
    padding: 0 20px;
    height: 90px;
    overflow: hidden;
}



.box_07 .news_center .bd .main .top li .bt .date {
    width: 55px;
    height: 90px;
    float: left;
    text-align: center;
    color: #00af66;
}



.box_07 .news_center .bd .main .top li .bt .date span:nth-of-type(1) {
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 30px;
    font-family: Arial;
    margin-top: 20px;
}



.box_07 .news_center .bd .main .top li .bt .date span:nth-of-type(2) {
    display: block;
    font-size: 14px;
    line-height: 12px;
    font-family: Arial;
    margin-top: 10px;
    font-weight: bold;
}



.box_07 .news_center .bd .main .top li .bt .name {
    width: 265px;
    float: right;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 15px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_07 .news_center .bd .main .top li:hover .bt .name {
    color: #00af66;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_07 .news_center .bd .main .top li .img {
    width: 380px;
    height: 200px;
    overflow: hidden;
}



.box_07 .news_center .bd .main .top li .img img {
    width: 380px;
    height: 200px;
    overflow: hidden;
    transition: all 1s;
}



.box_07 .news_center .bd .main .top li:hover .img img {
    transform: scale(1.1);
}



.box_07 .news_center .bd .main .top li p {
    width: 340px;
    font-size: 14px;
    color: #888;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    margin: 25px auto 0 auto;
}



.box_07 .news_center .bd .main .top li .more {
    display: block;
    width: 60px;
    height: 22px;
    background: url(../img/news_jt_01.png);
    margin: 25px 0 0 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_07 .news_center .bd .main .top li:hover .more {
    background: url(../img/news_jt_02.png);
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_07 .news_center .bd .main .bottom {
    width: 1200px;
    height: auto;
    overflow: hidden;
}



.box_07 .news_center .bd .main .bottom li {
    width: 340px;
    height: 175px;
    padding: 0 20px;
    background: #fff;
    margin: 20px 30px 0 0;
    float: left;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_07 .news_center .bd .main .bottom li:nth-of-type(3n) {
    margin-right: 0;
}



.box_07 .news_center .bd .main .bottom li .name {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 16px;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_07 .news_center .bd .main .bottom li:hover .name {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_07 .news_center .bd .main .bottom li p {
    font-size: 14px;
    color: #888;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-top: 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_07 .news_center .bd .main .bottom li:hover p {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_07 .news_center .bd .main .bottom li .more {
    display: block;
    width: 6px;
    height: 15px;
    margin-top: 20px;
    background: url(../img/dian01.png);
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_07 .news_center .bd .main .bottom li:hover .more {
    background: url(../img/dian02.png);
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_07 .news_center .bd .main .bottom li span {
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 16px;
    position: absolute;
    bottom: 30px;
    right: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_07 .news_center .bd .main .bottom li:hover span {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_07 .news_center .bd .main .bottom li {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}



.box_07 .news_center .bd .main .bottom li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00af66;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}



.box_07 .news_center .bd .main .bottom li:hover,

.box_07 .news_center .bd .main .bottom li:focus,

.box_07 .news_center .bd .main .bottom li:active {

    color: white;

}

.box_07 .news_center .bd .main .bottom li:hover:before,

.box_07 .news_center .bd .main .bottom li:focus:before,

.box_07 .news_center .bd .main .bottom li:active:before {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

}













/* 在线留言 */

.box_08 {
    width: 1200px;
    height: 250px;
    margin: 70px auto;
    overflow: hidden;
}



.box_08 .infro {
    width: 500px;
    height: 250px;
    float: left;
    position: relative;
}



.box_08 .infro h4 {
    font-size: 26px;
    line-height: 26px;
    color: #171e24;
    margin-bottom: 50px;
}



.box_08 .infro p {
    font-size: 14px;
    line-height: 15px;
    color: #8c8c8c;
    margin-bottom: 15px;
}



.box_08 .infro a {
    display: block;
    width: 65px;
    height: 36px;
    line-height: 34px;
    padding-left: 45px;
    font-size: 14px;
    color: #fff;
    background: url(../img/click.png) 2px 2px no-repeat #00af66;
    border-radius: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
}



.box_08 .form {
    width: 600px;
    height: 240px;
    float: right;
    position: relative;
}



.box_08 .form p {
    width: 300px;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border-bottom: solid 1px #d9d9d9;
}



.box_08 .form input {
    display: block;
    width: 300px;
    height: 40px;
    line-height: 40px;
    color: #8c8c8c;
    float: right;
    font-size: 14px;
}



.box_08 .form p:nth-of-type(1) {
    position: absolute;
    left: 0;
    top: 0;
}



.box_08 .form p:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 0;
}



.box_08 .form p:nth-of-type(3) {
    width: 600px;
    height: 95px;
    position: absolute;
    left: 0;
    top: 75px;
}



.box_08 .form textarea {
    width: 600px;
    height: 95px;
    line-height: 25px;
}



.box_08 .form p:nth-of-type(4) {
    width: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}



.box_08 .form p:nth-of-type(4) input {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #8c8c8c;
    font-size: 14px;
    float: left;
}



.box_08 .form p:nth-of-type(4) img {
    display: block;
    float: right;
    width: 100px;
    height: 40px;
}



.box_08 .form .tj {
    width: 120px;
    height: 40px;
    border: none;
    position: absolute;
    bottom: 0;
    right: 120px;
    background: #00af66;
    border-radius: 20px;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
}



.box_08 .form .tj .btn {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: none;
    background: none;
    padding: 0 !important;
}



.box_08 .form .tj::before {
    content: '';
    width: 0px;
    height: 40px;
    background: #333;
    position: absolute;
    top: 0;
    right: 60px;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_08 .form .tj:hover::before {
    content: '';
    width: 60px;
    height: 40px;
    background: #333;
    position: absolute;
    top: 0;
    right: 60px;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_08 .form .tj::after {
    content: '';
    width: 0px;
    height: 40px;
    background: #333;
    position: absolute;
    top: 0;
    left: 60px;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.box_08 .form .tj:hover::after {
    content: '';
    width: 60px;
    height: 40px;
    background: #333;
    position: absolute;
    top: 0;
    left: 60px;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}











/* animated home */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}



@-webkit-keyframes fadeInUp {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, 100%, 0);

        transform: translate3d(0, 100%, 0)
    }

    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none
    }

}

@keyframes fadeInUp {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, 100%, 0);

        transform: translate3d(0, 100%, 0)
    }

    100% {

        opacity: 1;

        -webkit-transform: none;

        transform: none
    }

}

.fadeInUp {

    -webkit-animation-name: fadeInUp;

    animation-name: fadeInUp
}



.animated_1 {
    animation-delay: 0.3s;
}

.animated_2 {
    animation-delay: 0.6s;
}

.animated_3 {
    animation-delay: 0.9s;
}

.animated_4 {
    animation-delay: 1.2s;
}

.animated_5 {
    animation-delay: 1.5s;
}

.animated_6 {
    animation-delay: 1.8s;
}

.animated_7 {
    animation-delay: 2.1s;
}

.animated_8 {
    animation-delay: 2.4s;
}

.animated_9 {
    animation-delay: 2.7s;
}

.animated_10 {
    animation-delay: 3s;
}

.animated_11 {
    animation-delay: 3.3s;
}

.animated_12 {
    animation-delay: 3.6s;
}



/* animated end */















/* 提交按钮的线条边框特效 */

.bz-buttonAnimat {

    position: relative
}

/*

.bz-buttonAnimat .inner {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%

}

*/

.bz-buttonAnimat::before,

.bz-buttonAnimat::after,

.bz-buttonAnimat .inner::before,

.bz-buttonAnimat .inner::after {

    background-color: #00af66;

}



.bz-buttonAnimat02::before,

.bz-buttonAnimat02::after,

.bz-buttonAnimat02 .inner::before,

.bz-buttonAnimat02 .inner::after {

    background-color: #00af66;

}





.bz-buttonAnimat:before,

.bz-buttonAnimat:after,

.bz-buttonAnimat .inner:before,

.bz-buttonAnimat .inner:after {

    position: absolute;

    content: "";

    display: block;

    -webkit-transition: -webkit-transform .3s;

    transition: -webkit-transform .3s;

    transition: transform .3s;

    transition: transform .3s, -webkit-transform .3s
}



.bz-buttonAnimat.horizontal:before,

.bz-buttonAnimat.horizontal:after,

.bz-buttonAnimat.both:before,

.bz-buttonAnimat.both:after {

    left: 0;

    width: 100%;

    height: 2px;

    -webkit-transform: scaleX(0);

    transform: scaleX(0)
}



.bz-buttonAnimat.horizontal .inner:before,

.bz-buttonAnimat.horizontal .inner:after,

.bz-buttonAnimat.both .inner:before,

.bz-buttonAnimat.both .inner:after {

    top: 0;

    width: 2px;

    height: 100%;

    -webkit-transform: scaleY(0);

    transform: scaleY(0)
}



.bz-buttonAnimat.horizontal .inner:before,

.bz-buttonAnimat.both .inner:before {

    left: 0
}



.bz-buttonAnimat.horizontal .inner:after,

.bz-buttonAnimat.both .inner:after {

    right: 0
}



.bz-buttonAnimat.horizontal .inner:hover:before,

.bz-buttonAnimat.horizontal .inner:hover:after,

.bz-buttonAnimat.both .inner:hover:before,

.bz-buttonAnimat.both .inner:hover:after {

    -webkit-transform: scaleY(1);

    transform: scaleY(1)
}



.bz-buttonAnimat.horizontal:before,

.bz-buttonAnimat.both:before {

    top: 0
}



.bz-buttonAnimat.horizontal:after,

.bz-buttonAnimat.both:after {

    bottom: 0
}



.bz-buttonAnimat.horizontal:hover:before,

.bz-buttonAnimat.horizontal:hover:after,

.bz-buttonAnimat.both:hover:before,

.bz-buttonAnimat.both:hover:after {

    -webkit-transform: scaleX(1);

    transform: scaleX(1)
}



.bz-buttonAnimat.horizontal:hover .inner:before,

.bz-buttonAnimat.horizontal:hover .inner:after,

.bz-buttonAnimat.both:hover .inner:before,

.bz-buttonAnimat.both:hover .inner:after {

    -webkit-transform: scaleY(1);

    transform: scaleY(1)
}



.bz-buttonAnimat.horizontal.clockwise .inner:before,

.bz-buttonAnimat.both.clockwise .inner:before {

    -webkit-transform-origin: top center;

    transform-origin: top center
}



.bz-buttonAnimat.horizontal.clockwise .inner:after,

.bz-buttonAnimat.both.clockwise .inner:after {

    -webkit-transform-origin: bottom center;

    transform-origin: bottom center
}



.bz-buttonAnimat.horizontal.clockwise:before,

.bz-buttonAnimat.both.clockwise:before {

    -webkit-transform-origin: right center;

    transform-origin: right center
}



.bz-buttonAnimat.horizontal.clockwise:after,

.bz-buttonAnimat.both.clockwise:after {

    -webkit-transform-origin: left center;

    transform-origin: left center
}



.bz-buttonAnimat.horizontal.clockwise:hover .inner:before,

.bz-buttonAnimat.both.clockwise:hover .inner:before {

    -webkit-transform-origin: bottom center;

    transform-origin: bottom center
}



.bz-buttonAnimat.horizontal.clockwise:hover .inner:after,

.bz-buttonAnimat.both.clockwise:hover .inner:after {

    -webkit-transform-origin: top center;

    transform-origin: top center
}



.bz-buttonAnimat.horizontal.clockwise:hover:before,

.bz-buttonAnimat.both.clockwise:hover:before {

    -webkit-transform-origin: left center;

    transform-origin: left center
}