/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

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

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: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  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
}

button {
  overflow: visible
}

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[type=checkbox],
input[type=radio] {
  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;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-spacing: 0
}

td,
th {
  padding: 0
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #477dca;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: .75em 1.5em;
  text-decoration: none;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  background-color: #3964a2;
  color: #fff
}

button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: .5
}

button:disabled:hover,
input[type=button]:disabled:hover,
input[type=reset]:disabled:hover,
input[type=submit]:disabled:hover {
  background-color: #477dca
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 .75em;
  padding: 1.5em
}

input,
label,
select {
  display: block;
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em
}

label {
  font-weight: 600;
  margin-bottom: .375em
}

label.required:after {
  content: "*"
}

label abbr {
  display: none
}

input:not([type]),
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
  box-sizing: border-box;
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: .75em;
  padding: .5em;
  -webkit-transition: border-color .15s ease;
  transition: border-color .15s ease;
  width: 100%
}

input:not([type]):hover,
input[type=color]:hover,
input[type=date]:hover,
input[type=datetime-local]:hover,
input[type=datetime]:hover,
input[type=email]:hover,
input[type=month]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=time]:hover,
input[type=url]:hover,
input[type=week]:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #b1b1b1
}

input:not([type]):focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #477dca;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06), 0 0 5px rgba(55, 112, 192, .7);
  outline: none
}

input:not([type]):disabled,
input[type=color]:disabled,
input[type=date]:disabled,
input[type=datetime-local]:disabled,
input[type=datetime]:disabled,
input[type=email]:disabled,
input[type=month]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=text]:disabled,
input[type=time]:disabled,
input[type=url]:disabled,
input[type=week]:disabled,
select[multiple=multiple]:disabled,
textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed
}

input:not([type]):disabled:hover,
input[type=color]:disabled:hover,
input[type=date]:disabled:hover,
input[type=datetime-local]:disabled:hover,
input[type=datetime]:disabled:hover,
input[type=email]:disabled:hover,
input[type=month]:disabled:hover,
input[type=number]:disabled:hover,
input[type=password]:disabled:hover,
input[type=search]:disabled:hover,
input[type=tel]:disabled:hover,
input[type=text]:disabled:hover,
input[type=time]:disabled:hover,
input[type=url]:disabled:hover,
input[type=week]:disabled:hover,
select[multiple=multiple]:disabled:hover,
textarea:disabled:hover {
  border: 1px solid #ddd
}

textarea {
  resize: vertical
}

input[type=search] {
  -webkit-appearance: none;
  appearance: none
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: .375em
}

input[type=checkbox]+label,
input[type=radio]+label {
  display: inline-block
}

input[type=file] {
  margin-bottom: .75em;
  width: 100%
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto
}

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

dl {
  margin-bottom: .75em
}

dl dt {
  font-weight: 700;
  margin-top: .75em
}

dl dd {
  margin: 0
}

table {
  border-collapse: collapse;
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  margin: .75em 0;
  table-layout: fixed;
  width: 100%
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  text-align: left
}

td,
th {
  padding: .75em 0
}

td {
  border-bottom: 1px solid #ddd
}

td,
th,
tr {
  vertical-align: middle
}

body {
  color: #333;
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 1em;
  line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 .75em
}

p {
  margin: 0 0 .75em
}

a {
  color: #477dca;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  transition: color .15s ease
}

a:active,
a:focus,
a:hover {
  color: #355e98
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0
}

img,
picture {
  margin: 0;
  max-width: 100%
}

html {
  box-sizing: border-box
}

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

body,
html {
  height: 100%
}

body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

h1:lang(en),
h2:lang(en),
h3:lang(en),
h4:lang(en),
h5:lang(en),
h6:lang(en) {
  font-family: Open Sans, sans-serif
}

a {
  -webkit-transition: .15s ease;
  transition: .15s ease
}

header {
  position: fixed;
  z-index: 10;
  width: 100%
}

header>.header {
  background-color: rgba(0, 0, 0, .44)
}

header>.header>.header__body {
  margin: auto;
  max-width: 1280px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: end;
  box-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  box-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center
}

header>.header>.header__body .contact {
  color: #fff
}

header>.header>.header__body .contact__target,
header>.header>.header__body .contact__tel {
  vertical-align: middle
}

header>.header>.header__body .contact__target {
  margin-right: 8px;
  font-size: .625rem;
  font-weight: 700
}

header>.header>.header__body .contact__tel {
  font-size: 1.75rem;
  font-weight: 400
}

header>.body {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  z-index: 110;
  position: absolute;
  width: 100%
}

header>.body>.body__body {
  margin: auto;
  max-width: 1280px;
  height: 84px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  box-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center
}

header>.body>.body__body .logo {
  color: #222
}

header>.body>.body__body .logo>a {
  display: block;
  color: inherit
}

header>.body>.body__body .logo>a:active,
header>.body>.body__body .logo>a:hover {
  opacity: .65
}

header>.body>.body__body .logo__body {
  margin-bottom: 0
}

header>.body>.body__body .logo__body>* {
  vertical-align: middle
}

header>.body>.body__body .logo__body .name {
  margin-left: 8px;
  font-size: .875rem
}

header>.body>.body__body .globalNav {
  width: 50%;
  height: inherit
}

header>.body>.body__body .globalNav__body {
  height: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  box-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center
}

header>.body>.body__body .globalNav__body>li {
  width: 25%;
  height: inherit;
  color: #666
}

header>.body>.body__body .globalNav__body>li>a {
  display: block;
  height: inherit;
  color: inherit
}

header>.body>.body__body .globalNav__body>li.active>a:not(.js-hm-trigger),
header>.body>.body__body .globalNav__body>li>a:not(.js-hm-trigger):active,
header>.body>.body__body .globalNav__body>li>a:not(.js-hm-trigger):hover {
  background-color: #2bacdd;
  color: #fff
}

header>.body>.body__body .globalNav__body>li.active>a:not(.js-hm-trigger)>.globalNav-menu:after,
header>.body>.body__body .globalNav__body>li>a:not(.js-hm-trigger):active>.globalNav-menu:after,
header>.body>.body__body .globalNav__body>li>a:not(.js-hm-trigger):hover>.globalNav-menu:after {
  color: #FFF;
}

header>.body>.body__body .globalNav-menu {
  height: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: .9375rem;
  font-weight: 700
}

header>.footer {
  background-color: hsla(0, 0%, 100%, .95);
  box-shadow: 0 10px 6px -6px #777
}

header>.footer>.footer__body {
  margin: auto;
  max-width: 1280px;
  padding-bottom: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify
}

