/*滚动条*/

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F1F1F1;
}

::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

html {
    scrollbar-face-color: #bfbfbf;
    /*滚动条颜色*/
    scrollbar-highlight-color: #000;
    scrollbar-3dlight-color: #000;
    scrollbar-darkshadow-color: #000;
    scrollbar-Shadow-color: #adadad;
    /*滑块边色*/
    scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
    /*箭头颜色*/
    scrollbar-track-color: #eeeeee;
    /*背景颜色*/
}

/*重置css*/

body {
    font-family: Roboto, Source Han Sans CN, noto sans, Helvetica, Microsoft Yahei, sans-serif;
    background-color: #fff;
}

.mdui-container {
    display: block;
}

.mdui-toolbar .mdui-btn {
    min-width: 4em;
    padding: 0 8px;
    margin-left: 16px;
}

.mdui-toolbar > .mdui-btn-icon {
    width: 40px !important;
    min-width: 40px;
    height: 40px;
}

.mdui-tab .mdui-tab-active {
    color: #f44336 !important;
}

.mdui-theme-primary-red .mdui-tab-indicator {
    background-color: #f44336 !important;
}

.mdui-text-index-2 {
    text-indent: 2rem;
}

.mdui-text-index-0 {
    text-indent: 0rem;
}

.mdui-tooltip img {
    width: 100px;
    display: block;
    margin: 4px 0;
}

.best-card-news .mdui-card-header {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.best-card-news .mdui-list-item .mdui-icon {
    font-size: 12px;
    line-height: 24px;
    color: rgba(0, 0, 0, .8);
}

.best-card-news .mdui-list-item {
    padding: 0 16px 0 4px;
}

.best-card-news .mdui-list-item-content {
    font-size: 16px;
}

.best-card-news .mdui-card-media {
    padding: 28.125%;
}

.best-card-news .mdui-card-media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.mdui-list-item-content {
    font-size: 14px;
}

.mdui-list-item-icon ~ .mdui-list-item-content {
    margin-left: 8px;
}

.mdui-list-item-active .mdui-list-item-content {
    font-weight: 400;
}

.mdui-list-item-text {
    word-break: break-all;
}

.mdui-panel-item-body {
    line-height: 30px;
    padding: 0 16px;
}

.mdui-panel-item-actions {
    padding: 8px 16px 0;
}

.best-grow .mdui-card-primary-title {
    font-weight: 500;
}

.best-grow .mdui-card-primary-subtitle {
    font-size: 1rem;
    opacity: .8;
    height: 48px;
}

.mdui-card-media {
    display: block;
}

.mdui-card-primary {
    padding: 0 0 0 26px;
}

.mdui-card-content {
    padding: 0 0 0 26px;
}

.mdui-textfield {
    padding-top: 20px;
}

.mdui-textfield .mdui-icon {
    bottom: 28px;
}

.best-phone .mdui-icon {
    bottom: 27px;
}

.mdui-typo-display-1 {
    font-size: 1.8rem
}

.mdui-typo blockquote {
    margin-left: 0;
    margin-right: 0;
    background-color: #f5f5f5;
    padding: 1em;
}

/*轮播图*/

.swiper-pagination-bullet {
    opacity: .7;
}

.swiper-pagination-bullet-active {
    background-color: #f44336;
    opacity: .9;
}

/*自定义*/

.mdui-flex {
    display: flex;
    flex-wrap: wrap;
}

.mdui-flex-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-between {
    justify-content: space-between;
}

/*.mdui-display-table {
    display: table-row !important;
}

.mdui-table-cell {
    display: table-cell !important;
    vertical-align: middle;
}

.mdui-table-row {
    display: table-row;
    vertical-align: middle;
}

.mdui-flex-column {
    height: 100px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
}

.mdui-flex-column .mdui-flex-item-main {
    flex: 3 3 0;
    overflow: hidden;
    text-overflow: ellipsis;
}


.two-line {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}*/

.mdui-border {
    border: 1px solid rgba(0, 0, 0, .08);
}

.mdui-border-radius {
    border-radius: 3px;
}

.mdui-p-y-auto {
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
}

.mdui-btn-border {
    /*box-sizing: border-box;*/
    border: 2px solid rgba(0, 0, 0, 0.1);
    line-height: 32px;
    /*box-shadow: 2px 2px 2px rgba(255, 255, 255, 0.8) inset;
      background: -moz-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#ffffff));*/
    /*background: -webkit-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%);
      background: -o-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%);
      background: -ms-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%);
      background: linear-gradient(to bottom, #f9f9f9 0%,#f5f5f5 100%);*/
}

.mdui-bg-hover:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.mdui-loading {
    text-align: center;
}

.mdui-list-item-time {
    font-size: 12px;
    min-width: 6em;
    text-align: right;
}

.mdui-panel-item-header {
    padding: 0 8px;
}

.mdui-panel-item-header > div {
    padding-right: 4px;
}

.mdui-panel-item-title {
    font-weight: 600;
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    flex: 4;
}

/*私有*/

body, html {
    height: 100%;
    font-size: 14px;
    box-sizing: border-box;
}

header {
    width: 100%;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200
}

.main {
    min-height: 500px;
}

.best-t1 {
    font-size: 22px;
    line-height: 1em;
    font-weight: bold;
    margin-top: 20px;
}

.best-t-e {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 7px;
    margin-bottom: 20px;
}

.best-t2 {
    font-size: 17px;
    line-height: 1em;
    font-weight: 500;
    height: 1em;
}

.best-t3 {
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
}

.best-t6 {
    font-size: 16px;
    line-height: 6em;
    font-weight: 500;
}

.best-text-content {
    font-size: 14px;
    line-height: 20px;
    word-break: break-all;
    color: #999;
}

.best-text-content p {
    margin: 1em 0 0 0;
}

.best-text-content img {
    margin: 1em 0 0 0;
}

.best-text-content > p:first-child {
    margin-top: 0px;
}

.best-b-time {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1em;
    text-align: right;
    font-weight: 500;
    color: #666;
}

.best-b-time-sm {
    font-size: 12px;
    line-height: 1em;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}

.best-memorabilia-text {
    padding-right: 8px;
}

.best-memorabilia-text .best-text-content {
    max-height: 150px;
    overflow: hidden;
    position: relative;
}

.best-memorabilia-text .best-text-content .best-ellipsis {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3em;
    text-align: right;
    /*background: -moz-linear-gradient(left, rgba(245,245,245,0.1) 50%,#f5f5f5 100%);
      background: -webkit-linear-gradient(left, rgba(245,245,245,0.1) 50%,#f5f5f5 100%);
      background: -o-linear-gradient(left, rgba(245,245,245,0.1) 50%,#f5f5f5 100%);
      background: -ms-linear-gradient(left, rgba(245,245,245,0.1) 50%,#f5f5f5 100%);*/
    background: linear-gradient(to right, rgba(245, 245, 245, 0.1) 10%, #f5f5f5 80%);
}

/*#header-menu {
    z-index: 3
}*/

.best-input {
    border: none;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0);
    width: auto;
}

.best-logo {
    min-width: 0;
    height: 20px;
    text-align: left;
    line-height: 40px;
    font-size: 20px !important;
    font-weight: 600 !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.best-logo img {
    height: 100%;
}

#left-drawer .mdui-list-item-active {
    color: #f44336;
}

.best-company .mdui-card-media img {
    height: auto !important;
}

.best-company .mdui-card-content img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 1.2em;
}

