@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,800");
@import url("fontawesome-all.min.css");

/*
	ZeroFour by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body:not(.footerbody) {
  line-height: 1;
  padding-top: 72px !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

input::-webkit-input-placeholder {
  color: #e5e5e5;
  font-size: 12px;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e5e5e5;
  font-size: 12px;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e5e5e5;
  font-size: 12px;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e5e5e5;
  font-size: 12px;
}

/* Basic */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

body.is-preload * {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

body,
input,
select,
textarea {
  font-family: "Microsoft YaHei", sans-serif;
  color: #7b818c;
  font-weight: 400;
  font-size: 11pt;
  line-height: 1.85em;
}

a {
  color: inherit;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #404248;
  margin: 0 0 1em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

h2 {
  font-size: 2em;
  margin: 0 0 1.5em 0;
  line-height: 1em;
}

h2.icon {
  line-height: 48px;
}

h2.icon:before {
  position: relative;
  top: 0.05em;
  margin-right: 0.5em;
  opacity: 0.25;
}

h3 {
  font-size: 1.35em;
  margin-top: 2em;
}

b,
strong {
  /*color: #404248;*/
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

br.clear {
  clear: both;
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

hr {
  border: 0;
  border-top: solid 1px #ddd;
}

blockquote {
  border-left: solid 0.5em #ddd;
  padding: 1em 0 1em 2em;
  font-style: italic;
}

p,
ul,
ol,
dl,
table {
  margin-bottom: 2em;
}

.date {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.065em;
  font-size: 0.9em;
  color: #696969;
  margin: 0 0 0.25em 0;
}

/* Container */

.container {
  margin: 0 auto;
  max-width: calc(100% - 100px);
  width: 1200px;
}

@media screen and (max-width: 1280px) {
  .container {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .container {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

/* Row */

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
}

.row > * {
  box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
  margin-bottom: 0;
}

.row.aln-left {
  justify-content: flex-start;
}

.row.aln-center {
  justify-content: center;
}

.row.aln-right {
  justify-content: flex-end;
}

.row.aln-top {
  align-items: flex-start;
}

.row.aln-middle {
  align-items: center;
}

.row.aln-bottom {
  align-items: flex-end;
}

.row > .imp {
  order: -1;
}

.row > .col-1 {
  width: 8.33333%;
}

.row > .off-1 {
  margin-left: 8.33333%;
}

.row > .col-2 {
  width: 16.66667%;
}

.row > .col-2k {
  width: 20%;
  margin-bottom: -100px;
}

.row > .off-2 {
  margin-left: 16.66667%;
}

.row > .col-3 {
  width: 25%;
}

.row > .off-3 {
  margin-left: 25%;
}

.row > .col-4 {
  width: 33.33333%;
}

.row > .off-4 {
  margin-left: 33.33333%;
}

.row > .col-5 {
  width: 41.66667%;
}

.row > .off-5 {
  margin-left: 41.66667%;
}

.row > .col-6 {
  width: 50%;
}

.row > .off-6 {
  margin-left: 50%;
}

.row > .col-7 {
  width: 58.33333%;
}

.row > .off-7 {
  margin-left: 58.33333%;
}

.row > .col-8 {
  width: 66.66667%;
}

.row > .off-8 {
  margin-left: 66.66667%;
}

.row > .col-9 {
  width: 75%;
}

.row > .off-9 {
  margin-left: 75%;
}

.row > .col-10 {
  width: 83.33333%;
}

.row > .off-10 {
  margin-left: 83.33333%;
}

.row > .col-11 {
  width: 91.66667%;
}

.row > .off-11 {
  margin-left: 91.66667%;
}

.row > .col-12 {
  width: 100%;
}

.row > .off-12 {
  margin-left: 100%;
}

.row.gtr-0 {
  margin-top: 0px;
  margin-left: 0px;
}

.row.gtr-0 > * {
  padding: 0px 0 0 0px;
}

.row.gtr-0.gtr-uniform {
  margin-top: 0px;
}

.row.gtr-0.gtr-uniform > * {
  padding-top: 0px;
}

.row.gtr-25 {
  margin-top: -12.5px;
  margin-left: -12.5px;
}

.row.gtr-25 > * {
  padding: 12.5px 0 0 12.5px;
}

.row.gtr-25.gtr-uniform {
  margin-top: -12.5px;
}

.row.gtr-25.gtr-uniform > * {
  padding-top: 12.5px;
}

.row.gtr-50 {
  margin-top: -25px;
  margin-left: -25px;
}

.row.gtr-50 > * {
  padding: 25px 0 0 25px;
}

.row.gtr-50.gtr-uniform {
  margin-top: -25px;
}

.row.gtr-50.gtr-uniform > * {
  padding-top: 25px;
}

.row {
  margin-top: -50px;
  margin-left: -50px;
}

.row > * {
  padding: 50px 0 0 50px;
}

.row.gtr-uniform {
  margin-top: -50px;
}

.row.gtr-uniform > * {
  padding-top: 50px;
}

.row.gtr-150 {
  margin-top: -75px;
  margin-left: -75px;
}

.row.gtr-150 > * {
  padding: 75px 0 0 75px;
}

.row.gtr-150.gtr-uniform {
  margin-top: -75px;
}

.row.gtr-150.gtr-uniform > * {
  padding-top: 75px;
}

.row.gtr-200 {
  margin-top: -100px;
  margin-left: -100px;
}

.row.gtr-200 > * {
  padding: 100px 0 0 100px;
}

.row.gtr-200.gtr-uniform {
  margin-top: -100px;
}

.row.gtr-200.gtr-uniform > * {
  padding-top: 100px;
}

@media screen and (max-width: 1280px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-large {
    order: -1;
  }

  .row > .col-1-large {
    width: 8.33333%;
  }

  .row > .off-1-large {
    margin-left: 8.33333%;
  }

  .row > .col-2-large {
    width: 16.66667%;
  }

  .row > .off-2-large {
    margin-left: 16.66667%;
  }

  .row > .col-3-large {
    width: 25%;
  }

  .row > .off-3-large {
    margin-left: 25%;
  }

  .row > .col-4-large {
    width: 33.33333%;
  }

  .row > .off-4-large {
    margin-left: 33.33333%;
  }

  .row > .col-5-large {
    width: 41.66667%;
  }

  .row > .off-5-large {
    margin-left: 41.66667%;
  }

  .row > .col-6-large {
    width: 50%;
  }

  .row > .off-6-large {
    margin-left: 50%;
  }

  .row > .col-7-large {
    width: 58.33333%;
  }

  .row > .off-7-large {
    margin-left: 58.33333%;
  }

  .row > .col-8-large {
    width: 66.66667%;
  }

  .row > .off-8-large {
    margin-left: 66.66667%;
  }

  .row > .col-9-large {
    width: 75%;
  }

  .row > .off-9-large {
    margin-left: 75%;
  }

  .row > .col-10-large {
    width: 83.33333%;
  }

  .row > .off-10-large {
    margin-left: 83.33333%;
  }

  .row > .col-11-large {
    width: 91.66667%;
  }

  .row > .off-11-large {
    margin-left: 91.66667%;
  }

  .row > .col-12-large {
    width: 100%;
  }

  .row > .off-12-large {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }

  .row.gtr-25 {
    margin-top: -8.75px;
    margin-left: -8.75px;
  }

  .row.gtr-25 > * {
    padding: 8.75px 0 0 8.75px;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -8.75px;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 8.75px;
  }

  .row.gtr-50 {
    margin-top: -17.5px;
    margin-left: -17.5px;
  }

  .row.gtr-50 > * {
    padding: 17.5px 0 0 17.5px;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -17.5px;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 17.5px;
  }

  .row {
    margin-top: -35px;
    margin-left: -35px;
  }

  .row > * {
    padding: 35px 0 0 35px;
  }

  .row.gtr-uniform {
    margin-top: -35px;
  }

  .row.gtr-uniform > * {
    padding-top: 35px;
  }

  .row.gtr-150 {
    margin-top: -52.5px;
    margin-left: -52.5px;
  }

  .row.gtr-150 > * {
    padding: 52.5px 0 0 52.5px;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -52.5px;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 52.5px;
  }

  .row.gtr-200 {
    margin-top: -70px;
    margin-left: -70px;
  }

  .row.gtr-200 > * {
    padding: 70px 0 0 70px;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -70px;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 70px;
  }
}

@media screen and (max-width: 980px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-medium {
    order: -1;
  }

  .row > .col-1-medium {
    width: 8.33333%;
  }

  .row > .off-1-medium {
    margin-left: 8.33333%;
  }

  .row > .col-2-medium {
    width: 16.66667%;
  }

  .row > .off-2-medium {
    margin-left: 16.66667%;
  }

  .row > .col-3-medium {
    width: 25%;
  }

  .row > .off-3-medium {
    margin-left: 25%;
  }

  .row > .col-4-medium {
    width: 33.33333%;
  }

  .row > .off-4-medium {
    margin-left: 33.33333%;
  }

  .row > .col-5-medium {
    width: 41.66667%;
  }

  .row > .off-5-medium {
    margin-left: 41.66667%;
  }

  .row > .col-6-medium {
    width: 50%;
  }

  .row > .off-6-medium {
    margin-left: 50%;
  }

  .row > .col-7-medium {
    width: 58.33333%;
  }

  .row > .off-7-medium {
    margin-left: 58.33333%;
  }

  .row > .col-8-medium {
    width: 66.66667%;
  }

  .row > .off-8-medium {
    margin-left: 66.66667%;
  }

  .row > .col-9-medium {
    width: 75%;
  }

  .row > .off-9-medium {
    margin-left: 75%;
  }

  .row > .col-10-medium {
    width: 83.33333%;
  }

  .row > .off-10-medium {
    margin-left: 83.33333%;
  }

  .row > .col-11-medium {
    width: 91.66667%;
  }

  .row > .off-11-medium {
    margin-left: 91.66667%;
  }

  .row > .col-12-medium {
    width: 100%;
  }

  .row > .off-12-medium {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }

  .row.gtr-25 {
    margin-top: -12.5px;
    margin-left: -12.5px;
  }

  .row.gtr-25 > * {
    padding: 12.5px 0 0 12.5px;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -12.5px;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 12.5px;
  }

  .row.gtr-50 {
    margin-top: -25px;
    margin-left: -25px;
  }

  .row.gtr-50 > * {
    padding: 25px 0 0 25px;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -25px;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 25px;
  }

  .row {
    margin-top: -50px;
    margin-left: -50px;
  }

  .row > * {
    padding: 50px 0 0 50px;
  }

  .row.gtr-uniform {
    margin-top: -50px;
  }

  .row.gtr-uniform > * {
    padding-top: 50px;
  }

  .row.gtr-150 {
    margin-top: -75px;
    margin-left: -75px;
  }

  .row.gtr-150 > * {
    padding: 75px 0 0 75px;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -75px;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 75px;
  }

  .row.gtr-200 {
    margin-top: -100px;
    margin-left: -100px;
  }

  .row.gtr-200 > * {
    padding: 100px 0 0 100px;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -100px;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 100px;
  }
}

@media screen and (max-width: 736px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-small {
    order: -1;
  }

  .row > .col-1-small {
    width: 8.33333%;
  }

  .row > .off-1-small {
    margin-left: 8.33333%;
  }

  .row > .col-2-small {
    width: 16.66667%;
  }

  .row > .off-2-small {
    margin-left: 16.66667%;
  }

  .row > .col-3-small {
    width: 25%;
  }

  .row > .off-3-small {
    margin-left: 25%;
  }

  .row > .col-4-small {
    width: 33.33333%;
  }

  .row > .off-4-small {
    margin-left: 33.33333%;
  }

  .row > .col-5-small {
    width: 41.66667%;
  }

  .row > .off-5-small {
    margin-left: 41.66667%;
  }

  .row > .col-6-small {
    width: 50%;
  }

  .row > .off-6-small {
    margin-left: 50%;
  }

  .row > .col-7-small {
    width: 58.33333%;
  }

  .row > .off-7-small {
    margin-left: 58.33333%;
  }

  .row > .col-8-small {
    width: 66.66667%;
  }

  .row > .off-8-small {
    margin-left: 66.66667%;
  }

  .row > .col-9-small {
    width: 75%;
  }

  .row > .off-9-small {
    margin-left: 75%;
  }

  .row > .col-10-small {
    width: 83.33333%;
  }

  .row > .off-10-small {
    margin-left: 83.33333%;
  }

  .row > .col-11-small {
    width: 91.66667%;
  }

  .row > .off-11-small {
    margin-left: 91.66667%;
  }

  .row > .col-12-small {
    width: 100%;
  }

  .row > .off-12-small {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }

  .row.gtr-25 {
    margin-top: -2.5px;
    margin-left: -2.5px;
  }

  .row.gtr-25 > * {
    padding: 2.5px 0 0 2.5px;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -2.5px;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 2.5px;
  }

  .row.gtr-50 {
    margin-top: -5px;
    margin-left: -5px;
  }

  .row.gtr-50 > * {
    padding: 5px 0 0 5px;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -5px;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 5px;
  }

  .row {
    margin-top: -10px;
    margin-left: -10px;
  }

  .row > * {
    padding: 10px 0 0 10px;
  }

  .row.gtr-uniform {
    margin-top: -10px;
  }

  .row.gtr-uniform > * {
    padding-top: 10px;
  }

  .row.gtr-150 {
    margin-top: -15px;
    margin-left: -15px;
  }

  .row.gtr-150 > * {
    padding: 15px 0 0 15px;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -15px;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 15px;
  }

  .row.gtr-200 {
    margin-top: -20px;
    margin-left: -20px;
  }

  .row.gtr-200 > * {
    padding: 20px 0 0 20px;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -20px;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 20px;
  }
}

/* Section/Article */

section,
article {
  margin-bottom: 4em;
}

section > :last-child,
article > :last-child,
section:last-child,
article:last-child {
  margin-bottom: 0;
}

header {
  margin: 0 0 2em 0;
}

header h2,
header h3 {
  margin: 0 0 0.25em 0;
}

header p {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.065em;
  font-size: 0.9em;
  color: #696969;
  margin: 0;
}

header p strong {
  color: #404248;
  font-weight: 800;
}

footer {
  margin: 2.5em 0 0 0;
}

footer .wechat {
  border-left: 1px solid #863684;
  padding-left: 56px;
  margin-left: -30px;
}

.vison {
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-top: 1px solid #863684;
  margin-top: 51px;
}

header.major {
  margin: 0 0 3em 0;
}

header.major:after {
  content: "";
  display: block;

  height: 8px;
}

header.major h2,
header.major h3 {
  margin: 0 0 1.2em 0;
}

header.major p {
  margin: 0 0 1.5em 0;
  position: relative;
  top: -1em;
}

/* Forms */

form label {
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #404248;
  margin: 0 0 1em 0;
  font-size: 0.8em;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  border-radius: 8px;
  border: solid 1px #eee;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
  box-shadow: 0 0 2px 1px #4091bf;
}

form input[type="text"],
form input[type="email"],
form input[type="password"] {
  line-height: 3em;
  padding: 0 1em;
}

form select {
  line-height: 3em;
  padding: 0 1em;
}

form textarea {
  min-height: 9em;
  padding: 1em;
}

form ::-webkit-input-placeholder,
form :-moz-placeholder,
form ::-moz-placeholder,
form :-ms-input-placeholder {
  color: #555 !important;
}

form ::-moz-focus-inner {
  border: 0;
}

/* Tables */

table {
  width: 100%;
}

table.default {
  width: 100%;
}

table.default tr {
  border-top: solid 1px #eee;
}

table.default tr:first-child {
  border-top: 0;
}

table.default td {
  padding: 0.5em 1em 0.5em 1em;
}

table.default th {
  text-align: left;
  padding: 0.5em 1em 0.5em 1em;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin: 0 0 1em 0;
  font-size: 0.8em;
}

table.default thead {
  background: #404248;
  color: #fff;
}

/* Image */

.image {
  position: relative;
  display: inline-block;
}

.image img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.image.fit {
  display: block;
  width: 100%;
}

.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2.5em 0;
}

.image.left {
  float: left;
  margin: 0 2em 2em 0;
}

.image.centered {
  display: block;
  margin: 0 0 2.5em 0;
}

.image.centered img {
  margin: 0 auto;
  width: auto;
}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  background-color: #4091bf;
  border-radius: 8px;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.35),
    inset 0px 2px 1px 0px rgba(255, 255, 255, 0.35);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.95em;
  letter-spacing: 0.075em;
  padding: 1em 2em;
  outline: 0;
  border: 0;
  white-space: nowrap;
  cursor: pointer;
}

input[type="button"].icon:before,
input[type="submit"].icon:before,
input[type="reset"].icon:before,
button.icon:before,
.button.icon:before {
  opacity: 0.5;
  margin-right: 0.5em;
  position: relative;
  top: 0.05em;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background-color: #50a1cf;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
  background-color: #3081af;
}

input[type="button"].medium,
input[type="submit"].medium,
input[type="reset"].medium,
button.medium,
.button.medium {
  font-size: 1.25em;
  padding: 1em 2.25em;
}

input[type="button"].large,
input[type="submit"].large,
input[type="reset"].large,
button.large,
.button.large {
  font-size: 1.5em;
  padding: 1em 2.25em;
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
  background-color: #464a52;
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
  background-color: #565a62;
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
  background-color: #363a42;
}

/* List */

dl.contact dt {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.065em;
  font-size: 0.9em;
  color: #696969;
  float: left;
  width: 6em;
}

dl.contact dd {
  margin: 0 0 1em 6em;
}

ul.default {
  list-style: disc;
  padding-left: 1em;
}

ul.default li {
  padding-left: 0.5em;
}

ul.actions li {
  display: inline-block;
  padding: 0 0 0 0.25em;
  margin: 0 0 0 0.25em;
}

ul.actions li:first-child {
  margin-left: 0;
  padding-left: 0;
}

ul.menu li {
  border-left: solid 1px #eee;
  display: inline-block;
  padding: 0 0 0 1em;
  margin: 0 0 0 1em;
}

ul.menu li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

ul.divided li {
  font-size: 12px;
  padding: 0.2em 0 0 0;
  margin: 0.2em 0 0 0;
}

ul.divided li:hover {
  padding: 0.2em 0 0 0;
  margin: 0.2em 0 0 0;
}

ul.divided li img {
  float: left;
  margin-top: 5px;
  margin-right: 13px;
}

ul.divided li:first-child {
  border-top: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

ol.default {
  list-style: decimal;
  padding-left: 1.25em;
}

ol.default li {
  padding-left: 0.25em;
}

/* Box */

.box.excerpt {
  position: relative;
  overflow: hidden;
}

.box.excerpt header {
  margin: 0 0 1em 0;
}

.box.excerpt .image,
.box.excerpt p {
  margin-bottom: 0;
}

.box.feature1 {
  text-align: center;
}

.box.feature1 header {
  margin-bottom: 3em;
}

.box.feature1 header.first h2 {
  font-size: 2.5em;
}

.box.feature1 header.first p {
  font-size: 1.2em;
}

.box.feature1 header.second {
  position: relative;
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  white-space: nowrap;
  left: 24px;
}

.box.feature1 header.second p {
  line-height: 1em;
}

.box.feature1 header.second:before {
  font-size: 48px;
  position: absolute;
  right: 100%;
  margin-right: 18px;
  opacity: 0.5;
  bottom: -4px;
}

.box.feature2 {
  text-align: center;
}

.box.article-list article {
  border-bottom: solid 1px #dbdbdb;
  margin: 0 0 2.75em 0;
  padding: 0 0 2.75em 0;
}

.box.article-list article:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Icons */

.icon {
  text-decoration: none;
  text-decoration: none;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.icon.solid:before {
  font-weight: 900;
}

.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}

.icon > .label {
  display: none;
}

/* Nav */

#nav {
  position: absolute;
  right: 90px;
  top: 0;
  line-height: 72px;
}

#nav > ul {
  position: relative;
  height: 72px;
  margin-bottom: 0;
}

#nav > ul > .nav-highlight {
  position: absolute;
  bottom: 0;
  /* left         : 12px; */
  display: none;
  height: 4px;
  width: 36px;
  background-color: #6c216d;
  transition: ease 0.4s;
}

#nav > ul > li {
  float: left;
  font-size: 1.2em;
  text-decoration: none;
}

