* {
    margin: 0;
    padding: 0;
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
}

html, body {
    height: 100%;
}

body {
    font-family: "Microsoft YaHei","Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 16px;
    color: #282828;
    line-height: 1.625;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Microsoft YaHei","Helvetica Neue", helvetica, arial, sans-serif;
    line-height: 1.4;
}

a {
    transition: all 0.2s ease;
    color: #282828;
    text-decoration: none;
}

    a:hover {
        color: #15b0e8;
        text-decoration: none;
    }

    a:focus {
        outline: none;
    }

ul, ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

i, em, cite {
}

sup {
    vertical-align: text-top;
    font-size: 0.5em;
}

sub {
    vertical-align: text-bottom;
    font-size: 0.5em;
}

input, textarea, select, button {
    font-family: inherit;
    font-size: inherit;
    *font-size: 100%;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}

input, textarea, select, button {
    outline: none;
}

    input[type="submit"], input[type="reset"], input[type="button"], button, button[type="button"], button[type="submit"], button[type="reset"] {
        cursor: pointer;
        -webkit-appearance: none;
    }

textarea {
    resize: none;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin: 0;
  padding: 0
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0px
}

a:focus, a:hover {
  text-decoration: none
}

p {
  margin: 0
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

/* body background */
body.bg-f4 {
    background: #f4fdfd;
}

.modal-open {
    overflow: hidden;
}
/* no margin */
.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-bottom: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

/* no padding */
.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-bottom: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

/* no border */
.no-border {
    border: none !important;
}

.no-border-top {
    border-top: none !important;
}

.no-border-right {
    border-right: none !important;
}

.no-border-bottom {
    border-bottom: none !important;
}

.no-border-left {
    border-left: none !important;
}

/* hidden */
.hidden {
  display: none !important
}

/* mobile */
@media (max-width:750px) {
    body {
        font-size: 1.2307692307692308rem;
        line-height: 1.625;
    }
}

/* buttons */
.hw-btn {
    display: inline-block;
    height: 45px;
    margin: 10px;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    line-height: 43px;
    background-color: #cb0007;
    box-sizing: border-box;
  border: 1px solid #cb0007;}

    .hw-btn:hover {
        color: #fff;
        background: #cb0007;
  border-color: #cb0007
    }

    .hw-btn:focus {
  color: white
    }

    .hw-btn i {
        display: inline-block;
        width: 43px;
        height: 100%;
        margin-left: -10px;
        margin-right: 2px;
        border-radius: 50%;
        vertical-align: bottom;
        background-repeat: no-repeat;
        background-position: center;
    }

        .hw-btn i.icon-play {
            background-image: url(/Assets/CNBG/v2/img/btns/play.png);
        }

        .hw-btn i.icon-ppt {
            background-image: url(/Assets/CNBG/v2/img/btns/ppt.png);
        }

        .hw-btn i.icon-book {
            background-image: url(/Assets/CNBG/v2/img/btns/book.png);
        }

        .hw-btn i.icon-tag {
            background-image: url(/Assets/CNBG/v2/img/btns/tag.png);
        }

        .hw-btn i.icon-datatable {
            background-image: url(/Assets/CNBG/v2/img/btns/datatable.png);
        }

        .hw-btn i.icon-datetime {
            background-image: url(/Assets/CNBG/v2/img/btns/datetime.png);
        }

        .hw-btn i.icon-doc {
            background-image: url(/Assets/CNBG/v2/img/btns/doc.png);
        }

        .hw-btn i.icon-download {
            background-image: url(/Assets/CNBG/v2/img/btns/download.png);
        }

        .hw-btn i.icon-email {
            background-image: url(/Assets/CNBG/v2/img/btns/email.png);
        }

        .hw-btn i.icon-form {
            background-image: url(/Assets/CNBG/v2/img/btns/form.png);
        }

        .hw-btn i.icon-help {
            background-image: url(/Assets/CNBG/v2/img/btns/help.png);
        }

        .hw-btn i.icon-idea {
            background-image: url(/Assets/CNBG/v2/img/btns/idea.png);
        }

        .hw-btn i.icon-info {
            background-image: url(/Assets/CNBG/v2/img/btns/info.png);
        }

        .hw-btn i.icon-link {
            background-image: url(/Assets/CNBG/v2/img/btns/link.png);
        }

        .hw-btn i.icon-location {
            background-image: url(/Assets/CNBG/v2/img/btns/location.png);
        }

        .hw-btn i.icon-phone {
            background-image: url(/Assets/CNBG/v2/img/btns/phone.png);
        }

        .hw-btn i.icon-picture {
            background-image: url(/Assets/CNBG/v2/img/btns/picture.png);
        }

        .hw-btn i.icon-shake {
            background-image: url(/Assets/CNBG/v2/img/btns/shake.png);
        }

        .hw-btn i.icon-share {
            background-image: url(/Assets/CNBG/v2/img/btns/share.png);
        }

        .hw-btn i.icon-star {
            background-image: url(/Assets/CNBG/v2/img/btns/star.png);
        }

        .hw-btn i.icon-statis {
            background-image: url(/Assets/CNBG/v2/img/btns/statis.png);
        }

    .hw-btn span {
        display: inline-block;
    }

    .hw-btn.btn-normal {
        background: #f9f9f9;
        color: #f66f6a;
  border: 1px solid #f66f6a
    }

        .hw-btn.btn-normal:hover {
  background: #e0e0e0
        }

        .hw-btn.btn-normal i {
            background: none;
            background-repeat: no-repeat;
  background-position: center
        }

            .hw-btn.btn-normal i.icon-play {
                background-image: url(/Assets/CNBG/v2/img/btns/play_.png);
            }

            .hw-btn.btn-normal i.icon-ppt {
                background-image: url(/Assets/CNBG/v2/img/btns/ppt_.png);
            }

            .hw-btn.btn-normal i.icon-book {
                background-image: url(/Assets/CNBG/v2/img/btns/book_.png);
            }

            .hw-btn.btn-normal i.icon-tag {
                background-image: url(/Assets/CNBG/v2/img/btns/tag_.png);
            }

            .hw-btn.btn-normal i.icon-datatable {
                background-image: url(/Assets/CNBG/v2/img/btns/datatable_.png);
            }

            .hw-btn.btn-normal i.icon-datetime {
                background-image: url(/Assets/CNBG/v2/img/btns/datetime_.png);
            }

            .hw-btn.btn-normal i.icon-doc {
                background-image: url(/Assets/CNBG/v2/img/btns/doc_.png);
            }

            .hw-btn.btn-normal i.icon-download {
                background-image: url(/Assets/CNBG/v2/img/btns/download_.png);
            }

            .hw-btn.btn-normal i.icon-email {
                background-image: url(/Assets/CNBG/v2/img/btns/email_.png);
            }

            .hw-btn.btn-normal i.icon-form {
                background-image: url(/Assets/CNBG/v2/img/btns/form_.png);
            }

            .hw-btn.btn-normal i.icon-help {
                background-image: url(/Assets/CNBG/v2/img/btns/help_.png);
            }

            .hw-btn.btn-normal i.icon-idea {
                background-image: url(/Assets/CNBG/v2/img/btns/idea_.png);
            }

            .hw-btn.btn-normal i.icon-info {
                background-image: url(/Assets/CNBG/v2/img/btns/info_.png);
            }

            .hw-btn.btn-normal i.icon-link {
                background-image: url(/Assets/CNBG/v2/img/btns/link_.png);
            }

            .hw-btn.btn-normal i.icon-location {
                background-image: url(/Assets/CNBG/v2/img/btns/location_.png);
            }

            .hw-btn.btn-normal i.icon-phone {
                background-image: url(/Assets/CNBG/v2/img/btns/phone_.png);
            }

            .hw-btn.btn-normal i.icon-picture {
                background-image: url(/Assets/CNBG/v2/img/btns/picture_.png);
            }

            .hw-btn.btn-normal i.icon-shake {
                background-image: url(/Assets/CNBG/v2/img/btns/shake_.png);
            }

            .hw-btn.btn-normal i.icon-share {
                background-image: url(/Assets/CNBG/v2/img/btns/share_.png);
            }

            .hw-btn.btn-normal i.icon-star {
                background-image: url(/Assets/CNBG/v2/img/btns/star_.png);
            }

            .hw-btn.btn-normal i.icon-statis {
                background-image: url(/Assets/CNBG/v2/img/btns/statis_.png);
            }

        .hw-btn.btn-normal span {
        }

    .hw-btn.btn-primary {
        background: #15b0e8;
        border: 1px solid #15b0e8;
  color: white
    }

    .hw-btn.btn-sm {
        height: 40px;
        line-height: 40px;
    }

@media (max-width:750px) {
    .hw-btn {
    font-size: 1.2rem
    }
}

/* overlay */
.overlay {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background-color: #555;
    opacity: 0.6;
}

.fbox-wrap {
    width: 585px;
    position: absolute;
    position: fixed;
    background: white;
    top: 18%;
    left: 50%;
    z-index: 1101;
    margin-left: -292.5px;
}

    .fbox-wrap .content {
  padding: 50px 30px 20px 30px
    }

        .fbox-wrap .content h1 {
            font-weight: normal;
            font-size: 22px;
            color: #282828;
        }

    .fbox-wrap .btn-close {
        position: absolute;
        width: 17px;
        height: 17px;
        background: url(/Assets/CNBG/v2/img/icon_pupup_close.png) no-repeat center;
        top: 15px;
        right: 15px;
    }

    .fbox-wrap.weixin-qrcode {
        width: 292px;
        margin-left: -146px;
    }

        .fbox-wrap.weixin-qrcode .content {
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 20px;
            padding-bottom: 0;
        }

            .fbox-wrap.weixin-qrcode .content #feedback-form {
                display: none;
            }

            .fbox-wrap.weixin-qrcode .content table {
                display: block;
                margin: 0 auto;
                width: 100%!important;
                margin-top: 20px;
            }

.fbox-video {
    width: 980px;
    height: 550px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1101;
    margin-left: -490px;
    margin-top: -275px;
    background: black;
}

    .fbox-video #mediaplayer {
        width: 100%;
        height: 100%;
    }

        .fbox-video #mediaplayer #playerID, .fbox-video #mediaplayer video {
            width: 100%;
            height: 100%;
            object-fit: fill;
        }

    .fbox-video #video-btn-group {
        position: absolute;
        text-align: center;
        width: 100%;
        left: 0;
        height: 45px;
        margin-top: 10px;
    }

        .fbox-video #video-btn-group a {
            display: inline-block;
            line-height: 45px;
            height: 45px;
            background-color: #222;
            border-radius: 45px;
            color: white;
            padding: 0 12px;
        }

            .fbox-video #video-btn-group a i {
                display: block;
                width: 100%;
                height: 100%;
                background-position: center;
                background-repeat: no-repeat;
                opacity: 0.8;
            }

                .fbox-video #video-btn-group a i.video-download {
                    width: 60px;
                    background-image: url(/Assets/CNBG/v2/img/icon-download.png);
                    background-size: auto 40%;
                }

            .fbox-video #video-btn-group a:hover i {
                opacity: 1;
            }

    .fbox-video .close_video {
        display: none;
    }

