﻿@charset "utf-8";
@import url(iconfont.css);

:root {
    --body:var(--white);
    --black: #000;
    --white:#fff;
    --header: #0A165E;
    --theme: #2B4DFF;
    --red: #e7141a;
    --text: #5E5F63;
    --border: #D9D9D9;
    --border-2: #D4DCED;
    --bg: #F5F6F8;
    --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    --orange: #eb853a;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
}

body {
    font-family: 'PingFang SC,Arial,microsoft yahei';
    /*font-family:"Microsoft YaHei Light","PingFang SC Light";*/
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    padding-top: 0;
    overflow-x: hidden;
    color: #303943;
    -webkit-overflow-scrolling: touch;
    background:var(--white);
}

.clear {
    clear: both;
    margin: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.u-row-between {
    justify-content: space-between;
}

.u-row-center {
    justify-content: center;
}

.u-flex-wrap {
    flex-wrap: wrap;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.b {
    font-weight: bold;
}

i,
em {
    font-style: normal;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.impact {
    font-family: impact;
}

.layui-left {
    float: left;
}

.layui-right {
    float: right;
}

@media screen and (min-width: 320px) {}

@media screen and (min-width: 375px) {}

@media screen and (min-width: 414px) {}

@media screen and (min-width: 568px) {}

@media screen and (min-width: 768px) {}

@media (min-width: 1024px) {}

@media (min-width: 1100px) {}

@media (min-width: 1280px) {}

@media (min-width: 1366px) {}

@media (min-width: 1440px) {}

@media (min-width: 1680px) {}

@media (min-width: 1920px) {}

.layui-col-space90 {
    margin: 45px;
}

.layui-col-space90>* {
    padding: 45px;
}

.layui-col-space50 {
    margin: -25px;
}

.layui-col-space50>* {
    padding: 25px;
}

.layui-col-space40 {
    margin: -20px;
}

.layui-col-space40>* {
    padding: 20px;
}

.layui-col-space30 {
    margin: -15px;
}

.layui-col-space30>* {
    padding: 15px;
}

.layui-col-space20 {
    margin: -10px;
}

.layui-col-space20>* {
    padding: 10px;
}

.u-p-lr {
    padding-left: 8%;
    padding-right: 8%;
}

.u-p-tb {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.u-p-t {
    padding-top: 4rem;
}

.text-c {
    text-align: center !important;
}

.line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.clamp1 {
    white-space: nowrap;
}

.clamp2 {
    -webkit-line-clamp: 2;
}

.clamp3 {
    -webkit-line-clamp: 3;
}

.clamp4 {
    -webkit-line-clamp: 4;
}

.text-yellow {
    color: #fdd000;
}

.text-666 {
    color: #666 !important;
}

.text-gray {
    color: #ccc;
}

.text-white {
    color: #fff !important;
}

.bg-white {
    background-color:var(--white);
}

.bg-black {
    background-color: #000;
}

.w1360 {
    width: 1360px;
    margin: 0 auto;
}

.w1200 {
    width: 1260px;
    margin: 0 auto;
}

@media screen and (min-width: 1400px) {
    .layui-container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
}

.home_nav .layui-nav .layui-nav-item a:hover,
.home_nav .layui-nav>.layui-index>a {
    color:var(--red) !important;
}

/* 头部 */
.home_navbar {
    width: 100%;
    height: 100px;
    min-width: 1360px;
    line-height: 100px;
    background:var(--white);
    position: fixed;
    top: 0px;
    left: 0px;
    transition: all 0.4s;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%);
    z-index: 25;
}

.home_navbar.fixed {
    z-index: 55;
    top: 0px;
}

.home_logo {
    overflow: hidden;
    padding: 15px 0 15px 5rem;
    width: 170px;
}

.home_logo img {
    width: 100%;
    height: 70px;
    display: block;
}

.home_tel {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 22;
}

.home_tel .home_kefu {
    text-align: center;
    flex: inherit;
    width: 236px;
    background: var(--theme);
    color:var(--white);
    font-size: 22px;
}

.home_tel .home_kefu .iconfont {
    font-size: 24px;
    margin-right: 15px;
}

.home_nav {
    text-align: center;
    /*padding: 0 10%;*/
    margin-right: 30px;
}

.home_nav .search-box {
    display: none
}

.home_nav .layui-nav,
.home_nav .layui-nav .layui-this:after,
.home_nav .layui-nav-bar {
    background: none;
}

.home_nav .layui-nav {
    /* display: flex;
    flex-direction: row; */
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 0;
}

.home_nav .layui-nav li {
    font-size: 16px;
    font-weight: 700;
    padding: 0 2.0625rem;
    color: #666;
    position: relative;
    cursor: pointer;
    line-height: inherit;
}

.home_nav .layui-nav>li a {
    color: var(--black);
    display: block;
    padding: 0;
    font-size: 16px;
}

.home_nav .layui-nav .layui-nav-more {
    display: none;
}

.home_nav .layui-nav li .layui-nav-child {
    position: absolute;
    background:var(--white);
    box-shadow: 0 1px 2px 0 #dcdfe4;
    width: 110px;
    left: 0;
    text-align: center;
    overflow: hidden;
    transition: all 0.5s;
    top: 100px;
    padding: 0;
    line-height: inherit;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.home_nav .layui-nav li .layui-nav-child dd a {
    display: block;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    margin: 0 20px;
    color: #333;
    font-weight: 700;
    border-bottom: 1px solid rgba(158, 164, 174, 0.2);
    transition: all 0.2s;
    text-align: left;
}

.home_nav .layui-nav li .layui-nav-child dd a:hover {
    background: none;
    transform: translateX(4px);
    color: #666;
}

.home_nav .layui-nav li .layui-nav-child a:last-child {
    border-bottom: 0px;
}

/* 轮播图 */
.home_lunbo {
    cursor: pointer;
    width: 100%;
    /*height: calc(100vh - 100px);*/
    /* margin-top: 84px; */
    background: #f4f5f9;
    position: relative;
}

.home_lunbo .swiper-container {
    height: 100%;
}

.home_lunbo .swiper-slide img {
    width: 100%;
    height:100%;
}

.home_lunbo .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    background:var(--white);
    opacity: 1;
}

.home_lunbo .swiper-pagination-bullet-active {
    background: var(--theme);
}

.home_lunbo .swiper-slide-active .pc {
    animation: swiper_img_move 8s linear 0s infinite normal both;
}

@-webkit-keyframes swiper_img_move {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes swiper_img_move {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.service {
    padding-top: 100px;
}

/* 公司简介 */
.home_title {
    font-size: 1.375rem;
    font-family: sans-serif, MicrosoftYaHei;
    font-weight: 900;
    color: #cdcdcd;
    position: relative;
    margin-bottom: 0.9375rem;
}

.home_title h3 {
    /*position: absolute;
    left: 0;
    top: 2.8125rem;*/
    font-size: 2.375rem;
    font-family: sans-serif, MicrosoftYaHei;
    color: var(--black);
    font-weight: 600;
}

.subtitle {
    font-size: 1.125rem;
    font-family: sans-serif, MicrosoftYaHei;
    color: var(--black);
    line-height: 2.125rem;
    margin: 1.5rem 0 8.125rem;
    text-align: left;
}

.home_title .desc {
    font-size: 16px;
    color: #818181;
    padding: 0px 10% 0px;
    line-height: 1.4;
    text-align: center;
}

.partnerstit {
    font-family: sans-serif, MicrosoftYaHei;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 5px;
    color: rgba(0, 0, 0, 0.6);
}

.partnerstit2 {
    font-family: sans-serif, MicrosoftYaHei;
    font-size: 1.125rem;
    letter-spacing: 1px;
    padding-bottom: 20px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: normal;
}

.case-box {
    position: relative;
    /*padding: 0 50px;*/
}

.case-box .honor_card-box {
    margin-left: 0;
}

.case-box .honor_card-box li {
    margin-left: 0px;
    margin-bottom: 10px;
}
.case-box .honor_card-box li .case-item {
  padding: 10px;
  border: 1px solid rgba(25, 37, 104, 0.08);
  border-radius: 25px 0px;
  transition: all 0.4s ease-in-out;
}
.case-box .honor_card-box li .case-item  .img {
    height: 460px;
    overflow:hidden;
    border-radius:25px 0;
}
.case-box .honor_card-box li .case-item  .img img{
      border-radius:25px 0;
      width:100%;
      height:100%;
}
.case-box .honor_card-box li .case-item:hover {
  border: 1px solid var(--theme);
}
.case-box .honor_card-box li .card-info {
    text-align: center;
}
.case-box .honor_card-box li .case-item .card-info {
    padding:10px 0;
}
/* .case-box .swiper-button-next,.case-box .swiper-button-prev{
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #6e6e6e;
    border-radius: 2px;
} */

/* 底部 */
.home_footer {
    padding: 44px 0 25px;
    background: #0a142d;
    text-align: center;
    color:var(--white);
}

.home_footer-box {
    margin: auto auto 20px;
}

.home_footer .home_footer-box>.footer-flex dl.dl2 {
    text-align: left;
    cursor: pointer;
    /* width: 15%; */
}

.home_footer .home_footer-box>.footer-flex dl.dl2 dt {
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 15px;
}

.home_footer .home_footer-box>.footer-flex dl.dl2 dt a {
    color:var(--white);
}

.home_footer .home_footer-box>.footer-flex dl.dl2 dd {
    font-size: 15px;
    color: #86898d;
}

.home_footer .home_footer-box>.footer-flex dl.dl2 dd a {
    color: #86898d;
    margin-top: 4px;
    margin-bottom: 12px;
    display: block;
}

.home_footer .home_footer-box>.footer-flex dl.dl2 dd a:hover {
    color:var(--white);
}

.home_footer .home_footer-box>.footer-flex dl.contact {
    text-align: left;
    border-left: 1px solid rgba(158, 164, 174, 0.2);
    padding: 0 0px 0 60px;
    /* width: 30%; */
}

.home_footer .home_footer-box>.footer-flex dl.contact dd p {
    color: #818181;
    font-size: 14px;
    margin: 4px 0;
}

.footer_link {
    text-align: left;
    border-bottom: 1px solid rgba(158, 164, 174, 0.2);
    padding-bottom: 23px;
    margin-bottom: 5px;
}

.footer_link a {
    color: #818181;
    font-size: 14px;
}

.footer_link a:hover {
    color: #fff !important;
}

.footer_copy {
    padding-top: 15px;
}

.footer_copy,
.footer_copy a {
    color: #818181;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

/* 右侧信息 */
.side {
    position: fixed;
    width: 78px;
    right: 0;
    bottom: 18%;
    z-index: 100;
}

.side ul li {
    width: 68px;
    height: 68px;
    float: left;
    position: relative;
    border: 1px solid #e0e0e0;
    color: var(--black);
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    background:var(--white);
    margin-top: -1px;
}

.side ul li:hover {
    background: var(--theme);
    color:var(--white);
}

.side ul li:hover a {
    color:var(--white);
}

.side ul>li>i.iconfont,
.side ul li.sidetop i.iconfont {
    margin-bottom: 1px;
    display: block;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-size: 30px;
    margin-top: 12px;
}

.side ul li .sidebox {
    position: absolute;
    width: 78px;
    height: 78px;
    top: 0;
    right: 0;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.side ul li.sidetop {
    background: var(--theme);
    color:var(--white);
    border: 0px;
}

.side ul li.sidetop:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
    -webkit-filter: Alpha(opacity=80);
}

.side ul li.sidetop a {
    color:var(--white);
}

.side ul li.sideewm .ewBox.son {
    width: 272px;
    display: none;
    color: #363636;
    text-align: center;
    padding: 15px;
    position: absolute;
    left: -304px;
    top: 0px;
    background:var(--white);
    border: 1px solid #e0e0e0;
}

.side ul li.sideewm .ewBox.son .wxc {
    float: left;
    margin: 0 8px;
}

.side ul li.sideewm .ewBox.son .wxc img {
    width: 120px;
    height: 120px;
}

.side ul li.sideewm .ewBox.son .wxc p {
    line-height: 1.6;
    color: var(--black);
    font-size: 14px;
    padding-top: 6px;
}

.side ul li.sideewm .ewBox.son .wxc .p1 {
    font-size: 18px;
    font-weight: bold;
    color: #383838;
}

.side ul li.sideewm .ewBox.son .wxc .p2 {
    margin: 0px 0 15px;
    font-size: 14px;
    color: #8b8b8c;
    letter-spacing: 1px;
}

.side ul li.sideetel .telBox.son {
    width: 240px;
    display: none;
    color:var(--white);
    text-align: left;
    position: absolute;
    left: -240px;
    top: -80px;
    background: var(--theme);
    z-index: 22;
}

.side ul li.sideetel .telBox dd {
    height: 117.5px;
    overflow: hidden;
    padding-left: 25px;
    line-height: 24px;
    font-size: 18px;
}

.side ul li.sideetel .telBox dd>i.iconfont {
    font-size: 36px;
    float: left;
    margin-top: 48px;
}

.side ul li.sideetel .telBox dd .tel-text {
    margin-left: 50px;
}

.side ul li.sideetel .telBox dd .tel-text span {
    display: block;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    margin-top: 32px;
    font-size: 18px;
}

.side ul li.sideetel .telBox dd.bgs1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.side ul li:hover .son {
    display: block !important;
    animation: fadein 1s;
    -webkit-animation: fadein 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 内页广告图 */
.service_bg {
    height: auto;
    overflow: hidden;
}

.service_bg>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* 面包屑导航 */
.service_tab--nav {
    width: 100%;
    height: 66px;
    line-height: 66px;
    background:var(--white);
    box-shadow: 0.25rem .3125rem .3875rem 0px #edf1f6;
}

.nav-tab a {
    font-size: 1rem;
    font-family: sans-serif, MicrosoftYaHei;
    color: #030000 !important;
}

.nav-tab a:hover {
    color: #0a40b9 !important;
}

.tz-scroll {
    white-space: nowrap;
    font-size: 16px;
    color: #141a1c;
    float: right;
}

.tz-scroll_wrap {
    position: relative;
}

.tz-scroll_wrap .tz-scroll-item {
    text-align: center;
    padding-right: 32px;
    color: #141a1c;
    display: inline-block;
    font-weight: 700;
}

.tz-scroll .tz-scroll-item>span {
    display: inline-block;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.tz-scroll .tz-scroll-item>span.active {
    color: var(--theme);
}

.tz-scroll .tz-scroll-item>span.active:after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    margin: 0 auto;
    background: var(--theme);
    position: absolute;
    bottom: 0;
}

.news_ult li {
    width: calc(25% - 1.5rem);
    margin-right: 1.75rem;
    margin-bottom: 3.25rem;
    border-radius: 1.25rem 0px;
    -webkit-box-shadow: 0 0 0.3875rem 0px #edf1f6;
    box-shadow: 0 3px 1.3875rem 0px #edf1f6;
}

.news_ult li:nth-child(4n) {
    margin-right: 0;
}

.news_ult li .img {
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
}

.news_ult li .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    object-fit: cover;
    border-radius: 1.25rem 0px;
}

.news_ult li:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news_ult li .case-info {
    padding: 1.3rem;
}

.news_ult li .case-info h4 {
    font-size: 1.1rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: var(--black);
    line-height: 1.6875rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px;
}

.news_ult li:hover .case-info h4 {
    color: var(--theme);
}

.news_ult li .case-info .desc {
    font-size: 0.95rem;
    font-family: MicrosoftYaHei;
    color: #656565;
    line-height: 1.625rem;
    margin-bottom: 1.1rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 78px;
}

.news_ult li .bq {
    color: #004bab;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #c3d8f5;
    padding: 0.15rem 0.35rem;
    background: #eff6ff;
}

/* 内容区 */
.home_news {
    /*background: #f2f2f2;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 0 !important;
}

.home_news .left {
    width: 18.75rem;
}

.home_news .news-list {
    width: calc(100% - 21.875rem);
    padding-bottom: 6.25rem;
}

.home_news .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.home_news .news-list {
    touch-action: pan-y;
}

.home_news .news-list li a:hover .case-info h4 {
    color: #005dea !important;
}

.home_introduction,
.home_case {
    background:var(--white);
    overflow: hidden;
}

.home_case .button_more {
    margin-top: 2.5rem;
}

.home_introduction .home_title {
    margin-bottom: 1.5rem;
}

.home_video {
    padding-bottom: 40px;
}

.number-section {
    background:var(--theme);
}
.number-info {
    padding: 40px 0 50px;
}

.number-info li {
    width: 25%;
    float: left;
    text-align: center;
    height: 90px;
    cursor: pointer;
}

.number-info li b {
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px;
    color: var(--white);
}

.number-info li b i {
    font-style: normal;
}

.number-info li b sup {
    position: absolute;
    font-size: 20px;
    right: -15px;
    top: -3px;
}
.number-info li p {
     color: var(--white);
     font-size:15px;
}
.company .img {
    /* width: 480px;
    float: left;*/
    margin-left: 15%;
    max-height: 28.125rem;
}

.company .img img {
    width: 100%;
    height: 460px;
    border-bottom-left-radius: 7.8125rem;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}

.home_introduction .info .text {
    margin: 0 auto;
    line-height: 30px;
    font-size: 16px;
    color: #2d3137;
    text-align: left;
}

.home_introduction .info .text span,
.home_introduction .info .text p {
    text-indent: 36px;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.home_introduction .info .more {
    display: inline-block;
    font-size: 16px;
    color: #0a5fff;
    font-weight: 700;
    cursor: pointer;
    display: block;
    margin-top: 25px;
}

.service_content-box .home_title {
    margin-bottom: 2.2rem;
}

.case_ul {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 50px; */
}

.case_ul li {
    width: 49%;
    background:var(--white);
    box-shadow: 4px 4px 20px 0 rgb(35 37 87 / 8%);
    margin: 0 2% 40px 0;
    overflow: hidden;
}

.case_ul li a {
    display: flex;
    justify-content: space-between;
}

.case_ul li:nth-of-type(2n) {
    margin-right: 0;
}

.case_ul li .img {
    width: 280px;
    height: 200px;
    overflow: hidden;
     border-radius:20px 0;
}
.case_ul li .img img{
    object-fit: cover;
}
.case_ul li .img img,
.news_ul li .img img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius:20px 0;
}

.case_ul li .img .imgd {
    object-fit: contain;
    background:var(--white);
    position: relative;
    z-index: 2;
}

.case_ul li .case-info {
    flex: 1;
    padding: 20px;
    text-align: left;
}

.case_ul li .case-info h4 {
    display: inherit;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.case_ul li .case-info .desc {
    font-size: 15px;
    color: #818181;
    margin-top: 12px;
    line-height: 1.6;
    font-weight: 400;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.case_ul li:hover .case-info h4 {
    color: var(--theme);
}

.case_ul li:hover .img img,
.news_ul li:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* 新闻中心 */
.news_ul {
    margin-top: 0px;
}

.news-list .swiper-slide {
    width: 25.3125rem;
}

.news-list li .slide-item {
    padding: 1.25rem 0.875rem;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 50px 0;
    background:var(--white);
    border:1px solid rgba(25, 37, 104, 0.08);
}

.news_ul li .img {
    width: 100%;
    height: 234px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    border-radius:20px 0;
}

.news_ul li .img img {
    width: 100%;
    height: 100%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.news_ul li .case-info {
    padding: 0;
    flex: initial;
}

.news_ul li .case-info h4 {
    font-weight: 500;
    font-family: sans-serif, MicrosoftYaHei;
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.875rem;
    height: 59px;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news_ul li:hover .case-info h4 {
    color:var(--theme);
}
.news_ul li .case-info .desc {
    margin-top: 15px;
    height: 70px;
    line-height: 1.6;
    font-weight: 400;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news_ul li .case-info .date {
    margin-top: 15px;
    color: #9ea4ae;
    font-size: 13px;
    position:relative;
}

.news_ul li .case-info .date i {
    margin-right: 3px;
}
.news_ul li .case-info .date .icon {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #F5F6F7;
  position: absolute;
  right: 9px;
  bottom: -11px;
  border-radius: 100%;
  transition: all 0.4s ease-in-out;
  }
.news_ul li .case-info .date .icon i {
    color: var(--theme);
    font-weight:bold;
}
.news_ul li .slide-item:hover .date .icon {
  background-color: var(--theme);
}
.news_ul li .slide-item:hover .date .icon i {
     color: var(--white);
}
.layui-form-select dl dd.layui-this {
    color: var(--theme);
}

.layui-btn-primary:hover {
    border-color: #1e9fff;
}

/* 内容详情页 */
.enter_text {
    padding-bottom: 40px;
    text-align: center;
}

.enter_text h3 {
    font-size: 24px;
    color: #141a1c;
    font-weight: 700;
}

.about-box .home_title h3 {
    /*left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);*/
}

.enter_info .image {
    display: block;
    max-width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 60px 0px;
}

.detail-box .enter_desc {
    font-size: 18px;
    color: #818181;
    padding: 12px 10% 0px;
    line-height: 1.4;
}

.detail-box .content {
    position: relative;
    color: var(--black);
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    padding-left: 30px;
}

.detail-box .content p {
    margin: 10px 0;
}

.detail-box .content img {
    max-width: 100%;
}

.detail-box .content strong {
    font-weight: bold;
}

/* 荣誉资质 */
.honor-box {
    padding-bottom: 1rem
}
.honor-box .honor_card-box {
    padding-bottom: 2.5rem
}
.honor-box .honor_card-box li .img {
    height: 250px;
}

.honor_card-box {
    margin-left: -2%;
}

/*.honor_card-box li {
    width: 23%;
    float: left;
    margin-left: 2%;
    margin-bottom: 25px;
    box-sizing: border-box;
    background:var(--white);
    box-shadow: 0 4px 20px 0 rgb(35 37 87 / 8%);
    overflow: hidden;
}*/

.honor_card-box li .img {
    height: 270px;
    overflow: hidden;
    position: relative;
}

.honor-ul li .img {
    padding: 10px;
}

.honor_card-box li .img img {
    /* max-width: 100%; */
    width: 100%;
    height: 100%;
    display: block;
    margin: 0px auto 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.honor_card-box li:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.honor_card-box li .imsg {
    height: 330px;
}

.honor_card-box li .img .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px auto auto -24px;
    color:var(--white);
    font-size: 48px;
    line-height: 48px;
    opacity: 0;
}

.honor_card-box li:hover .img .icon {
    opacity: 0.6;
}

.honor_card-box li .card-info {
    font-size: 16px;
    color: #000;
    position: relative;
    z-index: 11;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    text-align: left;
    padding: 12px 15px;
}

.honor_card-box li .card-info h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 22;
    font-size: 18px;
    text-align: center;
}

.honor_card-box li .card-info .desc {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    color: var(--black);
    line-height: 1.8;
    padding-top: 5px;
}

.honor_card-box li .card-info:after {
    position: absolute;
    left: 0;
    bottom: 100px;
    content: "";
    width: 100%;
    height: 100px;
    background: var(--theme);
    display: block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 10;
}

.honor_card-box li:hover .card-info:after {
    bottom: 0px;
}

.honor_card-box li:hover .card-info {
    color:var(--white);
}

.enter_more {
    font-weight: 700;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
}

.enter_more a {
    color: #0a5fff;
    font-size: 16px;
}

/* 视频中心 */
.video-index {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 15px;
}

.video-index .left-video {
    position: relative;
    /* width: 620px; */
    height: 430px;
    background:var(--white);
    box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.video-index .left-video .item-box {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video-index .left-video .item-box:hover .img-box>img,
.video-index .left-video .item-box:hover .img-box .el-image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.video-index .left-video .item-box .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-index .left-video .item-box .img-box>img,
.video-index .left-video .item-box .img-box .el-image {
    width: 100%;
    height: 100%;
    min-height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.video-index .left-box .item-box .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.01);
}

.video-index .left-video .item-box .txt-box:hover .icon {
    opacity: 0.5;
}

.video-index .left-video .item-box .txt-box .text {
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    display: block;
    padding: 5px 20px;
    color:var(--white);
    font-size: 20px;
    line-height: 28px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-index .left-video .item-box .txt-box .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px auto auto -28px;
    color:var(--white);
    font-size: 56px;
    line-height: 56px;
    opacity: 0;
}

.video-index .right-video {
    width: 620px;
}

.picture-list {
    display: flex;
    flex-flow: row wrap;
    margin: -20px 0 0 -20px;
    overflow: hidden;
}

.picture-list .nodata {
    margin: 20px 0 0 20px;
    padding: 30px;
    width: 100%;
    color: #999;
    text-align: center;
    line-height: 80px;
    border-radius: 3px;
    box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
    background:var(--white);
}

.picture-list .list-box {
    position: relative;
    display: block;
    margin: 20px 0 0 20px;
    width: 285px;
    height: 205px;
    background:var(--white);
    border-radius: 3px;
    box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    cursor: pointer;
}

.picture-list .list-box:hover .img-box>img,
.picture-list .list-box:hover .img-box .el-image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.picture-list .list-box:hover .txt-box .icon {
    opacity: 0.4;
}

.picture-list .list-box .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.picture-list .list-box .img-box>img,
.picture-list .list-box .img-box .el-image {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.picture-list .list-box .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.01);
}

.picture-list .list-box .txt-box .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px auto auto -24px;
    color:var(--white);
    font-size: 48px;
    line-height: 48px;
    opacity: 0;
}

.picture-list .list-box .txt-box .text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    padding: 10px;
    color:var(--white);
    font-size: 14px;
    line-height: 20px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.el-image__error,
.el-image__inner,
.el-image__placeholder {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
}

.button_more {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 14px 20px;
    min-width: 100px;
    border-radius: 100px;
}

.button_more:before {
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: var(--header);
    z-index: -1;
    transition: all 0.4s ease-out;
    border-radius: inherit;
}

.button_more a {
    color: var(--white);
    font-size: 14px;
}

.button_more:hover {
    color: var(--white);
    box-shadow: none;
}

.button_more:hover::before {
    width: 100%;
}

/* 产品中心 */
.hidden {
    display: none;
}

ul.list {
    overflow: hidden;
}

.product-nav {
    text-align: center;
    margin-bottom: 35px;
}

.product-nav a {
    width: 120px;
    height: 44px;
    line-height: 44px;
    color:var(--white);
    text-align: center;
    background: #999;
    display: inline-block;
    margin: 0 10px;
    border-radius: 25px;
}

.product-nav .nav_current {
    background: var(--theme);
}

.pro-box li {
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/*.home_product {
    background: #f6f6f6;
}*/

.home_product .subtitle,
.home_case .subtitle {
    margin-bottom: 3rem;
}

.home_product .home_title h3,
.home_case .home_title h3 {
    /*left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
}

.product-box .pro-box li{
  width: 31%;
    float: left;
    margin-left: 2%;
    margin-bottom: 25px;
    box-sizing: border-box;
    background:var(--white);
    box-shadow: 0 4px 20px 0 rgb(35 37 87 / 8%);
    overflow: hidden;
}
.detail-box .pro-box li {
    width: 22%;float: left;
    margin-left: 2%;
    margin-bottom: 25px;
    box-sizing: border-box;
    background:var(--white);
    box-shadow: 0 4px 20px 0 rgb(35 37 87 / 8%);
    overflow: hidden;
}
.product-box .pro-box li .img {
    height: 320px;
    overflow: hidden;
}

.product-box .pro-box li .card-info {
    text-align: center;
}

.product-box .pro-box li .img img {
    width: 100%;
    height: 100%;
}

.pro-box li .img img {
    max-width: 100%;
    object-fit: cover;
}

.pro-box li .card-info:after {
    background: none;
}

.pro-box li:hover .card-info {
    color: var(--theme);
}

.pro-box li .li_line {
    width: 0;
    height: 3px;
    background: var(--theme);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.pro-box li:hover .li_line {
    width: 100%;
}

.product-box .product-item {
    display: none;
}

.product-box .product-item.active {
    display: block;
}

.comment {
    border: #e9e9e9 1px solid;
    background: #f4f4f4;
    padding: 20px 30px;
}

.comment h4 {
    width: 100%;
    height: auto;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
    text-align: left;
    margin-bottom: 20px;
}

.form-box>.layui-form-item .layui-form-label {
    color: var(--theme);
    font-weight: bold;
    font-size: 15px;
    width: 90px;
}

.form-box>.layui-form-item .layui-form-label .star {
    color: red;
    font-weight: normal;
    margin-right: 3px;
}

.form-box>.layui-form-item .layui-input-block {
    margin-left: 120px;
}

/* 联系我们 */
.contact-ul {}

.contact-ul li {
    width: 100%;
    height: 62px;
    cursor: pointer;
    margin-bottom: 2.75rem;
}

.contact-ul li .cirl {
    width: 62px;
    height: 62px;
    line-height: 62px;
    background: var(--theme);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    float: left;
}

.contact-ul li .cirl i.iconfont {
    font-size: 30px;
    line-height: 30px;
    color:var(--white);
    vertical-align: middle;
}

.contact-ul li .text {
    margin-left: 80px;
    padding-top: 6px;
    text-align: left;
}

.contact-ul li .text p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--theme);
}

.contact-ul li .text p:last-child {
    color: #000;
}

.dituContent {
    height: 450px;
    border-image: none;
    border: 1px solid #ccc;
}

.iw_poi_title {
    color: #cc5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    auto word-wrap: break-word;
}

.detail__content {
    margin-bottom: 2.5rem;
}

.detail_left {
    width: calc(100% - 28.125rem);
}

.detail_right {
    width: 23.75rem;
}

.detail__top {
    border-bottom: 1px solid rgba(158, 164, 174, 0.2);
}

.detail__title {
    width: 100%;
    line-height: 44px;
    font-size: 28px;
    color: var(--black);
    font-weight: 500;
    text-align: center;
    font-family: sans-serif, MicrosoftYaHei;
}

.detail__source {
    color: #656565;
    font-size: 15px;
    padding: 20px 0 15px;
    text-align: center;
    font-family: sans-serif, MicrosoftYaHei;
}

.detail__source span {
    margin-right: 27px;
    cursor: pointer;
}

.detail__source .back {
    color: #000;
    font-weight: bold;
    margin-right: 0;
}

.detail__text {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    color: #2d3137;
    line-height: 30px;
}

.detail__text p {
    margin-bottom: 15px;
    word-wrap: break-word;
}

.detail__text img {
    max-width: 100%;
}

.detail__text strong {
    font-weight: bold;
    color: #000;
}

.detail__text table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px auto;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

.detail__text table th {
    background: #f9f9f9;
    text-align: center;
}

.detail__text table td,
.detail__text table th {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 0.35em 0.5em;
    word-wrap: break-word;
}

.detail__text video {
    height: 450px;
    margin: 0 auto 15px;
    display: block;
}

.detail_left .tags {
    font-size: 1rem;
    font-family: sans-serif, MicrosoftYaHei;
    color: var(--black);
    line-height: 2.25rem;
}

.detail_left .tags span {
    display: inline-block;
    width: 6rem;
    height: 2rem;
    line-height: 2rem;
    background: #eff6ff;
    border-radius: 0.35rem;
    border: 1px solid #c3d8f5;
    text-align: center;
    font-size: 0.9rem;
    font-family: sans-serif, MicrosoftYaHei;
    color: #004bab;
    margin-left: 0.5rem;
}

.detail_left .back {
    font-size: 0.8rem;
    color:var(--white);
    line-height: 1.6875rem;
    background: var(--theme);
    border-radius: 10px;
    padding: 0.4rem 0.9rem;
}

/*上下一条样式*/
.next-box {
    position: relative;
    padding-top: 20px;
    line-height: 1.6;
    color: var(--black);
    font-size: 15px;
    border-top: 1px solid rgba(158, 164, 174, 0.2);
    margin-top: 1.25rem;
}

.next-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.next-box p {
    display: inline-block;
    width: 49%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 6px 0;
}

.next-box p a {
    color: #000;
}

.next-box p a:hover,
.layui-pf-aux {
    color: var(--theme);
}

.next-box span {
    color: var(--theme);
    display: inline-block;
    font-weight: bold;
}

.home_navbar .switch-toggle {
    width: 22px;
    height: 22px;
    display: none;
    background: none;
    border: 0;
    position: absolute;
    right: 16px;
    top: 21px;
    cursor: pointer;
    z-index: 12;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.home_navbar .switch-toggle span {
    display: block;
    height: 2px;
    background: #000;
    margin-bottom: 5px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.home_navbar .switch-toggle.is-active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    -moz-transform: translateY(6px) rotate(45deg);
}

.home_navbar .switch-toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.home_navbar .switch-toggle.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
}

/* 分页 */
.page-box {
    margin-top: 20px;
}

div.digg {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
}

div.digg a {
    display: inline-block;
    padding: 4px 11px;
    margin: 0 0 0 5px;
    border: 1px solid #ddd;
    line-height: 20px;
    height: 20px;
    color: var(--black);
    background: #ddd;
    text-decoration: none;
}

div.digg a:hover {
    border: 1px solid #15909c;
    background: #15909c;
    color:var(--white);
}

div.digg a.cur {
    font-weight: normal;
    background: var(--theme);
    color:var(--white);
    border-color: var(--theme);
}

div.digg span {
    display: inline-block;
    padding: 4px 0;
    line-height: 20px;
    height: 20px;
    margin-left: 5px;
}

div.digg span.disabled {
    border: 1px solid #eee;
    color: #ddd;
    padding: 4px 12px 5px 12px;
    margin: 0 0 0 5px;
}

div.digg span.current {
    padding: 5px 12px;
    margin: 0 0 0 5px;
    color:var(--white);
    background: var(--theme);
}

/*产品详情*/
.goods-pic {
    position: relative;
    float: left;
    width: 45%;
}

.pic-preview {
    position: relative;
    width: 500px;
    height: 425px;
    border: 1px solid #e8e8e8;
}

.jqzoom {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    /*cursor: crosshair;*/
}

.jqzoom img {
    width: 100%;
    height: 100%;
}

.goods-spec {
    position: relative;
    margin: 0px 0 0 52%;
    overflow: hidden;
}


.goods-spec h1 {
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 15px;
}


.goods-spec .subdesc {
    margin-top: 5px;
    color: #6c6c6c;
    font-size: 15px;
    line-height: 1.6;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 10px;
}

.goods-spec .spec-box {
    position: relative;
    margin-top: 10px;
    font-size: 15px;
}

.goods-spec .spec-box dl {
    clear: both;
    display: block;
}

.goods-spec .spec-box dl:after {
    clear: none;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.goods-spec .spec-box dl dt {
    float: left;
    width: 80px;
    line-height: 38px;
    min-height: 38px;
    color: #999;
}

.goods-spec .spec-box dl dd {
    position: relative;
    padding: 5px 0;
    line-height: 26px;
    min-height: 26px;
    color: var(--black);
}

/*商品Tab样式*/
.goods-tab .tab-head {
    display: block;
    height: 40px;
    border: 1px solid #e8e8e8;
    background: #f7f7f7;
    overflow: hidden;
    margin-top: 40px;
}

.goods-tab .tab-head ul li {
    float: left;
    margin-left: -1px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.goods-tab .tab-head ul li a {
    display: block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    color: #555;
    font-size: 14px;
}

.goods-tab .tab-head ul li a:hover,
.goods-tab .tab-head ul li a.selected {
    color: var(--white);
    background: var(--orange);
}

.goods-tab .tab-content {
    display: none;
}

.sidebar-box h2 {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 10px;
    line-height: 1em;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #f0f0f0;
}

.t-list {
    position: relative;
    padding-bottom: 15px;
}

.t-list ul {
    margin: 0 0 0 -15px;
    *zoom: 1;
}

.t-list li {
    margin: 0px 0 15px 15px;
}

.t-list li .img-box {
    position: relative;
}

.t-list li .img-box a {
    display: flex;
    flex-direction: row;
}

.t-list li .img-box img {
    min-width: 30%;
    width: 30%;
    _height: 100%;
    border-radius: 16px;
    border: 1px solid #f7f7f7;
    margin-right: 15px;
    height: 78px;
    object-fit: cover;
}

.t-list li .info h3 {
    margin-bottom: 10px;
    color: var(--black);
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.t-list li .info h3 a {
    color: var(--black);
}

.t-list li .img-box .info .time {
    margin-top: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.t-list li .img-box .info .time span {
    font-size: 13px;
    color: #9195a3;
    letter-spacing: 0;
    line-height: 16px;
    margin-right: 10px;
}

.tags-box {
    margin-left: -10px;
    padding-bottom: 15px;
}

.tags-box a {
    display: block;
    float: left;
    margin: 0 0 10px 10px;
    padding: 5px 10px;
    color: var(--black);
    font-size: 13px;
    line-height: 20px;
    border: 1px solid #f0f0f0;
}

.tags-box a i {
    margin-left: 2px;
    color: #999;
    font-style: normal;
}

/*图文列表*/
.n-list {
    padding-top: 10px;
    padding-bottom:10px;
}

.n-list li {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

.n-list li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.n-list li h3 {
    margin: 0px 0 14px 0;
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
}

.n-list li a:hover h3 {
    color: var(--theme);
}
.n-list li .note {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.n-list li .note b {
    position: relative;
    display: block;
    float: left;
    margin-right: 25px;
    width: 15rem;
    height: 10rem;
    font-style: normal;
}

.n-list li .note b img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.n-list li .note .tcon p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    color: #555;
}

.n-list li .note .tcon .info {
    padding-top: 20px;
}

.n-list li .note .tcon .info span {
    margin-right: 10px;
    padding-left: 20px;
    color: #777;
    background: url(../images/sprite.gif) no-repeat;
}

.n-list li .note .tcon .info .time {
    background-position: 0 -158px;
}

.n-list li .note .tcon .info .view {
    background-position: 0 -36px;
}

.n-list li .note .tcon .info .comm {
    background-position: 0 4px;
}

.n-list .nodata {
    margin: 30px 0;
    color: #666;
    font-size: 15px;
    line-height: 100px;
    text-align: center;
}

/*大标题*/
.ntitle {
    margin: 0 auto 15px;
    width: 100%;
}

.ntitle:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ntitle h2 {
    display: inline-block;
    float: left;
    width: auto;
    color: var(--black);
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
}

.ntitle h2 a:hover {
    color: #f06000;
    text-decoration: none;
}

.ntitle h2 a em {
    display: block;
    position: absolute;
    right: -4px;
    top: 8px;
    width: 9px;
    height: 17px;
    background: url(../images/slider.png) -359px -87px no-repeat;
}

.ntitle p {
    display: inline-block;
    float: left;
    padding-top: 3px;
    line-height: 18px;
    color: #888;
    font-size: 14px;
}

.ntitle p a {
    margin-left: 10px;
    padding: 0 0 0 15px;
    color: #888;
    font-size: 14px;
    background: url(../images/line.png) left center no-repeat;
}

.ntitle p a:hover {
    color: #f06000;
}

.ntitle p a.no-bg {
    background: none;
}

.ntitle i {
    display: block;
    padding-top: 10px;
    color: #999;
    font-size: 15px;
    font-style: normal;
    line-height: 1em;
}

.ntitle span {
    display: inline-block;
    float: right;
    line-height: 18px;
    color: #999;
    font-size: 12px;
}

.ntitle span a {
    color: #999;
}

.ntitle span a:hover {
    color: #0089CD;
}

.ntitle .blue {
    color: #0a40b9
}

.ntitle .red {
    color: #e7141a
}

.search {
    position: relative;
}

.search .button {
    width: 100px;
    height: 100px;
    background-color: var(--theme);
    display: flex;
    justify-content: center;
    align-items: center;
    color:var(--white);
    font-size: 26px;
    padding: 0;
    cursor: pointer;
}

.indexsearchPc {
    position: fixed;
    top: 100px;
    height: calc(100vh - 100px);
    width: 100%;
    right: 0;
    box-sizing: border-box;
    padding-left: 5rem;
    background-color:var(--white);
    z-index: 20;
    display: none;
}

.search-box {
    width: 30%;
    height: 54px;
    _height: 53px;
    position: relative;
    margin: 40px auto;
}

.search-box .input-box {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0;
}

.search-box .input-box input {
    display: block;
    margin: 0;
    padding: 5px 12px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: var(--white);
    border: 1px solid #e5e5e5;
    color: var(--black);
    font-size: 14px;
    transform: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.search-box .input-box input::-moz-placeholder {
    color: #b3b3b3;
    opacity: 1;
}

.search-box .sousuo {
    display: block !important;
    position: absolute;
    top: 0;
    right: -25px;
    bottom: 0;
    padding: 5px !important;
    width: 55px;
    height: 42px;
    line-height: 42px;
    color: #fff !important;
    font-size: 16px !important;
    text-align: center;
    background: var(--theme);
    border: 1px solid var(--theme);
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    *top: 1px;
}

.flexBetween {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_wx {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.footer_wx img {
    width: 110px;
    height: 110px;
    margin: 0 5px;
    padding-bottom: 10px;
}

.footer_wx p {
    color: #86898d;
    text-align: center;
    font-size: 14px;
}

.idnexService .advitems {
    background-color: var(--white);
    border-radius: 25px 0px;
    padding: 50px 30px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    border-bottom: 5px solid var(--white);
}

.advitems .icon {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 100px;
    transition: all 0.4s ease-in-out;
    margin: 0 auto;
    background: rgba(142, 156, 232, 0.15);
    font-size: 24px;
}

.advitems .advcontent {
    margin-top: 20px;
}

.advitems .advcontent h4 {
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
    font-size: 20px;
    font-weight: 700;
}

.advitems .advcontent .text {
    transition: all 0.4s ease-in-out;
    font-size: 16px;
    line-height: 1.8;
    height: 58px;
}

.advitems:hover {
    border-bottom: 5px solid var(--theme);
}

.advitems:hover .icon {
    background-color: var(--theme);
    color: var(--white);
}

.advitems:hover .advcontent h4 {
    color: var(--theme);
}

.advitems:hover.advcontent h4 {
    color: var(--theme);
}

.honor-box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: 0.6s;
    background: rgba(125, 134, 184, 0.1490196078);
    opacity: 1;
    border-radius: 10px;
}

.honor-box .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px;
}

.honor-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
    transition: 0.6s;
    position: relative;
}

.honor-box .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    top: -6px;
    left: -6px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--theme);
    content: "";
}
.imgd {
    object-fit:contain;
    width:80%!important;
}
@media screen and (max-width: 1920px) and (min-width: 1520px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 996px) {}

@media screen and (max-width: 768px) {
    .goods-tab .tab-head {
        margin-top: 1rem;
    }

    .u-p-tb {
        padding-top: 6%;
        padding-bottom: 5%;
    }

    .u-p-t {
        padding-top: 4%;
    }

    .u-p-lr {
        padding-left: 4%;
        padding-right: 4%;
    }

    .detail-box .content {
        padding-left: 7.5px;
    }

    .detail_left,
    .detail_right {
        width: 100%;
    }

    .service_tab--nav .nav-tab{
        display: none;
    }

    .tz-scroll {
        float: none;
    }

    .news_ult li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.875rem;
    }

    .news_ult li .img {
        height: 32vh;
    }

    .news_ult li .img .imgd {
        object-fit: contain;
    }

    .news_ult li .case-info h4 {
        font-size: 1rem;
    }

    .news_ult li .case-info .desc {
        font-size: 0.9rem;
    }

    .company .img img {
        height: auto;
        border-bottom-left-radius: 3.8125rem
    }

    .home_navbar .layui-nav {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 60px;
        left: 0;
        bottom: 100%;
        background:var(--white);
        padding: 1rem 3.2rem 0;
        z-index: 12;
        display: none;
    }

    .home_nav .layui-nav li {
        width: 100%;
        line-height: 3.4rem;
        border-bottom: 0.02rem solid rgba(158, 164, 174, 0.2);
        text-align: center;
        font-weight: 700;
        padding: 0;
    }

    .home_nav .layui-nav>li a {
        font-size: 1.05rem;
    }

    .home_navbar .switch-toggle {
        display: block;
    }

    .home_navbar {
        min-width: auto;
        height: 60px;
        line-height: 60px;
    }

    .home_navbar .layui-nav {
        display: none;
    }

    .service {
        padding-top: 60px;
    }

    .home_logo {
        margin-left: 0px;
        padding-top: 7px;
        width: 8.5rem;
        padding-left: 0.8rem;
    }

    .home_logo img {
        height: 54px;
        margin-top: -4px;
    }

    .home_lunbo,
    .home_lunbo .swiper-slide img {
        height: 30vh;
        object-fit: cover;
    }
    .panorama-360__wrap{
        height: 34vh!important;
    }
    .service_bg {
        height: 26vh;
    }

    .company .img {
        width: 100%;
        height: auto;
        margin-left: 0px;
    }

    .company .text {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .company .more {
        margin-top: 1rem;
        font-size: 1rem;
    }

    .home_introduction,
    .home_case {
        padding-bottom: 1.5rem;
    }

    .enter_text {
        padding-bottom: 15px;
    }

    .home_title {
        font-size: 1.1rem;
        max-width: 100%;
        color: #e7e7e7;
    }

    .home_title h3 {
        font-size: 1.5rem;
        /*top: 1.3rem;*/
    }

    .subtitle {
        font-size: 0.98rem;
        line-height: 1.6rem;
        margin-bottom: 2rem !important;
    }

    .partnerstit2 {
        font-size: 0.85rem;
    }

    .home_introduction .info .text,
    .home_introduction .info .text span {
        font-size: 0.95rem !important;
    }

    .home_news {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .home_news .home_title {
        color: #cdcdcd;
    }

    .home_news .left {
        width: 100%;
        margin-bottom: 1.3rem;
        padding-right: 5%;
    }

    .home_news .news-list {
        width: 100%;
    }

    .home_news .news_ul li .img {
        width: 100%;
        height: 11rem !important;
        margin-bottom: 1.2rem;
    }

    .news-list .swiper-slide {
        width: 80%;
    }

    .news_ul li .case-info h4 {
        font-size: 0.95rem;
        line-height: 1.65rem;
    }
    .number-info{
        padding:2rem 0
    }
    .number-info li b {
        font-size: 1.4rem;
    }

    .product-nav {
        margin-bottom: 1rem;
    }

    .product-nav a {
        width: 100px;
        height: 38px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .news_ul .swiper-slide {
        padding: 10px;
    }

    .news_ul .swiper-slide .img,
    .case_ul li .img {
        width: 9rem;
        height: 6rem;
        margin-right: 1.2rem;
    }

    .case_ul li .case-info h4 {
        font-size: 1rem;
    }

    .news_ul .swiper-slide .case-info .desc {
        margin-top: 0.3rem;
        font-size: 0.8rem;
        height: 42px;
        -webkit-line-clamp: 2;
    }

    .news_ul .swiper-slide .case-info .date {
        margin-top: 0.3rem;
    }

    .button_more a {
        font-size: 0.9rem;
    }

    .home_footer {
        padding-top: 25px;
    }

    .home_footer .home_footer-box>.footer-flex dl.contact {
        border-left: 0px;
        padding-left: 0px;
    }

    .home_footer-box {
        margin-bottom: 1rem;
    }

    .footer_copy {
        padding-top: 0rem;
    }

    .home_footer .home_footer-box>.footer-flex dl.dl2 dt {
        font-size: 1rem;
        padding-bottom: 0.5rem;
    }

    .home_footer .home_footer-box>.footer-flex dl.dl2 dd {
        font-size: 0.85rem;
    }

    .video-index,
    .picture-list,
    .enter_info {
        display: block;
    }

    .video-index .left-video {
        height: 32vh;
        margin-bottom: 20px;
    }

    .picture-list .list-box {
        width: 45%;
        float: left;
        height: 16vh;
    }

    .video-index .left-video .item-box .txt-box .text {
        font-size: 1rem;
        bottom: 10px;
        line-height: 1.2;
    }

    .video-index .right-video {
        width: 100%;
    }

    .picture-list .list-box .txt-box .text {
        height: 30px;
        line-height: 1.4;
        overflow: hidden;
    }

    .honor_card-box li,.detail-box .pro-box li {
        width: 48%;
        margin-bottom: 3%;
    }
    .detail_left .back {
        margin-bottom:1.5rem;
    }
    .product-box .pro-box li .img,
    .honor_card-box li .img {
        height: 17vh;
    }

    .home_case .honor_card-box li .img {
        height: 28vh;
    }
    .case-box .honor_card-box li .case-item .img {
        height: 35vh;
    }
    .honor_card-box li .imsg {
        height: 28vh !important;
    }

    .honor_card-box li .card-info h5 {
        /*padding: 8px;*/
        font-size: 0.95rem;
    }

    .enter_info .image {
        width: 100%;
        height: 100%;
    }

    .layui-fluid {
        padding: 0 10px;
    }

    .enter_text h3 {
        font-size: 1.25rem;
    }

    .detail-box .enter_desc {
        font-size: 0.9rem;
    }

    .detail__content {
        max-width: 100%;
        margin-top: 0px;
    }

    .detail__title {
        font-size: 1.3rem;
        line-height: 1.3;
        padding-bottom: 8px;
    }

    .detail__source span {
        margin-right: 1.2rem;
    }

    .detail__source {
        padding-top: 8px;
        font-size: 0.9rem;
    }

    .comment {
        padding: 12px;
    }

    .case_ul li {
        width: 100%;
        padding: 10px;
        margin: 0;
        margin-bottom: 12px;
    }

    .case_ul li .case-info {
        padding: 0px;
    }

    .case_ul li .case-info .desc {
        -webkit-line-clamp: 2;
        margin-top: 0.5rem;
        font-size: 0.8rem;
        height: 42px;
    }

    .detail__text video,
    .dituContent {
        height: 40vh;
    }

    .contact-ul li {
        margin-bottom: 1rem;
    }

    .contact-ul li .cirl {
        width: 2.8rem;
        height: 2.8rem;
        line-height: 2.8rem;
    }

    .contact-ul li .cirl i.iconfont {
        font-size: 1.3rem;
    }

    .contact-ul li .text {
        padding-top: 0px;
        margin-left: 3.6rem;
    }

    .contact-ul li .text p {
        font-size: 0.95rem;
    }

    .home_tel {
        display: none;
    }

    .home_nav .layui-nav li .layui-nav-child,
    .home_nav .layui-nav li .layui-show {
        display: none !important;
    }

    .goods-pic {
        width: 100%;
        float: none;
        margin-bottom: 1.5rem;
    }

    .pic-preview {
        width: 100%;
        height: 100%;
    }

    .goods-spec {
        margin-left: 0;
    }

    .goods-spec h1 {
        font-size: 1.2rem;
    }

    .search {
        display: none;
    }

    .product-box .pro-box li {
        width: 48%;
    }

    .footer_wx {
        margin-top: 0.5rem;
        justify-content: center;
    }

    .footer_wx img {
        margin: 0 1rem;
    }

    .next-box {
        margin-bottom: 1rem;
    }

    .next-box p {
        width: 100%;
        padding: 0.2rem 0;
    }

    div.digg {
        text-align: left;
    }

    .search {
        display: none;
    }

    .home_nav .search-box {
        display: block;
        border-bottom: 0px !important;
        font-weight: 500 !important;
    }

    .idnexService .advitems {
        padding: 1.5rem 1rem;
    }

    .advitems .icon {
        width: 3.4rem;
        height: 3.4rem;
        line-height: 3.4rem;
        font-size: 1.3rem;
    }

    .advitems .advcontent {
        margin-top: 1rem;
    }

    .advitems .advcontent h4 {
        font-size: 1.05rem;
        margin-bottom: 0.9rem;
    }

    .advitems .advcontent .text {
        font-size: 0.9rem;
        line-height: 1.4;
        height: 2.5rem;
    }

    .layui-col-space40 {
        margin: -10px;
    }

    .layui-col-space40>* {
        padding: 10px;
    }
    .ntitle h2 {
        float:none;
        padding-bottom:10px;
        font-size:1.4rem;
    }
   
    .n-list li .note b {
        width:8rem;
        height:5rem;
        margin-right:1rem;
        flex:none;
    }
    .n-list li .tcon h3 {
        font-size:0.96rem;
        line-height:1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .n-list li .note .tcon p {
        display:none
    }
    .n-list li .note .tcon .info {
        padding-top:0px;
    }
}