﻿
body {
    color: #2b3242;
}

a {
    color: #2b3242;
}

    a:hover {
        color: #dd514c;
    }

.am-alert {
    margin-bottom: 0;
}

.app-hd ul,
.app-header-banner ul {
    padding: 0;
}

    .app-hd ul li,
    .app-header-banner ul li {
        list-style-type: none;
    }

a,
a:hover,
.app-partner li img,
.app-partner li img:hover,
.app-contact-infobox,
.app-contact-infobox:hover,
.app-footer .ico i,
.app-footer .ico i:hover,
.app-service-page .ico ul li span,
.app-service-page .ico ul li span:hover,
.app-hd .am-sticky,
.app-service-list li:hover {
    -webkit-filter: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

[class*=am-u-] + [class*=am-u-]:last-child {
    float: left;
}

.app-images-container section img,
.app-news-container section img {
    max-width: 100%;
    height: auto;
}

.am-container {
    max-width: 1200px;
}

.am-g-fixed {
    max-width: 1200px;
}

/* 头部 */
.app-hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 130px;
    padding: 45px 0 0 0;
}

    .app-hd ul {
        margin: 0;
        margin-top: 10px;
        font-size: 18px;
    }

        .app-hd ul li {
            list-style-type: none;
        }

    .app-hd .am-container {
        position: relative;
    }

    .app-hd .am-sticky {
        background: #1a1f2a;
        padding: 15px 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
        opacity: 0.95;
    }

    .app-hd .am-header a {
        color: #fff;
    }

    .app-hd .app-nav a {
        color: #fff;
    }

        .app-hd .app-nav a:hover {
            background: #ba1f2e;
            border-radius: 2px;
            -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
            transition: background-color 300ms ease-out, border-color 300ms ease-out;
        }

    .app-hd .am-nav > li.am-active > a, .app-hd .am-nav > li.am-active > a:focus, .app-hd .am-nav > li.am-active > a:hover {
        color: #fff;
        background-color: #ba1f2e;
        cursor: default;
    }

    .app-hd .am-dropdown-content {
        background: #000;
        border: none;
        min-width: 50px;
    }

        .app-hd .am-dropdown-content > li > a:hover {
            color: #fff;
        }

        .app-hd .am-dropdown-content:after, .app-hd .am-dropdown-content:before {
            border-bottom-color: #000;
        }

        .app-hd .am-dropdown-content > .am-active > a,
        .app-hd .am-dropdown-content > .am-active > a:focus,
        .app-hd .am-dropdown-content > .am-active > a:hover {
            background-color: #d22e3e;
        }

.app-logo.old {
    display: block;
    float: left;
    font-size: 22px;
    line-height: 40px;
    width: 160px;
    color: #fff;
    text-indent: -9999px;
    background: url('/Areas/en/content/images/layout/logo@160x40.png') no-repeat left center;
    -webkit-background-size: 160px 40px;
    background-size: 160px 40px;
    margin-right: 20px;
}

.app-logo20210325 {
    float: left;
    margin-right: 20px;
    margin-top: -10px;
}

.app-about li {
    float: left;
    margin-left: 5px;
}

#l-nav .am-offcanvas-bar {
    width: 200px;
}


#l-nav p {
    border-bottom: 1px solid #4F4F4F;
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
}

/* 头部大banner */
.app-header-banner {
    height: 550px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 260px;
    color: #fff;
}

    .app-header-banner a {
        font-size: 12px;
        color: #fff;
    }
/* 滚动heard*/
.app-heard-sticky-bg {
    z-index: 100;
}

