@import url(bootstrap.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);
@import url(animate.min.css);
@import url(c-cursor.css);
@import url(viewer.min.css);

:root {
    --textActiveColor: #b6433e
}

.font-alhp {
    font-family: "alhp"
}

.font-syht-l {
    font-family: "syht-l"
}

td {
    padding: 8px
}

p {
    margin-bottom: 0
}

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

* {
    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%
}

.h-20v {
    height: 20vh
}

.h-100v {
    height: 100vh
}

@media (max-width: 768px) {
    .h-100v {
        height: 90vh
    }
}

.imgfd {
    overflow: hidden
}

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

.imgfd:hover img {
    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
    }
}

.czc {
    position: relative
}

.czc:before {
    content: '';
    display: inline-block;
    padding-bottom: 100%;
    width: 0.1px;
    vertical-align: middle
}

.czc img {
    position: absolute
}

.video-ico {
    position: relative
}

.video-ico::after {
    width: 80px;
    height: 80px;
    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: -40px;
    margin-top: -40px
}

@media (max-width: 768px) {
    .video-ico::after {
        width: 50px;
        height: 50px;
        margin-left: -25px;
        margin-top: -25px
    }
}

.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: "syht", "Microsoft Yahe", "微软雅黑";
    font-size: 16px;
    line-height: 1.8
}

@media (max-width: 768px) {
    body {
        font-size: 15px
    }
}

.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: sticky;
    top: 0;
    z-index: 999;
    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 .title {
    font-size: 34px
}

@media (max-width: 1760px) {
    .temp-title .title {
        font-size: 34px
    }
}

@media (max-width: 1550px) {
    .temp-title .title {
        font-size: 34px
    }
}

@media (max-width: 768px) {
    .temp-title .title {
        font-size: 20px
    }
}

.temp-title .title b {
    color: #000;
    font-weight: 500
}

.temp-title .title span {
    color: #999999;
    margin-left: 20px;
    font-family: 'syht-l'
}

.temp-title .link {
    font-size: 18px
}

.temp-title .link span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    position: relative;
    top: -2px;
    margin-left: 8px;
    transition: all .5s
}

.temp-title .link:hover span {
    background-color: var(--textActiveColor)
}

.x-title {
    text-align: center;
    font-size: 36px;
    color: #000;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px
}

@media (max-width: 1550px) {
    .x-title {
        font-size: 23px
    }
}

.x-title::after {
    position: absolute;
    bottom: 0;
    content: "";
    left: 50%;
    width: 50px;
    margin-left: -25px;
    height: 2px;
    background-color: var(--textActiveColor)
}

.link-btn {
    background-color: var(--textActiveColor);
    display: inline-block;
    padding: 8px 30px;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
    transition: all .5s
}

@media (max-width: 768px) {
    .link-btn {
        padding: 5px 15px;
        font-size: 13px
    }
}

.link-btn span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--textActiveColor);
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    position: relative;
    top: -2px;
    margin-left: 8px;
    animation: rdd 3s;
    animation-iteration-count: infinite
}

@media (max-width: 768px) {
    .link-btn span {
        width: 13px;
        height: 13px;
        line-height: 13px;
        font-size: 8px
    }
}

.link-btn.ewm {
    position: relative
}

.link-btn.ewm .ewm-img {
    position: absolute;
    top: -150px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    height: 150px;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 12px 1px #e6e0e0;
    opacity: 0;
    z-index: -1;
    transition: all .5s
}

.link-btn.ewm .ewm-img img {
    width: 100%
}

.link-btn:hover {
    color: #fff;
    border-radius: 30px
}

.link-btn:hover span {
    animation: initial
}

.link-btn:hover .ewm-img {
    opacity: 1;
    z-index: 3;
    top: -160px
}

@keyframes rdd {
    0% {
        right: 0
    }

    15% {
        right: 8px
    }

    30% {
        right: 0
    }

    45% {
        right: 8px
    }

    60% {
        right: 0
    }

    100% {
        right: 0
    }
}

@keyframes ldd {
    0% {
        left: 0
    }

    15% {
        left: 8px
    }

    30% {
        left: 0
    }

    45% {
        left: 8px
    }

    60% {
        left: 0
    }

    100% {
        left: 0
    }
}

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;
    background: #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
}

.head .navbar-header .navbar-brand .logoa {
    display: none
}

.head .navbar-header .navbar-brand img {
    max-width: 180px
}

.head .icon-bar {
    background-color: #000
}

.head .navbar-nav .nav-item {
    padding-bottom: 16px
}

@media (max-width: 768px) {
    .head .navbar-nav .nav-item {
        padding-bottom: 0px
    }
}

.head .navbar-nav li a {
    font-size: 18px;
    padding: 10px 23px;
    color: #000;
    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;
    border-radius: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 10px;
    text-align: center
}

@media (max-width: 768px) {
    .head .navbar-nav li>.dropdown-menu {
        transform: initial;
        position: initial
    }
}

.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: 16px;
    /*padding:8px 10px;*/
    color: #000;
    line-height: initial;
    display: inline-block
}

@media (max-width: 768px) {
    .head .navbar-nav li>.dropdown-menu li a {
        color: #000;
        text-align: left
    }
}

.head .navbar-nav li>.dropdown-menu li:hover>a,
.head .navbar-nav li>.dropdown-menu li.act>a {
    color: var(--textActiveColor)
}

@media (max-width: 768px) {
    .head .navbar-nav li>.dropdown-menu li:hover {
        color: #000
    }
}

.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 .navss>div {
    width: 100%
}

@media (max-width: 768px) {
    .head .navbar-nav li .dropdown-submenu .navss>div {
        width: 100%
    }

    .head .navbar-nav li .dropdown-submenu .navss>div a {
        color: #000;
        width: 100%;
        display: block
    }

    .head .navbar-nav li .dropdown-submenu .navss>div:nth-child(1) {
        width: calc(100% - 60px)
    }

    .head .navbar-nav li .dropdown-submenu .navss>div:nth-child(2) {
        width: 60px
    }
}

@media (max-width: 768px) {
    .head .navbar-nav li .dropdown-submenu a {
        color: #000
    }
}

.head .navbar-nav li .dropdown-submenu:hover .navss>a {
    color: var(--textActiveColor)
}

.head .navbar-nav li .dropdown-submenu:hover .navss:after {
    border-left-color: #000
}

.head .navbar-nav li .dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.head .navbar-nav li .dropdown-submenu>.dropdown-menu {
    top: -7px;
    left: 100%;
    transform: initial
}

.head .navbar-nav li .dropdown-submenu>.navss:hover a {
    color: var(--textActiveColor)
}

.head .navbar-nav li .dropdown-submenu>.navss:hover:after {
    border-left-color: #000
}

.head .navbar-nav li::after {
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background-color: var(--textActiveColor);
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 15px;
    transition: all .5s;
    opacity: 0
}

@media (max-width: 768px) {
    .head .navbar-nav li::after {
        display: none
    }

    .head .navbar-nav li::after {
        background-color: var(--textActiveColor)
    }
}

.head .navbar-nav.lm>li:hover {
    position: relative;
    display: block
}

.head .navbar-nav.lm>li:hover>a {
    color: var(--textActiveColor)
}

@media (max-width: 768px) {
    .head .navbar-nav.lm>li:hover>a {
        color: #000
    }
}

.head .navbar-nav.lm>li:hover::after {
    opacity: 1
}

.head .navbar-nav.lm li.active::after {
    opacity: 1;
    background-color: #000
}

.head .nav-list {
    margin-top: 16px
}

@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: #000;
    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;
    font-size: 16px;
    padding-left: 8px
}

