﻿@charset "utf-8";

/*纤黑*/
/*@font-face {
  font-family: "Fibromelania";
  src: url("../fonts/Fibromelania.woff2") format("woff2"),
       url("../fonts/Fibromelania.woff") format("woff"),
       url("../fonts/Fibromelania.ttf") format("truetype"),
       url("../fonts/Fibromelania.eot") format("embedded-opentype"),
       url("../fonts/Fibromelania.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}*/
/*中黑*/
/*@font-face {
  font-family: "Medium";
  src: url("../fonts/Medium.woff2") format("woff2"),
       url("../fonts/Medium.woff") format("woff"),
       url("../fonts/Medium.ttf") format("truetype"),
       url("../fonts/Medium.eot") format("embedded-opentype"),
       url("../fonts/Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}*/
/*准黑*/
/*@font-face {
  font-family: "Quasi";
  src: url("../fonts/Quasi.woff2") format("woff2"),
       url("../fonts/Quasi.woff") format("woff"),
       url("../fonts/Quasi.ttf") format("truetype"),
       url("../fonts/Quasi.eot") format("embedded-opentype"),
       url("../fonts/Quasi.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'FZLanTingHei-M-GBK';
    src: url('../fonts/FZLTZHUNHK--GBK1-0.eot');
    src: url('../fonts/FZLTZHUNHK--GBK1-0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FZLTZHUNHK--GBK1-0.woff2') format('woff2'),
        url('../fonts/FZLTZHUNHK--GBK1-0.woff') format('woff'),
        url('../fonts/FZLTZHUNHK--GBK1-0.ttf') format('truetype'),
        url('../fonts/FZLTZHUNHK--GBK1-0.svg#FZLTZHUNHK--GBK1-0') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  outline: none;
}

header,
nav,
footer,
menu {
  display: block;
}

html,
body {
  scroll-behavior: smooth;
}

dt {
  font-weight: 300;
}

img {
  border: none;
  max-width: 100%;
}

li {
  list-style-type: none;
}

a {
  color: #2a363f;
  outline-style: none;
  text-decoration: none;
  cursor: pointer;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #2a363f;
  outline-offset: 0;
  outline: 0;
}

.form-control:focus,
.form-control {
  box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.4rem;
  color: #2f3740;
  position: relative;
  background-color: #fff;
  letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.clear {
  clear: both;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}

.display-flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}

.display-flex-top {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.display-flex-bottom {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.display-flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}

.relative_9 {
  position: relative;
  z-index: 9;
}

.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg_f4f4f4 {
  background-color: #f4f4f4;
}

.bg_f5f5f5 {
  background-color: #f5f5f5;
}

.h1,
h1 {
  font-size: 0.9rem;
}

.h2,
h2 {
  font-size: 0.75rem;
}

.h3,
h3 {
  font-size: 0.55rem;
}

.h4,
h4 {
  font-size: 0.45rem;
}

.h5,
h5 {
  font-size: 0.35rem;
}

.container {
  position: relative;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

/*******头部********/
header {
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
}

header .logo {
  width: 4.35rem;
  padding: 0.5625rem 0;
}

header .logo a {
  display: block;
}

header .header-nav {
  position: relative;
  float: left;
}

header .header-nav>ul>li {
  float: left;
  position: relative;
  margin-right: 1.35rem;
  /*font-family: "Medium";*/
}

header .header-nav>ul>li:last-child {
  margin-right: 0;
}

/*header .header-nav li:nth-child(2) .meundown div:nth-child(3),
header .header-nav li:nth-child(2) .meundown div:nth-child(4) {
  display: none;
}
footer .footer-nav dl:nth-child(2)>dd:nth-child(4),
footer .footer-nav dl:nth-child(2)>dd:nth-child(5) {
  display: none;
}*/
header .header-nav>ul>li a {
  display: block;
  font-size: 0.475rem;
  color: #333333;
  position: relative;
  padding: 0.65rem 0;
  overflow: hidden;
}

/* header .header-nav>ul>li::before {
  content: '';
  background: url(/css/images/icon13.png) center no-repeat;
  background-size: 0.4rem 0.2rem;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.4rem;
  height: 0.2rem;
  margin-top: -0.1rem;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

header .header-nav>ul>li:hover::before {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
} */

header .header-nav>ul>li>a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0.375rem;
  width: 0;
  height: 0.1rem;
  background-color: #00a0dd;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

header .header-nav>ul>li>a.on::after,
header .header-nav>ul>li:hover>a::after {
  width: 100%;
  left: 0;
}

header .header-nav>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

