header .container-width {
  display: flex;
  /* align-items: flex-end;
  justify-content: space-between; */
  padding: 25px 0;
}

header .head-top-view{
  width: 1155px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.head-top-view .left-img {
  width: 200px;
  display: block;
}

.head-top-view .right-wrap{

}


.top-view{
  height: 35px;
  line-height: 35px;
  color: #333;
  font-size: 14px;
  text-align: right;
  /* width: 1155px;
  margin: 0 auto; */
}

.top-view a{
  color: #333;
  margin-left: 35px;
}

.top-view a:hover{
  color: #1dbbe3;
}


.head-top-view .tel-wrapper{
  /* display: -webkit-flex;
  align-items: flex-end;
  line-height: 1; */
  display: inline-block;
}

.head-top-view .tel {
  font-size: 24px;
  color: #1dbbe3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head-top-view .tel img{
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 17px;
}

header .tab {
  /* margin-top: 34px; */
  height: 68px;
  width: 100%;
  background: #1dbbe3;
  display: flex;
  align-items: center;
}

header .tab a {
  display: block;
  width: 140px;
  /* height: 54px; */
  padding: 9px 0;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  box-sizing: border-box;
  margin-right: 4px;
}

header .tab a:last-child{
  margin-right: 0;
}

/* header .tab li a {
  color: #fff;
  font-size: 24px;
} */

header .tab a:hover,
header .tab a.active {
  background: #fff;
  color: #1dbbe3;
}

/* header .tab li a:hover,
header .tab li.active a {
  color: #1dbbe3;
} */

.title-wx-gz{
  position: relative;
}

.dia-content{
  width: 158px;
  height: 158px;
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translate(-50%,0);
  display: none;
}

.dia-content img{
  display: block;
  width: 100%;
  height: 100%;
}

