@charset "utf-8";
/* CSS Document */
.w1400{width:1400px;}
.Footer{width: 100%;height:278px;background:#1764ce;padding-top:18px;box-sizing:border-box;}
/*友情链接*/
.Footer .Link{height:50px;margin: 0 auto 27px;}
.Footer .Link #YqljUlList {display:flex;width:100%;height:50px;justify-content:space-between;}
.Footer .Link #YqljUlList>li {width:271px;height:50px;cursor: pointer;position: relative;background:url("footer_link_bg.png")repeat-x;border-radius:6px;overflow:hidden;}
.Footer .Link #YqljUlList>li>font{ display: inline-block; font-size: 16px; color:#ffffff;line-height:50px; padding:0px 34px 0px 78px;background:url("footer_link_xl.png")no-repeat right center;}
.Footer .Link ul.layui-menu {display: none;}
/*下拉框*/
.YqljDropDown.layui-dropdown {overflow-x: hidden;max-height:300px;width: 271px;border: 1px solid #c2c5c7;box-shadow: 0px 0px 10px -2px #ffd0d3;}
.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;}

.Footer .foot{height:145px;overflow: hidden;position: relative;}
.Footer .foot .foot_txt{width:930px;height: auto;overflow: hidden;float:left;}
.Footer .foot .foot_txt p a,
.Footer .foot .foot_txt p span{color: #ffffff;font-size: 14px;line-height:26px;margin-right:20px;}
.Footer .foot .foot_txt a img{margin-right:5px;}
.Footer .foot .foot_txt a:hover{color: #c00;}
.Footer .foot .dzjg{width:auto;height:82px;overflow: hidden;float:left;margin-right:17px;}
.Footer .foot .dzjg span{display:inline-block;width:auto;line-height:82px;padding:0px 12px;}
.Footer .foot .wbwx{width:236px;height:98px;overflow: hidden;float:left;}
.Footer .foot .wbwx ul li{text-align: center;height: auto;overflow: hidden;float: left;width:50%;}
.Footer .foot .wbwx ul li a{display:block;width:100%;height:100%;overflow:hidden;}
.Footer .foot .wbwx ul li img{max-width:61px; width:auto;height:auto;margin-top:10px;}
.Footer .foot .wbwx ul li span{width: 100%;display: block;line-height:38px;font-size:16px;color: #a7bce7;}
.Footer .links{width: 100%;height: 38px;line-height: 38px;background:#0053cd;text-align:center;}
.Footer .links a,
.Footer .links span{color: #ffffff;font-size: 16px;}
.Footer .links span{padding: 0px 10px;}
.Footer .links a:hover{color: #c00;}
/*版本切换*/
.VersionPart{ display: block; font-size: 14px; line-height: 1.5; padding: 8px 0; background: #0f4fb9;color: #ffffff;text-align: center;}
.VersionPart .Version{display: none; 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;}