@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px
    }
}

@media (min-width: 1490px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1345px
    }
}

:root {
    --textActiveColor: #9d2225
}

td {
    padding: 8px
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    outline: none;
    text-decoration: none
}

p {
    margin: 0
}

.hidden {
    overflow: hidden
}

a {
    color: #1a1a1a;
    transition: color 0.3s;
    text-decoration: none !important
}

a:hover,
a.active {
    color: var(--textActiveColor) !important;
    text-decoration: none !important
}

.imgs img {
    max-width: 100%
}

.imgfd {
    overflow: hidden
}

.imgfd img {
    transition: all .8s;
    transform: scale(1)
}

.imgfd:hover img {
    transform: scale(1.05)
}

.t-c {
    text-align: center
}

.color-white {
    color: #fff
}

.bg-white {
    background-color: #fff
}

.flex {
    display: flex
}

.flex.j-c-c {
    justify-content: center
}

.flex.j-c-s-b {
    justify-content: space-between
}

.flex.j-c-e {
    justify-content: end;
    justify-content: flex-end
}

.flex.f-w-w {
    flex-wrap: wrap
}

.flex.a-i-c {
    align-items: center
}

.flex.a-i-e {
    align-items: end;
    align-items: flex-end
}

body {
    background-color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 1.6;
    padding: 0;
    margin: 0;
    overflow-x: hidden
}

.a-line {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.b-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.clear::after {
    display: block;
    content: "";
    clear: both
}

.f-b {
    font-weight: 600
}

.f-10 {
    font-size: 10px
}

@media (max-width: 980px) {
    .f-10 {
        font-size: 9.09091px
    }
}

.f-11 {
    font-size: 11px
}

@media (max-width: 980px) {
    .f-11 {
        font-size: 10px
    }
}

.f-12 {
    font-size: 12px
}

@media (max-width: 980px) {
    .f-12 {
        font-size: 10.90909px
    }
}

.f-13 {
    font-size: 13px
}

@media (max-width: 980px) {
    .f-13 {
        font-size: 11.81818px
    }
}

.f-14 {
    font-size: 14px
}

@media (max-width: 980px) {
    .f-14 {
        font-size: 12.72727px
    }
}

.f-15 {
    font-size: 15px
}

@media (max-width: 980px) {
    .f-15 {
        font-size: 13.63636px
    }
}

.f-16 {
    font-size: 16px
}

@media (max-width: 980px) {
    .f-16 {
        font-size: 14.54545px
    }
}

.f-17 {
    font-size: 17px
}

@media (max-width: 980px) {
    .f-17 {
        font-size: 15.45455px
    }
}

.f-18 {
    font-size: 18px
}

@media (max-width: 980px) {
    .f-18 {
        font-size: 16.36364px
    }
}

.f-19 {
    font-size: 19px
}

@media (max-width: 980px) {
    .f-19 {
        font-size: 14.61538px
    }
}

.f-20 {
    font-size: 20px
}

@media (max-width: 980px) {
    .f-20 {
        font-size: 15.38462px
    }
}

.f-21 {
    font-size: 21px
}

@media (max-width: 980px) {
    .f-21 {
        font-size: 16.15385px
    }
}

.f-22 {
    font-size: 22px
}

@media (max-width: 980px) {
    .f-22 {
        font-size: 16.92308px
    }
}

.f-23 {
    font-size: 23px
}

@media (max-width: 980px) {
    .f-23 {
        font-size: 17.69231px
    }
}

.f-24 {
    font-size: 24px
}

@media (max-width: 980px) {
    .f-24 {
        font-size: 18.46154px
    }
}

.f-25 {
    font-size: 25px
}

@media (max-width: 980px) {
    .f-25 {
        font-size: 19.23077px
    }
}

.f-26 {
    font-size: 26px
}

@media (max-width: 980px) {
    .f-26 {
        font-size: 20px
    }
}

.f-27 {
    font-size: 27px
}

@media (max-width: 980px) {
    .f-27 {
        font-size: 20.76923px
    }
}

.f-28 {
    font-size: 28px
}

@media (max-width: 980px) {
    .f-28 {
        font-size: 21.53846px
    }
}

.f-29 {
    font-size: 29px
}

@media (max-width: 1600px) {
    .f-29 {
        font-size: 24.16667px
    }
}

@media (max-width: 980px) {
    .f-29 {
        font-size: 14.5px
    }
}

.f-30 {
    font-size: 30px
}

@media (max-width: 1600px) {
    .f-30 {
        font-size: 25px
    }
}

@media (max-width: 980px) {
    .f-30 {
        font-size: 15px
    }
}

.f-31 {
    font-size: 31px
}

@media (max-width: 1600px) {
    .f-31 {
        font-size: 25.83333px
    }
}

@media (max-width: 980px) {
    .f-31 {
        font-size: 15.5px
    }
}

.f-32 {
    font-size: 32px
}

@media (max-width: 1600px) {
    .f-32 {
        font-size: 26.66667px
    }
}

@media (max-width: 980px) {
    .f-32 {
        font-size: 16px
    }
}

.f-33 {
    font-size: 33px
}

@media (max-width: 1600px) {
    .f-33 {
        font-size: 27.5px
    }
}

@media (max-width: 980px) {
    .f-33 {
        font-size: 16.5px
    }
}

.f-34 {
    font-size: 34px
}

@media (max-width: 1600px) {
    .f-34 {
        font-size: 28.33333px
    }
}

@media (max-width: 980px) {
    .f-34 {
        font-size: 17px
    }
}

.f-35 {
    font-size: 35px
}

@media (max-width: 1600px) {
    .f-35 {
        font-size: 29.16667px
    }
}

@media (max-width: 980px) {
    .f-35 {
        font-size: 17.5px
    }
}

.f-36 {
    font-size: 36px
}

@media (max-width: 1600px) {
    .f-36 {
        font-size: 30px
    }
}

@media (max-width: 980px) {
    .f-36 {
        font-size: 18px
    }
}

.f-37 {
    font-size: 37px
}

@media (max-width: 1600px) {
    .f-37 {
        font-size: 30.83333px
    }
}

@media (max-width: 980px) {
    .f-37 {
        font-size: 18.5px
    }
}

.f-38 {
    font-size: 38px
}

@media (max-width: 1600px) {
    .f-38 {
        font-size: 31.66667px
    }
}

@media (max-width: 980px) {
    .f-38 {
        font-size: 19px
    }
}

.f-39 {
    font-size: 39px
}

@media (max-width: 1600px) {
    .f-39 {
        font-size: 32.5px
    }
}

@media (max-width: 980px) {
    .f-39 {
        font-size: 19.5px
    }
}

.f-40 {
    font-size: 40px
}

@media (max-width: 1600px) {
    .f-40 {
        font-size: 33.33333px
    }
}

@media (max-width: 980px) {
    .f-40 {
        font-size: 20px
    }
}

.f-41 {
    font-size: 41px
}

@media (max-width: 1600px) {
    .f-41 {
        font-size: 34.16667px
    }
}

@media (max-width: 980px) {
    .f-41 {
        font-size: 20.5px
    }
}

.f-42 {
    font-size: 42px
}

@media (max-width: 1600px) {
    .f-42 {
        font-size: 35px
    }
}

@media (max-width: 980px) {
    .f-42 {
        font-size: 21px
    }
}

.f-43 {
    font-size: 43px
}

@media (max-width: 1600px) {
    .f-43 {
        font-size: 35.83333px
    }
}

@media (max-width: 980px) {
    .f-43 {
        font-size: 21.5px
    }
}

.f-44 {
    font-size: 44px
}

@media (max-width: 1600px) {
    .f-44 {
        font-size: 36.66667px
    }
}

@media (max-width: 980px) {
    .f-44 {
        font-size: 22px
    }
}

.f-45 {
    font-size: 45px
}

@media (max-width: 1600px) {
    .f-45 {
        font-size: 37.5px
    }
}

@media (max-width: 980px) {
    .f-45 {
        font-size: 22.5px
    }
}

.f-46 {
    font-size: 46px
}

@media (max-width: 1600px) {
    .f-46 {
        font-size: 38.33333px
    }
}

@media (max-width: 980px) {
    .f-46 {
        font-size: 23px
    }
}

.f-47 {
    font-size: 47px
}

@media (max-width: 1600px) {
    .f-47 {
        font-size: 39.16667px
    }
}

@media (max-width: 980px) {
    .f-47 {
        font-size: 23.5px
    }
}

.f-48 {
    font-size: 48px
}

@media (max-width: 1600px) {
    .f-48 {
        font-size: 40px
    }
}

@media (max-width: 980px) {
    .f-48 {
        font-size: 24px
    }
}

.f-49 {
    font-size: 49px
}

@media (max-width: 1600px) {
    .f-49 {
        font-size: 40.83333px
    }
}

@media (max-width: 980px) {
    .f-49 {
        font-size: 24.5px
    }
}

.f-50 {
    font-size: 50px
}

@media (max-width: 1600px) {
    .f-50 {
        font-size: 41.66667px
    }
}

@media (max-width: 980px) {
    .f-50 {
        font-size: 25px
    }
}

.f-51 {
    font-size: 51px
}

@media (max-width: 1600px) {
    .f-51 {
        font-size: 42.5px
    }
}

@media (max-width: 980px) {
    .f-51 {
        font-size: 25.5px
    }
}

.f-52 {
    font-size: 52px
}

@media (max-width: 1600px) {
    .f-52 {
        font-size: 43.33333px
    }
}

@media (max-width: 980px) {
    .f-52 {
        font-size: 26px
    }
}

.f-53 {
    font-size: 53px
}

@media (max-width: 1600px) {
    .f-53 {
        font-size: 44.16667px
    }
}

@media (max-width: 980px) {
    .f-53 {
        font-size: 26.5px
    }
}

.f-54 {
    font-size: 54px
}

@media (max-width: 1600px) {
    .f-54 {
        font-size: 45px
    }
}

@media (max-width: 980px) {
    .f-54 {
        font-size: 27px
    }
}

.f-55 {
    font-size: 55px
}

@media (max-width: 1600px) {
    .f-55 {
        font-size: 45.83333px
    }
}

@media (max-width: 980px) {
    .f-55 {
        font-size: 27.5px
    }
}

.f-56 {
    font-size: 56px
}

@media (max-width: 1600px) {
    .f-56 {
        font-size: 46.66667px
    }
}

@media (max-width: 980px) {
    .f-56 {
        font-size: 28px
    }
}

.f-57 {
    font-size: 57px
}

@media (max-width: 1600px) {
    .f-57 {
        font-size: 47.5px
    }
}

@media (max-width: 980px) {
    .f-57 {
        font-size: 28.5px
    }
}

.f-58 {
    font-size: 58px
}

@media (max-width: 1600px) {
    .f-58 {
        font-size: 48.33333px
    }
}

@media (max-width: 980px) {
    .f-58 {
        font-size: 29px
    }
}

.f-59 {
    font-size: 59px
}

@media (max-width: 1600px) {
    .f-59 {
        font-size: 49.16667px
    }
}

@media (max-width: 980px) {
    .f-59 {
        font-size: 29.5px
    }
}

.f-60 {
    font-size: 60px
}

@media (max-width: 1600px) {
    .f-60 {
        font-size: 50px
    }
}

@media (max-width: 980px) {
    .f-60 {
        font-size: 30px
    }
}

.temp-title {
    color: #333;
    text-align: center
}

.temp-title .b {
    display: inline-block;
    color: #222;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px
}

.temp-title p {
    font-weight: 500;
    margin-top: 5px;
    color: #444
}

@media (max-width: 1000px) {
    .temp-title p br {
        display: none
    }
}

.btn {
    padding-top: 9px;
    padding-bottom: 9px
}

@media only screen and (max-width: 980px) {
    .link-ban {
        margin-bottom: 40px
    }
}

.link-ban .btn {
    background-image: initial;
    color: #fff;
    text-shadow: none;
    font-size: 16px;
    border-radius: 2px;
    text-shadow: none;
    padding: 10px 25px;
    transition: 0.4s
}

.link-ban .btn span {
    margin-left: 10px
}

@media only screen and (max-width: 980px) {
    .link-ban .btn {
        font-size: 14px
    }
}

.link-ban .btn:hover {
    background-color: var(--textActiveColor);
    box-shadow: 7px 5px 56px -14px var(--textActiveColor)
}

.link-ban .btn:active {
    transform: scale(0.97);
    box-shadow: 7px 5px 56px -10px var(--textActiveColor)
}

.link-ban .btn:nth-child(1) {
    background-color: var(--textActiveColor)
}

.link-ban .btn:nth-child(1):hover {
    color: #fff !important
}

.link-ban .btn:nth-child(2) {
    margin-left: 25px;
    background-color: #fff;
    color: var(--textActiveColor)
}

.site-button,
.site-button-secondry {
    padding: 10px 0;
    margin: 0px 15px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    text-decoration: none !important
}

@media (max-width: 980px) {

    .site-button,
    .site-button-secondry {
        margin: 0px 5px
    }
}

.site-button.btn-effect {
    margin-left: 5px;
    margin-bottom: 5px
}

.site-button {
    background-color: #0d6efd;
    color: #fff
}

.site-button i {
    margin-right: 5px
}

.site-header {
    position: relative;
    z-index: 999
}

@media only screen and (max-width: 1200px) {
    .site-header .container {
        width: auto
    }
}

.site-header ul,
.site-header ol {
    margin-bottom: 0
}

.site-header .navbar-toggler {
    display: none
}

@media only screen and (max-width: 991px) {
    .sticky-wrapper {
        height: auto !important
    }
}

.nav-wide .container {
    width: 100%
}

.extra-nav {
    display: table;
    float: right;
    height: 70px;
    position: relative;
    z-index: 9
}

.extra-nav .footer-translate-element {
    margin-left: 20px
}

.extra-nav .extra-cell {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle
}

.extra-nav .extra-cell>a {
    font-size: 16px;
    font-weight: 600;
    color: #000
}

.extra-nav .extra-cell>a:hover {
    color: #0082CA
}

.extra-nav .extra-cell>a i.arrow-animation {
    font-size: 24px
}

#header-part.fix-map-header {
    height: 90px
}