.navdownicon {
  padding-right: 12px;
  background: url("../../img/navdown.png") no-repeat right;
  margin-right: -3px;
}

#nav > ul > li > a,
#nav > ul > li > span {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.075em;
  padding: 0.5em 0em 0.5em 0em;
  margin-left: 14px;
  margin-right: 14px;
  outline: 0;
  font-family: "Microsoft YaHei", sans-serif;
}

#nav > ul > li.active > a,
#nav > ul > li.current_page_item > a,
#nav > ul > li.active > span,
#nav > ul > li.current_page_item > span {
  text-decoration: none;
  /*box-shadow   : inset 1px 1px 0px 0px rgba(0, 0, 0, 0.025), 1px 1px 0px 0px rgba(255, 255, 255, 0.025);*/
  color: #6c216d;
}

#nav > ul > li:last-child {
  padding-right: 0;
}

#nav > ul > li > ul {
  display: none;
}

nav > ul > li > ul.level-0 {
  transform: translateX(36px);
  box-shadow: 0 0 2px 0px;
}

nav > ul > li > ul.level-0 .level-1 {
  transform: translateX(1px);
  box-shadow: 0 0 2px 0px;
}

.dropotron {
  position: relative;
  line-height: 1em;
  min-width: 1em;
}

.dropotron.level-0 {
  background: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -20px;
  border-top: 1px solid #fbfbfb;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
}

