@import url(bootstrap.css);
@import url(animate.min.css);
@import url(bootstrap-theme.css);
@import url(swiper-bundle.min.css);
@import url(font.css);
@import url(icon.css);
@import url(default-skin.css);
@import url(photoswipe.css);

:root {
    --textActiveColor: #91af71
}

td {
    padding: 8px
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    outline: none;
    text-decoration: none
}

.hidden {
    overflow: hidden
}

a {
    color: #1a1a1a;
    transition: color 0.3s
}

a:hover,
a.active {
    color: var(--textActiveColor);
    text-decoration: none
}

.imgs img {
    max-width: 100%
}

.imgfd {
    overflow: hidden
}

.imgfd img {
    transition: all .8s;
    transform: scale(1)
}

.imgfd img:hover {
    transform: scale(1.1)
}

.bg-white {
    background-color: #fff
}

.bg-gray {
    background-color: #f2f2f2
}

.bg-blue {
    background-color: #f36e21 !important
}

.bg-green {
    background-color: #6ec800
}

.bg-black {
    background-color: #141414
}

.bg-f9 {
    background-color: #f9f9f9
}

.color-blue {
    color: #ed1c24
}

.color-q-blue {
    color: #c4e7f9
}

.color-white {
    color: #fff
}

.color-green {
    color: #6ec800
}

.color-black {
    color: #333
}

.color-666 {
    color: #666
}

.color-gray {
    color: #9f9f9f
}

.color-d1 {
    color: #d1d1d1
}

.color-70 {
    color: #707070
}

.color-999 {
    color: #999
}

.color-red {
    color: red !important
}

.font-22 {
    font-size: 22px
}

.font-18 {
    font-size: 18px
}

@media (max-width: 768px) {
    .font-22 {
        font-size: 18px
    }

    .font-18 {
        font-size: 15px
    }
}

.video-ico {
    position: relative
}

.video-ico::after {
    width: 100px;
    height: 100px;
    background-image: url("../images/video.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px
}

.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
}

body {
    font-family: "HOS-Regular", "Microsoft Yahe", "微软雅黑";
    font-size: 15px;
    line-height: 1.6
}

@media (max-width: 768px) {
    body {
        font-size: 14px
    }
}

