.cooperate-banner{
  position: relative;
  min-height: 600px;
  display: block;
  background: url(../image/banner/ht-cooperate.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.cooperate-top{
  margin: 5px auto 0;
  position: relative;
  z-index: 99;
  top: 65px;
}
.cooperate-top>img{
  flex-shrink: 0;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.07);
}
.cooperate-msg-box{
  display: flex;
  flex-direction: row;
}
.cooperate-msg{
  flex: 1;
  position: relative;
  margin-right: 16px;
  padding: 8px 24px 8px 24px;
  background: #F5F9FF;
  border-radius: 2px;
}
.cooperate-msg:last-child{
  margin-right: 0;
}
.cooperate-msg .msg-top{
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cooperate-msg-title{
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 12px;
}
.cooperate-msg-enTitle{
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 16px;
}
.cooperate-msg-bac{
  position: absolute;
  right: 0;
  top: 0;
}
.cooperate-divider1{
  margin: 0 !important;
}
.cooperate-msg-content{
  padding: 16px 0 40px;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.cop-title{
  font-size: 14px;
  margin-bottom: 16px;
}
.cop-subtitle{
  font-size: 14px;
  margin-bottom: 24px;
}
.button-trans{
  width: 108px;
  height: 30px;
  font-size: 14px;
  border-radius: 6px;
  color: #3D6EFF;
  background: transparent;
  border: 1px solid #3D6EFF;
}
.cooperate-bac1{
  min-height: 209px;
  display: block;
  background: url(../image/cooperate/cooperate-bac2.png) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 9;
}
.cooperate-share{
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  top: -55px;
  z-index: 999;
}
.share-item{
  width: calc((100% - 48px) / 4);
  min-height: 315px;
  position: relative;
  margin-bottom: 16px;
  margin-right: 16px;
  color: #ffffff;
  background-size: 100% 100%;
}
.share-item:nth-of-type(1){
  width: calc((100% - 16px) / 2);
  background: url(../image/cooperate/1.png) no-repeat center center;
}
.share-item:nth-of-type(2){
  background: url(../image/cooperate/2.png) no-repeat center center;
}
.share-item:nth-of-type(3){
  margin-right: 0;
  background: url(../image/cooperate/3.png) no-repeat center center;
}
.share-item:nth-of-type(4){
  background: url(../image/cooperate/4.png) no-repeat center center;
}
.share-item:nth-of-type(5){
  background: url(../image/cooperate/5.png) no-repeat center center;
}
.share-item:nth-of-type(6){
  background: url(../image/cooperate/6.png) no-repeat center center;
}
.share-item:nth-of-type(7){
  margin-right: 0;
  background: url(../image/cooperate/7.png) no-repeat center center;
}
.share-item-img{
  width: 100%;
  height: 100%;
}
.share-content{
  position: relative;
  z-index: 99;
  top: 120px;
  padding-left: 9px;
}
.share-icon{
  display: block;
  transition: transform .3s ease-out;
}
.share-hover{
  transition: transform .3s ease-out;
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
  overflow-x: hidden;
  overflow-y: auto;
}
.share-hover::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.share-other-msg{
  opacity: 0;
  display: none;
  padding-right: 20px;
  font-size: 14px;
  line-height: 20px;
  transition: opacity .3s ease-out;
}
.share-text{
  margin: 29px 20px 40px 11px;
  font-size: 22px;
  line-height: 24px;
}
.share-bac{
  position: absolute;
  width: 100%;
  height: 120px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
  border-radius: 0px 0px 2px 2px;
}
.share-item:hover .share-icon{
  opacity: 0;
  display: none;
}
.share-item:hover .share-other-msg{
  opacity: 1;
  display: block;
  transform: translate3d(0,0,0);
}
.share-item:hover .share-content{
  height: 80%;
  top: 150px;
}
.share-item:hover .share-text{
  margin: 0 20px 24px 0;
}
.share-item:hover .share-hover{
  height: 100%;
  padding-left: 11px;
  transform: translate3d(0,-50px,0);
}
.share-item:hover .share-bac{
  height: 315px;
}
.share-item:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 12px;
}
@media (max-width: 1200px){
  .share-text{
    font-size: 18px;
  }

}
@media (max-width: 990px){
  .share-item:hover .share-content{
    top: 100px;
  }
}
/**  ipad  **/
@media (max-width: 768px){
  .cooperate-msg-box{
    flex-direction: column;
  }
  .cooperate-msg{
    margin-right: 0;
    margin-bottom: 16px;
  }
  .share-item:nth-of-type(1) {
    width: 100%;
    margin-right: 0 !important;
  }
  .share-item {
    width: calc((100% - 16px) / 2);
  }
  .share-item:nth-of-type(5){
    margin-right: 0;
  }
  .share-icon{
    width: 80px;
    height: 80px;
  }
}
/**  phone  **/
@media (max-width: 576px){
  .cooperate-msg-enTitle{
    font-size: 12px;
  }
  .cooperate-msg{
    padding: 0 8px;
    margin-bottom: 10px;
  }
  .cooperate-msg-content{
    padding: 12px 0 20px;
    font-size: 12px;
    line-height: 16px;
  }
  .cop-title{
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: bold;
  }
  .cop-subtitle{
    font-size: 12px;
    margin-bottom: 12px;
  }
  .cooperate-bac1{
    min-height: 100px;
    position: relative;
    top: 60px;
  }
  .cooperate-top{
    top: 90px;
  }
  .cooperate-share{
    top: 20px;
    padding-bottom: 60px !important;
  }
  .button-trans{
    width: 80px;
    font-size: 12px;
  }
  .share-item{
    width: 100%;
    min-height: 169px;
    margin-right: 0;
  }
  .share-item:nth-of-type(1){
    background: url(../image/cooperate/mobile-1.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .share-item:nth-of-type(2){
    background: url(../image/cooperate/mobile-2.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .share-item:nth-of-type(3){
    background: url(../image/cooperate/mobile-3.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .share-item:nth-of-type(4){
    background: url(../image/cooperate/mobile-4.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .share-item:nth-of-type(5){
    background: url(../image/cooperate/mobile-5.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .share-item:nth-of-type(6){
    background: url(../image/cooperate/mobile-6.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .share-item:nth-of-type(7){
    background: url(../image/cooperate/mobile-7.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .share-bac,.share-item:hover .share-bac{
    height: 95px;
  }
  .share-icon{
    width: 50px;
    height: 50px;
  }
  .share-hover{
    margin: 0 8px;
  }
  .share-text,.share-item:hover .share-text{
    font-size: 14px;
    margin: 5px 0 8px 0;
    line-height: 14px;
  }
  .share-content,.share-item:hover .share-content{
    top: auto;
    padding: 16px 0 6px 0;
    height: 100%;
  }
  .share-other-msg,.share-item:hover .share-icon{
    display: block;
    opacity: 1;
    font-size: 12px;
    line-height: 16px;
    padding-right: 0;
  }

  .share-item:hover .share-hover{
    padding-left: 0;
    transform: none;
  }
  .share-item:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
  }
}