html, body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, form, fieldset, legend, button, input, textarea, iframe {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
    background-color: #fff;
}

html, body {
    height: 100%;
}

img {
    width: 100%;
}

/* common style */
.point-color {
    color: #6FE4B9;
}

.full-width {
    width: 100%;
}

.align-center {
    text-align: center;
}

.em {
    font-weight: bold;
}


#FlexBody {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#FlexBody #Main {
    flex: 1;
    overflow: auto;
}

/* header */
#Header {
    height: 80px;
    background: #000;
    border-bottom: 3px solid #6FE4B9;
    box-sizing: border-box;
}

.header-inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.logo {
    width: 172px;
    height: auto;
}

.mp-logo-search {
    width: 280px;
    height: auto;
}

/* menu */
#Menu {
    flex: 1;
    height: 100%;
}

.menu-laptop {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 120px;
    height: 100%;
}

.menu-item {
    margin: 0 4px;
}

.menu-item a {
    display: block;
    padding: 8px;
    color: #fff;
    text-decoration: none;
    transition: all ease .3s;
}

.menu-item:not(:hover) a:hover {
    color: #a8e5ce;
    transform: scale(1.05);
}

.menu-item.active a {
    color: #6FE4B9;
}

.home-link {
    line-height: 0;
}

/* banner */
#Banner {
    height: 540px;
}

#Banner ul, #Banner li {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}

#Banner li {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* home page */
.profile {
    display: flex;
    margin: 48px 0;
    color: #333;
}

.profile .item-header {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 34px;
}

.profile .profile-content {
    flex: 1;
    font-size: 16px;
    line-height: 22px;
}

.profile-content p:not(:last-child) {
    margin-bottom: 16px;
}

@media (min-width: 961px) {
    .profile .image-box {
        width: 35%;
    }

    .image-box img {
        width: 100%;
        max-width: 420px;
    }

    .profile .profile-content {
        padding-left: 48px;
    }
}

@media (max-width: 960px) {
    .profile {
        flex-direction: column-reverse;
    }

    .image-box img {
        margin-top: 32px;
        width: 100%;
        max-height: 360px;
    }

    .profile .profile-content {
        padding-left: 0;
    }
}

.culture-header {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 34px;
}

.culture-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: #f5f5f5;
}

.culture-item {
    display: flex;
}

.culture-item:not(:last-child) {
    margin-bottom: 32px;
}

.culture .panel-item {
    padding: 40px 0;
    width: 48%;
}

.culture-item .item-title {
    margin-right: 32px;
    font-size: 20px;
    line-height: 28px;
}

.culture-item .item-content {
    flex: 1;
    font-size: 14px;
}

.glory {
    margin: 48px 0;
}

.glory-header {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 34px;
}

.glory-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 72px;
    overflow: hidden;
}

.glory-content .slide-btn {
    position: absolute;
    z-index: 10;
    display: block;
    padding: 0 18px;
    width: 64px;
    height: 48px;
    line-height: 48px;
    background: #f5f5f5;
    color: #b8b8b8;
    border-radius: 32px;
    cursor: pointer;
    box-sizing: border-box;
}

.slide-btn.eric-icon-previous {
    left: -32px;
    text-align: right;
}

.slide-btn.eric-icon-next {
    right: -32px;
}

.glory-ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.glory-ul li {
    margin: 0 8px;
    list-style: none;
}

.history-header {
    font-size: 24px;
    line-height: 34px;
}

.history-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.history-item {
    display: flex;
}

.history-item:not(:last-child) {
    margin-bottom: 32px;
}

.history .panel-item {
    padding: 24px 0;
    width: 48%;
}

.history-item .item-content {
    flex: 1;
    font-size: 14px;
}

.history-picture img {
    margin-top: -64px;
    width: 100%;
}

.experts {
    margin: 40px 0;
}

.experts-header {
    font-size: 24px;
    line-height: 34px;
}

.experts-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 32px;
}

.expert-item {
    width: 47%;
}

.expert-picture {
    text-align: center;
}

.expert-picture img {
    width: 60%;
    max-width: 180px;
}

.expert-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 16px 0;
    font-size: 18px;
}

.expert-experience {
    font-size: 16px;
    line-height: 24px;
    ;
}

.footer {
    padding: 12px 0;
    background: #333;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-inner a {
    text-decoration: none;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
}

