footer {
  width: 100%;
  margin-top: 148px;
}
.footer2 {
  background-color: #000;
  padding-bottom: 30px;
}
.footer1 {
  background-color: #141414;
  height: 352px;
  width: 100%;
}
.footer-div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  height: 100%;
}
.footer-div .left {
  width: 960px;
  height: 100%;
  margin: 0;
}
.footer-div .left .left-title {
  margin: 80px auto 0 ;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.footer-div .left .left-title li {
  width: 100%;
  height: 23px;
  font-size: 24px;
  font-weight: 400;
  color: #999999;
  line-height: 23px;
  position: relative;
}
.footer-div .left .left-title li a {
  color: #999999;
}
.footer-div .left .left-title li a:hover {
  color: #fff;
}
.footer-div .left .left-title li span {
  display: inline-block;
  width: 3px;
  height: 18px;
  background: #96c63b;
  position: absolute;
  left: 0;
  top: 5px;
  left: -1.5px;
}
.footer-div .left .line {
  width: 43px;
  height: 3px;
  background: #b79663;
  margin: 19px auto 0;
}
.footer-div .left .txt {
  width: 845px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 35px;
  margin: 20px auto 0 ;
}
.footer-div .left .txt a:hover {
  color: #ffffff;
}
.footer-div .left .left-ul {
  width: 100%;
  height: 260px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
}
.footer-div .left .left-ul ul {
  width: calc(100% / 6 );
  height: 100%;
  padding-top: 20px;
  border-left: 1px solid #242424;
  position: relative;
  top: -6px;
  box-sizing: border-box;
}
.footer-div .left .left-ul ul li {
  width: 100%;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  text-indent: 30px;
}
.footer-div .left .left-ul ul li a {
  font-size: 14px;
  color: #999999;
}
.footer-div .left .left-ul ul li a:hover {
  color: #fff;
}
.footer-div .right {
  text-align: center;
  width: calc(100% - 960px);
  height: 100%;
  padding-top: 85px;
  margin: 0;
}
.footer-div .right img {
  width: 166px;
}
.footer-div .right div {
  height: 15px;
  font-size: 14px;
  color: #999999;
  line-height: 40px;
}
footer .footer-detail-2 {
  overflow: hidden;
}
footer .footer-detail-2 .footer-nav-logo {
  margin-top: 35px;
  float: left;
  width: 230px;
  height: 63px;
  background: url(../img/buttom_left.png) no-repeat 0px 0px;
}
footer .footer-detail-2 .footer-nav {
  float: left;
  overflow: hidden;
  margin-top: 35px;
  margin-left: 30px;
}
footer .footer-detail-2 .footer-nav li {
  float: left;
  padding: 0 27px;
}
footer .footer-detail-2 .footer-nav li:last-child {
  border-right: 0;
}
footer .footer-detail-2 .footer-nav li:first-child {
  padding-left: 0;
}
footer .footer-detail-2 .footer-nav li a {
  color: #696C76;
}
footer .footer-detail-2 .footer-nav li a:hover {
  color: #fff;
}
footer .footer-detail-2 .footer-show {
  float: left;
  overflow: hidden;
  width: 430px;
  padding-top: 18px;
  padding-left: 29px;
}
footer .footer-detail-2 .footer-show li {
  margin-right: 16px;
  float: left;
  width: 130px;
  height: 35px;
}
footer .footer-detail-2 .footer-show li:first-child {
  background-image: url('../img/buttom1.png');
  background-repeat: no-repeat;
  /*background-size: 100% 100%;*/
}
footer .footer-detail-2 .footer-show li:nth-child(2) {
  background-image: url('../img/buttom2.png');
  background-repeat: no-repeat;
  /*background-size: 100% 100%;*/
}
footer .footer-detail-2 .footer-show li:last-child {
  background-image: url('../img/buttom3.png');
  background-repeat: no-repeat;
  /*background-size: 100% 100%;*/
  margin-right: 0;
}
footer .footer-detail-2 p {
  float: left;
  color: #696C76;
  margin-left: 6px;
  margin-top: 28px;
}