.head .nav-list .pc-link .dropdown::before {
    content: "";
    left: 0;
    border-left: 1px solid #909a9c;
    height: 60%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.head .nav-list .pc-link .dropdown .glyphicon {
    margin: 0 8px
}

.head .nav-list .pc-link .dropdown .glyphicon.glyphicon-menu-down {
    font-size: 10px
}

.head .nav-list .pc-link .iconfont {
    color: #000;
    font-size: 16px;
    margin: 0 5px;
    margin-right: 15px
}

.head .nav-list .pc-link .iconfont:hover {
    color: var(--textActiveColor)
}

.head .nav-list .pc-link .dropdown-menu {
    background-color: black;
    border-radius: 0;
    margin-top: 20px
}

@media (max-width: 768px) {
    .head .nav-list .pc-link .dropdown-menu {
        margin-top: 0px
    }
}

.head .nav-list .pc-link .dropdown-menu li a {
    color: #000;
    font-size: 16px;
    text-align: center
}

.head .nav-list .pc-link .dropdown-menu li a:hover {
    background: none;
    color: var(--textActiveColor)
}

.head.bg-qh {
    background-color: rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.8);
    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:hover>a {
    color: var(--textActiveColor)
}

.head.bg-qh .navbar-nav li:hover::after {
    background-color: var(--textActiveColor)
}

.head.bg-qh .nav-list .pc-link {
    color: #000;
    justify-content: center
}

.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;
        width: 100%
    }

    .head .navbar-nav li>.dropdown-menu li .navss {
        width: 100%
    }

    .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 {
    width: 100%;
    position: relative;
    height: calc(100vh - 100px)
}

.banner.nr {
    height: 544px
}

@media (max-width: 1000px) {
    .banner {
        height: 400px
    }

    .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;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding-bottom: 80px
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .title {
    font-size: 40px;
    letter-spacing: 9.6px;
    color: #fff
}

@media (max-width: 1760px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .title {
        font-size: 40px
    }
}

@media (max-width: 1550px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .title {
        font-size: 40px
    }
}

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

.banner .swp-banner .swiper-wrapper .swiper-slide .info .desc {
    margin-top: 20px;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    vertical-align: middle
}

@media (max-width: 1760px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .desc {
        font-size: 19px;
        line-height: 2.5
    }
}

@media (max-width: 1550px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .desc {
        font-size: 19px
    }
}

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

.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: 768px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .video .banner-video {
        position: initial;
        transform: initial;
        left: initial
    }
}

.banner .swp-banner .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--textActiveColor);
    width: 50px;
    height: 4px;
    border-radius: initial
}

@media (max-width: 768px) {
    .banner .swp-banner .swiper-pagination .swiper-pagination-bullet {
        width: 30px
    }
}

.index-jq {
    padding: 60px 0
}

@media (max-width: 768px) {
    .index-jq {
        padding: 30px 0
    }
}

.index-jq .jq-box {
    width: 100%
}

.index-jq .jq-box .jq-bg-qh {
    margin-top: 60px;
    width: 28%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/item_bg.jpg");
    background-size: auto 100%;
    background-color: #e7e7e7;
    position: relative
}

.index-jq .jq-box .jq-bg-qh .swp-qh {
    position: absolute;
    height: 120px;
    width: 50px;
    right: 80px;
    bottom: 80px
}

.index-jq .jq-box .jq-bg-qh .swp-qh>div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: initial;
    margin-top: 20px;
    transition: all .5s
}

.index-jq .jq-box .jq-bg-qh .swp-qh>div::after {
    font-size: 15px;
    position: relative
}

.index-jq .jq-box .jq-bg-qh .swp-qh>div.qh-next {
    border: 1px solid var(--textActiveColor);
    background-color: var(--textActiveColor);
    color: #fff
}

.index-jq .jq-box .jq-bg-qh .swp-qh>div.qh-next::after {
    animation: ldd 3s;
    animation-iteration-count: infinite
}

.index-jq .jq-box .jq-bg-qh .swp-qh>div.qh-prev {
    border: 1px solid #000000
}

.index-jq .jq-box .jq-bg-qh .swp-qh>div.qh-prev::after {
    color: #000000;
    animation: rdd 3s;
    animation-iteration-count: infinite
}

.index-jq .jq-box .jq-bg-qh .swp-qh>div:hover {
    border-color: var(--textActiveColor);
    background-color: var(--textActiveColor)
}

.index-jq .jq-box .jq-bg-qh .swp-qh>div:hover::after {
    color: #fff;
    animation: initial
}

.index-jq .jq-box .jq-swp-box {
    width: 72%;
    height: 100%
}

@media (max-width: 768px) {
    .index-jq .jq-box .jq-swp-box {
        width: calc(100% - 15px);
        margin-left: 15px;
        margin-top: 30px
    }
}

.index-jq .jq-box .jq-swp-box .swiper-wrapper .swiper-slide {
    padding-top: 60px
}

@media (max-width: 768px) {
    .index-jq .jq-box .jq-swp-box .swiper-wrapper .swiper-slide {
        padding-top: 0;
        transform: scale(0.9);
        border-radius: 10px;
        overflow: hidden;
        transition: all .5s
    }

    .index-jq .jq-box .jq-swp-box .swiper-wrapper .swiper-slide.swiper-slide-active {
        transform: scale(1)
    }
}

.index-jq .jq-box .jq-swp-box .swiper-wrapper .swiper-slide .box {
    margin-top: 0;
    transition: all .5s;
    position: relative
}

.index-jq .jq-box .jq-swp-box .swiper-wrapper .swiper-slide .box:hover {
    margin-top: -30px
}

.index-jq .jq-box .jq-swp-box .swiper-wrapper .swiper-slide .box a {
    width: 100%
}

.index-jq .jq-box .jq-swp-box .swiper-wrapper .swiper-slide .box .title {
    writing-mode: vertical-rl;
    position: absolute;
    left: 20px;
    top: 30px;
    color: #fff;
    font-size: 28px
}

@media (max-width: 768px) {
    .index-jq .jq-box .jq-swp-box .swiper-wrapper .swiper-slide .box .title {
        font-size: 19px;
        left: 15px;
        top: 20px
    }
}

.index-jq .jq-box .jq-swp-box .swiper-wrapper .swiper-slide .box .img {
    width: 100%
}

.index-jq .jq-box .jq-swp-box .swiper-wrapper .swiper-slide .box .img img {
    width: 100%
}

.index-about .about-box {
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 60px;
    padding: 60px 0
}

@media (max-width: 768px) {
    .index-about .about-box {
        margin-top: 30px
    }
}

.index-about .about-box .about-con {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.9)
}

.index-about .about-box .about-con .title {
    font-size: 28px
}

@media (max-width: 768px) {
    .index-about .about-box .about-con .title {
        font-size: 22px
    }
}

.index-about .about-box .about-con .info {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 16px
}

.index-cy {
    padding: 60px 0;
    background-color: #f7f7f7
}

@media (max-width: 768px) {
    .index-cy {
        padding: 30px 0;
        padding-bottom: 10px
    }
}

.index-cy .cy-box {
    margin-top: 40px
}

@media (max-width: 768px) {
    .index-cy .cy-box {
        margin-top: 20px
    }
}

.index-cy .cy-box .cy-item {
    width: 100%;
    height: 270px;
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .index-cy .cy-box .cy-item {
        height: 150px;
        margin-bottom: 20px
    }
}

.index-cy .cy-box .cy-item a {
    width: 100%;
    height: 100%
}

.index-cy .cy-box .cy-item-con {
    position: relative;
    width: 100%;
    height: 100%
}

.index-cy .cy-box .cy-item-con .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

.index-cy .cy-box .cy-item-con .info .t-l {
    text-align: center
}

.index-cy .cy-box .cy-item-con .info .t-l .title {
    font-size: 28px;
    color: #fff
}

@media (max-width: 768px) {
    .index-cy .cy-box .cy-item-con .info .t-l .title {
        font-size: 18px
    }
}