@media (max-width:750px) {
    .fbox-video {
        width: 100%;
        height: 210px;
        position: fixed;
        left: 0%;
        top: 50%;
        z-index: 1101;
        margin-left: 0;
        margin-top: -105px;
        background: black;
    }

        .fbox-video #mediaplayer {
            width: 100%;
            height: 100%;
        }

        .fbox-video #video-btn-group {
            height: 35px;
            margin-top: 8px;
        }

            .fbox-video #video-btn-group a {
                line-height: 35px;
                height: 35px;
                border-radius: 35px;
                padding: 0 10px;
            }

                .fbox-video #video-btn-group a i.video-download {
                    width: 40px;
                    background-image: url(/Assets/CNBG/v2/img/icon-download.png);
                    background-size: auto 40%;
                }

        .fbox-video .close_video {
            display: block;
            position: absolute;
            width: 30px;
            height: 30px;
            background: url(/Assets/CNBG/v2/img/vd_close.png) no-repeat center;
            z-index: 999;
            right: 0;
            top: -30px;
        }

    .overlay {
        opacity: 0.8;
    }
}


/* hw-form */
.hw-form {
}

    .hw-form .row {
        margin: 20px 0;
        overflow: hidden;
    }

        .hw-form .row h2 {
            font-size: 16px;
            color: #282828;
            padding: 15px 0;
        }

        .hw-form .row .col-12 {
            width: 100%;
        }

        .hw-form .row .col-6 {
            width: 48%;
            float: left;
            margin-right: 3%;
        }

        .hw-form .row input, .hw-form .row textarea {
            border: 1px solid #f4f4f4;
            background: #f4f4f4;
            width: 100%;
            box-sizing: border-box;
        }

        .hw-form .row input {
            height: 40px;
            line-height: 40px;
            padding-left: 40px;
        }

            .hw-form .row input.icon-name {
                background-image: url(/Assets/CNBG/v2/img/icon-name.png);
                background-repeat: no-repeat;
                background-position: 10px center;
            }

            .hw-form .row input.icon-email {
                background-image: url(/Assets/CNBG/v2/img/icon-email.png);
                background-repeat: no-repeat;
                background-position: 10px center;
            }

            .hw-form .row input.icon-company {
                background-image: url(/Assets/CNBG/v2/img/icon-company.png);
                background-repeat: no-repeat;
                background-position: 10px center;
            }

            .hw-form .row input.icon-phone {
                background-image: url(/Assets/CNBG/v2/img/icon-phone.png);
                background-repeat: no-repeat;
                background-position: 10px center;
            }

        .hw-form .row textarea {
            padding: 15px;
        }

        .hw-form .row .tip {
            display: none;
            color: #ff3333;
            font-size: 16px;
            margin-top: 10px;
        }

        .hw-form .row .err input, .hw-form .row .err textarea {
            border-color: #ff3333;
        }

        .hw-form .row .err .tip {
            display: block;
        }

        .hw-form .row .ok input, .hw-form .row .ok textarea {
            border-color: #84d0a2;
        }

