.pc_none{
    display: none;
}
/*分割线*/
.dividingLine{
    width: 100%;
    height: 1px;
    background: #eee;
}
/*水印*/
/*.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 .img{
    margin-right: 15px;
}
.header .phone img{
    width: 36px;
    height: 36px;
}
.header .phone i{
    font-size: 30px;
    color: var(--theme-color);
    margin-right: 10px;
}
.header .phone p{
    color: var(--theme-color);
}
.header .phone h4{
    color: #5c5c5c;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    margin-bottom: 5px;
    font-weight: bold;
}
.header .phone h4:last-child{
    margin: 0;
}
.header .phone{
    position: relative;
}
.header .phone .phoneCon{
    /*transition: all 0.5s ease;*/
    /*background: #fff;*/
    /*padding: 30px 30px 15px 30px;*/
    /*border-radius: 15px;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 100%;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    /*opacity: 0;*/
    /*visibility: hidden;*/
}
/*.header .phone:hover .phoneCon{*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/
.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: 30px;
}
.logo_mb a{
    display: block;
    height: 100%;
}
.logo_mb p{
    border-left: 2px solid #eee;
    font-size: 16px;
    color: var(--theme-color);
    font-family: Impact;
    margin-left: 5px;
    padding-left: 5px;
}
.logo{
    height:48px;
}
.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{
    padding-left: 100px;
}
.navList a{
    transition: all 0.5s ease;
    padding: 0 30px;
    display: block;
    font-size: 16px;
}
.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;
    font-weight: bold;
    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 a{
    display: block;
}
.bannerList li{
    max-height: 780px;
    width: 100%;
    overflow: hidden;
}
.bannerList li video{
    display: block;
    width: 100%;
    max-width: 1920px;
    filter: brightness(70%);
}
.bannerList li:nth-child(-n+3) .bannerCon{
    display: none;
}
.bannerCon{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.bannerCon .container{
    height: 100%;
}
.bannerCon h2{
    font-size: 66px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 2px black;
}
.bannerCon h3{
    letter-spacing: 3px;
    margin-top: 20px;
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    text-shadow: 1px 1px 2px black;
}
.bannerCon h5{
    margin-top: 70px;
}
.bannerSwitch{
    width: 100%;
    z-index: 2;
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: center;
}
.frontBanner .swiper-pagination-bullet{
    border-radius: 0;
    height: 4px;
    width: 30px;
    margin: 0 6px;
    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 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 5px 10px rgba(0, 0, 0, 0.1);
}
.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 span{
    z-index: 2;
    display: inline-block;
    position: relative;
    text-transform:none;
    font-size: 14px;
}
.frontTit .aboutSub:after{
    display: block;
    content: 'BRAND';
    position: absolute;
    font-size: 170px;
    left: 15%;
    top: -900%;
    font-weight: bold;
    color: #eee;
    z-index: -1;
}
.frontTit h4 i{
    color: var(--theme-color);
    font-size: 44px;
    font-weight: normal;
}
.frontTit p{
    color: #333;
    font-size: 16px;
    margin-top: 20px;
}

/*首页产品*/
.bg1{
    background: #f5f5f5;
}
.ptpc70m30 {
    padding-bottom: 70px;
    overflow: hidden;
}
.product_desc{
    padding-right: 30px;
}
.product_desc p{
    font-size: 16px;
}
.product_desc .tit{
    font-size:16px;
    color:#333;
    line-height: 1.9;
}