header .header-nav>ul>li>ul {
  background: #fff;
  position: absolute;
  width: 188px;
  left: 50%;
  margin-left: -94px;
  top: 120%;
  opacity: 0;
  transition: 430ms;
  visibility: hidden;
  z-index: 99;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

header .header-nav li ul>li {
  position: relative;
  float: none;
  margin-right: 0;
}

header .header-nav li ul>li:before {
  content: "";
  width: 0;
  height: 100%;
  background: #00aeee;
  position: absolute;
  left: 50%;
  top: 0;
  transition: 320ms;
  opacity: 0;
}

header .header-nav li ul>li:hover:before {
  width: 100%;
  opacity: 1;
  left: 0;
}

header .header-nav li ul>li:hover a {
  color: #fff;
}

header .header-nav li ul>li a {
  display: block;
  text-align: center;
  color: #606060;
  font-size: 0.4rem;
  position: relative;
  transition: 320ms;
  padding: 0.4rem 0.15rem;
}

header .header-nav li ul>li {
  border-top: 1px solid #f0f0f0;
}

header .header-nav li ul>li ul {
  display: none;
}
.header-lg{
  float: right;
  padding: 0.65rem 0;
  margin-left: 1rem;
}
.header-lg a{
  position: relative;
  padding: 6px 20px 6px 20px;
  border: 1px solid #cfcfcf;
  border-radius: 20px;
  line-height: 26px;
}
.header-lg a:hover{
  color: #00a0dd;
  border-color: #00a0dd;
}

.header-buttons {
  float: right;
}

.header-buttons .JP-overlayNavButton {
  position: relative;
}

.header-buttons .JP-overlayNavButton a {
  width: 40px;
  height: 40px;
  background-color: #d0d3d5;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  display: block;
  margin-left: 0.35rem;
}

.header-buttons .JP-overlayNavButton a {
  display: block;
  margin-left: 15px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-image: url(/css/images/icn-humberger.png);
}

.header-buttons .JP-overlayNavButton.is-show a {
  background-position: center -40px;
}

.header-buttons .JP-overlayNavButton.is-show {
  position: fixed;
  z-index: 99;
  top: 0.35rem;
  right: 15px;
}

/*手机导航*/
.JP-overlayNav {
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-y: auto;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.JP-overlayNav.is-show {
  visibility: visible;
}

.JP-overlayNav__inner {
  position: relative;
}

body.is-tablet .JP-overlayNav {
  overflow: auto;
}

.JP-overlayNav::after {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  right: 15px;
  top: 15px;
  visibility: hidden;
  background-color: #333f48;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  content: '';
  opacity: 0.5;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: -1;
}

.JP-overlayNav.is-show::after {
  visibility: visible;
  -webkit-transform: scale(200);
  -ms-transform: scale(200);
  transform: scale(200);
  opacity: 1;
}

.JP-overlayNav__inner {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  opacity: 0;
  box-sizing: border-box;
  padding: 0 20px 0 20px;
}

.JP-overlayNav.is-show .JP-overlayNav__inner {
  opacity: 1;
}

.JP-overlayNav__body {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.JP-overlayNav__body a {
  color: #fff;
}

.JP-overlayNav__menu {
  padding-top: 70px;
  padding-bottom: 0;
}

.JP-overlayNav__menu ul.menu>li>a {
  font-size: 16px;
  border-bottom: #5c656d 1px solid;
  position: relative;
  display: block;
  padding: 0.6rem 0;
  background-repeat: no-repeat;
  background-position: right 17.5px center;
  background-size: 9px 13px;
  background-image: url('/css/images/icn-arrow-right.png');
}

.JP-overlayNav__menu ul.menu>li>ul {
  display: none;
  padding: 5px 0;
  border-bottom: #5c656d 1px solid;
}

.JP-overlayNav__menu ul.menu>li>ul>li>a {
  padding: 5px 0;
  display: block;
  font-size: 14px;
}
.JP-overlayNav__menu ul.menu li#li31250 ul {
  display: none !important;
}
.JP-overlayNav__menu ul.menu>li>ul>li .u2{
  display: none !important;
}

/*手机导航*/
.JP-megaMenu {
  display: none;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  z-index: 1;
  width: 100%;
  position: fixed;
  left: 0;
  top: 80px;
  background-color: #fff;
}

.JP-megaMenu__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: distribute;
  justify-content: flex-end;
  width: 54.50%;
  margin: 0 auto;
}

@media print,
screen and (min-width:769px) {
  .JP-megaMenu__inner {
    padding: 60px 0;
  }
}

@media print,
screen and (min-width:992px) {
  .JP-megaMenu__inner {
    padding: 60px 0 65px;
  }
}

.JP-megaMenu__item {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.JP-megaMenu__imageNav {
  padding: 0 0 0 58px;
  border-left: 2px solid #e7eaf0;
  max-width: 510px;
}

.JP-megaMenu__imageNav a {
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.JP-megaMenu__imageNav a:hover {
  background-color: rgba(51, 63, 72, 0.8);
}

.JP-megaMenu__imageNavFig {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: relative;
  z-index: -1;
}

.JP-megaMenu__imageNav a:hover .JP-megaMenu__imageNavFig {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.JP-megaMenu__textNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.JP-megaMenu__textNav ul {
  margin-right: 40px;
}

.JP-megaMenu__textNav li {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.JP-megaMenu__textNav li a {
  color: #111;
}

.JP-megaMenu__textNav li a:hover {
  color: #ee781f;
}

#js-overlay {
  position: fixed;
  z-index: 4;
  width: 100%;
  height: 200%;
  left: 0;
  top: 0;
  background-color: #fff;
  display: none;
}

#js-overlay.is-loaded {
  z-index: 2;
  background-color: transparent;
}

#js-overlay.is-show {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
}

/*********尾部************/
footer {
  background-color: #00a0df;
  color: #ffffff;
  position: relative;
}

footer.color_f2f5f8 {}

footer .footer-container {
  padding: 1.4rem 0;
}

footer .footer-nav {
  width: 65%;
  float: right;
  letter-spacing: 1.2px;
  /*font-family: "Medium";*/
}

footer .footer-nav ul.footnav {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

footer .footer-nav ul.footnav>li>a {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

footer .footer-nav ul.footnav>li>a {
  display: block;
  font-size: 0.4rem;
  color: #fff;
}

footer .footer-nav ul.footnav>li>ul {
  margin-bottom: 0.2rem;
  font-size: 0.4rem;
}

footer .footer-nav ul.footnav>li>ul>li>a {
  display: block;
  color: #ffffff;
  margin-bottom: 0.15rem;
}

footer .footer-nav ul.footnav>li>ul>li>a:hover {
  color: rgba(255, 255, 255, 0.7);
}

footer .footer-links .title {
  position: relative;
  margin: 0.35rem 0 0.6rem;
  width: 3.85rem;
}

footer .footer-links {
  width: 20%;
  float: left;
}

footer .footer-links .wechat {
  float: left;
  margin-right: 0.45rem;
  border-radius: 100%;
  background-color: #1aaae2;
  position: relative;
}

footer .wechat .footer_wechat {
  position: absolute;
  top: 160%;
  left: 0;
  opacity: 0;
  width: 4.25rem;
  box-shadow: 0 0 0.25rem #999;
  visibility: hidden;
  background-color: #ffffff;
  -webkit-transition: all .30s;
  -moz-transition: all .30s;
  -ms-transition: all .30s;
  -o-transition: all .30s;
  transition: all .30s;
}

footer .wechat .footer_wechat .wechat_img {
  position: relative;
}

footer .wechat .footer_wechat .wechat_img::after {
  content: '';
  position: absolute;
  top: -0.125rem;
  left: 0.4rem;
  margin-left: -0.125rem;
  border-left: 0.125rem solid transparent;
  border-right: 0.125rem solid transparent;
  border-bottom: 0.125rem solid #fff;
}

footer .wechat .footer_wechat img {
  width: 4.25rem;
}

footer .wechat:hover .footer_wechat {
  opacity: 1;
  visibility: visible;
  top: 120%;
}

footer .footer-links li:last-child {
  margin-right: 0;
}

footer .footer-links li>a>img {
  width: 1.2rem;
  display: block;
  border-radius: 100%;
  -webkit-transition: opacity .30s;
  -moz-transition: opacity .30s;
  -ms-transition: opacity .30s;
  -o-transition: opacity .30s;
  transition: opacity .30s;
}

footer .footer-links li>a>img:hover {
  opacity: 0.8;
}

footer .footer_copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.7rem 0 1.3rem;
  font-size: 0.4rem;
}

footer .footer_copyright a {
  color: #ffffff;
}

footer .footer_copyright .copyright {
  width: 49%;
}

footer .footer_copyright .footer_partner a {
  float: left;
  position: relative;
}
footer .footer_copyright .footer_partner a span{
  display: none;
}

footer .footer_copyright .footer_partner a+a {
  padding-left: 0.4rem;
  margin-left: 0.4rem;
}

footer .footer_copyright .footer_partner a+a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 0.65rem;
  margin-top: -0.325rem;
  background-color: rgba(255, 255, 255, 0.25);
}

/*****主体开始*******/
#banner {
  position: relative;
}

#banner .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: calc(100vh - 2.2rem);
}