header>.footer>.footer__body .col {
  -webkit-box-flex: 1;
  box-flex: 1;
  flex: 1;
  color: #0f4574
}

header>.footer>.footer__body .col:nth-of-type(n+2) {
  margin-left: 1%
}

header>.footer>.footer__body .col__header {
  margin-bottom: 16px;
  border-top: 4px solid #0f4574;
  text-align: center
}

header>.footer>.footer__body .col__header a {
  display: block;
  color: inherit
}

header>.footer>.footer__body .col__header a:active,
header>.footer>.footer__body .col__header a:hover {
  background-color: rgba(15, 69, 116, .5)
}

header>.footer>.footer__body .col__header a:active .body__body,
header>.footer>.footer__body .col__header a:active .body__footer,
header>.footer>.footer__body .col__header a:hover .body__body,
header>.footer>.footer__body .col__header a:hover .body__footer {
  color: #fff
}

header>.footer>.footer__body .col__header .body {
  padding: 4px 0
}

header>.footer>.footer__body .col__header .body__body {
  font-weight: 500
}

header>.footer>.footer__body .col__header .body__body:lang(en) {
  font-family: Open Sans, sans-serif
}

header>.footer>.footer__body .col__header .body__footer {
  font-size: .625rem;
  color: #666
}

header>.footer>.footer__body .col__body .list>li {
  line-height: 1.2;
  font-size: .875rem;
  color: #131304
}

header>.footer>.footer__body .col__body .list>li:nth-of-type(n+2) {
  margin-top: 12px
}

header>.footer>.footer__body .col__body .list>li>a {
  -webkit-transition: none;
  transition: none;
  color: inherit
}

header>.footer>.footer__body .col__body .list>li>a:active .list-txt,
header>.footer>.footer__body .col__body .list>li>a:hover .list-txt {
  border-bottom-color: #0f4574;
  color: #0f4574
}

header>.footer>.footer__body .col__body .list-txt {
  border-bottom: 1px solid transparent;
  font-weight: 500
}

header>.footer>.footer__body .col__body .list-txt:before {
  margin-right: 16px;
  content: "\F054";
  font-family: FontAwesome;
  color: #0f4574
}

header>.footer>.footer__body .business .col__header {
  border-top-color: #88b92e
}

header>.footer>.footer__body .business .col__header>a:active,
header>.footer>.footer__body .business .col__header>a:hover {
  background-color: rgba(136, 185, 46, .6)
}

header>.footer>.footer__body .business .col__body .list a:active,
header>.footer>.footer__body .business .col__body .list a:hover,
header>.footer>.footer__body .business .col__header .body {
  color: #88b92e
}

header>.footer>.footer__body .business .col__body .list a:active .list-txt,
header>.footer>.footer__body .business .col__body .list a:hover .list-txt {
  border-bottom-color: #88b92e
}

header>.footer>.footer__body .business .col__body .list-txt:before {
  color: #88b92e
}

header>.footer>.footer__body .network .col__header {
  border-top-color: #de398c
}

header>.footer>.footer__body .network .col__header>a:active,
header>.footer>.footer__body .network .col__header>a:hover {
  background-color: rgba(222, 57, 140, .6)
}

header>.footer>.footer__body .network .col__body .list a:active,
header>.footer>.footer__body .network .col__body .list a:hover,
header>.footer>.footer__body .network .col__header .body {
  color: #de398c
}

header>.footer>.footer__body .network .col__body .list a:active .list-txt,
header>.footer>.footer__body .network .col__body .list a:hover .list-txt {
  border-bottom-color: #de398c
}

header>.footer>.footer__body .network .col__body .list-txt:before {
  color: #de398c
}

header>.footer>.footer__body .dataCenter .col__header {
  border-top-color: #548adb
}

header>.footer>.footer__body .dataCenter .col__header>a:active,
header>.footer>.footer__body .dataCenter .col__header>a:hover {
  background-color: rgba(84, 138, 219, .6)
}

header>.footer>.footer__body .dataCenter .col__body .list a:active,
header>.footer>.footer__body .dataCenter .col__body .list a:hover,
header>.footer>.footer__body .dataCenter .col__header .body {
  color: #548adb
}

header>.footer>.footer__body .dataCenter .col__body .list a:active .list-txt,
header>.footer>.footer__body .dataCenter .col__body .list a:hover .list-txt {
  border-bottom-color: #548adb
}

header>.footer>.footer__body .dataCenter .col__body .list-txt:before {
  color: #548adb
}

footer {
  position: relative;
  padding: 40px 0 32px;
  background-color: #332e2c
}

footer .pageTop {
  position: absolute;
  right: 0;
  bottom: 0
}

footer .pageTop__body {
  width: 60px;
  height: 60px;
  background-color: #666;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: .9375rem;
  color: #fff
}

footer .pageTop>a {
  display: block
}

footer .pageTop>a:active .pageTop__body,
footer .pageTop>a:hover .pageTop__body {
  background-color: #999
}

footer>.header {
  margin-bottom: 40px
}

footer>.header>.header__body {
  margin: auto;
  max-width: 960px
}

footer>.header>.header__body .breadcrumb {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex
}

footer>.header>.header__body .breadcrumb>li {
  font-size: .75rem;
  color: #fff
}

footer>.header>.header__body .breadcrumb>li:nth-of-type(n+2) {
  margin-left: 12px
}

footer>.header>.header__body .breadcrumb>li>a {
  display: block;
  border-bottom: 1px solid transparent;
  color: inherit
}

footer>.header>.header__body .breadcrumb>li>a:active,
footer>.header>.header__body .breadcrumb>li>a:hover {
  border-bottom-color: #fff
}

footer>.header>.header__body .breadcrumb>li>a .breadcrumb-menu:after {
  content: "\F054";
  margin-left: 4px;
  font-family: FontAwesome
}

footer>.body>.body__body {
  margin: auto;
  max-width: 960px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex
}

footer>.body>.body__body .logo {
  width: 40%
}

footer>.body>.body__body .logo__footer {
  margin-top: 12px;
  font-size: .75rem;
  color: #fff
}

footer>.body>.body__body .nav {
  width: 60%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify
}

footer>.body>.body__body .nav__column__list {
  margin: 0;
  color: #fff
}

footer>.body>.body__body .nav__column__list a {
  border-bottom: 1px solid transparent;
  color: inherit
}

footer>.body>.body__body .nav__column__list a:hover {
  border-bottom-color: #fff
}

footer>.body>.body__body .nav__column__list>dt {
  margin: 0;
  font-size: .875rem
}