.index-cy .cy-box .cy-item-con .info .t-l .link-txt {
    margin-top: 15px;
    font-size: 15px;
    padding: 5px 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    display: inline-block
}

@media (max-width: 768px) {
    .index-cy .cy-box .cy-item-con .info .t-l .link-txt {
        font-size: 12px;
        padding: 5px 15px;
        margin-top: 5px
    }
}

.index-cy .cy-box .cy-item-con .img {
    width: 100%;
    height: 100%
}

.index-cy .cy-box .cy-item-con .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.index-cy .cy-box .cy-l {
    height: 570px
}

@media (max-width: 768px) {
    .index-cy .cy-box .cy-l {
        height: 240px;
        margin-bottom: 20px
    }
}

.index-cy .cy-box .cy-l .cy-item {
    width: 100%;
    height: 100%
}

.index-qianjiang {
    margin: 60px 0
}

@media (max-width: 768px) {
    .index-qianjiang {
        margin: 30px 0
    }
}

.index-qianjiang .qj-box {
    height: 730px;
    margin-top: 40px
}

@media (max-width: 768px) {
    .index-qianjiang .qj-box {
        max-height: 300px
    }
}

.index-qianjiang .qj-box .qj-swp {
    width: 100%;
    height: 100%
}

@media (max-width: 768px) {
    .index-qianjiang .qj-box .qj-swp {
        padding-bottom: 30px
    }
}

.index-qianjiang .qj-box .qj-swp .swiper-slide {
    position: relative
}

.index-qianjiang .qj-box .qj-swp .swiper-slide .info {
    padding: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    z-index: 2;
    right: 80px;
    height: 50%;
    width: 320px;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 768px) {
    .index-qianjiang .qj-box .qj-swp .swiper-slide .info {
        padding: 10px;
        width: calc(100% - 30px);
        right: 15px;
        height: initial
    }
}

.index-qianjiang .qj-box .qj-swp .swiper-slide .info .title {
    text-align: center;
    font-size: 26px;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 15px
}

@media (max-width: 768px) {
    .index-qianjiang .qj-box .qj-swp .swiper-slide .info .title {
        font-size: 22px;
        padding-bottom: 4px;
        margin-bottom: 10px
    }
}

.index-qianjiang .qj-box .qj-swp .swiper-slide .info .title::after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: var(--textActiveColor);
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0
}

.index-qianjiang .qj-box .qj-swp .swiper-slide .info .desc {
    font-size: 15px;
    color: #6e6e6e;
    text-align: center;
    margin: 50px 0
}

@media (max-width: 768px) {
    .index-qianjiang .qj-box .qj-swp .swiper-slide .info .desc {
        margin: 30px 0
    }
}

.index-qianjiang .qj-box .qj-swp .swiper-slide .info .link {
    text-align: center
}

.index-qianjiang .qj-box .qj-swp .swiper-slide .bg {
    width: 100%;
    height: 100%
}

.index-qianjiang .qj-box .qj-swp .swiper-slide .bg img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1)
}

.index-qianjiang .qj-box .qj-swp .swiper-slide.swiper-slide-active .bg img,
.index-qianjiang .qj-box .qj-swp .swiper-slide.swiper-slide-duplicate-active .bg img {
    transition: 6s linear;
    transform: scale(1, 1)
}

.index-qianjiang .qj-box .qj-swp .swiper-pagination {
    top: 60px;
    left: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    width: 300px;
    height: calc(100% - 120px)
}

@media (max-width: 768px) {
    .index-qianjiang .qj-box .qj-swp .swiper-pagination {
        top: initial;
        left: 0;
        background-color: initial;
        width: 100%;
        bottom: 0;
        height: initial;
        display: flex;
        justify-content: center
    }
}

.index-qianjiang .qj-box .qj-swp .swiper-pagination .swiper-pagination-bullet {
    width: 100%;
    margin: 0;
    height: 90px;
    border-radius: 0;
    line-height: 90px;
    color: #fff;
    opacity: .8;
    background-color: initial
}

@media (max-width: 768px) {
    .index-qianjiang .qj-box .qj-swp .swiper-pagination .swiper-pagination-bullet {
        width: 30px;
        height: 4px;
        margin: 0 5px;
        background-color: rgba(0, 0, 0, 0.3)
    }
}

.index-qianjiang .qj-box .qj-swp .swiper-pagination .swiper-pagination-bullet .ico {
    width: 30px;
    height: 30px;
    margin-right: 15px
}

.index-qianjiang .qj-box .qj-swp .swiper-pagination .swiper-pagination-bullet .ico img {
    max-width: 100%;
    max-height: 100%
}

.index-qianjiang .qj-box .qj-swp .swiper-pagination .swiper-pagination-bullet .title {
    font-size: 22px
}

.index-qianjiang .qj-box .qj-swp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--textActiveColor);
    opacity: 1
}

.index-news {
    margin: 60px 0
}

@media (max-width: 768px) {
    .index-news {
        margin: 30px 0
    }
}

@media (max-width: 768px) {
    .index-news .news-nav {
        margin-top: 15px;
        width: 100%
    }
}

.index-news .news-nav .news-link {
    margin-left: 15px
}

@media (max-width: 768px) {
    .index-news .news-nav .news-link {
        margin: 0 4px;
        width: calc(100% / 4 - 8px)
    }
}

.index-news .news-nav .news-link a {
    padding: 6px 25px
}

@media (max-width: 768px) {
    .index-news .news-nav .news-link a {
        padding: 6px 0;
        width: 100%;
        text-align: center;
        display: block
    }
}

.index-news .news-nav .news-link.active a {
    background-color: var(--textActiveColor);
    color: #fff
}

.index-news .news-con-box {
    margin-top: 40px
}

@media (max-width: 768px) {
    .index-news .news-con-box {
        margin-top: 20px
    }
}

.index-news .news-con-box .news-list-item {
    display: none
}

.index-news .news-con-box .news-list-item.active {
    display: block
}

.index-news .news-con-box .news-list-item .swiper {
    padding-bottom: 60px
}

.index-news .news-con-box .news-list-item .swiper .swiper-slide .img {
    width: 100%;
    height: 310px;
    overflow: hidden
}

@media (max-width: 768px) {
    .index-news .news-con-box .news-list-item .swiper .swiper-slide .img {
        height: 150px
    }
}

.index-news .news-con-box .news-list-item .swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.index-news .news-con-box .news-list-item .swiper .swiper-slide .info {
    margin-top: 15px
}

.index-news .news-con-box .news-list-item .swiper .swiper-slide .info .title {
    font-size: 20px;
    /*height:60px*/
}

@media (max-width: 768px) {
    .index-news .news-con-box .news-list-item .swiper .swiper-slide .info .title {
        font-size: 16px;
        height: initial
    }
}

.index-news .news-con-box .news-list-item .swiper .swiper-slide .info .date {
    font-size: 15px;
    color: #626262
}

@media (max-width: 768px) {
    .index-news .news-con-box .news-list-item .swiper .swiper-slide .info .date {
        font-size: 12px;
        margin-top: 10px
    }
}

.index-news .news-con-box .news-list-item .swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--textActiveColor);
    width: 50px;
    height: 4px;
    border-radius: initial
}

@media (max-width: 768px) {
    .index-news .news-con-box .news-list-item .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 30px
    }
}

.n-ban-info {
    height: 544px;
    background: #dddd;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width: 768px) {
    .n-ban-info {
        background: none !important;
        position: relative;
        height: initial
    }
}

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

@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 .container .b-info {
    width: 100%;
    height: 100%
}

.n-ban-info .container .b-info .b-nav-box {
    width: 100%
}

.n-ban-info .container .b-info .b-nav-box .dht {
    color: #fff;
    font-size: 15px;
    text-align: left;
    margin-bottom: 10px
}

.n-ban-info .container .b-info .b-nav-box .dht a {
    color: #fff
}

