﻿.sideTechArea .topBox .Img,
.sideTechArea .topBox .Img img,
.videoList .videoItem .Img .playBtn .link,
.videoList .videoItem .Img .playBtn .link svg,
.videoList .videoItem .Img .playBtn .trangle,
.videoList .videoItem .Img a:before,
.videoList .videoItem .Img img,
.videoList .videoItem .item {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.bannerItem .TxtBox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    max-width: 1500px;
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bannerItem .TxtBox .Txt {
    width: 45%;
    margin: auto 0;
    left: 0;
    top: 0;
    position: relative
}

@media (max-width:440px) {
    .bannerItem .TxtBox .Txt {
        width: 62%
    }
}

.bannerItem .TxtBox .Txt .tagGroup {
    color: #E1251B;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 5px
}

.bannerItem .TxtBox .Txt .contentText {
    color: #999999;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 1.4
}

@media (max-width:1180px) {
    .bannerItem .TxtBox .Txt .contentText {
        display: none
    }
}

@media (max-width:1180px) {
    .bannerItem .TxtBox .Txt .title {
        font-size: 22px;
        font-weight: 400;
        letter-spacing: 1.1px;
        line-height: 1.4
    }
}

@media (max-width:440px) {
    .bannerItem .TxtBox .Img img {
        min-height: 250px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.bannerItem .TxtBox .palyBtnBox {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:960px) {
    .bannerItem .bgVideoArea {
        width: 100%;
        height: auto
    }
}

.contentBox .topBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 3
}

@media (max-width:1180px) {
    .contentBox .topBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.contentBox .topBox .filterBox {
    padding: 0;
    position: relative;
    z-index: 2
}

.videoList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.videoList .videoItem {
    width: 33.33%;
    padding: 20px 10px
}

@media (max-width:1280px) {
    .videoList .videoItem {
        width: 50%
    }
}

@media (max-width:840px) {
    .videoList .videoItem {
        width: 100%
    }
}

.videoList .videoItem .Img {
    width: 100%;
    position: relative
}

.videoList .videoItem .Img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 2
}

.videoList .videoItem .Img a:before {
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 6px solid transparent;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.videoList .videoItem .Img img {
    display: block;
    width: 100%
}

.videoList .videoItem .Img .colorBox {
    aspect-ratio: 880/480;
    display: block;
    width: 100%
}

.videoList .videoItem .Img .playBtn {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    -webkit-transition: 0.5s cubic-bezier(0.51, 0.07, 0, 1.19);
    -o-transition: 0.5s cubic-bezier(0.51, 0.07, 0, 1.19);
    -moz-transition: 0.5s cubic-bezier(0.51, 0.07, 0, 1.19);
    transition: 0.5s cubic-bezier(0.51, 0.07, 0, 1.19)
}

.videoList .videoItem .Img .playBtn .trangle {
    width: 14px;
    height: 16px;
    margin-left: 2px;
    margin-top: 2px
}

.videoList .videoItem .Img .playBtn .trangle svg {
    display: block;
    width: 100%;
    height: 100%;
    stroke: #fff;
    stroke-width: 0.25;
    fill: transparent
}

.videoList .videoItem .Img .playBtn .link {
    width: 26px;
    height: 26px;
    position: absolute;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px);
    left: -webkit-calc(50% - 11px);
    left: -moz-calc(50% - 11px);
    left: calc(50% - 11px);
    bottom: auto;
    right: auto;
    pointer-events: none
}

.videoList .videoItem .Img .playBtn .link svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.5;
    stroke-miterlimit: 10;
    stroke-linejoin: round
}

.videoList .videoItem .item {
    position: relative;
    height: 100%;
    background-color: #fff
}

@media (min-width:1181px) {
    .videoList .videoItem .item:hover .Img a:before {
        -moz-border-image: -moz-linear-gradient(top left, #000 0%, #E1251B 100%);
        -webkit-border-image: -webkit-linear-gradient(top left, #000 0%, #E1251B 100%);
        -o-border-image: -o-linear-gradient(top left, #000 0%, #E1251B 100%);
        border-image: -webkit-gradient(linear, left top, right bottom, from(#000), to(#E1251B));
        border-image: linear-gradient(to bottom right, #000 0%, #E1251B 100%);
        border-image-slice: 1;
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .videoList .videoItem .item:hover .Img img {
        -webkit-filter: brightness(0.5);
        filter: brightness(0.5)
    }

    .videoList .videoItem .item:hover .Img .playBtn {
        /* border-width: 2px;
        width: 110px;
        height: 110px;
        right: 50%;
        bottom: 50%;
        -webkit-transform: translate3d(50%, 50%, 0);
        -moz-transform: translate3d(50%, 50%, 0);
        transform: translate3d(50%, 50%, 0) */
    }

    .videoList .videoItem .item:hover .Img .playBtn .trangle {
        width: 23px;
        height: 27px;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s
    }

    .videoList .videoItem .item:hover .Img .playBtn .trangle svg {
        stroke-width: 0.25
    }

    .videoList .videoItem .item:hover .Img .playBtn .link {
        width: 35px;
        height: 35px;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
        position: absolute;
        top: -webkit-calc(50% - 14px);
        top: -moz-calc(50% - 14px);
        top: calc(50% - 14px);
        left: -webkit-calc(50% - 13.5px);
        left: -moz-calc(50% - 13.5px);
        left: calc(50% - 13.5px);
        bottom: auto;
        right: auto
    }

    .videoList .videoItem .item:hover .Img .playBtn .link svg {
        width: 30px;
        height: 30px
    }
}

.videoList .Txt {
    background-color: #fff;
    padding: 25px 30px 50px
}

@media (max-width:1180px) {
    .videoList .Txt {
        padding: 30px 20px
    }
}

@media (max-width:640px) {
    .videoList .Txt {
        padding: 20px
    }
}

.videoList .Txt .title {
    margin-bottom: 10px
}

.videoList .Txt .title.ellipsis {
    max-height: 71px
}

@media (max-width:640px) {
    .videoList .Txt .title.ellipsis {
        max-height: 105px
    }
}

.videoList .Txt .smallContentText {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.3
}

.videoList .Txt .smallContentText.ellipsis {
    max-height: 55px
}

.videoList .Txt .tagGroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.videoList .Txt .tagGroup .tagTitle {
    width: 100%;
    color: #222;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 1.5
}

.videoList .Txt .tagGroup .ellipsis {
    max-height: 50px
}

.videoList .Txt .tagGroup span {
    color: #E1251B;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5
}

.videoList .Txt .tagGroup span a {
    color: #000
}

.videoList .Txt .tagGroup span a:hover {
    color: #E1251B
}

.pageBox .pageList {
    padding: 80px 0 25px
}

@media (max-width:480px) {
    .sideTechArea .moduleContent {
        padding-top: 0
    }
}

.sideTechArea .moduleClose {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.sideTechArea .topBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 40px
}

@media (max-width:768px) {
    .sideTechArea .topBox {
        padding-bottom: 30px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.sideTechArea .topBox .Img {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    width: 100%;
    opacity: 0
}

@media (max-width:768px) {
    .sideTechArea .topBox .Img {
        margin-bottom: 20px
    }
}

.sideTechArea .topBox .Img.hasAlbum,
.sideTechArea .topBox .Img.hasVideo {
    cursor: pointer
}

.sideTechArea .topBox .Img img {
    display: block;
    width: 100%
}

.sideTechArea .topBox .Img .videoPlayBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sideTechArea .topBox .title {
    opacity: 0;
    padding: 35px 0 0
}

@media (max-width:768px) {
    .sideTechArea .topBox .title {
        width: 100%
    }
}

.sideTechArea .topBox .tagGroup {
    opacity: 0;
    margin-top: 35px
}

.sideTechArea .topBox .tagGroup .tagTitle {
    color: #222;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 1.5
}

.sideTechArea .topBox .tagGroup span {
    color: #E1251B;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 10px
}

.sideTechArea .videoContent {
    padding: 25px 0;
    opacity: 0;
    border-bottom: 1px solid #ccc
}

@media (max-width:480px) {
    .sideTechArea .videoContent {
        padding: 20px 0
    }
}

.sideTechArea.show .moduleClose {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.sideTechArea.show .topBox .Img {
    -webkit-animation: showAni 0.6s 0.4s ease-out forwards;
    -moz-animation: showAni 0.6s 0.4s ease-out forwards;
    animation: showAni 0.6s 0.4s ease-out forwards
}

.sideTechArea.show .topBox .title {
    -webkit-animation: showAni 0.5s 0.7s ease-out forwards;
    -moz-animation: showAni 0.5s 0.7s ease-out forwards;
    animation: showAni 0.5s 0.7s ease-out forwards
}

.sideTechArea.show .videoContent {
    -webkit-animation: showAni 0.5s 1s ease-out forwards;
    -moz-animation: showAni 0.5s 1s ease-out forwards;
    animation: showAni 0.5s 1s ease-out forwards
}

.sideTechArea.show .tagGroup {
    -webkit-animation: showAni 0.5s 1.2s ease-out forwards;
    -moz-animation: showAni 0.5s 1.2s ease-out forwards;
    animation: showAni 0.5s 1.2s ease-out forwards
}

@-webkit-keyframes showAni {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-moz-keyframes showAni {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes showAni {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}