.product_con{
    position: relative;
}
.product_con .item{
    margin-bottom: 30px;
}
.product_con .item a{
    display: block;
    background: #fff;
}
.product_con .item a .con{
    display: flex;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 30px;
    align-items: center;
}
.product_con .item a .con h5{
    flex:1;
    font-size:24px;
    color:#333;
    font-family: Impact;
}
.product_con .item a .con i{
   font-size:24px;
   color:var(--theme-color);
}
.product_con .item a .img{
    padding:15px;
}
.product_con .item .img span{
    display: block;
    font-size:16px;
    color:var(--theme-color);
    margin-bottom: 15px;
}
.product_con .item .img span i{
    font-size:14px;
    margin-left: 6px;
}
.product_con .item .img h4{
    font-size:20px;
    color:#333;
    padding-bottom: 10px;
}
.product_con .owl-buttons{
    position: absolute;
    right: 0;
    bottom: 0;
}
.product_con .owl-buttons>div{
    width: 48px;
    height: 48px;
    border:1px solid #e1e1e1;
    color:#666;
    line-height: 46px;
    text-align: center;
    font-size:16px;
    display: inline-block;
    margin-left: 10px;
    transition:all .3s;
}
.product_con .owl-buttons>div:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}
.tit_box1{
    padding:80px 0 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 40px;
}
.tit_box1 .tit{
    flex:1;
}
.tit_box1 a{
    color: #333;
    font-size: 16px;
}
.tit_box1 a:hover{
    color: var(--theme-color);
}
.tit_box1 .tit h4{
    line-height: 60px;
    font-size:30px;
    color:#3e3e3e;
    font-weight: bold;
}
.tit_box1 .tit h4 span{
    font-size:16px;
    font-weight: bold;
    color:var(--theme-color);
    margin-left: 10px;
    text-transform: capitalize;
}
.tit_box1 .menu li{
    margin-left: 50px;
}
.tit_box1 .menu li a{
    display: block;
    font-size:18px;
    color:#333;
    position: relative;
    line-height: 60px;
}
.tit_box1 .menu li a:after,.tit_box1 .menu li:first-child a:after{
    content:'';
    width: 0;
    height: 3px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .3s;
}
.tit_box1 .menu li a:hover:after,.tit_box1 .menu li:first-child a:after{
    width: 100%;
}

.tit_box2{
    padding: 80px 0 20px;
}
.tit_box2 .more a{
    font-size:16px;
}

/*首页客户现场*/
.scene{
    margin-bottom: 100px;
}

/*首页横幅导航*/
.colIndex li a{
    display: block;
    position: relative;
}
.colIndex li .img{
    overflow: hidden;
}
.colIndex li:hover img{
    transform: scale(1.1);
}
.colIndex li .colindexCon{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    padding-left: 70px;
}
.colIndex li .colindexCon h3{
    color: #fff;
    font-size: 30px;
    font-family: Impact;
    margin-bottom: 5px;
}
.colIndex li .colindexCon p{
    font-size: 16px;
    color: #fff;
}

/*产品优势*/
.advantages{
    padding-bottom: 70px;
}
.advantages li a{
    display: block;
    position: relative;
}
.advantages li .adCon{
    padding: 30px;
    position: absolute;
    bottom: 0;
}
.advantages li .adCon h5{
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}
.advantages li .adCon p{
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.advantages li .adCon span{
    margin-right: 5px;
}

/*关于我们*/
.about{
    margin: 70px 0;
    position: relative;
}
.about_img{
    margin-left: 100px;
    position: relative;
}
.about_img img{
    width: 100%;
}
/*.about_img:before,.about_img:after{*/
/*    content:'';*/
/*    width: 240px;*/
/*    height: 240px;*/
/*    background: var(--theme-color);*/
/*    display: block;*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*}*/
/*.about_img:before{*/
/*    left:-24px;*/
/*    top: -24px;*/
/*}*/
.about_img:after{
    right: -24px;
    bottom: 0;
}
.about_con{
    position: relative;
    z-index: 1;
}
.about_con .tit{
    border-bottom: 1px solid var(--theme-color);
    padding: 20px 0;
}
.about_con .tit h4{
    font-size:28px;
    color:#333;
    font-weight: bold;
}
.about_con .tit p{
    font-size:16px;
    color:var(--theme-color);
    font-weight: bold;
    margin-top: 30px;
    
}
.about_con .con{
    padding: 20px 0;
}
.about_con .con p{
    font-size:16px;
    color:#666;
    margin-top: 10px;
    line-height: 1.9;
}
.about_con .j_mark{
    font-size: 160px;
    color: #f7f7f7;
    text-transform: uppercase;
    font-family: 'Impact';
    position: absolute;
    left: 0;
    bottom: -60px;
    z-index: -1;
    line-height: 1;
}
.index_more1{
    margin-top: 40px;
}
.index_more1 a{
    display: block;
    width: 154px;
    height: 48px;
    background:#ebebeb;
    color:#333;
    border-left: 6px solid var(--theme-color);
    font-size:16px;
    text-align: center;
    line-height: 48px;
    transition:all .3s;
}
.index_more1 a i{
    margin-left: 10px;
    font-size:14px;
}
.index_more1 a:hover{
    background: var(--theme-color);
    color:#fff;
}
.panel1_con{
    padding:60px 0;
}
.panel1_con ul{
    border:1px solid #f2f2f2;
}
.panel1_con li{
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-right: 1px solid #f2f2f2;
    padding: 40px 0;
}

.panel1_con li:last-child:after{
    left: auto;
    right: 0;
}
.panel1_con li h4{
    font-size:38px;
    font-family: Impact;
    font-weight: normal;
    color:var(--theme-color);
}
.panel1_con li h4 span.plus{
    font-size: 22px;
    margin-left: 10px;
    vertical-align: top;
}
.panel1_con li p{
    font-size:18px;
}


/*推荐产品*/
.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;
}