@media only screen and (max-width: 480px) {
    #header-part.fix-map-header {
        height: 160px
    }
}

#header-part.fix-map-header .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1
}

.logo-header {
    display: table;
    float: left;
    width: 170px;
    height: 70px;
    vertical-align: middle;
    padding: 0;
    font-size: 36px;
    color: #1bbce8;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 11
}

@media only screen and (max-width: 991px) {
    .logo-header {
        width: 120px
    }
}

@media only screen and (max-width: 480px) {
    .logo-header {
        width: 100px
    }
}

.logo-header-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%
}

.logo-header-inner img {
    max-width: 100%;
    max-height: 100%
}

.is-fixed .logo-header {
    height: 70px
}

@media only screen and (max-width: 980px) {
    .appint-btn {
        display: flex;
        justify-content: space-between
    }
}

.appint-btn a {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    background: transparent
}

.header-style-1.header-dark-1 .appint-btn a {
    border: 1px solid #000
}

.e-p-bx {
    padding: 7px 0px
}

.e-p-bx li {
    display: inline;
    font-size: 12px;
    padding-right: 10px;
    font-weight: 500
}

.e-p-bx li a {
    color: #FFF
}

.e-p-bx li i {
    margin-right: 5px;
    vertical-align: middle
}

.social-bx,
.login-bx {
    margin: 0 0 0 15px;
    float: right
}

@media only screen and (max-width: 480px) {

    .social-bx,
    .e-p-bx,
    .login-bx {
        margin-top: 5px;
        margin-bottom: 5px !important
    }
}

.social-bx li,
.login-bx li {
    font-size: 12px;
    margin: 0;
    position: relative
}

.social-bx li a,
.login-bx li a {
    color: #000;
    font-size: 14px
}

.social-bx li i,
.login-bx li i {
    vertical-align: baseline;
    margin: 0 5px 0 0
}

.social-bx li span,
.login-bx li span {
    vertical-align: baseline;
    margin: 0 2px 0;
    font-size: 8px
}

.social-bx li {
    padding-left: 2px;
    padding-right: 2px
}

.login-bx li ul {
    top: 25px;
    left: auto;
    right: 0;
    border: none;
    padding: 0
}

.login-bx li ul li {
    border-bottom: 1px solid #F7F7F7
}

.login-bx li ul li a {
    color: #767676;
    padding: 9px 15px
}

.arrow-up-border:before,
.arrow-up:after {
    position: absolute;
    display: inline-block;
    content: ''
}

.arrow-up-border:before {
    top: -7px;
    right: 19px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #F00;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2)
}

.arrow-up:after {
    top: -6px;
    right: 20px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent
}

.arrow-left:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''
}

.arrow-left:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: ''
}

.share-icon-btn {
    display: block
}

.share-icon-btn .dropdown-menu {
    padding: 0px 20px;
    min-width: 60px;
    top: 53px;
    left: -10px
}

.share-icon-btn .social-bx {
    clear: both;
    float: none;
    margin-left: 0px
}

.share-icon-btn .social-bx.list-inline>li {
    display: block;
    margin: 10px 0px 15px 0px
}

.share-icon-btn2 {
    display: block
}

.share-icon-btn2 .dropdown-menu {
    padding: 0px 20px;
    min-width: 60px;
    top: 53px;
    left: -10px
}

.share-icon-btn2 .social-bx {
    clear: both;
    float: none;
    margin-left: 0px
}

.share-icon-btn2 .social-bx.list-inline>li {
    display: block;
    margin: 10px 0px
}

@media only screen and (max-width: 991px) {
    .header-top-info .mt-topbar-right {
        padding-left: 0px;
        padding-right: 0px
    }

    .header-top-info .social-bx {
        margin-left: 0px
    }
}

@media only screen and (max-width: 480px) {
    .header-top-info {
        display: none
    }
}

.main-bar {
    position: relative;
    width: 100%;
    padding: 10px 0px;
    transition: all 0.5s ease
}

@media only screen and (max-width: 480px) {
    .main-bar {
        padding-left: 0px;
        padding-right: 0px
    }
}

.main-bar::after {
    clear: both;
    content: "";
    display: table
}

.header-style-2 .header-info {
    float: none
}

.header-info {
    float: right;
    padding: 10px 0
}

.header-info>ul {
    list-style: none;
    display: table
}

.header-info>ul li {
    display: table-cell;
    padding: 15px 10px;
    vertical-align: middle
}

.header-info>ul li .icon-sm {
    float: left;
    margin-right: 15px
}

.header-info>ul li strong {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #1a1a1a
}

@media only screen and (max-width: 767px) {

    .header-info>ul li.btn-col-last,
    .header-info {
        display: none
    }
}

.header-botton {
    background-color: #222
}

.header-botton .header-nav .nav {
    float: none
}

.header-botton .header-nav .nav>li>a {
    padding: 20px 12px;
    color: #000
}

.header-botton .extra-nav {
    padding: 13px 0
}

.header-botton .extra-nav .site-search-btn {
    color: #fff;
    padding: 7px 15px
}

.header-botton .extra-nav .mt-cart .woo-cart-count {
    border: 2px solid #fff;
    color: #fff;
    min-width: 36px;
    padding: 5px 5px 5px
}

.header-botton .extra-nav .mt-cart .woo-cart-count::before {
    border-color: #fff
}

.header-style-1 .is-fixed.color-fill .main-bar {
    background: #fff
}

.top-bar.bg-gray {
    color: inherit;
    padding: 0px 0;
    background-color: #122a88
}

.top-bar.bg-gray .fa {
    color: #fff
}

.mt-topbar-left,
.mt-topbar-right,
.mt-topbar-center {
    padding-left: 15px;
    padding-right: 15px;
    width: auto
}

.mt-topbar-center {
    text-align: center
}

.header-style-1 .top-bar .row {
    display: flex;
    justify-content: end
}

.header-style-1 .header-nav .nav {
    float: right;
    display: flex;
    justify-content: flex-end;
    flex-direction: inherit
}

.header-style-1 .header-nav .nav>li>a {
    display: block;
    position: relative
}

.header-style-1 .header-nav .nav>li>a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: all .5s
}

@media only screen and (max-width: 980px) {
    .header-style-1 .header-nav .nav>li>a::after {
        display: none
    }
}

.header-style-1 .header-nav .has-child.nav-active>a+.submenu-toogle.fa.fa-angle-right:before {
    content: "\f107"
}

.header-style-1 .header-middle .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-style-1 .navbar-toggler .icon-bar {
    background: var(--textActiveColor);
    height: 3px;
    border-radius: 0;
    display: block;
    width: 22px
}

.header-style-1 .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px
}

@media only screen and (max-width: 991px) {

    .header-style-1 .mt-topbar-left,
    .header-style-1 .mt-topbar-right {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .header-style-1 .mt-topbar-left ul li:last-child {
        display: none
    }

    .site-header .navbar-toggler {
        display: block
    }

    .site-header .navbar-toggler {
        float: right;
        padding: 0px 0px 0px 30px;
        position: relative;
        margin: 26px 0px
    }

    .header-style-1 .is-fixed .navbar-toggler {
        margin: 26px 0px
    }
}

@media only screen and (max-width: 767px) {
    .header-style-1 .mt-topbar-left ul li {
        display: block;
        padding-bottom: 1px
    }

    .header-style-1 .mt-topbar-left ul li:last-child {
        padding-bottom: 0px
    }

    .header-style-1 .top-bar .row {
        display: table;
        width: 100%;
        float: none;
        margin: 0px
    }

    .header-style-1 .top-bar .row .mt-topbar-left,
    .header-style-1 .top-bar .row .mt-topbar-right {
        display: table-cell;
        vertical-align: middle;
        float: none;
        padding: 0px
    }

    .header-style-1 .top-bar .row .mt-topbar-left {
        text-align: left
    }
}

@media only screen and (max-width: 767px) and (max-width: 480px) {
    .header-style-1 .top-bar .row .mt-topbar-left {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .header-style-1 .top-bar .row .mt-topbar-left .e-p-bx {
        float: none !important
    }

    .header-style-1 .top-bar .row .mt-topbar-right {
        text-align: right
    }
}

@media only screen and (max-width: 767px) and (max-width: 480px) {
    .header-style-1 .top-bar .row .mt-topbar-right {
        display: block;
        float: none;
        padding: 0px;
        margin-bottom: 10px;
        text-align: left;
        margin-top: 10px
    }
}

.top-bar.bg-gray {
    color: inherit
}

.navbar-toggler {
    border: none;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 15px;
    margin-right: -10px;
    padding: 12px 10px
}

.navbar-toggler .icon-bar {
    background: #000;
    height: 3px;
    border-radius: 0;
    -webkit-border-radius: 0
}

.navbar-toggler .icon-bar {
    background: #000;
    height: 3px;
    border-radius: 0;
    -webkit-border-radius: 0
}

@media only screen and (max-width: 480px) {
    .navbar-toggler {
        margin-left: 10px
    }

    .extra-nav .extra-cell {
        margin-left: 0
    }
}

.is-fixed .navbar-toggler {
    margin-top: 14px;
    margin-bottom: 14px
}

.header-nav {
    position: relative;
    padding: 0px;
    z-index: 7;
    display: flex !important;
    justify-content: end
}

.header-nav .nav {
    float: right;
    display: flex;
    justify-content: flex-end;
    flex-direction: inherit
}

.header-nav .nav i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
    opacity: 0.7
}

.header-nav .nav>li {
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    margin: -10px 3px;
    padding: 10px 5px
}

.header-nav .nav>li>a {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #000;
    font-size: 16px;
    padding: 35px 26px;
    cursor: pointer;
    margin: -10px 0;
    font-weight: 600
}

@media only screen and (max-width: 980px) {
    .header-nav .nav>li>a {
        font-weight: 500
    }
}

.header-nav .nav>li>a:hover {
    background-color: transparent;
    color: #212427
}

.header-nav .nav>li>a:active,
.header-nav .nav>li>a:focus {
    background-color: transparent
}

.header-nav .nav>li.active>a,
.header-nav .nav>li.current-menu-item>a {
    background-color: transparent;
    color: var(--textActiveColor)
}

.header-nav .nav>li.active>a::after,
.header-nav .nav>li.current-menu-item>a::after {
    width: 100%;
    background-color: var(--textActiveColor)
}

.header-nav .nav>li:hover a {
    color: var(--textActiveColor)
}

.header-nav .nav>li:hover a::after {
    width: 100%;
    background-color: var(--textActiveColor)
}

.header-nav .nav>li:hover>.sub-menu,
.header-nav .nav>li:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    transition: all 0.3s ease
}