.dropotron.level-1 {
  top: 0px !important;
}

.dropotron.level-1 li a {
  font-size: 14px !important;
}

.dropotron.level-1 li:hover > a,
.dropotron.level-1 li:hover {
  background: none;
  text-decoration: none;
}

.dropotron.level-1 li:hover > a,
.dropotron.level-1 li:hover > span {
  color: #6c216d;
}

/* .dropotron.level-1 li:hover{background:none!important;} */
.dropotron.level-1 li:hover,
.dropotron.level-1 li a:hover {
  background: #fff !important;
  color: #6c216d;
}

.dropotron li {
  height: 39px;
  line-height: 39px;
  padding: 0px 20px;
  min-width: 155px;
}

.navleve0bg:hover {
  background: url("../../img/navleave1bg.png") #6c216d no-repeat right !important;
}

.navleve0bg ul {
  background: #f5f5f5;
}

.dropotron li > a,
.dropotron li {
  text-decoration: none;
  color: #000;
  font-size: 15px;
}

.dropotron li:hover > a,
.dropotron li:hover {
  background: #6c216d;
  text-decoration: none;
}

.dropotron li:hover > a,
.dropotron li:hover > span {
  color: #fff;
}

/* Banner */
#banner {
  overflow: hidden;
  /* margin-top: 71.391px; */
}

