body,html {
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}


.page-footer-box{
  width: 100%;
  /*min-width: 1024px;*/
  height: 393px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-footer-content{
  width: 100%;
  height: 340px;
  margin: 0 auto;
  padding-top: 59px;
  box-sizing: border-box;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  /*align-items: flex-start;*/
}
.content-left {
  width: 346px;
  padding-left: 11px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.content-left img{
  width: 144px;
  height: 72px;
  margin-bottom: 22px;
}
.content-left p {
  width:100%;
  margin: 0;
}
.content-left p:nth-of-type(1) {
  font-size: 20px;
}
.content-left p:nth-of-type(2) {
  font-size: 16px;
  margin: 16px 0 40px 0;
}
.content-left p:nth-of-type(3) {
  font-size: 20px;
  line-height: 28px;
  margin-bottom:22px;
  text-align: left;
}
.page-footer-content .link-icon{
  display: block;
  width: 22px;
  height: 3px;
  background: #fff;
  border-radius:3px;
  opacity: 1;
  margin-top: 22px;
}

.content-left-floor5{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content-left-floor5 img:nth-child(1) {
  width: 126px;
  height: 60px;
}
.content-left-floor5 img:nth-child(2) {
  width: 192px;
  height: 62px;
}

.internet-content-provider{
  width: 100%;
  height: 52px;
  background: rgba(255,255,255,0.08);
  text-align: center;
  line-height: 52px;
  font-size: 14px;
}
.internet-content-provider span{
  display: inline-block;
  margin: 0 auto;
}

.content-right {
  /*flex:1;*/
  padding-left: 274px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  
}
.content-right-item{
  /* width:176px; */
  flex: 0.33;
  font-size: 16px;
}
.content-right-item img{
  width: 90px;
  height: 90px;
}


@media screen and (max-width:1334px) {
  .page-footer-content {
    width: 1024px;
  }
  .content-right{
    padding-left: 220px;
  }
}