.header-nav .nav>li .sub-menu {
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
    display: block;
    left: 0;
    top: 100%;
    list-style: none;
    margin: 20px 0 0;
    opacity: 0;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    width: 240px;
    z-index: 10
}

.header-nav .nav>li .sub-menu li {
    position: relative;
    text-transform: none
}

.header-nav .nav>li .sub-menu li a {
    color: #000;
    display: block;
    font-size: 14px;
    padding: 14px 20px;
    font-weight: 400;
    border-left: 0px solid transparent;
    transition: all 0.2s linear
}

.header-nav .nav>li .sub-menu li a>i {
    font-size: 13px;
    margin-right: 5px;
    min-width: 20px
}

.header-nav .nav>li .sub-menu li a:hover {
    color: #000;
    text-decoration: none;
    border-left: 4px solid var(--textActiveColor)
}

.header-nav .nav>li .sub-menu li a:hover:after {
    width: 4px;
    left: -1px
}

.header-nav .nav>li .sub-menu li a:hover>a {
    color: #000;
    background-color: #f6f6f6
}

.header-nav .nav>li .sub-menu li:last-child {
    border-bottom: 0px
}

.header-nav .nav>li .sub-menu li .fa {
    color: #000;
    display: block;
    float: right;
    position: absolute;
    right: 0px;
    top: 10px;
    width: 40px;
    height: 30px;
    text-align: center;
    line-height: 10px;
    z-index: -1
}

.header-nav .nav>li .sub-menu li>.sub-menu {
    left: 240px;
    top: 0px;
    margin: 0 0 0 20px;
    transition: all 0.3s ease
}

.header-nav .nav>li .sub-menu li:hover .fa {
    color: #000
}

.header-nav .nav>li .sub-menu li:hover>.sub-menu {
    left: 240px;
    margin: 0px;
    opacity: 1;
    top: -1px;
    visibility: visible
}

.header-nav .nav>li .sub-menu li:hover>.sub-menu:before {
    background-color: transparent;
    bottom: 0px;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0px;
    width: 6px
}

.header-nav .nav>li.has-mega-menu {
    position: inherit
}

.header-nav .nav>li .mega-menu {
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    display: table;
    left: 0px;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0px;
    visibility: hidden;
    width: 100%;
    margin-top: 20px;
    z-index: 10
}

.header-nav .nav>li .mega-menu>li {
    display: table-cell;
    padding: 10px 0;
    position: relative;
    vertical-align: top;
    width: 25%;
    text-transform: none
}

.header-nav .nav>li .mega-menu>li:after {
    content: "";
    background-color: rgba(204, 204, 204, 0.4);
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 1px;
    height: 100%
}

.header-nav .nav>li .mega-menu>li:last-child:after {
    display: none
}

.header-nav .nav>li .mega-menu>li>a {
    color: #555555;
    display: block;
    font-size: 14px;
    padding: 0 20px
}

.header-nav .nav>li .mega-menu>li ul {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px
}

.header-nav .nav>li .mega-menu>li ul a {
    color: #474747;
    display: block;
    font-size: 13px;
    line-height: 34px;
    padding: 2px 20px
}

.header-nav .nav>li .mega-menu>li ul a:hover {
    color: var(--textActiveColor);
    background-color: #F2F2F2
}

.header-nav .nav>li.menu-item-has-children:before {
    content: "\f078";
    display: block;
    font-family: "FontAwesome";
    right: 4px;
    position: absolute;
    top: 50%;
    color: #999;
    margin-top: -8px;
    font-size: 8px
}

.header-nav .nav>li.submenu-direction .sub-menu {
    left: auto;
    right: 0
}

.header-nav .nav>li.submenu-direction .sub-menu li>.sub-menu {
    left: auto;
    right: 220px;
    margin: 0 20px 0 0
}

.header-nav .nav>li.submenu-direction .sub-menu li>.sub-menu li:hover.sub-menu {
    left: auto;
    right: 220px;
    margin: 0 0 0 0
}

.header-nav .nav>.has-child>a .fa-angle-down {
    margin-left: 10px
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>.has-child>a .fa-angle-down {
        display: none
    }
}

.has-child .submenu-toogle {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #000;
    background-color: transparent;
    z-index: 900;
    cursor: pointer;
    padding: 10px;
    display: none
}

@media only screen and (max-width: 980px) {
    .has-child .submenu-toogle {
        display: flex;
        justify-content: space-between
    }
}

.header-nav .has-child li .submenu-toogle {
    opacity: 0.9
}

.header-nav .has-child.nav-active>a+.submenu-toogle.fa.fa-angle-right:before {
    content: "\f107"
}

@media only screen and (max-width: 991px) {
    header .logo {
        display: block;
        padding: 4px 0
    }

    .header-nav .nav i {
        margin-top: 6px
    }

    .header-nav .nav li.has-child.nav-active>a {
        color: var(--textActiveColor)
    }
}

@media only screen and (max-width: 991px) {
    .navbar-header {
        float: none
    }

    .navbar-toggler {
        display: block;
        margin-top: 14px;
        margin-bottom: 14px
    }

    .header-nav {
        clear: both;
        border-bottom: 1px solid #E9E9E9
    }

    .header-nav .nav {
        float: none;
        margin: 0;
        background: #fff
    }

    .header-nav .nav li {
        float: none
    }

    .header-nav .nav li .sub-menu>li,
    .header-nav .nav li .mega-menu>li {
        float: none;
        display: block;
        width: auto
    }

    .header-nav .nav li .sub-menu>li a {
        padding-left: 30px
    }

    .header-nav .nav li.has-child {
        position: relative
    }

    .header-nav .nav li .sub-menu,
    .header-nav .nav li .mega-menu {
        opacity: 1;
        margin: 0 !important
    }

    .header-nav .nav>li .sub-menu>li,
    .header-nav .nav>li .mega-menu>li {
        float: none;
        display: block;
        width: auto
    }

    .header-nav .nav>li>a {
        padding: 12px 15px;
        border-top: 1px solid #E9E9E9;
        color: #777
    }

    .header-nav .nav>li.active>a,
    .header-nav .nav>li.current-menu-itema>a {
        color: #000
    }

    .header-nav .nav>li>a:hover,
    .header-nav .nav>li>a:active,
    .header-nav .nav>li>a:focus {
        background-color: #f0f0f0;
        text-decoration: none
    }

    .header-nav .nav>li .mega-menu>li:after {
        display: none
    }

    .header-nav .nav>li ul,
    .header-nav .nav>li .sub-menu,
    .header-nav .nav>li .mega-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #f9f9f9
    }

    .header-nav .nav>li ul.mega-menu ul {
        display: block
    }

    .header-nav .nav>li ul.mega-menu ul li:hover ul {
        display: block
    }

    .header-nav .nav>li .mega-menu>li {
        padding: 0px
    }

    .header-nav .nav i {
        float: right
    }

    .has-child .submenu-toogle {
        display: block
    }
}

.right-nav-header {
    display: table-header-group;
    vertical-align: top
}

.right-nav-header .r-nav-h-content {
    vertical-align: middle;
    display: table-cell
}

.right-nav-footer {
    display: table-footer-group
}

.right-nav-footer .r-nav-f-content {
    vertical-align: bottom;
    display: table-cell
}

.social-rounded {
    text-align: center
}

.social-rounded li a {
    font-size: 12px;
    color: #000;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center
}

.social-rounded li a:hover {
    background-color: #000;
    color: #fff
}

@media only screen and (max-width: 360px) {
    .social-rounded.list-inline>li {
        padding-right: 0px
    }
}

.vertical-content-wrap .right-nav-header,
.vertical-content-wrap .vertical-content-area,
.vertical-content-wrap .right-nav-footer {
    position: relative;
    top: 20px;
    opacity: 0
}

.vertical-content-wrap .right-nav-header {
    transition: all 0.5s ease-in
}

.vertical-content-wrap .vertical-content-area {
    transition: all 1s ease-in
}

.vertical-content-wrap .right-nav-footer {
    transition: all 1.5s ease-in
}

.header-dark-1 .main-bar {
    background-color: #1a1a1a
}

.header-dark-1 .main-bar .header-nav .nav>li.active>a {
    color: var(--textActiveColor)
}

.header-dark-1 .main-bar .header-nav .nav>li>a {
    color: #fff
}

.header-dark-1 .main-bar .header-nav .nav>li:hover>a {
    color: var(--textActiveColor)
}

.header-dark-1 .main-bar .header-nav .nav>li .sub-menu li .fa {
    color: #fff
}

@media only screen and (max-width: 991px) {
    .header-dark-1 .main-bar .header-nav .nav>li>a {
        color: #000
    }

    .header-dark-1 .main-bar .header-nav .nav>li .sub-menu li .fa {
        color: #000
    }
}

.header-dark-1 .main-bar .header-nav .nav>li .sub-menu li:hover>a {
    background-color: #121212
}

.header-dark-1 .main-bar .extra-cell a {
    color: #fff
}

.header-dark-1 .main-bar .navbar-toggler .icon-bar {
    background-color: #fff
}

.header-style-1.header-dark-1 .is-fixed.color-fill .main-bar {
    background: #1a1a1a !important
}

