html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0.01000rem dotted ButtonText
}

fieldset {
  padding: 0.35em 0.75em 0.625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -0.02000rem
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}



@font-face {
  font-family: 'SourceHanSansCN-Medium,SourceHanSansCN-Bold';
  src: url('./../font/SourceHanSansCN-Normal.ttf');
}

@font-face {
  font-family: 'SourceHanSansCN-Normal';
  src: url('./../font/SourceHanSansCN-Normal.ttf');
}

.font-medium {
  font-family: 'SourceHanSansCN-Medium';
  font-weight: bold;
}

.mt20 {
  margin-top: 0.20000rem;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.container {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 7.68000rem) {
  .container {
    width: 7.50000rem;
  }
}

@media (min-width: 9.92000rem) {
  .container {
    width: 9.70000rem;
  }
}

@media (min-width:10.24000rem) {
  .container {
    width: 12.00000rem;
  }
}

.default-page {
  /* margin-top: 0.80000rem; */
}

.head {
  /* background-color: rgba(255, 255, 255, 0); */
  height: 0.80000rem;
  width: 100vw;
  transition: all 0.2s linear;
}

.white-background {
  background-color: white;
  box-shadow: 0 0 0.10000rem 0 #ccc;
}

.head-company {
  background: transparent;
}

.head-recruit {
  background: linear-gradient(90deg, #1B3A86 0%, #4A69A5 100%);
}

/* 导航栏 start */
.header {
  height: 0.80000rem;
  line-height: 0.80000rem;
  z-index: 10;
}

.logo {
  width: 1.60000rem;
  height: 0.28000rem;
  background: url("../img/common/head/logo.png")  no-repeat;
  margin: 0.30000rem 0 0 0.60000rem;
  background-size: 100% 100%;
}

.white-background .logo {
  background: url("../img/common/head/active-logo.png") no-repeat;
  background-size: 100% 100% ;
}

.white-background .navbar .nav li>a {
  color: #666666;
}

.navbar {
  margin-right: 0.38000rem;
  position: relative;
}

.navbar .nav {
  position: relative;
  z-index: 99;
}

.navbar .nav li {
  padding: 0 0.40000rem;
}

.navbar .nav li>a {
  font-size: 0.18000rem;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0;
  line-height: 0.80000rem;
  text-align: center;
}

.navbar-recruit .nav li>a {
  color: white;
}

.white-background .active li>a {
  color: #35B7AD;
}

.navbar .active {
  text-decoration: underline white;
  text-underline-offset: 0.08000rem;
  text-decoration-thickness: 0.02000rem;
}

.white-background .navbar .active a {
  text-decoration: underline #666;
  text-underline-offset: 0.08000rem;
  text-decoration-thickness: 0.02000rem;
}

.white-background .navbar .active a:hover {
  text-decoration: underline #35B7AD;
  text-underline-offset: 0.08000rem;
  text-decoration-thickness: 0.02000rem;
}

/* .nav-product-slide .active:hover {
  text-decoration: underline #35B7AD;
  text-underline-offset: 0.08000rem;
  text-decoration-thickness: 0.02000rem;
} */

.navbar .recruit-active {
  border-bottom: 0.03000rem solid #fff;
}

/* nav悬浮聚焦的伪类 */
.nav>li>a:hover,
.nav>li>a:focus {
  background-color: transparent;
  color: #35B7AD !important;
}

/*  */
.nav-product-slider {
  position: relative;
  z-index: 9;
}

.nav-product-slide {
  position: absolute;
  left: 0.52rem;
  top: 0.79000rem;
  width: 3.1rem;
  font-size: 0;
  line-height: 0.22000rem;
  transition: all .5s ease-out;
  opacity: 0;
  height: 0.00000rem;
  overflow: hidden;

}

.slide-show {
  top: 0.79000rem;
  z-index: 2;
  height: 3.00000rem;
  opacity: 1;
  background-color: white;
}

.nav-product-slide a {
  padding-left: 0.12000rem;
  letter-spacing: 0.01000rem;
  font-size: 0.16000rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.42000rem;
  display: block;
}

.nav-product-slide>a:hover,
.nav-product-slide>a:focus {
  background-color: transparent;
  color: #35B7AD;
  cursor: pointer;
}

/* .navbar{
  height: 0.54000rem;
  width: 100%;
  background-color: white;
}

.mobile-navbar{
  height: 100%;
  width: 100%;
}

.navbar .container .nav > ul > li > a{
  font-size: 0.14000rem;
  color: #000;
  font-weight: bold;
}

.nav-bar-lg{
  position: relative;
} */

/* 服务支持 */
footer {
  background: #222A33;
}

.service {
  padding: 0.40000rem 0.00000rem 0.3000rem 0.00000rem !important;
  border-bottom: 0.01000rem solid #a0a4a8;
  font-size: 0.22000rem;
  color: #e6e6e6;
  display: flex;
}

.service .service-box {
  width: 3.80000rem;
  box-sizing: border-box;
}

.service .content a {
  color: #a0a4a8;
}


.service .contact-us {
  white-space: nowrap;
}

.service .service-box .qr-code {
  float: right;
  text-align: center;
  margin-left: 0.18000rem;
}

.service .service-box .qr-code img {
  width: 1.12000rem;
  height: 1.12000rem;
  margin-bottom: 0.10000rem;
}

.service .service-box .title {
  font-size: 0.16000rem;
  font-weight: 600;
  margin-bottom: 0.16000rem;
}

.service .service-box .content {
  font-size: 0.16000rem;
  font-weight: 400;
  line-height: 0.24000rem;
  line-height: 0.16000rem;
  margin-top: 0.12000rem;
  color: #a0a4a8;
}

.service .service-box .content>:first-child {
  margin-top: 0;
}

/* 轮播图 背景图片 */
.product-slider {
  width: 100vw;
  height: 10.80000rem;
  position: relative;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #ECF3F8 38%, #E9ECF1 60%, #F3F5F7 63%, #E9ECF1 90%, #F8FAFA 100%);
}

.product-slider .slide-background-img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  background-image: linear-gradient(to right, rgba(253, 253, 253), rgba(238, 241, 244));
  left: 0;
  top: 0.00000rem;
  z-index: 9;
}

.product-slider-recruit {
  background-image: url('./../img/recruit/banner_1920.png');
  background-size: 100% 100%;
}

@media (min-width: 10.24000rem) {
  .product-slider-recruit {
    height: 3.45000rem;
  }
}

@media (min-width: 14.40000rem) {
  .product-slider-recruit {
    height: 4.85000rem;
  }
}

@media (min-width: 16.80000rem) {
  .product-slider-recruit {
    height: 5.65000rem;
  }
}

@media (min-width: 19.20000rem) {
  .product-slider-recruit {
    height: 6.46000rem;
  }
}

.product-slider-company {
  background-image: url('./../img/company/introduce.png');
  background-size: 100% 100%;
  height: 6.43000rem;
}

.swiper-container {
  width: 10.24000rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

@media (max-width:10.24000rem) {
  .swiper-container {
    width: 10.24000rem;
  }
}

/* 文字样式 */
.product-slider .product-introduce {
  position: absolute;
  left: 0.87000rem;
  top: 1.25000rem;
  z-index: 100;
  text-align: left;
}

.product-slider .product-zone-introduce {
  left: 0.10000rem;
  top: 1.53000rem;
}

.product-slider .product-company-introduce {
  left: 0.60000rem;
  top: 1.68000rem;
}

.product-slider .product-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
}

.product-slider .product-img-introduce {
  width: 6.90000rem;
  height: 4.05000rem;
  bottom: 0.79000rem;
  right: -0.93000rem;
}

.product-slider .product-img img {
  width: 100%;
  height: 100%;
}

.product-slider .product-introduce .icon {
  width: 0.38000rem;
  height: 0.04000rem;
  background: #35B7AD;
  border-radius: 0.02000rem;
  margin-bottom: 0.14000rem;
}

.product-slider .product-introduce .company-icon {
  margin-bottom: 0.48000rem;
}

.product-slider .product-introduce .company {
  font-size: 0.56000rem;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #151515;
  margin-bottom: 0.23000rem;
}

.product-slider .product-introduce .slogan {
  width: 3.38000rem;
  height: 0.73000rem;
}

.product-slider .product-introduce .slogan img {
  width: 3.38000rem;
  height: 0.73000rem;
  font-size: 0;
  object-fit: scale-down;
}

.product-slider .product-introduce .describe {
  width: 4.03000rem;
  font-size: 0.16000rem;
  font-family: 'SourceHanSansCN-Medium, SourceHanSansCN';
  font-weight: 500;
  color: #1E1E1E;
  line-height: 0.24000rem;
}

.product-slider .product-introduce .product-zone-slogan {
  font-size: 0.25000rem;
  font-weight: bold;
  color: #1E1E1E;
  line-height: 0.34000rem;
  letter-spacing: 0.02000rem;
  margin-top: 0.37000rem;
}


/* 底部 */
.foot {
  height: 0.63000rem;
  padding: 0;
  font-size: 0.35000rem;
}

.foot>span {
  font-size: 0.16000rem;
  ;
  font-weight: 500;
  line-height: 0.63000rem;
  color: #a0a4a8;
}

.foot>a {
  font-size: 0.16000rem;
  font-weight: 500;
  line-height: 0.63000rem;
  color: #a0a4a8;
}

.foot>a:hover {
  color: #35B7AD;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #333;
}

.swiper-pagination-bullet-active {
  background: #333;
}

/* mobile start
.toggle{
  line-height: 0.30000rem;
  width: 0.60000rem;
  height: 0.30000rem;
  position: absolute;
  right: 0.10000rem;
  top: 0.05000rem;
}
.toggle > span{
  font-size: 0.15000rem;
  color: #000;
  font-weight: bold;
}
.nav-bar-lg .toggle-menu{
  width: 0.30000rem;
  height: 0.30000rem;
  position: absolute;
  right: 0.00000rem;
  top: 0.00000rem;
  line-height: 0.30000rem;
}

.mobile .toggle-menu .toggle-menu .toggle-menu-buttom{
  width: 0.30000rem;
  height: 0.30000rem;
  margin-left: 0.15000rem;
}

.mobile .toggle-menu::before{
  content: '';
  position: absolute;
  top: 60%;
  left: 50%;
  height: 0.02000rem;
  width: 0.20000rem;
  border-radius: 0.02000rem;
  background-color: #000;
  -webkit-transform: translate(-50%,-50%) rotate(0);
  transform: translate(-50%,-50%) rotate(0);
  transition: .3s ease-out;
}

.mobile .open::before{
  transform: translate(-50%, -110%) rotate(225deg);
}

.mobile .toggle-menu::after{
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  height: 0.02000rem;
  width: 0.20000rem;
  border-radius: 0.02000rem;
  background-color: #000;
  -webkit-transform: translate(-50%,-50%) rotate(0);
  transform: translate(-50%,-50%) rotate(0);
  transition: .3s ease-out;
}

.mobile .open::after{
  transform: translate(-50%, 180%) rotate(-225deg);
}

.mobile-menu-list{
  position: absolute;
  left: 0;
  top: 0.54000rem;
  background: white;
  height: calc( 100vh - 0.54000rem );
  width: 100%;
  transition: .7s ease-out;
}

.menushow {
  visibility: visible;
  opacity: 1;
}

.menuhide {
  visibility: hidden;
  opacity: 0;
}
.mobile-menu-list > ul{
  margin: 0;
}
.mobile-menu-list > ul > li{
  width: 100%;
  height: 0.40000rem;
  line-height: 0.40000rem;
  border-bottom: 0.01000rem solid #efefef;
}
.mobile-menu-list > ul > li > a{
  float: left;
  color: #333;
  font-weight: bold;
}
.mobile-menu-list > ul > li > i{
  float: right;
} */

/* 使用visibility隐藏 */
.animate-hidden {
  visibility: hidden;
}