footer>.body>.body__body .nav__column__list>dt:nth-of-type(n+2) {
  margin-top: 24px
}

footer>.body>.body__body .nav__column__list>dt>a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("/images/icon/icon-donut.svg");
  background-position: 50% 50%;
  background-size: contain;
  vertical-align: middle
}

footer>.body>.body__body .nav__column__list>dt.problem {
  color: #d90000
}

footer>.body>.body__body .nav__column__list>dt.problem>a:before {
  background-image: url("/images/icon/icon-problem.svg")
}

footer>.body>.body__body .nav__column__list>dt.problem>a:hover {
  border-bottom-color: #d90000
}

footer>.body>.body__body .nav__column__list>dd {
  margin-top: 8px;
  padding-left: 20px;
  font-size: .8125rem
}

footer>.body>.body__body .nav__column__list>dd:first-of-type {
  margin-top: 12px
}

footer>.body>.body__body .nav-txt {
  vertical-align: middle
}

footer>.footer {
  margin-top: 16px
}

footer>.footer>.footer__header {
  display: none
}

footer>.footer>.footer__body {
  margin: auto;
  max-width: 960px;
  font-size: .625rem;
  color: #fff
}

.sec-msg__body {
  height: 574px;
  padding-top: 124px;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
  font-size: 3.75rem;
  text-shadow: 0 0 25px #003555, 0 0 20px #003555, 0 0 .4px #003555;
  color: #fff
}

.sec-msg__body,
.sec-subNav__body__inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex
}

.sec-subNav__body__inner {
  max-width: 1280px;
  margin: auto;
  -webkit-box-pack: justify;
  box-pack: justify;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify
}

.sec-subNav__body__inner>li {
  width: 33.3%;
  color: #666
}

.sec-subNav__body__inner>li>a {
  display: block;
  color: inherit
}

.sec-subNav__body__inner>li>a:active .sec-subNav-menu,
.sec-subNav__body__inner>li>a:hover .sec-subNav-menu {
  background-color: rgba(43, 172, 221, .9);
  color: #fff
}

.sec-subNav-menu {
  width: 100%;
  background-color: hsla(0, 0%, 100%, .9);
  border-bottom: 3px solid rgba(0, 0, 0, .3);
  -webkit-transition: inherit;
  transition: inherit
}

.sec-subNav-menu__body {
  margin: 0;
  height: 120px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover
}

.sec-subNav-menu__footer {
  padding: .75em;
  text-align: center;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 500
}

.sec-news__header__body {
  font-family: Open Sans, sans-serif
}

.sec-news__body__body .list-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex
}

.s-eyecatch--detaiPage,
.s-eyecatch--large,
.s-eyecatch--listPage {
  background-repeat: no-repeat;
  background-position: 50% 50%
}

@media screen and (max-width:480px) {
  .s-eyecatch--large {
    height: 362px !important;
    background-position: 50% 125px;
    background-size: contain
  }
}

@media screen and (min-width:480px) and (max-width:768px) {
  .s-eyecatch--large {
    height: 424px !important;
    background-position: 50% 125px;
    background-size: contain
  }
}

@media print,
screen and (min-width:768px) {
  .s-eyecatch--large {
    height: 556px !important;
    background-size: auto
  }
}

@media screen and (max-width:768px) {

  .s-eyecatch--next,
  .s-eyecatch--prev {
    display: none !important
  }
}

.s-eyecatch--listPage {
  height: 300px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center
}

.s-eyecatch--listPage>.body {
  text-align: center;
  color: #fff
}

.s-eyecatch--listPage>.body>.body__body {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 5rem
}

.s-eyecatch--listPage>.body>.body__footer {
  font-size: 2rem;
  font-family: Open Sans, sans-serif
}

.s-eyecatch--detaiPage {
  height: 300px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center
}

.s-eyecatch--detaiPage>.body {
  text-align: center;
  color: #fff
}

.s-eyecatch--detaiPage>.body>.body__header {
  margin-bottom: 24px
}

.s-eyecatch--detaiPage>.body>.body__header>.body__header__body {
  font-size: 2.1875rem;
  font-family: Open Sans, sans-serif
}

.s-eyecatch--detaiPage>.body>.body__header>.body__header__footer {
  font-size: 1.5rem
}

.s-eyecatch--detaiPage>.body>.body__body {
  font-size: 3.75rem;
  font-weight: 400
}

.s-secHeader-topPage>.body>.body__header {
  text-align: center
}

.s-secHeader-topPage>.body>.body__header>.body__header__body {
  margin: 0 auto;
  max-width: 960px;
  font-size: 2rem;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.s-infoList .s-secHeader-topPage>.body>.body__header>.body__header__body {
  color: #2BACDD;
}

.s-solutionMenu .s-secHeader-topPage>.body>.body__header>.body__header__body {
  color: #DE398C;
}

.s-secHeader-topPage>.body>.body__header>.body__header__footer {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1rem;
  padding: 0 15px;
}

.s-nav-detailPage>.body {
  /*padding-bottom: 1em;*/
  border-bottom: 1px solid #0f4574;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex
}

.s-nav-detailPage>.body>li:nth-of-type(n+2) {
  margin-left: 8px
}

.s-nav-detailPage-item {
  display: inline-block;
  color: #0f4574
}



.s-nav-fixed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0
}

.s-nav-fixed>.body .body__body {
  margin-bottom: 5px
}

.s-nav-fixed>.body .body__body>li:nth-of-type(n+2) {
  margin-top: 5px
}

.s-nav-fixed>.footer {
  height: 480px;
  background-color: #eee
}

.s-nav-fixed-item {
  display: block;
  background-color: #0f4574;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: cenetr;
  box-align: cenetr;
  -ms-align-items: cenetr;
  align-items: cenetr;
  -ms-flex-align: cenetr;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  flex-direction: column
}

.s-nav-fixed-item:active,
.s-nav-fixed-item:hover {
  background-color: #2bacdd
}

.s-nav-fixed-item>.body {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: cenetr;
  box-align: cenetr;
  -ms-align-items: cenetr;
  align-items: cenetr;
  -ms-flex-align: cenetr
}

.s-nav-fixed-item>.body>img {
  display: block;
  width: 22px
}

.s-nav-fixed-item>.footer {
  height: 0;
  overflow: hidden;
  font-size: .75rem;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}

.s-nav-fixed-item>.footer>.footer__body {
  width: 1em
}

.business.s-nav-fixed-item {
  background-color: #88b92e
}

.network.s-nav-fixed-item {
  background-color: #de398c
}

.dataCenter.s-nav-fixed-item {
  background-color: #548adb
}

.active.s-nav-fixed-item {
  height: auto
}

