﻿@charset "utf-8";

.navboxs {
    width: 1000px;
}

.head .navbox .navList a:nth-child(2) {
}

    .head .navbox .navList a:nth-child(2)::before,
    .head .navbox .navList a:nth-child(2)::after {
        transform: scale(1);
    }

.slide-box {
    position: relative;
    margin: 0;
    width: 100%;
    height: 680px;
    text-align: center;
    overflow: hidden;
}

/*服务*/
.service-type {
    width: 100%;
    background-color: #FFFFFF;
}

    .service-type .service-type-tab {
        width: 100%;
        box-shadow: 0 1px 0 0 #E0E0E0;
        padding-left: 10%;
        padding-right: 10%;
        height: 80px;
    }

        .service-type .service-type-tab ul {
            width: 100%;
            height: 80px;
        }

        .service-type .service-type-tab li {
            float: left;
            width: 20%;
            font-family: PingFangSC-Regular;
            font-size: 20px;
            color: #333333;
            letter-spacing: 0;
            line-height: 80px;
            text-align: center;
            align-items: center;
            height: 80px;
            cursor: pointer;
        }

            .service-type .service-type-tab li.active {
                border-bottom: solid 4px #005B34;
            }

    .service-type .service-type-content-tab {
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
        margin-top: 10px;
    }

        .service-type .service-type-content-tab .service-type-content-tab-item {
            width: 100%;
            display: none;
        }

            .service-type .service-type-content-tab .service-type-content-tab-item.active {
                display: block;
                background: #FFFFFF;
            }

            .service-type .service-type-content-tab .service-type-content-tab-item .service-type-content {
                width: 100%;
                float: left;
                padding-bottom: 10px;
                box-shadow: 0 1px 0 0 #E0E0E0;
            }

                .service-type .service-type-content-tab .service-type-content-tab-item .service-type-content .service-type-content-item {
                    width: 13%;
                    float: left;
                    height: 45px;
                    font-family: PingFangSC-Regular;
                    font-size: 14px;
                    color: #555555;
                    letter-spacing: 0;
                    text-align: center;
                    padding-left: 1.75%;
                    padding-right: 1.75%;
                    margin-top: 10px;
                    margin-bottom: 10px;
                    margin-left: 1.75%;
                    margin-right: 1.75%;
                    cursor: pointer;

                    display: -webkit-box;
                    -webkit-box-orient: horizontal;
                    -webkit-box-pack: center;
                    -webkit-box-align: center;
                    display: -moz-box;
                    -moz-box-orient: horizontal;
                    -moz-box-pack: center;
                    -moz-box-align: center;
                    display: -o-box;
                    -o-box-orient: horizontal;
                    -o-box-pack: center;
                    -o-box-align: center;
                    display: -ms-box;
                    -ms-box-orient: horizontal;
                    -ms-box-pack: center;
                    -ms-box-align: center;
                    display: box;
                    box-orient: horizontal;
                    box-pack: center;
                    box-align: center;
                }
                .service-type .service-type-content-tab .service-type-content-tab-item .service-type-content .service-type-content-item a:hover{
                    color:#fff;
                }
                    .service-type .service-type-content-tab .service-type-content-tab-item .service-type-content .service-type-content-item.active {
                        color: #FFFFFF;
                        background: #005B34;
                        border-radius: 25px;
                    }

            .service-type .service-type-content-tab .service-type-content-tab-item .service-type-desc {
                clear: both;
                width: 100%;
                padding-left: 0%;
                padding-right: 0%;
                padding-top: 60px;
            }

                .service-type .service-type-content-tab .service-type-content-tab-item .service-type-desc .service-type-desc-title {
                    font-family: PingFangSC-Medium;
                    font-size: 28px;
                    color: #333333;
                    letter-spacing: 0;
                    line-height: 42px;
                    text-align: center;
                    margin-top: 10px;
                    margin-bottom 10px;
                }

                .service-type .service-type-content-tab .service-type-content-tab-item .service-type-desc .service-type-desc-seo {
                    font-family: PingFangSC-Regular;
                    font-size: 16px;
                    color: #666666;
                    letter-spacing: 0;
                    line-height: 24px;
                    text-align: center;
                    margin-top: 10px;
                    margin-bottom 10px;
                }

                .service-type .service-type-content-tab .service-type-content-tab-item .service-type-desc .service-type-desc-content {
                    font-family: PingFangSC-Regular;
                    margin-top: 10px;
                    margin-bottom: 10px;
                }

