.hj-indexBanner video,
.hj-indexBanner img {
    width: 100%;
object-fit: cover;
}

.hj-indexBanner {
    margin-top: .4688rem
}

.hj-indexBanner .swiper-pagination {
    bottom: 0.2125rem !important;
}

.hj-indexBanner .swiper-pagination .swiper-pagination-bullet {
    height: 0.0156rem;
    width: 0.1406rem;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.6);
}

.hj-indexBanner .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
}

.wrap {
    width: 100%;
    max-width: 7.8125rem;
    margin: 0 auto;
}

.wrap1 {
    width: 100%;
    max-width: 1398px;
    margin: 0 auto;
}

.i-tab {
    padding: 0.5677rem 0 0.2531rem 0;
}

.fw {
    font-weight: bold;
}

.f46 {
    font-size: 0.2396rem;
}

.tabs-tit a {
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    padding: 0 0.258rem;
    border-right: 1px solid #b2b2b2;
    cursor: pointer;
}

.tabs-tit a:hover,
.tabs-tit a.cur {
    color: #e82f06;
}

.tabs-tit a:last-child {
    border-right: 0;
}

.tabs-content {
    margin-top: 0.1563rem;
}

.tabs-content .item {
    display: none;
}

.mySwiper {
    margin: 0.0781rem;
}

.mySwiper .txt {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.0833rem;
    color: #666666;
    line-height: 0.2031rem;
    padding: 0 10px;
    cursor: pointer;
    width: 100%
}

.mySwiper .swiper-wrapper {
    justify-content: center;
}

.mySwiper .swiper-slide-thumb-active .txt span {
    border-bottom: 0.0156rem solid #e82f06;
    padding-bottom: .0313rem;
}

.mySwiper .swiper-slide {
    width: auto !important
}

.subtabSwiper img {
    margin: 0 auto;
    max-width: 100%;
    height: 2.4688rem;
}

.subtabSwiper .more {
    padding: 0.0521rem 0 0.1563rem 0;
}

.subtabSwiper .more a {
    width: 1.3073rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 0.0729rem;
    color: #D22823;
    line-height: 0.401rem;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.224rem 0rem rgba(6, 6, 6, 0.17);
    border-radius: 0.1979rem;
    padding: 0 0.2135rem;
    box-sizing: border-box;
    transition: 0.5s;
}

.plus-sign {
    position: relative;
    display: inline-block;
    width: 0.0521rem;
    /* 调整大小 */
    height: 0.0521rem;
    /* 调整大小 */
}

.plus-sign::before,
.plus-sign::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.0104rem;
    /* 调整粗细 */
    height: 100%;
    /* 垂直线的高度 */
    background-color: black;
    /* 颜色 */
    transform: translate(-50%, -50%);
    transition: 0.5s;
    /* 居中 */
}

.plus-sign::after {
    width: 100%;
    /* 水平线的宽度 */
    height: 0.0104rem;
    /* 调整粗细 */
    transform: translate(-50%, -50%) rotate(0deg);
    /* 旋转90度 */
}

.tabs-content .item .tabs-list {
    animation: slide-zoom 0.8s forwards;
    width: 100%;
}

.subtabSwiper .more a:hover {
    background: #D22823;
    color: #fff;
}

.subtabSwiper .more a:hover .plus-sign::before,
.subtabSwiper .more a:hover .plus-sign::after {
    background-color: #fff;
}

.subtabSwiper .more a:hover .plus-sign::before {
    transform: translate(-50%, -50%) rotate(90deg);
}

@keyframes slide-zoom {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.subBtn .swiper-button-next,
.subBtn .swiper-button-prev {
    height: 0.2708rem;
    width: 0.2708rem;
    background: #fff;
    border-radius: 0.1042rem;
    border: 0.0052rem solid #e9e9e9;
}

.subBtn .swiper-button-next::after,
.subBtn .swiper-button-prev::after {
    font-size: 0.0938rem;
    color: #333;
}

.subBtn .swiper-button-next:hover,
.subBtn .swiper-button-prev:hover {
    background: #1c4aa0;
    border: 0.0052rem solid #1c4aa0;
}

.subBtn .swiper-button-next:hover::after,
.subBtn .swiper-button-prev:hover::after {
    color: #fff;
}

.bigImg img {
    width: 100%;
    height: 4.6875rem;
}

.accSwiper .right .title {
    height: 1.3021rem;
    background: url(../images/t2_03.jpg) no-repeat left center / cover;
    padding: 0.3438rem 0 0 0.25rem;
    box-sizing: border-box;
}

.accSwiper .right .title .t1 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 0.1667rem;
    color: #FFFFFF;
}