#banner .swiper-pagination,
.environment_swiper .swiper-pagination {
  bottom: 1.25rem;
}

#banner .swiper-pagination-bullet,
.environment_swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  width: 0.4rem;
  height: 0.4rem;
  border: 0.075rem solid rgba(255, 255, 255, 1.0);
  opacity: 1;
  margin: 0 1.875rem;
  position: relative;
}

#banner .swiper-pagination-bullet+.swiper-pagination-bullet::before,
.environment_swiper .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.3rem;
  width: 3.75rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}

#banner .swiper-pagination-bullet-active,
.environment_swiper .swiper-pagination {
  border-color: rgba(255, 255, 255, 1.0);
}

#banner .swiper-pagination-bullet-active::after,
.environment_swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.0rem;
  height: 1.0rem;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100%;
}

.banner-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-text .banner-text-box {
  text-align: center;
  /*font-family: "Quasi";*/
}

.banner-text .banner-text-box .title {
  font-size: 1.50rem;
  padding-bottom: 0.5rem;
  letter-spacing: 10px;
}

.banner-text .banner-text-box p {
  font-size: 0.65rem;
  text-transform: uppercase;
}

/**/
.more a {
  display: block;
  width: 5.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  color: #262534;
  border-radius: 0.2rem;
  text-align: center;
  font-size: 0.5rem;
  background: linear-gradient(to right, rgba(5, 226, 150, 0.9) 33%, rgba(5, 226, 150, 1.0) 67%);
  background-size: 300% 100%;
  background-position: right bottom;
  transition: all .3s ease-out;
  position: relative;
  text-transform: capitalize;
}

.more a:hover {
  background-position: left bottom;
}

.h-title {
  font-size: 0.95rem;
  text-align: center;
  padding-bottom: 1.25rem;
  /*font-family: "Quasi";*/
}

/**/
.home_head {}

.home_head .home_head_box {
  margin-left: -6px;
  margin-right: -6px;
}

.home_head .home_head_box .col-xs-6 {
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 12px;
}

.home_head .home_head_box .img,
.home_about .img {
  position: relative;
}
.home_head .home_head_box .img img,
.home_about .img img{
  width: 100%;
}

