/*底部模块*/
/*$$
{
	"color":[
		{"val":"#ffffff","title":"默认字体颜色/右侧悬浮窗的字体颜色"},
		{"val":"#b93936","title":"右侧悬浮窗的字体颜色"}
	],
	"background":[
		{"val":"#313131","title":"默认背景颜色"},
		{"val":"#ffffff","title":"右侧悬浮窗小模块的背景颜色"},
		{"val":"#f8f6f6","title":"右侧悬浮窗的背景颜色"}
	],
	"border":[
		{"val":"#989898 ","title":"默认边框颜色"}
	]
}
$$*/

#footer_151 {
  background: #313131;
  padding: 70px 10px 20px;
}

#footer_151 .foo_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#footer_151 .foo_box .foo_ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: #989898 1px solid;
}

#footer_151 .foo_box .foo_ul li {
  width: 28%;
}

#footer_151 .foo_box .foo_ul li.wzdh h2 {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 26px;
  line-height: 30px;
}

#footer_151 .foo_box .foo_ul li.wzdh .wzdh_ul {
  display: flex;
  flex-wrap: wrap;
}

#footer_151 .foo_box .foo_ul li.wzdh .wzdh_ul a {
  display: block;
  width: 33%;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 10px;
}

#footer_151 .foo_box .foo_ul li.wzdh .wzdh_ul a:hover {
  color: #b93936;
}

#footer_151 .foo_box .foo_ul li.lxfs h2 {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 26px;
  line-height: 30px;
}

#footer_151 .foo_box .foo_ul li.lxfs .lxfs_b p {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 10px;
}

#footer_151 .foo_box .foo_ul li.addwx {
  width: 20%;
}

#footer_151 .foo_box .foo_ul li.addwx .wxbox {
  width: 100%;
  max-width: 150px;
}

#footer_151 .foo_box .foo_ul li.addwx .wxbox .wximgs {
  width: 100%;
  height: 100%;
}

#footer_151 .foo_box .foo_ul li.addwx .wxbox .wximgs img {
  display: block;
  width: 100%;
  height: 100%;
}

#footer_151 .foo_box .foo_ul li.addwx .wxbox .wxp {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  margin-top: 5px;
  letter-spacing: 1px;
}

#footer_151 .foo_box .foo_copy {
  padding-top: 16px;
}

#footer_151 .foo_box .foo_copy span, #footer_151 .foo_box .foo_copy a {
  color: #fff;
  margin-right: 15px;
  font-size: 14px;
  line-height: 30px;
}

#footer_151 .cbl {
  position: fixed;
  top: 50%;
  right: 50%;
  margin-right: -600px;
  z-index: 10;
  width: 80px;
  transform: translate(calc(100% + 20px), -50%);
  background: #f8f6f6;
  border-radius: 38px 38px 38px 38px;
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

#footer_151 .cbl .cbl_ul .cbl_li {
  margin-bottom: 15px;
  width: 65px;
  height: 65px;
  background: #ffffff;
  transition: 0.3s ease;
  border-radius: 50%;
  position: relative;
}

#footer_151 .cbl .cbl_ul .cbl_li:last-child {
  margin-bottom: 0;
}

#footer_151 .cbl .cbl_ul .cbl_li .cbl_a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  opacity: 1 !important;
}

#footer_151 .cbl .cbl_ul .cbl_li .cbl_a .cbl_imgs {
  width: 25px;
  height: 25px;
  margin-bottom: 2px;
}

#footer_151 .cbl .cbl_ul .cbl_li .cbl_a .cbl_imgs .cbl_img {
  width: 100%;
  height: 100%;
  display: block;
}

#footer_151 .cbl .cbl_ul .cbl_li .cbl_a .cbl_imgs .cbl_img.A {
  display: none;
}

#footer_151 .cbl .cbl_ul .cbl_li .cbl_a .cbl_p {
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #b93936;
}

#footer_151 .cbl .cbl_ul .cbl_li .cbl_chid {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 3;
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
  background: #b93936;
  display: none;
}

#footer_151 .cbl .cbl_ul .cbl_li .cbl_chid .cbl_chbox {
  height: 100%;
  width: 100%;
  min-height: 65px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#footer_151 .cbl .cbl_ul .cbl_li .cbl_chid .cbl_chbox .addwxs {
  width: 100px;
  height: 100px;
}

#footer_151 .cbl .cbl_ul .cbl_li .cbl_chid .cbl_chbox p {
  width: 100%;
  line-height: 25px;
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
}

#footer_151 .cbl .cbl_ul .cbl_li:hover {
  background: #b93936;
}

#footer_151 .cbl .cbl_ul .cbl_li:hover .cbl_chid {
  display: block;
}

#footer_151 .cbl .cbl_ul .cbl_li:hover .cbl_imgs .cbl_img.D {
  display: none;
}

#footer_151 .cbl .cbl_ul .cbl_li:hover .cbl_imgs .cbl_img.A {
  display: block;
}

#footer_151 .cbl .cbl_ul .cbl_li:hover .cbl_p {
  color: #ffffff;
}

@media (max-width: 1200px) {
  #footer_151 .cbl {
    right: 0;
    margin-right: 0;
    transform: translate(-20px, -50%);
  }
}

@media (max-width: 786px) {
  #footer_151 {
    padding: 20px 10px 20px;
  }
  #footer_151 .foo_box .foo_ul {
    display: none;
  }
  #footer_151 .foo_box .foo_copy {
    padding-top: 0;
  }
  #footer_151 .cbl {
    display: none;
  }
}
