ul,
li {
    list-style: none;
}

em {
    font-style: normal;
}

a,
a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
}

body {
    background-color: #fff;
    line-height: 1.5;
    margin: 0 auto;
    color: #3e3a39;
    min-width: 1226px;
}

label {
    font-weight: normal;
}

/* font */
@font-face {
    font-family: 'iconfont';  /* project id 898373 */
    src: url('//at.alicdn.com/t/font_898373_dh0j3qri4gm.eot');
    src: url('//at.alicdn.com/t/font_898373_dh0j3qri4gm.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_898373_dh0j3qri4gm.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_898373_dh0j3qri4gm.woff') format('woff'),
    url('//at.alicdn.com/t/font_898373_dh0j3qri4gm.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_898373_dh0j3qri4gm.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;
}

/*  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-scroll {
    0%, 100% {
        opacity: 0;
        border-width: 0.5px;
    }
    50% {
        opacity: 1;
        border-width: 1px;
    }
}

/* layout */
.shi-dividers {
    height: 1px;
    margin: 0;
    border: none;
    background-color: #b3b3b3;
}

.shi-dividers-vertical {
    width: 1px;
    margin: 0;
    height: 100%;
    border: none;
    background-color: #b3b3b3;
}

/* navbar */
.shi-navbar-box {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.shi-navbar {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 68px;
    padding: 7px 40px 7px 80px;
    font-size: 16px;
    background: rgba(197, 197, 198, .7);
}

.shi-navbar-brand {
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 50px;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.shi-navbar-brand:last-child {
    margin-right: 0;
}

.shi-navbar-collapse {
    flex-grow: 1;
    display: flex;
    align-items: center;
    flex-basis: auto;
}

.shi-navbar-nav {
    display: flex;
    flex-direction: row;
    margin-right: auto;
    margin-bottom: 0;
}

.shi-nav-link {
    display: block;
    font-size: 16px;
    margin: 0 15px;
    padding: .5rem;
    color: rgba(62, 58, 57, .6);
}

.shi-nav-item.active > .shi-nav-link,
.shi-nav-item:hover > .shi-nav-link {
    color: rgba(62, 58, 57, .9);
}

.shi-dropdown-toggle:before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-bottom: 3px;
    margin-right: 15px;
    border-width: 0 1px 1px 0;
    border-color: rgba(62, 58, 57, .5);
    border-style: solid;
    transform: rotate(45deg);
}

.shi-nav-item.active > .shi-dropdown-toggle:before,
.shi-nav-item:hover > .shi-dropdown-toggle:before {
    border-color: rgba(62, 58, 57, .9);
}

.shi-dropdown {
    position: relative;
}

.shi-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 1rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #3e3a39;
    text-align: left;
    background-color: #cdd2d5;
    background-clip: padding-box;
}

.shi-dropdown:hover .shi-dropdown-menu {
    display: block;
}

.shi-dropdown-item {
    display: block;
    width: 100%;
    padding: 1rem .5rem;
    font-weight: 400;
    color: rgba(62, 58, 57, .5);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
}

/* footer */
.shi-footer-tool {
    display: flex;
    align-items: center;
    width: 280px;
    height:38px;
    margin: 0 20px 4px auto;
    padding-left: 15px;
    color: #fff;
    background-color: #0089d3;
}
.shi-icon-message {
    font-size: 22px;
    line-height: 1.0;
    margin-top: 2px;
}

.shi-footer-tool .shi-dividers-vertical {
    margin: 0 15px;
    background-color: rgba(0,0,0,.1);
}
.shi-footer-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
.shi-footer {
    color: #fff;
    background-color: rgba(62, 58, 57, .8);
}

.shi-footer-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px;
}

.shi-footer-collapse {
    display: flex;
    align-items: stretch;
    height: 200px;
}

.shi-footer-left, .shi-footer-right {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.shi-footer-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 45px;
    padding-bottom: 25px;
}

.shi-footer-right {
    display: flex;
    align-items: center;
    padding-top: 45px;
    padding-bottom: 25px;
}

.shi-footerr-brand img {
    width: 80%;
}

