/*分割线*/
.dividingLine{
    width: 100%;
    height: 1px;
    background: #eee;
}
.pc_none{
    display: none;
}
/*水印*/
/*.img{*/
/*    position: relative;*/
/*}*/
/*.img:after{*/
/*    display: block;*/
/*    content: '';*/
/*    background: url(/web/uploads/image/20250508/0g3BYK69674clM0d87u401jXS68MBGfw.png) center;*/
/*    background-size: cover;*/
/*    z-index: 2;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*头部*/
.headerTop{
    background: #000;
    height: 36px;
}
.headerTop p,.headerTop a{
    color: #fff;
}
.header{
    width: 100%;
    z-index: 1997;
    background: transparent;
    transition: all 0.5s ease;
    position: relative;
}
.header .navDivide{
    height: 37px;
}
.header .topNav p{
    font-size: 14px;
    color: #fff;
}
.header .topNav a{
    font-size: 14px;
    color: #fff;
}
.header .headNav{
    width: 100% ;
    background: #fff;
}
.header .headnavDivide{
    height: 100px;
}
.header .phone h4{
    color: #5c5c5c;
    font-size: 30px;
    font-family: Impact;
    margin-left: 15px;
}
.header .phone h4 num{
    font-size: 36px;
    font-style: italic;
    margin-right: 5px;
    color: red;
}
.header_on{
    top: 0;
    width: 100%;
    position: fixed!important;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.header_mb{
    z-index: 1999;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
    display: none;
    background: #fff;
    height: 50px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.header .topNav{
    background: #1d358b;
}
.header_on .topNav{
    border-bottom: 0px;
}
.icon-dianhua{
    font-size: 18px;
    margin: 0 10px;
}
.icon-dianhua:before{
    color: #fff;
    font-size: 24px;
}
.nav_mb{
    overflow-y: auto;
    opacity: 0;
    padding-top: 70px;
    z-index: 1997;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background: #fff;
    transition: all 1s ease;
    transform: translateY(-100%);
    
}
.header_active .nav_mb{
    opacity: 1;
    transform: translateY(0%);
}
.nav_mb .container{
    height: 100%;
}
.header_mb .container{
    height: 100%;
}
.logo_mb{
    z-index: 1999;
    flex: 1;
    height: 20px;
}
.logo{
    height: 60px;
}
.logo img{
    height: 100%;
}
.logoTxt{
    height: 50px;
    margin-left: 15px;
}
.logoTxt h4{
    color: #fff;
    font-weight: bold;
}
.logoTxt h5{
    color: #fff;
}
.logo_mb img{
    display: inline-block;
    height: 100%;
}
.line1{
    margin: 5px 0 5px auto;
    background: #333;
    width: 10px;
    height: 2px;
}
.line2{
    margin: 5px 0 5px auto;
    background: #333;
    width: 15px;
    height: 2px;
}
.line3{
    margin: 5px 0 5px auto;
    background: #333;
    width: 20px;
    height: 2px;
}

.header_active .menu_mb_btn div{
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    background: #333
}
.navList a{
    transition: all 0.5s ease;
    padding: 0 30px;
    display: block;
    font-size: 14px;
}
.navList li{
    height: 75px;
    position: relative;
}
.navList>ul li:nth-child(2){
    position: initial;
}
.navList .firstClass{
    height: 100px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease;
}
.navList .firstClass a{
    padding: 0;
    color: #333;
    transition: all 0.5s ease;
}
.navList .firstClass:hover>a{
    font-weight: bold;
    color: var(--theme-color);
}
.navList .navItem a{
    font-weight: bold;
    color: var(--theme-color);
}

.navList>ul li:hover .sub_nav{
    top: 75px;
    z-index: 2;
    opacity: 1;
    visibility: visible;
}
.navList .firstClass:nth-child(2):hover .sub_navPro{
    height: 500px;
    overflow-y: auto;
}
.sub_navPro{
    height: 0;
    overflow-y: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    background: url(/web/uploads/image/20250401/63CVy50KXE0921pj9X0jgOf32S54iBU7.jpg) center no-repeat;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    border: 1px solid #eee;
    top: 100%;
    transition: all 0.5s ease;
    z-index: -2;
}
.sub_navPro .navproCon{
    width: 30%;
    padding: 50px 100px;
    padding-left: 0;
    
}
.sub_navPro .navproCon .img{
    width: 100%;
    margin-bottom: 15px;
}
.sub_navPro .navproCon img{
    width: 100%;
}
.sub_navPro .navproCon h5{
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
.sub_navPro .navproCon p{
    color: #333;
    font-size: 16px;
}
.sub_navPro .navproCon a{
    margin-top: 10px;
}
.sub_navPro .navproList{
    width: 70%;
    flex: 1;
    background: #fff;
    padding: 50px 30px;
    padding-right: 0;
}
.sub_navPro .navproList li{
    height: auto;
    margin-bottom: 15px;
}
.sub_navPro .navproList li p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.sub_navPro .navproList li a{
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    background: linear-gradient(to bottom,#f2f3f7,#fefeff);
    display: block;
}
.sub_navPro .navproList li:first-child a .img{
    display: block;
}
.sub_navPro .navproList li:nth-child(2) a .img{
    display: block;
}
.sub_navPro .navproList li a .img{
    margin: -5% 0;
    transition: all 0.5s ease;
    display: none;
    /*width: 0;*/
    /*opacity: 0;*/
    /*visibility: hidden;*/
}
.sub_navPro .navproList li:hover a{
    border: 1px solid var(--theme-color);
}
/*.sub_navPro .navproList li:hover a .img{*/
/*    width: 100%;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/
.sub_navPro .navproList li h5{
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}
.sub_nav{
    z-index: 2000;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    transition: all 0.5s;
}
.navList li .sub_nav a{
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}
.navList li .sub_nav a:hover{
    color: var(--theme-color);
}
.nav_mb li{
    border-bottom: 1px solid #eee;
}
.mb_nav_item a{
    font-size: 18px;
    display: block;
    line-height: 50px;
}
.nav_pc li .sub_nav a:last-child{
    border: none;
}
.menu_nav {
    border-top: 1px solid #eee;
}
.menu_nav a{
    padding-right: 3px;
    font-size: 14px;
    display: inline-block;
}
.nav_mb a:hover{
    color: var(--theme-color);
}
.menu_mb_btn{
    z-index: 1999;
}
.menu_mb_btn div{
    transition: all 0.5s ease;
}

/*banner*/
.frontBanner{
    position: relative;
    background: #333;
}
.bannerList li{
    max-height: 780px;
    width: 100%;
    overflow: hidden;
}
.bannerList li video{
    display: block;
    width: 100%;
    max-width: 1920px;
    filter: brightness(70%);
}
.bannerCon{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.bannerCon .container{
    height: 100%;
}
.bannerCon h2{
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}
.bannerCon h3{
    letter-spacing: 3px;
    margin-top: 30px;
    font-size: 36px;
    color: #fff;
}
.bannerSwitch{
    display: none;
    width: 100%;
    z-index: 2;
    position: absolute;
    bottom: 30px;
}
.frontBanner .swiper-pagination-bullet{
    border-radius: 0;
    height: 4px;
    width: 70px;
    margin: 0 10px;
    background: #fff;
    opacity: 1;
}
.frontBanner .swiper-pagination-bullet-active{
    background: var(--theme-color);
}
/*标题*/
.frontTit2,.vidDiv{
    width: 50%;
}
.frontTit2{
    padding-right: 50px;
}
.frontTit2 h4,.frontTit2 h1,.frontTit2 p{
    color: #333;
}
.frontTit2 p{
    font-size: 16px;
}
.frontTit2 h1:after{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    margin-top: 50px;
    background: #999;
}
.frontTit2 h1{
    font-size: 56px;
    margin: 30px 0 50px;
    font-weight: bold;
}
.frontTit2 .more{
    display: inline-block;
    margin-top: 30px;
    background: red;
    padding: 15px 50px;
    border-radius: 5px;
}
.frontTit2 .more:hover{
    background: #fff;
    color: var(--theme-color);
}

/*视频介绍*/
.videoCon{
    margin-top: 100px;
}
#video2{
    width: 100%;
}
.videoBg{
    padding: 100px;
    background: url(/web/template/heartsys/images/videobg.jpg) center no-repeat;
}
.videoBg .vidTxt{
    width: 40%;
}
.videoBg .mapPic{
    width: 60%;
}
.abNum{
    margin-top: 30px;
}
.abNum h4{
    text-align: center;
    color: #333;
}
.abNum h4 num{
    color: var(--theme-color);
    font-weight: bold;
    font-size: 42px;
}

/*产品*/
.proDiv{
    padding: 100px;
    padding-bottom: 0;
    background: url(/web/template/heartsys/images/probg.jpg) top no-repeat;
}
.proList{
    margin-top: 50px;
}
.proList li a{
    background: url(/web/template/heartsys/images/probg2.jpg) center no-repeat;
    padding: 30px;
    display: block;
    border: 1px solid #999;
    box-shadow:0 12px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    border-radius: 10px;
}
.proList li a h4{
    color: var(--theme-color);
    font-weight: bold;
    margin: 15px 0;
}
.proList li a h5{
    color: #333;
}
.proList li img{
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
}
.proList li:hover a{
    border: 1px solid var(--theme-color);
    box-shadow:0 12px 20px rgba(0, 0, 0, 0.3);
}
.protopCon2{
    background: url(../images/probg3.jpg) no-repeat center;
}

/*标题*/
.frontTit{
    position: relative;
    text-align: center;
    margin: 70px 0 50px;
}
.leftTit{
    text-align: left;
}
.frontTit h4{
    font-size: 40px;
    color: #333;
    font-weight: bold;
}
.frontTit h4 b{
    color: var(--theme-color);
}
.frontTit h4:after{
    display: block;
    content: '';
    width: 50px;
    height: 5px;
    margin: 0 auto;
    background: var(--theme-color);
    margin: 20px auto 15px;
}
.frontTit p{
    color: #333;
    font-size: 16px;
}

/*首页产品*/
.proGuide{
    padding: 15px 280px;
    background: #eee;
}
.proGuide a{
    position: relative;
    font-size: 18px;
    cursor: pointer;
}
.proGuide a:after{
    display: block;
    content: '';
    width: 70px;
    height: 2px;
    background: var(--theme-color);
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%,0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.proGuide .side:after{
    opacity: 1;
    visibility: visible;
}
.proFlow{
    margin-top: 30px;
    position: relative;
}
.proFlow li{
    margin-bottom: 30px;
}
.proFlow li a{
    overflow: hidden;
    display: block;
    border: 1px solid #000;
    border-radius: 10px;
}
.proFlow ul{
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}
.proFlow ul:first-child{
    position: relative;
}
.proFlow .show{
    visibility: visible;
    opacity: 1;
}
.proFlow p b{
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}
.proFlow li:hover p b{
    visibility: visible;
    opacity: 1;
}
.proTit h5{
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}
.proTit p{
    color: #fff;
}
.proFlow .proTit{
    background: linear-gradient(to left, #d31f23 , #270025);
    padding: 15px;
}

/*关于我们*/
.aboutDivide .aboutCon{
    padding-right: 80px;
    width: 60%;
}
.aboutDivide .aboutCon p{
    color: #fff;
    font-size: 16px;
}
.aboutDivide{
    padding: 70px 0;
    background: url(/web/template/heartsys/images/aboutDivide.jpg) top no-repeat;
}
.aboutDivide .img{
    width: 40%;
    border: 5px solid #000;
}
.aboutDivide .more{
    display: inline-block;
    font-size: 18px;
    padding: 20px 45px;
    border: 1px solid #fff;
    margin-top: 30px;
}
.aboutData h1{
    position: relative;
    font-size: 72px;
    color: #000;
    font-family: Impact;
}
.aboutData h1:after{
    display: block;
    content: '';
    width: 100%;
    height: 12px;
    background: var(--theme-color);
    border-radius: 5px;
    position: absolute;
    bottom: 6px;
    z-index: -1;
    left: 0;
}
.aboutData h4{
    color: #000;
    margin-left: 10px;
}
/*荣誉资质*/
.mbHonorflow{
    display: none;
}
.honor{
    padding-bottom: 50px;
    background: url(/web/template/pcmob/images/honorbg.jpg) center no-repeat;
}
.honor li{
    width: 12.5%!important;
}
.honor .swiper-slide-active{
    width: 18%!important;
}
.honor .swiper-slide-prev,.honor .swiper-slide-next{
    width: 16%!important;
}
.mbHonorflow li{
    width: 29.5%!important;
}
.mbHonorflow .swiper-slide-active{
    width: 41%!important;
}
.mbHonorflow .swiper-slide-prev,.mbHonorflow .swiper-slide-next{
    width: 29.5%!important;
}
.honor li .img{
    margin: 0 7.5px;
    box-shadow:0 12px 20px rgba(0, 0, 0, 0);
    transition: all 0.5s ease;
}
.honor li:hover .img{
    transform: translateY(-5%);
    box-shadow:0 12px 20px rgba(0, 0, 0, 0.3);
}
.honor .swiper-slide-active:hover .img{
    transform: translateY(0);
}
.honorFlow .swiper-button-next,.honorFlow .swiper-button-prev{
    color: #fff;
    display: block;
    position: initial;
    margin: 0 15px;
    width: auto;
    height: auto;
}
.honorFlow .pageBtn{
    margin-top: 30px;
}
.honorFlow .pageBtn .line{
    width: 50px;
    height: 2px;
    background: var(--theme-color);
}
.honorFlow .swiper-button-next:after,.honorFlow  .swiper-button-prev:after{
    font-weight: bold;
    font-size: 24px;
}
.honor {
  background: linear-gradient(to bottom, transparent 50%, black 50%);
}

/*服务流程*/
.serviceFlowdiv .serImg{
    padding: 15px;
    border-radius: 50%;
    background: rgba(211,31,35,0);
    transition: all 0.5s ease;
}
.serviceFlowdiv .serImg .img{
    padding: 15px;
    border-radius: 50%;
    background: #eee;
    transition: all 0.5s ease;
    transform: rgba(238,238,238,1);
}
.serviceFlowdiv .serviceFlowcon:hover .serImg{
    background: rgba(211,31,35,.1);
}
.serviceFlowdiv .serviceFlowcon:hover .img{
    background: rgba(211,31,35,.2);
}
.serviceFlowcon h5{
    text-align: center;
    margin-top: 30px;
}
.serviceConsqu{
    position: relative;
    margin-top: 50px;
}
.serviceConsqu .bsqu{
    border-radius: 50%;
    padding: 5px;
    background: #eee;
}
.serviceConsqu .ssqu{
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #999;
}
.serviceFlowdiv .serviceFlowcon:hover .bsqu{
    background: rgba(211,31,35,.1);
}
.serviceFlowdiv .serviceFlowcon:hover .ssqu{
    background: rgba(211,31,35,1);
}
.serviceFlowdiv .serviceFlowcon:first-child .serviceConsqu:after{
    display: block;
    content: '';
    position: absolute;
    width: 9999px;
    height: 1px;
    background: #eaeaea;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.serviceFlowdiv .serviceFlowcon .serCount{
    margin-top: 15px;
}

/*服务行业*/
.serviceInd .serviceIndpic{
    position: relative;
}
.serviceInd .indpicItem:first-child{
    position: relative;
}
.serviceInd .indpicItem{
    transition: all 0.5s ease;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.serviceInd .show{
    opacity: 1;
    visibility: visible;
}
.serviceInd .indCon{
    position: absolute;
    width: 55%;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.serviceInd .indCon h3{
    color: #fff;
    font-weight: bold;
    margin-bottom: 50px;
}
.serviceInd .indCon p{
    color: #fff;
    margin-bottom: 50px;
}
.serviceInd .indCon .logos{
    opacity: 0.7;
}
.serviceInd .indGuideitem{
    position: relative;
    padding: 60px 15px;
    background: var(--theme-color);
    border-right: 1px solid #f25c59;
    transition: all 0.5s ease;
}
.serviceInd .side{
    background: linear-gradient(to top right, #270025 , #d31f23);
}
.serviceInd .guideitemTxt{
    margin-left: 10px;
}
.serviceInd .guideitemTxt h4{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}
.serviceInd .guideitemTxt p{
    color: #fff;
}
.serviceInd .indGuideitem:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #a91724; 
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.serviceInd .side:after{
    opacity: 1;
    visibility: visible;
}

/*推荐产品*/
.proRec li{
    width: 25%;
    padding: 0 7.5px;
}
.proRec li a{
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 30px 15px;
    display: block;
    background: #eee;
    transition: all 0.5s ease;
}
.proRec li a h5{
    position: relative;
    font-weight: bold;
    color: var(--theme-color);
    text-align: center;
}
.proRec li a .img{
    overflow: hidden;
    margin-bottom: 50px;
}
.proRec li a img{
    transition: all 0.5s ease;
}
.proRec li a h5:after{
    display: block;
    content: "";
    width: 30px;
    height: 5px;
    background: var(--secondary-color);
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%,-50%);
}
.proRec li a p{
    text-align: center;
    margin-top: 35px;
    font-size: 16px;
}
.proRec li:hover a img{
    transform: scale(1.1);
}
.proRec li:hover a{
    border: 1px solid var(--theme-color);
}
.proRec .swiper-pagination{
    position: initial;
    margin: 15px 0 50px 0;
}
.proRec .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}

    

/*留言横幅*/
.masgForm{
    background: url(/web/template/heartsys/images/formbg.jpg) center no-repeat;
    margin-top: 80px;
    padding: 100px 0;
}
.masgForm h1{
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
}
.masgForm form .form-group{
    margin-right: 20px;
}
.masgForm form .form-group .form-control{
    border-radius: 0;
    height: 60px;
}
.masgForm form .flex2{
    flex: 2;
}
.masgForm form .mod1 button{
    background: var(--theme-color);
    border: none;
    padding: 20px 85px;
    border-radius: 0;
    font-size: 16px;
    
}
.masgForm form {
    width: 100%;
}

/*核心优势*/
.advantages{
    margin-bottom: 100px;
}
.advantages .advGuide a h4{
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.advantages .advGuide a p{
    color: #fff;
}
.advantages .advGuide a h4 num{
    font-family: Impact;
    font-size: 48px;
    font-style: italic;
    margin-right: 15px;
}
.advantages .advGuide a{
    border-bottom: 1px solid #fff;
    display: block;
    position: relative;
}
.advantages .advGuide .advGuidecon{
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.advantages .advGuide .side:after{
    background: linear-gradient(to top right, #270025 , #d31f23);
    transition: all 0.5s ease;
}
.advantages .advGuide a:after{
    background: linear-gradient(to right, #d31f23 , transparent);
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
}
.advDivide .advImg{
    position: relative;
}
.advDivide .advImg .img{
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.advDivide .advImg .img:first-child{
    position: relative;
}
.advDivide .advImg .show{
    opacity: 1;
    visibility: visible;
}

/*工厂环境*/
.application_list{
    overflow: hidden;
}
.application_list .swiper-slide.swiper-slide-active{
    width: 50%!important;
}
.application_list .item .img img{
    width: 100%;
    height: 435px;
    object-fit: cover;
}
.application_list .item .img{
    overflow: hidden;
}
.application_list .item img{
    transition: all 0.5s ease;
}
.application_list .item:hover img{
    transform: scale(1.1);
}
.application_list .img{
    position: relative;
}
.application_list .swiper-slide .img:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30%;
    background: linear-gradient(transparent, rgba(0, 0, 0, .8));
    bottom: 0;
}

/*视频中心*/
.videoCenter{
    margin: 100px 0;
}
.videoCenterbg{
    padding: 100px;
    background: url(/web/template/heartsys/images/videobg.jpg) center no-repeat;
}
.videoCenter .frontTit2{
    width: 100%;
}
.videoCenter .vidshareTxt{
    padding: 15px;
    background: #fff;
}
.vidshareTxt .img{
    padding-left: 30px;
}
.videoCenter .vidshareTxt h4{
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.videoCenter .vidshareTxt h4:after{
    display: block;
    content: '';
    width: 40px;
    height: 3px;
    background: var(--theme-color);
    margin-top: 10px;
}

/*首页新闻*/
.newsCenter .newsF{
    margin-top: 30px;
}
.newsCenter .newsF p{
    color: #333;
}
.newsCenter .newsF p strong{
    color: var(--theme-color);
}
.newsCenter .newsF h5{
    color: #333;
    font-weight: bold;
    margin: 15px 0;
}
.newsCenter .newsF li a{
    display: block;
    padding: 30px;
    border: 1px solid var(--theme-color);
    transition: all 0.5s ease;
}
.newsCenter .newsF li:hover a{
    background: var(--theme-color);
}
.newsCenter .newsF li:hover h5,.newsCenter .newsF li:hover p,.newsCenter .newsF li:hover p strong{
    color: #fff;
}
.newsCenter .newsH a{
    display: block;
    position: relative;
}
.newsCenter .newsH .newsCon{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 30px;
    background: rgba(0,0,0,.8);
    border-radius: 15px 0 0 0;
    transition: all 0.5s ease;
}
.newsCenter .newsH .newsCon h5{
    color: #fff;
    font-weight: bold;
    margin: 15px 0;
}
.newsCenter .newsH:hover img,.newsCenter .newsC:hover img{
    transform: scale(1.1);
}
.newsCenter .img{
    overflow: hidden;
}
.newsCenter .newsH .newsCon p{
    color: #fff;
}
.newsCenter .newsH .newsCon p strong{
    color: var(--theme-color);
}
.newsCenter .newsC a{
    display: block;
    position: relative;
}
.newsCenter .newsC .newsCon{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
}
.newsCenter .newsC .newsCon h5{
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
}
.newsCenter .newsC .newsCon p{
    color: #fff;
}
.newsCenter .newsC .newsCon p strong{
    color: var(--theme-color);
}

/*合作伙伴*/
.partners{
    margin: 100px 0;
}
.partners li .img{
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid var(--theme-color);
    margin: 0 7.5px;
}
.partners li{
    width: 16.666%;
}

/*友情链接*/
.friend_links{
    color: #fff;
}
.friend_links span{
    color: #fff;
}
.friend_links a{
    color: #fff;
}
.friend_links a:last-child span{
    display: none;
}

/*尾部*/
.footer{
    padding-top: 100px;
    background: url(/web/template/heartsys/images/footerbg.jpg);
}
.footcontact{
    width: 33%;
    padding-right: 100px;
}
.footcontact .comDes{
    color: #fff;
    margin: 40px 0;
}
.footcontact .ftcontcon p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: bold;
}
.footcontact .ftcontcon p i{
    font-weight: normal;
    color: #fff;
}
.footer .flex2{
    flex: 2;
}
.footer .footCol{
    width: 20%;
}
.footer .footCol li a{
    color: #fff;
    display: block;
    margin-bottom: 10px;
    transition: all 0.5s ease;
    font-size: 16px;
}
.footer .footCol li a span{
    color: red;
}
.footer .footCol li a:hover{
    color: #fff;
}
.footer .footCol li h5{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.footer .footCol li h5:after{
    display: block;
    content: "";
    width: 45px;
    height: 5px;
    background: red;
    margin: 15px 0 30px 0;
}
.footer .footMsg h5{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.footer .footMsg h5:after{
    display: block;
    content: "";
    width: 45px;
    height: 5px;
    background: red;
    margin: 15px 0 30px 0;
}
.footer .footMsg p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}
.footer .footMsg .qrList .img{
    width: 50%;
    margin-right: 15px;
}
.footer .icp{
    background: #000;
    margin-top: 50px;
    padding: 20px 0;
}
.footer .icp p{
    padding: 0 15px;
    color: #999;
    color: #fff;
}
.footer .icp img{
    height: 20px;
}
.footer .ftCom h2{
    color: #fff;
}
.footer .ftCom p{
    color: #fff;
}

/*内页导航*/
.colTit{
    color: #333;
    flex:1;
}
.nyNav{
    color: #fff;
    width: 100%;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
.nyNav a{
    color: #fff;
}
.ibanner{
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.ibanner .img{

}
.ibanner .img:after{
    display: none;
}
.ibanner img{

}
.ibanCon{
    transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
    top:50%;
}
.ibanCon h4{
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.ibanCon p{
    text-align: center;
    margin-top: 5px;
    color: #fff;
}

/*封面页详情页*/
.infoPage{
    padding: 70px 0;
}
.pageContent p{
    margin-bottom: 14px;
}
.infoTit h4{
    padding-bottom: 5px;
    color: #333;
}
.infoTit{
    text-align: center;
    margin-bottom: 30px;
}
.page{
    padding: 30px 0 0;
}
.page a:hover{
    color: #bd0b07;
}
.infoDes{
    margin-bottom: 14px;
    background: #eee;
    padding: 10px 15px;
}
.infoDes span{
    color: #333;
}

/*列表页*/
.listPage{
    padding: 70px 0;
}
.listPage li{
    padding-bottom: 15px;
}
.inner{
    margin-top: 100px;
}
.innerTit{
    color: #333;
    font-weight: bold;
    margin-bottom: 50px;
}

/*关于我们内页*/
.aboutinDiv{
    padding: 80px 0;
    background: url(/web/template/heartsys/images/aboutbg.jpg) center no-repeat;
}
.aboutinDivimg{
    padding-right: 30px;
}
.aboutinDivcon h4{
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}
.aboutinDivimg .img:after{
    display: none;
}
.aboutAdv{
    padding: 80px 0;
    background: url(/web/template/heartsys/images/aboutyearbg.jpg) center no-repeat;
}
.aboutAdv .innerTit{
    color: #000;
    text-align: center;
}
.aboutAdv .innerTit b{
    font-size: 48px;
    padding-right: 10px;
    font-family: Impact;
    font-style: italic;
    color: var(--theme-color);
}
.abAdvlist li .abadvCon{
    color: #fff;
    height: 200px;
    background: rgba(0,0,0,.65);
    padding: 30px;
    margin-bottom: 30px;
}
.abAdvlist li .abadvCon h4{
    margin-bottom: 15px;
    font-weight: bold;
}
.abAdvlist li .abadvCon p{
    color: #fff;
}
.abAdvlist li .abadvCon h5{
    margin: 15px 0;
}
.innerDes p{
    color: #fff;
    width: 45%;
    text-align: center;
}
.aboutCom{
    margin-bottom: 100px;
}

.innerFt{
    padding: 80px 0;
    background: url(/web/template/heartsys/images/innerft.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}
.innerFtcon h3{
    color: #fff;
    font-weight: bold;
}
.innerFtcon .more{
    display: block;
    margin-top: 50px;
    background: var(--theme-color);
    border-radius: 15px;
    color: #fff;
    padding: 12px 30px;
    font-size: 18px;
}
.casesFlow li{
    width: 20%;
    padding: 0 7.5px;
}
.innerAbout .partners{
    padding: 80px 0;
}
.innerAbout .aboutHonor{
    padding: 0;
    background: none;
    margin: 80px 0;
}
.innerAbout .aboutData{
    margin-top: 30px;
}
.innerAbout .aboutData h1{
    z-index: 2;
}
.aboutHonor li{
    width: 12.5%;
    padding: 0 7.5px;
}
/*行业应用列表页*/
.caseList .caseTit{
    position: relative;
}
.caseList .caseTit h4{
    display: inline-block;
    text-align: center;
    color: #333;
    font-weight: bold;
    padding: 10px;
    background: #fff;
    transition: all 0.5s ease;
}
.caseList li{
    margin-bottom: 15px;
}
.caseList .caseTit:after{
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 0.5s ease;
}
.caseList li:hover .caseTit h4{
    color: var(--theme-color);
}
.caseList li:hover .caseTit:after{
    background: var(--theme-color);
}


/*新闻列表页*/
.newsList li .newsTit{
    transition: all 0.5s ease;
    border: 1px solid #eee;
    padding: 30px;
}
.newsList li{
    margin-bottom: 30px;
}
.newsList li .newsTit h5{
    margin-bottom: 15px;
}
.newsList li .newsTit p{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.newsList li a{
    padding-top: 15px;
    border-top: 1px solid #eee;
    color: #333;
}
.newsList li:hover .newsTit{
    border: 1px solid var(--theme-color);
}
.newsPage h3{
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    font-size: 36px;
}


/*产品中心内页*/
.pageContent .pageconTit{
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
}
.pageContent .pageconTit h5{
    font-size: 20px;
    display: inline-block;
    background: var(--theme-color);
    padding: 10px 20px;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.inProducts .productsNav li{
    padding: 10px 0;
    transition: all 0.5s ease;
    border-bottom: 1px solid #fff;
    background: #eee;
    width: 100%;
}
.inProducts .productsNav{
    width: 20%;
}
.inProducts .inpro{
    width: 80%;
}
.inProducts .pronavList{
    border: 1px solid var(--theme-color);
}
.inProducts .productsNav .pronavTit{
    background: var(--theme-color);
}
.inProducts .productsNav .pronavTit a{
    display: block;
    padding: 30px;
}
.inProducts .productsNav .pronavTit img{
    height: 60px;
}
.inProducts .productsNav{
    padding-right: 40px;
}
.inProducts .productsNav .pronavItem a{
    color: #333;
    padding: 15px 30px;
    font-size: 18px;
}
.inProducts .productsNav .pronavItem:hover{
    background: var(--theme-color);
}
.inProducts .productsNav .pronavItem:hover a{
    color: #fff;
}
.inProducts .productsNav .choose{
    background: var(--theme-color);
}
.inProducts .productsNav .choose a{
    color: #fff;
}
.inProducts .inproList li:hover .proTit a{
    background: var(--theme-color);
    color: #fff;
}
.inProducts .inproList li .proCon{
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #eee;
}
.inProducts .inproList li img{
    width: 100%;
}
.inProducts .inproList li .proTit{
    margin-top: 20px;
}
.inProducts .inproList li .proTit h5{
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}
.inProducts .inproList li .proTit p{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
    color: var(--theme-color);
}
.inProducts .inproList li .proTit a{
    margin-top: 15px;
    display: block;
    padding: 10px 0;
    background: #eee;
    color: #333;
    border-radius: 20px;
}
.inProducts .productsNav .listContact{
    background: var(--theme-color);
    padding-left: 30px;
}
.inProducts .productsNav .listContact a{
    display: block;
    color: #fff;
    font-size: 20px;
}
.inProducts .productsNav .listContact p{
    color: #fff;
}

/*产品详情页*/
.proBimg .proBig{
    background: url(/web/template/pcmob/images/probg1.jpg) center no-repeat;
    background-size: cover;
}
.proBimg .img{
    padding: 15px;
}
.proBimg img{
    width: 100%;
}
.propicDivide{
    width: 30%;
}
.proconDivide{
    width: 70%;
}
.proBimg .img{
    display: none;
}
.proBimg .display{
    display: flex;
}
.proconDivide{
    margin-left: 45px;
}
.proconDivide p{
    font-size: 16px;
}
.proconDivide h4{
    margin-bottom: 30px;
    font-weight: bold;
    color: #333;
}
.proconDivide .sellCon{
    padding-top: 30px;
    border-top: 1px solid #ccc;
    color: #333;
    margin: 30px 0;
    font-weight: bold;
    cursor: pointer;
}
.proconDivide .sellCon i{
    font-size: 18px;
    margin-right: 5px;
    transition: all 0.5s ease;
}
.proconDivide .sellCon span{
    transition: all 0.5s ease;
    margin-right: 15px;
}
.proconDivide .sellCon span:hover,.proconDivide .sellCon i:hover{
    color: var(--theme-color);
}
.proconDivide .sellMore{
    padding: 15px 50px;
    color: #fff;
    background: var(--theme-color);
    margin-right: 50px;
    transition: all 0.5s ease;
    font-size: 16px;
}
.proconDivide .sellMore:hover{
    background: var(--secondary-color);
}
.proBimg{
    margin-bottom: 10px;
}
.proBguide{
    margin: 0 -5px;
}
.proBguide .guideItem{
    padding: 0 5px;
}
.proBguide .proBig .img{
    background: url(/web/template/pcmob/images/probg1.jpg) center no-repeat;
}
.inproDivide{
    padding: 45px;
    background: #f3f3f3;
}
.inproDivide .proPhone h4{
    font-weight: bold;
    color: var(--theme-color);
    margin: 0;
    font-size: 30px;
}
.inproDivide .proPhone i{
    color: var(--theme-color);
    font-size: 30px;
    margin-right: 10px;
}
.proBguide .blue{
    filter: brightness(50%);
}
.proBguide .guideItem{
    cursor: pointer;
}
.proconDivide .proconTit{
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 5px solid var(--theme-color);
}
.proconDivide h3{
    font-weight: bold;
    color: #333;
}
.proForm .form-control{
    padding: 15px 10px;
    background: #f7f7f7;
    border: none;
    border-radius: 0;
    height: 50px;
}
.proForm{
    margin-top: 30px;
}
.proForm button{
    font-size: 18px;
    width: 25%;
    padding: 10px 0;
    background: var(--theme-color);
    margin-top: 30px;
}
.proDetail .inproContent{
    margin-top: 80px;
}
.proDetail .inproContent ul li{
    margin-right: 15px;
}
.proDetail .prorecFlow{
    margin: 0 -7.5px;
}
.proDetail .proviewFlow{
    margin: 0px -7.5px;
}
.inproContent h4{
    font-weight: bold;
    color: #333;
    margin: 50px 0 30px 0;
}
.inproContent p{
    overflow: hidden!important;
    font-size: 16px;
}
.inproContent table{
    width: 100%;
}
.inproContent table tbody tr{
    width: 100%;
    height: 45px!important;
    line-height: 45px;
}
.inproContent table tbody tr td{
    width: 25%;
    color: #333;
    padding-left: 15px;
    border: 1px solid #f5f5f5;
}
.inproContent table tbody tr:nth-child(odd){
    background: #eee;
}
.inproContent table tbody tr td{
    font-size: 18px;
}
.inproContent table tbody tr:first-child td{
    width: 50%;
    height: 50px;
    background: var(--theme-color)!important;
    height: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    padding: 0;
}
.inproContent table tbody tr:nth-child(2) td{
    font-weight: bold;
}
.inproContent img{
    min-width: 1200px;
}
.proDetail .innerproCol>h4{
    color: #333;
    font-weight: bold;
    margin: 50px 0 30px 0;
}
.proDetail .proSpic{
    margin: 0 -7.5px;
}
.proDetail .proSpic .spicItem{
    width: 25%;
    padding: 0 7.5px;
}
.proDetail .proSpic .spicItem .img{
    overflow: hidden;
}
.proDetail .proSpic .spicItem:hover img{
    transform: scale(1.1);
}
.proDetail .innerareaFlow{
    margin: 0 -7.5px;
}

/*联系我们内页*/
.nyContact{
    margin: 0;
    padding: 100px 0;
    background: url(/web/template/heartsys/images/contactbg.jpg)center no-repeat;
}
.nyContact .contactDivide{
    margin-bottom: 80px;
}
.nyContact .contactTit{
    padding-bottom: 50px;
    border-bottom: 1px solid #999;
}
.nyContact h1{
    background: linear-gradient(to top right,#d31f23, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-bottom: 30px;
}
.nyContact h3{
    color: #333;
}
.nyContact .contactTit p{
    font-size: 18px;
    color: #333;
}
.phoneLogo{
    padding: 50px 0;
}
.phoneLogo h5{
    color: #333;
    font-weight: bold;
}
.phoneLogo .img{
    width: 100px;
}
.phoneLogo p{
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.phoneLogo .phoneTxt{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}
.nyContact .contactList{
    margin-top: 50px;
}
.nyContact .contactList .contactCon {
    min-height: 100px;
}
.nyContact .contactList .contactCon h5{
    margin-bottom: 5px;
    color: #333;
    font-weight: bold;
}
.nyContact .contactList .contactCon p{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.nyContact .contactList .contactCon{
    margin-bottom: 30px;
}
.nyContact .contactList .contactCon img{
    margin-top: 15px;
    height: 130px;
}
.nyContact .message h3{
    text-align: center;
    color: #333;
    font-weight: bold;
    margin-bottom: 50px;
}
.nyContact .contactMsg h5{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.nyContact .form-group{
    margin-bottom: 0px;
}
.nyContact .firmsgFlow{
    margin-bottom: 30px;
}
.nyContact .form-control{
    padding: 30px 10px;
    background: #f7f7f7;
    border: none;
    border-radius: 0;
    box-shadow:0 12px 20px rgba(0, 0, 0, 0.1);
}
.nyContact .btn{
    font-size: 18px;
    width: 100%;
    padding: 15px 30px;
    background: var(--theme-color);
    margin-left: 30px;
}

.map{
    width: 100%;
    overflow: hidden;
    border: 10px solid #eee;
}
.map p{
    margin: 0!important;
    padding: 0!important;
}
.map iframe{
    display: block;
}

/*列表页翻页按钮*/
.pagination{
    margin: 30px 0 0;
    border-radius: 3px;
}
.pagination li span, .pagination li a{
    padding: 5px 10px;
}
.pagination li{
    cursor: pointer;
}
.pagination .active a{
    background: #333;
    border-color: #333;
}
.pagination li a{
    color: #333;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    color: #fff;
    background: var(--theme-color);
    border-color: var(--theme-color);
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color: #333;
}
/*内页右侧导航*/
.menuBox{
    position: relative;
}
.inner_menu{
    background: #fff;
}
.inner_menu .tit{
    height: 50px;
    font-size: 16px;
    background: #333;
    font-weight: bold;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
}
.menuCol{
    border-bottom: 1px rgba(0,0,0,.1) solid;
    padding: 0!important;
    width: 100%;
}
.inner_menu ul li a{
    transition: all 0.5s ease;
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    background: #ababab;
}
.inner_menu ul li a:hover{
    background: #999;
}
.nyright .contactCon,.nyright .search{
    margin-top: 30px;
}
.nyinforight .contactCon,.nyinforight .search{
    margin: 0 0 30px;
}
.nyinforight h5,.nyright h5{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.hotNews .img{
    padding: 0;
}
.hotnewsCon span{
    font-size: 12px;
}
.hotNews li{
    padding-bottom: 15px;
}
.hotnewsCon p{
    margin: 0;
}

/*全站搜索*/
.searchMain{
    padding: 70px 0;
}
.searchBox{
    padding-top: 15px;
}
.search form{
    padding: 0;
    height: 40px;
}
.searchKey{
    padding-left: 10px;
    width: 100%;
}
.search button{
    transition: all 0.5s ease;
    background: #fff;
    width: 50px;
    border: 1px solid #999;
}
.search button:hover{
    background: #333;
}
.search button:hover .icon-sousuo{
    color: #fff;
}
.search button .icon-sousuo{
    font-weight: bold;
    font-size: 24px;
    color: #333;
}
.search-body-list li{
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    display: block;
}
.search-body-title,.search-body-content{
    margin-bottom: 10px;
}

/*二维码*/
.layerWechat,.layerWechat2{
    display: none;
}

.____wayiicms_service ul{
    display: flex;
    flex-direction: column;
}
.____wayiicms_service-weixin{
    display: none;
}

/*标签页*/
 .tagList li{
     margin-bottom: 15px;
 }
 .tagList li .img{
    border-radius: 15px;
    border: 1px solid #eee;
 }
 .tagPage{
     background: #eee;
 }
 .tagPage .tagFlow{
     padding: 30px;
     margin: 50px 0 60px 0;
     background: #fff;
 }
 .tagFlowtit h4{
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
 }
 .tagFlowtit h5{
     margin-bottom: 30px;
 }
 .tagFlowtit h5 span{
     color: var(--theme-color);
 }
 .tagFlowtit{
     border-bottom: 1px solid #eee;
     margin-bottom: 30px;
 }
  .tagFlowtit h4 span{
      color: var(--theme-color);
  }
  /*封面页详情页*/
.infoPage{
    padding: 70px 0;
}
.pageContent p{
    margin-bottom: 14px;
}
.infoTit h4{
    padding-bottom: 5px;
    color: #333;
}
.infoTit{
    text-align: center;
    margin-bottom: 30px;
}
.page{
    padding: 30px 0 0;
}
.page a:hover{
    color: #bd0b07;
}
.infoDes{
    margin-bottom: 14px;
    background: #eee;
    padding: 10px 15px;
}
.infoDes span{
    color: #333;
}