@media screen and (min-width: 2400px) and (max-width: 2560px) {
    .slide-box {
        position: relative;
        margin: 0;
        width: 100%;
        height: 900px;
        text-align: center;
        overflow: hidden;
    }
}
@media( max-width:1440px) {
    .slide-box {
        position: relative;
        margin: 0;
        width: 100%;
        height: 508px;
        text-align: center;
        overflow: hidden;
    }
}

@media( max-width:1360px) {
    .slide-box {
        position: relative;
        margin: 0;
        width: 100%;
        height: 480px;
        text-align: center;
        overflow: hidden;
    }
}

@media (max-width:640px) {
    .slide-box {
        position: relative;
        margin: 0;
        width: 100%;
        height: 214px;
        text-align: center;
        overflow: hidden;
    }

    /*服务*/
    .service-type {
        width: 100%;
        background-color: #FFFFFF;
    }

        .service-type .service-type-tab {
            width: 100%;
            box-shadow: 0 1px 0 0 #E0E0E0;
            padding-left: 1%;
            padding-right: 1%;
            height: 80px;
        }

            .service-type .service-type-tab ul {
                width: 100%;
                height: 80px;
            }

            .service-type .service-type-tab li {
                float: left;
                width: 33%;
                font-family: PingFangSC-Regular;
                font-size: 20px;
                color: #333333;
                letter-spacing: 0;
                line-height: 80px;
                text-align: center;
                align-items: center;
                height: 80px;
                cursor: pointer;
            }

                .service-type .service-type-tab li.active {
                    border-bottom: solid 4px #005B34;
                }

        .service-type .service-type-content-tab {
            width: 100%;
            padding-left: 1%;
            padding-right: 1%;
            margin-top: 10px;
        }

            .service-type .service-type-content-tab .service-type-content-tab-item {
                width: 100%;
                display: none;
            }

                .service-type .service-type-content-tab .service-type-content-tab-item.active {
                    display: block;
                    background: #FFFFFF;
                }

                .service-type .service-type-content-tab .service-type-content-tab-item .service-type-content {
                    width: 100%;
                    float: left;
                    padding-bottom: 0.5rem;
                    box-shadow: 0 1px 0 0 #E0E0E0;
                }

                    .service-type .service-type-content-tab .service-type-content-tab-item .service-type-content .service-type-content-item {
                        width: 33%;
                        float: left;
                        height: auto;
                        font-family: PingFangSC-Regular;
                        font-size: 0.5rem;
                        color: #555555;
                        letter-spacing: 0;
                        line-height: 2rem;
                        text-align: center;
                        padding-left: 0;
                        padding-right: 0;
                        margin-top: 0px;
                        margin-bottom: 0px;
                        margin-left: 0;
                        margin-right: 0;
                        cursor: pointer;
                    }

                        .service-type .service-type-content-tab .service-type-content-tab-item .service-type-content .service-type-content-item.active {
                            color: #555555;
                            background: #fff;
                            border-radius: 10px;
                        }

                .service-type .service-type-content-tab .service-type-content-tab-item .service-type-desc {
                    clear: both;
                    width: 90%;
                    padding-left: 10%;
                    padding-right: 10%;
                    padding-top: 60px;
                }

                    .service-type .service-type-content-tab .service-type-content-tab-item .service-type-desc .service-type-desc-title {
                        font-family: PingFangSC-Medium;
                        font-size: 28px;
                        color: #333333;
                        letter-spacing: 0;
                        line-height: 42px;
                        text-align: center;
                        margin-top: 10px;
                        margin-bottom 10px;
                    }

                    .service-type .service-type-content-tab .service-type-content-tab-item .service-type-desc .service-type-desc-seo {
                        font-family: PingFangSC-Regular;
                        font-size: 16px;
                        color: #666666;
                        letter-spacing: 0;
                        line-height: 24px;
                        text-align: center;
                        margin-top: 10px;
                        margin-bottom 10px;
                    }

                    .service-type .service-type-content-tab .service-type-content-tab-item .service-type-desc .service-type-desc-content {
                        font-family: PingFangSC-Regular;
                        margin-top: 10px;
                        margin-bottom: 10px;
                    }
}