@charset "utf-8";
body {
    left: 0px;
    position: relative;
    line-height: 1;
    max-width: 100%;
    overflow-x: hidden;
}
.goleeVideo1 h2 {
    padding: 120px 0 25px;
}

.goleeVideo1-t {
    margin-bottom: 60px;
    color: #333;
    text-align: center;
}

.goleeVideo1-con {
    padding: 60px 5% 80px;
    display: flex;
    align-items: center;
    background: url(../img/video/组\ 11294.png) #fbfbfb 95% 60px no-repeat;
    justify-content: space-between;
    background-size: 10% auto;
}

.goleeVideo1-video {
    width: 55%;
    font-size: 0;
}
.goleeVideo1-video span {
    display: block;
    width: 73px;
    height: 73px;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    left: 50%;
    margin-left: -36px;
}

.goleeVideo1-video span::before{
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    background-color: rgba(255,255,255,0.6);
    animation: goleeAnimationvideo 5s infinite;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
}
@keyframes goleeAnimationvideo {
    0% {
        transform: scale(1.1);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.1);
        opacity: 1;
    }
}
.goleeVideo1-video span::after{
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    animation: goleeAnimationvideo1 3.5s infinite;
    background: url(../img/video/路径\ 11266.png) #fff center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
}
@keyframes goleeAnimationvideo1 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}
.goleeVideo1-video video {
    width: 100%;
}

.goleeVideo1-rig {
    width: 40%;
}

.goleeVideo1-t1 {
    font-weight: 700;
    color: #333333;
    font-size: 38px;
    line-height: 1.5em;
}

.goleeVideo1-t2 {
    text-indent: 2em;
    font-weight: 700;
    color: #cc0000;
    line-height: 1.5em;
    font-size: 38px;
}

.goleeVideo1-t3 {
    margin-top: 60px;
}

.goleeVideo1-t3 p {
    margin-bottom: 10px;
    text-indent: 2em;
    font-size: 20px;
    line-height: 34px;
    color: #000;
}

.goleeVideo2 h2 {
    padding: 70px 0 60px;
}

.goleeVideo2-con {
    width: 90%;
    margin: 0 auto;
}

.goleeVideo2-single {
    display: inline-block;
    width: 32%;
    margin-right: 1.5%;
    margin-bottom: 60px;
}

.goleeVideo2-video {
    width: 100%;
    font-size: 0;
}

.goleeVideo2-video video {
    width: 100%;
}

.goleeVideo2-single:nth-child(3n) {
    margin-right: 0;
}

ul.goleeVideo2-con li .word {
    position: relative;
    text-align: center;
    font-weight: 500;
    color: #333333;
    font-size: 18px;
    padding: 50px 0 40px;
    border-bottom: 1px solid rgba(229, 229, 229, 0.65);
}

ul.goleeVideo2-con li .word::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #d70c18;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.07);
    position: absolute;
    left: 0;
    transition: all 1s ease;
    bottom: 0px;
}

.goleeVideo2-single.active .word {
    color: #cc0000;
}

.goleeVideo2-single.active .word::after {
    width: 100%;
    transition: all 1s ease;
}

.goleeVideo2-single.active .img span {
    transition: all 0.5s ease;
    background: url(../img/video/路径\ 11266.png) #fff center center no-repeat;
}

ul.goleeVideo2-con li .img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

ul.goleeVideo2-con li .img img {
    display: block;
    width: 100%;
    transition: all 0.5s ease;
}

ul.goleeVideo2-con li .img span {
    display: block;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: url(../img/video/路径\ 11346.png) center center no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: 50%;
    margin-left: -32px;
    transition: all 0.5s ease;
}

ul.goleeVideo2-con li:hover .img img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

/*视频弹出*/
.ex-close {
    position: absolute;
    cursor: pointer
}

.ex-close span {
    vertical-align: middle
}

.ex-close .icon {
    position: relative;
    width: 45px;
    height: 45px;
    margin-left: 12px
}

.ex-close .icon .circle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 50%;
    transition: all 300ms ease-out;
    transform-origin: center center
}

.ex-close .icon .line {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background-color: #000;
    transition: all 300ms ease-out
}

@media (min-width:1025px) {
    .ex-close .icon:hover .circle {
        transform: scale(1.1)
    }

    .ex-close .icon:hover .line.line1 {
        transform: rotate(45deg)
    }

    .ex-close .icon:hover .line.line2 {
        transform: rotate(-45deg)
    }
}

