/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model
   ========================================================================== */

* {
  box-sizing: border-box;
}

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

/* Document
     ========================================================================== */

/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  font-size: 14px;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
  font-family: "Microsoft YaHei";
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/* Vertical rhythm
     ========================================================================== */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
     ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
     ========================================================================== */

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

/* Lists (definition)
     ========================================================================== */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

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

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
     ========================================================================== */

/**
   * Reset form fields to make them styleable
   * 1. Reset radio and checkbox to preserve their look in iOS.
   */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Remove padding
   */

option {
  padding: 0;
}

/**
   * Reset to invisible
   */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  padding: 0; /* 1 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the outline style in Safari.
   */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

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

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
   * Clickable labels
   */

label[for] {
  cursor: pointer;
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Table
     ========================================================================== */

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

.container-fluid,
.container {
  padding: 0;
}

#header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 999;
  padding: 0 4%;
  margin: 0;
  background-color: #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  box-shadow: rgb(0 0 0 / 30%) 0px 0px 3px;
  display: none;
}

#header.header-bg {
  /* background: url(../images/nav_bg.png) no-repeat top center; */
  background-size: 100% auto;
  background-color: transparent;
  box-shadow: none;
}

#header .logo {
  width: 100px;
  margin-top: 22px;
}

.logo .black {
  display: none;
}

.logo .white {
  display: block;
}

.header-bg .logo .black {
  display: block;
}

.header-bg .logo .white {
  display: none;
}

.right-top {
  padding-top: 10px;
}

.language-switch {
  margin-left: 30px;
}

.language-switch .earth {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.language-switch a {
  font-size: 16px;
  color: #333333;
}

.header-bg .language-switch a {
  color: #ffffff;
}

.language-switch a:hover,
.header-bg .language-switch a:hover {
  /* color: #162b81; */
  text-decoration: none;
}

.language-switch .black {
  display: none;
}

.language-switch .white {
  display: block;
}

.header-bg .language-switch .black {
  display: block;
}

.header-bg .language-switch .white {
  display: none;
}

.header-phone {
  height: 30px;
  border-radius: 15px;
  /*border: 1px solid #162b81;*/
  color: #162b81;
  /* margin-top: 10px; */
  padding: 5px 20px;
  font-size: 22px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.header-phone .black {
  display: none;
}

.header-phone .white {
  display: block;
}

.header-bg .header-phone .black {
  display: block;
}

.header-bg .header-phone .white {
  display: none;
}

.header-bg .header-phone {
  /*border: 1px solid #42a1ee;*/
  color: #42a1ee;
}

.header-phone img {
  width: 16px;
  margin-right: 4px;
}

.phone-nav {
  background-color: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 60px;
  z-index: 999;
  padding: 0 4%;
  box-shadow: rgb(0 0 0 / 30%) 0px 0px 3px;
}

.phone-nav .logo {
  flex: 0 0 80px;
  max-width: 80px;
}

.phone-nav .toggleMenu {
  flex: 0 0 30px;
  text-align: center;
  font-size: 12px;
}

.phone-nav .toggleMenu img {
  max-width: 30px;
  display: block;
  margin: 0 auto;
}

.phone-nav .phone-language {
  position: absolute;
  right: 70px;
  top: 8px;
  text-align: center;
  font-size: 12px;
}

.phone-nav .phone-language .earth {
  width: 24px;
  display: block;
}

#dropdownMenu {
  margin-top: 11px;
  display: none;
}

#dropdownMenu .nav {
  color: #333333;
}

#dropdownMenu .nav > li {
  position: relative;
}

.header-bg #dropdownMenu .nav {
  color: #ffffff;
}

#dropdownMenu .nav .nav-link {
  position: relative;
  padding: 13px 1rem;
}

#dropdownMenu .nav .nav-link .nav-item {
  cursor: pointer;
}

#dropdownMenu .nav .nav-link::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #163182;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#dropdownMenu .nav .nav-link:hover::after,
#dropdownMenu .nav .nav-link.active::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.header-bg #dropdownMenu .nav .nav-link:hover {
  color: #ffffff;
}

.header-bg #dropdownMenu .nav .nav-link::after,
.header-bg #dropdownMenu .nav .nav-link.active::after {
  background: #ffffff;
}

#dropdownMenu .submenu {
  clear: both;
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 9999 !important;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transition: 0;
  -o-transition: 0;
  transition: 0;
  padding: 15px 30px;
  border-radius: 10px;
}

#dropdownMenu ul li:hover .submenu,
#dropdownMenu ul li:active .submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#dropdownMenu .submenu .submenu-title {
  font-size: 16px;
  margin: 15px 0 25px;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
}

#dropdownMenu .submenu .submenu-title span {
  position: relative;
  padding-right: 20px;
}

#dropdownMenu .submenu .submenu-title span::after {
  content: "";
  background-image: url(../images/icon_down.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-position: center;
  right: 0;
  width: 16px;
  height: 16px;
  top: 58%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 6;
}

#dropdownMenu .submenu .sub-nav li {
  margin: 15px 0;
  font-size: 14px;
  white-space: nowrap;
}

#dropdownMenu .submenu .sub-nav li a {
  color: #333333;
}

#dropdownMenu .submenu .sub-nav li:hover a,
#dropdownMenu .submenu .sub-nav li.active a {
  color: #42a1ee;
  text-decoration: none;
}

#dropdownMenu .submenu .submenu-list + .submenu-list {
  margin-left: 50px;
}

#toggleMenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 10000;
  background: #162b81;
  color: #ffffff;
  display: none;
}

#toggleMenu .toggle_icon {
  position: absolute;
  top: 14px;
  right: 22px;
  z-index: 10000;
  cursor: pointer;
  font-size: 56.25%;
  text-align: center;
  display: block;
  font-family: "Spartan", sans-serif;
  font-weight: bold;
}

#toggleMenu .toggle_icon img {
  width: 24px;
  height: auto;
  padding-bottom: 10px;
}

#toggleMenu ul li {
  position: relative;
}

#toggleMenu ul li span {
  position: relative;
  font-weight: bold;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#toggleMenu ul li a {
  display: block;
  width: calc(100% - 42px);
  color: #fff;
  padding: 15px 0 14px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4em;
}

#toggleMenu ul li a:hover {
  text-decoration: none;
}

#toggleMenu ul li span.linknone {
  display: block;
  width: 100%;
  color: #fff;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toggleMenu .open_close {
  margin-top: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#toggleMenu ul.submenu li.subttl span {
  background: rgba(0, 0, 0, 0.2);
}

#toggleMenu ul.submenu li.subttl span a {
  padding: 15px 0 14px 30px;
}

