@import '//at.alicdn.com/t/font_2206285_afixzl26whk.css';

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%) scale3d(.3,.3,.3);
        transform: translateX(-50%) scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%) scale3d(.3,.3,.3);
        transform: translateX(-50%) scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomImageInEnd {
    0% {
        opacity: 0;
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1.05,1.05);
        transform: scale(1.05,1.05)
    }
}

@keyframes zoomImageInEnd {
    0% {
        opacity: 0;
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1.05,1.05);
        transform: scale(1.05,1.05)
    }
}

.lazy_img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 700ms,-webkit-filter 300ms;
    transition: transform 700ms,filter 300ms;
    transition: transform 700ms,filter 300ms,-webkit-transform 700ms,-webkit-filter 300ms;
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

    .lazy_img.lazyloaded {
        -webkit-filter: blur(0);
        filter: blur(0)
    }

.flex-row, .flex-row div[class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hidden {
    visibility: hidden;
    opacity: 0;
    white-space: nowrap;
    overflow: hidden
}

.button {
    display: inline-block;
    background: #fff;
    border: 1px solid transparent;
    padding: 5px 12px;
    font-size: 14px;
    -webkit-transition: all .3s;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    transition: all .3s
}

    .button:focus {
        outline: 0
    }

.button-default, .paging a.active, .paging a:hover {
    background: #3693ff;
    color: #fff;
    border-color: #3693ff
}

    .button-default:hover {
        background: #227feb;
        color: #fff
    }

.button-write {
    background: #fff;
    color: #3693ff !important;
    border-color: #3693ff
}

    .button-write:hover {
        background: #f5f5f5
    }

.button-write-reverse {
    border-color: #fff;
    background: 0 0;
    color: #fff
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.pagination ul {
    display: inline-block;
    margin: 0 -4px
}

    .pagination ul > li {
        display: inline
    }

        .pagination ul > li > a, .pagination ul > li > span {
            float: left;
            padding: 5px 12px;
            line-height: 20px;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            margin: 0 4px;
            border-radius: 4px;
            color: #333;
            -webkit-transition: all .3s;
            transition: all .3s
        }

    .pagination ul > .active > a, .pagination ul > .active > span {
        background-color: #3693ff;
        color: #fff;
        -webkit-transition: color .3s ease;
        transition: color .3s ease
    }

    .pagination ul > .active > a, .pagination ul > .active > span, .pagination ul > li > a:focus, .pagination ul > li > a:hover {
        background-color: #3693ff;
        color: #fff
    }

.pagination-centered {
    text-align: center
}

.pagination-righted {
    text-align: right
}

.mg-1 {
    margin: 50px 0
}

.edit div, .edit p {
    font-size: 16px;
    color: #666;
    line-height: 1.65
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0
}

@media (max-width:768px) {
    .fadeable {
        opacity: 1 !important
    }

    .px-sm-1 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .mg-0-sm {
        margin: 20px 0
    }

    .wrapper {
        position: absolute;
        top: 48px;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    .edit div, .edit p {
        font-size: .65rem
    }
}

.fadeable {
    opacity: 0;
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease
}

    .fadeable.revealed {
        opacity: 1
    }

* {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

@media (max-width:767px) {
    .no-flex-xs {
        display: block !important
    }

    .pagination-centered-xs {
        text-align: center !important
    }
}

.anim-group {
    overflow: hidden
}

    .anim-group.in .to-left, .anim-group.in .to-right {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .anim-group.in .to-bottom {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    .anim-group .to-left {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px)
    }

    .anim-group .to-bottom, .anim-group .to-left, .anim-group .to-right {
        opacity: 0;
        -webkit-transition: opacity 1.45s cubic-bezier(.075,.82,.165,1),-webkit-transform 1.45s cubic-bezier(.075,.82,.165,1);
        transition: transform 1.45s cubic-bezier(.075,.82,.165,1),opacity 1.45s cubic-bezier(.075,.82,.165,1);
        transition: transform 1.45s cubic-bezier(.075,.82,.165,1),opacity 1.45s cubic-bezier(.075,.82,.165,1),-webkit-transform 1.45s cubic-bezier(.075,.82,.165,1)
    }

    .anim-group .to-right {
        -webkit-transform: translateX(200px);
        transform: translateX(200px)
    }

    .anim-group .to-bottom {
        -webkit-transform: translateY(300px);
        transform: translateY(300px)
    }

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-disabled {
    opacity: 0;
    cursor: no-drop
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    position: relative;
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

    .slick-initialized .slick-slide, .slick-slide img {
        display: block
    }

    .slick-slide.slick-loading img {
        display: none
    }

    .slick-slide.dragging img {
        pointer-events: none
    }

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(./images/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: 'slick';
    font-weight: 400;
    font-style: normal;
    src: url(./fonts/slick.eot);
    src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"),url(./fonts/slick.woff) format("woff"),url(./fonts/slick.ttf) format("truetype"),url(./fonts/slick.svg#slick) format("svg")
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    margin-top: -30px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    z-index: 233;
    height: 40px;
    width: 28px;
    background: #000;
    background: rgba(0,0,0,.4);
    filter: alpha(opacity=40)
}

    .slick-next .iconfont, .slick-prev .iconfont {
        position: absolute;
        top: 21px;
        font-size: 25px;
        color: #fff
    }

    .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
        opacity: .25
    }

.slick-prev {
    left: 20px
}

.slick-next {
    right: 20px
}

    .slick-next:before {
        content: '→'
    }

.slick-dots {
    position: absolute;
    bottom: 36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 12px;
            height: 12px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            outline: 0;
            background: 0 0;
            border-radius: 50%;
            border: 1px solid #fff
        }

        .slick-dots li.slick-active button {
            background: #f8bc28
        }

        .slick-dots li button:focus:before, .slick-dots li button:hover:before {
            opacity: 1
        }

.slider-for {
    margin-bottom: 15px
}

body, html {
    min-width: 1300px
}

.paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .paging a {
        display: inline-block;
        min-width: 34px;
        height: 34px;
        border: 1px solid #dfdfdf;
        font-size: 12px;
        text-align: center;
        line-height: 32px;
        border-radius: 4px;
        padding: 0 10px;
        margin: 0 5px;
        color: #333
    }

        .paging a.disabled {
            background: #f2f2f2;
            pointer-events: none
        }

.container {
    width: 1300px;
    padding: 0 15px;
    margin: 0 auto
}

.logo-bar {
    background: #fff
}

.logo {
    height: 120px;
    line-height: 120px
}

.banner {
    position: relative;
    opacity: 0;
    height: 540px;
    overflow: hidden
}

    .banner .arrow {
        position: absolute;
        width: 90px;
        height: 90px;
        top: 50%;
        margin-top: -45px;
        background-color: rgba(0,0,0,.3);
        color: #fff;
        border: 0;
        cursor: pointer;
        z-index: 99;
        outline: 0;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .banner .arrow:hover {
            background-color: rgba(0,0,0,.6)
        }

        .banner .arrow .iconfont {
            font-size: 30px
        }

    .banner .next {
        right: 5%
    }

    .banner .prev {
        left: 5%
    }

    .banner.slick-initialized {
        opacity: 1;
        height: auto
    }

.header, .header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header {
    padding: 0 30px;
    height: 80px;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .header .logo img {
        height: 70px
    }

    .header .menu-wrapper {
        margin: 0 auto
    }

    .header .nav {
        font-size: 16px;
        color: #333
    }

        .header .nav li {
            padding: 0 25px;
            height: 80px;
            line-height: 80px;
            position: relative
        }

            .header .nav li.active a, .section-index--news a:hover .name {
                color: #3693ff
            }

                .header .nav li.active a:after {
                    position: absolute;
                    bottom: 1px;
                    width: 100%;
                    left: 0;
                    height: 2px;
                    content: '';
                    background: #3693ff
                }

    .header .lang, .header .lang > a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff
    }

    .header .lang {
        width: 102px;
        background: -webkit-gradient(linear,left top,left bottom,from(#195aff),to(#348eff));
        background: linear-gradient(to bottom,#195aff 0%,#348eff 100%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 2px;
        height: 25px;
        border-radius: 25px
    }

        .header .lang > a {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            height: 21px;
            border-radius: 21px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            .header .lang > a.active {
                background: #fff;
                color: #3693ff
            }

.image {
    overflow: hidden
}

    .image img {
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: all .3s;
        transition: all .3s
    }

.section-index--list {
    padding: 120px 0
}

    .section-index--list .to-bottom:nth-child(6n+2) {
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }

    .section-index--list .to-bottom:nth-child(6n+3) {
        -webkit-transition-delay: 1s;
        transition-delay: 1s
    }

    .section-index--list .to-bottom:nth-child(6n+4) {
        -webkit-transition-delay: 1.5s;
        transition-delay: 1.5s
    }

    .section-index--list .to-bottom:nth-child(6n+5) {
        -webkit-transition-delay: 2s;
        transition-delay: 2s
    }

    .section-index--list .to-bottom:nth-child(6n+6) {
        -webkit-transition-delay: 2.5s;
        transition-delay: 2.5s
    }

    .section-index--list .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -20px
    }

        .section-index--list .list .item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%;
            padding: 20px
        }

            .section-index--list .list .item > a {
                display: block;
                border: 1px solid #dbdbdb;
                padding: 4px
            }

            .section-index--list .list .item:hover img {
                -webkit-transform: scale(1.2);
                transform: scale(1.2)
            }

        .section-index--list .list .con {
            padding: 20px 10px
        }

            .section-index--list .list .con .title {
                font-size: 18px;
                margin-bottom: 20px
            }

            .section-index--list .list .con .summary {
                font-size: 14px;
                height: 38px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                margin-bottom: 20px
            }

            .section-index--list .list .con .btn {
                display: inline-block;
                height: 26px;
                padding: 0 15px;
                background: #3693ff;
                border-radius: 26px;
                line-height: 26px;
                font-size: 12px;
                color: #fff;
                -webkit-transition: all .3s;
                transition: all .3s
            }

                .section-index--about .btn:hover, .section-index--list .list .con .btn:hover, .section-index--news .btn:hover {
                    background: #0378ff
                }

        .section-index--list .list .image img {
            height: 325px
        }

.section-index--about {
    background: url(../images/black-and-white-city-houses-skyline-2255.png) no-repeat center center/contain;
    height: 435px
}

    .section-index--about .box {
        max-width: 900px;
        margin: 0 auto;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .section-index--about .title {
        position: relative;
        font-size: 36px;
        margin-bottom: 50px;
        padding-bottom: 14px
    }

        .section-index--about .title:after, .section-index--news .title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            height: 3px;
            width: 60px;
            background: #3693ff;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
        }

    .section-index--about .summary {
        line-height: 250%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 50px
    }

    .section-index--about .btn {
        display: inline-block;
        height: 40px;
        padding: 0 22px;
        background: #3693ff;
        -webkit-transition: all .3s;
        transition: all .3s;
        line-height: 40px;
        border-radius: 4px;
        color: #fff
    }

.section-index--news {
    padding: 110px 0
}

    .section-index--news .flex-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .section-index--news .title {
        position: relative;
        font-size: 36px;
        margin-bottom: 50px;
        padding-bottom: 14px;
        text-align: center
    }

    .section-index--news .text-center {
        margin-top: 60px
    }

    .section-index--news .btn {
        height: 40px;
        color: #fff;
        line-height: 40px;
        display: inline-block;
        padding: 0 22px;
        border-radius: 4px;
        background: #3693ff;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .section-index--news .fl {
        padding: 0 75px 0 40px
    }

        .section-index--news .fl .box {
            display: block;
            width: 500px;
            background: #f8f8f8;
            text-align: center;
            height: 400px;
            padding: 90px 30px 0
        }

            .section-index--news .fl .box .name {
                margin-bottom: 26px
            }

            .section-index--news .fl .box .summary {
                line-height: 150%;
                color: #333
            }

    .section-index--news .list .item {
        border-bottom: 1px solid #ddd;
        margin-bottom: 35px;
        padding-bottom: 35px;
        display: block
    }

        .section-index--news .list .item:last-child {
            margin-bottom: 0
        }

    .section-index--news .list .top {
        margin-bottom: 18px
    }

    .section-index--news .list .bottom, .section-index--news .list .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .section-index--news .list .name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .section-index--news .list .time {
        font-size: 16px;
        color: #999;
        margin-left: 40px
    }

    .section-index--news .list .summary {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-width: 366px
    }

    .section-index--news .list .iconfont {
        color: #dedede;
        font-size: 25px;
        margin-left: auto
    }

    .section-index--news .name {
        font-size: 16px
    }

    .section-index--news .summary {
        color: #666
    }

.footer {
    padding: 50px 0;
    background: #262b33
}

    .footer .icq {
        text-align: center;
        font-size: 12px;
        color: #4c6377
    }

    .footer ul, .section-news .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px
    }

        .footer ul li {
            padding: 0 14px;
            line-height: 1;
            border-right: 1px solid #4c6377
        }

            .footer ul li:last-child {
                border-right: 0
            }

        .footer ul a {
            color: #4c6377
        }

            .footer ul a:hover {
                color: #fff
            }

.section-news {
    padding: 100px 0
}

    .section-news .paging {
        margin-top: 60px
    }

    .section-news .item {
        margin-bottom: 40px
    }

        .section-news .item:hover img {
            -webkit-transform: scale(1.2);
            transform: scale(1.2)
        }

        .section-news .item:hover .btn {
            background: #0378ff
        }

        .section-news .item .image {
            width: 340px;
            height: 200px;
            margin-right: 25px
        }

            .section-news .item .image img {
                height: 100%
            }

        .section-contact .flex-box > div, .section-news .item .con {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

            .section-news .item .con .name {
                font-size: 16px;
                font-weight: 700;
                margin-bottom: 20px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

            .section-news .item .con .time {
                font-size: 14px;
                color: #999;
                margin-bottom: 15px
            }

            .section-news .item .con .summary {
                color: #999;
                margin-bottom: 24px
            }

            .section-news .item .con .btn {
                display: inline-block;
                font-size: 16px;
                padding: 0 22px;
                height: 40px;
                line-height: 40px;
                border-radius: 4px;
                background: #3693ff;
                color: #fff
            }

.banner-v2 {
    position: relative
}

    .banner-v2 img {
        height: 450px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .banner-v2 .box {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        z-index: 10
    }

        .banner-v2 .box .zh {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 10px
        }

        .banner-v2 .box .en {
            font-size: 16px
        }

.edit-inner {
    max-width: 860px;
    margin: 0 auto
}

    .edit-inner .title {
        text-align: center;
        font-size: 20px;
        margin-bottom: 20px
    }

    .edit-inner .time {
        font-size: 14px;
        color: #999;
        margin-bottom: 50px;
        text-align: center
    }

.section-company-desc {
    padding: 110px 0 120px;
    color: #4c6377
}

    .section-company-desc .summary {
        line-height: 200%
    }

    .section-company-desc .history .title {
        font-weight: 700
    }

.section-contact {
    padding: 100px 0
}

    .section-contact .flex-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .section-contact .fl {
        height: 460px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .section-contact .fr {
        font-size: 20px;
        width: 520px;
        margin-left: 90px
    }

        .section-contact .fr li div + div {
            margin-top: 10px;
            overflow-wrap: break-word
        }

        .section-contact .fr li + li {
            margin-top: 45px
        }
/*# sourceMappingURL=src/main.css.map */