.main-color {
    color: #ae000f
}

.w1200 {
    width: 1200px;
    margin: auto
}

.w1400 {
    width: 1400px;
    margin: auto
}

.w1600 {
    width: 1600px;
    margin: auto
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot?v=3');
    src: url('../fonts/iconfont.eot?#iefix?v=3') format('embedded-opentype'), url('../fonts/iconfont.woff?v=3') format('woff'), url('../fonts/iconfont.ttf?v=3') format('truetype'), url('../fonts/iconfont.svg#iconfont?v=3') format('svg')
}

@font-face {
    font-family: "meb";
    src: url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg") format("svg")
}

.text-uppercase {
    font-family: "meb"
}

.fs-meb {
    font-family: "meb"
}

.icon {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.bg-f5 {
    background-color: #f5f5f5
}

.color-f {
    color: #fff
}

.color-9 {
    color: #999
}

.color-3 {
    color: #333
}

.color-6 {
    color: #666
}

.color-7 {
    color: #727272
}

.ho-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    transform: none;
    transition: transform .5s ease;
    object-fit: cover;
    max-height: 100%
}

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

.flex-1 {
    flex: 1
}

header {
    padding: 0 5%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999
}

header .head-nav {
    height: 80px
}

header .head-nav .logo {
    height: 100%
}

header .head-nav .logo img {
    max-height: 80%
}

header .head-nav .logo .a {
    display: block
}

header .head-nav .logo .b {
    display: none
}

header .head-nav ul {
    height: 100%
}

header .head-nav ul>li {
    height: 100%
}

header .head-nav ul>li.li-relative {
    position: relative
}

header .head-nav ul>li>a {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1
}

header .head-nav ul>li>a::before {
    content: '';
    position: absolute;
    left: -16px;
    right: -16px;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: url(../images/light.png?v=4) no-repeat;
    background-position: top center;
    transition: .5s;
    opacity: 0
}

header .head-nav ul>li>a::after {
    content: '';
    position: absolute;
    left: -16px;
    right: -16px;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: url(../images/light.png?v=4) no-repeat;
    background-position: top center;
    transition: .5s;
    opacity: 0
}

header .head-nav ul>li .head-son-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    overflow: hidden;
    z-index: 99;
    background: #fff;
    border-top: 1px #ddd solid;
    padding: 40px 0
}

header .head-nav ul>li .head-son-nav ol {
    display: flex
}

header .head-nav ul>li .head-son-nav ol li {
    height: 200px;
    overflow-y: auto
}

header .head-nav ul>li .head-son-nav ol li:first-child {
    border-right: 1px #ddd solid
}

header .head-nav ul>li .head-son-nav ol li .son-nav1 {
    width: 200px
}

header .head-nav ul>li .head-son-nav ol li .son-nav1 a {
    padding-left: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 5px solid rgba(0, 0, 0, 0);
    margin-bottom: 20px
}

header .head-nav ul>li .head-son-nav ol li .son-nav1 a:hover,
header .head-nav ul>li .head-son-nav ol li .son-nav1 a.active {
    border-color: #ae000f;
    color: #ae000f
}

header .head-nav ul>li .head-son-nav ol li .son-nav1 a:hover .icon,
header .head-nav ul>li .head-son-nav ol li .son-nav1 a.active .icon {
    color: #ae000f
}

header .head-nav ul>li .head-son-nav ol li .son-nav2 {
    flex: 1;
    display: flex;
    flex-wrap: wrap
}

header .head-nav ul>li .head-son-nav ol li .son-nav2 a {
    width: 14.28%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 6px 0
}

header .head-nav ul>li .head-son-nav ol li .son-nav2 a .img {
    width: 50px;
    height: 50px;
    border: 1px #eee solid;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px
}

header .head-nav ul>li .head-son-nav ol li .son-nav2 a .img img {
    max-width: 90%;
    max-height: 90%
}

header .head-nav ul>li .head-son-nav ol li .son-nav2 a:hover {
    color: #ae000f
}

header .head-nav ul>li .sub-nav {
    position: absolute;
    top: 120%;
    left: -40px;
    right: -40px;
    display: none;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1);
    width: 260%;
    transition: .5s all;
    -webkit-transition: .5s all
}

header .head-nav ul>li .sub-nav a {
    display: block;
    text-align: center;
    padding: 10px 0
}

header .head-nav ul>li .sub-nav a:hover {
    color: #ae000f
}

header .head-nav ul>li .sub-nav.sub-pro-nav .w1600 {
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 30px 0
}

header .head-nav ul>li .sub-nav.sub-pro-nav ol {
    margin: 0 1.6%
}

header .head-nav ul>li .sub-nav.sub-pro-nav ol h4 {
    color: #000;
    font-weight: bold;
    margin-bottom: 10px
}

header .head-nav ul>li .sub-nav.sub-pro-nav ol .sub-nav-ul a {
    padding: 0;
    line-height: 30px;
    text-align: left
}

header .head-nav ul>li:hover>a,
header .head-nav ul>li.active>a {
    color: #ae000f !important
}

header .head-nav ul>li:hover>a::before,
header .head-nav ul>li.active>a::before {
    opacity: 1;
    animation: light linear infinite 6s
}

header .head-nav ul>li:hover>a::after,
header .head-nav ul>li.active>a::after {
    opacity: 1;
    animation: light1 linear infinite 12s
}

header .head-nav ul>li:hover .sub-nav {
    display: block;
    animation: gotop .3s linear forwards
}

header .head-nav ul>li:hover .head-son-nav {
    display: block;
    animation: gotop .3s linear forwards
}

header .head-nav .info .icon:hover {
    color: #ae000f
}

header .head-nav .info .ali {
    width: 70px;
    height: 26px;
    border-radius: 14px;
    background-color: #ff6600;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

header .head-nav .info .ali>div {
    position: absolute;
    left: -20px;
    top: 140%;
    right: -20px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: .5s;
    padding: 20px 0 6px
}

header .head-nav .info .ali>div span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 100%;
    height: 15px
}

header .head-nav .info .ali>div span::after {
    content: "";
    bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent
}

header .head-nav .info .ali>div::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
    bottom: 0;
    background: #fff;
    z-index: -1;
    transition: .5s;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.08)
}

