
/* @font-face
{font-family: DIN;
src: url('DIN-Medium.otf')} */
/* @font-face
{font-family: SourceHanSansCN;
src: url('SourceHanSansCN-Regular.ttf')} */
body,input,h1,h2,h3,h4,h5,h6,p,textarea,table,div,ul,li,select,td,th,em,span,i,button,code{margin:0;padding:0;color:inherit;line-height: inherit;/* font-family: 'SourceHanSansCN','PingFang SC','PingFangMedium',"microsoft yahei"; */}
img{border:0;display: inline-block;max-width:100%;vertical-align: middle;}
.fl{float:left;}
.fr{float:right;}
ul,li{ list-style:none; }
a,p,span,i,em{ text-decoration:none; color:inherit;}
:focus{outline:none!important;border-color:inherit;}
.clearfix{*zoom: 1;}
.clearfix:before,.clearfix:after
{display: table;line-height: 0;content: "";}
.clearfix:after{clear: both;}
table{border-collapse:collapse;border-spacing:0;width:100%}
h3,h4,h5,h6{font-weight: normal;}
em,i{font-style:normal;}
*{box-sizing:border-box;color: #333;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;}
input[type="button"]{border:none;}
textarea {  -webkit-appearance: none;}  
.auto{margin:0 auto;width: 1200px;}
:hover{transition: all .2s;}
.img_hover_wrap{overflow: hidden;}
.img_hover{transition: all .3s;}
.img_hover:hover{transform: scale(1.05,1.05);}
.img_traslate{transition: all .3s;}
.img_traslate:hover{transform: translateY(-10px);}
.img_rotate{transition: all .3s;}
.img_rotate:hover{transform:rotate(-360deg);}
.bold{font-weight: bold;}
.normal{font-weight: normal!important;}
.center{text-align: center!important;}
.img{/* width: 100%; */display: block;}
.ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ele{position:relative;}
.ele:before,.ele:after{content:'';display: inline-block;vertical-align: middle;}
.ipt{display: block;border:none;}
.ipt_button{cursor: pointer;}
.item_scale .icon{transition: all .3s;}
.item_scale:hover .icon{transform: scale(1.05,1.05);}
.text-left{text-align: left!important;}
.text-right{text-align: right!important;}
.clamp{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-box-orient: vertical;/*-webkit-line-clamp: 3;*/}
.clamp1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.clamp2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.clamp3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
body{background: #fff;overflow-x: hidden;}

.item{}
.item .imgbox{display: block;overflow: hidden;}
.item .img{transition: all 1s;width: 100%;display: block;}
.item:hover .imgbox .img{transform: scale(1.1,1.1);}

.zoomimg{position:relative;overflow: hidden;height: 0;display: block;}
.zoomimg .img{display: block;position:absolute;width: 100%;height: 100%;left: 0;top: 0;}


.flipx .icon{transition: all .3s;}
.flipx:hover .icon{transform:scaleX(-1);}
.scale .icon{transition: all .3s;}
.scale:hover .icon{transform: scale(1.1,1.1);}

.underline:hover{text-decoration: underline;}
label{-webkit-tap-highlight-color: rgba(255,0,0,0);} 

.flex{display: -webkit-box; display: -moz-box;display: -ms-flexbox; display: -webkit-flex; display: flex;}
.flex-align-start{align-items: flex-start;}
.flex-align-center {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.flex-align-end{align-items: flex-end;}
.flex-pack-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.flex-pack-justify {-webkit-box-pack: justify;-webkit-justify-content: pace-between;-ms-flex-pack: justify;justify-content: space-between;}
.flex-pack-start{justify-content: flex-start;}
.flex-pack-end{justify-content: flex-end;}
.flex-v { -webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.flex-w{flex-wrap:wrap;}
.flex-1{flex:1;overflow: hidden;}
.flex-11{flex:1;}

.bg{background-color: #f8f8f8;}
.c-main{color:#0076d4!important;}

/* 新闻列表 */
.head{background-color: #fff;}
.hd-bar{height: 40px;background: #f0f0f0;}
.hd-bar .font{font-size: 14px;color: #666666;line-height: 40px;}
.hd-bar .font .ico{width: 20px;display: inline-block;vertical-align: middle;margin:0 10px;}

.hd-sec{padding:10px 0;}
.hd-sec .wrap{display: flex;justify-content: space-between;}
.hd-logo{display:flex;align-items: center;}
.hd-logo .img{height: 70px;width: auto;margin-right:15px;}
.hd-logo .cn{font-size:21px;}
.hd-logo .en{font-size:10px;text-transform: uppercase;}
.hd-nav{}
.hd-nav li{display: inline-block;vertical-align: middle;margin-left: 34px;}
.hd-nav li>a{display: block;font-size: 18px;color:#333;line-height: 70px;}
.hd-nav li.cur>a,.hd-nav li:hover>a{color: #0076d4;}


.inner-ban{position:relative;height: 500px;overflow: hidden;}
.inner-ban .img{width: 100%;display: block;}
.inner-ban .bgimg{position:absolute;width: 100%;height: 100%;left: 0;top:0;animation: gt 30s infinite linear;}
.inner-ban .mask{position:absolute;width: 100%;height: 100%;left: 0;top:0;background:rgba(0,0,0,.3);}
.inner-ban .box{text-align: center;position:absolute;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;left: 0;top: 0;}
.inner-ban .title{font-size: 50px;color:#fff;font-weight: bold;}
.inner-ban .line{width: 64px;height: 3px;background: #fff;display: block;margin:15px auto;}
.inner-ban .en{font-size: 26px;color:#fff;}
@keyframes gt {
    0% {
       /* margin-top: -450px; */
        transform: scale(1);
    }
    25% {
        /* margin-top: -350px; */
        transform: scale(1.2);
    }
    50% {
        /* margin-top: -250px; */
        transform: scale(1.4);
    }
    75% {
        /* margin-top: -350px; */
        transform: scale(1.2);
    }
    100% {
        /* margin-top: -450px; */
        transform: scale(1);
    }
}

.crumb{font-size: 16px;color:#333333;padding:20px 0;line-height: 30px;background-color: #f8f8f8;}
.crumb .wrap::before{content:'';display: inline-block;vertical-align: middle;background: url("icon_04.png"/*tpa=/skin/hengjia2/images/icon_04.png*/) no-repeat center;background-size:contain;width: 20px;height: 20px;margin-right: 5px;}
.crumb span{color: #0076d4;}
.crumb a:hover{color: #0076d4;}

.xw-main{padding:50px 0 80px;}
.xw-list{padding-bottom: 1px;}
.xw-list .item{display: flex;align-items: flex-start;margin-bottom: 40px;padding: 0;}
.xw-list .imgbox{width: 390px;display: block;margin-right: 30px;}
.xw-list .img{width: 100%;height: 205px;display: block;object-fit: cover;}
.xw-list .info{flex:1;overflow: hidden;}
.xw-list .title{display: block;font-size: 22px;color:#333;margin-top: 10px;}
.xw-list .txt{font-size: 16px;color:#666;line-height: 30px;-webkit-line-clamp: 2;height: 60px;margin-top: 30px;}
.xw-list .bot{font-size: 16px;color:#888;margin-top: 35px;}
.xw-list .date{}
.xw-list .read{background:url("xw_06.png"/*tpa=/skin/hengjia2/images/xw_06.png*/) no-repeat left center;background-size:22px;padding-left: 30px;margin-left: 40px;}
/* .xw-list .item:hover{background-color:rgba(239,239,239,.6);} */
.xw-list .item:hover .title{color:#0076d4;font-weight: bold;}

.pagelist{margin-top: 30px;text-align: center;}
.pagelist a{display: inline-block;vertical-align: middle;min-width:38px;height: 38px;line-height: 36px;border:1px solid #e5e5e5;border-radius:4px;background-color: #fff;font-size: 15px;color:#333;margin:0 3px;}
.pagelist a:hover,.pagelist a.active{color:#fff;background-color: #0076d4;border-color:#0076d4;}

.foot{background:url("ft_06.jpg"/*tpa=/skin/hengjia2/images/ft_06.jpg*/) no-repeat center;background-size:cover;}
.ft-t{padding:60px 0;}
.ft-info{display: flex;align-items: flex-start;}
.ft-info .smlogo{width: 140px;}
.ft-info .line{width: 1px;height: 50px;background-color: #fff;display: block;margin:30px 50px 0;}
.ft-info .box{}
.ft-info .tel{font-size: 30px;color:#fff;display: flex;align-items: center;margin-bottom: 10px;}
.ft-info .tel .icon{width:55px;margin-right: 25px;}
.ft-info .txt{font-size: 16px;color:#fff;line-height: 34px;}

.ft-vx{display: flex;align-items: center;}
.ft-vx .pic{width:140px;margin-right: 15px;}
.ft-vx .font{font-size: 16px;color:#fff;width: 20px;line-height: 20px;}

.ft-menu{padding:20px 0;border-top:1px solid #000;text-align: center;}
.ft-menu .lk{font-size:16px;color:#fff;line-height: 30px;display: inline-block;vertical-align: middle;padding:0 35px;position:relative;}
.ft-menu .lk::after{content:'';position:absolute;right: 0;width: 1px;height: 14px;background-color: #000;top: 50%;margin-top: -7px;}
.ft-menu .lk:hover{opacity: .8;}
.ft-menu .lk:last-child::after{display:none;}

.ft-bq{text-align: center;font-size: 14px;color:#fff;padding:25px 0;line-height: 26px;border-top:1px solid #000;}


/* 新闻详情 */
.xwdet-main{padding:10px 50px 50px;}
.xwdet-top{padding:35px 0;border-bottom:1px solid #ddd;text-align: center;}
.xwdet-top .title{font-size: 36px;color:#222222;font-weight: bold;}
.xwdet-top .sm{font-size: 14px;color:#666666;margin-top: 10px;}
.xwdet-top .sm span{font-size: 16px;padding:0 10px;}

.xwdet-edit{padding:60px 0 40px;font-size: 16px;color:#333333;line-height: 36px;}



/* 产品中心 */
.pro-main{padding:0 0 60px;}
.pro-l{width: 250px;margin-right: 20px;}
.pro-r{}

.pro-menu{margin-bottom: 15px;background: #fff;}
.pro-menu .t-tit{font-size: 24px;color:#333333;padding:0 25px;line-height: 80px;font-weight: bold;}
.pro-menu .list{padding-bottom: 10px;}
.pro-menu .list li{}
.pro-menu .list li>a{display: block;font-size: 16px;color:#666666;line-height: 55px;padding:0 0 0 20px;background:url("pro_02.png"/*tpa=/skin/hengjia2/images/pro_02.png*/) no-repeat 94% center;background-size:14px;position:relative;}
.pro-menu .list li>a::after{content:'';position:absolute;left: 0;top: 50%;width: 4px;height: 0;background: #0076d4;transition: all .3s;}
.pro-menu .list li.cur>a{color: #0076d4;background-image:url("pro_02-1.png"/*tpa=/skin/hengjia2/images/pro_02-1.png*/);background-color:rgba(0,118,212,.1);}
.pro-menu .list li.cur>a::after{height: 55px;margin-top: -27px;}
.pro-menu .list li:hover>a{color: #0076d4;}


.pro-contact{padding:20px 25px;background: url("pro_06.jpg"/*tpa=/skin/hengjia2/images/pro_06.jpg*/) no-repeat center;background-size:cover;}
.pro-contact .t-tit{font-size: 18px;color:#fff;margin-bottom: 15px;}
.pro-contact .row{margin-bottom: 15px;}
.pro-contact .fz{font-size: 16px;color:#fff;}
.pro-contact .ico{width: 18px;margin-right: 5px;}
.pro-contact .wz{font-size: 14px;color:#fff;margin-top: 5px;}
.pro-contact .vxbox{display: inline-block;vertical-align: middle;}
.pro-contact .vxbox .tp{width: 88px;height: 88px;border-radius:4px;}
.pro-contact .vxbox .font{font-size: 14px;color: #fff;margin-top: 8px;text-align: center;}


.pro-list{margin-left: -2%;}
.pro-list .item{width: 31.3%;margin:0 0 2% 2%;background: #fff;}
.pro-list .imgbox{}
.pro-list .img{width: 100%;height: 220px;}
.pro-list .info{padding:20px 15px;border:1px solid #fff;border-top:none;}
.pro-list .title{font-size: 18px;color:#333333;line-height: 30px;text-align: center;}
.pro-list .item:hover{box-shadow:0 16px 36px rgba(0,0,0,.12);}
.pro-list .item:hover .info{border-color:#0076d4;}
.pro-list .item:hover .title{color: #0076d4;}


/* 产品详情 */
.pro-smmenu{margin-bottom: 35px;font-size: 0;margin-top: 15px;}
.pro-smmenu .lk{display: inline-block;vertical-align: middle;font-size: 16px;color:#333333;min-width:105px;text-align: center;line-height: 36px;border-radius:18px;background: #fff;text-align: center;padding:0 15px;margin-bottom: 15px;margin-right: 15px;}
.pro-smmenu .lk.cur,.pro-smmenu .lk:hover{color:#fff;background: #0076d4;}
.pro-smmenu .showmore{font-size: 16px;color:#666;line-height: 36px;cursor: pointer;background: url("down.png"/*tpa=/skin/hengjia2/images/down.png*/) no-repeat right center;background-size:16px;padding-right: 21px;}
.pro-smmenu .showmore.this{color: #0076d4;background-image: url("up.png"/*tpa=/skin/hengjia2/images/up.png*/)}
.pro-smmenu .box{height: 36px;}
.pro-smmenu .box.height{height: auto;}


.prodet-top{margin-bottom: 30px;background: #fff;padding: 30px;/* align-items: flex-start; */}
.prodet-top .pic{width: 365px;margin-right: 30px;}
.prodet-top .info{padding-top: 10px;position:relative;}
.prodet-top .title{font-size: 30px;color:#333333;font-weight: bold;}
.prodet-top .txt{font-size: 16px;color:#666666;line-height: 28px;margin-top: 15px;-webkit-line-clamp: 3;}
.prodet-top .bot{margin-top: 0!important;position:absolute;width: 100%;left: 0;bottom: 0;}
.prodet-top .grp{position:relative;margin-right: 20px;}
.prodet-top .grp:last-child{margin-right: 0;}
.prodet-top .lk{font-size: 16px;width: 120px;height: 40px;text-align: center;line-height: 38px;display: block;}
.prodet-top .lk::before{width: 18px;height: 18px;display: inline-block;vertical-align: middle;margin-right: 6px;content:'';}
.prodet-top .kf{color:#0076d4;border:1px solid #0076d4;}
.prodet-top .kf::before{background: url("pro_09.png"/*tpa=/skin/hengjia2/images/pro_09.png*/) no-repeat center;background-size:contain;}
.prodet-top .vx{color:#23a40d;border:1px solid #23a40d;}
.prodet-top .vx::before{background: url("pro_10.png"/*tpa=/skin/hengjia2/images/pro_10.png*/) no-repeat center;background-size:contain;}

.prodet-top .kf:hover{color:#fff;background: #0076d4;}
.prodet-top .kf:hover::before{background-image: url("pro_09-1.png"/*tpa=/skin/hengjia2/images/pro_09-1.png*/)}
.prodet-top .vx:hover{color:#fff;background: #23a40d;}
.prodet-top .vx:hover::before{background-image: url("pro_10-1.png"/*tpa=/skin/hengjia2/images/pro_10-1.png*/)}

.prodet-top .grp:hover .drop{display: block;}
.prodet-top .drop{width: 170px;position:absolute;padding-left: 20px;right: -170px;top: -20px;display: none;}
.prodet-top .drop .box{background: #fff;width: 150px;padding: 10px;box-shadow:0 4px 12px rgba(124,131,136,.34);position:relative;z-index:10;}
.prodet-top .drop .box::after{content:'';width: 12px;height: 12px;background: #fff;box-shadow:0 4px 12px rgba(124,131,136,.34);position:absolute;left: -6px;top: 0;transform: rotate(45deg);top: 32px;}
.prodet-top .drop .box::before{content:'';width: 20px;height: 20px;background: #fff;position:absolute;top: 28px;left: 0;z-index:5;}
.prodet-top .drop .tp{width: 100%;display: block;position:relative;z-index:5;}


.prodet-det{background: #fff;}
.prodet-det .bar{height: 60px;line-height: 60px;border-bottom:1px solid #e5e5e5;padding:0 30px;}
.prodet-det .bar .bt{font-size: 20px;color:#333333;font-weight: bold;}
.prodet-det .bar .tel{font-size: 16px;color:#666666;background: url("pro_11.png"/*tpa=/skin/hengjia2/images/pro_11.png*/) no-repeat left center;background-size:18px;padding-left: 26px;}

.prodet-det .editbox{font-size: 14px;color:#333333;line-height: 28px;padding:30px 30px 50px;}

.pagenav{padding:30px 0;display: flex;justify-content: space-between;margin:0 30px;border-top:10px solid #f8f8f8;}
.pagenav li{font-size: 14px;color:#333333;line-height: 34px;display: inline-block;vertical-align: middle;padding:0 20px;background: #f8f8f8;max-width:44%;min-width:300px;}
.pagenav li>a{display: block;}
.pagenav li:hover{background: #0076d4;color:#fff;transition: all 0s;}

.prodet-rela{margin-top: 50px;}
.prodet-rela .t-tit{font-size: 40px;color:#333;font-weight: bold;text-align: center;margin-bottom: 30px;}

.prodet-rela .detail{position:relative;}
.prodet-rela .swiper-container{position:static;}
.prodet-rela .pro-list{margin-left: 0;}
.prodet-rela .pro-list .item{margin: 0;width: auto;}
.prodet-rela .pro-list .img{height: 215px;}

.prodet-rela .swiper-button-next, .prodet-rela .swiper-button-prev{width: 50px;height: 50px;margin-top: -25px;}
.prodet-rela .swiper-button-prev{background: url("pro_12.png"/*tpa=/skin/hengjia2/images/pro_12.png*/) no-repeat center;background-size:contain;left: -80px;}
.prodet-rela .swiper-button-next{background: url("pro_13.png"/*tpa=/skin/hengjia2/images/pro_13.png*/) no-repeat center;background-size:contain;right: -80px;}
.prodet-rela .swiper-button-prev:hover{background: url("pro_12-1.png"/*tpa=/skin/hengjia2/images/pro_12-1.png*/) no-repeat center;background-size:contain;}
.prodet-rela .swiper-button-next:hover{background: url("pro_13-1.png"/*tpa=/skin/hengjia2/images/pro_13-1.png*/) no-repeat center;background-size:contain;}

/* 关于我们 */
.pub-tt{text-align: center;margin-bottom: 35px;}
.pub-tt .bt{font-size: 34px;color:#333333;font-weight: bold;}
.pub-tt .smfz{font-size: 16px;color:#999999;margin: 10px auto 0;max-width:925px;}
.pub-tt.white .bt{color: #fff;}
.pub-tt.white .smfz{color: #fff;}


.us-intro{padding:60px 0 90px;background: #fff;}
.us-intro .info{padding-right: 5%;}
.us-intro .desc{font-size: 16px;color:#333333;line-height: 36px;}
.us-intro .desc p{margin-bottom: 10px;}
.us-intro .imgbox{width: 50%;border:1px solid rgba(238,238,238,.5);overflow: hidden;}
.us-intro .pic{width: 100%;display: block;animation: donghua 10s ease-in-out infinite;-webkit-animation: donghua 10s linear infinite;}

@keyframes donghua{
	0{transform:scale(1);}
	50%{transform:scale(1.2);}
	0{transform:scale(1);}
}



.us-yf{padding:70px 0;}
.us-yf .list{margin-left: -2%;}
.us-yf .list .item{width: 31.3%;margin:0 0 2% 2%;}
.us-yf .list .img{width: 100%;display: block;}
.us-yf .list .title{font-size: 18px;color:#333;text-align: center;margin-top: 10px;}

.us-yf .toptxt{font-size: 18px;color:#333;line-height:36px;margin-bottom: 40px;}
.us-yf .toptxt p{text-indent:2em;}

.us-idea{background:url("us_09.jpg"/*tpa=/skin/hengjia2/images/us_09.jpg*/) no-repeat center;background-size:cover;height: 540px;position:relative; }
.us-idea .wrap{display: flex;align-items: center;justify-content: center;position:absolute;width: 100%;height: 100%;left: 0;top: 0;background:rgba(0,0,0,.7);text-align: center;}
.us-idea .box{}
.us-idea .title{font-size: 40px;color:#fff;font-weight: bold;letter-spacing: 2px;}
.us-idea .txt{font-size: 22px;color:#fff;line-height: 40px;margin-top: 30px;}

 


.us-ad{min-height: 240px;padding:30px 0;position:relative;overflow: hidden;background: url("us_18.jpg"/*tpa=/skin/hengjia2/images/us_18.jpg*/) no-repeat center;background-size:cover;}
.us-ad .info{}
.us-ad .title{font-size: 34px;color:#fff;font-weight: bold;line-height: 50px;}
.us-ad .sm{font-size: 20px;color:#fff;margin-top: 7px;}
.us-ad .imgbox{width: 120px;margin-top: 18px;}
.us-ad .imgbox .pic{width: 100%;display: block;}
.us-ad .imgbox .fz{font-size: 14px;color:#fff;text-align: center;margin-top: 10px;}
	
		
.us-zs{padding:80px 0;background: url("us_22.jpg"/*tpa=/skin/hengjia2/images/us_22.jpg*/) no-repeat center;background-size:cover;}
.us-zs .detail{padding:0 20px;}
.us-zs .item{border:1px solid transparent;}
.us-zs .item .img{max-width:360px;}
.us-zs .item:hover{border-color:#0076d4;box-shadow:0 16px 36px rgba(0,118,212,.16);}

.us-zs .swiper-container{padding-bottom: 100px;}
.us-zs .swiper-button-next, .us-zs .swiper-button-prev{width: 50px;height: 50px;top:auto;bottom: 0;left: 50%;border-radius:50%;}
.us-zs .swiper-button-prev{background: url("us_20.png"/*tpa=/skin/hengjia2/images/us_20.png*/) no-repeat center rgba(0,0,0,.25);background-size:contain;margin-left: -80px;}
.us-zs .swiper-button-next{background: url("us_21.png"/*tpa=/skin/hengjia2/images/us_21.png*/) no-repeat center rgba(0,0,0,.25);background-size:contain;margin-left: 30px;}
.us-zs .swiper-button-next:hover,.us-zs .swiper-button-prev:hover{background-color:#0076d4;}

.us-map{padding:80px 0;background: #f8f8f8;}
.us-map .img{width: 100%;display: block;}

.us-zc{padding:80px 0;}
.us-zc .detail{padding:30px;background-color: #fafafa;font-size: 18px;color:#333;line-height: 30px;}
.us-zc .detail .pic{width: 460px;margin:0 25px 15px 0;float: left;}
.us-zc .detail p{margin-top: 10px;text-indent: 2em;}

/* 联系我们 */
.lx-top{padding:70px 0;}
.lx-top .wrap{display: flex;justify-content: space-between;}
.lx-top .info{width: 38%;border:1px solid #efefef;box-shadow: 0 0 30px rgb(45 78 84 / 8%);padding:20px 25px;}
.lx-top .t-tit{font-size: 22px;color:#0076d4;font-weight: bold;}
.lx-top .title{font-size: 18px;color:#333;margin-top: 15px;font-weight: bold;}
.lx-top .txt{font-size: 16px;line-height: 34px;margin-top: 10px;}
.lx-top .bot{display: flex;align-items: center;margin-top:15px;}
.lx-top .bot .pic{width: 110px;margin-right:15px;}
.lx-top .bot .font{font-size: 14px;line-height: 24px;}

.lx-top .map{width: 60%;border:1px solid #efefef;padding: 10px;box-shadow: 0 0 30px rgb(45 78 84 / 8%);min-height:360px;}
.BMapLabel{display: none!important;}

.lx-form{padding:70px 0;}
.lx-form .wrap{padding:40px 30px;background-color: #fff;}
.lx-form .form{}
.lx-form .row{}
.lx-form .item{width: 49%;margin-bottom: 20px;}
.lx-form .ipt{width: 100%;font-size: 16px;color:#333;border:1px solid #e5e5e5;}
.lx-form .ipt-txt{height: 42px;line-height: 40px;padding:0 20px;}
.lx-form .con{padding:10px 20px;line-height: 24px;resize:none;}
.lx-form .submit{font-size: 18px;color:#fff;width: 160px;line-height: 44px;background-color: #0076d4;margin:30px auto 0;display: block;border:none;cursor: pointer;border-radius:2px;}
.lx-form .submit:hover{background-color: #1182dc;}
.lx-form .ipt:focus{border-color:rgba(0,118,212,.6);}


/* index */
.idx-titbox{text-align: center;margin-bottom: 50px;}
.idx-titbox .en{font-size: 50px;color:#eeeeee;font-weight: bold;font-family: 'Arial';line-height: 50px;text-transform: uppercase;}
.idx-titbox .cn{font-size: 34px;color:#333333;font-weight: bold;line-height: 34px;margin-top: -55px;}
.idx-titbox .smfz{font-size: 16px;color:#999999;margin-top: 30px;}
.idx-titbox.white .en{color:rgba(255,255,255,.16);}
.idx-titbox.white .cn{color: #ffffff;}

.idx-more{font-size: 16px;color:#fff;width: 170px;height: 54px;text-align: center;display: block;line-height: 54px;margin:35px auto 0;background-color: #0076d4;}
.idx-more:hover{color:#fff;background: #1182dc;}


.idx-ban{position: relative;}
.idx-ban .item{height:620px;}
.idx-ban .img{width: 100%;display: block;height:100%;object-fit: cover;}
.idx-ban .box{position: absolute;text-align: center;width: 100%;left:0;top:80px;}
.idx-ban .smtit{font-size:28px;color:#fff;}
.idx-ban .tit{font-size:44px;color:#fff;font-weight: bold;letter-spacing: 3px;margin-top:45px;}
.idx-ban .tit span{padding:0 15px;}


.idx-ban .swiper-pagination{bottom:20px!important;}
.idx-ban .swiper-pagination-bullet{width: 14px;height: 14px;background:rgba(255,255,255,.7);margin:0 6px!important;}
.idx-ban .swiper-pagination-bullet-active{background-color: #fff;}


.idx-pro{padding:80px 0;}
.idx-pro .detail{position:relative;}
.idx-pro .item{background-color: #eeeeee;display: block;border:1px solid #eeeeee;}
.idx-pro .item .imgbox{}
.idx-pro .item .img{width: 100%;height: 280px;}
.idx-pro .item .info{padding:20px 10px;}
.idx-pro .item .title{font-size: 18px;color:#0076d4;text-align: center;font-weight: bold;}
.idx-pro .item .txt{font-size: 15px;color:#0076d4;line-height: 22px;-webkit-line-clamp:1;text-align: center;margin-top: 10px;}
.idx-pro .item:hover{background-color: #fff;}

.idx-pro .swiper-pagination{display: none;}
.idx-pro .swiper-container{position:static;}
.idx-pro .swiper-button-next, .idx-pro .swiper-button-prev{width: 54px;height: 54px;border-radius:50%;margin-top:-27px;}
.idx-pro .swiper-button-prev{background: url("us_20.png"/*tpa=/skin/hengjia2/images/us_20.png*/) no-repeat center #0076d4;background-size:contain;left: -80px;}
.idx-pro .swiper-button-next{background: url("us_21.png"/*tpa=/skin/hengjia2/images/us_21.png*/) no-repeat center #0076d4;background-size:contain;right: -80px;}
.idx-pro .swiper-button-next:hover,.idx-pro .swiper-button-prev:hover{background-color:#0076d4;}




.idx-us{padding:80px 0;background: #f8f8f8;}
.idx-us .info{width: 48%;}
.idx-us .txt{font-size: 16px;color:#333333;line-height: 36px;}
.idx-us .txt p{text-indent:2em;}
.idx-us .more{margin-top: 45px;margin-left: 0;}
.idx-us .img{width: 45%;height: auto;}

.idx-sp{background-color:#000;}
.idx-sp .video{width: 100%;height: 600px;object-fit:contain;}
.video-js{background-color: #000;}
.idx-sp .video-js .vjs-big-play-button{background: url("video.png"/*tpa=/skin/hengjia2/images/video.png*/) no-repeat center;background-size:contain;width: 80px;height: 80px;border:none;top: 50%;left: 50%;margin-top: -40px;margin-left: -40px;opacity: .8;}
.video-js .vjs-big-play-button .vjs-icon-placeholder{display: none;}


.idx-zs{padding:80px 0;background:url("idx_08.jpg"/*tpa=/skin/hengjia2/images/idx_08.jpg*/) no-repeat center bottom;background-size:cover;}
.idx-zs .detail{padding-top: 20px;position:relative;}
.idx-zs .img{width:100%;display: block;/* border:1px solid #e5e5e5; */}

.idx-zs .swiper-pagination{display: none;}

.idx-zs .swiper-container{position:static;}
.idx-zs .swiper-button-next, .idx-zs .swiper-button-prev{width: 50px;height: 50px;border-radius:50%;margin-top:-25px;}
.idx-zs .swiper-button-prev{background: url("us_20.png"/*tpa=/skin/hengjia2/images/us_20.png*/) no-repeat center rgba(0,0,0,.25);background-size:contain;left: -80px;}
.idx-zs .swiper-button-next{background: url("us_21.png"/*tpa=/skin/hengjia2/images/us_21.png*/) no-repeat center rgba(0,0,0,.25);background-size:contain;right: -80px;}
.idx-zs .swiper-button-next:hover,.idx-zs .swiper-button-prev:hover{background-color:#0076d4;}


.idx-xw{padding:80px 0;background: #f8f8f8;}
.idx-xw .hot-box{background: #fff;}
.idx-xw .hot-box .item{}
.idx-xw .hot-box .info{width: 50%;padding:15px 45px;}
.idx-xw .hot-box .tag-ico{margin-bottom: 30px;height: 31px;width: auto;}
.idx-xw .hot-box .title{font-size: 22px;color:#333;font-weight: bold;-webkit-line-clamp:2;}
.idx-xw .hot-box .txt{font-size: 16px;color:#666666;line-height: 30px;-webkit-line-clamp: 3;margin-top: 20px;}
.idx-xw .hot-box .date{font-size: 14px;color:#999999;margin-top: 25px;}
.idx-xw .hot-box .imgbox{width: 42%;}
.idx-xw .hot-box .img{width: 100%;display: block;}
.idx-xw .hot-box .item:hover .title{color: #0076d4;}

.idx-xw .list{display:flex;justify-content: space-between;flex-wrap:wrap;}
.idx-xw .list .item{background-color: #fff;padding:8px;margin-top: 1.6%;width:49.2%;}
.idx-xw .list .item>a{display: flex;align-items:center;}
.idx-xw .list .imgbox{width: 150px;margin-right:15px;}
.idx-xw .list .img{width: 100%;display: block;height:110px;}
.idx-xw .list .info{flex:1;overflow:hidden;}
.idx-xw .list .title{font-size: 17px;color:#333;font-weight:bold;line-height:26px;-webkit-line-clamp:1;line-height: 22px;}
.idx-xw .list .txt{font-size: 14px;line-height: 22px;-webkit-line-clamp:2;height:44px;color:#777;margin-top:7px;}
.idx-xw .list .date{font-size: 13px;color:#999;margin-top: 8px;}
.idx-xw .list .item:hover .title{color:#0076d4;}
.idx-xw .list .item:hover{box-shadow:0 0 20px #e5e5e5;}

.idx-xw .more{margin-top: 60px;}


.kf-box{width: 60px;position:fixed;right: 0;bottom: 20%;z-index:1000;display:none;}
.kf-box .item{margin-bottom: 5px;position:relative;}
.kf-box .icon{display: block;height: 54px;border:1px solid #ddd;cursor: pointer;}
.kf-box .tel .icon{background: url("kf_02.png"/*tpa=/skin/hengjia2/images/kf_02.png*/) no-repeat center #fff;background-size:contain;}
.kf-box .kf .icon{background: url("kf_03.png"/*tpa=/skin/hengjia2/images/kf_03.png*/) no-repeat center #fff;background-size:contain;}
.kf-box .vx .icon{background: url("kf_04.png"/*tpa=/skin/hengjia2/images/kf_04.png*/) no-repeat center #fff;background-size:contain;}
.kf-box .gotop{display: block;height: 69px;background: url("kf_01.png"/*tpa=/skin/hengjia2/images/kf_01.png*/) no-repeat center;background-size:contain;cursor: pointer;}

.kf-box .drop{padding-right: 25px;position:absolute;top: 0;display: none;}
.kf-box .drop .box{background: #fff;position:relative;box-shadow:0 3px 10px rgba(197,197,197,.56);}
.kf-box .drop .box::after{content:'';position:absolute;width: 0;height: 0;border-style: solid;border-width: 5px 0 5px 7px;border-color: transparent transparent transparent #fff;filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .2));right: -7px;top: 25px;}

.kf-box .item:hover .drop{display: block;}
.kf-box .tel .drop{width: 255px;left: -255px;}
.kf-box .tel .box{padding:15px 20px;}
.kf-box .tel .drop .row{margin-bottom: 30px;}
.kf-box .tel .drop .row:last-child{margin-bottom: 0;}
.kf-box .tel .drop .ico{width: 43px;margin-right: 13px;}
.kf-box .tel .drop .smb{}
.kf-box .tel .drop .wz{font-size: 14px;color: #999999;}
.kf-box .tel .drop .phone{font-size: 20px;color:#033333;font-weight: bold;font-family: 'DIN';margin-top: 3px;}

.kf-box .vx .drop{width:145px;left: -145px;}
.kf-box .vx .box{padding:10px;}
.kf-box .vx .pic{width: 100%;display: block;}
.kf-box .vx .fz{font-size: 14px;margin-top: 3px;text-align: center;}


/* 技术文件 */
.doc-list{}
.doc-list .item{padding:20px 0;border-bottom:1px dashed #e5e5e5;}
.doc-list .title{font-size:18px;color:#333;background:url("file.png"/*tpa=/skin/hengjia2/images/file.png*/) no-repeat left center;background-size:24px;padding-left: 34px;display:block;line-height:34px;}
.doc-list .item:hover .title{color:#0076d4;}

/* 磁性物 ＜50
Na(%)  ≤0.03
Di(%)  ≤0.02
Fe(%)   ≤0. 01
松装(g/ml)	 0.35-0.60
比表面(m³/g)  6±2
中位粒径D50(μm)  0.75±0.2
水分(%)  ≤0.03
灼减(%)  ＜17.8



磁性物＜50
Na(%) ≤0.03
Di(%) ≤0.02
Fe(%) ≤0. 01
松装(g/ml) 0.45-0.70
比表面(m³/g) 5±2
中位粒径D50(μm)  1.5±0.2
水分(%)  ≤0.03
灼减(%)  ＜17.8 */



.bms-list{margin-bottom: 60px;justify-content: space-between;}
.bms-list .grp{width: 49%;display: block;}
.bms-list .grp .imgbox{position:relative;display: block;}
.bms-list .grp .img{width: 100%;display: block;}
.bms-list .grp .tp{position:absolute;width: 100%;height: 100%;left: 0;top: 0;}

.bms-list .grp .shade{position:absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.6);padding:20px 10%;display: flex;flex-direction: column;justify-content: center;}
.bms-list .grp .smtit{font-size:22px;color:#fff;text-align: center;font-weight: bold;margin-bottom: 15px;}
.bms-list .grp .smtit em{}

.bms-list .grp .txt{font-size: 16px;color:#fff;line-height: 34px;}
.bms-list .grp .hang{display: flex;justify-content: space-between;}
.bms-list .grp .title{font-size: 18px;color:#333;margin-top: 10px;text-align: center;font-weight: bold;}

.bms-intro{font-size: 17px;color:#333;line-height: 30px;margin-bottom: 30px;}














 

.sj-menu{display: none;}

@media screen and (min-width:320px) and (max-width:1250px){
	.auto{width: 94%;}
	.kf-box{display:none!important}
	
	
	
}

@media screen and (min-width:1200px) and (max-width:1400px){
	.hd-sec .wrap{width: 96%;}
	
	
	.idx-ban .item{height:520px;}
	.idx-ban .tit{font-size:40px;margin-top:25px;}
	
	
	.idx-pro .auto{width: 1060px;}
	.idx-pro .swiper-button-next, .idx-pro .swiper-button-prev{width: 46px;height: 46px;margin-top:-23px;}
	.idx-pro .swiper-button-prev{left:-60px;}
	.idx-pro .swiper-button-next{right:-60px;}
	
	.idx-zs .swiper-button-next, .idx-zs .swiper-button-prev{width: 46px;height: 46px;margin-top:-23px;}
	.idx-zs .swiper-button-prev{left:-60px;}
	.idx-zs .swiper-button-next{right:-60px;}
	
	.inner-ban{height: 420px;}
	.inner-ban .title{font-size: 42px;}
	.inner-ban .line{width: 50px;height: 2px;}
	.inner-ban .en{font-size: 22px;}
	
	.xw-list .imgbox{width: 350px;}
	
	.prodet-rela .detail{padding:0 30px;}
	.prodet-rela .swiper-button-next, .prodet-rela .swiper-button-prev{width: 46px;height: 46px;margin-top:-23px;}
	.prodet-rela .swiper-button-prev{left:-40px;}
	.prodet-rela .swiper-button-next{right:-40px;}
	
	
}

@media screen and (min-width:1200px) and (max-width:1300px){
	.auto{width: 1080px;}
	
	.idx-pro .swiper-button-next, .idx-pro .swiper-button-prev{width: 46px;height: 46px;margin-top:-23px;}
	.idx-pro .swiper-button-prev{left:-60px;}
	.idx-pro .swiper-button-next{right:-60px;}
	
	.idx-zs .swiper-button-next, .idx-zs .swiper-button-prev{width: 46px;height: 46px;margin-top:-23px;}
	.idx-zs .swiper-button-prev{left:-60px;}
	.idx-zs .swiper-button-next{right:-60px;}
	
	
	
}


@media screen and (min-width:992px) and (max-width:1230px){
	
	.hd-logo .img{height: 60px;}
	.hd-logo .cn{font-size:18px;}
	
	
	
	.hd-nav li{margin-left:9px;}
	.hd-nav li>a{font-size: 16px;}
	
	
	
	.idx-ban .item{height:450px;}
	.idx-ban .box{top:50px;}
	.idx-ban .smtit{font-size:24px;}
	.idx-ban .tit{font-size:40px;margin-top:25px;}
	.idx-ban .tit span{padding:0 10px;}
	
	
	
	.idx-pro .item .img{height:210px;}
	.idx-pro .swiper-button-next, .idx-pro .swiper-button-prev{display: none;}
	.idx-pro .swiper-pagination{display: block;position:static;margin-top:20px;}
	
	.swiper-pagination{margin-top: 20px!important;}
	.swiper-pagination-bullet{width: 14px;height: 14px;margin:0 6px!important;}
	.swiper-pagination-bullet-active{background:#0076d4;}

	.idx-sp .auto{width:100%;}
	.idx-sp .video{height:440px;}
	.idx-sp .video-js .vjs-big-play-button{width: 60px;height: 60px;margin-left:_30px;margin-top:-30px;}
	
	.idx-us .info{width: 51%;}
	
	.ft-info .smlogo{width: 80px;}
	.ft-info .line{margin:15px 25px 0;}
	.ft-info .tel .icon{width: 44px;}
	
	.ft-vx .pic{width: 120px;margin-right: 15px;}
	.ft-vx .font{font-size: 14px;line-height: 18px;}
	
	.ft-menu .lk{padding:0 25px;}
	
	/* 新闻列表 */
	.inner-ban{height: 320px;}
	.inner-ban .title{font-size: 34px;}
	.inner-ban .line{width: 40px;height: 2px;margin:10px auto;}
	.inner-ban .en{font-size: 20px;}
	
	.xw-list .imgbox{width: 350px;}
	
	/* 新闻详情 */
	.xwdet-main{padding:10px 0 40px;}
	.xwdet-top .title{font-size: 30px;}
	
	.pagenav{margin:0;}
	
	/* 产品中心 */
	.pro-list .img{height: 160px;}
	
	/* 产品详情 */
	.prodet-rela .t-tit{font-size: 34px;}
	.prodet-rela .pro-list .img{height:auto;}
	
	
	
	
}


@media screen and (min-width:768px) and (max-width:991px){	
	
	.sj-menu{position:absolute;right: 3%;top: 50%;width: 32px;height: 32px;background: url("menu.png"/*tpa=/skin/hengjia2/images/menu.png*/) no-repeat center;background-size:contain;margin-top: -16px;display: block;}
	.sj-menu.close{background: url("close.png"/*tpa=/skin/hengjia2/images/close.png*/) no-repeat center;background-size:contain;}
	
	.hd-bar{display: none;}
	.hd-sec{padding:0;}
	.hd-sec .wrap{display: block;}
	.head{height: 80px;position:fixed;width: 100%;left: 0;top: 0;z-index:100;padding:10px 0;background-color: #fff;border-bottom:1px solid #e5e5e5;}
	.head+div{margin-top: 80px;}
	
	.hd-logo{}
	.hd-logo .img{height: 60px;}
	
	.hd-nav.show{right:0;}
	.hd-nav.removeshow{right:-100%;}
	
	.hd-nav{display: block;position:fixed;width: 100%;right: -100%;background: rgba(0,0,0,.6);top: 80px;margin: 0;bottom: 0;transition: all .3s;}
	.hd-nav ul{position:absolute;background-color: #fff;width: 40%;top: 0;right: 0;bottom: 0;overflow-y: scroll!important;}
	.hd-nav li{display: block;margin: 0;border-bottom:1px solid #efefef;position:relative;}
	.hd-nav li>a{font-size: 17px;line-height: 60px;text-align: left;padding:0 10%;}
	
	
	
	.idx-ban .item{height:350px;}
	.idx-ban .box{top:50px;}
	.idx-ban .smtit{font-size:20px;}
	.idx-ban .tit{font-size:28px;margin-top:15px;}
	.idx-ban .tit span{padding:0 5px;}
	
	
	
	.idx-ban .swiper-pagination{bottom: 10px!important;position:absolute!important}
	.idx-ban .swiper-pagination-bullet{width: 10px;height: 10px;margin:0 4px!important;}
	
	.idx-titbox{margin-bottom: 35px;}
	.idx-titbox .en{font-size: 36px;}
	.idx-titbox .cn{font-size: 30px;}
	.idx-titbox .smfz{font-size: 14px;margin-top:18px;}
	
	
	
	.idx-pro{padding:60px 0;}
	.idx-pro .item .img{height:160px;}
	.idx-pro .item .info{padding:10px 10px;}
	.idx-pro .item .title{font-size: 16px;}
	.idx-pro .item .txt{font-size: 14px;margin-top: 6px;}
	
	
	.idx-pro .swiper-button-next, .idx-pro .swiper-button-prev{display: none;}
	.idx-pro .swiper-pagination{display: block;position:static;}
	
	.swiper-pagination{margin-top: 20px!important;display:block!important;position:static;}
	.swiper-pagination-bullet{width: 9px;height: 9px;margin:0 4px!important;}
	.swiper-pagination-bullet-active{background:#0076d4;}
	
	
	.idx-us{padding:60px 0;}
	.idx-us .idx-titbox{text-align: center!important;}
	.idx-us .info{width: 100%;}
	.idx-us .img{display: none;}
	.idx-us .more{margin:35px auto 0;}
	
	.idx-more{width: 140px;line-height: 46px;height: 46px;}
	
	.idx-sp .auto{width:100%;}
	.idx-sp .video{height:340px;}
	.idx-sp .video-js .vjs-big-play-button{width: 60px;height: 60px;margin-left:-30px;margin-top:-30px;}
	
	.idx-zs{padding:60px 0;}
	
	.idx-xw{padding:60px 0;}
	.idx-xw .hot-box .info{padding:15px 30px;}
	.idx-xw .hot-box .tag-ico{height: 24px;margin-bottom:10px;}
	.idx-xw .hot-box .title{font-size: 18px;}
	.idx-xw .hot-box .txt{-webkit-line-clamp:2;line-height: 26px;margin-top:10px;}
	.idx-xw .hot-box .date{marign-top:18px;}
	
	.idx-xw .list{display:block;}
	.idx-xw .list .item{width:100%;}
	
	.ft-t{padding:40px 0;}
	.ft-info .smlogo{width: 70px;}
	.ft-info .line{margin:15px 30px 0;}
	.ft-info .tel{font-size:27px;}
	.ft-info .tel .icon{width: 34px;margin-right: 15px;}
	.ft-info .txt{font-size:14px;line-height: 30px;}
	.ft-vx .pic{width: 100px;margin-right: 15px;}
	.ft-vx .font{font-size: 14px;line-height: 16px;}
	
	.ft-menu{display:flex;padding:10px 0;}
	.ft-menu .lk{padding:0 0;flex:1;font-size:14px;}
	.ft-bq{font-size:13px;padding:15px 0;}
	
	
	/* 新闻列表 */
	.inner-ban{height: 280px;}
	.inner-ban .title{font-size: 30px;}
	.inner-ban .line{width: 40px;height: 2px;margin:10px auto;}
	.inner-ban .en{font-size: 18px;}
	
	.crumb{padding:15px 0;}
	.crumb .wrap::before{width: 18px;height: 18px;margin-top:-3px;}
	
	.xw-list .item{margin-bottom:30px;}
	.xw-list .imgbox{width: 260px;}
	.xw-list .img{height:150px;}
	.xw-list .title{font-size: 20px;margin-top: 5px;}
	.xw-list .txt{margin-top:12px;}
	.xw-list .bot{margin-top:20px;}
	
	.pagelist a{min-width:32px;height:32px;line-height: 30px;font-size: 14px;}
	
	/* 新闻详情 */
	.xwdet-main{padding:10px 0 30px;}
	.xwdet-top .title{font-size: 26px;}
	.xwdet-top .sm{font-size: 14px;display: flex;align-items:center;justify-content: center;}
	.xwdet-top .sm span{font-size: 15px;}
	
	.xwdet-edit{padding:40px 0;}
	
	.pagenav{margin:0;display: block;border:none;padding:15px 0;}
	.pagenav li{max-width:100%;width:100%;margin-bottom:10px;line-height: 40px;}
	
	
	/* 关于我们 */
	.pub-tt{margin-bottom:35px;text-align: center!important;}
	.pub-tt .bt{font-size:30px;}
	
	.us-intro{padding:60px 0;}
	.us-intro .info{padding-right:0;}
	.us-intro .auto{display:block;}
	.us-intro .imgbox{margin:0 auto;}
	
	.us-yf{padding:60px 0;}
	
	.us-idea{height: 260px;}
	.us-idea .title{font-size: 30px;}
	.us-idea .txt{font-size: 18px;line-height: 30px;margin-top: 15px;}
	
	.us-ad{min-height:auto;}
	.us-ad .title{font-size: 28px;}
	.us-ad .sm{font-size:17px;margin-top:5px;}
	.us-ad .imgbox{width:100px;}
	.us-ad .imgbox .fz{margin-top:5px;}
	
	.us-zs{padding:60px 0;}
	.us-zs .swiper-container{padding-bottom:80px;}
	.us-zs .swiper-button-next, .us-zs .swiper-button-prev{width: 40px;height: 40px;}
	.us-zs .swiper-button-prev{margin-left:-60px;}
	.us-zs .swiper-button-next{margin-left:20px;}
	
	.us-map{padding:60px 0;}
	
	.us-zc{padding:60px 0;}
	.us-zc .detail{font-size:16px;line-height: 26px;padding:20px;}
	.us-zc .detail .pic{width: 320px;}
	
	/* 联系我们 */
	.lx-top{padding:60px 0;}
	.lx-top .info{width: 49%;}
	.lx-top .map{width: 49%;}
	
	.lx-form{padding:60px 0;}
	
	/* 产品中心 */
	.pro-main .auto{display: block;}
	.pro-l{width: 100%;margin-right: 0;}
	.pro-contact{display: none;}
	.pro-menu{padding-bottom:0;margin-bottom:20px;}
	.pro-menu .t-tit{display: none;}
	.pro-menu .list{display:flex; justify-content: center;padding-bottom:0;}
	.pro-menu .list li{}
	.pro-menu .list li>a{padding:0 20px;background:none!important;}
	.pro-menu .list li>a::after{display: none!important;}
	
	.pro-list .img{height: 170px;}
	.pro-list .info{padding:10px 10px;}
	.pro-list .title{}
	
	/* 产品详情 */
	.prodet-top{padding: 20px;margin-bottom:20px;}
	.prodet-top .pic{width: 260px;margin-right: 20px;}
	.prodet-top .title{font-size: 22px;}
	.prodet-top .txt{margin-top: 10px;-webkit-line-clamp:3;height: 84px;}
	
	
	.prodet-rela{}
	.prodet-rela .t-tit{font-size: 26px;margin-bottom:25px;}
	.prodet-rela .pro-list .img{height:auto;}
	
	
	.prodet-rela .swiper-container{padding-bottom:70px;}
	.prodet-rela .swiper-button-next,.prodet-rela .swiper-button-prev{bottom:0;left:50%;margin: 0;top:auto;width: 40px;height: 40px;}
	.prodet-rela .swiper-button-prev{margin-left:-50px;}
	.prodet-rela .swiper-button-next{margin-left:10px;}
	
	/* 研发力量 */
	.us-yf .toptxt{font-size: 16px;line-height: 32px;}
	.us-yf .list .title{font-size: 16px;}
	
	
}

@media screen and (min-width:320px) and (max-width:767px){	
	
	.sj-menu{position:absolute;right: 3%;top: 50%;width: 32px;height: 32px;background: url("menu.png"/*tpa=/skin/hengjia2/images/menu.png*/) no-repeat center;background-size:26px;margin-top: -16px;display: block;}
	.sj-menu.close{background: url("close.png"/*tpa=/skin/hengjia2/images/close.png*/) no-repeat center;background-size:26px;}

	.hd-bar{display: none;}
	.hd-sec{padding:0;}
	.hd-sec .wrap{display: block;}
	.head{height: 60px;position:fixed;width: 100%;left: 0;top: 0;z-index:100;padding:7px 0;background-color: #fff;border-bottom:1px solid #e5e5e5;}
	.head+div{margin-top: 60px;}
	
	
	.hd-logo .img{height: 42px;margin-right:10px;}
	.hd-logo .cn{font-size:16px;}
	.hd-logo .en{font-size:8px;}
	
	
	.hd-nav.show{right:0;}
	.hd-nav.removeshow{right:-100%;}
	
	.hd-nav{display: block;position:fixed;width: 100%;right: -100%;background: rgba(0,0,0,.5);top: 60px;margin: 0;bottom: 0;transition: all .2s;}
	.hd-nav ul{position:absolute;background-color: #fff;width: 50%;top: 0;right: 0;bottom: 0;overflow-y: scroll!important;}
	.hd-nav li{display: block;margin: 0;border-bottom:1px solid #efefef;position:relative;}
	.hd-nav li>a{font-size: 16px;line-height: 50px;text-align: left;padding:0 10%;}
	
	
	.idx-ban .item{height:250px;}
	.idx-ban .box{top:30px;}
	.idx-ban .smtit{font-size:14px;}
	.idx-ban .tit{font-size:18px;margin-top:15px;letter-spacing: 0;}
	.idx-ban .tit span{padding:0 3px;}
	
	
	.idx-ban .swiper-pagination{bottom: 10px!important;position:absolute!important;font-size:0;}
	.idx-ban .swiper-pagination-bullet{width: 8px;height: 8px;margin:0 3px!important;}
	.idx-ban .img{min-height:160px;}
	
	.idx-titbox{margin-bottom: 25px;}
	.idx-titbox .en{font-size: 28px;line-height: 30px;}
	.idx-titbox .cn{font-size: 22px;margin-top:-35px;line-height: 20px;}
	.idx-titbox .smfz{font-size: 13px;margin-top:16px;}
	
	.bms-intro{font-size: 15px;line-height: 26px;}
	.bms-list{margin-bottom: 0;display: block;}
	.bms-list .grp{margin-bottom: 2.5%;width: 100%;}
	
	.idx-pro{padding:40px 0;}
	.idx-pro .item .img{height:135px;}
	.idx-pro .item .info{padding:10px 10px;}
	.idx-pro .item .title{font-size: 16px;}
	.idx-pro .item .txt{font-size: 14px;margin-top: 3px;-webkit-line-clamp:2;line-height: 22px;height: 44px;}
	
	
	.idx-pro .swiper-button-next, .idx-pro .swiper-button-prev{display: none;}
	.idx-pro .swiper-pagination{display: block;position:static;}
	
	.swiper-pagination{margin-top: 20px!important;display:block!important;position:static;font-size:0;}
	.swiper-pagination-bullet{width: 10px;height: 10px;margin:0 4px!important;}
	.swiper-pagination-bullet-active{background:#0076d4;}
	
	
	.idx-us{padding:40px 0;}
	.idx-us .idx-titbox{text-align: center!important;}
	.idx-us .info{width: 100%;}
	.idx-us .txt{font-size:14px;line-height: 26px;}
	.idx-us .img{display: none;}
	.idx-us .more{margin:25px auto 0;}
	
	.idx-more{width: 110px;line-height: 38px;height: 38px;font-size: 15px;}
	
	.idx-sp .auto{width:100%;}
	.idx-sp .video{height:200px;}
	.idx-sp .video-js .vjs-big-play-button{width: 40px;height: 40px;margin-left:-20px;margin-top:-20px;}
	
	.idx-zs{padding:40px 0;}
	.idx-zs .detail{padding-top:0;}
	.idx-zs .swiper-button-next, .idx-zs .swiper-button-prev{display: none;}
	.idx-zs .item:hover .img{border:none;}
	
	.idx-xw{padding:40px 0;}
	.idx-xw .hot-box .item{/* flex-direction: column-reverse; */padding:10px;}
	.idx-xw .hot-box .info{padding:0 20px 0 0;/* width: 100%; */}
	.idx-xw .hot-box .tag-ico{height: 16px;margin-bottom:5px;}
	.idx-xw .hot-box .title{font-size: 16px;font-weight: normal;line-height: 22px;}
	.idx-xw .hot-box .txt{-webkit-line-clamp:2;line-height: 20px;margin-top:5px;font-size:13px;height:40px;}
	.idx-xw .hot-box .date{margin-top:5px;font-size: 12px;}
	.idx-xw .hot-box .imgbox{/* width:100%; */}
	
	.idx-xw .list{display:block;}
	.idx-xw .list .item{width:100%;padding:10px;box-shadow:none!important;}
	.idx-xw .list .imgbox{width:100px;}
	.idx-xw .list .img{height:75px;}
	.idx-xw .list .title{font-size:15px;-webkit-line-clamp:2;font-weight: normal;}
	.idx-xw .list .txt{display: none!important;}
	.idx-xw .list .date{font-size: 12px;text-align: right;}
	.idx-xw .more{margin-top:25px;}
	
	.ft-t{padding:30px 0;}
	.ft-info{float:none;display:flex;flex-direction: column;justify-content: center;align-items: center;}
	.ft-info .smlogo{width: 70px;}
	.ft-info .line{display: none;}
	.ft-info .box{width:100%;text-align: center;}
	.ft-info .tel{font-size:20px;margin-top: 20px;justify-content: center;}
	.ft-info .tel .icon{width: 22px;margin-right: 10px;}
	.ft-info .txt{font-size:14px;line-height: 26px;}
	.ft-vx{float:none;display: flex;justify-content: center;margin-top: 20px;}
	.ft-vx .pic{width: 80px;margin:0 12px;}
	.ft-vx .font{font-size: 12px;line-height: 16px;display: none;}
	
	.ft-menu{display:flex;padding:10px 0;justify-content:space-between;flex-wrap:wrap;}
	.ft-menu .lk{padding:0 0;font-size:13px;width: 25%;}
	.ft-menu .lk::after{display: none;}
	.ft-bq{font-size:12px;padding:15px 0;line-height: 18px;}
	.ft-bq span{display: block;}
	
	
	/* 新闻列表 */
	.inner-ban{height: 160px;}
	.inner-ban .title{font-size: 20px;letter-spacing:2px;}
	.inner-ban .line{width: 30px;height: 2px;margin:5px auto;display: none;}
	.inner-ban .en{font-size: 14px;margin-top: 5px;}
	
	.crumb{padding:10px 0;font-size: 14px;}
	.crumb .wrap::before{width: 16px;height: 16px;margin-top:-3px;margin-right: 4px;}
	
	.xw-main{padding:30px 0 40px;}
	.xw-list .item{margin-bottom:15px;}
	.xw-list .imgbox{width: 140px;margin-right: 15px;}
	.xw-list .img{height:85px;}
	.xw-list .title{font-size: 16px;margin-top: 3px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-box-orient: vertical;-webkit-line-clamp: 2;white-space: normal;}
	.xw-list .txt{margin-top:12px;font-size: 14px;line-height: 20px;height: 20px;-webkit-line-clamp:1;display: none!important;}
	.xw-list .bot{margin-top:10px;font-size: 13px;}
	.xw-list .read{background-size: 20px;padding-left: 25px;}
	
	.pagelist{margin-top:20px;}
	.pagelist a{min-width:28px;height:28px;line-height: 26px;font-size: 13px;}
	
	
	/* 新闻详情 */
	.xwdet-main{padding:10px 0 30px;}
	.xwdet-top{padding:20px 0;}
	.xwdet-top .title{font-size: 18px;}
	.xwdet-top .sm{font-size: 13px;display: flex;align-items:center;justify-content: center;}
	.xwdet-top .sm span{font-size: 14px;}
	
	.xwdet-edit{padding:20px 0;font-size:15px;line-height: 30px;}
	
	.pagenav{margin:15px 0 0;display: block;border:none;padding:0;}
	.pagenav li{max-width:100%;width:100%;margin-bottom:10px;line-height: 34px;padding:0 15px;}
	
	
	/* 关于我们 */
	.pub-tt{margin-bottom:25px;text-align: center!important;}
	.pub-tt .bt{font-size:22px;}
	.pub-tt .smfz{font-size: 13px;line-height: 20px;}
	
	.us-intro{padding:30px 0;}
	.us-intro .info{padding-right:0;margin-bottom:10px;}
	.us-intro .auto{display:block;}
	.us-intro .desc{font-size:15px;line-height: 28px;}
	.us-intro .imgbox{margin:0 auto;width: 100%;}
	
	.us-yf{padding:30px 0;}
	.us-yf .list .item{width: 48%;}
	
	.us-idea{min-height: 150px;height:auto;}
	.us-idea .title{font-size: 18px;}
	.us-idea .txt{font-size: 14px;line-height: 22px;margin-top: 8px;}
	
	.us-ad{min-height:auto;text-align: center;}
	.us-ad .auto{flex-direction: column;}
	.us-ad .title{font-size: 22px;line-height: 30px;}
	.us-ad .sm{font-size:15px;margin-top:7px;}
	.us-ad .imgbox{width:90px;}
	.us-ad .imgbox .fz{margin-top:5px;}
	
	.us-zs{padding:30px 0;}
	.us-zs .detail{padding:0 15px;}
	.us-zs .swiper-container{padding-bottom:50px;}
	.us-zs .swiper-button-next, .us-zs .swiper-button-prev{width: 28px;height: 28px;}
	.us-zs .swiper-button-prev{margin-left:-30px;}
	.us-zs .swiper-button-next{margin-left:10px;}
	
	.us-map{padding:30px 0;}
	
	.us-zc{padding:40px 0;}
	.us-zc .detail{font-size:15px;line-height: 28px;padding:10px;}
	.us-zc .detail .pic{width: 100%;float:none;}
	.us-zc .detail p{margin-top:5px;}
	
	
	/* 联系我们 */
	.lx-top{padding:3% 0;}
	.lx-top .wrap{flex-direction: column;}
	.lx-top .info{width: 100%;padding:15px 20px;box-shadow:none;border:none;}
	.lx-top .t-tit{font-size: 20px;}
	.lx-top .title{font-size: 16px;margin-top:10px;}
	.lx-top .txt{font-size: 14px;line-height: 28px;}
	.lx-top .bot{margin-top:10px;}
	.lx-top .bot .pic{width: 90px;margin-right: 10px;}
	.lx-top .bot .font{line-height: 22px;}
	.lx-top .map{width: 100%;margin-top:15px;height: 240px;min-height:auto;}
	
	.lx-form{padding:3% 0;}
	.lx-form .wrap{padding:30px 15px;}
	.lx-form .row{display: block;}
	.lx-form .item{width: 100%;margin-bottom:15px;}
	.lx-form .ipt{font-size: 14px;}
	.lx-form .ipt-txt{height: 40px;line-height: 40px;padding:0 15px;}
	.lx-form .con{padding:5px 15px;}
	.lx-form .submit{font-size: 16px;width: 120px;line-height: 40px;}
	
	/* 产品中心 */
	.pro-main{padding:0 0 30px;}
	.pro-main .auto{display: block;}
	.pro-l{width: 100%;margin-right: 0;}
	.pro-contact{display: none;}
	.pro-menu{padding-bottom:0;margin-bottom:20px;}
	.pro-menu .t-tit{display: none;}
	.pro-menu .list{display:flex; justify-content: space-between;padding:0 10px;}
	.pro-menu .list li{}
	.pro-menu .list li>a{padding:0;background:none!important;font-size:15px;}
	.pro-menu .list li>a::after{display: none!important;}
	
	.pro-list{margin-left: -3%;}
	.pro-list .item{width: 47%;margin:0 0 3% 3%;}
	.pro-list .img{height: 135px;}
	.pro-list .info{padding:5px 10px;}
	.pro-list .title{font-size: 16px;}
	
	/* 产品详情 */
	.prodet-top{padding: 10px 10px 20px;margin-bottom:3%;display: block;}
	.prodet-top .pic{width: 100%;margin-right: 0;}
	.prodet-top .info{width:100%;margin-top:10px;}
	.prodet-top .title{font-size: 20px;line-height: 28px;}
	.prodet-top .txt{margin-top: 10px;-webkit-line-clamp:5;height: auto;font-size: 15px;line-height: 24px;}
	.prodet-top .lk{font-size: 14px;width: 100px;line-height: 34px;height: 36px;}
	.prodet-top .lk::before{width: 16px;height: 16px;}
	
	.prodet-top .bot{position:static;margin-top: 15px!important;}
	
	.prodet-det .bar{padding:0 15px;height: 50px;line-height: 50px;}
	.prodet-det .bar .bt{font-size: 17px;}
	.prodet-det .bar .tel{font-size: 14px; background-size: 14px;padding-left: 18px;}
	.prodet-det .editbox{padding:15px 15px;}
	
	.prodet-rela{margin-top:30px;}
	.prodet-rela .t-tit{font-size: 20px;margin-bottom:15px;}
	.prodet-rela .pro-list .img{height:auto;}
	
	
	.prodet-rela .swiper-container{padding-bottom:40px;}
	.prodet-rela .swiper-button-next,.prodet-rela .swiper-button-prev{bottom:0;left:50%;margin: 0;top:auto;width: 30px;height: 30px;}
	.prodet-rela .swiper-button-prev{margin-left:-40px;}
	.prodet-rela .swiper-button-next{margin-left:10px;}
	
	/* 研发力量 */
	.us-yf .toptxt{font-size: 15px;line-height:26px;margin-bottom: 20px;}
	.us-yf .list .title{font-size: 16px;margin-top: 5px;}
	
	/* 技术文件 */
	.doc-list .item{padding:10px 0;}
	.doc-list .title{font-size: 16px;background-size: 20px;padding-left: 25px;}
	
	
	
	
}
