@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;
}
.productsTable{
    width: 1200px;
    margin: auto;
}
.productsTable > div{
    display: flex;
    justify-content: space-between;
}
.productsTable .twoMenu{
    width: 20%;
    border: 1px solid #dedede;
    height: 240px;
}
.productsTable .twoMenu dt{
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #0091dd;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.productsTable .twoMenu dd{
    padding: 10px;
}
.productsTable .twoMenu dd div{
    padding-bottom: 10px;
}
.productsTable .twoMenu dd div img{
    width: 100%;
}
.productsTable .twoMenu dd p{
    width: 100%;
    padding-bottom: 10px;
}
.productsTable table{
    width: 75%;
    /*border-style:dotted;*/
    /*border-color: #999;*/
    /*border-width: 2px;*/
    border-left: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
}
.productsTable table thead{
    background-color: #0091dd;
}
.productsTable table thead td{
    height: 40px;
    color: #fff;
    border-right: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}
.productsTable table td{
    border-right: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    box-sizing: border-box;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
}
.productsTable table td a{
    display: block;
    width: 100%;
    height: 100%;
}
.productsTable table tr td:nth-child(1),.productsTable table tr td:nth-child(3){
    text-align: center;
    padding: 0;
}
.productsTable table thead,.productsTable table thead tr,.productsTable table thead td{
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
}
.productsTable table img{
    width: 20px;
}