/* CSS Document */
@charset "utf-8";

*:focus {
    outline: none;
}

html,
body {
    height: 100%;
}

* {
    /* touch-action: pan-y; */
    margin: 0;
    padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fiedldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none;
}

a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-size: 24px;
    color: black;
}

input,
select,
textarea,
button {
    vertical-align: middle;
    border: none;
    -webkit-appearance: none !important;
    outline: 0;
}

a,
a:link {
    text-decoration: none;
    outline: none;
}

.hide {
    display: none;
}

.op {
    opacity: 0;
}

.fix {
    position: fixed;
}

.wrap{
    width: 100%;
    position: relative;
    min-height: 100%;
    background-color: #f6f6f6;
}

.kv,
.kv img{
    width: 100%;
    position: relative;
}

.kv::after{
    width: 100%;
    height: 220px;
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 5;
    background: url(../img/pc/hero/cover.png) center top border-box;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.list-inner{
    width: 1300px;
    margin: 0 auto;
    padding: 50px;
    background-color: white;
    /* margin-top: 45px; */
}

.video-title{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 38px;
}


.video-title h5{
    display: inline-block;
    font-size: 40px;
    line-height: 30px;
    /* font-weight: bold; */
    /* line-height: 38px; */
    vertical-align: top;
    margin-left: 10px;
    /* font-weight: bold; */
    font-family: 'hyf2gjm';
}

.video-title span{
    display: inline-block;
    height: 48px;
    border-bottom: 2px solid #b03228;
}

.video-play{
    display: inline-block;
    width: 890px;
    position: relative;
    vertical-align: top;
}

.video-play p{
    color: #a7a7a7;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    margin-bottom: 24px;
}

.video-play p span{
    font-size: 14px;
    line-height: 20px;
    float: right;
    color: rgba(19, 19, 19, .5);
}

.video-play iframe{
    width: 897px;
    height: 507px;
}

.video-right{
    display: inline-block;
    margin-left: 20px;
}

.content-list li,
.content-list li a,
.video-right li a,
.video-right li{
    width: 375px;
    height: 124px;
    position: relative;
    cursor: pointer;
    display: block;
}

.content-list li,
.video-right li{
    margin-bottom: 18px;
    position: relative;
}

/* .content-list li:hover,
.video-right li:hover{
    background-color: rgba(19, 19, 19, .02);
} */

.content-list li a:hover:before{
    opacity: 1;
}

.content-list li a::before{
    position: absolute;
    content: '';
    width: 61px;
    height: 61px;
    background: url(../img/pc/video-play.png) center center no-repeat;
    -o-background-size: contain;
    background-size: contain;
    left: 50%;
    top: 50%;
    margin-left: -31px;
    margin-top: -62px;
    transition: 0.3s;
    opacity: 0;
    z-index: 1;
}


.content-list li a::after{
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 132px;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
}

.content-list li a:hover:after{
    opacity: 1;
}

.video-right li a > img{
    width: 220px;
    height: 124px;
}

.video-right li a:hover:before{
    opacity: 1;
}

.video-right li a::after{
    position: absolute;
    content: '';
    width: 72px ;
    height: 72px ;
    background: url(../img/pc/video-play.png) center center no-repeat;
    -o-background-size: contain;
    background-size: contain;
    /* left:50%;
    top: 50%; */
    margin-left: -291px;
    margin-top: 27px;
    transition: 0.3s;
    opacity: 0;
    z-index: 1;
    position: absolute;
}

.video-right li a:hover::after{
    opacity: 1;
}

.video-right li a::before{
    position: absolute;
    content: '';
    width: 220px;
    height: 124px;
    background-color: rgba(19, 19, 19, .5);
    left: 0px;
    top: 0px;
    transition: 0.3s;
    opacity: 0;
    z-index: 1;
}

.video-info{
    width: calc(100% - 230px);
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 124px;
}

.content-list .video-info p,
.video-right .video-info >p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
}

.video-info div p{
    line-height: 22px;
    font-size: 14px;
    color: rgba(19, 19, 19, .5);
    vertical-align: top;
    margin-top: 6px;
}

.video-info div p img{
    vertical-align: top;
    margin-right: 5px;
}

.list-kv{
    height: 972px;
    width: 100%;
}

.kvSwiper1{
    width: 100%;
    height: 100%;
}

.kvSwiper1 .swiper-slide{
    background: url(../img/pc/video-kv.png) center center no-repeat;
    background-size: cover;
    height: 972px;
    width: 100%;
}

.kvSwiper1 .swiper-slide::before{
    width: 100%;
    height: 100%;
    background: url(../img/pc/video-kv-cover.png) center top no-repeat;
    background-size: cover;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.kv-video{
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.kvSwiper1-pagination{
    position: absolute;
    z-index: 5;
    bottom: 210px !important;
}

.kvSwiper1-pagination span{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid white;
    background-color: rgba(19, 19, 19, 0);
    opacity: 1;
}

.kvSwiper1-pagination span.swiper-pagination-bullet-active{
    background-color: white;
}

.kv-label{
    color: white;
    position: absolute;
    left: 50%;
    /* top: 50%; */
    top: 268px;
    z-index: 5;
    /* transform: translate(-50% , -50%); */
    margin-left: -650px;
    line-height: 60px;
    text-shadow: 2px 1px 21px #444444;
}

.kv-label h5{
    font-size: 80px;
    margin-bottom: 15px;
}

.kv-label p{
    font-size: 24px;
    margin-bottom: 60px;
}

.kv-label a{
    color: white;
    width: 200px;
    height: 60px;
    border-radius: 60px;
    background-color: #d53222;
    text-align: center;
}

.kv-label a:hover{
    background-color: #cf3c32;
}

.list-inner{
    background-color: rgba(19, 19, 19, 0);
}

.list-box{
    margin-top: 20px;
}

.nav-list li{
    width: auto;
    margin-right: 70px;
    width: auto !important;
}

.ol-tougao{
    font-size: 16px;
    color: white;
    display: block;
    float: right;
    width: 122px;
    height: 37px;
    background-color: #b7332a;
    text-align: center;
    line-height: 38px;
    border-radius: 20px;
    margin-top: 15px;
}

.content-list li,
.content-list li a{
    width: 244px;
    /* height: 230px; */
    height: 200px;
}

.content-list .video-info{
    width: 100%;
    font-size: 20px;
    height: calc(100% - 150px);
}

.content-list .video-info div p{
    width: 97px;
    display: inline-block;
    color: #a1a1a1;
}

.content-list li{
    margin-top: 35px;
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 9px;
}

.content-list li a > img{
    width: 244px;
    height: 132px;
}

.list-inner .search-box,
.list-inner .search{
    background-color: white;
}

.video-alert{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
    display: none;
}

.video-close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.video-alert iframe{
    width: 90%;
    position: absolute;
    left: 5%;
    height: calc(100vh - 200px);
    margin-top: 100px;
}