@charset "utf-8";
/* CSS Document */

.FooterBox{ margin-top:26px; padding:0px 0 10px; color: #707070; overflow:hidden;

 background: #5ea6f9;
    background: -moz-linear-gradient(left,  #5ea6f9 0%, #2a67e7 100%);
    background: -webkit-gradient(linear, left, right , color-stop(0%,#5ea6f9), color-stop(100%,#2a67e7));
    background: -webkit-linear-gradient(left,  #5ea6f9 0%,#2a67e7 100%);
    background: -o-linear-gradient(left,  #5ea6f9 0%,#2a67e7 100%);
    background: -ms-linear-gradient(left,  #5ea6f9 0%,#2a67e7 100%);
    background: linear-gradient(to right,  #5ea6f9 0%,#2a67e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ea6f9', endColorstr='#2a67e7',GradientType=0 );
}:root .gradient{filter:none;}


.FsLinks{ height: 42px; margin-top:24px;}
.FsLinks #YqljUlList{ position: relative; margin-left:30px; overflow: hidden; }
.FsLinks #YqljUlList>li{ position: relative; overflow: hidden; float: left; width: 262px; width: calc(1088px / 4); height: 42px; margin-left:12px; text-align: center; cursor: pointer; background:#7db3f9; border-radius:8px;}
.FsLinks #YqljUlList>li::after{ content:''; display: block; position: absolute; height: 30px; top: 10px; border-right: 1px solid #5d8cf6; }
.FsLinks #YqljUlList>li::after{ right: 0; }
.FsLinks #YqljUlList>li>font{ display: inline-block; font-size: 16px; color: #FFF; line-height: 42px; padding-right: 172px; background: url("../images/2022_footer_xl_icon.png") no-repeat right center;}
.FsLinks #YqljUlList>li+li+li>font{ padding-right:60px;}
.FsLinks #YqljUlList>li+li+li+li>font{ padding-right:30px;}
.FsLinks ul.layui-menu{ display: none; }
.FsLinks #YqljUlList>li.t{ width: 80px; }
.FsLinks #YqljUlList>li.t>font{ background: none; padding: 0; }


/*下拉框*/
.YqljDropDown.layui-dropdown{ overflow-x:hidden; max-height: 300px; width: 239px; border: 1px solid #c2c5c7; box-shadow: 0px 0px 10px -2px #95b1d4;}
.YqljDropDown.layui-dropdown::-webkit-scrollbar{ width: 5px; background: transparent;}
.YqljDropDown.layui-dropdown::-webkit-scrollbar-button{ display: none;}
.YqljDropDown.layui-dropdown::-webkit-scrollbar-track-piece{ background: #e4e4e4; }
.YqljDropDown.layui-dropdown::-webkit-scrollbar-thumb{ background-color: #0c5197; border-radius: 5px;}
.YqljDropDown.layui-dropdown .layui-menu-body-title a{ white-space: normal; line-height: 1.3; padding: 9px 15px;}





.BottomNavs{ width: 292px; font-size: 14px; color: #fff; line-height: 1.5; margin:32px auto 0 auto;}
.BottomNavs li{ position: relative; overflow: hidden; display: inline-block; margin: 0 2px; font-size: 15px;}
.BottomNavs li a{ display: inline-block; padding: 0 2px; }
.BottomNavs li a:hover{ color:#fff;}

.BottomTextCon{  z-index: 0; color: #fff; margin: 0 auto; margin-left:457px;}
.BottomTextCon p{ display: block; font-size: 14px; line-height: 24px; padding: 3px 0;}
.BottomTextCon p span{ }
.BottomTextCon p span + span{ margin-left: 10px;}
.BottomTextCon p a:hover{ text-decoration: underline; color:#fff;}

.BottomImgBtns{ padding: 10px 0; text-align: center; margin-top: -130px; }
.BottomImgBtns.sydw{ float: left; margin-left:150px; margin-right:15px;}
.BottomImgBtns.sydw span{ display:block; float:left; margin-right:15px;}
.BottomImgBtns.Wbwx{ float: right; }

/*版本切换*/
.VersionPart{ display: block; font-size: 14px; line-height: 1.5; padding: 8px 0; background: #037ef3;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: #037ef3;padding: 46px 50px;display: inline-block;}
.VersionPart a{color:#ffffff;}