/* media query */
@media (max-width: 999px) {
    .menu-laptop {
        display: none;
    }

    .logo {
        width: 148px;
        height: auto;
    }

    #Menu {
        display: inline-flex;
        justify-content: flex-end;
        align-items: center;
    }

    .menu-mobile {
        position: relative;
        display: block;
        width: 48px;
        text-align: right;
        color: #fff;
    }

    .menu-mobile .eric-icon-menu {
        padding: 8px;
        font-size: 32px;
        cursor: pointer;
    }

    .mobile-menu-list {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background-color: #fff;
        text-align: left;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
        transform: translate(100vw);
        transition: transform ease .5s;
    }

    .mobile-menu-list.opened {
        transform: translate(0);
    }

    .mobile-menu-list .home-link {
        display: inline-flex;
        align-items: center;
        padding-left: 32px;
        height: 80px;
    }

    .mobile-close-btn.eric-icon-close {
        position: absolute;
        top: 16px;
        right: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        color: #2ebea9;
        font-size: 24px;
        cursor: pointer;
    }

    .mobile-menu-list ul {
        padding-right: 40px;
    }

    .mobile-menu-list li {
        list-style: none;
        padding: 32px 0 8px;
        border-bottom: solid 1px #6FE4B9;
    }

    .mobile-menu-list li a {
        text-decoration: none;
        display: block;
        padding: 8px 0;
        max-width: 240px;
        font-size: 18px;
        font-weight: 600;
        color: #333;
    }

    .swiper {
        display: none;
    }
}

@media (min-width: 1000px) {
    .menu-mobile {
        display: none;
    }
}


@media (max-width: 599px) {
    .page-container {
        padding: 0 24px;
    }
}

@media (min-width: 600px) and (max-width: 1239px) {
    .page-container {
        padding: 0 32px;
    }
}

@media (min-width: 1000px) and (max-width: 1239px) {
    .menu-laptop {
        padding-left: 80px;
    }
}

@media (min-width: 1240px) and (max-width: 1567px) {
    .page-container {
        padding: 0 64px;
    }
}

@media (min-width: 1568px) {
    .page-container {
        padding: 0 calc((100vw - 1440px)/2);
    }
}


/* other styles */
/* products page */
.page-item {
    margin: 64px 0;
}

.text-image-section,
.image-text-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 32px 0;
}

.page-item-title {
    display: flex;
    align-items: center;
    color: #6FE4B9;
    font-size: 24px;
    line-height: 34px;
}

.page-item-title .title-line {
    flex: 1;
    margin-left: 64px;
    height: 2px;
    background: #6FE4B9;
}

.product-item .image-section {
    width: 38%;
    text-align: center;
}

.product-item .image-section img {
    max-width: 320px;
}

.product-item .text-section {
    width: 58%;
}

.application-item .image-section {
    width: 30%;
    text-align: center;
}

.application-item .image-section img {
    max-width: 320px;
}

.application-item .text-section {
    width: 66%;
}

.section-title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
}

.product-item p,
.application-item p {
    font-size: 18px;
    line-height: 27px;
}

.paragraph-item {
    margin-bottom: 32px;
}

.page-item .sub-header {
    margin-bottom: 4px;
    text-indent: 4em;
}

.text-section.last p {
    margin-bottom: 32px;
}

/* solutions page */
.customers-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}

.customers-ul .customer-item {
    margin: 32px 0;
    padding: 0;
    list-style: none;
    width: 14%;
    min-width: 196px;
}

@media (max-width: 767px) and (min-width: 470px) {
    .customers-ul .customer-item {
        width: 48%;
    }
}

@media (max-width: 469px) {
    .customers-ul .customer-item {
        min-width: 164px;
    }
}

/* hr */
.hr-section h4 {
    margin-top: 16px;
}

.hr-section ol {
    font-size: 16px;
}

.hr-section ol li:not(:last-child) {
    margin-bottom: 4px;
}

.hr-section .text-image-section {
    align-items: flex-end;
    margin: 0;
}

.hr-section .text-section {
    width: 45%;
}

.hr-section .image-section {
    width: 52%;
}

.position-section {
    display: flex;
    justify-content: space-between;
}

.position-section .position-item {
    width: 31%;
}

.request-item {
    margin-top: 12px;
}

.request-title {
    display: inline-block;
    margin: 8px 0;
    padding: 0 9px;
    background: #6FE4B9;
    border-radius: 16px;
    font-weight: bold;
}

.request-ul {
    margin: 0;
}

/* contact page */

.contact-message {
    display: flex;
    justify-content: space-between;
    padding: 5%;
    background: #F7F8FA;
}