.n-ban-info .container .b-info .b-nav-box .nav-box {
    width: 100%;
    margin: 0 -5px;
    margin-top: 20px
}

.n-ban-info .container .b-info .b-nav-box .nav-box .nav-link {
    width: 100%;
    margin: 0 5px
}

.n-ban-info .container .b-info .b-nav-box .nav-box .nav-link a {
    display: block;
    padding: 15px;
    width: 100%;
    background-color: #dfdfe0;
    text-align: center;
    transition: all .5s;
    font-size: 18px
}

.n-ban-info .container .b-info .b-nav-box .nav-box .nav-link.active a,
.n-ban-info .container .b-info .b-nav-box .nav-box .nav-link:hover a {
    background-color: var(--textActiveColor);
    color: #fff
}

.n-ban-info .img {
    width: 100%
}

.n-ban-info .img img {
    width: 100%
}

.n-nav {
    margin: 60px 0
}

@media (max-width: 768px) {
    .n-nav {
        margin: 30px 0;
        justify-content: left !important
    }
}

.n-nav .c-n-link {
    margin: 0 20px
}

@media (max-width: 768px) {
    .n-nav .c-n-link {
        margin: 0 5px;
        width: calc(100% / 3 - 10px)
    }
}

.n-nav .c-n-link a {
    padding: 8px 30px;
    font-size: 16px;
    border-radius: 30px;
    border: 1px solid #cdcdcd;
    transition: all .5s;
    display: block;
    margin-bottom: 5px
}

@media (max-width: 768px) {
    .n-nav .c-n-link a {
        padding: 8px 10px;
        text-align: center;
        font-size: 15px
    }
}

.n-nav .c-n-link.active a,
.n-nav .c-n-link:hover a {
    background-color: var(--textActiveColor);
    border-color: var(--textActiveColor);
    color: #fff
}

.top-news {
    background-color: #ffffff;
    padding-bottom: 80px
}

@media (max-width: 768px) {
    .top-news {
        padding-bottom: 40px
    }
}

.top-news .t-n-img {
    width: 100%;
    height: 450px;
    overflow: hidden
}

@media (max-width: 768px) {
    .top-news .t-n-img {
        height: 250px
    }
}

.top-news .t-n-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 768px) {
    .top-news .t-n-info {
        padding-top: 10px
    }
}

.top-news .t-n-info .title {
    font-size: 32px
}

@media (max-width: 768px) {
    .top-news .t-n-info .title {
        font-size: 22px
    }
}

.top-news .t-n-info .date {
    font-size: 17px;
    color: #888888;
    margin-top: 15px;
    margin-bottom: 50px
}

@media (max-width: 768px) {
    .top-news .t-n-info .date {
        font-size: 14px;
        margin-bottom: 20px
    }
}

.top-news .t-n-info .desc {
    height: 150px;
    font-size: 16px;
    color: #6e6e6e
}

@media (max-width: 768px) {
    .top-news .t-n-info .desc {
        height: initial;
        margin-bottom: 20px
    }
}

.newslist-box {
    background-color: #f7f7f7;
    padding-top: 80px
}

@media (max-width: 768px) {
    .newslist-box {
        padding-top: 40px
    }
}

.newslist-box .newslist .imgfd {
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .newslist-box .newslist .imgfd {
        margin-bottom: 20px
    }
}

.newslist-box .newslist .news-img {
    width: 100%;
    height: 306px;
    overflow: hidden
}

@media (max-width: 768px) {
    .newslist-box .newslist .news-img {
        height: 200px
    }
}

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

.newslist-box .newslist .news-info {
    background-color: #fff;
    padding: 20px 20px
}

@media (max-width: 768px) {
    .newslist-box .newslist .news-info {
        padding: 10px
    }
}

.newslist-box .newslist .news-info .title {
    margin-top: 10px;
    font-size: 20px;
    height: 60px
}

@media (max-width: 768px) {
    .newslist-box .newslist .news-info .title {
        font-size: 17px;
        height: initial
    }
}

.newslist-box .newslist .news-info .desc {
    font-size: 14px;
    margin-top: 15px;
    height: 120px;
    color: #626262
}

@media (max-width: 768px) {
    .newslist-box .newslist .news-info .desc {
        font-size: 14px;
        height: initial
    }
}

.newslist-box .newslist .news-info .date {
    margin-top: 15px;
    font-size: 14px;
    color: #969696
}

.about {
    margin-bottom: 80px
}

.about .info {
    font-size: 16px
}

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

.about .info video {
    width: 100%
}

.single {
    margin: 60px 0
}

.single .info {
    font-size: 16px
}

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

.single .info video {
    width: 100%
}

.single .fh-link {
    margin-top: 60px;
    text-align: center
}

.single .fh-link .link-btn {
    margin: 0 10px
}

.single .fh-link .link-btn span {
    background: none;
    color: #fff;
    animation: initial
}

.n-list {
    margin: 60px 0
}

@media (max-width: 768px) {
    .n-list {
        margin: 30px 0
    }
}

.n-list .list-item {
    width: 100%;
    height: 470px;
    margin-bottom: 30px;
    position: relative
}

@media (max-width: 768px) {
    .n-list .list-item {
        height: 200px;
        margin-bottom: 20px
    }
}

.n-list .list-item .img {
    height: 100%;
    width: 100%;
    overflow: hidden
}

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

.n-list .list-item .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.n-list .list-item .info .title {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    font-size: 24px;
    color: #fff
}

@media (max-width: 768px) {
    .n-list .list-item .info .title {
        padding-bottom: 10px;
        font-size: 16px
    }
}

.n-list .list-item::after {
    position: absolute;
    height: 200px;
    width: 100%;
    content: "";
    bottom: 0;
    left: 0;
    transition: all .5s;
    background: linear-gradient(0deg, #000 0%, transparent 65.03%)
}

.news-swp {
    margin-top: 40px;
    height: 800px
}

@media (max-width: 768px) {
    .news-swp {
        margin-top: 20px;
        height: 380px
    }
}

.news-swp .swp-max {
    width: 100%;
    height: calc(100% - 177px);
    overflow: hidden
}

@media (max-width: 768px) {
    .news-swp .swp-max {
        height: calc(100% - 70px)
    }
}

.news-swp .swp-max .swiper-slide {
    position: relative
}

.news-swp .swp-max .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-swp .swp-max .swiper-slide .title {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8)
}

@media (max-width: 768px) {
    .news-swp .swp-max .swiper-slide .title {
        padding: 10px;
        font-size: 14px
    }
}

.news-swp .swp-min {
    margin-top: 10px
}

.news-swp .swp-min .swiper-slide {
    height: 177px;
    overflow: hidden
}

@media (max-width: 768px) {
    .news-swp .swp-min .swiper-slide {
        height: 70px
    }
}

.news-swp .swp-min .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.list-news-content {
    margin: 60px 0
}

@media (max-width: 768px) {
    .list-news-content {
        margin: 30px 0
    }
}

.list-news-content .x-a-title {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfe0;
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .list-news-content .x-a-title {
        margin-bottom: 15px
    }
}

.list-news-content .x-a-title h1 {
    font-size: 32px
}

@media (max-width: 768px) {
    .list-news-content .x-a-title h1 {
        font-size: 20px
    }
}

.list-news-content .x-a-title p {
    color: #888888;
    font-size: 17px;
    margin-top: 10px
}

@media (max-width: 768px) {
    .list-news-content .x-a-title p {
        font-size: 14px;
        margin-top: 5px
    }
}

.list-news-content .content {
    font-size: 16px
}

.list-news-content .content table,
.list-news-content .content img {
    max-width: 100%
}

.list-news-content .n-p-link {
    margin-top: 20px
}

.list-news-content .n-p-link p {
    margin-bottom: 6px;
    font-size: 16px;
    color: #626262
}

@media (max-width: 768px) {
    .list-news-content .n-p-link p {
        font-size: 12px
    }
}

