body{
  font-family: Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB,"\5B8B\4F53",sans-serif;
}
a,a:hover,a:visited{  
  text-decoration: none;
}
/*
.accordion-button:not(.collapsed){
  color: #212529;
}
*/

.pointer{
  cursor: pointer;
}
.breadcrumb-icon{
  margin-right: .5rem;
}
.hide{
  display: none;
}
.w-60{
  width: 60%;
}
.w-70{
  width: 70%;
}
.fs-7 {
  font-size: 0.875rem !important;
}
.ratio-5x7 {
  --bs-aspect-ratio: calc(7 / 5 * 100%);
}

.bg-facebook{
  color: #fff;
  border-color: #3b5998;
  background-color: #3b5998;
}

.bg-google{
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39;
}
.bg-twitter{
  color: #fff;
  border-color: #1da1f2;
  background-color: #1da1f2;
}
.bg-linkedin{
  color: #fff;
  border-color: #0077b5;
  background-color: #0077b5;
}
.btn-share:hover{
  color:#fff;
  -webkit-filter: saturate(1.5) brightness(1.2);
  filter: saturate(1.5) brightness(1.2);
}
.gn-toolbar-wrap{
	position: fixed;
  _position: absolute;
  top: 0;
  right: 0;
  z-index: 1030;
  width: 0;
  height: 100%;
}

.gn-toolbar{
	position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-right: 6px solid #7a6e6e;
  -webkit-transition: right .3s ease-in-out 0s;
  -moz-transition: right .3s ease-in-out 0s;
  transition: right .3s ease-in-out 0s;
}

.gn-toolbar-footer{	
	position: absolute;
	width: 30px; 
	height: 30px; 
	bottom: 90px; 
	right: 0; 
	cursor: pointer; 
	background: url(../images/up.png) no-repeat center; 
	background-size: cover;
}
.hd .logo{
  width:28rem;
  height: 5rem;
}
.hd .phonemail{
  width: 15rem;
  height: 3rem;  
}
.hd .phone,.header .email{
  height: 1.5rem;
  line-height: 1.5rem;
}

.hd form{
  width: 20rem;
}

.hd-nav-item{
	height: 3rem;
	line-height: 3rem;
	color: #fff;	    
}
.hd-nav-link{
  display: block;  	
	font-weight: bold;
	color: #fff;	 
}

.hd-nav-link:hover, .hd-nav-item .active{  
  color:#fff;
	background-color: #E40114;  
}

.hd-nav-list {
  margin-left: -5.8rem;
  width:11.6rem;	
  left: 50%;
  z-index: 1010;  
}

.hd-nav-sublink{
  height: 2.5rem;
	line-height: 2.5rem;
	overflow: hidden;
	display: block;	
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	color: #444;    
}

.hd-nav-sublink:hover {
  color: #444;
	background-color: rgba(242,242,242,0.8);
}
.ft{
  padding-top: 3rem;  
  padding-bottom: .5rem;
  background-color: rgba(74, 74, 74, 1);  
  color:#ccc;
}

.ft a{  
  color:#ccc;
}
.ft .weixin-qrcode{
  width: 10rem;
  height: 10rem;
}
.ft .weixin-name{
  width: 10rem;
  text-align: center;  
}
.ft .copyright{
  font-size: .75rem;
  height: 3.75rem;
}

.ft .icon-media{
  display: block;
  font-size: 1.5rem;  
  margin-right: .75rem;
}
.ft .icon-media i{
  display: inline-block;
}
.ft .icon,.ft .icon-media:hover{
  color:#d93;
}

.ft .form-submit img{
  width:7.5rem;
  height: 7.5rem;
}

