@charset "utf-8";
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.marginauto {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.linenowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*common*/
#g-loading {
    visibility: visible;
}

#g-header {
    background-color: #fff;
}

#g-content {
    padding-top: 80px;
    background-color: #f7f7f7;
}

@media screen and (max-width: 767px) {
    #g-content {
        padding-top: 60px;
    }
}

@-webkit-keyframes loading-gezi {
    0% {
        left: -100%;
    }
    to {
        left: 100%;
    }
}

@keyframes loading-gezi {
    0% {
        left: -100%;
    }
    to {
        left: 100%;
    }
}

.loading-gezi {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.loading-gezi > .loaderwrap {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-left: -90px;
    margin-top: -31px;
}

.loading-gezi > .loaderwrap img {
    display: block;
    margin-bottom: 10px;
    width: 180px;
}

@media screen and (max-width: 991px) {
    .loading-gezi > .loaderwrap img {
        width: 200px;
    }
}

.loading-gezi > .loaderwrap span {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    overflow: hidden;
}

.loading-gezi > .loaderwrap span:before {
    content: "";
    width: 100%;
    height: 1px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

.loading-gezi > .loaderwrap span:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #111;
    position: absolute;
    bottom: 0;
    left: -100%;
    -webkit-animation: loading-gezi 1s cubic-bezier(0.77, 0, 0.175, 1) infinite 0.2s;
    animation: loading-gezi 1s cubic-bezier(0.77, 0, 0.175, 1) infinite 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.header-en {
    float: right;
    cursor: pointer;
    position: relative;
    margin-top: 46px;
    transition: 0.4s;
}

.header-en:hover .languge-fix {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    pointer-events: visible;
}

.header-en i {
    display: block;
    float: left;
    line-height: 1;
    margin-right: 12px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    transition: 0.4s;
}

.header-en span {
    display: block;
    float: left;
    position: relative;
    padding-right: 18px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    transition: 0.4s;
}

.header-en span:before {
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -2px;
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
    transition: 0.4s;
}

.languge-fix {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 100%;
    width: 100px;
    padding-top: 14px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: 0.5s;
    pointer-events: none;
}

.languge-down {
    position: relative;
    background: #fff;
    padding: 6px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
}

.languge-down:before {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: -8px;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
    z-index: 3;
}

.languge-down:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: -12px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid rgba(0, 0, 0, 0.06);
}

.languge-down li {
    margin-bottom: 6px;
    text-align: center;
}

.languge-down li:last-child {
    margin-bottom: 0;
}

.languge-down li a {
    display: inline-block;
    color: #333333;
    font-size: 14px;
}

.languge-down li a:hover {
    color: #ec143e;
}

.leval-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 256px;
    background: #fff;
    display: none;
}

.leval-menu > li {
    position: relative;
    border-bottom: 1px solid #e9ecec;
}

.leval-menu > li:hover > a {
    background: #f3f3f3;
    color: #333333;
}

.leval-menu > li:hover .tress-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    pointer-events: visible;
}

.leval-menu > li > a {
    display: block;
    position: relative;
    padding-left: 20px;
    line-height: 70px;
    color: #999999;
    font-size: 16px;
}

.leval-menu > li > a > i {
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -7px;
    display: inline-block;
    color: #333333;
    line-height: 1;
    font-size: 14px;
}

.tress-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 255px;
    background: #fefefe;
    opacity: 0;
    visibility: hidden;
    transform: translateX(50px);
    pointer-events: none;
    transition: 0.4s;
}

.tress-menu p {
    margin: 0 24px 0 26px;
    border-bottom: 1px dotted #d9d9d9;
}

.tress-menu p a {
    display: inline-block;
    position: relative;
    line-height: 70px;
    color: #999999;
    font-size: 16px;
    padding-left: 24px;
    transition: 0.3s;
}

.tress-menu p a:hover {
    color: #333333;
}

.tress-menu p a:hover:before {
    background: #ec143e;
}

.tress-menu p a:before {
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -8px;
    content: "";
    width: 2px;
    height: 16px;
    background: #c3c3c3;
    transition: 0.3s;
}

.banner {
    overflow: hidden;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
}

.swiper-slide figure {
    display: block;
    line-height: 1;
    overflow: hidden;
}

.swiper-slide figure img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.txt-item li {
    position: absolute;
    left: 5%;
    top: 50%;
    width: 90%;
    transform: translateY(-50%);
    z-index: 10;
    display: none;
}

.txt-item li:first-child {
    display: block;
}

.txt-item li.show .btext strong,
.txt-item li.show .btext p {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.58s;
}

.txt-item li.show .btext p {
    transition-delay: 0.45s;
}

.txt-item li.show .bline {
    opacity: 1;
    transform: scaleX(1);
    transition: 0.8s 0.2s;
}

.btext {
    position: absolute;
    left: 50%;
    margin-left: -45%;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    text-align: center;
    font-family: "PingFangSCMedium";
    z-index: 10;
}

.btext strong {
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 62px;
    font-size: 3.2292vw;
    letter-spacing: 4px;
    opacity: 0;
    transform: translateY(100%);
}

.btext p {
    display: inline-block;
    margin-left: -6px;
    letter-spacing: 15px;
    color: #fff;
    line-height: 1;
    font-size: 38px;
    font-size: 1.9792vw;
    opacity: 0;
    transform: translateY(100%);
}

.bhide {
    overflow: hidden;
}

.bline {
    position: relative;
    margin: auto;
    margin-top: 38px;
    margin-bottom: 35px;
    width: 460px;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    transform: scaleX(0);
    opacity: 0;
}

.bline:before {
    position: absolute;
    left: 50%;
    margin-left: -42px;
    top: -1px;
    content: "";
    width: 84px;
    height: 4px;
    background: #ec143e;
}

.pagination-list {
    display: flex;
    display: -webkit-flex;
    height: 116px;
    padding-left: 48px;
    padding-right: 8.8542vw;
    align-items: center;
    justify-content: space-between;
}

.pagination-list a {
    cursor: pointer;
    display: inline-block;
}

.pagination-list a.active b,
.pagination-list a.active span {
    color: #ec143e;
}

.pagination-list a:hover b,
.pagination-list a:hover span {
    color: #ec143e;
}

.pagination-list a b {
    display: block;
    margin-bottom: 12px;
    line-height: 1;
    color: #6c6c6c;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    transition: 0.3s;
}

.pagination-list a span {
    display: block;
    line-height: 1;
    color: #333333;
    font-size: 14px;
    transition: 0.3s;
}

.swiper-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 50%;
    background: #fff;
}

.banner-btn {
    position: relative;
    float: left;
    width: 200px;
    height: 116px;
    background: #ec143e;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.banner-btn:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    content: "";
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.3);
}

.banner-btn span {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
    cursor: pointer;
    transition: 0.3s;
}

.banner-btn span:hover {
    opacity: 0.8;
}

.banner-btn span:first-child {
    margin-right: 70px;
}

.hero-carousel-items > canvas {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
}

#top .indexBanner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.indexBanner {
    overflow: hidden;
    width: 100%;
}

.webGL-slider {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    z-index: 5;
    overflow: hidden;
}

.webGL-slider > img {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}

.webGL-slider canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    transform-origin: 50% 50%;
}

.security {
    background: #fff;
    padding: 80px 0;
    overflow: hidden;
}

.security-product {
    position: relative;
}

.more-security {
    position: absolute;
    right: -50px;
    top: 24px;
    z-index: 5;
    text-align: center;
}

.more-security:hover span {
    color: #ec143e;
}

.more-security i {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background: #ec143e;
    border-radius: 50%;
    font-size: 24px;
}

.more-security span {
    display: block;
    color: #1a1010;
    font-size: 18px;
    width: 18px;
    margin: auto;
    margin-top: 12px;
    line-height: 1.2;
    transition: 0.4s;
}

.security-left {
    width: 50%;
    float: left;
}

.security-left a {
    display: block;
    position: relative;
    margin-right: 10px;
    background: linear-gradient(56deg, rgba(235, 221, 206, 0.9), rgba(254, 247, 240, 0.76));
}

.security-title {
    position: relative;
    text-align: center;
    padding: 84px 0 0;
    height: 255px;
    z-index: 1;
}

.security-title small {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 1;
    font-weight: bold;
    color: #ede3d9;
    opacity: 0.7;
    font-size: 88px;
    font-size: 4.5833vw;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    z-index: -1;
}

.security-title strong {
    display: inline-block;
    position: relative;
    margin: auto;
    line-height: 1;
    margin-bottom: 30px;
    padding: 0 110px;
    color: #0a0c0a;
    font-size: 38px;
}

.security-title strong:before,
.security-title strong:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 80px;
    height: 1px;
    background: #0a0c0a;
}

.security-title strong:before {
    left: 0;
}

.security-title strong:after {
    right: 0;
}

.security-title p {
    color: #333333;
    font-size: 18px;
}

.security-left-img {
    position: relative;
    width: 100%;
    height: 392px;
    text-align: center;
}

.security-left-img img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: 0.6s;
}

.security-right {
    float: right;
    width: 50%;
}

.security-item {
    position: relative;
    margin-left: 10px;
    background: linear-gradient(to left, #dcdcdf, rgba(247, 247, 249, 0.6));
}

.security-item:last-child figure {
    left: auto;
    right: 0;
}

.security-item:last-child .security-right-tt {
    right: auto;
    left: 8.97%;
}

.security-item:first-child {
    margin-bottom: 20px;
}

.security-item:first-child a {
    /*background: url(../images/line.png) center bottom no-repeat;*/
    background-size: 100% auto;
}

.security-item a {
    display: block;
    height: 356px;
}

.security-item a:hover figure img {
    transform: scale(1.06);
}

.security-item figure {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1;
    width: 500px;
}

.security-item figure img {
    max-width: 100%;
    height: auto;
    transition: 0.6s;
    background: none;
}

.security-right-tt {
    position: absolute;
    right: 66px;
    top: 50%;
    margin-top: -47px;
}

.security-right-tt strong {
    display: block;
    margin-bottom: 34px;
    line-height: 1;
    color: #0a0c0a;
    font-size: 32px;
}

.security-right-tt p {
    color: #333333;
    font-size: 16px;
}

.customized-product {
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding: 190px 0 34px;
}

.customized-bg {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 110%;*/
    /*z-index: -1;*/

    width: 100%;
    height: auto;
    overflow: hidden;
}
.customized-bg img{
    width: 100%;
}

.customized-bg video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customized-images {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
}

.customized-img {
    width: 39.48%;
    float: left;
    margin-left: 10%;
}

.customized-img img {
    display: block;
    width: 100%;
    height: auto;
}

.customized-text {
    float: right;
    margin-top: 110px;
    margin-right: 8.85%;
    width: 29.68%;
}

.customized-text strong {
    display: block;
    margin-bottom: 22px;
    line-height: 1;
    color: #333333;
    font-size: 36px;
}

.customized-text p {
    margin-bottom: 37px;
    color: #333333;
    font-size: 26px;
    line-height: 1.5;
}

.customized-text b {
    display: block;
    width: 113px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #ec143e;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    font-weight: normal;
    transition: 0.4s;
}

.customized-text b:hover {
    background: #c71235;
}

.scenario-plan {
    padding: 80px 0 90px;
    background: #fff;
    overflow: hidden;
}

.scenario-btn {
    margin-bottom: 46px;
    text-align: center;
}

.scenario-btn strong {
    display: block;
    margin-bottom: 26px;
    line-height: 1;
    color: #333333;
    font-size: 44px;
    font-weight: normal;
}

.scenario-tab {
    position: relative;
}

.scenario-btn-list {
    display: inline-block;
    margin: auto;
    padding: 0 21px;
    border-bottom: 1px solid #e8e8e8;
}

.scenario-btn-list span {
    display: inline-block;
    position: relative;
    padding: 4px 0 15px;
    margin-bottom: -1px;
    cursor: pointer;
    line-height: 1;
    color: #999999;
    font-size: 16px;
    z-index: 2;
    transition: 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.scenario-btn-list span:before {
    content: "";
    width: 0;
    height: 2px;
    background: #333333;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: -1;
}

.scenario-btn-list span:hover,
.scenario-btn-list span.active {
    color: #fff;
}

.scenario-btn-list span:hover:before,
.scenario-btn-list span.active:before {
    width: 100%;
    right: auto;
    left: 0;
}

.scenario-btn-list span:first-child {
    margin-right: 46px;
}

.scenario-btn-list span:hover,
.scenario-btn-list span.active {
    color: #333333;
}

.scenario-items {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.68s;
}

.scenario-items:first-child {
    display: block;
}

.scenario-items.active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.scenario-items.active .scenario-list li {
    opacity: 1;
    visibility: visible;
}

.scenario-items.active .scenario-list li:nth-child(2) {
    transition-delay: 0.25s;
}

.scenario-items.active .scenario-list li:nth-child(3) {
    transition-delay: 0.5s;
}

.scenario-list {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
}

.scenario-list li {
    float: left;
    width: 33.3333%;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
}

.scenario-list li a {
    display: block;
    position: relative;
    margin: 0 10px;
    padding-bottom: 126.4%;
    overflow: hidden;
    height: 0;
    transition: 0.8s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.scenario-list li a .scenario-img {
    position: absolute;
    left: 0;
    top: -10%;
    width: 100%;
    height: 110%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.scenario-title {
    position: absolute;
    left: 0;
    top: 13.84%;
    width: 100%;
    text-align: center;
}

.scenario-title strong {
    display: block;
    margin-bottom: 26px;
    line-height: 1;
    color: #333333;
    font-size: 32px;
}

.scenario-title p {
    margin-bottom: 28px;
    color: #333333;
    font-size: 18px;
}

.scenario-title span {
    position: relative;
    z-index: 2;
    padding-bottom: 4px;
    display: inline-block;
    line-height: 1;
    color: #999999;
    font-size: 18px;
}

.scenario-title span:before {
    content: "";
    width: 0;
    height: 1px;
    background: #999;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: -1;
}

.scenario-title span:hover,
.scenario-title span.active {
    color: #fff;
}

.scenario-title span:hover:before,
.scenario-title span.active:before {
    width: 100%;
    right: auto;
    left: 0;
}

.scenario-title span:hover {
    color: #999;
}

.scenario-list-two li {
    width: 50%;
}

.scenario-list-two li a {
    padding-bottom: 82.9%;
}

.train-services {
    position: relative;
    z-index: 3;
    padding: 180px 0;
    padding: 9.6875vw 0;
    overflow: hidden;
}

.train-top {
    margin-bottom: 68px;
    text-align: center;
}

.train-top strong {
    display: block;
    margin-bottom: 45px;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-size: 44px;
    font-weight: normal;
}

.train-top p {
    color: #fff;
    font-size: 18px;
}

.train-list {
    text-align: center;
    font-size: 0;
    margin-bottom: 60px;
}

.train-list li {
    display: inline-block;
    margin-left: 126px;
    text-align: center;
}

.train-list li:first-child {
    margin-left: 0;
}

.train-list li:hover b {
    transform: translateY(-5px);
}

.train-list li b {
    display: block;
    text-align: center;
    line-height: 1;
    color: #ffff;
    font-weight: normal;
    font-size: 35px;
    transition: 0.38s;
}

.train-list li span {
    display: block;
    margin-top: 32px;
    line-height: 1;
    color: #fff;
    font-size: 16px;
}

.train-services .customized-bg {
    height: 108%;
}

.common-more {
    text-align: center;
}

.common-more a {
    display: block;
    margin: auto;
    width: 113px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #ec143e;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    font-weight: normal;
    transition: 0.4s;
}

.common-more a:hover {
    background: #c71235;
}

.customized-solute {
    position: relative;
    z-index: 5;
    margin-top: -1px;
    padding: 40px 0 30px;
    background: #333333;
}

.customized-title {
    float: left;
    line-height: 53px;
    color: #fff;
    font-size: 34px;
}

.customized-city {
    float: right;
}

.customized-city .text,
.customized-city .sele {
    box-sizing: content-box;
    float: left;
    margin-right: 17px;
    padding-left: 20px;
    width: 172px;
    height: 53px;
    line-height: 53px;
    color: #999999;
    font-size: 16px;
    background: #fff;
    border-radius: 3px;
    border: none;
    outline: none;
    transition: 0.35s;
}

.customized-city .text::-webkit-input-placeholder,
.customized-city .sele::-webkit-input-placeholder {
    color: #999;
}

.customized-city .text:focus::-webkit-input-placeholder,
.customized-city .sele:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.customized-city .sele {
    color: #333333;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    /*background: #fff url(../images/arrow1.png) 92% center no-repeat;*/
}

.customized-city .sub {
    background: #ec143e;
    font-weight: bold;
    padding-left: 0;
    width: 190px;
    text-align: center;
    margin-right: 0;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: 0.4s;
}

.customized-city .sub:hover {
    background: #c71235;
}

/*安防产品*/
.security-box {
    padding: 160px 0 100px;
    background: #f7f9fa;
}

.security-wraps {
    width: 1280px;
    margin: auto;
    max-width: 90%;
}

.security-info {
    margin-bottom: 90px;
}

.security-info:last-child {
    margin-bottom: 0;
}

.security-hidden {
    overflow: hidden;
    margin-bottom: 60px;
}

.security-titles {
    line-height: 1;
    text-align: center;
    color: #333333;
    font-size: 44px;
}

.security-info-item {
    position: relative;
    margin-bottom: 2px;
    background: #fff;
    padding: 88px 82px 114px 62px;
}

.security-info-item a:hover figure img {
    transform: scale(1.04);
}

.security-info-item figure {
    position: absolute;
    right: 82px;
    display: block;
    width: 39.68%;
    top: 0;
    height: 100%;
    text-align: center;
}

.security-info-item figure img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    transition: 0.6s;
    background: none;
}

.security-contents {
    width: 41.93%;
    float: left;
}

.security-contents strong {
    display: block;
    position: relative;
    padding-bottom: 40px;
    line-height: 1;
    color: #333333;
    font-size: 34px;
    border-bottom: 2px solid #f7f9fa;
}

.security-contents strong:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    width: 69px;
    height: 2px;
    background: #ec143e;
}

.security-contents span {
    display: block;
    width: 123px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    background: #ec143e;
    transition: 0.4s;
}

.security-contents span:hover {
    background: #c71235;
}

.security-texts {
    margin-top: 48px;
    margin-bottom: 46px;
    min-height: 108px;
}

.security-texts p {
    color: #666666;
    font-size: 18px;
    line-height: 2;
    text-align: justify;
}

.maintain {
    width: 545px;
    float: right;
}

.maintain-info {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.maintain-info:first-child {
    margin-bottom: 60px;
}

.maintain-info:last-child {
    padding-left: 20px;
}

.maintain-item figure {
    display: block;
    margin-bottom: 18px;
    width: 92px;
    height: 90px;
    position: relative;
    margin: auto;
    right: 0;
    top: 0;
    text-align: center;
}

.maintain-item figure img {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.maintain-item span {
    display: block;
    margin-top: 18px;
    line-height: 1;
    color: #666666;
    font-size: 12px;
    text-align: center;
}

.slidetop.article-block,
.list-animate.article-block li,
.list-animate.article-block > div {
    opacity: 0;
    visibility: hidden;
    transform: translateY(60px);
    transition: 0.8s;
}

.slidetop.articleShow,
.list-animate.articleShow li,
.list-animate.articleShow > div {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.slidetop.detay1.article-block,
.list-animate.article-block li:nth-child(2),
.list-animate.article-block div:nth-child(2) {
    transition-delay: 0.2s;
}

.slidetop.detay2.article-block,
.list-animate.article-block li:nth-child(3),
.list-animate.article-block div:nth-child(3) {
    transition-delay: 0.4s;
}

.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(4),
.list-animate.article-block div:nth-child(4) {
    transition-delay: 0.6s;
}

.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(5) {
    transition-delay: 0.8s;
}

.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(6),
.list-animate.article-block div:nth-child(6) {
    transition-delay: 1s;
}

.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(7),
.list-animate.article-block div:nth-child(7) {
    transition-delay: 1.2s;
}

.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(8),
.list-animate.article-block div:nth-child(8) {
    transition-delay: 1.4s;
}

.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(9),
.list-animate.article-block div:nth-child(9) {
    transition-delay: 1.6s;
}

.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(10),
.list-animate.article-block div:nth-child(10) {
    transition-delay: 1.8s;
}

.pbanner {
    position: relative;
}

.pbanner figure {
    display: block;
    line-height: 1;
    overflow: hidden;
}

.pbanner figure img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.pbanner figure video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ptext {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    text-align: center;
}

.ptext strong {
    display: block;
    margin-bottom: 19px;
    line-height: 1.1;
    color: #fff;
    font-size: 54px;
}

.ptext p {
    color: #ffffff;
    font-size: 20px;
    line-height: 2;
}

.mouse-down {
    position: absolute;
    left: 50%;
    margin-left: -11px;
    bottom: 40px;
    text-align: center;
    z-index: 5;
}

.mouse-down span {
    display: block;
    width: 22px;
    line-height: 1;
    height: 34px;
    /*background: url(../images/mouse.png) center no-repeat;*/
}

.mouse-down span:before {
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 7px;
    content: "";
    width: 4px;
    height: 8px;
    background: #fff;
    border-radius: 2px;
    animation: moveDownSpot 1000ms infinite;
}

.mouse-down i {
    display: block;
    margin-top: 15px;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-size: 16px;
}

@keyframes moveDownSpot {
    from {
        opacity: 1;
        top: 7;
    }
    to {
        opacity: 0;
        top: 14px;
    }
}

.leval-menu-box {
    height: 55px;
    position: relative;
    z-index: 10;
}

.leval-menu-wrap {
    height: 55px;
    background: #333333;
    box-sizing: content-box;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

.menu-title {
    display: block;
    float: left;
    line-height: 55px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}

.menu-list {
    float: right;
    -webkit-transform: translateZ(0);
}

.menu-list li {
    float: left;
    position: relative;
    padding: 0 50px;
    line-height: 0;
}

.menu-list li.active a {
    color: #fff;
}

.menu-list li:last-child {
    padding-right: 0;
}

.menu-list li:last-child:before {
    display: none;
}

.menu-list li:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    content: "";
    width: 1px;
    height: 18px;
    background: #5c5c5c;
}

.menu-list li a {
    display: block;
    line-height: 55px;
    height: 55px;
    color: #898989;
    font-size: 15px;
}

.menu-list li a:hover {
    color: #fff;
}

.concept-box {
    position: relative;
    background: #fff;
    padding: 76px 0 60px;
    overflow: hidden;
}

.concept-top {
    text-align: center;
}

.concept-container {
    margin-top: 100px;
}

.concept-title {
    line-height: 1;
    color: #333333;
    font-weight: normal;
}

.f38 {
    font-size: 38px;
}

.concept-btn {
    margin-top: 50px;
    text-align: center;
}

.concept-btn-item {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-right: 184px;
    cursor: pointer;
}

.concept-btn-item:before {
    position: absolute;
    right: -92px;
    top: 15px;
    content: "";
    width: 1px;
    height: 86px;
    /*background: url(../images/line1.png) center no-repeat;*/
}

.concept-btn-item:last-child {
    margin-right: 0;
}

.concept-btn-item:last-child:before {
    display: none;
}

.concept-btn-item:hover b .show,
.concept-btn-item.active b .show {
    opacity: 0;
    visibility: hidden;
}

.concept-btn-item:hover b .hide,
.concept-btn-item.active b .hide {
    opacity: 1;
    visibility: visible;
}

.concept-btn-item:hover span,
.concept-btn-item.active span {
    color: #666666;
}

.concept-btn-item b {
    display: block;
    margin: auto;
    position: relative;
    width: 72px;
    height: 60px;
    text-align: center;
}

.concept-btn-item b img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: 0.4s;
}

.concept-btn-item b img.hide {
    opacity: 0;
    visibility: hidden;
}

.concept-btn-item span {
    display: block;
    margin-top: 18px;
    line-height: 1;
    color: #999999;
    font-size: 16px;
    font-family: "PingFangSCMedium";
    transition: 0.4s;
}

.concept-slide {
    margin: 50px 0 118px;
    width: 800px;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transition: 0.5s !important;
}

.concept-slide.swiper-slide-active {
    -webkit-transform: scale(1.28);
    transform: scale(1.28);
    z-index: 10;
}

.concept-slide.swiper-slide-active .concepts-btn {
    opacity: 1;
    visibility: visible;
}

.concept-slide.swiper-slide-active .concept-text p {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.concept-slide.swiper-slide-active figure:before {
    opacity: 0;
    visibility: hidden;
}

.concept-slide.swiper-slide-active figure video {
    opacity: 1;
    visibility: visible;
}

.concept-slide figure {
    display: block;
    position: relative;
    line-height: 1;
    width: 100%;
    height: auto;
}

.concept-slide figure:before {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 0.5s;
}

.concept-slide figure img {
    width: 100%;
    height: auto;
}

.concept-slide figure video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.concepts-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -29px;
    margin-top: -29px;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 24px;
    border: 2px solid #fff;
    cursor: pointer;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.concepts-btn:hover {
    transform: scale(1.08);
}

.concept-text {
    margin-top: 22px;
}

.concept-text p {
    opacity: 0;
    visibility: hidden;
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    transition: 0.4s;
}

.skeleton {
    position: relative;
    padding: 76px 0;
    z-index: 3;
    overflow: hidden;
}

.intelligent-title {
    text-align: center;
}

.intelligent-title strong {
    display: block;
    margin-bottom: 20px;
    line-height: 1.1;
    color: #333333;
    font-weight: normal;
}

.intell-text {
    width: 966px;
    margin: auto;
}

.intell-text p {
    color: #333333;
    font-size: 20px;
}

.skeleton-img {
    position: relative;
    margin: auto;
    margin-top: 74px;
    width: 904px;
    height: 524px;
}

.skeleton-bottom,
.skeleton-top {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    background-position: right center;
}

.skeleton-top {
    width: 65%;
}

.skeleton-btns {
    position: absolute;
    left: 35%;
    margin-left: -1px;
    top: -20px;
    width: 3px;
    height: 556px;
}

.skeleton-btns:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    content: "";
    width: 100%;
    height: 100%;
    background: #ec143e;
    cursor: pointer;
}

.skeleton-i {
    position: absolute;
    left: 50%;
    margin-left: -29px;
    top: 50%;
    margin-top: -29px;
    width: 48px;
    height: 48px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.skeleton-i span {
    position: relative;
    display: block;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #ec143e;
}

.skeleton-i span:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -13px;
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 9px solid #ec143e;
}

.skeleton-i span:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: 3px;
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #ec143e;
}

.skeleton-info {
    position: absolute;
}

.skeleton-info.skeleton-info1 {
    left: 13%;
    top: 255px;
}

.skeleton-info.skeleton-info2 {
    left: 10px;
    top: 174px;
}

.skeleton-info.skeleton-info3 {
    left: 182px;
    top: 148px;
}

.skeleton-info.skeleton-info4 {
    left: 60px;
    bottom: 120px;
}

.skeleton-info:hover span {
    transform: rotate(180deg);
}

.skeleton-info:hover .skeleton-tx {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    pointer-events: visible;
}

.skeleton-info span {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ec143e;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    transition: 0.34s;
}

.skeleton-info span:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
    content: "";
    width: 34px;
    height: 34px;
    border: 1px solid #ec143e;
    border-radius: 50%;
}

.skeleton-info .skeleton-tx {
    position: absolute;
    right: -3px;
    top: -3px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50px);
    pointer-events: none;
    overflow: hidden;
    transition: 0.45s;
}

.skeleton-info p {
    padding: 0 12px;
    border-radius: 18px;
    color: #fff;
    line-height: 36px;
    font-size: 16px;
    background: #ec143e;
    white-space: nowrap;
}

.skeleton-img .skeleton-info {
    display: none;
}

.compound {
    padding: 84px 0 55px;
}

.compound-contents {
    position: relative;
    margin: auto;
    margin-top: 64px;
    width: 826px;
}

.compound-imgs {
    width: 100%;
    height: auto;
}

.compound-item {
    position: absolute;
    cursor: pointer;
}

.compound-item.compound-item1 {
    left: 279px;
    top: 139px;
}

.compound-item.compound-item2 {
    left: 343px;
    top: 169px;
}

.compound-item.compound-item3 {
    left: 412px;
    top: 179px;
}

.compound-item.compound-item4 {
    left: 466px;
    top: 189px;
}

.compound-item.compound-item5 {
    left: 515px;
    top: 230px;
}

.compound-item:hover {
    z-index: 5;
}

.compound-item:hover span {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    transform: translateX(0px);
}

.compound-item i {
    display: block;
    position: relative;
    width: 28px;
    height: 28px;
    background: rgba(235, 0, 53, 0.32);
    border-radius: 50%;
    margin-right: 20px;
    animation: p-ani-7 1.6s linear infinite;
}

.compound-item i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    content: "";
    width: 8px;
    height: 8px;
    background: #ec143e;
    border-radius: 50%;
}