.nav-dark.header-nav .nav>li .sub-menu,
.nav-dark.header-nav .nav>li .mega-menu {
    background-color: #1a1a1a;
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.nav-dark.header-nav .nav>li .sub-menu li {
    border-bottom: 1px solid #23282f
}

.nav-dark.header-nav .nav>li .sub-menu li:last-child {
    border-bottom: 0px
}

.nav-dark.header-nav .nav>li .sub-menu li a,
.nav-dark.header-nav .nav>li .mega-menu>li ul a,
.nav-dark.header-nav .nav>li .mega-menu>li>a {
    color: #fff
}

.nav-dark.header-nav .nav>li .mega-menu>li ul a:hover {
    background-color: #23282f;
    color: #FFBC13
}

.nav-dark.header-nav .nav>li .mega-menu>li:after {
    background-color: rgba(0, 0, 0, 0.2)
}

@media only screen and (max-width: 991px) {
    .nav-dark.header-nav {
        border-bottom: 1px solid rgba(0, 0, 0, 0.8)
    }

    .nav-dark.header-nav .nav {
        background-color: #0f0f0f
    }

    .nav-dark.header-nav .nav>li>a {
        border-top: 1px solid rgba(0, 0, 0, 0.2)
    }

    .nav-dark.header-nav .nav>li>a {
        color: #fff
    }

    .nav-dark.header-nav .nav>li>a:hover,
    .nav-dark.header-nav .nav>li>a:active,
    .nav-dark.header-nav .nav>li>a:focus {
        background-color: #1a1a1a;
        color: #FFBC13
    }

    .nav-dark.header-nav .nav>li ul,
    .nav-dark.header-nav .nav>li .sub-menu,
    .nav-dark.header-nav .nav>li .mega-menu {
        background-color: #1a1a1a
    }

    .nav-dark .has-child .submenu-toogle {
        color: #000
    }
}

.sticky-no .main-bar {
    position: static !important
}

.site-header .main-bar {
    position: fixed;
    top: 0;
    left: 0
}

.is-fixed.color-fill .header-nav .nav>li {
    margin: 0;
    padding: 0
}

.is-fixed.color-fill .header-nav .nav>li>a {
    margin: 0;
    padding: 25px 12px
}

@media only screen and (max-width: 767px) {

    .main-bar,
    .is-fixed .main-bar,
    .is-fixed.color-fill .main-bar {
        padding: 0px
    }
}

.site-bg-primary .header-nav .nav>li>a {
    color: #fff
}

.site-bg-primary .header-nav .nav>li:hover>a,
.site-bg-primary .header-nav .nav>li.active>a,
.site-bg-primary .header-nav .nav>li.current-menu-item>a {
    color: #1a1a1a
}

.site-bg-primary .site-search-btn,
.site-bg-primary .mt-cart .woo-cart-total,
.site-bg-primary .mt-cart .woo-cart-count {
    color: #fff
}

.site-bg-primary .mt-cart .woo-cart-count,
.site-bg-primary .mt-cart .woo-cart-count::before {
    border-color: #fff
}

.site-bg-primary .navbar-toggler .icon-bar {
    background-color: #fff
}

@media only screen and (max-width: 991px) {
    .site-bg-primary .header-nav .nav>li>a {
        color: #777
    }

    .site-bg-primary .header-nav .nav>li:hover>a,
    .site-bg-primary .header-nav .nav>li.active>a,
    .site-bg-primary .header-nav .nav>li.current-menu-item>a {
        color: #FFBC13
    }

    .header-nav .nav>li {
        margin: 0;
        padding: 0
    }

    .header-nav .nav>li>a {
        margin: 0;
        padding: 10px 12px;
        font-weight: 500;
        color: #000
    }

    .is-fixed.color-fill .header-nav .nav>li {
        margin: 0;
        padding: 0
    }

    .is-fixed.color-fill .header-nav .nav>li>a {
        margin: 0;
        padding: 10px 12px
    }
}

.header-style-2 .top-bar {
    padding: 10px 0
}

.header-style-2 .top-bar .e-p-bx {
    padding: 0px
}

.header-style-2 .main-bar {
    max-width: 1146px;
    margin: 0 auto -60px
}

.header-style-2 .header-nav .nav>li .sub-menu {
    top: calc(100% + 8px)
}

.header-style-2 .is-fixed .header-nav .nav>li .sub-menu {
    top: calc(100% + 18px)
}

.header-style-2 .is-fixed .header-nav .nav>li>a {
    padding: 20px 12px
}

.header-style-2 .is-fixed .navbar-toggler {
    margin-top: 10px;
    margin-bottom: 10px
}

.header-style-2 .main-bar .container {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse
}

.header-style-2 .main-bar .container .header-nav {
    justify-content: inherit
}

.header-style-2 .header-middle {
    position: relative;
    display: block
}

.header-style-2 .header-middle .container {
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width: 991px) {
    .header-style-2 .header-middle .container {
        display: block;
        max-width: 100%
    }
}

.header-style-2 .is-fixed .main-bar {
    margin: 0px -573px;
    left: 50%;
    padding: 0px
}

.header-style-2 .is-fixed .extra-nav {
    padding: 15px 0px
}

.header-style-2 .logo-header {
    height: 90px
}

.header-style-2 .logo-header a {
    display: table-cell;
    vertical-align: middle
}

.header-style-2 .extra-nav .extra-cell {
    display: table-cell;
    padding: 0px 15px;
    vertical-align: middle
}

.header-style-2 .extra-nav {
    padding: 5px 0px;
    display: table;
    float: right;
    height: auto;
    position: relative;
    z-index: 9
}

.header-style-2 .extra-cell>a {
    color: #fff
}

.header-style-2 .extra-cell>a {
    color: #fff
}

@media only screen and (max-width: 1200px) {

    .header-style-2 .main-bar,
    .header-style-2 .is-fixed .main-bar {
        max-width: 100%;
        margin: 0;
        left: 0
    }
}

@media only screen and (max-width: 991px) {
    .header-style-2 .logo-header {
        float: none;
        text-align: center;
        width: 100%;
        height: 60px;
        padding: 10px 0px
    }

    .header-style-2 .logo-header a img {
        max-width: 160px
    }

    .header-style-2 .header-info {
        float: none;
        padding: 0px 0px 10px 0px
    }

    .header-style-2 .header-info>ul {
        list-style: none;
        display: table;
        width: 100%
    }
}

.header-style-2 .navbar-toggler .icon-bar {
    background: #010e2a;
    height: 3px;
    border-radius: 0;
    display: block;
    width: 22px
}

.header-style-2 .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px
}

.header-style-2 .header-nav .has-child.nav-active>a+.submenu-toogle.fa.fa-angle-right:before {
    content: "\f107"
}

@media only screen and (max-width: 991px) {
    .header-style-2 .header-botton .navbar-toggler {
        float: left;
        margin: 0px 0px
    }

    .header-style-2 .header-botton .navbar-toggler span {
        background-color: #fff;
        width: 22px;
        display: block;
        height: 3px
    }

    .header-style-2 .header-botton .header-nav .nav>li>a {
        padding: 12px 12px;
        color: #777
    }

    .header-style-2 .is-fixed .header-botton .navbar-toggler {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .header-style-2 .header-info>ul li.btn-col-last {
        text-align: right
    }

    .header-style-2 .header-info>ul li.btn-col-last .site-button-secondry.btn-effect {
        font-size: 12px
    }
}

@media only screen and (max-width: 767px) {
    .header-middle .logo-header {
        float: none;
        margin: 9px auto
    }

    .header-style-2 .main-bar {
        padding: 10px 0px
    }
}

@media only screen and (max-width: 991px) {
    .header-style-1 .navbar-toggler {
        display: block;
        background: #fff
    }

    .has-child .submenu-toogle {
        background: none
    }

    .header-style-1 .header-nav .nav {
        float: none;
        margin: 0px;
        background: #fff;
        background-color: #fff;
        width: 100%;
        display: block;
        height: 100%
    }

    .header-style-1 .header-nav .nav>li>a .fa {
        display: none
    }

    .header-nav .nav>li .sub-menu li .fa {
        top: 8px;
        z-index: 1
    }

    .header-nav .nav>li .sub-menu li>.sub-menu {
        transition: none !important
    }

    .header-style-1.mobile-sider-drawer-menu .header-nav {
        position: fixed;
        width: 250px !important;
        z-index: 999;
        height: 100vh !important;
        overflow-y: inherit !important;
        left: -250px;
        top: 0px;
        transition: all 0.5s linear;
        background-color: #fff;
        margin: 0
    }

    .header-style-1.mobile-sider-drawer-menu .header-nav .nav>li:hover>.sub-menu {
        transition: none
    }

    .header-style-1.mobile-sider-drawer-menu .header-nav .nav>li .sub-menu li:hover>.sub-menu {
        transition: none
    }

    .header-style-1.mobile-sider-drawer-menu.active .header-nav {
        left: 0%
    }

    .header-style-1.mobile-sider-drawer-menu .icon-bar {
        transition: all 0.5s linear;
        position: relative
    }

    #mobile-side-drawer:focus {
        box-shadow: none
    }

    .header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
        transform: rotate(45deg) translateX(3px) translateY(2px)
    }

    .header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
        transform: rotate(-45deg) translateX(3px) translateY(-2px)
    }

    .header-style-1.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
        position: relative;
        right: 0%
    }

    .header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
        position: absolute;
        right: 100px;
        opacity: 0
    }

    .header-style-1.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
        overflow: auto;
        max-height: 100%
    }

    .header-style-1.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
        overflow: auto;
        max-height: 100%
    }
}

@media only screen and (max-width: 991px) {
    .header-style-2 .navbar-toggler {
        display: block
    }

    .header-style-2 .header-nav .nav {
        float: none;
        margin: 0px;
        background: #fff;
        background-color: #fff;
        width: 100%;
        display: block;
        height: 100%
    }

    .header-style-2 .header-nav .nav>li>a {
        display: block
    }

    .header-style-2 .header-nav .nav>li>a .fa {
        display: none
    }

    .header-style-2.mobile-sider-drawer-menu .header-nav {
        position: fixed;
        width: 250px !important;
        z-index: 999;
        height: 100vh !important;
        overflow-y: inherit !important;
        left: -250px;
        top: 0px;
        transition: all 0.5s linear;
        background-color: #fff
    }

    .header-style-2.mobile-sider-drawer-menu .header-nav .nav>li:hover>.sub-menu {
        transition: none
    }

    .header-style-2.mobile-sider-drawer-menu .header-nav .nav>li .sub-menu li:hover>.sub-menu {
        transition: none
    }

    .header-style-2.mobile-sider-drawer-menu.active .header-nav {
        left: 0%
    }

    .header-style-2.mobile-sider-drawer-menu .icon-bar {
        transition: all 0.5s linear;
        position: relative;
        background-color: #fff
    }

    .header-style-2.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
        transform: rotate(45deg) translateX(3px) translateY(2px)
    }

    .header-style-2.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
        transform: rotate(-45deg) translateX(3px) translateY(-2px)
    }

    .header-style-2.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
        position: relative;
        right: 0%
    }

    .header-style-2.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
        position: absolute;
        right: 100px;
        opacity: 0
    }

    .header-style-2.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
        overflow: auto;
        max-height: 100%
    }

    .header-style-2.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
        overflow: auto;
        max-height: 100%
    }
}

.sou-con {
    position: fixed;
    top: -200px;
    width: 100%;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    transition: top .5s
}

.sou-con.show {
    top: 0
}

.sou-con .guanbi {
    float: right
}

.sou-con .guanbi .fa {
    margin-top: 10px;
    color: #ccc;
    font-size: 28px;
    cursor: pointer
}

@media (max-width: 768px) {
    .sou-con .form-inline {
        display: flex;
        width: 100%
    }
}

.sou-con .form-inline .form-control {
    width: 280px;
    height: 45px
}

@media (max-width: 768px) {
    .sou-con .form-inline .form-control {
        width: 200px
    }
}

.sou-con .btn {
    opacity: 1;
    transition: all .5s;
    background-image: initial;
    color: #fff;
    text-shadow: none;
    font-size: 17px;
    border-radius: 4px;
    text-shadow: none;
    font-weight: 600;
    padding: 10px 25px;
    transition: 0.4s;
    background-color: var(--textActiveColor)
}

@media (max-width: 768px) {
    .sou-con .btn {
        height: 44px
    }
}

.sou-con .btn:hover {
    border-radius: 8px;
    box-shadow: 7px 5px 56px -14px var(--textActiveColor)
}

.sou-con .btn:active {
    transform: scale(0.97);
    box-shadow: 7px 5px 56px -10px var(--textActiveColor)
}

.sou-con .container {
    padding-top: 30px;
    padding-bottom: 30px
}

.banner {
    width: 100%;
    position: relative;
    height: 700px
}

