@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: #d5b345
}

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)
}

.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, Arial, "微软雅黑", Verdana "宋体", Helvetica, 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: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.clear::after {
    display: block;
    content: "";
    clear: both
}

.temp-title {
    font-size: 40px;
    padding: 50px 0;
    color: #333;
    text-align: center
}

@media (max-width: 1000px) {
    .temp-title {
        padding: 20px 0;
        font-size: 21px
    }
}

.temp-title .b {
    display: inline-block;
    color: #333d64;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px
}

.temp-title .b::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 4px;
    background-color: #333d64;
    transform: translateX(-50%)
}

.temp-title p {
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
    color: #6d6d6d
}

@media (max-width: 1000px) {
    .temp-title p {
        font-size: 12px
    }

    .temp-title p br {
        display: none
    }
}

.btn {
    padding-top: 9px;
    padding-bottom: 9px
}

.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
}

.sticky-wrapper {
    height: auto !important
}

@media only screen and (max-width: 991px) {
    .sticky-wrapper {
        height: auto !important
    }
}

.sticky-header {
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width: 1000px) {
    .sticky-header {
        position: fixed;
        background-color: #fff
    }
}

.nav-wide .container {
    width: 100%
}

.extra-nav {
    display: table;
    float: right;
    height: 70px;
    position: relative;
    z-index: 9
}

.extra-nav .extra-cell {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle
}

.extra-nav .extra-cell>a {
    font-size: 14px;
    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: 20px 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 .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: #fff;
    font-size: 16px;
    padding: 35px 30px;
    cursor: pointer;
    margin: -10px 0;
    font-weight: 500
}


.main-bar.bg-white  .header-nav .nav>li>a{
    color: #161616;
}

.main-bar .logo-header-inner a:nth-child(1){
    display: block;
}

.main-bar .logo-header-inner a:nth-child(2){
    display: none;
}
.main-bar.bg-white .logo-header-inner a:nth-child(1){
    display: none;
}
.main-bar.bg-white .logo-header-inner a:nth-child(2){
    display: block;
}
@media only screen and (max-width: 980px) {
    .header-nav .nav>li>a {
        font-weight: 500
    }
    .main-bar .logo-header-inner a:nth-child(1){
        display: none;
    }
    
    .main-bar .logo-header-inner a:nth-child(2){
        display: block;
    }
}

.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: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: 150px;
    z-index: 10;
    text-align: center
}

@media only screen and (max-width: 980px) {
    .header-nav .nav>li .sub-menu {
        text-align: left
    }
}

.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
}

.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
}

.is-fixed .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;
        background-color: #fff
    }
}

.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: none
    }

    .has-child .submenu-toogle {
        background: none
    }

    .header-style-1 .header-nav .nav {
        float: none;
        margin: 0px;
        background: none;
        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%
    }
}

.banner {
    width: 100%;
    position: relative;
    height: 800px
}

@media (max-width: 1000px) {
    .banner {
        height: 320px
    }

    .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;
    text-align: center
}

.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
}

.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: 50px;
    position: relative
}

@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: 15px;
    text-align: center;
    margin-top: 10px;
    width: 590px;
    margin: 0 auto
}

@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%;
        margin: 0 auto;
        margin-top: 10px
    }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban {
    margin-top: 80px
}

@media (max-width: 980px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban {
        margin-top: 20px
    }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban .btn {
    background-image: initial;
    color: var(--textActiveColor);
    text-shadow: none;
    font-size: 15px;
    border-radius: 30px;
    text-shadow: none;
    padding: 10px 45px;
    transition: 0.4s;
    border: 1px solid var(--textActiveColor)
}

@media (max-width: 980px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban .btn {
        font-size: 14px;
        padding: 6px 25px
    }
}

.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 {
    box-shadow: 7px 5px 56px -10px var(--textActiveColor)
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban .btn:nth-child(1):hover {
    color: #fff !important;
    background-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)
    }
}

.list-more-page {
    text-align: center;
    margin: 60px 0
}