/*应用领域*/
.areaFlow {
    margin-top: 50px;
}
.areaFlow .areaItem{
    margin: 0 auto;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid #eee;
    transition: all 0.5s ease;
}
.areaFlow .areaItem p{
    font-size: 16px;
}
.areaFlow .areaItem .img{
    margin-bottom: 10px;
    width: 40px;
}
.areaFlow .areaItem:hover{
    border: 2px solid var(--theme-color);
}
.areaFlow .swiper-wrapper{
    flex-direction:inherit;
}
.areaFlow .swiper-wrapper .swiper-slide{
    margin-bottom: 30px;
}
    

/*留言横幅*/
.masgForm{
    background: url(/web/template/pcmob/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{
    background: url(/web/template/heartsys/images/advbg.jpg) top no-repeat;
    margin-top: 70px;
}
.advantages li .img{
    overflow: hidden;
}
.advantages li:hover img{
    transform: scale(1.1);
}
.advDivide{
    border-radius: 30px;
    overflow: hidden;
    background: var(--theme-color);
}
.advantages ul{
    padding: 50px;
    margin: -50px;
    background: #fff;
}
.advDivide .img{

}
.advDivide .advCons {
    padding: 0 100px;
}
.advDivide .advCons h4{
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.advDivide .advCons p{
    color: #fff;
}
.advDivide .advCons .squ{
    width: 70px;
    height: 5px;
    background: var(--secondary-color);
    margin: 15px 0 15px 0;
}
.advDivide .advCons .advconItem:first-child:after{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(0, 202, 190, .5));
    position: absolute;
    left: 0;
    bottom: 0;
}
.advDivide .advCons .advconItem:first-child{
    border-left: 1px solid var(--secondary-color);
}
.advconItem{
    border-right: 1px solid var(--secondary-color);
    position: relative;
    padding: 50px 30px;
}
.advCon{
    margin: 100px 0;
}
.advCon h3{
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}
.advCon p{
    font-size: 16px;
    color: #fff;
}

/*联系横幅*/
.conBan{
    padding: 130px 0 70px;
    background: url(/web/template/heartsys/images/conban.jpg)top no-repeat;
}
.conbanCon h2{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.conbanCon h3{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

/*首页新闻*/
.news_con{
    padding: 40px 0 70px;
}
.news_con li a{
    display: block;
    position: relative;
}
.news_con li .img img{
    width: 100%;
}
.news_con li .con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color:#fff;
    z-index: 99;
    padding:30px 30px;
    flex-direction: column;
    justify-content: space-between;
    transition:all .3s;
}
.news_con li .con h5{
    font-size:16px;
    font-weight: normal;
    display: flex;
    align-items: center;
}
.news_con li .con h5 i{
    font-size:22px;
    margin-right: 10px;
}
.news_con li .con span{
    height: 40px;
    align-items: center;
    border-top: 1px solid #dbdbdb;
    font-size:14px;
}
.news_con li .con span em{
    font-style: normal;
    flex:1;
}
.news_con li .con span i{
    margin-right: 7px;
}
.news_con li .con h4{
    font-size:18px;
    font-weight: normal;
}
.news_con li .con p{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size:14px;
    color: #fff;
    margin:20px 0 20px;
    transition:all .3s;
    
}
.news_con li a:hover .con{
    background: #f1f1f1;
    color:#666;
}
.news_con li a:hover .con p{
    margin-bottom: 100px;
    color:#666;
}

/*合作伙伴*/
.partners{
    margin-bottom: 100px;;
}
.partnersFlow{
    margin-bottom: 30px;
}
.partners li{
    padding: 0 7.5px;
}
.partners li .img{
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #eee;
}

/*友情链接*/
.friend_links{
    padding: 30px 0;
}
.friend_links a:last-child span{
    display: none;
}

/*车间环境*/
.application_list{
    margin-bottom: 15px;
    overflow: hidden;
}
.photoCenter{
    position: relative;
}
/*.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 .info{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding:0 30px 20px;
    color:#fff;
    display: flex;
    align-items: center;
}
.application_list .item .info .con{
    flex:1;
}
.application_list .item .info .con h4{
    text-align: left;
    font-size:20px;
    font-family: 'MontserratSemiBold';
    line-height: 1;
}
.application_list .item .info .con p{
    color: #fff;
    font-size:16px;
    font-family: 'MontserratLight';
    line-height: 1.4;
    margin-top: 12px;
    display: none;
}
.application_list .item .info .more{
    border: 1px solid #fff;
    font-size: 12px;
    height: 38px;
    line-height: 36px;
    padding: 0 10px;
    transition: all 0.36s ease;
    text-transform: uppercase;
    font-family: 'MontserratLight';
    display: none;
}
.application_list .item .info .con p{
    display: block;
}
.application_list .item .info .more{
    display: block;
}
.application_list .item .info .con h4{
    position: relative;
    transition:all .3s;
}
.application_list .item .info .con h4:after{
    content:'';
    width: 0;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left:0;
    bottom: 0;
    transition:all .3s;
}
.application_list .item:hover .info .con h4{
    padding-bottom: 15px;
}
.application_list .item:hover .info .con h4:after{
    width: 50px;
}

.application_list .item:hover .info .more{
    background:#fff;
    color:var(--theme-color);
}
.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;
}
.text-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.text-overflow-line2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.application_list .swiper-button-next, .application_list .swiper-button-prev {
    width: 55px;
    height: 55px;
    border-radius: 5px;
    color: #333;
    transition: all 0.8s ease;
    border: 1px solid #bbb;
    transform: translate(0,50%);
}
.swiper-button-next{
    right: 40px;
}
.swiper-button-prev i{
    transform: rotate(180deg);
}
.swiper-button-prev{
    left: 40px;
}
.swiper-button-next:after,.swiper-button-prev:after{
    display: none;
}
.swiper-button-prev{
    transform: rotate(180deg);
}
.swiper-button-next i,.swiper-button-prev i{
    font-size: 20px;
}
.swiper-button-next,.swiper-button-prev{
    width: 55px;
    height: 55px;
    border-radius: 5px;
    color: #333;
    transition: all 0.8s ease;
    border: 1px solid #bbb;
}
.swiper-button-next:hover,.swiper-button-prev:hover{
    color: #fff;
    background: var(--theme-color);
}

/*尾部*/
.footer{
    padding-top: 100px;
    background: url(/web/template/heartsys/images/footerbg.jpg);
}
.footcontact{
    width: 20%;
}
.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: 30%;
}
.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;
}
.footMsg{
    flex:1;
}
.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: 50px;
}
.footer .footMsg .qrList .img{
    width: 50%;
    margin-right: 15px;
}
.footer .icp{
    background: #01173d;
    margin-top: 50px;
    padding: 20px 0;
}
.footer .icp p{
    padding: 0 15px;
    color: #999;
    color: #fff;
}
.footer .icp img{
    height: 20px;
}
.footer .ftCom .img{
    height: 120px;
}
.footer .ftCom img{
    height: 100%;
}
.footer .ftCom h2{
    color: #fff;
}
.footer .ftCom p{
    color: #fff;
}
.footer .ftCom h3{
    color: #fff;
    font-weight: bold;
    padding-bottom: 30px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 50px;
}