header .head-nav .info .ali>div a {
    width: 100%;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center
}

header .head-nav .info .ali>div a .icon {
    color: #ff6600
}

header .head-nav .info .ali>div a:hover .icon {
    color: #ff6600
}

header .head-nav .info .ali:hover>.icon {
    color: #fff
}

header .head-nav .info .ali:hover>div {
    visibility: visible;
    animation: .3s forwards headani linear
}

header .head-nav .info .lang {
    width: 100px;
    height: 26px;
    border-radius: 14px;
    background-color: #ae000f;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    position: relative
}

header .head-nav .info .lang:hover>div {
    display: block
}

header .head-nav .info .lang>div {
    position: absolute;
    left: -10px;
    top: 100%;
    right: -10px;
    background-color: #f9f4ef;
    display: none
}

header .head-nav .info .lang>div a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px
}

header .head-nav .info .lang>div a:hover {
    background-color: #ae000f;
    color: #fff
}

header.page-active {
    position: relative;
    background-color: #ededed
}

header.page-active .head-nav .logo .a {
    display: none
}

header.page-active .head-nav .logo .b {
    display: block
}

header.page-active .head-nav ul>li>a {
    color: #333
}

header.page-active .head-nav .info a .icon {
    color: #666
}

header.page-active .head-nav .info a:hover .icon {
    color: #ae000f
}

header.active {
    background-color: #ededed;
    position: fixed;
    left: 0;
    top: 0;
    right: 0
}

header.active .head-nav .logo .a {
    display: none
}

header.active .head-nav .logo .b {
    display: block
}

header.active .head-nav ul>li>a {
    color: #333
}

header.active .head-nav .info a .icon {
    color: #666
}

header.active .head-nav .info a:hover .icon {
    color: #ae000f
}

@keyframes headani {
    0% {
        top: 130%;
        opacity: 0
    }

    100% {
        top: 100%;
        opacity: 1
    }
}

@keyframes light {
    0% {
        transform: rotateY(0deg)
    }

    100% {
        transform: rotateY(360deg)
    }
}

@keyframes light1 {
    0% {
        transform: rotateY(360deg)
    }

    100% {
        transform: rotateY(0)
    }
}

@keyframes gotop {
    0% {
        top: 110%
    }

    100% {
        top: 100%
    }
}

footer {
    background: #363636;
    border-top: 2px #ae000f solid
}

footer .content ul li {
    margin-right: 6%
}

footer .content ul li:last-child {
    margin-right: 0
}

footer .content ul li a {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    line-height: 24px
}

footer .content ul li a:hover {
    color: #ae000f
}

footer .content .contact {
    display: flex
}

footer .content .contact p {
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7)
}

footer .content .contact .code {
    width: 120px
}

footer .links span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7)
}

footer .links a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 6px
}

footer .links a:hover {
    color: #333
}

footer .copyright {
    background: #1D1718
}

footer .copyright p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px
}

footer .copyright a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-left: 10px
}

footer .copyright a:hover {
    color: #fff
}

.foot-suspended {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0 3%;
    z-index: 9999
}

.foot-suspended .link {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.foot-suspended .link a {
    display: flex;
    flex-direction: column;
    align-items: center
}

.foot-suspended .link a .icon {
    font-size: 18px;
    color: #ae000f
}

.foot-suspended .link a:hover {
    color: #333
}

.foot-suspended .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 50%;
    background: #ae000f;
    border-radius: 18px;
    color: #fff
}

.foot-suspended .tel .icon {
    color: rgba(255, 255, 255, 0.7)
}

.menu-container-mask {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    transition: .2s;
    z-index: 9999
}

.menu-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    overflow: hidden;
    background-color: #fff
}

.top-menu-list {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .2s
}

.top-menu-list.active {
    transform: translateX(-100%)
}

.top-menu-list>li {
    height: 48px;
    line-height: 48px
}

.top-menu-list>li li:first-child,
.top-menu-list>li:first-child {
    height: 45px
}

.top-menu-list>li li:first-child>a,
.top-menu-list>li:first-child>a {
    background-color: #f7f7f7;
    height: 45px
}

.top-menu-list>li a {
    height: 100%;
    padding: 0 32px 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666;
    font-size: 14px
}

.top-menu-list>li a span {
    color: #666;
    font-size: 14px
}

.top-menu-list>li a .icon {
    color: #666;
    font-size: 14px
}

.top-menu-list>li .title-name {
    height: 100%;
    padding: 0 32px 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.top-menu-list ul {
    position: absolute;
    left: 100%;
    width: 100%;
    background-color: #fff;
    top: 0;
    height: 100%;
    display: none
}

.top-menu-list ul.active {
    display: block
}

.navbar-nav-more-body {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.6);
    transition: .2s
}

.navbar-nav-more-body .box-shadown {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%
}

.navbar-nav-more-body .offcanva {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff
}

.navbar-nav-more-body .offcanvas-body {
    position: relative
}

.navbar-nav-more-body .offcanvas-end {
    width: 60%;
    z-index: 999999
}

.navbar-nav-more-body .top-menu-list {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .2s;
    font-size: 1rem;
    padding: 0
}

.navbar-nav-more-body .top-menu-list.active {
    transform: translateX(-100%)
}

.navbar-nav-more-body .top-menu-list>li {
    height: 3.5rem;
    line-height: 3.5rem;
    padding: 0
}

.navbar-nav-more-body .top-menu-list>li li:first-child,
.navbar-nav-more-body .top-menu-list>li:first-child {
    height: 2.8rem
}

.navbar-nav-more-body .top-menu-list>li li:first-child>a,
.navbar-nav-more-body .top-menu-list>li:first-child>a {
    background-color: #f7f7f7;
    height: 2.8rem
}