#toggleMenu ul.submenu li.subttl2 span {
  background: rgba(0, 0, 0, 0.4);
  font-size: 81.2%;
  font-weight: normal;
}

#toggleMenu ul.submenu li.subttl2 dfn {
  display: none;
}

#toggleMenu .t01 span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 24px;
  top: calc(50% - 1px);
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  color: #fff;
}

#toggleMenu .is-open > a,
#toggleMenu .is-close > a {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

#toggleMenu .is-open::after,
#toggleMenu .is-close::after {
  position: absolute;
  top: calc(50% - (16px / 2));
  right: 16px;
  cursor: pointer;
}

#toggleMenu .is-open::after {
  content: url("../images/icon_minus.svg");
}

#toggleMenu .is-close::after {
  content: url("../images/icon_plus.svg");
}

#toggleMenu .open_close {
  display: block;
}

#toggleMenu .close_open {
  display: none;
}

#toggleMenu ul.submenu li.pcttl span {
  background: rgba(0, 0, 0, 0.2);
  font-size: 14px;
}

#toggleMenu ul.submenu li.subttl2 span {
  background: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-weight: normal;
}

#dropdownMenu .submenu-right .nav-swiper .swiper-slide {
  padding-bottom: 30px;
}

#dropdownMenu .submenu-right .nav-swiper .txt1 {
  background-color: #d43d6b;
  padding: 5px 10px;
  display: inline-block;
  margin: 15px 0 10px;
}
#dropdownMenu .submenu-right .nav-swiper .txt2 {
  background-color: #3dd4a0;
  padding: 5px 10px;
  display: inline-block;
  margin: 15px 0 10px;
}
#dropdownMenu .submenu-right .nav-swiper .txt3 {
  background-color: #5674ce;
  padding: 5px 10px;
  display: inline-block;
  margin: 15px 0 10px;
}
#dropdownMenu .submenu-right .nav-swiper .txt4 {
  background-color: #a04da8;
  padding: 5px 10px;
  display: inline-block;
  margin: 15px 0 10px;
}

#dropdownMenu .submenu-right .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 0.5;
}

#dropdownMenu .submenu-right .swiper-pagination-bullet-active {
  opacity: 0.5;
  background-color: #ffffff;
}

.banner-swiper .swiper-wrapper {
  height: 100%;
  position: relative;
}

.banner-swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  background-color: #ffffff;
  position: relative;
}

.banner-swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.banner-swiper img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
}

.banner-swiper.pc {
  display: none;
}

.banner-swiper.mb {
  display: block;
}

.fit {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.banner-swiper .swiper-pagination-bullet {
  opacity: 0.4;
}

.banner-swiper .swiper-pagination-bullet-active {
  background-color: #000000;
  opacity: 0.9;
}

.banner-swiper .swiper-pagination-bullet:hover {
  opacity: 1;
}

.news-bottom {
  background-color: rgba(2, 7, 14, 0.9);
  padding: 15px 4%;
  height: 130px;
  overflow: hidden;
}

.news-bottom .swiper-slide {
  background: transparent;
  color: #ffffff;
  font-size: 14px;
}

.news-bottom .date {
  color: #1fc5ff;
  display: inline-block;
  margin-right: 50px;
}

.news-bottom .title {
  display: inline-block;
}

.news-bottom a:hover .title {
  color: #ffffff;
}

.news-bottom .detail-link img {
  width: 8px;
  margin-left: 5px;
  margin-top: 2px;
}

.recommend-container .com-title,
.news-container .com-title {
  margin: 30px 0;
  line-height: 1.3;
  font-size: 22px;
  color: #444444;
}

.news-container .infomation_main .infomation_list .infomation_item_list .infomation_date {
  margin-bottom: 20px;
  font-size: 75%;
}

.news-container .infomation_main .infomation_list .infomation_item_list .category {
  background-color: #ca2934;
  padding: 0 20px;
  margin-left: 30px;
  color: #ffffff;
  font-size: 80%;
  border-radius: 4px;
}

.recommend-container {
  position: relative;
  padding-bottom: 50px;
}

.recommend-container .swiper-slide .img-area {
  width: 100%;
  position: relative;
}

.recommend-container .swiper-slide .img-area::before {
  content: "";
  padding-top: 71.4%;
  display: block;
}

.recommend-container .swiper-slide img {
  vertical-align: top;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.recommend-container .swiper-slide a {
  background: none;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.color-01 {
  background: #d43d6b;
}

.color-02 {
  background: #3dd4a0;
}

.color-03 {
  background: #5674ce;
}

.color-04 {
  background: #a04da8;
}

.recommend-container .swiper-slide .item-title {
  display: block;
  color: #4c4c4c;
  padding: 18px 10px 0;
  font-size: 16px;
}

.recommend-container .swiper-slide .item-title .title {
  width: 100%;
  font-weight: normal;
  color: #4c4c4c;
  padding: 8px 0 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.recommend-container .swiper-slide .item-title .category {
  display: inline-block;
  color: #ffffff;
  font-size: 85%;
  padding: 4px 10px;
  font-weight: bold;
}

.home-message {
  padding-top: 0;
  height: 500px;
  background: url(../images/img_07.png) no-repeat center / cover;
  color: #ffffff;
}

.home-message .title {
  font-size: 20px;
}

.home-message .img {
  width: 460px;
  max-width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  font-size: 20px;
}

.home-message .more {
  padding: 20px 50px;
  border-bottom: 2px solid #ffffff;
}

.news-container {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/img_08.png);
  overflow: hidden;
  padding: 0 4% 100px;
}

.news-container .infomation_main .infomation_list .infomation_item_list {
  border-top: 1px #ccc solid;
  padding: 20px 0;
}

#footer {
  padding: 20px 4%;
  background-color: #333333;
  color: #ffffff;
}

#footer .footer-top {
  padding: 0 4%;
  position: relative;
  border-bottom: 1px solid #4c4b4c;
}

#footer .footer-top::before {
  content: "";
  width: 100%;
  top: 0;
  z-index: 0;
  height: 50px;
  background-color: #182545;
  position: absolute;
  left: 0;
}

#footer .codes {
  max-width: 200px;
  position: relative;
  margin-bottom: 30px;
  padding-top: 70px;
}

#footer .codes p {
  font-size: 14px;
  color: #c1c1c1;
}

#footer .codes img {
  width: 200px;
  margin-bottom: 5px;
  max-width: 100%;
}

#footer .footer-nav {
  position: relative;
  height: 100%;
}

#footer .footer-nav .nav-list {
  margin-right: 50px;
  padding-left: 10px;
  border-left: 1px solid #4c4b4c;
}

