<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@import url( reset.css);


.Footer{width: 100%;height: 221px;background-color: #0083ff;/* margin-top: 50px; */}
.footer{width: 1400px; height:auto; margin: 0 auto; overflow: hidden;}
.link{display: flex;justify-content: space-between; margin-top: 15px; margin-bottom: 14px;}
.link li{width: 327px; height: 50px; background-color: #2695ff; border-radius: 6px;    cursor: pointer; position: relative;}
.Footer .link ul.layui-menu { display: none;}
.Footer .link&gt;li&gt;font { display: block; line-height: 50px; padding: 0px 30px; font-size: 18px; color: #ffffff;}
.Footer .link&gt;li::after { content: ''; display: block; position: absolute; width: 10px; height: 50px; top: 0px; right: 30px; background: url(../images/xl.png) no-repeat center center;}
.layui-menu li { position: relative; margin: 1px 0; width: calc(100% + 1px); line-height: 26px; color: rgba(0, 0, 0, .8); font-size: 14px; white-space: nowrap; cursor: pointer;}
.YqljDropDown.layui-dropdown {overflow-x: hidden;max-height:300px;width:290px;border: 1px solid #c2c5c7;box-shadow: 0px 0px 10px -2px #cfc9ca;}
.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: #0083ff;border-radius: 5px;}
.YqljDropDown.layui-dropdown .layui-menu-body-title a {white-space: normal;line-height: 1.3;padding: 9px 15px;}

.info{display: flex; width: 100%; margin-bottom: 7px;}
.info li{font-size: 14px; color: #dff4e9; margin-right: 12px;}
.info li a{font-size: 14px; color: #dff4e9;}

.textinfo{width: 100%; height: 50px; background-color: #0053cd;    margin-top: 11px;}
.footertwo{display: flex; justify-content: space-between;}
.textinfo ul{display: flex; width: 484px; margin: 0 auto; align-items: center; height: 50px; justify-content: space-between;}
.textinfo li{font-size: 15px; color: #dff4e9;}
.textinfo li a{font-size: 15px; color: #dff4e9; font-weight: bold;}


</pre></body></html>