.a-line {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.clear::after {
    display: block;
    content: "";
    clear: both
}

.top-fixed {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%
}

.p-xl-r {
    padding-right: 50px
}

.p-xl-b {
    padding-bottom: 60px
}

.m {
    margin: 10px
}

.m-auto {
    margin: 0 auto
}

.m-l {
    margin-left: 10px
}

.m-r {
    margin-right: 10px
}

.m-t {
    margin-top: 10px
}

.m-b {
    margin-bottom: 10px
}

.m-tb {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-lg-l {
    margin-left: 20px
}

.m-lg-tb {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-xl-r {
    margin-right: 50px
}

.m-xl-t {
    margin-top: 60px
}

.m-xl-b {
    margin-bottom: 60px
}

.temp-title {
    text-align: center
}

.temp-title strong {
    font-size: 31px;
    color: #000;
    text-transform: uppercase;
    font-family: 'HOS_Bold'
}

@media (max-width: 768px) {
    .temp-title strong {
        font-size: 25px
    }
}

.temp-title p {
    margin-top: 10px;
    font-size: 18px;
    color: #8c8c8c
}

@media (max-width: 768px) {
    .temp-title p {
        font-size: 13px
    }
}

html.cut .head {
    background: #fff;
    display: block !important
}

@media (max-width: 768px) {
    html.cut .head .row {
        background-color: #fff;
        margin-left: -15px;
        margin-right: -15px
    }

    html.cut .head .row .navbar-nav {
        margin: 0
    }
}

html.cut .head .navbar-brand .logo {
    display: none
}

html.cut .head .navbar-brand .logoa {
    display: block
}

html.cut .head .navbar-nav li a {
    color: #000
}

html.cut .head .nav-list .pc-link {
    color: #000
}

html.cut .head .nav-list .pc-link .iconfont {
    color: #000
}

html.cut .top-fixed {
    position: sticky
}

.head {
    transition: all .5s;
    border-bottom: 1px solid #fff
}

.head .navbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100px;
    margin-bottom: 0
}

.head .navbar-toggle {
    margin-top: 0px;
    margin-right: 0;
    padding-right: 0
}

.head .navbar-toggle .icon-bar {
    height: 1px
}

.head .navbar-toggle.onk .icon-bar {
    position: relative;
    top: 6px
}

.head .navbar-toggle.onk .icon-bar:nth-child(1) {
    transform: rotate(45deg)
}

.head .navbar-toggle.onk .icon-bar:nth-child(2) {
    opacity: 0
}

.head .navbar-toggle.onk .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    top: -6px
}

.head .navbar-header {
    height: 77px
}

.head .navbar-header .navbar-brand {
    height: 100%;
    padding: 0;
    margin-top: 12px
}

.head .navbar-header .navbar-brand .logoa {
    display: none
}

.head .navbar-header .navbar-brand img {
    max-width: 330px
}

.head .icon-bar {
    background-color: #000
}

.head .navbar-nav .nav-item {
    padding-bottom: 31px
}

@media (max-width: 768px) {
    .head .navbar-nav .nav-item {
        padding-bottom: 0px
    }
}

.head .navbar-nav li a {
    font-size: 19px;
    padding: 10px 32px;
    color: #fff;
    text-shadow: initial
}

@media (max-width: 768px) {
    .head .navbar-nav li a {
        padding-left: 0
    }
}

.head .navbar-nav li a:hover,
.head .navbar-nav li a:active,
.head .navbar-nav li a:focus {
    background: none
}

.head .navbar-nav li.open a {
    background-color: initial
}

.head .navbar-nav li>.dropdown-menu {
    border: none;
    background-color: #fff;
    left: 50%;
    margin-left: -115px;
    padding-bottom: 10px
}

.head .navbar-nav li>.dropdown-menu.e-nav {
    left: initial;
    margin-left: initial;
    border-radius: 0;
    box-shadow: none
}

.head .navbar-nav li>.dropdown-menu li {
    transition: all .3s;
    padding: 0 30px
}

.head .navbar-nav li>.dropdown-menu li a {
    font-size: 14px;
    padding: 8px 10px;
    color: #000;
    line-height: initial;
    display: inline-block
}

.head .navbar-nav li>.dropdown-menu li:hover>a,
.head .navbar-nav li>.dropdown-menu li.act>a {
    color: var(--textActiveColor)
}

.head .navbar-nav li>.dropdown-menu .dropdown-menu .nav-link {
    padding: 5px 10px
}

.head .navbar-nav li .dropdown-submenu {
    position: relative;
    line-height: initial
}

.head .navbar-nav li .dropdown-submenu:hover .navss>a {
    color: var(--textActiveColor)
}

.head .navbar-nav li .dropdown-submenu:hover .navss:after {
    border-left-color: #fff
}

.head .navbar-nav li .dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.head .navbar-nav li .dropdown-submenu>.dropdown-menu {
    top: -6px;
    left: 100%
}

.head .navbar-nav li .dropdown-submenu>.navss:hover a {
    color: var(--textActiveColor)
}

.head .navbar-nav li .dropdown-submenu>.navss:hover:after {
    border-left-color: #fff
}

.head .navbar-nav li::after {
    width: calc(100% - 20px);
    height: 3px;
    border-radius: 3px;
    background-color: var(--textActiveColor);
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0;
    transition: all .5s;
    opacity: 0
}

@media (max-width: 768px) {
    .head .navbar-nav li::after {
        background-color: #fff
    }
}

.head .navbar-nav.lm li.active,
.head .navbar-nav.lm>li:hover {
    position: relative;
    display: block
}

.head .navbar-nav.lm li.active::after,
.head .navbar-nav.lm>li:hover::after {
    opacity: 1
}

.head .nav-list {
    margin-top: 30px
}

@media (max-width: 768px) {
    .head .nav-list {
        margin-top: 15px
    }
}

.head .nav-list .pc-link {
    position: relative;
    float: right;
    margin: 8px 0;
    margin-bottom: 8px;
    color: #fff;
    margin-left: 15px
}

@media (max-width: 768px) {
    .head .nav-list .pc-link {
        width: 100%
    }
}

.head .nav-list .pc-link .dropdown {
    position: relative;
    top: -1px;
    cursor: pointer
}

.head .nav-list .pc-link .iconfont {
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
    margin-right: 15px
}

.head .nav-list .pc-link .iconfont:hover {
    color: #e86f06
}

.head.bg-qh {
    background-color: #fff;
    background: #fff;
    display: block !important
}

.head.bg-qh .navbar-brand .logo {
    display: none
}

.head.bg-qh .navbar-brand .logoa {
    display: block
}

.head.bg-qh .navbar-nav li a {
    color: #000
}

.head.bg-qh .nav-list .pc-link {
    color: #000
}

.head.bg-qh .nav-list .pc-link .iconfont {
    color: #000
}

@media (max-width: 768px) {
    .head .navbar {
        height: 60px;
        display: block
    }

    .head .navbar .navbar-header {
        height: 40px;
        position: relative;
        top: 15px
    }

    .head .navbar .navbar-header .navbar-brand {
        height: 40px;
        margin-top: 0
    }

    .head .navbar .navbar-header .navbar-brand img {
        position: relative;
        top: -6px;
        max-width: 130px
    }

    .head .navbar .navbar-collapse {
        overflow: initial;
        padding-right: 0;
        padding-left: 0
    }

    .head .navbar .navbar-collapse.in {
        overflow: initial;
        padding-right: 0;
        padding-left: 0
    }

    .head .navbar-nav {
        margin-left: -15px;
        margin-top: 15px
    }

    .head .navbar-nav li>a {
        width: calc(100% - 60px);
        float: left
    }

    .head .navbar-nav li>span {
        width: 60px;
        height: 30px;
        float: right;
        display: flex;
        justify-content: end;
        align-items: center;
        justify-content: flex-end
    }

    .head .navbar-nav li>span img {
        height: 60%;
        float: right
    }

    .head .navbar-nav li>.dropdown-menu {
        background: none;
        left: 0;
        margin-left: 0;
        padding: 5px
    }

    .head .navbar-nav li>.dropdown-menu span {
        width: 60px;
        height: 30px;
        float: right;
        display: flex;
        justify-content: end;
        align-items: center;
        justify-content: flex-end
    }

    .head .navbar-nav li>.dropdown-menu span img {
        height: 60%;
        float: right
    }

    .head .navbar-nav li>.dropdown-menu li {
        padding-left: 30px;
        padding: 0
    }

    .head .dropdown-submenu>.dropdown-menu {
        padding-left: 25px
    }

    .head .nav-list {
        width: 100%
    }
}

.sou-con {
    position: fixed;
    top: -200px;
    width: 100%;
    left: 0;
    background-color: #fff;
    z-index: 9999999;
    transition: top .5s
}

.sou-con.show {
    top: 0
}

.sou-con .guanbi {
    float: right
}

.sou-con .guanbi .iconfont {
    color: #ccc;
    font-size: 28px;
    cursor: pointer
}

.sou-con .form-inline .form-control {
    width: 280px
}

@media (max-width: 768px) {
    .sou-con .form-inline .form-control {
        width: 200px
    }
}

.sou-con .container {
    padding-top: 30px;
    padding-bottom: 30px
}

.banner {
    height: 727px;
    width: 100%;
    position: relative;
    overflow: hidden
}

@media (max-width: 768px) {
    .banner {
        height: auto
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none
    }
}

.banner .swp-banner {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 0
}

@media (max-width: 768px) {
    .banner .swp-banner {
        height: 340px
    }
}

.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%
}

.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 {
        justify-content: center
    }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-title {
    font-size: 59px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    text-align: center
}