.home_head .home_head_box .img::after,
.home_about .img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.home_head .home_head_box .title,
.home_about .title {
  font-size: 0.95rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  /*font-family: "Quasi";*/
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home_head .home_head_box .title a,
.home_about .title a {
  color: #fff;
  /*font-family: "Quasi";*/
}

.home_head .home_head_box .title a:hover,
.home_about .title a:hover {
  text-decoration: underline;
}

.home_about {
  position: relative;
  padding-bottom: 12px;
}

.home_about .title {
  font-size: 1.45rem;
}

/**/
.home_business {
  padding: 3.0rem 0;
}
.home_business .row{
  display: flex;
  flex-wrap: wrap;
}

.home_business .li {
  text-align: center;
  height: 100%;
  float: none;
  margin-bottom: 20px;
}

.home_business .li .img {
  display: block;
  width: 2.0rem;
  margin: 0 auto;
}

.home_business .li .title {
  color: #00aeee;
  font-size: 0.6rem;
  padding-top: 0.50rem;
  /*font-family: "Quasi";*/
}

.home_business .li .subheading {
  font-size: 0.45rem;
  padding: 0.15rem 0 0.50rem;
  /*font-family: "Quasi";*/
}

.home_business .li .text {
  font-size: 0.35rem;
  line-height: 1.7;
}

/*内页*/
.w_banner {
  position: relative;
}

.w_banner .img {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 350px;
}

.w_banner .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.w_banner .text .title {
  position: relative;
  font-size: 1.2rem;
  color: #fff;
  text-align: left;
  letter-spacing: 5px;
  /*font-family: "Quasi";*/
}

.w_title {
  font-size: 0.95rem;
  padding-bottom: 1.0rem;
  text-align: center;
  /*font-family: "Quasi";*/
}

/**/
.pagination {
  margin: 0;
}

.pagination>div {
  display: inline;
}

.pagination>div>a,
.pagination>div>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>div:first-child>a,
.pagination>div:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>div a,
.pagination>div span {
  margin: 0 0.125rem;
  background-color: #f5f5f5;
  color: #333333;
  border: none;
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.4rem;
  border-radius: 100%;
}

.pagination>div.active a,
.pagination>div.active span {
  color: #ffffff;
  background-color: #00a0df;
}

.pagination>div:first-child>a,
.pagination>div:first-child>span,
.pagination>div:last-child>a,
.pagination>div:last-child>span {
  padding: 0;
  border-radius: 100%;
  width: 1.25rem;
  color: #333333;
  text-align: right;
  background-color: #f5f5f5;
}

.pagination>div.on:first-child>a,
.pagination>div.on:first-child>span,
.pagination>div.on:last-child>a,
.pagination>div.on:last-child>span {
  color: #ffffff;
  background-color: #00a0df;
}

.pagination-bottom {
  text-align: center;
}

.pagination-bottom .p_input {
  display: none;
}

.pagination-bottom ul {
  display: flex;
}

.pagination-bottom ul li {
  margin: 0 0.125rem;
  background-color: #f5f5f5;
  color: #333333;
  border: none;
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.4rem;
  border-radius: 100%;
}

.pagination-bottom ul li a {
  display: block;
}

.pagination-bottom ul li.current,
.pagination-bottom ul li:hover {
  color: #ffffff;
  background-color: #00a0df;
}

.pagination-bottom ul li.current a,
.pagination-bottom ul li.current span,
.pagination-bottom ul li:hover a,
.pagination-bottom ul li:hover span {
  color: #ffffff;
}

/**/
.news {
  padding: 2.0rem 0 2.25rem;
}

.news_list {}

.news_list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.news_list li {
  margin-bottom: 30px;
}

.news_list li .img {
  overflow: hidden;
  height: 5.60rem;
  background: #f5f5f5;
  border-radius: 8px 8px 0 0;
}

.news_list li .img img {
  width: 100%;
  display: block;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  -ms-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.news_list li .img img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.news_list li .text {
  border-radius: 0 0 8px 8px;
  background-color: #f5f5f5;
  padding: 0.75rem 0.875rem;
  height: 4.5rem;
  position: relative;
}

.news_list li .text .time {
  color: #2a363f;
  font-size: 0.425rem;
  position: absolute;
  bottom: 0.75rem;
  left: 0.875rem;
}

.news_list li .text .title {
  font-size: 0.45rem;
  padding-bottom: 0.15rem;
  line-height: 1.6;
  /*font-family: "Quasi";*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_list li .text .title a {
  color: #2a363f;
}

.news_list li .text .title a:hover {
  color: #00aeee;
}

.news_pagination {
  border-top: 1px solid #d4d7d9;
  padding-top: 1.0rem;
}

/**/
.news_details {
  padding: 2.25rem 0;
}

.news_details .title {
  font-size: 0.85rem;
  text-align: center;
  /*font-family: "Quasi";*/
}

.news_details .time {
  font-size: 0.5rem;
  padding: 0.30rem 0 0.9rem;
  text-align: center;
  border-bottom: 1px solid #d4d7d9;
  margin-bottom: 0.9rem;
}

.news_details .news_share {
  position: fixed;
  top: 50%;
  right: 2%;
  z-index: 10;
}

.news_details .news_share .addthis_toolbox a {
  width: 1.2rem !important;
  height: 1.2rem !important;
  padding: 0;
  margin: 0.175rem 0;
  display: block;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.2rem;
  background-color: rgba(42, 54, 63, 0.2);
}

.news_details .news_share .addthis_toolbox a.bshare-sinaminiblog {
  background-image: url(/css/images/icon09.png);
}

.news_details .news_share .addthis_toolbox a.bshare-qqim {
  background-image: url(/css/images/icon10.png);
}

.news_details .news_share .addthis_toolbox a.bshare-weixin {
  background-image: url(/css/images/icon07.png);
}

.news_details .news_share .addthis_toolbox a.bshare-linkedin {
  background-image: url(/css/images/icon08.png);
}

.news_details .news_share .addthis_toolbox a.bshare-weixin:hover {
  background-color: #3dbe5b;
  opacity: 1;
}

.news_details .news_share .addthis_toolbox a.bshare-linkedin:hover {
  background-color: #21b3f7;
  opacity: 1;
}

.news_details .news_share .addthis_toolbox a.bshare-qqim:hover {
  background-color: #f8c514;
  opacity: 1;
}

.news_details .news_share .addthis_toolbox a.bshare-sinaminiblog:hover {
  background-color: #ff5757;
  opacity: 1;
}

.bsBox {
  box-sizing: content-box;
}

/**/
.news_details .con {
  font-size: 0.45rem;
  line-height: 1.8;
}

.news_details .con img {
  height: auto !important;
}

.news_details .news_page {
  margin-top: 1.0rem;
  border-top: 1px solid #d4d7d9;
  position: relative;
  padding: 1.25rem 0;
}

.news_details .news_page li {
  width: 32%;
}

.news_details .news_page li a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.45rem;
  text-align: left;
  padding-left: 1.25rem;
  background: url(/css/images/icon05.jpg) no-repeat left center;
  background-size: 0.7rem 0.55rem;
  /*font-family: "Quasi";*/
}

.news_details .news_page li a:hover {
  color: #00aeee;
  background: url(/css/images/icon05_.jpg) no-repeat left center;
  background-size: 0.7rem 0.55rem;
}

.news_details .news_page li.pull-right a {
  text-align: right;
  padding-left: 0;
  padding-right: 1.25rem;
  background: url(/css/images/icon06.jpg) no-repeat right center;
  background-size: 0.7rem 0.55rem;
}

.news_details .news_page li.pull-right a:hover {
  text-align: right;
  background: url(/css/images/icon06_.jpg) no-repeat right center;
  background-size: 0.7rem 0.55rem;
}

.news_details .news_page .news_page_list {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.875rem;
  height: 1.875rem;
  margin-left: -0.9375rem;
  margin-top: -0.9375rem;
}

.news_details .news_page .news_page_list a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  background: url(/css/images/icon11.png) no-repeat center;
  background-size: 0.62rem;
}

.news_details .news_page .news_page_list::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #00aeee;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.news_details .news_page .news_page_list:hover::after {
  -webkit-transform: scale(1.10);
  -moz-transform: scale(1.10);
  -ms-transform: scale(1.10);
  -o-transform: scale(1.10);
  transform: scale(1.10);
}