#banner img {
  width: 100%;
  height: 100%;
}

.carousel-control {
  /* line-height: 82vh;
	height     : 82vh !important; */
  /* background-image: none !important; */
}

.carousel-control > span.icon {
  position: ABSOLUTE;
  line-height: initial;
  top: 50%;
  transform: translateY(-50%);
}

/* Sidebar */

#sidebar h2 {
  font-size: 1.5em;
}

/* Wrappers */

#header-wrapper {
  width: 100%;
  background: #fff;
}

#header-wrapper.dynamichead {
  top: 0;
  position: fixed;
  z-index: 3;
}

#main-wrapper {
  background-color: #fff;
}

#footer-wrapper {
  position: relative;
  background-repeat: repeat-x, no-repeat, repeat;
  background-size: 100% 100%, 100% 15em, auto auto;
  background-position: top left, top center, top left;
  padding: 70px 0 0 0;
}

.wrapper {
  padding: 1em 0 1em 0;
}

.wrapper > .inner {
  position: relative;
  z-index: 2;
}

.wrapper.style1 {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 100% 15em, 100% 15em, auto auto;
  background-position: top center, bottom center, top left;
}

.wrapper.style3 {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat, repeat;
  background-size: 100% 15em, auto auto;
  background-position: top center, top left;
}

.wrapper.style4 {
  position: relative;
  background-color: #fff;
  background: url("../../img/鍚堜綔浼欎即鑳屾櫙.png");
}

/* Header */

#header {
  position: relative;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
}

