body {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYiMicro Hei", sans-serif;
}

[class*=am-u-] {
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.f0 {
    font-size: 6.4rem
}

h1,
.f1 {
    font-size: 48px
}

h2,
.f2 {
    font-size: 2.8rem
}

h3,
.f3 {
    font-size: 20px
}

h4,
.f4 {
    font-size: 18px
}

h5,
.f5 {
    font-size: 16px
}

.am-form select,
.am-form textarea,
.am-form input[type="text"],
.am-form input[type="password"],
.am-form input[type="datetime"],
.am-form input[type="datetime-local"],
.am-form input[type="date"],
.am-form input[type="month"],
.am-form input[type="time"],
.am-form input[type="week"],
.am-form input[type="number"],
.am-form input[type="email"],
.am-form input[type="url"],
.am-form input[type="search"],
.am-form input[type="tel"],
.am-form input[type="color"],
.am-form-field {
    font-size: 14px;
    border-color: #e8e8e8;
    border-width: 1px;
    padding: 1rem
}

.am-table>thead>tr>th,
.am-table>tbody>tr>th,
.am-table>tfoot>tr>th,
.am-table>thead>tr>td,
.am-table>tbody>tr>td,
.am-table>tfoot>tr>td {
    padding: 1rem 15px
}

.am-form-group {
    margin: 0
}

img {
    max-width: 100%;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

video {
    max-width: 100%
}

a {
    color: #282828;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

a:hover,
a:focus {
    color: #E62129;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.am-container-sm {
    max-width: 1080px;
    padding: 0;
    margin: 0 auto
}

.am-container {
    max-width: 1300px;
    padding: 0
}

.am-container-fl {
    width: 20%;
    float: left;
    padding: 2rem 0;
}

.am-container-fr {
    width: 80%;
    float: right;
    padding: 2rem 0 2rem 4rem;
}

.am-container-avg {
    max-width: 1320px;
    margin: 0 auto
}

.am-container-avg-lg {
    max-width: 1340px;
    margin: 0 auto
}

.am-btn {
    padding: 1rem 1.2em !important;
    font-size: 14px;
    border-radius: 4px
}

.am-btn-main {
    background-color: #fff;
    border-color: #e8e8e8;
    border-width: 1px
}

.am-btn-main:hover {
    background-color: #E62129;
    border-color: #E62129;
    color: #fff
}

.am-btn-primary {
    background-color: #1AA2E9;
    border-color: #1AA2E9
}

.am-btn-danger {
    background: url(/uploads/images/menu-left-tit-bg.png) no-repeat center #E62129;
    border-color: #E62129;
}

.am-btn-danger:hover {
    background: url(/uploads/images/menu-left-tit-bg.png) no-repeat left bottom #E62129;
}

.am-btn-primary:hover {
    background: url(/uploads/images/menu-left-tit-bg.png) no-repeat left bottom #E62129;
    border-color: #E62129;
}

.am-text-xs {
    font-size: 12px !important
}

.am-text-white {
    color: #fff
}

.am-text-gray {
    color: #888
}

.am-text-primary {
    color: #1AA2E9
}

.am-text-danger {
    color: #E62129
}

.am-truncate-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal
}

.am-en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase
}

.am-en-max {
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif
}

.am-box {
    overflow: hidden
}

.am-d-flex {
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.am-boxadow {
    -webkit-box-shadow: 4px 8px 8px rgba(0 0 0 /20%);
    box-shadow: 4px 8px 8px rgba(0 0 0 /20%)
}

.am-boxadow-hover:hover {
    -webkit-box-shadow: 4px 8px 8px rgba(0 0 0 /4%);
    box-shadow: 4px 8px 8px rgba(0 0 0 /4%);
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.am-img {
    position: relative;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.am-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.am-img img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.am-a-hover:hover {
    -webkit-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    color: #E62129
}

.am-hover:hover {
    -webkit-box-shadow: 4px 4px 8px rgb(0 0 0 /20%);
    box-shadow: 4px 4px 8px rgb(0 0 0 /20%);
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.am-img-hover:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.am-bg-transparent {
    background: transparent !important
}

.am-bg-white {
    background: #fff !important
}

.am-bg-main {
    background: #f8f8f8 !important
}

.am-tabs-bd {
    border: none
}

.am-nav-tabs {
    border: none
}

.am-list>li {
    border-color: #e8e8e8;
    border-width: 1px
}

.am-ani-jump {
    -webkit-animation: jump-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
    animation: jump-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.pv-main {
    padding: 80px 0
}

.p10 {
    padding: 1rem
}

.pw10 {
    padding: 0 1rem
}

.pw20 {
    padding: 0 2rem
}

.p20 {
    padding: 2rem
}

.pv20 {
    padding: 2rem 0
}

.p40 {
    padding: 4rem
}

.pv40 {
    padding: 4rem 0
}

.swiper-button-prev {
    background: none;
    border: 1px solid #e8e8e8;
    border-width: 1px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    border-radius: 100%
}

.swiper-button-next {
    background: none;
    border: 1px solid #e8e8e8;
    border-width: 1px;
    text-align: center;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%
}

.swiper-button-prev i,
.swiper-button-next i {
    position: absolute;
    top: -1px;
    left: 0;
    width: 38px;
    height: 38px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #E62129 !important;
    border-color: #E62129 !important;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.head {
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0
}

.logo {
    line-height: 48px
}

.head-fr {
    line-height: 48px;
    overflow: hidden;
    text-align: center;
}

.navmenu .navitem {
    text-align: center;
    position: relative;
    line-height: 48px;
    padding: 0 10px;
}

.navmenu .navparenta {
    display: block;
    font-weight: bold;
    border-radius: 4px;
}

.navmenu .navparenta span {
    position: relative;
}

.navmenu .navparenta:hover,
.navmenu .navsona:hover,
.navmenu .active {
    background: url(/uploads/images/menu-left-tit-bg.png) no-repeat center #E62129;
    color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 4px 8px 8px rgba(0 0 0 /16%);
    box-shadow: 4px 8px 8px rgba(0 0 0 /16%)
}

.subNavIcon {
    position: relative
}

.subNavIcon:after {
    content: "";
    bottom: 0;
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent
}

.navmenu .subNav {
    position: absolute;
    width: 140%;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.8);
    left: 50%;
    margin-left: -70%;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 6;
    pointer-events: none;
    border-radius: 4px;
    top: 4rem
}

.navmenu .subNav-show {
    display: block;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    top: 48px;
    pointer-events: all
}

.navmenu .navsona {
    line-height: 48px;
    border-bottom: 1px solid #e8e8e8;
    border-width: 1px;
    white-space: nowrap;
    display: block
}

.navmenu .navsona:last-child {
    border: none
}

.banner-swiper {
    width: 100%;
    height: 750px;
    -webkit-box-shadow: inset 8px 8px 8px 0px rgb(0 0 0 / 20%);
    box-shadow: inset 8px 8px 8px 0px rgb(0 0 0 / 20%)
}

.banner-item {
    overflow: hidden;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.banner-item-info {
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-shadow: 0px 4px 10px rgba(6, 30, 90, .8);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.swiper-pagination-bullet-active {
    background: #E62129
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.title {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative
}

.title-before {
    position: relative;
    margin: 0
}

.title-before::before {
    position: absolute;
    height: 2px;
    left: 0px;
    background: #282828;
    width: 80px;
    content: '';
    bottom: 0
}

.title-after {
    position: relative;
    padding-bottom: 20px
}

.title-after::after {
    position: absolute;
    width: 56px;
    left: 0;
    background: #282828;
    height: 4px;
    content: '';
    bottom: 0
}

.stitle {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.stitle {
    position: relative
}

.stitle::before {
    position: absolute;
    width: 20px;
    left: 50%;
    margin-left: -20px;
    background: #E62129;
    height: 8px;
    content: '';
    bottom: 0
}

.stitle::after {
    position: absolute;
    width: 20px;
    right: 50%;
    margin-right: -20px;
    background: #1AA2E9;
    height: 8px;
    content: '';
    bottom: 0
}

.inews {
    background: url(/uploads/images/inews-bg.jpg) center bottom #f8f8f8 no-repeat;
    background-size: cover;
}

.news-swiper {
    padding-bottom: 8rem;
    overflow: hidden
}

.news-swiper-item {
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 2px 4px 8px rgba(0 0 0 /1%);
    box-shadow: 2px 4px 8px rgba(0 0 0 /1%);
    position: relative;
    border-radius: 4px;
}

.news-swiper-type {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #E62129;
    padding: .4rem 1rem;
    color: #fff;
    z-index: 999;
    font-size: 12px;
    border-radius: 16px;
}

.news-swiper-img {
    padding-bottom: 300px;
    overflow: hidden
}

.news-swiper-info {
    overflow: hidden;
    padding: 20px
}

.news-swiper-more {
    position: relative;
    margin-top: 20px
}

.news-swiper-more a {
    display: inline-block
}

.news-prev {
    margin-left: -4.4rem;
    left: 50%;
    bottom: 0;
    top: auto;
}

.news-next {
    margin-right: -4.4rem;
    right: 50%;
    left: auto;
    background: #E62129 !important;
    color: #fff;
    bottom: 0;
    top: auto
}

.news-prev:hover,
.news-next:hover {
    background-color: #E62129 !important;
    border-color: #E62129 !important
}

.ibrand {
    overflow: hidden;
    background: url(/uploads/images/brand-bg.jpg) no-repeat center right #fff;
    background-size: cover
}

.ibrand-thumb {
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 2px 4px 8px rgba(0 0 0 /2%);
    box-shadow: 2px 4px 8px rgba(0 0 0 /2%);
}

.ibrand-more {
    margin-top: 4rem
}

.ibrand-video {
    height: 200px;
    margin: 20px 0
}

.video-poster {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .4);
    text-align: center;
    position: relative;
    height: 200px;
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
    border-radius: 4px;
}

.video-poster a:hover img {
    -webkit-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.video-poster img {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -24px;
    margin-left: -24px;
    -webkit-filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, .4));
    filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, .4))
}

.video-play-content {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .96);
    z-index: 99999;
    display: none
}

.video-play {
    position: absolute;
    width: 1000px;
    height: 600px;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -300px;
    background: rgba(0 0 0 /92%);
    z-index: 999;
    -webkit-box-shadow: 4px 8px 8px rgba(0, 0, 0, .2);
    box-shadow: 4px 8px 8px rgba(0, 0, 0, .2)
}

.video-play video {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.video-play-close {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    right: 80px;
    top: 80px;
    background: url(../images/close-icon.png) center no-repeat;
    z-index: 999;
    border: 1px solid #e8e8e8;
    border-radius: 100%;
    -webkit-transform: scale(.88);
    -ms-transform: scale(.88);
    transform: scale(.88)
}

.video-play-close:hover {
    background-color: #E62129;
    -webkit-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg)
}


.iproduct-swiper {
    padding-bottom: 8rem;
}


.iproduct-swiper-item {
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 2px 4px 8px rgba(0 0 0 /1%);
    box-shadow: 2px 4px 8px rgba(0 0 0 /1%);
    position: relative;
    border-radius: 4px;
}

.iproduct-swiper-type {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #E62129;
    padding: .4rem 1rem;
    color: #fff;
    z-index: 999;
    font-size: 12px;
    border-radius: 16px;
}

.iproduct-swiper-img {
    padding-bottom: 240px;
    overflow: hidden
}

.iproduct-swiper-info {
    overflow: hidden;
    padding: 20px
}

.iproduct-swiper-more {
    position: relative;
    margin-top: 20px
}

.iproduct-swiper-more a {
    display: inline-block
}

.iproduct-prev {
    margin-left: -4.4rem;
    left: 50%;
    bottom: 0;
    top: auto;
}

.iproduct-next {
    margin-right: -4.4rem;
    right: 50%;
    left: auto;
    background: #E62129 !important;
    color: #fff;
    bottom: 0;
    top: auto
}

.iproduct-prev:hover,
.iproduct-next:hover {
    background-color: #E62129 !important;
    border-color: #E62129 !important
}

.iservice {
    overflow: hidden;
    background: url(/uploads/images/iservice-bg.jpg) no-repeat center #f8f8f8;
    background-attachment: fixed;
    background-size: cover;
}

.iservice-nav {
    overflow: hidden;
    position: relative;
}

.iservice-nav-item {
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 2rem 0;
    background: #fff;
    border-radius: 4px;
}

.iservice-nav .active .iservice-nav-item,
.iservice-nav-item:hover {
    background: url(/uploads/images/menu-left-tit-bg.png) no-repeat center #E62129;
    cursor: pointer;
    color: #fff;
}

.iservice-nav-more .iservice-nav-item:hover h5 {

    color: #fff !important;
}

.iservice-content .active {
    display: block;
    opacity: 1
}

.iservice-content {
    max-height: 48rem;
    overflow: hidden;
}

.iservice-content-item {
    overflow: hidden;
    padding: 4rem;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 2px 4px 8px rgba(0 0 0 /4%);
    box-shadow: 2px 4px 8px rgba(0 0 0 /4%);
    display: none;
}

.iservice-content-img {
    padding-bottom: 40rem;
    overflow: hidden;
    border-radius: 4px;
}

.iservice {
    overflow: hidden;
    background: url(/uploads/images/iservice-bg.jpg) no-repeat center #f8f8f8;
    background-attachment: fixed;
    background-size: cover;
}

.icase-list-img {
    padding-bottom: 6.4rem;
    overflow: hidden;
}

.brand-video .video-poster {
    height: 420px
}

.iadv {
    overflow: hidden;
    background: url(/uploads/images/iadv-bg.jpg) no-repeat center #f8f8f8;
    background-attachment: fixed;
    background-size: cover;
}

.iadv-container {
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 2px 4px 8px rgba(0 0 0 /1%);
    box-shadow: 2px 4px 8px rgba(0 0 0 /1%);
    overflow: hidden;
}

.iadv-txt {
    padding: 4rem;
    overflow: hidden;
}

.iadv-list {
    text-align: center;
    overflow: hidden;
}


.iadv-list-item {
    position: relative;
    overflow: hidden;
}

.iadv-list-img {
    height: 200px;
    overflow: hidden;
    background: #e8e8e8;
}

.iadv-list-info {
    position: absolute;
    padding: 1rem;
    bottom: 0;
    width: 100%;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    -webkit-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}

.iadv-list-info:hover {
    background: rgb(230 33 41 / 88%);
    font-size: 20px;
    font-weight: bold;
}


.case-logo-img {
    overflow: hidden;
    border: 1px solid #e8e8e8;
    padding-bottom: 28%;
}

.am-list {
    margin: 0
}

.am-list-item {
    background: #fff;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    position: relative
}

.am-list-item:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    background: #fff;
    height: 0px;
    content: '';
    -webkit-transition: all ease-in-out .8s;
    -o-transition: all ease-in-out .8s;
    transition: all ease-in-out .8s
}

.am-list-item:hover:after {
    width: 100%;
    background: #E62129;
    height: 2px;
    -webkit-transition: all ease-in-out .8s;
    -o-transition: all ease-in-out .8s;
    transition: all ease-in-out .8s
}

.am-list-item:hover .am-list-time {
    border-color: #E62129;
    color: #E62129;
    -webkit-transition: all ease-in-out .8s;
    -o-transition: all ease-in-out .8s;
    transition: all ease-in-out .8s
}

.am-list-time {
    width: 15%;
    overflow: hidden;
    text-align: center;
    line-height: 1.2;
    position: relative;
}

.am-list-time::after {
    position: absolute;
    right: 0;
    height: 20px;
    content: '';
    width: 1px;
    background: #e8e8e8;
    top: 50%;
    margin-top: -10px;
}

.am-list-time h2 {
    font-size: 3.2rem
}

.am-list-info {
    width: 85%;
    overflow: hidden;
    padding-left: 4rem
}

.img-list-item {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e8e8e8
}

.img-list-img {
    padding-bottom: 68%;
    overflow: hidden
}

.brandpage {
    overflow: hidden;
    background: url(/uploads/images/brand-why-bg.jpg) no-repeat center bottom #f8f8f8;
    background-attachment: fixed;
    background-size: cover
}

.brandpage-box {
    background: rgba(255, 255, 255, .8);
    overflow: hidden
}

.service-bg {
    background: url(/uploads/images/service-bg.png) no-repeat center bottom #f8f8f8;
    background-size: cover
}

.contact-banner {
    height: 560px;
    -webkit-animation: slide-bg 20s linear infinite;
    animation: slide-bg 20s linear infinite;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.contact-banner .am-container {
    position: relative
}

.contact-banner-info {
    overflow: hidden;
    font-weight: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 360px
}

.contact-content {
    position: relative;
    height: 880px;
}

.contact-box {
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: -20rem;
    z-index: 9;
}

.footer-bg {
    overflow: hidden;
    padding: 6.8rem 0 0;
    background: url(/uploads/images/footer-bg.jpg) no-repeat center bottom #e6e8f4;
    background-size: cover;
    background-attachment: fixed
}

.footer-nav {
    overflow: hidden
}

.footer-nav a {
    display: block;
    margin: 1rem 0
}

.footer-wechat {
    overflow: hidden;
    text-align: center;
}

.copyright {
    background: rgb(136 136 136 / 28%);
    padding: 1rem 0;
    margin-top: 2rem;
    font-size: 12px
}

.link {
    margin-top: 1rem;
    overflow: hidden;
    padding: 1rem
}

.link a {
    color: #888;
    display: inline-block;
    position: relative;
    padding: 0 4px
}

.link a::after {
    content: '';
    background: #888;
    height: 14px;
    width: 1px;
    right: -2px;
    top: 50%;
    margin-top: -7px;
    position: absolute
}

.link a:last-child::after {
    display: none;
}

.link a:hover {
    color: #E62129
}

.SonNavMenu {
    position: relative;
    border-bottom: 1px solid #f4f8f8
}

.SonNavMenu a {
    position: relative;
    display: inline-block;
    padding: 20px 0;
    margin-right: 40px
}

.SonNavMenu span {
    position: relative;
    font-weight: bold
}

.SonNavMenu a span::before {
    position: absolute;
    content: '';
    left: -20px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #282828;
    -webkit-transition: all ease-in-out .8s;
    -o-transition: all ease-in-out .8s;
    transition: all ease-in-out .8s;
}

.SonNavMenu a:first-child span::before {
    display: none;
}

.SonNavMenu a span::after {
    position: absolute;
    bottom: -24px;
    left: 0;
    height: 3px;
    width: 0;
    content: '';
    -webkit-transition: all ease-in-out .8s;
    -o-transition: all ease-in-out .8s;
    transition: all ease-in-out .8s;
}

.SonNavMenu a:hover,
.SonNavMenu .am-active {
    color: #E62129
}

.SonNavMenu a:hover span::before,
.SonNavMenu .am-active span::before {
    background-color: #E62129;
    -webkit-transition: all ease-in-out .8s;
    -o-transition: all ease-in-out .8s;
    transition: all ease-in-out .8s;
}

.SonNavMenu .am-active span::after,
.SonNavMenu a:hover span::after {
    -webkit-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    width: 100%;
    background: #E62129
}

.menu-left {
    overflow: hidden;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 4px 8px 8px rgba(0 0 0 /2%);
    box-shadow: 4px 8px 8px rgba(0 0 0 /2%);
    border-radius: 4px; 
}

.menu-left-tit {
    padding: 4rem;
    color: #fff;
    background: url(/uploads/images/menu-left-tit-bg.png) no-repeat center #E62129;
    overflow: hidden;
    background-size: cover
}

.menu-left a {
    padding: 16px;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    display: block;
    font-weight: bold
}

.menu-left a:last-child {
    border: none; 
}

.menu-left .am-active {
    color: #E62129
}

.am-article {
    padding: 4rem;
    background: #fff;
    -webkit-box-shadow: 4px 8px 8px rgba(0 0 0 /2%);
    box-shadow: 4px 8px 8px rgba(0 0 0 /2%);
    border-radius: 4px;
}
 
.am-article-bd {
    line-height: 1.6
}
.am-article-bd td, th{
    border: 1px solid #e8e8e8!important;
    padding: .5em 1em!important;
} 
.am-article-bd table{
    width: 100%!important;
    margin-top: 2rem;
} 

.am-article-bd img {
    display: inline-block;
}

 

.am-article-hd{
    border-bottom: 1px solid #e8e8e8;
    margin:0 0 2rem;
    padding-bottom: 2rem;
    position: relative
}

.am-article-bd-hd {
    border-bottom: 1px solid #e8e8e8;
    margin: 2rem 0;
    padding-bottom: 2rem;
    position: relative
}

.article-prev li {
    padding: 1rem 0;
    border-bottom: 1px solid #e8e8e8
}

.am-pagination {
    margin: 2rem 0;
    overflow: hidden;
    text-align: center
}

.am-pagination ul {
    padding: 0;
    margin: 0
}

.am-pagination li {
    list-style: none;
    padding-right: 1rem;
    display: inline-block
}

.am-pagination li.active span,
.am-pagination li a:hover {
    background-color: #E62129;
    color: #fff;
    border-color: #E62129
}

.am-pagination a,
.am-pagination span {
    display: block;
    padding: .8rem 1.2em;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-size: 14px
}

.inner-banner {
    height: 360px;
    -webkit-animation: slide-bg 20s linear infinite;
    animation: slide-bg 20s linear infinite;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.inner-banner .am-container {
    position: relative
}

.inner-banner-info {
    overflow: hidden;
    font-weight: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 360px
}

.position {
    position: absolute;
    bottom: 5px;
    right: 0
}

.position .am-breadcrumb {
    margin: 0
}

.position .am-breadcrumb>li [class*="am-icon-"]:before {
    color: #282828;
}

.position .am-breadcrumb>li+li:before {
    color: #282828;
}

.details-thumb {
    overflow: hidden;
    border-radius: 4px;
}

@media only screen and (min-width:1000px) {}

.am-modal-dialog {
    width: 640px
}

@media screen and (max-width:800px) {
    html {
        font-size: 8px
    }

    h1,
    .f1 {
        font-size: 3.4rem
    }

    .pv-main {
        padding: 4rem 2rem
    }

    .pv40 {
        padding: 4rem 2rem
    }

    .am-modal-dialog {
        width: 96% !important
    }

    .am-header-default {
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        z-index: 999;
        border-bottom: 1px solid #e8e8e8
    }

    .am-menu-dropdown1 .am-menu-toggle {
        color: #E62129
    }

    .am-header-default .am-header-nav>a {
        color: #282828
    }

    .am-header .am-header-right {
        right: 60px
    }

    .am-menu-dropdown1 .am-menu-nav>li>a {
        background: #fff;
        border-color: #e8e8e8;
        border-width: 1px;
        color: #282828;
        padding: 0 2rem
    }

    .am-menu-dropdown1 .am-menu-nav>li.am-parent>a::before {
        top: 14px;
        right: 20px
    }

    .am-menu-dropdown1 .am-menu-nav>li.am-parent.am-open>a {
        background-color: #E62129
    }

    .am-menu-dropdown1 .am-menu-sub {
        padding-left: 4rem !important
    }

    .wap-top {
        padding-top: 8rem;
    }

    .logo {
        width: 100%;
        line-height: 48px;
        height: 50px
    }

    .banner-swiper {
        margin-top: 49px;
        height: 24rem
    }

    .banner-prev,
    .banner-next {
        display: none
    }

    .ibrand {
        background: url(/uploads/images/brand-bg2.png) center bottom;
        background-size: cover
    }

    .ibrand-video,
    .brand-video {
        height: 28rem
    }

    .ibrand .video-poster,
    .brand-video .video-poster {
        height: 28rem !important
    }

    .video-play {
        width: 96%;
        left: 2%;
        height: auto;
        top: 20%;
        margin-top: 0;
        margin-left: 0
    }

    .video-play video {
        height: auto
    }

    .video-play-close {
        right: 0;
        top: 0;
        -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
        transform: scale(.4)
    }

    .ibrand-more {
        text-align: center
    }

    .ibrand-more a {
        width: 56%;
        margin: 0 auto;
        display: block;
        padding: 1em !important
    }

 
    .am-container-fl {
        width: 100%;
        float: none;
        padding: 0 0 2rem ;
    }
    .am-container-fr {
        width: 100%;
        padding: 0;
    }

    .contact-item {
        margin-bottom: 2rem
    }

    .iproduct-swiper-img {
        padding-bottom: 16rem;
    }

    .iservice-content {
        max-height: 60rem;
    }

    .iservice-content-item {
        overflow-y: scroll;
    }

    .iservice-content-img {
        padding-bottom: 24rem;
        margin-top: 2rem;
    }

    .iadv-list-img {
        height: 16rem;
    }

    .iadv-list li .am-box {
        padding: 2rem;
    }

    .news-swiper-info {
        padding: 1rem;
    }

    .news-swiper-img {
        padding-bottom: 18rem;
    }

    .inner-banner {
        height: 20rem;
        margin-top: 49px
    }

    .inner-banner-info {
        height: 20rem;
        padding: 20px
    }

    .wap-nav {
        margin-top: 49px;
    }

    .iproduct-prev,
    .news-prev {
        margin-left: -5.6rem;
    }

    .iproduct-next,
    .news-next {
        margin-right: -5.6rem;
    }

    .details-thumb {
        padding: 2rem 0;
    }

    .contact-banner {
        height: 48rem;
        margin-top: 49px
    }

    .contact-banner-info {
        height: 28rem;
        padding: 20px
    }

    .contact-content {
        height: 120rem;
    }

    .contact-box {
        width: 90%;
        margin-left: -45%;
        left: 50%;
    }

    .am-list-item {
        padding: 2rem 0
    }

    .am-list-time {
        width: 28%
    }

    .am-list-info {
        width: 72%;
        padding-left: 2rem
    }

    .case-list-img {
        height: 140px
    }

    .am-article {
        padding: 2rem
    }

    .am-pagination a,
    .am-pagination span {
        padding: .9rem 2.40px
    }

    .footer-bg {
        padding: 0;
        ;
    }

    .footer-nav {
        padding: 4rem 2rem;
    }

    .footer-nav li {
        margin-bottom: 1rem;
    }

    .copyright {
        padding: 2rem
    }

    .link {
        padding: 2rem;
    }

}