.active.s-nav-fixed-item>.footer {
  height: auto;
  padding-bottom: 8px
}

.s-nav-solution-detailPageCarousel {
  background-color: #88b92e
}

.s-nav-solution-detailPageCarousel>.header {
  padding: .5em 0;
  border-bottom: 1px solid #fff;
  text-align: center;
  color: #fff
}

.s-nav-solution-detailPageCarousel>.body {
  height: 178px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  font-size: 1.125rem
}

.s-nav-solution-detailPageCarousel>.body>.body__footer,
.s-nav-solution-detailPageCarousel>.body>.body__header {
  width: 10%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center
}

.s-nav-solution-detailPageCarousel>.body>.body__footer>.body__footer__body,
.s-nav-solution-detailPageCarousel>.body>.body__footer>.body__header__body,
.s-nav-solution-detailPageCarousel>.body>.body__header>.body__footer__body,
.s-nav-solution-detailPageCarousel>.body>.body__header>.body__header__body {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #fff;
  text-align: center;
  line-height: 60px;
  color: #88b92e
}

.s-nav-solution-detailPageCarousel>.body>.body__body {
  width: 80%
}

.s-nav-solution-detailPageCarousel>.body>.body__body .body__body__body {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify
}

.s-nav-solution-detailPageCarousel>.body>.body__body .body__body__body li {
  width: 33%
}

.s-nav-solution-detailPageCarousel>.body>.body__footer {
  -webkit-box-pack: end;
  box-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end
}

.s-infoList,
.s-infoList--news {
/*  background-color: #eee*/
}

.s-infoList--news>.body,
.s-infoList>.body {
  padding: 56px 0 28px;
/*  background: -webkit-linear-gradient(left, #f4f7f8, #fcfdfd 70%, hsla(0, 0%, 100%, 0));
  background: linear-gradient(90deg, #f4f7f8 0, #fcfdfd 70%, hsla(0, 0%, 100%, 0));*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f7f8", endColorstr="#00ffffff", GradientType=1)
}

.s-infoList--news>.body>.body__header,
.s-infoList>.body>.body__header {
  margin-bottom: 12px;
  text-align: center
}

.s-infoList--news>.body>.body__header>.body__header__body,
.s-infoList>.body>.body__header>.body__header__body {
  margin: 0 auto;
  max-width: 960px;
  font-size: 2rem;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  color: #a7dcf1
}

.s-infoList--news>.body>.body__header>.body__header__footer,
.s-infoList>.body>.body__header>.body__header__footer {
  font-size: 1.125rem;
  color: #666
}

.s-infoList--news>.body>.body__body>.body__body__body,
.s-infoList>.body>.body__body>.body__body__body {
  margin: auto;
  max-width: 960px
}

.s-infoList--news>.body>.body__body>.body__body__body li,
.s-infoList>.body>.body__body>.body__body__body li {
  border-bottom: 1px dotted #2BACDD;
  font-size: .95rem;
}


.s-infoList--news>.footer,
.s-infoList>.footer,
.s-solutionMenu>.footer,
.s-caseMenu>.footer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 20px 0;
}

.s-infoList--news>.footer>.footer__body>.footer__body__body,
.s-infoList>.footer>.footer__body>.footer__body__body,
.s-solutionMenu>.footer>.footer__body>.footer__body__body,
.s-caseMenu>.footer>.footer__body>.footer__body__body {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #2bacdd;
  text-align: center;
  line-height: 60px;
  color: #fff
}

.s-solutionMenu>.footer>.footer__body>.footer__body__body {
  background-color: #DE398C
}

.s-solutionMenu>.footer>.footer__body>.footer__body__body:active,
.s-solutionMenu>.footer>.footer__body>.footer__body__body:hover {
  background-color: #B22E70
}

.s-caseMenu>.footer>.footer__body>.footer__body__body {
  background-color: #6AA301
}

.s-caseMenu>.footer>.footer__body>.footer__body__body:active,
.s-caseMenu>.footer>.footer__body>.footer__body__body:hover {
  background-color: #558201
}


.s-infoList--news>.footer>.footer__body>.footer__body__body:active,
.s-infoList--news>.footer>.footer__body>.footer__body__body:hover,
.s-infoList>.footer>.footer__body>.footer__body__body:active,
.s-infoList>.footer>.footer__body>.footer__body__body:hover {
  background-color: #1a7ca2
}

.s-infoList--news>.body>.body__header {
  text-align: left
}

.s-infoList--news>.body>.body__header>.body__header__body {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000
}

.s-infoList-item {
  padding: 1em 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  color: inherit
}

.s-infoList-item:active,
.s-infoList-item:hover {
  color: #2bacdd
}

.s-infoList, 
.s-solutionMenu,
.s-caseMenu {
/*  padding-bottom: 30px;*/
}

.s-solutionMenu,
.s-caseMenu {
  padding-top: 15px
}

.s-solutionMenu {
  background: url(/images/bg/bg_stripe_blue.png) no-repeat;
  background-size: cover;
}

.s-solutionMenu>.body>.body__header,
.s-caseMenu>.body>.body__header {
  margin: 32px 0;
  color: #666
}

.s-solutionCarousel,
.s-solutionCarousel--business,
.s-solutionCarousel--dataCenter,
.s-solutionCarousel--network {
  position: relative;
  width: 100%;
  height: 178px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex
}

.s-solutionCarousel--business>*,
.s-solutionCarousel--dataCenter>*,
.s-solutionCarousel--network>*,
.s-solutionCarousel>* {
  height: 100%
}

.s-solutionCarousel--business>.footer,
.s-solutionCarousel--business>.header,
.s-solutionCarousel--dataCenter>.footer,
.s-solutionCarousel--dataCenter>.header,
.s-solutionCarousel--network>.footer,
.s-solutionCarousel--network>.header,
.s-solutionCarousel>.footer,
.s-solutionCarousel>.header {
  width: 10%;
  color: #fff
}

.s-solutionCarousel--business>.header,
.s-solutionCarousel--dataCenter>.header,
.s-solutionCarousel--network>.header,
.s-solutionCarousel>.header {
  position: absolute;
  left: 0;
  background-color: hsla(0, 0%, 100%, .3);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: start;
  box-pack: start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  box-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center
}

.s-solutionCarousel--business>.header>.header__body,
.s-solutionCarousel--dataCenter>.header>.header__body,
.s-solutionCarousel--network>.header>.header__body,
.s-solutionCarousel>.header>.header__body {
  width: 60px;
  height: 60px;
  background-color: #000;
  text-align: center;
  line-height: 60px;
  cursor: pointer
}

