/*animation*/
@keyframes loopCir {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

@keyframes ani1 {
    0% {
        opacity: 0;
        transform: translateY(8px);
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -o-transform: translateY(8px);
        -ms-transform: translateY(8px);
    }
    30% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
    }
    70% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
    }
    100% {
        opacity: 0;
        transform: translateY(-8px);
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
    }
}



/*slovent*/
@charset "utf-8";
.solution i{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

/* --solution-- */
.solution{background-color:#000;}
.solution .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow:hidden;
}
.solution .bg .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.7s cubic-bezier(0.65, 0.01, 0.45, 1), transform 4s cubic-bezier(0.65, 0.01, 0.45, 1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.solution .bg .pic.on {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    z-index: 10;
}

.solution.on .rowMain{
    opacity: 0;
    transition-delay: 2s;
}
.solution .rowMain{
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top:110px;
    top: 0;
    left: 0;
    z-index: 20;
    transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solution .rowMain .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.solution .rowMain .mask:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 1;
}
.solution .rowMain .con{
    position: relative;
    width: 84%;
    height: 100%;
    margin:auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.solution .rowMain .con .cirBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 16vw;
    height: 16vw;
    transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
}
.solution.on .rowMain .con .cirBox {
    width: 36vw;
    height: 36vw;
}
.solution .rowMain .con .cirBox svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.solution .rowMain .con .cirBox svg#cirBg circle {
    stroke: rgba(255, 255, 255, 0.2);
    stroke-dashoffset: 85%;
}
.solution.on .rowMain .con .cirBox img {
    animation: loopCir 10s linear infinite;
    animation-fill-mode: both;
    backface-visibility: hidden;
}
.solution .rowMain .con .cirBox .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.solution .rowMain .con .wz {
    position: relative;
    color:#FFF;
    margin-top:-40px;
    margin-left:100px;
}

.solution.on .rowMain .con .wz h2 {
    animation: ani1 2s ease-in-out;
    animation-fill-mode: both;
}

.solution .rowMain .con .wz h2{
    margin-bottom:4%;
    opacity: 0;
    line-height:1;
}
.solution.on .rowMain .con .wz p {
    animation: ani1 2s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0.1s;
}
.solution .rowMain .con .wz p {
    opacity: 0;
    line-height:1;
}
.solution.on .rowMain .con .wz .ad {
    animation: ani1 2s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0.2s;
}
.solution .rowMain .con .wz .ad {
    position: absolute;
    top: 0;
    opacity: 0;
    right: calc(100% + 30px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.solution.on .other{
    opacity: 1;
    pointer-events: auto;
    transition-delay: 2.1s;
}
.solution .other {
    position: absolute;
    width: 100%;
    height: calc(100% - 110px);
    top: 110px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 40;
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
}
.solution .other #clock {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 30;
    width: 36vw;
    height: 36vw;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
}
.solution .other #clock .otherbg{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
}

.solution .other #clock .time-box {
    pointer-events: none;
    z-index: 5;
    position: absolute;
    width: calc(100% + 44px);
    height: calc(100% + 44px);
    top: -22px;
    left: -22px;
}
.solution .other #clock .time-box > ul.time-cir {
    transform-origin: 50% 50%;
    bottom: 50%;
    left: 50%;
    height: 50%;
}
.solution .other #clock .time-box > ul {
    width: 0;
    position: absolute;
}
.solution .other #clock .time-box > ul > li {
    height: calc(100% + 7.5px);
    position: absolute;
    top: -8px;
    left: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.solution .other #clock .time-box > ul > li:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.solution .other #clock .time-box > ul > li:nth-of-type(2) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.solution .other #clock .time-box > ul > li:nth-of-type(3) {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.solution .other #clock .time-box > ul > li:nth-of-type(4) {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
.solution .other #clock .time-box > ul.time-cir > li.on > i {
    opacity: 1;
    pointer-events: none;
    border-color: #fff;
}

.solution .other #clock .time-box > ul.time-cir > li > i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    border: 2px solid;
    /*opacity: 0.7;*/
    cursor: pointer;
    pointer-events: auto;
    border-color: transparent;
}
.solution .other #clock .time-box > ul > li i {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.solution .other #clock .time-box > ul > li:nth-of-type(1) i {
    transform: translateX(-50%) rotate(-45deg);
}
.solution .other #clock .time-box > ul > li:nth-of-type(2) i {
    transform: translateX(-50%) rotate(-135deg);
}
.solution .other #clock .time-box > ul > li:nth-of-type(3) i {
    transform: translateX(-50%) rotate(-225deg);
}
.solution .other #clock .time-box > ul > li:nth-of-type(4) i {
    transform: translateX(-50%) rotate(-315deg);
}

.solution .other #clock .time-box > ul.time-cir > li > i > span {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
}