@media (max-width: 980px) {
    .list-more-page {
        margin: 30px 0
    }
}

.list-more-page a {
    padding: 10px 30px;
    background-color: var(--textActiveColor);
    color: #fff;
    transition: all .5s;
    margin: 0 10px
}

@media (max-width: 980px) {
    .list-more-page a {
        padding: 8px 10px;
        margin: 0 5px
    }
}

.list-more-page a:hover,
.list-more-page a.page-num-current {
    background-color: var(--textActiveColor);
    color: #fff !important
}

.list-more-page a.page-num {
    padding: 8px 10px
}

@media (max-width: 980px) {
    .list-more-page a.page-num {
        display: none
    }
}

.mk-title {
    border-bottom: 2px solid #bc7f27;
    padding-bottom: 15px;
    position: relative;
    color: #bc7f27
}

@media (max-width: 1000px) {
    .mk-title {
        padding-bottom: 8px
    }
}

.mk-title::before {
    position: absolute;
    content: "";
    left: 19%;
    top: 5px;
    width: 62px;
    height: 30px;
    background-image: url("../images/fn.png");
    background-repeat: no-repeat;
    background-size: 100%
}

@media (max-width: 1000px) {
    .mk-title::before {
        width: 42px;
        height: 20px;
        left: 21%
    }
}

.mk-title::after {
    position: absolute;
    content: "";
    right: 9%;
    bottom: 0;
    width: 260px;
    height: 60px;
    background-image: url("../images/st.png");
    background-repeat: no-repeat;
    background-size: 100%
}

@media (max-width: 1000px) {
    .mk-title::after {
        width: 160px;
        height: 30px
    }
}

.mk-title .title {
    font-size: 38px;
    font-weight: 600
}

@media (max-width: 1000px) {
    .mk-title .title {
        font-size: 18px
    }
}

.mk-title .link a {
    font-size: 17px;
    padding: 5px 25px;
    border-radius: 30px;
    background-color: #bc7f27;
    color: #fff !important;
    display: inline-block
}

@media (max-width: 1000px) {
    .mk-title .link a {
        font-size: 12px;
        background-color: initial;
        color: #bc7f27 !important;
        padding: 5px 0
    }
}

.index-title .t {
    font-size: 22px
}

@media (max-width: 980px) {
    .index-title .t {
        font-size: 18px
    }
}

.index-title .link {
    font-size: 16px
}

@media (max-width: 980px) {
    .index-title .link {
        font-size: 13px
    }
}

.index-news {
    margin-top: 60px
}

@media (max-width: 980px) {
    .index-news {
        margin-top: 30px
    }
}

@media only screen and (min-width: 991px) {
    .index-news .row {
        margin-left: -30px;
        margin-right: -30px
    }

    .index-news .row .col-lg-6 {
        padding-left: 30px;
        padding-right: 30px
    }
}

.index-news .n-title {
    font-size: 22px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px
}

@media (max-width: 980px) {
    .index-news .n-title {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px
    }
}

.index-news .list .item {
    font-size: 16px;
    margin-bottom: 10px
}

@media (max-width: 980px) {
    .index-news .list .item {
        font-size: 14px;
        margin-bottom: 5px
    }
}

.index-youshi {
    background-image: url("../images/home-1-cta-bg.jpg");
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 40px
}

@media (max-width: 980px) {
    .index-youshi {
        padding: 30px 0;
        margin-top: 20px
    }
}

.index-youshi .index-title {
    color: #fff
}

.index-youshi .index-title .link a {
    color: #fff
}

.index-youshi .youshi-box {
    margin-top: 30px;
    margin-left: 1px
}

.index-youshi .youshi-box .youshi-item {
    border: 1px solid #43679a;
    width: calc(100% / 4);
    aspect-ratio: 1/1;
    color: #fff;
    text-align: center;
    margin-left: -1px
}

@media (max-width: 980px) {
    .index-youshi .youshi-box .youshi-item {
        width: calc(100% / 2);
        margin-top: -1px
    }
}

.index-youshi .youshi-box .youshi-item .num {
    font-size: 64px;
    font-weight: 600;
    font-family: arial black
}