.s-solutionCarousel--business>.body,
.s-solutionCarousel--dataCenter>.body,
.s-solutionCarousel--network>.body,
.s-solutionCarousel>.body {
  width: 100%;
  padding-left: 10%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex
}

.s-solutionCarousel--business>.body>.body__header,
.s-solutionCarousel--dataCenter>.body>.body__header,
.s-solutionCarousel--network>.body>.body__header,
.s-solutionCarousel>.body>.body__header {
  width: 24%;
  padding: 16px 0;
  border-right: 5px solid hsla(0, 0%, 100%, .6);
  color: #fff;
  text-align: center
}

.s-solutionCarousel--business>.body>.body__header>.body__header__header,
.s-solutionCarousel--dataCenter>.body>.body__header>.body__header__header,
.s-solutionCarousel--network>.body>.body__header>.body__header__header,
.s-solutionCarousel>.body>.body__header>.body__header__header {
  margin-bottom: 8px
}

.s-solutionCarousel--business>.body>.body__header>.body__header__header>img,
.s-solutionCarousel--dataCenter>.body>.body__header>.body__header__header>img,
.s-solutionCarousel--network>.body>.body__header>.body__header__header>img,
.s-solutionCarousel>.body>.body__header>.body__header__header>img {
  width: 64px
}

.s-solutionCarousel--business>.body>.body__header>.body__header__body,
.s-solutionCarousel--dataCenter>.body>.body__header>.body__header__body,
.s-solutionCarousel--network>.body>.body__header>.body__header__body,
.s-solutionCarousel>.body>.body__header>.body__header__body {
  font-size: 1.5rem
}

.s-solutionCarousel--business>.body>.body__header>.body__header__footer,
.s-solutionCarousel--dataCenter>.body>.body__header>.body__header__footer,
.s-solutionCarousel--network>.body>.body__header>.body__header__footer,
.s-solutionCarousel>.body>.body__header>.body__header__footer {
  margin-top: 8px;
  font-size: .75rem
}

.s-solutionCarousel--business>.body>.body__body,
.s-solutionCarousel--dataCenter>.body>.body__body,
.s-solutionCarousel--network>.body>.body__body,
.s-solutionCarousel>.body>.body__body {
  width: 76%
}

.s-solutionCarousel--business>.body>.body__body>.body__body__body,
.s-solutionCarousel--dataCenter>.body>.body__body>.body__body__body,
.s-solutionCarousel--network>.body>.body__body>.body__body__body,
.s-solutionCarousel>.body>.body__body>.body__body__body {
  height: 100%
}

.s-solutionCarousel--business>.body>.body__body>.body__body__body li,
.s-solutionCarousel--dataCenter>.body>.body__body>.body__body__body li,
.s-solutionCarousel--network>.body>.body__body>.body__body__body li,
.s-solutionCarousel>.body>.body__body>.body__body__body li {
  width: 33.3%;
  border-right: 5px solid #000
}

.s-solutionCarousel--business>.body>.body__body>.body__body__body li.slick-active a,
.s-solutionCarousel--dataCenter>.body>.body__body>.body__body__body li.slick-active a,
.s-solutionCarousel--network>.body>.body__body>.body__body__body li.slick-active a,
.s-solutionCarousel>.body>.body__body>.body__body__body li.slick-active a {
  opacity: 1
}

.s-solutionCarousel--business>.body>.body__body>.body__body__body li a,
.s-solutionCarousel--dataCenter>.body>.body__body>.body__body__body li a,
.s-solutionCarousel--network>.body>.body__body>.body__body__body li a,
.s-solutionCarousel>.body>.body__body>.body__body__body li a {
  background-color: #fff;
  color: inherit;
  opacity: .3
}

.s-solutionCarousel--business>.body>.body__body>.body__body__body li a:active,
.s-solutionCarousel--business>.body>.body__body>.body__body__body li a:hover,
.s-solutionCarousel--dataCenter>.body>.body__body>.body__body__body li a:active,
.s-solutionCarousel--dataCenter>.body>.body__body>.body__body__body li a:hover,
.s-solutionCarousel--network>.body>.body__body>.body__body__body li a:active,
.s-solutionCarousel--network>.body>.body__body>.body__body__body li a:hover,
.s-solutionCarousel>.body>.body__body>.body__body__body li a:active,
.s-solutionCarousel>.body>.body__body>.body__body__body li a:hover {
  background-color: #fff
}

.s-solutionCarousel--business>.footer,
.s-solutionCarousel--dataCenter>.footer,
.s-solutionCarousel--network>.footer,
.s-solutionCarousel>.footer {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: end;
  box-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  box-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center
}

.s-solutionCarousel--business>.footer>.footer__body,
.s-solutionCarousel--dataCenter>.footer>.footer__body,
.s-solutionCarousel--network>.footer>.footer__body,
.s-solutionCarousel>.footer>.footer__body {
  width: 60px;
  height: 60px;
  background-color: #000;
  text-align: center;
  line-height: 60px;
  cursor: pointer
}

.s-solutionCarousel--business>.body,
.s-solutionCarousel--business>.header .header__body {
  background-color: #88b92e
}

.s-solutionCarousel--business>.body>.body__body>.body__body__body li {
  border-right-color: #88b92e
}

.s-solutionCarousel--business>.footer .footer__body {
  background: #88b92e
}

.s-solutionCarousel--network>.body,
.s-solutionCarousel--network>.header .header__body {
  background-color: #de398c
}

.s-solutionCarousel--network>.body>.body__body>.body__body__body li {
  border-right-color: #de398c
}

.s-solutionCarousel--network>.footer .footer__body {
  background: #de398c
}

.s-solutionCarousel--dataCenter>.body,
.s-solutionCarousel--dataCenter>.header .header__body {
  background-color: #548adb
}

.s-solutionCarousel--dataCenter>.body>.body__body>.body__body__body li {
  border-right-color: #548adb
}

.s-solutionCarousel--dataCenter>.footer .footer__body {
  background: #548adb
}

.s-solutionPanel,
.s-solutionPanel--business,
.s-solutionPanel--dataCenter,
.s-solutionPanel--network {
  display: block;
  padding: 16px;
  background-color: hsla(0, 0%, 100%, .9);
  text-align: center;
  color: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: distribute;
  box-pack: distribute;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute
}

.s-solutionPanel--business:active,
.s-solutionPanel--business:hover,
.s-solutionPanel--dataCenter:active,
.s-solutionPanel--dataCenter:hover,
.s-solutionPanel--network:active,
.s-solutionPanel--network:hover,
.s-solutionPanel:active,
.s-solutionPanel:hover {
  background-color: #fff;
  color: inherit
}