.navbar-nav-more-body .top-menu-list>li a {
    height: 100%;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.navbar-nav-more-body .top-menu-list>li a:hover {
    color: #ae000f
}

.navbar-nav-more-body .top-menu-list ul {
    position: absolute;
    left: 100%;
    width: 100%;
    background-color: #fff;
    top: 0;
    height: 100%;
    padding: 0;
    display: none
}

.navbar-nav-more-body .top-menu-list ul.active {
    display: block
}

.navbar-nav-more-body .top-menu-list .icon {
    font-size: 16px;
    color: #666
}

.navbar-nav-more-body .top-menu-list ul.active .icon {
    margin-right: .5rem
}

.position {
    height: 80px;
    border-bottom: 1px #ddd solid;
    background-color: #f5f5f5
}

.position ul li {
    margin: 0 30px
}

.position ul li a {
    display: flex;
    align-items: center;
    height: 80px;
    position: relative;
    font-weight: 500;
    transition: .5s
}

.position ul li a::before {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -1px;
    height: 2px;
    background-color: #ae000f;
    transition: .5s
}

.position ul li:hover a,
.position ul li.active a {
    color: #ae000f;
    font-weight: 550
}

.position ul li:hover a::before,
.position ul li.active a::before {
    left: 0;
    right: 0
}

.breadcrumb {
    margin-bottom: 0rem;
    font-size: 14px;
    color: #ae000f
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">")
}

.breadcrumb-item {
    display: flex;
    align-items: center
}

.breadcrumb-item a {
    color: #666;
    font-size: 14px
}

.breadcrumb-item a:hover {
    color: #ae000f !important
}

.pagination-box {
    text-align: center;
    line-height: 32px;
    color: #595959
}

.pagination-box select {
    margin: 0 8px
}

.pagination-box a,
.pagination-box span {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    text-align: center;
    margin-right: 8px;
    cursor: pointer;
    vertical-align: top;
    color: #666;
    font-size: 14px
}

.pagination-box a:last-child,
.pagination-box span:last-child {
    margin-right: 0
}

.pagination-box a.active,
.pagination-box span.active,
.pagination-box a.current,
.pagination-box span.current,
.pagination-box a:hover,
.pagination-box span:hover {
    background-color: #ae000f;
    border-color: #ae000f;
    color: #fff !important
}

.pagination-box select {
    height: 32px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box
}

.pagination-box .prev_disabled,
.pagination-box .next_disabled {
    background-color: transparent !important;
    border-color: #e2e2e2 !important;
    color: #e2e2e2 !important;
    cursor: no-drop
}

.pagination-box .prev_disabled:hover,
.pagination-box .next_disabled:hover {
    color: #e2e2e2 !important
}

.pagination-box .page_num {
    border: none
}

.pagination-box .prev::before,
.pagination-box .prev_disabled::before {
    content: '<'
}

.pagination-box .next::before,
.pagination-box .next_disabled::before {
    content: '>'
}

.searchlist-input-container {
    display: flex;
    width: 50%;
    height: 60px;
    border-radius: 8px;
    padding-left: 16px;
    overflow: hidden;
    border: 1px #ddd solid;
    background-color: #fff
}

.searchlist-input-container .key {
    flex: 1;
    font-size: 14px;
    color: #727272
}

.searchlist-input-container button {
    height: 60px;
    color: #fff;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center
}

.searchlist-input-container button:hover .icon {
    color: #ae000f
}

.page-banner {
    overflow: hidden
}

.page-banner .text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.page-banner .text h4 {
    color: rgba(255, 255, 255, 0.2)
}

.page-banner .text a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px rgba(255, 255, 255, 0.4) solid;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s
}

.page-banner .text a .icon {
    color: rgba(255, 255, 255, 0.7)
}

.page-banner .text a:hover {
    border-color: #ae000f;
    background-color: #ae000f
}

.page-banner img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-animation: minus 6s 0s ease both infinite;
    -moz-animation: minus 6s 0s ease both infinite;
    animation: minus 6s 0s ease both infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
}

.page-banner .swiper-slide-active .img {
    position: relative;
    overflow: hidden
}

.page-banner .swiper-slide-active .img img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-animation: minus 6s 0s ease both infinite;
    -moz-animation: minus 6s 0s ease both infinite;
    animation: minus 6s 0s ease both infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1
}

.about-page {
    overflow: hidden
}

.about-page .pop-ups {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center
}

.about-page .pop-ups .content {
    height: 80%;
    overflow-y: auto
}

.about-page .pop-ups .content .title {
    background-color: #ae000f
}

.about-page .pop-ups .content .title span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    cursor: pointer
}

.about-page .pop-ups .content .title span .icon {
    transition: .5s
}

.about-page .pop-ups .content .title span:hover .icon {
    transform: rotate(180deg)
}

.about-page .section1 .text .desc {
    line-height: 30px;
    height: 210px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.about-page .section1 .text .more {
    width: 160px;
    height: 46px;
    display: flex;
    border-radius: 22px;
    justify-content: center;
    align-items: center;
    border: 1px #cfcfcf solid;
    cursor: pointer;
    transition: .5s
}

.about-page .section1 .text .more:hover {
    border-color: #ae000f;
    background-color: #ae000f;
    color: #fff
}

.about-page .section2 {
    background-color: #f2f2f2;
    position: relative;
    z-index: 1;
    padding-bottom: 8%
}

.about-page .section2::before {
    content: 'LEPOWER';
    position: absolute;
    right: -20px;
    bottom: 4%;
    font-size: 200px;
    color: rgba(174, 0, 15, 0.1)
}

.about-page .section2 ul li .item {
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 12px;
    position: relative;
    overflow: hidden
}

.about-page .section2 ul li .item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 16px;
    background-color: #ae000f
}

.about-page .section2 ul li .item .img {
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center
}

.about-page .section2 ul li .item .img img {
    max-width: 100%;
    max-height: 100%
}

.about-page .section3 {
    position: relative;
    overflow: hidden
}

.about-page .section3::before {
    content: '';
    position: absolute;
    left: 0;
    top: -30px;
    right: 0;
    bottom: 0;
    background: url(../images/about-section3-light.png) no-repeat;
    background-position: top center;
    z-index: 1;
    opacity: .8
}

.about-page .section3 .text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.about-page .section3 .text p {
    color: rgba(255, 255, 255, 0.4)
}

.common-info .search form {
    width: 660px;
    height: 60px;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    display: flex
}

.common-info .search form input {
    flex: 1;
    width: 100%;
    display: flex;
    height: 100%;
    padding: 0 16px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border: 1px #cccccc solid
}

.common-info .search form button {
    height: 100%;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ae000f
}

.common-info ul {
    display: flex;
    justify-content: space-around
}

.common-info ul li a span {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px #cccccc solid;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s
}

.common-info ul li a:hover span {
    background-color: #ae000f
}