@media (max-width: 1000px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-title {
        font-size: 18px
    }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link {
    text-align: center;
    margin-top: 20px
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link .link-btn {
    color: #fff;
    background-color: rgba(145, 175, 113, 0.8);
    border-radius: 8px;
    padding: 15px 40px;
    font-weight: 600;
    transition: all .5s
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link .link-btn:hover {
    background-color: var(--textActiveColor)
}

.banner .swp-banner .swiper-wrapper .swiper-slide .video {
    width: 100%;
    height: 100%;
    position: relative
}

.banner .swp-banner .swiper-wrapper .swiper-slide .video .banner-video {
    position: absolute;
    top: 50%;
    max-height: 100%;
    width: 100%;
    z-index: 1;
    object-fit: cover;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 768px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .video .banner-video {
        height: 100%;
        position: initial;
        transform: initial;
        left: initial
    }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .imgcon {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.banner .swp-banner .swiper-wrapper .swiper-slide .imgcon img {
    display: none;
    width: 100%
}

.banner .s-wp {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 999
}

.banner .s-wp .b-next {
    right: 100px
}

.banner .s-wp .b-prev {
    left: 100px
}

.banner .s-wp .b-prev,
.banner .s-wp .b-next {
    top: -380px
}

@media (max-width: 768px) {

    .banner .s-wp .b-prev,
    .banner .s-wp .b-next {
        display: none
    }
}

.banner .s-wp .b-prev::after,
.banner .s-wp .b-next::after {
    color: #fff
}

@media (max-width: 768px) {
    .banner .s-wp {
        top: 300px;
        bottom: initial
    }
}

.banner .s-wp .swiper-pagination {
    position: relative;
    width: auto
}

.banner .s-wp .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    background-color: #fff;
    opacity: 1;
    position: relative;
    border-radius: 3px;
    margin: 0 10px
}

.banner .s-wp .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--textActiveColor)
}

.prod-nav {
    background-image: linear-gradient(to top, #f7f7f7, #fff);
    padding: 60px 0
}

@media (max-width: 768px) {
    .prod-nav {
        padding: 30px 0
    }
}

.prod-nav .p-box {
    margin-top: 50px
}

@media (max-width: 768px) {
    .prod-nav .p-box {
        margin-top: 20px
    }
}

.prod-nav .p-n-li {
    position: relative;
    overflow: hidden;
    border-radius: 20px
}

@media (max-width: 768px) {
    .prod-nav .p-n-li {
        margin-top: 10px;
        border-radius: 10px
    }
}

.prod-nav .p-n-li .img {
    width: 100%;
    height: 728px
}

@media (max-width: 768px) {
    .prod-nav .p-n-li .img {
        height: 320px
    }
}

.prod-nav .p-n-li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.prod-nav .p-n-li.lia:nth-child(1) {
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .prod-nav .p-n-li.lia:nth-child(1) {
        margin-bottom: 20px
    }
}

.prod-nav .p-n-li.lia .img {
    height: 349px
}

@media (max-width: 768px) {
    .prod-nav .p-n-li.lia .img {
        height: 150px
    }
}

.prod-nav .p-n-li .title {
    padding: 15px;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 26px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    font-weight: 600
}

@media (max-width: 768px) {
    .prod-nav .p-n-li .title {
        font-size: 16px;
        font-weight: 500;
        padding: 5px
    }
}

.choice {
    margin: 60px 0
}

@media (max-width: 768px) {
    .choice {
        margin: 30px 0
    }
}

.choice .choice-box {
    margin: 50px 0
}

@media (max-width: 768px) {
    .choice .choice-box {
        margin: 20px 0;
        width: 100%
    }
}

.choice .choice-box .choice-info {
    position: relative;
    text-align: center;
    margin: 0 60px
}

@media (max-width: 768px) {
    .choice .choice-box .choice-info {
        width: calc(100% / 2 - 10px);
        margin: 0 5px
    }
}

.choice .choice-box .choice-info .num {
    font-size: 38px
}

.choice .choice-box .choice-info .num span {
    font-size: 22px;
    position: absolute;
    top: 0
}

.choice .choice-box .choice-info .desc {
    font-size: 14px;
    color: #858585;
    font-weight: 600
}

@media (max-width: 768px) {
    .choice .choice-box .choice-info .desc {
        height: 45px
    }
}

.choice .choice-desc {
    font-size: 16px;
    text-align: center;
    line-height: 1.8
}

.choice .link {
    text-align: center;
    margin-top: 10px
}

.choice .link a {
    font-size: 16px;
    font-weight: 600
}

.choice .choice-li {
    background-color: var(--textActiveColor);
    border-radius: 10px 0 10px 0;
    padding: 30px;
    margin-top: 40px
}

@media (max-width: 768px) {
    .choice .choice-li {
        border-radius: 10px;
        padding: 20px;
        margin-top: 20px
    }
}

.choice .choice-li .ico {
    width: 50px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto
}

.choice .choice-li .ico img {
    max-width: 100%
}

.choice .choice-li .info {
    text-align: center;
    color: #fff;
    margin-top: 15px;
    height: 120px
}

@media (max-width: 768px) {
    .choice .choice-li .info {
        height: initial
    }
}

.vr-box {
    height:530px;
    width: 100%;
    position: relative
}

@media (max-width: 768px) {
    .vr-box {
        height: 500px
    }
}

.vr-box .vr-img {
    height: 100%;
    text-align: center
}

.vr-box .vr-img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover
}
.vr-box .vr-img iframe{
    width: 100%;
    height: 100%;
}
.vr-box .vr-info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.vr-box .vr-info .info-box {
    height: 100%
}

.vr-box .vr-info .info-box .ico {
    width: 70px;
    height: 70px;
    background-image: url("../images/vr.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 10px auto
}

.vr-box .vr-info .info-box .title {
    font-size: 26px;
    font-weight: 600;
    color: #fff
}

.map-box {
    padding: 60px 0
}

@media (max-width: 768px) {
    .map-box {
        padding: 30px 0
    }
}

.map-box .map {
    margin-top: 50px;
    width: 100%;
    position: relative
}

@media (max-width: 768px) {
    .map-box .map {
        margin-top: 20px
    }
}

.map-box .map img {
    width: 100%
}

.map-box .map .dw {
    position: absolute
}

.map-box .map .dw .box {
    position: relative;
    width: 5px;
    height: 5px;
    display: flex;
    justify-content: center;
    align-items: center
}

.map-box .map .dw .box::after {
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    background-color: var(--textActiveColor);
    border-radius: 50%
}

.map-box .map .dw .box span {
    position: absolute;
    box-sizing: border-box;
    border-radius: 50%;
    animation: animate 1s linear infinite;
    animation-delay: calc(0.1s * var(--i))
}

.map-box .map .dw.red .box::after {
    background-color: red
}

.map-box .map .dw.red .box span {
    animation: animatex 1s linear infinite
}

.map-box .map .dw.red .name {
    font-size: 14px;
    color: red
}

.map-box .map .dw .name {
    position: absolute;
    font-weight: 600;
    font-size: 12px;
    width: 110px;
    text-align: center;
    margin-left: -55px;
    margin-top: 10px
}

@keyframes animate {
    0% {
        width: 0px;
        height: 0px;
        border: 4px solid rgba(145, 175, 113, 0.5)
    }

    50% {
        opacity: 1
    }

    100% {
        width: 5px;
        height: 5px;
        border: 20px solid rgba(145, 175, 113, 0);
        opacity: 0
    }
}

@keyframes animatex {
    0% {
        width: 0px;
        height: 0px;
        border: 4px solid rgba(255, 0, 0, 0.2)
    }

    50% {
        opacity: 1
    }

    100% {
        width: 5px;
        height: 5px;
        border: 20px solid rgba(255, 0, 0, 0);
        opacity: 0
    }
}

.index-news {
    padding: 60px 0;
    background-color: #f7f7f7
}

@media (max-width: 768px) {
    .index-news {
        padding: 30px 0
    }
}

.index-news .news-lis .news-li {
    margin-top: 50px;
    position: relative
}

@media (max-width: 768px) {
    .index-news .news-lis .news-li {
        margin-top: 20px
    }
}

.index-news .news-lis .news-li .img {
    width: 100%;
    height: 415px;
    overflow: hidden
}

@media (max-width: 768px) {
    .index-news .news-lis .news-li .img {
        height: 315px;
        border-radius: 10px
    }
}

.index-news .news-lis .news-li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.index-news .news-lis .news-li .info {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0 10px 0 0;
    width: 80%;
    position: absolute;
    z-index: 9;
    bottom: 0
}

.index-news .news-lis .news-li .info .date {
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    color: #666666
}

.index-news .news-lis .news-li .info .date::before {
    background-image: url("../images/time.png");
    background-position: center;
    background-size: 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    content: "";
    left: 0;
    top: 2px
}

.index-news .news-lis .news-li .info .n-title {
    font-size: 15px;
    margin: 10px 0
}

.index-news .news-lis .news-li .info .link-ico {
    width: 15px;
    height: 15px;
    background-image: url("../images/link-jt.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 15px
}

.n-ban {
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-color: #000
}

.n-ban img {
    display: none
}

@media (max-width: 768px) {
    .n-ban {
        height: inherit
    }

    .n-ban img {
        display: block;
        max-width: 100%
    }
}

.n-ban-info {
    height: 530px;
    background: #dddddd;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.n-ban-info .pano{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
}
@media (max-width: 768px) {
 
    .n-ban-info {
        background: none !important;
        position: relative;
        height: initial;
        
    }
    .n-ban-info.about{
        height: 250px;
    }
}

.n-ban-info .container {
    height: 100%;
    position: relative;
    z-index: 22;
}

@media (max-width: 768px) {
    .n-ban-info .container {
        position: absolute;
        height: 100%;
        left: 15px;
        top: 0;
        width: calc(100% - 30px)
    }
}

@media (max-width: 768px) {
    .n-ban-info .container {
        justify-content: center;
        text-align: center
    }
}

.n-ban-info .img {
    width: 100%
}

.n-ban-info .img img {
    width: 100%
}

.n-ban-info .b-info h2 {
    font-size: 50px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 8px;
    color: #fff;
    font-weight: bold
}

@media (max-width: 768px) {
    .n-ban-info .b-info h2 {
        font-size: 18px
    }
}

.n-ban-info .b-info .navigation {
    font-size: 16px;
    color: #fff;
    text-align: center
}

.n-ban-info .b-info .navigation a {
    color: #fff
}

.foot {
    background-color: #efefef;
    padding-top: 10px;
    border-top: 4px solid var(--textActiveColor)
}

.foot .f-title {
    color: #222;
    font-size: 18px;
    padding-top: 50px;
    padding-bottom: 10px
}

@media (max-width: 768px) {
    .foot .f-title {
        padding-top: 30px
    }
}

.foot .f-nav {
    margin-top: 10px;
    position: relative
}

.foot .f-nav::after {
    position: absolute;
    content: "";
    right: 20px;
    top: -40px;
    height: calc(100% + 50px)
}

@media (max-width: 768px) {
    .foot .f-nav::after {
        border-right: none
    }
}

.foot .f-nav li {
    margin-bottom: 8px;
    color: #222;
    font-size: 15px
}

.foot .f-nav li span {
    margin-right: 5px
}

.foot .f-nav li a {
    color: #858585;
    font-size: 14px;
    /*text-transform:uppercase*/
}

.foot .f-nav li a:hover {
    color: var(--textActiveColor)
}

.foot .f-nav.e-nav li {
    width: 50%;
    float: left
}

.foot .foot-contact {
    margin-top: 10px;
    margin-bottom: 15px
}

.foot .foot-contact div {
    color: #858585;
    font-size: 14px;
    margin-bottom: 10px
}

.foot .foot-contact div span {
    font-size: 18px;
    margin-right: 10px
}

.foot .foot-contact div div {
    margin-top: 2px
}

.foot .bq {
    margin-top: 50px;
    padding-top: 15px;
    font-size: 14px;
    color: #858585
}

@media (max-width: 768px) {
    .foot .bq {
        margin-top: 0px
    }
}

.foot .bq a {
    color: #858585
}

.foot .f-nav-link {
    margin-top: 55px
}

@media (max-width: 768px) {
    .foot .f-nav-link {
        margin-top: 20px;
        justify-content: center
    }
}

.foot .f-nav-link li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px
}

.foot .f-nav-link li a .iconfont {
    font-size: 22px;
    color: #555
}

.foot .f-nav-link li a .iconfont:hover {
    color: var(--textActiveColor)
}

.foot .f-nav-link li a>img {
    width: 100%;
    opacity: 0.6
}

.foot .f-nav-link li a:hover>img {
    opacity: 1
}

.foot .f-nav-link li .ewm {
    position: relative
}

.foot .f-nav-link li .ewm .ewm-info {
    width: 150px;
    height: 150px;
    border-radius: 5px;
    padding: 8px;
    position: absolute;
    bottom: 0px;
    opacity: 0;
    transition: all .5s;
    z-index: 22
}

.foot .f-nav-link li .ewm .ewm-info img {
    width: 100%
}

.foot .f-nav-link li .ewm:hover .ewm-info {
    bottom: 40px;
    opacity: 1
}

.left-nav {
    margin: 30px 0;
    margin-right: 15px
}

.left-nav .nav-title {
    font-size: 22px;
    color: #2b2b2b;
    border-bottom: 3px solid var(--textActiveColor);
    padding-left: 10px;
    padding-bottom: 10px
}

.left-nav .nav-list li {
    border-bottom: 3px solid var(--textActiveColor);
    padding: 10px
}

.left-nav .nav-list li span {
    width: 15px;
    display: inline-block;
    height: 15px;
    text-align: center;
    line-height: 12px;
    cursor: pointer
}

.left-nav .nav-list li span.xl {
    border: 1px solid #5f5f5f
}

.left-nav .nav-list li .p-el {
    margin: 10px 0;
    border-bottom: 1px solid #e5ebdf;
    padding-bottom: 10px;
}

.left-nav .nav-list li .p-el a {
    font-size: 14px;
    padding-left: 8px;
}

.left-nav .nav-list li .p-el.active>a {
    color: var(--textActiveColor)
}

.left-nav .nav-list li .s-el {
    display: none;
    margin-left: 18px
}

.left-nav .nav-list li .s-el a {
    font-weight: 500
}

.left-nav .nav-list li .s-el .active>a {
    color: var(--textActiveColor)
}

.left-nav .nav-list li a {
    color: #000;
    font-weight: 600
}

.left-nav .nav-list li a:hover {
    color: var(--textActiveColor)
}

.left-nav .nav-list li.active>a {
    color: var(--textActiveColor)
}

.prodlist {
    margin-top: 30px
}

.prodlist .p-title {
    font-size: 21px;
    font-weight: 600
}

.prodlist .p-info {
    color: #444444;
    margin: 30px 0
}

.prodlist .prod-list .prod-li {
    margin-bottom: 30px
}

.prodlist .prod-list .prod-li .img {
    width: 100%;
    height: 310px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .prodlist .prod-list .prod-li .img {
        height: 210px
    }
}

.prodlist .prod-list .prod-li .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.prodlist .prod-list .prod-li .title {
    font-size: 600;
    text-align: center
}

.inquier {
    margin: 60px 0
}

@media (max-width: 768px) {
    .inquier {
        margin: 30px 0
    }
}

.inquier .inquier-form {
    background: none;
    padding: 0
}

.inquier .prod-info {
    border: 1px solid #fafafa;
    margin-right: -5px;
    margin-left: -5px
}

.inquier .prod-info .ti div {
    background-color: var(--textActiveColor);
    color: #fff;
    font-size: 16px;
    width: calc(100% / 3);
    text-align: center;
    padding: 5px 0
}

.inquier .prod-info .info div {
    width: calc(100% / 3);
    text-align: center;
    padding: 15px 0
}

.inquier .prod-info .info div:nth-child(2) {
    border: 1px solid #fafafa
}

.inquier .prod-info .info div img {
    width: 100px;
    height: 80px;
    object-fit: cover
}

.about-info {
    margin: 60px 0
}

@media (max-width: 768px) {
    .about-info {
        margin: 30px 0
    }
}

.about-info .img {
    width: 100%
}

.about-info .img img {
    width: 100%
}

.about-info .row>div {
    margin-top: 50px
}

@media (max-width: 768px) {
    .about-info .row>div {
        margin-top: 20px
    }
}

.about-info .row>div:nth-child(1) {
    float: right
}

.about-info .info {
    font-size: 14px;
    color: #575757
}

.advantages {
    margin-bottom: 60px;
    position: relative
}

@media (max-width: 768px) {
    .advantages {
        margin-bottom: 30px
    }
}

.advantages::before {
    content: "";
    width: 25%;
    position: absolute;
    height: 350px;
    top: 50%;
    left: 0;
    margin-top: -134px;
    background-color: var(--textActiveColor)
}

@media (max-width: 768px) {
    .advantages::before {
        margin-top: -154px
    }
}

.advantages .adv-swp-box {
    margin-top: 50px;
    position: relative
}

@media (max-width: 768px) {
    .advantages .adv-swp-box {
        margin-top: 20px
    }
}

.advantages .adv-swp-box .adv_swp {
    padding-bottom: 30px;
    position: relative;
    padding-top: 30px;
    height: 368px
}

.advantages .adv-swp-box .adv_swp::before {
    content: "";
    width: 55%;
    position: absolute;
    height: 350px;
    top: 0;
    left: 0;
    background-color: var(--textActiveColor);
    border-radius: 0 60px 60px 0
}

@media (max-width: 768px) {
    .advantages .adv-swp-box .adv_swp::before {
        width: 74%;
        border-radius: 0 30px 30px 0
    }
}

.advantages .adv-swp-box .adv_swp .swiper-slide {
    transition: all .5s;
    transform: scale(0.8);
    margin-top: -20px
}

@media (max-width: 768px) {
    .advantages .adv-swp-box .adv_swp .swiper-slide {
        transform: scale(0.9);
        margin-top: -10px
    }
}

.advantages .adv-swp-box .adv_swp .swiper-slide .imgcon {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #fafafa
}

.advantages .adv-swp-box .adv_swp .swiper-slide .imgcon img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.advantages .adv-swp-box .adv_swp .swiper-slide .p-t {
    font-size: 16px;
    text-align: center;
    color: #242424;
    margin-top: 20px;
    font-weight: 500
}

.advantages .adv-swp-box .adv_swp .swiper-slide.swiper-slide-next {
    margin-left: 40px
}

.advantages .adv-swp-box .adv_swp .swiper-slide.swiper-slide-active {
    margin-top: 0;
    transform: scale(1)
}

.advantages .adv-swp-box .adv_swp .swiper-slide.swiper-slide-active .p-t {
    color: #fff
}

.advantages .adv-swp-box .s-qh {
    position: absolute;
    right: 0
}

@media (max-width: 768px) {
    .advantages .adv-swp-box .s-qh {
        bottom: 28px
    }
}

.advantages .adv-swp-box .s-qh .s-con {
    position: relative;
    width: 140px
}

@media (max-width: 768px) {
    .advantages .adv-swp-box .s-qh .s-con {
        width: 90px
    }
}

.advantages .adv-swp-box .s-qh .s-con .av-prev,
.advantages .adv-swp-box .s-qh .s-con .av-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--textActiveColor)
}

@media (max-width: 768px) {

    .advantages .adv-swp-box .s-qh .s-con .av-prev,
    .advantages .adv-swp-box .s-qh .s-con .av-next {
        width: 30px;
        height: 30px
    }
}

.advantages .adv-swp-box .s-qh .s-con .av-prev::after,
.advantages .adv-swp-box .s-qh .s-con .av-next::after {
    font-size: 20px;
    font-weight: 600;
    color: #fff
}

@media (max-width: 768px) {

    .advantages .adv-swp-box .s-qh .s-con .av-prev::after,
    .advantages .adv-swp-box .s-qh .s-con .av-next::after {
        font-size: 15px
    }
}

.advantages .adv-swp-box .s-qh .s-con .av-prev {
    background-color: #000
}

.we-swp-box {
    margin-top: 50px
}

@media (max-width: 768px) {
    .we-swp-box {
        margin-top: 20px
    }
}

.we-swp-box .swiper-slide .img {
    width: 100%;
    height: 250px;
    overflow: hidden
}

@media (max-width: 768px) {
    .we-swp-box .swiper-slide .img {
        height: 150px
    }
}

.we-swp-box .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gongc {
    margin-top: 30px;
    margin-bottom: 60px
}

@media (max-width: 768px) {
    .gongc {
        margin-bottom: 30px
    }
}

.gongc .ifr {
    background-color: #f8f8f8;
    width: 100%;
    height: 448px
}

.gongc iframe {
    width: 100%;
    height: 448px
}

.gc-ys {
    background-color: var(--textActiveColor);
    padding: 30px 25px
}

.gc-ys .ys-item {
    color: #fff;
    margin: 20px 0
}

.gc-ys .ys-item .num {
    font-size: 32px;
    position: relative
}

.gc-ys .ys-item .num span {
    font-size: 14px;
    position: absolute;
    top: 0px;
    margin-left: 5px
}

.gc-ys .ys-item p {
    font-size: 13px
}

.about-certificate {
    padding: 60px 0;
    background-color: #f8f8f8
}

@media (max-width: 768px) {
    .about-certificate {
        padding: 30px 0
    }
}

.about-certificate .certi_item {
    margin-top: 60px
}

@media (max-width: 768px) {
    .about-certificate .certi_item {
        margin-top: 30px
    }
}

.about-certificate .certi_item .ceit-con {
    position: relative
}

.about-certificate .certi_item .ceit-con .ceit_swp {
    padding-bottom: 20px;
    width: calc(100% - 120px);
    margin: 0 auto
}

.about-certificate .certi_item .ceit-con .ceit_swp .swiper-slide {
    width: 100%
}

.about-certificate .certi_item .ceit-con .ceit_swp .swiper-slide .imgcon {
    width: 100%;
    height: 368px;
    overflow: hidden;
    background-color: #fff
}

@media (max-width: 768px) {
    .about-certificate .certi_item .ceit-con .ceit_swp .swiper-slide .imgcon {
        height: 250px
    }
}

.about-certificate .certi_item .ceit-con .ceit_swp .swiper-slide .imgcon img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover
}

