a, a:hover, a:focus, a:active {
    color: inherit;
    text-decoration: none;
}

@font-face {
    font-family: 'iconfont';  /* project id 898373 */
    src: url('//at.alicdn.com/t/font_898373_t5l1lwwnr1.eot');
    src: url('//at.alicdn.com/t/font_898373_t5l1lwwnr1.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_898373_t5l1lwwnr1.woff') format('woff'),
    url('//at.alicdn.com/t/font_898373_t5l1lwwnr1.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_898373_t5l1lwwnr1.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #a67c52;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a span {
    background: #fff;
}

/* animation */
@keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes mouse-wheel_opposite {
    0% {

        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes mouse-scroll {

    0%, 100% {
        opacity: 0;
        border-width: 0.8px;
    }
    50% {
        opacity: 1;
        border-width: 1px;
    }
}

@keyframes mouse-scroll_opposite {

    0%, 100% {
        opacity: 1;
        border-width: 1px;
    }
    50% {
        opacity: 0;
        border-width: 0.8px;
    }
}

@keyframes animate-scale {
    from {
        width: 1%;
        height: 1%;
    }

    to {
        width: 100%;
        height: 100%;
    }
}

@keyframes animate-border-color {
    0%, 25% {
        border-color: #7d7877;
    }

    50%, 75% {
        border-color: #fff;
    }

    100% {
        border-color: black;
    }
}

@keyframes animate-border-width {
    0%, 100% {
        border-width: 1px;
    }

    25% {
        border-width: 0.8px;
    }
}

@keyframes animate-waggle-level {
    0%,
    100% {
        transform: rotate(15deg);
    }
    12.5%,
    87.5% {
        transform: rotate(-15deg);
    }
    25%,
    75% {
        transform: rotate(20deg);
    }
    37.5%,
    62.5% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(30deg);
    }
}

@keyframes animate-waggle-level_no {
    0%,
    100% {
        transform: rotate(-15deg);
    }
    12.5%,
    87.5% {
        transform: rotate(15deg);
    }
    25%,
    75% {
        transform: rotate(-20deg);
    }
    37.5%,
    62.5% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-30deg);
    }
}

@keyframes animate-waggle-vertical {
    0%,
    100%,
    20%,
    50%,
    80% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes animate-surfing {
    0%,
    100%,
    20%,
    50%,
    80% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transform: translate3d(-10px, 0, 0) rotate3d(0, 0, 1, 0);
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: translate3d(-15px, 0, -20px) rotate3d(0, 0, 1, -12deg);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(-20px, 0, -15px) rotate3d(0, 0, 1, -8deg);
    }
    90% {
        transform: translate3d(-25px, 0, -4px) rotate3d(0, 0, 1, -4deg);
    }
}

@keyframes animate-waggle-ballet {
    0%,
    100%,
    20%,
    50%,
    80% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transform: rotate(0deg);
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: rotate(-12deg);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: rotate(-8deg);
    }
    90% {
        transform: rotate(-4deg);
    }
}

/*common*/
.img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}

.shi-dividers-vertical {
    width: 1px;
    height: 120px;
    margin: 0;
    border: none;
    flex-shrink: 0;
    background-color: #e1e0df;
}