.solution .other #clock .time-box > ul.time-cir > li:nth-child(1) > i > a {
    left: calc(100% + 40px);
    bottom: 15px;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transition-delay: 2s;
}
.solution .other #clock .time-box > ul.time-cir > li:nth-child(2) > i > a {
    left: calc(100% + 40px);
    top: 20px;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transition-delay: 2.1s;
}
.solution .other #clock .time-box > ul.time-cir > li:nth-child(3) > i > a {
    right: calc(100% + 40px);
    top: 20px;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transition-delay: 2.2s;
}
.solution .other #clock .time-box > ul.time-cir > li:nth-child(4) > i > a {
    right: calc(100% + 40px);
    bottom: 15px;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transition-delay: 2.3s;
}

.solution .other #clock .time-box > ul.time-cir > li > i > a {
    position: absolute;
    opacity: 0;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
}
.solution.on .other #clock .time-box .time-cir > li i > a {
    transform: none !important;
    opacity: 1;
}

.solution .other #clock .time-box > ul.time-cir > li > i > a img {
    height:52px;
    margin:auto;
    display:block;
}
.solution .other #clock .time-box > ul.time-cir > li > i > a em {
    min-width:144px;
    white-space: nowrap;
    display: block;
    color:#FFF;
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-style:normal;
    margin-top:12px;
}

.solution .other #clock .time-move {
    z-index: 4;
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
}

.solution .other #clock .time-move canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: -1px;
}

.solution .other #clock .msg-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}

.solution .other #clock .msg-box .msg_1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 78%;
    height: 82%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.solution .other #clock .msg-box .msg_1 > li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.solution .other #clock .msg-box .msg_1 > li .time-note {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.solution .other #clock .msg-box .msg_1 > li .time-note > li.on, .solution .other #clock .msg-box .msg_1 > li .time-note > li.next {
    opacity:1;
}
.solution .other #clock .msg-box .msg_1 > li .time-note > li {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    min-height: 168px;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity:0;
}
.solution .other #clock .msg-box .msg_1 > li .time-note > li>img{
    max-height:76px;
    display:block;
    margin:0 auto;

    opacity:0;
    transition: all 1s ease 0.2s;
    -moz-transition: all 1s ease 0.2s;
    -webkit-transition: all 1s ease 0.2s;
    -o-transition: all 1s ease 0.2s;
    -ms-transition: all 1s ease 0.2s;

    transform: translateY(30px);
    -ms-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -o-transform: translateY(30px);
}
.solution .other #clock .msg-box .msg_1 > li .time-note > li h3 {
    color: #fff;
    font-size: 4rem;
    font-weight: normal;
    margin-top: 1.5vw;
    margin-bottom: 1vw;

    opacity:0;
    transition: all 1s ease 0.3s;
    -moz-transition: all 1s ease 0.3s;
    -webkit-transition: all 1s ease 0.3s;
    -o-transition: all 1s ease 0.3s;
    -ms-transition: all 1s ease 0.3s;

    transform: translateY(30px);
    -ms-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -o-transform: translateY(30px);
}

.solution .other #clock .msg-box .msg_1 > li .time-note > li small {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 1.8rem;
    font-weight: lighter;

    opacity:0;
    transition: all 1s ease 0.4s;
    -moz-transition: all 1s ease 0.4s;
    -webkit-transition: all 1s ease 0.4s;
    -o-transition: all 1s ease 0.4s;
    -ms-transition: all 1s ease 0.4s;

    transform: translateY(30px);
    -ms-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -o-transform: translateY(30px);
}
.solution .other #clock .msg-box .msg_1 > li .time-note > li a {
    margin-top:4%;
    pointer-events: auto;

    opacity:0;
    transition: all 1s ease 0.5s;
    -moz-transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
    -o-transition: all 1s ease 0.5s;
    -ms-transition: all 1s ease 0.5s;

    transform: translateY(30px);
    -ms-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -o-transform: translateY(30px);
}
.solution .other #clock .msg-box .msg_1 > li .time-note > li.on img, .solution .other #clock .msg-box .msg_1 > li .time-note > li.on h3, .solution .other #clock .msg-box .msg_1 > li .time-note > li.on small, .solution .other #clock .msg-box .msg_1 > li .time-note > li.on a{
    opacity:1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}


.solution .other #clock .msg-box .msg_1 > li .time-note > li a.btn_style2{
    display:block;
    text-align: center;
    margin:0 auto;
    border:1px solid #fff;
    border-radius: 50px;
    position:relative;
    overflow:hidden;
    width: 180px;
    line-height: 47px;
    font-size: 1.8rem;
    color: #fff;


    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 25%, #ffffff 75%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, #ffffff 75%);
    background-position: 1% 50%;
    background-size: 400% 300%;
    -webkit-transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.solution .other #clock .msg-box .msg_1 > li .time-note > li a.btn_style2:hover{
    color: #000;
    background-position: 99% 50%;
}

