.advertising-container {
  width: 814px;
  height: 327px;
  background: linear-gradient(180deg, #263747 0%, #30495A 100%);
  opacity: 1;
  border-radius: 0px;
  box-sizing: border-box;
  padding: 23px 14px 0;
  display: flex;
  color: #FFF;
  flex-direction: column;
  justify-content: space-around;
}

.advertising-containerA {
  /* width: 814px; */
  /* height: 327px; */
  background: #FFF0E5;
  opacity: 1;
  color: #000;
  margin-top: 20px;
  border-radius: 0px;
  box-sizing: border-box;
  padding: 23px 14px 5px;
}

.advertising-foot-text {
  width: 100%;
  text-align: right;
  font-size: 12px;
  color: #2F80FF;
}

.advertising-container-top {
  height: 149px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.top-img-box {
  width: 109px;
  height: 100%;

}

.top-img-box img {
  width: 100%;
  height: 100%;
}

.top-center {
  width: 513px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-center-title {
  width: 100%;
  display: flex;
  align-items: center;
}

.top-center-title-text {
  font-size: 18px;
  /* color: #ffffff; */
  font-weight: bold;
}

.top-center-title-good {
  margin-left: 20px;
  font-size: 14px;
  color: #FF6600;
}

.top-center-content-item {
  margin: 4px 0;
}

.top-center-content-item-title {
  font-size: 14px;
  color: #7D8D97;
}

.top-center-content-item-text {
  font-size: 14px;
  /* color: #ffffff; */
}

.top-center-content-item-phone {
  font-size: 18px;
  font-weight: bold;
  color: #FFE100;
}

.top-center-content-item-phoneA {
  font-size: 18px;
  font-weight: bold;
  color: #FF6600
}

.top-right {
  width: 126px;
  height: 149px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.top-right-itemA {
  width: 126px;
  height: 45px;
  background: #FF6600;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
}

.top-right-itemA :hover {
  opacity: 0.8;
  border-radius: 3px;
}

.top-right-itemB :hover {
  opacity: 0.8;
  border-radius: 3px;
}

.top-right-itemB {
  width: 126px;
  height: 45px;
  background: #E65800;
  border-radius: 3px;
  color: #FFFBF8;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
}

.top-right-itemC {
  width: 126px;
  height: 45px;
  background: #FFFFFF;
  border-radius: 3px;
  color: #FF6600;
  border: 1px solid #FF6600;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
}

.advertising-container-bottom {
  width: 100%;
  height: 94px;
  display: flex;
  overflow: hidden;
  margin-top: 0.37rem;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.advertising-container-bottom-item {
  width: 96px;
  height: 96px;
  position: relative;
}
.advertising-container-bottom-item img{
  width: 100%;
  height: 100%;
}

.bottom-item-img-box {
  width: 100%;
  height: 100%;
}

.bottom-item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.knowledge-container-right-img-box {
  width: 100%;
  height: 169px;
  position: relative;
}

.knowledge-container-right-img-title:hover {
   color: #00A9A0;
}

.knowledge-container-right-img-boxA {
  width: 276px;
  height: 182px;
  position: relative;
  margin: 17px auto;
}

.knowledge-container-right-img {
  width: 100%;
  height: 100%;
}

.knowledge-container-right-img-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 44px;
  background: #000000;
  opacity: 0.63;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 44px;
}

.knowledge-container-right-bottom {
  width: 100%;
  height: 339px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 12px;
}

.knowledge-container-right-bottom-item {
  width: 190px;
  height: 156px;
}

.right-bottom-item-img-box {
  width: 100%;
  height: 126px;
  margin: 0;
}

.right-bottom-item-img {
  width: 100%;
  height: 100%;
}

.right-bottom-item-title {
  width: 100%;
  height: 30px;
  background-color: #EBEBEB;
  line-height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.right-bottom-item-title:hover {
  color: #00A9A0;
}

.statistical-figure-container {
  width: 1200px;
  height: 186px;
  opacity: 1;
  background: #F1F6FB;
  margin: 20px auto;
  display: flex;
}

.statistical-figure-container-left {
  width: 891px;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-around;
}

.statistical-figure-container-left-item {
  width: 25%;
  height: 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.statistical-figure-title {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-top: 14px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

}

.statistical-figure-text {
  width: 100%;
  font-size: 14px;
  color: #999999;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.statistical-figure-container-right {
  width: 309px;
  height: 100%;
  background: #0099FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.statistical-figure-container-right::after {
  position: absolute;
  top: 50%;
  left: -10px;
  content: '';
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-color: #00A9A0;
  transform: rotateZ(45deg)
}

.statistical-figure-container-right-top {
  height: 60px;
  width: 60px;
}

.statistical-figure-container-right-top img {
  width: 100%;
  height: 100%;
}

.statistical-figure-container-right-text {
  width: 100%;
  font-size: 27px;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

}

.statistical-figure-container-right-phone {
  display: flex;
  align-items: center;
}

.right-phone-img-box {
  width: 20px;
  height: 26px;
  margin-right: 5px;
}

.right-phone-img-box img {
  width: 100%;
  height: 100%;
}

.right-phone-text {
  font-size: 27px;
  color: #FFFFFF;
  text-align: center;
}

.knowledge-img-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.knowledge-img-box-left {
  width: 579px;
  height: 385px;
  border: 1px solid #EBEBEB;
  opacity: 1;
  border-radius: 0px;
  position: relative;
}
.zanwu-img-box{
  position: absolute; left: 50%; top: 50%;
  margin-top: -57px;    /* 高度的一半 */
  margin-left: -75px;    /* 宽度的一半 */
}
.zanwu-img-box img{
  width: 150px !important;
  height: 115px !important;
}
.knowledge-img-box-left img{
  width: 579px;
  height: 385px;
}
.knowledge-img-box-right{
  width: 277px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.knowledge-img-box-right-item{
  width: 100%;
  height: 185px;
  position: relative;
}
.knowledge-img-box-right-item img{
  width: 100%;
  height: 185px;
}