/*底部内容*/
/*$$
{
	"color":[
		{"val":"#ffffff","title":"默认字体颜色"},
		{"val":"#999999","title":"凸显字体颜色"}
	],
	"background":[
		{"val":"#2d2d2d","title":"底部内容默认背景颜色"},
		{"val":"#ff0000","title":"友情链接默认背景颜色"}
	],
	"border":[
		{"val":"#999999","title":"默认边框颜色"},
	]
}
$$*/


#link_151 {
  width: 100%;
  background: #035c30;
  padding: 15px 10px;
}

#link_151 .lin_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  line-height: 30px;
}

#link_151 .lin_box .lin_ti {
  margin-right: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

#link_151 .lin_box .lin_ti .lin_tC {
  font-size: 16px;
  color: #ffffff;
  margin-right: 10px;
}

#link_151 .lin_box .lin_ti .lin_tE {
  font-size: 14px;
  color: #ffffff;
}

#link_151 .lin_box .lin_links a {
  font-size: 14px;
  opacity: 0.9;
  transition: 0.3s ease;
  color: #ffffff;
  margin-right: 15px;
}

#link_151 .lin_box .lin_links a:hover {
  opacity: 1;
}

#footer_151 .foo_box {
  width: 100%;
  padding: 60px 10px 60px;
  background: #2d2d2d;
}

#footer_151 .foo_box .foo_ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#footer_151 .foo_box .foo_ul .foo_li {
  width: 30%;
}

#footer_151 .foo_box .foo_ul .foo_li .foo_ti {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  align-content: baseline;
  border-bottom: 1px solid #999999;
  padding: 15px 0;
}

#footer_151 .foo_box .foo_ul .foo_li .foo_ti h2 {
  font-size: 16px;
  color: #ffffff;
  margin-right: 20px;
}

#footer_151 .foo_box .foo_ul .foo_li .foo_ti span {
  font-size: 14px;
  color: #999999;
  text-transform: capitalize;
}

#footer_151 .foo_box .foo_ul .foo_li .fcont {
  padding: 25px 0 0;
}

#footer_151 .foo_box .foo_ul .foo_li .fcont .fcite p {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-bottom: 10px;
}

#footer_151 .foo_box .foo_ul .foo_li .fcont .fcon {
  margin-top: 30px;
}

#footer_151 .foo_box .foo_ul .foo_li .fcont .fcon p {
  font-size: 14px;
  color: #ffffff;
  padding-left: 25px;
  line-height: 25px;
}

#footer_151 .foo_box .foo_ul .foo_li .fcont .fcon p.calltel {
  background: url("/static/images/FD23_ic1.png") no-repeat center left;
  background-size: 20px 20px;
  margin-bottom: 10px;
}

#footer_151 .foo_box .foo_ul .foo_li .fcont .fcon p.callemail {
  background: url("/static/images/FD23_ic2.png") no-repeat center left;
  background-size: 20px 20px;
}

#footer_151 .foo_box .foo_ul .foo_li .fcont .fcontul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#footer_151 .foo_box .foo_ul .foo_li .fcont .fcontul .fca {
  font-size: 14px;
  color: #999999;
  display: block;
  line-height: 30px;
  width: 30%;
  min-width: 90px;
  margin-bottom: 10px;
}

#footer_151 .foo_box .foo_ul .foo_li .fcont .fcontul .fca:hover {
  color: #ffffff;
}

#footer_151 .foo_box .foo_ul .foo_li .fcont .fwx {
  width: 130px;
}

#footer_151 .foo_box .foo_ul .foo_li .fcont .fwx .fwxImgs {
  margin: 0 auto;
  width: 100px;
}

#footer_151 .foo_box .foo_ul .foo_li .fcont .fwx .fwxImgs .fwxImg {
  width: 100px;
  height: 100px;
  display: block;
}

#footer_151 .foo_box .foo_ul .foo_li .fcont .fwx .fwxp {
  margin-top: 10px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #999999;
}

#footer_151 .Copy {
  background: #2d2d2d;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 12px;
  padding: 20px 0 20px;
}

#footer_151 .Copy .copy1 {
  margin-right: 20px;
}

#footer_151 .Copy .copy1 span {
  color: #ffffff;
}

#footer_151 .Copy .copy2 a {
  color: #ffffff;
}

#footer_151 .cbl {
  position: fixed;
  top: 50%;
  right: 50%;
  margin-right: -600px;
  z-index: 10;
  width: 65px;
  transform: translate(calc(100% + 20px), -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

#footer_151 .cbl .cbl_ul {
  position: relative;
  z-index: 3;
}

#footer_151 .cbl .cbl_ul .cbl_li {
  margin-bottom: 10px;
  width: 55px;
  height: 55px;
  background: #f6f7fb;
  transition: 0.3s ease;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 0 10px 1px rgba(100, 100, 100, 0.5);
}

#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%;
  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: #999999;
}

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

#footer_151 .cbl .cbl_ul .cbl_li .cbl_chid.Other {
  right: 64px;
  padding: 10px;
  border-radius: 5px;
}

#footer_151 .cbl .cbl_ul .cbl_li .cbl_chid.Other .cbl_chbox {
  padding: 0;
}

#footer_151 .cbl .cbl_ul .cbl_li .cbl_chid .cbl_chbox {
  width: 100%;
  padding: 0 15px;
  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: 35px;
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

#footer_151 .cbl .cbl_ul .cbl_li .cbl_chid .cbl_chbox p img {
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

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

#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_chid {
  display: block;
}

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

#footer_151 .cbl .cbl_ul .cbl_li:nth-child(1) {
  animation-delay: 0.2s;
}

#footer_151 .cbl .cbl_ul .cbl_li:nth-child(2) {
  animation-delay: 0.4s;
}

#footer_151 .cbl .cbl_ul .cbl_li:nth-child(3) {
  animation-delay: 0.6s;
}

#footer_151 .cbl .cbl_ul .cbl_li:nth-child(4) {
  animation-delay: 0.8s;
}

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

@media (max-width: 786px) {
  #link_151 .lin_box {
    flex-wrap: wrap;
  }
  #link_151 .lin_box .lin_ti {
    width: 100%;
    margin-right: 0;
  }
  #link_151 .lin_box .lin_links a {
    font-size: 12px;
  }
  #footer_151 .foo_box {
    display: none;
  }
  #footer_151 .cbl {
    display: none;
  }
  #footer_151 .cbl .cbl_ul .cbl_li:nth-child(1) {
    animation-delay: 0.2s;
  }
  #footer_151 .cbl .cbl_ul .cbl_li:nth-child(2) {
    animation-delay: 0.4s;
  }
  #footer_151 .cbl .cbl_ul .cbl_li:nth-child(3) {
    animation-delay: 0.6s;
  }
  #footer_151 .cbl .cbl_ul .cbl_li:nth-child(4) {
    animation-delay: 0.8s;
  }
}