.compound-item span {
    position: absolute;
    left: 100%;
    top: 0;
    display: block;
    padding: 0 6px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 18px;
    background: #ec143e;
    border-radius: 9px;
    white-space: nowrap;
    visibility: hidden;
    transform: translateX(40px);
    pointer-events: none;
    transition: 0.45s;
    opacity: 0;
}

.compound-item span:before {
    position: absolute;
    left: -16px;
    top: 50%;
    margin-top: -11px;
    content: "";
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 18px solid #ec143e;
}

.compound-more {
    text-align: center;
    margin-top: 43px;
}

.compound-pop {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background: #1f1d22;
    z-index: 199;
    visibility: hidden;
    transition: 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.compound-pop.show {
    visibility: visible;
    left: 0;
}

.compound-pop.show .compound-pop-content:before {
    width: 81%;
    transition-delay: 0.8s;
}

.compound-pop.show .compound-info span {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.8s;
}

.compound-pop.show .compound-info2 {
    left: 180px;
    top: 17px;
}

.compound-pop.show .compound-info3 {
    left: 361px;
    top: 35px;
}

.compound-pop.show .compound-info4 {
    left: 559px;
    top: 54px;
}

.compound-pop.show .compound-info5 {
    left: 760px;
    top: 72px;
}

.compound-pop.show .compound-info6 {
    left: 963px;
    top: 92px;
}

.compound-close {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top: 35px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    background: #d6d6d6;
    border-radius: 50%;
    font-size: 15px;
    transition: 0.4s;
}

.compound-close:hover {
    transform: rotate(180deg);
}

.compound-pop-content {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    height: 550px;
    margin-top: -275px;
}

.compound-pop-content:before {
    position: absolute;
    left: 9px;
    bottom: 213px;
    content: "";
    width: 81%;
    width: 0;
    transition: 1.2s 0.6s;
    height: 1px;
    background: #fff;
    transform: rotate(8.5deg);
    transform-origin: left center;
}

.compound-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 321px;
    transition: 1.2s 0.6s;
}

.compound-info img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.compound-info span {
    display: block;
    margin-top: 42px;
    line-height: 1;
    color: #ffffff;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.compound-info2 {
    left: 38px;
    top: 13px;
}

.compound-info3 {
    top: 29px;
    left: 71px;
}

.compound-info4 {
    top: 45px;
    left: 98px;
}

.compound-info5 {
    top: 61px;
    left: 129px;
}

.compound-info6 {
    left: 155px;
    top: 85px;
}

.compound-mw {
    display: inline-block;
    cursor: pointer;
}

.compound-mw:hover i {
    transform: rotate(180deg);
}

.compound-mw span {
    display: block;
    margin-bottom: 16px;
    color: #ec143e;
    line-height: 1;
    font-size: 16px;
}

.compound-mw i {
    display: block;
    margin: auto;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #ec143e;
    border-radius: 50%;
    transition: 0.32s;
}

.safe {
    position: relative;
    height: 780px;
    overflow: hidden;
    z-index: 2;
}

.safe-video {
    position: relative;
    width: 100%;
    height: 110%;
}

.safe-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.safe-title {
    position: absolute;
    left: 50%;
    margin-left: -483px;
    top: 80px;
    z-index: 5;
}

.safe-title strong {
    color: #fff;
}

.safe-title .intell-text p {
    color: #fff;
}

.video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -29px;
    margin-top: -29px;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 24px;
    z-index: 5;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.35s;
}

.video-btn:hover {
    transform: scale(1.05);
}

.maintenance {
    position: relative;
    padding: 98px 0 158px;
    z-index: 3;
}

#canvasbox {
    position: absolute;
    left: 0;
    bottom: 10%;
    z-index: -1;
    width: 100%;
    height: 200px;
}

.maintenance-list {
    float: none;
    margin-top: 78px;
    margin-bottom: 78px;
    width: 100%;
}

.maintenance-list .maintain-info:first-child {
    margin-bottom: 102px;
}

.maintenance-list .maintain-item figure {
    width: 144px;
    height: 143px;
    transition: 0.4s;
}

.maintenance-list .maintain-item:hover figure {
    transform: translateY(-8px);
}

.maintenance-list .maintain-item span {
    margin-top: 28px;
    font-size: 18px;
}

.manipulate {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    z-index: 3;
}

.manipulate .manipulate-bg {
    position: absolute;
    left: 0;
    top: -20%;
    z-index: -1;
    width: 100%;
    height: 130%;
    background-position: top center;
    background-size: cover;
}

.manipulate-line {
    position: absolute;
    bottom: 0;
    height: 20px;
    background: #fff;
    z-index: 3;
}

.manipulate-line.left {
    left: 0;
    right: 50%;
    margin-right: 18px;
}

.manipulate-line.left:before {
    position: absolute;
    right: -20px;
    top: 0;
    content: "";
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
}

.manipulate-line.right {
    right: 0;
    left: 50%;
    margin-left: 18px;
}

.manipulate-line.right:before {
    position: absolute;
    left: -20px;
    top: 0;
    content: "";
    border-left: 20px solid transparent;
    border-bottom: 20px solid #fff;
}

.manipulate-text {
    padding: 84px 0 87px;
    min-height: 340px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.manipulate-text p {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 64px;
    line-height: 1.4;
    vertical-align: middle;
}

.risk {
    position: relative;
    margin-top: -1px;
    z-index: 3;
    overflow: hidden;
    padding: 67px 0 106px;
}

.risk .customized-bg {
    height: 100%;
}

.risk-video {
    margin-top: 52px;
    text-align: center;
}

.risk-window {
    position: relative;
    margin: auto;
    width: 796px;
}

.risk-window.show video {
    opacity: 0;
    visibility: hidden;
}

.risk-window .risk-bg {
    display: block;
    width: 100%;
    height: auto;
}

.risk-window video {
    display: block;
    position: absolute;
    width: 654px;
    height: 447px;
    left: 70px;
    top: 32px;
    object-fit: cover;
    transition: 0.45s;
}

.loop-play {
    position: absolute;
    left: 50%;
    bottom: 0;
    text-align: center;
    transform: translateX(-50%);
}

.loop-play span {
    display: block;
    position: relative;
    padding-right: 30px;
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.loop-play span:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    content: "";
    width: 18px;
    height: 18px;
    /*background: url(../images/loop.png) center no-repeat;*/
    transition: 0.45s;
}

.loop-play span:hover:before {
    transform: rotate(360deg);
}

.monitoring {
    position: relative;
    overflow: hidden;
    z-index: 3;
    padding: 78px 0 170px;
}

.intelligent-title1 strong {
    color: #fff;
}

.intelligent-title1 .intell-text p {
    color: #fff;
}

.monitoring-content {
    position: relative;
    width: 913px;
    margin: auto;
    margin-top: 100px;
}

.monitoring-content .monitoring-bg {
    display: block;
    width: 100%;
    height: auto;
}

.monitoring-circle {
    position: absolute;
    width: 406px;
    height: 406px;
}

.monitoring-circle.circle1 {
    left: 126px;
    top: -170px;
}

.monitoring-circle.circle2 {
    right: 30px;
    bottom: -167px;
}

.monitoring-circle:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -6px;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ec143e;
    box-shadow: 0 0 7px rgba(235, 13, 56, 0.7);
}

.monitoring-circle i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /*background: url(../images/circular.png) center no-repeat;*/
    background-size: cover;
    animation: p-ani-7 3.1s linear infinite;
}

.monitoring-circle i:nth-child(2) {
    width: 144px;
    height: 144px;
    margin-left: -72px;
    margin-top: -72px;
    animation-delay: 1s;
}

.monitoring-circle i:nth-child(3) {
    width: 210px;
    height: 210px;
    margin-left: -105px;
    margin-top: -105px;
    animation-delay: 2s;
}

.monitoring-circle i:nth-child(4) {
    width: 274px;
    height: 274px;
    margin-left: -137px;
    margin-top: -137px;
    animation-delay: 3s;
}

.monitoring-circle i:nth-child(5) {
    width: 340px;
    height: 340px;
    margin-left: -170px;
    margin-top: -170px;
    animation-delay: 4s;
}

.monitoring-circle i:nth-child(6) {
    width: 100%;
    height: 100%;
    margin-left: -50%;
    margin-top: -50%;
    animation-delay: 5s;
}

@keyframes p-ani-7 {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.monitoring-ipad {
    position: absolute;
    right: -100px;
    bottom: 0;
    width: 627px;
    height: 430px;
    /*background: url(../img/ipad.png) center no-repeat;*/
    z-index: 4;
}

.alarm {
    padding: 80px 0 230px;
    overflow: hidden;
}

.alarm-content {
    position: relative;
    margin: auto;
    margin-top: 170px;
    width: 920px;
}

.alarm-content .alarm-bg {
    display: block;
    width: 100%;
    height: auto;
}

.alarm-icon:hover {
    animation: move1 linear 1.5s infinite;
    z-index: 3;
}

.alarm-icon1 {
    position: absolute;
    left: -110px;
    top: 50%;
    margin-top: -435px;
    width: 164px;
    height: 870px;
    /*background: url(../images/alarm1.png) center no-repeat;*/
    transform-origin: right center;
}

@-webkit-keyframes move1 {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    25% {
        transform: rotate(-16deg);
    }
    50% {
        opacity: 0.4;
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(16deg);
    }
    100% {
        opacity: 1;
        transform: rotate(0deg);
    }
}

.alarm-icon2 {
    position: absolute;
    left: -140px;
    top: -155px;
    width: 810px;
    height: 200px;
    /*background: url(../images/alarm2.png) center no-repeat;*/
    transform-origin: bottom center;
    z-index: 1;
}

.alarm-icon3 {
    position: absolute;
    right: -146px;
    top: -155px;
    width: 810px;
    height: 200px;
    /*background: url(../images/alarm2.png) center no-repeat;*/
    transform-origin: center bottom;
}

.alarm-icon4 {
    position: absolute;
    right: -137px;
    top: 50%;
    margin-top: -363px;
    width: 166px;
    height: 727px;
    /*background: url(../images/alarm3.png) center no-repeat;*/
    transform-origin: left center;
}

.alarm-icon5 {
    position: absolute;
    left: -118px;
    bottom: -206px;
    width: 1154px;
    height: 251px;
    /*background: url(../images/alarm4.png) center no-repeat;*/
    transform-origin: top center;
}

.configure-wrap {
    width: 1200px;
    margin: auto;
}

.configure {
    position: relative;
    z-index: 4;
    margin-top: -20px;
    padding: 98px 0 120px;
    overflow: hidden;
    background: #fff;
    clip-path: polygon(0 0, 49vw 0vh, 50vw 20px, 51vw 0vh, 104vw 0, 104vw 530vh, 0 530vh);
    -webkit-clip-path: polygon(0 0, 49vw 0vh, 50vw 20px, 51vw 0vh, 104vw 0, 104vw 530vh, 0 530vh);
}

.configure-images {
    position: relative;
    margin: auto;
    margin-top: 170px;
    width: 1173px;
}

.configure-images:hover .configure-icon .configure-font {
    opacity: 0;
    visibility: hidden;
}

.configure-images:hover .configure-icon .configure-text {
    visibility: visible;
    pointer-events: visible;
}

.configure-images:hover .configure-icon .configure-text i:before {
    height: 100%;
    transition-delay: 0s;
}

.configure-images:hover .configure-icon .configure-text i:after {
    width: 100%;
    transition-delay: 0.6s;
}

.configure-images:hover .configure-icon .configure-fix {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.8s;
}

.configure-icon {
    position: absolute;
}

.configure-icon .configure-font {
    position: absolute;
    color: #333333;
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    transition: 0.4s;
}

.configure-icotop .configure-text {
    top: auto;
    bottom: 27px;
}

.configure-icotop .configure-text i:before {
    top: auto;
    bottom: 0;
}

.configure-icotop .configure-text i:after {
    bottom: auto;
    top: 0;
}

.configure-icotop .configure-fix {
    bottom: auto;
    top: -25px;
}

.configure-icotop .configure-font {
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
}

.configure-icon1 {
    left: 110px;
    top: -20px;
    cursor: pointer;
}

.configure-icon1 .configure-font {
    top: 18px;
    left: -88px;
}

.configure-icon2 {
    left: 175px;
    top: -16px;
}

.configure-icon2 .configure-text i {
    width: 54px;
    height: 82px;
}

.configure-icon3 {
    left: 436px;
    top: -12px;
}

.configure-icon3 .configure-text i {
    width: 54px;
    height: 86px;
}

.configure-icon4 {
    left: 656px;
    top: -12px;
}

.configure-icon4 .configure-text i {
    width: 54px;
    height: 86px;
}

.configure-icon5 {
    left: 836px;
    top: 47px;
}

.configure-icon5 .configure-text i {
    width: 54px;
    height: 142px;
}

.configure-icon5 .configure-font {
    top: -98px;
}

.configure-icon6 {
    left: 837px;
    top: 243px;
}

.configure-icon6 .configure-text i {
    width: 54px;
    height: 140px;
}

.configure-icon6 .configure-font {
    top: auto;
    bottom: -123px;
    left: 3px;
}

.configure-icon7 {
    left: 571px;
    top: auto;
    bottom: -20px;
}

.configure-icon7 .configure-text i {
    width: 54px;
    height: 54px;
}

.configure-icon7 .configure-font {
    top: auto;
    bottom: -40px;
    left: -10px;
}

.configure-icon8 {
    left: 300px;
    top: 150px;
}

.configure-icon8 .configure-text i {
    width: 54px;
    height: 234px;
}

.configure-icon8 .configure-font {
    top: auto;
    bottom: -220px;
    left: 3px;
}

.configure-icon:nth-child(2n+2) .configure-dit {
    animation-delay: 0.4s;
}

.configure-dit {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    animation: p-ani-7 1.6s linear infinite;
}

.configure-dit i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    display: block;
    width: 8px;
    height: 8px;
    background: #ec143e;
    border-radius: 50%;
}

.configure-dit:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(235, 18, 61, 0.2);
    border-radius: 50%;
}

.configure-dit:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -14px;
    content: "";
    width: 28px;
    height: 28px;
    background: rgba(235, 18, 61, 0.3);
    border-radius: 50%;
}

.configure-text {
    position: absolute;
    left: 50%;
    top: 27px;
    visibility: hidden;
}

.configure-text i {
    display: block;
    width: 55px;
    height: 398px;
}

.configure-text i:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #eb123d;
    box-shadow: 0 0 9px #e50032, 0 0 9px #e50032;
    height: 0;
    transition: 0.6s 0.4s;
}

.configure-text i:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #eb123d;
    box-shadow: 0 0 9px #e50032, 0 0 9px #e50032;
    width: 0;
    transition: 0.4s 0s;
}

.configure-fix {
    position: absolute;
    left: 100%;
    bottom: -55px;
    padding: 17px 18px 20px;
    background: #ec143e;
    box-shadow: 0 0 9px #eb123d;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: 0.54s;
}

.configure-fix strong {
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
}

.configure-fix span {
    margin-top: 10px;
    display: block;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    line-height: 1;
}

.configure-list {
    margin-top: 210px;
}

.configure-title {
    padding: 54px 0 46px;
}

.configure-title strong {
    display: block;
    float: left;
    width: 640px;
    color: #333333;
    font-size: 47px;
    font-weight: normal;
    line-height: 1.2;
}

.configure-con {
    float: right;
    width: 530px;
}

.configure-con p {
    color: #333333;
    font-size: 20px;
}

.partition {
    position: relative;
    overflow: hidden;
    z-index: 3;
    padding: 70px 0 64px;
}

.partition-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 120%;
    background-size: cover;
}

.partite-swiper {
    position: relative;
    margin-left: 110px;
    width: 774px;
}

.partite-slide {
    position: relative;
}

.partite-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.partite-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.partite-block {
    position: absolute;
    transition: 0.5s;
    pointer-events: visible;
}

.partite-block.active {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.partite-block1 {
    left: 4px;
    top: 3px;
    width: 691px;
    height: 262px;
    /*background: url(../images/partite1.png) center no-repeat;*/
    background-size: 100% 100%;
    clip-path: polygon(39px 1px, 433px 0px, 433px 45px, 444px 65px, 546px 66px, 616px 128px, 679px 127px, 691px 254px, 0 261px);
    -webkit-clip-path: polygon(39px 1px, 433px 0px, 433px 45px, 444px 65px, 546px 66px, 616px 128px, 679px 127px, 691px 254px, 0 261px);
}

.partite-block2 {
    position: absolute;
    right: 37px;
    top: 1px;
    width: 304px;
    height: 131px;
    z-index: 5 !important;
    /*background: url(../images/partite.png) center no-repeat;*/
    background-size: 100% 100%;
    clip-path: polygon(0px 3px, 296px 0px, 304px 61px, 265px 62px, 269px 111px, 200px 114px, 200px 131px, 185px 131px, 117px 72px, 15px 72px, 0 48px);
}

.partite-block3 {
    position: absolute;
    right: 0;
    bottom: 92px;
    width: 141px;
    height: 195px;
    /*background: url(../images/partite2.png) center no-repeat;*/
    background-size: 100% 100%;
    clip-path: polygon(0px 52px, 69px 49px, 65px 0, 105px 0, 115px 77px, 141px 77px, 141px 195px, 60px 195px, 48px 69px, 0 69px);
}

.partition-pagetions {
    min-width: 75px;
    position: absolute;
    right: 110px;
    top: 160px;
    z-index: 5;
}

.partition-s {
    position: relative;
    margin-bottom: 36px;
    cursor: pointer;
    padding-left: 25px;
}

.partition-s span {
    display: block;
    line-height: 1;
    color: #333333;
    font-size: 24px;
}

.partition-s:hover .partite-line,
.partition-s.active .partite-line {
    visibility: visible;
    pointer-events: visible;
}

.partition-s:hover .partite-line em,
.partition-s.active .partite-line em {
    transform: scaleX(1);
}

.partition-s:hover .partite-line .configure-dit,
.partition-s.active .partite-line .configure-dit {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
}

.partition-s:hover:nth-child(2) .partite-line em:before,
.partition-s.active:nth-child(2) .partite-line em:before {
    height: 110px;
    transition-delay: 0.5s;
}

.partition-s:hover:nth-child(2) .partite-line em:after,
.partition-s.active:nth-child(2) .partite-line em:after {
    width: 72px;
    transition-delay: 0.9s;
}

.partition-s:hover:nth-child(2) .partite-line .configure-dit,
.partition-s.active:nth-child(2) .partite-line .configure-dit {
    transition-delay: 1.1s;
}

.partition-s:nth-child(2) .partite-line {
    width: 234px;
    height: 110px;
}

.partition-s:nth-child(2) .partite-line em {
    width: 160px;
}

.partition-s:nth-child(2) .partite-line em:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 1px;
    height: 110px;
    height: 0;
    transition: 0.3s;
    background: #ec143e;
    box-shadow: 0 0 9px #e50032, 0 0 9px #e50032;
}