@media (max-width:1024px) {
    .ex-close .icon .circle {
        transform: scale(1.1)
    }

    .ex-close .icon .line.line1 {
        transform: rotate(45deg)
    }

    .ex-close .icon .line.line2 {
        transform: rotate(-45deg)
    }
}

@media (max-width:1920px) {
    .ex-close .icon {
        width: 34.2px;
        height: 34.2px;
        margin-left: 9.12px;
        background-size: contain;
        display: block;
    }
}

.pop-video-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: #000
}

.pop-video-box .pop-cont {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pop-video-box .pop-cont .ex-close{
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: 100001
}

@media (max-width:1024px) {

    .pop-video-box .pop-cont .ex-close {
        top: .72917rem;
        right: .72917rem
    }
}

.pop-video-box .pop-cont .ex-close .icon .circle {
    border-color: #fff
}

.pop-video-box .pop-cont .ex-close .icon .line {
    background-color: #fff
}

.pop-video-box .pop-cont .cont {
    position: relative;
    z-index: 10000;
    width: 100%;
    height: 100%
}

.pop-video-box .pop-cont .cont video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
    margin: auto
}

.pop-video-box .pop-cont .cont img {
    position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    bottom: 2%;
    display: block;
    max-height: 96%;
    max-width: 100%;
    margin: auto
}



/* 媒体查询 */
@media screen and (max-width:1700px) {
    .goleeVideo1 h2 {
        padding: 110px 0 25px;
    }
}

@media screen and (max-width:1550px) {
    .goleeVideo1 h2 {
        padding: 100px 0 25px;
    }
    .goleeVideo1-t {
        margin-bottom: 50px;
    }
    .goleeVideo1-t1,.goleeVideo1-t2 {
        font-size: 33px;
    }
    .goleeVideo1-t3 p {
        line-height: 30px;
        font-size: 18px;
    }
    .goleeVideo1-t3 {
        margin-top: 50px;
    }
    .goleeVideo2 h2 {
        padding: 60px 0 50px;
    }
    ul.goleeVideo2-con li .word {
        font-size: 16px;
    }
    ul.goleeVideo2-con li .word {
        padding: 40px 0 30px;
    }
}

@media screen and (max-width:1400px) {
    .goleeVideo1 h2 {
        padding: 80px 0 25px;
    }
    .goleeVideo1-t {
        margin-bottom: 35px;
    }
    .goleeVideo1-t3 {
        margin-top: 35px;
    }
    .goleeVideo2 h2 {
        padding: 50px 0 40px;
    }
    .goleeVideo1-t1, .goleeVideo1-t2 {
        font-size: 30px;
    }
}

@media screen and (max-width:1300px) {
    .goleeVideo1 h2 {
        padding: 60px 0 25px;
    }
    ul.goleeVideo2-con li .word {
        font-size: 14px;
    }
    ul.goleeVideo2-con li .word {
        padding: 30px 0 20px;
    }
    .goleeVideo1-t3 p {
        font-size: 15px;
        margin-bottom: 5px;
        line-height: 26px;
    }
}

@media screen and (max-width:1024px) {
    .goleeVideo1-t {
        margin-bottom: 30px;
        line-height: 30px;
    }
    .goleeVideo1 {
        padding: 0 15px;
    }
    .goleeVideo1-con {
        padding: 0;
        display: block;
    }
    .goleeVideo1-video, .goleeVideo1-rig {
        width: 100% !important;
    }
    .goleeVideo1-video span {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
    }
    .goleeVideo1-t1, .goleeVideo1-t2 {
        display: inline-block;
        font-size: 24px;
        margin: 50px 0 15px;
        line-height: 1.5em;
    }
    .goleeVideo1-t1 {
        padding-left: 20px;
    }
    .goleeVideo1-t2 {
        text-indent: 0;
    }
    .goleeVideo1-rig {
        background: url(../img/video/组\ 11294.png) #fbfbfb 92% 24px no-repeat;
        background-size: 25% auto;
        padding-bottom: 60px;
    }
    .goleeVideo1-t3 p {
        font-size:14px;
        line-height: 28px;
    }
    li.goleeVideo2-single {
        width: 48%;
        margin: 0 0.6% 25px !important;
    }
    ul.goleeVideo2-con li .img span {
        width: 29px;
        height: 29px;
        background-size: 7px 9px !important;
        margin-top: -15px;
        margin-left: -15px;
    }
    .goleeVideo1-video {
    position: relative;
}
}

@media screen and (max-width:500px) {}

@media screen and (max-width:400px) {}