/**/
.investor {
  padding: 1.75rem 0 2.5rem;
  min-height: 12.5rem;
}

.investor_list {
  padding-left: 176px;
  padding-bottom: 0.75rem;
  position: relative;
  min-height: 500px;
}

.investor_list_year {
  position: absolute;
  top: 0;
  left: 0;
  width: 176px;
}

.investor_list_year>div {
  height: 1.75rem;
  line-height: 1.75rem;
  position: relative;
}

.investor_list_year>div::after {
  content: '';
  left: 0.125rem;
  position: absolute;
  top: 50%;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}

.investor_list_year>div:last-child::after {
  display: none;
}

.investor_list_year>div>a {
  position: relative;
  z-index: 10;
  padding-left: 0.9rem;
  font-size: 0.5rem;
  /*font-family: "Medium";*/
  -webkit-transition: all .30s;
  -moz-transition: all .30s;
  -ms-transition: all .30s;
  -o-transition: all .30s;
  transition: all .30s;
}

.investor_list_year>div>a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.275rem;
  height: 0.275rem;
  margin-top: -0.125rem;
  background-color: #e0e0e0;
  border-radius: 100%;
  -webkit-transition: all .30s;
  -moz-transition: all .30s;
  -ms-transition: all .30s;
  -o-transition: all .30s;
  transition: all .30s;
}

.investor_list_year>div>a:hover,
.investor_list_year>div>a.current {
  color: #00a0df;
  font-size: 0.75rem;
}

.investor_list_year>div>a:hover::after,
.investor_list_year>div>a.current::after {
  background-color: #00a0df;
}

.investor_list li {
  border-bottom: 1px solid #e9ebeb;
  padding: 0.55rem 0 0.65rem;
}

.investor_list li .text {
  display: block;
  position: relative;
  background-image: url(/css/images/icon21.png);
  background-position: right 0.25rem center;
  background-size: 1.25rem;
  background-repeat: no-repeat;
}

.investor_list li .title {
  font-size: 0.5rem;
  color: #2a363f;
  margin-bottom: 0.2rem;
  /*font-family: "Quasi";*/
}

.investor_list li .time {
  position: relative;
  font-size: 0.45rem;
  color: #666666;
}

.investor_list li .text:hover {
  background-image: url(/css/images/icon21_.png);
}

.investor_list li .text:hover .title {
  color: #00a0df;
}

.investor_footer {
  margin-bottom: 12px;
}

.investor_footer .row {
  margin-left: -6px;
  margin-right: -6px;
}

.investor_footer .col-md-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.investor_footer .col-md-6 img {
  width: 100%;
}

.investor_footer .col-md-6 .text {
  position: absolute;
  left: 6px;
  right: 6px;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.investor_footer .col-md-6 .text::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 174, 283, 0.8);
  -webkit-transition: width .30s ease-in-out;
  -moz-transition: width .30s ease-in-out;
  -ms-transition: width .30s ease-in-out;
  -o-transition: width .30s ease-in-out;
  transition: width .30s ease-in-out;
}

.investor_footer .col-md-6 .text a {
  color: #fff;
  position: relative;
  z-index: 2;
}

/* .investor_footer .col-md-6 .text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 10;
  font-size: 0.55rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */

.investor_footer .col-md-6 .text .title {
  font-size: 1.375rem;
  white-space: nowrap;
  /*font-family: "Quasi";*/
}

.investor_footer .col-md-6 .text:hover::after {
  width: 100%;
}

.investor_iframe iframe {
  display: block;
  width: 100%;
  height: 100vh;
}
.investor .pagination-bottom{
  margin-top: 30px;
}

/**/
.recruit {
  padding: 2.5rem 0;
}

.recruit_box {}

.recruit_box .img {
  width: 100%;
}

.recruit_box .text {
  font-size: 0.45rem;
  color: #2a363f;
  background-color: #f7f7f7;
  padding: 0.85rem 1.15rem;
  line-height: 1.8;
  height: 7.0rem;
}