.list-news-content .n-p-link p a {
    color: #626262
}

.list-news-content .n-p-link p a:hover {
    color: var(--textActiveColor)
}

.list-news-content .fh-link {
    margin-top: 60px;
    text-align: center
}

.list-news-content .fh-link .link-btn {
    margin: 0 10px
}

.list-news-content .fh-link .link-btn span {
    background: none;
    color: #fff;
    animation: initial
}

.fzlc {
    width: 100%;
    height: 670px;
    background-image: url("../images/zlc.jpg");
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width: 768px) {
    .fzlc {
        height: 470px
    }
}

.fzlc .fzlc-swp {
    margin-top: 80px
}

@media (max-width: 768px) {
    .fzlc .fzlc-swp {
        margin-top: 40px
    }
}

.fzlc .fzlc-swp .swiper-slide {
    position: relative;
    height: auto
}

.fzlc .fzlc-swp .swiper-slide::after {
    position: absolute;
    content: "";
    right: -40px;
    top: 0;
    height: 100%;
    border-left: 1px solid #cfcfcf
}

@media (max-width: 768px) {
    .fzlc .fzlc-swp .swiper-slide::after {
        display: none
    }
}

.fzlc .fzlc-swp .swiper-slide .fzlc-item {
    padding-bottom: 30px
}

.fzlc .fzlc-swp .swiper-slide .fzlc-item .title {
    font-size: 45px;
    font-weight: 600;
    color: var(--textActiveColor);
    margin-bottom: 20px
}

.fzlc .fzlc-swp .swiper-slide .fzlc-item .info {
    font-size: 16px;
    color: #646464
}

.swp-box-n-p {
    margin: 60px 0
}

@media (max-width: 768px) {
    .swp-box-n-p {
        margin: 30px 0
    }
}

.swp-box-n-p .s-b-btn {
    border: 2px solid var(--textActiveColor);
    margin: 0 10px;
    padding: 15px 20px;
    color: var(--textActiveColor);
    cursor: pointer
}

@media (max-width: 768px) {
    .swp-box-n-p .s-b-btn {
        padding: 10px 15px
    }
}

.jq-box-list {
    margin: 60px 0
}

@media (max-width: 768px) {
    .jq-box-list {
        margin: 30px 0
    }
}

.jq-box-list .box {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    height: 645px
}

@media (max-width: 768px) {
    .jq-box-list .box {
        height: 345px;
        margin-bottom: 20px
    }
}

.jq-box-list .box a {
    width: 100%
}

.jq-box-list .box .title {
    writing-mode: vertical-rl;
    position: absolute;
    left: 20px;
    top: 30px;
    color: #fff;
    font-size: 28px;
    z-index: 6
}

@media (max-width: 768px) {
    .jq-box-list .box .title {
        left: 15px;
        top: 20px;
        font-size: 18px
    }
}

.jq-box-list .box .img {
    width: 100%;
    height: 100%
}

.jq-box-list .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.n-list-box {
    padding: 60px 0;
    background-color: #f7f7f7
}

@media (max-width: 768px) {
    .n-list-box {
        padding: 30px 0
    }
}

.n-list-box .n-list-con {
    margin-top: 40px
}

@media (max-width: 768px) {
    .n-list-box .n-list-con {
        margin-top: 20px
    }
}

.n-list-box .n-list-con .imgfd {
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .n-list-box .n-list-con .imgfd {
        margin-bottom: 20px
    }
}

.n-list-box .n-list-con .imgfd .news-img {
    width: 100%;
    height: 306px;
    overflow: hidden
}

@media (max-width: 768px) {
    .n-list-box .n-list-con .imgfd .news-img {
        height: 180px
    }
}

.n-list-box .n-list-con .imgfd .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.n-list-box .n-list-con .imgfd .news-info {
    background-color: #fff;
    padding: 20px;
    transition: all .5s
}

@media (max-width: 768px) {
    .n-list-box .n-list-con .imgfd .news-info {
        padding: 10px
    }
}

.n-list-box .n-list-con .imgfd .news-info .title {
    margin-top: 10px;
    font-size: 20px;
    transition: all .5s
}

@media (max-width: 768px) {
    .n-list-box .n-list-con .imgfd .news-info .title {
        font-size: 18px
    }
}

.n-list-box .n-list-con .imgfd .news-info .desc {
    font-size: 14px;
    margin-top: 15px;
    height: 100px;
    color: #626262;
    transition: all .5s
}

@media (max-width: 768px) {
    .n-list-box .n-list-con .imgfd .news-info .desc {
        font-size: 13px;
        height: initial;
        margin-bottom: 20px
    }
}

.n-list-box .n-list-con .imgfd .news-info .link-ico {
    text-align: center;
    position: relative;
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .n-list-box .n-list-con .imgfd .news-info .link-ico {
        margin-bottom: 30px
    }
}

