@charset "utf-8";
/* CSS Document */

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

.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides>li:first-child {
    display: block;
}

.flexslider {
    margin: 0;
    background: #fff;
    /* border: 4px solid #fff; */
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

@-moz-document url-prefix() {
    .loading .flex-viewport {
        max-height: none;
    }
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

.service .text {
    text-align: center;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

@media screen and (min-width: 1400px) {
    .service-count {
        position: absolute;
        height: 200px;
        background-color: #fff;
        border-radius: 20px;
        margin-top: -100px;
        box-shadow: 0 0 13px rgba(127, 127, 127, 0.14);
        z-index: 99;
        left: 0;
        right: 0;
        margin: auto;
        top: 80%;
    }

    .service-count .item {
        margin-left: 70px;
    }

    .circle-wrap {
        width: 100px;
        height: 100px;
        position: relative;
    }

    .circle-wrap .circle {
        width: 100px;
        height: 100px;
        position: absolute;
        border: 3px solid transparent;
        border-radius: 50%;
        border-bottom-color: #01509f;
        border-left-color: #01509f;
        border-right-color: #01509f;
        transform: rotate(45deg);
        animation: stroke 2s linear 1;
    }

    .circle-wrap .num {
        font-size: 24px;
        color: #01509f;
    }

    @keyframes stroke {
        0% {
            transform: rotate(45deg);
        }

        50% {
            transform: rotate(225deg);
        }

        100% {
            transform: rotate(405deg);
        }
    }

    .service-count .item .text {
        width: 180px;
        margin-left: 20px;
    }

    .service-count .item .text dt {
        font-size: 20px;
        color: #01509f;
    }

    .service-count .item .text span {
        font-size: 12px;
        color: #979797;
        text-transform: uppercase;
    }

    .service-count .item .text dd {
        font-size: 12px;
        color: #979797;
        margin-top: 5px;
    }

    .service {
        margin-top: 180px;
    }

    .service h2 {
        font-size: 48px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .service h3 {
        font-size: 24px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px 0 60px;
        line-height: 1.2;
    }

    .service .item {
        width: 370px;
        height: 350px;
        border: solid 1px #e5e5e5;
        border-radius: 20px;
    }

    .service .item img {
        margin: 30px 0;
    }

    .service .item h4 {
        font-size: 22px;
        color: #333;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .service .item p {
        font-size: 18px;
        color: #999;
        line-height: 28px;
    }

    .service-diff {
        width: 100%;
        height: 480px;
        background-color: #01509f;
        margin-top: 80px;
        padding-top: 70px;
    }

    .service-diff h2 {
        font-size: 48px;
        text-align: center;
        color: #fff;
        line-height: 1.2;
    }

    .service-diff h3 {
        font-size: 24px;
        text-align: center;
        color: #fff;
        font-weight: normal;
        margin: 20px 0 60px;
        line-height: 1.2;
    }

    .service-diff .item {
        width: 33.33%;
        margin-bottom: 60px;
    }

    .service-diff .item img {
        width: 64px;
        height: 64px;
        flex-shrink: 0;
    }

    .service-diff .item dl {
        margin-left: 15px;
        width: 295px;
    }

    .service-diff .item dl dt {
        font-size: 20px;
        color: #fff;
    }

    .service-diff .item dl dd {
        font-size: 16px;
        color: #fff;
        margin-top: 15px;
    }

    .ai {
        margin-top: 80px;
    }

    .ai h2 {
        font-size: 48px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .ai h3 {
        font-size: 24px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px 0 100px;
        line-height: 1.2;
    }

    .ai .text {
        width: 733px;
    }

    .ai dl {
        width: 40%;
        border: solid 1px #e5e5e5;
        border-radius: 20px;
        margin-bottom: 30px;
        padding: 30px;
    }

    .ai dl:last-child {
        flex: 1;
    }

    .ai dl dt strong {
        font-size: 20px;
        color: #333;
        font-weight: normal;
    }

    .ai dl dd {
        font-size: 16px;
        color: #999;
        margin-top: 15px;
    }

    .ai .icons {
        width: 350px;
        margin-top: 70px;
        position: relative;
        float: right;
    }

    .ai .icons p {
        font-size: 18px;
        color: #01509f;
        margin-top: 20px;
    }

    .ai .icons .bubble {
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 5px 16px rgba(177, 201, 225, .49);
        position: absolute;
        font-size: 16px;
        color: #01509f;
        padding: 20px;
    }

    .ai .icons .bubble.txt1 {
        width: 50px;
        height: 50px;
        left: -50px;
        top: 50px;
        animation: floatUpDown 4s infinite alternate;
    }

    .ai .icons .bubble.txt2 {
        width: 70px;
        height: 70px;
        left: 50px;
        top: -130px;
        animation: floatUpDown 5s infinite alternate;
    }

    .ai .icons .bubble.txt3 {
        width: 50px;
        height: 50px;
        left: 290px;
        top: -50px;
        animation: floatUpDown 3s infinite alternate;
    }

    @keyframes floatUpDown {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(50px);
        }
    }

    .team {
        width: 100%;
        height: 930px;
        background-color: #f7f9fc;
        padding-top: 80px;
        margin-top: 80px;
    }

    .team h2 {
        font-size: 48px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .team h3 {
        font-size: 24px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px 0 70px;
        line-height: 1.2;
    }

    .team img {
        width: 488px;
        height: 300px;
        border-radius: 20px;
    }

    .team .about {
        width: 685px;
    }

    .team .title {
        font-size: 24px;
        color: #474747;
        margin: 10px 0 30px;
        font-weight: bold;
    }

    .team h1 {
        font-size: 24px;
        color: #333333;
        margin-bottom: 30px;
    }

    .team p {
        font-size: 16px;
        color: #999;
        line-height: 30px;
    }

    .team dl {
        width: 320px;
        flex-shrink: 0;
        background-color: #fff;
        padding: 30px;
        border-radius: 30px;
        box-shadow: 0 0 13px rgba(127, 127, 127, .14);
        margin-top: 30px;
    }

    .team dl dt strong {
        font-size: 22px;
        color: #555;
    }

    .team dl dd {
        font-size: 14px;
        color: #999;
        margin-top: 20px;
    }

    .team dl:last-child {
        margin-left: 30px;
    }

    .slogan {
        margin: 80px auto;
    }

    .slogan h2 {
        font-size: 36px;
        color: #333;
        text-align: center;
        line-height: 1.2;
    }

    .slogan .item {
        font-size: 22px;
        color: #555;
        padding: 30px;
        border-radius: 20px;
        border: solid 1px #eee;
        margin: 50px 40px 0;
    }

    .slogan .item img {
        margin-right: 10px;
    }
}

@media screen and (min-width: 1200px) and (max-width:1399px) {
    .service-count {
        position: absolute;
        height: 200px;
        background-color: #fff;
        border-radius: 20px;
        margin-top: -100px;
        box-shadow: 0 0 13px rgba(127, 127, 127, 0.14);
        z-index: 99;
        left: 0;
        right: 0;
        margin: auto;
        top: 80%;
    }

    .service-count .item {
        margin-left: 40px;
    }

    .circle-wrap {
        width: 80px;
        height: 80px;
        position: relative;
        margin-top: 20px;
    }

    .circle-wrap .circle {
        width: 80px;
        height: 80px;
        position: absolute;
        border: 3px solid transparent;
        border-radius: 50%;
        border-bottom-color: #01509f;
        border-left-color: #01509f;
        border-right-color: #01509f;
        transform: rotate(45deg);
        animation: stroke 2s linear 1;
    }

    .circle-wrap .num {
        font-size: 20px;
        color: #01509f;
    }

    @keyframes stroke {
        0% {
            transform: rotate(45deg);
        }

        50% {
            transform: rotate(225deg);
        }

        100% {
            transform: rotate(405deg);
        }
    }

    .service-count .item .text {
        width: 180px;
        margin-left: 20px;
    }

    .service-count .item .text dt {
        font-size: 20px;
        color: #01509f;
    }

    .service-count .item .text span {
        font-size: 12px;
        color: #979797;
        text-transform: uppercase;
    }

    .service-count .item .text dd {
        font-size: 12px;
        color: #979797;
        margin-top: 5px;
    }

    .service {
        margin-top: 180px;
    }

    .service h2 {
        font-size: 40px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .service h3 {
        font-size: 22px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px 0 60px;
        line-height: 1.2;
    }

    .service .item {
        width: 300px;
        height: 350px;
        border: solid 1px #e5e5e5;
        border-radius: 20px;
    }

    .service .item img {
        margin: 30px 0;
    }

    .service .item h4 {
        font-size: 22px;
        color: #333;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .service .item p {
        font-size: 18px;
        color: #999;
        line-height: 28px;
    }

    .service-diff {
        width: 100%;
        height: 480px;
        background-color: #01509f;
        margin-top: 80px;
        padding-top: 70px;
    }

    .service-diff h2 {
        font-size: 40px;
        text-align: center;
        color: #fff;
        line-height: 1.2;
    }

    .service-diff h3 {
        font-size: 22px;
        text-align: center;
        color: #fff;
        font-weight: normal;
        margin: 20px 0 60px;
        line-height: 1.2;
    }

    .service-diff .item {
        width: 33.33%;
        margin-bottom: 60px;
    }

    .service-diff .item img {
        width: 54px;
        height: 54px;
        flex-shrink: 0;
    }

    .service-diff .item dl {
        margin-left: 15px;
        width: 220px;
    }

    .service-diff .item dl dt {
        font-size: 18px;
        color: #fff;
    }

    .service-diff .item dl dd {
        font-size: 14px;
        color: #fff;
        margin-top: 15px;
    }

    .ai {
        margin-top: 80px;
    }

    .ai h2 {
        font-size: 40px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .ai h3 {
        font-size: 22px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px 0 100px;
        line-height: 1.2;
    }

    .ai .text {
        width: 633px;
    }

    .ai dl {
        width: 38%;
        border: solid 1px #e5e5e5;
        border-radius: 20px;
        margin-bottom: 30px;
        padding: 30px;
    }

    .ai dl:last-child {
        flex: 1;
    }

    .ai dl dt strong {
        font-size: 18px;
        color: #333;
        font-weight: normal;
    }

    .ai dl dd {
        font-size: 14px;
        color: #999;
        margin-top: 15px;
    }

    .ai .icons {
        width: 300px;
        margin-top: 70px;
        position: relative;
        float: right;
    }

    .ai .icons img {
        width: 200px;
    }

    .ai .icons p {
        font-size: 16px;
        color: #01509f;
        margin-top: 20px;
    }

    .ai .icons .bubble {
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 5px 16px rgba(177, 201, 225, .49);
        position: absolute;
        font-size: 16px;
        color: #01509f;
        padding: 20px;
    }

    .ai .icons .bubble.txt1 {
        width: 50px;
        height: 50px;
        left: -40px;
        top: 50px;
        animation: floatUpDown 4s infinite alternate;
    }

    .ai .icons .bubble.txt2 {
        width: 70px;
        height: 70px;
        left: 50px;
        top: -130px;
        animation: floatUpDown 5s infinite alternate;
    }

    .ai .icons .bubble.txt3 {
        width: 50px;
        height: 50px;
        left: 260px;
        top: -50px;
        animation: floatUpDown 3s infinite alternate;
    }

    @keyframes floatUpDown {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(50px);
        }
    }

    .team {
        width: 100%;
        height: 930px;
        background-color: #f7f9fc;
        padding-top: 80px;
        margin-top: 80px;
    }

    .team h2 {
        font-size: 40px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .team h3 {
        font-size: 22px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px 0 70px;
        line-height: 1.2;
    }

    .team img {
        width: 420px;
        height: 258px;
        border-radius: 20px;
    }

    .team .about {
        width: 550px;
    }

    .team .title {
        font-size: 22px;
        color: #474747;
        margin: 10px 0 20px;
        font-weight: bold;
    }

    .team h1 {
        font-size: 22px;
        color: #333333;
        margin-bottom: 20px;
    }

    .team p {
        font-size: 14px;
        color: #999;
        line-height: 24px;
    }

    .team dl {
        width: 252px;
        flex-shrink: 0;
        background-color: #fff;
        padding: 30px;
        border-radius: 30px;
        box-shadow: 0 0 13px rgba(127, 127, 127, .14);
        margin-top: 30px;
    }

    .team dl dt strong {
        font-size: 22px;
        color: #555;
    }

    .team dl dd {
        font-size: 14px;
        color: #999;
        margin-top: 20px;
    }

    .team dl:last-child {
        margin-left: 30px;
    }

    .slogan {
        margin: 80px auto;
    }

    .slogan h2 {
        font-size: 36px;
        color: #333;
        text-align: center;
        line-height: 1.2;
    }

    .slogan .item {
        font-size: 22px;
        color: #555;
        padding: 30px;
        border-radius: 20px;
        border: solid 1px #eee;
        margin: 50px 40px 0;
    }

    .slogan .item img {
        margin-right: 10px;
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .service-count {
        position: absolute;
        height: 200px;
        background-color: #fff;
        border-radius: 20px;
        margin-top: -100px;
        box-shadow: 0 0 13px rgba(127, 127, 127, 0.14);
        z-index: 99;
        left: 0;
        right: 0;
        margin: auto;
        top: 80%;
    }

    .service-count .item {
        margin-left: 30px;
    }

    .circle-wrap {
        width: 80px;
        height: 80px;
        position: relative;
        margin-top: 20px;
    }

    .circle-wrap .circle {
        width: 80px;
        height: 80px;
        position: absolute;
        border: 3px solid transparent;
        border-radius: 50%;
        border-bottom-color: #01509f;
        border-left-color: #01509f;
        border-right-color: #01509f;
        transform: rotate(45deg);
        animation: stroke 2s linear 1;
    }

    .circle-wrap .num {
        font-size: 20px;
        color: #01509f;
    }

    @keyframes stroke {
        0% {
            transform: rotate(45deg);
        }

        50% {
            transform: rotate(225deg);
        }

        100% {
            transform: rotate(405deg);
        }
    }

    .service-count .item .text {
        width: 180px;
        margin-left: 20px;
    }

    .service-count .item .text dt {
        font-size: 20px;
        color: #01509f;
    }

    .service-count .item .text span {
        font-size: 12px;
        color: #979797;
        text-transform: uppercase;
    }

    .service-count .item .text dd {
        font-size: 12px;
        color: #979797;
        margin-top: 5px;
    }

    .service {
        margin-top: 180px;
    }

    .service h2 {
        font-size: 40px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .service h3 {
        font-size: 22px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px 0 60px;
        line-height: 1.2;
    }

    .service .item {
        width: 300px;
        height: 350px;
        border: solid 1px #e5e5e5;
        border-radius: 20px;
    }

    .service .item img {
        margin: 30px 0;
    }

    .service .item h4 {
        font-size: 22px;
        color: #333;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .service .item p {
        font-size: 18px;
        color: #999;
        line-height: 28px;
    }

    .service-diff {
        width: 100%;
        height: 480px;
        background-color: #01509f;
        margin-top: 80px;
        padding-top: 70px;
    }

    .service-diff h2 {
        font-size: 40px;
        text-align: center;
        color: #fff;
        line-height: 1.2;
    }

    .service-diff h3 {
        font-size: 22px;
        text-align: center;
        color: #fff;
        font-weight: normal;
        margin: 20px 0 60px;
        line-height: 1.2;
    }

    .service-diff .item {
        width: 33.33%;
        margin-bottom: 60px;
    }

    .service-diff .item img {
        width: 54px;
        height: 54px;
        flex-shrink: 0;
    }

    .service-diff .item dl {
        margin-left: 15px;
        width: 220px;
    }

    .service-diff .item dl dt {
        font-size: 18px;
        color: #fff;
    }

    .service-diff .item dl dd {
        font-size: 14px;
        color: #fff;
        margin-top: 15px;
    }

    .ai {
        margin-top: 80px;
    }

    .ai h2 {
        font-size: 40px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .ai h3 {
        font-size: 22px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px 0 100px;
        line-height: 1.2;
    }

    .ai .text {
        width: 600px;
    }

    .ai dl {
        width: 37%;
        border: solid 1px #e5e5e5;
        border-radius: 20px;
        margin-bottom: 30px;
        padding: 30px;
    }

    .ai dl:last-child {
        flex: 1;
    }

    .ai dl dt strong {
        font-size: 18px;
        color: #333;
        font-weight: normal;
    }

    .ai dl dd {
        font-size: 14px;
        color: #999;
        margin-top: 15px;
    }

    .ai .icons {
        width: 300px;
        margin-top: 70px;
        position: relative;
        float: right;
    }

    .ai .icons img {
        width: 200px;
    }

    .ai .icons p {
        font-size: 16px;
        color: #01509f;
        margin-top: 20px;
    }

    .ai .icons .bubble {
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 5px 16px rgba(177, 201, 225, .49);
        position: absolute;
        font-size: 16px;
        color: #01509f;
        padding: 20px;
    }

    .ai .icons .bubble.txt1 {
        width: 50px;
        height: 50px;
        left: -40px;
        top: 50px;
        animation: floatUpDown 4s infinite alternate;
    }

    .ai .icons .bubble.txt2 {
        width: 70px;
        height: 70px;
        left: 50px;
        top: -130px;
        animation: floatUpDown 5s infinite alternate;
    }

    .ai .icons .bubble.txt3 {
        width: 50px;
        height: 50px;
        left: 220px;
        top: -50px;
        animation: floatUpDown 3s infinite alternate;
    }

    @keyframes floatUpDown {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(50px);
        }
    }

    .team {
        width: 100%;
        height: 930px;
        background-color: #f7f9fc;
        padding-top: 80px;
        margin-top: 80px;
    }

    .team h2 {
        font-size: 40px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .team h3 {
        font-size: 22px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px 0 70px;
        line-height: 1.2;
    }

    .team img {
        width: 420px;
        height: 258px;
        border-radius: 20px;
    }

    .team .about {
        width: 520px;
    }

    .team .title {
        font-size: 22px;
        color: #474747;
        margin: 10px 0 20px;
        font-weight: bold;
    }

    .team h1 {
        font-size: 22px;
        color: #333333;
        margin-bottom: 20px;
    }

    .team p {
        font-size: 14px;
        color: #999;
        line-height: 24px;
    }

    .team dl {
        width: 240px;
        flex-shrink: 0;
        background-color: #fff;
        padding: 30px;
        border-radius: 30px;
        box-shadow: 0 0 13px rgba(127, 127, 127, .14);
        margin-top: 30px;
    }

    .team dl dt strong {
        font-size: 22px;
        color: #555;
    }

    .team dl dd {
        font-size: 14px;
        color: #999;
        margin-top: 20px;
    }

    .team dl:last-child {
        margin-left: 30px;
    }

    .slogan {
        margin: 60px auto;
    }

    .slogan h2 {
        font-size: 36px;
        color: #333;
        text-align: center;
        line-height: 1.2;
    }

    .slogan .item {
        font-size: 22px;
        color: #555;
        padding: 30px;
        border-radius: 20px;
        border: solid 1px #eee;
        margin: 50px 40px 0;
    }

    .slogan .item img {
        margin-right: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .service-count {
        position: absolute;
        height: 280px;
        background-color: #fff;
        border-radius: 20px;
        margin-top: -100px;
        box-shadow: 0 0 13px rgba(127, 127, 127, 0.14);
        z-index: 99;
        left: 0;
        right: 0;
        margin: auto;
        top: 80%;
    }

    .service-count .item {
        margin-left: 25px;
        flex-direction: column;
        align-items: center;
    }

    .circle-wrap {
        width: 80px;
        height: 80px;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .circle-wrap .circle {
        width: 80px;
        height: 80px;
        position: absolute;
        border: 3px solid transparent;
        border-radius: 50%;
        border-bottom-color: #01509f;
        border-left-color: #01509f;
        border-right-color: #01509f;
        transform: rotate(45deg);
        animation: stroke 2s linear 1;
    }

    .circle-wrap .num {
        font-size: 20px;
        color: #01509f;
    }

    @keyframes stroke {
        0% {
            transform: rotate(45deg);
        }

        50% {
            transform: rotate(225deg);
        }

        100% {
            transform: rotate(405deg);
        }
    }

    .service-count .item .text {
        width: 180px;
        margin-left: 20px;
    }

    .service-count .item .text dt {
        font-size: 20px;
        color: #01509f;
        text-align: center;
    }

    .service-count .item .text span {
        font-size: 12px;
        color: #979797;
        text-transform: uppercase;
    }

    .service-count .item .text dd {
        font-size: 12px;
        color: #979797;
        margin-top: 5px;
    }

    .service {
        margin-top: 280px;
    }

    .service h2 {
        font-size: 36px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .service h3 {
        font-size: 18px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px 0 40px;
        line-height: 1.2;
    }

    .service .item {
        width: 220px;
        height: 350px;
        border: solid 1px #e5e5e5;
        border-radius: 20px;
    }

    .service .item img {
        margin: 30px 0;
    }

    .service .item h4 {
        font-size: 20px;
        color: #333;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .service .item p {
        font-size: 16px;
        color: #999;
        line-height: 26px;
    }

    .service-diff {
        width: 100%;
        height: 480px;
        background-color: #01509f;
        margin-top: 60px;
        padding-top: 50px;
    }

    .service-diff h2 {
        font-size: 36px;
        text-align: center;
        color: #fff;
        line-height: 1.2;
    }

    .service-diff h3 {
        font-size: 18px;
        text-align: center;
        color: #fff;
        font-weight: normal;
        margin: 20px 0 60px;
        line-height: 1.2;
    }

    .service-diff .item {
        width: 33.33%;
        margin-bottom: 60px;
    }

    .service-diff .item img {
        width: 45px;
        height: 45px;
        flex-shrink: 0;
    }

    .service-diff .item dl {
        margin-left: 15px;
        width: 160px;
    }

    .service-diff .item dl dt {
        font-size: 18px;
        color: #fff;
    }

    .service-diff .item dl dd {
        font-size: 14px;
        color: #fff;
        margin-top: 10px;
    }

    .ai {
        margin-top: 50px;
    }

    .ai h2 {
        font-size: 36px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .ai h3 {
        font-size: 18px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px 0 50px;
        line-height: 1.2;
    }

    .ai .text {
        width: 390px;
    }

    .ai dl {
        width: 30%;
        border: solid 1px #e5e5e5;
        border-radius: 20px;
        margin-bottom: 30px;
        padding: 30px;
    }

    .ai dl:last-child {
        flex: 1;
    }

    .ai dl dt strong {
        font-size: 16px;
        color: #333;
        font-weight: normal;
    }

    .ai dl dd {
        font-size: 12px;
        color: #999;
        margin-top: 15px;
    }

    .ai .icons {
        width: 300px;
        margin-top: 70px;
        position: relative;
        float: right;
    }

    .ai .icons img {
        width: 160px;
    }

    .ai .icons p {
        font-size: 14px;
        color: #01509f;
        margin-top: 10px;
    }

    .ai .icons .bubble {
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 5px 16px rgba(177, 201, 225, .49);
        position: absolute;
        font-size: 14px;
        color: #01509f;
        padding: 20px;
    }

    .ai .icons .bubble.txt1 {
        width: 45px;
        height: 45px;
        left: 0;
        top: 50px;
        animation: floatUpDown 4s infinite alternate;
    }

    .ai .icons .bubble.txt2 {
        width: 45px;
        height: 45px;
        left: 40px;
        top: -100px;
        animation: floatUpDown 5s infinite alternate;
    }

    .ai .icons .bubble.txt3 {
        width: 45px;
        height: 45px;
        left: 200px;
        top: -30px;
        animation: floatUpDown 3s infinite alternate;
    }

    @keyframes floatUpDown {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(50px);
        }
    }

    .team {
        width: 100%;
        height: 880px;
        background-color: #f7f9fc;
        padding-top: 60px;
        margin-top: 40px;
    }

    .team h2 {
        font-size: 36px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .team h3 {
        font-size: 18px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px 0 50px;
        line-height: 1.2;
    }

    .team img {
        width: 350px;
        height: 215px;
        border-radius: 20px;
    }

    .team .about {
        width: 345px;
    }

    .team .title {
        font-size: 18px;
        color: #474747;
        margin: 0 0 5px;
        font-weight: bold;
    }

    .team h1 {
        font-size: 18px;
        color: #333333;
        margin-bottom: 10px;
    }

    .team p {
        font-size: 12px;
        color: #999;
        line-height: 18px;
    }

    .team dl {
        width: 160px;
        flex-shrink: 0;
        background-color: #fff;
        padding: 30px;
        border-radius: 30px;
        box-shadow: 0 0 13px rgba(127, 127, 127, .14);
        margin-top: 30px;
    }

    .team dl dt strong {
        font-size: 18px;
        color: #555;
    }

    .team dl dd {
        font-size: 12px;
        color: #999;
        margin-top: 10px;
    }

    .team dl:last-child {
        margin-left: 30px;
    }

    .slogan {
        margin: 40px auto;
    }

    .slogan h2 {
        font-size: 30px;
        color: #333;
        text-align: center;
        line-height: 1.2;
    }

    .slogan .item {
        font-size: 16px;
        color: #555;
        padding: 30px;
        border-radius: 20px;
        border: solid 1px #eee;
        margin: 50px 20px 0;
    }

    .slogan .item img {
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .service-count {
        position: absolute;
        height: 460px;
        background-color: #fff;
        border-radius: 20px;
        margin-top: -100px;
        box-shadow: 0 0 13px rgba(127, 127, 127, 0.14);
        z-index: 99;
        left: 0;
        right: 0;
        margin: auto;
        top: 80%;
        width: 95%;
        flex-direction: column;
    }

    .service-count .item {
        margin-top: 20px;
    }

    .circle-wrap {
        width: 80px;
        height: 80px;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .circle-wrap .circle {
        width: 80px;
        height: 80px;
        position: absolute;
        border: 3px solid transparent;
        border-radius: 50%;
        border-bottom-color: #01509f;
        border-left-color: #01509f;
        border-right-color: #01509f;
        transform: rotate(45deg);
        animation: stroke 2s linear 1;
    }

    .circle-wrap .num {
        font-size: 20px;
        color: #01509f;
    }

    @keyframes stroke {
        0% {
            transform: rotate(45deg);
        }

        50% {
            transform: rotate(225deg);
        }

        100% {
            transform: rotate(405deg);
        }
    }

    .service-count .item .text {
        width: 180px;
        margin-left: 20px;
    }

    .service-count .item .text dt {
        font-size: 16px;
        color: #01509f;
    }

    .service-count .item .text span {
        font-size: 12px;
        color: #979797;
        text-transform: uppercase;
    }

    .service-count .item .text dd {
        font-size: 12px;
        color: #979797;
        margin-top: 5px;
    }

    .service {
        margin-top: 480px;
    }

    .service h2 {
        font-size: 36px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .service h3 {
        font-size: 18px;
        color: #666;
        text-align: center;
        font-weight: normal;
        margin: 20px auto 30px;
        line-height: 1.2;
        width: 80%;
    }

    .service .flex {
        display: flex;
        flex-direction: column;
    }

    .service .item {
        width: 95%;
        border: solid 1px #e5e5e5;
        border-radius: 20px;
        display: flex;
        flex-direction: row;
        margin: 20px auto 0;
        padding: 20px 0;
    }

    .service .item .text {
        text-align: left;
    }

    .service .item img {
        margin: 0 20px 0 30px;
    }

    .service .item h4 {
        font-size: 20px;
        color: #333;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .service .item p {
        font-size: 16px;
        color: #999;
        line-height: 26px;
    }

    .service-diff {
        width: 100%;
        background-color: #01509f;
        margin-top: 60px;
        padding-top: 50px;
    }

    .service-diff h2 {
        font-size: 36px;
        text-align: center;
        color: #fff;
        line-height: 1.2;
    }

    .service-diff h3 {
        font-size: 18px;
        text-align: center;
        color: #fff;
        font-weight: normal;
        margin: 20px auto 40px;
        line-height: 1.2;
        width: 80%;
    }

    .service-diff .item {
        width: 95%;
        margin-bottom: 20px;
    }

    .service-diff .item img {
        width: 45px;
        height: 45px;
        flex-shrink: 0;
        margin-left: 20px;
    }

    .service-diff .item dl {
        margin-left: 15px;
    }

    .service-diff .item dl dt {
        font-size: 18px;
        color: #fff;
    }

    .service-diff .item dl dd {
        font-size: 14px;
        color: #fff;
        margin-top: 10px;
    }

    .ai {
        margin-top: 50px;
    }

    .ai h2 {
        font-size: 36px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .ai h3 {
        font-size: 18px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 50px;
        line-height: 1.2;
        width: 80%;
    }

    .ai .text {
        width: 95%;
        margin: 20px auto 0;
    }

    .ai dl {
        width: 31%;
        border: solid 1px #e5e5e5;
        border-radius: 20px;
        margin-bottom: 10px;
        padding: 30px;
    }

    .ai dl:last-child {
        flex: 1;
    }

    .ai dl dt strong {
        font-size: 16px;
        color: #333;
        font-weight: normal;
    }

    .ai dl dd {
        font-size: 12px;
        color: #999;
        margin-top: 15px;
    }

    .ai .icons {
        width: 300px;
        margin: 100px auto 0;
        position: relative;
    }

    .ai .icons img {
        width: 160px;
    }

    .ai .icons p {
        font-size: 14px;
        color: #01509f;
        margin-top: 10px;
    }

    .ai .icons .bubble {
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 5px 16px rgba(177, 201, 225, .49);
        position: absolute;
        font-size: 14px;
        color: #01509f;
        padding: 20px;
    }

    .ai .icons .bubble.txt1 {
        width: 45px;
        height: 45px;
        left: 0;
        top: 50px;
        animation: floatUpDown 4s infinite alternate;
    }

    .ai .icons .bubble.txt2 {
        width: 45px;
        height: 45px;
        left: 40px;
        top: -100px;
        animation: floatUpDown 5s infinite alternate;
    }

    .ai .icons .bubble.txt3 {
        width: 45px;
        height: 45px;
        left: 200px;
        top: -30px;
        animation: floatUpDown 3s infinite alternate;
    }

    @keyframes floatUpDown {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(50px);
        }
    }

    .team {
        width: 100%;
        background-color: #f7f9fc;
        padding: 30px 0;
        margin-top: 20px;
    }

    .team h2 {
        font-size: 36px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .team h3 {
        font-size: 18px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 30px;
        line-height: 1.2;
        width: 80%;
    }

    .team .text {
        flex-direction: column;
    }

    .team img {
        width: 95%;
        border-radius: 20px;
        margin: 0 auto;
    }

    .team .about {
        width: 95%;
        margin: 10px auto 0;
    }

    .team .title {
        font-size: 18px;
        color: #474747;
        margin: 0 0 5px;
        font-weight: bold;
        text-align: center;
    }

    .team h1 {
        font-size: 18px;
        color: #333333;
        margin-bottom: 10px;
        text-align: center;
    }

    .team .text2 {
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }

    .team p {
        font-size: 12px;
        color: #999;
        line-height: 18px;
    }

    .team .text2 dl {
        width: 36%;
        flex-shrink: 0;
        background-color: #fff;
        padding: 20px;
        border-radius: 20px;
        box-shadow: 0 0 13px rgba(127, 127, 127, .14);
        margin-top: 20px;
    }

    .team dl dt strong {
        font-size: 18px;
        color: #555;
    }

    .team dl dd {
        font-size: 12px;
        color: #999;
        margin-top: 10px;
    }

    .team dl.last {
        flex: 1;
        width: calc(100%  - 40px);
    }

    .slogan {
        margin: 40px auto;
    }

    .slogan h2 {
        font-size: 30px;
        color: #333;
        text-align: center;
        line-height: 1.2;
        width: 90%;
        margin: 0 auto;
    }

    .slogan .item {
        font-size: 16px;
        color: #555;
        padding: 30px;
        border-radius: 20px;
        border: solid 1px #eee;
        margin: 20px 20px 0;
    }

    .slogan .item img {
        margin-bottom: 10px;
    }

    .slogan .flex {
        flex-direction: column;
    }
}