/*ÊÓÆµ*/
#video_m_container {
    display: none;
}

.video_text_container {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_text_item {
    position: absolute;
}

.video_text_item_dots {
    line-height: 20px;
    cursor: pointer;
}

.video_text_item .current {
    transform: rotate(45deg);
}

.video_text_item_dots::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
    height: 150%;
    border-radius: 50%;
    background: #0066F5;
    z-index: -1;
    animation: myfirst 2s linear infinite;
    transform: translate(-50%, -50%) scale(0.1);
    opacity: .7;
}

.video_text_item_dots::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
    height: 150%;
    border-radius: 50%;
    background: #0066F5;
    z-index: -1;
    animation: myfirst 2s linear infinite;
    animation-delay: 0.6s;
    transform: translate(-50%, -50%) scale(0.1);
    opacity: .7;
}

@keyframes myfirst {
    0% {
        transform: translate(-50%, -50%) scale(0.1);
        opacity: .7;
    }

    50% {
        transform: translate(-50%, -50%) scale(0.7);
        opacity: 0.5;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }
}

.video_text_item_dots video_text_item_dots img {
    transform: rotate(135deg);
    width: 20px;
    height: 20px;
}

.video_text_item_dots img {
    transition: all .3s ease 0s;
}

.view_text_item_text {
    display: none;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 30px;
    width: 200px;
    background: rgba(255,255,255,1);
    color: #000;
    padding: 0px;
    border: 2px solid #fafafa;
    border-radius: 5px;
    font-size: 14px;
}

    .view_text_item_text p {
        font-size: 14px;
        margin: 0;
        text-align: center;
    }

.tabControl .tabHeader > div {
    margin: 0 30px;
    padding: 20px 20px 10px 20px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    margin-bottom: -2px;
    color: #444444;
}

.tabHeader .tabSelect {
    border-bottom: 2px solid #3799ef;
    color: #3799ef !important;
}

.tabControl .tabItem {
    display: none;
}

.tabControl .tabSelect {
    display: block;
}

.sectionHeader {
    text-align: center;
}

    .sectionHeader h2 {
        font-size: 30px;
        line-height: 40px;
        padding: 80px 0 20px 0;
        margin: 0 auto;
    }

    .sectionHeader div {
        font-size: 14px;
        padding: 0 0 60px 0;
        line-height: 30px;
    }

.colLight {
}

    .colLight:hover a {
        color: #3799ef;
    }

    .colLight img {
        transition: transform 0.3s ease;
        transform: scale(1);
    }

    .colLight:hover img {
        transition: transform 0.3s ease;
        transform: scale(1.1);
    }

#customProData1 img {
    max-width: 210px !important;
}
/*ecology*/

@media (max-width:1201px) {
    #ecology-m

{
    display: block !important;
}

#ecology-m a {
    display: block;
    margin: 0 10px;
    padding: 10px 20px;
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    text-align: center;
}

.main-content .ecology .ecology-animation {
    display: none;
}

}

@media (max-width:769px) {
    #video_container {
        display: none;
    }

    #video_m_container {
        display: block;
    }

        #video_m_container a {
            display: block;
            margin: 0 10px;
            padding: 10px 20px;
            background: rgba(255,255,255,0.7);
            border: 1px solid #ccc;
            border-left: 3px solid #2375fc;
            text-align: center;
        }
}

@media (max-width: 997px) {


    .productFirst {
        background-color: #fff !important;
        border-bottom: 1px solid #f0f0f0;
    }

        .productFirst img {
            height: auto !important;
        }

    .tabControl .tabHeader > div {
        padding: 10px 0;
        margin: 0 10px;
        font-size: 16px;
    }
}

