﻿.indexHome {
    width: 100%;
    height: 100%;
    position: relative;
}

.indexHomeTop {
    width: 100%;
    height: 8%;
    position: absolute;
    top: 2%;
    left: 0;
    z-index: 2;
}

.indexWord {
    width: 100%;
    height: 50%;
    color: #fff;
    position: absolute;
    top: 30%;
    z-index: 2;
}

.indexWordContent {
    width: 90%;
    height: auto;
    margin-left: 10%;
}

    .indexWordContent h1 {
        font-size: 80px;
        font-weight: bold;
        line-height: 100px;
    }

    .indexWordContent h2 {
        font-size: 30px;
        line-height: 40px;
    }

.indexMenu {
    width: 40%;
    height: auto;
    margin: 20px 0 20px 60%;
}

    .indexMenu li {
        width: 100%;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        text-align: right;
        color: #fff;
        transition: all 0.5s;
        margin: 0 0;
    }

        .indexMenu li:hover {
            width: 98%;
            margin: 0 2% 0 0;
        }

.indexVideo {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .indexVideo video {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

.indexWapVideo {
    display: none;
}

.indexCopy {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: right;
    color: #929292;
}

    .indexCopy h3 {
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #fff;
        line-height: 50px;
    }

    .indexCopy a {
        color: #929292;
    }

#Wap {
    display: none;
}

#Pc {
    display: block;
}

@media only screen and (min-width: 1170px) {

    /*首页弹窗导航*/
    .topNav {
        width: 96%;
        height: 100%;
        overflow-y: auto;
        margin: 0 auto 0 auto;
        color: #fff;
        position: relative;
    }

    .topTitle {
        width: 100%;
        height: 15%;
        line-height: 50px;
        font-size: 46px;
        font-weight: bold;
        color: #808080;
        margin-top: 5%;
    }

    .topNavList {
        width: 100%;
        height: 50%;
        overflow: hidden;
    }

        .topNavList li {
            width: 16.66%;
            float: left;
            height: auto;
            color: #fff;
            transition: all 0.5s;
        }

            .topNavList li h2 {
                width: 100%;
                height: 50px;
                line-height: 50px;
                overflow: hidden;
                margin-bottom: 30px;
                font-size: 20px;
                font-weight: bold;
                text-indent: 30px;
            }

            .topNavList li h3 {
                width: 100%;
                height: 40px;
                line-height: 40px;
                overflow: hidden;
                font-size: 16px;
                color: #fff;
                transition: all 0.5s;
                margin-bottom: 10px;
            }

                .topNavList li h3 a {
                    color: #fff;
                    display: inline-block;
                    padding: 5px 30px;
                    transition: all 0.5s;
                }

                    .topNavList li h3 a span {
                        display: inline-block;
                        width: 0;
                        height: 0;
                        overflow: hidden;
                        transition: all 0.5s;
                    }

                    .topNavList li h3 a:hover {
                        background-color: #319332;
                    }

                        .topNavList li h3 a:hover span {
                            width: 20px;
                            height: 20px;
                        }

    .topLink {
        width: 100%;
        height: 20%;
        margin-top: 20px;
        margin-left: 3%;
    }
}


/*首页弹窗导航*/
@media(max-width:720px) {
    .topNav {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 50px auto;
        color: #fff;
    }

    .topTitle {
        left: 10px;
    }

    .topNavList {
        margin-top: 20px;
    }

        .topNavList li {
            width: 48%;
            border-bottom: 1px dotted #fff;
            margin: 0 1%;
            padding-bottom: 10px;
        }


            .topNavList li h2 {
                height: 40px;
                line-height: 40px;
                margin-bottom: 10px;
                font-size: 18px;
                text-indent: 10px;
            }

            .topNavList li h3 {
                width: 100%;
                height: 25px;
                line-height: 25px;
                overflow: hidden;
                font-size: 14px;
                color: #fff;
                transition: all 0.5s;
                margin-bottom: 10px;
            }

                .topNavList li h3 a {
                    color: #fff;
                    display: inline-block;
                    padding: 0 10px;
                    transition: all 0.5s;
                }

                    .topNavList li h3 a:hover span {
                        display: none;
                    }

    .topLink {
        display: none;
    }
}



@media(max-width:720px) {
    .indexWapVideo {
        display: block;
        width: 100%;
        height: 100%;
        /*z-index: -1;*/
        /*position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;*/
        position: relative;
        background-color: #000;
    }

        .indexWapVideo video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            -o-object-fit: cover;
            /*z-index: -2;*/
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

    .indexVideo {
        display: none;
    }


    #Wap {
        display: block;
    }

    #Pc {
        display: none;
    }

    .indexHome {
        width: 100%;
        height: auto;
        overflow: auto;
        position: inherit;
    }

    .indexHomeTop {
        width: 100%;
        height: 80px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .indexWord {
        width: 100%;
        height: auto;
        color: #fff;
        position: absolute;
        top: 20%;
        z-index: 2;
    }

    .indexWordContent {
        width: 90%;
        height: auto;
        text-align: left;
        margin-right: 5%;
        padding-top: 20%;
    }

        .indexWordContent h1 {
            font-size: 40px;
            font-weight: bold;
            line-height: 50px;
        }

        .indexWordContent h2 {
            font-size: 16px;
            line-height: 25px;
            margin-top: 4%;
        }

    .indexCopy {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: absolute;
        bottom: 2%;
        left: 0;
        text-align: center;
    }
        .indexCopy h3 {
            width: 100%;
            text-align: center;
            font-size: 14px;
            color: #fff;
            line-height: 30px;
        }
        .indexCopy h4 {
            display: none;
        }
}