.partition-s:nth-child(2) .partite-line em:after {
    position: absolute;
    right: 100%;
    top: -110px;
    content: "";
    width: 72px;
    width: 0;
    height: 1px;
    background: #ec143e;
    transition: 0.3s;
    box-shadow: 0 0 9px #e50032, 0 0 9px #e50032;
}

.partition-s:nth-child(3) .partite-line {
    width: 160px;
}

.partition-s .partite-line {
    display: block;
    position: absolute;
    right: 100%;
    bottom: 50%;
    width: 435px;
    height: 1px;
    visibility: hidden;
    pointer-events: none;
}

.partition-s .partite-line em {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #ec143e;
    box-shadow: 0 0 9px #e50032, 0 0 9px #e50032;
    transform: scaleX(0);
    transform-origin: right center;
    transition: 0.5s;
}

.partition-s .partite-line:before {
    position: absolute;
    right: -4px;
    bottom: -4px;
    content: "";
    width: 9px;
    height: 9px;
    background: #ec143e;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 0.34s;
}

.partition-s .partite-line .configure-dit {
    position: absolute;
    left: -27px;
    top: -27px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    pointer-events: none;
}

.system-wrap {
    width: 1200px;
    margin: auto;
}

.system-title-list {
    position: relative;
}

.system-title-list .intelligent-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
}

.system-title-list .intelligent-title.show {
    transition: 0.58s;
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.configure-img {
    position: relative;
    height: 480px;
    overflow: hidden;
}

.system {
    position: relative;
    overflow: hidden;
    z-index: 4;
    margin-top: -2px;
    padding: 70px 0 66px;
}

.system-swiper {
    margin-top: 58px;
    height: 512px;
}

.system-slide {
    text-align: center;
}

.system-slide img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.system-btn {
    margin-top: 88px;
    text-align: center;
    font-size: 0;
}

.system-btn span {
    display: inline-block;
    margin-left: 34px;
    border: 3px solid rgba(175, 175, 175, 0.5);
    border-radius: 23px;
    cursor: pointer;
    transition: 0.45s;
}

.system-btn span b {
    display: block;
    width: 144px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    background: #afafaf;
    font-weight: normal;
    transition: 0.4s;
}

.system-btn span:first-child {
    margin-left: 0;
}

.system-btn span:hover,
.system-btn span.active {
    border-color: rgba(236, 20, 62, 0.2);
    box-shadow: 0 0 9px #ec143e;
}

.system-btn span:hover b,
.system-btn span.active b {
    background: #ec143e;
}

.intelligent-title2 {
    position: relative;
    z-index: 2;
    padding: 96px 0 84px;
    background: #fff;
    text-align: center;
}

.intelligent-title2:before {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -20px;
    content: "";
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}

.intelligent-title2 strong {
    display: block;
    margin-bottom: 30px;
    line-height: 1.1;
    color: #333333;
    font-weight: normal;
}

.intelligent-title2 p {
    color: #333333;
    font-size: 20px;
}

.customizate-wrap {
    width: 1200px;
    margin: auto;
}

.customizate {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.customizate .customizate-wrap {
    width: 1500px;
    max-width: 90%;
}

.exterior {
    position: relative;
    margin: auto;
    width: 1260px;
    max-width: 100%;
}

.exterior-items {
    width: 100%;
    text-align: center;
    display: none;
}

.exterior-items:first-child {
    display: block;
}

.customizate-swiper {
    margin-top: 130px;
}

.customizate-tab {
    width: 1200px;
    margin: auto;
}

.exterior-btns {
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 5;
}

.exterior-btns span {
    display: block;
    margin-bottom: 30px;
    width: 75px;
    height: 38px;
    line-height: 38px;
    color: #333333;
    border-radius: 6px;
    text-align: center;
    background: #b3b3bb;
    font-size: 18px;
    cursor: pointer;
    transition: 0.45s;
}

.exterior-btns span.active,
.exterior-btns span:hover {
    background: #ec143e;
    color: #fff;
}

.exteriorfix {
    text-align: center;
}

.exteriorfix img {
    margin: auto;
    max-width: 100%;
    height: auto;
}

.customizate-items {
    float: left;
    position: relative;
    width: 100%;
}

.customizate-slide {
    position: relative;
    text-align: center;
    padding-bottom: 67px;
}

.customizate-slide.swiper-slide-active:before {
    opacity: 1;
    visibility: visible;
}

.customizate-slide:before {
    position: absolute;
    left: 50%;
    margin-left: -389px;
    bottom: 0;
    content: "";
    width: 778px;
    height: 41px;
    /*background: url(../images/shadow.png) center bottom no-repeat;*/
    opacity: 0;
    visibility: hidden;
    transition: 0.5;
}

.customizate-slide img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 767px;
    margin: auto;
}

.exteriorfix {
    position: relative;
}

.customizate-right {
    position: absolute;
    right: 0;
    margin-right: 200px;
    top: 30px;
    z-index: 6;
}

.customizate-li li {
    position: relative;
    margin-bottom: 29px;
    padding-left: 22px;
    cursor: pointer;
}

.customizate-li li:hover:before,
.customizate-li li.active:before {
    background: #ec143e;
}

.customizate-li li:hover figure img {
    transform: scale(1.1);
}

.customizate-li li:before {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    width: 8px;
    height: 8px;
    background: #c2c2c2;
    border-radius: 50%;
    z-index: 3;
    transition: 0.32s;
}

.customizate-li li figure {
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    width: 70px;
}

.customizate-li li figure img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.45s;
}

.customizate-li li span {
    display: block;
    text-align: center;
    line-height: 1;
    color: #333333;
    font-size: 14px;
}

.customizate-btn {
    text-align: center;
    margin: auto;
    margin-top: 42px;
    width: 748px;
    border-bottom: 1px solid #e5e5e5;
}

.customizate-btn span {
    display: inline-block;
    position: relative;
    margin-left: 120px;
    cursor: pointer;
    padding: 0 30px 25px;
    line-height: 1;
    color: #010101;
    font-size: 20px;
}

.customizate-btn span:before {
    content: "";
    width: 0;
    height: 5px;
    background: #ec143e;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    z-index: -1;
}

.customizate-btn span:hover,
.customizate-btn span.active {
    color: #fff;
}

.customizate-btn span:hover:before,
.customizate-btn span.active:before {
    width: 100%;
    right: auto;
    left: 0;
}

.customizate-btn span:before {
    bottom: -2px;
    z-index: 2;
}

.customizate-btn span:hover,
.customizate-btn span.active {
    color: #010101;
}

.customizate-btn span:first-child {
    margin-left: 0;
}

.interior {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 44.27%;
}

.interior-swiper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 110%;
}

.interior-slide {
    height: 100% !important;
    overflow: hidden;
}

.interior-slide figure {
    display: block;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.interior-text {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 110px;
    z-index: 3;
}

.interior-text strong {
    display: block;
    margin-bottom: 36px;
    line-height: 1;
    color: #fff;
    font-size: 47px;
    font-weight: normal;
}

.interior-text p {
    width: 470px;
    color: #fff;
    font-size: 20px;
}

.interior-list {
    position: absolute;
    right: 50%;
    margin-right: -600px;
    bottom: 40px;
    z-index: 5;
}

.interior-btn li {
    float: left;
    cursor: pointer;
    transform: skewX(-5deg);
    clip-path: inset(18px 10px 18px 10px);
    -webkit-clip-path: inset(18px 10px 18px 10px);
    transition: 0.4s;
}

.interior-btn li.active {
    clip-path: inset(0px 0px 0px 0px);
    -webkit-clip-path: inset(0px 0px 0px 0px);
}

.interior-btn li.active figure:before {
    opacity: 0;
    visibility: hidden;
}

.interior-btn li:hover figure img {
    transform: scale(1.1);
}

.interior-btn li figure {
    display: block;
    position: relative;
    width: 150px;
    line-height: 1;
}

.interior-btn li figure:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: 0.45s;
    z-index: 2;
}

.interior-btn li figure img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s;
}

.interior-btn li span {
    position: absolute;
    left: 25px;
    bottom: 34px;
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 18px;
    transform: skewX(5deg);
}

.s-switch-layer {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 6;
    opacity: 1;
    transform: translateX(100%);
    transition: transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1), -moz-transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1), -o-transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.s-switch-layer.visibles {
    transform: translateX(0);
}

.shift {
    position: relative;
    overflow: hidden;
    padding-bottom: 46.35%;
    height: 0;
    z-index: 2;
}

.parts {
    padding: 80px 0 78px;
}

.parts-title {
    display: block;
    line-height: 1;
    text-align: center;
    color: #000000;
    font-size: 34px;
    font-weight: normal;
}

.parts-list {
    margin-top: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.parts-item {
    flex: 1;
    -webkit-flex: 1;
    margin-right: 26px;
    background: #f6f6f6;
    text-align: center;
    min-height: 250px;
    transition: 0.5s;
}

.parts-item:hover {
    background: #f0f1f2;
}

.parts-item:last-child {
    margin-right: 0;
}

.parts-wraps {
    display: inline-block;
    margin: auto;
    max-width: 90%;
    text-align: left;
    padding-top: 46px;
}

.parts-wraps dt {
    display: block;
    margin-bottom: 22px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.parts-wraps dd {
    display: block;
}

.parts-wraps dd p {
    margin-bottom: 18px;
    color: #000000;
    font-size: 16px;
    line-height: 1;
}

.parts-img-list {
    margin-top: 37px;
}

.parts-img-list li {
    width: 16.8%;
    float: left;
    margin-right: 4%;
    margin-bottom: 10px;
    overflow: hidden;
}

.parts-img-list li:nth-child(5n+5) {
    margin-right: 0;
}

.parts-img-list li:hover img {
    transform: scale(1.06);
}

.parts-img-list li img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.58s;
}

.contact-us-table {
    padding: 80px 0;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}

.contact-us-title strong {
    display: block;
    margin-bottom: 24px;
    line-height: 1;
    color: #000000;
    font-size: 34px;
    font-weight: normal;
}

.contact-us-title p {
    color: #222222;
    font-size: 20px;
}

.contact-text {
    margin-top: 50px;
    display: flex;
    display: -webkit-flex;
}

.contact-text .text {
    flex: 1;
    -webkit-flex: 1;
    margin-right: 26px;
    padding-left: 16px;
    height: 46px;
    line-height: 44px;
    box-sizing: border-box;
    border: 1px solid #494949;
    background: #fff;
    border-radius: 3px;
    color: #bbbbbb;
    font-size: 16px;
    background: none;
}

.contact-text .text::-webkit-input-placeholder {
    color: #bbbbbb;
}

.contact-text .text:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.contact-text .text:last-child {
    margin-right: 0;
}

.contact-sub {
    margin-top: 46px;
    text-align: center;
}

.contact-sub input {
    margin: auto;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.4s;
    background: #111111;
    border-radius: 3px;
}

.contact-sub input:hover {
    background: #ec143e;
}

/*集装箱*/
.hazard {
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding: 98px 0 32px;
}

.intell-text1 {
    width: 100%;
}

.hazard-images .fire {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 105px;
    display: block;
    width: 1473px;
    margin: auto;
}

.hazard-images .case {
    display: block;
    position: relative;
    width: 913px;
    margin: auto;
    margin-top: 162px;
}

.structure {
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding: 96px 0 76px;
}

.structure-wrap {
    margin-top: 78px;
}

.structure-img {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 187px;
}

.structure-img img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.structure-dit {
    position: absolute;
}

.structure-dit-right {
    right: auto;
}

.structure-dit-right .structure-line i {
    left: -11px;
}

.structure-dit-right .structure-line {
    height: 48px;
    width: 356px;
}

.structure-dit-right .structure-line:before {
    right: auto;
    left: 0;
}

.structure-dit-right .structure-line:after {
    right: auto;
    left: 0;
}

.structure-dit-right .structure-text {
    right: auto;
    left: 100%;
}

.structure-dit1 {
    right: 494px;
    top: 190px;
}

.structure-dit2 {
    right: 340px;
    top: 330px;
}

.structure-dit2 .structure-line {
    width: 495px;
}

.structure-dit3 {
    left: 490px;
    top: 20px;
}

.structure-dit4 {
    left: 560px;
    top: 156px;
}

.structure-dit4 .structure-line {
    width: 287px;
    height: 45px;
}

.structure-dit5 {
    left: 660px;
    top: 290px;
}

.structure-dit5 .structure-line {
    width: 187px;
}

.intell-hide {
    overflow: hidden;
}

.structure-line {
    width: 254px;
    height: 66px;
    position: relative;
}

.structure-line:before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #ec143e;
}

.structure-line:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #ec143e;
}

.structure-line i {
    position: absolute;
    right: -11px;
    bottom: -12px;
    display: block;
    width: 24px;
    height: 24px;
    /* background: url(../images/dit1.png) center no-repeat; */
    animation: p-ani-7 1.6s linear infinite;
}

.structure-text {
    position: absolute;
    right: 100%;
    top: -26px;
}

.structure-text span {
    display: block;
    line-height: 54px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #ec143e;
    padding: 0 16px;
    box-sizing: border-box;
    white-space: nowrap;
    min-width: 167px;
    border-radius: 3px;
    box-shadow: 0 0 9px #e50032;
}

.structure-dit.article-block .structure-line i {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: 0.45s;
}

.structure-dit.article-block .structure-line:before {
    transform: scaleY(0);
    transition: 0.35s;
    transform-origin: center bottom;
}

.structure-dit.article-block .structure-line:after {
    transform: scaleX(0);
    transition: 0.5s;
    transform-origin: right top;
}

.structure-dit.article-block.structure-dit-right .structure-line:after {
    transform-origin: left top;
}

.structure-dit.article-block.structure-dit-right .structure-text {
    transform: translateX(30px);
}

.structure-dit.article-block .structure-text {
    opacity: 0;
    transform: translateX(-30px);
    visibility: hidden;
    transition: 0.5s;
}

.structure-dit.articleShow.structure-dit-right .structure-text {
    transform: translateX(0px);
}