.main-content .ecology {
    background-image: url(/indexres/img/ecology/bg.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: contain;
    padding: 0;
}

    .main-content .ecology .ecology-animation {
        position: relative;
        width: 100%;
    }


        .main-content .ecology .ecology-animation .circle {
            display: block;
            width: 100%;
            position: relative;
            z-index: 1
        }

        .main-content .ecology .ecology-animation .outside-button {
            position: absolute;
            z-index: 10;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0
        }

            .main-content .ecology .ecology-animation .outside-button a {
                position: absolute;
                background-color: #fff;
                border: 1px solid #2375fc;
                font-size: 14px;
                padding: 0 10px;
                height: 28px;
                border-radius: 50px;
                text-align: center;
                line-height: 26px;
                color: #2375fc;
                transition: all .3s
            }

                .main-content .ecology .ecology-animation .outside-button a:hover {
                    color: #fff;
                    background-color: #2375fc
                }

                .main-content .ecology .ecology-animation .outside-button a:first-child {
                    left: 200px;
                    top: 194px
                }

                .main-content .ecology .ecology-animation .outside-button a:nth-child(2) {
                    left: 150px;
                    bottom: 90px
                }

                .main-content .ecology .ecology-animation .outside-button a:nth-child(3) {
                    right: 220px;
                    top: 194px;
                    padding: 0 30px;
                }

                .main-content .ecology .ecology-animation .outside-button a:nth-child(4) {
                    right: 30px;
                    top: 280px
                }

                .main-content .ecology .ecology-animation .outside-button a:nth-child(5) {
                    right: 230px;
                    top: 420px
                }



        .main-content .ecology .ecology-animation .outside-scale {
            transform: scaleY(.31);
            position: relative;
            z-index: 2
        }

            .main-content .ecology .ecology-animation .outside-scale .outside {
                position: absolute;
                z-index: 2;
                width: 1020px;
                height: 1020px;
                border-radius: 9999px;
                left: 25px;
                bottom: 99px;
                /*background-color:rgba(0,0,255,0.1);*/
                animation: rotationAni 20s linear -6s infinite;
            }

                .main-content .ecology .ecology-animation .outside-scale .outside .outside-ball {
                    width: 30px;
                    height: 30px;
                    position: absolute
                }

                    .main-content .ecology .ecology-animation .outside-scale .outside .outside-ball.outside-ball1 {
                        left: 50%;
                        top: -22px
                    }

                    .main-content .ecology .ecology-animation .outside-scale .outside .outside-ball.outside-ball2 {
                        right: 103px;
                        top: 200px;
                        transform: rotate(45deg)
                    }

                    .main-content .ecology .ecology-animation .outside-scale .outside .outside-ball.outside-ball3 {
                        right: -18px;
                        top: 50%;
                        transform: rotate(90deg)
                    }

                    .main-content .ecology .ecology-animation .outside-scale .outside .outside-ball.outside-ball4 {
                        right: 101px;
                        bottom: 200px;
                        transform: rotate(146deg)
                    }

                    .main-content .ecology .ecology-animation .outside-scale .outside .outside-ball.outside-ball5 {
                        bottom: -18px;
                        right: 50%;
                        transform: rotate(179deg)
                    }

                    .main-content .ecology .ecology-animation .outside-scale .outside .outside-ball.outside-ball6 {
                        bottom: 154px;
                        left: 147px;
                        transform: rotate(225deg)
                    }

                    .main-content .ecology .ecology-animation .outside-scale .outside .outside-ball.outside-ball7 {
                        left: -14px;
                        top: 50%;
                        transform: rotate(270deg)
                    }

                    .main-content .ecology .ecology-animation .outside-scale .outside .outside-ball.outside-ball8 {
                        left: 102px;
                        top: 200px;
                        transform: rotate(315deg)
                    }

        .main-content .ecology .ecology-animation .center-scale {
            transform: scaleY(.31);
            position: relative;
            z-index: 2
        }

            .main-content .ecology .ecology-animation .center-scale .center {
                position: absolute;
                z-index: 2;
                width: 759px;
                height: 759px;
                border-radius: 999px;
                left: 220px;
                bottom: 308px;
                animation: rotationAni 15s linear -5s infinite
            }

                .main-content .ecology .ecology-animation .center-scale .center .center-ball {
                    width: 30px;
                    height: 30px;
                    position: absolute
                }

                    .main-content .ecology .ecology-animation .center-scale .center .center-ball.center-ball1 {
                        left: 10px;
                        top: 215px
                    }

                    .main-content .ecology .ecology-animation .center-scale .center .center-ball.center-ball2 {
                        right: 103px;
                        top: 641px;
                        transform: rotate(45deg)
                    }

        .main-content .ecology .ecology-animation .inside-stage {
            position: absolute;
            left: 355px;
            top: 220px
        }

        .main-content .ecology .ecology-animation .inside-scale {
            transform: scaleY(.31);
            position: relative;
            z-index: 2
        }

            .main-content .ecology .ecology-animation .inside-scale .inside {
                position: absolute;
                z-index: 2;
                width: 445px;
                height: 445px;
                border-radius: 999px;
                left: 313px;
                bottom: 520px;
                animation: rotationAni1 10s linear -4s infinite
            }

                .main-content .ecology .ecology-animation .inside-scale .inside .inside-ball {
                    width: 30px;
                    height: 30px;
                    position: absolute;
                    left: 50%;
                    top: -20px;
                }

        .main-content .ecology .ecology-animation .stage-logo {
            position: absolute;
            z-index: 5;
            left: 395px;
            top: 15px
        }

        .main-content .ecology .ecology-animation .white-mask {
            position: absolute;
            z-index: 4;
            left: 281px;
            top: 93px
        }

        .main-content .ecology .ecology-animation .top-circle {
            position: absolute;
            z-index: 6;
            left: 416px;
            top: 110px
        }

        .main-content .ecology .ecology-animation .half-logo {
            position: absolute;
            z-index: 8;
            left: 506px;
            top: 64px
        }

        .main-content .ecology .ecology-animation .top-balls {
            position: absolute;
            z-index: 7;
            left: 416px;
            top: -13px;
            width: 354px;
            height: 354px;
            border-radius: 50%;
            transform-style: preserve-3d;
            transform: rotate(81deg) rotateY(75deg)
        }

            .main-content .ecology .ecology-animation .top-balls .top-ball {
                width: 58px;
                height: 59px;
                border-radius: 50%;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                position: absolute;
                animation: move 10s linear infinite
            }

                .main-content .ecology .ecology-animation .top-balls .top-ball.top-ball1 {
                    animation: move1 10s linear infinite
                }

                .main-content .ecology .ecology-animation .top-balls .top-ball.top-ball2 {
                    animation: move2 10s linear infinite
                }

        .main-content .ecology .ecology-animation .character {
            position: absolute;
            z-index: 5;
            width: 61px;
            height: 58px
        }

            .main-content .ecology .ecology-animation .character.character1 {
                left: 300px;
                top: 100px;
                animation: characterAni 3s linear infinite 0s alternate
            }

            .main-content .ecology .ecology-animation .character.character2 {
                right: 250px;
                top: 100px;
                animation: characterAni 3s linear infinite -2s alternate
            }

@keyframes rotationAni {
    0% {
        transform: rotate(0) translate(-30px, -50px);
    }

    25% {
        transform: rotate(90deg) translate(0px,10px);
    }

    50% {
        transform: rotate(180deg) translate(0px,0px);
    }

    75% {
        transform: rotate(270deg) translate(0px,10px);
    }

    100% {
        transform: rotate(360deg) translate(-30px,-50px);
    }
}

@keyframes rotationAni1 {
    0% {
        transform: rotate(0) translate(0,60px);
    }

    25% {
        transform: rotate(90deg) translate(0px,0px);
    }

    50% {
        transform: rotate(180deg) translate(0px,0px);
    }

    75% {
        transform: rotate(270deg) translate(0,0px);
    }

    100% {
        transform: rotate(360deg) translate(0px,60px);
    }
}

@keyframes characterAni {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(60px)
    }
}

@keyframes move1 {
    0% {
        transform: rotate(0) translateX(180px) rotate(0) rotateY(-70deg)
    }

    to {
        transform: rotate(1turn) translateX(180px) rotate(-1turn) rotateY(-70deg)
    }
}

@keyframes move2 {
    0% {
        transform: rotate(-180deg) translateX(180px) rotate(180deg) rotateY(-70deg)
    }

    to {
        transform: rotate(180deg) translateX(180px) rotate(-180deg) rotateY(-70deg)
    }
}

.newsItem p {
    transition: all 0.5s;
    width: 50px;
}

.newsItem:hover p {
    transition: width 0.5s;
    width: 100%;
}

.newsItem:hover a {
    color: #2375fc;
}