#header .inner {
  width: 1200px;
  margin: auto;
  background: #fff;
  position: relative;
  height: 72px;
}

#header h1 {
  position: absolute;
  left: 1.75em;
  top: 50%;
  margin-top: -0.65em;
  font-size: 1.5em;
  color: #fff;
}

/* Footer */

#footer {
  margin-bottom: 0;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}

#footer h2 {
  font-size: 16px;
  color: #fff !important;
  font-weight: normal;
  font-family: "Microsoft YaHei", sans-serif;
}

#footer a {
  color: #d0bccf;
}

#footer .button.alt {
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75),
    inset 0px 2px 1px 0px rgba(255, 255, 255, 0.25);
}

#footer ul.divided li a {
  text-decoration: none;
}

#footer ul.menu {
  margin: 0;
}

#copyright {
  border-top: solid 1px;
  border-color: #444;
  border-color: rgba(255, 255, 255, 0.075);
  text-align: center;
  margin-top: 2em;
  padding: 3em 0 4em 0;
  color: inherit;
}

#copyright a {
  color: inherit;
}

.footer-contact {
  display: flex;
  justify-content: space-between;
}

.footer-contact-left {
}

.footer-contact-right {
	margin-right: 16px;
}

.footer-partner-title{
	font-size: 14px;
	color: #d0bccf;
	font-weight: normal;
	font-family: "Microsoft YaHei", sans-serif;
	margin-bottom: 0;
}
.footer-partner-item {
	
margin-top: 4px;
	
margin-bottom: 0;
	
color: #d0bccf;
	
font-size: 14px;
}

/* Large */

@media screen and (max-width: 1280px) {
  /* Basic */

  body {
    line-height: 1.75em;
    font-size: 10.75pt;
  }

  input,
  select,
  textarea {
    line-height: 1.75em;
    font-size: 10.75pt;
  }

  /* Wrappers */
  body.homepage #header-wrapper {
    height: auto;
  }

  #footer-wrapper {
    padding: 70px 0 3em 0;
  }

  .wrapper {
    padding: 4.5em 0 4.5em 0;
  }

  /* Banner */

  #banner {
    width: 100%;
    padding: 0;
  }

  #banner h2 {
    font-size: 2.2em;
    line-height: 1.3em;
    margin: 0 0 1em 0;
  }

  #banner p {
    font-size: 1.25em;
    line-height: 1.75em;
    letter-spacing: 0.04em;
    float: none;
    text-align: center;
    width: 100%;
    margin: 0 0 2em 0;
  }
}

/* Medium */

#navPanel,
#titleBar {
  display: none;
}

@media screen and (max-width: 980px) {
  /* Basic */

  html,
  body {
    overflow-x: hidden;
  }

  /* Box */

  .box.feature2 section {
    margin: 1em 0;
  }

  /* Nav */

  #page-wrapper {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 1px;
  }

  #titleBar {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    background-color: rgba(140, 140, 140, 0.9);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5),
      inset 0px 0px 0px 2px rgba(255, 255, 255, 0.075),
      0px 1px 6px 0px rgba(0, 0, 0, 0.35);
    display: block;
    height: 44px;
    left: 0;
    position: fixed;
    text-shadow: -1px -1px 0 black;
    top: 0;
    width: 100%;
    z-index: 10001;
  }

  #titleBar .title {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff;
    line-height: 44px;
    text-align: center;
  }

  #titleBar .toggle {
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 44px;
    opacity: 0.25;
  }

  #titleBar .toggle:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  #titleBar .toggle:before {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    content: "\f0c9";
  }

  #titleBar .toggle:active {
    opacity: 0.5;
  }

  #navPanel {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    transform: translateX(-275px);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    background-color: #303238;
    box-shadow: inset -1px 0px 0px 0px rgba(0, 0, 0, 0.5),
      inset -2px 0px 0px rgba(255, 255, 255, 0.15),
      inset -2px 0px 10px 0px rgba(0, 0, 0, 0.35);
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 10002;
  }

  #navPanel .link {
    display: block;
    color: #aaa;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
    padding: 0 1em 0 1em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.95em;
    letter-spacing: 0.075em;
  }

  #navPanel .link:first-child {
    border-top: 0;
  }

  #navPanel .link:last-child {
    border-bottom: 0;
  }

  #navPanel .indent-1 {
    display: inline-block;
    width: 1em;
  }

  #navPanel .indent-2 {
    display: inline-block;
    width: 2em;
  }

  #navPanel .indent-3 {
    display: inline-block;
    width: 3em;
  }

  #navPanel .indent-4 {
    display: inline-block;
    width: 4em;
  }

  #navPanel .indent-5 {
    display: inline-block;
    width: 5em;
  }

  #navPanel .depth-0 {
    color: #fff;
  }

  body.navPanel-visible #page-wrapper {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }

  body.navPanel-visible #titleBar {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }

  body.navPanel-visible #navPanel {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* Header */

  #header,
  #nav {
    display: none;
  }

  /* Wrappers */

  #header-wrapper {
    display: none;
  }

  .homepage #header-wrapper {
    display: block;
    padding-top: 44px;
  }

  #main-wrapper {
    padding-top: 44px;
  }

  .homepage #main-wrapper {
    padding-top: 0;
  }

  /* Banner */

  #banner {
    padding: 8em 0 4em 0;
  }

  #banner br {
    display: none;
  }

  /* Sidebar */

  #sidebar {
    margin-top: 1em;
  }
}

/* Small */