.about-certificate .certi_item .ceit-con .ceit_swp .swiper-slide .title {
    text-align: center;
    margin-top: 20px;
    font-weight: 600
}

.about-certificate .certi_item .ceit-con .swiper-button-prev,
.about-certificate .certi_item .ceit-con .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 40%;
    border-radius: 50%
}

@media (max-width: 768px) {

    .about-certificate .certi_item .ceit-con .swiper-button-prev,
    .about-certificate .certi_item .ceit-con .swiper-button-next {
        width: 30px;
        height: 30px
    }
}

.about-certificate .certi_item .ceit-con .swiper-button-prev::after,
.about-certificate .certi_item .ceit-con .swiper-button-next::after {
    color: var(--textActiveColor);
    font-size: 40px;
    font-weight: 600
}

@media (max-width: 768px) {

    .about-certificate .certi_item .ceit-con .swiper-button-prev::after,
    .about-certificate .certi_item .ceit-con .swiper-button-next::after {
        font-size: 16px
    }
}

.hzhb {
    background-image: url("../images/hzhb.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 601px
}

@media (max-width: 768px) {
    .hzhb {
        height: initial;
        background-position: bottom center
    }
}

.hzhb .temp-title {
    color: #fff
}

.hzhb .temp-title p {
    color: #fff
}

.hzhb.hzhb {
    padding-top: 80px;
    background-image: url("../images/hzhbx.jpg")
}

@media (max-width: 768px) {
    .hzhb.hzhb {
        padding-top: 20px
    }
}

.hzhb.hzhb .temp-title {
    color: #000
}

.hzhb.hzhb .temp-title p {
    color: #000
}

.hzhb-con {
    margin-top: 60px
}

@media (max-width: 768px) {
    .hzhb-con {
        margin-top: 20px
    }
}

.hzhb-con .hzhb_swp {
    height: 280px;
    padding-bottom: 80px
}

@media (max-width: 768px) {
    .hzhb-con .hzhb_swp {
        height: 200px;
        padding-bottom: 30px
    }
}

.hzhb-con .hzhb_swp .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
    width: 100%;
    background-color: #fff
}

