﻿* {
    padding: 0;
    margin: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none
}

li,
ul {
    list-style: none
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle
}

.clear {
    zoom: 1;
}

.clear:after,
.clear:before {
    height: 0;
    content: "";
    font-size: 0;
    display: table;
    line-height: 0;
    visibility: hidden
}

.clear:after {
    clear: both
}

body {
    font-size: 14px;
    color: #000;
    font-family: AppSans, Avenir, Arial, PingFang SC, Microsoft YaHei, 微软雅黑, SimSun, 宋体, sans-serif
}

body .header {
    height: 68px
}

body .header .page-head {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body .header .page-head .head-logo {
    display: block;
    margin-top: 16px;
    width: 146px;
    height: 34px;
    background-image: url(../assets/header-logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

body .header .page-head .head-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

body .header .page-head .head-right .has-down {
    position: relative
}

body .header .page-head .head-right .has-down .nav-down-links {
    position: absolute;
    width: 200%;
    height: 0;
    -webkit-transition: height .35s;
    transition: height .35s;
    overflow: hidden;
    z-index: 1000
}

body .header .page-head .head-right .has-down .nav-down-links li {
    background-color: #fff;
    height: 48px;
    line-height: 48px;
    padding-left: 25px;
}

body .header .page-head .head-right .has-down .nav-down-links li a {
    font-size: 14px;
    color: #000
}

body .header .page-head .head-right .has-down .nav-down-links li a.active,
body .header .page-head .head-right .has-down .nav-down-links li a:hover {
    color: #5a58c1;
    border-bottom: 1px solid #5a58c1
}

body .header .page-head .head-right .nav-list {
    height: 68px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

body .header .page-head .head-right .nav-list-en li.has-down:nth-child(4) {
    width: 160px
}

body .header .page-head .head-right .nav-list .nav-item {
    display: block;
    height: 68px;
    line-height: 68px;
    padding: 0 24px;
    font-size: 16px;
    color: #000;
    text-align: center
}

body .header .page-head .head-right .nav-list .nav-item.active,
body .header .page-head .head-right .nav-list .nav-item:hover {
    color: #5a58c1
}

body .header .page-head .head-right .lang-box {
    margin-left: 50px;
    padding: 0 10px;
    height: 68px;
    line-height: 68px;
    font-size: 14px;
    cursor: pointer;
    position: relative
}

body .header .page-head .head-right .lang-box:hover .lang-down {
    height: 48px
}

body .header .page-head .head-right .lang-box #lang1 {
    position: relative
}

body .header .page-head .head-right .lang-box #lang1:before {
    left: -25px;
    background-image: url(../assets/header-lang.jpg)
}

body .header .page-head .head-right .lang-box #lang1:after,
body .header .page-head .head-right .lang-box #lang1:before {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100%
}

body .header .page-head .head-right .lang-box #lang1:after {
    right: -25px;
    background-image: url(../assets/header-lang-arrow.jpg)
}

body .header .page-head .head-right .lang-box .lang-down {
    z-index: 1000;
    background-color: #fff;
    display: block;
    position: absolute;
    left: -25px;
    overflow: hidden;
    width: 100px;
    text-align: center;
    height: 0;
    line-height: 48px;
    -webkit-transition: height .5s;
    transition: height .5s
}

body .header .page-head .head-right .lang-box .lang-down.active,
body .header .page-head .head-right .lang-box .lang-down:hover {
    color: #5a58c1
}

body .banner {
    width: 100%;
    height: 550px;
    background-size: 1900px 550px;
    background-repeat: no-repeat;
    background-position: 50%;
    padding-top: 140px
}

body .banner-title {
    width: 1200px;
    margin: 0 auto;
    font-size: 54px;
    color: #fff
}

body .banner-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    font-size: 30px;
    line-height: 48px;
    color: #fff
}

body .banner-one .banner-title {
    padding-top: 80px
}

body .banner.en-banner {
    padding-top: 94px
}

