@charset "UTF-8";

html {
    text-align: left !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.pageBox {
    min-height: 100vh;
}

body {
    overflow-x: hidden;
}

body .banner {
    overflow: visible !important;
    margin-top: -80px !important;
}

body.scrolling .bg {
    transition: none !important;
    transform: none !important;
}

.layui-main {
    width: 1440px;
}

.titleBox .titleImg {
    width: 543px;
    height: 72px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.titleBox .subTitle {
    width: 100%;
    height: 20px;
    position: relative;
}

.titleBox .subTitle .line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    width: 1440px;
    height: 1px;
    background: #237086;
}

.titleBox .subTitle .title_content {
    width: max-content;
    margin-left: 50%;
    transform: translateX(-50%);
    background: #237086;
    height: 20px;
    font-weight: 400;
    padding: 0 32px;
    line-height: 20px;
    letter-spacing: 3px;
    font-size: 14px;
    color: #ffffff;
    clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
}

.more {
    position: relative;
    cursor: pointer;
    width: 184px;
    height: 57px;
    border: 1px solid #237086;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 3px;
    color: #237086 !important;
}

.more .moreIcom {
    width: 24px;
    height: 16px;
    margin-left: 20px;
    background-image: url(https://hmltec.oss-cn-beijing.aliyuncs.com/yangxin/jszx/image/jt.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.more:hover {
    background: #237086;
    border: 1px solid #237086;
    color: #ffffff !important;
}

.more:hover .moreIcom {
    background-image: url(https://hmltec.oss-cn-beijing.aliyuncs.com/yangxin/jszx/image/jt1.png);
}

div {
    box-sizing: border-box;
}

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

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

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

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

.nav .layui-nav {
    /* 保证有子菜单的菜单项，三角标始终显示 */
    /* 覆盖 Layui 默认的隐藏 */
}

.nav .layui-nav .layui-nav-item a {
    color: #fff !important;
    min-width: 110px;
}

.nav .layui-nav .layui-nav-item .layui-nav-child {
    padding: 0 !important;
    border: none !important;
    position: relative;
    top: 0 !important;
}

.nav .layui-nav .layui-nav-item .layui-nav-child .c2 {
    height: 60px;
    line-height: 60px;
    background: rgba(15, 68, 97, 0.52);
}

.nav .layui-nav .layui-nav-item .layui-nav-child .c2:hover {
    background: rgba(15, 68, 97, 0.7);
}

.nav .layui-nav .layui-nav-item .layui-nav-child .layui-nav-child2 {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
}

.nav .layui-nav .layui-nav-item .layui-nav-child .layui-nav-child2 .c3 {
    transition: all 0.3s;
    overflow: hidden;
    height: 0;
    line-height: 60px;
    background: rgba(15, 68, 97, 0.42);
}

.nav .layui-nav .layui-nav-item .layui-nav-child .layui-nav-child2 .c3:hover {
    background: rgba(15, 68, 97, 0.7);
}

.nav .layui-nav .layui-nav-item .layui-nav-child .has-child2:hover .layui-nav-child2 .c3 {
    transition: all 0.3s;
    height: 60px !important;
}

.nav .layui-nav .layui-nav-item:hover {
    background: rgba(15, 68, 97, 0.52);
}

.nav .layui-nav .navActive {
    background: rgba(15, 68, 97, 0.52) !important;
}

.nav .layui-nav .layui-nav-bar {
    display: none;
}

.nav .layui-nav .layui-nav-item.has-child>a::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
}

.nav .layui-nav .has-child2>a::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 3px 6px 3px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.nav .layui-nav .layui-nav .layui-nav-more {
    display: none !important;
}

.header .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .head .head-right-box {
    display: flex;
    align-items: center;
    justify-content: start;
}

.langBox {
    cursor: pointer;
    margin-left: 30px;
    width: 64px;
    height: 27px;
    overflow: hidden;
    border: 1px solid #ffffff;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
}

.langBox .showLang {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.langBox .showLang .xl {
    width: 12px;
    height: 6px;
    margin-left: 10px;
}

.langBox .lang-item-content .lang-item {
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
}

.langBox .lang-item-content .lang-item:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.langBox:hover {
    margin-top: 28px;
    height: 52px;
    transition: all 0.3s;
}

.bannerSwiper {
    position: relative;
    margin-top: -80px;
    width: 100vw;
    height: 840px;
    /* 默认分页器容器 */
}

.bannerSwiper .swiper-wrapper {
    display: flex;
}

.bannerSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 840px;
    background-size: 100% 100% !important;
}

.bannerSwiper .swiper-pagination-bullets {
    margin-bottom: 53px;
    margin-left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    bottom: 53px;
    padding: 9px 16px;
    background: rgba(28, 30, 29, 0.5);
    border-radius: 13px;
    /* 每个圆点 */
    /* 激活状态：拉长为椭圆形，变蓝色 */
}

.bannerSwiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s;
}

.bannerSwiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 15px;
    background: #3699de;
    border-radius: 4px;
}