@media (max-width: 980px) {
    .index-youshi .youshi-box .youshi-item .num {
        font-size: 44px
    }
}

.index-youshi .youshi-box .youshi-item .t {
    font-size: 18px;
    position: relative;
    padding-bottom: 20px
}

@media (max-width: 980px) {
    .index-youshi .youshi-box .youshi-item .t {
        font-size: 16px
    }
}

.index-youshi .youshi-box .youshi-item .t::after {
    width: 60px;
    height: 2px;
    background-color: var(--textActiveColor);
    content: "";
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.index-case {
    background-color: #f6f6f6;
    padding: 60px 0
}

@media (max-width: 980px) {
    .index-case {
        padding: 30px 0
    }
}

.index-case .index-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px
}

.index-case .case-lis {
    margin-top: 30px
}

.index-case .case-lis .item {
    margin-bottom: 30px
}

.index-case .case-lis .item .img {
    width: 100%;
    height: 200px;
    background-color: #fff;
    position: relative
}

.index-case .case-lis .item .img img {
    max-width: 100%;
    max-height: 100%
}

.index-case .case-lis .item .info {
    border-top: 1px solid #ddd;
    background-color: #fff;
    padding: 20px
}

.index-case .case-lis .item .info .t {
    font-size: 16px
}

.index-case .case-lis .item .info .desc {
    font-size: 14px;
    margin-top: 10px;
    color: #666;
    height: 95px
}

@media (max-width: 980px) {
    .index-case .case-lis .item .info .desc {
        height: initial
    }
}

.index-case .case-lis .item:hover .img .link-bg {
    opacity: 1
}

.index-about {
    position: relative;
    padding: 60px 0;
    background-color: #f3f3f3
}

@media (max-width: 980px) {
    .index-about {
        padding: 30px 0
    }
}

.index-about .bg {
    background-color: #ccc;
    background-position: center center;
    background-image: url("../images/slider-2-1.jpg");
    background-attachment: fixed;
    height: 200px;
    position: absolute;
    width: 100%;
    top: 0
}

.index-about .container {
    position: relative;
    z-index: 2
}

.index-about .index-title {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px
}

.index-about .index-title a {
    color: #fff
}

.index-about .about-box {
    padding: 60px;
    margin-top: 60px;
    background-color: #fff
}

@media (max-width: 980px) {
    .index-about .about-box {
        padding: 30px;
        margin-top: 30px
    }
}

.index-about .about-box .title-a {
    text-align: center;
    font-size: 40px;
    margin-bottom: 10px
}

@media (max-width: 980px) {
    .index-about .about-box .title-a {
        font-size: 20px;
        font-weight: 600
    }
}

.index-about .about-box .title-b {
    font-size: 14px;
    color: #434343;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
	line-height:25px;
}

@media (max-width: 980px) {
    .index-about .about-box .title-b {
        width: 100%;
        font-size: 14px
    }
}

.index-about .a-item {
    margin-top: 30px;
    text-align: center
}

.index-about .a-item .ico {
    width: 64px;
    height: 64px;
    margin: 0 auto
}

@media (max-width: 980px) {
    .index-about .a-item .ico {
        width: 44px;
        height: 44px
    }
}

.index-about .a-item .ico img {
    max-width: 100%;
    max-height: 100%
}

.index-about .a-item .t {
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative
}

@media (max-width: 980px) {
    .index-about .a-item .t {
        font-size: 16px
    }
}

.index-about .a-item .t::after {
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: var(--textActiveColor);
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
}

.index-about .a-item .desc {
    font-size: 12px;
    color: #999
}

.index-about .a-item .link {
    margin-top: 20px
}

.index-about .a-item .link a {
    color: var(--textActiveColor);
    font-size: 12px
}

.index-tztd {
    padding: 60px 0
}

@media (max-width: 980px) {
    .index-tztd {
        padding: 30px 0
    }
}

.index-tztd .index-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.index-tztd .swp-td .td-item {
    border: 1px solid #ddd;
    width: 100%;
    height: 250px;
    overflow: hidden;
    transition: all .5s
}