body .footer {
    position: relative
}

body .footer .footer-call {
    position: absolute;
    width: 400px;
    height: 70px;
    padding-left: 28px;
    padding-right: 18px;
    top: -35px;
    background: url(../assets/footer-call.png) no-repeat;
    background-size: 100%;
    color: #fff;
    left: calc(50% - 200px);
    border-radius: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body .footer .footer-call .call-left {
    padding-top: 16px
}

body .footer .footer-call .call-right {
    padding-top: 22px
}

body .footer .footer-call .call-right a {
    display: block;
    color: #5a58c1;
    padding: 4px 6px;
    background-color: #fff;
    border-radius: 12px
}

body .footer-top {
    padding: 110px 0 90px;
    background-color: #f3f5f8
}

body .footer-top .cmain {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

body .footer-top ul {
    width: 214px
}

body .footer-top ul .footer-hd {
    font-size: 16px;
    padding-bottom: 20px
}

body .footer-top ul .footer-hd a {
    width: 100%;
    color: #000
}

body .footer-top ul li {
    line-height: 34px
}

body .footer-top ul li a {
    color: #000
}

body .footer-top ul li a:hover {
    color: #bababa
}

body .footer-top ul li.center {
    text-align: center
}

body .footer-top ul.contact-link li.en-addr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

body .footer-top ul.contact-link li.en-addr a:first-child {
    display: block;
    width: 72px
}

body .footer-top ul.contact-link a {
    margin-right: 14px
}

body .footer-top ul.qrcode,
body .footer-top ul.qrcode li {
    width: 126px
}

body .footer-top ul.qrcode img {
    width: 126px;
    height: 127px
}

body .footer-top ul.qrcode.en-qrcode {
    font-size: 12px
}

body .footer-top ul.qrcode.en-qrcode li {
    width: 160px;
    text-align: center
}

body .footer-bottom {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #fff;
    background-color: #424242;
    text-align: center
}

.common-title {
    font-size: 30px;
    font-weight: 500;
    color: #3a3a3a;
    position: relative
}

.common-title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 58px;
    background-color: #5a58c1
}

.common-content {
    font-size: 16px;
    line-height: 30px;
    color: #3a3a3a
}

.modal {
    width: 884px;
    height: 538px;
    padding: 16px;
    background: #eee;
    display: none;
    position: relative;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}

.modal-close {
    cursor: pointer;
    right: 2px;
    top: 2px;
    position: absolute;
    font-family: sans-serif;
    background: #000;
    border-radius: 100%;
    font-size: 12px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    width: 20px;
    color: #fff
}

.detail-main .news-banner-url {
    background-image: url(../assets/about-banner.jpg)
}

.detail-main .detail-content {
    width: 1200px;
    margin: 0 auto
}

.detail-main .detail-content .news-content {
    padding: 20px 0;
    line-height: 180%;
    font-size: 16px;
    margin-bottom: 140px
}

.detail-main .detail-content .news-content h4 {
    color: #4178be;
    line-height: 160%;
    padding-bottom: 50px;
    font-size: 32px;
    text-align: center;
    border-bottom: 1px solid #dbd2d4;
    margin-bottom: 20px
}

.detail-main .detail-content .news-content .centerBox {
    text-align: center
}

.modal1 {
    display: none;
    position: relative;
    width: 800px;
    height: 520px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000
}

.modal1 .close {
    position: absolute;
    background: url(../assets/footer-call-close.png) no-repeat;
    width: 42px;
    height: 42px;
    background-size: 100%;
    top: -54px;
    right: -54px
}

.modal1 .normal .title {
    text-align: center;
    padding: 15px 30px;
    font-size: 30px;
    border-bottom: 3px solid rgba(0, 0, 0, .1)
}

.modal1 .normal .title .title-detail {
    font-size: 18px
}

.modal1 .normal .title .title-detail i {
    color: #40aa4e;
    font-weight: 700
}

.modal1 .normal .form {
    height: auto;
    margin: 20px 28px 0 130px
}

.modal1 .normal .form-en {
    margin: 20px 0 0 118px !important
}

.modal1 .normal .form-en label {
    width: 130px !important
}

.modal1 .normal .form .form-div {
    margin-bottom: 20px;
    position: relative
}

.modal1 .normal .form .form-div.code input {
    width: 250px
}

.modal1 .normal .form .form-div.code #v_container {
    display: inline-block;
    vertical-align: bottom
}