#footer .footer-nav .nav-title {
  height: 50px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 50px;
  font-size: 18px;
  margin-bottom: 10px;
  word-break: keep-all;
}

#footer .footer-nav .nav-title a:hover {
  text-decoration: none;
}

#footer .footer-nav a:hover {
  color: #ffffff;
}

#footer .footer-nav .list1 .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: rgba(225, 225, 225, 0.8);
  margin-bottom: 6px;
}

#footer .footer-nav .list1 .title span {
  position: relative;
  padding-right: 18px;
}

#footer .footer-nav .list1 .title span::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background: url(../images/icon_down-white.png) no-repeat center / contain;
  right: 0;
  top: 58%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

#footer .footer-nav .margin-left .list1:first-child {
  margin-right: 50px;
}

#footer .footer-nav .list2 {
  font-size: 14px;
  line-height: 2;
}

#footer .footer-nav .list2 li {
  margin-bottom: 5px;
  color: rgba(225, 225, 225, 1);
}

#footer .copyright {
  font-size: 14px;
  color: rgba(225, 225, 225, 1);
}

#footer .copyright img {
  width: 15px;
  margin-left: 10px;
}

.pagetop-auto {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  cursor: pointer;
  display: none;
}

.com-banner {
  position: relative;
  margin-top: 60px;
  height: 0;
  overflow: hidden;
}

.com-banner .title {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 2;
  color: #ffffff;
}

.com-banner .title h1 {
  font-size: 30px;
  font-weight: bolder;
  line-height: 1;
}

.com-banner .title h4 {
  font-size: 20px;
  font-weight: bolder;
}

.about-nav {
  padding: 20px 0 40px;
  display: none;
}

.about-nav a {
  text-decoration: none;
}

.about-nav a:hover {
  color: inherit;
}

.about-nav ul li {
  position: relative;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
  padding: 15px;
  margin: 0 2px;
}

.about-nav ul li a {
  padding: 5px 30px;
}

.about-nav ul li::before {
  content: "|";
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 2;
}

.about-nav ul li:first-child::before {
  display: none;
}

.about-nav ul li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 3px solid #162b81;
  transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  opacity: 0;
}

.about-nav ul li:hover::after,
.about-nav ul li.active::after {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  opacity: 1;
}

.about-list {
  padding: 50px 4% 30px;
}

.about-list .list-main {
  max-width: 1420px;
  margin: 0 auto;
}

.about-list .list-main li {
  margin-bottom: 20px;
}

.about-list .list-main .list-item-content {
  background-color: #717071;
  border: 5px solid #717071;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.about-list .list-main .list-item-content .top {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 6;
  padding: 10px 10%;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.about-list .list-main .list-item-content .top .l-title {
  font-size: 20px;
}

.about-list .list-main .list-item-content .top .color1-border-bottom {
  border-bottom: 5px solid #82c569;
  padding-bottom: 5px;
}

.about-list .list-main .list-item-content .top .color2-border-bottom {
  border-bottom: 5px solid #e95d04;
  padding-bottom: 5px;
}

.about-list .list-main .list-item-content .top .color3-border-bottom {
  border-bottom: 5px solid #e860a3;
  padding-bottom: 5px;
}

.about-list .list-main .list-item-content .top .l-text {
  font-size: 24px;
  font-weight: bolder;
  margin: 30px 0 20px;
}

.about-list .list-main .list-item-content .top .l-icon {
  width: 32px;
}

.about-list .list-main .list-item-content .bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  z-index: 6;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  opacity: 0;
  padding: 10px 10%;
}

.about-list .list-main .list-item-content .bottom p {
  margin-bottom: 20px;
}

.about-list .list-main .list-item-content:hover .top {
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  opacity: 0;
}

.about-list .list-main .list-item-content:hover .bottom {
  top: 0;
  opacity: 1;
}

.company-vision-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  overflow: hidden;
  z-index: 66;
  padding: 20px 4%;
}

.company-vision-content > .main {
  max-width: 1420px;
}

.company-vision-content .text1 {
  font-size: 18px;
  font-weight: bolder;
}

.company-vision-content .text2 > div {
  margin-bottom: 10px;
  font-size: 18px;
}

.company-vision-content .point-words {
  border-bottom: 2px solid #ffffff;
  margin: 2px;
  cursor: pointer;
  position: relative;
  display: inline;
}

.company-vision-content .point-words::after {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #ff0000;
  position: absolute;
  right: 6px;
  top: -6px;
}

.company-vision-content .point-words .introl {
  position: absolute;
  top: -100px;
  left: 110%;
  z-index: 2;
  background-color: #ffffff;
  color: #000000;
  width: 500px;
  padding: 20px;
  display: none;
}

.company-vision-content .point-words .introl h6 {
  font-weight: bold;
  font-size: 18px;
}

.company-vision-content .point-words .introl p {
  font-size: 16px;
  line-height: 2;
}

.phone-vision {
  padding: 20px 4% 0;
  font-size: 14px;
}

.phone-vision ul {
  max-width: 1420px;
  margin: 0 auto;
}

.phone-vision ul li {
  padding: 10px 0;
  color: #333333;
}

.phone-vision ul li h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.profile-container {
  background: url(../images/about_21.png) no-repeat top center/auto 300px;
  padding: 30px 4% 20px;
}

.profile-container .profile-top {
  color: #ffffff;
  max-width: 1420px;
  margin: 0 auto 40px;
}

.profile-container .profile-top .left {
  margin-right: 20px;
}

.profile-container .profile-top .left h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.profile-container .profile-top .left h3 {
  font-size: 24px;
}

.profile-container .profile-top .right ul {
  position: relative;
}

.profile-container .profile-top .right ul::before {
  content: "";
  width: 0;
  border-radius: 5px;
  position: absolute;
  border-left: 1px solid #ed4852;
  left: 0;
  top: 10px;
  bottom: 10px;
}

.profile-container .profile-top .right ul li {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0 5px 20px;
}

.profile-container .profile-top .right ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  background-color: #ed4852;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.profile-container .base-info {
  max-width: 1420px;
  margin: 0 auto;
}

.profile-container .company-name {
  line-height: 1.5;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: url("../images/about_07.png") no-repeat center/cover;
}

.profile-container .company-info {
  padding: 20px 0;
  line-height: 2;
  color: #333333;
  font-size: 14px;
}

.profile-swiper .swiper-slide .img-area {
  width: 100%;
  position: relative;
}

.profile-swiper .swiper-slide .img-area::before {
  content: "";
  padding-top: 70%;
  display: block;
}

