@charset "utf-8";
/* CSS Document */

.FooterPart{background-color: #eff5ff;padding: 20px 0;}
.FooterPart .w1400{display: flex;align-items: center;justify-content: space-around;min-height: 260px;}

.FooterNavs p{ text-align: center; display: block; padding: 10px 0;}
.FooterNavs span{ font-size: 16px; color: #333; line-height: 1.5; }
.FooterNavs span + span{ margin-left: 10px; }
.FooterNavs a{ color: inherit !important; font-size: inherit;}
.FooterNavs a:hover{ text-decoration: underline; }


.FooterText{ text-align: center; padding: 10px 0; }
.FooterText p{ padding-top: 5px; }
.FooterText span{ font-size: 16px; color: #333; line-height: 1.5; }
.FooterText span + span{ margin-left: 15px; }
.FooterText a{ color: inherit !important; font-size: inherit;}
.FooterText a:hover{ text-decoration: underline; }
.FooterText .wab a{display:flex;align-items: center;justify-content: center;}
.FooterText .wab img{ margin-right: 5px; }
.FooterText #_ideConac ~ span{ margin-left: 5px; }
.FooterText #_ideConac + span{ margin-left: 10px; }


.FootEwm{ display: flex; align-items: center; justify-content: center; }
.FootEwm li{ position: relative; width: 140px; }
.FootEwm li + li{ margin-left: 50px; }
.FootEwm .pic{ position: relative; height: 140px; }
.FootEwm img{width: 100%;height: 100%;box-shadow: 0px 0px 10px -2px rgb(203 220 247);}
.FootEwm p{font-size: 16px;color: #333;line-height: 1.5;text-align: center;margin-top: 10px;}



/*版本切换 未使用 */
.VersionPart{display: block;font-size: 14px;line-height: 1.5;padding: 8px 0;background: #3d4248;color: #ffffff;text-align: center;}
.VersionPart .Version{position:fixed;right: 5vw;bottom: 5vw;border: 1px solid #989a9f;background-color: #f7f2f2;z-index: 9999999999;overflow: hidden;box-shadow: 0px 0px 10px -3px #efefef;}
.VersionPart .Version i{font-size: 100px;color: #005ac8;padding: 46px 50px;display: inline-block;}
.VersionPart a{color:#ffffff;}