@media (max-width: 980px) {
    .index-tztd .swp-td .td-item {
        height: 200px
    }
}

.index-tztd .swp-td .td-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.index-tztd .swp-td .td-item:hover {
    border-color: var(--textActiveColor)
}

.index-tztd .swp-td .info {
    text-align: center;
    padding: 10px 0;
    font-size: 15px
}

.index-tztd .swp-td .info .job {
    margin-top: 5px;
    font-size: 13px
}

.index-join {
    padding: 80px 0;
    background-image: url("../images/hp2-testimonial-bg.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    color: #fff
}

@media (max-width: 980px) {
    .index-join {
        padding: 60px 0
    }
}

.index-join .t-a {
    font-size: 15px
}

.index-join .t-b {
    margin-top: 20px;
    font-size: 40px
}

@media (max-width: 980px) {
    .index-join .t-b {
        font-size: 18px;
        width: 70%
    }
}

@media (max-width: 980px) {
    .index-join .link {
        width: 40%
    }
}

.index-join .link a {
    background-image: initial;
    color: var(--textActiveColor);
    text-shadow: none;
    font-size: 15px;
    border-radius: 30px;
    text-shadow: none;
    padding: 10px 45px;
    transition: 0.4s;
    border: 1px solid var(--textActiveColor)
}

@media (max-width: 980px) {
    .index-join .link a {
        font-size: 14px;
        padding: 6px 25px
    }
}

.index-join .link a:hover {
    box-shadow: 7px 5px 56px -14px var(--textActiveColor)
}

.index-join .link a:active {
    box-shadow: 7px 5px 56px -10px var(--textActiveColor)
}

.index-join .link a:nth-child(1):hover {
    color: #fff !important;
    background-color: var(--textActiveColor)
}

.foot {
    background-color: #035591;
    padding-top: 60px;
    padding-bottom: 40px
}

@media only screen and (max-width: 980px) {
    .foot {
        padding-top: 30px
    }
}

.foot .foot-logo {
    width: 60%
}

@media (max-width: 1000px) {
    .foot .foot-logo {
        margin: 0 auto;
        width: 40%
    }
}

.foot .foot-logo img {
    width: 100%
}

.foot .foot-about {
    margin-top: 30px;
    font-size: 14px;
    color: #fff
}

.foot .link {
    margin-top: 30px
}

.foot .link a {
    background-image: initial;
    color: var(--textActiveColor);
    text-shadow: none;
    font-size: 12px;
    border-radius: 30px;
    text-shadow: none;
    padding: 5px 25px;
    transition: 0.4s;
    border: 1px solid var(--textActiveColor)
}

@media (max-width: 980px) {
    .foot .link a {
        font-size: 14px
    }
}

.foot .link a:hover {
    box-shadow: 7px 5px 56px -14px var(--textActiveColor)
}

.foot .link a:active {
    box-shadow: 7px 5px 56px -10px var(--textActiveColor)
}

.foot .link a:nth-child(1):hover {
    color: #fff !important;
    background-color: var(--textActiveColor)
}

.foot .foot-lxfs {
    margin: 0 60px
}

.foot .foot-lxfs .f-ti {
    margin-top: 10px;
    font-size: 18px;
    color: #d9d9d9;
    margin-bottom: 45px
}

.foot .foot-lxfs .foot-nav {
    width: 35%
}

.foot .foot-lxfs .foot-nav .lis .li {
    margin-bottom: 10px
}

.foot .foot-lxfs .foot-nav .lis .li a {
    color: #999;
    font-size: 14px
}

.foot .foot-lxfs .cont-info {
    width: 60%;
    color: #fff;
    font-size: 14px
}

.foot .foot-lxfs .cont-info a {
    color: #999
}

.foot .foot-ewm {
    width: 100%
}

.foot .foot-ewm .f-ti {
    margin-top: 10px;
    font-size: 18px;
    color: #d9d9d9;
    margin-bottom: 45px
}

.foot .foot-ewm .ewm {
    width: 110px;
    color: #fff;
    margin-bottom: 15px
}

.foot .foot-ewm .ewm .img {
    width: 100%;
    margin-bottom: 10px
}

.foot .foot-ewm .ewm .img img {
    width: 100%
}

.foot .foot-ewm .ewm .t {
    text-align: center;
    font-size: 12px;
    margin-top: 10px
}

.foot .banquan {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding: 30px 0;
    font-size: 14px;
    color: #b4c6e0;
    text-align: center
}

@media only screen and (max-width: 980px) {
    .foot .banquan {
        font-size: 12px
    }
}

.foot .banquan a {
    color: #b4c6e0
}

.n-ban-info {
    height: 520px;
    background: #dddddd;
    background-position: center;
    background-repeat: no-repeat
}

.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: 60px;
        background-size: auto 250px
    }
}