.profile-swiper .swiper-slide img {
  vertical-align: top;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.profile-swiper .swiper-slide a {
  background: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: default;
}

.profile-swiper .swiper-slide:hover a {
  opacity: 0;
}

.profile-swiper .swiper-slide .profile-item-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 99;
  font-size: 20px;
  color: #ffffff;
  white-space: nowrap;
}

.join-us .join-top {
  padding: 30px 4%;
  background-image: url("../images/about_08.png");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  margin-bottom: 50px;
}

.join-us .join-top .content {
  max-width: 1000px;
  margin: 0 auto;
}

.join-us .join-top > img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 180px;
}

.join-us .join-top .content > div {
  position: relative;
  z-index: 6;
}

.join-us .join-top .left h3 {
  font-size: 24px;
}

.join-us .join-top .left h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 2;
}

.join-us .join-top .left h6 {
  font-size: 18px;
  line-height: 2;
}

.join-us .join-top .left h6 img {
  width: 8px;
  vertical-align: -8%;
  margin-left: 10px;
}

.join-us .join-top .right {
  line-height: 1.8;
}

.join-us .join-top .right a:hover {
  color: #ffffff;
}

.join-us .join-top .right .email {
  text-decoration: underline;
}

.recruitment-position {
  padding: 0 4% 40px;
}