.common-info ul li a:hover span .icon {
    color: #fff
}

.course-list ul {
    margin-top: 4%;
    position: relative;
    padding: 77px 0 0
}

.course-list ul .ulbg {
    left: 50%;
    margin-left: -11px;
    position: absolute;
    height: 100%;
    width: 22px;
    top: 0;
    background: url(../images/honorulbg01.png) repeat-y 0 0
}

.course-list ul .ulbg .bgi {
    display: block;
    width: 22px;
    height: 77px;
    position: absolute;
    top: 0;
    left: -10px;
    background: #fff url(../images/honorulbg03.png) no-repeat center top
}

.course-list ul li {
    display: flex;
    justify-content: space-between;
    position: relative;
    min-height: 214px;
    margin-bottom: 50px
}

.course-list ul li i {
    left: 50%;
    margin-left: -12px;
    width: 23px;
    height: 1px;
    position: absolute;
    top: 10px;
    background: #a0a0a0
}

.course-list ul li i .ib {
    width: 3px;
    height: 3px;
    position: absolute;
    left: 12px;
    top: -1px;
    border-radius: 100%;
    background: #ae000f
}

.course-list ul li .img {
    width: 46%;
    height: 214px;
    display: flex
}

.course-list ul li .img img {
    max-width: 100%;
    min-height: 100%
}

.course-list ul li .text {
    width: 46%
}

.course-list ul li:nth-child(odd) {
    flex-direction: row-reverse
}

.course-list ul li:nth-child(odd) .img {
    display: flex;
    justify-content: end
}

.course-list ul li:nth-child(even) .text {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.course-list ul li:nth-child(even) .text .desc {
    text-align: right
}

.quality-page .section1 {
    background-color: #f8f8f8
}

.quality-page .section1 ul li .item {
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1
}

.quality-page .section1 ul li .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/quality-section1-bg.jpg);
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
    z-index: -1
}

.quality-page .section1 ul li .item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    background: url(../images/quality-section1-bg1.png) no-repeat;
    background-position: bottom center;
    height: 40px;
    z-index: -2
}

.quality-page .section1 ol {
    display: flex;
    justify-content: center
}

.quality-page .section1 ol li {
    width: 12%;
    height: 100px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.quality-page .section1 ol li img {
    max-width: 100%;
    max-height: 100%
}

.quality-page .section1 .content img {
    max-width: 100%
}

.quality-page .section2 .pro-prev,
.quality-page .section2 .pro-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 32px;
    height: 32px;
    background-color: #c7c7c7;
    border-radius: 50%;
    z-index: 10;
    transition: .5s
}

.quality-page .section2 .pro-prev:hover,
.quality-page .section2 .pro-next:hover {
    background-color: #ae000f
}

.quality-page .section2 .pro-prev:hover .icon,
.quality-page .section2 .pro-next:hover .icon {
    color: #fff
}

.quality-page .section2 .pro-prev.hide,
.quality-page .section2 .pro-next.hide {
    opacity: 0
}

.quality-page .section2 .pro-prev {
    left: 10px
}

.quality-page .section2 .pro-next {
    right: 10px
}

.quality-page .section2 .content {
    display: flex;
    border: 1px #ddd solid
}

.quality-page .section2 .content .name {
    width: 200px;
    background-color: #f5f5f5;
    border-right: 1px #ddd solid
}

.quality-page .section2 .content .name h3 {
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px #ddd solid
}

.quality-page .section2 .content .name h3:last-child {
    border-bottom: none
}

.quality-page .section2 .content ul {
    width: calc(100% - 200px)
}

.quality-page .section2 .content ul>li {
    padding: 16px 0;
    border-bottom: 1px #ddd solid
}

.quality-page .section2 .content ul>li:last-child {
    border-bottom: none
}

.quality-page .section2 .content ul>li .product-container ol li .img {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center
}

.quality-page .section2 .content ul>li .product-container ol li .img img {
    max-width: 90%;
    max-height: 90%
}

.honor-lits ul li a .img {
    padding-top: 70%;
    background-color: #fff;
    position: relative
}

.honor-lits ul li a .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    max-width: 90%;
    max-height: 90%
}

.honor-lits ul li a:hover h4 {
    color: #ae000f
}

.vr-lits ul li a {
    position: relative;
    padding-top: 90%;
    overflow: hidden;
    border-radius: 12px
}

.vr-lits ul li a span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    width: 120px;
    height: 120px;
    transition: .5s
}

.vr-lits ul li a:hover img {
    transform: scale(1.08)
}

.vr-lits ul li a:hover span {
    background-color: rgba(174, 0, 15, 0.8)
}

.vr-lits ul li .new {
    padding-top: 0;
    height: 100%
}

.join-list .join-name {
    background: #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    border-radius: 6px;
    padding: 0 6%
}

.join-list .join-name h4 {
    min-width: 126px;
    text-align: center
}

.join-list .join-name p {
    min-width: 110px;
    text-align: center
}

.join-list ul li {
    background-color: #fff
}

.join-list ul li .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    cursor: pointer;
    transition: .5s;
    position: relative;
    background: #ae000f;
    border-radius: 6px;
    padding: 0 6%
}

.join-list ul li .title .icon {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    transition: .5s;
    transform: rotate(90deg);
    color: #fff
}

.join-list ul li .title p {
    min-width: 110px;
    text-align: center;
    color: #fff
}

.join-list ul li .title h4 {
    color: #fff;
    min-width: 126px;
    text-align: center
}

.join-list ul li .title.collapsed {
    background: #f2f2f2
}

.join-list ul li .title.collapsed::before {
    background-color: rgba(0, 0, 0, 0)
}

.join-list ul li .title.collapsed .icon {
    transform: rotate(-90deg);
    color: #ccc
}

.join-list ul li .title.collapsed h4,
.join-list ul li .title.collapsed p {
    color: #333
}

.join-list ul li .desc {
    line-height: 30px;
    padding: 2% 6%
}

.join-list ul li .desc em {
    color: #ae000f;
    font-weight: bold
}

.pro-nav {
    display: flex;
    align-items: center;
    height: 56px;
    border-radius: 30px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.08);
    background-color: #eee;
    box-sizing: border-box;
    padding: 0 5px
}