.accSwiper .right .title .t2 a {
    margin-top: 0.1042rem;
    height: 0.2604rem;
    width: 2.0833rem;
    background: #8ca7b8;
    border-radius: 0.2604rem;
    line-height: 0.2604rem;
    padding: 0 0.0771rem 0 0.1771rem;
    color: #fff;
    box-sizing: border-box;
    font-size: 0.0833rem;
}

.iconfont {
    font-size: 0.0833rem !important;
}

.icon-sanjiaoxing1 {
    font-size: 0.2188rem !important;
}

.accSwiper .right .title .t2 a:hover {
    background: #fff;
    color: #000;
}

.accSwiper .img img {
    width: 100%;
    height: 3.3854rem;
}

.morebtn a {
    background: #fff;
    width: 0.8073rem;
    height: 0.2865rem;
    padding: 0.0208rem 0.02213rem;
    border-radius: 0.2604rem;
    font-size: 0.0729rem;
    box-sizing: border-box;
}

.morebtn a span {
    height: 0.2448rem;
    width: 0.2448rem;
    border-radius: 100%;
    border: 0.0052rem solid #1c4aa0;
    text-align: center;
    line-height: 0.2448rem;
    margin-right: 0.0963rem;
}

.bigImg .btn {
    left: 0.5104rem;
    bottom: 0.5208rem;
}

.morebtn a:hover span {
    background: #1c4aa0;
    color: #fff;
}

.accSwiper .swiper-button-next::after,
.accSwiper .swiper-button-prev::after {
    color: #333;
    font-size: 0.1533rem;
}

.accSwiper .swiper-button-prev {
    left: 6.7083rem;
}

.accSwiper .swiper-button-next,
.accSwiper .swiper-button-prev {
    top: 60%;
}

.i-product {
    padding-top: 0.2083rem;
}

.f32 {
    font-size: 0.1667rem;
}

.li36 {
    line-height: 0.1563rem;
}

.i-product .box {
    padding-left: 1.3542rem;
    margin-top: 0.22042rem;
    overflow: hidden;
}

.swiperPor {
    width: 14.7708rem;
    border-radius: 0.1042rem;
}

.swiperPor .con {
    border-radius: 0.1042rem;
    background: #7e9bad;
    width: 7.2813rem;
    overflow: hidden;
}

.swiperPor .con .content {
    width: 3.1771rem;
    padding: 0 0.5167rem 0 0.2865rem;
    box-sizing: border-box;
    opacity: 0;
}

.swiperPor .con .img {
    width: 4.1146rem;
}

.swiperPor .con .img img {
    width: 100%;
    object-fit: cover;
    height: 3.0208rem;
}

.f28 {
    font-size: 0.1458rem;
}

.swiperPor .con .content .t2 {
    margin: 0.2083rem 0;
}

.i-product .box .swiper-button-prev {
    left: 0.9167rem;
}

.i-product .box .swiper-button-next {
    right: 0.8575rem;
}

.swiperPor .swiper-slide-active .con .content {
    opacity: 1;
}

.i-about {
    margin-top: 0.6406rem;
    background: #f6fbff;
    height: 2.099rem;
}

.i-about .t2 {
    margin: 0.1563rem 0;
}

.c9 {
    color: #999;
}

.numscr img {
    width: 100%;
}

.roll {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 7.2813rem;
    width: 100%;
}

.roll li {
    margin-right: 18%;
}

.roll li .t1 {
    font-size: 0.1667rem;
}

.roll li p {
    font-size: 0.0833rem;
}

.cf {
    color: #fff;
}

.roll li:nth-child(1) {
    background: url(../images/dz.png) no-repeat left 0.026rem;
    padding-left: 0.24563rem;
    background-size: 0.1667rem 0.1667rem;
}