.recruitment-position .position-list {
  max-width: 1420px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.recruitment-position .position-list > li {
  margin-bottom: 20px;
}

.recruitment-position .position-list .position-name {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 20px;
  background-color: #a1a1a1;
  position: relative;
}

.recruitment-position .position-list .position-name::after {
  content: "";
  position: absolute;
  width: 8px;
  top: 0;
  height: 100%;
  right: 20px;
  background-image: url("../images/about_10.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.recruitment-position .position-list .opend {
  background-color: #162b81;
}

.recruitment-position .position-list .opend::after {
  display: none;
}

.recruitment-position .position-list .position-info {
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 20px 15px 50px;
  color: #000000;
  position: relative;
  display: none;
  font-size: 14px;
}

.recruitment-position .position-list .position-info .title {
  font-weight: bolder;
  margin-bottom: 10px;
}

.recruitment-position .position-list .position-info p {
  line-height: 1.4;
}

.recruitment-position .position-list .sendEmial {
  position: absolute;
  right: 25px;
  bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #162b81;
}

.recruitment-position .position-list .sendEmial::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 6px;
  background-image: url("../images/about_09.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.recruitment-position .position-list .sendEmial:hover {
  text-decoration: none;
}

.recruitment-position .loadMore {
  margin: 0 4%;
  font-size: 18px;
  color: #c1c1c1;
}

.recruitment-position .loadMore:hover {
  text-decoration: none;
}

.recruitment-position .loadMore img {
  width: 30px;
  margin-right: 10px;
}

.brand-commitment {
  padding: 40px 4% 20%;
  background-image: url("../images/about_13.png");
  background-size: 100% auto;
  background-position: center 40px;
  background-repeat: no-repeat;
  position: relative;
}

.brand-commitment .title {
  max-width: 90%;
  margin: 0 auto;
  width: 600px;
}

.brand-commitment .next {
  margin: 30px auto;
  width: 10px;
}

.brand-commitment .content {
  position: relative;
  z-index: 6;
  color: #333333;
}

.brand-commitment .content p {
  margin-bottom: 20px;
  font-size: 18px;
}

.brand-commitment .content .txt1 {
  font-weight: bold;
  color: #152a82;
  font-size: 24px;
}

.brand-commitment .content .txt2 {
  font-weight: bold;
}

.brand-commitment .content .txt3 {
  font-weight: bold;
  font-size: 30px;
}

.brand-commitment .bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.pfu-com-title {
  border-bottom: 1px solid #dddddd;
  font-weight: bolder;
  padding: 20px 0;
}

.pfu-com-title h2 {
  font-size: 40px;
  color: #dddddd;
  line-height: 1;
  margin-right: 10px;
  display: inline-block;
}

.pfu-com-title h3 {
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  vertical-align: super;
}

/* å…¬å¸æ–°é—» */
.company-news,
.company-news-details {
  margin-top: 60px;
  padding: 0 4% 50px;
  overflow: hidden;
  background-image: url("../images//about_25.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.company-news .news-content {
  max-width: 1260px;
  margin: 0 auto;
}

.company-news .year-list {
  margin: 40px 0;
  font-weight: bolder;
}

.company-news .year-list a {
  max-width: 25%;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 22px;
  flex: 1 1 25%;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  text-align: center;
}

.company-news .year-list a.active,
.company-news .year-list a:hover {
  background-color: #162b81;
  color: #ffffff;
  text-decoration: none;
}

.company-news-details .detail-content {
  max-width: 1000px;
  margin: 30px auto;
}

.company-news-details .detail-content .news-info {
  font-size: 12px;
  color: #6a6a6a;
  margin-bottom: 30px;
}

.company-news-details .detail-content .news-info span {
  display: inline-block;
}

.company-news-details .detail-content .news-info .hot {
  color: #ffffff;
  background-color: #ca2934;
  padding: 2px 10px;
  border-radius: 4px;
}

.company-news-details .detail-content .news-title {
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.company-news-details .news-detail p {
  margin-bottom: 30px;
  line-height: 1.8;
}

.company-news-details .news-detail img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.company-news-details .back {
  font-size: 18px;
  padding: 0.5rem 2rem;
  background-color: #162b81;
  color: #ffffff;
  font-weight: bold;
  border-radius: 1rem;
}

.hot-news-swiper {
  padding-bottom: 60px;
}

.hot-news-swiper a:hover {
  color: inherit;
  text-decoration: none;
  display: block;
}

.hot-news-swiper .news-info .date {
  font-size: 12px;
  color: #6a6a6a;
  margin-right: 20px;
}

.hot-news-swiper .news-info .hot-tag {
  font-size: 12px;
  color: #ffffff;
  background-color: #ca2934;
  padding: 2px 10px;
  border-radius: 4px;
}

.new-list .hot-tag {
  font-size: 12px;
  color: #ffffff;
  background-color: #ca2934;
  padding: 2px 10px;
  border-radius: 4px;
  margin-left: 12px;
}

.hot-news-swiper .news-title {
  margin: 10px 0;
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-weight: bold;
}

.hot-news-swiper .news-trol {
  font-size: 14px;
}

.company-news .icon-arrow {
  width: 150px;
  display: block;
  margin-top: 20px;
}

.hot-news-swiper .swiper-pagination-pc {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 40px;
  border-top: 1px solid #dddddd;
}

.hot-news-swiper .swiper-pagination-pc span {
  position: absolute;
  width: 20%;
  height: 5px;
  left: 0;
  top: -2px;
  z-index: 2;
  background-color: #162b81;
  border-radius: 3px;
  transition: left 0.3s;
}

.company-news .new-list {
  padding: 0 0 20px;
}

.company-news .new-list li {
  margin-bottom: 10px;
  font-size: 14px;
}

.company-news .new-list li .date {
  font-size: 12px;
  color: #6a6a6a;
  margin-right: 10px;
}

.company-news .new-list li a:hover {
  color: #000000;
}

.company-news .loadMore span {
  font-size: 16px;
  padding: 5px 10px;
  border-bottom: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
}

.company-news .loadMore span:hover {
  color: #162b81;
}

/* ä¼ä¸šæ–‡åŒ– */
.corporate-culture {
  padding: 40px 4% 0;
  background-image: url("../images/about_16.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.corporate-culture .certification-content {
  max-width: 900px;
  margin: 0 auto;
}

.corporate-culture .certification-swiper {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.corporate-culture .certification-swiper .swiper-container {
  padding-bottom: 40px;
}

.corporate-culture .certification-swiper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  background-color: #162b81;
  display: none;
}

.corporate-culture .certification-swiper .swiper-buttons {
  position: absolute;
  bottom: -30px;
  right: 60px;
  z-index: 3;
  display: none;
}
.corporate-culture .certification-swiper .swiper-prev-button {
  width: 32px;
  height: 12px;
  background: url("../images/icon_left_01.png") no-repeat center / contain;
  cursor: pointer;
  margin-right: 10px;
}

.corporate-culture .certification-swiper .swiper-next-button {
  width: 32px;
  height: 12px;
  background: url("../images/icon_right_01.png") no-repeat center / contain;
  cursor: pointer;
}

.certification-info {
  position: relative;
  padding-left: 30px;
  padding-bottom: 50px;
  z-index: 99;
}

.certification-info::before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  border-left: 1px solid #162b81;
}

.certification-info .top {
  position: relative;
  width: 260px;
  height: auto;
  left: 0;
  top: 0;
  color: #000000;
  text-align: left;
  padding-top: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}

.certification-info .top h2 {
  font-size: 30px;
  font-weight: bold;
}

.certification-info .top::before {
  content: "";
  position: absolute;
  border-left: 130px solid transparent;
  border-right: 130px solid transparent;
  border-top: 220px solid #162b81;
  left: 0;
  top: 0;
  z-index: -1;
  display: none;
}

.certification-info .txt p {
  margin-bottom: 10px;
}

.certification-info .special {
  font-size: 30px;
}

.certification-info .img-list {
  height: auto;
  margin-top: 50px;
  position: relative;
  left: -29px;
}

.certification-info .img-list img {
  height: auto;
  max-width: 100%;
}

.enterprise-certification .enterprise-swiper {
  margin: 10px 0 40px;
  background-image: url("../images/about_15.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.enterprise-certification .enterprise-swiper::before {
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background-color: #162b81;
  position: absolute;
}

.enterprise-certification .enterprise-swiper .swiper-slide {
  height: 300px;
  position: relative;
}

.enterprise-certification .enterprise-swiper .swiper-slide .name {
  font-size: 16px;
}

.enterprise-certification .enterprise-swiper .swiper-slide .top {
  width: 100%;
  max-height: calc(50% - 1px);
  position: absolute;
  left: 0;
  bottom: 50%;
  padding-bottom: 20px;
}

.enterprise-certification .enterprise-swiper .swiper-slide .top::after {
  content: "";
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #162b81;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.enterprise-certification .enterprise-swiper .swiper-slide .bottom {
  width: 100%;
  height: calc(50% - 1px);
  position: absolute;
  left: 0;
  top: 50%;
  padding-top: 20px;
}

.enterprise-certification .enterprise-swiper .swiper-slide .bottom::after {
  content: "";
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #162b81;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.enterprise-certification .prize-list {
  padding: 0 4% 10px;
}

.enterprise-certification .prize-list .prize-swiper {
  max-width: 1000px;
  padding-bottom: 70px;
}

.prize-swiper .swiper-button-next,
.prize-swiper .swiper-button-prev {
  transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  display: none;
}

.prize-swiper .swiper-pagination-pc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  border-top: 1px solid #dddddd;
}

.prize-swiper .swiper-pagination-pc span {
  position: absolute;
  width: 20%;
  height: 5px;
  left: 0;
  top: -2px;
  z-index: 2;
  background-color: #162b81;
  border-radius: 3px;
  transition: left 0.3s;
}

.contact-us {
  margin-top: 60px;
  position: relative;
}

.contact-us .contact-content {
  padding: 0 4%;
}

.contact-us .contact-content .pfu-com-title {
  max-width: 1260px;
  margin: 0 auto;
}

.contact-us .company-name-nav {
  max-width: 1260px;
  margin: 20px auto;
}

.contact-us .company-name-nav > li {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  padding: 10px 30px;
  flex: 0 0 auto;
  margin: 0 10px;
  transition: all 0.3s linear;
  border-radius: 25px;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
}

.contact-us .company-name-nav > li:hover,
.contact-us .company-name-nav > li.active {
  background-color: #162b81;
  color: #ffffff;
}

.contact-us .map {
  height: 400px;
}

.contact-us .map-image {
  height: 100%;
}

.contact-us .map-image > div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-us .company-list {
  width: 1260px;
  max-width: 100%;
  position: relative;
  left: 0;
  transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  bottom: 0;
  z-index: 99;
  background-color: #162b81;
  background-image: url("../images/about_26.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 200px;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 14px;
}

.contact-us .company-list p {
  margin: 10px 0;
}

.contact-us .company-list a:hover {
  color: inherit;
}

.products-technologies {
  margin-top: 60px;
}

.products-technologies .product-title {
  text-align: center;
  font-size: 24px;
  font-weight: bolder;
  color: #162c82;
  margin-bottom: 20px;
}

.products-technologies .product-title2 {
  text-align: center;
  font-size: 22px;
  font-weight: bolder;
  color: #0080f7;
  margin-bottom: 20px;
}

.products-technologies .file {
  padding: 20px 4%;
  background-image: url("../images/product_02.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.products-technologies .file .product-title {
  color: #000000;
  margin-bottom: 0;
}

.products-technologies .file .txt {
  font-size: 16px;
  margin-bottom: 20px;
}

.products-technologies .file .consulting > div {
  margin: 0 10px;
  cursor: pointer;
  color: #162c82;
  font-weight: bolder;
}

.products-technologies .file .consulting img {
  max-width: 100%;
  width: 60px;
  margin-bottom: 5px;
}

.products-technologies .product-nav-content {
  position: relative;
  height: 50px;
}

.products-technologies .product-nav {
  width: 100%;
  background-color: #162c82;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 6;
}

.products-technologies .product-nav_green {
  width: 100%;
  background-color: #1b5c58;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 6;
}

.products-technologies .product-nav.fixed {
  position: fixed;
  top: 60px;
  bottom: inherit;
}

.products-technologies .product-nav_green.fixed {
  position: fixed;
  top: 60px;
  bottom: inherit;
}

.products-technologies .product-nav .nav-link {
  padding: 15px 5px;
  line-height: 20px;
  font-size: 16px;
  color: #ffffff;
}

.products-technologies .product-nav_green .nav-link {
  padding: 15px 5px;
  line-height: 20px;
  font-size: 16px;
  color: #ffffff;
}

.products-technologies .product-summary {
  background-color: #354a90;
  padding: 20px 4%;
  position: relative;
}

.products-technologies .product-summary_green {
  background-color: #1b5c58;
  padding: 20px 4%;
  position: relative;
}

.products-technologies .product-summary .product-title {
  color: #ffffff;
  margin-bottom: 0;
}

.products-technologies .product-summary_green .product-title {
  color: #ffffff;
  margin-bottom: 0;
}

.products-technologies .product-summary .txt {
  color: #ffffff;
}

.products-technologies .product-summary_green .txt {
  color: #ffffff;
}

.products-technologies .product-summary .summary-content {
  max-width: 1300px;
  /* width: 800px; */
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px;
  text-align: center;
}

.products-technologies .product-summary_green .summary-content {
  max-width: 1300px;
  /* width: 800px; */
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px;
  text-align: center;
}

.products-technologies .major-function {
  padding: 20px 4%;
  position: relative;
}

.products-technologies .major-function .txt,
.products-technologies .product-summary .txt {
  padding: 15px;
  max-width: 100%;
  width: 1300px;
  margin: 0 auto;
  line-height: 2;
  font-size: 14px;
  text-align: center;
}

.products-technologies .product-summary_green .txt {
  padding: 15px;
  max-width: 100%;
  width: 1300px;
  margin: 0 auto;
  line-height: 2;
  font-size: 14px;
  text-align: center;
}

.products-technologies .usage-scenarios {
  background-color: #f0f0f0;
  padding: 20px 4%;
  position: relative;
}

.products-technologies #product1,
.products-technologies #product2,
.products-technologies #product3,
.products-technologies #product4,
.products-technologies #product5,
.products-technologies #product6,
.products-technologies #product7,
.products-technologies #product8,
.products-technologies #product9 {
  position: absolute;
  top: -120px;
}

.products-technologies .usage-scenarios .scenarios-content,
.products-technologies .major-function .function-content {
  max-width: 100%;
  width: 1300px;
  margin: 0 auto;
  padding: 20px 10px;
  text-align: center;
  text-align: center;
}

.products-technologies .major-function .function-content {
  background-color: #ffffff;
}

.products-technologies img {
  max-width: 100%;
}

#consulting-layer {
  padding: 30px 18px;
  width: 500px;
  max-width: 100%;
  font-size: 14px;
}

#consulting-layer .form-group {
  margin-bottom: 10px;
  position: relative;
}

#consulting-layer .form-group .form-label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 2;
  margin-bottom: 0;
}

#consulting-layer .form-control {
  padding-left: 80px;
  background-color: #eeeeee;
  border: 1px solid #d2d2d2;
}

#consulting-layer .form-group .required {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 2;
  color: #ff0000;
}