.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: 30px;
    position: relative;
    z-index: 2
}

@media (max-width: 980px) {
    .n-ban-info .b-info {
        padding-bottom: 0
    }
}

.n-ban-info .b-info .titlex {
    font-size: 51px;
    margin-top: 10px;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 60px;
    padding-right: 60px
}

@media (max-width: 980px) {
    .n-ban-info .b-info .titlex {
        font-size: 22px;
        padding-left: 50px;
        padding-right: 50px
    }
}

.n-ban-info .b-info .titlex::after,
.n-ban-info .b-info .titlex::before {
    width: 90px;
    height: 1%;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff
}

@media (max-width: 980px) {

    .n-ban-info .b-info .titlex::after,
    .n-ban-info .b-info .titlex::before {
        display: none
    }
}

.n-ban-info .b-info .titlex::after {
    right: 100%
}

.n-ban-info .b-info .titlex::before {
    left: 100%
}

.n-ban-info .b-info .sname {
    font-size: 35px;
    color: #fff;
    letter-spacing: 20px;
    margin-top: 10px;
    font-weight: 100
}

@media (max-width: 980px) {
    .n-ban-info .b-info .sname {
        font-size: 13px;
        margin-top: 5px
    }
}

.n-ban-info .b-info .navigation {
    font-size: 12px;
    color: #fff
}

.n-ban-info .b-info .navigation a {
    color: #fff
}

.danhangt {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    height: 60px;
    z-index: 999999;
}

@media (max-width: 980px) {
    .danhangt {
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        height: 120px;
        z-index: 999999;
    }
}

.danhangt .dh-box {
    width: 100%;
    height: 100%
}

.danhangt div.container {
    height: 100%
}

.danhangt .dht {
    font-size: 14px;
    color: var(--textActiveColor)
}

.danhangt .dht a {
    margin: 0 5px
}

.danhangt .dh-nav {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap
}

.danhangt .dh-nav a {
    display: inline-block;
    padding: 20px;
    font-size: 14px;
    color: #3a3a3a
}

.danhangt .dh-nav a:last-child {
    padding-right: 0
}

@media (max-width: 980px) {
    .danhangt .dh-nav a {
        font-size: 14px;
        padding: 10px;
        margin-right: 10px;
        font-weight: bold;
    }
}

.danhangt .dh-nav a.ac,
.danhangt .dh-nav a:hover {
    color: var(--textActiveColor) !important
}

.nr-page {
    padding: 30px 0;
    background-color: #f3f3f3
}

.nr-page .nr-box {
    background-color: #fff;
    padding: 30px
}

@media (max-width: 980px) {
    .nr-page .nr-box {
        padding: 10px
    }
}

.nr-page .nr-box .about-info {
    color: #2e2e2e;
    font-size: 14px;
    line-height: 1.7
}

.nr-page .nr-box .about-info img,
.nr-page .nr-box .about-info table,
.nr-page .nr-box .about-info video {
    max-width: 100%;
    height: auto
}

.nr-page .nr-box .team-lis .team-li {
    text-align: center;
    margin-bottom: 30px
}

.nr-page .nr-box .team-lis .team-li .img{
    width: 100%;
    height: 520px;
    overflow: hidden
}

