﻿/*初始化111*/

html,
body {
    margin: 0;
    padding: 0;
}

.pagebox {
    position: relative;
}

@font-face {
    font-family: 'iconfont';
    src: url('../public/PFDinTextCompPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'iconfont1';
    src: url('/upload/font/ImpactMTStd.otf') format('opentype');
}

* {
    font-family: "iconfont";
    font-weight: normal !Important;
}

#w_common_text-1605971759380 span,
#w_common_text-1606056093846 span,
#w_common_text-1606056188751 span,
#w_common_text-1606056199827 span,
#w_common_text-1606056199848 span,
#w_common_text-1606056200827 span,
#w_common_text-1606056200853 span,
#w_common_text-1606056205265 span,
#w_common_text-1606056205296 span {
    font-size: 15px !important;
}


/* .content { background-image: linear-gradient(120deg, #004e94 0%, #0079b7 100%); min-height: 100%; position: fixed; width: 100%; height: 100%; top: 0; left: 0; overflow: hidden; z-index: 9998; } */

.loader {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 2em;
    top: 50%;
    margin-top: -1em;
}

.loader_letter {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 0 .2em;
    font-size: 2em;
    line-height: 1;
    position: relative;
    display: inline-block;
    animation: bounce 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) infinite alternate;
}

.loader_letter:nth-child(1) {
    animation-delay: 0s;
}

.loader_letter:nth-child(2) {
    animation-delay: 0.05s;
}

.loader_letter:nth-child(3) {
    animation-delay: 0.1s;
}

.loader_letter:nth-child(4) {
    animation-delay: 0.15s;
}

.loader_letter:nth-child(5) {
    animation-delay: 0.2s;
}

.loader_letter:nth-child(6) {
    animation-delay: 0.25s;
}

.loader_letter:nth-child(7) {
    animation-delay: 0.3s;
}

@keyframes bounce {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-1em);
    }
}

@keyframes hue {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}

html::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #ddd;
}

html::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #ddd;
}

html::-webkit-scrollbar-thumb {
    border-radius: 0;
    width: 17px;
    height: 17px;
    background-color: #ccc
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:link,
a:visited {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

.tb {
    display: table;
    height: 100%;
    width: 100%;
}

.tb_c {
    display: table-cell;
    vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.p_more {
    font-size: 14px!important;
}

@media only screen and (max-width: 768px) {
    /*å°å±*/
    #w_fimg-1614130026077 {
        margin: 20px auto 5px !important;
    }
    #w_common_text-1614130026085 {
        margin: 15px auto 20px !important;
    }
    #w_grid-1607593384526 {
        width: 90% !important;
        margin: 3% auto !important;
        padding: 0 !important;
    }
    #w_common_text-1562994313032 {
        margin-top: 25px !important;
    }
    #w_common_text-1562994313032 p,
    #w_common_text-1605971759380 p {
        text-align: left !important;
    }
    #w_common_text-1562994313032 span {
        font-size: 18px !Important;
    }
    #c_portalResPublic_codeContainer-15724135524224688 {
        margin-top: 40px !Important;
        margin-bottom: 30px !Important;
    }
    #content_box-1606044631933-1,
    #content_box-1572413891626-1 {
        display: none;
    }
    .f-contact dd {
        font-size: 16px !important;
    }
    #w_grid-1606044631933 {
        margin-top: 40px !important;
    }
    #c_portalResPublic_codeContainer-16060446317427891 {
        margin-bottom: 20px !important;
    }
    #w_grid-1554790406047 {
        width: 90% !important;
    }
    #c_portalResPublic_codeContainer-15547891930674556 {
        margin: 5% 0!important;
    }
    #c_portalResPublic_codeContainer-15547991674186979 {
        margin: 5% 0!important;
    }
    #c_portalResPublic_codeContainer-15547959946613148 {
        margin-top: 30px !important;
    }
}