/*底部*/
.footer{
  background-color: #2f363e;
  padding: 40px 0 50px;
}
.somelink{
  overflow: hidden;
}
.somelink dl{
  float: left;
}
dt{
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}
dt.cline{
  width: 36px;
  height: 1px;
  background-color: #f68100;
  line-height: 1;
  margin-bottom: 25px;
}
dd a:active, dd a:hover,dd a:link,dd a:visited{
  color: #9e9e9e;
}
dd,dd a{
  color: #9e9e9e;
  font-size: 14px;
  padding: 10px 0;
  line-height: 1;
}
.aboutlink{
  margin-left: 30px;
  width: 260px;
}
.serlink{
  width: 220px;
}
.contantlink{
  width: 376px;
}
.hudonglink{
  width: 313px;
}
dd.telphone a{
  font-size: 30px;
  color: #fefefe;
}
.erweimabox{
  overflow: hidden;
  /*text-align: center;*/
}
.erweimabox p{
  /*writing-mode: vertical-lr;*/
  /*-webkit-writing-mode: vertical-lr;*/
  /*-ms-writing-mode: vertical-lr;*/
  text-align: center;
  width: 18px;
  padding: 0 10px;
  /*height: 96px;*/
  /*letter-spacing: 2px;*/
  padding-top: 10px;
}
.erweimabox .imgbox{
  width: 96px;
  height: 96px;
}
.erweimabox .imgbox img{
  display: block;
  width: 100%;
  height: 100%;
}
.sharebox{
  padding: 16px 0;
  border-top: 1px solid #4e5864;
  margin-top: 10px;
}
.sharebox a{
  display: inline-block;
  margin-left: 12px;
}
.morenewsbtns{
  text-align: center;
}
.morenewsbtns img{
  width: 20px;
  height: 16px;
}
 .morenewsbtns button{
  padding: 0 36px;
 }
.morenewsbtns button:hover{
  background-color: #f68100;
  border-color: #f68100;
  color: #fff;

}

.copyright{
  /*height: 88px;*/
  background-color: #21262a;
  text-align: center;
  padding: 35px 20px;
  /*line-height: 88px;*/
  font-size: 14px;
  color: #9e9e9e;
}
@media only screen and (max-width: 1200px) {

  .footer{
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px)and (max-width: 1200px) {

  .aboutlink,.serlink{
    margin-left: 0;
    width: 25%;
  }
  .contantlink{
    width: 50%;
  }
  .hudonglink{
    width: 100%;
    overflow: hidden;
  }
  .erweimabox{
    float: left;
  }
  .sharebox{
    border-top: none;
    float: left;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .footer{
    display: none;
  }
}
