﻿@font-face {
    font-family: 'Futura Medium';
    src: url('Futura-Medium.eot'),
        url('Futura-Medium.ttf'),
        url('Futura-Medium.svg'),
        url('Futura-Medium.woff');
    /* IE9 */
}

@font-face {
    font-family: 'Futura Light';
    src: url('Futura-Light.eot'),
        url('Futura-Light.ttf'),
        url('Futura-Light.svg'),
        url('Futura-Light.woff');
    /* IE9 */
}

html {
    font: 14px/1.5 Arial, 'Futura Medium', ' Microsoft Yahei';
    -webkit-tap-highlight-color: transparent;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;

}

ul,
li {
    list-style: none;
}

html,
body {
    padding: 0;
    margin: 0;
}

.casexq_box {
    text-align: center;
    background-color: #f8f8f8
}

.casexq_box .casexq_close {
    width: 1214px;
    height: 45px;
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

a {
    text-decoration: none;
}

.Video_box {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.Video_box .VideoContent {
    width: 100%;
    height: 100%;
    background-color: black;
}

.Video_box .VideoContent .Video {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.Video_box .Play {
    width: 36px;
    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%);
}

.casexq_box .casexq_listbox .casexq_name {
    font-family: 'Futura Medium';
}

.casexq_box .casexq_close a {
    width: 32px;
    height: 32px;
    position: absolute;
    right: -32px;
    background-color: #bf2224;
}

.casexq_box .casexq_close a img {
    width: 32px;
    height: 32px;
}

.casexq_box .casexq_close a i {
    width: 46px;
    height: 46px;
    font-size: 30px;
    position: absolute;
    left: 0px;
    color: #ffffff;
    transition: all .3s;
}

.casexq_box .casexq_close a i:hover {
    transform: rotate(90deg);
}

.casexq_box .casexq_listbox {
    width: 1214px;
    padding: 130px 80px 100px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    min-height: 980px;
    overflow: hidden;
    font-family: "Futura Medium";
}

.casexq_box .casexq_listbox .content_box {
    text-align: left;
    letter-spacing: 0.5px;
}

.casexq_box .casexq_listbox .content_box p,
.casexq_box .casexq_listbox .content_box section {
    line-height: 1.65;
    text-align: left;
    font-family: "Futura Medium";
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}


.casexq_box .casexq_listbox .casexq_list img {
    display: block;
    max-width: 100%;
    margin: 2% auto;
}

.casexq_box .casexq_listbox .casexq_list li {
    width: 100% !important;
}

.casexq_box .casexq_listbox .casexq_list .casexq_name {
    font-size: 22px;
    margin-bottom: 3%;
}

.casexq_box .casexq_listbox .casexq_list .casexq_time {
    font-size: 17px;
    margin: 25px 0 70px 0;
    font-family: "Futura Medium";
}

.casexq_box .casexq_listbox .nav {
    margin-top: 30px;
    position: relative;
}

.casexq_box .casexq_listbox .nav .pre {
    text-align: left;
    padding-bottom: 6px;
    display: block;
}

.casexq_box .casexq_listbox .nav .next {
    text-align: left;
    padding-bottom: 10px;
    display: block;
}

.casexq_box .casexq_listbox .nav .next,
.casexq_box .casexq_listbox .nav .pre {
    font-size: 16px;
    color: #7b7b7b;
    font-family: "Futura Medium";
}

.casexq_box .casexq_listbox .nav .next span,
.casexq_box .casexq_listbox .nav .pre span {
    position: relative;
    color: #000000;
}

.casexq_box .casexq_listbox .nav .next span:before,
.casexq_box .casexq_listbox .nav .pre span:before {
    width: 0%;
    height: 1px;
    content: "";
    background: rgba(0, 0, 0, 1);
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    transition: all .3s ease 0s;
}

.casexq_box .casexq_listbox .nav .next:hover span:before,
.casexq_box .casexq_listbox .nav .pre:hover span:before {
    width: 100%;
}

.casexq_box .casexq_listbox .share {
    position: relative;
    text-align: left;
    z-index: 11;
}

.casexq_box .casexq_listbox .share i {
    font-size: 20px;
}

.casexq_box .casexq_listbox .share .bdsharebuttonbox {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

#aside {
    cursor: pointer;
    display: none;
    position: fixed;
    width: 34px;
    height: 34px;
    right: -34px;
    text-align: center;
    background: url(../images/top.jpg) no-repeat;
    background-size: cover;
}

#aside span {
    color: white;
    font-size: 22px;
    line-height: 38px;
}

#aside img {
    width: 20px;
}


.casexq_top {
    z-index: 10;
    width: 1214px;
    height: 45px;
    position: fixed;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.casexq_box .close_min {
    display: block;
}

.casexq_box .close_max {
    display: none;
}

@media screen and (max-width: 1252px) {
    .casexq_box .casexq_listbox {
        width: 80%;
        padding: 50px 12px;
    }
}

@media screen and (max-width: 1213px) {
    .casexq_box .casexq_close {
        width: 80%;
        position: fixed;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .casexq_top {
        width: 80%;
        position: fixed;
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%);
    }

}

@media screen and (max-width: 991px) {
    .casexq_box .casexq_close {
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 99;
    }

    .casexq_top {
        position: fixed;
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%);
    }

    .casexq_box .casexq_close a {
        width: 32px;
        height: 32px;
    }

    .casexq_box .casexq_close a i {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }

    .casexq_box .casexq_listbox {
        width: 100%;
        padding: 50px 15px;
    }


    .casexq_box .close_min {
        display: none;
    }

    .casexq_box .close_max {
        display: block;
    }

    .casexq_box .casexq_listbox .casexq_list .casexq_name {
        font-size: 17px;
    }

    .casexq_box .casexq_listbox .casexq_list .casexq_time {
        font-size: 15px;
        margin: 25px 0 50px 0;
    }

    .casexq_box .casexq_listbox .content_box p {
        font-size: 13px;
    }
}