.hm-product,.hm-company,.hm-news,.hm-certification,.hm-service,.hm-faq{
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.hm-hr{
  width: 5rem;
  margin-top: .3125rem;
  margin-bottom: 1.5rem;
  border-top: 2px solid #d93;
}
.hm-hr-lg{
  width:8rem;
}
.hm-hr-primary{
  border-color: #0d6efd;
}
.hm-hr-xl{
  width:12rem;
}

.hm-hr-100{
  width:100%;
}

.hm-product .info,.hm-service .info,.gr .info,.cl .info,.pl .info,.pt-certification .info{    
  color: #fff;  
  background: rgba(0,0,0,.3);      
}
.cl .item,.gr .item,.pt-certification .item,.vl .item{ 
  width:25%; 
  margin-bottom: .5rem;   
}
.pl .item{
  width:33.3333%; 
  margin-bottom: .5rem;   
}
.hm-product .pinfo-box,.pl .pinfo-box{
  display: flex;
  align-items: flex-end;
}
.hm-product .pinfo,.pl .pinfo{  
  width: 88%;
  margin-left:6%;  
  margin-right:6%;  
  margin-bottom: 2rem;  
  flex-direction: column;
  align-items: center;  
  justify-content: center;   
}
.hm-product .pinfo div,.pl .pinfo div{   
  width: 90%; 
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 .25rem;
  text-align: center;
  opacity: .6;
}

.hm-product .item img,.hm-product .info,
.hm-service .item img,.hm-service .info,
.cl .item img,.cl .item .info,
.gr .item img,.gr .item .info,
.pl .item img,.pl .item .info,
.pt-certification .item img,.pt-certification .item .info{ 
  width:88%;
  height: 88%;
  left: 6%;
  top:6%;
}

.hm-product{  
  background-image: url(../images/bg-product.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.hm-product .item{ 
  width:20%;    
}


.hm-company{
  color:#fff;
  background-image: url(../images/bg-company.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.hm-company img{
  width:5.375rem;
  height: 5.375rem;
}
.hm-company-item-split,.bd-company-item-split{
  width:1px;
  height: 11.375rem;
  background-image: url(../images/company-split.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.hm-company-btn{  
  width:9.625rem;
  height: 2.75rem;
  line-height: 2.75rem;
  text-align: center;    
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: .3125rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}
.hm-company-btn:hover{  
  color: rgba(255,255,255,1);
	border-color: rgba(13, 91, 193, 1);
	background-color: rgba(13, 91, 193, 1);
}

.hm-certification img{ 
  width:96%;
  height: 96%;
  left: 2%;
}
.hm-certification .carousel{
  margin-bottom: 2rem;
}
.hm-certification .carousel-indicators {
  bottom:  -3.5rem;
}



.hm-service .next,.pt .next{
  color: #0d6efd;
  margin-right:.5rem;
}

.hm-service .item{ 
  width:12.5%; 
}


.hm-service-items{
  margin-bottom: -2rem;
}
.hm-service-item{
  position: relative;
  display: block;
  width:12.5rem;
  height: 12.5rem;    
  overflow: hidden;
  margin-bottom: 2rem;  
  cursor: pointer;
}

.hm-service-item img{
  width:12.5rem;
  height: 12.5rem; 
  border-radius: .25rem;
}
.hm-service-item h6{
  width: 90%;
  margin-left: 5%;
  height: 2rem;
  line-height: 2rem;
  position: absolute;
  bottom: 0;  
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 1rem;
  background: rgba(0,0,0,.3);  
}

.hm-ks-list a{
  display: inline-block;
  font-size: .875rem;
  padding:.2rem .5rem;
}
.hd-bg{  
  width:100%;
  height: 22.5rem;
  background-size: 120rem 22.5rem;  
  background-repeat: no-repeat; 
  background-position: top center;
}
.mn-stick{
  position: -webkit-sticky;
  position: sticky;
  top: 8.25rem;
}

.mn{
  width:16rem;
  margin-top: 2rem;  
}
.mn-name{
  font-size: 1rem;
  padding:.5rem 1rem;
}

.mn-item {    
  border-bottom: 1px solid #f0f0f0;    
  border-left: 1px solid #f0f0f0;    
  border-right: 1px solid #f0f0f0; 
  color: #555555;
  font-size: .875rem;  
  margin-bottom: 1px;
}
.mn-item a,.mn-item a:hover,.mn-item a:visited,.mn-item-list a,.mn-item-list a:hover,.mn-item-list a:visited{
  color: #555555;
}

.mn-item:hover,.mn-list .active,.mn-item-list a:hover,.mn-item-list .active{
  color: #555555;
  background-color: #f0f0f0;    
}

.mn-item .dot{ 
  font-size: 1.2rem;
  color:#B2B2B2; 
  margin:0 .5rem; 
}
.mn-item .name{  
  height: 3rem;
  line-height: 3rem;  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 1rem;
}
.mn-item .keyword{
  padding-left: .5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding-right: .25rem;  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mn-item .count{
  padding-right: .5rem;  
}
.mn-item .flag{
  font-size: .5rem;
  color:#B2B2B2;
  margin-right: .5rem;
}
.mn-item-list .dot{ 
  color:#B2B2B2;  
  font-size: 1rem;
  margin-right: .5rem;
}
.mn-item-list a{
  display: inline-block;
  height: 2.2rem;
  line-height: 2.2rem;
  border-bottom: 1px solid #f0f0f0;    
  border-left: 1px solid #f0f0f0;    
  border-right: 1px solid #f0f0f0; 
  color: #555555;
  font-size: .7rem;  
  margin-bottom: 1px;
  padding-left: 2rem;
}
.mn-item-list:last-child{
  border-bottom: 1px solid #f0f0f0;    
}

.bd{
  width:100%;
  min-height: 75rem;
  margin-top: 2rem;  
  margin-bottom: 3rem;    
  padding-left:.75rem;
  padding-right: .75rem;
  padding-bottom: 2rem;
  border-radius: 0.25rem;
}
.bd-breadcrumb{  
  height: 2.5rem;
  line-height: 2.5rem;  
  padding-left: .5rem;
  margin-bottom: 1rem;
  
}

.al .item,.rt .item{
  font-size: .875rem;  
  line-height: 1.5rem;
  word-wrap: break-word;
  word-break: break-all;  
}

.al .item img{
  width:15rem;
  height: 8.4rem;  
}
.al .item a,.rt .item a,.ptl .item a{
  color:#212529;
}

.bd-map{
  width:50rem;
  height: 28rem;
}

.pt .image{
  width:26rem;
  height: 26rem;
  border: 1px solid #dee2e6;
}

.pt .thumbnail img{
  width: 3.8rem;
  height: 3.8rem;
  border: 1px solid #dee2e6;  
}

.pt .thumbnail .active{
  border: 2px solid #d93;
}

.pt .property li{
  width:33.33%;
  padding-right: 1.5rem; 
  line-height: 1.8; 
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pt .property li label{
  font-weight: bold;
}
.pt .property li em{
  font-style: normal;
}
.pt-nav{
  height: 3rem;
  line-height: 3rem;
}
.pt-nav .active{ 
  color:#0d6efd;
  border-bottom: 2px solid #d93;
}

.pt-stick{
  position: -webkit-sticky;
  position: sticky;
  top: 8.25rem;
  z-index: 1020;
}

.ptl img,.rt img{
  width:9.375rem;
  height: 5.25rem;

}

.ptm-block{	
	margin-top: 20px;
	margin-bottom: 20px;
}
.ptm-block .ptm-title{
	display: flex;
	font-size: 16px;
	border-bottom: 1px solid #d93;
}
.ptm-block .ptm-title-text{
	display: inline-block;
	background-color: #0069b7;
	color:#fff;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}
.ptm-block .ptm-title-triangle {
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 30px solid #0069b7;
  border-right: 30px solid transparent;
}
.ptm-block .ptm-content{
	font-size: 14px;
	padding:20px 0;
	line-height: 1.5;
	text-indent: 2em;
}
.ptm-block .ptm-content-list{	
	margin-top: 20px;  
	margin-bottom: 40px;
}
.ptm-block .ptm-content-list p:before{
	display: inline-block;
	clear: both;
  content: "";
	width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #000;
  border-bottom: 5px solid transparent;
	margin-right: 10px;
}

.ptm-block li:last-child{
	margin-bottom: 0;
}
.ptm-table{
	width: 100%;
	margin:20px 0;
}
.ptm-table table{
	width:100%;
	border-spacing:0;
	padding-bottom: 20px;
}
.ptm-table table,.ptm-table th,.ptm-table td{	
	border: 1px solid #fff;	
}
.ptm-table td{
	background-color: #b5d7f2;
	font-size: 14px;
	text-align: center;
	height: 30px;
}
.ptm-table th{
	background-color: #5795cc;
	color: #fff;
	text-align: center;	
	font-size: 16px;
}
.ptm-table .ptm-td-name{
	width:15%;
}
.ptm-table .ptm-td-value{
	width:30%;
}
.ptm-img{
	text-align: center;  
}
.ptm-img img{
  max-width: 40rem;
}
.ac{
  word-wrap: break-word;
  word-break: break-all;
}

.ptm-icon{
	width:32px;
	height: 32px;
}
.ptm-item-icon{
	width: 100px;
	height: 100px;
	margin: 4px 0;
	border-radius: 4px;
}
.hm-application{
  
}
.hm-application .item{
  padding: 0!important;
  margin: 0!important;   
  cursor: pointer;  
  background: #f7f7f7;
}
.hm-application .detail{
  padding: 0!important;
  margin: 0!important;     
  position: relative;
}
.hm-application .item .img,.hm-application .item .detail{
  padding: 0!important;
  margin: 0!important;  
  width:50%;
  display: flex;  
  align-items: center;
  overflow: hidden;
}
.hm-application .item .img img:hover{
  transform:scale(1.1);
  transition:all 0.5s ease;
}
.hm-application .item .detail .content{  
  padding:0 3.125rem; 
  font-size: 18px;
  line-height: 30px;
}
.hm-application .item .detail .content strong{  
  margin-bottom: 20px;
  line-height: 44px;
  display: block;
  font-size: 24px;
}
.hm-application .item .detail .content strong span{  
  display: block;
  font: 100 18px/20px  "微软雅黑";
}
.hm-application .item .detail .content strong:after {
  display: block;
  content: "";
  background: #333;
  height: 2px;
  width: 38px;  
  transition: all 0.5s ease-in-out;
  margin-top: 10px;
}
.hm-application .item .detail .content p{
  font-size: 16px;
}

.hm-application .item .detail .content .transition{
  text-decoration: underline;
    display: inline-block;
    margin-top: 24px;
    height: 38px;
    width: 98px;
    border: 1px solid #000000;
    background: url(../images/m2hy_ar2.png) no-repeat center center;
}
.hm-application .item .detail .content:hover .transition{
  background: #c40030 url(../images/m2hy_ar1.png) no-repeat center center; 
  border: 1px solid #c40030;
}  
.hm-application .item .detail .content:hover strong{
  color: #c40030;
}
.hm-application .item .detail .content:hover strong:after {
  background: #c40030;
}
.hm-application .banner{
  position: relative;
  overflow: hidden;
  height: 60vh;
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hm-application .aname{
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  text-align: center;
  color: #FFF;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: bold;
}
.hm-application .aname .title{
  font-weight: normal;
}
.hm-application .aname .icon{
  height: 53px;
  width: 53px;
  border: 1px solid #FFF;
  margin: 28px auto 0px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
}
.hm-application .aname .icon span{
  background: url(../images/hmArrow.png) no-repeat center center;
  display: inline-block;
  height: 18px;
  width: 11px;
  position: absolute;
  left: 50%;
  top: 50%;  
  margin-top: -6px;
  margin-left: -5px;
  animation: ud 1.5s ease-out infinite;
  -webkit-animation: ud 1.5s ease-out infinite;
  transform: translateY(30px);
}
.hm-application .menu{
  margin-top: -46px;
  position: relative;
    z-index: 2;
}
.hm-application .customer{
  display: flex;
  flex-direction: column;
}
.hm-application .names{
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  align-items: center;
}
.hm-application .names .name{
  font-size: 30px;
  line-height: 50px;
}
.hm-application .names .ename{
  letter-spacing: 2px;
  text-align: center;
  font: 100 16px/30px "微软雅黑";
}
.hm-application .logos{
  display: flex;
  justify-content: space-around;  
  margin: 0 160px 100px 160px;
}
.hm-application .logo{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95px;  
  padding:5px;
  box-shadow: 0 0 6px 5px rgb(0 0 0 / 4%);
}
@keyframes ud {
  0% { top: 0; opacity: 1; }
  35% { top: 50%; opacity: 0; }
  65% { top: -50%; opacity: 0;}
  100% {  top: 0;  opacity: 1;  }
}

@-webkit-keyframes ud {
  0% {  top: 0;  opacity: 1; }
  35% { top: 50%; opacity: 0;}
  65% { top: -50%; opacity: 0;}
  100% { top: 0; opacity: 1;}
}
.hm-application .menu{
  display: block;  
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 12px 10px rgb(0 0 0 / 5%);   
  height: 86px;
  padding: 0!important;
  margin-top: -46px !important;
  margin-bottom: 40px;
  background: #fff;
}

.hm-application .menu-item{  
  width: 12.5%;  
  display: inline-block;
  font-size: 18px;
    line-height: 86px;
    text-align: center;  
    position: relative; 
    color: #9b9b9b;
}
.hm-application .menu .active:before{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 3px;
  background: #CC3600;  
  transition: all 0.5s ease-in-out;
}
.hm-application .menu .active{
  color: #c40030;
}
.hm-application .menu .active,.hm-application .menu-item:hover{
  background: #e6e6e6;
}