﻿* {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.anli1 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .anli1 .an1 {
        width: 100%;
        height: 1120px;
        overflow: hidden;
        background-color: #f5f5f5;
    }

        .anli1 .an1 .tit {
            margin-top: 80px;
            text-align: center;
            overflow: hidden;
        }

            .anli1 .an1 .tit h1 {
                font-size: 24px;
                font-weight: 400;
                color: rgba(37, 43, 58, 1);
                line-height: 22px;
                margin-bottom: 50px;
            }

.v_out {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.v_show {
    width: 1200px;
    overflow: hidden;
    position: relative;
    height: 675px;
    float: left;
}

.v_cont {
    width: 6000px;
    position: absolute;
    left: 0px;
    top: 0px;
}

    .v_cont ul {
        float: left;
        text-align: center;
        line-height: 50px;
    }

        .v_cont ul li {
            width: 1200px;
            height: 675px;
            background: #f8f8f8;
            float: left;
            margin-top: 3px;
        }
/*---圆圈---*/
.v_out_p {
    position: relative;
    overflow: visible;
}

.circle {
    position: absolute;
    left: 30px;
    top: 690px;
}

    .circle li {
        width: 232px;
        height: 195px;
        float: left;
        margin-right: 10px;
        background: #ffffff;
        color: #252b3a;
    }

        .circle li .img {
            width: 232px;
            height: 131px;
            overflow: hidden;
        }

            .circle li .img img {
                width: 232px;
                height: 131px;
            }

        .circle li .p {
            overflow: hidden;
            padding: 10px 10px;
        }

            .circle li .p p {
                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

    .circle .circle-cur {
        color: rgba(255, 255, 255, 1);
        background: #bd1e21;
    }
/*---切换---*/
.prev,
.next {
    /*float: left;
  padding: 400px 0 0;*/
}

.img1 {
    margin-top: 4px;
    margin-left: 7px;
}

.img2 {
    margin-top: 4px;
    margin-left: 10px;
}

.prev a {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 1);
    opacity: 0.5;
    border-radius: 20px;
}

.prev .ico_1 {
    background: url(input_a.gif) no-repeat 0 -3757px;
}

.next a {
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 1);
    opacity: 0.5;
    border-radius: 20px;
}

.next .ico_2 {
    background: url(input_a.gif) no-repeat right -3757px;
}

.prev,
.prev a,
.next,
.next a {
    /*width: 30px;
  height: 30px;
  display: block;*/
}

.anli1 .an2 {
    width: 100%;
    height: 877px;
    overflow: hidden;
}

    .anli1 .an2 .tit {
        overflow: hidden;
        margin-top: 80px;
        margin-bottom: 50px;
        text-align: center;
    }

        .anli1 .an2 .tit h1 {
            font-size: 24px;
            font-weight: 400;
            color: rgba(37, 43, 58, 1);
            line-height: 22px;
        }

    .anli1 .an2 .img {
        width: 1200px;
        height: 630px;
        overflow: hidden;
        margin: 0 auto;
    }

        .anli1 .an2 .img img {
            width: 1200px;
            height: 630px;
        }

.anli1 .an3 {
    width: 100%;
    height: 350px;
    overflow: hidden;
    background-color: #fff;
}

    .anli1 .an3 .tit {
        margin-top: 80px;
        overflow: hidden;
        margin-bottom: 50px;
        text-align: center;
    }

        .anli1 .an3 .tit h1 {
            font-size: 24px;
            font-weight: 400;
            color: rgba(37, 43, 58, 1);
            line-height: 22px;
        }

    .anli1 .an3 .cont {
        width: 1200px;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
    }

        .anli1 .an3 .cont ul {
            overflow: hidden;
        }

            .anli1 .an3 .cont ul li {
                width: 380px;
                height: 160px;
                float: left;
                margin-right: 30px;
                margin-bottom: 30px;
                background-color: #ffffff;
                transition: transform 0.3s ease-in-out, box-shadow 0.3s cubic-bezier(0.47, 0, 0.745, 0.715), border 0.3s linear 0.1s;
            }

                .anli1 .an3 .cont ul li:nth-child(2) {
                    margin-right: 0;
                }

                .anli1 .an3 .cont ul li:nth-child(5) {
                    margin-right: 0;
                }

                .anli1 .an3 .cont ul li:nth-child(8) {
                    margin-right: 0;
                }

                .anli1 .an3 .cont ul li:hover {
                    border-radius: 5px;
                    background: rgba(255, 255, 255, 1);
                    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
                    -webkit-transform: translateY(-10px);
                    -moz-transform: translateY(-10px);
                    transform: translateY(-10px);
                }

                .anli1 .an3 .cont ul li .img {
                    width: 190px;
                    height: 38px;
                    overflow: hidden;
                    margin: 0 auto;
                    margin-top: 30px;
                    margin-bottom: 25px;
                }

                .anli1 .an3 .cont ul li img {
                    padding: 20px;
                }

                .anli1 .an3 .cont ul li .img img {
                    width: 190px;
                    height: 38px;
                }

                .anli1 .an3 .cont ul li .con {
                    width: 325px;
                    overflow: hidden;
                    margin: 0 auto;
                }

                    .anli1 .an3 .cont ul li .con p {
                        font-size: 14px;
                        font-weight: 400;
                        color: rgba(128, 128, 128, 1);
                        line-height: 28px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                    }

.anli2 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .anli2 .an1 {
        width: 100%;
        height: 620px;
        background-image: url(../img/anli2ebj.png);
        background-size: 100% 100%;
    }

        .anli2 .an1 .tit {
            padding-top: 198px;
            margin-bottom: 30px;
            text-align: center;
        }

            .anli2 .an1 .tit h1 {
                font-size: 34px;
                font-weight: 400;
                color: rgba(37, 43, 58, 1);
                line-height: 34px;
                text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
            }

        .anli2 .an1 .img {
            width: 160px;
            height: 160px;
            margin: 0 auto;
            padding: 10px;
            background: #ffffff;
        }

            .anli2 .an1 .img img {
                width: 140px;
                height: 140px;
            }

    .anli2 .an2 {
        width: 100%;
        height: 740px;
        overflow: hidden;
        background: #f5f5f5;
    }

        .anli2 .an2 .tit {
            margin-top: 80px;
            margin-bottom: 50px;
            text-align: center;
        }

#gallery img {
    border: none;
}

