﻿/* CSS Document */
.slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    background: #000;
    height: 457px;
}

    .slideBox .bd {
        position: relative;
        height: 100%;
    }

        .slideBox .bd ul {
            height: 100%;
        }

        .slideBox .bd li {
            vertical-align: middle;
            height: 100%;
        }

        .slideBox .bd img {
            width: 100%;
            height: 100%;
            animation: changeScale 1 2.5s;
            display: block;
        }

    .slideBox .hd {
        display: none;
        overflow: hidden;
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 81px;
        z-index: 1;
    }

        .slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            color: #fff;
            width: 100%;
            text-align: center;
        }

            .slideBox .hd ul li {
                display: inline-block;
                margin-right: 8px;
                width: 10px;
                height: 10px;
                background: #29a162;
                border-radius: 100%;
                cursor: pointer;
                transition-duration: 1s;
            }

                .slideBox .hd ul li.on {
                    width: 34px;
                    height: 10px;
                    border-radius: 20px;
                    background: #29a162;
                    box-shadow: none;
                }

.in-tzgg {
    width: 80%;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(78,196,134,0.9);
    color: #fff;
    padding-left: 115px;
    padding-right: 15px;
}

    .in-tzgg:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 115px;
        line-height: 60px;
        content: "通知公告:";
        font-size: 18px;
        padding-left: 25px;
        font-weight: bold;
    }

