#develop .text .time,.descript .time {
    font-family: mDIN
}

.about_1 {
    padding: 80px 0 110px
}

#keji-1 {
    position: relative;
    width: 540px
}

#keji-1 .img {
    position: absolute;
    top: 50px;
    right: 81px;
    width: 608px;
    height: 631px;
    overflow: hidden;
    z-index: 10;
    opacity: 0
}

#keji-1 .bc_1,#keji-1 .bc_2 {
    position: absolute;
    height: 1500px;
    z-index: 9
}

#keji-1.animates .img {
    -webkit-animation: kejiimg1 .6s .8s linear forwards;
    animation: kejiimg1 .6s .8s linear forwards
}

@keyframes kejiimg1 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes kejiimg1 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#keji-1 .img img {
    width: 100%;
    display: block
}

#keji-1 .bc_1 {
    width: 451px;
    background: #5a39ff;
    right: 24px;
    top: 300px;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(41.7deg) translate(-440px, 1500px);
    transform: rotate(41.7deg) translate(-440px, 1500px)
}

#keji-1.animates .bc_1 {
    -webkit-animation: kejiimgbc1 .8s linear forwards;
    animation: kejiimgbc1 .8s linear forwards
}

@keyframes kejiimgbc1 {
    0% {
        -webkit-transform: rotate(41.7deg) translate(-440px, 1500px);
        transform: rotate(41.7deg) translate(-440px, 1500px)
    }

    100% {
        -webkit-transform: rotate(41.7deg) translate(0, 0);
        transform: rotate(41.7deg) translate(0, 0)
    }
}

@-webkit-keyframes kejiimgbc1 {
    0% {
        -webkit-transform: rotate(41.7deg) translate(-440px, 1500px);
        transform: rotate(41.7deg) translate(-440px, 1500px)
    }

    100% {
        -webkit-transform: rotate(41.7deg) translate(0, 0);
        transform: rotate(41.7deg) translate(0, 0)
    }
}

#keji-1 .bc_2 {
    width: 424px;
    background: #324cff;
    top: -1072px;
    right: 17px;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: rotate(-46deg) translate(-440px, -1500px);
    transform: rotate(-46deg) translate(-440px, -1500px)
}

.about_1 .content,.about_2 .text-ul {
    width: 840px
}

#keji-1.animates .bc_2 {
    -webkit-animation: kejiimgbc2 .8s linear forwards;
    animation: kejiimgbc2 .8s linear forwards
}

@keyframes kejiimgbc2 {
    0% {
        -webkit-transform: rotate(-46deg) translate(-440px, -1500px);
        transform: rotate(-46deg) translate(-440px, -1500px)
    }

    100% {
        -webkit-transform: rotate(-46deg) translate(0, 0);
        transform: rotate(-46deg) translate(0, 0)
    }
}

@-webkit-keyframes kejiimgbc2 {
    0% {
        -webkit-transform: rotate(-46deg) translate(-440px, -1500px);
        transform: rotate(-46deg) translate(-440px, -1500px)
    }

    100% {
        -webkit-transform: rotate(-46deg) translate(0, 0);
        transform: rotate(-46deg) translate(0, 0)
    }
}

.about_1 .content .text-ul {
    padding: 20px 0 0
}

.about_1 .content .text-li {
    margin-top: 100px
}

#introduce .title.animates:after {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

#culture .title.animates:after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.about_1 .content .text-li .text h4 {
    font-size: 18px;
    color: #FA4B4B;
    line-height: 30px
}

.about_1 .content .text-li .text p {
    font-size: 18px;
    color: #4F5887;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: justify;
    letter-spacing: -.2px
}

.about_2 {
    padding: 115px 0 100px;
    background: #f8f9fe
}

.descript {
    width: 100%;
    position: relative;
    padding-bottom: 20px
}

.descript .time {
    font-size: 24px;
    color: #313a69
}

.descript p {
    font-size: 14px;
    color: #717899;
    margin-top: 8px
}

.descript:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #324cff
}

.descript.animates:after {
    -webkit-animation: xianLeft .6s linear forwards;
    animation: xianLeft .6s linear forwards
}

@keyframes xianLeft {
    100% {
        width: 100%
    }
}

@-webkit-keyframes xianLeft {
    100% {
        width: 100%
    }
}

#develop .text {
    padding: 20px 0;
    min-height: 600px
}

#develop .text .time {
    float: left;
    width: 70px;
    color: #FA4B4B;
    font-size: 24px;
    line-height: 34px
}

#develop .text .p {
    float: left;
    width: calc(100% - 100px);
    color: #4F5887;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px
}

.about_2 .keji-2 {
    width: 540px;
    position: relative
}