.modal1 .normal .form .form-div label {
    display: inline-block;
    width: 80px;
    text-align: right;
    margin-right: 10px;
    font-size: 15px
}

.modal1 .normal .form .form-div .require {
    display: none;
    margin-left: 10px;
    color: red
}

.modal1 .normal .form .form-div input {
    padding-left: 10px;
    width: 350px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc
}

.modal1 .normal .form .form-div .btn {
    width: 349px;
    height: 45px;
    line-height: 45px;
    background: #40aa4e;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    margin-left: 93px;
    padding: 0
}

.modal1 .result {
    text-align: center;
    padding-top: 136px
}

.modal1 .result.success {
    display: none
}

.modal1 .result.success .button {
    width: 300px;
    margin: 70px auto 20px;
    height: 45px;
    line-height: 45px;
    background: #f5f5f5;
    font-size: 18px
}

.modal1 .result.error {
    display: none
}

.modal1 .result.error .btnDouble {
    width: 435px;
    margin: 70px auto 20px;
    height: 45px;
    line-height: 45px
}

.modal1 .result.error .btnDouble a {
    background: #f5f5f5;
    display: inline-block;
    width: 205px;
    font-size: 18px
}

.modal1 .result.error .btnDouble a.btnL {
    float: left
}

.modal1 .result.error .btnDouble a.btnR {
    float: right
}

.modal1 .result img {
    margin-top: 120px
}

.modal1 .result p {
    margin-top: 60px;
    font-size: 18px
}

.space-main .space-banner-url {
    background-image: url(../assets/space-banner.jpg)
}

.space-main .space-table {
    padding-top: 110px;
    width: 1136px;
    margin: 0 auto;
    color: #3a3a3a
}

.space-main .space-table.en-space-table .table-item:nth-child(2) .table-th-3 {
    padding-top: 12px
}

.space-main .space-table.en-space-table .table-item:nth-child(2) .table-th-3:first-child {
    padding-top: 22px
}

.space-main .space-table.en-space-table .table-item:nth-child(3) .table-th-3 {
    padding: 50px 44px 0
}

.space-main .space-table.en-space-table .table-item:nth-child(3) .table-th-3:last-child {
    padding: 30px 44px 0
}

.space-main .space-table.en-space-table .table-item:nth-child(3) .table-th-3:after {
    bottom: -176px
}

.space-main .space-table.en-space-table .table-item:nth-child(4) {
    padding: 0
}

.space-main .space-table.en-space-table .table-item:nth-child(4) .table-left {
    padding-top: 0;
    margin: 0 14px
}

.space-main .space-table.en-space-table .table-item:nth-child(4) .table-right {
    padding: 14px 14px 14px 0;
    background-color: #dbdee2
}

.space-main .space-table.en-space-table .table-item:nth-child(4) .table-right .table-th-1 {
    line-height: normal;
    padding-top: 2px
}

.space-main .space-table.en-space-table .table-item:last-child .table-right .table-th-1:first-child {
    line-height: 66px
}

.space-main .space-table.en-space-table .table-item:last-child .table-right .table-th-1:last-child {
    line-height: normal;
    padding-top: 10px
}

.space-main .space-table.en-space-table .table-item .table-left {
    padding: 10px 0
}

.space-main .space-table.en-space-table .table-item .table-right .table-th-3 {
    line-height: normal
}

.space-main .space-table .table-title {
    text-align: center;
    padding-bottom: 72px
}