.hzhb-con .hzhb_swp .swiper-slide .imgcon {
    width: 100%;
    height: 100%
}

.hzhb-con .hzhb_swp .swiper-slide .imgcon img {
    max-width: 90%;
    max-height: 90%
}

.hzhb-con .hzhb_swp .s-wp .swiper-pagination {
    bottom: 5px
}

.hzhb-con .hzhb_swp .s-wp .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    border-radius: 50%;
    height: 20px;
    background-color: initial;
    position: relative
}

.hzhb-con .hzhb_swp .s-wp .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #000
}

.hzhb-con .hzhb_swp .s-wp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background: var(--textActiveColor)
}

.c-titlex {
    font-size: 30px;
    color: #000;
    font-weight: 600
}

.contact {
    background-color: #f7f7f7;
    padding: 70px 0
}

@media (max-width: 768px) {
    .contact {
        padding: 30px 0
    }
}

.contact .lxfs-box {
    margin-top: 50px;
    background-color: #fff;
    padding: 30px;
    text-align: center
}

@media (max-width: 768px) {
    .contact .lxfs-box {
        margin-top: 20px;
        padding: 20px
    }
}

.contact .lxfs-box .ico {
    width: 40px;
    height: 60px;
    overflow: hidden;
    margin: 20px auto
}

