@charset "utf-8";
/* CSS Document */
/*通用页面样式、顶部*/
*{margin:0; padding:0; list-style-image: none;list-style-type: none;}
html{
-webkit-text-size-adjust: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-text-size-adjust: none;
    background-attachment: fixed;
        background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: center center;}
body{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: 5px;height: 5px;background-color: #f5f5f5;}/*滚动条高宽及背景*/
::-webkit-scrollbar-track{background-color: #f5f5f5;} /*定义滚动条轨道*/
::-webkit-scrollbar-thumb{background-color: #3B3B3B;border-radius: 22px;}/*滑块*/
::-webkit-scrollbar-thumb:hover{background-color:#3B3B3B}/*滑块触发*/
::-webkit-scrollbar-corner{background-color: #d3d3d3;}/*边角，即两个滚动条的交汇处*/
/*二级页面顶部导航*/

.ContextIcon{
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 10px;
    margin-bottom: 8px;
    padding-right: 7px;
}
.textos{
    font-family: '造字工房典黑（非商用）超粗体';
    margin-right: 10px;
    letter-spacing: 4px;
    float: left;
    width: 100%;
}
#background1{background-image: url(../images/liwu.svg) !important;background-repeat: no-repeat !important;background-size: contain !important; background-position: right 63px;}
#background2{background-image: url(../images/neitui.svg) !important;background-repeat: no-repeat !important;background-size: contain !important;background-position: right 63px; }
#background3{background-image: url(../images/dengdai.svg) !important;background-repeat: no-repeat !important;background-size: contain !important;background-position: right 63px; }
#background4{background-image: url(../images/jianli.svg) !important;background-repeat: no-repeat !important;background-size: contain !important;background-position: right 63px; }

.two_top{height: 70px;padding-top: 30px;margin-right: auto;margin-left: auto;background-position: bottom;}
.two_logo{  margin: auto;
    text-align: center;
    padding-top: 40px;}
.two_logo a{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;}

#stage{overflow: hidden;}
/*版权信息*/
.copyright_k{width: 100%;margin: auto;}
.copyright{border-top-width: 1px;border-top-style: solid;border-top-color: #ffffff21;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: #fff;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: #3d3d3d;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: right;}
.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: #a6a6a6;font-family: "微软雅黑";font-size: 14px;padding-left: 6px;text-decoration: none;line-height: 15.5px;}
.hda a:hover{text-decoration: none;background-image: url(../images/v6/hda_icon.svg);opacity: 0.7;}