.about_2 .keji-2 .img {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 648px;
    height: 631px;
    z-index: 5;
    opacity: 0;
    background: url(../images/about_bot_02.png) center no-repeat;
    background-size: cover;
    transition: all .6s .8s
}

.about_2 .keji-2.animates .img {
    opacity: 1
}

.about_2 .keji-2.active .img {
    transition: all .6s 0s;
    opacity: 0
}

#ryOpen {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer
}

#ryOpen .img-bc,#ryOpen>img {
    position: absolute;
    width: 32px;
    height: 32px;
    bottom: 60px;
    left: 50%;
    margin-left: -16px;
    cursor: pointer
}

#ryOpen>img {
    z-index: 1
}

#ryOpen .img-bc {
    z-index: 2;
}

#ryOpen .img-bc>div {
    width: 0;
    height: 0;
    left: 0;
    transition-duration: .3s;
    cursor: pointer
}

#ryOpen .img-bc:hover div {
    width: 100%;
    height: 100%
}

.about_2 .keji-2 .bc-1,.about_2 .keji-2 .bc-2 {
    width: 451px;
    height: 1500px;
    z-index: 1;
    position: absolute
}

.about_2 .keji-2 .bc-1 {
    background: #324cff;
    -webkit-transform: rotate(-46deg) translate(440px, 1500px);
    transform: rotate(-46deg) translate(440px, 1500px);
    top: -70px;
    left: 474px;
    transition-duration: .8s
}

.about_2 .keji-2.animates .bc-1 {
    -webkit-transform: rotate(-46deg) translate(0, 0);
    transform: rotate(-46deg) translate(0, 0)
}

.about_2 .keji-2.active .bc-1 {
    transition: all .8s .4s;
    -webkit-transform: rotate(-46deg) translate(440px, 1500px);
    transform: rotate(-46deg) translate(440px, 1500px)
}

.about_2 .keji-2 .bc-2 {
    background: #5a39ff;
    -webkit-transform: rotate(45deg) translate(440px, -1500px);
    transform: rotate(45deg) translate(440px, -1500px);
    top: -698px;
    left: 467px;
    transition-duration: .8s
}

.about_2 .keji-2.animates .bc-2 {
    -webkit-transform: rotate(45.4deg) translate(0, 0);
    transform: rotate(45.4deg) translate(0, 0)
}

.about_2 .keji-2.active .bc-2 {
    transition: all .8s .4s;
    -webkit-transform: rotate(45deg) translate(440px, -1500px);
    transform: rotate(45deg) translate(440px, -1500px)
}

#rylist {
    position: absolute;
    top: -1000px;
    right: -1500px;
    z-index: 9;
    width: 560px;
    height: 724px;
    transition: all 1.2s
}

#rylist.active {
    top: 0;
    right: -20px
}

#rylist .item {
    width: 260px;
    height: 350px;
    position: relative;
    float: left;
    border: 8px solid #33f
}

#rylist .item .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 255, .8);
    opacity: 0;
    transition-duration: 1s;
    font-size: 18px;
    color: #fff;
    padding: 20px;
    text-align: center;
}

#rylist .item .text:hover {
    opacity: 1
}

#rylist .item .text .m-table {
    width: 100%;
    height: 100%;
    display: table;
}

#rylist .item .text .m-table p {
    display: table-cell;
    vertical-align: middle;
}

.swiper-ry {
    width: 100%;
    height: 100%;
    padding-right: 20px
}

.swiper-ry .swiper-slide {
    width: 260px
}

.ry-swiper-scrollbar {
    position: absolute;
    right: 0;
    top: 160px;
    height: 564px;
    width: 4px;
    z-index: 50;
    background: #e0e2f0
}

#rylist .swiper-scrollbar-drag {
    background: #fa4b4b;
    cursor: pointer
}

#rylist .p {
    position: absolute;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    top: 0;
    right: -10px;
    font-size: 18px;
    color: #313a69;
    font-weight: 700
}

#rylist .close {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    z-index: 20;
    width: 32px;
    height: 32px;
    background: url(../images/icon-hide.png) center;
    background-size: cover;
    cursor: pointer
}

.about_3 {
    padding: 110px 0 120px
}

.about_3 .text-ul {
    width: 840px
}

.about_3 .je {
    padding: 25px 60px;
    background: url(../images/contact_icon_01.png) left top no-repeat, url(../images/contact_icon_02.png) bottom right no-repeat;
    margin: 30px 0
}

.about_3 .je p {
    font-size: 16px;
    color: #4F5887;
    line-height: 30px
}

#contact-info li {
    padding: 10px 0
}

#contact-info li p {
    line-height: 30px;
    color: #FA4B4B;
    font-size: 20px
}