.recruit_box .text .title {
  font-size: 0.65rem;
  padding-bottom: 0.3rem;
  /*font-family: "Quasi";*/
}

.recruit_box {}

/**/
.w_about_nav {
  position: relative;
  height: 1.85rem;
}

.w_about_nav .w_about_nav_box {
  background-color: #ffffff;
  border-bottom: 1px solid #d4d7d9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* 
.w_about_nav .w_about_nav_box .container-fluid {
  display: flex;
  justify-content: center;
} */

.w_about_nav ul {
  display: flex;
  justify-content: center;
}

.w_about_nav ul li {
  position: relative;
  margin: 0 1px;
}

.w_about_nav ul li img {
  display: none;
}

.w_about_nav ul li a {
  font-size: 0.45rem;
  display: block;
  height: 1.85rem;
  line-height: 1.85rem;
  text-align: center;
  width: 6.4rem;
  position: relative;
  /*font-family: "Medium";*/
}

.w_about_nav ul li a span {
  position: relative;
  z-index: 1;
}

.w_about_nav ul li ul {
  display: none;
}

.w_about_nav ul li::after {
  content: '';
  background-color: #d4d7d9;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 0.55rem;
  margin-top: -0.275rem;
}

.w_about_nav ul li:last-child::before {
  content: '';
  background-color: #d4d7d9;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 0.55rem;
  margin-top: -0.275rem;
}

.w_about_nav ul li a::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #00a0dd;
  -webkit-transition: all .30s;
  -moz-transition: all .30s;
  -ms-transition: all .30s;
  -o-transition: all .30s;
  transition: all .30s;
}

.w_about_nav ul li a:hover::before,
.w_about_nav ul li a.current::before {
  left: 0;
  width: 100%;
}

.w_about_nav.w_about_nav_active .w_about_nav_box {
  position: fixed;
  z-index: 100;
}

.about_head {
  padding: 2.25rem 0;
}

.about_head .text,
.patent .text {
  font-size: 0.45rem;
  line-height: 1.7;
}

.about_head .text .title {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  border-top: 0.1rem solid #003e5a;
}

.about_head .text .title span {
  padding: 1.0rem 2.5rem;
  position: relative;
  display: inline-block;
}