.roll li:nth-child(2) {
    background: url(../images/lf.png) no-repeat left 0.026rem;
    padding-left: 0.24563rem;
    background-size: 0.1667rem 0.1667rem;
}

.roll li:nth-child(3) {
    background: url(../images/tj.png) no-repeat left 0.026rem;
    padding-left: 0.24563rem;
    background-size: 0.1667rem 0.1667rem;
}

.newsSwiperBox {
    overflow: hidden;
}

.newsSwiper {
    margin-left: -0.9375rem !important;
    width: 120%;
}


.newsSwiper .swiper-button-next {
    right: 10%
}

.newsSwiper .swiper-button-prev {
    left: 9%
}

.news-tit {
    padding: 0.3125rem 0 0.2083rem 0;
}

.newsSwiper .img {
    border-radius: 0.1042rem;
}

.newsSwiper img {
    height: 1.6719rem;
    width: 100%;
    object-fit: cover;
    border-radius: 0.1042rem;
}

.newsSwiper .con {
    height: 1.0417rem;
    padding: 0.0521rem;
    box-sizing: border-box;
}

.newsSwiper .con .txt {
    margin: 0.0721rem 0;
    height: 0.375rem;
}

.li30 {
    line-height: 0.1563rem;
}

.li24 {
    line-height: 0.125rem;
}

.newsSwiper .swiper-slide-active .con {
    opacity: 0;
}

.zlbz {
    background: #fafafa;
    padding: 4% 0;
}

.f50 {
    font-size: 0.2604rem;
}

.zlbz a {
    color: #d22823;
    font-size: 0.0833rem;
    margin-top: 0.0521rem;
}

.zlbz a:hover {
    text-decoration: underline;
}

/* footer {
  border-top: 1px solid #e1e1e1;
  background: #fafafa;
  padding-top: 3.6%;
}

.f_logo {
  margin-bottom: 0.1263rem;
}

.f_logo img {
  height: 0.224rem;
  width: 1.4063rem;
}

.footer-left .con .img {
  margin-right: 0.0781rem;
}

.footer-left .con .img img {
  height: 0.7031rem;
  width: 0.7031rem;
}

.c6 {
  color: #666;
}

.footer-nav li {
  margin: 0 0.1042rem;
}

.footer-nav li p {
  font-size: 0.0833rem;
  color: #030202;
  margin-bottom: 0.1163rem;
}

.footer-nav li a {
  display: block;
  font-weight: 400;
  font-size: 0.0729rem;
  line-height: 0.1563rem;
}

.footer-top {
  padding-bottom: 0.2448rem;
}

.footer-bottom {
  border-top: 1px solid #e1e1e1;
  padding: 0.1823rem 0;
}

.wx {
  margin-right: 0.1563rem;
}

.wx p img {
  width: 0.1354rem;
  height: 0.151rem;
}

.wx .ewmImg {
  left: 50%;
  bottom: 0.1654rem;
  transform: translateX(-50%);
  opacity: 0;
}

.wx:last-child .ewmImg {
  right: 0;
  left: auto;
  transform: none;
}

.wx .ewmImg .ewm img {
  height: 0.7031rem;
}

.wx:hover .ewmImg {
  opacity: 1; 
}*/


@media(max-width:1400px) {
    .wrap1 {
        max-width: 95%;
    }
}



.newsSwiperBox {
    overflow: hidden;
}

.f14 {
    font-size: .0729rem;
}