@media screen and (max-width: 736px) {
  /* Basic */

  body,
  input,
  select,
  textarea {
    line-height: 1.75em;
    font-size: 10pt;
    letter-spacing: 0;
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 13pt !important;
  }

  h2 {
    line-height: 1.5em;
  }

  /* Section/Article */

  section,
  article {
    margin-bottom: 3em;
  }

  /* Image */

  .image.left {
    width: 25%;
  }

  /* Button */

  .button {
    width: 100%;
    font-size: 1.1em;
    text-align: center;
    padding: 1em 0 1em 0;
    border-radius: 8px;
  }

  /* List */

  ul.menu li {
    display: block;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  ul.actions li {
    display: block;
    padding: 0;
    margin: 1em 0 0 0;
  }

  ul.actions li:first-child {
    margin-top: 0;
  }

  /* Box */

  .box.excerpt .image-left {
    margin-right: 0;
  }

  .box.excerpt header {
    margin-left: 32%;
  }

  .box.excerpt p {
    clear: both;
  }

  .box.feature1 section {
    margin-bottom: 2em !important;
  }

  .box.spotlight {
    margin-top: 2em;
  }

  /* Wrappers */

  #header-wrapper {
    background-position: 35% 50%;
  }

  #footer-wrapper {
    padding: 3em 20px 3em 20px;
  }

  #footer-wrapper section,
  #footer-wrapper article {
    margin-bottom: 3em !important;
  }

  .wrapper {
    padding: 3em 20px 3em 20px;
  }

  /* Banner */

  #banner {
    padding: 40px 20px 40px 20px;
  }

  #banner h2 {
    font-size: 18pt !important;
  }

  /* Sidebar */

  #sidebar {
    margin-top: 2em;
  }

  /* Footer */

  #copyright {
    margin-top: 0;
    padding: 3em 0 1em 0;
  }
}

article img {
  max-width: 100%;
}

.sek1 {
  width: 1180px;
  /*background   :url("images/sek1.png");*/
  height: 411px;
  background-size: 100% auto;
}

.sek1 a {
  display: inline-block;
  width: 24.2%;
  height: 410px;
}

.divided a {
  text-decoration: none;
}

.pr_tab {
  background: #f7f7f7;
  padding: 20px 0;
  line-height: 48px;
  height: 48px;
}

.pr_tab .web_widht {
  background: #fff;
  overflow: hidden;
}

.pr_tab li {
  float: left;
  background: #fff;
  padding: 0 30px;
  cursor: pointer;
  border-left: 1px solid #f7f7f7;
  position: relative;
}

.pr_tab li i {
  width: 9px;
  height: 5px;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  /*background: url(../images/sj5.gif) no-repeat 0 bottom;*/
}

.pr_tab li {
  width: 14.2%;
  padding: 0;
  text-align: center;
  border-left-color: #eee;
}

.pr_tab .hover {
  background: #97c740;
  color: #fff;
}

.pr_tab .hover i {
  background-position: 0 0;
}

.pr_tab .q_line {
  border: none;
}

/* Spotlight */

.headTopbg {
  width: 100%;
  height: 50px;
  background: #6c216d;
}

.headTop {
  width: 1200px;
  height: 50px;
  margin: auto;
  color: #fff;
}

.headTopLeft {
  margin: 15px 0px;
}

.headTopLeft,
.headTopLeft li {
  float: left;
  margin-right: 28px;
  height: 24px;
  line-height: 24px;
}

.headTopLeft li img {
  margin-right: 10px;
}

.headTopLeft .topimg1 {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}

.headTopLeft .topimg2 {
  width: 19px;
  height: 18px;
}

.headTopRight {
  float: right;
  margin-top: 10px;
}

.logoLeft {
  float: left;
  width: 300px;
  position: absolute;
  /* margin  : 20px 0px; */
}

.logoLeft a {
  float: left;
}

#logo img {
  width: 270px;
  height: 72px;
  background-size: contain;
}

.wrapper2 {
  width: 100%;
  height: 545px;
  padding-top: 65px;
  background: url("../../img/dbbg.png") no-repeat;
  background-size: 100% 100%;
}

.contain {
  width: 1200px;
  margin: auto;
  text-align: center;
}

.solutiontext span {
  font-size: 35px;
  font-weight: bold;
  display: block;
  margin: 10px auto;
}

.solutiontext p {
  color: #666;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px !important;
  margin-top: 24px;
}

.gradeProtect {
  height: 190px;
  margin-top: 32px;
}

.gradeProtect a:hover {
  text-decoration: none;
}

.gradeProtect li {
  width: 25%;
  float: left;
}

.gradeProtect li img {
  width: 100px;
  height: 100px;
}

.gradeProtect li h5 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}

.gradeProtect li span {
  color: #666;
  font-size: 12px;
  font-family: "Calibri", "sans-serif";
  padding: 0 46px;
  text-align: center !important;
  display: block;
}

.faindustry {
  text-align: center;
  padding: 38px 0px 8px 0px;
}

.service-wrapper {
  background: url("../../img/aqfwbg.png");
  background-size: cover;
  color: #fff;
}

.caseService p {
  font-family: "Microsoft YaHei";
  line-height: 185%;
  font-size: 16px;
}

.caseService h3 {
  font-size: 35px;
  font-family: "榛戜綋";
  font-weight: bold;
  padding: 20px 0px;
}

.service-num img {
  width: 100px !important;
  height: 100px !important;
}

.boxproduct h2 {
  font-size: 26px;
  font-family: "榛戜綋";
  font-weight: bold;
  margin-top: 45px;
}

.boxproduct p {
  font-family: "Microsoft YaHei";
  line-height: 185%;
  font-size: 16px;
  color: #666;
}

/*鐢ㄤ簬涓棿鏈塮ixed鍏冪礌*/
.smartbanner {
  height: 350px;
  width: 100%;
  position: relative;
}

.smartbanner img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}

/*鍥剧墖淇濇寔瀹屾暣鐨刡anner*/
.smartbanner2 {
  width: 100%;
  position: relative;
}

.smartbanner2.dynamichead {
  /*margin-top: 71.4px;*/
}

.smartbanner2 img {
  width: 100%;
}

.partners-p {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
}

.partners-imgbox {
  border: 1px solid #dadada;
  width: 230px;
  height: 90px;
  display: inline-block;
  background: #fff;
}

.partners-p {
  text-align: center;
  vertical-align: center;
  line-height: 52px;
  color: #333;
}