.structure-dit.articleShow .structure-line i {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.structure-dit.articleShow .structure-line:before {
    transform: scaleY(1);
}

.structure-dit.articleShow .structure-line:after {
    transform: scaleX(1);
    transition-delay: 0.35s;
}

.structure-dit.articleShow .structure-text {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.8s;
    transform: translateX(0px);
}

.combinates {
    position: relative;
}

.combination-img {
    width: 50%;
    float: right;
    height: 920px;
    overflow: hidden;
}

.combination-img figure {
    display: block;
    height: 110%;
    background-size: cover;
    background-position: center;
}

.combinate-texts {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.combinate-wr {
    width: 592px;
    position: absolute;
    right: 114px;
    top: 50%;
    transform: translateY(-50%);
}

.combinate-wr strong {
    display: block;
    line-height: 1;
    color: #000000;
    font-size: 44px;
    font-weight: normal;
}

.combinates-info {
    margin-top: 55px;
}

.combinates-info p {
    color: #222222;
    font-size: 20px;
}

.experience {
    position: relative;
    z-index: 3;
    padding: 100px 0 35px;
    overflow: hidden;
}

.experience-img {
    margin-top: 70px;
    text-align: center;
}

.experience-img img {
    max-width: 100%;
    width: auto;
    margin: auto;
}

.individualizate {
    position: relative;
    z-index: 3;
    padding: 95px 0 87px;
    overflow: hidden;
}

.individualizate-tt {
    margin-bottom: 34px;
    color: #333333;
    line-height: 1;
    font-weight: normal;
    text-align: center;
}

.f44 {
    font-size: 44px;
}

.individualizate-btn {
    margin-top: 0;
}

.individualizate-slide {
    visibility: hidden;
    padding: 30px 0;
}

.individualizate-slide.swiper-slide-active {
    visibility: visible;
}

.individualizate-font {
    position: relative;
    margin-top: 30px;
    margin-bottom: 42px;
}

.individualizate-font p {
    position: absolute;
    left: 0;
    top: 0;
    color: #333333;
    font-size: 20px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
}

.individualizate-font p.show {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.45s;
}

.individualizate-images {
    text-align: center;
    height: 450px;
}

.individualizate-images img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.individualizate-img {
    margin-top: 0;
    width: 1097px;
    height: 444px;
}

.individualizate-img .skeleton-btns {
    width: 1px;
    height: 500px;
    top: -29px;
}

.individualizate-img .skeleton-btns:before {
    width: 1px;
}

.skeleton-radis {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -19px;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    cursor: pointer;
    background: #ec143e;
}

.skeleton-radis i {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
}

.skeleton-radis i:first-child {
    margin-right: -4px;
}

.individualizate-img .skeleton-top {
    width: 50%;
}

.individualizate-img .skeleton-btns {
    left: 50%;
}

.interiors {
    display: flex;
    display: -webkit-flex;
}

.interior-item {
    width: 12.5%;
    overflow: hidden;
    transition: 0.6s;
}

.interior-item.active {
    width: 75%;
}

.interior-item figure {
    display: block;
    position: relative;
    line-height: 1;
    overflow: hidden;
    height: 450px;
}

.interior-item figure img {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: auto;
    height: 100%;
}

.within {
    position: relative;
    z-index: 3;
    overflow: hidden;
    /*padding: 100px 0 150px;*/
}

.within-wrap {
    width: 1300px;
    margin: auto;
    max-width: 90%;
}

.within-text {
    width: 36%;
    float: left;
    margin-top: 90px;
}

.within-text strong {
    display: block;
    line-height: 1;
    color: #000000;
    font-size: 36px;
    font-weight: normal;
}

.within-info {
    margin-top: 40px;
}

.within-info p {
    margin-bottom: 20px;
    color: #222222;
    font-size: 20px;
}

.within-img {
    width: 50.88%;
    float: right;
    line-height: 1;
}
.within-img img {
    display: block;
    width: 100%;
    height: auto;
    background: none;
}

.within-img.article-block img {
    transform: scaleX(0);
    transform-origin: right center;
    transition: 0.8s;
}

.within-img.articleShow img {
    transform: scaleX(1);
}

.protects {
    padding: 90px 0 98px;
}

.protects-tt {
    display: block;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1;
    color: #333333;
    font-weight: normal;
}

.protect-slide {
    position: relative;
    height: 562px;
    overflow: hidden;
}

.protect-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.protect-btns {
    margin: auto;
    margin-top: 38px;
    width: 390px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
}

.protect-btns span {
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
    color: #999999;
    font-size: 16px;
    line-height: 1;
    transition: 0.4s;
    cursor: pointer;
}

.protect-btns span:before {
    content: "";
    width: 0;
    height: 2px;
    background: #262626;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    z-index: -1;
}

.protect-btns span:hover,
.protect-btns span.active {
    color: #fff;
}

.protect-btns span:hover:before,
.protect-btns span.active:before {
    width: 100%;
    right: auto;
    left: 0;
}

.protect-btns span:before {
    bottom: -1px;
    z-index: 1;
}

.protect-btns span:hover,
.protect-btns span.active {
    color: #333333;
}

.protects .individualizate-font {
    margin-bottom: 0;
}

.protective-hide {
    position: relative;
    z-index: 3;
    overflow: hidden;
    /*padding-bottom: 46.35%;*/
}

.protecte-fix {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 0;
    height: 65.2%;
    text-align: center;
}

.protecte-fix .protect-door {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 110%;
}

.protecte-fix .leaf {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 2%;
    margin: auto;
    height: 96%;
}

.protective-texts {
    position: absolute;
    top: 50%;
    width: 25%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.protective-texts strong {
    display: block;
    line-height: 1;
    color: #ffffff;
    font-size: 36px;
    font-weight: normal;
}

.protective-right {
    right: 14.58%;
}
@media (max-width: 1450px) {
    .protective-right {
        right: 9.58%;
    }
}
@media (max-width: 1360px) {
    .protective-right {
        right: 7.58%;
    }
}

.protective-left {
    left: 14.58%;
}

.protective-info {
    margin-top: 22px;
}
.protective-info p {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
}

.protective-color strong,
.protective-color .protective-info p {
    color: #fff;
}

.protective-posite {
    position: absolute;
    left: 50%;
    width: 920px;
    margin-left: -460px;
    top: 98px;
}

.authenticate {
    padding: 100px 0 80px;
}

.authenticate-list {
    margin-top: 67px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.authenticate-list li {
    flex: 1;
    -webkit-flex: 1;
    margin-right: 34px;
    background: #f2f2f2;
    padding: 38px;
}

.authenticate-list li:last-child {
    margin-right: 0;
}

.authenticate-list li:hover figure img {
    transform: scale(1.04);
}

.authenticate-list li figure {
    position: relative;
    display: block;
    padding-bottom: 142%;
    height: 0;
    overflow: hidden;
    line-height: 1;
}

.authenticate-list li figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.authenticate-list li figure img {
    transition: 0.65s;
}

.emergency-video {
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.emergency-video .concept-text p {
    color: #fff;
}

.emergency-color .concept-title {
    color: #fff;
}

.emergency-color .concept-btn-item span {
    color: #fff;
}

.emergency-color .concept-btn-item:hover span,
.emergency-color .concept-btn-item.active span {
    color: #999999;
}

.mute {
    position: relative;
    z-index: 3;
    padding-top: 100px;
    overflow: hidden;
}

.music-ico {
    margin: 44px 0 36px;
    text-align: center;
    font-size: 0;
    height: 94px;
}

.music-ico span {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    height: 94px;
    /* background: url(../images/music.png) center no-repeat; */
    background-size: 100%;
    animation: preloader 1.5s infinite;
}

@keyframes preloader {
    0%,
    100% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(0);
    }
}

.mute-wrap {
    text-align: center;
}

.mute-img {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    margin: auto;
    margin-bottom: -100px;
    width: auto;
}

.mute-img:before {
    position: absolute;
    left: 19px;
    top: 16px;
    bottom: 0;
    box-shadow: 0 0 13px rgba(236, 20, 62, 0.9), 0 0 13px rgba(236, 20, 62, 0.9);
    content: "";
    right: 21px;
    z-index: 3;
    animation: fadeIns 0.8s linear infinite;
}

.mute-img img {
    display: block;
    position: relative;
    width: 648px;
    margin: auto;
}

@keyframes fadeIns {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.glass {
    position: relative;
    z-index: 3;
    padding: 102px 0 0;
    overflow: hidden;
}

.glass-img {
    margin-top: 112px;
    text-align: center;
}

.glass-img img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
}

.form-box {
    position: relative;
    overflow: hidden;
    padding: 110px 0 88px;
    z-index: 3;
}

.form-imglist {
    width: 1350px;
    margin: auto;
    margin-top: 85px;
}

.form-item {
    position: relative;
    z-index: 3;
    transform: scale(0.8);
    transition: 0.5s !important;
    overflow: visible;
}

.form-item.swiper-slide-active {
    transform: scale(1);
}

.form-item.swiper-slide-active:before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.form-item:before {
    position: absolute;
    left: 50%;
    margin-left: -272px;
    bottom: 53px;
    content: "";
    width: 544px;
    height: 106px;
    /* background: url(../images/ring.png) center no-repeat; */
    background-size: cover;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 0.68s;
    transform: scale(0);
}

.form-item figure {
    display: block;
    line-height: 1;
    overflow: hidden;
    text-align: center;
}

.form-item figure img {
    display: block;
    margin: auto;
    width: auto;
    position: relative;
    max-height: 575px;
}

.form-item span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 20px;
    line-height: 1;
}

.form-item:nth-child(2) span {
    bottom: 56px;
}

.form-item:nth-child(2):before {
    bottom: 44px;
}

.authenticate-box {
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.authenticate-list1 {
    text-align: center;
    display: block;
}

.authenticate-list1 li {
    display: inline-block;
    padding: 13px;
    width: 305px;
}

.window-box {
    padding-bottom: 43%;
}

.window-box .protective-texts {
    width: 453px;
    left: 50%;
    margin-left: -600px;
}

.window-box .protective-right {
    left: auto;
    right: 50%;
    width: 500px;
    margin-right: -600px;
}

.dense {
    position: absolute;
    right: 21.3%;
    top: 47.88%;
    width: 24.67%;
    animation: fadeIns 0.6s linear infinite;
}

.dense img {
    width: 100%;
    height: auto;
}

@keyframes fadeIns {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.light-rate {
    padding-top: 102px;
}

.images {
    position: relative;
    line-height: 0;
    margin-top: 90px;
}

.images > img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.spanbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.images .ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.images .ul .li {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    float: left;
    background-position: left center;
    z-index: 1;
    cursor: move;
    background-size: auto 100%;
}

.images .ul .li.article-block {
    width: 0;
    transition: 1s;
}

.images .ul .li.articleShow {
    width: 50%;
}

.images .span {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    z-index: 4;
    cursor: move;
}

.images .span .left {
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    /* background: url(../images/curs.png) center no-repeat; */
    z-index: 3;
    border-radius: 50%;
}

.ul0 .li0 {
    position: absolute;
    bottom: 40px;
    width: 168px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 3px;
    color: #333333;
    font-size: 18px;
    text-align: center;
}

.ul0 .li0.li01 {
    left: 30.5%;
    z-index: 3;
}

.ul0 .li0.li02 {
    right: 30.5%;
}

.environment {
    padding-top: 116px;
}

.environment-img {
    margin-top: 56px;
    position: relative;
    overflow: hidden;
    height: 580px;
}

.environment-img figure {
    display: block;
    background-position: center;
    background-size: cover;
    height: 115%;
}

.convenient {
    position: relative;
    z-index: 3;
    padding: 220px 0;
    overflow: hidden;
}

.convenient-texts {
    position: relative;
    top: 0;
    transform: translateY(0px);
    float: left;
    margin-top: 34px;
    width: 420px;
}

.convenient-list {
    float: right;
}

.convenient-item {
    float: left;
    position: relative;
    width: 250px;
    text-align: center;
}

.convenient-item:hover figure {
    background: #ec143e;
}

.convenient-item:hover figure img {
    clip: rect(0 250px 380px 0);
}

.convenient-item:hover span {
    color: #fff;
}

.convenient-item figure {
    display: block;
    margin: auto;
    position: relative;
    z-index: 3;
    line-height: 1;
    width: 130px;
    height: 380px;
    text-align: center;
    background: #e9e9e9;
    z-index: -1;
    transform: skewX(-14deg);
    transition: 0.45s;
}

.convenient-item figure img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    clip: rect(0 192px 380px 0);
    transition: 0.5s;
}

.convenient-item span {
    display: block;
    position: absolute;
    left: 60px;
    bottom: 18px;
    line-height: 1;
    color: #333333;
    font-size: 24px;
    transition: 0.35s;
}

.color-matching {
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding: 100px 0 22px;
}

.concept-title.colors {
    color: #fff;
    text-align: center;
}

.matchings-swiper {
    margin-top: 84px;
    position: relative;
}

.matching-slide {
    display: flex;
    display: -webkit-flex;
    opacity: 0 !important;
}

.matching-slide.swiper-slide-active {
    opacity: 1 !important;
}

.matching-info {
    position: relative;
}

.matching-info:first-child {
    margin-left: 80px;
    margin-right: 110px;
}

.matching-info figure {
    position: relative;
    display: block;
    height: 567px;
}

.matching-info figure img {
    display: block;
    height: 100%;
    width: auto;
}

.matching-info span {
    position: absolute;
    left: 0;
    bottom: 74px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-size: 18px;
}

.matchings-btn {
    position: absolute;
    right: -70px;
    top: 154px;
}

.matchings-btn-item {
    margin-bottom: 38px;
    width: 80px;
    text-align: center;
    cursor: pointer;
}

.matchings-btn-item.active span i:before,
.matchings-btn-item.active span i:after {
    width: 11px;
}

.matchings-btn-item img {
    display: block;
    width: 100%;
    height: auto;
}

.matchings-btn-item span {
    display: block;
    margin-top: 12px;
    line-height: 1;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.matchings-btn-item span i {
    display: inline-block;
    position: relative;
    padding: 0 19px;
    font-style: normal;
}

.matchings-btn-item span i:before,
.matchings-btn-item span i:after {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    transition: 0.2s;
}

.matchings-btn-item span i:before {
    left: 0;
}

.matchings-btn-item span i:after {
    right: 0;
}

.authenticate-list2 li {
    padding: 30px;
}

/*装甲窗*/
.multi-storey {
    position: relative;
    z-index: 4;
    padding: 96px 0 110px;
    overflow: hidden;
    text-align: center;
}

.multi-content {
    margin-top: 94px;
    position: relative;
    display: inline-block;
}

.multi-img img {
    display: block;
    max-width: 100%;
    width: 426px;
    height: auto;
}

.multi-item {
    position: absolute;
}

.multi-item.multi-item1 {
    left: 26px;
    top: 203px;
}

.multi-item.multi-item1 .multi-line {
    right: 17px;
    bottom: 18px;
    width: 128px;
    height: 106px;
}

.multi-item.multi-item1 .multi-line:before {
    right: 0;
    bottom: 0;
    content: "";
    width: 1px;
    height: 100%;
    transform-origin: center bottom;
    transform: rotate(-15deg);
}

.multi-item.multi-item1 .multi-line:after {
    right: 21%;
    top: 3px;
    content: "";
    width: 90%;
    height: 1px;
}

.multi-item.multi-item1 .multi-line span {
    top: -22px;
}

.multi-item.multi-item2 {
    left: 261px;
    top: 134px;
}

.multi-item.multi-item2 .multi-line {
    width: 228px;
    left: 25px;
    top: 50%;
    height: 1px;
    background: #ec143e;
    box-shadow: 0 0 9px #ec143e, 0 0 9px #ec143e;
}

.multi-item.multi-item2 .multi-line span {
    right: auto;
    left: 100%;
}

.multi-item.multi-item3 {
    left: 307px;
    top: 243px;
}

.multi-item.multi-item3 .multi-line {
    width: 182px;
    height: 70px;
    left: 25px;
    top: 50%;
}

.multi-item.multi-item3 .multi-line:before {
    left: 0;
    top: 3px;
    content: "";
    width: 94px;
    height: 1px;
    transform-origin: left bottom;
    transform: rotate(45deg);
}

.multi-item.multi-item3 .multi-line:after {
    left: 36%;
    bottom: 0;
    content: "";
    width: 64%;
    height: 1px;
}

.multi-item.multi-item3 .multi-line span {
    right: auto;
    left: 100%;
    top: auto;
    bottom: -25px;
}

.multi-item .multi-line {
    position: absolute;
}

.multi-item .multi-line:before,
.multi-item .multi-line:after {
    position: absolute;
    background: #ec143e;
    box-shadow: 0 0 9px #ec143e, 0 0 9px #ec143e;
}

.multi-item .multi-line span {
    display: block;
    position: absolute;
    right: 100%;
    top: -25px;
    min-width: 150px;
    height: 50px;
    line-height: 50px;
    background: #ec143e;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.multi-item i {
    display: block;
    width: 36px;
    height: 36px;
    /* background: url(../images/dit2.png) center no-repeat; */
}

.multi-item.article-block i {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: 0.4s;
}

.multi-item.article-block .multi-line:before {
    transform: scaleY(0);
    transform-origin: left bottom;
    transition: 0.45s;
}

.multi-item.article-block .multi-line:after {
    transform: scaleX(0);
    transform-origin: right bottom;
    transition: 0.5s;
    transition-delay: 0.45s;
}

.multi-item.article-block .multi-line span {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.multi-item.article-block.multi-item1 .multi-line:before {
    transform: rotate(-15deg) scaleY(0);
}

.multi-item.article-block.multi-item2 .multi-line {
    width: 0;
    transition: 0.7s;
}

.multi-item.article-block.multi-item3 .multi-line:before {
    transform-origin: left top;
    transform: rotate(45deg) scaleX(0);
}

.multi-item.article-block.multi-item3 .multi-line:after {
    transform-origin: left top;
}

.multi-item.articleShow i {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.multi-item.articleShow .multi-line:before {
    transform: scaleY(1);
}

.multi-item.articleShow .multi-line:after {
    transform: scaleX(1);
}

.multi-item.articleShow .multi-line span {
    opacity: 1;
    visibility: visible;
    transition: 0.5s 0.8s;
}

.multi-item.articleShow.multi-item1 .multi-line:before {
    transform: rotate(-15deg) scaleY(1);
}

.multi-item.articleShow.multi-item2 .multi-line {
    width: 228px;
}

.multi-item.articleShow.multi-item3 .multi-line:before {
    transform: rotate(45deg) scaleX(1);
}

.plates {
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 3;
    width: 43.54%;
}

.plates.article-block img {
    transform: scaleX(0.04);
    transition: 1s 0.25s;
}

.plates img {
    width: 100%;
    height: auto;
    transform-origin: left center;
}

.plates.articleShow img {
    transform: scaleX(1);
}

.mind {
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding-top: 100px;
}

.mind-handles {
    position: relative;
    margin: auto;
    padding-top: 156px;
    width: 833px;
    height: 555px;
    overflow: hidden;
}

.mind-handles .ipads {
    display: block;
    height: 100%;
}

.mind-handles .handle {
    position: absolute;
    right: 0;
    bottom: -50px;
    display: block;
    width: 434px;
}

.collecting {
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding: 100px 0 116px;
    text-align: center;
}

.collecting-list {
    position: relative;
    display: inline-block;
    margin: auto;
    margin-top: 126px;
}

.collecting-list .collecting-bg {
    width: 492px;
    margin: auto;
}

.collecting-list .structure-text span {
    width: 247px;
}

.collecting-list .structure-dit-right .structure-text span {
    width: 168px;
}

.collecting-dit1 {
    right: 356px;
    top: 117px;
}

.collecting-dit1 .structure-line {
    width: 282px;
    height: 37px;
}

.collecting-dit2 {
    right: 302px;
    top: 224px;
}

.collecting-dit2 .structure-line {
    width: 338px;
    height: 37px;
}

.collecting-dit3 {
    right: 332px;
    top: 345px;
}

.collecting-dit3 .structure-line {
    width: 308px;
    height: 37px;
}

.collecting-dit4 {
    left: 201px;
    top: 7px;
}

.collecting-dit4 .structure-line {
    width: 437px;
    height: 77px;
}

.collecting-dit5 {
    left: 351px;
    top: 97px;
}

.collecting-dit5 .structure-line {
    width: 288px;
    height: 100px;
}

.collecting-dit6 {
    left: 246px;
    top: 277px;
}

.collecting-dit6 .structure-line {
    width: 392px;
    height: 50px;
}

.authenticate-list3 {
    display: block;
    text-align: center;
}

.authenticate-list3 li {
    display: inline-block;
    margin-right: 74px;
    padding: 0;
}

.authenticate-list3 li figure {
    width: 356px;
}

.defense {
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding: 100px 0 84px;
}

.defense-content {
    position: relative;
    margin-top: 118px;
}

.defense-content .defense-img {
    display: block;
    max-width: 100%;
    height: auto;
}

.defense-item {
    width: 295px;
    position: absolute;
    text-align: right;
}

.defense-item:nth-child(2n+2) {
    text-align: left;
}

.defense-item:nth-child(2n+2) span:before {
    border-left: none;
    border-right: 12px solid #ec143e;
    right: auto;
    left: -12px;
}

.defense-item.defense-item1 {
    left: 0;
    top: 70px;
}

.defense-item.defense-item2 {
    right: 0;
    top: 70px;
}

.defense-item.defense-item3 {
    left: 0;
    top: 320px;
}

.defense-item.defense-item4 {
    right: 0;
    top: 320px;
}

.defense-item span {
    display: inline-block;
    position: relative;
    padding: 0 24px;
    height: 36px;
    line-height: 36px;
    background: #ec143e;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.defense-item span:before {
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -9px;
    content: "";
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 12px solid #ec143e;
}

.defense-text {
    margin-top: 16px;
}

.defense-text p {
    color: #222222;
    font-size: 16px;
}

.subarea {
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding: 80px 0 50px;
}

.subarea-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.subarea-swiper {
    margin-top: 70px;
}

.subarea-slide img {
    display: block;
    width: auto;
    margin-left: 37px;
    height: 526px;
}

.counterattack {
    overflow: hidden;
    padding-top: 68px;
    padding-bottom: 66px;
}

.cust-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    z-index: 3;
}

.customebg {
    margin-top: -20px;
    z-index: 5;
    position: relative;
    overflow: hidden;
}

.customebg .customized-bg {
    background-color: #fff;
    clip-path: polygon(0 0, 49vw 0vh, 50vw 20px, 51vw 0vh, 104vw 0, 104vw 130vh, 0 130vh);
}

.counterattack-fix {
    margin-top: 60px;
}

.counterattack-info1 {
    position: relative;
    float: left;
    width: 463px;
    transform: translateZ(0);
}

.counterattack-info1 img {
    display: block;
    width: 100%;
    height: auto;
}

.counterattack-info1 .skeleton-info .skeleton-tx {
    right: auto;
    left: -3px;
    transform: translateX(50px);
}

.counterattack-info1 .skeleton-info:hover .skeleton-tx {
    transform: translateX(0px);
}

.counterattack-left-info1 {
    left: 270px;
    top: 60px;
}

.counterattack-left-info2 {
    right: 8px;
    top: 208px;
}

.counterattack-left-info3 {
    right: 124px;
    top: 298px;
}

.counterattack-left-info4 {
    left: 159px;
    top: 250px;
}

.counterattack-info2 {
    width: 458px;
    float: right;
    margin-top: 175px;
    margin-right: 92px;
    position: relative;
}

.counterattack-info2 img {
    display: block;
    width: 100%;
    height: auto;
}

.counterattack-info1 .counterattack-left-item1 {
    height: 100px;
    left: 281px;
    top: -30px;
    transform: translateZ(0px);
}

.counterattack-info1 .counterattack-left-item2 {
    left: 444px;
    top: 83px;
    height: 120px;
}

.counterattack-info1 .counterattack-left-item3 {
    left: 324px;
    height: 252px;
    top: 45px;
}

.counterattack-info1 .counterattack-left-item4 {
    left: 174px;
    height: 140px;
    top: 114px;
    width: 18px;
}

.counterattack-info2 .counterattack-right-item1 {
    left: 345px;
    height: 181px;
    top: -34px;
}

.counterattack-info2 .counterattack-right-item2 {
    left: 387px;
    height: 160px;
    top: 60px;
}

.counterattack-info2 .counterattack-right-item3 {
    left: 136px;
    height: 210px;
    top: 1px;
}

.counterattack-info2 .counterattack-right-item4 {
    left: 303px;
    height: 32px;
    top: 256px;
}

.counterattack-info2 .counterattack-right-item5 {
    left: 245px;
    height: 142px;
    width: 10px;
    top: 186px;
}

.counterattack-right-info1 {
    right: 103px;
    top: 136px;
}

.counterattack-right-info2 {
    right: 58px;
    top: 222px;
}

.counterattack-right-info3 {
    right: 310px;
    top: 207px;
}

.counterattack-right-info4 {
    right: 146px;
    top: 258px;
}

.counterattack-right-info5 {
    right: 200px;
    top: 332px;
}

.deploy {
    padding-top: 100px;
    background: #fff;
}

.deploy-list {
    margin-top: 56px;
    overflow: hidden;
}

.deploy-info {
    float: left;
    position: relative;
    overflow: hidden;
    line-height: 1;
    width: 50%;
}

.deploy-info.active .deploy-dit {
    opacity: 1;
    visibility: visible;
}

.deploy-info.active .deploy-dit .compound-item {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.deploy-info.active .deploy-dit .compound-item:nth-child(2) {
    transition-delay: 0.3s;
}

.deploy-info.active .deploy-dit .compound-item:nth-child(3) {
    transition-delay: 0.6s;
}

.deploy-info.active .deploy-dit .compound-item:nth-child(4) {
    transition-delay: 0.9s;
}

.deploy-info.active .deploy-dit .compound-item:nth-child(5) {
    transition-delay: 1.2s;
}

.deploy-info.active .deploy-dit .compound-item.compound-left {
    transform: translateX(0px);
}

.deploy-info.active figure:before {
    opacity: 0;
    visibility: hidden;
}

.deploy-info figure {
    position: relative;
    display: block;
    line-height: 1;
}

.deploy-info figure:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.32);
    z-index: 2;
    transition: 0.7s;
}

.deploy-info figure img {
    display: block;
    width: 100%;
    height: auto;
}

.deploy-dit {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
}

.deploy-dit .compound-item {
    margin-left: -14px;
    margin-top: -14px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(50px);
    transition: 0.45s;
}

.deploy-dit .compound-item span {
    opacity: 1;
    padding: 0 19px;
    visibility: visible;
    transform: translateX(0px);
    border-radius: 5px;
}

.deploy-dit .compound-item span:before {
    left: -12px;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 12px solid #ec143e;
}

.deploy-dit .compound-item.compound-left {
    transform: translateX(-50px);
}

.deploy-dit .compound-item.compound-left i {
    margin-right: 0;
}

.deploy-dit .compound-item.compound-left span {
    left: auto;
    right: 100%;
    margin-right: 20px;
}

.deploy-dit .compound-item.compound-left span:before {
    border-left: 12px solid #ec143e;
    border-right: none;
    left: auto;
    right: -12px;
}

.deploy-dit1 .compound-left-dit1 {
    left: 43.125%;
    top: 8.53%;
}

.deploy-dit1 .compound-left-dit2 {
    left: 52.08%;
    top: 27.3%;
}

.deploy-dit1 .compound-left-dit3 {
    left: 54.68%;
    top: 39.63%;
}

.deploy-dit1 .compound-left-dit4 {
    left: 61%;
    top: 60.73%;
}

.deploy-dit1 .compound-left-dit5 {
    left: 52.45%;
    top: 78%;
}

.deploy-dit2 .compound-left-dit1 {
    left: 13.43%;
    top: 17.68%;
}

.deploy-dit2 .compound-left-dit2 {
    left: 55.72%;
    top: 28.78%;
}

.deploy-dit2 .compound-left-dit3 {
    left: 68.22%;
    top: 62.8%;
}

.deploy-dit2 .compound-left-dit4 {
    left: 88.95%;
    top: 77.42%;
}

.deploy-dit2 .compound-left-dit5 {
    left: 58.75%;
    top: 85.97%;
}

.detachable {
    position: relative;
    z-index: 2;
    padding: 130px 0 78px;
    overflow: hidden;
}

.detachable-img {
    margin-top: 113px;
    padding-left: 28px;
}

.detachable-img img {
    max-width: 100%;
    height: auto;
}

.maintainbox {
    padding-top: 94px;
    padding-bottom: 108px;
}

.deploy-list {
    margin-top: 70px;
}

.deploy-list li {
    position: relative;
    overflow: hidden;
}

.deploy-list li:nth-child(2n+2) figure {
    float: right;
}

.deploy-list li:nth-child(2n+2) .deploy-contents {
    right: auto;
    left: 0;
}

.deploy-list li:hover figure img {
    transform: scale(1.05);
}

.deploy-list li figure {
    display: block;
    width: 50%;
    position: relative;
    height: 374px;
    overflow: hidden;
    background: #f8f8f8;
    text-align: center;
}

.deploy-list li figure img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: 0.68s;
}

.deploy-contents {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.deploy-wr {
    padding: 0 35px;
}

.deploy-wr strong {
    display: block;
    margin-bottom: 36px;
    line-height: 1;
    color: #333333;
    font-size: 24px;
}

.deploy-wr p {
    color: #333333;
    font-size: 18px;
}

.flexible {
    padding: 98px 0 14px;
}

.trucks {
    margin-top: 62px;
}

.trucks img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 95px;
}

.common-arrows {
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: 55px;
    width: 36px;
    height: 32px;
    /* background: url(../images/arrow4.png) center no-repeat; */
    z-index: 5;
    animation: moveDown1 1000ms infinite;
}

@keyframes moveDown1 {
    from {
        opacity: 1;
        transform: translateY(0px);
    }
    to {
        opacity: 0;
        transform: translateY(20px);
    }
}

.flexible-list {
    padding: 148px 0 20px;
    background: #f3f3f4;
    overflow: hidden;
}

.flexible-item {
    padding: 66px 0 20px;
}

.flexible-img1 {
    position: relative;
    float: left;
    margin-top: 105px;
    margin-left: -59px;
}

.flexible-img1 img {
    display: block;
    width: 808px;
}

.flexible-dits {
    position: absolute;
    left: 262px;
    top: -48px;
    width: 65px;
    height: 210px;
}

.flexible-dits i {
    position: absolute;
    display: block;
    background: #ec143e;
}

.flexible-dits i.line1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
}

.flexible-dits i.line1:before {
    position: absolute;
    left: -13px;
    bottom: -14px;
    content: "";
    width: 28px;
    height: 28px;
    /* background: url(../images/dit3.png) center no-repeat; */
}

.flexible-dits i.line2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
}

.flexible-dits i.line2:before {
    position: absolute;
    right: -13px;
    bottom: -13px;
    content: "";
    width: 28px;
    height: 28px;
    /* background: url(../images/dit3.png) center no-repeat; */
    animation: p-ani-7 1.6s linear infinite;
}

.flexible-dits span {
    display: block;
    position: absolute;
    left: 100%;
    margin-left: 17px;
    top: -16px;
    padding: 0 11px;
    height: 33px;
    line-height: 33px;
    background: #ec143e;
    font-size: 18px;
    border-radius: 5px;
    white-space: nowrap;
    color: #fff;
}

.flexible-dits1 {
    left: 538px;
    top: 11px;
    width: 31px;
    height: 120px;
}

.flexible-dits2 {
    left: auto;
    top: 143px;
    right: 574px;
    height: 118px;
    width: 40px;
}

.flexible-dits2 i.line2 {
    left: auto;
    right: 0;
}

.flexible-dits2 i.line2:before {
    right: auto;
    left: -13px;
}

.flexible-dits2 i.line1 {
    left: auto;
    right: 0;
}

.flexible-dits2 span {
    left: auto;
    right: 100%;
    margin-right: 17px;
}

.flexible-dits3 {
    left: 427px;
    top: 183px;
    width: 214px;
    height: 30px;
}

.flexible-dits3 span {
    margin-left: -54px;
    top: 22px;
}

.flexible-mark {
    position: absolute;
    left: 100%;
    top: -98px;
    margin-left: 28px;
    width: 210px;
    height: 210px;
    overflow: hidden;
    border: 3px solid #ec143e;
    border-radius: 50%;
}

.flexible-mark img {
    display: block;
    width: 100%;
    height: auto;
}

.flexible-content {
    float: right;
    margin-top: 12px;
    box-sizing: border-box;
    padding: 40px 42px 42px;
    background: #fff;
    border-radius: 10px;
    width: 416px;
}

.flexible-content p {
    color: #333333;
    font-size: 20px;
}

.flexible-item1 {
    border-bottom: 6px solid #e6e6e6;
}

.flexible-item2 .flexible-img2 {
    position: relative;
    float: right;
    width: 694px;
}

.flexible-item2 .flexible-img2 img {
    display: block;
    width: 100%;
    height: auto;
}

.flexible-item2 .flexible-content {
    float: left;
    margin-top: 130px;
}

.flexible-dits.article-block .line1 {
    transform: scaleY(0);
    transition: 0.45s;
    transform-origin: left bottom;
}

.flexible-dits.article-block .line2 {
    transform: scaleX(0);
    transition: 0.45s 0.4s;
    transform-origin: left top;
}

.flexible-dits.article-block .line2:before {
    opacity: 0;
    visibility: hidden;
    transition: 0.45s 0.65s;
}

.flexible-dits.article-block .flexible-mark {
    transform: scale(0);
    transition: 0.6s 0.7s;
}

.flexible-dits.article-block span {
    opacity: 0;
    visibility: hidden;
    transition: 0.65s 0.7s;
}

.flexible-dits.articleShow .line1 {
    transform: scaleY(1);
    transform-origin: left bottom;
}

.flexible-dits.articleShow .line2 {
    transform: scaleX(1);
}

.flexible-dits.articleShow .line2:before {
    opacity: 1;
    visibility: visible;
}

.flexible-dits.articleShow .flexible-mark {
    transform: scale(1);
}

.flexible-dits.articleShow span {
    opacity: 1;
    visibility: visible;
}

.integrate {
    padding: 94px 0 140px;
}

.integrate-img {
    margin-top: 62px;
    padding-left: 46px;
    margin-right: -15px;
}

.integrate-img img {
    max-width: 100%;
    height: auto;
}

.integrate-li li {
    overflow: hidden;
    margin-bottom: 66px;
}

.integrate-li li:nth-child(2n+2) figure {
    float: right;
}

.integrate-li li:nth-child(2n+2) .integrate-content {
    float: left;
}

.integrate-li li figure {
    display: block;
    width: 50%;
    height: 375px;
    overflow: hidden;
    float: left;
}

.integrate-li li figure img {
    display: block;
    width: 100%;
    height: 100%;
}

.integrate-content {
    float: right;
    margin-top: 68px;
    width: 500px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(125, 125, 126, 0.2);
}

.integrate-tt {
    margin-bottom: 22px;
}

.integrate-tt strong {
    display: block;
    line-height: 1.3;
    color: #333333;
    font-size: 34px;
    font-weight: normal;
}

.integrate-texts p {
    color: #666666;
    font-size: 16px;
}

.exterior {
    padding: 100px 0 0;
}

.exterior-swiper {
    margin-top: 70px !important;
}

.exterior-swiper .customizate-items .exterior {
    padding: 0;
}

.exterior-btn {
    position: absolute;
    left: 50%;
    margin-left: -374px;
    bottom: 58px;
    z-index: 10;
}

.trims {
    padding: 100px 0;
}

.trims-swiper {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.trims-swiper .interior-item {
    width: 15%;
    margin-right: 1.66%;
}

.trims-swiper .interior-item.active {
    width: 66.68%;
}

.trims-swiper .interior-item:last-child {
    margin-right: 0;
}

.hash-point {
    position: relative;
}

.point {
    height: 55px;
    width: 0;
    position: absolute;
    left: 0;
    top: -55px;
}

.fuse {
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding: 84px 0 50px;
}

.fuse-content {
    margin-top: 40px;
    position: relative;
    margin-left: 58px;
    width: 1078px;
    height: 606px;
    text-align: center;
}

.fuse-content.article-block {
    transition: 1s;
    transform: scaleX(0);
    transform-origin: left center;
}

.fuse-content.articleShow {
    transform: scaleX(1);
}

.fuse-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.fuse-item {
    position: absolute;
    transition: 0.6s;
    cursor: pointer;
}

.fuse-item.active {
    transform: translateY(-80px);
}

.fuse-item.active .compound-item {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.fuse-item .compound-item {
    left: 146px;
    top: 48px;
    z-index: 3;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateX(40px);
    transition: 0.6s;
    display: none;
}

.fuse-item .compound-item span {
    padding: 0 18px;
    border-radius: 5px;
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.fuse-item .compound-item span:before {
    margin-top: -8px;
    left: -11px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 11px solid #ec143e;
}

.fuse-item.fuse-item1 {
    left: 0;
    top: 70px;
}

.fuse-item.fuse-item1 img {
    width: 253px;
}

.fuse-item.fuse-item2 {
    left: 171px;
    top: 67px;
}

.fuse-item.fuse-item2 img {
    width: 262px;
}

.fuse-item.fuse-item3 {
    left: 341px;
    top: 62px;
}

.fuse-item.fuse-item3 img {
    width: 245px;
}

.fuse-item.fuse-item4 {
    left: 505px;
    top: 57px;
}

.fuse-item.fuse-item4 img {
    width: 238px;
}

.fuse-item.fuse-item5 {
    left: 679px;
    top: 50px;
}

.fuse-item.fuse-item5 img {
    width: 232px;
}

.fuse-item.fuse-item6 {
    left: 851px;
    top: 48px;
}

.fuse-item.fuse-item6 img {
    width: 225px;
}

.fuse-content1 {
    margin-top: 90px;
    margin-left: 0;
    width: auto;
    padding-bottom: 78px;
    height: 452px;
    /* background: url(../images/shadow2.png) center bottom no-repeat; */
}

.fuse-content1 .fuse-item1 {
    left: 28px;
    top: 0;
}

.fuse-content1 .fuse-item1 img {
    width: 200px;
}

.fuse-content1 .fuse-item2 {
    left: 197px;
    top: 4px;
}

.fuse-content1 .fuse-item2 img {
    width: 190px;
}

.fuse-content1 .fuse-item3 {
    left: 355px;
    top: 0;
}

.fuse-content1 .fuse-item3 img {
    width: 192px;
}

.fuse-content1 .fuse-item4 {
    left: 517px;
    top: 3px;
}

.fuse-content1 .fuse-item4 img {
    width: 199px;
}

.fuse-content1 .fuse-item5 {
    left: 683px;
    top: 3px;
}

.fuse-content1 .fuse-item5 img {
    width: 195px;
}

.fuse-content1 .fuse-item6 {
    left: 847px;
    top: 0;
}

.fuse-content1 .fuse-item6 img {
    width: 195px;
}

.fuse-content1 .fuse-item7 {
    left: 1010px;
    top: 3px;
}

.fuse-content1 .fuse-item7 img {
    width: 168px;
}

.modularizate {
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.modularizate {
    padding: 100px 0 0;
}

.modularizate-img {
    margin-top: 90px;
    text-align: center;
}

.modularizate-img img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
}

.specifications {
    padding: 100px 0 44px;
    overflow: hidden;
}

.specificate-fix {
    margin-top: 150px;
    padding-bottom: 180px;
    /* background: url(../img/modularizatebg.png) right bottom no-repeat; */
}

.specification-img img {
    max-width: 100%;
    height: auto;
}

.common-inzdex {
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.rate {
    padding: 78px 0 110px;
}

.scenes {
    padding: 100px 0 92px;
}

.scenes-img {
    position: relative;
    margin-top: 104px;
    text-align: center;
}

.scenes-img img {
    display: block;
    width: 619px;
    margin: auto;
    height: auto;
}

.scenes-item {
    position: absolute;
}

.scenes-item.scenes-item1 {
    right: 662px;
    top: 180px;
}

.scenes-item.scenes-item2 {
    left: 723px;
    top: 492px;
}

.scenes-item.scenes-item2 i {
    width: 476px;
}

.scenes-item.scenes-item2 i:before {
    right: auto;
    left: -13px;
}

.scenes-item.scenes-item2 span {
    left: auto;
    right: 0;
}

.scenes-item i {
    position: relative;
    display: block;
    width: 538px;
    height: 1px;
    background: #ec143e;
}

.scenes-item i:before {
    position: absolute;
    right: -13px;
    top: -14px;
    content: "";
    width: 28px;
    height: 28px;
    /* background: url(../images/dit3.png) center no-repeat; */
    animation: p-ani-7 1.6s linear infinite;
}

.scenes-item span {
    position: absolute;
    left: 0;
    top: -44px;
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 24px;
}

.authenticate-list4 li {
    margin-right: 22px;
    padding: 16px;
}

.scenes-item.article-block i {
    transform: scaleX(0);
    transform-origin: right center;
    transition: 0.5s;
}

.scenes-item.article-block i:before {
    transform: scale(0);
    visibility: hidden;
    transition: 0.36s;
}

.scenes-item.article-block span {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform: translateY(-50px);
}

.scenes-item.article-block.scenes-item2 i {
    transform-origin: left center;
}

.scenes-item.articleShow i {
    transform: scaleX(1);
}

.scenes-item.articleShow i:before {
    transform: scale(1);
    visibility: visible;
}

.scenes-item.articleShow span {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
    transform: translateY(0px);
}

.performance {
    padding-top: 96px;
}

.performance-tab {
    position: relative;
    margin-top: 40px;
}

.performance-tab .interior-item {
    width: 17.5%;
}

.performance-tab .interior-item.active {
    width: 65%;
}

.performance-tab .interior-item.active .performance-mark {
    background: rgba(0, 0, 0, 0);
}

.performance-tab .interior-item.active .performance-mark:before {
    opacity: 1;
    visibility: visible;
}

.performance-tab .interior-item.active .performan-vide b {
    opacity: 1;
    visibility: visible;
}

.performance-tab .interior-item.active span {
    left: 13.6%;
    transform: translateX(0px);
}

.performance-tab .interior-item figure {
    height: 740px;
    margin-right: 8px;
}

.performance-tab .interior-item figure span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    bottom: 50px;
    display: block;
    line-height: 1;
    color: #ffffff;
    font-size: 28px;
    transition: 0.6s;
    z-index: 5;
}

.performance-tab .interior-item:last-child figure {
    margin-right: 0;
}

.performance-mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
    transition: 0.5s;
}

.performance-mark:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    /* background: url(../images/shadow1.png) center bottom repeat-x; */
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.performan-vide {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.performan-vide.show video {
    opacity: 1;
    visibility: visible;
}

.performan-vide video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.performan-vide b {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -29px;
    margin-top: -29px;
    display: block;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    border: 2px solid #fff;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 54px;
    font-weight: normal;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.steel {
    padding: 100px 0 108px;
}

.assembly {
    padding: 100px 0 115px;
}

.assembly-img {
    position: relative;
    margin-left: 52px;
    margin-top: 187px;
}

.assembly-img .assembel-bg {
    display: block;
    width: 615px;
    height: auto;
}

.assembly-fix {
    position: absolute;
    left: 311px;
    top: -110px;
    overflow: hidden;
    width: 789px;
}

.assembly-fix img {
    display: block;
    width: 789px;
    height: auto;
}

.assembly-img.article-block .assembly-fix {
    width: 0;
    transition: 1.4s 0.2s;
}

.assembly-img.articleShow .assembly-fix {
    width: 789px;
}

.ability {
    position: relative;
    padding: 98px 0 152px;
    z-index: 3;
    background: #fff;
    overflow: hidden;
}

.ability #canvasbox {
    height: 400px;
    bottom: -100px;
}

.wavy {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    pointer-events: none;
    width: 0;
    opacity: 0;
    animation: moveline 8s linear infinite;
}

.wavy1 {
    bottom: 17.7%;
    left: 11.87vw;
}

.wavy1 img {
    width: 81.66vw;
    left: 0;
}

.wavy2 {
    bottom: 11.45%;
    animation-delay: 0.6s;
    left: 9.8vw;
}

.wavy2 img {
    width: 81.85vw;
    left: 0;
}

@keyframes moveline {
    0% {
        opacity: 1;
        width: 0;
    }
    100% {
        width: 100%;
        opacity: 1;
    }
}

.ability-wrap {
    text-align: center;
}

.ability-btn {
    display: inline-block;
    margin: auto;
    border-bottom: 1px solid #d2d2d2;
}

.ability-btn span {
    position: relative;
    z-index: 3;
    padding-bottom: 22px;
    display: inline-block;
    color: #333333;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: 0.38s;
}

.ability-btn span:first-child {
    margin-right: 60px;
}

.ability-btn span:before {
    content: "";
    width: 0;
    height: 5px;
    background: #ec143e;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.45s;
    z-index: -1;
}

.ability-btn span:hover,
.ability-btn span.active {
    color: #fff;
}

.ability-btn span:hover:before,
.ability-btn span.active:before {
    width: 100%;
    right: auto;
    left: 0;
}

.ability-btn span:before {
    bottom: -3px;
    border-radius: 2px;
}

.ability-btn span:hover,
.ability-btn span.active {
    font-weight: bold;
    color: #333333;
}

.ability-tab {
    margin-top: 70px;
}

.ability-item {
    display: none;
}

.ability-item:first-child {
    display: block;
}

.ability-item .maintain-info {
    margin-bottom: 0;
}

.ability-item .maintain-info .maintain-item figure {
    height: 143px;
}

.ability-item .maintain-info .maintain-item span {
    margin: auto;
    font-size: 18px;
    max-width: 130px;
    line-height: 1.4;
}

.ability-item-two .maintain-info {
    padding-left: 0;
    display: block;
    text-align: center;
}

.ability-item-two .maintain-info .maintain-item {
    margin-left: 175px;
    display: inline-block;
}

.ability-item-two .maintain-info .maintain-item figure {
    width: auto;
}

.ability-item-two .maintain-info .maintain-item:first-child {
    margin-left: 0;
}

.core {
    padding-top: 94px;
    padding-bottom: 120px;
    background: linear-gradient(to bottom, #f0f0f2 0%, #fff 100%);
}

.core-title {
    color: #333333;
    font-weight: normal;
    line-height: 1;
    text-align: center;
}

.core-wrap {
    position: relative;
    box-sizing: border-box;
}

.core-inner {
    height: 100%;
    margin-top: 114px;
}

.core-menu {
    padding-top: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 43.22%;
}

.core-menu-list li {
    position: relative;
    margin-bottom: 1px;
    height: 106px;
    padding-left: 43.37%;
    z-index: 3;
}

.core-menu-list li:before {
    content: "";
    width: 100%;
    height: 0;
    background: #e0e0e0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.4s;
    z-index: -1;
}

.core-menu-list li:hover,
.core-menu-list li.active {
    color: #e0e0e0;
}

.core-menu-list li:hover:before,
.core-menu-list li.active:before {
    height: 100%;
    bottom: auto;
    top: 0;
}

.core-menu-list li:hover a span,
.core-menu-list li.active a span {
    font-weight: bold;
}

.core-menu-list li a {
    position: relative;
    display: inline-block;
    padding-left: 122px;
    height: 100%;
}

.core-menu-list li a b {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 100%;
    text-align: center;
}

.core-menu-list li a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.core-menu-list li a span {
    display: flex;
    padding-right: 19px;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 106px;
    line-height: 1.4;
    color: #333333;
    font-size: 20px;
}

.core-content {
    float: right;
    width: 518px;
    margin-top: -110px;
}

.core-item {
    padding: 110px 0;
}

.core-item:last-child {
    padding-bottom: 0;
}

.core-text strong {
    display: block;
    margin-bottom: 30px;
    line-height: 1.3;
    color: #333333;
    font-size: 24px;
}

.core-text p {
    color: #333333;
    font-size: 18px;
    line-height: 2;
}

.core-text p span {
    position: relative;
}

.core-text p span:hover:before {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.core-text p span:before {
    position: absolute;
    left: 0;
    bottom: 100%;
    content: attr(data-tips);
    width: 140px;
    padding: 10px 14px;
    background: #fff;
    border-radius: 5px;
    line-height: 1.4;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    transition: 0.44s;
    font-size: 14px;
}

.systematics li {
    padding: 80px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    border-bottom: 2px solid #d4d4d4;
}

.systematics li figure {
    display: block;
    width: 185px;
    text-align: center;
}

.systematics li figure img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.systematics-text {
    width: 260px;
}

.systematics-text b {
    display: block;
    line-height: 1;
    color: #333333;
    font-size: 16px;
}

.systematics-text p {
    color: #333333;
    font-size: 16px;
}

.core-img {
    margin-top: 78px;
}

.core-img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.scoll-coll {
    height: 0px;
    position: relative;
}

.core-dit {
    position: absolute;
    right: 9.375%;
    width: 8px;
    margin-right: -4px;
    top: 0;
    height: 100vh;
    z-index: 5;
}

.dit-list {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -80px;
    left: 0;
}

.dit-list li {
    margin-bottom: 22px;
    width: 8px;
    height: 8px;
    background: #9fa3a6;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.35s;
}

.dit-list li:last-child {
    margin-bottom: 0;
}

.dit-list li.active {
    background: #ec143e;
}

.authenticate-list5 {
    display: block;
    text-align: center;
}

.authenticate-list5 li {
    display: inline-block;
    padding: 30px;
    width: 362px;
}

.engineer .security-info-item {
    position: relative;
    z-index: 3;
    /* background-image: url(../img/securitybg.png); */
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

/*安全屋*/
.renew {
    padding: 85px 0 51px;
}

.renew-wrap {
    position: relative;
    -webkit-transform: translateZ(0px);
}

.renew-contents {
    margin-top: 132px;
    position: relative;
    text-align: center;
}

.renew-contents .renew-img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
}

.renew-contents:hover .renew-line:before {
    transform: rotate(-17deg) scaleY(1);
    transition-delay: 0s;
}

.renew-contents:hover .renew-line:after {
    transition-delay: 0.3s;
    transform: scaleX(1);
}

.renew-contents:hover .renew-right .renew-line:before {
    transform: rotate(17deg) scaleY(1);
    transition-delay: 0s;
}

.renew-contents:hover .renew-right:after {
    transition-delay: 0.3s;
    transform: scaleX(1);
}

.renew-contents:hover .renew-text {
    height: 80px;
    box-shadow: 0 0 9px rgba(229, 0, 50, 0.35);
    transition-delay: 0.8s;
}

.renew-contents:hover .renew-text span {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.9s;
}

.renew-item {
    position: absolute;
}

.renew-item i {
    position: relative;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    /* background: url(../images/dit2.png) center no-repeat; */
}

.renew-item1 {
    right: 742px;
    top: 193px;
}

.renew-item2 {
    right: 607px;
    top: 308px;
}

.renew-item2 .renew-line {
    width: 426px;
    height: 49px;
}

.renew-item2 .renew-line:after {
    right: 16px;
}

.renew-item3 {
    left: 850px;
    top: 116px;
}

.renew-item3 .renew-line {
    width: 180px;
    height: 36px;
}

.renew-item4 {
    left: 848px;
    top: 322px;
}

.renew-item4 .renew-line {
    width: 183px;
    height: 62px;
}

.renew-item4.renew-right .renew-line:after {
    left: 19px;
}

.renew-right .renew-line {
    right: auto;
    left: 18px;
}

.renew-right .renew-line:before {
    right: auto;
    left: 0;
    transform-origin: left bottom;
    transform: rotate(17deg) scaleY(0);
}

.renew-right .renew-line:after {
    right: 0;
    left: 12px;
    transform-origin: left center;
}

.renew-right .renew-text {
    right: auto;
    left: 100%;
}

.renew-line {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 292px;
    height: 110px;
}

.renew-line:before {
    position: absolute;
    right: 0px;
    bottom: 0;
    content: "";
    width: 1px;
    height: 105%;
    background: #ec143e;
    box-shadow: 0 0 9px #e50032, 0 0 9px #e50032;
    transform-origin: center bottom;
    transform: rotate(-17deg) scaleY(0);
    transition: 0.3s 0.9s;
}

.renew-line:after {
    position: absolute;
    right: 35px;
    top: 0;
    content: "";
    left: 0;
    height: 1px;
    background: #ec143e;
    box-shadow: 0 0 9px #e50032, 0 0 9px #e50032;
    transform-origin: right center;
    transform: scaleX(0);
    transition: 0.6s 0.2s;
}

.renew-text {
    position: absolute;
    right: 100%;
    top: -26px;
    width: 150px;
    background: #ec143e;
    border-radius: 3px;
    height: 50px;
    overflow: hidden;
    transition: 0.4s;
}

.renew-text strong {
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.renew-text span {
    display: block;
    margin-top: -7px;
    line-height: 1;
    color: #ffffff;
    font-size: 16px;
    opacity: 0.5;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s;
}

.chamber {
    padding: 84px 0 80px;
}

.chamber-content {
    margin-top: 78px;
    position: relative;
    text-align: center;
}

.chamber-bg {
    margin: auto;
    width: 1031px;
    max-width: 100%;
}

.chamber-list {
    margin-top: 80px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0 75px;
    padding-left: 118px;
}

.hamber-contxt-p {
    position: relative;
}

.chamber-item {
    text-align: center;
}

.chamber-item.active i {
    background: #ec143e;
}

.chamber-item i {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    background: #dadada;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transition: 0.38s;
}

.chamber-item p {
    color: #333333;
    font-size: 16px;
    line-height: 2;
}

.chamber-item1 {
    position: absolute;
    left: 430px;
    top: 305px;
    width: 332px;
    z-index: 2;
}

.chamber-item1 .line {
    position: absolute;
    top: 30px;
    width: 1px;
    height: 172px;
    left: 0;
    background: #ec143e;
    transform-origin: center top;
    transition: 0.45s;
    transform: scaleY(0);
}

.chamber-item1 .line.line1 {
    left: 30px;
}

.chamber-item1 .line.line2 {
    left: auto;
    right: 30px;
}

.dit {
    position: relative;
    width: 58px;
    height: 58px;
    border: 1px solid #ec143e;
    border-radius: 50%;
    background: rgba(235, 9, 53, 0.1);
    box-shadow: 0 0 38px rgba(235, 9, 53, 0.4);
    animation: p-ani-7 1.6s linear infinite;
}

.dit.dit1 {
    float: left;
}

.dit.dit2 {
    float: right;
}

.dit:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
    content: "";
    width: 10px;
    height: 10px;
    background: #ec143e;
    border-radius: 50%;
}

.chamber-content:hover .chamber-item1 .line {
    transform: scaleY(1);
}

.chamber-content:hover .chamber-item1 .chamber-line1:before {
    transform: scaleX(1);
    transition-delay: 0.4s;
}

.chamber-content:hover .chamber-line1:before {
    transform: scaleX(1);
    transition-delay: 0.4s;
}

.chamber-content:hover .chamber-line1:after {
    transform: scaleY(1);
    transition-delay: 0.9s;
}

.chamber-content:hover .chamber-item2 .line1:before {
    transform: scaleY(1);
    transition-delay: 0.5s;
}

.chamber-content:hover .chamber-item2 .line1:after {
    transform: scaleX(1);
}

.chamber-content:hover .chamber-item2 .line2:before {
    transform: scaleY(1);
    transition-delay: 1.4s;
}

.chamber-content:hover .chamber-item2 .line2:after {
    transform: scaleX(1);
    transition-delay: 0.9s;
}

.chamber-content:hover .chamber-item3 .line1:before {
    transform: scaleY(1);
}

.chamber-content:hover .chamber-item3 .line1:after {
    transform: scaleX(1);
    transition-delay: 0.3s;
}

.chamber-content:hover .chamber-item3 .line2 {
    transform: scaleY(1);
    transition-delay: 0.8s;
}

.chamber-content:hover .chamber-list .chamber-item i {
    background: #ec143e;
}

.chamber-line1 {
    position: absolute;
    right: 30px;
    top: 202px;
    width: 526px;
    height: 54px;
}

.chamber-line1:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #ec143e;
    transform-origin: right center;
    transition: 0.5s;
    transform: scaleX(0);
}

.chamber-line1:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    background: #ec143e;
    transform-origin: left top;
    transition: 0.3s;
    transform: scaleY(0);
}

.chamber-item2 {
    position: absolute;
    left: 717px;
    top: 73px;
}

.chamber-item2 .line1 {
    position: absolute;
    left: 30px;
    top: 30px;
    height: 1px;
    width: 180px;
}

.chamber-item2 .line1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #ec143e;
    transform-origin: left top;
    transition: 0.5s;
    transform: scaleX(0);
}

.chamber-item2 .line1:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 420px;
    transform: scaleY(0);
    background: #ec143e;
    transform-origin: right top;
    transition: 0.5s;
}

.chamber-item2 .line2 {
    position: absolute;
    left: -119px;
    top: 449px;
    height: 1px;
    width: 329px;
    height: 54px;
}

.chamber-item2 .line2:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #ec143e;
    transform: scaleX(0);
    transition: 0.5s;
    transform-origin: right top;
}

.chamber-item2 .line2:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #ec143e;
    transform: scaleY(0);
    transition: 0.2s;
    transform-origin: left top;
}

.chamber-item3 {
    position: absolute;
    left: 437px;
    top: -4px;
}

.chamber-item3 .line1 {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 547px;
    height: 57px;
}

.chamber-item3 .line1:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 1px;
    height: 100%;
    transform: scaleY(0);
    background: #ec143e;
    transform-origin: left bottom;
    transition: 0.3s;
}

