/*@font-face {*/
  /*font-family: "pf";*/
  /*src: url('../font/PingFang Regular.ttf');*/
/*}*/
/*@font-face {*/
  /*font-family: "pfm";*/
  /*src: url('../font/PingFang Medium_downcc.ttf');*/
/*}*/


.new_footer{
  width: 100%;
  background: #f9f9f9;
  border-top: 1px solid #d8d8d8;
}
.new_footer .intro{
  width: 100%;
  height:90px;
  line-height: 90px;
  border-bottom:1px solid #d8d8d8;
}
.new_footer .intro ul{
  height:100%;
}
.new_footer .intro ul li{
  width: 25%;
  float: left;
  height:100%;
  box-sizing: border-box;
  padding-left:25px;
}
.new_footer .intro ul li img{
  width: 30px;
  height:36px;
  vertical-align: middle;
}
.new_footer .intro ul li span{
  font: 18px 'pfm';
  color: #333333;
  vertical-align: middle;
}
.new_footer .top{
  height:189px;
  box-sizing: border-box;
  padding-top: 28px;
}
.new_footer .top>ul{
  width: 720px;
  height:100%;
  float: left;
  margin-top: 3px;
}
.new_footer .top>ul li{
  float: left;
  width: 20%;
}
.new_footer .top>ul li p{
  font: 14px '微软雅黑';
  color: #424242;
  margin-bottom: 18px;
}
.new_footer .top>ul li a{
  display: block;
  font: 12px '微软雅黑';
  color: #757575;
  margin-bottom: 10px;
}
.new_footer .top>ul li a:hover{
  color: #2094da;
}
.new_footer .top>ul li a:last-of-type{
  margin-bottom: 0;
}
.new_footer .top>div:first-of-type{
  width: 243px;
  float: left;
  text-align: center;
  position: relative;
}
.new_footer .top>div:first-of-type:before{
  content: '';
  display: block;
  width: 1px;
  height:100px;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  top:13px;
}
.new_footer .top>div:first-of-type:after{
  content: '';
  display: block;
  width: 1px;
  height:100px;
  background: #e0e0e0;
  position: absolute;
  right: 0;
  top:13px;
}
.new_footer .top>div:first-of-type p{
  font: 22px '微软雅黑';
  color: #2094da;
}
.new_footer .top>div:first-of-type span{
  font: 12px '微软雅黑';
  color: #616161;
  display: block;
  text-align: center;
}
.new_footer .top>div:first-of-type a{
  display: block;
  margin: 0 auto;
  width: 118px;
  height:28px;
  text-align: center;
  font: 12px/28px '微软雅黑';
  color: #2094da;
  border: 1px solid #2094da;
  margin-top: 28px;
}
.new_footer .top>div:last-of-type{
  width: 281px;
  float: left;
  height:100%;
}
.new_footer .top>div:last-of-type img{
  display: block;
  width: 108px;
  height:108px;
  float: left;
  margin-top: 9px;
}
.new_footer .top>div:last-of-type img:first-of-type{
  margin: 9px 26px 0 30px;
}
.new_footer .bottom{
  width: 100%;
  min-height: 40px;
  line-height: 40px;
  background: #fff;
}
.new_footer .bottom ul {
  min-height: 40px;
  width: 60%;
  float: left;
}
.new_footer .bottom ul li {
  line-height: 40px;
  float: left;
}
.new_footer .bottom ul li a,
.new_footer .bottom ul li span {
  font: 12px '微软雅黑';
  color: #757575;
}
.new_footer .bottom ul li span {
  display: inline-block;
  margin: 0 12px;
}
.new_footer .bottom ul li:last-of-type span {
  display: none;
}
.new_footer .bottom >div> p {
  float: right;
  font: 12px '微软雅黑';
  color: #757575;
  line-height: 40px;
}