@charset "UTF-8";
.ml0 {
    margin-left: 0px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.p0 {
    padding: 0 !important;
}

.m0 {
    margin: 0 !important;
}

.nowrap {
    white-space: nowrap;
}

.tl {
    text-align: left;
}

.te {
    text-align: center;
}

.tr {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.t1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hidden {
    display: none;
}

.block {
    display: block !important;
}

.inlineBlock {
    display: inline-block !important;
}

.inline {
    display: inline !important;
}

.bgWhite {
    background: #ffffff;
}

.r10 {
    border-radius: 10px;
    overflow: hidden;
}

.arrowBtn {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #cdcdcd;
    position: relative;
}

.arrowBtn:after {
    content: ' ';
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #cdcdcd;
    border-bottom: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 4px;
    top: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.arrowBtn.active {
    border-color: #003399;
}

.arrowBtn.active:after {
    border-color: #003399;
}

.arrowBtn.left:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 7px;
    top: 5px;
}

.arrowBtn.top:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px;
    top: 7px;
}

.arrowBtn.down:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 5px;
    top: 4px;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    width: 100%;
    min-width: 100%;
    background: #eeeeee;
    line-height: 1;
    font-family: "Microsoft Yahei";
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

li {
    list-style: none;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
}

button {
    overflow: visible;
    background: transparent;
}

button:focus {
    outline: none;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input:active,
input:focus {
    outline: none;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

body:before,
body:after {
    content: "";
    display: table;
}

body:after {
    clear: both;
}

a {
    color: #004098;
    text-decoration: none;
}

a:hover {
    color: #004098;
    text-decoration: underline;
}

a:focus {
    outline: none;
}

.LContainer {
    width: 1200px;
    margin: auto;
    zoom: 1;
}

.LContainer:after {
    content: '';
    display: block;
    clear: both;
}

.LContainer .leftBanner {
    width: 690px;
    height: 260px;
    float: left;
}

.LContainer .leftBanner .hover-show {
    display: none;
}

.LContainer .leftBanner:hover .hover-show {
    display: block;
}

.LContainer .LMain {
    width: 830px;
    margin-right: 20px;
    float: left;
}

.LContainer .LSide {
    width: 350px;
    float: left;
    overflow: hidden;
}

.LContainer .LSide.isHome {
    padding-top: 53px;
}

.LWrapper {
    background: #ffffff;
    padding: 10px 0;
}

.contentBanner {
    width: 100%;
    background: #DEDEDE;
}

.contentBanner .content-view {
    width: 1200px;
    height: calc(100% - 20px);
    overflow-y: auto;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contentBanner .content-view .content-left {
    width: 366px;
    height: calc(100% - 10px);
    background: #ffffff;
    float: left;
    padding-top: 10px;
    padding-left: 34px;
}

.contentBanner .content-view .content-left .title {
    height: 18px;
    font-size: 18px;
    color: #4A4A4A;
    padding-left: 15px;
    font-weight: bold;
    border-left: 5px solid #003399;
}

.contentBanner .content-view .content-left .input {
    margin-top: 30px;
    width: 340px;
    height: 30px;
    line-height: 30px;
}

.contentBanner .content-view .content-left .circle {
    width: 8px;
    height: 8px;
    border: 1px solid #FFCC00;
    border-radius: 50%;
    float: left;
    margin-top: 11px;
}

.contentBanner .content-view .content-left .circle div {
    width: 4px;
    height: 4px;
    background: #FFCC00;
    border-radius: 50%;
    margin: 2px;
}

.contentBanner .content-view .content-left .label {
    width: 75px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    color: #666666;
    float: left;
}

.contentBanner .content-view .content-left .edit {
    width: 109px;
    height: 29px;
    background: #FBF9D2;
    border: 1px solid #CCCCCC;
    opacity: 1;
    text-align: center;
    text-align-last: center;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
    margin-right: 5px;
}

.contentBanner .content-view .content-left .clear {
    float: left;
    width: 96px;
    height: 40px;
    background: #FBF9D2;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.contentBanner .content-view .content-left .confirm {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    width: 236px;
    height: 40px;
    margin-left: 7px;
    background: #003399;
}

.contentBanner .content-view .content-left .result {
    width: 400px;
    height: 90px;
    background: #EEF4FC;
    margin-top: 30px;
    margin-left: -34px;
}

.contentBanner .content-view .content-left .result .res {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 26px;
    color: #003399;
}

.contentBanner .content-view .content-left .result .input {
    padding: 30px;
    width: 340px;
    height: 30px;
    line-height: 30px;
}

.contentBanner .content-view .content-left .edit::placeholder {
    color: #AAAAAA;
    font-weight: normal;
}

.contentBanner .content-view .content-left .edit:last-child {
    margin-right: 0;
    margin-left: 5px;
    height: 31px;
}

.contentBanner .content-view .content-left .select {
    width: 230px;
    height: 31px;
    background: #FBF9D2;
    border: 1px solid #CCCCCC;
    opacity: 1;
    text-align: center;
    text-align-last: center;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
    padding-right: 14px;
}

.place-holder {
    clear: both;
    font-size: 12px;
    color: #ff2852;
    margin-left: 104px;
    margin-top: 10px;
    line-height: 15px;
    display: none;
}

.contentBanner .content-view .content-right {
    width: 735px;
    height: calc(100% - 10px);
    background: #ffffff;
    margin-left: 10px;
    float: left;
    padding-top: 10px;
    padding-left: 34px;
    overflow-y: auto;
}

.contentBanner .content-view .content-right .title {
    height: 18px;
    font-size: 18px;
    color: #4A4A4A;
    padding-left: 15px;
    font-weight: bold;
    border-left: 5px solid #003399;
}

.contentBanner .content-view .content-right ul li {
    margin-top: 50px;
    width: 33%;
    float: left;
    min-height: 135px;
}

.contentBanner .content-view .content-right ul li .header-nav {
    height: 20px;
    line-height: 20px;
    color: #666666;
}

.contentBanner .content-view .content-right ul li .header-nav .circle {
    width: 8px;
    height: 8px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    float: left;
    margin-top: 6px;
    margin-right: 11px;
}

.contentBanner .content-view .content-right ul li .header-nav .circle div {
    width: 4px;
    height: 4px;
    background: #CCCCCC;
    border-radius: 50%;
    margin: 2px;
}

.contentBanner .content-view .content-right ul li .table {
    width: 200px;
    border: 1px solid #EEEEEE;
    margin-top: 14px;
}

.contentBanner .content-view .content-right ul li .table .col {
    border-bottom: 1px dashed #EEEEEE;
    height: 31.5px;
    line-height: 31.5px;
    color: #AAAAAA;
    font-size: 15px;
}

.contentBanner .content-view .content-right ul li .table .col .row1 {
    width: 101px;
    height: 31.5px;
    border-right: 1px dashed #eeeeee;
    float: left;
    padding-right: 13px;
    text-align: right;
}

.contentBanner .content-view .content-right ul li .table .col .row2 {
    width: 72px;
    height: 31.5px;
    float: left;
    padding-left: 13px;
    text-align: left;
}

.contentBanner .content-view .content-right ul li .table .col:last-child {
    border: 0px solid #EEEEEE;
}

.cableBanner {
    width: 100%;
    background: #DEDEDE;
}

.cableBanner .content-view {
    width: 1200px;
    height: calc(100% - 20px);
    overflow-y: auto;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cableBanner .content-view .content-left {
    width: 466px;
    height: calc(100% - 10px);
    background: #ffffff;
    float: left;
    padding-top: 10px;
    padding-left: 34px;
}

.cableBanner .content-view .content-left .title {
    height: 18px;
    font-size: 18px;
    color: #4A4A4A;
    padding-left: 15px;
    font-weight: bold;
    border-left: 5px solid #003399;
}

.cableBanner .content-view .content-left .input {
    margin-top: 30px;
    width: 500px;
    height: 30px;
    line-height: 30px;
}

.cableBanner .content-view .content-left .circle {
    width: 8px;
    height: 8px;
    border: 1px solid #FFCC00;
    border-radius: 50%;
    float: left;
    margin-top: 11px;
}

.cableBanner .content-view .content-left .circle div {
    width: 4px;
    height: 4px;
    background: #FFCC00;
    border-radius: 50%;
    margin: 2px;
}

.cableBanner .content-view .content-left .label {
    width: 180px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    color: #666666;
    float: left;
}

.cableBanner .content-view .content-left .dd {
    width: auto;
    margin-left: 10px;
    font-size: 15px;
    color: #666666;
    float: left;
}

.cableBanner .content-view .content-left .edit {
    width: 170px;
    height: 29px;
    background: #FBF9D2;
    border: 1px solid #CCCCCC;
    opacity: 1;
    text-align: center;
    text-align-last: center;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
    margin-right: 5px;
}

.cableBanner .content-view .content-left .clear {
    float: left;
    width: 96px;
    height: 40px;
    background: #FBF9D2;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.cableBanner .content-view .content-left .confirm {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    width: 319px;
    height: 40px;
    margin-left: 7px;
    background: #003399;
}

.cableBanner .content-view .content-left .result {
    width: 500px;
    height: 90px;
    background: #EEF4FC;
    margin-top: 30px;
    margin-left: -34px;
}

.cableBanner .content-view .content-left .result .res {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 26px;
    color: #003399;
}

.cableBanner .content-view .content-left .result .input {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    width: 440px;
    height: 30px;
    line-height: 30px;
}

.cableBanner .content-view .content-left .result .input:last-child {
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    width: 440px;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
}

.cableBanner .content-view .content-left .edit::placeholder {
    color: #AAAAAA;
    font-weight: normal;
}

.cableBanner .content-view .content-left .edit:last-child {
    margin-right: 0;
    margin-left: 5px;
    height: 31px;
}

.cableBanner .content-view .content-left .select {
    width: 230px;
    height: 31px;
    background: #FBF9D2;
    border: 1px solid #CCCCCC;
    opacity: 1;
    text-align: center;
    text-align-last: center;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
    padding-right: 14px;
}

.cableBanner .content-view .content-right {
    width: 600px;
    height: calc(100% - 10px);
    background: #ffffff;
    margin-left: 10px;
    float: left;
    padding-top: 10px;
    padding-left: 34px;
    overflow-y: auto;
}

.cableBanner .content-view .content-right .title {
    height: 18px;
    font-size: 18px;
    color: #4A4A4A;
    padding-left: 15px;
    font-weight: bold;
    border-left: 5px solid #003399;
}

.cableBanner .content-view .content-right ul li {
    margin-top: 50px;
    width: 33%;
    float: left;
}

.cableBanner .content-view .content-right ul li .header-nav {
    height: 20px;
    line-height: 20px;
    color: #666666;
}

.cableBanner .content-view .content-right ul li .header-nav .circle {
    width: 8px;
    height: 8px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    float: left;
    margin-top: 6px;
    margin-right: 11px;
}

.cableBanner .content-view .content-right ul li .header-nav .circle div {
    width: 4px;
    height: 4px;
    background: #CCCCCC;
    border-radius: 50%;
    margin: 2px;
}

.cableBanner .content-view .content-right ul li .table {
    width: 200px;
    border: 1px solid #EEEEEE;
    margin-top: 14px;
}

.cableBanner .content-view .content-right ul li .table .col {
    border-bottom: 1px dashed #EEEEEE;
    height: 31.5px;
    line-height: 31.5px;
    color: #AAAAAA;
    font-size: 15px;
}

.cableBanner .content-view .content-right ul li .table .col .row1 {
    width: 101px;
    height: 31.5px;
    border-right: 1px dashed #eeeeee;
    float: left;
    padding-right: 13px;
    text-align: right;
}

.cableBanner .content-view .content-right ul li .table .col .row2 {
    width: 72px;
    height: 31.5px;
    float: left;
    padding-left: 13px;
    text-align: left;
}

.cableBanner .content-view .content-right ul li .table .col:last-child {
    border: 0px solid #EEEEEE;
}

.hardnessBanner {
    width: 100%;
    background: #DEDEDE;
}

.hardnessBanner .content-view {
    width: 1200px;
    height: calc(100% - 20px);
    overflow-y: auto;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hardnessBanner .content-view .content-left {
    width: 366px;
    height: calc(100% - 10px);
    background: #ffffff;
    float: left;
    padding-top: 10px;
    padding-left: 34px;
}

.hardnessBanner .content-view .content-left .title {
    height: 18px;
    font-size: 18px;
    color: #4A4A4A;
    padding-left: 15px;
    font-weight: bold;
    border-left: 5px solid #003399;
}

.hardnessBanner .content-view .content-left .input {
    margin-top: 30px;
    width: 339px;
    height: 30px;
    line-height: 30px;
}

.hardnessBanner .content-view .content-left .circle {
    width: 8px;
    height: 8px;
    border: 1px solid #FFCC00;
    border-radius: 50%;
    float: left;
    margin-top: 11px;
}

.hardnessBanner .content-view .content-left .circle div {
    width: 4px;
    height: 4px;
    background: #FFCC00;
    border-radius: 50%;
    margin: 2px;
}

.hardnessBanner .content-view .content-left .label {
    width: 76px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    color: #666666;
    float: left;
}

.hardnessBanner .content-view .content-left .dd {
    width: 74px;
    margin-left: 10px;
    font-size: 15px;
    color: #666666;
    float: left;
    overflow: hidden;
    height: 30px;
}

.hardnessBanner .content-view .content-left .edit {
    width: 113px;
    height: 29px;
    background: #FBF9D2;
    border: 1px solid #CCCCCC;
    opacity: 1;
    text-align: center;
    text-align-last: center;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
    margin-right: 5px;
}

.hardnessBanner .content-view .content-left .clear {
    float: left;
    width: 96px;
    height: 40px;
    background: #FBF9D2;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.hardnessBanner .content-view .content-left .confirm {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    width: 200px;
    height: 40px;
    margin-left: 7px;
    margin-right: 7px;
    background: #003399;
}

.hardnessBanner .content-view .content-left .result {
    width: 400px;
    height: 90px;
    background: #EEF4FC;
    margin-top: 30px;
    margin-left: -34px;
}

.hardnessBanner .content-view .content-left .result .res {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 26px;
    color: #003399;
}

.hardnessBanner .content-view .content-left .result .input {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    width: 440px;
    height: 30px;
    line-height: 30px;
}


/* 
.hardnessBanner .content-view .content-left .result .input:last-child {
  padding-top: 0px;
  padding-left: 30px;
  padding-right: 30px;
  width: 440px;
  height: 30px;
  line-height: 30px;
  margin-top: 0;
} */

.hardnessBanner .content-view .content-left .edit::placeholder {
    color: #AAAAAA;
    font-weight: normal;
}

.hardnessBanner .content-view .content-left .edit:last-child {
    margin-right: 0;
    margin-left: 5px;
    height: 31px;
}

.hardnessBanner .content-view .content-left .select {
    width: 200px;
    height: 31px;
    background: #FBF9D2;
    border: 1px solid #CCCCCC;
    opacity: 1;
    text-align: center;
    text-align-last: center;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
    padding-right: 14px;
}

.hardnessBanner .content-view .content-right {
    width: 718px;
    height: calc(100% - 10px);
    background: #ffffff;
    margin-left: 10px;
    float: left;
    padding-top: 10px;
    padding-left: 34px;
    overflow-y: auto;
}

.hardnessBanner .content-view .content-right .title {
    height: 18px;
    font-size: 18px;
    color: #4A4A4A;
    padding-left: 15px;
    font-weight: bold;
    border-left: 5px solid #003399;
}

.hardnessBanner .content-view .content-right ul li {
    margin-top: 50px;
    width: 33%;
    float: left;
}

.hardnessBanner .content-view .content-right ul li .header-nav {
    height: 20px;
    line-height: 20px;
    color: #666666;
}

.hardnessBanner .content-view .content-right ul li .header-nav .circle {
    width: 8px;
    height: 8px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    float: left;
    margin-top: 6px;
    margin-right: 11px;
}

.hardnessBanner .content-view .content-right ul li .header-nav .circle div {
    width: 4px;
    height: 4px;
    background: #CCCCCC;
    border-radius: 50%;
    margin: 2px;
}

.hardnessBanner .content-view .content-right ul li .table {
    width: 200px;
    border: 1px solid #EEEEEE;
    margin-top: 14px;
}

.hardnessBanner .content-view .content-right ul li .table .col {
    border-bottom: 1px dashed #EEEEEE;
    height: 31.5px;
    line-height: 31.5px;
    color: #AAAAAA;
    font-size: 15px;
}

.hardnessBanner .content-view .content-right ul li .table .col .row1 {
    width: 101px;
    height: 31.5px;
    border-right: 1px dashed #eeeeee;
    float: left;
    padding-right: 13px;
    text-align: right;
}

.hardnessBanner .content-view .content-right ul li .table .col .row2 {
    width: 72px;
    height: 31.5px;
    float: left;
    padding-left: 13px;
    text-align: left;
}

.hardnessBanner .content-view .content-right ul li .table .col:last-child {
    border: 0px solid #EEEEEE;
}

.deepBanner {
    width: 100%;
    background: #DEDEDE;
}

.deepBanner .content-view {
    width: 1260px;
    height: calc(100% - 20px);
    overflow-y: auto;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.deepBanner .content-view .content-left {
    width: 485px;
    height: calc(100% - 10px);
    background: #ffffff;
    float: left;
    padding-top: 10px;
    padding-left: 34px;
}

.deepBanner .content-view .content-left .title {
    height: 18px;
    font-size: 18px;
    color: #4A4A4A;
    padding-left: 15px;
    font-weight: bold;
    border-left: 5px solid #003399;
}

.deepBanner .content-view .content-left .input {
    margin-top: 30px;
    float: left;
    height: 30px;
    line-height: 30px;
}

.deepBanner .content-view .content-left .circle {
    width: 8px;
    height: 8px;
    border: 1px solid #FFCC00;
    border-radius: 50%;
    float: left;
    margin-top: 11px;
}

.deepBanner .content-view .content-left .circle div {
    width: 4px;
    height: 4px;
    background: #FFCC00;
    border-radius: 50%;
    margin: 2px;
}

.deepBanner .content-view .content-left .label {
    width: 96px;
    margin-left: 10px;
    font-size: 15px;
    color: #666666;
    float: left;
}

.deepBanner .content-view .content-left .dd {
    width: auto;
    margin-left: 10px;
    font-size: 15px;
    color: #666666;
    float: left;
}

.deepBanner .content-view .content-left .edit {
    width: 72px;
    height: 29px;
    background: #FBF9D2;
    border: 1px solid #CCCCCC;
    opacity: 1;
    /* text-align: center;
  text-align-last: center; */
    padding-left: 5px;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
    margin-right: 5px;
}

.deepBanner .content-view .content-left .clear {
    float: left;
    width: 106px;
    height: 40px;
    background: #FBF9D2;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.deepBanner .content-view .content-left .confirm {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    width: 356px;
    height: 40px;
    margin-left: 7px;
    background: #003399;
}

.deepBanner .content-view .content-left .result {
    width: 519px;
    height: 90px;
    background: #EEF4FC;
    margin-top: 30px;
    margin-left: -34px;
}

.deepBanner .content-view .content-left .result .res {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 30px;
    color: #003399;
}

.deepBanner .content-view .content-left .result .input {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    width: 440px;
    height: 30px;
    line-height: 30px;
}

.deepBanner .content-view .content-left .result .input:last-child {
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    width: 440px;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
}

.deepBanner .content-view .content-left .edit::placeholder {
    color: #AAAAAA;
    font-weight: normal;
}

.deepBanner .content-view .content-left .edit:last-child {
    /* margin-right: 0; */
    /* margin-left: 5px; */
    height: 31px;
}

.deepBanner .content-view .content-left .select {
    width: 230px;
    height: 31px;
    background: #FBF9D2;
    border: 1px solid #CCCCCC;
    opacity: 1;
    text-align: center;
    text-align-last: center;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
    padding-right: 14px;
}

.deepBanner .content-view .content-right {
    width: 690px;
    height: calc(100% - 10px);
    background: #ffffff;
    margin-left: 10px;
    float: left;
    padding-top: 10px;
    padding-left: 34px;
    overflow-y: auto;
}

.deepBanner .content-view .content-right .title {
    height: 18px;
    font-size: 18px;
    color: #4A4A4A;
    padding-left: 15px;
    font-weight: bold;
    border-left: 5px solid #003399;
}

.deepBanner .content-view .content-right ul li {
    margin-top: 50px;
    width: 33%;
    float: left;
}

.deepBanner .content-view .content-right ul li .header-nav {
    height: 20px;
    line-height: 20px;
    color: #666666;
}

.deepBanner .content-view .content-right ul li .header-nav .circle {
    width: 8px;
    height: 8px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    float: left;
    margin-top: 6px;
    margin-right: 11px;
}

.deepBanner .content-view .content-right ul li .header-nav .circle div {
    width: 4px;
    height: 4px;
    background: #CCCCCC;
    border-radius: 50%;
    margin: 2px;
}

.deepBanner .content-view .content-right ul li .table {
    width: 200px;
    border: 1px solid #EEEEEE;
    margin-top: 14px;
}

.deepBanner .content-view .content-right ul li .table .col {
    border-bottom: 1px dashed #EEEEEE;
    height: 31.5px;
    line-height: 31.5px;
    color: #AAAAAA;
    font-size: 15px;
}

.deepBanner .content-view .content-right ul li .table .col .row1 {
    width: 101px;
    height: 31.5px;
    border-right: 1px dashed #eeeeee;
    float: left;
    padding-right: 13px;
    text-align: right;
}

.deepBanner .content-view .content-right ul li .table .col .row2 {
    width: 72px;
    height: 31.5px;
    float: left;
    padding-left: 13px;
    text-align: left;
}

.deepBanner .content-view .content-right ul li .table .col:last-child {
    border: 0px solid #EEEEEE;
}

.strengthBanner {
    width: 100%;
    background: #DEDEDE;
}

.strengthBanner .content-view {
    width: 1200px;
    height: calc(100% - 20px);
    overflow-y: auto;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.strengthBanner .content-view .content-left {
    width: 466px;
    height: calc(100% - 10px);
    background: #ffffff;
    float: left;
    padding-top: 10px;
    padding-left: 34px;
}

.strengthBanner .content-view .content-left .title {
    height: 18px;
    font-size: 18px;
    color: #4A4A4A;
    padding-left: 15px;
    font-weight: bold;
    border-left: 5px solid #003399;
}

.strengthBanner .content-view .content-left .input {
    margin-top: 30px;
    width: 500px;
    height: 30px;
    line-height: 30px;
}

.strengthBanner .content-view .content-left .circle {
    width: 8px;
    height: 8px;
    border: 1px solid #FFCC00;
    border-radius: 50%;
    float: left;
    margin-top: 11px;
}

.strengthBanner .content-view .content-left .circle div {
    width: 4px;
    height: 4px;
    background: #FFCC00;
    border-radius: 50%;
    margin: 2px;
}

.strengthBanner .content-view .content-left .label {
    width: 135px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    color: #666666;
    float: left;
}

.strengthBanner .content-view .content-left .dd {
    width: auto;
    margin-left: 10px;
    font-size: 15px;
    color: #666666;
    float: left;
}

.strengthBanner .content-view .content-left .edit {
    width: 190px;
    height: 29px;
    background: #FBF9D2;
    border: 1px solid #CCCCCC;
    opacity: 1;
    text-align: center;
    text-align-last: center;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
    margin-right: 5px;
}

.strengthBanner .content-view .content-left .clear {
    float: left;
    width: 96px;
    height: 40px;
    background: #FBF9D2;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.strengthBanner .content-view .content-left .confirm {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    width: 319px;
    height: 40px;
    margin-left: 7px;
    background: #003399;
}

.strengthBanner .content-view .content-left .result {
    width: 500px;
    height: 90px;
    background: #EEF4FC;
    margin-top: 30px;
    margin-left: -34px;
}

.strengthBanner .content-view .content-left .result .res {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 26px;
    color: #003399;
    float: left;
    /* width: 180px;
  height: 29px;
  background: #FBF9D2;
  border: 1px solid #CCCCCC;
  text-align: center; */
}

.strengthBanner .content-view .content-left .result .input {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    width: 440px;
    clear: both;
    height: 30px;
    line-height: 30px;
}

.strengthBanner .content-view .content-left .result .input:last-child {
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    width: 440px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}

.strengthBanner .content-view .content-left .edit::placeholder {
    color: #AAAAAA;
    font-weight: normal;
}

.strengthBanner .content-view .content-left .edit:last-child {
    margin-right: 0;
    margin-left: 5px;
    height: 31px;
}

.strengthBanner .content-view .content-left .select {
    width: 230px;
    height: 31px;
    background: #FBF9D2;
    border: 1px solid #CCCCCC;
    opacity: 1;
    text-align: center;
    text-align-last: center;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
    padding-right: 14px;
}

.strengthBanner .content-view .content-right {
    width: 600px;
    height: calc(100% - 10px);
    background: #ffffff;
    margin-left: 10px;
    float: left;
    padding-top: 10px;
    padding-left: 34px;
    overflow-y: auto;
}

.strengthBanner .content-view .content-right .title {
    height: 18px;
    font-size: 18px;
    color: #4A4A4A;
    padding-left: 15px;
    font-weight: bold;
    border-left: 5px solid #003399;
}

.strengthBanner .content-view .content-right ul li {
    margin-top: 20px;
    width: 90%;
    font-size: 15px;
}

.strengthBanner .content-view .content-right ul li .header-nav {
    line-height: 30px;
    color: #666666;
}

.strengthBanner .content-view .content-right ul li .header-nav .circle {
    width: 8px;
    height: 8px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    float: left;
    margin-top: 10px;
    margin-right: 11px;
}

.strengthBanner .content-view .content-right ul li .header-nav .circle div {
    width: 4px;
    height: 4px;
    background: #CCCCCC;
    border-radius: 50%;
    margin: 2px;
}

.strengthBanner .content-view .content-right ul li .table {
    width: 200px;
    border: 1px solid #EEEEEE;
    margin-top: 14px;
}

.strengthBanner .content-view .content-right ul li .table .col {
    border-bottom: 1px dashed #EEEEEE;
    height: 31.5px;
    line-height: 31.5px;
    color: #AAAAAA;
    font-size: 15px;
}

.strengthBanner .content-view .content-right ul li .table .col .row1 {
    width: 101px;
    height: 31.5px;
    border-right: 1px dashed #eeeeee;
    float: left;
    padding-right: 13px;
    text-align: right;
}

.strengthBanner .content-view .content-right ul li .table .col .row2 {
    width: 72px;
    height: 31.5px;
    float: left;
    padding-left: 13px;
    text-align: left;
}

.strengthBanner .content-view .content-right ul li .table .col:last-child {
    border: 0px solid #EEEEEE;
}

.vacuumBanner {
    width: 100%;
    background: #DEDEDE;
}

.vacuumBanner .content-view {
    width: 1200px;
    height: calc(100% - 20px);
    overflow-y: auto;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.vacuumBanner .content-view .content-left {
    width: 466px;
    height: calc(100% - 10px);
    background: #ffffff;
    float: left;
    padding-top: 10px;
    padding-left: 34px;
}

.vacuumBanner .content-view .content-left .title {
    height: 18px;
    font-size: 18px;
    color: #4A4A4A;
    padding-left: 15px;
    font-weight: bold;
    border-left: 5px solid #003399;
}

.vacuumBanner .content-view .content-left .input {
    margin-top: 30px;
    width: 500px;
    height: 30px;
    line-height: 30px;
}

.vacuumBanner .content-view .content-left .circle {
    width: 8px;
    height: 8px;
    border: 1px solid #FFCC00;
    border-radius: 50%;
    float: left;
    margin-top: 11px;
}

.vacuumBanner .content-view .content-left .circle div {
    width: 4px;
    height: 4px;
    background: #FFCC00;
    border-radius: 50%;
    margin: 2px;
}

.vacuumBanner .content-view .content-left .label {
    width: 125px;
    margin-left: 10px;
    /* margin-right: 10px; */
    font-size: 15px;
    color: #666666;
    float: left;
}

.vacuumBanner .content-view .content-left .dd {
    width: 80px;
    font-size: 15px;
    color: #666666;
    float: left;
}

.vacuumBanner .content-view .content-left .auto {
    width: 73px;
    height: 31px;
    background: #EEF4FC;
    opacity: 1;
    font-size: 15px;
    color: #666666;
    /* margin-left: 10px; */
    margin-right: 5px;
    float: left;
}

.vacuumBanner .content-view .content-left .edit {
    width: 105px;
    height: 29px;
    background: #FBF9D2;
    border: 1px solid #CCCCCC;
    opacity: 1;
    text-align: center;
    text-align-last: center;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
    margin-right: 5px;
}

.vacuumBanner .content-view .content-left .clear {
    float: left;
    width: 96px;
    height: 40px;
    background: #FBF9D2;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.vacuumBanner .content-view .content-left .confirm {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    width: 319px;
    height: 40px;
    margin-left: 7px;
    background: #003399;
}

.vacuumBanner .content-view .content-left .result {
    width: 500px;
    height: 90px;
    background: #EEF4FC;
    margin-top: 30px;
    margin-left: -34px;
}

.vacuumBanner .content-view .content-left .result .res {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 26px;
    color: #003399;
    float: left;
    /* width: 180px;
  height: 29px;
  background: #FBF9D2;
  border: 1px solid #CCCCCC;
  text-align: center; */
}

.vacuumBanner .content-view .content-left .result .input {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    width: 440px;
    clear: both;
    line-height: 30px;
    font-weight: bold;
}

.vacuumBanner .content-view .content-left .edit::placeholder {
    color: #AAAAAA;
    font-weight: normal;
}

.vacuumBanner .content-view .content-left .edit:last-child {
    margin-right: 0;
    margin-left: 5px;
    height: 31px;
}

.vacuumBanner .content-view .content-left .select {
    width: 105px;
    height: 31px;
    background: #FBF9D2;
    border: 1px solid #CCCCCC;
    opacity: 1;
    text-align: center;
    text-align-last: center;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
    padding-right: 14px;
}

.vacuumBanner .content-view .content-right {
    width: calc(690px - 23px);
    height: calc(100% - 10px);
    background: #ffffff;
    margin-left: 10px;
    float: left;
    padding-top: 10px;
    padding-left: 23px;
    overflow-y: auto;
}

.vacuumBanner .content-view .content-right .title {
    height: 18px;
    font-size: 18px;
    color: #4A4A4A;
    padding-left: 15px;
    font-weight: bold;
    border-left: 5px solid #003399;
}

.vacuumBanner .content-view .content-right ul li {
    margin-top: 20px;
    width: 90%;
    font-size: 15px;
}

.vacuumBanner .content-view .content-right ul li .header-nav {
    line-height: 30px;
    color: #666666;
}

.vacuumBanner .content-view .content-right ul li .header-nav .circle {
    width: 8px;
    height: 8px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    float: left;
    margin-top: 10px;
    margin-right: 11px;
}

.vacuumBanner .content-view .content-right ul li .header-nav .circle div {
    width: 4px;
    height: 4px;
    background: #CCCCCC;
    border-radius: 50%;
    margin: 2px;
}

.vacuumBanner .content-view .content-right ul li .table {
    width: 200px;
    border: 1px solid #EEEEEE;
    margin-top: 14px;
}

.vacuumBanner .content-view .content-right ul li .table .col {
    border-bottom: 1px dashed #EEEEEE;
    height: 31.5px;
    line-height: 31.5px;
    color: #AAAAAA;
    font-size: 15px;
}

.vacuumBanner .content-view .content-right ul li .table .col .row1 {
    width: 101px;
    height: 31.5px;
    border-right: 1px dashed #eeeeee;
    float: left;
    padding-right: 13px;
    text-align: right;
}

.vacuumBanner .content-view .content-right ul li .table .col .row2 {
    width: 72px;
    height: 31.5px;
    float: left;
    padding-left: 13px;
    text-align: left;
}

.vacuumBanner .content-view .content-right ul li .table .col:last-child {
    border: 0px solid #EEEEEE;
}

.boltBanner {
    width: 100%;
    background: #DEDEDE;
}

.boltBanner .content-view {
    width: 1200px;
    height: calc(100% - 20px);
    overflow-y: auto;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.boltBanner .content-view .content-left {
    width: 466px;
    height: calc(100% - 10px);
    background: #ffffff;
    float: left;
    padding-top: 10px;
    padding-left: 34px;
}

.boltBanner .content-view .content-left .title {
    height: 18px;
    font-size: 18px;
    color: #4A4A4A;
    padding-left: 15px;
    font-weight: bold;
    border-left: 5px solid #003399;
}

.boltBanner .content-view .content-left .input {
    margin-top: 20px;
    width: 500px;
    height: 30px;
    line-height: 30px;
}

.boltBanner .content-view .content-left .circle {
    width: 8px;
    height: 8px;
    border: 1px solid #FFCC00;
    border-radius: 50%;
    float: left;
    margin-top: 11px;
}

.boltBanner .content-view .content-left .circle div {
    width: 4px;
    height: 4px;
    background: #FFCC00;
    border-radius: 50%;
    margin: 2px;
}

.boltBanner .content-view .content-left .label {
    width: 75px;
    margin-left: 10px;
    font-size: 15px;
    color: #666666;
    float: left;
}

.boltBanner .content-view .content-left .dd {
    /* width: 40px; */
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #666666;
    float: left;
    position: relative;
}

.boltBanner .content-view .content-left .dd img {
    margin-left: 5px;
}

.boltBanner .content-view .content-left .dd img:hover+.Model-hint {
    display: block;
}

.boltBanner .content-view .content-left .auto {
    width: 73px;
    height: 31px;
    background: #EEF4FC;
    opacity: 1;
    font-size: 15px;
    color: #666666;
    margin-left: 10px;
    margin-right: 5px;
    float: left;
}

.boltBanner .content-view .content-left .edit {
    width: 221px;
    height: 29px;
    background: #FBF9D2;
    border: 1px solid #CCCCCC;
    opacity: 1;
    text-align: center;
    text-align-last: center;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
    margin-right: 5px;
}

.boltBanner .content-view .content-left .clear {
    float: left;
    width: 96px;
    height: 40px;
    background: #FBF9D2;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.boltBanner .content-view .content-left .confirm {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    width: 319px;
    height: 40px;
    margin-left: 7px;
    background: #003399;
}

.boltBanner .content-view .content-left .result {
    width: 500px;
    height: 90px;
    background: #EEF4FC;
    margin-top: 20px;
    margin-left: -34px;
}

.boltBanner .content-view .content-left .result .res {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 26px;
    color: #003399;
    float: left;
    /* width: 180px;
  height: 29px;
  background: #FBF9D2;
  border: 1px solid #CCCCCC;
  text-align: center; */
}

.boltBanner .content-view .content-left .result .input {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    width: 440px;
    clear: both;
    height: 30px;
    line-height: 30px;
}

.boltBanner .content-view .content-left .result .input:last-child {
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    width: 440px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}

.boltBanner .content-view .content-left .edit::placeholder {
    color: #AAAAAA;
    font-weight: normal;
}

.boltBanner .content-view .content-left .edit:last-child {
    margin-right: 0;
    margin-left: 5px;
    height: 31px;
}

.boltBanner .content-view .content-left .select {
    width: 101px;
    height: 31px;
    background: #FBF9D2;
    border: 1px solid #CCCCCC;
    opacity: 1;
    text-align: center;
    text-align-last: center;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
    padding-right: 14px;
}

.boltBanner .content-view .content-right {
    width: calc(690px - 30px);
    height: calc(100% - 10px);
    background: #ffffff;
    margin-left: 10px;
    float: left;
    padding-top: 10px;
    padding-left: 23px;
    overflow-y: auto;
}

.boltBanner .content-view .content-right .title {
    height: 18px;
    font-size: 18px;
    color: #4A4A4A;
    padding-left: 15px;
    font-weight: bold;
    border-left: 5px solid #003399;
}

.boltBanner .content-view .content-right ul li {
    margin-top: 20px;
    width: 90%;
    font-size: 15px;
}

.boltBanner .content-view .content-right ul li .header-nav {
    line-height: 30px;
    color: #666666;
}

.boltBanner .content-view .content-right ul li .header-nav .circle {
    width: 8px;
    height: 8px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    float: left;
    margin-top: 10px;
    margin-right: 11px;
}

.boltBanner .content-view .content-right ul li .header-nav .circle div {
    width: 4px;
    height: 4px;
    background: #CCCCCC;
    border-radius: 50%;
    margin: 2px;
}

.boltBanner .content-view .content-right ul li .table {
    width: 200px;
    border: 1px solid #EEEEEE;
    margin-top: 14px;
}

.boltBanner .content-view .content-right ul li .table .col {
    border-bottom: 1px dashed #EEEEEE;
    height: 31.5px;
    line-height: 31.5px;
    color: #AAAAAA;
    font-size: 15px;
}

.boltBanner .content-view .content-right ul li .table .col .row1 {
    width: 101px;
    height: 31.5px;
    border-right: 1px dashed #eeeeee;
    float: left;
    padding-right: 13px;
    text-align: right;
}

.boltBanner .content-view .content-right ul li .table .col .row2 {
    width: 72px;
    height: 31.5px;
    float: left;
    padding-left: 13px;
    text-align: left;
}

.boltBanner .content-view .content-right ul li .table .col:last-child {
    border: 0px solid #EEEEEE;
}

.boltBanner .content-view .content-right table td {
    height: 30px;
    font-size: 15px;
    line-height: 20px;
}

.boltBanner .content-view .content-right table .bold {
    font-weight: bold;
}

.boltBanner .content-view .content-right table .bg {
    background-color: #C7EAFB;
}

.boltBanner .content-view .content-right .calc {
    height: 50px;
    font-size: 15px;
    color: #666666;
    margin-top: 20px;
}

.boltBanner .content-view .content-right .calc .left {
    float: left;
    line-height: 50px;
}

.boltBanner .content-view .content-right .calc .right {
    float: left;
    line-height: 24px;
    width: 97px;
    text-align: center;
    margin-left: 5px;
}

.boltBanner .content-view .content-right .calc .right .line {
    width: 97px;
    height: 1px;
    background-color: #707070;
    margin-top: 1px;
}

.syncBanner {
    width: 100%;
    background: #DEDEDE;
}

.syncBanner .content-view {
    width: 1200px;
    height: calc(100% - 20px);
    overflow-y: auto;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.syncBanner .content-view .content-left {
    width: 466px;
    height: calc(100% - 10px);
    background: #ffffff;
    float: left;
    padding-top: 10px;
    padding-left: 34px;
}

.syncBanner .content-view .content-left .title {
    height: 18px;
    font-size: 18px;
    color: #4A4A4A;
    padding-left: 15px;
    font-weight: bold;
    border-left: 5px solid #003399;
}

.syncBanner .content-view .content-left .input {
    margin-top: 30px;
    width: 500px;
    height: 30px;
    line-height: 30px;
}

.syncBanner .content-view .content-left .circle {
    width: 8px;
    height: 8px;
    border: 1px solid #FFCC00;
    border-radius: 50%;
    float: left;
    margin-top: 11px;
}

.syncBanner .content-view .content-left .circle div {
    width: 4px;
    height: 4px;
    background: #FFCC00;
    border-radius: 50%;
    margin: 2px;
}

.syncBanner .content-view .content-left .label {
    width: 180px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    color: #666666;
    float: left;
}

.syncBanner .content-view .content-left .dd {
    width: auto;
    margin-left: 10px;
    font-size: 15px;
    color: #666666;
    float: left;
}

.syncBanner .content-view .content-left .edit {
    width: 170px;
    height: 29px;
    background: #FBF9D2;
    border: 1px solid #CCCCCC;
    opacity: 1;
    text-align: center;
    text-align-last: center;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
    margin-right: 5px;
}

.syncBanner .content-view .content-left .clear {
    float: left;
    width: 96px;
    height: 40px;
    background: #FBF9D2;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.syncBanner .content-view .content-left .confirm {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    width: 319px;
    height: 40px;
    margin-left: 7px;
    background: #003399;
}

.syncBanner .content-view .content-left .result {
    width: 500px;
    height: 90px;
    background: #EEF4FC;
    margin-top: 30px;
    margin-left: -34px;
}

.syncBanner .content-view .content-left .result .res {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 26px;
    color: #003399;
    float: left;
    /* width: 180px;
  height: 29px;
  background: #FBF9D2;
  border: 1px solid #CCCCCC;
  text-align: center; */
}

.syncBanner .content-view .content-left .result .input {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    width: 440px;
    clear: both;
    line-height: 30px;
    font-weight: bold;
}

.syncBanner .content-view .content-left .edit::placeholder {
    color: #AAAAAA;
    font-weight: normal;
}

.syncBanner .content-view .content-left .edit:last-child {
    margin-right: 0;
    margin-left: 5px;
    height: 31px;
}

.syncBanner .content-view .content-left .select {
    width: 230px;
    height: 31px;
    background: #FBF9D2;
    border: 1px solid #CCCCCC;
    opacity: 1;
    text-align: center;
    text-align-last: center;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
    padding-right: 14px;
}

.syncBanner .content-view .content-right {
    width: calc(690px - 34px);
    height: calc(100% - 10px);
    background: #ffffff;
    margin-left: 10px;
    float: left;
    padding-top: 10px;
    padding-left: 24px;
    overflow-y: auto;
}

.syncBanner .content-view .content-right .title {
    height: 18px;
    font-size: 18px;
    color: #4A4A4A;
    padding-left: 15px;
    font-weight: bold;
    border-left: 5px solid #003399;
}

.syncBanner .content-view .content-right ul li {
    margin-top: 50px;
    width: 33%;
    float: left;
}

.syncBanner .content-view .content-right ul li .header-nav {
    height: 20px;
    line-height: 20px;
    color: #666666;
}

.syncBanner .content-view .content-right ul li .header-nav .circle {
    width: 8px;
    height: 8px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    float: left;
    margin-top: 6px;
    margin-right: 11px;
}

.syncBanner .content-view .content-right ul li .header-nav .circle div {
    width: 4px;
    height: 4px;
    background: #CCCCCC;
    border-radius: 50%;
    margin: 2px;
}

.syncBanner .content-view .content-right ul li .table {
    width: 200px;
    border: 1px solid #EEEEEE;
    margin-top: 14px;
}

.syncBanner .content-view .content-right ul li .table .col {
    border-bottom: 1px dashed #EEEEEE;
    height: 31.5px;
    line-height: 31.5px;
    color: #AAAAAA;
    font-size: 15px;
}

.syncBanner .content-view .content-right ul li .table .col .row1 {
    width: 101px;
    height: 31.5px;
    border-right: 1px dashed #eeeeee;
    float: left;
    padding-right: 13px;
    text-align: right;
}

.syncBanner .content-view .content-right ul li .table .col .row2 {
    width: 72px;
    height: 31.5px;
    float: left;
    padding-left: 13px;
    text-align: left;
}

.syncBanner .content-view .content-right ul li .table .col:last-child {
    border: 0px solid #EEEEEE;
}

.plugBanner {
    width: 100%;
    background: #DEDEDE;
}

.plugBanner .content-view {
    width: 1200px;
    height: calc(100% - 20px);
    overflow-y: auto;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.plugBanner .content-view .content-left {
    width: 466px;
    height: calc(100% - 10px);
    background: #ffffff;
    float: left;
    padding-top: 10px;
    padding-left: 34px;
}

.plugBanner .content-view .content-left .title {
    height: 18px;
    font-size: 18px;
    color: #4A4A4A;
    padding-left: 15px;
    font-weight: bold;
    border-left: 5px solid #003399;
}

.plugBanner .content-view .content-left .input {
    margin-top: 12px;
    width: 500px;
    height: 30px;
    line-height: 30px;
}

.plugBanner .content-view .content-left .circle {
    width: 8px;
    height: 8px;
    border: 1px solid #FFCC00;
    border-radius: 50%;
    float: left;
    margin-top: 11px;
}

.plugBanner .content-view .content-left .circle div {
    width: 4px;
    height: 4px;
    background: #FFCC00;
    border-radius: 50%;
    margin: 2px;
}

.plugBanner .content-view .content-left .label {
    width: 96px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    color: #666666;
    float: left;
}

.plugBanner .content-view .content-left .dd {
    width: auto;
    margin-left: 10px;
    font-size: 15px;
    color: #666666;
    float: left;
    position: relative;
}

.plugBanner .content-view .content-left .edit {
    width: 204px;
    height: 29px;
    background: #FBF9D2;
    border: 1px solid #CCCCCC;
    opacity: 1;
    text-align: center;
    text-align-last: center;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
    margin-right: 5px;
}

.plugBanner .content-view .content-left .clear {
    float: left;
    width: 96px;
    height: 40px;
    background: #FBF9D2;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.plugBanner .content-view .content-left .confirm {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    width: 319px;
    height: 40px;
    margin-left: 7px;
    background: #003399;
}

.plugBanner .content-view .content-left .result {
    height: 90px;
    background: #EEF4FC;
    margin-top: 30px;
    margin-left: -34px;
}

.plugBanner .content-view .content-left .result .res {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 30px;
    color: #003399;
}

.plugBanner .content-view .content-left .result .input {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    width: 440px;
    height: 30px;
    line-height: 30px;
}

.plugBanner .content-view .content-left .result .input:last-child {
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    width: 440px;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
}

.plugBanner .content-view .content-left .edit::placeholder {
    color: #AAAAAA;
    font-weight: normal;
}

.plugBanner .content-view .content-left .edit:last-child {
    margin-right: 0;
    margin-left: 5px;
    height: 31px;
}

.plugBanner .content-view .content-left .select {
    width: 230px;
    height: 31px;
    background: #FBF9D2;
    border: 1px solid #CCCCCC;
    opacity: 1;
    text-align: center;
    text-align-last: center;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
    padding-right: 14px;
}

.plugBanner .content-view .content-right {
    width: calc(690px - 34px);
    height: calc(100% - 10px);
    background: #ffffff;
    margin-left: 10px;
    float: left;
    padding-top: 10px;
    padding-left: 24px;
    overflow-y: auto;
}

.plugBanner .content-view .content-right .title {
    height: 18px;
    font-size: 18px;
    color: #4A4A4A;
    padding-left: 15px;
    font-weight: bold;
    border-left: 5px solid #003399;
}

.plugBanner .content-view .content-right ul li {
    margin-top: 20px;
    width: 90%;
    font-size: 15px;
}

.plugBanner .content-view .content-right ul li .header-nav {
    line-height: 30px;
    color: #666666;
}

.plugBanner .content-view .content-right ul li .header-nav .circle {
    width: 8px;
    height: 8px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    float: left;
    margin-top: 10px;
    margin-right: 11px;
}

.plugBanner .content-view .content-right ul li .header-nav .circle div {
    width: 4px;
    height: 4px;
    background: #CCCCCC;
    border-radius: 50%;
    margin: 2px;
}

.plugBanner .content-view .content-right ul li .table {
    width: 200px;
    border: 1px solid #EEEEEE;
    margin-top: 14px;
}

.plugBanner .content-view .content-right ul li .table .col {
    border-bottom: 1px dashed #EEEEEE;
    height: 31.5px;
    line-height: 31.5px;
    color: #AAAAAA;
    font-size: 15px;
}

.plugBanner .content-view .content-right ul li .table .col .row1 {
    width: 101px;
    height: 31.5px;
    border-right: 1px dashed #eeeeee;
    float: left;
    padding-right: 13px;
    text-align: right;
}

.plugBanner .content-view .content-right ul li .table .col .row2 {
    width: 72px;
    height: 31.5px;
    float: left;
    padding-left: 13px;
    text-align: left;
}

.plugBanner .content-view .content-right ul li .table .col:last-child {
    border: 0px solid #EEEEEE;
}

.plugBanner .content-view .content-right table td {
    height: 30px;
    font-size: 15px;
    line-height: 20px;
}

.plugBanner .content-view .content-right table .bold {
    font-weight: bold;
}

.plugBanner .content-view .content-right table .bg {
    background-color: #C7EAFB;
}

.plugBanner .content-view .content-left .dd img {
    margin-left: 5px;
}

.plugBanner .content-view .content-left .dd img:hover+.Model-hint {
    display: block;
}


/* .header {
    height: 75px;
    background-image: url(../images/header.png?8928497f2f07718bb9ce261b00c87285);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-width: 1200px;
}

.header .logo {
    display: block;
    margin-top: 12px;
    width: 295px;
    height: 49px;
    background-image: url(../images/logo-new.png?0c2304515b64e4b309c2e80dff8ef8bf);
    background-position: center;
    background-repeat: no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
}

.header .name {
    display: block;
    color: #242424;
    font-size: 24px;
    line-height: 33px;
    margin-top: 20px;
    margin-left: 40px;
    text-decoration: none;
}

.header .search {
    overflow: hidden;
    margin-top: 30px;
    width: 300px;
} */


/* .header .searchInput {
    width: 260px;
    height: 40px;
    border: 1px solid #FFCC00;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    color: #4a4a4a;
    -webkit-text-fill-color: #9B9B9B;
}

.header .searchIcon {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #FFCC00;
    margin-left: 260px;
    border: none;
    background-size: 20px 20px;
    width: 40px;
    height: 40px;
    background-image: url(../images/search.png?71249df14f8e6a6575a2f569d0d30b2b);
    background-position: center;
    background-repeat: no-repeat;
} */

.footer {
    background: #2F3238;
    min-width: 1200px;
}

.footerTop {
    font-size: 18px;
    line-height: 65px;
    border-bottom: 1px solid #6b6b6b;
    color: #ffffff;
    word-break: keep-all;
    overflow: hidden;
}

.footerContent {
    padding: 20px 0 0;
    height: 109px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footerContent .item {
    width: 33.333333%;
    float: left;
}

.footerContent .title {
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 19px;
}

.footerContent .text {
    font-size: 14px;
    color: #9B9B9B;
    height: 48px;
    line-height: 24px;
    margin-bottom: 6px;
}

.footerContent .text a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

.footerContent .button {
    display: block;
    text-decoration: none;
    width: 175px;
    height: 43px;
    margin-top: 19px;
    line-height: 43px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footerBottom {
    font-size: 14px;
    color: #6b6b6b;
    height: 40px;
    border-top: 1px solid #6b6b6b;
    line-height: 40px;
    text-align: center;
}

.footerBottom a {
    color: inherit;
    font-size: inherit;
}

.footerBottom span {
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
}

.footerBottom .permit {
    padding-left: 35px;
    background-image: url(../images/footer1.png?1f6fb8fead08f9ed4c5e2060d7be9b87);
}

.footerBottom .police {
    padding-left: 30px;
    margin-left: 15px;
    background-image: url(../images/footer2.png?7714d02718c8334a5b94043eee83f7f8);
}

.nav {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 16px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 16px 2px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    min-width: 950px;
}

.nav .navBar {
    display: none;
    overflow: auto;
    position: relative;
    -webkit-box-shadow: 0 1px 16px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 16px 2px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    margin: 0 -12px;
}

.nav .navBrand {
    float: left;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 45px;
    margin-left: 12px;
}

.nav .navToggle {
    float: right;
    line-height: 45px;
    margin-right: 12px;
}

.nav .navToggleBtn {
    border: none;
    height: 3px;
    width: 24px;
    position: relative;
    background: #003399;
    top: -4px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.nav .navToggleBtn:focus {
    outline: none;
}

.nav .navToggleBtn:after,
.nav .navToggleBtn:before {
    background: #003399;
    width: 24px;
    height: 3px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.nav .navToggleBtn:after {
    bottom: -10px;
}

.nav .navToggleBtn:before {
    top: -10px;
}

.nav .navSearch {
    display: none;
    height: 40px;
    width: 100%;
    background: #F3F3F3;
    border-radius: 20px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.nav .navSearch .input {
    border: none;
    height: 40px;
    padding-left: 18px;
    background: transparent;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nav .navSearch .submit {
    display: block;
    background-color: transparent;
    background-image: url(../images/search.png?71249df14f8e6a6575a2f569d0d30b2b);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 20px;
    background-size: 20px 20px;
    right: 15px;
    top: 0;
    border: none;
}

.nav .navCollapse {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* .nav .navList {
    overflow: auto;
    background: #ffffff;
    margin: 0;
} */

.nav .navItem {
    float: left;
    /* margin-right: 40px; */
}

.nav .navLink {
    /* display: block; */
    border-bottom: 5px solid transparent;
    /* color: #4a4a4a; */
    font-size: 14px;
    line-height: 35px;
    text-decoration: none;
}

.nav .navLink.active {
    border-bottom-color: #003399;
    font-weight: bold;
}


/* .nav .navLink:hover {
  color: #003399;
} */

.nav.expand .navToggleBtn {
    background-color: transparent;
}

.nav.expand .navToggleBtn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
}

.nav.expand .navToggleBtn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
}

.homeBanner {
    overflow: auto;
    padding-top: 20px;
}

.homeBanner .bannerContent {
    overflow: auto;
    padding: 0;
}

.homeBanner .bannerItem {
    width: 250px;
    height: 128px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}

.homeBanner .bannerItem a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.homeBanner .bannerItem img {
    width: 100%;
    height: 100%;
}

.homeBanner .bannerItem:after {
    pointer-events: none;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.homeBanner .bannerItem:hover:after {
    border: solid 2px #003399;
}

.homeBanner .bannerItem:last-child {
    margin-right: 0;
}

.homeBanner .bannerItem .mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 52px;
    line-height: 52px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(9, 71, 152, 0.28)), to(#04122D));
    background-image: linear-gradient(90deg, rgba(9, 71, 152, 0.28) 0%, #04122D 100%);
}

.homeBanner .bannerItem .name {
    margin: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 15px center;
    text-indent: 38px;
    color: #ffffff;
    font-size: 16px;
}

.homeBanner .bannerItem:nth-child(1) .name {
    background-image: url(../images/iss-icon.png?ed24158ff2fb08c8f93837e4debd47f5);
}

.homeBanner .bannerItem:nth-child(2) .name {
    background-image: url(../images/home-banner2.png?e68ddc42af1c7899d2eaaad6bcdad8f4);
}

.homeBanner .bannerItem:nth-child(3) .name {
    background-image: url(../images/home-banner3.png?7d64074c820b02828f18e07efb22a01e);
}

.homeBanner .bannerItem:nth-child(4) .name {
    background-image: url(../images/home-banner4.png?49c4ca2116f0952c55259d41485ebdfc);
}

.homeHot {
    overflow: hidden;
}

.homeHot .label {
    font-size: 14px;
    color: #9B9B9B;
    float: left;
    height: 20px;
    line-height: 20px;
}

.homeHot .words {
    overflow: auto;
    margin-left: 80px;
    padding: 0;
}

.homeHot .words .word {
    margin-right: 20px;
    float: left;
    cursor: pointer;
    list-style: none;
    margin-bottom: 10px;
}

.homeHot .words .wordLink {
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #003399;
}

.homeArticle {
    width: 390px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    list-style: none;
}

.homeArticle:nth-child(2n) {
    margin-right: 0;
}

.homeArticle .articleBanner {
    margin-top: 10px;
    overflow: hidden;
    height: 150px;
    position: relative;
}

.homeArticle .articleBanner img {
    width: 100%;
    height: 100%;
}

.homeArticle .articleBanner .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(9, 71, 152, 0.28)), to(#04122D));
    background-image: linear-gradient(270deg, rgba(9, 71, 152, 0.28) 0%, #04122D 100%);
}

.homeArticle .articleBanner .articleKeys {
    margin: 20px 0 0 20px;
    overflow: hidden;
    padding: 0;
    height: 80px;
}

.homeArticle .articleBanner .articleKeys li {
    list-style: none;
    float: left;
    margin: 10px 30px 10px 0;
}

.homeArticle .articleBanner .articleKeys li a {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-indent: 13px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/icon01.png?64419ba621c331a195587926b72f9e84);
}

.homeArticle .articleBanner .articleKeys li a:hover {
    color: white;
}

.homeArticle .articleBanner .more {
    display: block;
    height: 22px;
    line-height: 22px;
    color: #ffffff;
    text-align: right;
    font-size: 16px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("https://www.misumi.com.cn/tech/img/jszc01/more.png");
}

.homeArticle .articleBanner .more:hover {
    text-decoration: underline;
}

.homeArticle .articleList {
    padding: 0;
    margin-top: 5px;
}

.homeArticle .articleList li a {
    line-height: 27px;
    font-size: 12px;
    color: #4a4a4a;
    text-decoration: none;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.homeArticle .articleList li a:before {
    content: '\B7';
}

.homeArticle .articleList li a:hover {
    color: #003399;
}

.homeDynamicContainer {
    display: table;
}

.homeDynamicCell {
    display: table-cell;
    background: #ffffff;
    background-clip: padding-box;
}

.homeDynamicCell:nth-child(2n) {
    border-left: 20px solid transparent;
}

.homeDynamic {
    background: white;
    width: 405px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.homeDynamic .homeDynamicTitle {
    font-size: 20px;
    color: #4a4a4a;
    margin: 5px 0 10px;
}

.homeDynamic .homeDynamicItem .link {
    display: block;
    line-height: 27px;
    font-size: 12px;
    color: #4a4a4a;
    text-decoration: none;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.homeDynamic .homeDynamicItem .link:before {
    content: '\B7';
}

.homeDynamic .homeDynamicItem .link:hover {
    color: #003399;
}

.homeTechContainer .techContent {
    display: none;
}

.homeTechContainer .techContent.show {
    display: block;
}

.section {
    margin-top: 30px;
}

.section .sectionTitle {
    color: #003399;
    font-size: 24px;
    line-height: 33px;
    height: 33px;
    margin: 0;
}

.section .sectionTitle small {
    margin-left: 5px;
    font-size: 12px;
    font-weight: lighter;
    opacity: 0.5;
}

.section .sectionTitle .more {
    float: right;
    background-image: url(../images/arrow.png?4e9af5aec2ab550a89a13baaa47e6d36);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 7px;
    color: #9B9B9B;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

.section .sectionTitle .more:hover {
    color: #003399;
    background-image: url(../images/arrow-active.png?162ed3295a5dd2e7343f2dc802e29f4f);
}

.section .sectionSubTitle {
    padding-left: 5px;
    border-left: 5px solid #003399;
    line-height: 18px;
    color: #4a4a4a;
    font-size: 18px;
    font-weight: normal;
    margin: 3px 0;
}

.section .sectionSubTitle a {
    color: inherit;
    display: inline-block;
}

.section .sectionSubTitle a:hover {
    text-decoration: none;
}

.section .sectionSubTitle small {
    float: right;
    background-image: url(../images/arrow.png?4e9af5aec2ab550a89a13baaa47e6d36);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 7px;
}

.section .sectionSubTitle small a {
    color: #9B9B9B;
    font-size: 12px;
    font-weight: normal;
}

.section .sectionSubTitle small:hover {
    background-image: url(../images/arrow-active.png?162ed3295a5dd2e7343f2dc802e29f4f);
}

.section .sectionSubTitle small:hover a {
    color: #003399;
}

.section .sectionContent {
    background: #ffffff;
    margin-top: 10px;
    padding: 10px;
    overflow: hidden;
}

.section .sectionContentNone {
    overflow: hidden;
    margin-top: 10px;
}

.sectionTab {
    background: #FFFFFF;
    padding: 0 12px;
    display: none;
    position: relative;
}

.sectionTab .tabList {
    height: 50px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.sectionTab .tabItem {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 50px;
    margin-right: 20px;
    float: left;
    display: inline-block;
    vertical-align: top;
}

.sectionTab .tabItem.active {
    color: #003399;
    font-weight: bold;
}

.sectionTab.border .tabList {
    white-space: nowrap;
    border-bottom: 1px solid #cdcdcd;
}

.sectionTab.expand .tabList {
    height: auto;
}

.sectionTab .arrowBtn {
    position: absolute;
    right: 12px;
    margin-top: 14px;
}

.recommend {
    margin-bottom: 20px;
    overflow: hidden;
}

.recommend .recommendTitle {
    background: #003399;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}

.recommend .recommendTitle small {
    display: none;
}

.recommend .recommendTitle .more {
    font-size: 12px;
    font-weight: normal;
    float: right;
    text-decoration: none;
    color: #ffffff;
}

.recommend .recommendTitle .more:hover {
    text-decoration: none;
}

.recommend .recommendBanner {
    font-size: 0;
    overflow: hidden;
    margin-top: 10px;
}

.recommend .recommendBanner .img {
    position: relative;
}

.recommend .recommendBanner .img:after {
    content: ' ';
    display: block;
    width: 100%;
    padding-top: 61.14285714%;
}

.recommend .recommendBanner .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.recommend .recommendBanner a {
    display: block;
}

.recommend .recommendBanner img {
    width: 100%;
    height: 100%;
}

.recommend .recommendList {
    background: #ffffff;
    padding: 5px 10px;
}

.recommend .recommendList li a {
    line-height: 30px;
    font-size: 14px;
    color: #4a4a4a;
    text-decoration: none;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recommend .recommendList li a:before {
    content: '\B7';
}

.recommend .recommendList li a:hover {
    color: #003399;
}

.recommend .recommendProduct {
    overflow: hidden;
    padding: 15px;
    background: #ffffff;
    margin-bottom: -10px;
    height: 270px;
}

.recommend .recommendProduct .productItem {
    width: 100px;
    height: 150px;
    border-radius: 0;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid #cdcdcd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.recommend .recommendProduct .productItem .productImg {
    margin: 9px auto 0;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 0;
    position: relative;
}

.recommend .recommendProduct .productItem .productImg:after {
    content: ' ';
    display: block;
    width: 100%;
    padding-top: 100%;
}

.recommend .recommendProduct .productItem .productImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.recommend .recommendProduct .productItem .productName {
    font-size: 14px;
    line-height: 20px;
    color: #4a4a4a;
    margin: 10px 9px 0;
    text-decoration: none;
    overflow: hidden;
    display: block;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
}

.recommend .recommendProduct .productItem:nth-child(3n),
.recommend .recommendProduct .productItem:last-child {
    margin-right: 0;
}

.recommend .recommendProduct .productItem:nth-child(4),
.recommend .recommendProduct .productItem:nth-child(5) {
    width: 155px;
    height: 100px;
    border-radius: 0;
}

.recommend .recommendProduct .productItem:nth-child(4) .productImg,
.recommend .recommendProduct .productItem:nth-child(5) .productImg {
    float: left;
}

.recommend .recommendProduct .productItem:nth-child(4) .productName,
.recommend .recommendProduct .productItem:nth-child(5) .productName {
    margin-left: 90px;
    margin-top: 19px;
    overflow: hidden;
    display: block;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 60px;
}

.recommend .recommendProduct .productItem:hover {
    border: 1px solid #003399;
}

.recommend .recommendExpert {
    background: #ffffff;
    padding: 0 15px;
    overflow: hidden;
}

.recommend .recommendExpert .expertContent {
    overflow: hidden;
    margin-top: 19px;
}

.recommend .recommendExpert .expertAvatar {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: url(../images/zhuanjiaapp-avatar.png?4331eb530b9eee3a5da23636752fce60);
    background-size: cover;
    overflow: hidden;
}

.recommend .recommendExpert .expertAvatar img {
    width: 100%;
    height: 100%;
}

.recommend .recommendExpert .expertName,
.recommend .recommendExpert .expertInfo {
    margin-left: 98px;
}

.recommend .recommendExpert .expertName {
    background-image: url(../images/V.png?b185d0a57754555ec07885d2f16d6216);
    background-position: left center;
    padding-left: 25px;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 20px;
    color: #4a4a4a;
    margin-top: 10px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recommend .recommendExpert .expertInfo {
    color: #6b6b6b;
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    overflow: hidden;
    display: block;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 48px;
}

.recommend .recommendExpert .expertLink {
    display: block;
    height: 43px;
    margin: 25px 0 15px;
    border: 1px solid #003399;
    color: #003399;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
}

.recommend .recommendTools {
    margin-top: 10px;
    overflow: hidden;
}

.recommend .recommendTools .recommendTool {
    width: 170px;
    height: 142px;
    border-radius: 0;
    background: #ffffff;
    float: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.recommend .recommendTools .recommendTool:first-child {
    margin-bottom: 10px;
}

.recommend .recommendTools .recommendTool:nth-child(2) {
    margin-right: 10px;
}

.recommend .recommendTools .recommendTool.main {
    width: 100%;
    height: 120px;
    border-radius: 0;
}

.recommend .recommendTools .recommendTool.main .toolImg {
    float: left;
    margin-right: 20px;
    width: 100px;
    height: 100px;
    border-radius: 0;
}

.recommend .recommendTools .recommendTool.main .toolName {
    line-height: 28px;
    text-align: left;
    margin-top: 5px;
}

.recommend .recommendTools .toolImg {
    width: 130px;
    height: 70px;
    border-radius: 0;
    margin: auto;
}

.recommend .recommendTools .toolName {
    font-size: 16px;
    line-height: 22px;
    color: #4a4a4a;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 20px;
    text-align: center;
}

.recommend .recommendTools .toolInfo {
    font-size: 14px;
    color: #9B9B9B;
    line-height: 20px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recommend .recommendTools .toolLinks {
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    margin-top: 14px;
}

.recommend .recommendTools .toolLink {
    display: inline-block;
    margin-right: 20px;
    width: 70px;
    height: 28px;
    border-radius: 0;
    border: 1px solid #FFCC00;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #4a4a4a;
}

.recommend .recommendTools .toolLink.main {
    background: #FFCC00;
}

.breadcrumb ol {
    font-size: 0;
    line-height: 0;
}

.breadcrumb li {
    display: inline-block;
    vertical-align: top;
    height: 37px;
    line-height: 37px;
    font-size: 12px;
    color: #9B9B9B;
    list-style: none;
    margin-right: 10px;
}

.breadcrumb li:hover {
    color: #003399;
}

.breadcrumb li a {
    display: inline-block;
    color: inherit;
    font-size: inherit;
}

.breadcrumb li:last-child {
    color: #4a4a4a;
}

.breadcrumb li:last-child a {
    text-decoration: none;
}

.breadcrumb li:last-child:before {
    background-image: url(../images/breadcrumb-arrow2.png?1cdb4de4efd49accd372f3dc0b936577);
}

.breadcrumb li+li:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 5px;
    height: 8px;
    background-image: url(../images/breadcrumb-arrow1.png?4e9af5aec2ab550a89a13baaa47e6d36);
    background-position: center;
    background-repeat: no-repeat;
}

.articleList .articleItem {
    background: #ffffff;
    height: 150px;
    padding: 10px;
    margin-bottom: 10px;
}

.articleList .articleItem:hover {
    background: rgba(0, 51, 153, 0.03);
}

.articleList .articleItem:hover .articleTitle {
    color: #003399;
}

.articleList .articleItem:last-child {
    margin-bottom: 0;
}

.articleList .articleThumbnail {
    display: block;
    width: 238px;
    height: 150px;
    float: left;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    background-color: white;
}

.articleList .articleThumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.articleList .articleThumbnail .time {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    padding: 0 10px;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    background: #000000;
}

.articleList .articleContent {
    margin: 10px 0 10px 258px;
}

.articleList .articleTitle {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.articleList .articleDesc {
    color: #9B9B9B;
    font-size: 14px;
    height: 60px;
    padding: 8px 0;
    line-height: 20px;
    text-decoration: none;
    overflow: hidden;
    display: block;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 60px;
}

.articleList .articleBottom {
    height: 25px;
    overflow: hidden;
}

.articleList .articleLabels {
    overflow: hidden;
    float: left;
}

.articleList .articleLabel {
    background: #EEF4FC;
    color: #9B9B9B;
    float: left;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 0 12px;
    border-radius: 12px;
    margin-right: 10px;
}

.articleList .articleLabel:hover {
    background: #003399;
    color: #ffffff;
}

.articleList .articleLabel a {
    text-decoration: none;
    display: block;
    color: inherit;
    font-size: inherit;
}

.articleList .articleTips {
    float: right;
}

.articleList .articleTip {
    color: #9B9B9B;
    float: left;
    margin-right: 10px;
    font-size: 12px;
    line-height: 24px;
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
}

.articleList .articleTip.time {
    background-image: url(../images/time.png?f9e49bb23d2c6672008f74b5f202f809);
}

.articleList .articleTip.number {
    background-image: url(../images/guankan.png?384377b355946f637400ca1bc28bb405);
}

.categories {
    overflow: hidden;
    padding: 0 10px;
    position: relative;
}

.categories.noPadding {
    padding: 0;
}

.categories .category {
    float: left;
    margin-right: 30px;
}

.categories .categoryLink {
    display: block;
    text-decoration: none;
    color: #4a4a4a;
    border-bottom: 3px solid transparent;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.categories .categoryLink.active {
    color: #003399;
    border-bottom-color: #003399;
    font-weight: bold;
}

.categories .categoryLink:hover {
    color: #003399;
}

.categories .arrowBtn {
    display: none;
    position: absolute;
    right: 12px;
    margin-top: 14px;
}

.categoryChildren {
    background: #EEF4FC;
    overflow: hidden;
    padding: 10px;
}

.categoryChildren .categoryChild {
    float: left;
    margin-right: 10px;
}

.categoryChildren .categoryChildLink {
    display: block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    color: #4a4a4a;
    font-size: 12px;
    text-decoration: none;
}

.categoryChildren .categoryChildLink.active,
.categoryChildren .categoryChildLink:hover {
    color: #003399;
}

.pagination {
    text-align: center;
    font-size: 0;
    line-height: 0;
    margin: 20px auto 10px;
}

.pagination .pageItem {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 10px;
}

.pagination .pageLink {
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #9B9B9B;
    color: #9B9B9B;
    text-align: center;
    font-size: 10px;
    text-decoration: none;
}

.pagination .pageLink.auto {
    width: 66px;
}

.pagination .pageLink.active {
    color: #ffffff;
    background: #003399;
    border-color: #003399;
}

.pagination .pageLink.active:hover {
    color: #ffffff;
}

.pagination .pageLink:hover {
    color: #003399;
    border-color: #003399;
}

.pagination .pageInput {
    width: 66px;
    height: 22px;
    border: 1px solid #9B9B9B;
    color: #4a4a4a;
    font-size: 10px;
    text-indent: 10px;
    margin-left: 10px;
}

.pagination .pageInput:focus,
.pagination .pageInput:hover {
    outline: none;
    border-color: #003399;
}

.pagination .pageButton {
    width: 53px;
    height: 24px;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    background: #003399;
    border: none;
}

.paginationMobile {
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 5px;
    display: none;
}

.paginationMobile span {
    font-size: 11px;
    line-height: 20px;
    float: right;
    margin-right: 10px;
}

.paginationMobile .pageLink {
    float: right;
}

.paginationMobile .pageLink.left {
    margin-right: 10px;
}

.articleDetail {
    background: #ffffff;
    padding: 0 20px;
    zoom: 1;
}

.articleDetail:after {
    content: '';
    display: block;
    clear: both;
}

.articleContent {
    margin-top: 25px;
}

.articleHeader {
    border-bottom: 1px solid #d8d8d8;
    padding: 20px 0 20px;
}

.articleHeader .articleTitle {
    font-size: 34px;
    line-height: 48px;
    color: #4a4a4a;
}

.articleHeader .articleTips {
    font-size: 12px;
    line-height: 17px;
    color: #2F3238;
    margin-top: 10px;
}

.articleHeader .articleTips:after,
.articleHeader .articleTips:before {
    content: '';
    display: block;
    clear: both;
}

.articleHeader .articleTips .articleTip {
    float: left;
    margin-right: 20px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    height: 14px;
    color: #9B9B9B;
}

.articleHeader .articleTips .articleTip.time {
    background-image: url(../images/time.png?f9e49bb23d2c6672008f74b5f202f809);
}

.articleHeader .articleTips .articleTip.author {
    background-image: url(../images/ren.png?1d24cf97a73f38d8e6d9af40988ca634);
}

.articleHeader .articleTips .articleTip.number {
    background-image: url(../images/guankan.png?384377b355946f637400ca1bc28bb405);
}

.articleHeader .articleTips .share {
    padding-left: 26px;
    line-height: 20px;
    font-size: 14px;
    color: #4a4a4a;
    background-image: url(../images/share.png?4e47532609d18bc8ca29fee45be85929);
    background-repeat: no-repeat;
    background-position: left center;
    float: right;
    position: relative;
    cursor: pointer;
}

.articleHeader .articleTips .share:hover {
    color: #003399;
    background-image: url(../images/shar_active.png?c5c7176e9445cb67a84f31d91ce045f6);
}

.articleHeader .articleTips .shareList {
    position: absolute;
    top: 30px;
    right: 0;
    width: 140px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 1000;
    display: none;
}

.articleHeader .articleTips .shareList:before {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    top: -10px;
    left: 0;
}

.articleHeader .articleTips .shareItem {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #4a4a4a;
    text-indent: 30px;
    background-repeat: no-repeat;
    background-position: 20px center;
    cursor: pointer;
}

.articleHeader .articleTips .shareItem:hover {
    background-color: #EEF4FC;
}

.articleHeader .articleTips .shareItem.friend {
    background-image: url(../images/pyq.png?fc5b828182dda97a2f791d0e38104ff2);
}

.articleHeader .articleTips .shareItem.qq {
    background-image: url(../images/QQ.png?0dd2782e891e95b24287ca243c3611c9);
}

.articleHeader .articleTips .shareItem.weibo {
    background-image: url(../images/weibo.png?e2c400cc1109222367242b9019c4fea8);
}

.articleHeader .articleTips .shareItem.link {
    background-image: url(../images/link.png?0432f0950bd33d4d27b1ab57f8fcec4e);
}

.articleHeader .articleTips .shareItem.code {
    background-image: url(../images/WeChat.png?8570feadf0f85f049f6d680bec9b2a61);
}

.articleHeader .articleTips .codeContainer {
    margin: 15px 20px;
}

.articleHeader .articleTips .codeContainer img {
    width: 100%;
    height: 100%;
}

.articleHeader .articleLabels {
    margin-top: 20px;
    margin-bottom: -10px;
    overflow: hidden;
    color: #2F3238;
}

.articleHeader .articleLabels .articleLabel {
    height: 24px;
    float: left;
    margin-right: 10px;
    border-radius: 12px;
    line-height: 24px;
    padding: 0 14px;
    background: #EEF4FC;
    color: #9B9B9B;
    margin-bottom: 10px;
    font-size: 12px;
}

.articleHeader .articleLabels .articleLabel:hover {
    background: #003399;
    color: #ffffff;
}

.articleHeader .articleLabels .articleLabel a {
    display: block;
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

.articlePart {
    padding-bottom: 20px;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.2rem;
}

.articlePart .articleTitle2 {
    border-left: 5px solid #003399;
    color: #4a4a4a;
    font-size: 18px;
    text-indent: 5px;
    margin: 15px 0;
}

.articlePart .articleText {
    font-size: 14px;
    line-height: 26px;
    color: #4a4a4a;
    word-break: break-all;
    overflow: hidden;
}

.articlePart .articleText img {
    max-width: 100%;
}

.articlePart .articleText video {
    width: 100%;
}

.articlePart .articleText .selectTdClass {
    background-color: #edf5fa !important;
}

.articlePart .articleText table.noBorderTable td,
.articlePart .articleText table.noBorderTable th,
.articlePart .articleText table.noBorderTable caption {
    border: 1px dashed #ddd !important;
}

.articlePart .articleText table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
    width: 100%;
}

.articlePart .articleText td,
.articlePart .articleText th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

.articlePart .articleText caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

.articlePart .articleText th {
    border-top: 1px solid #BBB;
    background-color: #F7F7F7;
}

.articlePart .articleText table tr.firstRow th {
    border-top-width: 2px;
}

.articlePart .articleText .ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

.articlePart .articleText .ue-table-interlace-color-double {
    background-color: #f7faff;
}

.articlePart .articleText td p {
    margin: 0;
    padding: 0;
}

.articleFooter {
    border-top: 1px dashed #cdcdcd;
    padding: 20px 0;
}

.articleFooter .link {
    color: #9B9B9B;
    text-decoration: none;
    font-size: 12px;
    display: block;
    line-height: 17px;
    margin-bottom: 10px;
}

.articleFooter .link:last-child {
    margin-bottom: 0;
}

.articleFooter .link:hover {
    color: #003399;
}

.articleFooter .label {
    margin-right: 5px;
}

.articleFooter .label:after {
    content: ':';
}

.articleImg {
    border: 1px solid #cdcdcd;
    padding: 20px 15px;
}

.articleImg .imgView {
    height: 480px;
}

.articleImg .imgView img {
    width: 100%;
    height: 100%;
}

.articleImg .imgCtrl {
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    width: 650px;
    margin: 10px auto 0;
}

.articleImg .imgCtrl .ctrl {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 26px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.articleImg .imgCtrl .ctrl.prev {
    left: 0;
    background-image: url(../images/carousel-prev.png?42948c25137310cc2eca831f0acc2b3b);
}

.articleImg .imgCtrl .ctrl.next {
    right: 0;
    background-image: url(../images/carousel-next.png?153d1b71be8e20072d8ccb2cf5b16d51);
}

.articleImg .imgCtrl .imgWrapper {
    width: 560px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.articleImg .imgThumbnails {
    font-size: 0;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
}

.articleImg .imgThumbnail {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 114px;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
}

.articleImg .imgThumbnail img {
    display: block;
    width: 100%;
    height: 100%;
}

.articleVideo {
    position: relative;
    margin-bottom: 20px;
}

.articleVideo:after {
    content: ' ';
    display: block;
    width: 100%;
    padding-top: 56.20253165%;
}

.articleVideo:last-child {
    margin-bottom: 0;
}

.articleVideo .video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.articleVideo .videoWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.articleVideo .videoMask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.articleVideo .videoPlay {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    cursor: pointer;
    background-image: url(../images/bofang.png?36da5375450c55e55a3898722773d037);
    background-size: cover;
}

.articleProduct {
    display: inline-block;
    vertical-align: top;
    overflow: auto;
    white-space: nowrap;
    margin-right: -2px;
}

.articleProduct .product {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 148px;
    border: 1px solid #cdcdcd;
    margin-right: 12px;
    overflow: hidden;
}

.articleProduct .product:last-child {
    margin-right: 0;
}

.articleProduct .productThumbnail {
    width: 90px;
    height: 90px;
    border-radius: 0;
    overflow: hidden;
    margin: 10px auto 0;
}

.articleProduct .productThumbnail img {
    width: 100%;
    height: 100%;
}

.articleProduct .productName {
    font-size: 14px;
    line-height: 20px;
    color: #4a4a4a;
    margin: 0 15px;
    overflow: hidden;
    display: block;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
}

.articleWord .content {
    width: 100%;
    height: 441px;
    border: none;
}

.shareCode {
    width: 200px;
    background: #ffffff;
    border-radius: 4px;
    height: 240px;
    font-size: 0;
    margin: auto;
    padding: 20px;
}

.shareCode img {
    width: 100%;
}

.shareCode p {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 40px;
    text-align: center;
}

.shareTips p {
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
}

.shareTips button {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    width: 132px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin-top: 20px;
}

.carousel {
    position: relative;
}

.carousel .carouselInner {
    margin: 0 45px;
    overflow: hidden;
    position: relative;
}

.carousel .carouselList {
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}

.carousel .carouselItem {
    display: inline-block;
    vertical-align: top;
}

.carousel .carouselItem a {
    text-decoration: none;
}

.carousel .carouselCtr {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    cursor: pointer;
}

.carousel .carouselCtr.prev {
    width: 15px;
    height: 26px;
    background-image: url(../images/carousel-prev.png?42948c25137310cc2eca831f0acc2b3b);
    background-position: center;
    background-repeat: no-repeat;
    left: 20px;
}

.carousel .carouselCtr.prev:hover {
    background-image: url(../images/carousel-prev-active.png?e8d288bb0de2b7aff80d815a6b8e2ab3);
}

.carousel .carouselCtr.next {
    width: 15px;
    height: 26px;
    background-image: url(../images/carousel-next.png?153d1b71be8e20072d8ccb2cf5b16d51);
    background-position: center;
    background-repeat: no-repeat;
    right: 20px;
}

.carousel .carouselCtr.next:hover {
    background-image: url(../images/carousel-next-active.png?d0baf5c669093ce373e1fa3920c2647c);
}

.carousel.relatedCaseContainer .carouselCtr {
    top: 79px;
}

.carousel.relatedCaseContainer .carouselCtr.next {
    right: 10px;
}

.carousel.relatedCaseContainer .carouselCtr.prev {
    left: 10px;
}

.carousel.homeCarousel {
    margin: 0 -10px;
}

.carousel.homeCarousel .carouselInner {
    margin: 0 45px;
}

.carousel.homeCarousel .carouselCtr.prev {
    left: 10px;
}

.carousel.homeCarousel .carouselCtr.next {
    right: 10px;
}

.carouselRelatedCase {
    width: 210px;
    padding: 10px 0;
    margin-right: 10px;
}

.carouselRelatedCase .caseView {
    width: 210px;
    height: 138px;
    border: 1px solid #cdcdcd;
    padding: 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.carouselRelatedCase .caseView img {
    width: 100%;
    height: 100%;
}

.carouselRelatedCase .caseTitle {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    color: #4a4a4a;
    margin-top: 10px;
    text-decoration: none;
    margin-left: 10px;
    overflow: hidden;
    display: block;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
}

.carouselCustomer {
    padding: 10px 0;
    margin-right: 30px;
}

.carouselCustomer .view {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #FFCC00;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.carouselCustomer .view:after {
    content: ' ';
    display: block;
    width: 100%;
    padding-top: 100%;
}

.carouselCustomer .view img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.carouselCustomer:hover .mask {
    display: table;
}

.carouselCustomer .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}

.carouselCustomer .mask .text {
    display: table-cell;
    vertical-align: middle;
}

.carouselCustomer .mask p {
    text-align: center;
    padding: 0 10px;
    white-space: normal;
    line-height: 17px;
    overflow: hidden;
    display: block;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 51px;
}

.carouselCustomer .phoneName {
    font-size: 12px;
    line-height: 17px;
    color: #4a4a4a;
    margin-top: 9px;
    display: none;
    text-align: center;
}

.relatedProduct {
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 6px;
}

.relatedProduct .relatedItem {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #cdcdcd;
    padding: 10px;
    overflow: hidden;
    width: 282px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.relatedProduct .relatedItem a {
    text-decoration: none;
}

.relatedProduct .relatedView {
    width: 80px;
    height: 80px;
    float: left;
}

.relatedProduct .relatedView img {
    width: 100%;
    height: 100%;
}

.relatedProduct .relatedTitle {
    margin-left: 90px;
    font-size: 12px;
    color: #4a4a4a;
    line-height: 18px;
    margin-top: 23px;
    overflow: hidden;
    display: block;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 36px;
}

.searchPanel {
    margin-top: 0;
}

.searchPanel .searchInfo,
.searchPanel .searchTip {
    display: table;
    width: 100%;
}

.searchPanel .searchInfo {
    padding: 5px 0 15px;
    border-bottom: 1px dashed #cdcdcd;
}

.searchPanel .searchTip {
    padding: 15px 0 5px;
}

.searchPanel .searchTip .tips {
    font-size: 0;
    display: table-cell;
}

.searchPanel .searchTip .tip {
    display: inline-block;
    margin-right: 30px;
}

.searchPanel .searchTip .tipLink {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    color: #4a4a4a;
}

.searchPanel .searchTip .tipLink.active,
.searchPanel .searchTip .tipLink:hover {
    color: #003399;
}

.searchPanel .searchTip .tipLink.active {
    font-weight: bold;
}

.searchPanel .searchLabel {
    font-size: 12px;
    color: #9B9B9B;
    margin-right: 10px;
    display: table-cell;
    white-space: nowrap;
    width: 62px;
}

.searchPanel .searchContent {
    font-size: 14px;
    color: #4a4a4a;
    width: 100%;
    display: table-cell;
}

.searchPanel .searchContent .label {
    height: 24px;
    line-height: 24px;
    padding: 0 14px;
    color: #9B9B9B;
    border-radius: 14px;
    display: inline-block;
    background: #EEF4FC;
}

.searchPanel .searchContent .count {
    float: right;
}

.searchContainer {
    margin-top: 20px;
}

.banner {
    height: 320px;
    margin-bottom: 30px;
    overflow: hidden;
}

.banner .bannerInner {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner .bannerList {
    font-size: 0;
    line-height: 0;
    height: 100%;
    white-space: nowrap;
}

.banner .bannerItem {
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.banner a {
    display: block;
    height: 100%;
    width: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
}

.customers {
    overflow: hidden;
    padding: 10px;
    margin-bottom: -20px;
}

.customers .customer {
    width: 570px;
    float: left;
    padding: 20px 20px 30px;
    border: 1px solid #cdcdcd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: auto;
}

.customers .customer:nth-child(2n) {
    margin-right: 0;
}

.customers .customerAvatar {
    width: 150px;
    height: 150px;
    float: left;
    border-right: 5px;
    margin-top: 8px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
}

.customers .customerAvatar:after {
    content: ' ';
    display: block;
    width: 100%;
    padding-top: 100%;
}

.customers .customerAvatar img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.customers .customerContent {
    margin-left: 170px;
}

.customers .customerTitle {
    font-size: 16px;
    line-height: 23px;
    color: #4a4a4a;
    text-decoration: none;
    display: block;
    font-weight: bold;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.customers .customerInfo {
    display: block;
    text-decoration: none;
    color: #9B9B9B;
    font-size: 12px;
    line-height: 23px;
    margin-top: 10px;
    overflow: hidden;
    display: block;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    height: 115px;
}

.customers .customerLink {
    width: 124px;
    height: 35px;
    background: #FFCC00;
    color: #4a4a4a;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    display: block;
    margin-top: 20px;
    text-decoration: none;
}

.customers .customerLink:hover {
    background: #fbf9d2;
}

.homeVideoPanel {
    overflow: hidden;
}

.homeVideoPanel .panelItem {
    float: left;
}

.homeVideoPanel .panelItem .videoView {
    width: 270px;
    height: 195px;
}

.homeVideoPanel .panelItem:first-child .videoView {
    width: 550px;
    height: 400px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.homeVideoPanel .panelItem:nth-child(2),
.homeVideoPanel .panelItem:nth-child(3) {
    margin-bottom: 10px;
}

.homeVideoPanel .panelItem:nth-child(4),
.homeVideoPanel .panelItem:nth-child(5) {
    margin-right: 10px;
}

.videoPanel {
    overflow: auto;
}

.videoPanel .panelItem {
    float: left;
}

.videoPanel .panelItem .videoView {
    width: 232px;
    height: 167px;
}

.videoPanel .panelItem:first-child .videoView {
    width: 716px;
    height: 515px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.videoPanel .panelItem:nth-child(2),
.videoPanel .panelItem:nth-child(3) {
    margin-bottom: 10px;
    float: right;
}

.videoPanel .panelItem:nth-child(2) .videoView,
.videoPanel .panelItem:nth-child(3) .videoView {
    width: 474px;
    height: 341px;
}

.videoPanel .panelItem:nth-child(4),
.videoPanel .panelItem:nth-child(5) {
    margin-right: 10px;
}

.video img {
    width: 100%;
    height: 100%;
}

.video img.gif {
    display: none;
}

.video .videoView {
    display: block;
    position: relative;
    overflow: hidden;
}

.video .videoMask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url(../images/bofang.png?36da5375450c55e55a3898722773d037);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.video .videoTitle {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #003399;
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.video .videoTitle span {
    display: block;
    width: 50px;
    height: 20px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    right: 0;
    top: -20px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}

.video .videoTitle p {
    font-size: 12px;
    color: #ffffff;
    line-height: 16px;
    overflow: hidden;
    display: block;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 32px;
}

.video .videoPhoneTitle {
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    display: block;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 36px;
    color: #4a4a4a;
    margin-top: 10px;
    display: none;
}

.video:hover .videoMask {
    background-color: transparent;
    background-size: 0 0;
}

.video:hover .videoTitle {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.video:hover img.img {
    display: none;
}

.video:hover img.gif {
    display: block;
}

.articleTitles .articleTitleLink {
    display: block;
    line-height: 27px;
    font-size: 12px;
    color: #4a4a4a;
    text-decoration: none;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.articleTitles .articleTitleLink:hover {
    color: #003399;
}

.articleTitles .articleTitleLink.l30 {
    line-height: 30px;
}

.dynamicContainer {
    overflow: auto;
}

.dynamicContainer .min {
    float: left;
    width: 590px;
    margin-right: 20px;
}

.dynamicContainer .min:nth-child(1),
.dynamicContainer .min:nth-child(2) {
    margin-top: 0;
}

.dynamicContainer .min:nth-child(2n) {
    margin-right: 0;
}

.dynamicContainer .min .articleTitles {
    height: 150px;
}

.dynamicList {
    overflow: hidden;
    padding: 10px 10px 0;
    margin-bottom: -10px;
}

.dynamicList .articleTitles {
    height: 125px;
}

.dynamicList .articleTitles .articleTitleLink {
    line-height: 25px;
}

.dynamicList .dynamicItem {
    border: 1px solid #cdcdcd;
    padding: 20px 20px 10px;
    float: left;
    width: 331px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.dynamicList .dynamicItem:nth-child(3n) {
    margin-right: 0;
}

.dynamicList .dynamicTop {
    overflow: hidden;
}

.dynamicList .dynamicThumbnail {
    display: block;
    text-decoration: none;
    width: 182px;
    height: 115px;
    float: left;
    overflow: hidden;
}

.dynamicList .dynamicThumbnail img {
    width: 100%;
    height: 100%;
}

.dynamicList .dynamicMain {
    margin-left: 192px;
}

.dynamicList .dynamicTitle {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 20px;
    margin-top: 10px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dynamicList .dynamicTitle:hover {
    color: #003399;
}

.dynamicList .dynamicDesc {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    color: #4a4a4a;
    overflow: hidden;
    display: block;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 72px;
}

.toolsA,
.toolsB {
    overflow: hidden;
    padding: 10px 10px 0;
    margin-bottom: -10px;
}

.toolsA .toolImg img,
.toolsB .toolImg img {
    width: 100%;
    height: 100%;
}

.toolsA .tool,
.toolsB .tool {
    border: 1px solid #cdcdcd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px 20px 20px;
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
}

.toolsA .toolTitle,
.toolsB .toolTitle {
    color: #4a4a4a;
}

.toolsA .toolSubTitle,
.toolsB .toolSubTitle {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.toolsA .toolInfo,
.toolsB .toolInfo {
    font-size: 14px;
    line-height: 20px;
    color: #4a4a4a;
}

.toolsA .toolLink,
.toolsB .toolLink {
    display: block;
    width: 124px;
    height: 35px;
    background: #FFCC00;
    text-decoration: none;
    color: #4a4a4a;
    font-size: 12px;
    text-align: center;
    line-height: 35px;
}

.toolsA .toolLink:hover,
.toolsB .toolLink:hover {
    background: #fbf9d2;
}

.toolsA .tool {
    width: 570px;
    height: 310px;
}

.toolsA .tool:nth-child(2n) {
    margin-right: 0;
}

.toolsA .toolTop {
    height: 100px;
    overflow: auto;
}

.toolsA .toolTop .toolLink {
    display: block;
}

.toolsA .toolImg {
    width: 280px;
    height: 100px;
    float: left;
    overflow: hidden;
}

.toolsA .toolImg img {
    width: 100%;
    height: 100%;
}

.toolsA .toolLink {
    float: right;
    margin-top: 20px;
    margin-right: 10px;
    display: none;
}

.toolsA .toolTitle {
    font-size: 24px;
    line-height: 33px;
    margin-top: 10px;
}

.toolsA .toolSub {
    font-size: 12px;
    color: #6b6b6b;
    line-height: 17px;
}

.toolsA .toolInfo {
    margin-top: 15px;
    overflow: hidden;
    display: block;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 80px;
}

.toolsB .tool {
    width: 373px;
    height: 326px;
}

.toolsB .tool:nth-child(3n) {
    margin-right: 0;
}

.toolsB .toolTop .toolLink {
    display: none;
}

.toolsB .toolImg {
    height: 119px;
}

.toolsB .toolLink {
    margin-top: 10px;
}

.toolsB .toolTitle {
    font-size: 16px;
    margin-top: 20px;
    line-height: 22px;
}

.toolsB .toolInfo {
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
    display: block;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 60px;
}

.view404 {
    margin-top: 40px;
}

.view404 .LContent {
    padding: 70px 150px;
    background-image: url(../images/404.png?a532bdf0641ef84b6998d387507b9ef8);
    background-position: 565px bottom;
    background-repeat: no-repeat;
}

.view404 .title {
    font-size: 48px;
    line-height: 50px;
    color: #003399;
}

.view404 .sub {
    font-size: 24px;
    line-height: 34px;
    color: #242424;
    margin-top: 10px;
    margin-bottom: 30px;
}

.view404 .text {
    font-size: 18px;
    line-height: 28px;
    color: #4a4a4a;
    margin-bottom: 10px;
}

.view404 .link {
    display: block;
    width: 160px;
    height: 50px;
    border-radius: 0;
    line-height: 50px;
    text-align: center;
    background: #FFCC00;
    font-size: 16px;
    color: #4a4a4a;
    margin-top: 40px;
    text-decoration: none;
}

.view404 .link:hover {
    background: #fbf9d2;
}

.noContent {
    overflow: auto;
}

.noContent .content {
    margin: 50px auto;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 20px;
    padding-top: 76px;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    background-size: 66px 66px;
}

.noContent .content.product {
    background-image: url(../images/no-product.jpg?5c3e98d9ca7386aa2866e55b8defa090);
}

.noContent .content.article {
    background-image: url(../images/no-article.jpg?457c02969607f0f08d4ea54130fede42);
}

.noContent .content.case {
    background-image: url(../images/no-case.jpg?ab842bfd1070a54949036ec65125ca70);
}

.noContent .content.search {
    background-image: url(../images/no-search.png?14dd77bbe8d1900290ffe8e6d73a5b23);
}

.go-detail {
    height: 20px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 20px;
    color: #003399;
    cursor: pointer;
    float: right;
    opacity: 1;
}

.img {
    margin-left: 10px;
    margin-right: 20px;
    float: right;
}

.overlayContainer {
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

.overlayContainer .overlayBackdrop {
    position: absolute;
    pointer-events: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
}

.overlayContainer .overlayBackdrop.dark {
    background: rgba(0, 0, 0, 0.7);
}

.overlayContainer .overlayWrapper {
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    pointer-events: none;
}

.overlayContainer .overlayPane {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    pointer-events: none;
}

.overlayContainer .overlayContentWrapper {
    display: none;
    pointer-events: none;
}

.overlayContainer .overlayContent {
    pointer-events: auto;
    display: inline-block;
}

.viewLose .LContainer {
    margin: 30px auto;
}

.viewLose .LContent {
    height: 483px;
    background-color: #ffffff;
    background-image: url(../images/lose.png?eeffbcc02aabe6035d6215d1006d4644);
    background-position: center 68px;
    padding-top: 377px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

.viewLose .LContent .msg {
    font-size: 24px;
    color: #4a4a4a;
    line-height: 33px;
}

.viewLose .LContent .tips {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-top: 20px;
}

.viewLose .LContent .tips span {
    color: #003399;
    margin-right: 10px;
}

.Model-hint {
    left: -20px;
    width: 400px;
    top: 26px;
    display: none;
    width: 240px;
    left: -150px;
    position: absolute;
    top: 35px;
    right: 0px;
    color: #333;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    padding: 10px;
    background: #FFF7D5;
    box-sizing: border-box;
    z-index: 1000;
    line-height: 18px;
}

.dd-1 .Model-hint::before {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #FFF7D5;
    left: 146px;
    top: -11px;
}

.dd-2 .Model-hint::before {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #FFF7D5;
    left: 198px;
    top: -11px;
}

.dd-3 .Model-hint::before {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #FFF7D5;
    left: 223px;
    top: -11px;
}

.dd-4 .Model-hint::before {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #FFF7D5;
    left: 97px;
    top: -11px;
}

.window {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: -180px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 998;
    transition: all 0.15s;
    opacity: 0;
  }
  
  .window.on {
    height: 100%;
    opacity: 1;
    top: 0;
  }
  
  .success {
    position: fixed;
    top: -400px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 999;
    transition: all 0.5s;
    opacity: 0;
  }
  
  .success.on {
    top: 0;
    opacity: 1;
    height: 100%;
  }
  
  .success-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .success-text {
    background: #f5f5f6;
    background: -moz-linear-gradient(top, #f5f5f6 0%, #c8c9cb 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, #f5f5f6), color-stop(100%, #c8c9cb));
    background: -webkit-linear-gradient(top, #f5f5f6 0%, #c8c9cb 100%);
    background: -o-linear-gradient(top, #f5f5f6 0%, #c8c9cb 100%);
    background: -ms-linear-gradient(top, #f5f5f6 0%, #c8c9cb 100%);
    background: linear-gradient(to bottom, #f5f5f6 0%, #c8c9cb 100%);
    width: 920px;
    border-radius: 15px;
    min-height: 255px;
    padding: 1.5% 3%;
  }
  
  .success-text .success-close {
    display: flex;
    justify-content: flex-end;
    margin-right: -2px;
  }
  
  .success-text .success-close img {
    cursor: pointer;
  }
  
  .success-text .success-con {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 12%;
  }
  

  
  .success-text .success-con-flex {
    flex-wrap: wrap;
  }
  
  .success-text .success-con-flex>* {
    width: 100%;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
    margin: 15px 0;
  }
  
  .success-text .success-con-flex strong {
    font-size: 24px;
  }
  
  .success-text p {
    font-size: 30px;
  }
  
  .success-text p span {
    display: inline-block;
  }
  

  
  @media (max-width: 1000px) {
    .success-text {
        zoom: 0.8;
    }
  }
  
  @media (max-width: 800px) {
    .success-text {
        zoom: 0.7;
    }
  }
  
  @media (max-width: 750px) {
    .success-text .success-close {
        margin-right: -2px;
    }
    .success-text {
        zoom: 1;
        width: 90%;
        height: auto;
        min-height: inherit;
        padding: 2% 3% 17%;
    }

    .success-text .success-con-flex>* {
        line-height: 30px;
        margin: 10px 0;
    }
    .success-text .success-con-flex strong {
        font-size: 20px;
    }
    .success-text p {
        font-size: 30px;
    }
    .success-text .success-con {
        padding-top: 15%;
    }

  }
  
  @media (max-width: 640px) {
    .success-text .success-con-flex strong {
        font-size: 18px;
    }
    .success-text p {
        font-size: 28px;
    }
  }
  
  @media (max-width: 560px) {
    .success-text .success-con-flex strong {
        font-size: 16px;
    }
    .success-text p {
        font-size: 26px;
    }
  }
  
  @media (max-width: 480px) {
    .success-text .success-close {
        zoom: 0.9;
    }
    .success-text .success-con-flex>* {
        line-height: 26px;
        margin: 5px 0;
    }
    .success-text .success-con-flex strong {
        font-size: 14px;
    }
    .success-text p {
        font-size: 22px;
    }
  }
  
  @media (max-width: 420px) {
    .success-text {
        border-radius: 10px;
    }
    .success-text .success-close {
        zoom: 0.8;
    }
    .success-text .success-con-flex>* {
        margin: 0;
    }
    .success-text p {
        font-size: 18px;
    }
  }
  
  @media (max-width: 350px) {
    .success-text p {
        font-size: 16px;
    }
    .success-text .success-con-flex strong {
        font-size: 12px;
    }
  }
  
  .qiyeBtn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
    cursor: pointer;
  }
  
  .book-con-qiye {
    display: inline-block;
    position: relative;
    transition: all .2s;
  }
  
  .book-con-qiye:hover {
    transform: scale(0.9);
  }
  
  .book-con-qiye a {
    border-radius: 14px;
  }
  
  .book-con-qiye img {
    border: none;
    max-width: 100%;
    display: block;
  }
  
  @media screen and (max-width: 500px) {
    .book-con-qiye {
        width: 55%;
    }
  }

  .success1 {
    position: fixed;
    top: -400px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 999;
    transition: all 0.5s;
    opacity: 0;
  }
  
  .success1.on {
    top: 0;
    opacity: 1;
    height: 100%;
  }
  
  .success1-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .success1-text {
    background: #f5f5f6;
    background: -moz-linear-gradient(top, #f5f5f6 0%, #c8c9cb 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, #f5f5f6), color-stop(100%, #c8c9cb));
    background: -webkit-linear-gradient(top, #f5f5f6 0%, #c8c9cb 100%);
    background: -o-linear-gradient(top, #f5f5f6 0%, #c8c9cb 100%);
    background: -ms-linear-gradient(top, #f5f5f6 0%, #c8c9cb 100%);
    background: linear-gradient(to bottom, #f5f5f6 0%, #c8c9cb 100%);
    width: 920px;
    border-radius: 15px;
    min-height: 255px;
    padding: 1.5% 3%;
  }
  
  .success1-text .success1-close {
    display: flex;
    justify-content: flex-end;
    margin-right: -2px;
  }
  
  .success1-text .success1-close img {
    cursor: pointer;
  }
  
  .success1-text .success1-con {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 12%;
  }
  

  
  .success1-text .success1-con-flex {
    flex-wrap: wrap;
  }
  
  .success1-text .success1-con-flex>* {
    width: 100%;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
    margin: 15px 0;
  }
  
  .success1-text .success1-con-flex strong {
    font-size: 24px;
  }
  
  .success1-text p {
    font-size: 30px;
  }
  
  .success1-text p span {
    display: inline-block;
  }
  

  
  @media (max-width: 1000px) {
    .success1-text {
        zoom: 0.8;
    }
  }
  
  @media (max-width: 800px) {
    .success1-text {
        zoom: 0.7;
    }
  }
  
  @media (max-width: 750px) {
    .success1-text .success1-close {
        margin-right: -2px;
    }
    .success1-text {
        zoom: 1;
        width: 90%;
        height: auto;
        min-height: inherit;
        padding: 2% 3% 17%;
    }

    .success1-text .success1-con-flex>* {
        line-height: 30px;
        margin: 10px 0;
    }
    .success1-text .success1-con-flex strong {
        font-size: 20px;
    }
    .success1-text p {
        font-size: 30px;
    }
    .success1-text .success1-con {
        padding-top: 15%;
    }

  }
  
  @media (max-width: 640px) {
    .success1-text .success1-con-flex strong {
        font-size: 18px;
    }
    .success1-text p {
        font-size: 28px;
    }
  }
  
  @media (max-width: 560px) {
    .success1-text .success1-con-flex strong {
        font-size: 16px;
    }
    .success1-text p {
        font-size: 26px;
    }
  }
  
  @media (max-width: 480px) {
    .success1-text .success1-close {
        zoom: 0.9;
    }
    .success1-text .success1-con-flex>* {
        line-height: 26px;
        margin: 5px 0;
    }
    .success1-text .success1-con-flex strong {
        font-size: 14px;
    }
    .success1-text p {
        font-size: 22px;
    }
  }
  
  @media (max-width: 420px) {
    .success1-text {
        border-radius: 10px;
    }
    .success1-text .success1-close {
        zoom: 0.8;
    }
    .success1-text .success1-con-flex>* {
        margin: 0;
    }
    .success1-text p {
        font-size: 18px;
    }
  }
  
  @media (max-width: 350px) {
    .success1-text p {
        font-size: 16px;
    }
    .success1-text .success1-con-flex strong {
        font-size: 12px;
    }
  }


  