.chamber-item3 .line1:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    content: "";
    transform: scaleX(0);
    background: #ec143e;
    transform-origin: left top;
    transition: 0.5s;
}

.chamber-item3 .line2 {
    position: absolute;
    left: 576px;
    top: -26px;
    width: 1px;
    height: 592px;
    background: #ec143e;
    transform: scaleY(0);
    transition: 0.6s;
    transform-origin: left top;
}

.privacy {
    padding: 98px 0 51px;
    text-align: center;
}

.privacy-content {
    position: relative;
    margin-top: 90px;
    display: inline-block;
}

.privacy-content .privacy-bg {
    display: block;
    width: 687px;
}

.privacy-item {
    position: absolute;
    right: 330px;
    top: 81px;
}

.privacy-item:hover .privacy-line i,
.privacy-item.active .privacy-line i {
    transform: scaleX(1);
    transition-delay: 0s;
}

.privacy-line {
    position: absolute;
    right: 0;
    top: 0;
    width: 362px;
    height: 83px;
}

.privacy-line:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #ec143e;
    transform: scaleX(0);
    transform-origin: right center;
    transition: 0.6s 0s;
}

.privacy-line:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #ec143e;
    transform: scaleY(0);
    transform-origin: top center;
    transition: 0.3s 0s;
}