.x-transform-center {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.x-transform-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.x-transform-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.x-transform-top {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}

.shi-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.shi-title_en {
    font-size: 20px;
    font-weight: normal;
}

.shi-text {
    font-size: 13px;
    line-height: 1.85;
    text-align: justify;
}

.shi-subtitle_1 {
    font-size: 24px;
    font-weight: bold;
}

.shi-subtitle_2 {
    font-size: 20px;
    font-weight: bold;
}

.shi-container {
    position: relative;
    width: 1550px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1366px) {

    .shi-title {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .shi-title_en {
        font-size: 16px;
        font-weight: normal;
    }

    .shi-text {
        font-size: 12px;
        line-height: 1.85;
        text-align: justify;
    }

    .shi-subtitle_1 {
        font-size: 19px;
        font-weight: bold;
    }

    .shi-subtitle_2 {
        font-size: 16px;
        font-weight: bold;
    }
}

.shi-text-shadow {
    text-shadow: -1px 2px 3px rgba(0, 0, 0, 1);
}

.shi-service {
    position: fixed;
    right: 17px;
    top: 35%;
    transform: translate(0, -50%);
    z-index: 500;
}

.shi-service-btn {
    display: block;
    width: 100px;
    height: 100px;
    background: url("../../images/website/shi-service.png") top right / 80% no-repeat;
    z-index: 100;

}

.shi-service-all {
    position: absolute;
    right: 0;
    top: -100px;
    width: 240px;
    height: auto;
    padding: 15px 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #cdcdcd;
}

.shi-close-btn {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
    color: #6c3a28;
    font-size: 24px;
    cursor: pointer;
}

.shi-sercice-img {
    width: 100%;
}

.shi-sercice-img img {
    margin: 10px auto 20px;
}

.shi-service-line {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 12px 15px;
    border: 1px solid #6c3a28;
    border-radius: 4px;
}

.shi-service-code {
    width: 40%;
    margin-right: 10px;
}

.shi-service-qq {
    flex: 1;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
}

.shi-service-qq .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.shi-service-qq .num {
    font-size: 14px;
    margin-bottom: 0;
}

.shi-service-tel {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
}

.shi-section-footer {
    height: 64px;
    background: #fff;
}

/* head */
.shi-head {
    width: 100%;
    height: 70px;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: -2px;
    background: url(../../images/website/shi-navber-bg.png) no-repeat center;
    background-size: cover;
    z-index: 999;
}

.shi-navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shi-navbar-brand {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.shi-navbar-brand img {
    margin-top: 9px;
    margin-left: 30%;
}

.shi-navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.shi-nav {
    display: -ms-flexbox;
    display: flex;
    height: 43px;
    padding-left: 50px;
    margin-bottom: 0;
    list-style: none;
}

.shi-nav-item {
    position: relative;
    flex: 1;
}

.shi-nav-item:not(:first-child):before {
    content: " ";
    position: absolute;
    left: 0;
    top: 13px;
    right: 0;
    width: 1px;
    height: 20px;
    border-left: 1px solid #ddd;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    z-index: 2;
}

.shi-nav-link {
    display: block;
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    color: #717071;
    text-align: center;
}

.shi-nav-item.active .shi-nav-link,
.shi-nav-link:hover {
    background: #4d4d4d;
    color: #fff;
}

/* foot */
.shi-footer-fixed {
    width: 100%;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -2px;
    /*background-color: #231b19;*/
    background-color: rgba(0,0,0,.8);
    color: #fff;
    z-index: 999;
}

.shi-footer-fixed_open {
    height: 200px;
}

.shi-footer-fixed_close {
    height: 66px;
}

.shi-footer {
    display: block;
    width: 100%;
    height: 200px;
    margin: auto;
    background-color: #231b19;
    color: #fff;
    z-index: 999;
}

.shi-footer-body {
    margin-top: 16px;
}

.shi-footer-body,
.shi-footer-left,
.shi-footer-right {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.shi-footer-left {
    padding-right: 40px;
}

.shi-footer-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 30px;
}

.shi-footer-right {
    padding-left: 40px;

}

.shi-footer-title {
    font-size: 13px;
    margin-bottom: 15px;
}

.shi-footer-form .form-control {
    border-radius: 0;
}

.shi-footer-form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

.shi-footer-form .form-control-lg {
    font-size: 14px;
}

.shi-footer-form .btn {
    border-radius: 0;
    padding: .5rem 2rem;
    height: calc(2.875rem + 2px);
}

.shi-icon {
    font-size: 26px;
    line-height: 1.1;
    color: #b4b4b5;
}

.shi-footer-code {
    margin-left: 24px;
}

.shi-mice-box {
    position: absolute;
    width: 100%;
    height: 70px;
    top: 0;
}

.shi-mice {
    position: absolute;
    left: 50%;
    top: 26px;
    transform: translate(0, -50%);
}

.shi-wheel {
    height: 2px;
    width: 2px;
    display: block;
    margin: 7px auto;
    background: white;
    border-radius: 50%;
    position: relative;
    animation: mouse-wheel 1.2s ease infinite;
}

.shi-ripple {
    display: block;
    width: 9px;
    height: 9px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    margin: 2px 0 3px 0;
    animation: mouse-scroll 1.4s infinite;

}

.shi-ripple_before {
    margin-left: 1px;
}

.shi-ripple_after {
    width: 12px;
    height: 12px;
}

.shi-footer-fixed_close .shi-ripple-box {
    transform: rotate(180deg);
}

.shi-footer-fixed_close .shi-wheel {
    animation: mouse-wheel_opposite 1.2s ease infinite;
}

.shi-footer-fixed_open .shi-ripple {
    animation: mouse-scroll_opposite 1.4s infinite;
}

/* index */
/*1*/

.shi-keyword-line {
    display: flex;
    align-items: center;
}

.shi-keyword-item {
    flex: 1;
}

.shi-keyword-box_waggle {
    color: #fff;
}

.shi-keyword-box_waggle .title,
.shi-keyword-box_waggle .brief {
    font-weight: bold;
}

.shi-keyword-box_waggle > .title {
    font-size: 34px;
}

.shi-keyword-box_waggle > .brief {
    font-size: 20px;
}

.shi-keyword-box_waggle .shi-keyword-item {
    padding: 50px 10px 0 10px;
}

.shi-keyword-box_waggle .shi-keyword-item:first-child {
    padding-left: 0;
}

.shi-keyword-box_waggle .shi-keyword-item:last-child {
    padding-right: 0;
}

.shi-keyword-box_waggle .shi-keyword-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 111px;
    color: #793918;
    background: url(../../images/website/shi-index-s1_1.png) no-repeat center;
    background-size: contain;
    animation: animate-waggle-level 5s .15s linear infinite;
}

.shi-keyword-box_waggle .shi-keyword-text .text {
    padding-top: 15px;
    text-align: center;
    animation: animate-waggle-level_no 5s .15s linear infinite;
}

.shi-keyword-box_waggle .shi-keyword-text .text h4 {
    font-size: 13px;
    font-weight: bold;
}

/*2*/
.shi-keyword-box_fall .shi-container {
    width: 1015px;
}

.shi-keyword-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shi-keyword-logo {
    margin-right: 15px;
    width: 70px;
}

.shi-keyword-content > .title {
    font-size: 26px;
    font-weight: bold;
}

.shi-keyword-content > .brief {
    font-size: 17px;
}

.shi-keyword-box_fall .shi-keyword-line {
    position: relative;
    height: 400px;
    margin-top: 40px;
}

.shi-keyword-box_fall .shi-keyword-item {
    position: relative;
    padding: 0 30px 0 35px;
    text-align: center;
}

.shi-keyword-box_fall .shi-keyword-item:not(:first-child):not(:last-child) {
    padding-left: 0;
    padding-right: 15px;
}

.shi-keyword-box_fall .shi-keyword-text {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 1366px) {
    .shi-keyword-box_fall .shi-keyword-line {
        margin-top: 0;
        height: 310px;
        padding: 0 50px;
    }
}

/*3*/
.shi-apply-box .shi-cloud-bg {
    opacity: 0;
    z-index: 200;
    width: 100%;
}

.shi-apply-line {
    display: flex;
    align-items: center;
    padding: 0 100px;
}

.shi-apply-item {
    flex: 1;
    padding: 0 15px;
    opacity: 0;
}

.shi-apply-text {
    margin-top: 20px;
    text-align: center;
}

.shi-apply-text .title {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: bold;
}

.shi-apply-text .brief {
    font-size: 14px;
}

/*3*/
.shi-keyword-box_machine {
    padding-top: 100px;
    position: relative;
}

.shi-keyword-machine_content {
    width: 1015px;
    height: 600px;
    position: relative;
}

.shi-keyword-teetertotter {
    position: absolute;
    top: 32%;
    right: -45px;
    width: 20%;
    z-index: 10;
    transform-origin: center bottom;

}

.shi-keyword-teetertotter_animation {
    animation: animate-waggle-vertical 2s infinite both;
}

.shi-keyword-machine {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 247px;
    height: 450px;
    background: url("../../images/website/shi-index-s4_1.png") center top / 80% no-repeat;
    z-index: 50;
}

.shi-keyword-box_machine .shi-keyword-text_box {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.shi-keyword-text_box.text1 {
    left: 107px;
    top: 30px;
}

.shi-keyword-text_box.text2 {
    left: 0;
    top: 200px;
}

.shi-keyword-text_box.text3 {
    left: 85px;
    bottom: 145px;
}

.shi-keyword-text_box.text4 {
    right: 100px;
    top: 80px;
}

.shi-keyword-text_box.text5 {
    right: 135px;
    bottom: 185px;
}

.shi-keyword-text_box .title {
    display: inline-block;
    padding: 0 30px;
    height: 26px;
    font-size: 17px;
    line-height: 26px;
    border-radius: 15px;
    background-color: #ffea00;
}

.shi-keyword-text_box .desc {
    width: 100%;
    overflow: hidden;
    text-align: right;
    margin-top: 6px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
}

@media (max-width: 1536px) {
    .shi-keyword-machine {
        margin-top: -70px;
    }
}
@media (max-width: 1366px) {
    .shi-keyword-machine {
        margin-top: -148px;
    }
}
/* 4 */
.shi-news-box {
    padding: 80px 0;
    height:100%;
}
.shi-news-inner {
    height:100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.shi-news-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px dashed #ececec;
}
.shi-news-list {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.shi-news-item {
    display: flex;
    background-color: #fff;
    vertical-align: middle;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    align-items: center;
    padding:15px;
    flex:1;
    border-bottom: 1px dashed #ececec;
}
.shi-news-lg {
    padding: 25px 15px;
}
.shi-news-item:hover {
    background-color: #F6F8F9;
}
.shi-news-img {
    margin-right: 25px;
    height:142px;
    width: 142px;
    overflow: hidden;
}
.shi-news-img img {
    border-radius: 50%;
}
.shi-news-line {
    flex: 1;
    color: #4d4d4d;
}
.shi-news-hd {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.shi-news-hd .title {
    font-size: 18px;
    font-weight: bold;
}
.shi-news-hd .time {
    margin-left: auto;
    color: #888;
}
.shi-news-bd {
    font-size: 14px;
    line-height: 2;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.shi-news-ft {
    display: flex;
    align-items: center;
    justify-content:center;
    padding: 25px 0;
}
.shi-news-btn {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 15px;
    color: #fff;
    background: #3e3a39;
    border-radius: 20px;
}
.shi-news-btn:hover,
.shi-news-btn:focus,
.shi-news-btn:active {
    color: #fff;
}
.shi-news-btn:after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 4px;
    width: 9px;
    height: 9px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}
@media (max-height: 768px) {
    .shi-news-img {
        width: 100px;
        height: 100px;
    }
    .shi-news-hd {
        margin-bottom: 8px;
    }
    .shi-news-hd .title {
        font-size: 16px;
    }
    .shi-news-bd {
        font-size: 13px;
        line-height: 1.9;
    }
    .shi-news-btn {
        font-size: 13px;
    }
}

.shi-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}
.shi-pagination a ,
.shi-pagination span {
    display: block;
    cursor: pointer;
    min-width: 32px;
    height: 32px;
    margin-left: 20px;
    line-height: 32px;
    color: rgba(0,0,0,0.65);
    border-radius: 4px;
    list-style: none;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;

}
.shi-pagination a  {
    padding-left: 6px;
    padding-right: 6px;
}
.shi-pagination .active {
    font-weight: 500;
    background: #4d4d4d;
    color: #fff;
}
.shi-news-view {
    padding-bottom: 80px;
    color: #4d4d4d;
}
.shi-view_hd {
    padding: 20px 0 10px;
    border-bottom: 1px dashed #ececec;
    font-size: 12px;
    line-height: 1.6;
    color: #888;
}
.shi-view-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #4d4d4d;
}
.shi-view_bd {
    padding: 30px 0;
    font-size: 14px;
    line-height: 2.0;
    text-align: justify;
}
.shi-view_ft {
    padding: 20px 0;
    border-top: 1px dashed #ececec;
}
.shi-view-btn {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    color: #888;
}
.shi-view-btn a {
    color: #4d4d4d;
}
.shi-view-btn a:hover {
    text-decoration: underline;
}

    /* introduce */
/*2/3/4/6*/
.shi-meaning-box,
.shi-story-box,
.shi-theme-box,
.shi-investment-box {
    color: #fff;
}

/*1*/
.shi-company-inner {
    width: 450px;
    margin-left: auto;
    margin-right: -70px;
}

.shi-company-logo {
    width: 45%;
    margin-bottom: 28px;
}

.shi-company-box .shi-text:not(:last-child) {
    margin-bottom: 55px;
}

@media (max-width: 1366px) {
    .shi-company-inner {
        width: 400px;
        margin-right: 0;
    }
}

/*2*/
.shi-meaning-inner {
    width: 450px;
    margin-top: -100px;
}

.shi-meaning-box .shi-subtitle_1 {
    margin-bottom: 50px;
}

.shi-meaning-box .shi-text:not(:last-child) {
    margin-bottom: 55px;
}

/*3*/
.shi-story-inner {
    width: 450px;
    margin-left: auto;
    margin-right: -100px;
}

.shi-story-box .shi-subtitle_1 {
    margin-bottom: 45px;
}

.shi-story-box .shi-text:not(:last-child) {
    margin-bottom: 35px;
}

@media (max-width: 1366px) {
    .shi-story-inner {
        margin-right: -50px;
    }
}

/*4*/
.shi-theme-box.shi-container {
    padding-top: 100px;
}

.shi-theme-inner {
    display: flex;
    flex-direction: column;
    height: 600px;
}

.shi-theme-title {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.shi-theme-box .shi-title,
.shi-theme-box .shi-title_en,
.shi-investment-box .shi-title,
.shi-investment-box .shi-title_en {
    text-align: center;
}

.shi-theme-images {
    display: flex;
    align-items: flex-end;
}

.shi-theme-img {
    position: relative;
    margin-left: -40px;
    flex: 1;
    transition: transform 1s ease 0s;
    transform-origin: bottom;
}

.shi-theme-img:hover {
    transform: scale(1.2);
}

@media (max-width: 1680px) {
    .shi-theme-box.shi-container {
        padding-top: 0;
    }

    .shi-theme-inner {
        height: 580px;
    }
}

@media (max-width: 1536px) {
    .shi-theme-inner {
        height: 500px;
    }
}

@media (max-width: 1368px) {
    .shi-theme-inner {
        height: 380px;
    }

}

/*5*/
.shi-media-partner-inner {
    position: relative;
    height: 600px;
}

.shi-media-partner-box .shi-cloud-bg {
    position: absolute;
    width: 100%;
    top: 0;
}

.shi-media-partner-img {
    width: 100%;
}

/*6*/
.shi-investment-box .shi-text {
    line-height: 2.0;
}

.shi-investment-list {
    display: flex;
    height: 384px;
}

.shi-investment-item {
    flex: 1;
    padding: 100px 30px 0 30px;
}

.shi-investment-img {
    position: relative;
    margin-bottom: 28px;
    height: 130px;
    background: #fff;
}

/*printer*/
/*1*/
.shi-printer-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    perspective: 200px;
}

.shi-chocolate-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 68%;
}

.shi-machine-bg {
    position: absolute;
    width: 42%;
    z-index: 5;
    bottom: 60px;
}

.shi-surfing-bg {
    position: absolute;
    bottom: 130px;
    right: 130px;
    width: 25%;
    z-index: 5;
    animation: animate-surfing 2s infinite both;
}

.shi-keyword-box_surfing {
    position: relative;
    color: #fff;
    margin-top: 10%;
    margin-left: 30%;
    z-index: 20;
}

.shi-keyword-box_surfing h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 16px;
}

.shi-keyword-box_surfing h4 {
    font-size: 22px;
    font-weight: bold;
}

.shi-keyword-box_surfing p {
    color: rgba(255, 255, 255, .8);
    margin-top: 18px;
    line-height: 2.0;
}

@media (max-width: 1400px) {
    .shi-keyword-box_surfing {
        margin-left: 35%;
    }
}

@media (max-width: 1366px) {
    .shi-keyword-box_surfing {
        margin-top: 5%;
    }
}

/*2*/
.shi-technology-box {
    width: 1050px;
}

.shi-technology-box .shi-title,
.shi-technology-box .shi-title_en {
    position: relative;
    text-align: center;
    z-index: 100;
}

.shi-technology-box .shi-cloud-bg {
    position: absolute;
    width: 86%;
    left: 5%;
    top: -20%;
    z-index: 10;
}

.shi-technology-list {
    position: relative;
    display: flex;
}

.shi-technology-shadow {
    position: absolute;
    bottom: 120px;
    left: 0;
    z-index: 10;
}

.shi-technology-item {
    z-index: 100;
    flex: 1;
    padding: 50px 20px 20px 20px;
}

.shi-technology-item:first-child {
    padding-left: 0;
}

.shi-technology-item:last-child {
    padding-right: 0;
}

.shi-technology-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background: url(../../images/website/shi-index-s1_1.png) no-repeat center;
    background-size: contain;
    animation: animate-waggle-level 3s .15s linear infinite;
}

