@charset "UTF-8";
#link_xxx {
  width: 100%;
  background: #ff0000;
  padding: 15px 10px;
}

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

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

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

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

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

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

/*搴曢儴鍐呭*/
/*$$
{
	"color":[
		{"val":"#ffffff","title":"榛樿瀛椾綋棰滆壊"},
		{"val":"#999999","title":"鍑告樉瀛椾綋棰滆壊"}
	],
	"background":[
		{"val":"#2d2d2d","title":"搴曢儴鍐呭榛樿鑳屾櫙棰滆壊"},
		{"val":"#ff0000","title":"鍙嬫儏閾炬帴榛樿鑳屾櫙棰滆壊"}
	],
	"border":[
		{"val":"#999999","title":"榛樿杈规棰滆壊"},
	]
}
$$*/
#footer_xxx .foo_box {
  width: 100%;
  padding: 60px 10px 60px;
  background: #2d2d2d;
}

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

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

#footer_xxx .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_xxx .foo_box .foo_ul .foo_li .foo_ti h2 {
  font-size: 16px;
  color: #ffffff;
  margin-right: 20px;
}

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

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

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

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

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

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

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

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

#footer_xxx .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_xxx .foo_box .foo_ul .foo_li .fcont .fcontul .fca:hover {
  color: #ffffff;
}

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

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

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

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

#footer_xxx .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_xxx .Copy .copy1 {
  margin-right: 20px;
}

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

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

#footer_xxx .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_xxx .cbl .cbl_ul {
  position: relative;
  z-index: 3;
}

#footer_xxx .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_xxx .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_xxx .cbl .cbl_ul .cbl_li .cbl_a .cbl_imgs {
  width: 25px;
  height: 25px;
  margin-bottom: 2px;
}

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

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

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

#footer_xxx .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: #e50100;
  display: none;
}

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

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

#footer_xxx .cbl .cbl_ul .cbl_li .cbl_chid .cbl_chbox {
  width: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

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

#footer_xxx .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_xxx .cbl .cbl_ul .cbl_li .cbl_chid .cbl_chbox p img {
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

#footer_xxx .cbl .cbl_ul .cbl_li:hover {
  background: #e50100;
}

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

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

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

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

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

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

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

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

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

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