#consulting-layer .cerification-code .form-group .form-label {
  left: 25px;
}

#consulting-layer .cerification-code .code-img img {
  max-width: 100%;
}

#consulting-layer .btn {
  width: 300px;
  max-width: 100%;
  background-color: #162c82;
  border-radius: 0;
  margin: 0 auto;
  display: block;
  color: #ffffff;
}

#consulting-layer .info {
  line-height: 1.6;
  padding: 15px 0;
}

#consulting-layer .info a {
  text-decoration: underline;
}

#sucess-layer .content {
  width: 500px;
  max-width: 100%;
  padding: 50px 30px;
  font-size: 18px;
}

#sucess-layer .content img {
  width: 60px;
  margin-right: 20px;
}

.home-banner {
  margin-top: 60px;
}

.news-container .news-more {
  margin: 0 auto;
  width: 150px;
  border-bottom: 2px solid #000000;
  padding-bottom: 10px;
  text-align: center;
}

/* 隐私保护政策 */
.privacy-clause {
  max-width: 990px;
  margin: 0 auto;
}

.privacy-clause .title {
  font-size: 30px;
  font-weight: bold;
  padding: 50px 0 30px;
  text-align: center;
}

.privacy-clause .date {
  text-align: right;
  font-size: 16px;
  margin-bottom: 30px;
}

.privacy-clause .date p {
  margin-bottom: 10px;
  font-weight: bold;
}

.privacy-clause .detail {
  font-size: 16px;
  line-height: 2;
}

.privacy-clause .detail h6 {
  font-weight: bold;
}

.privacy-clause .txt {
  margin-bottom: 40px;
}