.shi-technology-img .text {
    padding-top: 20px;
    animation: animate-waggle-level_no 3s .15s linear infinite;
}

.shi-technology-item .shi-text {
    margin-top: 15px;
    line-height: 2.0;
    text-align: center;
}

/*3*/
.shi-interaction-box.shi-container {
    width: 1140px;
    height: 100%;
    padding-top: 100px;
}

.shi-interaction-inner {
    position: absolute;
    bottom: 0;
    width: 1140px;
    height: 750px;
    color: #fff;
}

.shi-interaction_title {
    text-align: center;
    padding-bottom: 30px;
}

.shi-interaction-inner .shi-subtitle_2 {
    margin-top: 20px;
}

.shi-interaction-list {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 500px;
}

.shi-interaction-phone {
    width: 500px;
    height: 543px;
    margin: 0 auto;
    z-index: 50;
    background: url(../../images/website/shi-printer-s3_2.png) center bottom / contain no-repeat;
}

.shi-interaction-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 170px;
    height: 170px;
    color: #000;
    background: url(../../images/website/shi-printer-s3_1_0.png) center center / cover no-repeat;
    z-index: 60;
}

.shi-interaction-content .shi-text {
    margin-top: 8px;
    text-align: center;
}

.shi-interaction-item_1 .shi-pointing-line {
    position: absolute;
    top: 10px;
    left: 75px;
}