.privacy-line i {
    display: block;
    display: none;
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 63px;
    height: 1px;
    background: #ec143e;
    transform: scaleX(0);
    transform-origin: right center;
    transition: 0.3s;
}

.privacy-line p {
    position: absolute;
    right: 100%;
    bottom: -12px;
    padding-right: 37px;
    line-height: 1.4;
    color: #333333;
    font-size: 18px;
    margin-right: 63px;
    white-space: nowrap;
}

.privacy-line p b {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    display: block;
    width: 10px;
    height: 10px;
    background: #ec143e;
    border-radius: 50%;
    z-index: 3;
}

.privacy-line p b:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(236, 20, 62, 0.2);
    box-shadow: 0 0 29px rgba(229, 0, 50, 0.26);
    animation: p-ani-7 1.6s linear infinite;
}

.privacy-line p b:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(235, 9, 53, 0.05);
    animation: p-ani-7 1.6s linear infinite;
}

.privacy-item2 .privacy-line {
    height: 228px;
}

.privacy-right {
    right: auto;
    left: 362px;
}

.privacy-right .privacy-line {
    left: 0;
    right: auto;
    height: 82px;
}

.privacy-right .privacy-line:before {
    transform-origin: left center;
}

.privacy-right .privacy-line:after {
    left: auto;
    right: 0;
}

.privacy-right .privacy-line i {
    right: auto;
    left: 100%;
    transform-origin: left center;
}

.privacy-right .privacy-line p {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: 63px;
    padding-right: 0;
    padding-left: 37px;
}

.privacy-right .privacy-line p b {
    right: auto;
    left: 0;
}

.privacy-item4 .privacy-line {
    height: 228px;
}

.experience-fix {
    padding: 96px 0 120px;
}

.experience-swiper {
    margin-top: 54px;
}

.researchs {
    padding: 92px 0 90px;
}

.research-content {
    position: relative;
    margin-top: 77px;
    height: 630px;
    margin-bottom: 44px;
}

.research-middle {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -199px;
    margin-top: -155px;
    width: 398px;
}

.research-item {
    position: absolute;
    text-align: center;
    z-index: 3;
}

.research-item:hover figure:before,
.research-item:hover figure:after {
    animation: p-ani-7 1.2s linear infinite;
}

.research-item figure {
    display: block;
    position: relative;
    z-index: 3;
    text-align: center;
    height: 112px;
}

.research-item figure:before {
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 50%;
    margin-top: -80px;
    content: "";
    width: 140px;
    height: 140px;
    background: rgba(236, 20, 62, 0.1);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
}

.research-item figure:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -96px;
    margin-top: -106px;
    content: "";
    width: 192px;
    height: 192px;
    border-radius: 50%;
    background: rgba(236, 20, 62, 0.1);
    z-index: -2;
    opacity: 0;
}

.research-item figure img {
    max-height: 100%;
    width: auto;
    margin: auto;
}

.research-item span {
    display: block;
    line-height: 1;
    color: #333333;
    font-size: 18px;
}

.research-item1 {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.research-item2 {
    right: 233px;
    top: 52px;
}

.research-item3 {
    right: 0;
    top: 50%;
    margin-top: -85px;
}

.research-item4 {
    right: 174px;
    bottom: 99px;
}

.research-item5 {
    right: 423px;
    bottom: 0;
}

.research-item6 {
    left: 410px;
    bottom: 0;
}

.research-item7 {
    left: 160px;
    bottom: 99px;
}

.research-item8 {
    left: 0;
    top: 50%;
    margin-top: -85px;
}

.research-item9 {
    left: 230px;
    top: 45px;
}

.partsbox {
    padding: 150px 0 210px;
}

.parts-lists {
    margin-top: 123px;
    text-align: center;
    font-size: 0;
}

.part-items {
    position: relative;
    display: inline-block;
    padding: 0 124px;
    text-align: center;
}

.part-items:nth-child(2) i:before {
    animation-delay: 1s;
}

.part-items:last-child i {
    display: none;
}

.part-items:hover b {
    transform: translateY(-5px);
}

.part-items i {
    position: absolute;
    right: 0;
    top: 1px;
    display: block;
    width: 3px;
    height: 130px;
    overflow: hidden;
}

.part-items i:after {
    position: absolute;
    left: 1px;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
}

.part-items i:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 3px;
    height: 40px;
    background: #fff;
    animation: p-ani-6 2s linear infinite;
}

.part-items b {
    position: relative;
    display: block;
    width: 57px;
    height: 61px;
    text-align: center;
    margin: auto;
    transition: 0.36s;
}

.part-items b img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.part-items span {
    display: block;
    margin-top: 26px;
    width: 78px;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
}

@keyframes p-ani-6 {
    0% {
        top: 0;
    }
    100% {
        top: 120%;
    }
}

.process {
    position: relative;
    padding: 78px 0 100px;
    background: #fff;
    margin-bottom: -1px;
}

.process-content {
    margin-top: 58px;
    border-bottom: 1px solid #e3e3e3;
}

.process-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.process-list li {
    text-align: center;
}

.process-list li:hover b svg circle {
    stroke: #ec143e !important;
}

.process-list li:hover span {
    color: #ec143e;
    font-weight: bold;
}

.process-list li:hover span:before {
    background: #ec143e;
}

.process-list li b {
    display: block;
    position: relative;
    margin: auto;
    width: 134px;
    height: 134px;
    line-height: 134px;
    border-radius: 50%;
    color: #999999;
    font-weight: normal;
    text-align: center;
    font-size: 40px;
    border: 4px solid #eeeeee;
}

.process-list li b svg {
    position: absolute;
    left: -3px;
    top: -3px;
    display: block;
    overflow: visible;
    transform: rotate(-180deg);
}

.process-list li b svg circle {
    transition: 0.35s;
}

.process-list li b img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: block;
    max-width: 50%;
    max-height: 50%;
}

.process-list li span {
    display: block;
    position: relative;
    padding-bottom: 46px;
    margin-top: 35px;
    line-height: 1;
    color: #000000;
    font-size: 18px;
    transition: 0.36s;
}

.process-list li span:before {
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: -7px;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #e3e3e3;
    transition: 0.36s;
}

.terrorism {
    padding: 96px 0 88px;
}

.terrorism-img {
    margin-top: -14px;
    text-align: center;
}

.terrorism-img img {
    width: auto;
    margin: auto;
    max-width: 90%;
}

.assessment {
    padding-top: 70px;
}

.performance-tab .interior-item figure .assessment-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    white-space: nowrap;
    bottom: 42px;
    transition: 0.6s;
    z-index: 5;
    padding-bottom: 0;
}

.performance-tab .interior-item figure .assessment-text span {
    position: relative;
    bottom: 0;
    display: inline-block;
    width: auto;
}

.performance-tab .interior-item figure .assessment-text p {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 16px;
    width: 660px;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s;
    white-space: normal;
    line-height: 1.8;
    transform: translateY(40px);
}

.performance-tab .interior-item.active figure .assessment-text {
    left: 13.6%;
    transform: translateX(0px);
    transition-delay: 0s;
    padding-bottom: 80px;
    transition: all 0.56s 0s, padding 0.48s 0.5s;
}

.performance-tab .interior-item.active figure .assessment-text span {
    left: 0;
    transform: translateX(0px);
    transition-delay: 0s;
}

.performance-tab .interior-item.active figure .assessment-text p {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.6s;
    transform: translateY(0px);
}

.setup {
    padding: 100px 0 124px;
}

.setup-list {
    margin-top: 108px;
}

.setup-list li {
    overflow: hidden;
}

.setup-list li:nth-child(2n+2) .setup-img {
    float: right;
}

.setup-img {
    float: left;
    width: 50%;
}

.setup-img figure {
    position: relative;
    display: block;
    padding-bottom: 62.5%;
    height: 0;
    overflow: hidden;
    line-height: 1;
}

.setup-img figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.setup-content {
    float: left;
    margin-left: 86px;
    padding-top: 43px;
    width: 390px;
}

.setup-content img {
    display: block;
    max-width: 100%;
    height: auto;
}

.setup-fix {
    margin-top: 78px;
}

.setup-fix p {
    margin-bottom: 11px;
    color: #333333;
    font-size: 16px;
}

.fit {
    padding: 100px 0 65px;
}

.fit-content {
    position: relative;
    margin-top: 114px;
}

.fit-content .fit-bg {
    display: block;
    max-width: 100%;
    height: auto;
}

.fit-content .structure-text span {
    text-align: center;
}

.fit-item1 {
    left: 70px;
    top: 67px;
}

.fit-item1 .structure-line {
    width: 980px;
}

.fit-item2 {
    left: 153px;
    top: 173px;
}

.fit-item2 .structure-line {
    width: 896px;
}

.fit-item3 {
    left: 226px;
    top: 277px;
}

.fit-item3 .structure-line {
    width: 823px;
}

.design-box {
    position: relative;
}

.design-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.design-content {
    float: right;
    margin-top: -30px;
    width: 438px;
}

.design-item {
    padding: 100px 0 38px;
}

.design-item:last-child {
    padding-bottom: 0;
}

.design-item:last-child .design-img:last-child {
    margin-bottom: 0;
}

.design-text {
    margin-bottom: 36px;
}

.design-text strong {
    display: block;
    margin-bottom: 50px;
    line-height: 1;
    color: #333333;
    font-weight: normal;
}

.design-text p {
    color: #333333;
    font-size: 20px;
}

.design-img {
    margin-bottom: 44px;
}

.design-img img {
    display: block;
    width: 100%;
    height: auto;
}

.fire-box {
    padding: 73px 0 55px;
}

.fire-top {
    text-align: center;
    margin-bottom: 115px;
}

.fire-top p {
    color: #222222;
    font-size: 18px;
    line-height: 2;
}

.fire-text {
    position: relative;
    text-align: center;
}

.fire-text .fire-bg {
    display: block;
    width: 529px;
    height: auto;
    margin: auto;
}

.fire-item {
    position: absolute;
    width: 370px;
    padding-bottom: 15px;
}

.fire-item1 {
    left: 0;
    top: 44px;
}

.fire-item2 {
    left: 0;
    bottom: 133px;
}

.fire-item2 .fire-line:before {
    transform: rotate(-42deg);
    top: -57px;
}

.fire-line {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}

.fire-line:before {
    content: "";
    position: absolute;
    right: 12px;
    top: 57px;
    background: #ec143e;
    width: 85px;
    height: 1px;
    transform-origin: right bottom;
    transform: rotate(42deg);
}

.fire-line:after {
    position: absolute;
    right: 74px;
    left: 0;
    top: 0;
    content: "";
    height: 1px;
    background: #ec143e;
}

.fire-fix {
    padding-right: 74px;
    padding-left: 19px;
}

.fire-fix b {
    display: block;
    position: relative;
    float: right;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border: 2px solid #ec143e;
    text-align: center;
    color: #ec143e;
    font-size: 24px;
    font-weight: normal;
    border-radius: 50%;
}

.fire-fix b:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    content: "";
    width: 42px;
    height: 42px;
    border: 1px dotted #ec143e;
    border-radius: 50%;
}

.fire-fix strong {
    display: block;
    float: left;
    line-height: 56px;
    color: #333333;
    font-size: 18px;
}

.fire-item.article-block .fire-line:before {
    transform: scaleY(0) rotate(42deg);
    transition: 0.35s;
}

.fire-item.article-block .fire-line:after {
    transform-origin: right center;
    transform: scaleX(0);
    transition: 0.5s 0.35s;
}

.fire-item.article-block.fire-right .fire-line:before {
    transform-origin: left bottom;
}

.fire-item.article-block.fire-right .fire-line:after {
    transform-origin: left top;
}

.fire-item.article-block .fire-fix {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    transition: 0.5s 0.8s;
}

.fire-item.article-block.fire-item2 .fire-line:before {
    transform: rotate(-42deg) scaleY(0);
}

.fire-item.article-block.fire-item3 .fire-line:before {
    transform: scaleY(0) rotate(-42deg);
}

.fire-item.article-block.fire-item4 .fire-line:before {
    transform: scaleX(0) rotate(38deg);
}

.fire-item.articleShow .fire-line:before {
    transform: scaleY(1) rotate(42deg);
}

.fire-item.articleShow .fire-line:after {
    transform: scaleX(1);
}

.fire-item.articleShow .fire-fix {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.fire-item.articleShow.fire-item2 .fire-line:before {
    transform: rotate(-42deg) scaleY(1);
}

.fire-item.articleShow.fire-item3 .fire-line:before {
    transform: scaleY(1) rotate(-42deg);
}

.fire-item.articleShow.fire-item4 .fire-line:before {
    transform: scaleX(1) rotate(38deg);
}

.fire-item3 {
    left: auto;
    top: 44px;
}

.fire-item3.fire-right .fire-line:before {
    width: 110px;
}

.fire-item4 {
    top: 354px;
}

.fire-item4.fire-right .fire-line:before {
    transform: rotate(38deg);
    left: -14px;
    top: -52px;
}

.fire-right {
    right: 0;
}

.fire-right .fire-fix {
    padding-left: 53px;
    padding-right: 0;
}

.fire-right .fire-fix b {
    float: left;
}

.fire-right .fire-line:before {
    right: auto;
    top: 73px;
    left: -28px;
    transform: rotate(-42deg);
    transform-origin: left bottom;
}

.fire-right .fire-line:after {
    transform-origin: left center;
    left: 53px;
    right: 0;
}

.fire-right .fire-fix strong {
    float: right;
}

.fire-tips {
    margin-top: 50px;
}

.fire-tips p {
    text-align: center;
    color: #999999;
    font-size: 18px;
}

.high-level {
    padding: 100px 0 64px;
}

.high-leval-wrap {
    margin-top: 78px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
}

.high-item {
    position: relative;
    padding-top: 26px;
    cursor: pointer;
}

.high-item:last-child {
    width: 250px;
}

.high-item:hover i:before {
    width: 100%;
    right: auto;
    left: 0;
}

.high-item i {
    left: 0;
    top: 0;
    display: block;
    position: absolute;
    z-index: 2;
    width: 250px;
    height: 4px;
    background: #f1f1f1;
}

.high-item i:before {
    content: "";
    width: 0;
    height: 100%;
    background: #ec143e;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.high-item i:hover,
.high-item i.active {
    color: #fff;
}

.high-item i:hover:before,
.high-item i.active:before {
    width: 100%;
    right: auto;
    left: 0;
}

.high-item strong {
    display: block;
    line-height: 1;
    color: #333333;
    font-size: 24px;
    font-weight: normal;
}

.high-text {
    margin-top: 36px;
}

.high-text p {
    position: relative;
    padding-left: 22px;
    line-height: 2.2;
    color: #333333;
    font-size: 16px;
}

.high-text p:before {
    position: absolute;
    left: 1px;
    top: 14px;
    content: "";
    width: 8px;
    height: 8px;
    background: #565656;
    border-radius: 50%;
}

.high-bg {
    position: relative;
    height: auto;
    padding-bottom: 34.48%;
    width: 100%;
    left: 0;
    overflow: hidden;
}

.high-bg .customized-images {
    position: absolute;
    left: 0;
    top: 0;
    height: 120%;
}

.shield {
    padding: 0 8.85%;
    padding-bottom: 100px;
}

.shield-title {
    padding: 87px 12% 70px;
}

.shield-title strong {
    line-height: 1;
    font-size: 44px;
    width: auto;
}

.shield-title strong b {
    margin-right: 22px;
    display: inline-block;
}

.shield-title .configure-con {
    width: 760px;
    margin-top: 6px;
}

.shield-title .configure-con p {
    font-size: 18px;
}

.shield-contents {
    padding: 84px 12% 40px;
    background: #ecf0f1;
}

.shield-item {
    position: relative;
}

.shield-item .point {
    height: 80px;
    top: -80px;
}

.shield-text {
    float: left;
    width: 520px;
}

.shield-info {
    margin-bottom: 64px;
    padding-left: 6px;
}

.shield-info strong {
    display: block;
    margin-bottom: 26px;
    line-height: 1;
    color: #333333;
    font-size: 24px;
}

.shield-info p {
    color: #666666;
    font-size: 16px;
}

.shield-info span {
    position: relative;
    margin-top: 22px;
    display: inline-block;
    color: #ec143e;
    font-size: 16px;
    line-height: 1.5;
    z-index: 3;
}

.shield-info span:before {
    content: "";
    width: 0;
    height: 1px;
    background: #ec143e;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    z-index: -1;
}

.shield-info span:hover,
.shield-info span.active {
    color: #fff;
}

.shield-info span:hover:before,
.shield-info span.active:before {
    width: 100%;
    right: auto;
    left: 0;
}

.shield-info span:hover {
    color: #ec143e;
}

.shieldinner-img {
    margin-top: 60px;
}

.shieldinner-img img {
    max-height: 300px;
}

.shield-img {
    float: right;
    position: relative;
    width: 473px;
    margin-top: 44px;
}

.shield-img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.shield-img i {
    position: absolute;
    right: 30px;
    top: 172px;
    display: block;
    width: 720px;
    height: 244px;
    /* background: url(../images/line2.png) right center no-repeat; */
}

.shield-img i.line1 {
    /* background: url(../images/line3.png) right center no-repeat; */
}

.shield-img i.line1:before,
.shield-img i.line1:after {
    /* background: url(../images/dit5.png) center no-repeat; */
}

.shield-img i.line2 {
    /* background: url(../images/line4.png) right center no-repeat; */
}

.shield-img i.line2:before,
.shield-img i.line2:after {
    /* background: url(../images/dit6.png) center no-repeat; */
}

.shield-img i:before,
.shield-img i:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* background: url(../images/dit4.png) center no-repeat; */
    animation: p-ani-7 1.6s linear infinite;
}

.shield-img i:before {
    right: -29px;
    top: -29px;
}

.shield-img i:after {
    left: -30px;
    top: 90px;
}

.villa {
    padding: 110px 0 128px;
}

.villa-img {
    text-align: center;
    margin-top: 110px;
    margin-bottom: 64px;
}

.villa-img img {
    max-width: 100%;
    margin: auto;
    width: auto;
    height: auto;
}

.villa-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.villa-item .fire-fix {
    padding: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.villa-item .fire-fix strong {
    margin-left: 20px;
    line-height: 1.3;
}

.villa-item:last-child .fire-fix strong {
    max-width: 290px;
}

.villa-right-content {
    float: right;
    position: relative;
    width: 50%;
    height: 100vh;
}

.villa-bg {
    height: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.villa-down-text {
    height: 50%;
    background: #444444;
    padding: 98px 9.16%;
    padding-right: 17.7%;
    box-sizing: border-box;
}

.villa-wraps {
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    max-width: 100%;
    padding-top: 46px;
    padding-left: 14%;
    unicode-bidi: bidi-override;
    direction: rtl;
    overflow: scroll;
    overflow-x: hidden !important;
    text-align: left;
}

.villa-wraps::-webkit-scrollbar {
    width: 2px;
    background-color: #7c7c7c;
}

.villa-wraps::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #7c7c7c;
}

.villa-wraps::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #fff;
}

.villa-wraps strong {
    display: block;
    margin-bottom: 30px;
    line-height: 1;
    color: #fff;
    font-size: 44px;
    font-weight: normal;
    direction: ltr;
}

.villa-wraps p {
    color: #ffffff;
    font-size: 18px;
    line-height: 2;
    direction: ltr;
}

.villa-left-list {
    width: 43.9%;
    float: left;
    padding-top: 172px;
}

.villa-li {
    margin-bottom: 155px;
}

.villa-li:last-child {
    margin-bottom: 0;
}

.villa-li:last-child .valla-li-wrap {
    padding-left: 0;
}

.villa-li:last-child .valla-li-wrap .villa-infos {
    padding-left: 20%;
}

.valla-li-wrap {
    padding-left: 20%;
}

.villa-img-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.villa-infos {
    margin-top: 70px;
}

.villa-infos strong {
    display: block;
    margin-bottom: 24px;
    line-height: 1;
    color: #333333;
    font-size: 24px;
}

.villa-infos p {
    color: #666666;
    font-size: 18px;
    line-height: 2;
}

.reinforce {
    position: relative;
    padding-top: 116px;
}

.reinforce-content {
    margin-top: 72px;
    position: relative;
}

.reinforce-swiper {
    float: left;
    width: 50%;
    height: 100vh;
}

.reinforce-slide figure {
    display: block;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.reinforce-list {
    margin-left: 8.46%;
    width: 460px;
    float: left;
}

.reinforce-item {
    padding-top: 120px;
    margin-bottom: 30px;
}

.reinforce-item .shield-text {
    width: 100%;
    float: none;
}

.reinforce-item .shield-text .shieldinner-img {
    margin-top: 75px;
}

.reinforce-item .shield-text .shieldinner-img img {
    max-height: 445px;
}

.reinforce-item .shield-text .shield-info strong {
    display: inline-block;
    position: relative;
    padding-bottom: 30px;
}

.reinforce-item .shield-text .shield-info strong:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 60px;
    height: 1px;
    background: #ec143e;
}

.reinforce-item .shield-text .shield-info strong b {
    position: absolute;
    left: 100%;
    margin-left: 20px;
    top: -35px;
    display: block;
    color: #f2f2f2;
    font-size: 4.6875vw;
    line-height: 1;
    font-weight: normal;
    font-family: "Helvetica";
}

.safes {
    margin-top: 75px;
}

.safe-right {
    float: right;
    position: relative;
    padding-top: 124px;
    width: 50%;
    z-index: 3;
    padding-bottom: 50px;
}

.safe-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 446px;
}

.safe-titles {
    display: block;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-size: 34px;
}

.safe-swiper {
    margin-top: 90px;
}

.safe-slide {
    text-align: center;
    opacity: 0.2;
    visibility: hidden;
    transition: 0.78s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.safe-slide.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 3;
}

.safe-slide img {
    display: block;
    max-width: 80%;
    height: auto;
    margin: auto;
}

.safe-left {
    float: left;
    width: 44%;
}

.safe-infos {
    margin-left: 20%;
    padding-top: 75px;
}

.safe-infos .shield-info {
    margin-left: 0;
    padding-left: 0;
}

.safe-infos figure {
    display: block;
    margin-bottom: 80px;
    line-height: 1;
    overflow: hidden;
}

.safe-infos figure img {
    display: block;
    width: 100%;
    height: auto;
}

.safes-left-item {
    padding: 144px 0 144px 20%;
}

.safes-left-item figure {
    display: block;
}

.safes-left-item figure img {
    max-width: 100%;
    height: auto;
}

.safes-left-item p {
    margin-top: 76px;
    color: #666666;
    font-size: 18px;
}

.safes-left-item:last-child {
    padding-left: 0;
}

.safes-left-item:last-child p {
    margin-left: 20%;
}

.reinforce-le .safes {
    margin-top: 0;
}

.reinforce-le .safe-right {
    float: left;
}

.reinforce-le .safe-left {
    float: right;
    margin-left: 0;
}