@media (max-width: 768px) {
    .contact .lxfs-box .ico {
        width: 30px;
        height: 50px;
        margin: 10px auto
    }
}

.contact .lxfs-box .ico img {
    max-width: 100%
}

.contact .lxfs-box .ti {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin: 20px 0
}

@media (max-width: 768px) {
    .contact .lxfs-box .ti {
        margin: 10px 0
    }
}

.contact .lxfs-box .desc {
    font-size: 14px;
    color: #505050;
    height: 100px
}

@media (max-width: 768px) {
    .contact .lxfs-box .desc {
        height: 120px
    }
}

.contact .lxfs-box .desc .ewm {
    width: 90px
}

.gbook {
    background-image: url("../images/gbook.jpg");
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0
}

@media (max-width: 768px) {
    .gbook {
        padding: 30px 0
    }
}

.gbook .form-horizontal {
    margin-top: 50px
}

@media (max-width: 768px) {
    .gbook .form-horizontal {
        margin-top: 20px
    }
}

.gbook .form-horizontal .form-group input,
.gbook .form-horizontal .form-group textarea {
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
    width: 100%
}

.gbook .form-horizontal .form-group div {
    margin: 0 10px;
    background-color: #f5f7f3;
    padding: 5px;
    border-radius: 5px
}