@media screen and (min-width: 576px) {
  html {
    font-size: 16px;
  }

  #header {
    height: 100px;
  }

  .com-banner {
    height: auto;
  }

  .com-banner .title h1 {
    font-size: 60px;
  }

  .com-banner .title h4 {
    font-size: 24px;
  }

  .recommend-container .com-title,
  .news-container .com-title {
    margin: 100px 0;
    font-size: 32px;
  }

  .home-message .title {
    font-size: 32px;
  }

  .home-message .img {
    height: 190px;
    font-size: 24px;
  }

  .join-us .join-top {
    padding: 50px 4%;
  }

  .about-list .list-main .list-item-content .bottom {
    font-size: 12px;
  }

  .about-list .list-main .list-item-content .bottom p {
    margin-bottom: 10px;
  }

  .join-us .join-top > img {
    width: 180px;
  }

  .join-us .join-top .left h3 {
    font-size: 30px;
  }

  .join-us .join-top .left h4 {
    font-size: 28px;
  }

  .join-us .join-top .left h6 {
    font-size: 20px;
  }

  .join-us .join-top .left h6 img {
    width: 8px;
    margin-left: 10px;
  }

  .recruitment-position {
    padding: 0 4% 100px;
  }

  .recruitment-position .position-list .position-name {
    font-size: 20px;
    padding: 20px 40px;
  }

  .recruitment-position .position-list .position-name::after {
    width: 10px;
    right: 40px;
  }

  .recruitment-position .position-list .position-info {
    padding: 3% 4%;
  }

  .recruitment-position .position-list .position-info p {
    line-height: 2;
  }

  .recruitment-position .position-list .sendEmial {
    right: 4%;
    bottom: 40px;
    font-size: 18px;
  }

  .recruitment-position .position-list .sendEmial::after {
    left: -4px;
    bottom: -6px;
    width: 80px;
    height: 6px;
  }

  .recruitment-position .loadMore {
    margin: 0 4%;
    font-size: 20px;
    color: #c1c1c1;
  }

  .recruitment-position .loadMore img {
    width: 40px;
    margin-right: 10px;
  }

  .brand-commitment .next {
    margin: 50px auto;
    width: 18px;
  }

  .brand-commitment .content p {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .brand-commitment .content .txt1 {
    font-size: 30px;
  }

  .brand-commitment .content .txt3 {
    font-size: 36px;
  }

  .pfu-com-title {
    padding: 40px 0;
  }

  .pfu-com-title h2 {
    font-size: 80px;
  }

  .pfu-com-title h3 {
    font-size: 26px;
  }

  .company-news .year-list {
    margin: 40px 0;
  }

  .company-news .year-list a {
    padding: 10px 25px;
    margin-bottom: 20px;
    border-radius: 22px;
    flex: 0 0 auto;
  }

  .hot-news-swiper {
    padding-bottom: 100px;
  }

  .hot-news-swiper .news-title {
    margin: 20px 0;
    font-size: 20px;
    line-height: 1.6;
  }

  .hot-news-swiper .news-trol {
    font-size: 16px;
  }

  .company-news .icon-arrow {
    width: 200px;
    margin-top: 20px;
  }

  .corporate-culture .certification-swiper {
    margin-bottom: 150px;
    padding-bottom: 0;
  }

  .corporate-culture .certification-swiper::before {
    left: -25px;
    top: 60px;
    display: block;
  }

  .corporate-culture .certification-swiper .swiper-buttons {
    bottom: -40px;
    display: block;
  }
  .corporate-culture .certification-swiper .swiper-prev-button {
    width: 32px;
    height: 12px;
  }

  .corporate-culture .certification-swiper .swiper-next-button {
    width: 32px;
    height: 12px;
  }

  .enterprise-certification .enterprise-swiper .swiper-slide .name {
    font-size: 16px;
  }

  .contact-us .map {
    height: 400px;
  }

  .contact-us .company-list {
    max-width: 92%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* bottom: -50px; */
    padding: 20px 30px;
    font-size: 18px;
  }

  .products-technologies .product-title {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .products-technologies .file {
    padding-top: 50px;
  }

  .products-technologies .file .txt {
    font-size: 18px;
  }

  .products-technologies .product-summary,
  .products-technologies .product-summary_green,
  .products-technologies .major-function,
  .products-technologies .usage-scenarios {
    padding: 50px 4%;
  }

  .products-technologies .major-function .txt,
  .products-technologies .product-summary .txt {
    font-size: 16px;
  }

  .products-technologies .product-summary_green .txt {
    font-size: 16px;
  }

  .products-technologies .usage-scenarios .scenarios-content,
  .products-technologies .major-function .function-content {
    padding: 30px 15px;
  }

  #consulting-layer {
    padding: 50px 30px;
    font-size: 16px;
  }

  #consulting-layer .form-control {
    padding-left: 100px;
  }

  #consulting-layer .form-group .form-label {
    left: 20px;
  }

  #consulting-layer .cerification-code .form-group .form-label {
    left: 35px;
  }

  .products-technologies .product-nav .nav-link {
    font-size: 18px;
    padding: 15px 30px;
  }

  .products-technologies .product-nav_green .nav-link {
    font-size: 18px;
    padding: 15px 30px;
  }

  .products-technologies .product-nav.fixed {
    top: 100px;
  }

  .products-technologies .product-nav_green.fixed {
    top: 100px;
  }

  .company-news-details .detail-content .news-title {
    font-size: 24px;
  }

  .certification-info .top {
    color: #ffffff;
    height: 220px;
    text-align: center;
    margin-bottom: 30px;
    left: -30px;
  }

  .certification-info .top::before {
    display: block;
  }

  .enterprise-certification .prize-list .prize-swiper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .prize-swiper .swiper-pagination-pc {
    left: 40px;
    right: 40px;
  }

  .prize-swiper .swiper-button-next,
  .prize-swiper .swiper-button-prev {
    display: block;
  }

  .products-technologies .file .consulting img {
    width: 120px;
  }

  .profile-container .base-info {
    padding: 20px;
    background-color: #ffffff;
  }

  /* 隐私保护政策 */
  .privacy-clause {
    max-width: 990px;
    margin: 0 auto;
  }

  .privacy-clause .title {
    font-size: 30px;
    font-weight: bold;
    padding: 80px 0;
    text-align: center;
  }

  .privacy-clause .date {
    text-align: right;
    font-size: 20px;
  }

  .privacy-clause .date p {
    margin-bottom: 24px;
    font-weight: bold;
  }

  .privacy-clause .detail {
    font-size: 18px;
    line-height: 3;
  }

  .privacy-clause .detail h6 {
    font-weight: bold;
  }

  .privacy-clause .txt {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  #dropdownMenu {
    display: block;
  }

  .news-container {
    padding: 0 7% 100px;
  }

  .news-container .infomation_main {
    margin-bottom: 100px;
  }

  .news-container .infomation_main .infomation_list .infomation_item_list:nth-child(2n) {
    margin-left: 5%;
  }

  .news-container .infomation_main .infomation_list .infomation_item_list:nth-last-of-type(1),
  .news-container .infomation_main .infomation_list .infomation_item_list:nth-last-of-type(2) {
    border-bottom: 1px #ccc solid;
  }

  .news-container .infomation_main .infomation_list .infomation_item_list {
    max-width: 47.5%;
    height: 150px;
    padding: 0 20px;
    flex: 0 1 47.5%;
    float: left;
  }

  .news-container .infomation_main .infomation_list .infomation_item_list .infomation_date {
    margin-top: 30px;
  }
  #footer {
    padding: 0 0 40px;
  }
  #footer .copyright {
    margin-top: 20px;
    padding: 0 4%;
  }

  .profile-container {
    background: url(../images/about_21.png) no-repeat top center/auto 400px;
  }

  .profile-container .company-name {
    line-height: 1;
    padding: 20px;
    font-size: 20px;
  }

  .profile-container .profile-top {
    margin: 0 auto 100px;
  }

  .profile-container .profile-top .left {
    margin-right: 100px;
  }

  .profile-container .profile-top .left h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .profile-container .profile-top .right ul {
    position: relative;
  }

  .profile-container .profile-top .right ul::before {
    border-radius: 5px;
    left: 0;
    top: 10px;
    bottom: 10px;
  }

  .profile-container .profile-top .right ul li {
    font-size: 18px;
    padding: 10px 0 10px 110px;
  }

  .profile-container .profile-top .right ul li::before {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    left: -5px;
  }

  .profile-container .profile-top .right ul li::after {
    width: 90px;
    left: 8px;
  }

  .company-vision-content .text1 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .company-vision-content .text2 > div {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .company-vision-content .point-words::after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #ff0000;
    position: absolute;
    right: 2px;
    top: -10px;
  }

  .company-news .new-list {
    padding: 50px 0;
  }

  .company-news .new-list li {
    margin-bottom: 20px;
    font-size: 1em;
  }

  .company-news .new-list li .date {
    margin-right: 30px;
  }

  .company-news .loadMore span {
    font-size: 20px;
    padding: 10px 20px;
    border-bottom: 2px solid #000000;
  }

  .certification-info .img-list {
    height: 200px;
  }

  .certification-info .img-list img {
    height: 100%;
  }

  .contact-us .company-name-nav > li {
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 25px;
  }
  #footer .codes {
    width: auto;
    margin-bottom: 40px;
  }

  #footer .codes img {
    width: 220px;
  }

  .contact-us .map {
    height: 450px;
  }
}