.space-main .space-table .table-title span {
    font-size: 30px;
    font-weight: 500;
    color: #3a3a3a;
    position: relative
}

.space-main .space-table .table-title span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 58px;
    background-color: #5a58c1
}

.space-main .space-table .table-item {
    width: 100%;
    height: 174px;
    padding: 14px;
    margin-bottom: 16px;
    background-color: #dbdee2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.space-main .space-table .table-item .table-left {
    width: 170px;
    margin-right: 14px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.space-main .space-table .table-item .table-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px
}

.space-main .space-table .table-item .table-right .table-th-3 {
    text-align: center;
    width: 32.4%;
    height: 66px;
    line-height: 66px;
    background-color: #fff
}

.space-main .space-table .table-item .table-right .table-th-1 {
    text-align: center;
    width: 100%;
    height: 66px;
    line-height: 66px;
    margin-top: 14px;
    background-color: #f2f2f2
}

.space-main .space-table .table-item .table-right .no-margin {
    margin: 0
}

.space-main .space-table .table-item .table-right .bgc-fff {
    background-color: #fff
}

.space-main .space-table .table-item .table-right .has-arrow {
    position: relative
}

.space-main .space-table .table-item .table-right .has-arrow:before {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 44px;
    background: url(../assets/space-arr2.png) no-repeat;
    background-size: 100%;
    top: -44px;
    left: calc(50% - 13px)
}

.space-main .space-table .table-item .table-right .has-arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 24px;
    background: url(../assets/space-arr1.png) no-repeat;
    background-size: 100%;
    bottom: -148px;
    left: calc(50% - 13px)
}

.space-main .space-table .table-item:nth-child(3) .table-th-3 {
    height: 100%;
    line-height: 146px
}

.space-main .space-table .table-item:nth-child(3) .table-th-3:last-child {
    padding: 48px 42px 0;
    line-height: normal
}

.space-main .space-table .table-item:nth-child(4) {
    height: 94px;
    margin-bottom: 24px
}

.space-main .space-table .table-item:nth-child(4).table-item-en {
    height: 122px
}

.space-main .space-table .table-item:nth-child(4).table-item-en .table-right .table-th-1 {
    padding-top: 14px;
    height: 100%
}

.space-main .space-table .table-item:nth-child(4) .table-right {
    margin: 0 auto;
    background-color: #fff;
    line-height: 66px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.space-main .space-floor {
    margin-top: 80px;
    width: 100%;
    height: 822px;
    background-color: #cfd9e0
}

.space-main .space-floor .floor-wrap {
    width: 1200px;
    padding-top: 80px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.space-main .space-floor .floor-wrap .floor-left .floor-title {
    padding-bottom: 136px
}

.space-main .space-floor .floor-wrap .floor-left .floor-title span {
    font-size: 30px;
    font-weight: 500;
    color: #3a3a3a;
    position: relative
}

.space-main .space-floor .floor-wrap .floor-left .floor-title span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 58px;
    background-color: #5a58c1
}

.space-main .space-floor .floor-wrap .floor-left ul li {
    color: #647083;
    font-size: 24px;
    padding-bottom: 80px;
    padding-left: 28px;
    position: relative
}

.space-main .space-floor .floor-wrap .floor-left ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #647083;
    left: 0;
    top: 11px
}

.space-main .space-floor .floor-wrap .floor-right {
    position: relative;
    width: 690px;
    height: 620px;
    background: url(../assets/space-floor.jpg) no-repeat 50%;
    background-size: 100%
}