/*内页导航*/
.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{
    width: 100%;
}
.ibanner .img:after{
    display: none;
}

.ibanCon{
    transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
    top:50%;
}
.ibanCon h4{
    font-weight: bold;
    color: #fff;
    font-size: 36px;
}
.ibanCon p{
    margin-top: 12px;
    color: #fff;
    font-size: 18px;
}
.j_banner_con{
    align-items: center;
}

/*封面页详情页*/
.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;
}
/*内页右侧导航*/
.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;
}
/*关于我们内页*/
.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;
}
.aboutinDivimg .img:after{
    display: none;
}
.aboutAdv{
    padding: 80px 0;
    background: url(/web/template/heartsys/images/aboutyearbg.jpg) center no-repeat;
}
.aboutAdv .innerTit{
    color: #fff;
    text-align: center;
}
.aboutinDivcon .panel1_con{
    padding:30px 0;
}
.aboutinDivcon .panel1_con li{
    border: none;
}
.aboutinDivcon .panel1_con ul{
    border: none;
}
.abAdvlist li .abadvCon{
    color: #fff;
    height: 300px;
    background: rgba(21,101,172,.65);
    padding: 30px;
    margin-bottom: 30px;
}
.abAdvlist li .abadvCon h4{
    margin-bottom: 15px;
    font-weight: bold;
}
.abAdvlist li .abadvCon h4 span{
    font-weight: normal;
    padding-right: 5px;
    font-size: 30px;
}
.abAdvlist li .abadvCon p{
    color: #fff;
}
.abAdvlist li .abadvCon h5{
    margin: 15px 0;
}
.innerDes p{
    color: #fff;
    width: 45%;
    text-align: center;
}
.honorFlow li{
    padding: 0 15px;
}

