﻿/* Row */
.cc-row {
    width: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

.cc-row:after,.cc-row:before {
    display: table;
    content: ""
}

.cc-row:after {
    clear: both
}

.cc-row--flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.cc-row--flex:after,.cc-row--flex:before {
    display: none
}

.cc-row--justify__center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center
}

.cc-row--justify__end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end
}

.cc-row--justify__space-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between
}

.cc-row--justify__space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.cc-row--align__middle {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center
}

.cc-row--align__bottom {
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end
}

.cc-row--width__default {
    max-width: 1200px;
    max-width: var(--center-width);
}

.cc-row--width__row {
    padding-left: calc((100vw - var(--center-width)) / 2) !important;
    padding-right: calc((100vw - var(--center-width)) / 2) !important;
}


.cc-row--background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cc-row--background__video {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.cc-row--height__100vh {
    height: 100vh;
}
/* Column */



/*  */
.cc-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.cc-col--align__middle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.cc-col--align__bottom {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

.cc-col--justify__start {
    text-align: left;
}

.cc-col--justify__center {
    text-align: center;
}

.cc-col--justify__end {
    text-align: right;
}




/* width */

[class*=cc-col-] {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

.cc-col-0 {
    display: none;
    width: 0
}


.cc-col-1 {
    width: 4.16667%
}

.cc-col-2 {
    width: 8.33333%
}

.cc-col-3 {
    width: 12.5%
}

.cc-col-4 {
    width: 16.66667%
}

.cc-col-5 {
    width: 20.83333%
}

.cc-col-6 {
    width: 25%
}

.cc-col-7 {
    width: 29.16667%
}

.cc-col-8 {
    width: 33.33333%
}

.cc-col-9 {
    width: 37.5%
}

.cc-col-10 {
    width: 41.66667%
}

.cc-col-11 {
    width: 45.83333%
}

.cc-col-12 {
    width: 50%
}

.cc-col-13 {
    width: 54.16667%
}

.cc-col-14 {
    width: 58.33333%
}

.cc-col-15 {
    width: 62.5%
}

.cc-col-16 {
    width: 66.66667%
}

.cc-col-17 {
    width: 70.83333%
}

.cc-col-18 {
    width: 75%
}

.cc-col-19 {
    width: 79.16667%
}

.cc-col-20 {
    width: 83.33333%
}

.cc-col-21 {
    width: 87.5%
}

.cc-col-22 {
    width: 91.66667%
}

.cc-col-23 {
    width: 95.83333%
}

.cc-col-24 {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .cc-col-xs-0 {
        display:none;
        width: 0
    }

    .cc-col-xs-1 {
        width: 4.16667%
    }

    .cc-col-xs-2 {
        width: 8.33333%
    }

    .cc-col-xs-3 {
        width: 12.5%
    }

    .cc-col-xs-4 {
        width: 16.66667%
    }

    .cc-col-xs-5 {
        width: 20.83333%
    }

    .cc-col-xs-6 {
        width: 25%
    }

    .cc-col-xs-7 {
        width: 29.16667%
    }

    .cc-col-xs-8 {
        width: 33.33333%
    }

    .cc-col-xs-9 {
        width: 37.5%
    }

    .cc-col-xs-10 {
        width: 41.66667%
    }

    .cc-col-xs-11 {
        width: 45.83333%
    }

    .cc-col-xs-12 {
        width: 50%
    }

    .cc-col-xs-13 {
        width: 54.16667%
    }

    .cc-col-xs-14 {
        width: 58.33333%
    }

    .cc-col-xs-15 {
        width: 62.5%
    }

    .cc-col-xs-16 {
        width: 66.66667%
    }

    .cc-col-xs-17 {
        width: 70.83333%
    }

    .cc-col-xs-18 {
        width: 75%
    }

    .cc-col-xs-19 {
        width: 79.16667%
    }

    .cc-col-xs-20 {
        width: 83.33333%
    }

    .cc-col-xs-21 {
        width: 87.5%
    }

    .cc-col-xs-22 {
        width: 91.66667%
    }

    .cc-col-xs-23 {
        width: 95.83333%
    }

    .cc-col-xs-24 {
        width: 100%
    }
}

@media only screen and (min-width: 768px) {
    [class*=cc-col-sm] {
        display: flex;
    }

    .cc-col-sm-0 {
        display:none;
        width: 0
    }

    .cc-col-sm-1 {
        width: 4.16667%
    }

    .cc-col-sm-2 {
        width: 8.33333%
    }

    .cc-col-sm-3 {
        width: 12.5%
    }

    .cc-col-sm-4 {
        width: 16.66667%
    }

    .cc-col-sm-5 {
        width: 20.83333%
    }

    .cc-col-sm-6 {
        width: 25%
    }

    .cc-col-sm-7 {
        width: 29.16667%
    }

    .cc-col-sm-8 {
        width: 33.33333%
    }

    .cc-col-sm-9 {
        width: 37.5%
    }

    .cc-col-sm-10 {
        width: 41.66667%
    }

    .cc-col-sm-11 {
        width: 45.83333%
    }

    .cc-col-sm-12 {
        width: 50%
    }

    .cc-col-sm-13 {
        width: 54.16667%
    }

    .cc-col-sm-14 {
        width: 58.33333%
    }

    .cc-col-sm-15 {
        width: 62.5%
    }

    .cc-col-sm-16 {
        width: 66.66667%
    }

    .cc-col-sm-17 {
        width: 70.83333%
    }

    .cc-col-sm-18 {
        width: 75%
    }

    .cc-col-sm-19 {
        width: 79.16667%
    }

    .cc-col-sm-20 {
        width: 83.33333%
    }

    .cc-col-sm-21 {
        width: 87.5%
    }

    .cc-col-sm-22 {
        width: 91.66667%
    }

    .cc-col-sm-23 {
        width: 95.83333%
    }

    .cc-col-sm-24 {
        width: 100%
    }

}

@media only screen and (min-width: 992px) {
    [class*=cc-col-md] {
        display: flex;
    }
    .cc-col-md-0 {
        display:none;
        width: 0
    }

    .cc-col-md-1 {
        width: 4.16667%
    }

    .cc-col-md-2 {
        width: 8.33333%
    }

    .cc-col-md-3 {
        width: 12.5%
    }

    .cc-col-md-4 {
        width: 16.66667%
    }

    .cc-col-md-5 {
        width: 20.83333%
    }

    .cc-col-md-6 {
        width: 25%
    }

    .cc-col-md-7 {
        width: 29.16667%
    }

    .cc-col-md-8 {
        width: 33.33333%
    }

    .cc-col-md-9 {
        width: 37.5%
    }

    .cc-col-md-10 {
        width: 41.66667%
    }

    .cc-col-md-11 {
        width: 45.83333%
    }

    .cc-col-md-12 {
        width: 50%
    }

    .cc-col-md-13 {
        width: 54.16667%
    }

    .cc-col-md-14 {
        width: 58.33333%
    }

    .cc-col-md-15 {
        width: 62.5%
    }

    .cc-col-md-16 {
        width: 66.66667%
    }

    .cc-col-md-17 {
        width: 70.83333%
    }

    .cc-col-md-18 {
        width: 75%
    }

    .cc-col-md-19 {
        width: 79.16667%
    }

    .cc-col-md-20 {
        width: 83.33333%
    }

    .cc-col-md-21 {
        width: 87.5%
    }

    .cc-col-md-22 {
        width: 91.66667%
    }

    .cc-col-md-23 {
        width: 95.83333%
    }

    .cc-col-md-24 {
        width: 100%
    }

}

@media only screen and (min-width: 1200px) {
    [class*=cc-col-lg] {
        display: flex;
    }
    .cc-col-lg-0 {
        display:none;
        width: 0
    }

    .cc-col-lg-1 {
        width: 4.16667%
    }

    .cc-col-lg-2 {
        width: 8.33333%
    }

    .cc-col-lg-3 {
        width: 12.5%
    }

    .cc-col-lg-4 {
        width: 16.66667%
    }

    .cc-col-lg-5 {
        width: 20.83333%
    }

    .cc-col-lg-6 {
        width: 25%
    }

    .cc-col-lg-7 {
        width: 29.16667%
    }

    .cc-col-lg-8 {
        width: 33.33333%
    }

    .cc-col-lg-9 {
        width: 37.5%
    }

    .cc-col-lg-10 {
        width: 41.66667%
    }

    .cc-col-lg-11 {
        width: 45.83333%
    }

    .cc-col-lg-12 {
        width: 50%
    }

    .cc-col-lg-13 {
        width: 54.16667%
    }

    .cc-col-lg-14 {
        width: 58.33333%
    }

    .cc-col-lg-15 {
        width: 62.5%
    }

    .cc-col-lg-16 {
        width: 66.66667%
    }

    .cc-col-lg-17 {
        width: 70.83333%
    }

    .cc-col-lg-18 {
        width: 75%
    }

    .cc-col-lg-19 {
        width: 79.16667%
    }

    .cc-col-lg-20 {
        width: 83.33333%
    }

    .cc-col-lg-21 {
        width: 87.5%
    }

    .cc-col-lg-22 {
        width: 91.66667%
    }

    .cc-col-lg-23 {
        width: 95.83333%
    }

    .cc-col-lg-24 {
        width: 100%
    }

}

@media only screen and (min-width: 1920px) {
    [class*=cc-col-xl] {
        display: flex;
    }
    .cc-col-xl-0 {
        display:none;
        width: 0
    }

    .cc-col-xl-1 {
        width: 4.16667%
    }

    .cc-col-xl-2 {
        width: 8.33333%
    }

    .cc-col-xl-3 {
        width: 12.5%
    }

    .cc-col-xl-4 {
        width: 16.66667%
    }

    .cc-col-xl-5 {
        width: 20.83333%
    }

    .cc-col-xl-6 {
        width: 25%
    }

    .cc-col-xl-7 {
        width: 29.16667%
    }

    .cc-col-xl-8 {
        width: 33.33333%
    }

    .cc-col-xl-9 {
        width: 37.5%
    }

    .cc-col-xl-10 {
        width: 41.66667%
    }

    .cc-col-xl-11 {
        width: 45.83333%
    }

    .cc-col-xl-12 {
        width: 50%
    }

    .cc-col-xl-13 {
        width: 54.16667%
    }

    .cc-col-xl-14 {
        width: 58.33333%
    }

    .cc-col-xl-15 {
        width: 62.5%
    }

    .cc-col-xl-16 {
        width: 66.66667%
    }

    .cc-col-xl-17 {
        width: 70.83333%
    }

    .cc-col-xl-18 {
        width: 75%
    }

    .cc-col-xl-19 {
        width: 79.16667%
    }

    .cc-col-xl-20 {
        width: 83.33333%
    }

    .cc-col-xl-21 {
        width: 87.5%
    }

    .cc-col-xl-22 {
        width: 91.66667%
    }

    .cc-col-xl-23 {
        width: 95.83333%
    }

    .cc-col-xl-24 {
        width: 100%
    }
}

/* Menu */
.cc-menu {
    font-size: 16px;
    font-size: var(--font-size, 16px);
}
.cc-menu--horizontal>.cc-menu--nav>.cc-menu--item {
    float: left;
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid transparent;
    padding: 0 20px;
}



.cc-menu--horizontal>.cc-menu--nav:after,.cc-menu--horizontal>.cc-menu--nav:before {
    display: table;
    content: ""
}

.cc-menu--horizontal>.cc-menu--nav:after {
    clear: both
}

.cc-menu--horizontal {
    border-bottom: 1px solid #e6e6e6
}
.cc-menu--horizontal .cc-menu--item {
    position: relative;
}
.cc-menu--horizontal .cc-menu--item .cc-menu--nav {
    position: absolute;
    /* opacity: 0; */
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    /* padding: 5px 0; */
    color: #909399;
    left: 0;
    z-index: 2;
    transition: all 0.3s;
    margin-top: 3px;
    display: none;
}
.cc-menu--horizontal .cc-menu--item .cc-menu--item {
    padding: 0 40px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
}
.cc-menu--horizontal .cc-menu--item:hover>.cc-menu--nav {
    /* opacity: 1;
    z-index: 2; */
    display: block;
}

.cc-menu--horizontal .cc-menu--nav .cc-menu--nav .cc-menu--nav {
    top: 0;
    left: 100%;
}

.cc-menu--item a {
    white-space: nowrap;
}

.cc-menu--item.current>a {
    color: var(--theme-color)
}/* Divider */

.cc-divider {
    width: 100%;
    display: table;
    vertical-align: middle;
}

.cc-divider>* {
    display: table-cell;
    width: 33%;
}

.cc-divider--line {
    position: relative;
}

.cc-divider--line::before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #dcdfe6;
    width: 100%;
    top: 50%;
}

.cc-divider--text {
    padding: 0 20px;
    font-weight: 500;
    color: #303133;
    font-size: 14px;
    width: 1%;
    text-align: center;
    white-space:nowrap;
}

.cc-divider--left .cc-divider--line__before,
.cc-divider--right .cc-divider--line__after {
    width: 1%
}

/* Picture */
.cc-picture {
    font-size: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.cc-picture .cc-picture--img {
    max-width: 100%;
}

.cc-picture--note {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    font-size: 14px;
    text-align: left;
}/* Input */


.cc-form--input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-variant: tabular-nums;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    display: inline-block;
    min-width: 100%;
    height: 32px;
    padding: 4px 11px;
    background-color: #fff;
    border: 1px solid #ebedf0;
    border: 1px solid var(--border-color, #ebedf0);
    border-radius: 2.5px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.cc-form--input::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1
}

.cc-form--input:-ms-input-placeholder {
    color: #bfbfbf
}

.cc-form--input::-webkit-input-placeholder {
    color: #bfbfbf
}

.cc-form--input:placeholder-shown {
    text-overflow: ellipsis
}

.cc-form--input:hover {
    border-color: #3095fb;
    border-color: var(--theme-color, #3095fb);
}

.cc-form--input:focus {
    border-color: #3095fb;
    border-color: var(--theme-color, #3095fb);
}

.cc-form--input__error {
    border-color: #ff5757;
    border-color: var(--error-color, #ff5757);
}


.cc-form--input__wrapper {
    display: inline-table;
}

.cc-form--input__wrapper .cc-form--input, .cc-form--input__wrapper .cc-input-append {
    display: table-cell
}

.cc-form--input__wrapper .cc-input-append {
    padding: 0 10px;
    border-radius: 2.5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    background-color: #e5e5e5;
    background-color: var(--gray-light);
}

.cc-form--input__append .cc-form--input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/* Textarea */
textarea.cc-form--input {
    max-width: 100%;
    height: auto;
    min-height: 32px;
    line-height: 1.5;
    vertical-align: bottom;
    -webkit-transition: all .3s,height 0s;
    transition: all .3s,height 0s;
    resize: vertical;
}


/* Hovercard1 */
.cc-hovercard1 {
    border-radius: 4px;
    border: 1px solid #ebeef5;
    background-color: #fff;
    overflow: hidden;
    color: #303133;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block;
    text-align: left;
}

.cc-hovercard1--shadow__always,
.cc-hovercard1--shadow__hover:focus,
.cc-hovercard1--shadow__hover:hover {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}

.cc-hovercard1__header {
    border-bottom: 1px solid #ebeef5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

.cc-hovercard1__header
, .cc-hovercard1__body {
    padding: 20px
}
 .cc-hovercard1__body{
    display: block;
 }
 

.cc-hovercard1 img
, .cc-hovercard1 video
, .cc-hovercard1 svg {
    max-width: 100%;
}

@media only screen and (max-width: 767px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 1920px) {

}


/* TextBlock */

.cc-textblock {
    font-size: 16px;
    font-size: var(--font-size);
 }
.cc-textblock__body {
    padding: 20px
}

@media only screen and (max-width: 767px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 1920px) {
    
}