@charset "utf-8";
body { overflow-y: visible !important; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: moz-none; user-select: none; }
body * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
fieldset, img { border: 0 none; }
address, caption, cite, code, dfn, em, th, var, b, h1, h2, h3 { font-style: normal; font-weight: normal; }
ol, ul, li { list-style-type: none; }
em, i { font-style: normal; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; font-variant: normal; }
table { border-collapse: collapse; border-spacing: 0; }
th, td, caption { vertical-align: top; text-align: left; }
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="date"], input[type="month"], input[type="tel"], input[type="radio"], input[type="checkbox"], button { -webkit-appearance: none; -moz-appearance: none; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
input[type="search"] { -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
img { vertical-align: middle; font-size: 0; }
header, footer, section, nav, menu, details, hgroup, figure, figcaption, article, aside { margin: 0; padding: 0; display: block; }
::-moz-placeholder, ::-webkit-input-placeholder {
 color:#546374;
}
a { text-decoration: none; color: #666; -webkit-tap-highlight-color: rgba(0,0,0,0); }
a:hover { opacity: 1 }
.clear { clear: both; font-size: 0; height: 0; line-height: 0; overflow: hidden; }
.clearfix:after { clear: both; content: ""; display: block; font-size: 0; height: 0; visibility: hidden; }
.clearfix { zoom: 1; }
/*body,html{
    width: 100%;
    height: 100%;
    font-size: 100px;
    overflow-x: hidden;
    -webkit-overflow-scrolling:touch;
}*/
body { font-size: 0.14rem; line-height: 1.8; font-family: BrushScriptStd, Hiragino Sans GB, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Arial; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; color: #666666; }

@media (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio : 2) {
html { font-size: 117.1875px; }
}

@media (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio : 3) {
html { font-size: 129.375px; }
}
.ui.layout { display: -webkit-box; display: -webkit-flex; display: flex; }
.ui.layout > .row-1 { -moz-box-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
.ui.layout > .row-2 { -moz-box-flex: 2; -webkit-box-flex: 2; -webkit-flex: 2; flex: 2; }
.ui.layout > .row-3 { -moz-box-flex: 3; -webkit-box-flex: 3; -webkit-flex: 3; flex: 3; }
.ui.layout > .row-4 { -moz-box-flex: 4; -webkit-box-flex: 4; -webkit-flex: 4; flex: 4; }
.ui.layout > .row-5 { -moz-box-flex: 5; -webkit-box-flex: 5; -webkit-flex: 5; flex: 5; }
section.main { width: 100%; height: 100%; z-index: 100; }
section.main.fixed { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; box-orient: vertical; -webkit-flex-direction: column; flex-direction: column;                       /*将项目垂直实现*/ }
section.main.fixed > article { -moz-box-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; overflow-x: hidden; overflow-y: scroll; height: 100%; position: relative; }
.wrap { margin-left: auto; margin-right: auto; width: 6.4rem; }
body { font-family: '微软雅黑'; }
/*footer { position: fixed; bottom: 0; width: 100%; }*/
.fr { float: right; }
.fl { float: left; }
.w100 { width: 100%!important; }
.w1200{width: 1200px; margin: 0 auto;}
.tl{text-align: left;}
.tr{text-align: right;}
.flex{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.current{
    background-color: #025581 !important;
    color: #fff;
}
.footer_all{
    height: .8rem;
    text-align: center;
    line-height: .8rem;
}
.go-top{
    width: .8rem;
    height: .8rem;
    border-radius: .4rem;
    background-color: rgba(0,0,0,.3);
    color: rgba(255,255,255,.8);
    text-align: center;
    line-height: .8rem;
    position: fixed;
    bottom: 15%;
    right: 4%;
    display: none;
}
.pf_nav{
    width: 100%;
    position: fixed;
    top: 65px;
    left: 100%;
    background-color: #fff;
    height: 100%;
    z-index: 999;
}
.pf_nav li{
    width: 100%;
    text-align: center;
}
.pf_nav li a{
    display: block;
    text-align: center;
    border-bottom: 1px solid #ededed;
    width: 80%;
    margin: 0 auto;
    padding: .2rem 0;
}