
/*底部模块*/
/*$$
{
	"color":[
		{"val":"#333333","title":"默认字体颜色"},
		{"val":"#ffffff","title":"默认字体颜色2"},
		{"val":"#fc7841","title":"选中字体颜色"}
	],
	"background":[
		{"val":"#ffffff","title":"默认背景颜色"},
		{"val":"#f4f7ff","title":"提交信息模块背景颜色"},
		{"val":"#2f4494","title":"提交信息模块按钮颜色/左侧导航主题颜色"},
		{"val":"#f9ac6b","title":"选中的底部边框颜色/左侧导航背景颜色"}
		
	],
	"border":[
	
	]
}
$$*/

#footer_151 .foo_box {
  width: 100%;
  background: url("/static/images/FD22_bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 105px 10px 10px;
}

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

#footer_151 .foo_box .fCont .fCleft {
  width: 350px;
  margin-right: 50px;
}

#footer_151 .foo_box .fCont .fCleft .fcform {
  background: #f4f7ff;
  padding: 25px 35px;
  box-sizing: border-box;
  border-radius: 15px;
}

#footer_151 .foo_box .fCont .fCleft .fcform .fcfLogo_imgs .fcfLogo_img {
  width: 115px;
  margin: 0 auto;
  display: block;
}

#footer_151 .foo_box .fCont .fCleft .fcform .fcIform {
  margin-top: 20px;
  width: 100%;
}

#footer_151 .foo_box .fCont .fCleft .fcform .fcIform .fccell {
  width: 100%;
  margin-bottom: 15px;
}

#footer_151 .foo_box .fCont .fCleft .fcform .fcIform .fccell input {
  width: 100%;
  height: 44px;
  border-radius: 8px;
  padding: 0 20px 0 38px;
}

#footer_151 .foo_box .fCont .fCleft .fcform .fcIform .fccell input:focus {
  box-shadow: 0 0 10px 1px rgba(47, 68, 148, 0.2);
}

#footer_151 .foo_box .fCont .fCleft .fcform .fcIform .fccell input.name {
  background: #ffffff url("/static/images/FD22_ic1.png") no-repeat center left 8px;
  background-size: 22px 22px;
}

#footer_151 .foo_box .fCont .fCleft .fcform .fcIform .fccell input.phone {
  background: #ffffff url("/static/images/FD22_ic2.png") no-repeat center left 8px;
  background-size: 22px 22px;
}

#footer_151 .foo_box .fCont .fCleft .fcform .fcIform .fccell input.need {
  background: #ffffff url("/static/images/FD22_ic3.png") no-repeat center left 8px;
  background-size: 22px 22px;
}

#footer_151 .foo_box .fCont .fCleft .fcform .fcIform .fccell input.email {
  background: #ffffff url("/static/images/FD22_ic4.png") no-repeat center left 8px;
  background-size: 22px 22px;
}

#footer_151 .foo_box .fCont .fCleft .fcform .fcSubmit {
  width: 100%;
}

#footer_151 .foo_box .fCont .fCleft .fcform .fcSubmit .fcSubbtn {
  width: 100%;
  height: 44px;
  background: #2f4494;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 44px;
  border-radius: 10px;
  opacity: 0.9;
  transition: 0.3s ease;
  cursor: pointer;
}

#footer_151 .foo_box .fCont .fCleft .fcform .fcSubmit .fcSubbtn:hover {
  opacity: 1;
  letter-spacing: 2px;
}

#footer_151 .foo_box .fCont .fCright {
  flex: 1;
  width: 0;
  padding: 20px 0;
}

#footer_151 .foo_box .fCont .fCright .fCtop {
  margin-bottom: 40px;
}

#footer_151 .foo_box .fCont .fCright .fCtop .fCCont .fCCont_ul .fCCont_li {
  margin-bottom: 15px;
}

#footer_151 .foo_box .fCont .fCright .fCtop .fCCont .fCCont_ul .fCCont_li p {
  font-size: 14px;
  color: #ffffff;
  line-height: 25px;
}

#footer_151 .foo_box .fCont .fCright .fCtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

#footer_151 .foo_box .fCont .fCright .fCtop .fCcat .fCcat_ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

#footer_151 .foo_box .fCont .fCright .fCtop .fCcat .fCcat_ul .fCcat_li {
  margin-right: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

#footer_151 .foo_box .fCont .fCright .fCtop .fCcat .fCcat_ul .fCcat_li .fCcat_li_imgs {
  margin-right: 10px;
}

#footer_151 .foo_box .fCont .fCright .fCtop .fCcat .fCcat_ul .fCcat_li .fCcat_li_imgs .fCcat_li_img {
  width: 130px;
  height: 130px;
  display: block;
}

#footer_151 .foo_box .fCont .fCright .fCtop .fCcat .fCcat_ul .fCcat_li .fCcat_li_txt {
  width: 1em;
  color: #ffffff;
  font-size: 14px;
}

#footer_151 .foo_box .fCont .fCright .fCtop .fCcat .fCcat_ul .fCcat_li:last-child {
  margin-right: 0;
}

