  ﻿body {
    background: #f8faff
}

.banner-img {
    background: #0F092F
}

    .banner-img img {
        width: 100%
    }

.main {
    margin: -30px auto 30px auto;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,33,71,0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,33,71,0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px
}

    .main .part01 {
        padding: 30px 0;
        margin-right: 10px;
        background: url("/public/images/img07.jpg") right 0 no-repeat
    }

    .main .notbg {
        padding: 30px 0;
        background: none !important;
        padding-bottom: 0px !important;
    }

    .main h3 {
        text-align: center;
        font-size: 24px;
        line-height: 200%;
        background: url("/public/images/img9.png") center no-repeat
    }

    .main .second-bt {
        text-align: center;
        color: #999
    }

    .main .part01 .text {
        min-height: 230px;
        margin-top: 40px;
        padding-right: 340px;
        font-size: 16px;
        line-height: 30px;
        padding-left: 420px
    }

.part02 .list {
    padding: 30px 0
}

    .part02 .list li {
        float: left;
        width: 16.5%;
        padding: 30px 2%;
        margin: 0 2.25%;
        background: #fff;
        box-shadow: 0 0 12px 4px #eee;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 12px 4px #eee;
        -webkit-border-radius: 10px
    }

        .part02 .list li:hover i {
            animation: shake 0.4s linear
        }

@keyframes shake {
    0% {
        transform: rotate(0)
    }

    35% {
        transform: rotate(-45deg)
    }

    65% {
        transform: rotate(45deg)
    }

    100% {
        transform: rotate(0)
    }
}

.part02 .list li i {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    transition: 0.3s;
    background: url("/public/images/sprite-company-intro.png") no-repeat
}

.part02 .list li h4 {
    position: relative;
    text-align: center;
    font-size: 22px;
    line-height: 200%
}

.part02 .list li p {
    margin-top: 12px
}

.part02 .list li .s1 {
    background-position: 0 -100px
}

.part02 .list li .s2 {
    background-position: 0 -200px
}

.part02 .list li .s3 {
    background-position: 0 0
}

.part02 .list li .s4 {
    background-position: 0 -300px
}

.part03 {
    padding: 20px 0;
    background: #F8FAFF
}

    .part03 .tcenter {
        margin-top: 30px
    }

    .part03 span {
        position: absolute;
        color: #999;
        font-size: 16px
    }

    .part03 .t01 {
        left: 210px;
        bottom: 46px
    }

    .part03 .t02 {
        left: 310px;
        bottom: 205px
    }

    .part03 .t03 {
        left: 486px;
        bottom: 295px
    }

    .part03 .t04 {
        right: 494px;
        bottom: 295px
    }

    .part03 .t05 {
        right: 305px;
        bottom: 205px
    }

    .part03 .t06 {
        right: 220px;
        bottom: 46px
    }

.part04 {
    padding-top: 40px
}

    .part04 ul {
        padding: 30px 0;
        text-align: center;
        white-space: nowrap
    }

    .part04 li {
        display: inline-block;
        vertical-align: middle;
        height: 113px
    }

        .part04 li.txt {
            text-align: center
        }

        .part04 li i {
            display: block;
            width: 50px;
            height: 50px;
            margin: 0 auto;
            background: url("/public/images/sprite_index.png") no-repeat
        }

        .part04 li .s1 {
            background-position: 0 -228px
        }

        .part04 li .s2 {
            background-position: -57px -226px
        }

        .part04 li .s3 {
            background-position: -114px -226px
        }

        .part04 li .s4 {
            background-position: -173px -226px
        }

        .part04 li .s5 {
            background-position: -230px -226px
        }

        .part04 li .s6 {
            background-position: -283px -228px
        }

        .part04 li b {
            font-size: 16px
        }

        .part04 li em {
            display: block;
            width: 5px;
            height: 5px;
            font-size: 0;
            position: absolute;
            right: 0;
            top: 45%;
            background: #399EFF;
            border-radius: 50%;
            -webkit-border-radius: 50%
        }

        .part04 li .line {
            width: 136px;
            margin-top: 24px;
            color: #999;
            text-align: center;
            white-space: nowrap;
            overflow: hidden
        }

            .part04 li .line:before, .part04 li .line:after {
                content: "";
                width: 36px;
                height: 0;
                position: absolute;
                top: 50%;
                border-top: 1px dashed #399EFF
            }

            .part04 li .line:before {
                left: 0
            }

            .part04 li .line:after {
                right: 0
            }

.part05 {
    padding: 40px 0;
    text-align: center
}

    .part05 .tel {
        margin-top: 20px;
        font-size: 44px;
        color: #FBC366
    }

    .part05 .online_text {
        width: 30%;
        margin: 20px auto;
        position: relative
    }

        .part05 .online_text:before, .part05 .online_text:after {
            content: "";
            width: 100px;
            height: 0;
            position: absolute;
            top: 50%;
            left: 10%;
            border-top: 1px solid #bbb
        }

        .part05 .online_text:after {
            left: 64%
        }

    .part05 a.btn {
        display: inline-block;
        width: 220px;
        height: 60px;
        background: rgba(57,158,255,1);
        color: #fff;
        line-height: 60px;
        font-size: 18px;
        border-radius: 30px;
        -webkit-border-radius: 30px
    }

        .part05 a.btn i {
            display: inline-block;
            width: 24px;
            height: 24px;
            vertical-align: middle;
            margin-right: 5px;
            background: url("/public/images/sprite_index.png") -159px -22px no-repeat
        }

        .part05 a.btn:hover {
            background: rgba(91,174,254,1)
        }
