@font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url("../css/font/SourceHanSansCN-Normal.woff2") format("woff2"),
    url("../css/font/SourceHanSansCN-Normal.woff") format("woff"),
    url("../css/font/SourceHanSansCN-Normal.ttf") format("truetype"),
    url("../css/font/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
    url("../css/font/SourceHanSansCN-Normal.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* footer */
.footer{
  width: 100%;
  height: 348px;
  min-width: 1200px;
  background: #f1f1f1;
  color: #333 !important;
}
.footer p{
  color: #333;
}
.center_content{
  height: 348px;
}
.center_content_top_left{
  position: relative;
  width: 320px;
  height: 200px;
}
.center_content_top_left>img{
  position: absolute;
}
.logo_pic1{
  width: 60px;
  z-index: 10;
  top: 60px;
}
.logo_pic2{
  width: 160px;
  left: 80px;
  top: 62px;
}
.logo_pic3{
  width: 48px;
  z-index: 15;
  left: 5px;
  top: 65px;
}
.center_content_top_left>span{
  position: absolute;
  top: 130px;
  font-size: 16px;
  
  letter-spacing: 0px;
  font-family: "SourceHanSansCN-Normal";
}
.wx-pic,.ww-pic,.ios-pic,.zz-pic{
  width: 28px;
  height: 28px;
  border-radius: 14px;
  border: 1px solid #bfbfbf;
  position: absolute;
  bottom: 10px;
  background: #fff;
 
}
.wx-pic img,
.ww-pic img,
.ios-pic img,
.zz-pic img{
  width: 18px;
  padding-left: 4px;
  padding-top: 4px;
}
.ww-pic{
  left: 38px;
}
.wx-pic img,.ww-pic img{
  padding-left: 5px;
    padding-top: 6px;
}
.ios-pic img,.zz-pic img{
 width: 15px;
 padding-left: 6.5px;

}
.ios-pic,.zz-pic{
  margin-left: 76px;
}
.ios-pic span,.zz-pic span{
  font-size: 16px;
  position: absolute;
  top: 3px;
  color: #4d4d4f;
  font-family: "SourceHanSansCN-Normal";
}
.zz-pic{
  margin-left: 114px;
}
.center_content_top_right{
  width: 600px;
  height: 157px;
  margin-top: 60px;
  font-family: "SourceHanSansCN-Normal";
  color: #333;
}
.center_content_top_right .p1{
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  color: #333;
}
.company{
  width: 196px;
  height: 110px;
}
.company_list{
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  margin-left: 50px;
}
.company_list a{
  color: #444;
}
.company_last{
  border: none;
}
.center_content_bottom p{
  text-align: center;
  font-size: 12px;
  font-family: "SourceHanSansCN-Normal";
}
.center_content_bottom p:nth-child(1){
  margin-top: 10px;
}