@media (max-width: 1000px) {
    .banner {
        height: 320px;
        margin-top: 65px
    }

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

.banner .swp-banner {
    height: 100%;
    width: 100%
}

.banner .swp-banner .swiper-wrapper {
    height: 100%
}

.banner .swp-banner .swiper-wrapper .swiper-slide {
    height: 100%;
    width: 100%;
    position: relative
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container {
    height: 100%;
    color: #fff
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .rows {
    transition: all .65s
}

@media (max-width: 1000px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .container {
        margin-left: 20px
    }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .gs {
    font-size: 25px;
    color: #fff;
    font-weight: 600
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-title {
    font-size:30px;
    font-weight: 600;
    position: relative;
    text-align: center
}

@media (max-width: 1000px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .ban-title {
        font-size: 18px
    }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-desc {
    font-size: 28px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    width: 800px
}

@media (max-width: 980px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-desc {
        font-size: 14px
    }
}

@media (max-width: 1000px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-desc {
        font-size: 13px;
        width: 90%
    }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban {
    margin-top: 30px;
    text-align: center
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban .btn {
    background-image: initial;
    color: #fff;
    text-shadow: none;
    font-size: 20px;
    border-radius: 0;
    text-shadow: none;
    padding: 15px 25px;
    transition: 0.4s
}

@media (max-width: 980px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban .btn {
        font-size: 14px
    }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban .btn:hover {
    box-shadow: 7px 5px 56px -14px var(--textActiveColor)
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban .btn:active {
    transform: scale(0.97);
    box-shadow: 7px 5px 56px -10px var(--textActiveColor)
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban .btn:nth-child(1) {
    background-color: var(--textActiveColor)
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban .btn:nth-child(1):hover {
    color: #fff !important
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban .btn:nth-child(2) {
    margin-left: 25px;
    background-color: #fff;
    color: var(--textActiveColor)
}

.banner .swp-banner .swiper-wrapper .swiper-slide .imgcon {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center
}

.banner .swp-banner .swiper-wrapper .swiper-slide .imgcon img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 1000px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .imgcon img {
        display: block
    }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .video {
    width: 100%;
    height: 100%;
    position: relative
}

.banner .swp-banner .swiper-wrapper .swiper-slide .video .banner-video {
    height: 100%;
    width: 100%;
    z-index: 1;
    object-fit: cover
}

@media (max-width: 980px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .video .banner-video {
        position: initial;
        transform: initial;
        left: initial
    }
}

.banner .swp-banner .swiper-button-next {
    right: 60px
}

.banner .swp-banner .swiper-button-prev {
    left: 60px
}

.banner .swp-banner .swiper-button-next::after,
.banner .swp-banner .swiper-button-prev::after {
    color: #fff;
    font-size: 30px
}

.banner .swp-banner .s-wp {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99
}

.banner .swp-banner .s-wp .container {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center
}

@media (max-width: 1000px) {
    .banner .swp-banner .s-wp .container {
        position: absolute;
        bottom: 0;
        width: 100%
    }
}

.banner .swp-banner .s-wp .container .swiper-pagination {
    position: relative;
    width: initial;
    margin: 0;
    bottom: 45px
}

.banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet {
    width: initial;
    background: none;
    opacity: 1;
    margin: 0px 10px;
    color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    position: relative
}

.banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--textActiveColor);
    border-radius: 50%;
    opacity: 0
}

.banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--textActiveColor)
}

.banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    opacity: 1
}

@media (max-width: 1000px) {
    .banner .swp-banner .s-wp .container .swiper-pagination {
        bottom: 20px
    }

    .banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet {
        margin: 0px 10px;
        color: var(--ThemesActive)
    }
}

.i-prod-nav {
    padding: 60px 0
}

@media (max-width: 980px) {
    .i-prod-nav {
        padding: 30px 0
    }
}

.i-prod-nav .prod-nav-box {
    margin-top: 5px
}

.i-prod-nav .prod-nav-box .item {
    width: 100%
}

@media (max-width: 980px) {
    .i-prod-nav .prod-nav-box .item {
        margin-top: 20px
    }
}

.i-prod-nav .prod-nav-box .item .img-box {
    position: relative
}

.i-prod-nav .prod-nav-box .item .img-box .img {
    width: 100%;
    aspect-ratio: 1/1.1;
    overflow: hidden
}

.i-prod-nav .prod-nav-box .item .img-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.i-prod-nav .prod-nav-box .item .img-box .desc {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 60px;
    text-align: center;
    opacity: 0;
    transition: all .5s
}

@media (max-width: 980px) {
    .i-prod-nav .prod-nav-box .item .img-box .desc {
        display: none
    }
}

.i-prod-nav .prod-nav-box .item .title {
    text-align: center;
    margin-top: 12px
}

.i-prod-nav .prod-nav-box .item:hover .desc {
    opacity: 1
}

.i-prod-nav .prod-nav-box .min .item {
    margin-bottom: 15px
}

.i-prod-nav .prod-nav-box .min .item .img-box .img {
    aspect-ratio: 1/1.05
}

.i-prod-nav .prod-nav-box .min .item .img-box .desc {
    padding: 20px
}

.i-xzwm {
    padding: 60px 0;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff
}

.i-xzwm .temp-title b,
.i-xzwm .temp-title p {
    color: #fff
}

.i-xzwm .temp-title .link-ban {
    margin-top: 30px
}

.i-xzwm .temp-title .link-ban .btn {
    background-color: rgba(192, 57, 43, 0.6)
}

.i-xzwm .temp-title .link-ban .btn:hover {
    background-color: var(--textActiveColor)
}

.i-xzwm .item-ys .item {
    margin: 10px 30px;
    width: calc(100% / 4 - 60px);
    text-align: center
}

@media (max-width: 980px) {
    .i-xzwm .item-ys .item {
        margin: 10px;
        width: calc(100% / 2 - 20px)
    }
}

.i-xzwm .item-ys .item .num i {
    font-style: initial
}

.i-xzwm .item-ys .item .num span {
    font-size: 15px;
    margin-left: 10px
}

.i-map {
    padding: 60px 0
}

.i-map .map-box {
    margin-top: 40px;
    position: relative
}

.i-map .map-box .img {
    width: 100%
}

.i-map .map-box .img img {
    width: 100%
}

.i-map .map-box .info {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0
}

.i-map .map-box .info .dw {
    position: relative;
    height: 100%;
    width: 100%
}

.i-map .map-box .info .dw .i {
    position: absolute;
    padding: 5px 10px;
    padding-right: 10px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(192, 57, 43, 0.6)
}

.i-map .map-box .info .dw .i::after {
    border-left: 1px solid var(--textActiveColor);
    height: 30px;
    content: '';
    position: absolute;
    left: 26px;
    top: 100%
}

@media (max-width: 980px) {
    .i-map .map-box .info .dw .i::after {
        display: none
    }
}

.i-map .map-box .info .dw .i::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--textActiveColor);
    position: absolute;
    bottom: -30px;
    left: 24.2px
}

@media (max-width: 980px) {
    .i-map .map-box .info .dw .i::before {
        display: none
    }
}

.i-map .map-box .info .dw .i .gq {
    overflow: hidden;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: initial;
    position: relative;
    margin-right: 5px
}

@media (max-width: 980px) {
    .i-map .map-box .info .dw .i .gq {
        display: none
    }
}

.i-map .map-box .info .dw .i .gq svg {
    width: 40px;
    line-height: 40px;
    height: 40px;
    margin-top: -7px
}

.i-map .map-box .info .dw .i .name {
    line-height: initial
}

@media (max-width: 980px) {
    .i-map .map-box .info .dw .i .name {
        font-size: 11px
    }
}

.i-map .map-box .info .dw .i:nth-child(1) {
    left: 75%;
    top: 25%
}

.i-map .map-box .info .dw .i:nth-child(2) {
    left: 83%;
    top: 64%
}

.i-map .map-box .info .dw .i:nth-child(3) {
    left: 52%;
    top: 6%
}

.i-map .map-box .info .dw .i:nth-child(4) {
    left: 17%;
    top: 19%
}

.i-map .map-box .info .dw .i:nth-child(5) {
    left: 58%;
    top: 31%
}

.i-map .map-box .info .dw .i:nth-child(6) {
    left: 29%;
    top: 55%
}

.i-map .map-box .info .dw .i:nth-child(7) {
    left: 74%;
    top: 37%
}

.i-news {
    padding: 20px 0
}

.i-news .news-box {
    margin-top: 35px
}

.i-news .news-box .item {
    box-shadow: 0 0 5px 2px #f2f2f2;
    background-color: #fff;
    padding: 10px
}

@media (max-width: 980px) {
    .i-news .news-box .item {
        margin-bottom: 20px
    }
}

.i-news .news-box .item .img {
    width: 100%;
    aspect-ratio: 1/0.6;
    overflow: hidden
}

.i-news .news-box .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.i-news .news-box .item .info {
    padding: 20px 10px
}

.i-news .news-box .item .info .t {
    margin-top: 20px;
    height: 60px
}

.i-news .news-box .item .info .desc {
    margin: 10px 0
}

.i-news .news-box .item .info .time {
    margin-top: 20px
}

.i-news .news-box .item .info .time span {
    color: #767676
}

.i-partners {
    padding: 50px 0
}

@media (max-width: 980px) {
    .i-partners {
        padding-top: 0px;
        padding-bottom: 30px
    }
}

.i-partners .partners-box {
    margin-top: 35px
}

.i-partners .partners-box .partners-swp {
    height: 200px;
    padding-bottom: 50px
}

.i-partners .partners-box .partners-swp .swiper-slide {
    background: #fff;
    height: calc((100% - 20px) / 2) !important
}

.i-partners .partners-box .partners-swp .swiper-slide .img {
    border: 1px solid #f2f2f2;
    width: 100%;
    height: 100%
}

.i-partners .partners-box .partners-swp .swiper-slide .img img {
    max-width: 90%;
    max-height: 90%;
    object-fit: cover
}

.i-partners .partners-box .partners-swp .swiper-pagination-bullet-active {
    background-color: #000
}

.foot {
    background-color: #232323;
    padding-top: 60px
}

@media only screen and (max-width: 980px) {
    .foot {
        padding-top: 30px
    }
}

.foot .t {
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px
}

.foot .foot-d-info {
    width: 65%
}

@media (max-width: 980px) {
    .foot .foot-d-info {
        width: 100%
    }
}

.foot .foot-d-info .val {
    margin-top: 5px;
    color: #fff
}

.foot .foot-d-info .wl {
    margin-top: 30px
}

.foot .foot-d-info .wl .item {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    border-radius: 50%;
    opacity: .9
}

.foot .foot-d-info .wl .item:hover {
    opacity: 1
}

.foot .foot-d-info .wl .item svg {
    width: 30px;
    height: 30px
}

.foot .foot-nav {
    width: calc(35% - 20px);
    padding-left: 20px
}

.foot .foot-nav .nav-item {
    color: #fff;
    margin-bottom: 5px
}

.foot .foot-nav .nav-item a {
    color: #fff
}

.foot .f-form {
    width: 48%
}

@media (max-width: 980px) {
    .foot .f-form {
        width: 100%;
        margin: 20px 0
    }
}

.foot .f-form .input {
    width: calc(100% / 2 - 5px);
    margin-bottom: 10px
}

.foot .f-form .input input {
    border-radius: 3px;
    padding: 5px;
    width: calc(100%);
    border: 1px #ccc solid;
    background-color: initial
}

.foot .f-form .input input:focus {
    border: 1px #fff solid
}

.foot .f-form .text {
    width: 100%;
    margin-bottom: 10px
}

.foot .f-form .text textarea {
    border-radius: 3px;
    padding: 5px;
    height: 80px;
    width: calc(100%);
    border: 1px #ccc solid;
    background-color: initial
}

.foot .f-form .text textarea:focus {
    border: 1px #fff solid
}

.foot .f-form .sib button {
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    padding: 8px 25px;
    transition: 0.4s;
    background-color: var(--textActiveColor)
}

.foot .f-form .sib button:hover {
    box-shadow: 7px 5px 56px -14px var(--textActiveColor)
}

.foot .f-form .sib button:active {
    transform: scale(0.97);
    box-shadow: 7px 5px 56px -10px var(--textActiveColor)
}

.foot .contact {
    width: 48%
}

.foot .contact .item {
    color: #fff;
    margin-bottom: 5px
}

.foot .contact .item a {
    color: #fff
}

.foot .banquan {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #000
}

@media (max-width: 980px) {
    .foot .banquan {
        margin-top: 20px
    }
}

@media only screen and (max-width: 980px) {
    .foot .banquan {
        font-size: 12px
    }
}

.foot .banquan a {
    color: #fff
}

.q-info {
    padding: 60px 0
}

@media (max-width: 980px) {
    .q-info {
        padding: 30px 0
    }
}

.q-info table,
.q-info img,
.q-info video {
    max-width: 100%
}

.n-ban-info {
    height: 350px;
    background: #dddddd;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 85px
}

@media (max-width: 980px) {
    .n-ban-info {
        margin-top: 65px
    }
}

.n-ban-info.bg {
    position: relative
}

.n-ban-info.bg::after {
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(18, 42, 136, 0.6);
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 980px) {
    .n-ban-info {
        height: 250px;
        margin-top: 5px
    }
}

.n-ban-info .container {
    height: 100%
}

@media (max-width: 980px) {
    .n-ban-info .container {
        justify-content: center;
        text-align: center
    }
}

.n-ban-info .b-info {
    text-align: center;
    width: 100%;
    padding-bottom: 60px;
    position: relative;
    z-index: 2
}

.n-ban-info .b-info .titlex {
    font-size: 41px;
    margin-top: 10px;
    padding-top: 20px;
    margin-bottom: 10px;
    color: #fff;
    position: relative
}

@media (max-width: 980px) {
    .n-ban-info .b-info .titlex {
        font-size: 22px
    }
}

.n-ban-info .b-info .sname {
    font-size: 17px;
    color: #fff
}

@media (max-width: 980px) {
    .n-ban-info .b-info .sname {
        font-size: 13px
    }
}

.n-ban-info .b-info .sname a {
    color: #fff
}

.n-ban-info .b-info .navigation {
    font-size: 12px;
    color: #fff
}

.n-ban-info .b-info .navigation a {
    color: #fff
}

.left-title {
    border-left: 4px solid var(--textActiveColor);
    padding: 10px 15px;
    background-color: #f5f5f5
}

.prod-sou {
    margin-top: 40px
}

.prod-sou .input {
    position: relative;
    width: 100%
}

.prod-sou .input input {
    width: 100%;
    border: 1px solid #f3f3f3;
    padding: 10px;
    color: #444
}

.prod-sou .input button {
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    background: none
}

.left-nav {
    margin-top: 10px
}

.left-nav .l-nav {
    border: 1px solid #e7e7e7;
    border-top: none
}

.left-nav .l-nav>li {
    border-top: 1px solid #e7e7e7;
    padding: 15px;
    padding-right: 5px;
    line-height: initial
}

.left-nav .l-nav>li .n-t {
    width: calc(100% - 20px)
}

.left-nav .l-nav>li .fa {
    width: 20px;
    font-weight: 600;
    cursor: pointer
}

.left-nav .l-nav>li ul {
    display: none
}

.left-nav .l-nav>li ul li {
    padding-left: 10px
}
.left-nav li .ac a{
    color: var(--textActiveColor);
}
.left-nav .l-nav>li ul li a {
    position: relative;
    display: block;
    padding: 6px;
    padding-left: 8px
}

.left-nav .l-nav>li ul li a::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAADCAYAAACuyE5IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIwMTMyNjdBMkFBMTExRTVCQzVGOTIyMDg0Qzg0NkUyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIwMTMyNjdCMkFBMTExRTVCQzVGOTIyMDg0Qzg0NkUyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjAxMzI2NzgyQUExMTFFNUJDNUY5MjIwODRDODQ2RTIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjAxMzI2NzkyQUExMTFFNUJDNUY5MjIwODRDODQ2RTIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz57SphWAAAAMklEQVR42mJ89OjR/1WrVjGAQHFxMSMDGmD5/v07w61btxhwARZhYWEGHx8fnAoAAgwA/6cNl07ccqwAAAAASUVORK5CYII=);
    background-repeat: no-repeat
}

.tj-prod {
    margin-top: 30px
}

.tj-prod .prod-lis {
    margin-top: 5px;
    margin-left: -5px;
    margin-right: -5px
}

.tj-prod .prod-lis .item {
    width: calc(100% / 2 - 10px);
    border: 1px solid #e7e7e7;
    margin: 5px;
    padding: 8px
}

.tj-prod .prod-lis .item .img {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden
}

.tj-prod .prod-lis .item .img img {
    width: 100%;
    object-fit: cover
}

.prod-msg {
    margin-top: 40px;
    margin-bottom: 20px
}

.prod-list .item {
    border: 1px solid #e7e7e7;
    padding: 10px;
    transition: all .5s;
    margin-bottom: 30px
}

.prod-list .item .img {
    aspect-ratio: 1/1.05;
    overflow: hidden
}

.prod-list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.prod-list .item .t {
    margin-top: 10px;
    height: 42px;
    transition: all .5s
}

.prod-list .item .inquire {
    margin-top: 10px
}

.prod-list .item .inquire a {
    text-align: center;
    border-radius: 3px;
    display: block;
    padding: 10px 0;
    border: 1px solid #d8dde6;
    background: #eaedef;
    color: #333
}

.prod-list .item .inquire a:hover {
    color: #333 !important;
    background-color: #b8b9b9
}

.list-more-page {
    text-align: center;
    margin: 60px 0
}

@media (max-width: 980px) {
    .list-more-page {
        margin: 30px 0
    }
}

.list-more-page a {
    width: 45px;
    height: 45px;
    border: 1px solid #f2f2f2;
    color: var(--textActiveColor);
    transition: all .5s;
    margin: 0 5px;
    display: inline-block;
    line-height: 45px
}

.list-more-page a.page-num {
    background-color: initial;
    font-size: 17px;
    font-weight: 600;
    color: #000
}

@media (max-width: 980px) {
    .list-more-page a.page-num {
        display: none
    }
}

.list-more-page a:hover,
.list-more-page a.page-num-current {
    color: var(--textActiveColor) !important;
    background-color: var(--textActiveColor);
    color: #fff !important
}

.prod-con {
    margin-top: 60px
}

.prod-con .p-head .max-prod-img {
    width: 100%;
    aspect-ratio: 1/1;
    border: 1px solid #f2f2f2
}

.prod-con .p-head .max-prod-img .swiper-slide .item {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden
}

.prod-con .p-head .max-prod-img .swiper-slide .item img {
    max-width: 100%;
    max-height: 100%
}

.prod-con .p-head .min-prod {
    position: relative
}

.prod-con .p-head .min-prod .swiper-button-next::after,
.prod-con .p-head .min-prod .swiper-button-prev::after {
    font-size: 18px;
    color: #444
}

.prod-con .p-head .min-prod .min-prod-prev {
    left: -5px
}

.prod-con .p-head .min-prod .min-prod-next {
    right: -5px
}

.prod-con .p-head .min-prod-img {
    margin: 10px 0
}

.prod-con .p-head .min-prod-img .swiper-slide .item {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    background-color: #fff
}

.prod-con .p-head .min-prod-img .swiper-slide .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7
}

.prod-con .p-head .min-prod-img .swiper-slide.swiper-slide-thumb-active .item {
    border: 1px solid var(--textActiveColor)
}

.prod-con .p-head .min-prod-img .swiper-slide.swiper-slide-thumb-active .item img {
    opacity: 1
}

.prod-con .p-head .title {
    font-size: 25px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 20px;
    word-break: break-all;
}

.prod-con .p-head .desc {
    font-size: 15px
}

.prod-con .p-head .wl {
    margin-top: 30px
}

.prod-con .p-head .wl .item {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    border-radius: 50%;
    opacity: .9
}

.prod-con .p-head .wl .item:hover {
    opacity: 1
}

.prod-con .p-head .wl .item svg {
    width: 30px;
    height: 30px
}

.prod-con .p-head .ban-link {
    margin: 30px 0
}

.prod-con .p-head .ban-link .link-b {
    background-color: #ffeded;
    border: 1px solid var(--textActiveColor);
    color: var(--textActiveColor);
    display: block;
    padding: 8px 0;
    text-align: center
}

.prod-con .p-content {
    margin-top: 40px;
    border: 1px solid #f2f2f2;
    margin-bottom: 40px
}

.prod-con .p-content .title-box {
    background-color: #000
}

.prod-con .p-content .title-box .title .item {
    padding: 10px 30px;
    border-right: 1px solid #fff;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    display: inline-block
}

@media (max-width: 980px) {
    .prod-con .p-content .title-box .title .item {
        display: block;
        border-bottom: 1px solid #fff
    }
}

.prod-con .p-content .title-box .title .item.ac {
    background-color: var(--textActiveColor)
}

.prod-con .p-content .info {
    padding: 15px
}

.prod-con .p-content .info .item {
    display: none
}

.prod-con .p-content .info .item.ac {
    display: block
}

.prod-con .p-content .info table,
.prod-con .p-content .info img,
.prod-con .p-content .info video {
    max-width: 100%
}

.prod-con .p-content .info table {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: gray;
    margin-top: 30px
}

.prod-con .p-content .info table th {
    background-color: #f1f1f1
}

.prod-con .p-content .info table td,
.prod-con .p-content .info table th {
    padding: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: #eee
}

@media (max-width: 980px) {

    .prod-con .p-content .info table td,
    .prod-con .p-content .info table th {
        width: 30%;
        text-wrap: nowrap
    }

    .prod-con .p-content .info table td p,
    .prod-con .p-content .info table th p {
        text-wrap: nowrap
    }
}

.prod-con .table-wrapper {
    width: 100%;
    overflow-x: auto
}

.prod-con .pro-detials-listshow {
    margin-bottom: 40px
}

.prod-con .pro-detials-listshow>div {
    width: calc(100% / 2 - 30px);
    background-color: #efefef;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: initial
}

.prod-banner {
    width: 100%;
    height: 860px;
    position: relative;
    overflow: hidden;
    margin-top: 85px
}

@media (max-width: 980px) {
    .prod-banner {
        height: 500px;
        margin-top: 65px
    }
}

.prod-banner .bg {
    width: 100%;
    height: 100%;
    line-height: initial
}

.prod-banner .bg .imgcon {
    width: 100%;
    height: 100%
}

.prod-banner .bg .imgcon img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.prod-banner .bg .video {
    width: 100%;
    height: 100%;
    position: relative
}

.prod-banner .bg .video .banner-video {
    height: 100%;
    width: 100%;
    z-index: 1;
    object-fit: cover
}

@media (max-width: 980px) {
    .prod-banner .bg .video .banner-video {
        position: initial;
        transform: initial;
        left: initial
    }
}

.prod-banner .bg .bg-tz {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 0;
    width: 100%;
    display: inline-flex
}

.prod-banner .bg .bg-tz svg {
    width: 100%;
    height: 136px
}

.prod-banner .info {
    position: absolute;
    height: 100%;
    z-index: 2;
    left: 20%;
    top: 0;
    width: 60%
}

@media (max-width: 980px) {
    .prod-banner .info {
        width: 90%;
        left: 5%
    }
}

.prod-banner .info .desc {
    margin: 40px 0
}

@media (max-width: 980px) {
    .prod-banner .info .desc {
        margin: 20px 0
    }
}

.prod-tag-items {
    position: relative;
    margin-top: -15vh
}

@media (max-width: 980px) {
    .prod-tag-items {
        margin-top: -70px
    }
}

.prod-tag-items .tag-swp {
    margin-bottom: 30px;
    width: 90%
}

@media (max-width: 980px) {
    .prod-tag-items .tag-swp {
        width: 90%
    }
}

.prod-tag-items .tag-swp .swiper-slide {
    height: auto
}

.prod-tag-items .tag-swp .swiper-slide .item {
    height: calc(100% - 15px);
    margin: 10px 0;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.18);
    padding: 30px 10px;
    background-color: var(--textActiveColor);
    color: #fff;
    border-radius: 10px
}

.prod-tag-items .tag-swp .swiper-slide .item .title {
    margin: 15px 0
}

.prod-tag-items .tag-swp .swiper-slide .item .ico {
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 20px auto
}

.prod-tag-items .tag-swp .swiper-slide .item .ico img {
    width: 100%;
    height: 100%
}

.prod-con-a {
    margin-bottom: 40px
}

@media (max-width: 980px) {
    .prod-con-a {
        margin-bottom: 10px
    }
}

.prod-con-a .img {
    width: 100%;
    aspect-ratio: 1/0.6;
    overflow: hidden
}

.prod-con-a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.prod-con-a .title {
    color: var(--textActiveColor);
    margin-bottom: 25px
}

.prod-con-a .st {
    color: #000
}

.prod-con-a .desc {
    margin-top: 10px;
    margin-bottom: 20px
}

.prod-tdian .item {
    border: 1px solid #d0cdcd;
    margin-bottom: 45px
}

@media (max-width: 980px) {
    .prod-tdian .item {
        margin-bottom: 20px
    }
}

.prod-tdian .item .img {
    width: 100%;
    aspect-ratio: 1/0.45;
    overflow: hidden;
    position: relative
}

.prod-tdian .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.prod-tdian .item .img .sanjiao {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 27px 400px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 0;
    z-index: 3
}

.prod-tdian .item .info {
    padding: 25px;
    text-align: center
}

.prod-tdian .item .info .title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.prod-tdian .item .info .title::after {
    transition: all .5s;
    content: "";
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: var(--textActiveColor)
}

.prod-tdian .item .info .desc {
    height: 80px
}

.prod-tdian .item:hover .info .title::after {
    width: 30px
}

.pord-mess {
    padding: 60px 0
}

@media (max-width: 980px) {
    .pord-mess {
        padding-bottom: 10px
    }
}

.pord-mess .title {
    color: var(--textActiveColor)
}

.pord-mess .mes-form {
    margin-top: 20px
}

.pord-mess .mes-form>div {
    margin-bottom: 20px
}

.pord-mess .mes-form label {
    width: 100%;
    font-weight: 500
}

.pord-mess .mes-form label span {
    color: red
}

.pord-mess .mes-form input,
.pord-mess .mes-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    margin-top: 5px
}

.pord-mess .mes-form .btn {
    width: initial;
    display: inline-block
}

.prod-nav-info .info {
    padding: 40px 0
}

.prod-nav-info .info img,
.prod-nav-info .info video,
.prod-nav-info .info table {
    max-width: 100%
}

.danhangt {
    background-color: #f6f6f6;
    padding: 30px 0
}

.danhangt .container {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    text-align: center
}

.danhangt a {
    display: inline-block;
    padding: 8px 30px;
    margin-right: 20px;
    font-size: 16px;
    border: 1px solid var(--textActiveColor);
    color: var(--textActiveColor);
    border-radius: 8px;
    transition: all .5s
}

@media (max-width: 980px) {
    .danhangt a {
        font-size: 13px;
        padding: 10px;
        margin-right: 10px
    }
}

.danhangt a.ac,
.danhangt a:hover {
    color: #fff !important;
    background-color: var(--textActiveColor)
}

.about-page {
    padding: 50px 0
}

@media (max-width: 980px) {
    .about-page {
        padding: 30px 0
    }
}

.about-page .about-img {
    width: 450px;
    margin-left: 50px;
    float: right
}

@media (max-width: 980px) {
    .about-page .about-img {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px
    }
}

.about-page .about-img .img {
    width: 100%;
    aspect-ratio: 1/0.7;
    overflow: hidden
}

.about-page .about-img .img img {
    width: 100%;
    height: 100%
}

.about-page .about-img .swiper-pagination-bullet-active {
    background-color: var(--textActiveColor)
}

.about-page .about-info {
    color: #2e2e2e;
    margin-top: 50px
}

@media (max-width: 980px) {
    .about-page .about-info {
        margin-top: 20px
    }
}

.huanjin {
    margin-bottom: 60px
}

@media (max-width: 980px) {
    .huanjin {
        margin-bottom: 30px
    }
}

.huanjin .huanjin-box {
    position: relative;
    margin-top: 50px
}

.huanjin .huanjin-box .huanjin-swp {
    width: calc(100% - 120px);
    margin: 0 auto;
    padding-bottom: 10px;
    position: relative
}

.huanjin .huanjin-box .huanjin-swp::after {
    width: 100%;
    content: "";
    border-bottom: 1px solid #f3f3f3;
    position: absolute;
    bottom: 15px
}

.huanjin .huanjin-box .huanjin-swp .swiper-slide .item .img {
    width: 100%;
    aspect-ratio: 1/0.7;
    overflow: hidden
}

.huanjin .huanjin-box .huanjin-swp .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.huanjin .huanjin-box .huanjin-swp .swiper-slide .item .t {
    position: relative;
    margin-top: 15px;
    padding-bottom: 30px
}

.huanjin .huanjin-box .huanjin-swp .swiper-slide .item .t .b-line {
    height: 50px
}

.huanjin .huanjin-box .huanjin-swp .swiper-slide .item .t .circle {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--textActiveColor)
}