.txtMarquee-left {
    width: 100%;
    position: relative;
}

    .txtMarquee-left .bd .tempWrap {
        width: 100% !important;
    }
    /* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
    .txtMarquee-left .bd ul {
        overflow: hidden;
        zoom: 1;
    }

        .txtMarquee-left .bd ul li {
            margin-right: 20px;
            float: left;
            height: 60px;
            line-height: 60px;
            font-size: 17px;
            text-align: left;
            _display: inline;
            width: auto !important;
        }

            .txtMarquee-left .bd ul li a {
                color: #fff;
            }

            .txtMarquee-left .bd ul li span {
                color: #999;
            }

.fast-enter {
    padding: 45px 0 50px 0;
}

    .fast-enter ul li {
        width: 24.25%;
        float: left;
        margin-right: 1%;
        padding: 30px 25px;
        color: #fff;
    }

        .fast-enter ul li a {
            color: #fff;
        }

        .fast-enter ul li:nth-child(1) {
            background: #6eccd7;
        }

        .fast-enter ul li:nth-child(2) {
            background: #5fd6b3;
        }

        .fast-enter ul li:nth-child(3) {
            background: #e85f20;
        }

        .fast-enter ul li:nth-child(4) {
            background: #fbb03b;
            margin-right: 0;
        }

        .fast-enter ul li .pic {
            width: 58px;
            height: 57px;
            float: left;
            transition-duration: 1s;
        }

        .fast-enter ul li .txt {
            float: left;
            margin-left: 12px;
        }

            .fast-enter ul li .txt p {
                font-size: 22px;
                font-weight: bold;
            }

            .fast-enter ul li .txt span {
                font-size: 16px;
                font-weight: normal;
                padding-top: 5px;
                display: inline-block;
            }

        .fast-enter ul li:hover .pic {
            -moz-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            transform: scaleX(-1);
        }

.service {
    width: 100%;
    padding: 45px 0 90px 0;
}

    .service .bit h1 {
        font-size: 30px;
        color: #333333;
    }

    .service .bit p {
        font-size: 18px;
        color: #777777;
    }

    .service .more {
        width: 74px;
        height: 30px;
        border-radius: 50px;
        border: 1px solid #69bb90;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
        color: #69bb90;
        margin-top: 15px;
    }

        .service .more a {
            color: #69bb90;
        }

.ser-box {
    width: 100%;
    padding-top: 25px;
}

.ser-box1 {
    width: 100%;
    margin-bottom: 10px;
}

    .ser-box1 li {
        width: 32.5%;
        float: left;
        margin-right: 1.25%;
        color: #fff;
        position: relative;
        overflow: hidden;
        background: #000;
        cursor: pointer;
    }

        .ser-box1 li img {
            display: block;
            width: 100%;
            transition-duration: 1s;
        }

        .ser-box1 li:hover img {
            transform: scale(1.1);
            opacity: 0.8;
        }

        .ser-box1 li:after {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: url(../images/ser-bg.png) no-repeat;
            background-size: cover;
            z-index: 9;
            content: "";
        }

        .ser-box1 li:nth-child(3) {
            margin-right: 0;
        }

        .ser-box1 li span {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 52px;
            line-height: 52px;
            color: #fff;
            font-size: 18px;
            padding-left: 15px;
            z-index: 10;
        }


.ser-box2 {
    width: 100%;
    margin-bottom: 8px;
}

    .ser-box2 li {
        width: 49.5%;
        float: left;
        margin-right: 1%;
        color: #fff;
        position: relative;
        overflow: hidden;
        background: #000;
        cursor: pointer;
    }

        .ser-box2 li img {
            display: block;
            width: 100%;
            transition-duration: 1s;
        }

        .ser-box2 li:hover img {
            transform: scale(1.1);
            opacity: 0.8;
        }

        .ser-box2 li:after {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: url(../images/ser-bg1.png) no-repeat;
            background-size: cover;
            z-index: 9;
            content: "";
        }

        .ser-box2 li:nth-child(2) {
            margin-right: 0;
        }

        .ser-box2 li span {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 52px;
            line-height: 52px;
            color: #fff;
            font-size: 18px;
            padding-left: 15px;
            z-index: 10;
        }

.yyhj {
    width: 100%;
    position: relative;
    margin-top: 25px;
}

    .yyhj .left {
        width: 49.75%;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        background: #000;
        overflow: hidden;
        cursor: pointer;
    }

        .yyhj .left p {
            position: absolute;
            left: 0;
            bottom: 0;
            text-align: center;
            line-height: 40px;
            font-size: 18px;
            color: #fff;
            width: 100%;
        }

        .yyhj .left img {
            display: block;
            width: 100%;
            opacity: 0.85;
            transition-duration: 1s;
        }

        .yyhj .left:hover img {
            transform: scale(1.1);
        }

    .yyhj .right {
        width: 49.75%;
        float: right;
    }

        .yyhj .right li {
            width: 48.5%;
            float: left;
            margin-right: 3%;
            margin-bottom: 5px;
            overflow: hidden;
            background: #000;
            margin-bottom: 5px;
            cursor: pointer;
            position: relative;
        }

            .yyhj .right li p {
                width: 100%;
                position: absolute;
                left: 0;
                bottom: 0;
                text-align: center;
                line-height: 40px;
                font-size: 18px;
                color: #fff;
            }

            .yyhj .right li img {
                display: block;
                width: 100%;
                opacity: 0.85;
                transition-duration: 1s;
            }

            .yyhj .right li:hover img {
                transform: scale(1.1);
            }

            .yyhj .right li:nth-child(2n) {
                margin-right: 0;
            }

            .yyhj .right li:nth-child(3), .yyhj .right li:nth-child(4) {
                margin-bottom: 0;
            }

.in-box1 {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 35px;
}

    .in-box1 ul li {
        float: left;
        margin-right: 123px;
    }

        .in-box1 ul li:after {
            content: "";
            clear: both;
            display: block;
        }

        .in-box1 ul li img {
            float: left;
            display: block;
            transition-duration: .5s;
            margin-right: 17px;
            border-radius: 50%;
        }

        .in-box1 ul li .txt {
            float: left;
        }

            .in-box1 ul li .txt p {
                font-size: 22px;
                color: #303030;
            }

            .in-box1 ul li .txt span {
                color: #989898;
                font-size: 13px;
            }

        .in-box1 ul li:hover img {
            -moz-box-shadow: 0px 0px 12px #8A8A8A;
            -webkit-box-shadow: 0px 0px 12px #8A8A8A;
            box-shadow: 0px 0px 12px #8A8A8A;
            transform: scale(1.1,1.1);
        }

        .in-box1 ul li:nth-child(4) {
            margin-right: 0;
        }

@media only screen and (max-width: 1441px) {
.slideBox {
    height: 340px;
}
}

@media only screen and (max-width: 1367px) {
    .slideBox {
    height: 321px;
}
}

@media only screen and (max-width: 1281px) {
}

@media only screen and (max-width: 992px) {
    .fast-enter {
        padding: 25px 0 25px 0;
    }
}

@media only screen and (max-width: 760px) {
    .slideBox {
        height: 157px;
    }

    .fast-enter ul li {
        width: 48%;
        margin-right: 1%;
        margin-left: 1%;
        padding: 15px 15px;
        margin-bottom: 13px;
    }

        .fast-enter ul li .txt span {
            display: none;
        }

        .fast-enter ul li .pic {
            width: 48px;
            height: 47px;
        }

        .fast-enter ul li .txt p {
            font-size: 20px;
            padding-top: 8px;
        }

    .fast-enter {
        padding: 25px 0 10px 0;
    }

    .service {
        padding: 25px 0 25px 0;
    }

        .service .bit h1 {
            font-size: 20px;
        }

        .service .bit p {
            font-size: 16px;
        }

    .ser-box1 li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 10px;
    }

    .ser-box2 li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 10px;
    }

        .ser-box2 li span {
            height: 32px;
            line-height: 32px;
            font-size: 16px;
        }

    .ser-box1 li span {
        font-size: 16px;
    }

    .yyhj .left {
        width: 100%;
        position: relative;
    }

    .yyhj .right {
        width: 100%;
        margin-top: 10px;
    }

    .yyhj .left p {
        font-size: 16px;
    }

    .yyhj .right li p {
        font-size: 16px;
    }

    .in-box1 ul li {
        width: 50%;
        margin-right: 0px;
        margin-bottom: 5px;
    }

        .in-box1 ul li img {
            width: 40px;
            margin-right: 10px;
            height: 40px;
        }

        .in-box1 ul li .txt p {
            font-size: 16px;
        }

    .in-box1 {
        padding-bottom: 15px;
    }

    .service .more {
        display: none;
    }

    .slideBox .hd {
        bottom: 15px;
    }
}

@keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
}

}

@-moz-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
}

}

@-webkit-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
}

}

@-o-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
}
}