#contact-info li p a {
    color: #4F5887
}

#contact-info li p span {
    margin-left: 10px;
    font-size: 20px;
    color: #4F5887
}

#contact-info li p img {
    vertical-align: middle;
    margin-left: 8px;
    animation: contactimgs .6s linear infinite alternate;
    -webkit-animation: contactimgs .6s linear infinite alternate
}

@keyframes contactimgs {
    0% {
        margin-lfet: 0
    }

    100% {
        margin-left: 20px
    }
}

@-webkit-keyframes contactimgs {
    0% {
        margin-lfet: 0
    }

    100% {
        margin-left: 20px
    }
}

.about_3 .form {
    width: 480px;
    padding-top: 80px
}

.about_3 .form h2 {
    font-size: 20px;
    color: #324CFF;
    margin-bottom: 10px
}

.about_3 .form h2 span {
    color: #FA4B4B
}

.about_3 .form .input {
    position: relative;
    border-bottom: 2px solid #009;
    height: 50px;
    margin-bottom: 10px
}

.about_3 .form .input:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background: #FA4B4B;
    z-index: 10;
    -webkit-text-decoration-style: linear;
    text-decoration-style: linear;
    transition-duration: .8s
}

.about_3 .form .input.on:after {
    width: 100%
}

.about_3 .form .input input {
    border: 0;
    height: 30px;
    font-size: 16px;
    color: #140281;
    margin-top: 10px;
    width: 100%
}

.about_3 .form .input input::-webkit-input-placeholder {
    color: rgba(113, 120, 153);
    transition-duration: .3s
}

.about_3 .form .input input:-moz-placeholder {
    color: rgba(113, 120, 153);
    transition-duration: .3s;
    opacity: 1
}

.about_3 .form .input input::-moz-placeholder {
    color: rgba(113, 120, 153);
    transition-duration: .3s;
    opacity: 1
}

.about_3 .form .input input:-ms-input-placeholder {
    color: rgba(113, 120, 153);
    transition-duration: .3s
}

.about_3 .form .input.on input::-webkit-input-placeholder {
    color: rgba(113, 120, 153, .4)
}

.about_3 .form .input.on input:-moz-placeholder {
    color: rgba(113, 120, 153, .4);
    opacity: 1
}

.about_3 .form .input.on input::-moz-placeholder {
    color: rgba(113, 120, 153, .4);
    opacity: 1
}

.about_3 .form .input.on input:-ms-input-placeholder {
    color: rgba(113, 120, 153, .4)
}

.about_3 .form .text {
    margin-top: 40px;
    background: #140281;
    padding: 25px
}

.about_3 .form .text textarea {
    width: 100%;
    height: 150px;
    border: 0;
    background: 0 0;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    resize: none;
    overflow: auto;
    transition-duration: .3s
}

.about_3 .form .text textarea::-webkit-scrollbar {
    background: #fff;
    width: 4px;
}

.about_3 .form .text textarea::-webkit-scrollbar-thumb {
    background: #FA4B4B;
}

.about_3 .form .text textarea::-webkit-input-placeholder {
    color: rgba(177, 199, 255, .6);
    font-size: 16px;
    transition-duration: .3s
}

.about_3 .form .text textarea:-moz-placeholder {
    color: rgba(177, 199, 255, .6);
    font-size: 16px;
    transition-duration: .3s;
    opacity: 1
}

.about_3 .form .text textarea::-moz-placeholder {
    color: rgba(177, 199, 255, .6);
    font-size: 16px;
    transition-duration: .3s;
    opacity: 1
}

.about_3 .form .text textarea:-ms-input-placeholder {
    color: rgba(177, 199, 255, .6);
    font-size: 16px;
    transition-duration: .3s
}

.about_3 .form .text.on textarea::-webkit-input-placeholder {
    color: rgba(177, 199, 255, .4)
}

.about_3 .form .text.on textarea:-moz-placeholder {
    color: rgba(177, 199, 255, .4);
    opacity: 1
}

.about_3 .form .text.on textarea::-moz-placeholder {
    color: rgba(177, 199, 255, .4);
    opacity: 1
}

.about_3 .form .text.on textarea:-ms-input-placeholder {
    color: rgba(177, 199, 255, .4)
}

.about_3 .form .text button {
    float: right;
    border: 0;
    background: #FA4B4B;
    font-size: 16px;
    color: #fff;
    width: 80px;
    height: 40px;
    cursor: pointer
}

.about_3 .form .text button span {
    position: relative;
    z-index: 2
}

.map {
    padding-top: 50px
}

.map .p {
    font-size: 16px;
    color: #324CFF;
    line-height: 30px;
    margin-bottom: 20px
}