.partners-img {
  max-width: 220px;
  max-height: 80px;
  float: left;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.partner2div {
  width: 25%;
  padding: 0 !important;
}

.partner2-imgdiv {
  height: 60px;
  width: 400px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.partner2img {
  max-width: 180px;
  max-height: 60px;
  display: inline-block !important;
  width: auto !important;
}

.partner2text {
  color: #333333;
  font-size: 16px;
  margin-top: 34px;
  text-align: center;
}

.partner2-border {
  height: 126px;
  position: absolute;
  border-left: 1px solid #d2d2d2;
}

.partner2slider {
  margin-top: 100px;
  margin-bottom: 90px;
}

.needbackground {
  background-image: url("../../img/鍚堜綔浼欎即鑳屾櫙.png");
  background-position: bottom;
  background-size: 100% 800px;
  background-repeat: no-repeat;
}

div#headermodule {
  height: 72px;
  position: fixed;
  z-index: 100;
}

.logoafter {
  margin-left: 30px;
  width: 151px;
  height: 28px;
}

input#searchCont:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

/*浜у搧椤靛垪楂樺害涓€鑷?/
/*.row [class*="col-"]{*/
/*	margin-bottom: -99999px;*/
/*	padding-bottom: 99999px;*/
/*}*/

/*.row{*/
/*	overflow: hidden;*/
/*}*/

.search-right {
  position: absolute;
  display: inline-block;
  background: url("../../img/search333.svg");
  background-size: 100% 100%;
  width: 19px;
  height: 19px;
  top: 27px;
  right: 4px;
  cursor: pointer;
}

.search-right-a {
  position: absolute;
  display: inline-block;
  width: 19px;
  height: 19px;
  top: 27px;
  right: 4px;
  cursor: pointer;
  z-index: 10;
}

#nav > ul > li > a:hover {
  color: #6c216d;
}

.activeMenu {
  color: #6c216d !important;
}

.header-dropdown {
  min-height: 100px;
  display: none;
  justify-content: start;
  align-items: stretch;
  font-size: 0;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  margin-top: 1px;
  position: relative;
}

.header-dropdown[style*="display: block"] {
  display: flex !important;
}

.header-dropdown-ul[style*="display: block"] {
  display: flex !important;
}

.header-drop-left {
  width: 39%;
  display: inline-block;
  background-color: #f5f5f6;
  position: relative;
  font-size: 16px;
  vertical-align: top;
}

.header-drop-left ul {
  padding: 20px 98px 0 0;
  position: relative;
}

.header-search {
  min-height: 80px;
  display: none;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(calc(-50% + 240px));
  width: 740px !important;
  background-color: #fff;
  padding: 16px 16px;
}

.header-search-history {
}

.header-search-history-item {
  min-width: 100px;
  border: 1px solid #666;
  border-radius: 2px;
  padding: 4px 4px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 4px;
}

.header-search[style*="display: block"] {
  /* display: flex !important; */
}

.header-searchbar {
  border-bottom: 1px solid #6c216d;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.header-search-icon {
  margin-top: 2px;
  display: inline-block;
  background: url("../../img/search444.svg");
  background-size: 100% 100%;
  width: 19px;
  height: 19px;
}

#searchCont {
  vertical-align: top;
  color: #000;
  font-size: 16px;
  border: none;
  width: 644px;
}

.header-search-enter {
  font-size: 16px;
  color: #6c216d;
  cursor: pointer;
}

#searchCont::placeholder,
#searchCont::-moz-placeholder,
#searchCont::-ms-input-placeholder,
#searchCont::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #000 !important;
}

.header-dropdown-singleline {
  overflow: hidden;
  display: none;
  max-width: 200px;
  position: absolute;
  top: 72px;
  background-color: #fff;
  color: #000;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 16px;
  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 10%);
  padding-top: 4px;
  padding-bottom: 6px;
}

.header-dropdown-ul-singleline {
  overflow: hidden;
  display: none;
  margin-bottom: 0;
}

.header-dropdown-ul-singleline li {
  overflow: hidden;
}

.header-dropdown-ul-singleline li:not(:last-child) {
  border-bottom: 1px solid #aaa;
}

.header-dropdown-ul-singleline li a {
  overflow: hidden;
  line-height: 42px;
  text-decoration: none;
  color: #000;
}

.header-dropdown-ul-singleline li a:hover {
  color: #6c216d;
  /* font-weight: bold; */
}

.drop-left-item {
  font-size: 16px;
  color: #333;
  line-height: 22px;
  margin-bottom: 16px;
  text-align: right;
}

.drop-left-item span {
  cursor: pointer;
  line-height: 22px;
  display: inline-block;
  box-sizing: border-box;
}

.drop-left-item.active span,
.drop-left-item.active:hover span {
  color: #6c216d;
  border-bottom: 2px solid #6c216d;
}

.header-drop-right {
  width: 61%;
  background-color: #fff;
  min-height: 100px;
  /* display      : inline-block; */
  position: relative;
  font-size: 14px;
  vertical-align: top;
  padding-bottom: 79px;
}

.partners-subp {
  font-size: 16px;
  color: #333;
  text-align: center;
  vertical-align: center;
}

.partnerwrapper.wrapper {
  background: #fff;
}

ul.header-dropdown-ul {
  display: none;
  /* display     : flex; */
  justify-content: start;
  flex-wrap: wrap;
}

li.header-dropdown-li {
  padding: 22px 0 0 20px;
  flex: 0 0 33.3%;
  text-align: left;
}

li.header-dropdown-li a {
  text-decoration: none;
  font-size: 14px;
  color: #333;
}

li.header-dropdown-li a:hover {
  color: #6c216d;
}

.newsLeft {
  width: 600px;
  height: 486px;
  position: relative;
  float: left;
  margin-bottom: 100px;
  border-radius: 6px;
  box-shadow: 13px 11px 31px 0px rgba(230, 230, 230, 0.5);
  overflow: hidden;
}

.newsLeft img {
  width: 600px;
  height: 371px;
}

.leftContentDiv {
  height: 115px;
  background-color: #ffffff;
}

.leftTitle {
  padding: 20px;
  font-size: 20px;
  height: 60px;
  overflow: hidden;
}

.leftBottom {
  font-size: 14px;
  padding: 12px 20px;
}

.leftMore {
  float: right;
  color: #000000;
}

.newsRight {
  width: 600px;
  height: 486px;
  margin-left: 45px;
  position: relative;
  float: left;
  margin-bottom: 100px;
}

.newsRight li {
  height: 102px;
  margin-bottom: 24px;
}

.newsRight .date {
  display: inline-block;
  width: 110px;
  height: 80px;
  border-right: 2px solid #b8b8b8;
  text-align: right;
  padding-right: 14px;
  color: #8c8c8c;
  font-weight: 300;
}