@media screen and (min-width: 992px) {
  .com-banner .title {
    left: 10%;
  }

  .com-banner,
  .contact-us,
  .products-technologies {
    margin-top: 100px;
  }

  #header {
    display: block;
  }

  .banner-swiper.pc {
    display: block;
  }

  .banner-swiper.mb {
    display: none;
  }

  .banner-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.4;
  }

  .banner-swiper .swiper-pagination {
    bottom: 110px !important;
  }

  .home-banner {
    margin-top: 0;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }

  .banner-swiper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .banner-swiper .swiper-wrapper .swiper-slide::before {
    padding-top: 0;
  }

  .home-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  }

  .news-bottom {
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }

  .news-bottom .swiper-container {
    height: 100%;
  }

  .banner-swiper .swiper-pagination-bullet-active {
    background-color: #000000;
    opacity: 0.9;
  }

  .recommend-container {
    padding-bottom: 0;
  }

  .recommend-container .swiper-wrapper,
  .profile-swiper .swiper-wrapper {
    flex-wrap: wrap;
  }

  .recommend-container .swiper-slide,
  .profile-swiper .swiper-slide {
    overflow: hidden;
    width: 33.333%;
    flex: 1 0 33.33%;
    height: auto;
  }

  .recommend-container .swiper-slide::before {
    content: "";
    display: block;
    padding-top: 81%;
  }

  .profile-swiper .swiper-slide::before {
    content: "";
    display: block;
    padding-top: 65%;
  }

  .recommend-container .swiper-slide .img-area,
  .profile-swiper .swiper-slide .img-area {
    width: 0;
    position: static;
  }

  .recommend-container .swiper-slide .img-area::before,
  .profile-swiper .swiper-slide .img-area::before {
    padding-top: 0;
  }

  .recommend-container .swiper-slide:hover img,
  .profile-swiper .swiper-slide:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .recommend-container .swiper-slide a {
    background: #000;
    opacity: 0.2;
  }

  .recommend-container .swiper-slide:hover a {
    opacity: 0;
  }

  .recommend-container .swiper-slide .item-title {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
  }

  .recommend-container .swiper-slide:hover .item-title {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: rgba(2, 7, 14, 0.6);
  }

  .recommend-container .swiper-slide .item-title .category {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    flex: 1 1 200px;
    height: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .recommend-container .swiper-slide .item-title .title {
    font-weight: normal;
    padding: 0px 15px;
    color: #fff;
    height: auto;
  }

  .profile-container {
    background: url(../images/about_21.png) no-repeat top center/100% auto;
    padding: 60px 4% 20px;
  }

  .profile-container .company-name {
    line-height: 1;
    padding: 20px;
    font-size: 22px;
  }

  .profile-container .profile-top {
    margin: 0 auto 100px;
  }

  .profile-container .profile-top .left {
    margin-right: 100px;
  }

  .profile-container .profile-top .left h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .profile-container .profile-top .right ul {
    position: relative;
  }

  .profile-container .profile-top .right ul::before {
    border-radius: 5px;
    left: 0;
    top: 10px;
    bottom: 10px;
  }

  .profile-container .profile-top .right ul li {
    font-size: 20px;
    padding: 15px 0 15px 110px;
  }

  .profile-container .profile-top .right ul li::before {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    left: -5px;
  }

  .profile-container .profile-top .right ul li::after {
    width: 90px;
    left: 8px;
  }

  .about-nav {
    display: block;
  }

  .about-nav ul li {
    font-size: 18px;
    padding: 15px;
  }

  .about-nav ul li a {
    padding: 5px 20px;
  }

  .about-list .list-main .list-item-content .top .l-text {
    font-size: 32px;
    margin: 30px 0 20px;
  }

  .about-list .list-main .list-item-content .bottom {
    font-size: 16px;
  }

  .about-list .list-main .list-item-content .bottom p {
    margin-bottom: 20px;
  }

  .company-vision-content .point-words:hover .introl {
    display: block;
  }

  /* å…¬å¸æ–°é—» */
  .company-news,
  .company-news-details {
    margin-top: 100px;
  }

  .certification-info {
    padding-left: 30px;
    padding-bottom: 50px;
  }

  .certification-info::before {
    top: -100px;
    bottom: 0;
  }

  .certification-info .top {
    position: absolute;
    width: 260px;
    height: 220px;
    left: -130px;
    top: -250px;
  }

  .certification-info .top h2 {
    font-size: 30px;
  }

  .certification-info .top::before {
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
    border-top: 220px solid #162b81;
  }

  .certification-info .txt p {
    margin-bottom: 10px;
  }

  .certification-info .special {
    font-size: 30px;
  }

  .certification-info .img-list {
    height: 300px;
    margin-top: 50px;
    left: -29px;
  }

  .contact-us .company-name-nav > li {
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 25px;
  }

  .contact-us .map {
    height: 500px;
  }
}

@media screen and (min-width: 1200px) {
  .about-nav ul li {
    font-size: 20px;
    padding: 15px;
  }

  .about-nav ul li a {
    padding: 5px 30px;
  }

  .company-vision-content .text1 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .profile-container .company-info {
    font-size: 16px;
  }
  .profile-container .company-name {
    font-size: 18px;
  }

  .contact-us .map {
    height: 550px;
  }
}