.shi-mice-box {
    width: 30px;
    height: 60px;
    margin: 0 auto;
    padding-top: .25rem;
    padding-bottom: .5rem;
    text-align: center;
}

.shi-ripple {
    display: block;
    width: 12px;
    height: 12px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    margin: 10px 2px 6px 10px;
    opacity: 0;
}

.shi-ripple:last-child {
    margin-top: -14px;
}

.shi-ripple-lg {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

.shi-ripple-sm {
    border-color: rgba(255, 255, 255, .5);
}

.shi-footer-toggler .shi-ripple {
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg) translateX(1px);
    animation: mouse-scroll reverse 1.4s ease 700ms infinite;
}

.shi-footer-toggler .shi-wheel-box {
    margin-top: -8px;
}

.shi-wheel {
    height: 2px;
    width: 2px;
    display: block;
    margin: 4px auto;
    background: white;
    border-radius: 50%;
    position: relative;
}

.shi-footer-toggler .shi-wheel {
    animation: mouse-wheel reverse 1.4s ease infinite;
}

.shi-footer-brand {
    padding-top: 4px;
    padding-bottom: 4px;
}

.shi-footer-collapse .shi-wheel {
    animation: mouse-wheel 1.4s ease 500ms infinite;
}

.shi-footer-collapse .shi-ripple-box {
    margin-top: -8px;
    margin-left: -1px;
}

.shi-footer-collapse .shi-ripple {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    animation: mouse-scroll 1.4s ease infinite;
}

.shi-footer-form {
    padding: 15px 10px 45px;
}

.shi-footer-form .form-control {
    border-radius: 0;
    border: 0;
}

.shi-footer-form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.shi-footer-form .btn {
    border-radius: 0;
}

.shi-footer-form .btn:focus,
.shi-footer-form .btn-danger:focus {
    outline: 0;
    box-shadow: none;
}

.shi-footer-contact {
    padding-left: 30px;
}

.shi-footer-icon {
    font-size: 26px;
    line-height: 1.1;
    color: #b4b4b5;
}
.shi-address-line {
    display: flex;
    align-items: center;
}
.shi-address-icon {
    padding-right: 10px;
}
.shi-address-icon i {
    font-size: 20px;
}
.shi-address-text {
    font-size: 12px;
    line-height: 1.5;
}
/* exploration */
.shi-container {
    position: relative;
}

.shi-section {
    overflow: hidden;
}

.shi-section-content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1226px;
}

.shi-headline {
    width: 100%;
    margin: 0 auto 18px;
    font-size: 36px;
    line-height: 1.0;
    font-weight: 600;
}

.shi-subhead {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
}

.shi-content-desc {
    margin: 40px 0 50px;
}

.shi-intro {
    font-size: 15px;
    line-height: 34px;
}

.shi-intro-lg {
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 1px;
}

.shi-section-company {
    background: url("../images/shi-exploration-1.jpg") left bottom no-repeat;
}

.shi-section-company .shi-logotype {
    width: 231px;
    height: 62px;
    background: url("../images/shi-logo2-dark.png") center center / 231px 62px no-repeat;
}

.shi-section-company .shi-section-inner {
    width: 520px;
    margin: 130px 50px 0 auto;
}
@media (max-width: 1366px) {
    .shi-section-company .shi-section-inner {
        margin-right: 10px;
    }
}

@media (max-width: 1226px) {
    .shi-section-company .shi-section-inner {
        width: 490px;
        margin-right: 20px;
    }
}

.shi-section-company,
.shi-section-origin {
    position: relative;
    height: 1080px;
    z-index: 1;
}

.shi-section-origin {
    background: url("../images/shi-exploration-2.jpg") right bottom no-repeat;
    color: #fff;
}

.shi-section-origin .shi-logotype {
    width: 115px;
    height: 72px;
    margin: 53px 30px 160px auto;
    background: url("../images/shi-logo3.png") center center no-repeat;
}

.shi-section-origin .shi-section-inner {
    margin-left: 20px;
}

.shi-section-origin .shi-intro {
    width: 520px;
}

.shi-section-meaning {
    text-align: center;
    background: url("../images/shi-exploration-3.jpg") center 250px no-repeat;
}