.newsRight .date .up {
  font-size: 35px;
  height: 39px;
  width: 96px;
  display: block;
  margin-bottom: 13px;
}

.newsRight .date .down {
  font-size: 20px;
  height: 22px;
  width: 45px;
}

.newsRight .newsContent {
  display: inline-block;
  width: 436px;
  padding: 0 14px 0;
  vertical-align: top;
}

.newsRight .newsContent .title {
  white-space: nowrap;
  height: 33px;
  font-size: 22px;
  text-overflow: ellipsis;
  overflow: overlay;
  color: #333;
  font-weight: bold;
}

.newsRight .newsContent .description {
  font-size: 16px;
  height: 48px;
  padding-top: 4px;
  padding-bottom: 1px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  /* line-clamp: 2; */
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.newsRight .newsContent .more {
  color: #781f76;
  float: right;
  font-size: 16px;
  margin-top: 4px;
}

.wrapper-solution.solution-military {
  background-image: url("https://img.hereit.com.cn/huierte/upload/2022-03-01/FFW6HNRZ.png");
}

.wrapper-solution.solution-transmit {
  background-image: url("https://img.hereit.com.cn/huierte/upload/2022-03-01/SCGS43MC.png");
}

.wrapper-solution.solution-electronic {
  background-image: url("https://img.hereit.com.cn/huierte/upload/2022-03-01/3FUBS34W.png");
}

.wrapper-solution.solution-produce {
  background-image: url("https://img.hereit.com.cn/huierte/upload/2022-03-01/4FATCCZK.png");
}

.wrapper-solution.solution-oil {
  background-image: url("https://img.hereit.com.cn/huierte/upload/2022-03-01/DH6TS6UL.png");
}

.wrapper-solution.solution-gover {
  background-image: url("https://img.hereit.com.cn/huierte/upload/2022-03-01/0X4X64US.png");
}

.wrapper-solution.solution-treat {
  background-image: url("https://img.hereit.com.cn/huierte/upload/2022-03-01/K2WCIH8L.png");
}

.wrapper-solution {
  position: relative;
  height: 680px;
  background-color: #6c216d44;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
}

.align-center {
  text-align: center;
}

.title-white {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}

.subtitle-white {
  color: #fff;
  font-size: 16px;
}

.solution-divider {
  height: 2px;
  width: 40px;
  margin-top: 10px;
  background-color: #fff;
}

.solution-more {
  width: 128px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.solution-tab {
  display: flex;
}

.solution-tab-item {
  height: 113px;
  flex-grow: 1;
  background-color: #ffffff51;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.solution-tab-item-divider {
  height: 54px;
  width: 1px;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}

.solution-tab-icon {
  margin-top: 26px;
  margin-bottom: 7px;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
}

.solution-tab-icon#solution-military {
  background-image: url("../../img/index-solution-icon-military.svg");
}

.solution-tab-icon#solution-transmit {
  background-image: url("../../img/index-solution-icon-transmit.svg");
}

.solution-tab-icon#solution-electronic {
  background-image: url("../../img/index-solution-icon-electronic.svg");
}

.solution-tab-icon#solution-produce {
  background-image: url("../../img/index-solution-icon-produce.svg");
}

.solution-tab-icon#solution-oil {
  background-image: url("../../img/index-solution-icon-oil.svg");
}

.solution-tab-icon#solution-gover {
  background-image: url("../../img/index-solution-icon-gover.svg");
}

.solution-tab-icon#solution-treat {
  background-image: url("../../img/index-solution-icon-treat.svg");
}

.solution-tab-item.active {
  background: #7e0c7e;
}

.solution-tab-item.active .solution-tab-item-divider {
  display: none;
}

.solution-bg {
  z-index: 9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3081af;
}

#productBanner {
  height: 18.75vw !important;
}

.carousel-indicators li {
  margin-left: 3px !important;
  margin-right: 3px !important;

  border: none !important;
  background-color: #ffffff33 !important;
  transition-property: background-color, width, height;
  transition-duration: 0.5s;
}

.carousel-indicators li.active {
  background-color: #fff !important;
}

.animation-con,
.animation-con * {
  pointer-events: none;
}

#myCarousel .item.active[bannerid="82"] .animation-con {
  position: absolute;
  width: 15.9vw;
  height: 5.3vw;
  left: 57.6%;
  top: 57.6%;
  border-radius: 8vw / 2.7vw;
  box-shadow: 0px 0px 4vw #00bbff;
  animation: lightWeight-ring 4s infinite;
}

#myCarousel .item.active[bannerid="63"] .animation-con {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@keyframes lightWeight-ring {
  0% {
    box-shadow: 0px 0px 4vw #000000;
  }

  15% {
    box-shadow: 0px 0px 4vw #00bbff;
  }

  70% {
    box-shadow: 0px 0px 4vw #ffffff;
  }

  100% {
    box-shadow: 0px 0px 4vw #000000;
  }
}

#myCarousel .item.active[bannerid="61"] .animation-con {
  position: absolute;
  top: 10vw;
  left: 61vw;
  bottom: 0;
  right: 0;
}

#indus_circle1 {
  width: 20px;
  height: 20px;
  position: absolute;
  animation: indus_rotate_x 2s cubic-bezier(0.36, 0, 0.64, 1) -1s infinite alternate,
    indus_rotate_y 2s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate,
    indus_scale 4s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate;
}

#indus_circle2 {
  width: 20px;
  height: 20px;
  position: absolute;
  animation: indus_rotate_x 2s cubic-bezier(0.36, 0, 0.64, 1) -3s infinite alternate,
    indus_rotate_y 2s cubic-bezier(0.36, 0, 0.64, 1) -2s infinite alternate,
    indus_scale 4s cubic-bezier(0.36, 0, 0.64, 1) -2s infinite alternate;
}

@keyframes indus_rotate_x {
  from {
    left: 0;
  }

  to {
    left: 17vw;
  }
}

@keyframes indus_rotate_y {
  0% {
    top: -4vw;
    opacity: 0;
  }

  45% {
    opacity: 1;
  }

  100% {
    top: 4vw;
  }
}

@keyframes indus_scale {
  0% {
    transform: scale(0.7, 0.7);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(0.7, 0.7);
  }
}

.proImgTab a {
  cursor: pointer;
}