.s-solutionPanel--business>.header,
.s-solutionPanel--dataCenter>.header,
.s-solutionPanel--network>.header,
.s-solutionPanel>.header {
  font-size: .9375rem;
  font-weight: 700
}

.s-solutionPanel--business>.body,
.s-solutionPanel--dataCenter>.body,
.s-solutionPanel--network>.body,
.s-solutionPanel>.body {
  font-size: .75rem;
  color: #666
}

.s-solutionPanel--business>.footer,
.s-solutionPanel--dataCenter>.footer,
.s-solutionPanel--network>.footer,
.s-solutionPanel>.footer {
  color: #666
}

.s-solutionPanel--business>.footer>.footer__body,
.s-solutionPanel--business>.footer>.footer__header,
.s-solutionPanel--dataCenter>.footer>.footer__body,
.s-solutionPanel--dataCenter>.footer>.footer__header,
.s-solutionPanel--network>.footer>.footer__body,
.s-solutionPanel--network>.footer>.footer__header,
.s-solutionPanel>.footer>.footer__body,
.s-solutionPanel>.footer>.footer__header {
  display: block
}

.s-solutionPanel--business>.footer>.footer__header,
.s-solutionPanel--dataCenter>.footer>.footer__header,
.s-solutionPanel--network>.footer>.footer__header,
.s-solutionPanel>.footer>.footer__header {
  font-size: .625rem
}

.s-solutionPanel--business>.footer>.footer__body {
  font-size: 1.25rem;
  font-weight: 800
}

.s-solutionPanel--dataCenter>.footer>.footer__body {
  font-size: 1.25rem;
  font-weight: 800
}

.s-solutionPanel>.footer>.footer__body {
  font-size: 1.25rem;
  font-weight: 500
}

.s-solutionPanel--network>.footer>.footer__body {
  font-size: 1.25rem;
  font-weight: 800
}

.s-solutionPanel--business>.footer {
  color: #88b92e
}

.s-solutionPanel--network>.footer {
  color: #de398c
}

.s-solutionPanel--dataCenter>.footer {
  color: #548adb
}

.s-solutionList--business>.header,
.s-solutionList--dataCenter>.header,
.s-solutionList--network>.header,
.s-solutionList>.header {
  background-color: hsla(0, 0%, 40%, .8);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}

.s-solutionList--business>.header>.header__body,
.s-solutionList--dataCenter>.header>.header__body,
.s-solutionList--network>.header>.header__body,
.s-solutionList>.header>.header__body {
  width: 320px;
  padding: 24px;
  background-color: #666;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center
}

.s-solutionList--business>.header>.header__body>.header__body__header,
.s-solutionList--dataCenter>.header>.header__body>.header__body__header,
.s-solutionList--network>.header>.header__body>.header__body__header,
.s-solutionList>.header>.header__body>.header__body__header {
  margin-right: 32px;
  text-align: center
}

.s-solutionList--business>.header>.header__body>.header__body__body,
.s-solutionList--dataCenter>.header>.header__body>.header__body__body,
.s-solutionList--network>.header>.header__body>.header__body__body,
.s-solutionList>.header>.header__body>.header__body__body {
  color: #fff
}

.s-solutionList--business>.header>.header__body>.header__body__body>.header__body__body__body,
.s-solutionList--dataCenter>.header>.header__body>.header__body__body>.header__body__body__body,
.s-solutionList--network>.header>.header__body>.header__body__body>.header__body__body__body,
.s-solutionList>.header>.header__body>.header__body__body>.header__body__body__body {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-family: Open Sans, sans-serif;
  font-weight: 400
}

.s-solutionList--business>.header>.header__body>.header__body__body>.header__body__body__footer,
.s-solutionList--dataCenter>.header>.header__body>.header__body__body>.header__body__body__footer,
.s-solutionList--network>.header>.header__body>.header__body__body>.header__body__body__footer,
.s-solutionList>.header>.header__body>.header__body__body>.header__body__body__footer {
  display: block;
  margin-top: 8px;
  font-size: .625rem
}

.s-solutionList--business>.body,
.s-solutionList--dataCenter>.body,
.s-solutionList--network>.body,
.s-solutionList>.body {
  height: 0;
  overflow: hidden;
  background-color: #666;
  border-top: 1px solid #fff
}

.s-solutionList--business>.body>.body__body>li,
.s-solutionList--dataCenter>.body>.body__body>li,
.s-solutionList--network>.body>.body__body>li,
.s-solutionList>.body>.body__body>li {
  border-bottom: 1px solid #fff
}

.s-solutionList--business>.header {
  background-color: rgba(136, 185, 46, .8)
}

.s-solutionList--business>.body {
  background-color: #abce6c
}

.s-solutionList--business>.header>.header__body {
  background-color: #88b92e
}

.s-solutionList--network>.header {
  background-color: rgba(222, 57, 140, .8)
}

.s-solutionList--network>.body {
  background-color: #e874ae
}

.s-solutionList--network>.header>.header__body {
  background-color: #de398c
}

.s-solutionList--dataCenter>.header {
  background-color: rgba(84, 138, 219, .8)
}

.s-solutionList--dataCenter>.body {
  background-color: #87ade6
}

.s-solutionList--dataCenter>.header>.header__body {
  background-color: #548adb
}