.huanjin .huanjin-box .huanjin-swp .swiper-slide .item .t .circle::after,
.huanjin .huanjin-box .huanjin-swp .swiper-slide .item .t .circle::before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    transform: none;
    visibility: visible
}

.huanjin .huanjin-box .huanjin-swp .swiper-slide .item .t .circle::before {
    animation: item1B 1s ease infinite
}

.huanjin .huanjin-box .huanjin-swp .swiper-slide .item .t .circle::after {
    animation: item1A 1s ease infinite
}

@keyframes item1B {
    0% {
        opacity: 0;
        transform: none;
        background: transparent
    }

    25% {
        opacity: .5;
        transform: none;
        visibility: visible;
        background: #9d2225
    }

    100% {
        opacity: 0;
        transform: scale(1.8);
        visibility: hidden;
        background: transparent
    }
}

@keyframes item1A {
    5% {
        opacity: .3;
        background: #9d2225
    }

    100% {
        opacity: 0;
        transform: scale(2.5);
        visibility: hidden;
        background: transparent
    }
}

.huanjin .huanjin-box .huanjin-n,
.huanjin .huanjin-box .huanjin-p {
    color: var(--textActiveColor)
}

.huanjin .huanjin-box .huanjin-n::after,
.huanjin .huanjin-box .huanjin-p::after {
    font-size: 20px
}

