﻿.CCTestHead {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.CCTest .CCTestCon {
    width: 1050px;
    margin: 10px auto;
}

    .CCTest .CCTestCon .section1 {
        line-height: 38px;
        color: #555;
        overflow: hidden;
        font-size: 17px;
    }

        .CCTest .CCTestCon .section1 .left {
            width: 49%;
            float: left;
            margin-top: 10px;
        }

        .CCTest .CCTestCon .section1 p {
            text-indent: 2em;
            margin-bottom: 10px;
        }

        .CCTest .CCTestCon .section1 .right {
            float: left;
            width: 50%;
            text-align: center;
            position: relative;
        }

            .CCTest .CCTestCon .section1 .right img {
                width: 100%;
            }

            .CCTest .CCTestCon .section1 .right span {
                position: absolute;
                bottom: 0px;
                left: 30%;
                font-weight: bold;
            }

        .CCTest .CCTestCon .section1 p a {
            color: #3790FF;
            cursor: pointer;
            text-decoration: underline;
        }

        .CCTest .CCTestCon .section1 h3 {
            font-size: 21px;
            font-weight: bold;
            margin-bottom: 15px;
            margin-top: 25px;
        }



.CCTestCon .gallery-top {
    height: 80%;
    width: 100%;
}

.CCTestCon .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

    .CCTestCon .gallery-thumbs .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.5;
        position: relative;
    }

        .CCTestCon .gallery-thumbs .swiper-slide:before {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
        }

    .CCTestCon .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }

        .CCTestCon .gallery-thumbs .swiper-slide-thumb-active:before {
            background: none;
        }

.CCTestCon .swiper-xsslide .swiper-slide {
    width: 30px;
    height: 100px;
    position: relative;
}

.swiperflag {
    display: none;
}

.CCTestCon .swiper-xsslide .swiperflag {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #47ccea;
    color: #fff;
    line-height: 30px;
    text-align: center;
    z-index: 999;
    display: block;
}

.CCTestCon .swiper-xsslide .swiper-slide img {
    width: 100%;
    height: 100%;
}

.CCTestCon .swiper-button-next {
    background: url(../../images/gdoa/icon/rjt.png) no-repeat -10px 0;
    background-size: 40px;
    width: 50px;
    height: 50px;
}

.CCTestCon .swiper-button-prev {
    background: url(../../images/gdoa/icon/lrt.png) no-repeat;
    background-size: 40px;
    width: 50px;
    height: 50px;
}

    .CCTestCon .swiper-button-next.swiper-button-white, .CCTestCon .swiper-button-prev.swiper-button-white {
        --swiper-navigation-color: #fff;
        top: 490px;
        outline: none;
    }

.CCTestCon .swiper-button-next:after, .CCTestCon .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after {
    content: "" !important;
}


.CCTestCon .swiper-warp {
    box-shadow: 0 4px 10px 0 rgba(0,46,93,.2);
    margin-bottom: 25px;
    border: 1px solid #ddd;
    padding: 10px;
}