.bodyCenter {
    width: 100%;
    margin-top: -80px;
    /*margin:0 auto;*/
    position: relative;
    z-index: 2;
}

.maskBox {
    position: absolute;
    width: 100%;
    height: 1999px;
    top: -123px;
    overflow: hidden;
    background: url(https://hmltec.oss-cn-beijing.aliyuncs.com/dabieshan/site/bg1.png) repeat-y center;
    background-size: 100% 100%;
}

.yx {
    padding-top: 53px;
}

.yx .yxContent {
    margin-top: 73px;
}

.yx .yxContent .top {
    width: 100%;
    height: 325px;
    display: flex;
}

.yx .yxContent .top .topLeft {
    margin-right: 133px;
}

.yx .yxContent .top .topLeft .jj {
    width: 769px;
    text-indent: 2em;
    font-weight: 400;
    line-height: 47px;
    font-size: 18px;
    color: #353535;
    margin-bottom: 62px;
}

.yx .yxContent .top .topRight {
    width: 483px;
    height: 216px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.yx .yxContent .top .topRight .topRightImg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.yx .yxContent .top .topRight .mask {
    width: 100%;
    color: #fff;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20px;
    height: 30%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    padding: 20px 26px 31px 26px;
}

.yx .yxContent .bottom {
    width: 100%;
    margin-top: -100px;
}

.yx .yxContent .bottom .imgBox {
    width: fit-content;
    display: flex;
    align-items: flex-start;
}

.yx .yxContent .bottom .imgBox .imgBoxImg {
    overflow: hidden;
    position: relative;
}

.yx .yxContent .bottom .imgBox .imgBoxImg .Img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.yx .yxContent .bottom .imgBox .imgBoxImg .mask {
    width: 100%;
    color: #fff;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 15px;
    height: 30%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    padding: 20px 26px 31px 26px;
}

.yx .yxContent .bottom .imgBox .imgBoxImg:nth-child(1) {
    margin-left: 752px;
    width: 323px;
    height: 163px;
    border-radius: 10px;
    margin-right: 18px;
}

.yx .yxContent .bottom .imgBox .imgBoxImg:nth-child(2) {
    width: 150px;
    height: 134px;
    border-radius: 10px;
}

.hxjd {
    margin-top: 111px;
}

.hxjd .hxjd_content {
    margin-top: 55px;
    display: flex;
}

.hxjd .hxjd_content .leftBox {
    width: 360px;
    height: 486px;
}

.hxjd .hxjd_content .hxjdItem {
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}

.hxjd .hxjd_content .hxjdItem .bg {
    will-change: transform;
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.hxjd .hxjd_content .hxjdItem .mask {
    position: relative;
    width: 100%;
    height: 60%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    padding: 0 26px 31px 26px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.hxjd .hxjd_content .hxjdItem .mask .title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 12px;
}

.hxjd .hxjd_content .hxjdItem .mask .line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.7;
}

.hxjd .hxjd_content .hxjdItem .mask .subTitle {
    margin-top: 10px;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    color: #ffffff;
    line-height: 21px;
    transition: height 0.3s;
}

.hxjd .hxjd_content .rightBox {
    display: flex;
    flex-wrap: wrap;
}

.hxjd .hxjd_content .rightBox .itemBox:nth-child(1) .hxjdItem {
    width: 540px;
    height: 243px;
}

.hxjd .hxjd_content .rightBox .itemBox:nth-child(2) .hxjdItem {
    width: 270px;
    height: 243px;
}

.hxjd .hxjd_content .rightBox .itemBox:nth-child(3) .hxjdItem {
    width: 270px;
    height: 243px;
}

.hxjd .hxjd_content .rightBox .itemBox:nth-child(4) .hxjdItem {
    width: 270px;
    height: 243px;
}

.hxjd .hxjd_content .rightBox .itemBox:nth-child(5) .hxjdItem {
    width: 270px;
    height: 243px;
}

.hxjd .hxjd_content .rightBox .itemBox:nth-child(6) .hxjdItem {
    width: 540px;
    height: 243px;
}

.hxjd .hxjd_content .hxjdItem:hover .bg {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.hxjd .hxjdMore {
    width: 100%;
    margin-top: 57px;
    display: flex;
    justify-content: center;
}

.zxhd {
    margin-top: 260px;
    position: relative;
}

.zxhd .zxhd_content {
    margin-top: 86px;
    display: flex;
}

.zxhd .zxhd_content .leftBox {
    width: 640px;
    height: 480px;
    margin-right: 66px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
}

.zxhd .zxhd_content .leftBox .icon {
    position: absolute;
    width: 93px;
    height: 32px;
    top: 0;
    left: 0;
    z-index: 2;
}

.zxhd .zxhd_content .leftBox .bg {
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.zxhd .zxhd_content .leftBox .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(53, 53, 53, 0.7);
    padding: 20px 32px;
    width: 100%;
    height: 147px;
}

.zxhd .zxhd_content .leftBox .mask .title {
    font-weight: bold;
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 17px;
}

.zxhd .zxhd_content .leftBox .mask .subTitle {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.zxhd .zxhd_content .zxItem .bg {
    will-change: transform;
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.zxhd .zxhd_content .zxItem:hover .itemTitle {
    color: #237086 !important;
}

.zxhd .zxhd_content .zxItem:hover .bg {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.zxhd .zxhd_content .rightBox .zxItem {
    display: flex;
    margin-bottom: 37px;
}

.zxhd .zxhd_content .rightBox .zxItem .itemLeft {
    width: 459px;
}

.zxhd .zxhd_content .rightBox .zxItem .itemLeft .itemTitle {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
}

.zxhd .zxhd_content .rightBox .zxItem .itemLeft .itemDes {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.zxhd .zxhd_content .rightBox .zxItem .itemLeft .time {
    margin-top: 27px;
    display: flex;
    align-items: center;
}

.zxhd .zxhd_content .rightBox .zxItem .itemLeft .time .timeIcon {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}

.zxhd .zxhd_content .rightBox .zxItem .itemLeft .time .timeText {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.zxhd .zxhd_content .rightBox .zxItem .itemRightBox {
    margin-left: 38px;
    width: 237px;
    height: 136px;
    overflow: hidden;
    position: relative;
}

.zxhd .zxMore {
    width: 100%;
    margin-top: 73px;
    display: flex;
    justify-content: center;
}

.wzjq {
    margin-top: 217px;
}

.wzjq .menu {
    margin-top: 27px;
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.wzjq .menu .menuItem {
    cursor: pointer;
    margin-right: 33px;
    width: 195px;
    height: 59px;
    border: 3px solid #0f4461;
    background: #e0f5fe;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    color: #237086;
}

.wzjq .menu .menuItem .wzIcon {
    width: 19px;
    height: 19px;
    margin-right: 19px;
}

.wzjq .menu .act {
    border: 3px solid #237086;
    background: #237086;
    color: #e0f5fe;
}

.wzjq .menu .menuItem:nth-last-child(1) {
    margin-right: 0;
}

.wzjq .swiperBox {
    width: 1920px;
    overflow-x: hidden;
    margin: 0 auto;
    height: 593px;
}

.wzjq .swiperBox .swiper-wrapper {
    width: 100%;
    display: flex;
    height: 543px;
}

.wzjq .swiperBox .swiper-wrapper .swiper-slide {
    width: 330px !important;
    margin-right: 40px;
}

.wzjq .swiperBox .wzItem {
    width: 330px;
    height: 543px;
    background: #ffffff;
    box-shadow: 12px 20px 24px 0px rgba(0, 58, 80, 0.21);
}

.wzjq .swiperBox .wzItem .itemTop {
    width: 330px;
    height: 330px;
}

.wzjq .swiperBox .wzItem .itemContent {
    padding: 30px 23px;
}

.wzjq .swiperBox .wzItem .itemContent .itemTitle {
    font-weight: 400;
    font-size: 28px;
    color: #333333;
}

.wzjq .swiperBox .wzItem .itemContent .keyword {
    width: fit-content;
    height: 33px;
    padding: 0 10px;
    margin-top: 18px;
    background: rgba(35, 112, 134, 0.2);
    border-radius: 6px;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #237086;
}

.wzjq .swiperBox .wzItem .itemContent .price {
    display: flex;
    align-items: center;
    margin-top: 45px;
    font-weight: bold;
    font-size: 18px;
    color: #f1a81c;
}

.wzjq .swiperBox .wzItem .itemContent .price .num {
    font-size: 24px;
}

.wzjq .menuBox {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1920px;
    margin: 0 auto;
    margin-top: 50px;
}

.wzjq .wzMore {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 95px;
}

.maskBox2 {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 1574px;
    top: 3180px;
    overflow: hidden;
    background: url(https://hmltec.oss-cn-beijing.aliyuncs.com/yangxin/jszx/image/bg2.png) repeat-y center;
    background-size: 100% 100%;
}

.ywgl {
    margin-top: 225px;
}

.ywgl .glMore {
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.ywgl .ywgl_content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.ywgl .ywgl_content .glItem {
    width: 696px;
    height: 229px;
    border: 1px solid #b5b5b5;
    display: flex;
    margin-bottom: 32px;
    justify-content: space-between;
}

.ywgl .ywgl_content .glItem .itemImgBox {
    flex-shrink: 0;
    width: 348px;
    height: 228px;
    position: relative;
    overflow: hidden;
}

.ywgl .ywgl_content .glItem .itemImgBox .itemLeft {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    will-change: transform;
    transition: transform 0.3s ease;
}

.ywgl .ywgl_content .glItem .itemRight {
    padding: 0 24px;
}

.ywgl .ywgl_content .glItem .itemRight .rightTop {
    margin-top: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ywgl .ywgl_content .glItem .itemRight .rightTop .itemTitle {
    width: 243px;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    margin-right: 27px;
}

.ywgl .ywgl_content .glItem .itemRight .rightTop .titleRight {
    width: 28px;
    height: 20px;
    background-image: url(https://hmltec.oss-cn-beijing.aliyuncs.com/yangxin/jszx/image/jt3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ywgl .ywgl_content .glItem .itemRight .rightDes {
    margin-top: 37px;
    font-weight: 400;
    font-size: 16px;
    color: #838383;
}

.ywgl .ywgl_content .glItem_a:nth-child(1) {
    margin-right: 45px;
}

.ywgl .ywgl_content .glItem_a:nth-child(3) {
    margin-right: 45px;
}

.ywgl .ywgl_content .glItem_a:hover .itemTitle {
    color: #237086 !important;
}

.ywgl .ywgl_content .glItem_a:hover .titleRight {
    background-image: url(https://hmltec.oss-cn-beijing.aliyuncs.com/yangxin/jszx/image/jt.png) !important;
}

.ywgl .ywgl_content .glItem_a:hover .itemLeft {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.yxfooter {
    margin-top: 27px;
    height: 488px;
    background: url(https://hmltec.oss-cn-beijing.aliyuncs.com/yangxin/jszx/image/bottom.png) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    overflow: hidden;
    color: #f2f2f2;
    font-size: 16px;
}

.yxfooter .footerContent {
    padding: 197px 0 130px 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.yxfooter .footer_Left {
    display: flex;
}

.yxfooter .footer_Left .footer_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 77px;
}

.yxfooter .footer_Left .footer_item .imgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 16px;
}

.yxfooter .footer_Left .footer_item .imgbox img {
    width: 116px;
    height: 116px;
    border-radius: 50%;
}

.yxfooter .footer_Left .footer_item .imgbox .imgBox2 {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.yxfooter .footer_Left .footer_item .imgbox .imgBox2 img {
    width: 106px;
    height: 106px;
    border-radius: 50%;
}

.yxfooter .footer_Left .footer_item .imgbox1 {
    border-radius: 5px;
}

.yxfooter .footer_Left .footer_item .imgbox1 img {
    border-radius: 5px;
}

.yxfooter .footer_Left .footer_item_text {
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
}

.yxfooter .footer_Right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.yxfooter .footer_Right .footer_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.yxfooter .footer_Right .footer_item .footer_logo {
    width: 140px;
    height: 107px;
}

.yxfooter .footer_Right .tag {
    margin-top: 43px;
    font-weight: 400;
    font-size: 14px;
}

.yxfooter .footer_Right .tag a {
    color: rgba(255, 255, 255, 0.6) !important;
}

.fixed {
    z-index: 99;
    position: fixed;
    right: 0px;
    bottom: 420px;
    width: 70px;
    background: #ffffff;
    box-shadow: -2px 4px 10px 0px rgba(0, 31, 44, 0.19);
    border-radius: 10px 0px 0px 10px;
    padding: 0 9px;
}

.fixed .fixedItem {
    cursor: pointer;
    display: flex;
    height: 72px;
    width: 52px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #d8d8d8;
}

.fixed .fixedItem .topImg {
    width: 31px;
    height: 22px;
    background-image: url(https://hmltec.oss-cn-beijing.aliyuncs.com/yangxin/jszx/image/weixin1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.fixed .fixedItem .text {
    margin-top: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.fixed .fixedItem .leftBox {
    position: absolute;
    right: 140%;
    top: 50%;
    transform: translateY(-50%);
    width: 129px;
    height: 123px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #919191;
    background-color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
}

.fixed .fixedItem .leftBox .code {
    width: 99px;
    height: 99px;
}

.fixed .fixedItem .leftBox:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -16px;
    margin-top: -12px;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
    z-index: 2;
}

.fixed .fixedItem .leftBox:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -14px;
    border: 10px solid transparent;
    border-left: 10px solid #919191;
    z-index: 1;
}

.fixed .fixedItem .telBox {
    height: 50px;
}

.fixed .fixedItem:nth-last-child(1) {
    border: none;
}

.fixed .fixedItem1 .topImg {
    background-image: url(https://hmltec.oss-cn-beijing.aliyuncs.com/yangxin/jszx/image/weixin1.png);
}

.fixed .fixedItem1:hover .topImg {
    background-image: url(https://hmltec.oss-cn-beijing.aliyuncs.com/yangxin/jszx/image/weixin.png);
}

.fixed .fixedItem1:hover .text {
    color: #237086;
}

.fixed .fixedItem1:hover .leftBox1 {
    display: flex;
}

.fixed .fixedItem2 .topImg {
    width: 25px;
    height: 25px;
    background-image: url(https://hmltec.oss-cn-beijing.aliyuncs.com/yangxin/jszx/image/dy1.png);
}

.fixed .fixedItem2:hover .topImg {
    background-image: url(https://hmltec.oss-cn-beijing.aliyuncs.com/yangxin/jszx/image/dy.png);
}

.fixed .fixedItem2:hover .text {
    color: #237086;
}

.fixed .fixedItem2:hover .leftBox2 {
    display: flex;
}

.fixed .fixedItem3 .topImg {
    width: 23px;
    height: 21px;
    background-image: url(https://hmltec.oss-cn-beijing.aliyuncs.com/yangxin/jszx/image/dh.png);
}

.fixed .fixedItem3:hover .topImg {
    background-image: url(https://hmltec.oss-cn-beijing.aliyuncs.com/yangxin/jszx/image/dh1.png);
}

.fixed .fixedItem3:hover .text {
    color: #237086;
}

.fixed .fixedItem3:hover .leftBox3 {
    display: flex;
}

.fixed .fixedItem4 .topImg {
    width: 26px;
    height: 26px;
    background-image: url(https://hmltec.oss-cn-beijing.aliyuncs.com/yangxin/jszx/image/xcx1.png);
}

.SHOW {
    width: 1448px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.SHOW .titleBox {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.SHOW .titleBox .title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

.SHOW .titleBox .other {
    display: flex;
}

.SHOW .titleBox .other .otherItem {
    margin-right: 87px;
    height: 58px;
    border-left: 1px solid rgba(102, 102, 102, 0.45);
    padding-left: 13px;
}

.SHOW .titleBox .other .otherItem .otherTop {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
}

.SHOW .titleBox .other .otherItem .otherTop .icon {
    width: 16px;
    object-fit: contain;
    height: 16px;
    margin-right: 4px;
    font-weight: bold;
    font-size: 16px;
    color: #323336;
}

.SHOW .titleBox .other .otherItem .otherBottom {
    font-weight: 400;
    font-size: 16px;
    color: #323336;
}

.SHOW .titleBox .other .otherItem:nth-last-child(1) {
    margin-right: 0;
}

.SHOW .content .thumb {
    margin-top: 30px;
    width: 1448px;
    height: auto;
    margin-bottom: 20px;
}

.SHOW .content .videBox {
    margin-top: 20px;
    width: 1448px;
    height: 60vh;
}

.SHOW .content .swiperBox {
    margin-top: 30px;
    width: 1448px;
    overflow: hidden;
    height: 75vh !important;
}

.SHOW .content .swiperBox .mySwiper {
    overflow: visible !important;
    --swiper-navigation-color: #237086;
    /* 单独设置按钮颜色 */
}

.SHOW .content .swiperBox .mySwiper .swiper-wrapper {
    display: flex;
}

.SHOW .content .swiperBox .mySwiper .swiper-pagination {
    margin-top: 30px;
    margin-left: 50%;
    transform: translateX(-50%) translateY(30px);
}

.SHOW .content .swiperBox .mySwiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
}

.SHOW .content .swiperBox .mySwiper .swiper-wrapper .swiper-slide img {
    width: auto;
    max-width: 100%;
    height: 70vh !important;
}

.SHOW .content .menpiao {
    display: flex;
    flex-direction: column;
}

.SHOW .content .menpiao .styled-table {
    border-collapse: collapse;
    /* 合并边框 */
    width: 100%;
    margin: 25px 0;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.SHOW .content .menpiao .styled-table thead tr {
    background-color: #405e73;
    color: #ffffff;
    text-align: left;
}

.SHOW .content .menpiao .styled-table th,
.SHOW .content .menpiao .styled-table td {
    padding: 12px 15px;
}

.SHOW .content .menpiao .styled-table th img,
.SHOW .content .menpiao .styled-table td img {
    width: 100px;
    height: 100px;
}

.SHOW .content .menpiao .styled-table th .seeDetailBox,
.SHOW .content .menpiao .styled-table td .seeDetailBox {
    height: 100px;
    display: flex;
    align-items: center;
}

.SHOW .content .menpiao .styled-table th .seeDetailBox .seeDetail,
.SHOW .content .menpiao .styled-table td .seeDetailBox .seeDetail {
    width: 139px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #405e73;
    border: 1px solid #405e73;
}

.SHOW .content .menpiao .styled-table th .seeDetailBox .seeDetail:hover,
.SHOW .content .menpiao .styled-table td .seeDetailBox .seeDetail:hover {
    background: #405e73;
    color: #fff;
}

.SHOW .content .menpiao .styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.SHOW .content .menpiao .styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.SHOW .content .menpiao .styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #405e73;
}

.SHOW .content .menpiao .styled-table tbody tr:hover {
    background-color: #f1f1f1;
    font-weight: bold;
    color: #405e73;
}

.SHOW .content .smallInfoBox {
    width: 60%;
    margin-left: 50%;
    transform: translateX(-50%);
}

.SHOW .content .infoBox {
    margin-top: 50px;
}

.SHOW .content .infoBox .richImg {
    max-width: 100%;
    max-height: 100%;
    display: block;
    height: auto !important;
    width: 100%;
}

.SHOW .content .infoBox .infoTitle {
    font-size: 20px;
    margin-bottom: 20px;
}