.gbook .form-horizontal .form-group div .control-label {
    padding-top: 9px;
    color: #959891;
    font-weight: 500
}

.gbook .form-horizontal .form-group div .col-sm-9 {
    width: calc(75% - 20px)
}

.gbook .form-horizontal .form-group div.but {
    background: none
}

.gbook .form-horizontal .form-group div.but .btn {
    padding: 10px 25px;
    background-color: var(--textActiveColor);
    background-image: none;
    color: #fff;
    text-shadow: none
}

.cont-map {
    width: 100%;
    height: 400px
}

.cont-map img {
    width: 100%
}

@media (max-width: 768px) {
    .cont-map {
        height: 300px
    }
}

.newslist {
    margin: 30px 0
}

.newslist .news-li {
    margin-top: 30px;
    position: relative
}

@media (max-width: 768px) {
    .newslist .news-li {
        margin-top: 20px
    }
}

.newslist .news-li .img {
    width: 100%;
    height: 415px;
    overflow: hidden
}

@media (max-width: 768px) {
    .newslist .news-li .img {
        height: 315px;
        border-radius: 10px
    }
}

.newslist .news-li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newslist .news-li .info {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0 20px 0 0;
    width: 80%;
    position: absolute;
    z-index: 9;
    bottom: 0;
    transition: all .5s
}

.newslist .news-li .info .date {
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    color: #666666;
    transition: all .5s
}

.newslist .news-li .info .date::before {
    background-image: url("../images/time.png");
    background-position: center;
    background-size: 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    transition: all .5s
}

.newslist .news-li .info .n-title {
    font-size: 15px;
    margin: 10px 0
}

.newslist .news-li .info .link-ico {
    width: 15px;
    height: 15px;
    background-image: url("../images/link-jt.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all .5s;
    margin-bottom: 15px
}

.newslist .news-li:hover .info {
    background-color: var(--textActiveColor)
}

.newslist .news-li:hover .info .date::before {
    background-image: url("../images/time-h.png")
}

.newslist .news-li:hover .info .link-ico {
    background-image: url("../images/link-jt-h.png")
}

.newslist .news-li:hover .info .date,
.newslist .news-li:hover .info .n-title {
    color: #fff
}

.product-content {
    margin: 30px 0;
    padding-bottom: 60px
}

@media (max-width: 768px) {
    .product-content {
        padding-bottom: 0
    }
}

.product-content .p-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .product-content .p-title {
        margin-top: 20px
    }
}

.product-content .desc {
    font-size: 15px;
    margin-top: 20px;
    color: #252525;
    margin-bottom: 30px
}

.product-content .desc p {
    position: relative;
    padding-left: 15px
}

.product-content .desc p::before {
    position: absolute;
    content: "";
    left: 0;
    width: 7px;
    height: 7px;
    background-color: var(--textActiveColor);
    top: 11px;
    border-radius: 50%
}

.product-content .desc img {
    max-width: 100%
}

.product-content .xgrz .ti {
    font-size: 16px;
    color: var(--textActiveColor);
    margin-bottom: 20px
}

.product-content .xgrz .desc {
    border: none
}

.product-content .link a {
    display: inline-block;
    padding: 10px 50px;
    border-radius: 5px;
    border: 1px solid var(--textActiveColor);
    color: var(--textActiveColor);
    margin-right: 20px;
    transition: all .5s;
    font-weight: 600
}

@media (max-width: 768px) {
    .product-content .link a {
        padding: 10px 30px
    }
}

.product-content .link a:hover {
    background-color: var(--textActiveColor);
    color: #fff !important
}

.product-content .prod-title {
    margin: 10px 0;
    padding: 15px;
    background-color: var(--textActiveColor);
    font-size: 17px;
    color: #fff;
    font-weight: 600
}

.product-content .prod-info img,
.product-content .prod-info table {
    max-width: 100%
}

.product_list_item {
    padding: 40px 0;
    background-color: #fff
}

@media (max-width: 768px) {
    .product_list_item {
        padding: 20px 0
    }
}

.product_list_item .product_list_swp .swiper-wrapper,
.product_list_item .product_list_swpx .swiper-wrapper {
    margin-top: 30px
}

@media (max-width: 768px) {

    .product_list_item .product_list_swp .swiper-wrapper,
    .product_list_item .product_list_swpx .swiper-wrapper {
        height: 320px
    }
}

.product_list_item .product_list_swp .swiper-wrapper .swiper-slide,
.product_list_item .product_list_swpx .swiper-wrapper .swiper-slide {
    height: 100%
}

.product_list_item .product_list_swp .swiper-wrapper .swiper-slide .imgcon,
.product_list_item .product_list_swpx .swiper-wrapper .swiper-slide .imgcon {
    height: 300px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #f1f1f1
}

.product_list_item .product_list_swp .swiper-wrapper .swiper-slide .imgcon img,
.product_list_item .product_list_swpx .swiper-wrapper .swiper-slide .imgcon img {
    max-width: 90%;
    max-height: 90%;
    object-fit: cover
}

.product_list_item .product_list_swp .swiper-wrapper .swiper-slide .p-name,
.product_list_item .product_list_swpx .swiper-wrapper .swiper-slide .p-name {
    margin-top: 20px;
    color: #6f6f6f
}

.product_list_item .product_list_swp .swiper-wrapper .swiper-slide .p-t,
.product_list_item .product_list_swpx .swiper-wrapper .swiper-slide .p-t {
    margin: 20px 0;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    text-align: center
}

@media (max-width: 768px) {

    .product_list_item .product_list_swp .swiper-wrapper .swiper-slide .p-t,
    .product_list_item .product_list_swpx .swiper-wrapper .swiper-slide .p-t {
        font-size: 16px
    }
}

.product_list_item .product_list_swp .swiper-wrapper .swiper-slide .link,
.product_list_item .product_list_swpx .swiper-wrapper .swiper-slide .link {
    padding: 8px 20px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    display: inline-block;
    background-color: #fff
}

.product_list_item .product_list_swp .swiper-pagination,
.product_list_item .product_list_swpx .swiper-pagination {
    bottom: 5px
}

.product_list_item .product_list_swp .swiper-pagination .swiper-pagination-bullet,
.product_list_item .product_list_swpx .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    border-radius: 50%;
    height: 20px;
    background-color: initial;
    position: relative
}

.product_list_item .product_list_swp .swiper-pagination .swiper-pagination-bullet::after,
.product_list_item .product_list_swpx .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #000
}

.product_list_item .product_list_swp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.product_list_item .product_list_swpx .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background: var(--textActiveColor)
}