.app-heard-sticky {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

/* 滚动菜单 背景*/
.app-menu-sticky-bg {
    background-color: #000;
    opacity: 0.7;
    z-index: 1;
}
/* 滚动菜单*/
.app-menu-sticky {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .app-menu-sticky a {
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

@media screen and (max-width: 1199px) {
    .app-menu-sticky a {
        font-size: 14px;
    }
}




.app-here.am-breadcrumb {
    padding: 0;
}

.app-here A {
    font-size: 15px;
}

    .app-here A.active {
        color: #888;
    }

.app-header-banner h2 {
    font-size: 50px;
    margin: 0;
    font-weight: 100;
    margin-bottom: 40px;
}

.app-header-banner p {
    font-size: 20px;
    color: #888;
    width: 95%;
}

.app-header-banner nav {
    display: inline-block;
}

    .app-header-banner nav li {
        float: left;
        margin-right: 10px;
        font-size: 12px;
    }

        .app-header-banner nav li a {
            color: #fff;
        }

        .app-header-banner nav li.am-active a {
            font-weight: bold;
        }

.app-header-1 {
    height: 180px;
    padding-top: 145px;
    background: #1a1f2a;
}


@media screen and (min-width: 960px) and (max-width: 1199px) {
    .app-header-banner {
        height: 600px;
        padding-top: 240px;
    }

        .app-header-banner h2 {
            font-size: 46px;
            margin: 0;
            margin-bottom: 5px;
        }

        .app-header-banner p {
            font-size: 20px;
        }

    .app-header-1 {
        height: 180px;
        padding-top: 145px;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .app-hd .am-nav > li > a {
        position: relative;
        display: block;
        padding: 0.4em;
        font-size: 14px;
    }

    .app-hd .app-about li {
        float: left;
        margin-left: 5px;
        font-size: 14px;
    }

    .app-hd .am-btn {
        padding: 0.5em 0.4em;
    }

    .app-header-banner {
        height: 480px;
        padding-top: 220px;
        text-align: left;
    }

        .app-header-banner h2 {
            font-size: 30px;
            margin: 0;
            margin-bottom: 5px;
        }

        .app-header-banner p {
            font-size: 20px;
        }

    .app-header-1 {
        height: 180px;
        padding-top: 145px;
        text-align: left;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .app-hd {
        height: 50px;
        padding: 0;
    }

        .app-hd .am-nav > li > a {
            position: relative;
            display: block;
            padding: 0.4em;
            font-size: 14px;
        }

        .app-hd .app-about {
            display: none;
        }

            .app-hd .app-about li {
                float: left;
                margin-left: 5px;
                font-size: 14px;
            }

        .app-hd .am-btn {
            padding: 0.5em 0.4em;
        }

    .app-header-banner {
        height: 380px;
        padding-top: 120px;
        text-align: left;
    }

        .app-header-banner h2 {
            font-size: 30px;
            margin: 0;
            margin-bottom: 5px;
        }

        .app-header-banner p {
            font-size: 18px;
        }

    .app-header-1 {
        height: 120px;
        padding-top: 75px;
        text-align: left;
    }
}

@media screen and (max-width: 479px) {
    .app-hd {
        height: 50px;
        padding: 0;
    }

    .app-header-banner {
        height: 230px;
        padding-top: 80px;
        text-align: left;
    }

        .app-header-banner h2 {
            font-size: 20px;
            margin: 0;
            margin-bottom: 5px;
        }

        .app-header-banner p {
            font-size: 14px;
        }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .app-logo {
        background: url('/Areas/en/content/images/layout/logo@80x20.png');
        -webkit-background-size: 125px 40px;
        background-size: 125px 40px;
        background-repeat: no-repeat;
    }
}

.am-btn-danger {
    background: #d22e3e;
    border: 1px solid #d22e3e;
}

    .am-btn-danger:hover {
        background: #ba1f2e;
        border: 1px solid #ba1f2e;
    }

.app-home-box {
    padding-bottom: 0px;
}

    .app-home-box h2 {
        margin: 20px 0 0 0;
    }

        .app-home-box h2 a {
            color: #fff;
        }

    .app-home-box p {
        margin: 0 0 20px 0;
        font-size: 14px;
        color: #737b8a;
    }

    .app-home-box ul h2 {
        padding: 0;
        margin: 0;
    }

.app-mn-box {
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
}

    .app-mn-box section h2 {
        margin: 0;
        padding: 0;
    }

    .app-mn-box section h3 {
        margin: 20px 0 10px 0;
        padding: 0;
    }

    .app-mn-box section p {
        margin-top: 0;
    }

.app-container {
    margin: 0 0 60px 0;
}

/*
 *首页幻灯片
*/
.am-slider-i2 .am-slider-images {
    height: 680px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.am-slider-i2 .am-slider-desc {
    position: absolute;
    left: 0;
    top: 40%;
    right: 0;
    color: #ffffff;
    text-align: center;
}

.am-slider-i2 .am-slider-content h2 {
    font-size: 40px;
    margin: 0;
    padding: 0;
}

.am-slider-i2 .am-slider-content p {
    margin: 0;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 30px;
}

.am-slider-i2 .am-slider-title {
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
    word-wrap: normal;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
}

.am-slider-i2 .am-slider-en {
    font-size: 12px;
}

.am-slider-i2 .am-btn {
    margin-top: 20px;
    margin-right: 10px;
}

.am-slider-i2 .am-direction-nav, .am-slider-i2 .am-pauseplay {
    display: none;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    .am-slider-i2 .am-slider-images {
        height: 480px;
    }

    .am-slider-i2 .am-slider-desc {
        top: 40%;
    }

    .am-slider-i2 .am-direction-nav, .am-slider-i2 .am-pauseplay {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .am-slider-i2 .am-slider-images {
        height: 480px;
    }

    .am-slider-i2 .am-slider-desc {
        top: 200px;
    }

    .am-slider-i2 .am-slider-content h2 {
        font-size: 40px;
    }

    .am-slider-i2 .am-slider-content p {
        font-size: 24px;
    }

    .am-slider-i2 .am-btn {
        margin-top: 10px;
    }

    .am-slider-i2 .am-direction-nav, .am-slider-i2 .am-pauseplay {
        display: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .am-slider-i2 .am-slider-images {
        height: 280px;
    }

    .am-slider-i2 .am-slider-desc {
        text-align: center;
        top: 35%;
    }

    .am-slider-i2 .am-slider-content h2 {
        font-size: 20px;
    }

    .am-slider-i2 .am-slider-content p {
        font-size: 14px;
    }

    .am-slider-i2 .am-btn {
        margin-top: 10px;
    }

    .am-slider-i2 .am-direction-nav, .am-slider-i2 .am-pauseplay {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .am-slider-i2 .am-slider-images {
        height: 280px;
    }

    .am-slider-i2 .am-slider-desc {
        text-align: center;
        top: 110px;
    }

    .am-slider-i2 .am-slider-content h2 {
        font-size: 20px;
    }

    .am-slider-i2 .am-slider-content p {
        font-size: 14px;
    }

    .am-slider-i2 .am-btn {
        margin-top: 10px;
    }

    .am-slider-i2 .am-direction-nav, .am-slider-i2 .am-pauseplay {
        display: none;
    }
}

.app-case-list li {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
}

    .app-case-list li figure {
        margin-bottom: 0;
        position: relative;
        z-index: 0;
        display: inline-block;
        overflow: hidden;
        /*background: #fff;*/
        text-align: center;
        cursor: pointer;
    }

        .app-case-list li figure img {
            position: relative;
            display: block;
        }

        .app-case-list li figure figcaption {
            padding: 2em;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            margin-top: 120px;
        }

            .app-case-list li figure figcaption::before, .app-case-list li figure figcaption::after {
                pointer-events: none;
            }

        .app-case-list li figure figcaption, .app-case-list li figure a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .app-case-list li figure a {
            z-index: 1000;
            text-indent: 200%;
            white-space: nowrap;
            font-size: 0;
            opacity: 0;
        }

        .app-case-list li figure h3 {
            word-spacing: -0.15em;
            font-weight: 300;
        }

            .app-case-list li figure h3 span {
                font-weight: 800;
            }

        .app-case-list li figure h3, .app-case-list li figure p {
            margin: 0;
        }

        .app-case-list li figure p {
            letter-spacing: 1px;
            font-size: 68.5%;
        }

figure.effect-lily img {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lily figcaption {
    top: auto;
    bottom: 0;
    text-align: left;
}

figure.effect-lily h3, figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.effect-lily h3 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255, 255, 255, 0.6);
    /*opacity: 0;*/
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img, figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img, figure.effect-lily:hover h3, figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
}

figure.effect-lily:hover img {
    opacity: .4;
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

.app-cat-nav {
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 20px;
}

    .app-cat-nav ul li {
        float: left;
        list-style-type: none;
        margin-right: 10px;
        margin-top: 10px;
        font-size: 14px;
    }

        .app-cat-nav ul li.am-active a {
            color: #dd514c;
        }

    .app-cat-nav p {
        font-size: 12px;
        margin-bottom: 60px;
    }

/****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*.app-contact-us {
    padding: 40px 0;
    text-align:center;
}

    .app-contact-us span {
        padding-top: 10px;
    }

    .app-contact-us .am-btn {
        width: 100%;
    }*/

/*.app-contact-infobox {
    border: 1px solid #D8D8D8;
    background: #fff;
    border-radius: 5px;
    padding: 40px 0;
    text-align: center;
}

    .app-contact-infobox:hover {
        border: 1px solid #0d121b;
        background: #1a1f2a;
        color: #fff;
    }

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .app-contact-us {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    .app-contact-us {
        text-align: center;
    }
}*/
/****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.app-images-container {
    margin-top: -30px;
    border-radius: 3px;
}

    .app-images-container section {
        padding: 30px;
    }

        .app-images-container section p {
            margin-bottom: 2rem;
        }

.app-images-show {
    height: 400px;
    padding-top: 150px;
    background: #1a1f2a;
}

    .app-images-show hgroup h1 {
        font-size: 58px;
        line-height: 68px;
        font-weight: normal;
        margin-bottom: 30px;
    }

    .app-images-show hgroup p {
        width: 100%;
        font-size: 26px;
        margin: 0;
    }

    .app-images-show hgroup ul {
        margin: 0;
        font-size: 14px;
        display: inline-block;
    }

        .app-images-show hgroup ul li {
            float: left;
            margin-right: 5px;
            padding-bottom: 30px;
        }

    .app-images-show .am-animation-fade {
        -webkit-animation-duration: .4s;
        animation-duration: .4s;
    }

@media screen and (min-width: 960px) and (max-width: 1199px) {
    .app-images-show {
        height: 400px;
        padding-top: 15 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .app-images-show {
        height: 300px;
        padding-top: 130px;
    }

        .app-images-show hgroup h1 {
            font-size: 48px;
            line-height: 48px;
        }

        .app-images-show hgroup p {
            width: 100%;
            font-size: 16px;
            margin: 0;
        }

        .app-images-show hgroup ul {
            margin: 0;
            font-size: 12px;
        }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .app-images-show {
        height: 300px;
        padding-top: 110px;
    }

        .app-images-show hgroup h1 {
            font-size: 28px;
            line-height: 28px;
        }

        .app-images-show hgroup p {
            width: 100%;
            font-size: 14px;
            margin: 0;
        }

        .app-images-show hgroup ul {
            margin: 0;
            font-size: 12px;
        }
}

@media screen and (max-width: 479px) {
    .app-images-show {
        height: 200px;
        padding-top: 70px;
        text-align: center;
    }

        .app-images-show hgroup h1 {
            font-size: 28px;
            line-height: 28px;
        }

        .app-images-show hgroup p {
            width: 100%;
            font-size: 14px;
            margin: 0;
        }

        .app-images-show hgroup ul {
            margin: 0;
            font-size: 12px;
        }
}
/****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.app-news article {
    margin-bottom: 80px;
    position: relative;
}

.app-news h3 {
    font-size: 28px;
}

.app-news-date {
    font-family: arial;
    color: #999;
    border-right: 1px solid #e9e9e9;
}

    .app-news-date span {
        display: block;
        font-size: 40px;
        color: #333;
    }

.app-news-data {
    padding-bottom: 30px;
}

    .app-news-data span {
        color: #aaa;
        margin-right: 20px;
    }

.app-news-desc {
    color: #2b3242;
    height: 100px;
    overflow: hidden;
}

.app-news-container {
    margin-top: 60px;
    margin-bottom: 60px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

    .app-news-container header {
        background: #1a1f2a;
        border-radius: 3px 3px 0 0;
        color: #fff;
        padding: 20px;
    }

        .app-news-container header a {
            color: #fff;
        }

        .app-news-container header span {
            margin-right: 10px;
        }

    .app-news-container section {
        padding: 40px 20px 20px;
    }

        .app-news-container section .com a {
            color: #dd514c;
        }

/****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.app-services {
    background: #FFF;
    padding: 40px 0 40px 0;
    color: #000;
}

.app-service-container {
    margin: 0 0 60px 0;
}

    .app-service-container .am-pagination {
        margin-top: 20px;
    }

        .app-service-container .am-pagination .am-active a {
            background: #DD514E;
            border-color: #dd514c;
        }

.app-service-list li {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #fff;
}

    .app-service-list li:hover {
        background: #d22e3e;
        border: 1px solid #d22e3e;
        border-left: 10px solid #ba1f2e;
        color: #fff;
        margin-bottom: 30px;
    }

    .app-service-list li a {
        color: #333;
    }

        .app-service-list li a:hover {
            color: #fff;
        }

.app-service-list-icon {
    font-size: 50px;
    text-align: center;
}

/****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.app-web-list figure {
    background: #fff;
}

    .app-web-list figure h3 {
        margin: 0;
    }

    .app-web-list figure figcaption {
        padding: 10px;
    }

.app-list article {
    margin-bottom: 60px;
}

/****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.app-web-relevantdesc {
    font-size: 12px;
    height: 40px;
    overflow: hidden;
}

/****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.app-item {
    margin-top: 60px;
}

    .app-item article .thumbnail {
        height: 200px;
        overflow: hidden;
    }

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .app-contact-us {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    .app-contact-us {
        text-align: center;
    }
}
/****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.app-partner {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

    .app-partner li img {
        border: 1px solid #E9E9E9;
    }

        .app-partner li img:hover {
            border: 1px solid #737b8a;
        }

    .app-partner p {
        margin: 0 0 30px 0;
    }

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .app-contact-us {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    .app-contact-us {
        text-align: center;
    }
}
/*返回顶部*/
.app-top-cbbfixed {
    position: fixed;
    right: 10px;
    transition: bottom ease .3s;
    bottom: -85px;
    z-index: 3;
    cursor: pointer;
}

.app-top-cbbtn {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #d22e3e;
}

.app-top-go {
    transition: background-color ease .3s;
    margin-top: 1px;
}

    .app-top-go:hover {
        background-color: #ba1f2e;
    }

.app-top-goicon {
    float: left;
    margin: 14px 0 0 9px;
    width: 23px;
    height: 12px;
    background: url('/content/images/layout/side-icon02.png');
}

.app-top-weixin {
    background: #333;
}

    .app-top-weixin div {
        background: url('/content/images/layout/weixin.png');
        width: 194px;
        height: 199px;
        position: absolute;
        left: -194px;
        top: -115px;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
        transform-origin: 100% 70%;
        -webkit-transform-origin: 100% 70%;
        transition: transform ease .3s, opacity ease .3s;
        -webkit-transition: all ease .3s;
        display: none\0;
        *display: none;
    }

    .app-top-weixin:hover div {
        display: block;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
        *display: block;
    }

.app-top-weixin-icon {
    float: left;
    margin: 12px 0 0 11px;
    width: 18px;
    height: 18px;
    background: url('/content/images/layout/side-icon01.png');
}

/****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.app-footer {
    background: #fff;
    padding: 60px 0 0 0;
    color: #555d6d;
    font-size: 14px;
    border-top: 1px;
    border-top-color: #e9e9e9;
    border-top-style: solid;
}

@media screen and (max-width: 1199px) {
    .app-footer {
        padding: 0px 0 0 0;
    }
}

.app-footer a {
    color: #555d6d;
}

    .app-footer a:hover {
        color: #d22e3e;
    }

.app-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.app-footer section h2 {
    font-size: 16px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .app-footer section h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

.app-footer i {
    margin-left: 10px;
}

.app-footer-container,
.app-footer-flink {
    padding-bottom: 60px;
}

    .app-footer-subnav a,
    .app-footer-flink a {
        margin-right: 10px;
    }

.app-footer-bottom {
    background: #0d121b;
    font-size: 12px;
    padding: 30px 0;
    color: #555d6d;
}

.app-footer-bottom {
    background: #0d121b;
    font-size: 12px;
    padding: 30px 0;
    color: #555d6d;
}

/****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.app-productListDiv {
    position: relative;
}

.app-productInfoText {
    width: 100%;
}

.app-media-ul {
}

    .app-media-ul li {
        margin-bottom: 30px;
    }

.app-more {
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
}

.app-product-index-category {
    margin: 0 auto;
}

    .app-product-index-category h2 {
        font-size: 30px;
        color: #000;
        margin-bottom: -2.0rem;
        font-weight: bold;
    }

    .app-product-index-category p {
        font-size: 20px;
        color: #999;
    }

.app-product-index-list li {
    border-right-style: solid;
    border-right-color: #ccc;
    border-right-width: 1px;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 30px;
}

.app-product-index-list .name1 {
    color: #000;
    line-height: 24px;
    font-size: 18px;
}

.app-product-index-list .name2 {
    color: #aaa;
    font-size: 14px;
    padding-top: 5px;
}

.app-product-index-list .recommend {
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}

.app-product-index-list .price {
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
    color: #cc0000;
    font-size: 16px;
    font-weight: 600;
}

.app-product-index-list li:last-child {
    border-right-color: #fff;
}

.app-product-index-list li:nth-child(3n) {
    border-right-color: #fff;
}

.am-badge {
    border-radius: 3px;
}

@media screen and (max-width:640px) {
    .app-product-index-list li:nth-child(odd) {
        border-right-color: #ccc;
    }

    .app-product-index-list li:nth-child(even) {
        border-right-color: #fff;
    }

    .app-product-index-list li:last-child {
        border-right-color: #fff;
    }

    .app-product-index-list .name1 {
        color: #000;
        line-height: 24px;
        font-size: 16px;
    }

    .app-product-index-list .name2 {
        color: #aaa;
        font-size: 14px;
    }

    .app-product-index-list .recommend {
        padding: 0px;
        margin: 0px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        color: #666;
        font-size: 12px;
        font-weight: normal;
        line-height: 18px;
    }

    .app-product-index-list .price {
        padding: 0px;
        margin: 0px;
        padding-top: 5px;
        color: #cc0000;
        font-size: 12px;
        font-weight: 600;
    }

    .am-badge {
        min-width: 10px;
        padding: 2px;
        font-size: 1.0rem;
        font-weight: 700;
        border-radius: 3px;
    }
}

/****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.app-question-list {
}

    .app-question-list ul {
    }

    .app-question-list li {
        padding-bottom: 10px;
        border-bottom-width: 1px;
        border-bottom-color: #ddd;
        border-bottom-style: dashed;
    }

.app-question-list-content {
    color: #333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

    .app-question-list-content .list-hidden {
        display: none;
    }

.app-question-title {
    font-size: 21px;
    color: #333;
    font-weight: 700;
    line-height: 50px;
    border-bottom: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.app-question-content {
    font-size: 17px;
    color: #555;
    font-weight: normal;
    line-height: 30px;
}

    .app-question-content thead {
        background-color: #eee;
    }

    .app-question-content th {
        padding: 5px;
    }

    .app-question-content td {
        padding: 5px;
    }

    .app-question-content .answer-remark {
        font-size: 12px;
        color: #666;
        font-weight: normal;
        line-height: 20px;
    }

    .app-question-content A {
        color: #0026ff;
    }


/****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.app-purchase-container {
    margin: 0 0 60px 0;
}

    .app-purchase-container h3 {
        font-weight: 700;
    }

    .app-purchase-container .purchase-remark {
        margin-top: -10px;
        font-size: 12px;
    }

.app-purchase-list li {
    margin-bottom: 0px;
    padding: 15px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
}

    .app-purchase-list li:hover {
        background: #2b3242;
        border-left: 10px solid #000;
        color: #fff;
    }

        .app-purchase-list li:hover a {
            color: #fff;
        }



/****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@media screen and (max-width: 1199px) {
    .am-pagination-default {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 12px;
    }
}


/**专利与荣誉**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.app-home-zlry {
    margin: 0;
    padding: 0px;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .app-home-zlry li {
        border-right-style: solid;
        border-right-color: #ccc;
        border-right-width: 1px;
        text-align: center;
        line-height: 1.1;
        margin-bottom: 10px;
        height: 80px;
    }

        .app-home-zlry li:last-child {
            border-right-color: #fff;
        }

.app-home-zlry-number {
    font-size: 54px;
    font-family: HELVETICANEUELTPRO-THEX,Arial;
    color: #888
}

.app-home-zlry-plus {
    font-size: 16px;
    color: #888
}

.app-home-zlry-name {
    font-size: 14px;
    color: #ccc;
}

@media screen and (max-width: 1199px) {
    .app-home-zlry-number {
        font-size: 36px;
    }

    .app-home-zlry li:nth-child(3n) {
        border-right-color: #fff;
    }
}

/****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.app-parameter {
    margin-top: 30px;
}

.app-parameter-list {
    clear: both;
}

    .app-parameter-list ul {
        border-top: solid;
        border-top-color: #999;
        border-top-width: 1px;
        padding: 0px;
        margin: 0px;
        float: left;
    }

        .app-parameter-list ul:nth-child(1) {
            width: 20%;
            padding-top: 17px;
            padding-left: 35px;
            padding-bottom: 17px;
            font-size: 16px;
            color: #000;
        }

        .app-parameter-list ul:nth-child(2) {
            width: 75%;
            margin-left: 5%;
            padding-top: 17px;
            padding-left: 10px;
            padding-bottom: 17px;
            font-size: 14px;
            color: #666;
        }

@media screen and (max-width: 1199px) {

    .app-parameter-list ul:nth-child(1) {
        width: 100%;
        padding-top: 7px;
        padding-left: 15px;
        padding-bottom: 0px;
    }

    .app-parameter-list ul:nth-child(2) {
        width: 100%;
        margin-left: 0%;
        padding-top: 0px;
        padding-left: 15px;
        padding-bottom: 7px;
        border-top-width: 0px;
    }
}

/****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*产品详情快速购买*/
.quick-purchase {
    background-color: #ba1f2e;
    width: 60px;
    height: 80px;
    border-radius: 10%;
    position: fixed;
    left: 10px;
    bottom: 60px;
    z-index: 100;
}

/****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*左侧客服*/
.menu-fixed {
    position: fixed;
    right: 10px;
    bottom: 60px;
    background-image: url(/Areas/en/content/images/layout/menufixed.20220112.png);
    width: 50px;
    background-position: -50px bottom;
    z-index: 100;
}

    .menu-fixed.active {
        background-position: 0 bottom;
    }

    .menu-fixed ul {
        padding: 0px;
        margin: 0px;
    }

    .menu-fixed li {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

.menu-fixed-mini {
    height: 50px;
    cursor: pointer;
    display: block;
}

.menu-fixed-list {
    display: none;
}

.menu-fixed.active .menu-fixed-list {
    display: block;
}

.menu-fixed-list a {
    display: block;
}

.menu-fixed-list .fore01 a {
    height: 67px;
}

.menu-fixed-list .fore02 a {
    height: 65px;
}

.menu-fixed-list .fore03 a {
    height: 60px;
}

.menu-fixed-list .fore04 a {
    height: 65px;
}

/****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
._mediaSocial-ul {
    padding: 0px;
    margin: 0px;
}

    ._mediaSocial-ul li {
        list-style: none;
        padding-top: 10px;
        font-size: 14px;
        color: #888;
        text-overflow: ellipsis; /*有些示例里需要定义该属性，实际可省略*/
        display: -webkit-box;
        -webkit-line-clamp: 1; /*规定超过两行的部分截断*/
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-all; /*在任何地方换行*/
    }

        ._mediaSocial-ul li a {
            color: #888;
        }


.app_hover_div {
    margin-top: 30px;
}

.app_hover_iamge {
    margin-top: 30px;
}

.app_hover_section {
    margin-top: -50px;
}

.app_hover_label {
    width: 100px;
}

.app_button_label {
    color: #fff;
    background-color: #000;
}

    .app_button_label:hover,
    .app_button_label:focus,
    .app_button_label:active,
    .app_button_label.am-active,
    .am-dropdown.am-active .app_button_label.am-dropdown-toggle {
        color: #000;
        background-color: #999;
    }

.app_hover_radio {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

@media screen and (max-width: 1199px) {
    .app_hover_label {
        width: 80px;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 10px;
    }

    .app_hover_div {
        margin-top: 0px;
        position: relative;
    }

    .app_hover_iamge {
        margin-top: 20px;
    }

    .app_hover_section {
        margin-top: -300px;
    }
}

.app-am-modal-dialog {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    max-width: 100%;
    border-radius: 0;
    background: #f8f8f8;
    /*@media @large-up {
    width: @modal-lg;
    margin-left: -@modal-lg/2;
  }*/
}

.app-message-input-wight {
    width: 100px;
}

.app-message-bt-magin {
    margin-right: 40px;
}

@media only screen and (min-width:900px) {
    .app-am-modal-dialog {
        width: 760px;
    }

    .app-message-input-wight {
        width: 250px;
    }

    .app-message-bt-magin {
        margin-right: 30px;
    }
}

.detail-link-active {
    color: #777;
}

.detail-content {
    clear: both;
    padding-bottom: 20px;
}

.detail-content-hide {
    display: none;
}

.detail-content-show {
    display: block;
}


.home-contact {
    z-index: 100000;
    display: block;
    margin: 0px;
    left: 15px;
    bottom: 00px;
    position: fixed !important;
}

.hc-whatsapp {
    margin-bottom: -10px;
}

    .hc-whatsapp .icon-style {
        color: #12990a;
        font-size: 40px;
        padding: 0px;
        margin: 0px;
    }

.hc-email {
}

    .hc-email .icon-style {
        color: #30b1ec;
        font-size: 40px;
        padding: 0px;
        margin: 0px;
    }



@media only screen and (max-width:768px) {
    .home-contact {
    }

    .hc-whatsapp {
        margin-bottom: -10px;
    }

        .hc-whatsapp .icon-style {
            font-size: 30px;
        }

    .hc-email {
    }

        .hc-email .icon-style {
            font-size: 30px;
        }
}
/*product detail FAQ*/
.am-accordion-gapped .am-active .am-accordion-title {
    background-color: #eaeaea;
    color: rgba(0, 0, 0, 1);
}

.am-accordion-gapped .am-accordion-item {
    margin: 1rem 0;
}

.am-accordion-gapped .am-accordion-title {
    border: none !important;
}

.faq-h {
    margin: auto;
    width: 100%;
    padding-left: 20px;
    font-size: 40px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.faq-contain {
    margin: auto;
    width: 80%;
}

.faq-section {
    margin: 0px
}

.faq-dl {
    border: none !important;
}

.faq-dt {
    background-color: #f5f5f5;
    border: 0px solid #f5f5f5;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 600;
}

.faq-dd {
    color: #000 !important;
    font-size: 16px;
}

@media only screen and (max-width:768px) {
    .faq-h {
        margin: auto;
        width: 100%;
        padding-left: 20px;
        font-size: 32px;
        font-weight: 400;
        color: #000;
        margin-bottom: 5px;
    }

    .faq-contain {
        margin: auto;
        width: 100%;
    }

    .faq-section {
        margin: 0px
    }

    .faq-dl {
        border: none !important;
    }

    .faq-dt {
        background-color: #f5f5f5;
        border: 0px solid #f5f5f5;
        border-radius: 3px;
        font-size: 16px;
        font-weight: 600;
    }

    .faq-dd {
        color: #000 !important;
        font-size: 14px;
    }
}
/*product detail FAQ*/

