/*底部*/
.footer{
  background: #17212f;
  color:#5b6f87;
}
.footer-content{
  position: relative;
  font-size: 14px;
}
.footer-picture{
  position: absolute;
  right:10px;
  bottom:1%;
}
.footer-title{
  margin-top: 80px;
  font-size: 20px;
  color:#fff;
  font-weight: bold;
}
.footer-subhead{
  font-size: 24px;
  color:#fff;
  margin-bottom: 50px;
}
.footer-subhead span{
  line-height: 34px;
  display:inline-block;
  margin-right: 10px;
}
.footer-subhead span:nth-of-type(1),.footer-subhead span:nth-of-type(2),.footer-subhead span:nth-of-type(3){
  color:#798eac;
}
.footer-subhead span:nth-of-type(12),.footer-subhead span:nth-of-type(13),.footer-subhead span:nth-of-type(14){
  color:#798eac;
}
.footer-company{
  margin:0px;
  line-height: 22px;
  margin-bottom: 4px;
}
.footer-logo{
  margin-bottom: 15px;
}
.footer-message1 span,.footer-message2 span{
  display: block;
  margin-bottom:4px;
}
.footer-message1{
  width:400px;
  margin-right: 10px;
}
.footer-message2{
  width:400px;
}
.message-total{
  display: flex;
  padding-bottom:28px;
  border-bottom:solid 1px #000000;
}
.footer-nav{
  border-top:solid 1px #2f4159;
  position: relative;
}
.footer-nav p:nth-of-type(1){
  margin:0px;
  padding:12px 0;
}
.footer-nav p:nth-of-type(1) a{
  margin-right: 25px;
  color:#5b6f87;
}
.footer-nav p:nth-of-type(1) a:hover{
  text-decoration: none;
  cursor: pointer;
}
.footer-publish{
  margin: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  top:0;
  padding:12px 0;
}









/*对底部的兼容*/

@media screen and (max-width: 1216px) {
  .footer-picture{
    display: none;
  }
}

@media screen and (max-width: 1020px) {
  .message-total{
    display: block;
    padding-bottom:28px;
    border-bottom:solid 1px #000000;
  }
  .footer-nav{

    border-top:solid 1px #2f4159;
  }
  .footer-nav p:nth-of-type(1){
    text-align: center;
    margin:0px;
  }
  .footer-nav p:nth-of-type(1) span{
    margin-right: 25px;
  }
  .footer-publish{
    text-align: center;    
    margin:0px;

    position: static;
  }
}
@media screen and (max-width: 760px) {
  .message-total{
    display: block;
    padding-bottom:28px;
    border-bottom:solid 1px #000000;
  }
  .footer-content{
    position: static;
    font-size: 10px;
  }
  .footer-title{
    margin-top: 20px;
    font-size: 14px;
    color:#fff;
    font-weight: bold;
  }
  .footer-subhead{
    font-size: 16px;
    color:#fff;
    margin-bottom: 10px;
  }
  .footer-subhead span{
    margin-right: 0px;
  }
  .footer-message1,.footer-message2{
    width:100%;
  }
  .message-total{
    padding-bottom: 10px;
  }

  .footer-nav p:nth-of-type(1){
    text-align: center;
    margin:0px;
    padding:6px 0;
  }
  .footer-nav p:nth-of-type(1) a{
    margin-right: 0px;
  }
  .footer-nav p:nth-of-type(2){
    text-align: center;
    padding:8px 0;
  }

}
@media screen and (max-width: 330px) {
  .footer-nav p:nth-of-type(1){
    text-align: center;
    margin:0px;
  }
}