.web-service, .cooperation {
    width: 42%;
}

.contact-item {
    display: flex;
    align-items: center;
    margin: 32px 0;
    min-height: 32px;
}

.contact-item span[class*="eric-icon"] {
    flex-shrink: 0;
    margin-right: 8px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #d9d9d9;
    color: #fff;
    text-align: center;
    border-radius: 16px;
}

.contact-item .message-label {
    flex: 1;
}

.contact-section .images-box {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
}

.contact-section .images-box img {
    width: 48%;
}

/* news page */
.news-banner {
    margin: 32px 0;
}

.news-banner-ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
    position: relative;
}

.news-banner-item {
    list-style: none;
}

.news-banner-item.active {
    position: absolute;
    margin: 0 auto;
    width: 70%;
    border: solid 2px #fff;
}

.news-banner-item img {
    width: 100%;
    height: 100%;
}

.news-ul {
    margin: 42px 0 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.news-ul li {
    display: flex;
    flex-direction: column;
    margin: 0;
    list-style: none;
    width: 30%;
    background: #f5f5f5;
}

.news-ul li img {
    height: 200px;
}

.news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px 32px;
    font-size: 14px;
}

.time-updated {
    color: #333;
}

.news-title {
    margin: 12px 0;
}

.news-profile {
    flex: 1;
    margin-bottom: 42px;
    color: #333;
}

.more {
    text-align: right;
}

.more a {
    color: #333;
    text-decoration: none;
}

.more span[class=eric-icon-arrow-right] {
    margin-left: 4px;
    color: #6FE4B9;
}

.artical-page {
    display: flex;
    justify-content: space-between;
    padding: 64px 0;
}

.artical-page .article {
    width: 55%;
}

.artical-page .news-links {
    margin-top: 48px;
    width: 40%;
}

.artical-page .time-updated {
    margin-bottom: 30px;
    font-size: 14px;
}

.artical-page .article-title {
    margin-bottom: 32px;
}

.artical-page .article-content p {
    margin: 24px 0;
    color: #333;
    font-size: 16px;
    line-height: 28px;
}

.artical-page .hot-article-ul {
    margin: 24px 0 0;
    padding: 0;
}

.artical-page .hot-article-item {
    list-style: none;
    margin: 16px 0;
    font-weight: 600;
}

.hot-article-item a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.hot-article-item a:hover span:last-child {
    text-decoration: underline;
}

.NO_1 {
    color: #FF0000;
}

.NO_2 {
    color: #FFA800;
}

.NO_3 {
    color: #FFEA28;
}

.NO_default {
    color: #9A9A9A;
}


@media (max-width: 767px) {
    html, body {
        overflow-y: auto;
    }

    #FlexBody {
        display: block;
        overflow-y: auto;
    }

    #Header {
        position: sticky;
        top: 0;
        z-index: 20;
    }

    .glory-content {
        padding: 0;
    }

    .image-text-section {
        flex-direction: column;
    }

    .page-item .text-image-section {
        flex-direction: column-reverse;
    }

    .page-item .image-section {
        margin-bottom: 32px;
        width: 100%;
    }

    .page-item .text-section {
        width: 100%;
    }

    .page-item .sub-header {
        text-indent: 0;
    }

    .product-item .image-section,
    .application-item .image-section {
        max-width: 240px;
    }

    .position-section {
        flex-direction: column;
    }

    .position-section .position-item {
        margin-bottom: 32px;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .contact-message {
        flex-direction: column;
    }

    .web-service {
        width: 100%;
    }

    .cooperation {
        margin-top: 64px;
        width: 100%;
    }

    .contact-section .images-box {
        flex-direction: column;
        text-align: center;
    }

    .contact-section .images-box img {
        width: 100%;
    }

    .artical-page {
        flex-direction: column;
    }

    .artical-page .article,
    .artical-page .news-links {
        width: 100%;
    }
}

@media (max-width:599px) {
    #Banner {
        height: 320px;
    }

    .culture-content,
    .history-content {
        flex-direction: column;
    }

    .culture .panel-item,
    .history .panel-item {
        width: 100%;
    }

    .culture .panel-item:last-child {
        margin-top: -40px;
    }

    .history .panel-item:last-child {
        margin-top: -24px;
    }

    .experts-content {
        flex-direction: column;
    }

    .expert-item {
        margin-bottom: 32px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .news-ul {
        flex-direction: column;
    }

    .news-ul li {
        margin-bottom: 32px;
        width: 100%;
    }
}