@media(max-width:750px) {



    .newsSwiper .swiper-button-next {
        right: 10px
    }

    .newsSwiper .swiper-button-prev {
        left: 10px
    }

    .subtabSwiper .more {
        padding: 15px 0
    }

    .mySwiper .swiper-wrapper {
        justify-content: unset;
    }

    .mySwiper .swiper-slide-thumb-active .txt span {
        padding-bottom: 10px;
        border-bottom: 2px solid #e82f06;
        line-height: 44px;
    }

    .mySwiper {
        margin: 20px 0;
    }

    .hj-banner {
        margin-top: 45px;
    }

    .wrap {
        max-width: 90%;
    }

    .f46 {
        font-size: 16px;
    }

    .tabs-tit a {
        padding: 0 10px;
    }

    .mySwiper .txt {
        font-size: 14px;
        line-height: 44px;
        text-align: center;

    }

    .subtabSwiper img {
        height: auto;
    }

    .subBtn .swiper-button-next,
    .subBtn .swiper-button-prev {
        height: 26px;
        width: 26px;
    }

    .subBtn .swiper-button-next::after,
    .subBtn .swiper-button-prev::after {
        font-size: 14px;
    }

    .subtabSwiper .more a {
        width: 100px;
        height: 30px;
        font-size: 10px;
    }

    .plus-sign {
        height: 8px;
        width: 8px;
    }

    .accSwiper .box {
        flex-wrap: wrap;
    }

    .bigImg img {
        height: auto;
    }

    .bigImg .btn {
        width: 100%;
        left: 0
    }

    .morebtn a {
        width: 90%;
        height: 30px;
        padding: 0;
        font-size: 12px;
        display: block;
        line-height: 30px;
        text-align: center;
        margin: 0 auto;
    }

    .morebtn a span {
        display: none;
    }

    .right {
        width: 100%;
    }

    .accSwiper .right .title {
        height: auto;
        padding: 6% 3%;
    }

    .accSwiper .right .title .t1 {
        font-size: 18px;
    }

    .accSwiper .right .title .t2 {
        margin-top: 20px;
    }

    .accSwiper .right .title .t2 a {
        height: 30px;
        width: 100%;
        font-size: 13px;
        line-height: 30px;
        padding-left: 10px;
    }

    .icon-sanjiaoxing1 {
        font-size: 28px !important;

    }

    .accSwiper .img img {
        height: auto;
    }

    .accSwiper .swiper-button-next::after,
    .accSwiper .swiper-button-prev::after {
        font-size: 18px
    }

    .accSwiper .swiper-button-prev {
        left: 10px;
    }

    .accSwiper .swiper-button-next,
    .accSwiper .swiper-button-prev {
        top: 80%
    }

    .f32 {
        font-size: 20px;
    }

    .i-product {
        padding-top: 30px;
    }

    .f16 {
        font-size: 14px !important;

    }

    .i-product .tit {
        text-align: center;
        padding: 10px;
    }

    .f16 br {
        display: none;
    }

    .li30 {
        line-height: 30px;
    }


    .i-product .box {
        padding: 3%;
    }

    .swiperPor .con,
    .swiperPor {
        width: 100%;
    }

    .swiperPor .con {
        flex-wrap: wrap;
    }

    .swiperPor .con .img,
    .swiperPor .con .content {
        width: 100%;
    }

    .swiperPor .con .img img {
        height: auto;
    }

    .swiperPor .con {
        background: none;
        display: block;
    }

    .swiperPor .swiper-slide-active .con .content {
        background: #7e9bad;
        padding: 6% 3%;
        width: 100%;
        display: block;

    }

    .f28 {
        font-size: 18px;
    }

    .i-product .box .swiper-button-next {
        right: 0;
    }

    .i-product .box .swiper-button-prev {
        left: 0;
    }

    .i-about {
        height: auto;
        padding: 3% 0;
    }

    .i-about .wrap1 {
        display: block;
    }

    .roll {
        flex-wrap: wrap;
    }

    .roll li {
        width: 100%;
        margin-bottom: 30px;
    }

    .roll li .t1 {
        font-size: 16px;
    }

    .roll li p {
        font-size: 14px;
    }

    .numscr img {
        height: 250px;
        object-fit: cover;
    }

    .roll li:nth-child(1),
    .roll li:nth-child(2),
    .roll li:nth-child(3) {
        background-size: 20px 20px;
        padding-left: 40px;
    }

    .newsSwiperBox {
        padding: 3%;
    }

    .newsSwiper {
        width: 100%;
        margin: 0 !important;
    }


    .newsSwiper img {
        height: auto;
    }

    .newsSwiper .swiper-slide-active .con {
        opacity: 1;
    }

    .newsSwiper .con {
        height: auto;
        padding: 3%;
    }

    .f14 {
        font-size: 14px;
    }

    .li24 {
        line-height: 24px;
    }

    .newsSwiper .con .txt {
        height: auto;
    }

    .zlbz {
        padding: 3%;
    }

    .f50 {
        font-size: 20px;
    }

    .zlbz a {
        font-size: 16px;
        margin-top: 20px;
    }

    /* 
  .footer-right {
    display: none;
  }

  .footer-left .con {
    display: block;
  }

  .f_logo img {
    height: 30px;
    width: auto;
    margin: 0 auto;
  }

  .footer-left .con .img img {
    height: 100px;
    width: 100px;
    margin: 0 auto;
  }

  .footer-bottom .wrap1 {
    display: block;
  }

  .wx p img {
    height: 29px;
    width: 26px;
  }

  .wx {
    margin: 10px;
  }

  .wx .ewmImg .ewm img {
    height: auto;
  }

  .boxewm {
    justify-content: center;

  }

  .wx .ewmImg {
    bottom: 26px;
  } */
}