.shi-section-meaning .shi-section-inner {
    margin-top: 76px;
    height: 930px;
}

.shi-section-year {
    background: url("../images/shi-exploration-4.jpg") center center no-repeat #888f99;
    height: 288px;
}

.shi-section-history {
    padding: 40px 0;
}

.shi-history-time,
.shi-history-event {
    font-size: 16px;
    line-height: 36px;
}

.shi-history-time {
    text-align: right;
    font-weight: 600;
}

.shi-history-btn {
    position: relative;
    display: block;
    width: 146px;
    margin: 40px auto 16px;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.0;
    color: #fff;
    background: #3e3a39;
    border-radius: 20px;
}

.shi-history-btn:after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 3px;
    width: 10px;
    height: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

.shi-history-btn:hover,
.shi-history-btn:active,
.shi-history-btn:focus {
    color: #fff;
}

.shi-section-partner {
    background: url("../images/shi-exploration-6.jpg") center center no-repeat;
    height: 825px;
    padding-top: 125px;
}

.shi-section-partner .shi-headline,
.shi-section-investment .shi-headline {
    margin-bottom: 110px;
    text-align: center;
    color: #fff;
}

.shi-section-investment {
    background: url("../images/shi-exploration-7.jpg") center center no-repeat;
    height: 935px;
    padding-top: 176px;
}

.shi-investment-list {
    display: flex;
    flex-flow: row wrap;
    margin-right: -35px;
    margin-left: -35px;
    padding: 0 15px;
}

.shi-investment-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    margin-right: 35px;
    margin-bottom: 0;
    margin-left: 35px;
}

.shi-investment-img {
    width: 100%;
}

.shi-investment-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 40px 0;
}

.shi-investment-body .shi-intro {
    color: #fff;
    text-align: justify;
}

/* scene */
.shi-section-scene {
    position: relative;
    height: 1080px;
}

.shi-section-food {
    background: url("../images/shi-scene-1.jpg") center right no-repeat;
}

.shi-section-food .shi-section-inner {
    margin: 280px auto 0 40px;
}

.shi-section-food .shi-intro {
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
}

.shi-foot-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 134px;
    margin-top: 25px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.0;
    color: #fff;
    background: #3e3a39;
    border-radius: 20px;
}

.shi-foot-btn:hover,
.shi-foot-btn:focus,
.shi-foot-btn:active {
    color: #fff;
}

.shi-section-education {
    background: url("../images/shi-scene-2.jpg") center center no-repeat;
}

.shi-section-education .shi-section-inner {
    width: 300px;
    margin: 70px 0 0 50px;
}

.shi-section-activity {
    background: url("../images/shi-scene-3.jpg") center center no-repeat;
    color: #fff;
}

.shi-section-activity .shi-section-inner {
    width: 325px;
    margin: 330px 60px 0 auto;
}

.shi-section-print {
    background-color: #dcdddd;
    padding-top: 80px;
}

.shi-print-head {
    position: relative;
    width: 100%;
}
.shi-print-title {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
}
.shi-print-head .shi-print-title {
    position: absolute;
    left: 140px;
    top: 50%;
    transform: translate(0, -50%);
}
.shi-print-inner .shi-print-title {
    background-color: #3e3a39;
    width: 204px;
    margin: 68px auto;
    padding: 6px 0;
    text-align: center;
    font-weight: bold;
    border-radius: 25px;
}
.shi-print-inner {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 8px;
    padding-bottom: 50px;
}
.shi-print-list {
    display: flex;
    width: 1226px;
}
.shi-print-list-1 {
    height: 512px;
}
.shi-print-list-2 {
    height: 542px;
}
.shi-print-list-3,
.shi-print-list-5 {
    height: 198px;
}
.shi-print-list-4 {
    height:576px;
}
.shi-print-item {
    display: flex;
    flex-direction: column;
}

.shi-print-list-3 .shi-print-item,
.shi-print-list-5 .shi-print-item {
    width: calc(100%/4);
}
.shi-print-imgbox {
    padding: 8px;
}

