.techArea {
    padding: 110px 0;
    position: relative;
    z-index: 10;
}

@media (max-width: 1180px) {
    .techArea {
        padding: 20px 0;
    }
}

.techArea:before {
    content: "";
    -webkit-animation: techBgAni 10s infinite ease-in-out;
    -moz-animation: techBgAni 10s infinite ease-in-out;
    animation: techBgAni 10s infinite ease-in-out;
    background-image: url(/images/00/img_ab_bg_t.png);
    -moz-background-size: cover;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 100vw;
    height: 1010px;
    position: absolute;
    top: -webkit-calc(50% - 380px);
    top: -moz-calc(50% - 380px);
    top: calc(50% - 380px);
    left: -webkit-calc(50% - 50vw);
    left: -moz-calc(50% - 50vw);
    left: calc(50% - 50vw);
    bottom: auto;
    right: auto
}

@media (max-width: 840px) {
    .techArea:before {
        width:840px;
        height: 500px;
        left: -webkit-calc(50% - 420px);
        left: -moz-calc(50% - 420px);
        left: calc(50% - 420px);
        top: -webkit-calc(60% - 250px);
        top: -moz-calc(60% - 250px);
        top: calc(60% - 250px);
        opacity: 0.8
    }
}

@-webkit-keyframes techBgAni {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes techBgAni {
    0% {
        -moz-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.05);
        transform: scale(1.05)
    }

    to {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes techBgAni {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05)
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.techContentBox {
    position: relative
}

.techContentBox .wrap {
    position: relative
}

.techContentBox .techBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.techContentBox .techBox .Img {
    max-width: calc(82% - 530px);
    position: relative;
    left: calc(50% - 29vw);
    top: 0
}

.techContentBox .techBox .Img img {
    display: block;
    width: 920px;
    position: relative;
    left: -460px
}

@media (max-width: 1440px) {
    .techContentBox .techBox .Img img {
        width:100%;
        max-width: 800px;
        left: auto;
        right: 360px;
    }
}

@media (max-width: 1440px) {
    .techContentBox .techBox .Img {
        min-height:600px;
    }
}

@media (max-width: 1180px) {
    .techContentBox .techBox .Img {
        display:none
    }
}

.techContentBox .techBox .Txt {
    max-width: 540px;
    margin-left: auto;
    padding-right: 15px;
    padding-bottom: 180px
}

@media (max-width: 1180px) {
    .techContentBox .techBox .Txt {
        width:100%;
        max-width: 100%;
        padding: 0 0 40px
    }
}

@media (max-width: 840px) {
    .techContentBox .techBox .Txt {
        padding-bottom:20px
    }
}

.techContentBox .techBox .Txt .title {
    color: #0d0d0d;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 160%;
    margin-bottom: 14px;
}

.techContentBox .techBox .Txt .expStyle {
    padding-top: 10px;
    line-height: 180%;
}

.techContentBox .itemWrap {
    width: 100%;
    max-width: 1400px;
    padding-bottom: 180px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 1180px) {
    .techContentBox .itemWrap {
        max-width:100;
        padding: 0 0 40px;
        position: relative;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        left: 0
    }
}

@media (max-width: 840px) {
    .techContentBox .itemWrap {
        padding:0px
    }
}

.techContentBox .itemWrap .bgCircle {
    width: 636px;
    height: 220px;
    position: absolute;
    right: 165px;
    bottom: 315px;
    -webkit-transform: rotate(-24deg);
    -moz-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    -o-transform: rotate(-24deg);
    transform: rotate(-24deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    overflow: hidden
}

.techContentBox .itemWrap .bgCircle:before {
    content: "";
    width: 636px;
    height: 636px;
    border-top: 2px solid #c4c4c4;
    border-left: 2px solid #c4c4c4;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0px;
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
    transform: rotate(-140deg);
    -webkit-animation: circleRotate 10s infinite linear;
    -moz-animation: circleRotate 10s infinite linear;
    animation: circleRotate 10s infinite linear
}

.techContentBox .itemWrap .bgCircle:after {
    content: "";
    width: 644px;
    height: 644px;
    background-image: url(/images/00/deco_circle_b.png);
    -moz-background-size: contain;
    background-size: contain;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: -4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media (max-width: 1180px) {
    .techContentBox .itemWrap .bgCircle {
        display:none
    }
}

@-webkit-keyframes circleRotate {
    0% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    20% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    30% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    80% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    95% {
        -webkit-transform: rotate(240deg);
        transform: rotate(240deg)
    }

    to {
        -webkit-transform: rotate(240deg);
        transform: rotate(240deg)
    }
}

@-moz-keyframes circleRotate {
    0% {
        -moz-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    20% {
        -moz-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    30% {
        -moz-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    80% {
        -moz-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    95% {
        -moz-transform: rotate(240deg);
        transform: rotate(240deg)
    }

    to {
        -moz-transform: rotate(240deg);
        transform: rotate(240deg)
    }
}

@keyframes circleRotate {
    0% {
        -webkit-transform: rotate(-140deg);
        -moz-transform: rotate(-140deg);
        -o-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    20% {
        -webkit-transform: rotate(-140deg);
        -moz-transform: rotate(-140deg);
        -o-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    30% {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    80% {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    95% {
        -webkit-transform: rotate(240deg);
        -moz-transform: rotate(240deg);
        -o-transform: rotate(240deg);
        transform: rotate(240deg)
    }

    to {
        -webkit-transform: rotate(240deg);
        -moz-transform: rotate(240deg);
        -o-transform: rotate(240deg);
        transform: rotate(240deg)
    }
}

.techItemList {
    width: 100%;
    max-width: 945px;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (max-width: 1180px) {
    .techItemList {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%
    }
}

@media (min-width: 1181px) {
    .techItemList .techItem:first-child .circle {
        margin-left: -10px;
        margin-top: 10px;
    }

    .techItemList .techItem:first-child .circle:before {
        -webkit-animation: dotsCircle 10s infinite linear;
        -moz-animation: dotsCircle 10s infinite linear;
        animation: dotsCircle 10s infinite linear
    }

    .techItemList .techItem:nth-child(2) {
        padding-bottom: 40px;
        padding-left: 85px;
        padding-top: 30px;
    }

    .techItemList .techItem:nth-child(2) .item {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .techItemList .techItem:nth-child(2) .circle {
        position: relative;
        right: -12px
    }

    .techItemList .techItem:nth-child(2) .circle:before {
        -webkit-animation: dotsCircle 10s 0.5s infinite linear;
        -moz-animation: dotsCircle 10s 0.5s infinite linear;
        animation: dotsCircle 10s 0.5s infinite linear
    }

    .techItemList .techItem:nth-child(3) {
        margin: 0 auto -20px;
    }

    .techItemList .techItem:nth-child(3) .item {
        margin-left: 10px;
    }

    .techItemList .techItem:nth-child(3) .circle {
        margin-top: 15px
    }

    .techItemList .techItem:nth-child(3) .circle:before {
        -webkit-animation: dotsCircle 10s 1s infinite linear;
        -moz-animation: dotsCircle 10s 1s infinite linear;
        animation: dotsCircle 10s 1s infinite linear
    }

    .techItemList .techItem:nth-child(4) {
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 15px
    }

    .techItemList .techItem:nth-child(4) .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 250px;
        padding-right: 40px
    }

    .techItemList .techItem:nth-child(4) .circle {
        margin-left: 15px
    }

    .techItemList .techItem:nth-child(4) .circle:before {
        -webkit-animation: dotsCircle 10s 1.5s infinite linear;
        -moz-animation: dotsCircle 10s 1.5s infinite linear;
        animation: dotsCircle 10s 1.5s infinite linear
    }

    .techItemList .techItem:nth-child(4) .exp {
        padding-bottom: 25px
    }
}

@media (max-width: 1180px) {
    .techItemList .techItem {
        width:50%
    }

    .techItemList .techItem:first-child .circle:before {
        -webkit-animation: dotsCircle 10s infinite linear;
        -moz-animation: dotsCircle 10s infinite linear;
        animation: dotsCircle 10s infinite linear
    }

    .techItemList .techItem:nth-child(2) .circle:before {
        -webkit-animation: dotsCircle 10s 0.5s infinite linear;
        -moz-animation: dotsCircle 10s 0.5s infinite linear;
        animation: dotsCircle 10s 0.5s infinite linear
    }

    .techItemList .techItem:nth-child(3) .circle:before {
        -webkit-animation: dotsCircle 10s 1s infinite linear;
        -moz-animation: dotsCircle 10s 1s infinite linear;
        animation: dotsCircle 10s 1s infinite linear
    }

    .techItemList .techItem:nth-child(4) .circle:before {
        -webkit-animation: dotsCircle 10s 1.5s infinite linear;
        -moz-animation: dotsCircle 10s 1.5s infinite linear;
        animation: dotsCircle 10s 1.5s infinite linear
    }
}

@media (max-width: 840px) {
    .techItemList .techItem {
        width:100%
    }

    .techItemList .techItem:first-child .item:before {
        display: none
    }
}

.techItemList .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 335px;
    align-items: center;
}

@media (max-width: 1180px) {
    .techItemList .item {
        width:100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 10px
    }
}

@media (max-width: 840px) {
    .techItemList .item {
        padding:20px 0;
        position: relative
    }

    .techItemList .item:before {
        content: "";
        display: block;
        width: 2px;
        height: 28px;
        background-color: #929c98;
        position: absolute;
        top: -13px;
        left: 61px;
        bottom: auto;
        right: auto
    }
}

.techItemList .circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 124px;
    height: 124px;
    position: relative
}

.techItemList .circle:before {
    content: "";
    background: url(../images/deco_circle.png);
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    opacity: 0
}

.techItemList .Img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.techItemList .Img .ImgBg {
    display:block;
    width:124%;
    height:124%;
    -webkit-border-radius:50%;
    -moz-border-radius: 50%;
    border-radius:50%;
    position: absolute;
    top:-12%;
    left:-12%;
    bottom: auto;
    right: auto;
    z-index:-1;
}

.techItemList .Img img {
    display: block;
    width: 60px
}

@media (max-width: 400px) {
    .techItemList .Img {
        width:90px;
        height: 90px
    }
}

.techItemList .exp {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.48px;
    line-height: 1.375;
    width: 150px;
}
.techItemList .exp span{
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    color: #a2886d;
}
.techItemList .exp strong {
    display: inline-block;
    font-size: 19px;
}

@media (max-width: 1180px) {
    .techItemList .exp {
        width:-webkit-calc(100% - 124px);
        width: -moz-calc(100% - 124px);
        width: calc(100% - 124px);
        padding-left: 20px
    }
}

@media (max-width: 400px) {
    .techItemList .exp {
        width:-webkit-calc(100% - 115px);
        width: -moz-calc(100% - 115px);
        width: calc(100% - 115px);
        padding-left: 10px
    }
}

@-webkit-keyframes dotsCircle {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2) rotate(0);
        transform: scale(0.2) rotate(0)
    }

    10% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(36deg);
        transform: scale(1) rotate(36deg)
    }

    85% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(234deg);
        transform: scale(1) rotate(234deg)
    }

    90% {
        opacity: 0;
        -webkit-transform: scale(0.2) rotate(252deg);
        transform: scale(0.2) rotate(252deg)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.2) rotate(360deg);
        transform: scale(0.2) rotate(360deg)
    }
}

@-moz-keyframes dotsCircle {
    0% {
        opacity: 0;
        -moz-transform: scale(0.2) rotate(0);
        transform: scale(0.2) rotate(0)
    }

    10% {
        opacity: 1;
        -moz-transform: scale(1) rotate(36deg);
        transform: scale(1) rotate(36deg)
    }

    85% {
        opacity: 1;
        -moz-transform: scale(1) rotate(234deg);
        transform: scale(1) rotate(234deg)
    }

    90% {
        opacity: 0;
        -moz-transform: scale(0.2) rotate(252deg);
        transform: scale(0.2) rotate(252deg)
    }

    to {
        opacity: 0;
        -moz-transform: scale(0.2) rotate(360deg);
        transform: scale(0.2) rotate(360deg)
    }
}

@keyframes dotsCircle {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2) rotate(0);
        -moz-transform: scale(0.2) rotate(0);
        -o-transform: scale(0.2) rotate(0);
        transform: scale(0.2) rotate(0)
    }

    10% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(36deg);
        -moz-transform: scale(1) rotate(36deg);
        -o-transform: scale(1) rotate(36deg);
        transform: scale(1) rotate(36deg)
    }

    85% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(234deg);
        -moz-transform: scale(1) rotate(234deg);
        -o-transform: scale(1) rotate(234deg);
        transform: scale(1) rotate(234deg)
    }

    90% {
        opacity: 0;
        -webkit-transform: scale(0.2) rotate(252deg);
        -moz-transform: scale(0.2) rotate(252deg);
        -o-transform: scale(0.2) rotate(252deg);
        transform: scale(0.2) rotate(252deg)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.2) rotate(360deg);
        -moz-transform: scale(0.2) rotate(360deg);
        -o-transform: scale(0.2) rotate(360deg);
        transform: scale(0.2) rotate(360deg)
    }
}


.info_item .blueprint{min-width:535px;height:100px}
.info_item .blueprint .bar:nth-of-type(1){left:calc(-15px)}
.info_item .blueprint .bar:nth-of-type(2){left:calc(10px)}
.info_item .blueprint .bar:nth-of-type(3){left:calc(35px)}
.info_item .blueprint .bar:nth-of-type(4){left:calc(60px)}
.info_item .blueprint .bar:nth-of-type(5){left:calc(85px)}
.info_item .blueprint .bar:nth-of-type(6){left:calc(110px)}
.info_item .blueprint .bar:nth-of-type(7){left:calc(135px)}
.info_item .blueprint .bar:nth-of-type(8){left:calc(160px)}
.info_item .blueprint .bar:nth-of-type(9){left:calc(185px)}
.info_item .blueprint .bar:nth-of-type(10){left:calc(210px)}
.info_item .blueprint .bar:nth-of-type(11){left:calc(235px)}
.info_item .blueprint .bar:nth-of-type(12){left:calc(260px)}
.info_item .blueprint .bar:nth-of-type(13){left:calc(285px)}
.info_item .blueprint .bar:nth-of-type(14){left:calc(310px)}
.info_item .blueprint .bar:nth-of-type(15){left:calc(335px)}
.info_item .blueprint .bar:nth-of-type(16){left:calc(360px)}
.info_item .blueprint .bar:nth-of-type(17){left:calc(385px)}
.info_item .blueprint .bar:nth-of-type(18){left:calc(410px)}
.info_item .blueprint .bar:nth-of-type(19){left:calc(435px)}
.info_item .blueprint .bar:nth-of-type(20){left:calc(460px)}
.info_item .blueprint{width: 100%;position: absolute;top: 43%;left: -6%;transform: rotate(35deg);z-index: 0;}
.info_item .blueprint *{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.info_item .blueprint .dot1{content:'';position:absolute;width:100%;top:-25%;left:0;height:150%;z-index:3;background:linear-gradient(to right,#000000,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,#ffffff);-webkit-transform:translateZ(100px);transform:translateZ(100px)}
.info_item .blueprint .bar{width:2px;height:100%;position:absolute;background: #c3c3c3;background-size:10px 20px;top:0;-webkit-transform:rotateX(0);transform:rotateX(0);-webkit-animation:grow 8s linear infinite;animation:grow 8s linear infinite;will-change:transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.info_item .blueprint .bar:nth-of-type(1) .dot1,.info_item .blueprint .bar:nth-of-type(1) .dot2{width:calc(10px + 1px);height:calc(10px + 1px)}
.info_item .blueprint .bar:nth-of-type(2) .dot1,.info_item .blueprint .bar:nth-of-type(2) .dot2{width:calc(10px + 2px);height:calc(10px + 2px)}
.info_item .blueprint .bar:nth-of-type(3) .dot1,.info_item .blueprint .bar:nth-of-type(3) .dot2{width:calc(10px + 3px);height:calc(10px + 3px)}
.info_item .blueprint .bar:nth-of-type(4) .dot1,.info_item .blueprint .bar:nth-of-type(4) .dot2{width:calc(10px + 4px);height:calc(10px + 4px)}
.info_item .blueprint .bar:nth-of-type(5) .dot1,.info_item .blueprint .bar:nth-of-type(5) .dot2{width:calc(10px + 5px);height:calc(10px + 5px)}
.info_item .blueprint .bar:nth-of-type(6) .dot1,.info_item .blueprint .bar:nth-of-type(6) .dot2{width:calc(10px + 6px);height:calc(10px + 6px)}
.info_item .blueprint .bar:nth-of-type(7) .dot1,.info_item .blueprint .bar:nth-of-type(7) .dot2{width:calc(10px + 7px);height:calc(10px + 7px)}
.info_item .blueprint .bar:nth-of-type(8) .dot1,.info_item .blueprint .bar:nth-of-type(8) .dot2{width:calc(10px + 8px);height:calc(10px + 8px)}
.info_item .blueprint .bar:nth-of-type(9) .dot1,.info_item .blueprint .bar:nth-of-type(9) .dot2{width:calc(10px + 9px);height:calc(10px + 9px)}
.info_item .blueprint .bar:nth-of-type(10) .dot1,.info_item .blueprint .bar:nth-of-type(10) .dot2{width:calc(10px + 10px);height:calc(10px + 10px)}
.info_item .blueprint .bar:nth-of-type(11) .dot1,.info_item .blueprint .bar:nth-of-type(11) .dot2{width:calc(30px - 11px);height:calc(30px - 11px)}
.info_item .blueprint .bar:nth-of-type(12) .dot1,.info_item .blueprint .bar:nth-of-type(12) .dot2{width:calc(30px - 12px);height:calc(30px - 12px)}
.info_item .blueprint .bar:nth-of-type(13) .dot1,.info_item .blueprint .bar:nth-of-type(13) .dot2{width:calc(30px - 13px);height:calc(30px - 13px)}
.info_item .blueprint .bar:nth-of-type(14) .dot1,.info_item .blueprint .bar:nth-of-type(14) .dot2{width:calc(30px - 14px);height:calc(30px - 14px)}
.info_item .blueprint .bar:nth-of-type(15) .dot1,.info_item .blueprint .bar:nth-of-type(15) .dot2{width:calc(30px - 15px);height:calc(30px - 15px)}
.info_item .blueprint .bar:nth-of-type(16) .dot1,.info_item .blueprint .bar:nth-of-type(16) .dot2{width:calc(30px - 16px);height:calc(30px - 16px)}
.info_item .blueprint .bar:nth-of-type(17) .dot1,.info_item .blueprint .bar:nth-of-type(17) .dot2{width:calc(30px - 17px);height:calc(30px - 17px)}
.info_item .blueprint .bar:nth-of-type(18) .dot1,.info_item .blueprint .bar:nth-of-type(18) .dot2{width:calc(30px - 18px);height:calc(30px - 18px)}
.info_item .blueprint .bar:nth-of-type(19) .dot1,.info_item .blueprint .bar:nth-of-type(19) .dot2{width:calc(30px - 19px);height:calc(30px - 19px)}
.info_item .blueprint .bar:nth-of-type(20) .dot1,.info_item .blueprint .bar:nth-of-type(20) .dot2{width:calc(30px - 20px);height:calc(30px - 20px)}
.info_item .blueprint .bar:nth-of-type(1){-webkit-animation-delay:-.4s;animation-delay:-.4s}
.info_item .blueprint .bar:nth-of-type(1) .dot1,.info_item .blueprint .bar:nth-of-type(1) .dot2,.info_item .blueprint .bar:nth-of-type(1):after,.info_item .blueprint .bar:nth-of-type(1):before{-webkit-animation-delay:-.4s;animation-delay:-.4s}
.info_item .blueprint .bar:nth-of-type(2){-webkit-animation-delay:-.8s;animation-delay:-.8s}
.info_item .blueprint .bar:nth-of-type(2) .dot1,.info_item .blueprint .bar:nth-of-type(2) .dot2,.info_item .blueprint .bar:nth-of-type(2):after,.info_item .blueprint .bar:nth-of-type(2):before{-webkit-animation-delay:-.8s;animation-delay:-.8s}
.info_item .blueprint .bar:nth-of-type(3){-webkit-animation-delay:-1.2s;animation-delay:-1.2s}
.info_item .blueprint .bar:nth-of-type(3) .dot1,.info_item .blueprint .bar:nth-of-type(3) .dot2,.info_item .blueprint .bar:nth-of-type(3):after,.info_item .blueprint .bar:nth-of-type(3):before{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}
.info_item .blueprint .bar:nth-of-type(4){-webkit-animation-delay:-1.6s;animation-delay:-1.6s}
.info_item .blueprint .bar:nth-of-type(4) .dot1,.info_item .blueprint .bar:nth-of-type(4) .dot2,.info_item .blueprint .bar:nth-of-type(4):after,.info_item .blueprint .bar:nth-of-type(4):before{-webkit-animation-delay:-1.6s;animation-delay:-1.6s}
.info_item .blueprint .bar:nth-of-type(5){-webkit-animation-delay:-2s;animation-delay:-2s}
.info_item .blueprint .bar:nth-of-type(5) .dot1,.info_item .blueprint .bar:nth-of-type(5) .dot2,.info_item .blueprint .bar:nth-of-type(5):after,.info_item .blueprint .bar:nth-of-type(5):before{-webkit-animation-delay:-2s;animation-delay:-2s}
.info_item .blueprint .bar:nth-of-type(6){-webkit-animation-delay:-2.4s;animation-delay:-2.4s}
.info_item .blueprint .bar:nth-of-type(6) .dot1,.info_item .blueprint .bar:nth-of-type(6) .dot2,.info_item .blueprint .bar:nth-of-type(6):after,.info_item .blueprint .bar:nth-of-type(6):before{-webkit-animation-delay:-2.4s;animation-delay:-2.4s}
.info_item .blueprint .bar:nth-of-type(7){-webkit-animation-delay:-2.8s;animation-delay:-2.8s}
.info_item .blueprint .bar:nth-of-type(7) .dot1,.info_item .blueprint .bar:nth-of-type(7) .dot2,.info_item .blueprint .bar:nth-of-type(7):after,.info_item .blueprint .bar:nth-of-type(7):before{-webkit-animation-delay:-2.8s;animation-delay:-2.8s}
.info_item .blueprint .bar:nth-of-type(8){-webkit-animation-delay:-3.2s;animation-delay:-3.2s}
.info_item .blueprint .bar:nth-of-type(8) .dot1,.info_item .blueprint .bar:nth-of-type(8) .dot2,.info_item .blueprint .bar:nth-of-type(8):after,.info_item .blueprint .bar:nth-of-type(8):before{-webkit-animation-delay:-3.2s;animation-delay:-3.2s}
.info_item .blueprint .bar:nth-of-type(9){-webkit-animation-delay:-3.6s;animation-delay:-3.6s}
.info_item .blueprint .bar:nth-of-type(9) .dot1,.info_item .blueprint .bar:nth-of-type(9) .dot2,.info_item .blueprint .bar:nth-of-type(9):after,.info_item .blueprint .bar:nth-of-type(9):before{-webkit-animation-delay:-3.6s;animation-delay:-3.6s}
.info_item .blueprint .bar:nth-of-type(10){-webkit-animation-delay:-4s;animation-delay:-4s}
.info_item .blueprint .bar:nth-of-type(10) .dot1,.info_item .blueprint .bar:nth-of-type(10) .dot2,.info_item .blueprint .bar:nth-of-type(10):after,.info_item .blueprint .bar:nth-of-type(10):before{-webkit-animation-delay:-4s;animation-delay:-4s}
.info_item .blueprint .bar:nth-of-type(11){-webkit-animation-delay:-4.4s;animation-delay:-4.4s}
.info_item .blueprint .bar:nth-of-type(11) .dot1,.info_item .blueprint .bar:nth-of-type(11) .dot2,.info_item .blueprint .bar:nth-of-type(11):after,.info_item .blueprint .bar:nth-of-type(11):before{-webkit-animation-delay:-4.4s;animation-delay:-4.4s}
.info_item .blueprint .bar:nth-of-type(12){-webkit-animation-delay:-4.8s;animation-delay:-4.8s}
.info_item .blueprint .bar:nth-of-type(12) .dot1,.info_item .blueprint .bar:nth-of-type(12) .dot2,.info_item .blueprint .bar:nth-of-type(12):after,.info_item .blueprint .bar:nth-of-type(12):before{-webkit-animation-delay:-4.8s;animation-delay:-4.8s}
.info_item .blueprint .bar:nth-of-type(13){-webkit-animation-delay:-5.2s;animation-delay:-5.2s}
.info_item .blueprint .bar:nth-of-type(13) .dot1,.info_item .blueprint .bar:nth-of-type(13) .dot2,.info_item .blueprint .bar:nth-of-type(13):after,.info_item .blueprint .bar:nth-of-type(13):before{-webkit-animation-delay:-5.2s;animation-delay:-5.2s}
.info_item .blueprint .bar:nth-of-type(14){-webkit-animation-delay:-5.6s;animation-delay:-5.6s}
.info_item .blueprint .bar:nth-of-type(14) .dot1,.info_item .blueprint .bar:nth-of-type(14) .dot2,.info_item .blueprint .bar:nth-of-type(14):after,.info_item .blueprint .bar:nth-of-type(14):before{-webkit-animation-delay:-5.6s;animation-delay:-5.6s}
.info_item .blueprint .bar:nth-of-type(15){-webkit-animation-delay:-6s;animation-delay:-6s}
.info_item .blueprint .bar:nth-of-type(15) .dot1,.info_item .blueprint .bar:nth-of-type(15) .dot2,.info_item .blueprint .bar:nth-of-type(15):after,.info_item .blueprint .bar:nth-of-type(15):before{-webkit-animation-delay:-6s;animation-delay:-6s}
.info_item .blueprint .bar:nth-of-type(16){-webkit-animation-delay:-6.4s;animation-delay:-6.4s}
.info_item .blueprint .bar:nth-of-type(16) .dot1,.info_item .blueprint .bar:nth-of-type(16) .dot2,.info_item .blueprint .bar:nth-of-type(16):after,.info_item .blueprint .bar:nth-of-type(16):before{-webkit-animation-delay:-6.4s;animation-delay:-6.4s}
.info_item .blueprint .bar:nth-of-type(17){-webkit-animation-delay:-6.8s;animation-delay:-6.8s}
.info_item .blueprint .bar:nth-of-type(17) .dot1,.info_item .blueprint .bar:nth-of-type(17) .dot2,.info_item .blueprint .bar:nth-of-type(17):after,.info_item .blueprint .bar:nth-of-type(17):before{-webkit-animation-delay:-6.8s;animation-delay:-6.8s}
.info_item .blueprint .bar:nth-of-type(18){-webkit-animation-delay:-7.2s;animation-delay:-7.2s}
.info_item .blueprint .bar:nth-of-type(18) .dot1,.info_item .blueprint .bar:nth-of-type(18) .dot2,.info_item .blueprint .bar:nth-of-type(18):after,.info_item .blueprint .bar:nth-of-type(18):before{-webkit-animation-delay:-7.2s;animation-delay:-7.2s}
.info_item .blueprint .bar:nth-of-type(19){-webkit-animation-delay:-7.6s;animation-delay:-7.6s}
.info_item .blueprint .bar:nth-of-type(19) .dot1,.info_item .blueprint .bar:nth-of-type(19) .dot2,.info_item .blueprint .bar:nth-of-type(19):after,.info_item .blueprint .bar:nth-of-type(19):before{-webkit-animation-delay:-7.6s;animation-delay:-7.6s}
.info_item .blueprint .bar:nth-of-type(20){-webkit-animation-delay:-8s;animation-delay:-8s}
.info_item .blueprint .bar:nth-of-type(20) .dot1,.info_item .blueprint .bar:nth-of-type(20) .dot2,.info_item .blueprint .bar:nth-of-type(20):after,.info_item .blueprint .bar:nth-of-type(20):before{-webkit-animation-delay:-8s;animation-delay:-8s}
.info_item .blueprint .bar .dot1,.info_item .blueprint .bar .dot2{content:'';position:absolute;width:30px;height:30px;background: #c3c3c3;border-radius:100%;left:50%;top:-30px;-webkit-animation:shrink 8s linear infinite;animation:shrink 8s linear infinite;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateX(-50%) rotateX(0);transform:translateX(-50%) rotateX(0)}
.info_item .blueprint .bar .dot2{top:auto;bottom:-30px;background: #d6d6d6;}
.info_item .blueprint .bar:after,.info_item .blueprint .bar:before{content:'';box-shadow: 0 0 0 2px #c3c3c3;position:absolute;width:2px;height:2px;background: #c3c3c3;border-radius:0;left:50%;bottom:0;-webkit-animation:shrink2 30s linear infinite;animation:shrink2 30s linear infinite;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateX(-50%) rotateX(0) translateZ(2px);transform:translateX(-50%) rotateX(0) translateZ(2px)}
.info_item .blueprint .bar:after{bottom:auto;top:0}
@-webkit-keyframes grow{to{-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}
}@keyframes grow{to{-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}
}@-webkit-keyframes shrink{100%{-webkit-transform:translateX(-50%) rotateX(-360deg);transform:translateX(-50%) rotateX(-360deg)}
}@keyframes shrink{100%{-webkit-transform:translateX(-50%) rotateX(-360deg);transform:translateX(-50%) rotateX(-360deg)}
}@-webkit-keyframes shrink2{100%{-webkit-transform:translateX(-50%) rotateX(-360deg) translateZ(2px);transform:translateX(-50%) rotateX(-360deg) translateZ(2px)}
}@keyframes shrink2{100%{-webkit-transform:translateX(-50%) rotateX(-360deg) translateZ(2px);transform:translateX(-50%) rotateX(-360deg) translateZ(2px)}
}

@media screen and (max-width: 1440px) {
    .info_item .blueprint{
    top: 40%;
    left: -14%;
}
}

@media screen and (max-width: 1024px) {
    .info_item .blueprint{
    top: 30%;
    left: 46%;
}
        .techContentBox .techBox .Txt .title{
    font-size: 24px;
}

}

@media screen and (max-width: 768px) {
    .info_item .blueprint{
    display: none;
}
    }