.best-culture img {
    width: 100%;
}

.best-partner .mdui-col div {
    width: 100%;
    padding: 50% 0;
    border: 1px solid rgba(0, 0, 0, .08);
    position: relative;
}

.best-partner .mdui-col div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best-card-news .mdui-card-primary {
    padding-left: 16px;
}

.best-arrow {
    position: absolute;
    bottom: -12px;
    left: 50px;
    box-sizing: border-box;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: rgba(97, 97, 97, .9);
}

.best-memorabilia .best-text-content {
    margin: 8px 0 4px;
}

.best-menu {
    box-sizing: border-box;
    max-width: 213.3333333333px;
}

.best-menu.fixed {
    position: fixed;
    top: 80px;
    width: 16%;
}

.best-menu .mdui-list-item-active {
    color: #f44336;
}

.best-recruit-head {
    display: flex;
    margin-bottom: 8px;
    padding: 0 32px 0 8px;
    line-height: 48px;
    text-align: center;
    font-weight: 600;
}

.best-recruit-hd {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    flex: 3;
}

.best-recruit-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

#wechat {
    max-width: 300px;
}

#wechat img {
    width: 100%;
}

.best-bannar {
    display: block;
    height: 27vw
}

.best-bg-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.best-partition {
    line-height: 30px;
    border-left: 3px solid #f44336;
    font-size: 16px;
}

.best-list .best-list-item {
    display: flex;
    flex-wrap: wrap;
    line-height: 30px;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.best-list .best-list-item.start {
    align-items: flex-start;
}

.best-list > .best-list-item {
    margin: 4px 0;
}

.best-list-item .best-list-img {
    width: 32%;
    padding: 9% 0;
    /* box-sizing: border-box; */
    position: relative;
    border-radius: 2px;
    margin-right: 8px;
}

.best-list-item .best-list-img-xs {
    padding: 12% 0;
    margin-right: 0;
}

.best-list-item .best-list-img img {
    position: absolute;
    left: 0;
    top: 0;
}

.best-list-title {
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 600;
}

.best-list-item .best-list-hd {
    min-width: 4em;
    margin: 0 4px;
    text-align: justify;
    text-align: end;
    text-align-last: justify;
    text-justify: distribute;
}

.best-list-item .best-list-bd {
    margin-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.best-list-item .mdui-icon {
    color: rgba(0, 0, 0, 0.6);
}

.best-new {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    padding-bottom: 8px;
    cursor: pointer;
    box-sizing: border-box;
}

.best-new:hover {
    background-color: rgba(0, 0, 0, .08);
}

.best-new .best-new-title {
    font-weight: 600;
    line-height: 30px;
    font-size: 16px;
    margin-top: 4px;
}

.best-new .best-new-content {
    line-height: 20px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
}

.best-new .mdui-icon {
    font-size: 16px;
}

picture {
    height: 100%;
}

.best-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best-title {
    font-weight: 500;
    line-height: 1.35em;
}

.best-title-small {
    font-weight: 400;
    line-height: 1em;
}

.best-b-l-white {
    border-left: 2px solid #fff;
}

#company-culture > p {
    font-size: 16px;
}

#company-album .swiper-slide {
    width: 45%;
    height: 100%;
}

#company-album .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best-lazy-preloader {
    width: 100%;
}

#company-album .swiper-slide .company-album-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 4px 8px;
    text-align: center;
}

.article-title {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
    margin: 0;
    color: #222;
}

.article-sub {
    font-size: 14px;
    color: #b2b2b2;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.article-content {
    padding: 10px 24px 0;
}

.article-content img[alt] {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
}

.article-content {
    font-size: 15px;
}