/* item-row */
.item-row {
    font-size: 0;
    margin: 0 -20px;
    margin-bottom: -40px;
}

.item-col-1, .item-col-2, .item-col-3, .item-col-4, .item-col-5, .item-col-6, .item-col-7, .item-col-8, .item-col-9, .item-col-10, .item-col-11, .item-col-12 {
    font-size: 16px;
}

@media screen and (min-width: 751px) {
    .item-row {
        margin-bottom: -2.96296rem;
    }

    .item-col-1, .item-col-2, .item-col-3, .item-col-4, .item-col-5, .item-col-6, .item-col-7, .item-col-8, .item-col-9, .item-col-10, .item-col-11, .item-col-12 {
        display: inline-block;
        vertical-align: top;
    }

    .item-row .item-col-1 {
        width: 8.33333333%;
    }

    .item-row .item-col-2 {
        width: 16.66666667%;
    }

    .item-row .item-col-3 {
        width: 25%;
    }

    .item-row .item-col-4 {
        width: 33.33333333%;
    }

    .item-row .item-col-5 {
        width: 41.66666667%;
    }

    .item-row .item-col-6 {
        width: 50%;
    }

    .item-row .item-col-7 {
        width: 58.33333333%;
    }

    .item-row .item-col-8 {
        width: 66.66666667%;
    }

    .item-row .item-col-9 {
        width: 75%;
    }

    .item-row .item-col-10 {
        width: 83.33333333%;
    }

    .item-row .item-col-11 {
        width: 91.66666667%;
    }

    .item-row .item-col-12 {
        width: 100%;
    }
}