.linian {
    width: 100%;
    overflow: hidden
}

.linian>.row {
    margin: 0
}

.linian>.row>div {
    padding: 0
}

.linian .item {
    width: 100%;
    position: relative
}

@media (max-width: 980px) {
    .linian .item {
        height: 350px
    }
}

.linian .item img {
    width: 100%
}

@media (max-width: 980px) {
    .linian .item img {
        height: 350px;
        object-fit: cover
    }
}

.linian .item .info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 30px;
    text-align: center
}

.linian .item .info .ti {
    margin-top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    font-weight: 600;
    position: relative;
    text-align: center;
    padding-bottom: 15px
}

@media (max-width: 980px) {
    .linian .item .info .ti {
        font-size: 25px;
        margin-top: 20%;
        margin-bottom: 10px;
        transform: initial
    }
}

.linian .item .info .ti::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 4px;
    width: 50px;
    background-color: #fff
}

.linian .item .info .desc {
    font-size: 18px
}

@media (max-width: 980px) {
    .linian .item .info .desc {
        font-size: 16px
    }
}

.sebei-box {
    padding-bottom: 40px
}

@media (max-width: 980px) {
    .sebei-box {
        padding-bottom: 10px
    }
}

.sebei-box .sebei-con .sebei-swp {
    padding-bottom: 50px
}

@media (max-width: 980px) {
    .sebei-box .sebei-con .sebei-swp {
        padding-bottom: 0px
    }
}

.sebei-box .sebei-con .sebei-swp .swiper-slide .item {
    text-align: center
}

.sebei-box .sebei-con .sebei-swp .swiper-slide .item .img {
    margin: 30px auto;
    width: 100%;
    aspect-ratio: 1/0.9;
    overflow: hidden;
    border-radius: 5px
}

.sebei-box .sebei-con .sebei-swp .swiper-slide .item .img img {
    width: 100%;
    height: 100%
}

.sebei-box .sebei-con .sebei-swp .swiper-slide .item .t {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px
}

@media only screen and (max-width: 980px) {
    .sebei-box .sebei-con .sebei-swp .swiper-slide .item .t {
        font-size: 15px
    }
}

@media (max-width: 980px) {
    .sebei-box .sebei-con .sebei-swp .paginationx {
        display: none
    }
}

.sebei-box .sebei-con .sebei-swp .paginationx .swiper-pagination-bullet {
    border-radius: 3px;
    width: 30px;
    height: 5px
}

.sebei-box .sebei-con .sebei-swp .paginationx .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--textActiveColor)
}

.temp-color {
    color: var(--textActiveColor)
}

.jgou-box {
    background-image: url("../images/ysbj.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0
}

.jgou-box .temp-title .b {
    position: relative;
    text-align: left;
    color: #fff
}

.jgou-box .temp-title .b::after {
    position: absolute;
    width: 50px;
    height: 4px;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #fff
}

.jgou-box .jgou-swp {
    margin-top: 50px
}

.jgou-box .jgou-swp .swiper-slide {
    height: auto
}

.jgou-box .jgou-swp .swiper-slide .item {
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 60px
}

.jgou-box .jgou-swp .swiper-slide .item .desc {
    margin-top: 20px
}

.about-videos {
    padding: 60px 0
}

.about-videos .video-con {
    width: 100%;
    aspect-ratio: 1/0.7;
    overflow: hidden
}

.about-videos .video-con video {
    width: 100%;
    height: 100%
}

.about-videos .video-con img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-videos .sol-ov {
    width: 100%;
    aspect-ratio: 1/2;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px
}

@media (max-width: 980px) {
    .about-videos .sol-ov {
        aspect-ratio: initial
    }
}

.about-videos .sol-ov::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.about-videos .sol-ov::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px
}

.about-videos .sol-ov::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
    border: 2px solid #fff
}

.about-videos .sol-ov::-webkit-scrollbar-thumb:hover {
    background: #555
}

.about-videos .video-item {
    width: 100%;
    aspect-ratio: 1/0.7;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative
}

.about-videos .video-item::after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../images/play.png");
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translate(-50%, -50%)
}

.about-videos .video-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.zzzs-box {
    background-image: url("../images/zsbj.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 60px;
    padding: 60px 0
}

@media (max-width: 980px) {
    .zzzs-box {
        padding: 30px 0;
        padding-bottom: 20px
    }
}

.zzzs-box .zs-swp-box {
    margin-top: 30px
}

.zzzs-box .zs-swp-box .sz-swp {
    padding-bottom: 50px;
    position: relative
}

.zzzs-box .zs-swp-box .sz-swp::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 75px;
    width: 100%;
    height: 1px;
    background-color: rgba(157, 34, 37, 0.6)
}

@media (max-width: 980px) {
    .zzzs-box .zs-swp-box .sz-swp {
        padding-bottom: 10px
    }
}

.zzzs-box .zs-swp-box .sz-swp .swiper-slide .item {
    transform: scale(0.8);
    text-align: center;
    transition: all .5s;
    position: relative
}

.zzzs-box .zs-swp-box .sz-swp .swiper-slide .item .img {
    width: 100%;
    aspect-ratio: 1/1.3;
    overflow: hidden;
    background-color: #fff;
    padding: 10px
}

.zzzs-box .zs-swp-box .sz-swp .swiper-slide .item .img img {
    max-height: 100%;
    max-width: 100%
}

.zzzs-box .zs-swp-box .sz-swp .swiper-slide .item .t {
    position: relative;
    font-size: 16px;
    color: var(--textActiveColor);
    margin: 10px 0
}

@media only screen and (max-width: 980px) {
    .zzzs-box .zs-swp-box .sz-swp .swiper-slide .item .t {
        font-size: 15px
    }
}

.zzzs-box .zs-swp-box .sz-swp .swiper-slide .item .t::after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--textActiveColor);
    position: absolute;
    left: 50%;
    bottom: -34px;
    transform: translateX(-50%)
}

@media (max-width: 980px) {
    .zzzs-box .zs-swp-box .sz-swp .swiper-slide .item .t::after {
        display: none
    }
}

.zzzs-box .zs-swp-box .sz-swp .swiper-slide.swiper-slide-active .item {
    transform: scale(1);
    background-color: #fff;
    border-bottom: 2px solid var(--textActiveColor)
}