.reinforce-le .safe-left .safe-infos {
    margin-left: 0;
    padding-right: 20%;
}

.reinforce-le .safes-left-item {
    padding-left: 0;
    padding-right: 20%;
}

.reinforce-le .safes-left-item:last-child p {
    margin-left: 0;
}

.reinforces-content {
    margin-top: 74px;
    position: relative;
    background: #fafafa;
}

.reinforces-img {
    float: right;
    width: 50%;
}

.reinforces-img figure {
    position: relative;
    display: block;
    padding-bottom: 70.83%;
    height: 0;
    overflow: hidden;
    line-height: 1;
}

.reinforces-img figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.reinforce-text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    float: left;
    text-align: center;
}

.reinforce-text .shield-info {
    width: 70.2%;
    position: absolute;
    left: 20%;
    top: 50%;
    margin-top: -105px;
    margin-bottom: 0;
    text-align: left;
}

.reinforce-text .shield-info strong {
    position: relative;
    padding-bottom: 30px;
}

.reinforce-text .shield-info strong:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 60px;
    height: 1px;
    background: #ec143e;
}

/*商铺*/
.shops {
    padding: 90px 8.85% 0;
    position: relative;
    background: #fff;
}

.shop-top {
    margin-bottom: 48px;
    text-align: center;
}

.shop-top p {
    color: #333333;
    font-size: 18px;
    line-height: 2;
}

.shop-top span {
    display: block;
    margin-top: 26px;
    color: #666666;
    font-size: 18px;
    font-family: "Helvetica";
}

.shop-bg {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 38%;
}

.shop-bg-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120%;
    background-position: center;
    background-size: cover;
}

.face-street {
    padding: 100px 0 40px;
}

.street-text {
    position: relative;
    margin-top: 102px;
    text-align: center;
}

.street-text img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
}

.street-item {
    position: absolute;
    bottom: 122px;
    z-index: 3;
    text-align: left;
    cursor: pointer;
}

.street-item.street-item1 {
    left: 0;
}

.street-item.street-item2 {
    right: 0;
}

.street-item strong {
    display: block;
    line-height: 1.4;
    color: #333333;
    font-size: 24px;
    font-weight: normal;
}

.street-item:hover .street-info:before {
    width: 100%;
    right: auto;
    left: 0;
}

.street-info {
    position: relative;
    min-width: 254px;
    border-top: 4px solid #f1f1f1;
    margin-top: 28px;
    padding-top: 28px;
}

.street-info:before {
    position: absolute;
    right: 0;
    top: -4px;
    content: "";
    width: 0;
    height: 4px;
    background: #ec143e;
    transition: 0.4s;
}

.street-info p {
    color: #333333;
    font-size: 16px;
}

.doors-street {
    position: relative;
    padding-bottom: 43.75%;
}

.doors-street .interior-text {
    bottom: 70px;
}

.doors-street .interior-text p {
    font-size: 18px;
    width: 547px;
}

.twinkle {
    position: absolute;
    left: 38.6%;
    margin-left: -30px;
    top: 56.2%;
    margin-top: -20px;
    z-index: 3;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(236, 21, 63, 0.3);
    animation: p-ani-7 1.6s linear infinite;
}

.twinkle:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    content: "";
    width: 40px;
    height: 40px;
    background: #ec143e;
    border-radius: 50%;
    z-index: -1;
}

.twinkle i {
    display: block;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
}

.doors-street-content {
    position: absolute;
    right: 50%;
    margin-right: -600px;
    top: 50%;
    margin-top: -222px;
    box-sizing: border-box;
    width: 326px;
    border: 4px solid #ec143e;
    border-radius: 5px;
    background: #fff;
}

.doors-street-content a {
    display: block;
    padding: 44px 22px 42px 40px;
}

.doors-street-content a figure {
    display: block;
    margin-bottom: 45px;
}

.doors-street-content a figure img {
    display: block;
    max-width: 100%;
    height: auto;
}

.doors-street-content a .shield-info {
    padding-left: 0;
    margin-bottom: 0;
}

.kernel {
    padding: 90px 0 140px;
}

.kernel-tab {
    margin-top: 74px;
}

.kernel-left {
    float: left;
    position: relative;
    width: 380px;
}

.kernel-left .kernel-left-item {
    position: relative;
}

.kernel-left .kernel-left-item:first-child {
    margin-bottom: 20px;
}

.kernel-left .kernel-left-item.active span {
    background: rgba(236, 20, 62, 0.88);
}

.kernel-left .kernel-left-item:hover figure img {
    transform: scale(1.07);
}

.kernel-left .kernel-left-item:hover span {
    background: rgba(236, 20, 62, 0.88);
}

.kernel-left .kernel-left-item figure {
    display: block;
    line-height: 1;
    overflow: hidden;
}

.kernel-left .kernel-left-item figure img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.58s;
}

.kernel-left .kernel-left-item span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    background: rgba(38, 36, 44, 0.88);
    transition: 0.4s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kernel-swiper {
    float: right;
    width: 800px;
}

.kernel-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.safe-house {
    padding: 98px 0 80px;
}

.house-content {
    position: relative;
    margin-top: 105px;
    text-align: center;
    margin-bottom: 16px;
}

.house-bg {
    display: block;
    margin: auto;
    width: 728px;
}

.house-content:hover .house-line:after {
    transform: rotate(68deg) scaleX(1);
    transition-delay: 0s;
}

.house-content:hover .house-line:before {
    transform: scaleX(1);
    transition-delay: 0.35s;
}

.house-content:hover b {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.8s;
}

.house-content:hover .house-text strong,
.house-content:hover .house-text p {
    color: #ec143e;
}

.house-content:hover .house-item2 .house-line:after {
    transform: rotate(-29deg) scaleX(1);
}

.house-content:hover .house-item3 .house-line:after {
    transform: rotate(40deg) scaleX(1);
}

.house-content:hover .house-item4 .house-line:after {
    transform: rotate(46deg) scaleX(1);
}

.house-item {
    position: absolute;
    right: 50%;
    margin-right: 420px;
}

.house-item1 {
    top: 64px;
}

.house-text {
    text-align: right;
}

.house-text strong {
    display: block;
    margin-bottom: 40px;
    line-height: 1;
    color: #333333;
    font-size: 24px;
    transition: 0.4s;
}

.house-text p {
    color: #333333;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    transition: 0.4s;
}

.house-line {
    position: absolute;
    right: -260px;
    top: 40px;
    width: 497px;
    height: 88px;
}

.house-line:before {
    position: absolute;
    left: 0;
    right: 35px;
    content: "";
    height: 1px;
    background: #ec143e;
    transform-origin: right center;
    transition: 0.6s 0s;
    transform: scaleX(0);
}

.house-line:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 1px;
    width: 94px;
    background: #ec143e;
    transform-origin: right bottom;
    transform: rotate(68deg) scaleX(0);
    transition: 0.35s 0.6s;
}

.house-line b {
    position: absolute;
    left: -5px;
    top: -4px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ec143e;
    transition: 0.35s;
    opacity: 0;
    visibility: hidden;
}

.house-line i {
    position: absolute;
    z-index: 2;
    right: -18px;
    bottom: -18px;
    display: block;
    width: 36px;
    height: 36px;
    /* background: url(../images/dit2.png) center no-repeat; */
}

.house-item2 {
    top: 273px;
}

.house-item2 .house-line {
    right: -395px;
    height: 32px;
    width: 632px;
}

.house-item2 .house-line:after {
    bottom: 48px;
    width: 35px;
    right: 4px;
    transform: rotate(-29deg) scaleX(0);
}

.house-item2 .house-line i {
    bottom: 31px;
}

.house-right {
    right: auto;
    left: 50%;
    margin-left: 470px;
    text-align: left;
}

.house-right .house-text {
    text-align: left;
}

.house-right .house-line {
    right: auto;
    left: -206px;
    width: 448px;
    height: 14px;
}

.house-right .house-line i {
    right: auto;
    left: -16px;
}

.house-item3 {
    top: 64px;
}

.house-item3 .house-line:before {
    right: 0;
    left: 35px;
    transform-origin: left center;
}

.house-item3 .house-line:after {
    width: 22px;
    left: 18px;
    bottom: 27px;
    right: auto;
    transform-origin: left top;
    transform: rotate(40deg) scaleX(0);
}

.house-item3 .house-line i {
    bottom: 14px;
}

.house-item3 .house-line b {
    left: auto;
    right: -5px;
}

.house-item4 {
    top: 274px;
}

.house-item4 .house-line {
    width: 472px;
    left: -230px;
    height: 11px;
}

.house-item4 .house-line:before {
    right: 0;
    left: 35px;
    transform-origin: left center;
}

.house-item4 .house-line:after {
    width: 24px;
    left: 18px;
    bottom: 27px;
    right: auto;
    transform-origin: left top;
    transform: rotate(46deg) scaleX(0);
}

.house-item4 .house-line i {
    bottom: 14px;
}

.house-item4 .house-line b {
    left: auto;
    right: -5px;
}

.city-bg {
    padding-bottom: 34.5%;
}

.city-building {
    padding: 100px 0 96px;
}

.building-text {
    position: relative;
    margin-top: 108px;
    text-align: center;
}

.building-bg {
    max-width: 100%;
    width: auto;
    margin: auto;
}

.building-item .street-info {
    border-top-color: transparent;
}

.building-item .street-info:before {
    width: 252px;
    left: 0;
    right: auto;
}

.building-item:hover .street-info {
    border-top-color: transparent;
}

.building-item:hover .street-info:before {
    width: 252px;
}

.shelter {
    padding-top: 98px;
}

.shaelter-btn {
    margin-top: 38px;
    margin-bottom: 82px;
    text-align: center;
}

.shaelter-wrap {
    display: inline-block;
    padding: 0 24px;
    border-bottom: 1px solid #e8e8e8;
}

.shaelter-wrap span {
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-right: 44px;
    padding-bottom: 14px;
    color: #999999;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.shaelter-wrap span:before {
    content: "";
    width: 0;
    height: 2px;
    background: #333333;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    z-index: -1;
}

.shaelter-wrap span:hover,
.shaelter-wrap span.active {
    color: #fff;
}

.shaelter-wrap span:hover:before,
.shaelter-wrap span.active:before {
    width: 100%;
    right: auto;
    left: 0;
}

.shaelter-wrap span:before {
    bottom: -1px;
}

.shaelter-wrap span:last-child {
    margin-right: 0;
}

.shaelter-wrap span:hover,
.shaelter-wrap span.active {
    color: #333333;
}

.shaelter-slide {
    position: relative;
    overflow: hidden;
    padding-bottom: 34.37%;
}

.shaelter-slide figure {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 110%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.shaelter-fix {
    position: absolute;
    left: 35.26%;
    top: 52%;
    margin-left: -30px;
    margin-top: -30px;
    cursor: pointer;
}

.shaelter-fix.shaelter-fix1 {
    left: 51.25%;
    top: 47.24%;
}

.shaelter-fix .twinkle {
    margin: 0;
    left: 0;
    top: 0;
    position: relative;
}

.shaelter-fix:hover .twinkle {
    animation: none;
    transform: scale(1);
    transition: 0.38s;
}

.shaelter-fix:hover .shaelter-lines {
    pointer-events: visible;
}

.shaelter-fix:hover .shaelter-lines:before {
    transform: rotate(-50deg) scaleX(1);
    transition-delay: 0s;
}

.shaelter-fix:hover .shaelter-lines:after {
    transform: scaleX(1);
    transition-delay: 0.5s;
}

.shaelter-fix:hover .shaelter-text {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    transition-delay: 0.9s;
}

.shaelter-bottoms .shaelter-lines {
    top: auto;
    height: 80px;
    bottom: -33px;
}

.shaelter-bottoms .shaelter-lines:before {
    bottom: auto;
    top: 30px;
    transform: rotate(50deg) scaleX(0);
}

.shaelter-bottoms .shaelter-lines:after {
    top: auto;
    bottom: 0;
}

.shaelter-bottoms .shaelter-text {
    top: -60px;
}

.shaelter-bottoms:hover .shaelter-lines:before {
    transform: rotate(50deg) scaleX(1);
}

.permanent-dit1 {
    left: 37.91%;
    top: 42.6%;
}

.permanent-dit2 {
    left: 55.9%;
    top: 42.3%;
}

.permanent-dit3 {
    left: 73.87%;
    top: 60.3%;
}

.permanent-dit4 {
    left: 37.9%;
    top: 69.39%;
}

.permanent-dit5 {
    left: 38.42%;
    top: 20.9%;
}

.permanent-dit6 {
    left: 42.81%;
    top: 45.15%;
}

.shelter .individualizate-font {
    margin-top: -40px;
}

.shelter .individualizate-font p {
    font-size: 18px;
}

.swiper-hide {
    overflow: hidden;
}

.permanent-ponter:hover .twinkle {
    animation: p-ani-7 1.6s linear infinite;
}

.permanent-ponter .area-pop-text {
    display: none;
}

.area-pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.68s;
}

.area-pop.show {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

.area-pop.show .area-content {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, -50%);
}

.area-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.area-content {
    position: absolute;
    left: 50%;
    margin-left: -450px;
    top: 50%;
    width: 900px;
    z-index: 10;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateX(80px) translateY(-50%);
    transition: 0.58s;
}

.area-content .area-close {
    position: absolute;
    right: -62px;
    top: 0;
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 35px;
    transition: 0.4s;
    cursor: pointer;
}

.area-content .area-close:hover {
    transform: rotate(180deg);
}

.area-text {
    padding: 50px 40px 30px;
    min-height: 300px;
}

.area-info {
    padding-top: 25px;
    width: 326px;
    float: left;
}

.area-info strong {
    display: block;
    margin-bottom: 32px;
    line-height: 1;
    color: #000000;
    font-size: 24px;
}

.area-info p {
    color: #666666;
    font-size: 18px;
}

.area-info span {
    position: relative;
    z-index: 2;
    margin-top: 45px;
    display: inline-block;
    color: #ec143e;
    font-size: 16px;
}

.area-info span:before {
    content: "";
    width: 0;
    height: 1px;
    background: #ec143e;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    z-index: -1;
}

.area-info span:hover,
.area-info span.active {
    color: #fff;
}

.area-info span:hover:before,
.area-info span.active:before {
    width: 100%;
    right: auto;
    left: 0;
}

.area-info span:hover {
    color: #ec143e;
}

.ares-img {
    float: right;
    position: relative;
    width: 405px;
    height: 285px;
    text-align: center;
}

.ares-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}

.shaelter-lines {
    position: absolute;
    left: 42px;
    top: -33px;
    width: 166px;
    height: 50px;
    pointer-events: none;
}

.shaelter-lines:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 62px;
    height: 3px;
    background: #ec143e;
    transform: rotate(-50deg) scaleX(0);
    transform-origin: left bottom;
    transition: 0.5s 0.5s;
}

.shaelter-lines:after {
    position: absolute;
    left: 38px;
    right: 0;
    top: 0;
    content: "";
    height: 3px;
    background: #ec143e;
    transform-origin: left bottom;
    transform: scaleX(0);
    transition: 0.5s 0s;
}

.shaelter-text {
    position: absolute;
    left: 100%;
    top: -106px;
    box-sizing: border-box;
    width: 416px;
    border: 4px solid #ec143e;
    border-radius: 4px;
    padding: 28px 40px 30px;
    background: #fff;
    transition: 0.65s 0s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(50px);
}

.shaelter-text strong {
    display: block;
    margin-bottom: 24px;
    line-height: 1;
    color: #333333;
    font-size: 24px;
}

.shaelter-text p {
    color: #333333;
    font-size: 18px;
}

.core-protecte {
    padding: 50px 0 63px;
}

.core-protect-content {
    margin-top: 70px;
    position: relative;
}

.core-slide {
    text-align: center;
}

.core-slide img {
    display: block;
    margin: auto;
    width: 1019px;
}

.core-protect-dit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.core-dit-item {
    position: absolute;
}

.core-dit-item .twinkle {
    position: relative;
    left: 0;
    top: 0;
}

.core-dit-item.active .core-line,
.core-dit-item:hover .core-line {
    pointer-events: visible;
}

.core-dit-item1 {
    left: 514px;
    top: 205px;
}

.core-dit-item1:hover .core-line1 i.line1:before,
.core-dit-item1.active .core-line1 i.line1:before {
    transform: scaleY(1);
    transition: 0.3s 0s;
}

.core-dit-item1:hover .core-line1 i.line1:after,
.core-dit-item1.active .core-line1 i.line1:after {
    transform: scaleX(1);
    transition: 0.5s 0.3s;
}

.core-dit-item1:hover .core-line1 i.line2:before,
.core-dit-item1.active .core-line1 i.line2:before {
    transform: scaleY(1);
    transition: 0.4s 0.8s;
}

.core-dit-item1:hover .core-line1 i.line2:after,
.core-dit-item1.active .core-line1 i.line2:after {
    transform: scaleX(1);
    transition: 0.4s 1.2s;
}

.core-dit-item1:hover .core-infos,
.core-dit-item1.active .core-infos {
    opacity: 1;
    visibility: visible;
    transition-delay: 1.5s;
}

.core-line {
    pointer-events: none;
}

.core-line1 {
    position: absolute;
    left: 0;
    bottom: 30px;
}

.core-line1 i.line1 {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 436px;
    height: 100%;
}

.core-line1 i.line1:before {
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left bottom;
    content: "";
    width: 1px;
    height: 100%;
    background: #ec143e;
    transform: scaleY(0);
}

.core-line1 i.line1:after {
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: left bottom;
    content: "";
    width: 100%;
    height: 1px;
    background: #ec143e;
    transform: scaleX(0);
}

.core-line1 i.line2 {
    position: absolute;
    left: 436px;
    top: 0;
    width: 121px;
    height: 62px;
}

.core-line1 i.line2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left top;
    content: "";
    width: 1px;
    height: 100%;
    background: #ec143e;
    transform: scaleY(0);
}

.core-line1 i.line2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left bottom;
    content: "";
    width: 100%;
    height: 1px;
    background: #ec143e;
    transform: scaleX(0);
}

.core-line1 {
    width: 556px;
    height: 230px;
}

.core-infos {
    position: absolute;
    left: 100%;
    top: 10px;
    box-sizing: border-box;
    background: #fff;
    width: 342px;
    padding: 28px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.core-infos .shield-info {
    padding-left: 0;
    margin-bottom: 0;
}

.core-dit-item2 {
    left: 804px;
    top: 366px;
}

.core-dit-item2:hover .line1,
.core-dit-item2.active .line1 {
    transform: scaleY(1);
    transition: 0.5s;
}

.core-dit-item2:hover .line2,
.core-dit-item2.active .line2 {
    transform: scaleX(1);
    transition: 0.5s 0.5s;
}

.core-dit-item2:hover .core-infos,
.core-dit-item2.active .core-infos {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.9s;
}

.core-line2 {
    position: absolute;
    left: 0;
    top: 10px;
    width: 270px;
    height: 120px;
}

.core-line2 .line1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ec143e;
    transform-origin: left top;
    transform: scaleY(0);
}

.core-line2 .line2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ec143e;
    transform-origin: left top;
    transform: scaleX(0);
}

.core-dit-item3 {
    left: auto;
    right: 953px;
    top: 320px;
}

.core-dit-item3 .twinkle {
    position: absolute;
    left: auto;
    right: 0;
    margin: 0;
    margin-top: -30px;
    margin-right: -30px;
}

.core-dit-item3:hover .line1:before,
.core-dit-item3.active .line1:before {
    transform: scaleY(1);
    transition: 0.5s;
}

.core-dit-item3:hover .line1:after,
.core-dit-item3.active .line1:after {
    transform: scaleX(1);
    transition: 0.5s 0.45s;
}

.core-dit-item3:hover .line2,
.core-dit-item3.active .line2 {
    transform: scaleY(1);
    transition: 0.6s 0.9s;
}

.core-dit-item3:hover .core-infos,
.core-dit-item3.active .core-infos {
    opacity: 1;
    visibility: visible;
    transition-delay: 1.3s;
}

.core-line3 {
    position: absolute;
    right: 0;
    top: -173px;
    width: 294px;
    height: 250px;
}

.core-line3 .core-infos {
    left: -171px;
    top: 100%;
}

.core-line3 .line1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 173px;
}

.core-line3 .line1:before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #ec143e;
    transform-origin: right bottom;
    transform: scaleY(0);
}

.core-line3 .line1:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #ec143e;
    transform-origin: right top;
    transform: scaleX(0);
}

.core-line3 .line2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ec143e;
    transform: scaleY(0);
    transform-origin: right top;
}

.programme {
    padding-left: 0;
    padding-right: 0;
}

.programme-bg {
    padding-bottom: 33%;
}

.programme-btn .high-item {
    width: 270px;
}

.guard-swiper {
    margin-top: 76px;
}

.guard-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.high-item.active i:before {
    width: 100%;
    right: auto;
    left: 0;
}

.circumference {
    padding-top: 100px;
}

.circumference-content {
    position: relative;
    margin-top: 54px;
    padding-bottom: 34.48%;
    height: 0;
    overflow: hidden;
}

.circumference-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120%;
}