/* banner-item */
.banner-item {
    height: 540px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

    .banner-item a {
        display: block;
        height: 100%;
    }

        .banner-item a .wrapper {
            height: 100%;
        }

        .banner-item a .text {
            width: 515px;
            padding-top: 120px;
            position: relative;
            color: #282828;
        }

            .banner-item a .text h1 {
                font-size: 38px;
            }

            .banner-item a .text p {
                margin-top: 30px;
                line-height: 1.8;
            }

    .banner-item .social {
        position: absolute;
        width: 100%;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.3);
        line-height: normal;
    }

        .banner-item .social .text a {
            padding: 5px 10px;
            display: inline-block;
        }

            .banner-item .social .text a.icon-weixin {
                position: relative;
            }

                .banner-item .social .text a.icon-weixin .wechat-code {
                    position: absolute;
                    padding: 18px;
                    background-color: rgba(0, 0, 0, 0.5);
                    right: 0;
                    bottom: 40px;
                    -moz-opacity: 0;
                    opacity: 0;
                    -webkit-transition: opacity 0.5s;
                    -moz-transition: opacity 0.5s;
                    -ms-transition: opacity 0.5s;
                    -o-transition: opacity 0.5s;
                    transition: opacity 0.5s;
                }

                .banner-item .social .text a.icon-weixin:hover .wechat-code {
                    -moz-opacity: 1;
                    opacity: 1;
                }

            .banner-item .social .text a:hover {
                background-color: rgba(0, 0, 0, 0.5);
            }

        .banner-item a .text.f-r,
        .banner-item .social .text.f-r {
            float: right;
            text-align: right;
        }

        /*.banner-item a .text.f-r h1{padding-left:115px;}*/
        .banner-item a .text.f-c,
        .banner-item .social .text.f-c {
            float: none;
            text-align: center;
            margin: 0 auto;
        }

            .banner-item a .text.f-c h1 {
                padding-left: 0;
            }

    .banner-item a .text .view {
        margin-top: 40px;
    }

        .banner-item a .text .view i {
            transition: transform 0.5s ease;
            transform: translateX(0);
            display: inline-block;
            width: 20px;
            height: 15px;
            margin-top: -2px;
            margin-left: 12px;
            vertical-align: middle;
            text-indent: -9999rem;
            background: url("/Assets/CNBG/v2/img/arrow_04.png") no-repeat;
            overflow: hidden;
        }

    .banner-item a:hover .text .view i {
        transform: translateX(10px);
    }

    .banner-item.dark .text {
        color: white;
    }

    .banner-item.dark a .text .view i {
        background: url("/Assets/CNBG/v2/img/arrow_03.png") no-repeat;
    }

