
@font-face {
    font-family: "造字工房力黑体";
    src: url("../font/造字工房力黑体.woff2") format("woff2"), url("../font/造字工房力黑体.woff") format("woff"), url("../font/造字工房力黑体.ttf") format("truetype"), url("../font/造字工房力黑体.eot") format("embedded-opentype"), url("../font/造字工房力黑体.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 16px;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none;
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    margin: 0;
}

p {
    margin: 0;
}

* {
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.clear::after {
    content: '';
    display: block;
    clear: both;
}

#container-back li:last-child {
    border: none
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }
}

@media only screen and (max-width: 1199px) {
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0px 20px;
        position: relative;
    }
}


/* box */

* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    header {
        height: 90px;
        position: relative;
    }
    header .logo {
        float: left;
        margin-left: -20px;
        /* height: 90px; */
        margin-top: 30px;
        width: 315px;
    }
    header nav {
        float: left;
        margin-left: 15px;
    }
    header nav>ul>li {
        padding: 0px 15px;
        display: inline-block;
    }
    header nav>ul>li>a {
        padding: 32px 0px;
        display: inline-block;
        border-bottom: 4px solid #fff;
        font-size: 18px;
        color: #333333;
    }
    header nav>ul>li>a:hover {
        border-bottom: 4px solid #a50f14;
    }
    header nav>.active a {
        border-bottom: 4px solid #a50f14;
    }
    header nav>ul>li:hover .hide-nav {
        height: 90px;
        margin-top: 3px;
    }
    .search {
        width: 160px;
        height: 27px;
        position: absolute;
        right: -20px;
        top: 35px;
        z-index: 999;
    }
    .Qr-code {
        width: 346px;
        height: auto;
        border-left: 1px solid #e0e0e0;
        margin: 30px auto;
        float: right;
        text-align: center;
    }
    .list-News .info {
        width: 1025px;
        height: auto;
        float: right;
    }
    .max-news {
        overflow: hidden;
        height: 290px;
        border-bottom: 1px solid #ccc;
    }
    .max-news>div {
        width: 694px;
        height: auto;
        float: left;
    }
    .max-news>img {
        float: right;
        width: 464px;
    }
    .contact-us {
        overflow: hidden;
        margin: 40px auto;
    }
    .contact-us>div {
        width: 754px;
        float: left;
    }
    .contact-us ul {
        width: 315px;
        background: url(../image/ico.jpg) left no-repeat;
        padding-left: 60px;
        float: right;
        margin-top: 90px;
    }
    .calss-nav li {
        display: inline-block;
        padding: 0px 50px;
        border-right: 1px solid #333;
    }
}