.circumference-text figure {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.shaelter-fix:hover {
    z-index: 5;
}

.circumfer-item1 {
    left: 26%;
    top: 55%;
}

.circumfer-item1 .shaelter-lines {
    width: 170px;
    height: 136px;
    top: -115px;
}

.circumfer-item1 .shaelter-lines:before {
    width: 157px;
    transform: rotate(-59deg) scaleX(0);
}

.circumfer-item1 .shaelter-lines:after {
    left: 79px;
}

.circumfer-item1:hover .shaelter-lines:before {
    transform: rotate(-59deg) scaleX(1);
}

.circumfer-info {
    width: auto;
    display: flex;
    display: -webkit-flex;
}

.circumfer-img {
    float: left;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.circumfer-img img {
    max-width: 231px;
    height: auto;
}

.circumfer-texts {
    float: right;
    width: 330px;
}

.circumfer-texts span {
    margin-top: 36px;
    display: inline-block;
    line-height: 1.4;
    color: #ec143e;
    font-size: 18px;
}

.circumfer-item2 {
    left: 46.14%;
    top: 61.63%;
}

.circumfer-item2 .shaelter-lines {
    width: 170px;
    height: 136px;
    top: auto;
    bottom: 0;
}

.circumfer-item2 .shaelter-lines:before {
    transform: rotate(-66deg) scaleX(0);
    width: 99px;
    bottom: 45px;
}

.circumfer-item2 .circumfer-info {
    padding: 17px 16px;
}

.circumfer-item2 .circumfer-info .circumfer-img {
    width: 230px;
}

.circumfer-item2 .circumfer-info .circumfer-texts {
    margin-left: 32px;
    width: 148px;
}

.circumfer-item2:hover .shaelter-lines:before {
    transform: rotate(-66deg) scaleX(1);
}

.circumfer-item3 {
    left: auto;
    right: 23.12%;
    top: 42.7%;
}

.circumfer-item3 .shaelter-lines {
    width: 94px;
    height: 74px;
    top: -53px;
    left: -82px;
}

.circumfer-item3 .shaelter-lines:before {
    width: 84px;
    left: auto;
    right: 0;
    transform-origin: right bottom;
    transform: rotate(58deg) scaleX(0);
}

.circumfer-item3 .shaelter-lines:after {
    transform-origin: right center;
    left: 0;
    right: 42px;
}

.circumfer-item3 .shaelter-text {
    right: 100%;
    left: auto;
}

.circumfer-item3 .circumfer-info {
    padding: 17px 16px;
}

.circumfer-item3 .circumfer-info .circumfer-img {
    width: 230px;
}

.circumfer-item3 .circumfer-info .circumfer-texts {
    margin-left: 32px;
    width: 148px;
}

.circumfer-item3:hover .shaelter-lines:before {
    transform: rotate(58deg) scaleX(1);
}

.permanent-rights .shaelter-lines {
    width: 94px;
    height: 74px;
    top: -53px;
    left: -82px;
}

.permanent-rights .shaelter-lines:before {
    width: 84px;
    left: auto;
    right: 0;
    transform-origin: right bottom;
    transform: rotate(58deg) scaleX(0);
}

.permanent-rights .shaelter-lines:after {
    transform-origin: right center;
    left: 0;
    right: 42px;
}

.permanent-rights .shaelter-text {
    right: 100%;
    left: auto;
}

.permanent-rights .circumfer-info {
    padding: 17px 16px;
}

.permanent-rights .circumfer-info .circumfer-img {
    width: 230px;
}

.permanent-rights .circumfer-info .circumfer-texts {
    margin-left: 32px;
}

.permanent-rights:hover .shaelter-lines:before {
    transform: rotate(58deg) scaleX(1);
}

/*train*/
.train-box {
    padding: 116px 0 110px;
    background: #fff;
    margin-top: -1px;
}

.train-menu {
    float: left;
    width: 220px;
}

.train-menu-list > li {
    position: relative;
    margin-bottom: 54px;
}

.train-menu-list > li.active > a {
    color: #ec143e;
}

.train-menu-list > li.active > a > i {
    color: #ec143e;
}

.train-menu-list > li > a {
    display: block;
    position: relative;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.train-menu-list > li > a:hover {
    color: #ec143e;
}

.train-menu-list > li > a > i {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    line-height: 1;
    color: #666;
    font-size: 20px;
    font-style: normal;
    transition: 0.35s;
}

.train-menu-leval {
    margin-top: 30px;
}

.train-menu-leval li {
    margin-bottom: 6px;
}

.train-menu-leval li:last-child {
    margin-bottom: 0;
}

.train-menu-leval li a {
    display: inline-block;
    color: #898989;
    font-size: 16px;
}

.train-menu-leval li a:hover {
    color: #ec143e;
}

.train-content {
    float: right;
    width: 885px;
}

.why-tt {
    display: block;
    margin-bottom: 34px;
    line-height: 1;
    color: #000000;
    font-size: 38px;
    font-weight: normal;
}

.why-view p {
    color: #333333;
    font-size: 16px;
}

.why-view img {
    max-width: 100%;
    width: auto !important;
    height: auto;
}

.common-train-title strong {
    display: block;
    margin-bottom: 32px;
    line-height: 1;
    color: #000000;
    font-size: 38px;
    font-weight: normal;
}

.common-train-title p {
    color: #333333;
    font-size: 16px;
}

.train-cognition {
    margin-top: 72px;
}

.train-cognition strong {
    display: block;
    margin-bottom: 22px;
    line-height: 1.2;
    color: #333333;
    font-size: 24px;
}

.train-cognition p {
    color: #666666;
    font-size: 16px;
}

.train-common-tt {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 3px solid #f2f2f2;
}

.train-common-tt h2 {
    margin-bottom: 40px;
    line-height: 1;
    color: #000000;
    font-weight: normal;
}

.train-common-tt strong {
    display: block;
    line-height: 1;
    color: #000000;
    font-size: 24px;
}

.train-list-box {
    margin-top: 25px;
    margin-bottom: 70px;
}

.train-word {
    color: #333333;
    font-size: 16px;
}

.cognitie-li {
    margin-top: 54px;
}

.cognitie-li li {
    overflow: hidden;
}

.cognitie-li li a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.cognitie-li li:nth-child(2n+2) a {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

.cognitie-li li:nth-child(2n+2) .cognition-img {
    float: right;
}

.cognitie-li li:nth-child(2n+2) .cognition-text {
    float: left;
    margin-right: 0;
    margin-left: 24px;
}

.cognitie-li li:hover figure img {
    transform: scale(1.05);
}

.cognitie-li li:hover .cognition-text strong {
    color: #ec143e;
}

.cognition-img {
    width: 50%;
    float: left;
}

.cognition-img figure {
    position: relative;
    display: block;
    padding-bottom: 64%;
    height: 0;
    overflow: hidden;
    line-height: 1;
}

.cognition-img figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cognition-img figure img {
    transition: 0.58s;
}

.cognition-text {
    float: right;
    margin-left: 24px;
    width: 44%;
}

.cognition-text strong {
    display: block;
    margin-bottom: 34px;
    line-height: 1;
    color: #333333;
    font-size: 18px;
    transition: 0.4s;
}

.cognition-text p {
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.cognition-text span {
    display: inline-block;
    margin-top: 34px;
    color: #ec143e;
    line-height: 1;
    font-size: 16px;
    text-decoration: underline;
}

.emergency {
    position: relative;
}

.emergency strong {
    display: block;
    margin-bottom: 24px;
    padding-bottom: 40px;
    border-bottom: 3px solid #f2f2f2;
    line-height: 1;
    color: #000000;
    font-size: 24px;
}

.emergency p {
    color: #333333;
    font-size: 16px;
}

.team-box {
    padding: 27px 0 60px;
    color: #666;
    font-size: 16px;
}

.team-box strong {
    font-size: 18px;
    color: #333333;
}

.advantage .emergency {
    margin-bottom: 80px;
}

.advantage .emergency:last-child {
    margin-bottom: 0;
}

.advantage-img {
    margin-top: 22px;
    margin-left: -11px;
    margin-right: -11px;
}

.advantage-lists li {
    width: 33.333%;
    float: left;
    margin-bottom: 20px;
}

.advantage-lists li a {
    display: block;
    line-height: 1;
    margin: 0 11px;
}

.advantage-lists li a img {
    display: block;
    width: 100%;
    height: auto;
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.fancybox-nav span {
    width: 40px;
    height: 40px;
    background: none;
    cursor: pointer;
    line-height: 40px;
    margin-top: -20px;
    color: #fff;
    font-size: 40px;
}

.fancybox-nav span:hover {
    background: none;
    opacity: 0.6;
}

.fancybox-nav:hover span {
    background: none;
}

.fancybox-skin .fancybox-close {
    width: auto;
    color: #fff;
    font-size: 32px;
    right: 0;
    bottom: auto;
    top: -50px;
    transition: 0.38s;
    transform-origin: center;
    height: auto;
    line-height: 1;
}

.fancybox-skin .fancybox-close:hover {
    transform: rotate(180deg);
}

.company-advantages {
    position: relative;
    margin-top: 60px;
}

.company-advantages strong {
    display: block;
    padding-bottom: 38px;
    border-bottom: 3px solid #f2f2f2;
    line-height: 1;
    color: #333333;
    font-size: 24px;
}

.company-texts {
    padding-top: 26px;
}

.company-texts p {
    margin-bottom: 8px;
    color: #666666;
    font-size: 16px;
}

.company-texts p b {
    color: #333333;
}

.company-texts h3 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.contact-href {
    margin-top: 58px;
}

.contact-href a {
    display: inline-block;
    width: 224px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    background: #28292a;
    text-align: center;
}

.contact-href a:hover {
    background: #ec143e;
}

.ptext small {
    display: block;
    margin-top: 14px;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-size: 43px;
    font-family: "Helvetica";
    font-weight: bold;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.service-top {
    position: relative;
    z-index: 3;
    padding: 86px 0 75px;
    background: #f7f8f9;
}

.service-top-title strong {
    display: block;
    line-height: 1;
    color: #000000;
    font-size: 34px;
}

.service-boxs {
    background: #fff;
}

.service-content {
    position: relative;
    z-index: 3;
    margin: 50px auto 65px;
}

.service-content:before {
    position: absolute;
    left: 20px;
    top: 38px;
    bottom: 220px;
    content: "";
    width: 1px;
    background: #f7f8f9;
    z-index: -1;
}

.service-items {
    margin-bottom: 32px;
}

.service-items:hover .service-numble b {
    background: #333333;
    color: #fff;
}

.service-numble {
    float: left;
    padding-top: 38px;
}

.service-numble b {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    font-family: "Helvetica";
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    transition: 0.4s;
}

.service-numble span {
    display: block;
    margin-left: 16px;
    float: left;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

.service-fixs {
    margin-left: 196px;
    position: relative;
    padding: 42px 40px 20px;
    background: #f7f8f9;
}

.service-fixs:before {
    position: absolute;
    left: -14px;
    top: 46px;
    content: "";
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 14px solid #f7f8f9;
}

.service-tt {
    padding-bottom: 40px;
    border-bottom: 3px solid #e8eaec;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.service-down {
    padding-top: 40px;
}

.service-down strong {
    display: block;
    margin-bottom: 5px;
    color: #000000;
    font-size: 20px;
}

.service-down p {
    color: #333333;
    font-size: 16px;
}

.service-btn-list {
    margin-top: 20px;
}

.service-btn-list li {
    float: left;
    margin-right: 19px;
    margin-bottom: 20px;
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    box-sizing: border-box;
    min-width: 169px;
    padding: 0 30px;
    text-align: center;
    background: #bcbcbc;
    transition: 0.4s;
    flex: auto;
}

.service-btn-list li:hover {
    background: #ec143e;
}

.service-btn-list li:last-child {
    margin-right: 0;
}

.service-btn-list1 li {
    min-width: 340px;
}

.service-line {
    margin: 32px 0 42px;
    height: 3px;
    /* background: url(../images/line5.png) left center repeat-x; */
}

.wx-service img {
    max-width: 100%;
    width: auto;
}

.company-texts .contactbtn {
    color: #ec143e;
}

.company-texts .contactbtn:hover {
    text-decoration: underline;
}

.remarks {
    margin-top: 92px;
}

.remarks p {
    color: #999999;
    font-size: 16px;
}

.problem {
    position: relative;
    z-index: 3;
    background: #fff;
    padding-bottom: 56px;
    margin-top: -1px;
}

.problem-list li {
    position: relative;
    z-index: 3;
}

.problem-list li:before {
    content: "";
    width: 100%;
    height: 0;
    background: #f7f8f9;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.56s;
    z-index: -1;
}

.problem-list li:hover,
.problem-list li.active {
    color: #f7f8f9;
}

.problem-list li:hover:before,
.problem-list li.active:before {
    height: 100%;
    bottom: auto;
    top: 0;
}

.problem-list li:hover .problem-wrap b,
.problem-list li.active .problem-wrap b {
    /* background: url(../images/problem2.png) center no-repeat; */
}

.problem-list li:hover .problem-wrap i,
.problem-list li.active .problem-wrap i {
    background: #ec143e;
}

.problem-list li.active .problem-wrap i {
    transform: rotate(90deg);
}

.problem-wrap {
    position: relative;
    padding: 50px 0 42px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.problem-wrap b {
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    width: 45px;
    height: 42px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: "Helvetica";
    /* background: url(../images/problem1.png) center no-repeat; */
    font-weight: bold;
    transition: 0.4s;
}

.problem-wrap i {
    display: block;
    position: absolute;
    right: 0;
    top: 47px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    background: #999999;
    transition: 0.4s;
}

.problem-text {
    padding-left: 66px;
    padding-right: 124px;
}

.problem-text strong {
    display: block;
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.problem-hide {
    display: none;
    margin-top: 34px;
}

.problem-hide p {
    color: #666666;
    font-size: 16px;
    line-height: 2;
}

.about-introduct {
    background: #fff;
}

.introduct-img {
    float: left;
    position: relative;
    width: 37.7%;
    height: 100vh;
}

.introduct-img:before {
    position: absolute;
    right: -94px;
    top: 0;
    content: "";
    width: 94px;
    height: 50%;
    background: #ec143e;
}

.introduct-img figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 110%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.introduct-text {
    float: right;
    padding-top: 138px;
    margin-right: 8.85%;
    width: 41.14%;
}

.introduct-text strong {
    display: block;
    line-height: 1;
    color: #333333;
    font-weight: normal;
}

.introduct-info {
    margin-top: 80px;
}

.introduct-info p {
    color: #333333;
    font-size: 18px;
    margin-bottom: 36px;
}

.introduct-info p:last-child {
    margin-bottom: 0;
}

.mission {
    padding: 132px 0 146px;
}

.idea-box {
    padding: 168px 0 190px;
}

.idea-box-wrap {
    position: relative;
    z-index: 4;
}

.idea-box-wrap .idea-line {
    position: absolute;
    left: 50%;
    margin-left: -2px;
    width: 4px;
    height: 118px;
    background: #fff;
    z-index: 4;
}

.idea-box-wrap .idea-line:before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 50%;
    background: #ec143e;
}

.idea-box-wrap .idea-line.line1 {
    top: -59px;
}

.idea-box-wrap .idea-line.line1:before {
    top: 0;
}

.idea-box-wrap .idea-line.line2 {
    bottom: -59px;
}

.idea-box-wrap .idea-line.line2:before {
    bottom: 0;
}

.idea-text {
    width: 904px;
    margin-top: 32px;
}

.idea-list {
    position: relative;
    padding: 124px 8.85% 6px;
    z-index: 5;
}

.idea-img {
    position: absolute;
    right: -80px;
    top: -144px;
    width: 37.7%;
}

.idea-li {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.idea-li li {
    margin-bottom: 134px;
    width: 44.3%;
}

.idea-li li:first-child {
    margin-right: 40%;
}

.idea-li li strong {
    display: block;
    position: relative;
    padding-bottom: 25px;
    border-bottom: 2px solid #f4f5f7;
    line-height: 1;
    color: #333333;
    font-size: 28px;
}

.idea-li li strong:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    width: 69px;
    height: 2px;
    background: #ec143e;
}

.idea-info {
    margin-top: 40px;
}

.idea-info p {
    color: #333333;
    font-size: 18px;
    line-height: 2;
}

.core-advantage {
    padding-top: 12.5%;
}

.core-advantage .customized-bg {
    height: 60%;
}

.core-advantage-content {
    position: relative;
    z-index: 2;
    margin-top: 87px;
    padding: 160px 0 78px;
}

.core-advantage-content:before {
    content: "";
    position: absolute;
    left: 8.85%;
    right: 0;
    top: 0;
    background: #f4f5f7;
    height: 100%;
    z-index: -1;
}

.core-advantage-wrap {
    padding: 0 10.85%;
    margin-left: 8.85%;
}

.core-advantage-wrap .idea-li li {
    flex: 1;
    -webkit-flex: 1;
    width: auto;
    margin-right: 5.75%;
    background: #fff;
    padding: 76px 50px 72px;
    margin-bottom: 0;
}

.core-advantage-wrap .idea-li li:last-child {
    margin-right: 0;
}

.core-advantage-wrap .idea-li li:first-child {
    width: auto;
    margin-right: 5.75%;
}

.news-box {
    background: #fff;
    padding-bottom: 80px;
}

.news-list li {
    position: relative;
    z-index: 3;
    border-bottom: 1px solid #dfe2ef;
}

.news-list li:before {
    content: "";
    width: 100%;
    height: 0;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.58s;
    z-index: -1;
}

.news-list li:hover,
.news-list li.active {
    color: #f5f5f5;
}

.news-list li:hover:before,
.news-list li.active:before {
    height: 100%;
    bottom: auto;
    top: 0;
}

.news-list li:last-child {
    border-bottom: none;
}

.news-list li a {
    display: block;
    overflow: hidden;
    padding: 90px 8.85% 78px;
}

.news-list li a:hover .news-text span {
    background: #ec143e;
    border-color: #ec143e;
    color: #fff;
}

.news-imgs {
    float: right;
    width: 39.11%;
}

.news-imgs figure {
    position: relative;
    display: block;
    padding-bottom: 56.29%;
    height: 0;
    overflow: hidden;
    line-height: 1;
}

.news-imgs figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.news-imgs figure img {
    transition: 0.4s;
    height: 110%;
    width: auto;
    top: -10%;
}

.news-content {
    position: relative;
    margin-top: 60px;
    float: left;
    box-sizing: border-box;
    padding-left: 110px;
    width: 50%;
}

.news-content .news-numble {
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 16px;
    color: #333333;
    font-size: 24px;
    line-height: 1.1;
    font-weight: normal;
    font-family: "Helvetica";
}

.news-content .news-numble:before {
    position: absolute;
    right: 0;
    bottom: 3px;
    content: "";
    border-left: 8px solid transparent;
    border-bottom: 8px solid #333333;
}

.news-text strong {
    display: block;
    margin-bottom: 48px;
    line-height: 1.2;
    color: #222222;
    font-size: 24px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-text p {
    color: #333333;
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-text span {
    display: block;
    margin-top: 56px;
    width: 128px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #9c9c9c;
    color: #333333;
    font-size: 16px;
    border-radius: 3px;
    transition: 0.45s;
}

.pages {
    padding-top: 20px;
    text-align: center;
    font-size: 0;
}

.pages a {
    display: inline-block;
    margin-left: 9px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    color: #666666;
    font-size: 14px;
    border: 1px solid #dddddd;
}

.pages a:hover,
.pages a.active {
    border-color: #ec143e;
    background: #ec143e;
    color: #fff;
}

.pages a.w {
    width: 62px;
}

.pages span {
    display: inline-block;
    margin-left: 9px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

.contacts {
    padding: 107px 0 66px;
    background: #fff;
}

.contact-title {
    position: relative;
    padding-bottom: 70px;
    color: #222222;
    line-height: 1;
}

.contact-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 82vw;
    height: 10px;
    /* background: url(../images/line6.png) left center repeat-x; */
}

.contact-address {
    margin-top: 70px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.contact-item {
    min-width: 330px;
}

.contact-top {
    padding-bottom: 24px;
    border-bottom: 3px solid #f2f2f2;
}

.contact-top strong {
    display: block;
    margin-bottom: 13px;
    line-height: 1;
    color: #333333;
    font-size: 24px;
}

.contact-top p {
    color: #333333;
    font-size: 16px;
}

.contact-info {
    margin-top: 25px;
}

.contact-info p {
    color: #333333;
    font-size: 16px;
}

.contact-eq {
    width: 94px;
}

.contact-eq img {
    display: block;
    width: 100%;
    height: auto;
}

.map {
    float: left;
    width: 50%;
    height: 658px;
}

.contact-map-list {
    width: 46%;
    float: right;
}

.map-item {
    padding: 65px 20px 25px 0;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.map-item:hover strong {
    color: #ec143e;
}

.map-item:hover strong i {
    color: #ec143e;
}

.map-item:last-child {
    border-bottom: none;
}

.map-item strong {
    display: block;
    margin-bottom: 16px;
    line-height: 1.6;
    color: #333333;
    font-size: 24px;
    transition: 0.4s;
}

.map-item strong i {
    display: inline-block;
    position: relative;
    top: -2px;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    transition: 0.4s;
}

.map-item p {
    color: #666666;
    font-size: 18px;
    height: 60px;
}

.anchorBL {
    display: none !important;
}

.contact-menssage {
    margin-top: 24px;
}

.contact-menssage .text {
    width: 100%;
    margin-right: 0;
    height: 104px;
    font-family: "微软雅黑";
    resize: none;
}

.disaster-pop {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 199;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.68s;
    pointer-events: none;
}

.disaster-pop.show {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

.disaster-pop.show .disaster-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px) translateY(-50%);
}

.disaster-content {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    transform: translateX(180px) translateY(-50%);
    max-height: 80%;
    height: 1000px;
    background: #fff;
    box-sizing: border-box;
    padding: 52px 0 50px;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
}

.disaster-close {
    position: absolute;
    right: 0;
    top: -63px;
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    transition: 0.4s;
}

.disaster-close:hover {
    transform: rotate(180deg);
}

.disaster-text {
    padding: 0 32px 0 72px;
    margin-right: 27px;
    height: 100%;
    overflow-y: auto;
}

.disaster-text::-webkit-scrollbar {
    width: 4px;
    background-color: #f2f2f2;
}

.disaster-text::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #f2f2f2;
}

.disaster-text::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ec143e;
}

.disaster-item {
    position: relative;
    padding-left: 70px;
    margin-bottom: 80px;
}

.disaster-icon {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #ec143e;
}

.disaster-icon img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 70%;
    max-height: 70%;
}

.disaster-title {
    position: relative;
    /* background: url(../images/line6.png) left center repeat-x; */
}

.disaster-title strong {
    display: inline-block;
    padding-right: 30px;
    line-height: 60px;
    color: #000000;
    font-size: 22px;
    font-weight: normal;
    background: #fff;
}

.disaster-fix {
    margin-top: 22px;
}

.disaster-fix strong {
    display: block;
    color: #000000;
    font-size: 16px;
}

.disaster-fix p {
    color: #666666;
    font-size: 16px;
    padding-left: 8px;
}

.news-view {
    position: relative;
    z-index: 3;
    padding: 290px 0 145px;
}

.news-view-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 110vh;
    z-index: -1;
    background-size: cover;
    background-position: center;
}

.news-top-tt {
    margin-bottom: 68px;
    text-align: center;
}

.news-top-tt strong {
    display: block;
    margin-bottom: 26px;
    line-height: 1.2;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}

.news-top-tt p {
    text-align: center;
}

.news-top-tt p span {
    display: inline-block;
    margin-left: 26px;
    color: #fff;
    font-size: 14px;
}

.news-top-tt p span:first-child {
    margin-left: 0;
}

.news-view-wr {
    padding: 62px 68px 105px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(115, 115, 115, 0.18);
}

.news-view-text {
    color: #666666;
    font-size: 16px;
}

.news-view-text img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.news-page {
    margin-top: 108px;
    position: relative;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #ddd;
}

.news-page-prev {
    width: 47%;
    float: left;
    text-align: center;
}

.news-page-prev a {
    display: block;
    width: 78%;
    margin: auto;
    color: #666666;
    font-size: 16px;
    line-height: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-page-prev a:hover {
    color: #ec143e;
}

.news-page-prev.next {
    float: right;
}

.news-back {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -35px;
}

.news-back a {
    display: block;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 70px;
    line-height: 70px;
    width: 68px;
    text-align: center;
    /* background: url(../images/back.png) center no-repeat; */
}

.news-back a:hover {
    /* background: url(../images/back1.png) center no-repeat; */
}

.blockline {
    height: 100px;
}

.why-train,
.wx-service,
.train-wraps {
    position: relative;
}

.train-content .point {
    top: -70px;
}

.emergency-color .concept-btn .concept-btn-item.active b .show,
.emergency-color .concept-btn .concept-btn-item:hover b .show {
    opacity: 1;
    visibility: visible;
}

.emergency-color .concept-btn .concept-btn-item.active b .hide,
.emergency-color .concept-btn .concept-btn-item:hover b .hide {
    opacity: 0;
    visibility: hidden;
}

.emergency-color .concept-btn .concept-btn-item.active span,
.emergency-color .concept-btn .concept-btn-item:hover span {
    color: #fff;
}

.emergency-color .concept-btn .concept-btn-item b .show {
    opacity: 0;
    visibility: hidden;
}

.emergency-color .concept-btn .concept-btn-item b .hide {
    opacity: 1;
    visibility: visible;
}

.emergency-color .concept-btn .concept-btn-item span {
    color: #999999;
}

.shaelter-swiper .shaelter-text {
    padding-right: 22px;
    padding-top: 28px;
    padding-bottom: 28px;
}

.shaelter-swiper .shaelter-text .circumfer-img {
    width: 260px;
}
.mobile_banner{
    display: none;
}
.wap_content{
    display: none;
}
@media (min-width: 1px) and (max-width: 1200px){
    .within-text strong{
        font-size: 18px;
    }
    .within-info p{
        font-size: 12px;
    }
    .within-text{
        width: 100%;
    }
    .within-img{
        width: 100%;
    }
    .mobile_banner{
        display: block;
    }
    .content_banner{
        display: none;
    }
    .protective-right{
        width: 100%;
        display: block;
        right: 0;
    }
    .within-text{
        margin-top: 40px;
    }
    .within-info{
        margin-top: 20px;
    }
    .protective-texts{
        display: none;
    }
    .customized-bg{
        display: block;
        clear: none;
    }
    .wap_content{
        display: block;
        height: 20%;
        background:linear-gradient(to right,#0cabc9,#216da3, #304890);
        
        color: #fff;
        padding: 10px;
    }
    .wap_content div strong{
        line-height: 24px;
    }
    .wap_content div p{
        line-height: 24px;
    }
}