/* @media screen and (min-width:1200px){
	*{zoom: .99;}
} */
html{width: 100%;}
body{font-size: 14px; background: #fff; font-family: "Microsoft Yahei","Arial",Verdana,Arial,sans-serif; line-height: 28px; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color: #333; -webkit-tap-highlight-color: rgba(255,0,0,0); transition: all .3s ease; cursor: pointer;}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6,th{font-weight: normal;}
strong{font-weight: 800;}
img{border: 0; height: auto; vertical-align: middle;/*display: block;*/}
table{border-collapse: collapse; border-spacing: 0;}
input,textarea,select,button{border: 0; background: none; outline: 0; font-family: "Microsoft Yahei";}
input[type="button"],input[type="text"],input[type="submit"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}
input,input:focus,input:active{user-select: text;}
button:focus{outline: 0;}
textarea{resize: none;}
video{outline: none;display: block;}
*{margin: 0;padding: 0;box-sizing: border-box;}
.clearfix:after{content: ""; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;overflow: hidden;}
.relative{position: relative;}
.fl{float: left;}
.fr{float: right;}
.w1440{position: relative;width: 1400px;margin: 0 auto;}
.flex {display: flex;height: 100%;}
.content_box {box-sizing: border-box;width: 100%;margin: auto;padding-top: 100px;}
.pd50{padding: 0 50px;}


/* @font-face {
	font-family:DIN;
	src: url(../fonts/DIN-BOLD.OTF);
} */

/* 
.h-header-zw{display: block;width: 100%;height: 70px;transition-duration: .3s;}
.h-header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;background: #FFFFFF;display: flex;align-items: center;padding-left: 100px;transition-duration: .3s;}
.h-header .h-logo{}
.h-header .h-nav{display: flex;margin-left: auto;}
.h-header .h-nav .li{line-height: 70px;font-size: 16px;color: #000000;transition-duration: .3s;position: relative;}
.h-header .h-nav .li::after{content: "";display: block;width: 0%;height: 4px;background: linear-gradient(135deg, #056DB6, #056DB6);position: absolute;bottom: 0;left: 50%;transition: .3s;}
.h-header .h-nav .li.active::after,.h-header .h-nav .li:hover::after{width: 100%;left: 0;}
.h-header .h-nav .li.active>a{color: #056DB6;}
.h-header .h-nav .li+.li{margin-left: 60px;}
.h-header .h-search{margin: 0 60px 0 50px;cursor: pointer;}
.h-header .h-phone{display: flex;align-items: center;}
.h-header .h-phone .img{}
.h-header .h-phone .desc{padding-left: 5px;font-size: 24px;line-height: 1.5;font-family: DIN;font-weight: bold;color: #000000;background-image: linear-gradient(135deg, #056DB6, #056DB6);-webkit-background-clip: text;color: transparent;}
.h-header .h-more{transition-duration: .3s;width: 100px;height: 70px;background: linear-gradient(135deg, #056DB6, #056DB6);display: flex;align-items: center;justify-content: center;cursor: pointer;margin-left: auto;}
.h-header.active .h-nav .li{line-height: 80px;}
.h-header.active .h-more{height: 80px;}

.z_down_nav{ width: 100vw; position: absolute; left: 0; top: 100%; visibility: hidden;opacity: 0; background: #F0F4F9; text-align: center; padding: 2vw 0; display: flex; transition: ease .3s; transform: translateY(20px); align-items: flex-start; justify-content: center;}
.z_down_nav dl{ display: inline-block; vertical-align: top; text-align: left; line-height: normal; margin: 0 30px;}
.z_down_nav dl a{ display: block;}
.z_down_nav dt a{font-size: 18px; font-weight: bold; position: relative;color: #000000;}
.z_down_nav dt a::before{ content: ""; display: block;width: 3px;height: 16px; z-index: 1;background: #056DB6; position: absolute; left: -15px; top: 50%; transform: translateY(-50%);}
.z_down_nav dd a{color: #8E9297;line-height: 30px;font-size: 14px;}
.z_down_nav dd{ margin-top: 1vw;}
.z_down_nav dd a:hover,.h-header .h-nav .li:hover .one,.h-header .h-nav .li.active .one{ color: #056DB6;}
.h-header .h-nav .li:hover .z_down_nav{ opacity: 1; visibility: visible;transition: ease .5s;transform: translateY(0px); }

.z_flex{display: flex;}
.z_search_mask{ position: fixed; left: 0; top: -100%; display: flex;align-items: center; justify-content: center; width: 100%; height: 50%; z-index: 999; background: linear-gradient(135deg, #056DB6, #056DB6); transition: ease 1s; }
.z_search_mask .text{width: 300px; height: 50px; padding: 0 20px; box-sizing: border-box; background: #fff;}
.z_search_mask .sou{ display: block; width: 100px;background: #eee; font-size: 16px; height: 50px; text-align: center; line-height: 50px;}
.z_search_mask .warp{ background: #fff;}
.z_search_mask.on{ top: 70px;}
.z_search_close{ position: absolute; right: 2.6vw; top: 2.6vw; transition: ease 1s; color: #fff; cursor: pointer;}
.z_search_close .iconfont{ font-size: 24px; font-weight: bold;}
.z_search_close:hover{ transform: rotate(360deg);}
.h-header.active~.z_search_mask.on{top: 80px;}

.in-nav {width: 100%;height: 100%;background-size: cover;background-position: center;overflow: hidden;position: fixed;top: 0;left: 0;z-index: 99;padding: 9.1146vw 13.5417vw 7.0313vw;-webkit-clip-path: circle(0% at 100% 0px);clip-path: circle(0% at 100% 0px);transition: -webkit-clip-path 1.5s;transition: clip-path 1.5s;transition: clip-path 1.5s, -webkit-clip-path 1.5s;background-color: #fff;z-index: 99999;}
.in-nav.open {-webkit-clip-path: circle(150% at 100% 0px);clip-path: circle(150% at 100% 0px)}
.in-nav .close {position: absolute;top: 3.125vw;right: 5.7292vw;color: #fff;background: #056DB6;transition: transform .6s;width:50px;height: 50px;border-radius: 50%;display: flex;align-items: center;justify-content: center;overflow: hidden;transition:ease .8s; cursor: pointer;outline: none;}
.in-nav .close .iconfont{ font-size: 20px; font-weight: bold; display: inline-block;}
.in-nav .close:hover {transform: rotate(180deg)}
.in-nav .con{display:flex;flex-direction:column;height:100%}
.in-nav ul{display:flex;justify-content:space-between;flex:1;border-bottom:1px solid #9aa1a8;line-height:1}
.in-nav ul .link{font-size:14px;color:#26272a;width:-webkit-max-content;width:-moz-max-content;width:max-content;display:block;}
.in-nav ul .link::after{content:"";display:block;width:100%;height:1px;background:#056DB6;margin-top:4px;opacity:0;transition:opacity .5s}
.in-nav ul .link:hover{color:#056DB6 !important}
.in-nav ul .link:hover::after{opacity:1}
.in-nav ul .link:first-child{font-size:20px;color:#000;margin-bottom:2em;font-weight:bold}
.in-nav ul .link:not(:last-child){margin-bottom:1em}
.in-nav .info{display:flex;justify-content:space-between;margin-top:3.125vw;color:#3f4247;font-size:14px}
.in-nav .info .item{margin-bottom:1em}
.in-nav .info .item span:first-child{margin-right:.5em}
.in-nav .info .tel span:last-child{font-size:24px;color:#056DB6}
.in-nav .info .email span:last-child{border-bottom:1px solid}
.in-nav .qrs{display:flex}
.in-nav .qrs .qr-box{text-align:center;display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content;color:#000;margin:0;margin-left:20px;line-height:2.5}
.in-nav .qrs .qr-box .qr{margin:0;max-width:100px;/* padding:10px;background:#fff}
.qr-box .qr img{display:block;}

.h_subnav {width:220px;background:#ffffff;font-size:12px;position:absolute;transform: translateX(-50%); left:50%;top:100%;height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s;box-shadow:0 0 16px -4px rgba(0,0,0,.3);margin-top:20px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;z-index:414;}
.h_subnav ol {padding:0px 0;margin: 0;}
.h_subnav ol li{width: 100%;margin: 0 !important;}
.h_subnav a { transition: .3s; overflow: hidden;text-overflow:ellipsis; white-space: nowrap; padding: 0 10px;box-sizing: border-box; width: 100%; display:block;height:50px;line-height:50px;color:#666;font-size: 16px;text-align: center;}
.h_subnav a:hover {color:#FFF!important;background: linear-gradient(135deg, #056DB6, #056DB6);}
.h-header .h-nav .li:hover .h_subnav {height:auto;opacity:1;visibility:visible;margin-top:0;} */


/* 
.wap_header{width: 100%; height: 60px; padding: 0 12px; display: none; justify-content: space-between; align-items: center; background: #fff; position: fixed; left: 50%; top: 0; transform: translateX(-50%); z-index: 9999;box-sizing: border-box;border-bottom: 1px solid #ddd;}
.wap_header .toggle{display: block; width: 25px; height: 24px; position: relative; z-index: 6;}
.wap_header .toggle i{display: block; width: 25px; height: 2px; background: #000; position: absolute; left: 0; transition: all ease .35s;}
.wap_header .toggle i:nth-of-type(1){top: 0;}
.wap_header .toggle i:nth-of-type(2){top: 8px;}
.wap_header .toggle i:nth-of-type(3){top: 16px;}
.wap_header .toggle.on i{background: #000;}
.wap_header .toggle.on i:nth-of-type(1){top: 8px; transform: rotate(45deg);}
.wap_header .toggle.on i:nth-of-type(2){width: 0;}
.wap_header .toggle.on i:nth-of-type(3){top: 8px; transform: rotate(-45deg);}
.wap_header #h60{height: 60px;}
.wap_header .maskbg{width: 100%; height: 100vh; background: rgba(0,0,0,.5); display: none; position: fixed; left: 0; top: 0; z-index: 3;}
.wap_header .maskbg.on{display: block;}
.wap_header .nav{width: 240px; background: #fff; height: 100vh; padding: 56px 0 20px 0; position: fixed; right: 0; top: 0; z-index: 5; transform: translateX(100%); opacity: 0; transition: transform .4s,opacity .4s;}
.wap_header .nav.open{transform: translateX(0); opacity: 1;}
.wap_header .nav > ul{height: calc(100vh - 70px); margin: 0 auto; position: relative; overflow-y: auto; -webkit-overflow-scrolling: touch;width: 100%;}
.wap_header .nav ul li{border-top: 1px solid #ddd; margin: 0 20px; line-height: 40px; font-size: 14px; position: relative;}
.wap_header .nav > ul > li:first-child{border-top: 0 none;}
.wap_header .nav ul li a{height: 60px; line-height: 60px; display: block; padding-right: 30px; font-size: 14px; color: #333;}
.wap_header .nav ul li a:active  {color: #dd0518 !important;}
.wap_header .nav ul li ul{display: none;}
.wap_header .nav ul li i{width: 30px; height: 60px; font-size: 16px; color: #9c9c9c; position: absolute; right: 0; top: 0; transition: transform .5s;}
.wap_header .nav ul li i.down{color: #dd0518; transform: rotate(90deg);}
.wap_header .nav ul li .icon{background: url(../images/yjt.png)no-repeat;background-size: 20px !important;background-position: center !important;}
.wap_header .nav ul li ul li{margin-right: 0;}
.wap_header .nav ul li ul li a{color: #666; height: 40px; line-height: 40px; font-size: 14px;}
.wap_header .nav ul li ul li i{top: -10px;}
.wap_header .logo{float: left;margin-top: 7px;position: relative;height: 45px;}
.wap_header .logo img{height: 100%;}
.wap_header .toggle{float: right;margin-top: 21px;}
.wap_header .dropdown{float: right;margin-top: 18px;margin-right: 20px;position: relative;}
.wap_header #dLabel{border: 1px solid #9C9C9C;background: none;color: #9C9C9C;padding: 2px 5px;font-size: 12px;position: relative;}
.wap_header .dropdown-menu{background: #222;min-width: auto !important;text-align: center;}
.wap_header .dropdown-menu li a{color: #9C9C9C !important;transition: .3s;font-size: 14px !important;}
.dropdown-menu {position: absolute;top: 100%;left: 0;z-index: 1000;display: none;float: left;min-width: 160px;padding: 0;margin: 2px 0 0;font-size: 14px;text-align: left;list-style: none;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, .15);border-radius: 4px;-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);box-shadow: 0 6px 12px rgb(0 0 0 / 18%);width: 100%;}
.open>.dropdown-menu {display: block;}
.caret {display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 4px dashed;border-right: 4px solid transparent;border-left: 4px solid transparent;}
.wap_header .h-more{float: right;margin: 12px 10px 0 0;}
.wap_header .h-more .head_icon.search{background-image: url(https://www.i-micro.cn/template/default/skin/images/head_icon22.png);}
.wap_header .h-more .head_icon.earth{background-image: url(https://www.i-micro.cn/template/default/skin/images/head_icon11.png);}
.wap_header .h-more .lang_item{color: #000000;font-size: 14px;} */


/* 
.h-footer{background: url(../images/footer_bg.jpg) center/cover;padding-top: 30px;}
.foot1{display: flex;border: 1px solid rgba(255,255,255,.2);border-left: 0;border-right: 0;align-items: center;}
.foot1 .flogo{width: 460px;}
.foot1 .fzc{width: calc(100% - 460px);display: flex;border-left: 1px solid rgba(255,255,255,.2);}
.foot1 .fzc a{margin-left: auto;display: flex;align-items: center;justify-content: center;height: 80px;width: 460px;background: url(../images/footer_bg1.jpg) center/cover;font-size: 24px;color: #FFFFFF;}
.foot1 .fzc a span{margin-left: 100px;transition: .3s;}
.foot1 .fzc a img{margin-left: 10px;}
.foot1 .fzc a:hover span{margin-left: 50px;}

.foot2{display: flex;}
.foot2 .ftInfo{width: 460px;}
.foot2 .ftNav{width: calc(100% - 460px);border-left: 1px solid rgba(255,255,255,.2);display: flex;padding: 0 60px;padding-bottom: 29px;}
.foot2 .dt span,.foot2 .dt a{font-size: 18px;font-weight: bold;color: #FFFFFF;line-height: 40px;min-height: 40px;margin-bottom: 5px;margin-top: 25px;display: block;}
.foot2 .dd span,.foot2 .dd a{font-size: 14px;color: #FFFFFF;line-height: 25px;opacity: 0.7;display: block;}
.foot2 .dl{width: 100%;}

.erjiBox{display: flex;align-items: center;}
.erjiBox .icon{display: block;width: 6px;height: 11px;background: url(https://minghui1688.com/template/pc/skin/css/images/jt5.png);margin-left: 10px;transition: .3s;cursor: pointer;}
.sanjiBox{display: none;}
.sanjiBox a{font-size: 12px!important;line-height: 24px !important;}
.erjiBox.active a{opacity: 1;}
.erjiBox.active .icon{transform: rotate(90deg);background: url(../images/jt3.png);}

.foot3{border-top: 1px solid rgba(255,255,255,.2);text-align: center;padding: 20px 0 20px;}
.foot3 a,.foot3 span{font-size: 16px;color: #FFFFFF;line-height: 1.5;margin: 0 4px;}

.h-footer a:hover{opacity: 1;} */


/***************************** index start *********************************/
.indTitle{text-align: center;padding: 90px 0 35px;}
.indTitle .atit{font-size: 14px;font-family: Arial;font-weight: bold;color: #056DB6;line-height: 2;padding-bottom: 2px;text-transform: uppercase;}
.indTitle .btit{font-size: 42px;font-weight: bold;color: #000000;line-height: 1.2;}

.indHover{position: relative;overflow: hidden;transition: .3s;}
.indHover span{position: relative;z-index: 9;}
.indHover::before{content: "";z-index: 1;display: block;position: absolute;left: 0;top: 0;width: 0;height: 100%;transition: .4s;background: linear-gradient(-55deg, #056DB6, #056DB6);}
.indHover:hover{color: #FFFFFF !important;}
.indHover:hover::before{width: 100%;}

.indMore{text-align: center;margin: 30px 0 50px;}
.indMore a{display: block;margin: 0 auto;width: 200px;height: 60px;display: flex;align-items: center;justify-content: center;border: 1px solid #056DB6;border-radius: 60px;overflow: hidden;font-size: 18px;color: #056DB6;position: relative;}
.indMore a::before{content: "";z-index: 1;display: block;position: absolute;left: 0;top: 0;width: 0;height: 100%;transition: .4s;background: linear-gradient(-55deg, #056DB6, #056DB6);}
.indMore a span{position: relative;z-index: 99;}
.indMore a .icon{display: block;height: 15px;width: 20px;background: url(https://minghui1688.com/template/pc/skin/css/images/jt1.png);margin-left: 10px;transition: .3s;position: relative;z-index: 99;}
.indMore a:hover{color: #FFFFFF;}
.indMore a:hover::before{width: 100%;}
.indMore a:hover .icon{background: url(https://minghui1688.com/template/pc/skin/css/images/jt2.png);}


/* 广告图 */
.banner{position: relative;}
.banner a{display: block;width: 100%;}
.banner img{width: 100%;}
.swiper-container_banner {position: relative;overflow: hidden;}
.swiper-container_wapbanner {position: relative;overflow: hidden;display: none;}
.banner .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.banner .banner_mouse{position: absolute;z-index: 999;left: 50%;bottom: 55px;animation: mouse 1.5s infinite;}
.banner .swiper-pagination{}
.banner .swiper-pagination-bullet{background: linear-gradient(135deg, #056DB6, #056DB6);height: 10px;width: 10px;border-radius: 15px;transition: .3s;margin: 0 3px;}
.banner .swiper-pagination-bullet-active{width: 30px;}
@keyframes mouse{
	0{transform: translateY(0px);}
	50%{transform: translateY(20px);}
	100%{transform: translateY(0px);}
}


/* 产品中心 */
.proSelBox{display: flex;flex-wrap: wrap;justify-content: center;margin-bottom: 40px;}
.proSelItem{min-width: 150px;height: 50px;line-height: 50px;background: #F7F5FF;border-radius: 25px;font-size: 16px;color: #333333;text-align: center;margin: 0 5px 10px;position: relative;overflow: hidden;cursor: pointer;}
.proSelItem span{position: relative;z-index: 99;}
.proSelItem::before{content: "";z-index: 1;display: block;position: absolute;left: 0;top: 0;width: 0;height: 100%;transition: .5s;background: linear-gradient(-55deg, #056DB6, #056DB6);}
.proSelItem.active::before{width: 100%;}
.proSelItem.active{color: #FFFFFF;}

.proList{display: none;flex-wrap: wrap;}
.proList.active{display: flex;}
.proItem{width: calc(25% - 15px);padding: 20px 20px 10px;background: linear-gradient(90deg, #F5F5F5, #FAF9FF, #F5F5F5);margin: 0 20px 20px 0;position: relative;}
.proItem::before{content: "";z-index: 1;border-radius: 0 0 100% 0;display: block;position: absolute;left: 0;top: 0;width: 0;height: 0%;transition: .5s;background: linear-gradient(-55deg, #056DB6, #056DB6);}
.proItem:nth-of-type(4n){margin-right: 0;}
.proItem a{display: block;}
.proItem .img{overflow: hidden;position: relative;z-index: 99;}
.proItem .img img{width: 100%;transition: .5s;}
.proItem .desc{margin-top: 6px;transition: .3s .3s;position: relative;z-index: 99;font-size: 16px;color: #333333;line-height: 50px;height: 50px;text-align: center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.proItem:hover::before{width: 100%;height: 100%;border-radius: 0;}
.proItem:hover .img img{transform: scale(1.05);}
.proItem:hover .desc{color: #FFFFFF;}


/* 关于我们 */
.indAbout{display: flex;background: #F5F5F5;}
.indAbout .indImg{width: 50%;}
.indAbout .indImg img{height: 100%;width: 100%;object-fit: cover;object-position: center;}
.indAbout .indDesc{padding: 90px 55px 280px 0;padding-left: calc((100% - 1300px)/2);width: 50%;position: relative;}
.indAbout .indDesc .atit{font-size: 16px;font-family: Arial;font-weight: bold;color: #056DB6;line-height: 2;text-transform: uppercase;}
.indAbout .indDesc .btit{margin: 2px 0 4px;font-size: 48px;font-weight: bold;color: #000000;line-height: 1.2;}
.indAbout .indDesc .ctit{font-size: 20px;color: #056DB6;line-height: 2;margin-bottom: 18px;}
.indAbout .indDesc .dtit{font-size: 15px;color: #666666;line-height: 1.6;text-indent: 2em;}

.abNumBox{position: absolute;bottom: 90px;background: linear-gradient(270deg, #056DB6, #056DB6);width: 960px;display: flex;z-index: 99;}
.abNBItem{width: 100%;padding: 22px 0 22px;padding-left: 50px;}
.abNBItem+.abNBItem{border-left: 1px solid #FFFFFF;}
.abNBItem .img{}
.abNBItem .num{font-size: 48px;font-family: DIN;font-weight: bold;color: #FFFFFF;line-height: 1;margin: 2px 0 4px;}
.abNBItem .num span{}
.abNBItem .num b{margin-left: -5px;}
.abNBItem .p{font-size: 16px;font-size: 100;color: #FFFFFF;line-height: 1.5;opacity: 0.7;}


/* 核心优势 */
.indYsList{display: flex;}
.indYsItem{position: relative;text-align: center;background: #F5F5F5;padding: 200px 50px 170px;border: 1px solid #cccccc;width: 100%;}
.indYsItem+.indYsItem{border-left: 0;}
.indYsItem::before{content: "";opacity: 0;transition: .4s;display: block;height: calc(100% - 60px);width: calc(100% - 60px);position: absolute;z-index: 9;left: 30px;top: 30px;border: 1px solid #FFFFFF;}
.indYsItem .bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;opacity: 0;transition: .4s;background-size: cover;}
.indYsItem .icon{display: block;height: 61px;width: 60px;background-position: 0px 0px;margin: 0 auto;position: relative;z-index: 9;transition: 0s;}
.indYsItem .atit{font-size: 30px;font-weight: bold;color: #000000;line-height: 1.5;margin: 35px 0 20px;position: relative;z-index: 9;transition: .4s;}
.indYsItem .line{display: block;width: 40px;height: 2px;background: linear-gradient(270deg, #056DB6, #056DB6);margin: 0 auto 20px;position: relative;z-index: 9;transition: .4s;}
.indYsItem .btit{font-size: 15px;font-weight: 400;color: #333333;line-height: 25px;height: 125px;position: relative;z-index: 9;transition: .4s;}
.indYsItem:hover::before{opacity: 1;}
.indYsItem:hover .bg{opacity: 1;}
.indYsItem:hover .icon{background-position: 0px -118px !important;}
.indYsItem:hover .atit{color: #FFFFFF;}
.indYsItem:hover .line{background: #FFFFFF;}
.indYsItem:hover .btit{color: #FFFFFF;}


/* 应用领域 */
.sec4{padding-bottom: 100px;}
.tionList{display: flex;flex-wrap: wrap;}
.tionItem{width: calc(25% - 15px);margin-right: 20px;position: relative;}
.tionItem:nth-of-type(4n){margin-right: 0;}
.tionItem .img{overflow: hidden;}
.tionItem .img img{width: 100%;transition: .4s;}
.tionItem .desc{position: absolute;bottom: 0;left: 0;width: 100%;background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.8));padding: 28px 20px;transition: .3s;}
.tionItem .desc .atit{}
.tionItem .desc .btit{font-size: 24px;color: #FFFFFF;line-height: 2;margin: 5px 0 8px;}
.tionItem .desc .ctit{display: block;width: 40px;height: 2px;background: #FFFFFF;}
.tionItem:hover .desc{padding-bottom: 50px;}
.tionItem:hover .img img{transform: scale(1.05);}


/* 合作品牌 */
.sec5{background: url(https://minghui1688.com/template/pc/skin/css/images/sec5_bg.png) center/cover;padding-bottom: 80px;}
.swiper-container_hzpp {width: 100%;height: auto;position: relative;overflow: hidden;}
.hzppBox .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.hzppBox .img{overflow: hidden;}
.hzppBox .img img{width: 100%;transition: .3s;}
.hzppBox .swiper-pagination{position: relative;bottom: auto;margin: 15px 0 0;}
.hzppBox .swiper-pagination-bullet{background: linear-gradient(135deg, #056DB6, #056DB6);height: 15px;width: 15px;border-radius: 15px;transition: .3s;}
.hzppBox .swiper-pagination-bullet-active{width: 40px;}


/* 资讯中心 */
.sec6{padding-bottom: 20px;}
.news_box{display: flex;}
.news_left{width: 66.666%;padding-right: 15px;}
.news_right{width: 33.333%;padding-left: 15px;}
.newItem1{position: relative;}
.newItem1 .img{overflow: hidden;height: 550px;}
.newItem1 .img img{width: 100%;height: 100%;object-fit: cover;object-position: center;transition: .5s;}
.newItem1 .date{position: absolute;top: 30px;left: 30px;width: 100px;height: 100px;background: #056DB6;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.newItem1 .date p{font-size: 48px;font-family: Arial;font-weight: bold;color: #FFFFFF;line-height: 1.1;}
.newItem1 .date span{font-size: 14px;color: #FFFEFE;line-height: 1.5;}
.newItem1 .desc{transition: .3s;position: absolute;bottom: 0;left: 0;width: 100%;background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.8));padding: 30px 40px 30px 30px;}
.newItem1 .desc .atit{font-size: 24px;font-weight: bold;color: #FFFFFF;line-height: 50px;height: 50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newItem1 .desc .btit{font-size: 14px;color: #FFFFFF;line-height: 25px;max-height: 50px;opacity: 0.7;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.newItem1:hover .img img{transform: scale(1.05);}
.newItem1:hover .desc{padding-bottom: 40px;}

.newItem2{position: relative;}
.newItem2+.newItem2{margin-top: 30px;}
.newItem2 .img{overflow: hidden;height: 260px;}
.newItem2 .img img{width: 100%;height: 100%;object-fit: cover;object-position: center;transition: .5s;}
.newItem2 .date{position: absolute;top: 20px;left: 20px;width: 100px;height: 100px;background: linear-gradient(135deg, #056DB6, #056DB6);display: flex;flex-direction: column;align-items: center;justify-content: center;}
.newItem2 .date p{font-size: 48px;font-family: Arial;font-weight: bold;color: #FFFFFF;line-height: 1.1;}
.newItem2 .date span{font-size: 14px;color: #FFFEFE;line-height: 1.5;}
.newItem2 .desc{transition: .3s;position: absolute;bottom: 0;left: 0;width: 100%;background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.8));padding: 15px 20px;}
.newItem2 .desc .atit{font-size: 18px;font-weight: bold;color: #FFFFFF;line-height: 30px;height: 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newItem2:hover .img img{transform: scale(1.05);}
.newItem2:hover .desc{padding-bottom: 20px;}


.newsList{display: flex;flex-wrap: wrap;margin-top: 50px;border-top: 1px solid #EEEEEE;}
.newItem3{width: calc(33.333% - 20px);margin-right: 30px;border-bottom: 1px solid #EEEEEE;padding: 20px 0 20px;position: relative;}
.newItem3::before{content: "";display: block;height: 1px;width: 0%;background: #056DB6;position: absolute;left: 0;bottom: 0;transition: .5s;}
.newItem3:nth-of-type(3n){margin-right: 0;}
.newItem3 .atit{font-size: 14px;font-family: Arial;color: #999999;line-height: 2;}
.newItem3 .btit{font-size: 18px;color: #000000;line-height: 30px;max-height: 60px;margin: 5px 0 8px;transition: .3s;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.newItem3 .ctit{font-size: 14px;color: #999999;display: flex;align-items: center;}
.newItem3 .ctit .icon{display: block;width: 6px;height: 11px;background: url(https://minghui1688.com/template/pc/skin/css/images/jt5.png);margin-left: 8px;}
.newItem3:hover .btit{color: #056DB6;}
.newItem3:hover::before{width: 100%;}

.pagination{flex-wrap: wrap;justify-content: center;}
.pagination li{margin-bottom: 5px!important;}


@media screen and (max-width:1650px) {
	/* .h-header .h-nav .li+.li{margin-left: 30px;} */
	
}
@media screen and (max-width:1650px) {
	.w1440{width: 1120px;}
	/* .h-header{padding-left: 60px;}
	.h-header .h-search{margin: 0 40px 0 30px;}
	.h-header .h-nav .li+.li{margin-left: 20px;} */
	
	.indTitle{padding: 70px 0 30px;}
	.indTitle .atit{font-size: 14px;}
	.indTitle .btit{font-size: 38px;}
	.proSelItem{min-width: 115px;font-size: 16px;}
	.indAbout .indDesc{padding: 60px 40px 220px 0;padding-left: calc((100% - 1120px)/2);}
	.abNumBox{bottom: 50px;width: 800px;}
	.abNBItem{padding-left: 40px;}
	.indAbout .indDesc .atit{font-size: 14px;}
	.indAbout .indDesc .btit{font-size: 38px;}
	.indAbout .indDesc .ctit{font-size: 18px;}
	.indYsItem{padding: 140px 30px 130px;}
	.indYsItem::before{height: calc(100% - 40px);width: calc(100% - 40px);left: 20px;top: 20px;}
	.newItem1 .img{height: 450px;}
	.newItem2 .img{height: 210px;}
	.z_down_nav dl{margin: 0 20px;}
	
}
@media screen and (max-width:1600px) {
	/* .w1440{width: 1100px;} */
	/* .foot2 .ftInfo{width: 360px;}
	.foot1 .flogo{width: 360px;}
	.foot2 .ftNav{width: calc(100% - 360px);}
	.foot1 .fzc{width: calc(100% - 360px);}
	.foot2 .dd span, .foot2 .dd a{font-size: 14px;line-height: 32px;} */
	#bigbox .content p{font-size: 14px!important;}
	.proSelItem{font-size: 14px;}
	.proItem .desc{font-size: 14px;}
	/* .h_subnav a{font-size: 14px;} */
	#c_static_001-1662455934026 .e_text-4{font-size: 16px;}
	.x-ser3 ul li .x-left .x-p2{font-size: 14px;line-height: 1.5;}
	.wmdfw_item .img{width: 550px !important;}
	.wmdfw_item .desc{width: calc(100% - 550px)!important;}
	.wmdfw_item .desc .ctit{font-size: 14px !important;}
	.indAbout .indDesc{padding-left: calc((100% - 1100px)/2);}
	
	/* .h-header .h-nav .li{font-size: 14px;}
	.h_subnav a{font-size: 14px;} */
	.indTitle .atit{font-size: 12px;}
	.indTitle .btit{font-size: 30px;}
	.indAbout .indDesc .dtit{font-size: 14px;}
	.abNBItem{padding-left: 30px;}
	.abNBItem .p{font-size: 14px;}
	.abNBItem .num{font-size: 38px;}
	.indYsItem .btit{font-size: 13px;}
	.tionItem .desc .btit{font-size: 20px;}
	.newItem1 .desc .atit{font-size: 20px;}
	.newItem1 .desc .btit{font-size: 12px;}
	.newItem2 .desc .atit{font-size: 16px;}
	.newItem3 .btit{font-size: 16px;}
	.indMore a{font-size: 16px;}
	.x-ser3 ul li .x-left .x-title{font-size: 28px !important;}
	.x-ser3 ul li .x-left .x-p2{font-size: 14px !important;}
	#c_category_364_P_002-1662458680070 .e_text-2{font-size: 24px!important;}
	#c_category_364_P_002-1662458680070 .e_text-3{font-size: 14px!important;}
	#c_category_364_P_002-1662458680070 .e_categoryB-12 .p_c_title1{font-size: 14px!important;}
	#c_product_list_040-1662458814589 .e_image-3 img{height: 250px;}
	#c_static_001-1662455934026 .e_text-4{font-size: 15px!important;}
	.news_tits h3{font-size: 25px!important;}
	.fist_hot .tit{font-size: 16px!important;}
	.hot_list a{font-size: 14px!important;margin-bottom: 5px!important;}
	.right_news{padding: 40px 20px 40px;}
	#c_static_744-1662534287767 .e_text-5{font-size: 14px!important;}
	#c_static_744-1662534287767 .e_text-9{font-size: 14px!important;}
	#c_static_744-1662534287767 .e_text-32{font-size: 14px!important;}
	#c_static_744-1662534287767 .e_text-12{font-size: 14px!important;}
	.newItem1 .date{width: 80px;height: 80px;}
	.newItem2 .date{width: 80px;height: 80px;}
	.newItem1 .date p{font-size: 36px;}
	.newItem1 .date span{font-size: 12px;}
	.newItem2 .date p{font-size: 36px;}
	.newItem2 .date span{font-size: 12px;}
	
	
}
@media screen and (max-width:1600px) {
	.w1440{width: 1200px;}
	.indAbout .indDesc{padding-left: calc((100% - 1000px)/2);}
}
@media screen and (max-width:1360px) {
	/* .h-header{padding-left: 30px;}
	.h-header .h-search{margin: 0 25px 0 25px;}
	.h-header .h-nav .li{font-size: 16px;}
	.h-header .h-more{width: 80px;} */
	
}

@media screen and (max-width:1199px) {
	.w1440{width: 100%;padding: 0 20px;}
	/* .h-header{display: none;}
	.h-header-zw{height: 60px;} */
	.wap_header{display: block;}
	.swiper-container_banner{display: none;}
	.swiper-container_wapbanner{display: block;}
	.indTitle{padding: 50px 0 20px;}
	.indTitle .atit{font-size: 12px;}
	.indTitle .btit{font-size: 28px;}
	.proSelBox{margin-bottom: 10px;}
	.proSelItem{font-size: 14px;min-width: 120px;margin: 0 3px 6px;}
	.proItem{width: calc(50% - 5px);margin: 0 10px 10px 0;}
	.proItem:nth-of-type(4n){margin-right: 10px;}
	.proItem:nth-of-type(2n){margin-right: 0;}
	.indMore a{width: 160px;height: 50px;font-size: 16px;}
	.indAbout .indDesc{padding: 30px 20px 180px 0;padding-left: 20px;}
	.abNumBox{bottom: 25px;}
	.indAbout .indDesc .atit{font-size: 12px;}
	.indAbout .indDesc .btit{font-size: 28px;}
	.indAbout .indDesc .ctit{font-size: 16px;}
	.indAbout .indDesc .dtit{font-size: 14px;}
	.abNumBox{width: 127%;}
	.abNBItem{padding: 15px 0 15px;padding-left: 20px;}
	.abNBItem .num{font-size: 32px;}
	.abNBItem .p{font-size: 14px;}
	.indYsList{flex-wrap: wrap;}
	.indYsItem{padding: 50px 30px 50px;width: 50%;}
	.indYsItem .atit{font-size: 24px;margin: 15px 0 10px;}
	.indYsItem .btit{height: auto;font-size: 14px;line-height: 1.6;}
	.indYsItem+.indYsItem{border-left: 1px solid #cccccc;}
	.indYsItem:nth-of-type(2),.indYsItem:nth-of-type(4){border-left: 0;}
	.indYsItem:nth-of-type(3),.indYsItem:nth-of-type(4){border-top: 0;}
	.sec4{padding-bottom: 60px;}
	.tionItem{width: calc(50% - 5px);margin: 0 10px 10px 0;}
	.tionItem:nth-of-type(2n){margin-right: 0;}
	.sec5{padding-bottom: 60px;}
	.hzppBox .swiper-pagination-bullet{height: 10px;width: 10px;}
	.hzppBox .swiper-pagination-bullet-active{width: 30px;}
	
	.news_box{display: block;}
	.news_left{width: 100%;padding-right: 0;}
	.newItem1 .img{height: auto;}
	.news_right{width: 100%;padding-left: 0;display: flex;margin-top: 10px;}
	.newItem2{margin-top: 0px !important;width: calc(50% - 5px);}
	.newItem2+.newItem2{margin-left: 10px;}
	.newItem2 .img{height: 150px;}
	
	.newItem1 .date{width: 70px;height: 70px;top: 10px;left: 10px;}
	.newItem1 .date p{font-size: 32px;line-height: 1;}
	.newItem1 .date span{font-size: 12px;}
	.newItem2 .date{width: 70px;height: 70px;top: 10px;left: 10px;}
	.newItem2 .date p{font-size: 32px;line-height: 1;}
	.newItem2 .date span{font-size: 12px;}
	.newItem1 .desc{padding: 20px 20px 20px 20px!important;}
	.newItem1 .desc .atit{font-size: 18px;line-height: 30px;height: 30px;margin-bottom: 3px;}
	.newItem1 .desc .btit{font-size: 14px;line-height: 20px;height: 40px;}
	.newItem2 .desc{padding: 10px 15px!important;}
	.newItem2 .desc .atit{font-size: 16px;line-height: 24px;height: 24px;}
	.newsList{margin-top: 30px;}
	.newItem3{width: calc(33.333% - 10px);margin-right: 15px;}
	.newItem3 .btit{font-size: 16px;line-height: 24px;max-height: 48px;}
	.indMore{margin: 20px 0 30px;}
	.foot1 .flogo{width: 100%;padding: 10px 0;}
	.foot2 .ftInfo{width: 100%;padding: 30px 0 30px;}
	.foot1 .fzc{display: none;}
	.foot2 .ftNav{display: none;}
	.foot2 .dt span, .foot2 .dt a{margin-top: 0;min-height: 30px;line-height: 30px;}
	.foot2 .dd span, .foot2 .dd a{font-size: 14px;line-height: 28px;}
	.foot3 a, .foot3 span{font-size: 12px;line-height: 1.4;display: block;}
	
	
	.wmdfw_item .img{width: 450px!important;}
	.wmdfw_item .desc{width: calc(100% - 450px)!important;}
	
}
@media screen and (max-width:780px) {
	.w1440{padding: 0 15px;}
	.indAbout{display: block;}
	.indAbout .indDesc{padding: 30px 15px 0;width: 100%;}
	.indAbout .indImg{width: 100%;}
	.abNumBox{position: relative;bottom: auto;width: 100%;margin: 10px 0 15px;}
	.newItem3{width: 100%;padding: 15px 0 15px;}
	.newItem3 .btit{margin: 0;}
	.newsList{margin-top: 15px;}
	.tionItem .desc{padding: 25px 15px;}
	.tionItem .desc .btit{font-size: 18px;}
	.proItem{padding: 10px 10px 10px;}
	.proItem .desc{height: 40px;line-height: 40px;}
	.abNBItem{padding: 15px 0 15px 10px;}
	.abNBItem .num{font-size: 26px;}
	.abNBItem .p{font-size: 12px;}
	.banner .swiper-pagination{bottom: 0px;}
	
	.wmdfw_item{display: block!important;}
	.wmdfw_item .img{width: 100%!important;}
	.wmdfw_item .desc{width: 100%!important;padding: 30px 20px!important;}
}
@media screen and (max-width:399px) {
	.w1440{padding: 0 10px;}
	.indAbout .indDesc{padding-left: 10px;}
}



/***************************** index end *********************************/





#c_product_list_040-1662458814589 .e_container-2:hover .e_text-6 a{color: #ffffff;}
/* #c_static_001-1662455934026 .e_container-1{width: 90%!important;}
#c_static_001-1662455934627 .e_h1-1{width: 90%!important;}
#c_static_001-1662455934627 .e_richText-2{width: 90%!important;}
#c_grid-1662458640765{width: 90%!important;} */
#c_category_364_P_002-1662458680070{max-width: 300px!important;}

/* .z-container{width: 1440px !important;} */
@media screen and (max-width:1500px) {
	/* .z-container{width: 1200px !important;} */
}
@media screen and (max-width:1199px) {
	/* .z-container{width: 100% !important;padding: 0 20px;} */
}
@media screen and (max-width:780px) {
	/* .z-container{padding: 0 15px;} */
	#c_category_364_P_002-1662458680070{max-width: none!important;}
}
@media screen and (max-width:399px) {
	/* .z-container{padding: 0 10px;} */
}

.pagesDiv {clear:both;width:100%;margin:0 auto;line-height:25px;padding:10px 0px 10px 0px;}

.pages {height:30px;color:#666666;margin-top:5px;text-align:center;}

.pages a:link,.pages a:visited {color:#666666;}

.pages a,.pages a:link {text-decoration:none;padding:2px 5px;border:1px solid #DDDDDD;background:#FFFFFF;margin:0px 2px;font-size:12px;color:#666666;text-align:center;}

.pages a:hover {background:#FB9007;color:#FFFFFF;border:1px solid #E61636;text-decoration:none;text-align:center;padding:2px 5px;}

.pages .cpb {font-weight:bold;color:#FFFFFF;background:#FB9007;border:1px solid #E61636;text-align:center;margin:0px 2px;padding:2px 5px;}

.pages .intext {width:30px;border:1px solid #7F9DB9;height:19px;line-height:19px;}

.pagination {text-align:center;}

.pagination li {display:inline-block;color:#333333;height:30px;line-height:30px;margin:0px 4px;vertical-align:middle; font-size: 14px;}

.pagination li a {float:left;display:block;height:25px;line-height:25px;padding:0 10px;font-size:14px;border:1px solid #dddddd;color:#666;text-decoration:none;}

.pagination li a:hover {background:#FB9007;color:#ffffff;}

.pagination li a.thisclass {background:#FB9007;color:#ffffff;border:1px solid #E61636;cursor:default;}

.pagination li a.thisclass:hover {background:#FB9007;color:#ffffff;border:1px solid #E61636;cursor:default;}

.pagination li .pageinfo {line-height:21px;padding:12px 10px 12px 16px;color:#999999;}

.pagination li .pageinfo strong {color:#555555;font-weight:normal;}

.pagination table {text-align:center;margin:10px 0px 0px 25%;}

.pagination table td {padding:0px 2px;}

#pages {padding:14px 0 70px;text-align:right;}

#pages a {display:inline-block;height:30px;line-height:30px;background:#ffffff;border:1px solid #e3e3e3;text-align:center;color:#333333;padding:0 14px;margin: 0;}

#pages a.a1 {/*background:url('https://www.i-micro.cn/template/default/skin/images/pages.png') no-repeat 0 5px;*/padding:0 5px;}

#pages a:hover {background:#f1f1f1;color:#000000;text-decoration:none;}

#pages span {display:inline-block;height:30px;padding:0 14px;line-height:30px;background:#056DB6;border:1px solid #056DB6;color:#ffffff;text-align:center;}

#pages .noPage {display:inline-block;height:22px;line-height:22px;/*background:url('https://www.i-micro.cn/template/default/skin/images/titlebg.png') repeat-x 0 -55px;*/border:1px solid #e3e3e3;text-align:center;color:#a4a4a4;}








.fw_tit {text-align: center;padding-bottom: 50px;}
.fw_tit .atit {font-size: 30px;font-weight: bold;color: #333333;line-height: 1.2;}
.wmdfw_item {display: flex;background: #f8f8f8;}
.wmdfw_item .img {width: 650px;}
.wmdfw_item .img img {width: 100%;height: 100%!important;object-fit: cover;object-position: center;}
.wmdfw_item .desc {width: calc(100% - 650px);padding: 50px;}
.wmdfw_item .desc .atit {font-size: 24px;font-weight: bold;color: #056DB6;line-height: 1.2;}
.wmdfw_item .desc .btit {font-size: 16px;color: #666666;font-weight: bold;line-height: 1.5;margin-bottom: 32px;}
.wmdfw_item .desc .ctit {font-size: 16px;color: #666666;line-height: 1.75;}
.wmdfw_item .shx2 {display: block;width: 100%;position: relative;margin: 25px 0 15px;}
.wmdfw_item .shx2::before {content: "";display: block;height: 1px;width: 100%;background: #FFFFFF;}
.wmdfw_item .shx2::after {content: "";display: block;height: 1px;width: 100%;background: #FFFFFF;margin-top: 1px;}
.wmdfw_item2 {background: #f8f8f8;flex-direction: row-reverse;}
.wmdfw_item2 .desc .atit {color: ##056DB6;}
.wmdfw_item2 .desc .btit {color: #666666;}
.wmdfw_item2 .desc .ctit {color: #666666;}
.shx3 {display: block;position: relative;margin: 55px 0 55px;height: 1px;width: 100%;}
.shx3 i {display: block;height: 1px;width: 100%;background: #F7F7F8;}
.shx3::before {content: "";display: block;height: 1px;width: 100%;background: #F7F7F8;margin-bottom: 1px;}
.shx3::after {content: "";display: block;height: 1px;width: 100%;background: #F7F7F8;margin-top: 1px;}
.sggy {/*background: url(https://www.i-micro.cn/template/default/skin/images/sggy_bg.png) no-repeat;*/background-position: bottom center;padding-bottom: 0px;margin-top: 50px;}
.sggy_box {position: relative;padding: 0 55px;}
.mySwiper-sggy {width: 100%;height: 100%;position: relative;overflow: hidden;}
.mySwiper-sggy .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.sggy_item {position: relative;overflow: hidden;width: 100%;}
.sggy_item a {display: block;position: relative;}
.sggy_item img {width: 100%;transition: .5s;}
.sggy_item a::after {content: "";opacity: 0;display: block;height: 100%;width: 100%;background: rgba(0, 0, 0, .54);transition: .3s;position: absolute;left: 0;top: 0;z-index: 8;}
.sggy_item a::before {content: "";opacity: 0;display: block;width: 34px;height: 37px;/*background: url(https://www.i-micro.cn/template/default/skin/images/fdj.png);*/position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);transition: .3s;z-index: 9;}
.sggy_item:hover img {transform: scale(1.05);}
.sggy_item:hover a::after {opacity: 1;}
.sggy_item:hover a::before {opacity: 1;}
.sggy_box .swiper-button-next::after,.sggy_box .swiper-button-prev::after {display: none;}
.sggy_box .swiper-button-prev {left: 0;background: none;}
.sggy_box .swiper-button-next {right: 0;background: none;}