.article-content p {
    font-size: 15px;
    color: #333;
}

.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
    font-weight: 600 !important;
    border-left: 4px solid #4285f4;
    padding-left: 8px;
    margin-top: 2em;
    margin-bottom: 1.2em;
}

.article-content h1 {
    font-size: 18px;
}

.article-content h2 {
    font-size: 17px;
}

.article-content h3 {
    font-size: 16px;
}

.article-content h4 {
    font-size: 16px;
}

.article-content h5 {
    font-size: 15px;
}

.article-content h6 {
    font-size: 15px;
}

.best-new-more-title {
    font-size: 14px;
    font-weight: 600;
}

.best-new-more > div {
    margin-bottom: 8px;
}

.best-new-more > div > .best-list-item {
    background-color: #fff;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 3px;
}

.best-new-more > div > .best-list-item:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.best-new-more .best-list-item:last-child {
    margin-bottom: 0px;
}

.best-top {
    position: fixed;
    right: 8px;
    bottom: 100px;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff;
}

.best-top:hover {
    background-color: rgba(51, 51, 51, 0.7);
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*地图*/

.amap-info {
    width: 280px;
}

.amap-adcombo-close {
    background-color: #e2e2e2;
    top: 8px;
}

.amap-info-combo table {
    margin-top: 0;
}

/* 中国外贸家 */

.best-join .mdui-container {
    max-width: 1140px;
}

.best-introduce-left {
    padding: 25% 0;
    position: relative;
}

.best-introduce-right .mdui-col {
    padding: 12.5% 0;
    position: relative;
}

.best-introduce-left img, .best-introduce-right .mdui-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.best-process-left {
    padding: 29.16666666666666667% 0;
    position: relative;
}

.best-process-right .mdui-col {
    padding: 16.66666666666666667% 0;
    position: relative;
}

.best-process-left img, .best-process-right .mdui-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.best-introduce-bottom .mdui-img-fluid {
    margin-left: 20%;
}

.best-introduce-bottom p {
    font-size: 14px;
    line-height: 20px;
    word-break: break-all;
    margin-top: 0;
}

.best-introduce-bottom div > p:last-child {
    margin-bottom: 0;
}

.best-standard .mdui-col {
    padding-top: 3.5%;
    margin-top: 16px;
}

.best-standard-item {
    width: 60%;
    padding: 30% 0;
    margin: 0 auto 20%;
    border-radius: 6px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;

}

.best-standard-item .best-standard-icon {
    position: absolute;
    top: 15%;
    left: 15%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.best-standard-item .best-standard-icon div div {
    font-size: 1rem;
    font-weight: 500;
}

.best-standard-item .best-standard-icon .mdui-icon::before {
    font-size: 68px;
    font-weight: 400;
}

.best-standard-desc {
    width: 68%;
    min-width: 10em;
    margin: 0 auto;
    font-size: 15px;
    line-height: 20px;
    word-break: keep-all;
    text-align: center;
}

.best-case .mdui-card-primary {
    padding: 8px 16px 0;
}

.best-case .mdui-card-content {
    padding: 0px 16px;
    line-height: 20px;
}

.best-footer-title {
    font-size: 1.8rem;
    font-weight: 300;
}

.best-footer-title strong {
    font-weight: 500;
}

.best-tel {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 8px auto;
    font-size: 1.2rem;
}

/* 404页面 */
.notfound {
    height: 100%;
}

footer.notfound-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.notfound .mdui-btn .mdui-icon {
    font-size: 1.2em;
}

.text-img-center {
    position: absolute;
    top: 20%;
    text-align: center;
    width: 100%;
}

.text-img-center img {
    width: 10rem;
}

.text-p-center {
    position: absolute;
    top: 40%;
    text-align: center;
    font-size: .65rem;
    color: white;
    width: 100%;
}

.footer-last {
    height: 30rem;
    background-color: black;
    color: #969696;
}

.top {
    margin: 0 15% 0 15%;
    border-bottom: #969696 solid 0.5px;
    height: 80%;
}

.footer {
    margin: 0 15% 0 15%;
    height: 20%;
    line-height: 3rem;
}

.top-left {
    float: left;
    text-align: left;
    width: 50%;
}

.top-left img {
    margin-top: 100px;
}

.top-left ul {
    list-style: none;
    padding-left: 0;
    padding-top: 3%;
    line-height: 1.8rem;
}

.top-right {
    float: left;
    margin-top: 100px;
    text-align: left;
    width: 20%;
    margin-left: 10%;
}

.top-right ul {
    list-style: none;
    padding-left: 0;
    line-height: 1.8rem;
}

.top-right p {
    line-height: 0px;
    color: white;
    font-size: 18px;
}

.top-right-gz {
    float: left;
    margin-top: 150px;
    margin-left: 5%;
    text-align: left;
}

.top-right-gz img {
    height: 4rem;
    width: 4rem;
}

.xc-img {
    width: 50%;
    margin: auto;
    margin-bottom: 20px;
}

.header-section {
    background-size: cover;
    width: 100%;
    position: relative;
    display: table;
}

.header-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 2
}

.header-content h1 {
    font-size: 70px;
    color: white;
    text-transform: uppercase;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
    font-weight: 300;
}

.header-content .social {
    display: block;
    font-size: 18px;
    margin: 0 8px;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/*响应式*/

@media (min-width: 600px) {
    body {
        padding-top: 64px;
    }

    .mdui-toolbar {
        height: 64px;
        line-height: 64px;
    }

    .mdui-appbar .mdui-toolbar > .mdui-btn {
        margin: 0;
    }

    .mdui-appbar .mdui-toolbar > .mdui-btn + .mdui-btn {
        margin-left: 16px;
    }

    .mdui-sm-valign {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .mdui-sm-valign .order-right {
        order: 2;
    }

    .mdui-sm-text-right {
        text-align: right;
    }

    .best-memorabilia-text {
        padding-right: 26px;
    }

    .text-img-center img {
        width: 15rem;
    }

    .text-p-center {
        font-size: 1rem;
    }

    .footer-last {
        height: 30rem;
        background-color: black;
        color: #969696;
        /*font-size: .8rem;*/
    }

    .top {
        margin: 0 15% 0 15%;
        border-bottom: #969696 solid 0.5px;
        height: 80%;
    }

    .footer {
        margin: 0 15% 0 15%;
        height: 20%;
        line-height: 3rem;
    }

    .top-left {
        float: left;
        text-align: left;
        width: 50%;
    }

    .top-left img {
        margin-top: 100px;
    }

    .top-left ul {
        list-style: none;
        padding-left: 0;
        padding-top: 3%;
        line-height: 1.8rem;
    }

    .top-right {
        float: left;
        margin-top: 100px;
        text-align: left;
        width: 20%;
        margin-left: 10%;
    }

    .top-right ul {
        list-style: none;
        padding-left: 0;
        line-height: 1.8rem;
    }

    .top-right p {
        line-height: 0px;
        color: white;
        font-size: 18px;
    }

    .top-right-gz {
        float: left;
        margin-top: 150px;
        margin-left: 5%;
        text-align: left;
    }

    .top-right-gz img {
        height: 4rem;
        width: 4rem;
    }

    .left-pic {
        margin: 0 5% 0 5%
    }

    .right-text {
        margin-right: 15%
    }

    .left-text {
        margin-left: 5%
    }

    .right-pic {
        margin: 0 5% 0 5%
    }

    .header-content h1 {
        font-size: 35px;
        color: white;
        text-transform: uppercase;
        text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
        margin-bottom: 20px;
        font-weight: 300;
    }

    .header-content .social {
        display: block;
        font-size: 18px;
        margin: 0 8px;
        color: white;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .header-content .social img {
        width: 100px;
        height: 25px;
    }
}

@media (max-width: 959px) and (orientation: landscape) {
    body {
        padding-top: 48px;
    }

    .text-img-center img {
        width: 22rem;
    }

    .text-p-center {
        font-size: 1.5rem;
    }

    .footer-last {
        height: 30rem;
        background-color: black;
        color: #969696;
        /*font-size: .8rem;*/
    }

    .top {
        margin: 0 15% 0 15%;
        border-bottom: #969696 solid 0.5px;
        height: 80%;
    }

    .footer {
        margin: 0 15% 0 15%;
        height: 20%;
        line-height: 3rem;
    }

    .top-left {
        float: left;
        text-align: left;
        width: 50%;
    }

    .top-left img {
        margin-top: 100px;
    }

    .top-left ul {
        list-style: none;
        padding-left: 0;
        padding-top: 3%;
        line-height: 1.8rem;
    }

    .top-right {
        float: left;
        margin-top: 100px;
        text-align: left;
        width: 20%;
        margin-left: 10%;
    }

    .top-right ul {
        list-style: none;
        padding-left: 0;
        line-height: 1.8rem;
    }

    .top-right p {
        line-height: 0px;
        color: white;
        font-size: 18px;
    }

    .top-right-gz {
        float: left;
        margin-top: 150px;
        margin-left: 5%;
        text-align: left;
    }

    .top-right-gz img {
        height: 4rem;
        width: 4rem;
    }

    .header-content h1 {
        font-size: 60px;
        color: white;
        text-transform: uppercase;
        text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
        margin-bottom: 20px;
        font-weight: 300;
    }

    .header-content .social {
        display: block;
        font-size: 18px;
        margin: 0 8px;
        color: white;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .header-content .social img {
        width: 160px;
        height: 40px;
    }
}

@media (min-width: 1024px) {
    .mdui-md-valign {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .best-menu.fixed {
        width: 15.333333333333333%;
    }

    .footer-last {
        height: 30rem;
        background-color: black;
        color: #969696;
        /*font-size: .8rem;*/
    }

    .top {
        margin: 0 15% 0 15%;
        border-bottom: #969696 solid 0.5px;
        height: 80%;
    }

    .footer {
        margin: 0 15% 0 15%;
        height: 20%;
        line-height: 3rem;
    }

    .top-left {
        float: left;
        text-align: left;
        width: 50%;
    }

    .top-left img {
        margin-top: 100px;
    }

    .top-left ul {
        list-style: none;
        padding-left: 0;
        padding-top: 3%;
        line-height: 1.8rem;
    }

    .top-right {
        float: left;
        margin-top: 100px;
        text-align: left;
        width: 20%;
        margin-left: 10%;
    }

    .top-right ul {
        list-style: none;
        padding-left: 0;
        line-height: 1.8rem;
    }

    .top-right p {
        line-height: 0px;
        color: white;
        font-size: 18px;
    }

    .top-right-gz {
        float: left;
        margin-top: 150px;
        margin-left: 5%;
        text-align: left;
    }

    .top-right-gz img {
        height: 4rem;
        width: 4rem;
    }

    .header-content h1 {
        font-size: 70px;
        color: white;
        text-transform: uppercase;
        text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
        margin-bottom: 20px;
        font-weight: 300;
    }

    .header-content .social {
        display: block;
        font-size: 18px;
        margin: 0 8px;
        color: white;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .header-content .social img {
        width: 150px;
        height: 40px;
    }
}

@media (max-width: 1023px) {
    .mdui-card-primary {
        padding-left: 0;
    }

    .mdui-card-content {
        padding-left: 0;
    }

    .article-title {
        font-size: 22px;
    }

    /* .best-list-item .best-list-img {
      width: 80px;
    } */
    .best-standard-item {
        width: 70%;
        padding: 35% 0;
    }

    .best-case div.mdui-row-xs-1 .mdui-col:nth-child(3) {
        display: none;
    }

    .text-img-center img {
        width: 22rem;
    }

    .text-p-center {
        font-size: 1.5rem;
    }

    .footer-last {
        height: 30rem;
        background-color: black;
        color: #969696;
        /*font-size: .8rem;*/
    }

    .top {
        margin: 0 15% 0 15%;
        border-bottom: #969696 solid 0.5px;
        height: 80%;
    }

    .footer {
        margin: 0 15% 0 15%;
        height: 20%;
        line-height: 3rem;
    }

    .top-left {
        float: left;
        text-align: left;
        width: 50%;
    }

    .top-left img {
        margin-top: 100px;
    }

    .top-left ul {
        list-style: none;
        padding-left: 0;
        padding-top: 3%;
        line-height: 1.8rem;
    }

    .top-right {
        float: left;
        margin-top: 100px;
        text-align: left;
        width: 20%;
        margin-left: 10%;
    }

    .top-right ul {
        list-style: none;
        padding-left: 0;
        line-height: 1.8rem;
    }

    .top-right p {
        line-height: 0px;
        color: white;
        font-size: 18px;
    }

    .top-right-gz {
        float: left;
        margin-top: 150px;
        margin-left: 5%;
        text-align: left;
    }

    .top-right-gz img {
        height: 4rem;
        width: 4rem;
    }

    .header-content h1 {
        font-size: 70px;
        color: white;
        text-transform: uppercase;
        text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
        margin-bottom: 20px;
        font-weight: 300;
    }

    .header-content .social {
        display: block;
        font-size: 18px;
        margin: 0 8px;
        color: white;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .header-content .social img {
        width: 150px;
        height: 40px;
    }
}

@media (max-width: 599px) {
    body {
        padding-top: 44px;
    }

    header .mdui-tab a {
        padding: 12px 6px
    }

    .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 4px;
    }

    .mdui-toolbar {
        height: 44px;
        line-height: 44px;
    }

    .mdui-xs-fluid {
        width: 100%;
    }

    /*.mdui-p-y-auto {
          padding-top: 16px;
          padding-bottom: 16px;
      }*/
    .mdui-p-x-auto {
        padding-left: 16px;
        padding-right: 16px;
    }

    .mdui-m-y-auto {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .mdui-xs-text-center {
        text-align: center !important;
    }

    .swiper-container {
        /*height: 180px;*/
        height: 320px;
        /*height: 150px;*/
    }

    .swiper-container img {
        height: 100%;
        object-fit: cover;
    }

    .best-logo {
        height: 13px !important;
        line-height: 13px !important;
    }

    /* .best-partner-logo {
      width: 60px;
      height: 60px;
    } */
    .best-bannar {
        height: 50vw;
    }

    .best-title {
        font-size: 20px;
    }

    .best-title-small {
        font-size: 12px;
    }

    .mdui-toolbar .mdui-btn {
        font-size: 14px;
        min-width: 40px;
    }

    .mdui-xs-valign {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .mdui-xs-valign .mdui-flex-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

    #company-album .swiper-slide {
        width: 100%;
    }

    .article-content {
        padding-left: 8px;
        padding-right: 8px;
    }

    .best-introduce-right .mdui-col {
        padding: 16.66666666666666667% 0;
    }

    .best-introduce-bottom .mdui-img-fluid {
        margin: 0 auto 14px;
    }

    .best-case div.mdui-row-xs-1 .mdui-col:nth-child(2) {
        display: none;
    }

    .text-img-center img {
        width: 15rem;
    }

    .text-p-center {
        font-size: .65rem;
    }

    .footer-last {
        height: 55rem;
        background-color: black;
        color: #969696;
        /*font-size: .8rem;*/
    }

    .top {
        margin: 0 15% 0 15%;
        border-bottom: #969696 solid 0.5px;
        height: 80%;
    }

    .footer {
        margin: 0 15% 0 15%;
        height: 20%;
        line-height: 1.4rem;
    }

    .top-left {
        float: left;
        text-align: left;
        width: 100%;
    }

    .top-left img {
        margin-top: 30px;
    }

    .top-left ul {
        list-style: none;
        padding-left: 0;
        padding-top: 3%;
        line-height: 1.8rem;
    }

    .top-right {
        float: left;
        margin-top: 20px;
        text-align: left;
        width: 100%;
        margin-left: 0;
    }

    .top-right ul {
        list-style: none;
        padding-left: 0;
        line-height: 1.8rem;
    }

    .top-right p {
        line-height: 0px;
        color: white;
        font-size: 18px;
    }

    .top-right-gz {
        float: left;
        margin-top: 15px;
        margin-left: 30%;
        text-align: center;
    }

    .top-right-gz img {
        height: 6rem;
        width: 6rem;
    }

    .header-content h1 {
        font-size: 35px;
        color: white;
        text-transform: uppercase;
        text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
        margin-bottom: 20px;
        font-weight: 300;
    }

    .header-content .social {
        display: block;
        font-size: 18px;
        margin: 0 8px;
        color: white;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .header-content .social img {
        width: 100px;
        height: 25px;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .mdui-p-y-auto {
        padding-top: 3.5vw;
        padding-bottom: 3.5vw;
    }

    .mdui-p-x-auto {
        padding-left: 24px;
        padding-right: 24px;
    }

    .mdui-m-y-auto {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .best-logo {
        height: 15px !important;
        line-height: 15px;
    }

    .best-menu.filed {
        width: 15.66666666666667%;
    }

    .best-title {
        font-size: 24px;
    }

    .best-title-small {
        font-size: 15px;
    }

    #company-album .swiper-slide {
        width: 80%;
    }

    .text-img-center img {
        width: 18rem;
    }

    .text-p-center {
        font-size: 1rem;
    }

    .footer-last {
        height: 25rem;
        background-color: black;
        color: #969696;
        /*font-size: .8rem;*/
    }

    .top {
        margin: 0 15% 0 15%;
        border-bottom: #969696 solid 0.5px;
        height: 70%;
    }

    .footer {
        margin: 0 15% 0 15%;
        height: 20%;
        line-height: 3rem;
    }

    .top-left {
        float: left;
        text-align: left;
        width: 50%;
    }

    .top-left img {
        margin-top: 60px;
    }

    .top-left ul {
        font-size: 9px;
        list-style: none;
        padding-left: 0;
        padding-top: 0%;
        line-height: 1.5rem;
    }

    .top-right {
        float: left;
        margin-top: 50px;
        text-align: left;
        width: 30%;
        margin-left: 3%;
        font-size: 6px;
    }

    .top-right ul {
        list-style: none;
        padding-left: 0;
        line-height: 1.5rem;
        font-size: 2px;
    }

    .top-right p {
        line-height: 0px;
        color: white;
        font-size: 18px;
    }

    .top-right-gz {
        float: left;
        margin-top: 102px;
        margin-left: 2%;
        text-align: left;
    }

    .top-right-gz img {
        height: 4rem;
        width: 4rem;
    }

    .header-content h1 {
        font-size: 35px;
        color: white;
        text-transform: uppercase;
        text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
        margin-bottom: 20px;
        font-weight: 300;
    }

    .header-content .social {
        display: block;
        font-size: 18px;
        margin: 0 8px;
        color: white;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .header-content .social img {
        width: 100px;
        height: 25px;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .mdui-p-y-auto {
        padding-top: 2vw;
        padding-bottom: 2vw;
    }

    .mdui-p-x-auto {
        padding-left: 32px;
        padding-right: 32px;
    }

    .mdui-m-y-auto {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .best-title {
        font-size: 32px;
    }

    .best-title-small {
        font-size: 20px;
    }

    .text-img-center img {
        width: 24rem;
    }

    .text-p-center {
        font-size: 1.8rem;
    }

    .footer-last {
        height: 30rem;
        background-color: black;
        color: #969696;
        /*font-size: .8rem;*/
    }

    .top {
        margin: 0 15% 0 15%;
        border-bottom: #969696 solid 0.5px;
        height: 75%;
    }

    .footer {
        margin: 0 15% 0 15%;
        height: 20%;
        line-height: 3rem;
    }

    .top-left {
        float: left;
        text-align: left;
        width: 50%;
    }

    .top-left img {
        margin-top: 75px;
    }

    .top-left ul {
        list-style: none;
        padding-left: 0;
        padding-top: 3%;
        line-height: 1.8rem;
    }

    .top-right {
        float: left;
        margin-top: 65px;
        text-align: left;
        width: 27%;
        margin-left: 10%;
    }

    .top-right ul {
        list-style: none;
        padding-left: 0;
        line-height: 1.8rem;
        font-size: 11px;
    }

    .top-right p {
        line-height: 0px;
        color: white;
        font-size: 18px;
    }

    .top-right-gz {
        float: left;
        margin-top: 130px;
        margin-left: 2%;
        text-align: left;
    }

    .top-right-gz img {
        height: 4rem;
        width: 4rem;
    }

    .header-content h1 {
        font-size: 70px;
        color: white;
        text-transform: uppercase;
        text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
        margin-bottom: 20px;
        font-weight: 300;
    }

    .header-content .social {
        display: block;
        font-size: 18px;
        margin: 0 8px;
        color: white;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .header-content .social img {
        width: 150px;
        height: 40px;
    }
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .mdui-p-y-auto {
        padding-top: 1.56vw;
        padding-bottom: 1.56vw;
    }

    .mdui-p-x-auto {
        padding-left: 48px;
        padding-right: 48px;
    }

    .mdui-m-y-auto {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .best-title {
        font-size: 40px;
    }

    .best-title-small {
        font-size: 25px;
    }

    .text-img-center img {
        width: 24rem;
    }

    .text-p-center {
        font-size: 2rem;
    }

    .footer-last {
        height: 30rem;
        background-color: black;
        color: #969696;
        /*font-size: .8rem;*/
    }

    .top {
        margin: 0 15% 0 15%;
        border-bottom: #969696 solid 0.5px;
        height: 80%;
    }

    .footer {
        margin: 0 15% 0 15%;
        height: 20%;
        line-height: 3rem;
    }

    .top-left {
        float: left;
        text-align: left;
        width: 50%;
    }

    .top-left img {
        margin-top: 100px;
    }

    .top-left ul {
        list-style: none;
        padding-left: 0;
        padding-top: 3%;
        line-height: 1.8rem;
    }

    .top-right {
        float: left;
        margin-top: 100px;
        text-align: left;
        width: 20%;
        margin-left: 10%;
    }

    .top-right ul {
        list-style: none;
        padding-left: 0;
        line-height: 1.8rem;
    }

    .top-right p {
        line-height: 0px;
        color: white;
        font-size: 18px;
    }

    .top-right-gz {
        float: left;
        margin-top: 150px;
        margin-left: 5%;
        text-align: left;
    }

    .top-right-gz img {
        height: 4rem;
        width: 4rem;
    }

    .header-content h1 {
        font-size: 70px;
        color: white;
        text-transform: uppercase;
        text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
        margin-bottom: 20px;
        font-weight: 300;
    }

    .header-content .social {
        display: block;
        font-size: 18px;
        margin: 0 8px;
        color: white;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .header-content .social img {
        width: 150px;
        height: 40px;
    }
}

@media (min-width: 1920px) {
    .mdui-p-y-auto {
        padding-top: 1.56vw;
        padding-bottom: 1.56vw;
    }

    .mdui-p-x-auto {
        padding-left: 48px;
        padding-right: 48px;
    }

    .mdui-m-y-auto {
        margin-top: 56px;
        margin-bottom: 56px;
    }

    .best-title {
        font-size: 48px;
    }

    .best-title-small {
        font-size: 30px;
    }

    .text-img-center img {
        width: 22rem;
    }

    .text-p-center {
        font-size: 1.5rem;
    }

    .footer-last {
        height: 30rem;
        background-color: black;
        color: #969696;
        /*font-size: .8rem;*/
    }

    .top {
        margin: 0 15% 0 15%;
        border-bottom: #969696 solid 0.5px;
        height: 80%;
    }

    .footer {
        margin: 0 15% 0 15%;
        height: 20%;
        line-height: 3rem;
    }

    .top-left {
        float: left;
        text-align: left;
        width: 50%;
    }

    .top-left img {
        margin-top: 100px;
    }

    .top-left ul {
        list-style: none;
        padding-left: 0;
        padding-top: 3%;
        line-height: 1.8rem;
    }

    .top-right {
        float: left;
        margin-top: 100px;
        text-align: left;
        width: 20%;
        margin-left: 10%;
    }

    .top-right ul {
        list-style: none;
        padding-left: 0;
        line-height: 1.8rem;
    }

    .top-right p {
        line-height: 0px;
        color: white;
        font-size: 18px;
    }

    .top-right-gz {
        float: left;
        margin-top: 150px;
        margin-left: 5%;
        text-align: left;
    }

    .top-right-gz img {
        height: 4rem;
        width: 4rem;
    }

    .header-content h1 {
        font-size: 70px;
        color: white;
        text-transform: uppercase;
        text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
        margin-bottom: 20px;
        font-weight: 300;
    }

    .header-content .social {
        display: block;
        font-size: 18px;
        margin: 0 8px;
        color: white;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .header-content .social img {
        width: 150px;
        height: 40px;
    }
}

/* --------------------------------

Primary style

-------------------------------- */
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

img {
    max-width: 100%;
}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

/* --------------------------------

Main components

-------------------------------- */

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.cd-timeline-img.cd-picture {
    background: #75ce66;
}

.cd-timeline-img.cd-movie {
    background: #c03b44;
}

.cd-timeline-img.cd-location {
    background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    color: #303e49;
}

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

a.cd-read-more:hover {
    text-decoration: none;
    background-color: #424242;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }

    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }

    .cd-timeline-content .cd-read-more {
        float: left;
    }

    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

.demo {
    padding: 2em 0;
}

.main-timeline {
    overflow: hidden;
    position: relative;
}

.main-timeline:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #909090;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.main-timeline .timeline {
    width: 50%;
    /*padding-left: 50px;*/
    float: right;
    position: relative;
}

.main-timeline .timeline:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #909090;
    border: 7px solid #fff;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}

/*.main-timeline .timeline:after{*/
/*content: "";*/
/*display: block;*/
/*border-right: 30px solid #ee4423;*/
/*border-top: 20px solid transparent;*/
/*border-bottom: 20px solid transparent;*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 24px;*/
/*transform: translateY(-50%);*/
/*}*/
.main-timeline .timeline-content {
    display: block;
    padding: 25px;
    border-radius: 100px;
    /*background: #ee4423;*/
    position: relative;
}

.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.main-timeline .inner-content {
    width: 80%;
    float: right;
    padding: 15px 20px 15px 15px;
    /*background: #fff;*/
    border-radius: 0 100px 100px 0;
    /*color: #ee4423;*/
}

.main-timeline .year {
    display: inline-block;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
}

.main-timeline .title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.main-timeline .description {
    font-size: 14px;
    margin: 0 0 5px 0;
}

/*.main-timeline .timeline:nth-child(2n){ padding: 0 50px 0 0; }*/
.main-timeline .timeline:nth-child(2n):before,
.main-timeline .timeline:nth-child(2n) .year {
    left: auto;
    right: -15px;
}

.main-timeline .timeline:nth-child(2n) .year {
    right: 7%;
}

.main-timeline .timeline:nth-child(2n):after {
    border-right: none;
    border-left: 30px solid #ee4423;
    left: auto;
    right: 24px;
}

.main-timeline .timeline:nth-child(2n) .inner-content {
    float: none;
    border-radius: 100px 0 0 100px;
    text-align: right;
}

.main-timeline .timeline:nth-child(2) {
    margin-top: 130px;
}

.main-timeline .timeline:nth-child(odd) {
    margin: -130px 0 0 0;
}

.main-timeline .timeline:nth-child(even) {
    margin-bottom: 80px;
}

.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even) {
    margin: 0;
}

/*.main-timeline .timeline:nth-child(2n) .timeline-content{ background: #f68829; }*/
/*.main-timeline .timeline:nth-child(2n),*/
/*.main-timeline .timeline:nth-child(2n) .inner-content{ color: #f68829; }*/
/*.main-timeline .timeline:nth-child(2n):after{ border-left-color: #f68829; }*/
/*!*.main-timeline .timeline:nth-child(3n) .timeline-content{ background: #2991d0; }*!*/
/*.main-timeline .timeline:nth-child(3n),*/
/*.main-timeline .timeline:nth-child(3n) .inner-content{ color: #2991d0; }*/
/*.main-timeline .timeline:nth-child(3n):after{ border-right-color: #2991d0; }*/
/*.main-timeline .timeline:nth-child(4n) .timeline-content{ background: #9361aa; }*/
/*.main-timeline .timeline:nth-child(4n),*/
/*.main-timeline .timeline:nth-child(4n) .inner-content{ color: #9361aa; }*/
/*.main-timeline .timeline:nth-child(4n):after{ border-left-color: #9361aa; }*/
/*.main-timeline .timeline:nth-child(5n) .timeline-content{ background: #a7be26; }*/
/*.main-timeline .timeline:nth-child(5n),*/
/*.main-timeline .timeline:nth-child(5n) .inner-content{ color: #a7be26; }*/
/*.main-timeline .timeline:nth-child(5n):after{ border-right-color: #a7be26; }*/
@media only screen and (max-width: 1200px) {
    .main-timeline .inner-content {
        width: 65%;
    }

    /*.main-timeline .year{*/
    /*font-size: 45px;*/
    /*left: 40px;*/
    /*transform: translateY(-50%) rotate(-90deg);*/
    /*}*/
    .main-timeline .timeline:nth-child(2n) .year {
        right: 40px;
    }
}

@media only screen and (max-width: 990px) {
    /*.main-timeline .year{*/
    /*font-size: 40px;*/
    /*left: 40px;*/
    /*}*/
    .main-timeline .timeline:nth-child(2n) .year {
        right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before,
    .main-timeline .timeline:before {
        left: 12px;
        transform: translateX(0);
    }

    .main-timeline .timeline:nth-child(2n):after {
        border-left: none;
        border-right: 30px solid #ee4423;
        right: auto;
        left: 24px;
    }

    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even),
    .main-timeline .timeline:nth-child(odd) {
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
        padding-left: 30px;
    }

    .main-timeline .timeline:last-child {
        margin-bottom: 0;
    }

    .main-timeline .timeline:nth-child(2n) {
        padding: 0 0 0 50px;
    }

    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(2n):before {
        left: -2px;
    }

    .main-timeline .inner-content {
        width: 85%;
    }

    .main-timeline .timeline:nth-child(2n) .inner-content {
        float: right;
        border-radius: 0 100px 100px 0;
        text-align: left;
    }

    .main-timeline .timeline:nth-child(2n) .year {
        right: auto;
        left: 0;
    }

    .main-timeline .timeline:nth-child(2n):after {
        border-right-color: #f68829;
    }

    .main-timeline .timeline:nth-child(3n):after {
        border-left-color: #2991d0;
    }

    .main-timeline .timeline:nth-child(4n):after {
        border-right-color: #9361aa;
    }

    .main-timeline .timeline:nth-child(5n):after {
        border-left-color: #a7be26;
    }
}

@media only screen and (max-width: 479px) {
    .main-timeline .timeline-content {
        padding: 15px;
    }

    .main-timeline .inner-content {
        width: 55%;
    }

    /*.main-timeline .year{ font-size: 30px; }*/
}

/* Intro
==================================================*/

.intro-section {
    background-image: url(../images/首页切图/背景图.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}

.intro-section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.3;
    z-index: 1;
}

.intro-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 2
}

.intro-content h1 {
    font-size: 100px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
}

.social {
    display: block;
    color: white;
    font-size: 24px;
}

.social a {
    font-size: 18px;
    margin: 0 8px;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.social a:hover {
    color: #666;
}

.down {
    position: absolute;
    display: table;
    width: 100px;
    height: 50px;
    background: rgba(175, 175, 175, 0.2);
    left: 50%;
    bottom: 0;
    margin-left: -50px;
    border-radius: 50px 50px 0 0px;
    z-index: 3;
    overflow: hidden;
}

.down i {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    -webkit-animation: down 1.8s infinite;
    animation: down 1.8s infinite;
}

@-webkit-keyframes down {
    0% {
        top: 0;
        opacity: 0.5;
    }
    25% {
        top: 10px;
        opacity: 1;
    }
    50% {
        top: 5px;
        opacity: 1;
    }
    100% {
        top: 15px;
        opacity: 0;
    }
}

@keyframes down {
    0% {
        top: 0;
        opacity: 0.5;
    }
    25% {
        top: 10px;
        opacity: 1;
    }
    50% {
        top: 5px;
        opacity: 1;
    }
    100% {
        top: 15px;
        opacity: 0;
    }
}

.overlay-box {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.overlay-box .inner {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    opacity: 1;
    width: 100%;
    height: 100%;
    display: table;
    padding: 0px 20px;
    vertical-align: middle;
}

.overlay-box .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.overlay-box {
    opacity: 1;
}

.overlay-box h3 {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.overlay-box h4 {
    position: relative;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}

.overlay-box .text {
    position: relative;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 30px;
}

.overlay-box .links .icon {
    color: #ffffff;
    font-size: 20px;
    margin-right: 12px;
}

.mdui-color-grey-100 {
    background-color: #f9f9f9;
}