#footer_151 .foo_box .fCont .fCright .fCbtm .fCbtm_ul {
  display: flex;
  justify-content: space-between;
}

#footer_151 .foo_box .fCont .fCright .fCbtm .fCbtm_ul .fCbtm_li {
  width: 25%;
  max-width: 110px;
}

#footer_151 .foo_box .fCont .fCright .fCbtm .fCbtm_ul .fCbtm_li .fCbtm_li_h2 {
  position: relative;
  padding-bottom: 20px;
}

#footer_151 .foo_box .fCont .fCright .fCbtm .fCbtm_ul .fCbtm_li .fCbtm_li_h2 span {
  font-size: 16px;
  color: #ffffff;
}

#footer_151 .foo_box .fCont .fCright .fCbtm .fCbtm_ul .fCbtm_li .fCbtm_li_h2::after {
  width: 15px;
  height: 2px;
  background: #ffffff;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
}

#footer_151 .foo_box .fCont .fCright .fCbtm .fCbtm_ul .fCbtm_li .fCbtm_li_div {
  margin-top: 20px;
}

#footer_151 .foo_box .fCont .fCright .fCbtm .fCbtm_ul .fCbtm_li .fCbtm_li_div .fCbtm_li_cell {
  margin-bottom: 12px;
}

#footer_151 .foo_box .fCont .fCright .fCbtm .fCbtm_ul .fCbtm_li .fCbtm_li_div .fCbtm_li_cell a {
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  padding-bottom: 8px;
}

#footer_151 .foo_box .fCont .fCright .fCbtm .fCbtm_ul .fCbtm_li .fCbtm_li_div .fCbtm_li_cell a::after {
  content: '';
  width: 0;
  height: 1px;
  background: #f9ac6b;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease;
}

#footer_151 .foo_box .fCont .fCright .fCbtm .fCbtm_ul .fCbtm_li .fCbtm_li_div .fCbtm_li_cell:hover a {
  color: #f9ac6b;
}

#footer_151 .foo_box .fCont .fCright .fCbtm .fCbtm_ul .fCbtm_li .fCbtm_li_div .fCbtm_li_cell:hover a::after {
  width: 100%;
  opacity: 1;
}

#footer_151 .foo_box .fLink {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  height: 50px;
  margin-top: 20px;
}

#footer_151 .foo_box .fLink .fLink_Ti {
  margin-right: 50px;
}

#footer_151 .foo_box .fLink .fLink_Ti span {
  font-size: 24px;
  color: #ffffff;
  background: url("/static/images/FD22_ic5.png") no-repeat center left;
  background-size: 25px 25px;
  padding-left: 32px;
}

#footer_151 .foo_box .fLink .fLink_ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

#footer_151 .foo_box .fLink .fLink_ul li {
  padding: 0 20px;
  margin-right: 20px;
}

#footer_151 .foo_box .fLink .fLink_ul li a {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  padding-bottom: 6px;
  opacity: 0.9;
  transition: 0.3s ease;
  white-space: nowrap;
}

#footer_151 .foo_box .fLink .fLink_ul li a::after {
  content: '';
  width: 0%;
  height: 1px;
  background: #f9ac6b;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
}

#footer_151 .foo_box .fLink .fLink_ul li:hover a {
  opacity: 1;
  color: #f9ac6b;
}

#footer_151 .foo_box .fLink .fLink_ul li:hover a::after {
  width: 100%;
}

#footer_151 .foo_copy {
  padding: 25px 0;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#footer_151 .foo_copy h2 span {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}

#footer_151 .foo_copy h2 a {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}

#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::after {
  width: 100%;
  height: calc(100% - 35px);
  background: #f9ac6b;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 35px;
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
}

#footer_151 .cbl:hover::after {
  height: 100%;
}

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

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

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

#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: 20px;
  height: 20px;
  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: #ffffff;
}

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

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

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

#footer_151 .cbl .cbl_ul .cbl_li .cbl_chid .cbl_chbox {
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  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 .cbl_chid {
  display: block;
}

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

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

@media (max-width: 786px) {
  #footer_151 .foo_box .fCont .fCleft {
    width: 100%;
    margin-right: 0;
  }
  #footer_151 .foo_box .fCont .fCleft .fcform {
    width: 100%;
    padding: 25px 20px;
  }
  #footer_151 .foo_box .fCont .fCright {
    display: none;
  }
  #footer_151 .foo_box .fLink {
    height: auto;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #footer_151 .foo_box .fLink .fLink_Ti {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  #footer_151 .foo_box .fLink .fLink_Ti span {
    font-size: 18px;
    background-size: 20px 20px;
    padding-left: 28px;
  }
  #footer_151 .foo_box .fLink .fLink_ul li {
    margin-bottom: 15px;
    margin-right: 15px;
  }
  #footer_151 .foo_box .fLink .fLink_ul li a {
    font-size: 14px;
  }
  #footer_151 .foo_copy {
    padding: 20px 0;
  }
  #footer_151 .foo_copy h2 span {
    font-size: 12px;
  }
  #footer_151 .foo_copy h2 a {
    font-size: 12px;
  }
  #footer_151 .cbl {
    display: none;
  }
}