.ovimg{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 5% !important;
    margin-left: 11% !important;
    width: 70% !important;
    height: 82% !important;
}

.nr-page .nr-box .team-lis .team-li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.nr-page .nr-box .team-lis .team-li .name {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
    transition: all .5s
}

.nr-page .nr-box .team-lis .team-li .zw {
    font-size: 15px;
    margin: 10px 0
}

.nr-page .nr-box .team-lis .team-li .desc {
    font-size: 14px;
    color: #999;
    height: 115px
}

@media (max-width: 980px) {
    .nr-page .nr-box .team-lis .team-li .desc {
        height: initial
    }
}

.nr-page .nr-box .team-lis .team-li:hover .name {
    color: var(--textActiveColor)
}

.nr-page .nr-box .news-list .li {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: dashed #ddd 1px
}

.nr-page .nr-box .news-list .li .img {
    width: 100%;
    height: 180px;
    overflow: hidden
}

.nr-page .nr-box .news-list .li .img img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.nr-page .nr-box .news-list .li .title {
    font-weight: 600;
    font-size: 18px
}

@media (max-width: 980px) {
    .nr-page .nr-box .news-list .li .title {
        font-size: 16px;
        margin-top: 15px
    }
}

.nr-page .nr-box .news-list .li .title span {
    color: var(--textActiveColor);
    margin-right: 15px;
    font-weight: 500
}

.nr-page .nr-box .news-list .li .time {
    font-size: 14px;
    color: #999;
    margin: 20px 0
}

.nr-page .nr-box .news-list .li .desc {
    color: #999;
    font-size: 14px
}

.nr-page .nr-box .case-lis {
    margin-top: 30px
}

.nr-page .nr-box .case-lis .item {
    margin-bottom: 30px
}

.nr-page .nr-box .case-lis .item .img {
    width: 100%;
    height: 200px;
    background-color: #fff;
    position: relative
}

.nr-page .nr-box .case-lis .item .img img {
    max-width: 100%;
    max-height: 100%
}

.nr-page .nr-box .case-lis .item .info {
    border-top: 1px solid #ddd;
    background-color: #fff;
    padding: 20px
}

.nr-page .nr-box .case-lis .item .info .t {
    font-size: 16px
}

.nr-page .nr-box .case-lis .item .info .desc {
    font-size: 14px;
    margin-top: 10px;
    color: #666;
    height: 95px
}

@media (max-width: 980px) {
    .nr-page .nr-box .case-lis .item .info .desc {
        height: initial
    }
}

.nr-page .nr-box .case-lis .item:hover .img .link-bg {
    opacity: 1
}

.nr-page .nr-box .contact-info {
    margin-bottom: 60px
}

.nr-page .nr-box .contact-info .con-map {
    width: 100%;
    height: 400px
}

@media (max-width: 980px) {
    .nr-page .nr-box .contact-info .con-map {
        height: 280px
    }
}

.nr-page .nr-box .contact-info .con-map #container {
    width: 100%;
    height: 100%
}

.nr-page .nr-box .contact-info .contact-item {
    margin-top: 60px
}

.nr-page .nr-box .contact-info .contact-item .ico {
    width: 60px;
    height: 60px;
    opacity: .5;
    margin: 10px auto
}

@media (max-width: 980px) {
    .nr-page .nr-box .contact-info .contact-item .ico {
        width: 40px;
        height: 40px
    }
}

.nr-page .nr-box .contact-info .contact-item .ico img {
    max-width: 100%;
    max-height: 100%
}

.nr-page .nr-box .contact-info .contact-item .t {
    font-size: 18px;
    color: #666;
    text-align: center;
    font-weight: 600;
    margin: 20px 0
}

.nr-page .nr-box .contact-info .contact-item .desc {
    color: #777;
    text-align: center
}

.nr-page.case .nr-box {
    padding: 0;
    background-color: initial
}

.nr-page.case .nr-box .case-lis {
    margin-top: 0
}

.news-con .col-lg-9 {
    float: right
}