.pro-nav a {
    height: 46px;
    display: flex;
    width: 160px;
    margin: 0 2px;
    align-items: center;
    justify-content: center;
    border-radius: 25px
}

.pro-nav a .img {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center
}

.pro-nav a .img img {
    max-width: 100%;
    max-height: 100%
}

.pro-nav a:hover,
.pro-nav a.active {
    color: #ae000f;
    background-color: #fff
}

.pro-son-nav {
    flex-wrap: wrap
}

.pro-son-nav li a {
    padding: 6px 15px;
    border-radius: 20px;
    border: 1px #ddd solid;
    display: block;
    margin: 3px 0
}

.pro-son-nav li a:hover,
.pro-son-nav li a.active {
    color: #fff;
    background-color: #ae000f;
    border-color: #ae000f
}

.pro-grandson-nav {
    border-top: 1px #ddd solid
}

.pro-grandson-nav .all {
    width: 80px;
    height: 30px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ae000f
}

.pro-grandson-nav .all:hover {
    color: #fff
}

.pro-grandson-nav a {
    padding: 10px 12px;
    border-radius: 20px;
    border: 1px #ddd solid
}

.pro-grandson-nav a:hover,
.pro-grandson-nav a.active {
    color: #fff;
    background-color: #ae000f;
    border-color: #ae000f
}

.product-list h3 {
    border-left: 2px #ae000f solid
}

.product-list ul li a {
    height: 100%;
    position: relative
}

.product-list ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #ae000f;
    transition: .5s;
    width: 0
}

.product-list ul li a .img {
    padding-top: 80%;
    position: relative;
    overflow: hidden
}

.product-list ul li a .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    transition: .5s
}

.product-list ul li a:hover::before {
    width: 100%
}

.product-list ul li a:hover h4 {
    color: #ae000f
}

.product-list ul li a:hover img {
    transform: scale(1.1)
}

.product-page .section1 {
    position: relative
}

.product-page .section1 .content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center
}

.product-page .section1 .content .text {
    width: 46%
}

.product-page .section1 .content .text .line {
    width: 2px;
    height: 40px;
    background: #CE0E05;
    margin-left: 12px
}

.product-page .section1 .content .text .desc {
    color: rgba(255, 255, 255, 0.8)
}

.product-page .section1 .content .img {
    width: 40%;
    padding-top: 32%;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden
}

.product-page .section1 .content .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    max-width: 90%;
    max-height: 90%
}

.product-page .section2 .content {
    display: flex;
    justify-content: space-between
}

.product-page .section2 .content .text {
    width: 34%
}

.product-page .section2 .content .text ol {
    flex-wrap: wrap
}

.product-page .section2 .content .text ol li {
    margin-right: 8px;
    margin-bottom: 8px
}

.product-page .section2 .content .albums-img {
    width: 60%
}

.product-page .section2 .content .albums-img .pro-thumb .img {
    padding-top: 68%;
    position: relative;
    overflow: hidden
}

.product-page .section2 .content .albums-img .pro-thumb .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 90%;
    max-height: 90%
}

.product-page .section2 .content .albums-img .gallery-thumbs .swiper-slide {
    padding: 2px
}

.product-page .section2 .content .albums-img .gallery-thumbs .img {
    padding-top: 72%;
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    box-sizing: border-boxs;
    cursor: pointer
}

.product-page .section2 .content .albums-img .gallery-thumbs .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 90%;
    max-height: 90%
}

.product-page .section2 .content .albums-img .gallery-thumbs .swiper-slide-thumb-active .img {
    border-color: #ae000f
}

.product-page .gy-section2 {
    display: flex;
    justify-content: space-between
}

.product-page .gy-section2 .albums-img {
    width: 40%
}

.product-page .gy-section2 .albums-img .pro-thumb1 .img {
    padding-top: 68%;
    position: relative;
    overflow: hidden;
    border: 1px #999 solid
}

.product-page .gy-section2 .albums-img .pro-thumb1 .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 90%;
    max-height: 90%
}

.product-page .gy-section2 .albums-img .gallery-thumbs1 .swiper-slide {
    padding: 2px
}

.product-page .gy-section2 .albums-img .gallery-thumbs1 .img {
    padding-top: 72%;
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    box-sizing: border-boxs;
    cursor: pointer
}

.product-page .gy-section2 .albums-img .gallery-thumbs1 .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 90%;
    max-height: 90%
}

.product-page .gy-section2 .albums-img .gallery-thumbs1 .swiper-slide-thumb-active .img {
    border-color: #ae000f
}

.product-page .gy-section2 .text {
    width: 55%
}

.product-page .gy-section2 .text ol {
    flex-wrap: wrap
}

.product-page .gy-section2 .text ol li {
    margin-right: 8px;
    margin-bottom: 8px
}

.product-page .section3 {
    border-top: 4px solid #272727
}

.product-page .section3 .model {
    border-bottom: 1px solid #e7e7e7
}

.product-page .section3 .product-spec {
    display: flex
}

.product-page .section3 .product-spec>div {
    width: 50%
}

.product-page .section3 .product-spec>div>div>P {
    margin: 0 0 22px;
    font-size: 22px;
    color: #180000
}

.product-page .section3 .product-spec>div ul li {
    display: flex
}

.product-page .section3 .product-spec>div ul li p {
    width: 49%;
    padding: 9px 0;
    font-size: 13px;
    font-weight: 500
}

.product-page .section3 .product-spec>div ul li p:first-child {
    padding-left: 18px
}

.product-page .section3 .product-spec>div ul li:nth-child(odd) {
    background: #f0f0f0 !important
}

.product-page .section3 .one-second>div ul li:nth-child(odd) {
    background: #f0f0f0 !important
}

.product-page .section3 .content3 {
    width: 100%
}

.product-page .section3 .content3>div {
    width: 100%
}

.product-page .section3 .content img {
    max-width: 100%
}

.product-page .section3 .content table {
    border: 1px #ccc solid;
    align: inherit !important
}

.product-page .section3 .content table td {
    border: 1px #ccc solid;
    padding: 5px
}

.product-page .section3 .pro-container a {
    border: 2px solid #333;
    box-sizing: border-box
}

.product-page .section3 .pro-container a::before {
    content: none
}

.product-page .section3 .pro-container a:hover {
    border-color: #ae000f
}