@media (max-width: 750px) {
    .banner-item {
        height: 400px;
    }

        .banner-item a .text {
            width: 100%;
            padding-top: 70px;
            position: relative;
            color: #282828;
        }

            .banner-item a .text h1 {
                font-size: 28px;
            }

            .banner-item a .text p {
                margin-top: 30px;
                line-height: 1.6;
                font-size: 16px;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
            }

            .banner-item a .text.f-r {
                float: right;
                text-align: right;
            }

            /*.banner-item a .text.f-r h1{padding-left:50px;}*/
            .banner-item a .text .view {
                margin-top: 30px;
                font-size: 16px;
            }

        .banner-item .social {
            display: none;
        }
}

/*loading*/
.load-box {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999;
}

    .load-box .overlay {
        background-color: black;
        opacity: 0.5;
    }

.loading {
    top: 49%;
    z-index: 99;
    color: #fff;
    position: relative;
    z-index: 9999;
    position: absolute;
    width: 100%;
}

.loading-dialog .modal-content {
    background-color: transparent;
    box-shadow: 0 0 0;
    border: 0;
}

.loading .sk-circle {
    margin: 0px auto;
    width: 60px;
    height: 60px;
    position: relative;
}

    .loading .sk-circle .sk-child {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .loading .sk-circle .sk-child:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #fff;
            border-radius: 100%;
            -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
        }

    .loading .sk-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .loading .sk-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .loading .sk-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .loading .sk-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .loading .sk-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .loading .sk-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .loading .sk-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .loading .sk-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .loading .sk-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .loading .sk-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .loading .sk-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .loading .sk-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .loading .sk-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .loading .sk-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .loading .sk-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .loading .sk-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .loading .sk-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .loading .sk-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .loading .sk-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .loading .sk-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .loading .sk-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .loading .sk-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.loading .ie-loading {
    display: none;
}

@media (max-width: 767px) {
    .loading .spinner {
        margin: 0 auto;
    }

    .loading-dialog .modal-dialog {
        position: absolute !Important;
        left: 0;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .loading .ie-loading {
        display: none;
    }
}

.red-highlight {
    color: #fe0000;
    display: inline-block;
}

.float-none {
    float: none !important;
}

.loading .spinner {
    width: auto;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .loading .spinner > div {
        background-color: #f66f6a;
        height: 20px;
        width: 6px;
        display: inline-block;
        margin-right: 5px;
        border-radius: 25%;
        -webkit-animation: sk-stretchdelay 2s infinite ease-in-out;
        animation: sk-stretchdelay 2s infinite ease-in-out;
    }

    .loading .spinner .rect2 {
        -webkit-animation-delay: -1.9s;
        animation-delay: -1.9s;
        background-color: #f7a655;
    }

    .loading .spinner .rect3 {
        -webkit-animation-delay: -1.7s;
        animation-delay: -1.7s;
        background-color: #ffdf4f;
    }

    .loading .spinner .rect4 {
        -webkit-animation-delay: -1.5s;
        animation-delay: -1.5s;
        background-color: #84d0a2;
    }

    .loading .spinner .rect5 {
        -webkit-animation-delay: -1.3s;
        animation-delay: -1.3s;
        background-color: #15b0e8;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(-10px);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    20% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }
}
/*2020*/
.banner-imgs{}
.banner-imgs a{display:block}
.banner-imgs a img{width:100%}
.banner-imgs a img.img-pc{display:block}
.banner-imgs a img.img-mb{display:none}
@media (max-width: 992px) {
  .banner-imgs a{display:block}
  .banner-imgs a img{width:100%}
  .banner-imgs a img.img-pc{display:none}
  .banner-imgs a img.img-mb{display:block}
}