.shi-interaction-item_2 .shi-pointing-line {
    position: absolute;
    left: 224px;
    bottom: 166px;
}

.shi-interaction-item_3 .shi-pointing-line {
    position: absolute;
    right: 270px;
    bottom: 220px;
}

.shi-interaction-item_4 .shi-pointing-line {
    position: absolute;
    bottom: 194px;
    right: 40px;
}

.shi-interaction-item_1 .shi-interaction-content {
    position: absolute;
    top: -70px;
    left: -10px;
}

.shi-interaction-item_2 .shi-interaction-content {
    position: absolute;
    left: 64px;
    bottom: 66px;
}

.shi-interaction-item_3 .shi-interaction-content {
    position: absolute;
    top: -60px;
    right: 170px;
}

.shi-interaction-item_4 .shi-interaction-content {
    position: absolute;
    bottom: 198px;
    right: -60px;
}

.shi-interaction-item_5 .shi-interaction-content {
    position: absolute;
    bottom: 28px;
    right: 88px;
}

@media (max-width: 1536px) {
    .shi-interaction-inner {
        height: 650px;
    }
}

@media (max-width: 1366px) {
    .shi-interaction-inner {
        height: 580px;
    }

    .shi-interaction-list {
        transform: scale(0.8, 0.8);
    }
}