.product-page .section3 .pro-prev,
.product-page .section3 .pro-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 42px;
    height: 80px;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: .5s
}

.product-page .section3 .pro-prev:hover,
.product-page .section3 .pro-next:hover {
    background-color: #ae000f
}

.product-page .section3 .pro-next {
    right: -50px
}

.product-page .section3 .pro-prev {
    left: -50px
}

.product-page .section3 .pro-pagination span {
    margin: 0 2px
}

.case-nav {
    display: flex
}

.case-nav a {
    height: 130px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.case-nav a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #ae000f;
    transition: .5s;
    width: 0
}

.case-nav a .img {
    display: flex;
    justify-content: center
}

.case-nav a .img img {
    transition: all .3s ease;
    filter: grayscale(100%);
    opacity: .6
}

.case-nav a:hover,
.case-nav a.active {
    color: #ae000f
}

.case-nav a:hover::before,
.case-nav a.active::before {
    width: 100%
}

.case-nav a:hover .img img,
.case-nav a.active .img img {
    filter: none;
    opacity: 1
}

.case-list ul li a {
    border-radius: 10px;
    overflow: hidden;
    height: 100%
}

.case-list ul li a .img {
    border-radius: 10px;
    padding-top: 65%;
    overflow: hidden;
    position: relative
}

.case-list ul li a .text {
    padding: 6% 10%
}

.case-list ul li a:hover img {
    transform: scale(1.1)
}

.case-list ul li a:hover h4 {
    color: #ae000f
}

.solution-list ul li a .img {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.solution-list ul li a:hover img {
    transform: scale(1.08)
}

.solution-list ul li a:hover h4 {
    color: #ae000f
}

.service-page .section2 {
    background: url(../images/service-section-bg.jpg);
    padding: 6% 0 8%
}

.service-page .section2 ul li .text {
    padding: 40px 36px 60px;
    background-color: #fff;
    border-radius: 10px;
    height: 100%
}

.service-page .section2 ul li .text .title {
    border-bottom: 1px #e5e5e5 solid;
    position: relative
}

.service-page .section2 ul li .text .title::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100px;
    bottom: -2px;
    height: 3px;
    background-color: #ae000f
}

.service-page .section3 .content img {
    max-width: 100%
}

.down-nav a:hover,
.down-nav a.active {
    color: #ae000f
}

.down-nav form {
    width: 380px;
    height: 48px;
    border: 1px #ddd solid;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px
}

.down-nav form input {
    width: 100%;
    height: 100%
}

.video-list ul li a .img {
    padding-top: 65%;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.video-list ul li a .img .icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    z-index: 1
}

.video-list ul li a:hover img {
    transform: scale(1.1)
}

.video-list ul li a:hover h4 {
    color: #ae000f
}

.question-list ul li {
    border-bottom: 1px #cccccc solid
}

.question-list ul li .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    cursor: pointer;
    transition: .5s;
    position: relative
}

.question-list ul li .title .icon {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    transition: .5s;
    transform: rotate(90deg)
}

.question-list ul li .title h4 {
    color: #ae000f;
    min-width: 110px;
    text-align: center
}

.question-list ul li .title.collapsed .icon {
    transform: rotate(-90deg);
    color: #999
}

.question-list ul li .title.collapsed h4 {
    color: #333
}

.question-list ul li .desc {
    line-height: 30px
}

.question-list ul li .desc em {
    color: #ae000f;
    font-weight: bold
}

.news-list ul li a {
    display: flex;
    align-items: center
}

.news-list ul li a .img {
    width: 28%;
    padding-top: 15.5%;
    position: relative;
    overflow: hidden;
    border-radius: 12px
}

.news-list ul li a .text {
    flex: 1;
    padding: 0 8% 0 5%
}

.news-list ul li a .text .desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.news-list ul li a:hover img {
    transform: scale(1.06)
}

.news-list ul li a:hover h4 {
    color: #ae000f
}

.news-list ul li a:hover span {
    color: #ae000f
}

.news-detail {
    border-top: 1px #eee solid
}

.news-detail .info-desc {
    display: flex;
    align-items: flex-start
}

.news-detail .info-desc .left {
    width: 280px
}

.news-detail .info-desc .left ul li a {
    padding-left: 16px;
    position: relative
}

.news-detail .info-desc .left ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    background-color: #ae000f;
    transition: .5s;
    height: 0
}

.news-detail .info-desc .left ul li a:hover,
.news-detail .info-desc .left ul li a.active {
    color: #ae000f
}

.news-detail .info-desc .left ul li a:hover::before,
.news-detail .info-desc .left ul li a.active::before {
    height: 100%
}

.news-detail .info-desc .right {
    flex: 1
}

.news-detail .content .title {
    border-bottom: 1px #eee solid
}

.news-detail .content .title a:hover {
    color: #ae000f
}

.news-detail .content .desc {
    line-height: 24px;
    min-height: 300px
}

.news-detail .content .desc img {
    max-width: 100%
}

.news-detail .news-detail-footer {
    border-top: 1px #eee solid;
    line-height: 30px
}

.news-detail .news-detail-footer a {
    color: #666
}

.news-detail .news-detail-footer a:hover {
    color: #ae000f
}

.contact-page .section1 .map {
    height: 560px;
    border-radius: 10px
}

.contact-page .section1 .content {
    position: absolute;
    right: 4%;
    top: 0;
    bottom: 0;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10
}

.contact-page .section1 .content .item {
    background-color: #fff;
    width: 100%;
    padding: 8%;
    border-radius: 10px
}

.contact-page .section1 .content .item .desc {
    max-height: 340px;
    overflow-y: auto
}

.contact-page .section1 .content .item h2 {
    border-bottom: 2px #ae000f solid
}

.contact-page .section1 .content .item p {
    line-height: 36px;
    display: flex;
    align-items: center
}

.contact-page .message form .item {
    display: flex;
    position: relative;
    border: 1px #cccccc solid;
    border-radius: 6px
}

.contact-page .message form .item input {
    height: 60px;
    width: 100%;
    color: #666;
    padding: 0 6px;
    box-sizing: border-box
}

.contact-page .message form .item input:focus {
    border-color: #ae000f
}

.contact-page .message form .error span {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    color: #ae000f
}