.n-list-box .n-list-con .imgfd .news-info .link-ico::after {
    position: absolute;
    width: 70px;
    left: 50%;
    margin-left: -30px;
    height: 11px;
    content: "";
    background-image: url("../images/link-ico.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    transition: all .5s
}

@media (max-width: 768px) {
    .n-list-box .n-list-con .imgfd .news-info .link-ico::after {
        height: 5px
    }
}

.n-list-box .n-list-con .imgfd:hover .news-info {
    background-color: var(--textActiveColor)
}

.n-list-box .n-list-con .imgfd:hover .news-info .title,
.n-list-box .n-list-con .imgfd:hover .news-info .desc {
    color: #fff
}

.n-list-box .n-list-con .imgfd:hover .news-info .link-ico::after {
    background-image: url("../images/link-ico-h.png")
}

.ms-list-box .imgfd {
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .ms-list-box .imgfd {
        margin-bottom: 20px
    }
}

.ms-list-box .imgfd .news-img {
    width: 100%;
    height: 306px;
    overflow: hidden
}

@media (max-width: 768px) {
    .ms-list-box .imgfd .news-img {
        height: 206px
    }
}

.ms-list-box .imgfd .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ms-list-box .imgfd .news-info {
    background-color: #f7f7f7;
    padding: 20px;
    transition: all .5s
}

@media (max-width: 768px) {
    .ms-list-box .imgfd .news-info {
        padding: 10px
    }
}

.ms-list-box .imgfd .news-info .title {
    margin-top: 10px;
    font-size: 20px;
    transition: all .5s
}

@media (max-width: 768px) {
    .ms-list-box .imgfd .news-info .title {
        margin-top: 0;
        font-size: 18px
    }
}

.ms-list-box .imgfd .news-info .desc {
    font-size: 14px;
    margin-top: 15px;
    height: 100px;
    color: #626262;
    transition: all .5s
}

@media (max-width: 768px) {
    .ms-list-box .imgfd .news-info .desc {
        height: initial
    }
}

.ms-list-box .imgfd .news-info .link-ico {
    text-align: center;
    position: relative;
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .ms-list-box .imgfd .news-info .link-ico {
        text-align: right;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px
    }
}

.ms-list-box .imgfd .news-info .link-ico::after {
    position: absolute;
    width: 70px;
    left: 50%;
    margin-left: -30px;
    height: 11px;
    content: "";
    background-image: url("../images/link-ico.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    transition: all .5s
}

@media (max-width: 768px) {
    .ms-list-box .imgfd .news-info .link-ico::after {
        height: 5px;
        right: 0;
        left: initial;
        margin-left: initial;
        background-position: right
    }
}

.ms-list-box .imgfd:hover .news-info {
    background-color: var(--textActiveColor)
}

.ms-list-box .imgfd:hover .news-info .title,
.ms-list-box .imgfd:hover .news-info .desc {
    color: #fff
}

.ms-list-box .imgfd:hover .news-info .link-ico::after {
    background-image: url("../images/link-ico-h.png")
}

.ms-content {
    background-color: #f7f7f7;
    padding: 60px 0
}

@media (max-width: 768px) {
    .ms-content {
        padding: 30px 0
    }
}

.ms-content .container .news-box {
    background-color: #fff;
    padding: 60px
}

@media (max-width: 768px) {
    .ms-content .container .news-box {
        padding: 30px
    }
}

.ms-content .container .news-box .xx-title {
    position: relative
}

.ms-content .container .news-box .xx-title::before {
    position: absolute;
    content: "";
    background-color: var(--textActiveColor);
    height: 100%;
    left: -60px;
    width: 4px
}

@media (max-width: 768px) {
    .ms-content .container .news-box .xx-title::before {
        left: -30px;
        width: 2px
    }
}

.ms-content .container .news-box .xx-title h1 {
    font-size: 35px
}

@media (max-width: 768px) {
    .ms-content .container .news-box .xx-title h1 {
        font-size: 22px
    }
}

.ms-content .container .news-box .xx-title p {
    font-size: 15px
}

@media (max-width: 768px) {
    .ms-content .container .news-box .xx-title p {
        font-size: 14px
    }
}

.ms-content .container .news-box .content {
    margin: 40px 0
}

.ms-content .container .news-box .content img,
.ms-content .container .news-box .content table {
    max-width: 100%
}

.ms-content .container .news-box .fh-link {
    margin-top: 20px;
    text-align: center
}

.ms-content .container .news-box .fh-link .link-btn {
    margin: 0 10px
}

.ms-content .container .news-box .fh-link .link-btn span {
    background: none;
    color: #fff;
    animation: initial
}

.tuijian {
    padding: 60px 0
}

@media (max-width: 768px) {
    .tuijian {
        padding: 30px 0
    }
}

.tuijian .t-title {
    font-size: 34px
}

@media (max-width: 768px) {
    .tuijian .t-title {
        font-size: 22px
    }
}

.tuijian .tuijian-swp {
    margin-top: 50px;
    padding-bottom: 60px
}

@media (max-width: 768px) {
    .tuijian .tuijian-swp {
        margin-top: 20px;
        padding-bottom: 30px
    }
}

.tuijian .tuijian-swp .imgfd .news-img {
    width: 100%;
    height: 306px;
    overflow: hidden
}

@media (max-width: 768px) {
    .tuijian .tuijian-swp .imgfd .news-img {
        height: 180px
    }
}

.tuijian .tuijian-swp .imgfd .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tuijian .tuijian-swp .imgfd .news-info {
    background-color: #f7f7f7;
    padding: 20px;
    transition: all .5s
}

@media (max-width: 768px) {
    .tuijian .tuijian-swp .imgfd .news-info {
        padding: 10px
    }
}

.tuijian .tuijian-swp .imgfd .news-info .title {
    margin-top: 10px;
    font-size: 20px;
    transition: all .5s
}

@media (max-width: 768px) {
    .tuijian .tuijian-swp .imgfd .news-info .title {
        font-size: 17px
    }
}

.tuijian .tuijian-swp .imgfd .news-info .desc {
    font-size: 14px;
    margin-top: 15px;
    height: 100px;
    color: #626262;
    transition: all .5s
}

@media (max-width: 768px) {
    .tuijian .tuijian-swp .imgfd .news-info .desc {
        height: initial;
        margin-bottom: 20px
    }
}

.tuijian .tuijian-swp .imgfd .news-info .link-ico {
    text-align: center;
    position: relative;
    margin-bottom: 30px
}

.tuijian .tuijian-swp .imgfd .news-info .link-ico::after {
    position: absolute;
    width: 70px;
    left: 50%;
    margin-left: -30px;
    height: 11px;
    content: "";
    background-image: url("../images/link-ico.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    transition: all .5s
}

@media (max-width: 768px) {
    .tuijian .tuijian-swp .imgfd .news-info .link-ico::after {
        height: 6px
    }
}

.tuijian .tuijian-swp .imgfd:hover .news-info {
    background-color: var(--textActiveColor)
}

.tuijian .tuijian-swp .imgfd:hover .news-info .title,
.tuijian .tuijian-swp .imgfd:hover .news-info .desc {
    color: #fff
}

.tuijian .tuijian-swp .imgfd:hover .news-info .link-ico::after {
    background-image: url("../images/link-ico-h.png")
}

.tuijian .tuijian-swp .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--textActiveColor);
    width: 50px;
    height: 4px;
    border-radius: initial
}

@media (max-width: 768px) {
    .tuijian .tuijian-swp .swiper-pagination .swiper-pagination-bullet {
        width: 30px
    }
}

.imglist {
    margin-bottom: 60px
}

@media (max-width: 768px) {
    .imglist {
        margin-bottom: 30px
    }
}

.imglist .mtxsItem {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap
}

.imglist .mtxsItem .mtxsItems {
    width: 31.53%;
    height: 700px;
    margin-bottom: 11px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 9;
    border: 6px solid #fff;
    align-items: flex-start;
    margin-left: 1%
}

@media (max-width: 768px) {
    .imglist .mtxsItem .mtxsItems {
        height: 347px
    }
}

.imglist .mtxsItem .mtxsItems:nth-child(even) {
    height: 260px
}

@media (max-width: 768px) {
    .imglist .mtxsItem .mtxsItems:nth-child(even) {
        height: 130px
    }
}

.imglist .mtxsItem .mtxsItems:nth-child(6n-1) {
    margin-top: -429px
}

@media (max-width: 768px) {
    .imglist .mtxsItem .mtxsItems:nth-child(6n-1) {
        margin-top: -216px
    }
}

.imglist .mtxsItem .mtxsItems:nth-child(6n-1) {
    margin-top: -429px
}

@media (max-width: 768px) {
    .imglist .mtxsItem .mtxsItems:nth-child(6n-1) {
        margin-top: -216px
    }
}

.imglist .mtxsItem .mtxsItems img {
    position: relative;
    width: 100%;
    height: 100%;
    transform: scale(1);
    object-fit: cover;
    transition: all 1s;
    z-index: 9
}

.imglist .mtxsItem .mtxsItems .scenicSpot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8.69%;
    color: #fff;
    font-size: 16px;
    z-index: 10;
    font-size: 18px;
    font-family: MicrosoftYaHeiSemibold;
    opacity: 0;
    transition: all 0.5s
}