/* 动画 */
.animation {
    visibility: hidden;
    opacity: 0
}

.fadel,
.fader,
.fadeup,
.fadez {
    visibility: visible
}

.fadeup {
    animation: slideInUp ease-out 0.6s forwards;
    -webkit-animation: slideInUp ease-out 0.6s forwards
}



@keyframes slideInUp {
    from {
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
    }
}

.fadel {
    animation: slideInLeft ease-out 0.8s forwards;
    -webkit-animation: slideInLeft ease-out 0.8s forwards
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
    }
}

.fader {
    animation: slideInRight ease-out 0.6s forwards;
    -webkit-animation: slideInRight ease-out 0.6s forwards
}

@keyframes slideInRight {
    from {
        transform: translate3d(50%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
    }
}

.fadez {
    animation: zoomIn ease-out 0.6s forwards;
    -webkit-animation: zoomIn ease-out 0.6s forwards
}

@keyframes zoomIn {
    from {
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes zoomIn {
    from {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
    }
}

.image-container.img {
    overflow: hidden;
}



.image-container img {
    animation: slide-in 4s forwards;
    /* 应用动画 */
    width: 100%;
}

@keyframes slide-in {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes slide-in {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


@media(min-width:480px) {

    /* 图片缩放 */
    .img-scale {
        overflow: hidde
    }

    .img-scale img {
        transform: scale(1);
        -webkit-transform: scale(1);
        transition: all 0.8s;
        -webkit-transition: all 0.8s
    }

    .img-scale:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1)
    }
}



/* 动画 */

.anim_up,
.anim_r {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}

.anim_up {
    transform: translateY(0.2667rem);
}

.anim_r {
    transform: translateX(0.667rem);
}

.atv .anim_up,
.atv .anim_r {
    opacity: 1;
}

.atv .anim_up {
    transform: translateY(0);
}

.atv .anim_r {
    transform: translateX(0);
}

.atv .tit1 {
    transition-delay: 0.5s;
}

.atv .tit2 {
    transition-delay: 0.8s;
}

.atv .tit3 {
    transition-delay: 1.1s;
}

.atv .tit4 {
    transition-delay: 1.5s;
}


/* 伸缩布局 */
.flex-wrap {
    flex-wrap: wrap
}

.flex-row {
    flex-direction: row
}

.flex {
    display: flex;
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.fixed {
    position: fixed
}

.abs {
    position: absolute
}

.rel {
    position: relative
}

.border-box {
    box-sizing: border-box
}

.fw {
    font-weight: bold
}

.center {
    text-align: center
}

.content-center {
    align-content: center
}

.align-center {
    align-items: center
}

.text-right {
    text-align: right;
}

img {
    display: block
}

.ov {
    overflow: hidden
}

.l2,
.l3,
.l4,
.l5,
.l6,
.l6,
.l7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.l2 {
    -webkit-line-clamp: 2
}

.l3 {
    -webkit-line-clamp: 3
}

.l4 {
    -webkit-line-clamp: 4
}

.l5 {
    -webkit-line-clamp: 5
}

.l6 {
    -webkit-line-clamp: 6
}

.l7 {
    -webkit-line-clamp: 7
}

.l1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.img-scale img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.8s;
    -webkit-transition: all 0.8s
}

.img-scale:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}