.contact-page .message form textarea {
    width: 100%;
    height: 160px;
    padding: 1rem 6px;
    box-sizing: border-box;
    resize: none;
    background: none;
    color: #666
}

.contact-page .message form textarea:focus {
    border-color: #ae000f
}

.contact-page .message form button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 60px;
    margin: auto;
    background: #ae000f;
    color: #fff;
    transition: .5s;
    border-radius: 10px
}

.contact-page .message form button:hover {
    background: #ae000f
}

.home-product .content {
    display: flex;
    justify-content: space-between
}

.home-product .content .info {
    width: 49%;
    background: url(../images/pro-bg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 30px
}

.home-product .content .info .pro-catname .img {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.home-product .content .info .pro-catname .img img {
    max-width: 100%;
    max-height: 100%;
    transition: .5s
}

.home-product .content .info .pro-catname .img:hover img {
    transform: scale(1.1)
}

.home-product .content .info .pros-btns {
    padding: 0 8%;
    position: relative
}

.home-product .content .info .pros-btns .gallery-catname ol li {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.home-product .content .info .pros-btns .gallery-catname ol li::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #ae000f;
    transition: .5s
}

.home-product .content .info .pros-btns .gallery-catname ol li .img {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.home-product .content .info .pros-btns .gallery-catname ol li .img img {
    max-width: 100%;
    max-height: 100%
}

.home-product .content .info .pros-btns .gallery-catname ol li h3 {
    line-height: 22px
}

.home-product .content .info .pros-btns .gallery-catname ol li:hover::before,
.home-product .content .info .pros-btns .gallery-catname ol li.swiper-slide-thumb-active::before {
    width: 100%
}

.home-product .content .info .pros-btns .gallery-catname ol li:hover h3,
.home-product .content .info .pros-btns .gallery-catname ol li.swiper-slide-thumb-active h3 {
    color: #ae000f
}

.home-product .content .info .pros-btns .pro-prev,
.home-product .content .info .pros-btns .pro-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center
}

.home-product .content .info .pros-btns .pro-prev:hover .icon,
.home-product .content .info .pros-btns .pro-next:hover .icon {
    color: #ae000f
}

.home-product .content .info .pros-btns .pro-prev.pro-prev,
.home-product .content .info .pros-btns .pro-next.pro-prev {
    left: 0
}

.home-product .content .info .pros-btns .pro-prev.pro-next,
.home-product .content .info .pros-btns .pro-next.pro-next {
    right: 0
}

.home-product .pro-container ul li a {
    display: flex;
    align-items: flex-start;
    background-size: cover;
    background-position: center center;
    height: 420px;
    border-radius: 10px;
    overflow: hidden
}

.home-product .pro-container ul li a .text {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5% 0 5% 5%
}

.home-product .pro-container ul li a .img {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden
}

.home-product .pro-container ul li a .img img {
    transition: .5s;
    max-width: 90%;
    max-height: 90%
}

.home-product .pro-container ul li a:hover img {
    transform: scale(1.1)
}

.home-product .pro-container ul li a:hover h3 {
    color: #ae000f
}

.home-product .pro-pagination {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10
}

.home-product .pro-pagination span {
    width: 30px;
    height: 3px;
    background-color: #999;
    opacity: 1;
    border-radius: 0;
    margin: 0 4px
}

.home-product .pro-pagination .swiper-pagination-bullet-active {
    background-color: #ae000f
}

.home-solution .solu-prev,
.home-solution .solu-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 32px;
    height: 32px;
    background-color: #c7c7c7;
    border-radius: 50%;
    z-index: 10;
    transition: .5s
}

.home-solution .solu-prev:hover,
.home-solution .solu-next:hover {
    background-color: #ae000f
}

.home-solution .solu-prev:hover .icon,
.home-solution .solu-next:hover .icon {
    color: #fff
}

.home-solution .solu-prev.hide,
.home-solution .solu-next.hide {
    opacity: 0
}

.home-solution .solu-prev {
    left: 10px
}

.home-solution .solu-next {
    right: 10px
}

.home-solution ul li .item {
    overflow: hidden;
    padding-top: 150%
}

.home-solution ul li .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 50%;
    z-index: 2;
    background: url(../images/about-section3-light.png) no-repeat;
    background-size: 80%;
    background-position: top center;
    opacity: 0;
    transition: 1s
}

.home-solution ul li .item .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(174, 0, 15, 0);
    transition: .5s;
    padding: 0 8%;
    z-index: 1
}

.home-solution ul li .item .text h3 {
    display: flex;
    align-items: center;
    height: 60px
}

.home-solution ul li .item .text .desc {
    color: rgba(255, 255, 255, 0.8);
    line-height: 30px;
    height: 0;
    overflow: hidden;
    transition: .5s
}

.home-solution ul li .item .text .desc span {
    width: 120px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: 1px #fff solid;
    border-radius: 16px;
    transition: .5s
}

.home-solution ul li .item .text .desc span:hover {
    border-color: #ae000f;
    background-color: #ae000f
}

.home-solution ul li .item:hover::before {
    opacity: 1
}

.home-solution ul li .item:hover .text {
    height: 100%;
    background-color: rgba(174, 0, 15, 0.4)
}

.home-solution ul li .item:hover .text .desc {
    height: auto
}

.home-solution .solu-pagination span {
    margin: 0 3px
}

.home-solution .solution-pagination span {
    margin: 0 3px
}

.home-case .content {
    z-index: 1
}

.home-case .content::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 86%;
    height: 25%;
    background: url(../images/shadow.png) no-repeat;
    background-size: 75%;
    background-position: center;
    z-index: -1
}

.home-case .case-prev,
.home-case .case-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 10;
    transition: .5s
}

.home-case .case-prev img,
.home-case .case-next img {
    width: 100%
}

.home-case .case-prev {
    left: 10px
}

.home-case .case-next {
    right: 10px
}

.home-case ul li .item {
    padding-top: 40%;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.home-case ul li .item .text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    z-index: 1;
    height: 160px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.home-case ul li .item .text a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 142px;
    height: 42px;
    background-color: #fff;
    border-radius: 20px;
    padding: 0 4px;
    transition: .5s
}

.home-case ul li .item .text a span {
    width: 36px;
    height: 36px;
    background-color: #ae000f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s
}