.imglist .mtxsItem .mtxsItems .boxShadow {
    width: 100%;
    height: 35%;
    position: absolute;
    bottom: 0px;
    background-image: linear-gradient(to top, #c26205 20%, transparent);
    opacity: 0;
    transition: all 1s;
    z-index: 10
}

.imglist .mtxsItem .mtxsItems .scebic-text {
    position: absolute;
    height: 100%;
    top: 0;
    left: 24px;
    display: flex;
    z-index: 10
}

.imglist .mtxsItem .mtxsItems .scebic-text span {
    margin-top: 36px;
    font-size: 28px;
    color: #fff;
    width: 30px
}

.xc-list {
    margin: 60px 0
}

@media (max-width: 768px) {
    .xc-list {
        margin: 30px 0
    }
}

.xc-list .xc-list-item {
    margin-bottom: 50px
}

@media (max-width: 768px) {
    .xc-list .xc-list-item {
        margin-bottom: 20px
    }
}

.xc-list .xc-list-item [class*='col-lg-'] {
    height: auto
}

.xc-list .xc-list-item .img {
    width: 100%;
    height: 400px;
    overflow: hidden
}

@media (max-width: 768px) {
    .xc-list .xc-list-item .img {
        height: 200px
    }
}

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

.xc-list .xc-list-item .info {
    background-color: #f7f7f7;
    padding: 50px;
    padding-left: 20px;
    position: relative;
    height: 100%;
    transition: all .5s
}

@media (max-width: 768px) {
    .xc-list .xc-list-item .info {
        padding: 10px;
        padding-bottom: 30px
    }
}

.xc-list .xc-list-item .info::before {
    content: "";
    position: absolute;
    left: -30px;
    height: 100%;
    top: 0;
    width: 30px;
    background-color: #f7f7f7;
    transition: all .5s
}

.xc-list .xc-list-item .info .title {
    font-size: 28px;
    color: var(--textActiveColor);
    transition: all .5s
}

@media (max-width: 768px) {
    .xc-list .xc-list-item .info .title {
        font-size: 18px
    }
}

.xc-list .xc-list-item .info .desc {
    font-size: 16px;
    color: #5b5b5b;
    margin-top: 30px;
    height: 150px;
    border-bottom: 1px solid #d8d8d8;
    transition: all .5s;
    padding-bottom: 10px
}

@media (max-width: 768px) {
    .xc-list .xc-list-item .info .desc {
        font-size: 14px;
        margin-top: 10px;
        height: initial
    }
}

.xc-list .xc-list-item .info .link-ico {
    text-align: center;
    position: relative;
    margin-top: 60px
}

@media (max-width: 768px) {
    .xc-list .xc-list-item .info .link-ico {
        margin-top: 20px
    }
}

.xc-list .xc-list-item .info .link-ico::after {
    position: absolute;
    width: 70px;
    right: 0;
    height: 11px;
    content: "";
    background-image: url("../images/link-ico.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    transition: all .5s
}

@media (max-width: 768px) {
    .xc-list .xc-list-item .info .link-ico::after {
        height: 5px
    }
}

.xc-list .xc-list-item:hover .info {
    background-color: var(--textActiveColor)
}

.xc-list .xc-list-item:hover .info::before {
    background-color: var(--textActiveColor)
}

.xc-list .xc-list-item:hover .info .title {
    color: #fff
}

.xc-list .xc-list-item:hover .info .desc {
    color: #fff
}

.xc-list .xc-list-item:hover .link-ico::after {
    background-image: url("../images/link-ico-h.png")
}

.contcat .lxfs-box {
    margin: 60px 0;
    border: 1px solid #716e6e
}

@media (max-width: 768px) {
    .contcat .lxfs-box {
        margin: 30px 0
    }
}

.contcat .lxfs-box .img {
    border-right: 1px solid #716e6e
}

.contcat .lxfs-box .img img {
    width: 100%
}

.contcat .lxfs-info {
    padding: 60px;
    padding-top: 0
}

@media (max-width: 768px) {
    .contcat .lxfs-info {
        padding: 20px
    }
}

.contcat .lxfs-info .ls-tti {
    font-size: 30px;
    color: var(--textActiveColor);
    margin-top: 60px
}

@media (max-width: 768px) {
    .contcat .lxfs-info .ls-tti {
        margin-top: 20px;
        font-size: 20px
    }
}

.contcat .lxfs-info .ls-tti .ico {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 10px
}

@media (max-width: 768px) {
    .contcat .lxfs-info .ls-tti .ico {
        width: 30px;
        height: 30px
    }
}

.contcat .lxfs-info .ls-tti .ico.tel {
    background-image: url("../images/tel.png")
}

.contcat .lxfs-info .ls-tti .ico.add {
    background-size: auto 90%;
    background-image: url("../images/dw.png")
}

.contcat .lxfs-info .desc {
    line-height: 1.7;
    margin-top: 10px;
    padding-left: 50px
}

@media (max-width: 768px) {
    .contcat .lxfs-info .desc {
        padding-left: 40px
    }
}

.contcat .map {
    width: 100%;
    height: 500px;
    background-color: #f7f7f7;
    margin-bottom: 60px
}

@media (max-width: 768px) {
    .contcat .map {
        height: 300px
    }
}

.contcat .map #container {
    width: 100%;
    height: 100%
}

.mssage-box .from-msage {
    margin: 60px 0
}

@media (max-width: 768px) {
    .mssage-box .from-msage {
        margin: 30px 0
    }
}

.mssage-box .from-msage .form-group {
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .mssage-box .from-msage .form-group {
        margin-bottom: 20px
    }
}

.mssage-box .from-msage .form-group label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px
}

@media (max-width: 768px) {
    .mssage-box .from-msage .form-group label {
        font-size: 16px
    }
}

.mssage-box .from-msage .form-group input {
    padding: 8px 10px;
    height: 45px;
    line-height: 45px
}

.mssage-box .from-msage .form-group .btn-default {
    background: none;
    background-color: var(--textActiveColor);
    color: #fff;
    text-shadow: none;
    font-size: 18px;
    padding: 8px 20px
}

.foot {
    background-color: #292a2e;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%
}

@media (min-width: 768px) {
    .foot .col-lg-2 {
        width: 12.3%
    }
}

.foot .f-m-nav .f_nav {
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #3d3d3d
}

.foot .f-m-nav .f_nav .f_nav_tile {
    margin-bottom: 0.2rem
}

.foot .f-m-nav .f_nav ul {
    display: none
}

.foot .f-m-nav .f_nav .f_nav_tile {
    font-size: 16px;
    margin: 6px 0;
    color: #fff
}

.foot .f-m-nav .f_nav .f_nav_tile a {
    color: #fff
}

.foot .f-m-nav .f_nav .f_nav_tile span.m-e-nav {
    float: right;
    width: 60px;
    height: 20px;
    float: right;
    display: flex;
    justify-content: right;
    align-items: center;
    justify-content: flex-end;
    justify-content: end
}

.foot .f-m-nav .f_nav .f_nav_tile span.m-e-nav img {
    height: 80%;
    float: right
}

.foot .f-m-nav .f_nav .f_nav_tile span.m-e-nav.onk img {
    transform: rotate(90deg)
}

.foot .f-m-nav .f_nav ul li {
    margin-bottom: 8px;
    margin-left: 10px
}

.foot .f-m-nav .f_nav ul li a {
    font-size: 14px;
    color: #fff
}

.foot .f-m-nav .f_nav ul li a:hover {
    color: var(--textActiveColor)
}

.foot .f-con {
    position: relative
}

.foot .f-title {
    color: #fff;
    font-size: 17px;
    padding-top: 30px;
    padding-bottom: 5px
}

@media (max-width: 768px) {
    .foot .f-title {
        padding-top: 30px
    }
}

.foot .f-nav {
    margin-top: 20px;
    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: #737376;
    font-size: 14px;
    text-transform: uppercase
}

.foot .f-nav li a:hover {
    color: var(--textActiveColor)
}

.foot .f-xx {
    margin-top: 35px
}

.foot .f-xx .x-t {
    color: #c7c7c7;
    font-size: 12px
}

.foot .f-xx .x-adds {
    font-size: 13px;
    color: #fff
}

.foot .f-xx .x-tel {
    font-size: 21px;
    color: #fff
}

.foot .f-ewm {
    margin-top: 35px
}

@media (max-width: 768px) {
    .foot .f-ewm {
        justify-content: center
    }
}

.foot .f-ewm .ewm-item {
    width: 120px;
    text-align: center;
    margin-left: 30px
}

.foot .f-ewm .ewm-item img {
    width: 100%;
    margin-bottom: 10px
}

.foot .f-ewm .ewm-item p {
    font-size: 14px;
    color: #b8b8b8
}

.foot .f-nav-link {
    justify-content: end;
    justify-content: flex-end
}

@media (max-width: 768px) {
    .foot .f-nav-link {
        margin-top: 20px;
        border-right: none;
        justify-content: center
    }
}

.foot .f-nav-link li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px
}

.foot .f-nav-link li a .iconfont {
    font-size: 22px
}

.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 a.wx-wl {
    position: relative
}

.foot .f-nav-link li a.wx-wl .wx-ewm {
    width: 160px;
    height: 160px;
    background-color: #fff;
    border-radius: 8px;
    padding: 8px;
    position: absolute;
    bottom: 66px;
    left: 50%;
    margin-left: -90px;
    z-index: -1;
    opacity: 0;
    transition: bottom .5s
}

