/*底部*/
/*$$
{"color":[
	{"val":"#333333","title":"底部导航的默认颜色"},
	{"val":"#ffffff","title":"底部内容/鼠标移入的默认颜色"},
	{"val":"#9db4d1","title":"右侧列表的默认颜色"},
	{"val":"#9db4d1","title":"友情链接鼠标移入的默认颜色"}
],
"background":[
	{"val":"#ff7c44","title":"底部导航背景颜色"},
	{"val":"#042a58","title":"模块的背景色/鼠标移入背景色"}
],
"border":[
	{"val":"#9db4d1","title":"友情链接边框"}
]}
$$*/



#footer_151 {
  position: relative;
}

#footer_151 .foo_box {
  position: relative;
  z-index: 3;
  width: 100%;
}

#footer_151 .foo_box .fooNavBox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(255, 163, 4, 1);
  padding: 20px 40px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

#footer_151 .foo_box .fooNavBox .fooNav {
  flex: 1;
  width: 0;
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}

#footer_151 .foo_box .fooNavBox .fooNav .fooNavli {
  background: #fff;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  width: 20.5%;
  margin-bottom: 15px;
}

#footer_151 .foo_box .fooNavBox .fooNav .fooNavli .fooNavA {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

#footer_151 .foo_box .fooNavBox .fooNav .fooNavli .fooNavA span {
  font-size: 14px;
  color: #333333;
}

#footer_151 .foo_box .fooNavBox .fooNav .fooNavli:hover {
  background: rgba(0, 126, 255, 1);
}

#footer_151 .foo_box .fooNavBox .fooNav .fooNavli:hover span {
  color: #ffffff;
}

#footer_151 .foo_box .fooNavBox .fooWx {
  width: 120px;
  height: 120px;
  margin-left: 50px;
}

#footer_151 .foo_box .fooNavBox .fooWx .fooWxImg {
  width: 100%;
  height: 100%;
  display: block;
}

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

#footer_151 .foo_box .cBbox .cleft {
  width: 48%;
  margin-right: 2%;
  max-width: 540px;
}

#footer_151 .foo_box .cBbox .cleft .clink {
  border: #9db4d1 1px solid;
  padding: 20px 20px;
  margin-bottom: 26px;
}

#footer_151 .foo_box .cBbox .cleft .clink a {
  font-size: 14px;
  color: #ffffff;
  margin-right: 10px;
}

#footer_151 .foo_box .cBbox .cleft .clink a:hover {
  color: #ff7c44;
}

#footer_151 .foo_box .cBbox .cleft .ccopy {
  line-height: 24px;
}

#footer_151 .foo_box .cBbox .cleft .ccopy .name {
  font-size: 14px;
  color: #ffffff;
  margin-right: 20px;
}

#footer_151 .foo_box .cBbox .cleft .ccopy .copy {
  font-size: 14px;
  color: #ffffff;
}

#footer_151 .foo_box .cBbox .cright {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer_151 .foo_box .cBbox .cright .clist .citem {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

#footer_151 .foo_box .cBbox .cright .clist .citem .ciitem p {
  font-size: 14px;
  color: #9db4d1;
  line-height: 18px;
  margin-bottom: 5px;
}

#footer_151 .foo_box .cBbox .cright .clist .citem .ciitem h2 {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
}

#footer_151 .foo_box .cBbox .cright .clist .citem:last-child {
  margin-bottom: 0;
}

#footer_151 .foo_box .cBbox .cright .clist .citem i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  margin-right: 14px;
  background-color: #ff7c44;
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

#footer_151 .foo_box .cBbox .cright .clist .citem.icon_tel i {
  background-image: url("/static/images/FD24_ic1.png");
}

#footer_151 .foo_box .cBbox .cright .clist .citem.icon_email i {
  background-image: url("/static/images/FD24_ic2.png");
}

#footer_151 .foo_box .cBbox .cright .clist .citem.icon_address i {
  background-image: url("/static/images/FD24_ic3.png");
}

#footer_151 .bgFo {
  width: 100%;
  height: calc(100% - 50px);
  background: rgba(0, 126, 255, 1);
  position: absolute;
  bottom: 0;
  left: 0;
}

#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: rgba(255, 163, 4, 1);
  transition: 0.3s ease;
  border-radius: 50%;
  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_p {
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}

#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: rgba(255, 163, 4, 1);
  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:last-child {
  background: rgba(0, 126, 255, 1);
}

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

#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: 786px) {
  #footer_151 {
    display: none;
  }
}