.home-case ul li .item .text a:hover {
    background-color: #ae000f
}

.home-case ul li .item .text a:hover i {
    color: #fff
}

.home-case ul li .item .text a:hover span {
    background-color: #fff
}

.home-case ul li .item .text a:hover span .icon {
    color: #ae000f
}

.home-case .case-pagination {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10
}

.home-case .case-pagination span {
    width: 30px;
    height: 3px;
    background-color: #999;
    opacity: 1;
    border-radius: 0;
    margin: 0 4px
}

.home-case .case-pagination .swiper-pagination-bullet-active {
    background-color: #ae000f
}

.home-news .title {
    height: 46px
}

.home-news .new .img {
    padding-top: 55%;
    position: relative;
    overflow: hidden;
    border-radius: 14px
}

.home-news .new .img span {
    width: 90px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background-color: #ae000f;
    position: absolute;
    left: 4%;
    bottom: 4%
}

.home-news .new .desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.home-news .new:hover img {
    transform: scale(1.1)
}

.home-news .new:hover h4 {
    color: #ae000f
}

.home-news .nav li {
    height: 46px
}

.home-news .nav li .active,
.home-news .nav li :hover {
    color: #ae000f
}

.home-news ul li a .time {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 110px;
    height: 110px;
    transition: .5s
}

.home-news ul li a .desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.home-news ul li a:hover .time {
    background-color: #ae000f
}

.home-news ul li a:hover .time h3,
.home-news ul li a:hover .time p {
    color: #fff
}

.home-news ul li a:hover h4 {
    color: #ae000f
}

.home-about {
    position: relative
}

.home-about .text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 6% 0
}

.home-about .text a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.home-about .text a:hover .icon {
    color: #ae000f
}

.home-about .text a:hover h5 {
    color: #ae000f
}

.target-fix {
    position: relative;
    top: -80px;
    display: block;
    visibility: hidden
}

.pro-tab-nav {
    position: sticky;
    bottom: 30px;
    left: 16px;
    z-index: 10;
    width: 140px
}

.pro-tab-nav a {
    display: flex;
    align-items: center;
    line-height: 36px
}

.pro-tab-nav a i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: #666 1px solid
}

.pro-tab-nav a.active,
.pro-tab-nav a:hover {
    color: #ae000f
}

.pro-tab-nav a.active i,
.pro-tab-nav a:hover i {
    background-color: #ae000f;
    border-color: #ae000f
}

.solution-detail1 img {
    max-width: 100%;
    vertical-align: bottom
}

.solution-detail .img .text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 4%
}

.solution-detail .img .text .desc {
    display: flex;
    flex-wrap: wrap
}

.solution-detail .img .text .desc p {
    min-width: 168px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin: 10px 12px 10px 0;
    border-radius: 20px;
    padding: 0 10px
}

.solution-detail .content {
    line-height: 26px
}

.solution-detail .content img {
    max-width: 100%
}

.home-banner {
    position: relative;
    overflow: hidden
}

.home-banner img {
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1)
}

.home-banner .swiper-slide-active img {
    transition: 4s linear;
    transform: scale(1, 1)
}

.home-banner .text {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    bottom: 10%;
    top: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto
}

.home-banner .text .desc {
    color: rgba(255, 255, 255, 0.7)
}

.home-banner .index-pagination span {
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1
}

.home-banner .index-pagination .swiper-pagination-bullet-active {
    background-color: #ae000f
}

.core-odds ul li .item .thumb {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.core-odds ul li .item .thumb img {
    max-width: 100%;
    max-height: 100%
}

.bom-pops {
    position: fixed;
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    justify-content: center;
    z-index: 99;
    right: 0;
    width: 80px
}

.bom-pops .jump {
    animation: 1s jump linear infinite
}

.bom-pops .item {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 2px 0
}

.bom-pops .info,
.bom-pops a {
    position: absolute;
    left: 0;
    width: 80px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .5s;
    background-color: rgba(0, 0, 0, 0.7)
}

.bom-pops .info h5,
.bom-pops a h5 {
    color: rgba(255, 255, 255, 0.7)
}

.bom-pops .info:hover,
.bom-pops a:hover {
    background-color: #ae000f
}

.bom-pops .tel {
    overflow: hidden;
    display: flex;
    transition: .5s;
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0
}

.bom-pops .tel p {
    position: absolute;
    top: 0;
    left: 80px;
    height: 100%;
    width: 140px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center
}

.bom-pops .tel:hover {
    width: 190px;
    background-color: #ae000f
}

.bom-pops .tel:hover .info {
    background-color: #ae000f
}

.bom-pops .code img {
    position: absolute;
    right: 120%;
    top: 0;
    width: 100px;
    height: 100px;
    display: none
}

.bom-pops .code:hover img {
    display: block
}

.bom-pops .f-top {
    cursor: pointer
}

@keyframes jump {
    0% {
        transform: translateY(-6px)
    }

    40% {
        transform: translateY(0)
    }

    70% {
        transform: translateY(6px)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes minus {
    from {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes minus {
    from {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.sys-page .section2 {
    background: url(../images/sys-section2-bg.jpg);
    background-size: cover
}

.sys-page .section2 ul li .item .img {
    padding-top: 60%;
    position: relative;
    overflow: hidden
}

.sys-page .section3 .sys-gk {
    background: url(../images/sys-section3-bg1.jpg);
    background-size: cover;
    background-position: center bottom;
    display: flex;
    padding: 8% 4% 6%
}

.sys-page .section3 .sys-gk .text {
    width: 60%
}

.sys-page .section3 .sys-gk .img {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center
}

.sys-page .section3 .sys-gk .img img {
    max-width: 90%
}

.sys-page .section3 .sys-zs {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sys-page .section3 .sys-zs .text {
    width: 55%
}

.sys-page .section3 .sys-zs .img {
    background: url(../images/sys-section3-bg2.png) no-repeat;
    background-size: 100%;
    background-position: center bottom;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.sys-page .section3 .sys-zs .img img {
    max-width: 90%
}

.sys-page .section4 ul li .item .img {
    padding-top: 60%;
    position: relative;
    overflow: hidden
}

.setting-list ul li .item .img {
    padding-top: 65%;
    position: relative;
    overflow: hidden
}

/*# sourceMappingURL=./style.css.map */