.open.s-solutionList--business>.header,
.open.s-solutionList--dataCenter>.header,
.open.s-solutionList--network>.header,
.open.s-solutionList>.header {
  background-color: #88b92e;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}

.open.s-solutionList--business>.header>.header__body,
.open.s-solutionList--dataCenter>.header>.header__body,
.open.s-solutionList--network>.header>.header__body,
.open.s-solutionList>.header>.header__body {
  display: block;
  background-color: #88b92e
}

.open.s-solutionList--business>.header>.header__body>.header__body__header,
.open.s-solutionList--dataCenter>.header>.header__body>.header__body__header,
.open.s-solutionList--network>.header>.header__body>.header__body__header,
.open.s-solutionList>.header>.header__body>.header__body__header {
  margin-bottom: 8px;
  margin-right: 0;
  text-align: center
}

.open.s-solutionList--business>.header>.header__body>.header__body__body,
.open.s-solutionList--dataCenter>.header>.header__body>.header__body__body,
.open.s-solutionList--network>.header>.header__body>.header__body__body,
.open.s-solutionList>.header>.header__body>.header__body__body {
  text-align: center;
  color: #fff
}

.open.s-solutionList--business>.header>.header__body>.header__body__body>.header__body__body__body,
.open.s-solutionList--dataCenter>.header>.header__body>.header__body__body>.header__body__body__body,
.open.s-solutionList--network>.header>.header__body>.header__body__body>.header__body__body__body,
.open.s-solutionList>.header>.header__body>.header__body__body>.header__body__body__body {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-family: Open Sans, sans-serif
}

.open.s-solutionList--business>.header>.header__body>.header__body__body>.header__body__body__footer,
.open.s-solutionList--dataCenter>.header>.header__body>.header__body__body>.header__body__body__footer,
.open.s-solutionList--network>.header>.header__body>.header__body__body>.header__body__body__footer,
.open.s-solutionList>.header>.header__body>.header__body__body>.header__body__body__footer {
  margin-top: 12px;
  font-size: .75rem
}

.open.s-solutionList--business>.body,
.open.s-solutionList--dataCenter>.body,
.open.s-solutionList--network>.body,
.open.s-solutionList>.body {
  height: auto
}

.open.s-solutionList--business>.header {
  background-color: #abce6c
}

.open.s-solutionList--business>.header>.header__body {
  background-color: #abce6c
}

.open.s-solutionList--network>.header {
  background-color: #e874ae
}

.open.s-solutionList--network>.header>.header__body {
  background-color: #e874ae
}

.open.s-solutionList--dataCenter>.header {
  background-color: #87ade6
}

.open.s-solutionList--dataCenter>.header>.header__body {
  background-color: #87ade6
}

.s-solutionList-items {
  margin: auto;
  max-width: 960px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex
}

.s-solutionList-items>.col {
  width: 33%
}

.s-solutionList-items>.col:nth-of-type(n+2) {
  margin-left: 0.5%
}

.s-solutionSearchMenu>.body>.body__body {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify
}

.s-solutionSearchMenu>.body>.body__body>li {
  -webkit-box-flex: 1;
  box-flex: 1;
  flex: 1
}

.s-solutionSearchMenu>.body>.body__body>li:nth-of-type(n+2) {
  margin-left: 1px
}

.s-solutionSearchMenu-item {
  display: block;
  height: 160px;
  background-color: #cecebf;
  color: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center
}

.s-solutionSearchMenu-item:active,
.s-solutionSearchMenu-item:hover {
  background-color: #2bacdd;
  color: #fff
}

.s-solutionSearchMenu-item:active>.body>.body__header,
.s-solutionSearchMenu-item:hover>.body>.body__header {
  color: #fff
}

.s-solutionSearchMenu-item>.body {
  text-align: center
}

.s-solutionSearchMenu-item>.body>.body__header {
  font-weight: 700;
  color: #686859
}

.s-solutionSearchMenu-item>.body>.body__body>.body__body__header {
  font-size: .8125rem;
  color: #fff
}

.s-solutionSearchMenu-item>.body>.body__body>.body__body__body {
  font-size: 1.5rem;
  font-weight: 500
}

.s-solutionCenters {
  background-color: hsla(0, 0%, 93%, .45)
}

.s-solutionCenters .body>.body__body {
  margin: auto;
  max-width: 1280px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify
}

.s-solutionCenters .body>.body__body>li {
  width: 25%;
  border-right: 1px solid #fff
}

.s-solutionCenters .body>.body__body>li:last-of-type {
  border-right: none
}

.s-solutionCenters-item {
  padding: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: inherit;
  -webkit-transition: none;
  transition: none
}

.s-solutionCenters-item:active,
.s-solutionCenters-item:hover {
  background-color: #2bacdd;
  color: #fff
}

.s-solutionCenters-item:active>.body>.body__header>.header__body__col>svg .icon,
.s-solutionCenters-item:active svg,
.s-solutionCenters-item:hover>.body>.body__header>.header__body__col>svg .icon,
.s-solutionCenters-item:hover svg {
  fill: #fff
}

.s-solutionCenters-item:active>.body>.body__body,
.s-solutionCenters-item:active>.body>.body__footer,
.s-solutionCenters-item:hover>.body>.body__body,
.s-solutionCenters-item:hover>.body>.body__footer {
  color: #fff
}

.s-solutionCenters-item:active>.body>.body__footer .body__footer__col>svg .icon,
.s-solutionCenters-item:hover>.body>.body__footer .body__footer__col>svg .icon {
  fill: #fff
}

.s-solutionCenters-item>.header {
  margin-bottom: 8px;
  font-weight: 700
}

.s-solutionCenters-item>.header>.header__body {
  font-size: .875rem
}

.s-solutionCenters-item>.body>.body__header {
  font-size: 1.5rem
}

.s-solutionCenters-item>.body>.body__header>.header__body__col {
  vertical-align: middle
}

.s-solutionCenters-item>.body>.body__header>.header__body__col>svg .icon {
  fill: #352e2c
}

.s-solutionCenters-item>.body>.body__body {
  font-size: .8125rem;
  color: #666
}

.s-solutionCenters-item>.body>.body__footer {
  margin-top: 8px;
  font-size: .75rem;
  color: #666
}

.s-solutionCenters-item>.body>.body__footer .body__footer__col {
  display: inline-block;
  vertical-align: top
}

.s-solutionCenters-item>.body>.body__footer .body__footer__col>svg .icon {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #666
}

.s-cmGallery>.body {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff
}

.s-cmGallery>.body>.body__body {
  margin: auto;
  max-width: 1280px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap
}

.s-cmGallery>.body>.body__body>dd,
.s-cmGallery>.body>.body__body>dt {
  margin: 0;
  width: 33.3%;
  height: 180px;
  font-weight: 400
}

.s-cmGallery>.body>.body__body>dt {
  border-right: 1px solid #fff
}

.s-cmGallery>.body>.body__body>dd:nth-of-type(n+2) {
  border-left: 1px solid #fff
}

.s-cmGallery-title {
  height: 100%;
  background-color: #666;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 1.5rem;
  color: #fff
}

.s-cmGallery-movie {
  height: 100%;
  background-color: hsla(0, 0%, 40%, .37);
  display: block
}

.s-cmGallery-movie:active,
.s-cmGallery-movie:hover {
  background-color: #2bacdd
}

.s-cmGallery-movie>.body {
  margin: 0;
  text-align: center
}

.s-iso>.body {
  margin: auto;
  max-width: 720px;
  padding: 24px 0;
  -webkit-box-pack: justify;
  box-pack: justify;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  box-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center
}

.s-iso>.body,
.s-iso>.body>.body__header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}

.s-iso>.body>.body__header>.body__header__body {
  margin: 0
}

.s-iso>.body>.body__header>.body__header__body:nth-of-type(n+2) {
  margin-left: 16px
}