.about_head .text .title span::after {
  content: '';
  position: absolute;
  top: 1.0rem;
  left: 0;
  width: 1.55rem;
  height: 1.25rem;
  background-image: url(/css/images/icon15.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.55rem 1.25rem;
}

.about_head .text .title span::before {
  content: '';
  position: absolute;
  bottom: 0.8rem;
  right: 0;
  width: 1.55rem;
  height: 1.25rem;
  background-image: url(/css/images/icon16.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.55rem 1.25rem;
}

.about_head .text p,
.patent .text p {
  padding-bottom: 0.5rem;
}

.about_head .text hr {
  margin: 0.5rem 0 1.0rem;
  border-top: 1px solid #d4d7d9;
}

.about_list {}

.about_list .row {
  margin-left: -6px;
  margin-right: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.about_list .row div[class*=col-] {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}

.patent {
  padding: 2.5rem 0;
}

.patent_list {
  padding-bottom: 0.75rem;
}

.patent_list div[class*=col-] {
  font-size: 0.55rem;
  color: #19598c;
  margin-bottom: 0.5rem;
}

.patent_list .box {
  border-bottom: 0.1rem solid #19598c;
  padding-bottom: 0.65rem;
  /*font-family: "Quasi";*/
}

.patent_list .title {
  font-size: 1.05rem;
  color: #00aeee;
  padding-bottom: 0.15rem;
}

/**/
.history {
  padding-top: 2.0rem;
}

.history_border {
  border-bottom: 1px solid #d4d7d9;
  padding: 0 0.45rem;
  width: 18.9rem;
  margin: 0 auto;
}

.history_border>span {
  display: block;
  width: 1px;
  height: 12px;
  background-color: #d4d7d9;
}

.history_border>span.active {
  background-color: #00aeee;
}

.history_border>span.height_border {
  height: 30px;
}

.history_tab {
  width: 18.9rem;
  margin: 0 auto;
  padding: 0 0.875rem 2.0rem 1.1rem;
}

.history_tab p {
  font-size: 0.5rem;
  padding: 0.5rem 0;
  /*font-family: "Quasi";*/
}

.history_tab p:hover a,
.history_tab p.active a {
  color: #00aeee;
}

.history_img {
  position: relative;
}

.history_img .year {
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  position: absolute;
  /*font-family: "Quasi";*/
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.history_list {
  padding: 0.75rem 0;
}

.history_list>.li {
  padding: 1.25rem 0;
  position: relative;
}

.history_list>.li+.li {
  border-top: 1px solid #d4d7d9;
}

.history_list>.li .year {
  font-size: 0.95rem;
  color: #00aeee;
  line-height: 1;
  width: 16%;
  float: left;
  position: relative;
  /*font-family: "Quasi";*/
}

.history_list>.li .text {
  float: right;
  width: 82%;
  font-size: 0.45rem;
}

.history_list>.li .text p+p {
  margin-top: 0.4rem;
}

.history_list>.li .text p {
  position: relative;
  padding-left: 1.8rem;
}

.history_list>.li .text p>strong {
  text-align: right;
  width: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
  /*font-family: "Quasi";*/
}

/**/
.honor {
  padding: 2.0rem 0;
}

.honor_list {
  padding-bottom: 1.125rem;
}

.honor_list>div[class*=col-] {
  margin-top: -1px;
}

.honor_list>div[class*=col-] .box {
  border-bottom: 1px solid #d4d7d9;
  border-top: 1px solid #d4d7d9;
  position: relative;
  height: 75px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}

.honor_list>div[class*=col-] .box .title {
  font-size: 0.45rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.honor_list>div[class*=col-] .box .time {
  float: left;
  margin-right: 0.5rem;
  max-width: 3.2rem;
  /*font-family: "Quasi";*/
}

.honor_list>div[class*=col-] .box .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 76%;
}

.honor_list>div[class*=col-] .box::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  z-index: 10;
  background-color: #00b0ef;
  -webkit-transition: all .30s ease;
  -moz-transition: all .30s ease;
  -ms-transition: all .30s ease;
  -o-transition: all .30s ease;
  transition: all .30s ease;
}

.honor_list>div[class*=col-] .box:hover::after {
  width: 100%;
}

/**/
.culture {
  padding: 2.25rem 0 2.75rem;
}

.culture_list>.li {
  position: relative;
}

.culture_list>.li+.li {
  margin-top: 2.5rem;
}

.culture_list>.li .img {
  width: 75%;
  float: right;
}

.culture_list>.li .text {
  width: 11.25rem;
  position: absolute;
  left: 0;
  top: 2.25rem;
  background-color: #00a0dd;
  font-size: 0.85rem;
  height: 7.5rem;
  line-height: 1.4;
  padding: 0.75rem 1.0rem;
  color: #fff;
}

.culture_list>.li .text .title {
  font-size: 0.65rem;
  padding-bottom: 0.2rem;
  /*font-family: "Quasi";*/
}

.culture_list>.li:nth-child(2n) .img {
  float: left;
}

.culture_list>.li:nth-child(2n) .text {
  left: inherit;
  right: 0;
  background-color: #00a0dd;
}

.culture_list>.li:nth-child(3n) .text {
  background-color: #00a0dd;
}

/**/
.contact {}

.contact .img {
  position: relative;
}

.contact .contact_text {
  font-size: 0.45rem;
  padding: 2.25rem 0 2.5rem;
}

.contact .contact_text .title {
  font-size: 0.75rem;
  padding-bottom: 0.35rem;
  text-align: center;
  /*font-family: "Quasi";*/
}

.contact .contact_text p {
  line-height: 2;
}

.contact .contact_text .con {
  margin-top: 0.75rem;
  border-top: 0.1rem solid #00a0dd;
  border-bottom: 1px solid #d4d7d9;
  padding: 0.9rem 0;
  position: relative;
}

.contact .contact_text .con::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4.75rem;
  height: calc(100% - 1.80rem);
  width: 1px;
  background-color: #d4d7d9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact .contact_text .con .text {}

.contact .contact_text .con .text>div {
  margin: 0.25rem 0;
  position: relative;
  padding-left: 2.75rem;
}

.contact .contact_text .con .text>div>span {
  display: block;
  width: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  /*font-family: "Quasi";*/
}

.contact .contact_text .con .map {
  width: 4.75rem;
  text-align: center;
}

.contact .contact_text .con .map a {
  display: block;
  width: 1.2rem;
  margin: 0 auto 0.4rem;
}

/**/
.product_accordion>.li {
  margin-bottom: 0.3rem;
}

.product_accordion>.li .product_accordion_button {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/css/images/product_bg01.png);
  background-size: cover;
  height: 4.25rem;
  line-height: 4.25rem;
  font-size: 0.9rem;
  color: #fff;
  cursor: pointer;
  display: block;
}

.product_accordion>.li .product_accordion_button .title {
  position: relative;
  /*font-family: "Quasi";*/
}

.product_accordion>.li .product_accordion_button .title .icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.65rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 100%;
  border: 0.075rem solid #fff;
  overflow: hidden;
}

.product_accordion>.li .product_accordion_button .title .icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.025rem;
  margin-left: -0.275rem;
  width: 0.55rem;
  height: 0.05rem;
  background-color: #ffffff;
}

.product_accordion>.li .product_accordion_button.active .title .icon::before {
  top: 150%;
}

.product_accordion>.li .product_accordion_button .title .icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.025rem;
  margin-top: -0.275rem;
  height: 0.55rem;
  width: 0.05rem;
  background-color: #ffffff;
  -webkit-transition: all 360ms;
  -moz-transition: all 360ms;
  -ms-transition: all 360ms;
  -o-transition: all 360ms;
  transition: all 360ms;
}

.product_accordion>.li .con {
  font-size: 0.45rem;
  display: none;
}

.product_accordion>.li .con .product_swiper_li_bor {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.75rem 0;
}

.product_accordion>.li .con .p_img {
  float: right;
  width: 31.25%;
  text-align: center;
}

.product_accordion>.li .con .p_text {
  float: left;
  line-height: 1.8;
  font-size: 0.45rem;
  color: #2a363f;
  padding: 1.0rem 0;
  width: 50%;
}

.product_accordion>.li .con .p_text .p_title {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  /*font-family: "Quasi";*/
}

.product_accordion>.li .con .p_text .p_more {
  margin-top: 0.75rem;
}

.product_accordion>.li .con .p_text .p_more a {
  display: block;
  border-radius: 28px;
  border: 2px solid #00aeee;
  color: #00aeee;
  text-align: center;
  width: 4.5rem;
  padding: 0.25rem 0;
}

.product_accordion>.li .con .p_text .p_more a:hover {
  background-color: #00aeee;
  color: #fff;
}

/**/
.product_details_model,
.product_details_function {
  padding: 0.75rem 0 1.75rem;
}

.product_details_model .con,
.product_details_function .con {
  width: 57%;
  font-size: 0.45rem;
  line-height: 1.7;
}

.product_details_model .con .title,
.product_details_function .con .title {
  font-size: 1.0rem;
  color: #00aeee;
  padding-bottom: 0.75rem;
  /*font-family: "Quasi";*/
}