.shi-print-imgbox .img {
    position: relative;
    background-size: cover;
}
.shi-print-list-3 .img,
.shi-print-list-5 .img {
    height: 198px;
}

.img-1-1 {
    background: url("../images/shi-scene-4-2-1.jpg") center center no-repeat;
    height: 198px;
    width: 295px;
}

.img-1-2 {
    background: url("../images/shi-scene-4-2-2.jpg") center center no-repeat;
    height: 298px;
    width: 295px;
}

.img-1-3 {
    background: url("../images/shi-scene-4-2-3.jpg") center center no-repeat;
    height: 284px;
    width: 279px;
}

.img-1-4 {
    background: url("../images/shi-scene-4-2-4.jpg") center center no-repeat;
    height:212px;
    width: 279px;
}

.img-1-5 {
    background: url("../images/shi-scene-4-2-5.jpg") center center no-repeat;
    height: 512px;
    width: 322px;
}

.img-1-6 {
    background: url("../images/shi-scene-4-2-6.jpg") center center no-repeat;
    height:212px;
    width: 282px;
}

.img-1-7 {
    background: url("../images/shi-scene-4-2-7.jpg") center center no-repeat;
    height:284px;
    width: 282px;
}
.img-2-1 {
    background: url("../images/shi-scene-4-3-1.jpg") center center no-repeat;
    width: 349px;
    height: 542px;
}

.img-2-2 {
    background: url("../images/shi-scene-4-3-2.jpg") center center no-repeat;
    width: 275px;
    height: 189px;
}

.img-2-3 {
    background: url("../images/shi-scene-4-3-3.jpg") center center no-repeat;
    width: 270px;
    height: 338px;
}

.img-2-4 {
    background: url("../images/shi-scene-4-3-4.jpg") center center no-repeat;
    width: 270px;
    height: 338px;
}

.img-2-5 {
    background: url("../images/shi-scene-4-3-5.jpg") center center no-repeat;
    width:270px;
    height: 189px;
}

.img-2-6 {
    background: url("../images/shi-scene-4-3-6.jpg") center center no-repeat;
    width: 282px;
    height: 542px;
}

.img-3-1 {
    background: url("../images/shi-scene-4-4-1.jpg") center center no-repeat;
}

.img-3-2 {
    background: url("../images/shi-scene-4-4-2.jpg") center center no-repeat;
}

.img-3-3 {
    background: url("../images/shi-scene-4-4-3.jpg") center center no-repeat;
}

.img-3-4 {
    background: url("../images/shi-scene-4-4-4.jpg") center center no-repeat;
}

.img-4-1 {
    background: url("../images/shi-scene-4-5-1.jpg") center center no-repeat;
    width: 237px;
    height: 315px;
}

.img-4-2 {
    background: url("../images/shi-scene-4-5-2.jpg") center center no-repeat;
    width: 237px;
    height: 247px;
}

.img-4-3 {
    background: url("../images/shi-scene-4-5-3.jpg") center center no-repeat;
    width: 312px;
    height: 249px;
}

.img-4-4 {
    background: url("../images/shi-scene-4-5-4.jpg") center center no-repeat;
    width: 312px;
    height: 313px;
}

.img-4-5 {
    background: url("../images/shi-scene-4-5-5.jpg") center center no-repeat;
    width:336px;
    height: 194px;
}

.img-4-6 {
    background: url("../images/shi-scene-4-5-6.jpg") center center no-repeat;
    width: 336px;
    height: 368px;
}
.img-4-7 {
    background: url("../images/shi-scene-4-5-7.jpg") center center no-repeat;
    width: 292px;
    height: 326px;
}
.img-4-8 {
    background: url("../images/shi-scene-4-5-8.jpg") center center no-repeat;
    width: 292px;
    height: 236px;
}
.img-5-1 {
    background: url("../images/shi-scene-4-6-1.jpg") center center no-repeat;
}

.img-5-2 {
    background: url("../images/shi-scene-4-6-2.jpg") center center no-repeat;
}

.img-5-3 {
    background: url("../images/shi-scene-4-6-3.jpg") center center no-repeat;
}

.img-5-4 {
    background: url("../images/shi-scene-4-6-4.jpg") center center no-repeat;
}

