﻿.footer1 {
  background: #D1D1D1;
  padding: 70px 0px 60px;
}
.footer1 .foot_con {
  max-width: 1200px;
  width: 98%;
  margin: auto;
}
.clearfix{
overflow:hidden;
}
.footer1 .foot_con .zhu_c {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 50px;
}
.footer1 .foot_con .zhu_c .ul_1 {
  width: 65%;
  float: left;
}
.footer1 .foot_con .zhu_c .ul_1 li {
  width: 20%;
  float: left;
}
.footer1 .foot_con .zhu_c .ul_1 li a {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #333333;
  line-height: 26px;
  padding-left: 15px;
  box-sizing: border-box;
}
.footer1 .foot_con .zhu_c .ul_1 li a:hover {
  font-weight: bold;
  color: #038A03;
}
.footer1 .foot_con .zhu_c .ul_1 li .a_tit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  background: url(http://fxbchina.com/App/Tpl/Home/Default/Public/Images/di_a.png) no-repeat left center;
}
.footer1 .foot_con .zhu_c .ul_2 {
  width: 35%;
  float: right;
  font-family: SourceHanSansCN-Regular;
  color: #333333;
  font-size: 12px;
  line-height: 26px;
  border-left: 1px solid #c6c6c6;
  box-sizing: border-box;
  padding-left: 8%;
  position: relative;
}
.footer1 .foot_con .zhu_c .ul_2 span {
  display: block;
  color: #333333;
}
.footer1 .foot_con .zhu_c .ul_2 a {
  color: #333333;
}
.footer1 .foot_con .zhu_c .ul_2 a:hover {
  color: #038A03;
}
.footer1 .foot_con .zhu_c .ul_2 .a_tit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333333;
}
.footer1 .foot_con .zhu_c .ul_2 img {
  position: absolute;
  right: 0px;
  top: 10%;
  width:100px;
  border: 1px solid #c9c9c9;
}
@media (max-width: 768px) {
  .footer1 .foot_con .zhu_c .ul_1,
  .footer1 .foot_con .zhu_c .ul_2 {
    width: 100%;
    float: none;
  }
  .footer1 .foot_con .zhu_c .ul_1 {
    display: none;
  }
  .footer1 .foot_con .zhu_c .ul_2 {
    border: none;
    padding-left: 0px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .footer1 .foot_con .zhu_c .ul_1 li {
    width: 50%;
    margin-bottom: 10px;
  }
}
.footer1 .foot_con .copy_z {
  margin: 30px auto;
  color: #333;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
}
.footer1 .foot_con .copy_z a {
  color: #333;
}
.footer1 .foot_con .copy_z a:hover {
  color: #038A03;
}
.footer1 .foot_con .copy_z .co_zi {
  font-family: SourceHanSansCN-Regular;
}
.footer1 .foot_con .copy_z .links {
  display: inline-block;
  width: 87px;
  border: 1px solid #919191;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
  margin: 0px 10px;
  position: relative;
}
.footer1 .foot_con .copy_z .links i {
  font-size: 19px;
  margin-left: 5px;
  top: -2px;
  position: relative;
}
.footer1 .foot_con .copy_z .links .links_show {
  position: absolute;
  top: 21px;
  width: 100%;
  text-align: left;
  padding-left: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 20px;
  display: none;
}
.footer1 .foot_con .copy_z .links:hover .links_show {
  display: block;
}
@media (max-width: 480px) {
  .footer1 {
    padding-top: 20px;
  }
}