.zzzs-box .zs-swp-box .sz-swp .swiper-slide.swiper-slide-active .item .t::after {
    display: none
}

@media (max-width: 980px) {
    .zzzs-box .zs-swp-box .sz-swp .paginationx {
        display: none
    }
}

.zzzs-box .zs-swp-box .sz-swp .paginationx .swiper-pagination-bullet {
    border-radius: 3px;
    width: 30px;
    height: 5px
}

.zzzs-box .zs-swp-box .sz-swp .paginationx .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--textActiveColor)
}

.partners {
    padding: 60px 0
}

@media (max-width: 980px) {
    .partners {
        padding: 30px 0
    }
}

.partners .par-box {
    margin-top: 40px
}

@media (max-width: 980px) {
    .partners .par-box {
        margin-top: 20px
    }
}

.partners .par-box .item {
    margin-bottom: 30px
}

.partners .par-box .item .img-box {
    border: 1px solid var(--textActiveColor);
    padding: 10px;
    position: relative
}

.partners .par-box .item .img-box::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: var(--textActiveColor)
}

.partners .par-box .item .img-box .img {
    width: 100%;
    aspect-ratio: 1/0.7;
    overflow: hidden;
    box-shadow: 0 0 17px -5px #d2c9c9;
    padding: 10px;
    background-color: #fff
}

.partners .par-box .item .img-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.partners .par-box .item .t {
    height: 50px;
    margin-top: 15px
}

.newslist {
    padding: 40px 0
}

@media (max-width: 980px) {
    .newslist {
        padding: 20px 0
    }
}

.newslist .temp-title {
    text-align: left;
    margin-bottom: 30px
}

.newslist .item {
    margin-bottom: 30px
}

.newslist .item .img {
    width: 100%;
    aspect-ratio: 1/0.6;
    overflow: hidden
}

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

.newslist .item .t {
    margin: 10px 0
}

.newslist .item .time .fa {
    margin-right: 10px
}

.newslist .item .desc {
    margin-top: 5px
}

.title-box {
    margin-top: 30px
}

.title-box h1 {
    font-size: 30px;
    color: #000
}

@media only screen and (max-width: 980px) {
    .title-box h1 {
        font-size: 20px
    }
}

.title-box .news-descs {
    margin-top: 10px
}

.title-box .news-descs span {
    margin: 10px 13px
}

.news-info-box {
    padding: 50px 0;
    font-size: 16px
}

@media only screen and (max-width: 980px) {
    .news-info-box {
        padding: 30px 0
    }
}

.news-info-box img,
.news-info-box table,
.news-info-box video {
    max-width: 100%
}

.news-info-box .p-n-box {
    margin-top: 30px
}

.news-info-box .p-n-box .link-item {
    background-color: #f8f8f8;
    padding: 15px
}

@media (max-width: 980px) {
    .news-info-box .p-n-box .link-item {
        padding: 8px;
        margin-bottom: 10px;
        font-size: 14px
    }
}

.news-info-box .p-n-box .link-item .tips {
    color: 565656;
    margin-bottom: 5px
}

@media (max-width: 980px) {
    .news-info-box .p-n-box .link-item .link {
        height: initial
    }
}

.news-info-box .p-n-box .link-item .link a {
    font-size: 18px;
    color: #000
}

@media only screen and (max-width: 980px) {
    .news-info-box .p-n-box .link-item .link a {
        font-size: 14px
    }
}

.more-news .more-lis {
    margin-top: 50px
}

.more-news .more-lis .item {
    margin-bottom: 30px
}

.more-news .more-lis .item .img {
    width: 100%;
    aspect-ratio: 1/0.6;
    overflow: hidden
}

.more-news .more-lis .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.more-news .more-lis .item .t {
    margin: 10px 0
}

.more-news .more-lis .item .time .fa {
    margin-right: 10px
}

.more-news .more-lis .item .desc {
    margin-top: 5px
}

.dowmlist {
    padding: 40px 0
}

@media (max-width: 980px) {
    .dowmlist {
        padding: 20px 0
    }
}

.dowmlist .temp-title {
    text-align: left;
    margin-bottom: 30px
}

.dowmlist .item {
    margin-bottom: 30px;
    border: 1px solid #f3f3f3
}

.dowmlist .item .img {
    width: 130px;
    aspect-ratio: 1/1.1;
    overflow: hidden
}

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

.dowmlist .item .time {
    margin: 8px 0
}

.dowmlist .item .info {
    width: calc(100% - 130px);
    padding: 20px
}

@media (max-width: 980px) {
    .dowmlist .item .info .link-ban {
        margin-bottom: 0
    }
}

.dowmlist .item .info .link-ban .btn {
    padding: 5px;
    font-size: 14px
}

.dowmlist .item .info .link-ban .btn span {
    margin-right: 5px
}

.faqlist {
    padding: 40px 0
}

@media (max-width: 980px) {
    .faqlist {
        padding: 20px 0
    }
}

.faqlist .temp-title {
    text-align: left;
    margin-bottom: 30px
}

.faqlist .daqs {
    margin-top: 40px
}

.faqlist .daqs .item {
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 20px
}

.faqlist .daqs .item .t {
    color: #000;
    position: relative;
    padding-left: 30px
}

.faqlist .daqs .item .t::before {
    content: "Q";
    position: absolute;
    left: 0
}

.faqlist .daqs .item .desc {
    margin-top: 10px;
    position: relative;
    padding-left: 30px
}

.faqlist .daqs .item .desc::before {
    content: "A";
    position: absolute;
    left: 0
}

.about-lxfs {
    padding-top: 80px;
    overflow: hidden
}

@media (max-width: 980px) {
    .about-lxfs {
        padding-top: 50px
    }
}

.about-lxfs .temp-title .lx-t {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.about-lxfs .temp-title .lx-t::after {
    width: 60px;
    height: 5px;
    background-color: var(--textActiveColor);
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    border-radius: 30px;
    transform: translateX(-50%);
    z-index: 2
}

.about-lxfs .temp-title .lx-t::before {
    width: 260px;
    border-bottom: 1px solid #ccc;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%)
}

.about-lxfs .temp-title .ico {
    font-size: 38px
}

.about-lxfs .lxfs {
    margin: 60px 0
}

@media (max-width: 980px) {
    .about-lxfs .lxfs {
        margin: 30px 0
    }
}

@media (max-width: 980px) {
    .about-lxfs .lxfs .item {
        margin-bottom: 20px
    }
}

.about-lxfs .lxfs .item .ico {
    width: 70px;
    height: 70px;
    position: relative;
    border: 1px solid var(--textActiveColor);
    color: var(--textActiveColor);
    text-align: center;
    line-height: 85px;
    background-color: #fff;
    box-shadow: 0 0 5px 3px #f3f3f3
}

@media (max-width: 980px) {
    .about-lxfs .lxfs .item .ico {
        line-height: 70px
    }
}

.about-lxfs .lxfs .item .ico .sj {
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--textActiveColor)
}

.about-lxfs .lxfs .item .info {
    width: calc(100% - 90px)
}

.about-lxfs .lxfs .item .info .t {
    color: #000
}

.about-lxfs .lxfs .item .info .v {
    margin-top: 11px
}

.foot-msg {
    background-color: #f9f9f9
}

@media (max-width: 980px) {
    .foot-msg {
        padding: 30px 0
    }
}

.foot-msg .msg-title {
    color: #000;
    font-weight: 600;
    position: relative;
    margin-top: 60px;
    border-left: 4px solid var(--textActiveColor);
    padding-left: 20px;
    line-height: 1.4;
    margin-left: 20px
}

.foot-msg .map-box,
.foot-msg .from {
    width: 50%;
    height: auto
}

@media (max-width: 980px) {

    .foot-msg .map-box,
    .foot-msg .from {
        width: 100%
    }
}

.foot-msg .map {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2
}

.foot-msg .msg-formx {
    padding: 20px;
    padding-bottom: 50px
}

@media (max-width: 980px) {
    .foot-msg .msg-formx {
        margin-top: 10px
    }
}

.foot-msg .msg-formx label {
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    margin-top: 20px
}

@media (max-width: 980px) {
    .foot-msg .msg-formx label {
        font-size: 15px
    }
}

.foot-msg .msg-formx label span {
    color: red
}

.foot-msg .msg-formx .input {
    width: 100%;
    position: relative;
    margin-top: 10px
}

@media (max-width: 980px) {
    .foot-msg .msg-formx .input {
        margin-top: 5px
    }
}

.foot-msg .msg-formx .input input {
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 10px;
    font-size: 16px;
    padding-right: 50px
}

@media (max-width: 980px) {
    .foot-msg .msg-formx .input input {
        font-size: 15px
    }
}

.foot-msg .msg-formx .input textarea {
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 10px;
    font-size: 16px
}

.foot-msg .msg-formx .input .glyphicon {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #e9e9e9
}

.foot-msg .msg-formx .input img {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 38px
}

@media (max-width: 980px) {
    .foot-msg .msg-formx .input img {
        height: 33px
    }
}

.foot-msg .msg-formx button {
    width: 100%;
    height: 47px;
    color: #fff;
    font-size: 22px;
    margin-top: 30px;
    border: none;
    background-color: var(--textActiveColor)
}

@media (max-width: 980px) {
    .foot-msg .msg-formx button {
        font-size: 17px
    }
}

.inquires {
    padding: 30px 0
}

.inquires .title {
    border-left: 3px solid var(--textActiveColor);
    padding: 8px 20px;
    background-color: #f3f3f3;
    color: #000
}

.inquires .sitewidget-inquire-table {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: gray;
    margin-top: 30px
}

.inquires .sitewidget-inquire-table th {
    background-color: #f1f1f1
}

.inquires .sitewidget-inquire-table td,
.inquires .sitewidget-inquire-table th {
    padding: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: #eee
}

@media (max-width: 980px) {

    .inquires .sitewidget-inquire-table td,
    .inquires .sitewidget-inquire-table th {
        width: 30%;
        text-wrap: nowrap
    }

    .inquires .sitewidget-inquire-table td p,
    .inquires .sitewidget-inquire-table th p {
        text-wrap: nowrap
    }
}

.inquires .sitewidget-inquire-table td input,
.inquires .sitewidget-inquire-table th input {
    width: 100px;
    border: 1px solid #e6e6e6;
    padding: 10px;
    font-size: 16px
}

@media (max-width: 980px) {

    .inquires .sitewidget-inquire-table td input,
    .inquires .sitewidget-inquire-table th input {
        font-size: 15px
    }
}

.inquires .msg-formx {
    padding-bottom: 50px
}

@media (max-width: 980px) {
    .inquires .msg-formx {
        margin-top: 10px
    }
}

.inquires .msg-formx label {
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    margin-top: 20px
}

@media (max-width: 980px) {
    .inquires .msg-formx label {
        font-size: 15px
    }
}

.inquires .msg-formx label span {
    color: red
}

.inquires .msg-formx .input {
    width: 100%;
    position: relative;
    margin-top: 10px
}

@media (max-width: 980px) {
    .inquires .msg-formx .input {
        margin-top: 5px
    }
}

.inquires .msg-formx .input input {
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 10px;
    font-size: 16px;
    padding-right: 50px
}

@media (max-width: 980px) {
    .inquires .msg-formx .input input {
        font-size: 15px
    }
}

.inquires .msg-formx .input textarea {
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 10px;
    font-size: 16px
}

.inquires .msg-formx .input .glyphicon {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #e9e9e9
}

.inquires .msg-formx .input img {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 38px
}

@media (max-width: 980px) {
    .inquires .msg-formx .input img {
        height: 33px
    }
}

.inquires .msg-formx button {
    width: 100%;
    height: 47px;
    color: #fff;
    font-size: 22px;
    margin-top: 30px;
    border: none;
    background-color: var(--textActiveColor)
}

@media (max-width: 980px) {
    .inquires .msg-formx button {
        font-size: 17px
    }
}