/*4*/
.shi-playing-box.shi-container {
    padding-top: 100px;
}

.shi-playing-inner {
    height: 600px;
}

.shi-playing_title {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

.shi-playing-list {
    position: relative;
    height: 480px;
}

.shi-playing-bg {
    position: absolute;
    left: 442px;
    bottom: 4px;
    width: 30%;
}

.shi-playing-item_1 .shi-playing-img,
.shi-playing-item_2 .shi-playing-img,
.shi-playing-item_3 .shi-playing-img,
.shi-playing-item_4 .shi-playing-img,
.shi-playing-item_5 .shi-playing-img,
.shi-playing-item_6 .shi-playing-img,
.shi-playing-item_7 .shi-playing-img {
    animation: animate-waggle-level_no 6s .15s linear infinite;
}

.shi-playing-item_1 .shi-playing-img,
.shi-playing-item_3 .shi-playing-img,
.shi-playing-item_5 .shi-playing-img,
.shi-playing-item_7 .shi-playing-img {
    width: 220px;
}

.shi-playing-item_4 .shi-playing-img,
.shi-playing-item_6 .shi-playing-img {
    width: 180px;
}

.shi-playing-item_2 .shi-playing-img {
    width: 150px;
}

.shi-playing-item_1 .shi-playing-img {
    position: absolute;
    top: 10px;
    left: 300px;
    z-index: 5;
}

.shi-playing-item_2 .shi-playing-img {
    position: absolute;
    top: 130px;
    left: 55px;
    z-index: 10;
}

.shi-playing-item_3 .shi-playing-img {
    position: absolute;
    top: 230px;
    left: 20px;
    z-index: 5;
}

.shi-playing-item_4 .shi-playing-img {
    position: absolute;
    top: 367px;
    left: 154px;
    z-index: 10;
}

.shi-playing-item_5 .shi-playing-img {
    position: absolute;
    top: 10px;
    right: 150px;
    z-index: 5;
}

.shi-playing-item_6 .shi-playing-img {
    position: absolute;
    top: 110px;
    right: 40px;
    z-index: 10;
}

.shi-playing-item_7 .shi-playing-img {
    position: absolute;
    top: 330px;
    right: 10px;
    z-index: 5;
}

.shi-playing-text {
    position: absolute;
    display: inline-block;
    padding: 0 30px;
    height: 28px;
    font-size: 17px;
    line-height: 28px;
    color: #000;
    border-radius: 15px;
    background-color: #ffea00;
    z-index: 15;
}

.shi-playing-item_1 .shi-playing-text {
    top: 80px;
    left: 220px;
}

.shi-playing-item_3 .shi-playing-text {
    top: 300px;
    left: -60px;
}

.shi-playing-item_5 .shi-playing-text {
    top: 66px;
    right: 75px;
}

.shi-playing-item_7 .shi-playing-text {
    top: 380px;
    right: -60px;
}

@media (max-width: 1680px) {
    .shi-playing-item_1 .shi-playing-img,
    .shi-playing-item_3 .shi-playing-img,
    .shi-playing-item_5 .shi-playing-img,
    .shi-playing-item_7 .shi-playing-img {
        width: 200px;
    }

    .shi-playing-item_4 .shi-playing-img,
    .shi-playing-item_6 .shi-playing-img {
        width: 164px;
    }

    .shi-playing-item_2 .shi-playing-img {
        width: 136px;
    }

}

@media (max-width: 1536px) {
    .shi-playing-box.shi-container {
        padding-top: 0;
    }
}

@media (max-width: 1366px) {
    .shi-playing-inner {
        height: 520px;
    }

    .shi-playing_title {
        margin-bottom: 0;
    }

    .shi-playing-list {
        transform: scale(0.8, 0.8);
    }
}

/*5*/
.shi-equipment-inner {
    width: 500px;
    height: 400px;
    margin-left: -16%;
    margin-top: -15%;
    padding: 80px 80px 75px 100px;
    background: url(../../images/website/shi-printer-s5_1.png) center top / contain no-repeat;
}

.shi-equipment-box .shi-text {
    margin-bottom: 4px;
}

@media (max-width: 1366px) {
    .shi-equipment-inner {
        margin-left: -12%;
    }
}

/*6*/

.shi-scene-box .shi-title,
.shi-scene-box .shi-title_en,
.shi-honor-box .shi-title,
.shi-honor-box .shi-title_en {
    color: #fff;
    text-align: center;
}

.shi-scene-box .shi-cloud-bg {
    left: 50%;
    top: 66px;
    opacity: 1;
}

.shi-scene-box .shi-apply-line {
    margin-top: 80px;
}

@media (max-width: 1366px) {
    .shi-scene-box .shi-cloud-bg {
        width: 80%;
    }

    .shi-apply-line {
        transform: scale(0.8, 0.8);
    }
}

/*7*/
.shi-honor-box {
}

.shi-honor-inner {
    position: relative;
    height: 650px;
    padding-top: 70px;
}

.shi-honor-light {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.shi-honor-content {
    position: relative;
    width: 60%;
    padding-top: 30px;
    margin: 0 auto;
    z-index: 15;
}

.shi-honor-bg {
    position: absolute;
    right: 15px;
    bottom: -35px;
    z-index: 10;
    width: 20%;
    transform-origin: center bottom;
    animation: animate-waggle-ballet 3s .15s linear infinite;
}

@media (max-width: 1536px) {
    .shi-honor-inner {
        padding-top: 20px;
    }

    .shi-honor-content {
        padding-top: 0;
    }

    .shi-honor-bg {
        bottom: 36px;
    }
}

@media (max-width: 1366px) {
    .shi-honor-inner {
        height: 560px;
    }

    .shi-honor-content {
        width: 52%;
    }

    .shi-honor-bg {
        right: 80px;
        width: 18%;
    }
}

/* scene */
.shi-scene-title {
    margin-top: 70px;
    margin-bottom: -120px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.shi-scene-logo {
    margin-right: 15px;
    width: 70px;
}

.shi-scene-title_content .title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.shi-scene-title_content .brief {
    font-size: 22px;
    margin: 0;
    letter-spacing: 1px;
}

.shi-locations-list {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 70px;
    border-top: 1px solid #999;
}

.shi-locations-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 12px 15px;
    display: flex;
    align-items: flex-start;
}

.shi-locations-img {
    width: 262px;
    height: 200px;
    padding: 5px;
    border: 1px solid #9999;
    overflow: hidden;
}

.shi-locations-content {
    flex: 1;
    padding: 13px;
    line-height: 2.0;
}

.shi-locations-name {
    padding-bottom: 10px;
    font-size: 15px;
    border-bottom: 1px solid #999;
    font-weight: bold;
}

.shi-locations-time {
    display: flex;
    font-size: 13px;
}

.shi-locations-time .desc {
    font-weight: normal;
}

.shi-locations-address {
    display: flex;
    margin-top: 16px;
    font-size: 13px;
}

.shi-locations-address .desc {
    flex: 1;
}

/* cooperation */
/*2*/
.shi-service-inner {
    padding-top: 30px;
    height: 600px;
}

.shi-service-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shi-service-item {
    position: relative;
    flex: 1;
}

.shi-cooperation-title {
    width: 100%;
    text-align: center;
    margin-bottom: 68px;
}
@media (max-width: 1366px) {
    .shi-service-inner {
        height: 500px;
    }
}
/*3*/
.shi-wealth-inner {
    padding-top: 90px;
}

.shi-wealth-title {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.shi-wealth-content {
    position: relative;
    height: 500px;
}

.shi-wealth-line {
    width: 550px;
    margin: 0 auto;
}

.shi-wealth-img {
    position: absolute;
    height: 28%;
    animation: sway 2s 0.2s infinite;
}

.shi-wealth-img_1 {
    left: 230px;
    top: 50px;
}

.shi-wealth-img_2 {
    left: 266px;
    top: 270px;
}

.shi-wealth-img_3 {
    left: 458px;
    top: 384px;
}

.shi-wealth-img_4 {
    right: 230px;
    top: 50px;
}

.shi-wealth-img_5 {
    right: 266px;
    top: 270px;
}

.shi-wealth-machine {
    position: absolute;
    width: 14%;
    top: 35px;
    left: 445px;
}

@media (max-width: 1536px) {
    .shi-wealth-inner {
        padding-top: 0;
    }

    .shi-wealth-title {
        margin-bottom: 0;
    }

    .shi-wealth-content {
        transform: scale(0.9, 0.9);
    }
}

@media (max-width: 1366px) {
    .shi-wealth-title {
        margin-bottom: -30px;
    }

    .shi-wealth-content {
        transform: scale(0.8, 0.8);
    }
}

/* 4 */
.shi-contact-box.shi-container {
}

.shi-contact-inner {
    position: relative;
    height: 650px;
}

.shi-contact-title {
    margin-bottom: 40px;
    color: #000;
    text-align: center;
}

.shi-contact-content {
}

.shi-contact-list {
    position: relative;
    height: 480px;
    z-index: 60;
}

.shi-contact-item {
    position: relative;
    background: #ffea00;
    line-height: 2.0;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shi-contact-item:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: #ffea00 transparent transparent;
    overflow: hidden;
}

.shi-contact-item_1 {
    top: 44px;
    left: 200px;
    width: 47%;
    padding: 12px 45px;
    font-size: 14px;
    border-radius: 10px;
}

.shi-contact-item_1:after {
    border-width: 12px 20px;
    right: 15px;
    bottom: -13px;
    transform: rotate(80deg);
}

.shi-contact-item_2 {
    top: 110px;
    left: 550px;
    width: 30%;
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 10px;
}

.shi-contact-item_2:after {
    border-width: 10px 15px;
    left: 15px;
    bottom: -10px;
    transform: rotate(280deg);
}

.shi-contact-item_3 {
    top: 120px;
    left: 120px;
    flex-direction: column;
    width: 24%;
    padding: 25px 50px 40px;
    font-size: 20px;
    border-radius: 16px;
}

.shi-contact-item_3:after {
    border-width: 30px 42px;
    right: 15px;
    bottom: -25px;
    transform: rotate(75deg);
}

.shi-contact-item_4 {
    top: 15px;
    left: 748px;
    flex-direction: column;
    width: 20%;
    padding: 20px 30px 30px;
    font-size: 18px;
    border-radius: 16px;
}

.shi-contact-item_4:after {
    border-width: 20px 30px;
    left: 15px;
    bottom: -20px;
    transform: rotate(286deg);
}

.shi-contact-item_1 .shi-contact-icon {
    margin-right: 15px;
    width: 8%;
}

.shi-contact-item_2 .shi-contact-icon {
    margin-right: 15px;
    width: 14%;
}

.shi-contact-item_3 .shi-contact-icon {
    margin-bottom: 4px;
    width: 24%;
}

.shi-contact-item_4 .shi-contact-icon {
    margin-bottom: 4px;
    width: 24%;
}

.shi-contact-bg_left {
    width: 36%;
    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translate(-50%, 0);
    z-index: 50;
}

.shi-contact-bg_right {
    width: 18%;
    position: absolute;
    left: 74%;
    bottom: -80px;
    transform: translate(-50%, 0);
    z-index: 50;
}

@media (max-width: 1536px) {
    .shi-contact-inner {
        height: 600px;
    }

    .shi-contact-title {
        margin-bottom: 0;
    }

    .shi-contact-bg_left {
        width: 30%;
        bottom: 0;
    }

    .shi-contact-bg_right {
        width: 15%;
        left: 70%;
        bottom: 0;
    }
}
@media (max-width: 1366px) {
    .shi-contact-list {
        transform: scale(0.9, 0.9);
        margin-top: -50px;
    }

    .shi-contact-bg_left {
        width: 26%;
    }

    .shi-contact-bg_right {
        width: 12%;
        left: 67%;
    }
}