.news-conn {
    margin: 60px 0
}

@media (max-width: 768px) {
    .news-conn {
        margin: 30px 0
    }
}

.news-conn .title h1 {
    font-size: 30px;
    font-weight: 600
}

@media (max-width: 768px) {
    .news-conn .title h1 {
        font-size: 18px
    }
}

.news-conn .desc {
    padding: 10px 0
}

.news-conn .desc span {
    font-size: 13px;
    color: #a2a2a2
}

@media (max-width: 768px) {
    .news-conn .desc span {
        margin: 0 10px
    }
}

.news-conn .news-info {
    margin-bottom: 15px;
    padding: 20px
}

.news-conn .news-info img,
.news-conn .news-info table {
    max-width: 100%
}

.news-conn .sxy {
    margin: 20px 0
}

.news-conn .sxy .nex,
.news-conn .sxy .prx,
.news-conn .sxy .fl {
    font-size: 14px;
    color: #4f4f4f;
    margin-bottom: 15px
}

@media (max-width: 768px) {

    .news-conn .sxy .nex,
    .news-conn .sxy .prx,
    .news-conn .sxy .fl {
        width: 100%
    }
}

.news-conn .sxy .nex a,
.news-conn .sxy .prx a,
.news-conn .sxy .fl a {
    color: #4f4f4f;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 5px 20px;
    display: inline-block;
    line-height: inherit
}

.news-conn .sxy .nex a:hover,
.news-conn .sxy .prx a:hover,
.news-conn .sxy .fl a:hover {
    color: var(--textActiveColor)
}

.news-conn .sxy .nex a .a-line,
.news-conn .sxy .prx a .a-line,
.news-conn .sxy .fl a .a-line {
    display: inline-block;
    max-width: 100%;
    width: initial
}

.page {
    margin: 30px 0
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem
}

.page-num,
.page-link {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-left: -1px;
    line-height: 1.25;
    color: #666;
    background-color: #eaeaea;
    border: 1px solid #dee2e6;
    margin: 0 5px;
    border-radius: 5px
}

.page-num:hover,
.page-link:hover {
    z-index: 2;
    color: #000;
    text-decoration: none
}

.page-num:not(:disabled) {
    cursor: pointer
}

.page-num-current {
    z-index: 1;
    color: #fff;
    background-color: var(--textActiveColor);
    border-color: var(--textActiveColor)
}

.rigth-kj {
    position: fixed;
    right: 30px;
    top: 30%;
    z-index: 999
}

.rigth-kj .rig-box {
    width: 80px;
    padding: 10px;
    border-radius: 60px;
    box-shadow: 0 0 0 2px var(--textActiveColor);
    background-color: #fff;
    animation: huanx 2s linear infinite
}

.rigth-kj .rig-box ul li {
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #ededed
}

.rigth-kj .rig-box ul li .pab-a {
    position: absolute;
    right: 100%;
    top: 0;
    padding-right: 10px
}

.rigth-kj .rig-box ul li.r-gbook .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid var(--textActiveColor);
    padding: 5px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 4px 0.5px var(--textActiveColor)
}

.rigth-kj .rig-box ul li.r-gbook .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.rigth-kj .rig-box ul li.r-gbook .gbook-con {
    width: 600px;
    background-color: #fff;
    padding: 15px;
    margin-right: 10px;
    border-radius: 10px;
    display: none
}

.rigth-kj .rig-box ul li.r-gbook .gbook-con .form-horizontal {
    margin-top: 20px
}

.rigth-kj .rig-box ul li.r-gbook .gbook-con .form-horizontal .form-group {
    margin: 10px 0
}

.rigth-kj .rig-box ul li.r-gbook .gbook-con .form-horizontal .btn {
    padding: 10px 25px;
    background-color: var(--textActiveColor);
    background-image: none;
    color: #fff;
    text-shadow: none
}

.rigth-kj .rig-box ul li.r-gbook .gbook-con .c-titlex {
    font-size: 18px
}

.rigth-kj .rig-box ul li.r-tel .tel-box {
    width: 0px;
    padding-right: 0;
    overflow: hidden;
    transition: width .5s;
    background-color: #fff;
    font-weight: 600;
    padding: 20px 0;
    white-space: nowrap
}

.rigth-kj .rig-box ul li.r-tel .tel-box.ac {
    width: 200px;
    padding: 20px 10px
}

.rigth-kj .rig-box ul li.r-ewm .ewm-box {
    padding-right: 20px;
    display: none
}

.rigth-kj .rig-box ul li.r-ewm .ewm-box .ewm-con {
    padding: 10px;
    border-radius: 10px;
    background-color: #fff
}

.rigth-kj .rig-box ul li.r-ewm .ewm-box .ewm-con .img {
    width: 100px
}

.rigth-kj .rig-box ul li.r-ewm .ewm-box .ewm-con .img img {
    width: 100%
}

.rigth-kj .rig-box ul li .ico .iconfont {
    font-size: 22px;
    margin-top: 10px
}

.rigth-kj .rig-box ul li .ico svg {
    margin-top: 10px
}

.rigth-kj .rig-box ul li .t {
    font-size: 12px;
    margin: 5px 0;
    text-align: center
}

.rigth-kj .rig-box ul li:last-child {
    border-bottom: none
}

@keyframes huanx {
    0% {
        box-shadow: 0 0 3px 1px var(--textActiveColor)
    }

    50% {
        box-shadow: 0 0 10px 2px var(--textActiveColor)
    }

    100% {
        box-shadow: 0 0 3px 1px var(--textActiveColor)
    }
}

.video-con {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #000;
    top: 0;
    z-index: 999999
}

.video-con .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc(50% + 430px);
    top: calc(50% - 33vh);
    display: block;
    cursor: pointer;
    z-index: 999
}

@media (max-width: 992px) {
    .video-con .icon {
        right: 10px;
        left: initial;
        top: 10px
    }
}

.video-con .icon.close {
    background: url(../images/gb.png) center no-repeat;
    background-size: 100%;
    opacity: .9;
    transition: all .5s
}

@media (max-width: 992px) {
    .video-con .icon.close {
        background: url(../images/gb-h.png) center no-repeat;
        background-size: 100%
    }
}

.video-con .icon.close.close:hover {
    background: url(../images/gb-h.png) center no-repeat;
    background-size: 100%
}

.video-con #video {
    width: 960px;
    height: 70vh;
    margin: 0 auto;
    margin-top: 15vh
}

@media (max-width: 992px) {
    .video-con #video {
        width: 100%;
        margin-top: 25vh
    }
}