.foot .f-nav-link li a.wx-wl .wx-ewm::after {
    position: absolute;
    content: "";
    bottom: -17px;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fff
}

.foot .f-nav-link li a.wx-wl .wx-ewm img {
    width: 100%
}

.foot .f-nav-link li a.wx-wl:hover.wx-wl .wx-ewm {
    bottom: 60px;
    opacity: 1;
    z-index: 2
}

.foot .f-zgs {
    margin-top: 30px
}

.foot .f-zgs .ti {
    font-size: 17px;
    color: #fff;
    margin-bottom: 20px
}

.foot .f-zgs .zgs-lis {
    margin-top: 10px
}

.foot .f-zgs .zgs-lis .zgs-li {
    width: calc(100% / 4);
    margin-bottom: 10px
}

.foot .f-zgs .zgs-lis .zgs-li a {
    color: #737376;
    font-size: 14px;
    text-transform: uppercase
}

.foot .f-zgs .zgs-lis .zgs-li a:hover {
    color: var(--textActiveColor)
}

.foot .bq {
    margin-top: 30px;
    padding: 20px 0;
    background-color: #fff;
    font-size: 14px;
    color: #424242;
    text-align: center
}

@media (max-width: 768px) {
    .foot .bq {
        margin-top: 30px;
        font-size: 12px
    }
}

.foot .bq .row>div:nth-child(1) span {
    position: relative;
    top: 1px;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    border-left: 1px solid #555555
}

.foot .bq .row>div:nth-child(2) {
    text-align: right
}

.foot .bq a {
    color: #858585
}

.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: 020px
}

.page-num,
.page-link {
    position: relative;
    display: block;
    padding: 8px 15px;
    margin-left: -1px;
    line-height: 1.25;
    color: #717171;
    margin: 0 5px;
    font-size: 15px;
    border: 1px solid #d9d9d9;
    transition: all .5s
}

@media (max-width: 1760px) {

    .page-num,
    .page-link {
        font-size: 15px
    }
}

@media (max-width: 768px) {

    .page-num,
    .page-link {
        font-size: 14px;
        font-weight: 500
    }
}

.page-link {
    color: #666666
}

@media (max-width: 1760px) {
    .page-link {
        font-size: 15px
    }
}

@media (max-width: 768px) {
    .page-link {
        font-size: 14px;
        font-weight: 500
    }
}

.page-num:hover,
.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: var(--textActiveColor)
}

.page-num:not(:disabled) {
    cursor: pointer
}

.page-num-current {
    z-index: 1;
    color: #fff;
    background-color: 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
    }
}

.bg-com-r>div {
    padding-right: 70px
}

@media (max-width: 768px) {
    .bg-com-r>div {
        padding-right: 0
    }
}

.returnTop {
    width: 62px;
    position: fixed;
    z-index: 999;
    right: 0px;
    bottom: 100px
}

.returnTop .close {
    background: url(../images/sech_close.png) no-repeat center center;
    width: 25px;
    height: 25px;
    float: right;
    margin-right: 17px;
    cursor: pointer
}

.returnTop .open {
    display: block;
    position: absolute;
    width: 20px;
    height: 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    left: -20px;
    top: 25px;
    background: #e8340c url(../images/reform_pre_on.png) no-repeat center center;
    background-size: 50%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    cursor: pointer
}

.returnTop .asideList {
    width: 62px;
    cursor: pointer;
    transition: 0.66s;
    background-color: #343434;
    margin-top: 25px
}

.asideList .item {
    width: 100%;
    display: block;
    height: 61px;
    position: relative;
    transition: all ease .5s
}

.asideList .item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4
}

.asideList .item .itemHover {
    width: 0;
    height: 100%;
    position: absolute;
    right: 60px;
    transition: all ease .5s;
    opacity: 0;
    visibility: hidden
}

.aside_bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.aside_bg span:last-child {
    font-size: 22px !important
}

.asideList .item:hover .aside_bg {
    background-color: var(--textActiveColor)
}

.asideList .item:hover {
    background-color: var(--textActiveColor)
}

.asideList .item .itemHover span {
    font-size: 16px;
    color: #fff;
    height: 21px;
    display: inline-block
}

.asideList .item:hover .itemHover {
    width: 138px;
    visibility: visible;
    opacity: 1
}

.sidebar {
    position: fixed;
    left: auto;
    right: 0px;
    bottom: 10%;
    margin-top: -150px;
    z-index: 99;
    transition: all 0.5s
}

.sidebar ul {
    clear: both
}

.sidebar li {
    position: relative;
    width: 62px;
    height: 62px;
    text-align: center;
    border-bottom: 1px solid #494948
}

.sidebar li a {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background: #343434;
    display: flex;
    justify-content: center;
    align-items: center
}

.sidebar li:last-child,
.sidebar li.weixinimg {
    border: 0
}

.sidebar li:last-child {
    border-top: 1px solid #494948
}

.sidebar li:hover a {
    background: #e60011
}

.sidebar li .erm dl {
    margin-bottom: 10px
}

.sidebar li .erm dl dt {
    margin-bottom: 5px
}

.sidebar li .erm {
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: -100px;
    width: 190px;
    background: #fff;
    padding: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0)
}

.sidebar li:hover .erm {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1)
}

.sidebar li .erm img {
    width: 130px;
    height: 130px
}

.sidebar .back_top {
    border-bottom: 0;
    display: none
}

.sidebar .back_top a {
    color: #fff
}

.sidebar.off {
    right: -60px
}

.sidebar.off .sidebar-open {
    visibility: visible;
    opacity: 1
}

.sidebar_p {
    position: absolute;
    right: -150px;
    top: 0;
    padding: 0 10px;
    background: #e60011;
    color: #fff;
    width: 180px;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s
}

.sidebar_p p {
    line-height: 60px
}

.sidebar_phone dl {
    padding-top: 6px
}

.sidebar li:hover .sidebar_p {
    right: 60px
}

.scrollHeader .nav_list {
    top: 80px
}
.index-zixun{
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url('../images/bg1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.index-zixun #transparent {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
}
.index-zixun .title{
    margin-top: calc(10vh + 70px);
    position: relative;
    text-align: center;
    padding-bottom:20px;
}
.index-zixun .title::after{
    position: absolute;
    content: "";
    width: 150px;
    height: 4px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom:0;
}
.index-zixun .container{
position: relative;
z-index: 2;
}
.index-zixun .title h2{
    font-size: 28px;
    margin-bottom: 20px;
}
.index-zixun .title p{
    font-size: 21px;
    color: #f0f0f0;
}
.index-zixun .info{
    margin-top: 10vh;
}
.index-zixun .info .info-item{
    border-left: 2px solid #fff;
    padding-left: 30px;
}
.index-zixun .info .info-item a{
    color: #fff;
}
.index-zixun .info .info-item  .i-title{
    font-size: 24px;
}
.index-zixun .info .info-item .desc{
   font-size: 14px;
   margin: 20px 0; 
}
@media (max-width: 768px) {
    .index-zixun{
        height: auto;
        background-repeat: initial;
    }
    .index-zixun .title{
        margin-top: 30px;
        padding-top: 10px;
    }
    .index-zixun .title::after{
      
        width: 80px;
        height: 2px;
      
    }
    .index-zixun .title h2{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .index-zixun .title p{
        font-size: 15px;
       
    }
    .index-zixun .info{
        margin-top: 50px;
    }
    .index-zixun .info .info-item{
        border-left: 1px solid #fff;
        padding-left: 10px;
        margin-bottom: 30px;
    }
    .index-zixun .info .info-item  .i-title{
        font-size: 18px;
    }
    .index-zixun .title p{
        font-size: 13px;
       
    }
    .index-zixun .info .info-item span{
        font-size: 11px;
    }
}