.s-iso>.body>.body__body {
  color: #666
}

.s-iso>.body>.body__body>.body__body__body {
  font-size: 1rem
}

.s-iso>.body>.body__body>.body__body__footer {
  position: relative;
  top: 16px;
  font-size: .625rem
}

.s-iso>.body>.body__body>.body__body__footer>.body__body__footer__body {
  margin-right: 16px
}

.s-banner {
  position: relative;
  padding: 32px 2%;
  background: #474241
}

.s-banner>.body {
  margin: auto;
  max-width: 820px
}

.s-banner>.body .list {
  -webkit-box-pack: justify;
  box-pack: justify;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: justify
}

.s-aboutList>.body>.body__body,
.s-banner>.body .list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap
}

.s-aboutList>.body>.body__body>li {
  width: 33.3%
}

.s-aboutList-item {
  display: block;
  position: relative;
  height: 160px;
  border-right: 1px solid #0f4574;
  border-bottom: 1px solid #0f4574;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  color: #0f4574
}

.s-aboutList-item:active,
.s-aboutList-item:hover {
  background-color: rgba(43, 172, 221, .5);
  color: inherit
}

.s-aboutList-item:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 0;
  border-bottom: 30px solid #0f4574;
  border-left: 30px solid transparent
}

.s-aboutList-item>.footer {
  font-size: 1.5rem
}

.s-fixedBtns {
  position: fixed;
  top: 20%;
  right: 0
}

.s-fixedBtns .list>li {
  color: #fff
}

.s-fixedBtns .list>li>a {
  color: inherit
}

.s-fixedBtns .list>li>a:active .list-item.problem .list-item__txt,
.s-fixedBtns .list>li>a:hover .list-item.problem .list-item__txt {
  background-color: #d90000
}

.s-fixedBtns .list>li>a:active .list-item.projection .list-item__txt,
.s-fixedBtns .list>li>a:hover .list-item.projection .list-item__txt {
  background-color: #82c0ef
}

.s-fixedBtns .list>li>a:active .list-item.download .list-item__txt,
.s-fixedBtns .list>li>a:hover .list-item.download .list-item__txt {
  background-color: #3557b0
}

.s-fixedBtns .list>li>a:active .list-item.purchase .list-item__txt,
.s-fixedBtns .list>li>a:hover .list-item.purchase .list-item__txt {
  background-color: #4ec5c1
}

.s-fixedBtns .list-item {
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: end;
  box-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-transition: inherit;
  transition: inherit
}

.s-fixedBtns .list-item__txt {
  width: 12em;
  padding: 0 2em;
  -webkit-transition: inherit;
  transition: inherit
}

.s-fixedBtns .list-item__icon,
.s-fixedBtns .list-item__txt {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center
}

.s-fixedBtns .list-item__icon {
  width: 60px;
  -webkit-box-pack: center;
  box-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}

.s-fixedBtns .list-item.problem .list-item__txt {
  background-color: rgba(217, 0, 0, .68)
}

.s-fixedBtns .list-item.problem .list-item__icon {
  background-color: #d90000
}

.s-fixedBtns .list-item.projection .list-item__txt {
  background-color: rgba(130, 192, 239, .68)
}

.s-fixedBtns .list-item.projection .list-item__icon {
  background-color: #82c0ef
}

.s-fixedBtns .list-item.download .list-item__txt {
  background-color: rgba(53, 87, 176, .68)
}

.s-fixedBtns .list-item.download .list-item__icon {
  background-color: #3557b0
}

.s-fixedBtns .list-item.purchase .list-item__txt {
  background-color: rgba(78, 197, 193, .68)
}

.s-fixedBtns .list-item.purchase .list-item__icon {
  background-color: #4ec5c1
}

.s-fixedBtns li {
  position: relative
}

.s-fixedBtns .list-item__icon {
  z-index: 1
}

.s-fixedBtns .list-item__txt {
  display: block;
  line-height: 60px;
  position: absolute;
  left: -192px;
  top: 0;
  z-index: 0
}

.s-cms>.header {
  margin-bottom: 2%
}

.s-cms>.header>.header__body {
  margin: auto;
  max-width: 960px;
  font-size: 2.25rem;
  font-weight: 400;
  color: #0f4574
}

.s-cms>.header>.header__footer {
  margin: auto;
  max-width: 960px;
  font-size: 1.5rem;
  color:
    /*#88b92e*/
    #999
}

.s-cms>.body>.body__body {
  margin: auto;
  max-width: 960px
}

.s-cms>.footer {
  margin-top: 4%
}

.s-cms>.footer>.footer__body {
  margin: auto;
  max-width: 960px;
  border-bottom: 1px dotted #0f4574;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: end;
  box-pack: end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end
}

.s-cms>.footer>.footer__body>.footer__body__body {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #0f4574;
  text-align: center;
  line-height: 30px;
  font-size: .625rem;
  color: #fff
}

.a-layout-listPage {
  margin: 0 auto 6%
}

.a-layout-listPage>.header {
/*  margin-bottom: 2%*/
}

.a-layout-listPage>.header>.header__body {
  text-align: center
}

.a-layout-listPage>.body>.body__body {
  margin: auto;
  max-width: 1280px
}

.a-layout-detailPage {
  position: relative;
  padding: 0 0 4%
}

.a-layout-detailPage>.header {
  margin-bottom: 40px
}

.a-layout-detailPage>.header>.header__body {
  margin: auto;
  max-width: 1280px
}

.a-layout-detailPage>.header>.header__body>.s-nav-detailPage>.body {
  max-width: 960px;
  margin: auto;
  padding: 0 10px;
}

.a-layout-solutionNavArea {
  position: relative
}

.a-layout-solutionNavArea>.header {
  margin-bottom: 16px
}

.a-layout-solutionNavArea>.header>.header__body {
  text-align: center;
  color: #88b92e
}

.a-layout-solutionNavArea>.header>.header__body>.header__body__header>#icon-business {
  width: 64px;
  height: 64px
}

.a-layout-solutionNavArea>.header>.header__body>.header__body__header>#icon-business .translucent {
  opacity: .5;
  fill: #88b92e
}

.a-layout-solutionNavArea>.header>.header__body>.header__body__header>#icon-business .vivid {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #88b92e
}

.a-layout-solutionNavArea>.header>.header__body>.header__body__body {
  font-size: 1.5rem;
  font-family: Open Sans, sans-serif
}

.a-layout-solutionNavArea>.header>.header__body>.header__body__footer {
  font-size: .75rem
}

.u-noScroll {
  overflow: hidden
}

.u-headerHeight {
  height: 84px
}