.contactus-link{
  padding: 80px 40px;
  width: 50%;
  height: auto; 
  box-shadow: 0px 0px 24px 0px rgba(239,239,239,0.55);
 
}
.contactus-link .content{
  min-height: 65px;
}
.contactus-link .link-img{
  display: block;
}
.contactus-link .link-img1{
  display: none;
}
#three{
  background: #0091bf;
}
#three i{
  background: #FFFFFF;
}
#three i .link-img{
  display: none;
}
#three i .link-img1{
  display: block;
}
#three .contactus-intro h2,
#three .contactus-intro .content p,
#three .contactus-intro .content span{
  color: #FFFFFF !important;
}
#three:hover{
  background: #FFFFFF !important;
  box-shadow: 0px 0px 24px 0px rgb(239 239 239 / 55%);
}
#three:hover i{
  background: #0091bf !important;
}
#three:hover i .link-img{
  display: block !important;
}
#three:hover i .link-img1{
  display: none !important;
}
#three:hover .contactus-intro h2{
  color: #444 !important;
}
#three:hover .contactus-intro .content p,
#three:hover .contactus-intro .content span{
  color: #444 !important;
}
.contactus-link:hover{
  background: #0091bf;
}
.contactus-link:hover i{
  background: #FFFFFF;
}
.contactus-link:hover i .link-img{
  display: none;
}
.contactus-link:hover i .link-img1{
  display: block;
}
.contactus-link:hover .contactus-intro h2{
  color: #FFFFFF !important;
}
.contactus-link:hover .contactus-intro .content p{
  color: #FFFFFF !important;
}
.contactus-link:hover .contactus-intro .content span{
  color: #FFFFFF !important;
}
.pops{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  font-size: 12px;
}
.honor-coulmn ul{
  text-align: center;
}
.honor-coulmn li{
  width: 750px;
  display: flex;
  align-items: center;
  padding: 16px 30px;
  background: rgba(51, 51, 51,0.3);
  list-style: circle;
  position: relative;
  overflow: hidden;
  
}
.honor-coulmn .com-bg{
/* margin-left: 20px; */
}
.honor-coulmn li i{
  display: block;
  width: 9px;
  height: 9px;
  background-color: #0091c0;
  border-radius: 50%;
  /* position: absolute;
  left: 2px;
  top: 2px; */
}

.honor-coulmn li .com-bg{
  margin-right: 20px;
  width: 15px;
  height: 15px;
  border: 1px solid #0091c0;
  border-radius: 50%;
  position: relative;
  padding: 2px;
}
.honor-coulmn li .tit{
  font-family: Source Han Sans CN;
  font-weight: normal;
  color: #FFFFFF;
  padding-top: 0;
  min-height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.honor-coulmn .honor{
  background: #fff;
  width: 50%;
  padding: 15px;
}
/* .honor-coulmn li .com-bg:after{
  content: '';
  position: absolute;
  top: 26px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #0091c0;
  border-radius: 50%;
  margin-left: 20px;
}
.honor-coulmn li .com-bg::before{
  content: '';
  position: absolute;
  top: 23px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #0091c0;
  border-radius: 50%;
  margin-left: 20px;
} */
.honor-coulmn .honor .h-img{
  /* width: 50px; */
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d2d2;
}
.honor-coulmn .honor .h-img img{
  width: 50px;
}
.honor-coulmn .honor .h-content{
  color: #333;
}
.honor-coulmn .honor .h-content p,
.honor-coulmn .honor .h-content span
{
  color: #444 !important;
  line-height: 2.5;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.item-emll:hover .text{
  display: none;
}
.item-emll:hover .developgh-mark{
  /* display: block; */
  transition: all .4s;
  /* margin-bottom: 0; */
  bottom: 0;
}
.developgh-mark{
  background-color: rgba(74, 153, 190, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  /* top: 0; */
  right: 0;
  bottom: -500px;
  left: 0;
  /* display: none; */
  transition: all .4s;
  padding: 30px;
  /* margin-bottom: -500px; */
}
.developgh-mark .develop-text{
  padding: 0 10px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.developgh-mark .developgh-des{
  color: #fff;
  padding-top: 10px;
}


.three_link i{
  background: #fff;
}
.three_link:hover i .link-img{
  display: block;
}
.trans{
  background: transparent;
}
.recuit p{
  color: #FFFFFF ;
}
/* .animation{
  position: relative;
} */
.drapp{
  width: 20px;
  text-align: center;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  bottom: 0;
  animation: toggleMove 1.5s infinite;
}
.goods_title{
  padding-left: 30px;
  width: 750px;
  margin: 15px auto;
  color: #444444;
  position: relative;
}
/* .toggleMove{
  margin-top: 20px;
} */
/* @keyframes toggleMove
{
    from {bottom: 0;}
    to { bottom: 20px;}
} */
@keyframes toggleMove{
  0%{bottom:15px;opacity:.3}
  50%{bottom:10px;opacity:1}
  to{bottom:15px;opacity:.3}}

@media all and (max-width:1279px) {
  .honor-coulmn .honor{
    width: 70%;
  }
 }

@media all and (max-width: 1024px) {
  .contactus-coulmn{
    display: block;
  }
  .contactus-link{
    width: 100%;
    margin-bottom: 30px;
  }
  .honor-coulmn .honor{
    width: 80%;
  }
  .contactus-link+.contactus-link{
    margin-left: 0;
  }
  /* .honor{
    background-color: #fff;
    background-image: url('https://gz-images.oss-cn-guangzhou.aliyuncs.com/horor.png') !important;
    --background-size: auto 100% !important;
    background-position:  center !important;
    --height: 100%;
  } */
  .honor:before {
    content: ' ';
    z-index: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('https://gz-images.oss-cn-guangzhou.aliyuncs.com/horor1.png') center no-repeat !important;
    background-size: 100% 100% !important;
  }
 
}

@media all and (max-width: 768px) {
  .contactus-coulmn{
    display: block;
  }
  .contactus-link{
    width: 100%;
    margin-bottom: 30px;
    padding: 30px !important;
  }
  .honor-coulmn .honor{
    width: 100%;
  }
}
@media all and (max-width: 640px) {
 
}