.news-con .news-box {
    background-color: #fff;
    padding: 20px
}

@media (max-width: 980px) {
    .news-con .news-box {
        padding: 10px
    }
}

.news-con .news-box .news-title {
    text-align: center;
    margin-top: 40px
}

@media (max-width: 980px) {
    .news-con .news-box .news-title {
        margin-top: 20px
    }
}

.news-con .news-box .news-title h1 {
    font-size: 28px;
    font-weight: 600
}

@media (max-width: 980px) {
    .news-con .news-box .news-title h1 {
        font-size: 20px
    }
}

.news-con .news-box .news-title .time {
    color: #999;
    margin-top: 10px;
    font-size: 13px
}

.news-con .news-box .news-info-box {
    padding-top: 20px;
    font-size: 15px
}

@media only screen and (max-width: 980px) {
    .news-con .news-box .news-info-box {
        padding: 10px 0;
        font-size: 14px
    }
}

.news-con .news-box .news-info-box img,
.news-con .news-box .news-info-box table,
.news-con .news-box .news-info-box video {
    max-width: 100%
}

.news-con .news-box .news-info-box .p-n-box {
    margin-top: 30px
}

.news-con .news-box .news-info-box .p-n-box .link-item .link {
    font-size: 12px
}

@media (max-width: 980px) {
    .news-con .news-box .news-info-box .p-n-box .link-item .link {
        height: initial
    }
}

.news-con .news-box .news-info-box .p-n-box .link-item .link a {
    font-size: 12px;
    color: #000
}

@media only screen and (max-width: 980px) {
    .news-con .news-box .news-info-box .p-n-box .link-item .link a {
        font-size: 12px
    }
}

.mor-lis {
    background-color: #fff;
    padding: 20px
}

.mor-lis .t {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.mor-lis .li {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ddd
}

.mor-lis .li .li-t {
    font-size: 12px
}

.mor-lis .li .li-t span {
    float: right;
    color: #929292
}

.job-list {
    padding: 30px;
    background-color: #fff
}

@media (max-width: 980px) {
    .job-list {
        padding: 10px
    }
}

.job-list .li {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.job-list .li .title {
    font-size: 20px;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #666666
}

@media (max-width: 980px) {
    .job-list .li .title {
        font-size: 16px
    }
}

.job-list .li .title:hover {
    color: var(--textActiveColor)
}

.job-list .li .title::after {
    content: "";
    width: 2px;
    height: 16px;
    background-color: var(--textActiveColor);
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%)
}

.job-list .li .title::before {
    content: "";
    width: 15px;
    height: 2px;
    background-color: var(--textActiveColor);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.job-list .li .content {
    padding: 20px 28px;
    margin-top: 10px;
    display: none
}

@media (max-width: 980px) {
    .job-list .li .content {
        padding: 10px 15px
    }
}

.job-list .li .content:hover {
    background-color: #fafafa
}

.job-list .li.show .title::after {
    display: none
}

.job-list .li.show .content {
    display: block
}

.job-contact {
    padding: 30px;
    background-color: #fff
}

@media (max-width: 980px) {
    .job-contact {
        padding: 10px
    }
}

.job-contact .title {
    font-size: 20px;
    color: #666
}

.job-contact .info {
    padding: 20px 0
}

@media screen and (max-width: 1500px) {
    .kv-share {
        right: 10px
    }

    .to-top {
        right: 5px !important
    }
}

.to-top {
    position: fixed;
    right: 55px;
    top: 42%;
    width: 35px;
    text-align: center;
    width: 52px;
    margin-top: 100px;
    transition: 0.3s;
    display: none
}

.to-top.on {
    display: block
}

.to-top:hover {
    margin-top: 90px
}

.top {
    width: 52px;
    height: 52px;
    background: url(../images/top.png) center center no-repeat;
    background-size: contain;
    cursor: pointer;
    margin: 5px auto
}

.to-top:hover .top {
    background: url(../images/top-hl.png) center center no-repeat;
    background-size: contain
}

@media (max-width: 991px) {
    .Phone {
         width: 120px;
    }
}
