<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 */
/*通用页面样式、顶部*/
*{margin:0; padding:0; list-style-image: none;list-style-type: none;}
html{-webkit-text-size-adjust:none;}
body{background-color: #fcd52f;font-family: "微软雅黑"; background-repeat: repeat-y; background-position: center;}
img{border:none;}
.fix{clear:both;height: 1px;font-size: 0px;}
::selection{color: #333;background: #ffe74f;}/*内容选中效果*/
/*自定义滚动条*/
::-webkit-scrollbar{width: 10px;height: 10px;background-color: #f5f5f5;}/*滚动条高宽及背景*/
::-webkit-scrollbar-track{background-color: #f5f5f5;} /*定义滚动条轨道*/
::-webkit-scrollbar-thumb{background-color: #ffc500;border-radius: 22px;}/*滑块*/
::-webkit-scrollbar-thumb:hover{background-color:#3B3B3B}/*滑块触发*/
::-webkit-scrollbar-corner{background-color: #d3d3d3;}/*边角，即两个滚动条的交汇处*/
/*二级页面顶部导航*/

.two_top{height: 70px;padding-top: 30px;margin-right: auto;margin-left: auto;background-position: bottom;}
.two_logo{height: 40px;width: 126px;float: left;padding-left: 30px;}
.two_logo a{text-decoration: none;display: block;height: 56px; width: 56px; background-image: url(../images/web_logo.svg); background-size: 148px 83px;background-repeat: no-repeat;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);transform: rotate(0deg);background-position: left;}
.two_logo a:hover{height: 56px; width: 150px;background-image: url(../images/web_logo.svg);background-repeat: no-repeat;}
#stage{overflow: hidden;}
/*版权信息*/
.copyright_k{
    width: 100%;
    margin: auto;
    position: absolute;
    bottom: 0px;
    z-index: 100;
    }
.copyright{border-top-width: 1px;border-top-style: solid;border-top-color:#f9e492;height: 70px;padding-top: 35px;width: 90%;margin: auto;}
.copyright_z{float: left;}
.copyright_z dd.copyright_wz{height: 50px;font-family: "微软雅黑";font-size: 12px;color: #CCC;float: left;padding-right: 30px;overflow: hidden;}
.copyright_z dd.copyright_wz a{-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);font-family: "微软雅黑";font-size: 12px;color: #666666;line-height: 45px;text-decoration: none;}
.copyright_z dd.copyright_wz a:hover{text-decoration: none;color: #999999;}
.copyright_y{height: 40px;padding-top: 10px;float: left;}
.hda{float: right;height: 30px;}
.hda a{display: block;height: 30px;background-image: url(../images/v6/hda_icon.svg);background-size: 30px 30px;background-repeat: no-repeat;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);transform: rotate(0deg);background-position: left center;color: #666;font-family: "微软雅黑";font-size: 14px;padding-left: 36px;text-decoration: none;line-height: 15.5px;}
.hda a:hover{text-decoration: none;background-image: url(../images/v6/hda_icon.svg);opacity: 0.7;}
</pre></body></html>