.space-main .space-floor .floor-wrap .floor-right.en-floor-right .floor-icon {
    width: 162px;
    text-align: center
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon {
    position: absolute;
    background-color: #90979c;
    font-size: 16px;
    padding: 6px 24px;
    color: #fff;
    border-radius: 5px;
    text-align: center
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background-size: 100%;
    left: -42px;
    top: -4px;
    z-index: 3
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    left: -42px;
    top: -4px;
    -webkit-box-shadow: 0 0 6px 1px #4eb1e2;
    box-shadow: 0 0 6px 1px #4eb1e2;
    border-radius: 50px;
    z-index: 2;
    -webkit-animation: aiFlash 1.5s ease-out;
    animation: aiFlash 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon:first-child {
    top: 30px;
    left: 59%
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon:first-child:before {
    background-image: url(../assets/space-icon-1.png)
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon:nth-child(2) {
    top: 213px;
    left: 33%
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon:nth-child(2):before {
    background-image: url(../assets/space-icon-2.png)
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon:nth-child(2):after {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon:nth-child(3) {
    top: 220px;
    left: 63%
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon:nth-child(3):before {
    background-image: url(../assets/space-icon-3.png)
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon:nth-child(3):after {
    -webkit-box-shadow: 0 0 6px 1px #e3c120;
    box-shadow: 0 0 6px 1px #e3c120;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon:nth-child(4) {
    top: 360px;
    left: 45%
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon:nth-child(4):before {
    background-image: url(../assets/space-icon-4.png)
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon:nth-child(4):after {
    -webkit-box-shadow: 0 0 6px 1px #3dcc7e;
    box-shadow: 0 0 6px 1px #3dcc7e
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon:nth-child(5) {
    top: 356px;
    left: 78%
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon:nth-child(5):before {
    background-image: url(../assets/space-icon-5.png)
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon:nth-child(6) {
    bottom: 118px;
    left: 27%
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon:nth-child(6):before {
    background-image: url(../assets/space-icon-6.png)
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon:nth-child(6):after {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-box-shadow: 0 0 6px 1px #88afff;
    box-shadow: 0 0 6px 1px #88afff
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon:nth-child(7) {
    bottom: 80px;
    left: 66%
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon:nth-child(7):before {
    background-image: url(../assets/space-icon-7.png)
}

.space-main .space-floor .floor-wrap .floor-right .floor-icon:nth-child(7):after {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.space-main .space-scenes {
    width: 1180px;
    margin: 0 auto;
    padding: 78px 0 80px
}

.space-main .space-scenes .scenes-title {
    padding-bottom: 80px;
    text-align: center
}

.space-main .space-scenes .scenes-title span {
    font-size: 30px;
    font-weight: 500;
    color: #3a3a3a;
    position: relative
}

.space-main .space-scenes .scenes-title span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 58px;
    background-color: #5a58c1
}

.space-main .space-scenes .scenes-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.space-main .space-scenes .scenes-content div {
    width: 19%;
    height: 66px;
    background-color: #dbdee2;
    line-height: 66px;
    text-align: center;
    font-size: 16px;
    color: #3a3a3a;
    margin-bottom: 22px
}

.space-main .space-scenes .scenes-content div:hover {
    background-color: #bfbfbf;
    color: #fff
}

.space-main .space-office {
    width: 100%;
    height: 830px;
    background-color: #f3f2f3;
    padding-top: 80px
}

.space-main .space-office .office-title {
    padding-bottom: 74px;
    text-align: center
}

.space-main .space-office .office-title span {
    font-size: 30px;
    font-weight: 500;
    color: #3a3a3a;
    position: relative
}

.space-main .space-office .office-title span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 58px;
    background-color: #5a58c1
}

.space-main .space-office .office-tip {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #3a3a3a
}

.space-main .space-office .office-img {
    text-align: center
}

.space-main .space-bottom {
    width: 100%;
    height: 710px;
    background: url("../assets/solution-bottom.jpg") no-repeat 50%;
    background-size: 1900px 710px;
    padding-top: 234px
}

.space-main .space-bottom .bottom-title {
    text-align: center;
    color: #fff;
    font-size: 48px;
    padding-bottom: 22px
}

.space-main .space-bottom .bottom-more {
    text-align: center;
    padding-top: 60px
}

.space-main .space-bottom .bottom-more a {
    display: block;
    width: 100px;
    height: 30px;
    margin: 0 auto;
    background-color: hsla(0, 0%, 100%, .2);
    border-radius: 15px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 16px
}

@-webkit-keyframes aiFlash {
    0% {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    10% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes aiFlash {
    0% {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    10% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.index-technology {
    padding-top: 50px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.index-technology .title {
    text-align: center;
    font-size: 30px;
    font-weight:500;
    padding-bottom: 40px;
}

.index-technology .title span {
    display: inline-block;
    padding-bottom: 24px;
    position: relative
}

.index-technology .title span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58px;
    height: 2px;
    background-color: #4f4eb9
}

.index-technology .item-box {
    margin: 0 auto;
    padding-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.index-technology .item-box .item {
    display: block;
    width: 29.5%;
    height: 390px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    padding: 20px 42px 0;
    color: #3a3a3a
}

.index-technology .item-box .item:hover {
    -webkit-box-shadow: 0 0 12px 1px #dfdfdf;
    box-shadow: 0 0 12px 1px #dfdfdf
}

.index-technology .item-box .item .img-box {
    text-align: center;
    padding-bottom: 2px
}

.index-technology .item-box .item .img-box img {
    width: 100%;
}

.index-technology .item-box .item .title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px
}

.index-technology .item-box .item .title.en-title {
    padding-bottom: 24px
}

.index-technology .item-box .item .tip {
    font-size: 16px;
    padding-bottom: 20px;
    color: #424242;
    font-weight: 300;
}

.index-technology .item-box .item .tip-en {
    text-align: center
}

.space-main .solution-2 {
    width: 100%;
    height: 710px;
    background: url("../assets/solution-2.png") no-repeat 50%;
    background-size: 1900px 760px;
    padding-top: 80px
}

.space-main .solution-2 .solution-div{
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.space-main .solution-2 .solution-div2{
    width: 1200px;
    margin: 0 auto;
    text-align: right;
}
.space-main .solution-2 .solution-div2 .more {
    padding-right: 300px;
    font-size: 16px;
}
.space-main .solution-2 .solution-div2 .more a{
    color: #fff;
}
.space-main .solution-2 .solution-2-left {
    width: 410px;
}
.space-main .solution-2 .solution-2-right {
    width: 790px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.space-main .solution-2 .solution-2-right .s-box {
    width: 280px;
    margin-left: 90px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.space-main .solution-2 .solution-2-right .s-box .img-box {
    padding-bottom: 15px;
    text-align: center;
}
.space-main .solution-2 .solution-2-right .s-box .title {
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px;
}
.space-main .solution-2 .solution-2-right .s-box .tip {
    padding-bottom: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.space-main .solution-7 {
    width: 100%;
    height: 710px;
    background: url("../assets/solution-7.png") no-repeat 50%;
    background-size: 1900px 760px;
    padding-top: 80px
}
.space-main .solution-7 .solution-div{
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.space-main .solution-7 .solution-div .solution-7-title {
    text-align: center;
    padding-bottom: 72px;
}
.space-main .solution-7 .solution-div .solution-7-title span {
    font-size: 30px;
    font-weight: 500;
    color: #3a3a3a;
    position: relative;
}
.space-main .solution-7 .solution-div .solution-7-title span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 58px;
    background-color: #5a58c1;
}
.space-main .solution-7 .solution-div .solution-7-left {
    width: 940px;
}
.space-main .solution-7 .solution-div .solution-7-left .solution-7-div {
    width: 940px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.space-main .solution-7 .solution-div .solution-7-left .solution-7-div .s-box {
    width: 238px;
    margin-right: 60px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.space-main .solution-7 .solution-div .solution-7-left .solution-7-div .s-box .img-box {
    padding-bottom: 15px;
    text-align: center;
}
.space-main .solution-7 .solution-div .solution-7-left .solution-7-div .s-box .title {
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px;
}
.space-main .solution-7 .solution-div .solution-7-left .solution-7-div .s-box .tip {
    padding-bottom: 25px;
    text-align: center;
    font-size: 16px;
    color: #424242;
    font-weight: 300;
}
.space-main .solution-7 .solution-div .solution-7-left .solution-7-more {
    font-size: 16px;
    text-align: center;
}
.space-main .solution-7 .solution-div .solution-7-left .solution-7-more a {
    color: #5a58c1;
}
.space-main .solution-1 {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.space-main .solution-1 .solution-1-left {
    width: 260px;
    margin-right: 20px;
}
.space-main .solution-1 .solution-1-left .s-box{
    margin-bottom: 50px;
}
.space-main .solution-1 .solution-1-left .s-box .img-box {
    padding-bottom: 15px;
    text-align: center;
}
.space-main .solution-1 .solution-1-left .s-box .title {
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px;
}
.space-main .solution-1 .solution-1-left .s-box .tip {
    padding-bottom: 25px;
    text-align: center;
    font-size: 16px;
    color: #424242;
    font-weight: 300;
}
.space-main .solution-1 .solution-1-middle {
    width: 640px;
    margin-right: 20px;
    text-align: center;
}
.space-main .solution-1 .solution-1-middle img {
    width: 90%;
}
.space-main .solution-1 .solution-1-right {
    width: 260px;
}
.space-main .solution-1 .solution-1-right .s-box{
    margin-bottom: 50px;
}
.space-main .solution-1 .solution-1-right .s-box .img-box {
    padding-bottom: 15px;
    text-align: center;
}
.space-main .solution-1 .solution-1-right .s-box .title {
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px;
}
.space-main .solution-1 .solution-1-right .s-box .tip {
    padding-bottom: 25px;
    text-align: center;
    font-size: 16px;
    color: #424242;
    font-weight: 300;
}
.space-main .solution-1-more {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
}
.space-main .solution-1-more a {
    color: #5a58c1;
}

.solution-6 {
    width: 1200px;
    margin: 0 auto
}

.solution-6 .title {
    text-align: center;
    font-size: 30px;
    font-weight:500;
    padding-bottom: 40px;
}

.solution-6 .title span {
    display: inline-block;
    padding-bottom: 24px;
    position: relative
}

.solution-6 .title span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58px;
    height: 2px;
    background-color: #4f4eb9
}

.solution-6 .item-box {
    padding-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.solution-6 .item-box .item {
    display: block;
    width: 29.5%;
    height: 290px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    padding: 20px 42px 0;
    color: #3a3a3a
}

.solution-6 .item-box .item:hover {
    -webkit-box-shadow: 0 0 12px 1px #dfdfdf;
    box-shadow: 0 0 12px 1px #dfdfdf
}

.solution-6 .item-box .item .img-box {
    text-align: center;
    padding-bottom: 2px;
    padding-top: 15px;
}

.solution-6 .item-box .item .img-box img {
    margin-bottom: 15px;
}

.solution-6 .item-box .item .title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px
}

.solution-6 .item-box .item .title.en-title {
    padding-bottom: 24px
}

.solution-6 .item-box .item .tip {
    font-size: 16px;
    padding-bottom: 20px;
    color: #424242;
    font-weight: 300;
}

.solution-6 .item-box .item .tip-en {
    text-align: center
}

.solution-5 {
    background: #f5f6f9;
    margin-top: 30px;
    padding-bottom: 30px;
}
.solution-5 .solution-5-div {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.solution-5 .solution-5-div .s-box{
    margin-bottom: 50px;
    width: 230px;
}
.solution-5 .solution-5-div .img-box {
    padding-bottom: 15px;
    text-align: center;
}
.solution-5 .solution-5-div .s-box .title {
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px;
}
.solution-5 .solution-5-div .s-box .tip {
    padding-bottom: 25px;
    text-align: center;
    font-size: 16px;
    color: #424242;
    font-weight: 300;
}