#gallery_nav {
    float: left;
    width: 300px;
    height: 456px;
    margin-top: 50px;
    overflow-y: scroll;
}

    #gallery_nav::-webkit-scrollbar {
        width: 3px;
        height: 20px;
        background-color: #ffffff;
    }

    #gallery_nav a {
        display: block;
    }

#gallery_output {
    float: left;
    width: 895px;
    height: 506px;
    overflow: hidden;
}

    #gallery_output img {
        display: block;
        margin: 0px auto 0 auto;
    }

.zz .an2_nav p {
    color: #bd1e21;
}

.zz .an2_nav h1 {
    color: #bd1e21;
}

#content {
    width: 1200px;
    margin: 50px auto;
}

.an2_nav {
    padding: 10px;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

    .an2_nav h1 {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(37, 43, 58, 1);
        line-height: 22px;
        margin-top: 22px;
    }

    .an2_nav p {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(128, 128, 128, 1);
        line-height: 22px;
        margin-top: 12px;
    }

.anli2 .an3 {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

    .anli2 .an3 .tit {
        margin-top: 80px;
        margin-bottom: 50px;
        text-align: center;
    }

        .anli2 .an3 .tit h1 {
            font-size: 24px;
            font-weight: 400;
            color: rgba(37, 43, 58, 1);
            line-height: 22px;
        }

    .anli2 .an3 img {
        width: 290px;
        height: 163px;
        margin-bottom: 10px;
    }

/******企业文化**************************/
.qiye {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .qiye .qi1 {
        width: 100%;
        height: 430px;
        overflow: hidden;
        background-color: #f5f5f5;
    }

        .qiye .qi1 .tit {
            margin-top: 80px;
            margin-bottom: 50px;
            text-align: center;
        }

            .qiye .qi1 .tit h1 {
                font-size: 24px;
                font-weight: 400;
                color: rgba(37, 43, 58, 1);
                line-height: 24px;
            }

        .qiye .qi1 .cont {
            width: 1200px;
            margin: 0 auto;
            overflow: hidden;
            padding: 5px 0 20px 0;
        }

            .qiye .qi1 .cont li {
                width: 190px;
                height: 260px;
                float: left;
                margin-right: 12px;
                background-color: #ffffff;
                box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
            }

                .qiye .qi1 .cont li:last-child {
                    margin-right: 0;
                }

                .qiye .qi1 .cont li .img {
                    width: 70px;
                    height: 70px;
                    margin: 0 auto;
                    margin-top: 40px;
                    margin-bottom: 30px;
                    overflow: hidden;
                }

                    .qiye .qi1 .cont li .img img {
                        width: 70px;
                        height: 70px;
                    }

                .qiye .qi1 .cont li .con {
                    text-align: center;
                }

                    .qiye .qi1 .cont li .con h1 {
                        font-size: 18px;
                        font-weight: 400;
                        color: rgba(37, 43, 58, 1);
                        line-height: 20px;
                        margin-bottom: 24px;
                    }

                    .qiye .qi1 .cont li .con p {
                        width: 250px;
                        font-size: 14px;
                        font-family: Microsoft YaHei;
                        font-weight: 400;
                        color: rgba(128, 128, 128, 1);
                        line-height: 24px;
                        margin: 0 auto;
                    }

    .qiye .qi2 {
        width: 100%;
        height: 365px;
        overflow: hidden;
    }

        .qiye .qi2 .tit {
            margin-top: 80px;
            margin-bottom: 50px;
            text-align: center;
        }

            .qiye .qi2 .tit h1 {
                font-size: 24px;
                font-weight: 400;
                color: rgba(37, 43, 58, 1);
                line-height: 24px;
            }

        .qiye .qi2 .cont {
            width: 1200px;
            margin: 0 auto;
        }

            .qiye .qi2 .cont .img {
                width: 570px;
                height: 120px;
                overflow: hidden;
                float: left;
                margin-right: 45px;
                margin-top: 15px;
            }

                .qiye .qi2 .cont .img img {
                    width: 570px;
                    height: 120px;
                }

            .qiye .qi2 .cont .con {
                width: 580px;
                overflow: hidden;
            }

                .qiye .qi2 .cont .con p {
                    font-size: 14px;
                    font-weight: 400;
                    color: rgba(128, 128, 128, 1);
                    line-height: 37px;
                }

    .qiye .qi3 {
        width: 100%;
        height: 300px;
        background-image: url(../img/qiye6.png);
        background-size: 100% 100%;
    }

        .qiye .qi3 .tit {
            padding-top: 100px;
            text-align: center;
        }

            .qiye .qi3 .tit h1 {
                font-size: 24px;
                font-weight: 400;
                color: rgba(255, 255, 255, 1);
                line-height: 20px;
                margin-bottom: 40px;
            }

            .qiye .qi3 .tit h2 {
                font-size: 30px;
                font-weight: 400;
                color: rgba(255, 255, 255, 1);
                line-height: 20px;
            }

    .qiye .qi4 {
        width: 100%;
        height: 600px;
    }

        .qiye .qi4 .cont {
            width: 1200px;
            height: 600px;
            margin: 0 auto;
        }

            .qiye .qi4 .cont .tit {
                margin-top: 80px;
                margin-bottom: 50px;
                text-align: center;
            }

                .qiye .qi4 .cont .tit h1 {
                    font-size: 24px;
                    font-weight: 400;
                    color: rgba(37, 43, 58, 1);
                    line-height: 20px;
                }

            .qiye .qi4 .cont .con {
                overflow: hidden;
            }

                .qiye .qi4 .cont .con ul {
                    width: 550px;
                    overflow: hidden;
                    float: left;
                    margin-right: 106px;
                }

                    .qiye .qi4 .cont .con ul li {
                        height: 40px;
                        border-bottom: 1px solid #bbbbbb;
                    }

                        .qiye .qi4 .cont .con ul li .p1 {
                            float: left;
                            font-size: 14px;
                            font-weight: 400;
                            color: rgba(128, 128, 128, 1);
                            line-height: 40px;
                            margin-left: 20px;
                            margin-right: 60px;
                        }

                        .qiye .qi4 .cont .con ul li .p2 {
                            float: left;
                            font-size: 14px;
                            font-weight: 400;
                            color: rgba(37, 43, 58, 1);
                            line-height: 40px;
                        }

                .qiye .qi4 .cont .con .img {
                    float: left;
                    width: 452px;
                    height: 424px;
                }

                    .qiye .qi4 .cont .con .img img {
                        width: 452px;
                        height: 424px;
                    }

    .qiye .qi5 {
        width: 100%;
        height: 780px;
        overflow: hidden;
        background-color: #f5f5f5;
    }

        .qiye .qi5 .tit {
            margin-top: 80px;
            margin-bottom: 50px;
            text-align: center;
        }

            .qiye .qi5 .tit h1 {
                font-size: 24px;
                font-weight: 400;
                color: rgba(37, 43, 58, 1);
                line-height: 20px;
            }

        .qiye .qi5 .img {
            width: 1200px;
            height: 550px;
            margin: 0 auto;
            overflow: hidden;
        }

            .qiye .qi5 .img img {
                width: 1200px;
                height: 550px;
            }