@media only screen and (max-width: 1199px) {
    header {
        height: 90px;
        position: relative;
    }
    header .logo {
        display: none;
    }
    header nav {
        float: left;
        margin-left: 15px;
    }
    header nav>ul>li {
        padding: 0px 30px;
        display: inline-block;
    }
    header nav>ul>li>a {
        padding: 29px 0px;
        display: inline-block;
        border-bottom: 4px solid #fff;
        font-size: 22px;
        color: #333333;
    }
    header nav>ul>li>a:hover {
        border-bottom: 4px solid #a50f14;
    }
    header nav>.active a {
        border-bottom: 4px solid #a50f14;
    }
    header nav>ul>li:hover .hide-nav {
        height: 90px;
        margin-top: 3px;
    }
    .mobile {
        height: 100%;
    }
    .search {
        display: none;
    }
    .Qr-code {
        display: none;
    }
    .list-News .info {
        width: 82%;
        height: auto;
        float: right;
    }
    .max-news {
        overflow: hidden;
        height: 290px;
        border-bottom: 1px solid #ccc;
    }
    .max-news>div {
        width: 60%;
        height: auto;
        float: left;
    }
    .max-news>img {
        float: right;
        width: 35%;
    }
    .contact-us {
        overflow: hidden;
        margin: 40px auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .contact-us>div {
        width: 55%;
        float: left;
    }
    .contact-us>div>img {
        width: 100%;
    }
    .contact-us ul {
        width: 40%;
        background: url(../image/ico.jpg) left no-repeat;
        padding-left: 60px;
        float: right;
    }
    .calss-nav li {
        display: inline-block;
        padding: 0px 30px;
        border-right: 1px solid #333;
    }
}


/*
header {
    height: 90px;
    position: relative;
}

header .logo {
    float: left;
    margin-left: -150px;
    height: 90px;
}

header nav {
    float: left;
    margin-left: 15px;
}

header nav>ul>li {
    padding: 0px 35px;
    display: inline-block;
}

header nav>ul>li>a {
    padding: 29px 0px;
    display: inline-block;
    border-bottom: 4px solid #fff;
    font-size: 22px;
    color: #333333;
}

header nav>ul>li>a:hover {
    border-bottom: 4px solid #a50f14;
}

header nav>.active a {
    border-bottom: 4px solid #a50f14;
}

header nav>ul>li:hover .hide-nav {
    height: 90px;
    margin-top: 3px;
} */

.map-box {
    border: 1px solid #ddd;
    height: 100%;
    padding: 0;
    margin-top: 40px;
}

.map-box div {
    display: inline-block;
    margin-bottom: 10px;
}

.map-box h2 {
    /* color: #a50f14; */
    /* color: #c00; */
    margin: 10px 0 0 30px;
    font-size: 14px;
    font-family: 微软雅黑;
    font-weight: bold
}

.map-box h2 a {
    color: #a50f14;
}

.map-box ul {
    list-style-type: none;
}

.map-box ul li {
    float: left;
    clear: none;
    margin: 20px 10px;
    background: url('http://www.ccmg.cn/map/li.png') 0 -2px repeat-x;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 14px;
}

.map-box ul li a {
    margin: 15px 30px;
    text-decoration: none;
    color: #666;
}

.hide-nav {
    overflow: hidden;
    transition: all .3s;
    height: 0px;
    background-color: rgba(89, 106, 148, .7);
    left: 0px;
    position: fixed;
    top: 88px;
    z-index: 99;
    width: 100%;
}

.hide-nav a {
    line-height: 90px;
    transition: all .8s;
    color: #fff;
    font-size: 24px;
    margin: 0px 30px;
}

.hide-nav li {
    text-align: center;
}

.hide-nav a:hover {
    color: #f1f1f1;
}


/* .search {
    width: 160px;
    height: 27px;
    position: absolute;
    right: -158px;
    top: 39px;
    z-index: 999;
} */

.search input[type='text'] {
    width: 127px;
    float: left;
    height: 26px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    border-right: 0px;
}

.search input[type='submit'] {
    cursor: pointer;
    width: 29px;
    height: 26px;
    float: left;
    background: url(../image/ico1.jpg) 3px 0px no-repeat #a50f14;
    border: 0px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.banner {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: calc(100% - 90px);
    top: 90px;
}

#qrcode {
    padding: 20px;
    display: none;
    position: absolute;
    bottom: 40%;
    left: 100px;
    z-index: 999;
    text-align: center;
    width: 300px;
    height: 300px;
    color: #fff;
    background-color: #fff;
    font-size: 16px;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

@media only screen and (min-width: 1200px) {
    /* 屏幕大于1200时 */
    .gallery-top {
        overflow: hidden;
        height: 100%;
        width: 100%;
    }
    .gallery-thumbs {
        height: 100px;
        left: calc(50% - (644px / 2));
        /* background: url(../img/ico5.png) no-repeat; */
        position: absolute;
        bottom: 10%;
        width: 644px;
        box-sizing: border-box;
        padding-left: 120px;
    }
    .gallery-thumbs .swiper-slide {
        width: 107px;
        height: 100px;
        opacity: 0.4;
    }
    .Share-l {
        width: 78px;
        height: 289px;
        background: url(../image/ico6.png) no-repeat;
        position: fixed;
        top: 30%;
        left: 0px;
    }
    .Share-l div {
        width: 100%;
        height: 78px;
        margin-bottom: 28px;
        overflow: hidden;
    }
    .Share-r {
        width: 78px;
        height: 289px;
        background: url(../image/ico7.png) no-repeat;
        position: fixed;
        top: 30%;
        right: 0px;
    }
    .Share-r div {
        width: 100%;
        height: 78px;
        margin-bottom: 28px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1199px) {
    /* 屏幕小于1199时 */
    .gallery-top {
        overflow: hidden;
        height: 40%;
        width: 100%;
        display: none;
    }
    .gallery-thumbs {
        height: 80px;
        left: calc(50% - (width / 2));
        /* background: url(../img/ico5.png) no-repeat; */
        position: absolute;
        bottom: 10%;
        width: 100%;
        box-sizing: border-box;
        padding-left: 30%;
    }
    .gallery-thumbs .swiper-slide {
        width: 53px;
        height: 50px;
        opacity: 0.4;
    }
    .gallery-thumbs img {
        width: 53px;
        height: 50px;
    }
    .Share-l {
        width: 50px;
        height: 200px;
        background: url(../image/ico6.png) no-repeat;
        background-size: 70%;
        position: fixed;
        top: 20%;
        left: 0px;
    }
    .Share-l div {
        width: 100%;
        height: 50px;
        overflow: hidden;
    }
    .Share-r {
        width: 35px;
        height: 200px;
        background: url(../image/ico7.png) no-repeat;
        background-size: 100%;
        position: fixed;
        top: 20%;
        right: 0px;
    }
    .Share-r div {
        width: 100%;
        height: 35px;
        overflow: hidden;
    }
}


/* .gallery-thumbs {
    height: 100px;
    left: calc(50% - (644px / 2));
    background: url(../img/ico5.png) no-repeat;
    position: absolute;
    bottom: 10%;
    width: 644px;
    box-sizing: border-box;
    padding-left: 120px;
} */


/* .gallery-thumbs .swiper-slide {
    width: 107px;
    height: 100px;
    opacity: 0.4;
} */

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-top .swiper-button-next {
    right: 10%;
}

.gallery-top .swiper-button-prev {
    left: 10%;
}

.foot-info {
    position: absolute;
    bottom: 3px;
    z-index: 999;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 16px;
}

.foot-info a {
    color: #fff;
    margin: 0px 5px;
}


/* .Share-l {
    width: 78px;
    height: 289px;
    background: url(../image/ico6.png) no-repeat;
    position: fixed;
    top: 30%;
    left: 0px;
}

.Share-l div {
    width: 100%;
    height: 78px;
    margin-bottom: 28px;
    overflow: hidden;
}

.Share-r {
    width: 78px;
    height: 289px;
    background: url(../image/ico7.png) no-repeat;
    position: fixed;
    top: 30%;
    right: 0px;
}

.Share-r div {
    width: 100%;
    height: 78px;
    margin-bottom: 28px;
    overflow: hidden;
} */

section {
    overflow: hidden;
    padding-bottom: 50px;
}

.Inbanner {
    width: 100%;
    height: 595px;
    overflow: hidden;
}

.Inbanner h3 {
    font-size: 88px;
    text-indent: 70px;
    font-weight: 300;
    color: #fff;
    line-height: 140px;
    margin-top: 314px;
}

.Inbanner p {
    font-size: 34px;
    text-indent: 70px;
    color: #ffffff;
    line-height: 70px;
    text-transform: uppercase;
}

.calss-nav {
    overflow: hidden;
    padding: 23px 0px;
    background: #fff;
    box-shadow: 1px 1px 4px 3px #ebebeb;
}

/* .calss-nav li {
    display: inline-block;
    padding: 0px 50px;
    border-right: 1px solid #333;
} */

.calss-nav li a {
    font-size: 24px;
    color: #000000;
}

.calss-nav li:hover a {
    color: #a50f14;
}

.calss-nav .active a {
    color: #a50f14;
}

.title {
    text-align: center;
    letter-spacing: 3px;
    position: relative;
    margin: 70px auto 60px;
}

.title h3 {
    font-family: '造字工房力黑体';
    font-size: 36px;
    line-height: 50px;
}

.title p {
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    text-transform: uppercase;
}

.title::after {
    content: "";
    width: 33px;
    height: 5px;
    background: #a50f14;
    position: absolute;
    left: 49%;
    bottom: -10px;
}

.text-info {
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}

.text-info p {
    margin: 10px auto;
    text-indent: 30px;
}

.text-info img {
    margin: 10px auto;
}

footer {
    overflow: hidden;
    /* height: 365px; */
    background: #e8e8e8;
}

footer .Foot-link {
    overflow: hidden;
    /* height: 38px; */
    background: #a50f14;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
}

footer .Foot-link a {
    color: #fff;
    margin: 0px 14px;
}

footer ul {
    margin: 30px auto;
    float: left;
}

footer ul li {
    width: 190px;
    float: left;
    text-align: left;
    display: flex;
    flex-direction: column;
}

footer ul li a {
    color: #333333;
    font-size: 14px;
    line-height: 34px;
}


/* .Qr-code {
    width: 346px;
    height: auto;
    border-left: 1px solid #e0e0e0;
    margin: 30px auto;
    float: right;
    text-align: center;
} */

.Qr-code p {
    font-size: 14px;
}

.foot-f {
    overflow: hidden;
    background: #b8b8b8;
    width: 100%;
    line-height: 45px;
    text-align: center;
    color: #333333;
    font-size: 14px;
}

.foot-f a {
    margin: 0px 5px;
    color: #333333;
}

.About-box2 {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.About-box2 img {
    width: 342px;
}

.About-box2 .box2-info {
    width: 802px;
    font-size: 14px;
    line-height: 40px;
    color: #333333;
}

.About-box2 .box2-info>img {
    width: 58px;
}

.About-box2 .box2-info p {
    text-indent: 30px;
}

.About-box2 .box2-info p:nth-child(3) {
    float: right;
    margin-top: 80px;
}

.About-box3 {
    overflow: hidden;
    margin: 30px auto;
}

.About-box3 li:nth-child(2n+0) {
    background: url(../image/ico14.png) right bottom no-repeat;
}

.About-box3 li {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 40px;
    min-height: 316px;
    background: url(../image/ico12.png) left bottom no-repeat;
}

.About-box3 li img {
    width: 277px;
    height: 247px;
}

.About-box3 li div {
    width: 888px;
}

.About-box3 li div h3 {
    font-size: 36px;
    color: #000000;
    line-height: 50px;
}

.About-box3 li div span {
    font-size: 22px;
    color: #a50f14;
    font-weight: 400;
    margin-left: 5px;
}

.About-box3 li div p {
    font-size: 14px;
    line-height: 28px;
    color: #000000;
}

.About-box4 {
    overflow: hidden;
    margin: 40px auto;
    text-align: center;
}

.box4-no1 {
    font-size: 30px;
    width: 355px;
    height: 87px;
    text-align: center;
    margin: auto;
    background: #a50f14;
    border-radius: 5px;
    margin-bottom: 60px;
    line-height: 87px;
    color: #fff;
}

.box4-list1,
.box4-list2 {
    display: flex;
    justify-content: space-between;
}

.box4-list1 li {
    width: 270px;
    height: 88px;
    text-align: center;
    margin-bottom: 60px;
    line-height: 88px;
    color: #fff;
    font-size: 25px;
    background: #302b28;
}

.box4-list2 li {
    color: #fff;
    font-size: 20px;
    width: 91px;
    height: 268px;
    padding: 80px 30px;
    float: left;
    text-align: center;
    margin-bottom: 60px;
    border-radius: 5px;
    background: #767676;
}

.About-box5 {
    margin: 40px auto;
    overflow: hidden;
}

.About-box5 ul {
    background: url(../image/ico24.png) 249px 5px repeat-y;
}

.About-box5 ul li {
    overflow: hidden;
    margin-bottom: 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.About-box5 ul li div:nth-child(1) {
    width: 265px;
    height: 88px;
    color: #333333;
    font-size: 50px;
    text-align: center;
    line-height: 88px;
}

.About-box5 ul li div:nth-child(1):hover {
    background: url(../image/ico23.png) #a50f14 right no-repeat;
    color: #fff;
    cursor: pointer;
}

.About-box5 ul li div:nth-child(2) {
    width: 905px;
    height: auto;
    padding: 28px;
    background: #fff;
    box-shadow: 4px 2px 4px 4px #ccc;
    font-size: 24px;
    color: #000000;
    line-height: 40px;
}


/* .contact-us {
    overflow: hidden;
    margin: 40px auto;
}

.contact-us>div {
    width: 754px;
    float: left;
}

.contact-us ul {
    width: 315px;
    background: url(../image/ico.jpg) left no-repeat;
    padding-left: 60px;
    float: right;
    margin-top: 90px;
} */

.contact-us ul li {
    font-size: 16px;
    color: #333333;
    line-height: 84px;
}

.media-box .title {
    margin: 70px auto 100px;
}

.media-box {
    overflow: hidden;
    height: 910px;
    position: relative;
}

.media1 {
    position: absolute;
    left: 0px;
    top: 0px;
}

.media2 {
    position: absolute;
    top: 185px;
    left: 235px;
    z-index: 99;
}

.media3 {
    position: absolute;
    top: 185px;
    right: 238px;
    z-index: 92;
}

.media4 {
    position: absolute;
    right: -40px;
    top: 15px;
}

.max-box {
    overflow: hidden;
}

.business {
    overflow: hidden;
    margin: 90px auto;
}

.business li {
    margin-bottom: 55px;
    position: relative;
}

.business li a img {
    position: absolute;
    right: 105px;
    transition: all .8s;
    transform: scale(1, 1);
    top: 150px;
    z-index: 99;
}

.business li a img:hover {
    transform: scale(1.03, 1.03);
}

.business li>img {
    box-shadow: 2px 4px 21px 5px #ccc;
}

.news-box {
    overflow: hidden;
    margin: 60px auto;
}

.news-box1 {
    overflow: hidden;
    margin: 30px auto;
}

.video-list {
    overflow: hidden;
    text-align: center;
}

.video-list ul {
    margin-bottom: 50px;
    overflow: hidden;
}

.video-list li:hover img {
    transform: scale(1.02, 1.02)
}

.video-list li {
    width: 386px;
    float: left;
    margin-right: 20px;
    height: 323px;
    position: relative;
    margin-bottom: 20px;
}

.video-list li:nth-child(3n+0) {
    margin-right: 0px;
}

.video-list li img {
    width: 100%;
    height: 217px;
    transform: scale(1, 1);
    transition: all .8s;
}

.video-list li div {
    width: 93px;
    height: 93px;
    background: url(../image/ico35.png) center no-repeat;
    position: absolute;
    top: 65px;
    left: 146px;
    z-index: 99;
}

.video-list li h3 {
    text-align: center;
    line-height: 40px;
    color: #010101;
    font-size: 24px;
    padding: 5px 0px;
    font-weight: 400;
}

.More {
    padding: 12px 100px;
    margin: auto;
    display: inline-block;
    overflow: hidden;
    background: #a50f14;
    color: #fff;
    font-size: 20px;
}


/* .max-news {
    overflow: hidden;
    height: 290px;
    border-bottom: 1px solid #ccc;
}

.max-news>div {
    width: 694px;
    height: auto;
    float: left;
} */

.max-news>div span {
    font-size: 24px;
    color: #333333;
    line-height: 22px;
}

.max-news>div h3 {
    font-size: 24px;
    color: #000000;
    line-height: 50px;
}

.max-news>div p {
    font-size: 14px;
    color: #000000;
    line-height: 29px;
    margin-bottom: 20px;
}

.max-news>div a {
    padding: 5px 15px;
    background: #a50f14;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}


/* .max-news>img {
    float: right;
    width: 464px;
} */

.list-News {
    overflow: hidden;
    margin: 28px auto;
}

.list-News li {
    overflow: hidden;
    padding: 32px 0px;
}

.list-News li:hover {
    background: #d1d1d1;
}

.list-News .time {
    width: 152px;
    background: url(../image/ico43.jpg) center;
    float: left;
    text-indent: 20px;
}

.list-News .time h3 {
    color: #a50f14;
    line-height: 84px;
    font-size: 60px;
}

.list-News .time p {
    font-size: 18px;
    color: #000000;
    line-height: 39px;
}


/* .list-News .info {
    width: 1025px;
    height: auto;
    float: right;
} */

.list-News .info h3 {
    font-size: 24px;
    color: #000000;
    line-height: 50px;
}

.list-News .info span {
    font-size: 14px;
    color: #000000;
    line-height: 34px;
}

.list-News .info {
    font-size: 14px;
    color: #000000;
    line-height: 28px;
}

.More-m {
    text-align: center;
    width: 100%;
}

.time-1s {
    visibility: visible;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}

.time-2s {
    visibility: visible;
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.time-3s {
    visibility: visible;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.time-4s {
    visibility: visible;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.time-5s {
    visibility: visible;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.time-6s {
    visibility: visible;
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.time-7s {
    visibility: visible;
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.time-8s {
    visibility: visible;
    animation-duration: 0.9s;
    -webkit-animation-duration: 0.9s;
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.time-9s {
    visibility: visible;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}

.time-10s {
    visibility: visible;
    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.time-11s {
    visibility: visible;
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
}

.time-12s {
    visibility: visible;
    animation-duration: 1.3s;
    -webkit-animation-duration: 1.3s;
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.time-13s {
    visibility: visible;
    animation-duration: 1.4s;
    -webkit-animation-duration: 1.4s;
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
}

.time-14s {
    visibility: visible;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
}

.time-15s {
    visibility: visible;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}

.time-17s {
    visibility: visible;
    animation-duration: 1.8s;
    -webkit-animation-duration: 1.8s;
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
}