.product_details_model .img,
.product_details_function .img {
  width: 39%;
  text-align: center;
}

.product_details_model {
  border-bottom: 1px solid #d4d7d9;
}

.product_details_model .con .text {
  line-height: 2;
}

.product_details_model .text ul {
  margin-top: 0.75rem;
  display: table;
  width: 100%;
}

.product_details_model .text ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.50rem;
  border-left: 1px solid #d4d7d9;
}

.product_details_model .text ul li:nth-child(1) {
  border-left: none;
  padding: 0 0.50rem 0 0;
}

.product_details_model .text ul li strong {
  font-size: 0.5rem;
}

.product_details_function ul li {
  position: relative;
  padding-left: 2.15rem;
}

.product_details_function ul li+li {
  margin-top: 0.75rem;
}

.product_details_function ul li .icon {
  width: 1.55rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.775rem;
}

/**/
#environment {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100%;
  background-color: #ffffff;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  height: calc(100vh - 2.2rem);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

body.active {
  overflow: hidden;
}

body.active #environment {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.environment_close {
  position: absolute;
  top: 1.25rem;
  right: 2.5rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  background-color: #00aeee;
  z-index: 10;
  cursor: pointer;
}

.environment_close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9rem;
  height: 0.05rem;
  margin-top: -0.025rem;
  margin-left: -0.45rem;
  background-color: #ffffff;
  -webkit-transition: all .30s;
  -moz-transition: all .30s;
  -ms-transition: all .30s;
  -o-transition: all .30s;
  transition: all .30s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.environment_close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9rem;
  height: 0.05rem;
  margin-top: -0.025rem;
  margin-left: -0.45rem;
  background-color: #ffffff;
  -webkit-transition: all .30s;
  -moz-transition: all .30s;
  -ms-transition: all .30s;
  -o-transition: all .30s;
  transition: all .30s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.environment_close:hover::after {
  -webkit-transform: rotate(65deg);
  -moz-transform: rotate(65deg);
  -ms-transform: rotate(65deg);
  -o-transform: rotate(65deg);
  transform: rotate(65deg);
}

.environment_close:hover::before {
  -webkit-transform: rotate(-65deg);
  -moz-transform: rotate(-65deg);
  -ms-transform: rotate(-65deg);
  -o-transform: rotate(-65deg);
  transform: rotate(-65deg);
}

.environment_swiper {
  width: 100%;
  height: 100%;
}

.environment_swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.environment_swiper .environment-text {
  position: absolute;
  bottom: 5.0rem;
  left: 2.5rem;
  width: 100%;
}

.environment_swiper .environment-text .environment-text-box {
  background-color: rgba(0, 174, 238, 0.7);
  max-width: 13.0rem;
  width: 100%;
  padding: 1.25rem 1.5rem;
  font-size: 0.55rem;
  color: #fff;
}

.environment_swiper .environment-text .environment-text-box .title {
  font-size: 1.475rem;
  padding-bottom: 0.25rem;
  /*font-family: "Quasi";*/
}

.environment_swiper .environment-text .environment-text-box p {
  max-width: 7.5rem;
  padding-bottom: 0.9rem;
  position: relative;
}

.environment_swiper .environment-text .environment-text-box p::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #ffffff;
  -webkit-transition: all .500s ease 1.6s;
  -moz-transition: all .500s ease 1.6s;
  -ms-transition: all .500s ease 1.6s;
  -o-transition: all .500s ease 1.6s;
  transition: all .500s ease 1.6s;
}

.environment_swiper .environment-text .environment-text-box p.animated::after {
  width: 100%;
}

/*员工活动*/
.staff .container-fluid {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.staff_title {
  text-align: center;
  font-size: 0.95rem;
  color: #2a363f;
  line-height: 1.5;
  padding-bottom: 0.65rem;
  /*font-family: "Quasi";*/
}

.staff_text {
  font-size: 0.45rem;
  text-align: center;
  color: #2a363f;
  line-height: 1.6;
  padding-bottom: 1.15rem;
}

.staff {
  padding-top: 2.25rem;
}

.staff .staff_list div.clearfix {
  margin-left: -0.15rem;
  margin-right: -0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.staff .staff_list .li {
  float: left;
  width: 25%;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  margin-bottom: 0.3rem;
}

.staff .staff_list .li:nth-child(5n-4) {
  width: 50%;
}

.staff .staff_list .li .img {
  position: relative;
  overflow: hidden;
}

.staff .staff_list .li .img::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.staff .staff_list .li .img .title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.65rem;
  color: #ffffff;
  padding: 0.45rem 0.75rem;
  font-style: italic;
  z-index: 1;
  /*font-family: "Quasi";*/
}

.staff .staff_list .li .img img {
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  -ms-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.staff .staff_list .li .img:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.staff .news_pagination {
  display: none;
}

/**/
/*学习与发展*/
.learning {}

.learning .learning_box {
  background-color: #00a0df;
}

.learning .img {
  width: 50%;
}

.learning .text {
  width: 50%;
  font-size: 0.5rem;
  line-height: 1.8;
  position: relative;
  color: #ffffff;
  padding: 0.5rem 0.375rem 0.5rem 16%;
}

.learning .text .title {
  font-size: 0.95rem;
  position: relative;
  /*font-family: "Quasi";*/
  padding-bottom: 0.5rem;
}

.swiper_learning .swiper-pagination {
  bottom: 0.75rem;
}

.swiper_learning .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  opacity: 1;
  background-color: #ffffff;
}

.swiper_learning .swiper-pagination-bullet-active {
  background-color: #00a0df;
}

/**/
#iframeContainer iframe {
  display: block;
  width: 100%;
  height: 880px;
  overflow-y: auto;
}