.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;
}

/*行业应用列表页*/
.caseList .caseTit{
    position: relative;
}
.caseTit h4{
    
    font-size: 20px;
    display: inline-block;
    text-align: center;
    color: #333;
    font-weight: bold;
    padding: 10px;
    background: #fff;
    transition: all 0.5s ease;
}
.caseList .frontcaseTit h4{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    transition: all 0.5s ease;
    margin-top: 15px;
}
.caseList li .img{
    overflow: hidden;
}
.caseList li:hover img{
    transform: scale(1.1);
}
.caseList li:hover .frontcaseTit h4{
    color: var(--theme-color);
}
/*.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{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
    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{
    margin-bottom: 0;
}
.inProducts .productsNav li{
    transition: all 0.5s ease;
    border-bottom: 1px solid #fff;
    background: #fff; 
    width: 100%;
}
.inProducts .productsNav{
    width: 25%;
}
.inProducts .inpro{
    width: 75%;
}
.inProducts .productsNav .pronavTit{
    background: var(--theme-color);
}
.inProducts .productsNav .pronavTit a{
    display: block;
    padding: 30px;
}
.inProducts .productsNav .pronavTit h4{
    text-align: center;
    color: #fff;
}
.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 .proList li .proCon{
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #eee;
}
.inProducts .proList li img{
    
}
.inProducts .proList li .proTit{
    margin-top: 20px;
}
.inProducts .proList li .proTit h5{
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    text-align: center;
}
.inProducts .proList li .proTit p{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
    color: var(--theme-color);
}
.inProducts .proList li .proTit a{
    margin-top: 15px;
    display: block;
    padding: 10px 0;
    background: #eee;
    color: #333;
    border-radius: 20px;
}
.j_contact{
    margin-top: 30px;
}
.j_contact .j_tit{
    background: var(--theme-color);
    padding: 20px;
    color:#fff;
    text-align: center;
}
.j_contact .j_tit h4{
    font-size: 20px;
}
.j_contact .j_tit p{
    font-size: 16px;
    text-transform: uppercase;
    color:#fff;
}
.j_contact .j_con{
    padding: 20px;
    border: 1px solid var(--theme-color);
    background: #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: -webkit-linear-gradient(#4ea0f1, #0155a9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-bottom:20px;
    font-size: 40px;
}
.hotPhone{
    margin-top: 50px;
}
.nyContact h3{
    color: #333;
    font-size: 22px; 
}
.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;
}
.message h3{
    text-align: center;
    color: #333;
    font-weight: bold;
    margin-bottom: 50px;
}
.message .contactMsg h5{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.message .form-group{
    margin-bottom: 0px;
}
.message .firmsgFlow{
    margin-bottom: 30px;
}
.message .form-control{
    padding: 30px 10px;
    background: #f7f7f7;
    border: none;
    border-radius: 0;
    box-shadow:0 12px 20px rgba(0, 0, 0, 0.1);
}
.message .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);
  }