﻿*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
}

*:focus {
  outline: inherit;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #333;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-overflow-scrolling: touch;
  line-height: 1.8;
}

/*p {
  margin: 14px 0;
}*/
ul {
  list-style-type: none;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

img[src=""] {
  opacity: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
  background: transparent;
}

a,
em,
i,
span {
  display: inline-block;
}

b,
em,
i {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
}

button {
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  outline: 0;
  border: 0;
  vertical-align: middle;
  font-family: "Microsoft Yahei";
}

input[type="radio"],
input[type="checkbox"] {
  vertical-align: -2px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"] {
  outline: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

textarea {
  resize: none;
  font-size: 14px;
}

textarea,
.select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

.select::-ms-expand {
  display: none;
}

.slick-slider .slick-list .slick-slide>a {
  display: block;
}

.layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.layout-flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.justify-between {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-1>.col {
  width: 100%;
}

.col-2>.col {
  width: 50%;
}

.col-3>.col,
.pad-col-3>.col {
  width: 33.333%;
}

.col-4>.col,
.pad-col-4>.col {
  width: 25%;
}

.col-5>.col {
  width: 20%;
}

.col-6>.col {
  width: 16.6666%;
}

.col-7>.col {
  width: 14.2857%;
}

.col-8>.col {
  width: 12.5%;
}

.col-9>.col {
  width: 15%;
}

.gap-4 {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.gap-4>.col {
  padding: 0 4px;
}

.gap-8 {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.gap-8>.col {
  padding: 0 8px;
}

.gap-10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.gap-10>.col {
  padding: 0 10px;
}

.gap-14 {
  margin-left: -14px !important;
  margin-right: -14px !important;
}

.gap-14>.col {
  padding: 0 14px;
}

.gap-16 {
  margin-left: -16px !important;
  margin-right: -16px !important;
}

.gap-16>.col {
  padding: 0 16px;
}

.gap-20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.gap-20>.col {
  padding: 0 20px;
}

.gap-26 {
  margin-left: -0.26rem !important;
  margin-right: -0.26rem !important;
}

.gap-26>.col {
  padding: 0 0.26rem;
}

.gap-30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.gap-30>.col {
  padding: 0 30px;
}

.gap-36 {
  margin-left: -36px !important;
  margin-right: -36px !important;
}

.gap-36>.col {
  padding: 0 36px;
}

.gap-40 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}

.gap-40>.col {
  padding: 0 40px !important;
}

.gap-50 {
  margin-left: -50px !important;
  margin-right: -50px !important;
}

.gap-50>.col {
  padding: 0 50px;
}

.gap-78 {
  margin-left: -0.78rem !important;
  margin-right: -0.78rem !important;
}

.gap-78>.col {
  padding: 0 0.78rem !important;
}

.gap-90 {
  margin-left: -0.9rem !important;
  margin-right: -0.9rem !important;
}

.gap-90>.col {
  padding: 0 0.9rem !important;
}

.gap-100 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.gap-100>.col {
  padding: 0 1rem !important;
}

.w-p-25 {
  width: 25%;
}

.w-p-75 {
  width: 75%;
}

.field-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.field-inline .field-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.field-inline .field-input input {
  width: 100%;
  height: 26px;
}

.field-inline .field-input textarea {
  width: 100%;
  line-height: 26px;
}

.show-block {
  display: block !important;
}

.h-100p {
  height: 100%;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.color-orange {
  color: #ff5400;
}

.fs-24 {
  font-size: 24px;
}

.bold {
  font-weight: bold;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.icoimg-search {
  vertical-align: middle;
  width: 19px;
  height: 19px;
  background: url(../images/icoimg-search.png) no-repeat;
}

.icoimg-tel {
  vertical-align: middle;
  width: 21px;
  height: 19px;
  background: url(../images/icoimg-tel.png) no-repeat;
}

.icoimg-wx {
  vertical-align: middle;
  width: 22px;
  height: 19px;
  background: url(../images/icoimg-wx.png) no-repeat;
}

.icoimg-in {
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url(../images/icoimg-in.png) no-repeat;
}

.header.active .icoimg-tel {
  background: url(../images/icoimg-tel-active.png) no-repeat;
}

.header.active .icoimg-wx {
  background: url(../images/icoimg-wx-active.png) no-repeat;
}

.header.active .icoimg-in {
  background: url(../images/icoimg-in-active.png) no-repeat;
}

.icoimg-news-more {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url(../images/icoimg-news-more.png) no-repeat;
}

.btn-return {
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 30px;
  border-radius: 30px;
  padding-left: 68px;
  background: #2b52a3 url(../images/icoimg-return.png) no-repeat 30px center;
}

.btn-toggle {
  cursor: pointer;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  background: url(../images/btn-toggle-fold.png) no-repeat center center;
}

.btn-toggle.unfold {
  background-image: url(../images/btn-toggle-unfold.png);
}

.ui-title1 {
  margin-top: 0.6rem;
  text-align: center;
}

.ui-title1 h2 {
  font-size: 0.36rem;
  color: #00a0e9;
}

.ui-title1 .sub-title {
  margin-top: 0.3rem;
  color: #747474;
}

.ui-title2 {
  padding-top: 36px;
}

.ui-title2 h3 {
  position: relative;
  padding-bottom: 16px;
  line-height: 1;
  font-size: 0.32rem;
  color: #2b52a3;
  font-weight: normal;
}

.ui-title2 h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0.62rem;
  background: #2b52a3;
}

.ui-title2.center {
  text-align: center;
}

.ui-title2.center h3:before {
  left: 50%;
  margin-left: -0.31rem;
}

.ui-title3 {
  padding-top: 20px;
}

.ui-title3 h4 {
  position: relative;
  padding-bottom: 16px;
  line-height: 1;
  font-size: 0.32rem;
  color: #363636;
  font-weight: normal;
}

.ui-title3 h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0.62rem;
  background: #d9d9d9;
}

.ui-title3.center {
  text-align: center;
}

.ui-title3.center h4:before {
  left: 50%;
  margin-left: -0.31rem;
}

.pin-date {
  color: #585858;
  text-align: center;
}

.pin-date .day {
  font-size: 26px;
}

.more-arrow {
  font-size: 16px;
  color: #2b52a3;
  padding-right: 35px;
  background: url(../images/icoimg-more-arrow.png) no-repeat right center;
}

.b-r-gray-1 {
  border-right: 1px solid #e8e8e8;
}

body {
  font-size: 16px;
}

.header {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  height: 118px;
  padding: 0rem 0.6rem 0;
  background-color: rgba(0, 43, 99, 1);
}

.header.active {
  background-color: #fff;
  box-shadow: 0 10px 9px rgb(0 0 0 / 5%)
}

.header .col2 {
  padding: 0 1rem;
}

.header .col3 {
  color: #fff;
  white-space: nowrap;
}

.header .col3 .ico-tel,
.header .col3 .ico-wx,
.header .col3 .ico-in {
  margin-right: 0.3rem;
}

.header .col3 .ico-wx {
  position: relative;
}

.qrcode {
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  width: 150px;
  height: 150px;
  top: 70px;
  left: -50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: none;
}

.qrcode img {
  width: 130px;
  height: 130px;
  margin: 10px auto;
  display: block;
}

.header .col3 a {
  color: #fff;
}

.header .col3 .v-line {
  opacity: 0.5;
  margin: 0 5px;
}

.header .wgt-nav {
  max-width: 11rem;
  min-width: 7rem;
  margin: 0 auto;
}

.header .wgt-nav li a {
  padding: 10px 0;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.header.active .wgt-nav li a {
  color: #000;
}

.header.active .wgt-nav li.active a {
  border-bottom: 3px solid #2b52a3;
}

.header .wgt-nav li.active a {
  border-bottom: 3px solid #fff;
}

.header .wgt-nav li {
  position: relative;
  padding: 0 .3rem;
}

.header .wgt-nav li:hover>a {
  border-bottom: 3px solid #fff;
}

.header .wgt-nav li:hover .item-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: all 0.5s ease;
}

.header .wgt-nav li:hover .item-nav a {
  font-size: 14px;
  border-bottom: none;
}

.header .wgt-nav li .item-nav {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  display: none;
}

.header .wgt-nav li .item-nav a {
  background: rgba(0, 0, 0, .5);
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  white-space: break-spaces
}

@media (min-width: 1201px) {
  .header .wgt-nav li .item-nav {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.5s ease;
  }

  .header .wgt-nav li .item-nav a:hover {
    background: #1084da;
    transition: all 0.5s ease;
  }
}

.swiper-slide img {
  width: 100%;
}

.section-banner {
  position: relative;
}

.section-banner .wgt-banner-slot {
  position: absolute;
  z-index: 10;
  left: 2.6rem;
  top: 50%;
  color: #fff;
}

.section-banner .wgt-banner-slot h2 {
  margin-bottom: 20px;
}

.section-banner .wgt-banner-slot h2 em {
  display: block;
  line-height: 1;
  font-family: "Impact";
  font-size: 0.6rem;
  text-transform: uppercase;
  opacity: 0.2;
}

.section-banner .wgt-banner-slot h2 strong {
  position: relative;
  padding-bottom: 20px;
  display: block;
  line-height: 1;
  font-size: 0.6rem;
  margin-top: -0.3rem;
}

.section-banner .wgt-banner-slot h2 strong:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0.8rem;
  background: #fff;
}

.section-banner .wgt-banner-slot .navpath {
  padding-left: 22px;
  background: url(../images/navpath-home.png) no-repeat left center;
}

.section-banner .wgt-banner-slot .navpath i {
  font-family: "SimSun", "NSimSun", "Serif", "Georgia";
  margin: 0 8px;
}

.section-join {
  font-size: 18px;
  color: #484848;
  padding-bottom: 50px;
}

.section-join .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-join .row>.col {
  margin-top: 50px;
}

.section-join .row .ui-title3 {
  margin-bottom: 20px;
}

.section-join .concept {
  position: relative;
  background-color: #f8f8f8;
  padding: 80px 30px 0;
  text-align: center;
  min-height: 360px;
}

.section-join .concept .icoimg {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 0;
  margin-top: -50px;
}

.section-join .row1 {
  margin-top: 1rem;
}

.section-join .row7 {
  margin-top: 0.3rem;
}

.section-join .row7 .concept {
  min-height: 308px;
}

.wgt-list-news .news-item {
  border-bottom: 1px solid #e8e8e8;
}

.wgt-list-news .news-item>.col1 {
  width: 4.4rem;
}

.wgt-list-news .news-item>.col1 img {
  width: 100%;
}

.wgt-list-news .news-item>.col2 {
  flex: 1;
}

.wgt-list-news .news-item .title {
  font-size: 18px;
  font-weight: bold;
  color: #363636;
}

.wgt-list-news .news-item .summary {
  font-size: 18px;
  margin-top: 20px;
  color: #5b5c5d;
  height: 70px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.wgt-list-news .news-item>.col1 {
  overflow: hidden;
}

.wgt-list-news a img {
  transition: all .8s;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
}

.wgt-list-news a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.section-news-detail {
  padding: 50px 0;
}

/*.wgt-news-detail .wgt-hd {
  padding: 20px ;
  text-align: center;
  background-color: #f6f7f8;
}*/
.wgt-news-detail .wgt-hd .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.wgt-news-detail .wgt-hd .info {
  margin-top: 10px;
  color: #6f6f6f;
  margin-bottom: 16px;
  text-align: center;
}

.wgt-news-detail .wgt-hd .info .date {
  background: url(../images/icoimg-news-date.png) no-repeat left center;
  margin-right: 20px;
}

.wgt-news-detail .wgt-hd .info .view {
  padding-left: 29px;
  background: url(../images/icoimg-news-view.png) no-repeat left center;
}

.wgt-news-detail .wgt-bd {
  padding: 0 30px;
  font-size: 18px;
}

/*.wgt-news-detail .wgt-bd p {
  margin: 50px 0;
}*/
.wgt-news-detail .wgt-ft {
  padding: 30px;
}

.wgt-news-detail .wgt-ft .wgt-block {
  background-color: #f6f7f8;
  padding: 30px;
}

.section-rdp {
  padding: 50px 0;
}

.section-rdp .row1 .col1 .ui-title2 {
  margin-bottom: 20px;
}

.section-rdp .row1 .col1 .text {
  font-size: 18px;
  padding-right: 1rem;
}

.section-rdp .table th,
.section-rdp .table td {
  text-align: center;
  background-color: #ececec;
  border: 1px solid #fff;
  padding: 5px 10px;
}

.table-stretch {
  position: relative;
  height: 300px;
  overflow: hidden;
  margin-bottom: 50px;
}

.table-stretch .btn-stretch {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  text-align: center;
  color: #2b52a3;
}

.table-stretch .btn-stretch .btn-hd {
  height: 60px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
  background-image: -o-linear-gradient(bottom, #ffffff, transparent);
  background-image: linear-gradient(to top, #ffffff, transparent);
}

.table-stretch .btn-stretch .btn-bd {
  padding-bottom: 10px;
  background: #fff url('../images/icoimg-slide-down.png') no-repeat center bottom;
}

.table-stretch.table-unfold {
  height: auto !important;
  padding-bottom: 48px;
}

.table-stretch.table-unfold .btn-stretch .btn-hd {
  display: none;
}

.wgt-list-job-wrap {
  width: 100%;
  overflow: auto;
}

.wgt-list-job {
  min-width: 1000px;
  margin-top: 50px;
}

.wgt-list-job .wgt-hd {
  padding: 0 50px;
  height: 50px;
  line-height: 50px;
  background-color: #e4e9f3;
  color: #2b52a3;
}

.wgt-list-job .wgt-bd .item-job {
  padding: 0px;
  margin: 15px 0;
  border-radius: 10px;
}

.wgt-list-job .wgt-bd .item-job .item-hd {
  padding: 10px 50px;
  background-color: #f6f9fc;
}

.wgt-list-job .wgt-bd .item-job .item-hd .col:last-child {
  /* width: 268px; */
  text-align: right;
  padding-right: 36px;
}

.wgt-list-job .wgt-bd .item-job .item-bd {
  display: none;
  padding: 10px 50px;
}

.wgt-list-job .wgt-bd .item-job.unfold .item-hd {
  background-color: #2b52a3;
  color: #fff;
}

.wgt-list-job .wgt-bd .item-job.unfold .item-hd .btn-toggle {
  background-image: url(../images/btn-toggle-unfold.png);
}

.wgt-list-job .wgt-bd .item-job.unfold .item-bd {
  display: block;
}

.wgt-search-job {
  display: flex;
  height: 100%;
  padding: 10px 0;
  width: 268px;
}

.wgt-search-job .input {
  flex: 1;
  padding: 0 10px;
}

.wgt-search-job .btn-search {
  width: 36px;
  height: 100%;
  background: #fff url(../images/btn-search.png) no-repeat center center;
}

.section-fixed-menu {
  position: relative;
}

.wgt-fixed-menu {
  position: fixed;
  top: 50%;
  z-index: 3;
}

.wgt-fixed-menu>ul {
  position: fixed;
  padding: 6px 16px;
  background-color: #2b52a3;
  color: #8daae6;
  border-radius: 0 5px 5px 0;
}

.wgt-fixed-menu>ul>li {
  position: relative;
  border-bottom: 1px solid #8daae6;
  padding-right: 20px;
}

.wgt-fixed-menu>ul>li:last-child {
  border: 0;
}

.wgt-fixed-menu>ul a {
  display: block;
  padding: 10px 0;
  min-width: 76px;
}

.wgt-fixed-menu>ul>li.active a {
  color: #fff;
  font-weight: bold;
}

.wgt-fixed-menu>ul>li.active a:after {
  content: '>';
  font-family: simsun;
  font-weight: normal;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
}

.wgt-pagination {
  text-align: center;
}

.wgt-pagination a,
.wgt-pagination span {
  background-color: #efefef;
  color: #6b6b6b;
  padding: 2px 15px;
}

.wgt-pagination a:hover,
.wgt-pagination .current {
  background-color: #2b52a3;
  color: #fff;
}

.wgt-sitemap {
  background-color: #2b52a3;
  color: #fff;
  padding: 10px 0;
}

.wgt-sitemap dl {
  margin: 20px 0;
}

.wgt-sitemap dl dt {
  font-size: 16px;
  font-weight: bold;
}

.wgt-sitemap dl dd {
  margin-top: 6px;
  font-size: 12px
}

.wgt-sitemap .wxgzh {
  margin: 20px 0;
}

.wgt-sitemap .col:nth-child(7) {
  width: 20%;
}

.wgt-copyright {
  border-top: 1px solid #5a78b7;
  background-color: #2b52a3;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.header-m {
  display: none;
}

.container {
  width: 96%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

@media (max-width: 750px) {
  .wgt-news-detail {
    background-color: #f6f7f8;
    padding-bottom: 20px;
  }

  .section-news-detail {
    padding-top: 20px;
  }

  .wgt-news-detail .wgt-hd {
    padding: 20px 0 0 0;
  }

  .wgt-news-detail .wgt-bd {
    padding: 0 10px;
  }

  .wgt-news-detail .wgt-bd img {
       width: 100% !important;
    height: 100% !important;
  }

  .wgt-news-detail .wgt-bd p {
    margin: 0;
  }

  .wgt-news-detail .wgt-ft {
    padding: 10px;
  }

  .wgt-news-detail .wgt-ft .wgt-block {
    background-color: #2b52a3;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
  }

  .wgt-footer .footer-grid .col2 {
    -webkit-box-flex: 2 !important;
    -ms-flex: 2 !important;
    flex: 2 !important;
  }

  .wgt-footer .footer-grid .col3 {
    -webkit-box-flex: 2 !important;
    -ms-flex: 2 !important;
    flex: 2 !important;
  }

  .wgt-sitemap .col:nth-child(-n+6) {
    display: none;
  }

  .wgt-sitemap .col:nth-child(7),
  .wgt-sitemap .col:nth-child(8) {
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .section-banner .wgt-banner-slot {
    margin-top: -0.35rem;
  }

  .section-banner .wgt-banner-slot .navpath {
    display: none;
  }

  .wgt-list-news .news-item>.col2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mob-show-none {
    display: none !important;
  }

  .mob-show-block {
    display: block !important;
  }

  .layout-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mob-col-1>.col {
    width: 100% !important;
  }

  .mob-col-2>.col {
    width: 50%;
  }

  .mob-col-3>.col {
    width: 33.333%;
  }

  .home-rdcenter {
    background: url(../images/home-rdcenter-img-bg.jpg) no-repeat left top !important;
  }

  body {
    padding-top: 70px !important;
  }

  .header {
    display: none !important;
  }

  .container {
    width: 92%;
  }

  .header-m {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: block;
    height: 70px;
    background-color: rgba(8, 68, 149, 1);
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  }

  .header-m::after {
    display: none;
    position: fixed;
    content: "";
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
  }

  .header-m .logo {
    position: absolute;
    left: 50%;
    height: 70px;
    line-height: 70px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .header-m .logo img {
    max-height: 40px;
  }

  .header-m .m-menu-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 70px;
    cursor: pointer;
  }

  .header-m .m-menu-b span {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 1px;
    width: 26px;
    margin-left: -12px;
    background: #fff;
    -webkit-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
  }

  html.active .header-m .m-menu-b span {
    width: 0;
    -webkit-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
  }

  .header-m .m-menu-b::before,
  .header-m .m-menu-b::after {
    position: absolute;
    content: "";
    top: 50%;
    left: calc(35px / 2);
    width: 26px;
    height: 1px;
    z-index: 999;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
    -webkit-transition: all 0.3s ease-out 0.3s;
    background: #fff;
  }

  .header-m .m-menu-b::before {
    -ms-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
    -webkit-transform: translateY(-8px) rotate(0);
  }

  .header-m .m-menu-b::after {
    -ms-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
    -webkit-transform: translateY(8px) rotate(0);
  }

  .header-m .m-menu {
    display: none;
    z-index: 888;
    position: fixed;
    width: 100%;
    width: 260px;
    height: 100%;
    top: 0;
    left: -260px;
    opacity: 1;
    background: #fafafa;
    text-align: left;
    padding-top: 70px;
  }

  .header-m .m-menu::after {
    position: absolute;
    top: 70px;
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
  }

  .header-m .nav {
    height: calc(100% - 82px);
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header-m .nav>li {
    border-bottom: 1px solid #ebebeb;
    animation: resize 0.5s both;
    -webkit-animation: resize 0.5s both;
  }

  .header-m .nav>li>a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 0 40px;
    color: #666;
    vertical-align: middle;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
  }

  .header-m .nav>li>a::after {
    position: absolute;
    content: "";
    left: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border: 1px solid #999;
    border-radius: 50%;
    background: transparent;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  .header-m .nav>li .sub-nav {
    display: none;
  }

  .header-m .nav>li .sub-nav a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 12px 40px;
    background: #f2f2f2;
    color: #4e4e4e;
  }

  .header-m .nav>li .sub-nav a::before,
  .header-m .nav>li .sub-nav a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 20px;
    top: 20px;
    border: 5px solid transparent;
    overflow: hidden;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  .header-m .nav>li .sub-nav a::before {
    left: 21px;
    border-left: 5px solid #555;
  }

  .header-m .nav>li .sub-nav a::after {
    border-left: 5px #ebebeb solid;
  }

  .header-m .nav>li.cur {
    position: relative;
  }

  .header-m .nav>li.cur::after,
  .header-m .nav>li.cur::before {
    position: absolute;
    content: "";
    background: #999;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }

  .header-m .nav>li.cur::before {
    top: 19px;
    right: 25px;
    width: 2px;
    height: 12px;
  }

  .header-m .nav>li.cur::after {
    top: 24px;
    right: 20px;
    width: 12px;
    height: 2px;
  }

  .header-m .nav>li.active::after {
    background: #fff;
  }

  .header-m .nav>li.active::before {
    height: 0;
  }

  .header-m .nav>li.active>a {
    color: #fff;
    background: rgba(8, 68, 149, 1);
  }

  .header-m .nav>li.active>a::after {
    border-color: #fff;
    background: #fff;
  }

  .header-m .nav>li.active .sub-nav li {
    animation: ReturnToNormal 0.5s both;
    -webkit-animation: ReturnToNormal 0.5s both;
  }

  .header-m .m-language {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }

  .header-m .m-language a {
    color: #666;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #ebebeb;
    animation: slideInUp 1.5s both;
    -webkit-animation: slideInUp 1.5s both;
  }

  .header-m .m-search-b {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 70px;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
    background-size: 23px;
  }

  html.active {
    height: 100%;
    overflow: hidden;
  }

  html.active body {
    height: 100%;
    overflow: hidden;
  }

  html.active .header-m {
    left: 260px;
  }

  html.active .header-m::after {
    display: block;
  }

  html.active .header-m .m-menu-b::before,
  html.active .header-m .m-menu-b::after {
    background: #fff;
  }

  html.active .header-m .m-menu-b::before {
    -ms-transform: translateY(0) rotate(225deg);
    transform: translateY(0) rotate(225deg);
    -webkit-transform: translateY(0) rotate(225deg);
  }

  html.active .header-m .m-menu-b::after {
    -ms-transform: translateY(0) rotate(-225deg);
    transform: translateY(0) rotate(-225deg);
    -webkit-transform: translateY(0) rotate(-225deg);
  }

  html.active .header-m .m-menu {
    display: block;
    left: 0;
  }

  html.active footer,
  html.active main,
  html.active .i-banner,
  html.active .banner {
    -ms-transform: translateX(260px);
    transform: translateX(260px);
    -webkit-transform: translateX(260px);
  }
}


.wrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.pub-title {
  line-height: 48px;
  font-size: 48px;
  color: #2B52A3;
}

.pub-en-title {
  font-size: 30px;
  color: rgba(43, 82, 163, 0.5);
}

@media (max-width: 767px) {
  .wrap {
    width: 96%;
    margin: 0 auto;
  }

  .pub-title {
    font-size: 24px;
    text-align: center;
  }

  .pub-en-title {
    font-size: 15px;
    text-align: center;
  }
}

/* 首页 begin */
.swiper-slide-img {
  width: 100%;
}

.mySwiper01 .swiper-slide-con {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 45%;
  z-index: 3;
  color: #fff;
}

.swiper-slide-con h1 {
  font-size: 60px;
  font-weight: normal;
  line-height: 72px;
}

.swiper-slide-con p {
  font-size: 24px;
}

.index-about {
  /* background: #fff; */
}

.index-about-wrap {
  padding: 80px 0 40px;
  display: flex;
  justify-content: space-between;
}

.index-about-l {
  width: 48%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.index-about-l-con {
  margin-top: 40px;
}

.index-about-l-txt {
  font-size: 18px;
  line-height: 36px;
  /* word-break: break-word; */
}

.index-about-l-more {
  font-size: 16px;
  color: #2B52A3;
  margin-top: 20px;
}

.index-about-r {
  width: 48%;
}

.index-advantage {
  background: #f9f9f9;
  padding: 80px 0;
}

.index-advantage-title {
  text-align: center;
  margin-bottom: 40px;
}

.index-advantage-list {
  display: flex;
  justify-content: space-evenly;
}

.index-advantage-list-item {
  background: #fff;
  width: 30%;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 1%;
}

.index-advantage-list-item-img {
  width: 100%;

}

.index-advantage-list-item-icon {
  margin-top: -50px;
}

.index-advantage-list-item-tit {
  font-size: 24px;
  color: #484848;
  margin-top: 10px;
}

.index-advantage-list-item-txt {
  font-size: 18px;
  color: #484848;
}

.index-news {
  background: url('../images/index-new-bg.png') no-repeat scroll center top;
  background-size: 100% 100%;
  width: 100%;
}

.index-news-title {
  padding: 60px 0;
  text-align: left;
}

.index-news-con {
  display: flex;
  justify-content: space-between;

}

.index-news-show-wrap {
  display: none;
}

.index-news-show-wrap.active {
  display: block;
}

.index-news-sub-title {
  margin: 40px 0;
}

.index-news-sub-title a {
  background: rgba(43, 82, 163, 0.12);
  width: 160px;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  color: #2B52A3;
  display: inline-block;
  margin: 0 10px;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}

.index-news-sub-title a.cur {
  background: #2B52A3;
  color: #fff;
}

.index-news-con-l {
  width: 49%;
}

.mySwiper02 {
  width: 100%;
  height: 100%;
}

.mySwiper02 .swiper-slide-img img {
  width: 100%;
  height: 420px;
  transition: all .8s;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
}

.mySwiper02 .swiper-slide-con {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  background: rgba(0, 0, 0, .6);
}

.mySwiper02 .swiper-slide-con p {
  padding: 0 2%;
  font-size: 16px;
  color: #fff;
}

.index-news-con-l .swiper-slide-img {
  overflow: hidden;
}

.index-news-con-l a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.index-news-con-r {
  width: 49%;
  height: 420px;
  overflow: hidden;
}

.index-news-con-r .mySwiper03 {
  width: 100%;
  height: 360px;
  margin: 10px 0;
}

.index-news-con-r a {
  width: 100%;
}

.index-news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  align-items: center;
}

.index-news-item-l {
  width: 100px;
  border-right: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 30px;
}

.index-news-item-l strong {
  display: block;
  font-size: 28px;
  color: #363636;
}

.index-news-item-l span {
  display: block;
  font-size: 18px;
  color: #7C7C7C;
}

.index-news-item-r {
  width: calc(100% - 100px);
  padding-left: 40px;
  /* margin-right: 40px; */
  text-align: left;
  line-height: 30px;
}

.index-news-item-r h4,
.index-news-item-r p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-news-item-r h4 {
  font-size: 18px;
  color: #4B4B4B;
  font-weight: bold;
}

.index-news-item-r p {
  font-size: 14px;
  color: #8A8A8A;
  margin: 0;
}

.index-news-wrap .news-change-btn {
  background-color: #f0edf1;
  height: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-news-wrap .news-change-btn::after {
  content: '〈';
  display: block;
  font-size: 20px;
  color: #dddadd;
}

.index-news-wrap #prevBtn::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  margin-top: -10px;
}

.index-news-wrap #nextBtn::after {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  margin-top: 12px;
}

.index-news-item:hover {
  cursor: pointer;
  background-color: #2e5099;
}

.index-news-item:hover * {
  color: #fff !important;
}

@media (max-width: 767px) {
  .index-about-wrap {
    justify-content: flex-start;
    flex-direction: column;
    padding: 20px 0;
  }

  .index-about-l {
    width: 100%;
  }

  .index-about-l-txt,
  .index-about-l-more {
    font-size: 14px;
  }

  .index-about-l-more {
    text-align: center;
    margin-top: 10px;
  }

  .index-about-r {
    width: 100%;
    display: none;
  }

  .index-about-l-con {
    margin-top: 10px;
  }

  .index-advantage {
    padding: 20px 0 0;
  }

  .index-advantage-title {
    margin-bottom: 10px;
  }

  .index-advantage-list {
    justify-content: flex-start;
    flex-direction: column;
  }

  .index-advantage-list-item {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .index-advantage-list-item-tit {
    font-size: 18px;
  }

  .index-advantage-list-item-txt {
    font-size: 14px;
  }

  .index-news {
    background-size: 100% auto;
    height: auto;
  }

  .index-news-title {
    padding: 20px 0;
  }

  .index-news-sub-title {
    margin: 10px 0;
  }

  .index-news-sub-title a {
    font-size: 15px;
    width: 100px;
    height: 30px;
    line-height: 30px;
  }

  .index-news-con {
    flex-direction: column;
    justify-content: flex-start;
  }

  .index-news-con-l {
    width: 100%;
    margin-bottom: 20px;
  }

  .index-news-con-r {
    width: 100%;
    height: auto;
  }

  .mySwiper02 .swiper-slide-img img {
    height: 210px;
    object-fit: cover;
  }

  .mySwiper02 .swiper-slide-con p {
    font-size: 14px;
  }

  .index-news-item-l {
    width: 60px;
    line-height: 20px;
  }

  .index-news-item-l strong {
    font-size: 15px;
  }

  .index-news-item-l span {
    font-size: 13px;
  }

  .index-news-item-r {
    width: calc(100% - 80px);
    padding-left: 20px;
    line-height: 25px;
  }

  .index-news-item-r h4 {
    font-size: 14px;
  }

  .index-news-item-r p {
    font-size: 13px;
  }

  .index-news-con-r .mySwiper03 {
    height: 240px;
  }
}


/* 首页 end */

/* 产品管线 begin */
.product {
  background-color: #fff;
  padding: 100px 0;
}

.product-title {
  font-size: 32px;
  color: #2B52A3;
  font-weight: bold;
  margin-bottom: 25px;
}

.product-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #2B52A3;
}

.product-richtext {
  /* margin: 20px 0; */
}

.product-richtext * {
  font-size: 18px;
  line-height: 36px;
}

.product-richtext p {
  color: #484848;
  word-break: break-word;
}

.product-richtext h2 {
  color: #2B52A3;
  margin: 10px 0;
}

.product-richtext img {
  width: 100%;
  max-width: 100%;
}

.product-richtext li a::before {
  background-color: #2B52A3;
  width: 5px;
  height: 5px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.product-richtext li a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .product {
    padding: 20px 0;
  }

  .product-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .product-richtext p {
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0;
  }

  .product-richtext h2 {
    font-size: 15px;
  }

  .product-richtext * {
    font-size: 14px;
    line-height: 24px;
  }
}

/* 产品管线 end */

/* 联系我们 begin*/
.contact-email {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.contact-email-wrap {
  padding: 100px 0;
  display: flex;
  justify-content: space-around;
}

.contact-email-wrap dl {
  width: 50%;
}


.contact-email-wrap dl,
.contact-email-wrap dd {
  display: flex;
  align-items: center;
}

.contact-email-wrap dd {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 20px;
  font-size: 18px;
}

.contact-email-wrap dd h2 {
  font-size: 18px;
}

.contact-email-wrap dd p {
  margin: 0;
}

.contact-map {
  margin-top: 50px;
}

.contact-map-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.contact-map-l {
  width: 30%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 320px;
}

.contact-map-l h2 {
  font-size: 20px;
  color: #353535;
}

.contact-map-l p {
  margin: 0;
  font-size: 18px;
  line-height: 36px;
}

.contact-map-main {
  width: 68%;
  height: 320px;
}

@media (max-width:767px) {
  .contact-email-wrap {
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 0;
  }

  .contact-email-wrap dl,
  .contact-email-wrap dd {
    width: 100%;
    justify-content: center;
  }

  .contact-map-wrap {
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 0;
  }

  .contact-map-l {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .contact-map-main {
    width: 100%;
  }
}

/* 联系我们 end */

/* 关于我们 */
.about-part1 {
  background-color: #fff;
}

.about-part1-wrap {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}

.about-part1-l {
  width: 48%;
  object-fit: cover;
}

.about-part1-r {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.partner p,
.about-part1-r p {
  font-size: 18px;
}

.sub-title {
  font-size: 32px;
  color: #262626;
  font-weight: bold;
  margin-bottom: 30px;
}

.sub-title-act {
  text-align: center;
  color: #2B52A3;
}

.sub-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #2B52A3;
}

.sub-title-act::after {
  margin: 0 auto;
}

.about .sub-text {
  font-size: 16px;
}

.sub-text p {
  font-size: 18px;
  line-height: 36px;
  color: #484848;
  margin-top: 20px;
}

.about-part2 {
  width: 100%;
  background-size: 100% 100%;
}

.about-part2-b {
  height: 478px;
}


.about-part2-wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 .98rem;
}

.about-part3 {
  width: 100%;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.mySwiper05-b::before {
  width: 100vw;
  content: '';
  display: block;
  border-bottom: 5px solid #E0E5ED;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: .3;
}

.about-part-bg {
  background: url('../images/bg-about2.png') no-repeat center bottom;
  background-size: cover;
  padding: .95rem 0;
  margin-top: .28rem;
}

.about-part3-wrap .sub-title {
  margin-top: 50px;
}

.about-part3-wrap {
  position: relative;
}

.mySwiper05-b {
  position: relative;
}

.about-part3-wrap .news-change-btn {
  background: none;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: .36rem;
  height: .36rem;
  display: block;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}

.about-part3-wrap .news-prev-btn {
  background-image: url('../images/icon-about1.png');
}

.about-part3-wrap .news-next-btn {
  background-image: url('../images/icon-about2.png');
  right: 0;
}

.mySwiper05 .swiper-slide {
  display: flex;
  justify-content: center;
}

.mySwiper05 .about-slider-item {
  height: 400px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.mySwiper05 .about-slider-item-text {
  /* background-color: #fff; */
  width: 100%;
  padding: 0 10px;
  height: 70px;
  border-radius: 10px;
  font-size: 18px;
  color: #333;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 28px;
  position: relative;
}

.mySwiper05 .about-slider-item-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*-webkit-line-clamp: 2;*/
  -webkit-box-orient: vertical;
}

/* .mySwiper05 .about-slider-item-text::before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #fff;
} */

.mySwiper05 .about-slider-item-time {
  font-size: 30px;
  color: #365F9F;
  font-weight: bold;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.mySwiper05 .about-slider-item-dot {
  height: 70px;
  width: 100%;
  text-indent: -9999999999em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper05 .about-slider-item-dot::after {
  content: '';
  display: block;
  background: url('../images/th-tuceng5.png') no-repeat scroll center center;
  width: 29px;
  height: 29px;
  background-size: 100% 100%;
  text-indent: -9999999999em;
}

.mySwiper05 .swiper-slide:nth-child(2n) .about-slider-item {
  flex-direction: column-reverse;
}

.mySwiper05 .swiper-slide:nth-child(2n) .about-slider-item .about-slider-item-text::before {
  position: absolute;
  top: 102px;
  transform: rotate(180deg);
}

.mySwiper05 .swiper-slide:nth-child(2n) .about-slider-item-time {
  align-items: flex-start;
}

.about-part4-wrap .sub-text {
  text-align: center;
}

.about-part4-wrap {
  padding: 50px 0;
}

.about-team-list {
  display: flex;
}

.about-team-list li {
  width: 18%;
  margin: 0 1%;
}

.about-team-list li a {
  width: 100%;
}

.about-team-list div {
  overflow: hidden;
}

.about-team-list img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: all .8s;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
}

.about-team-list p {
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 24px;
}

.about-team-list a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.about-part5-wrap {
  padding: 0 0 50px 0;
}

.about-teacher-list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-teacher-list-item {
  width: 49%;
  display: flex;
  margin-top: 20px;
  background-color: #f4f4f4;
  cursor: pointer;
}

.about-teacher-list-item-con {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 94%;
  padding-left: 3%;
  overflow: hidden;
}

.about-teacher-list-item-con h2 {
  font-size: 18px;
  color: #262626;
  line-height: 36px;
}

.about-teacher-list-item-con h3 {
  font-size: 18px;
  color: #262626;
  line-height: 36px;
}

.about-teacher-list-item-con p {
  font-size: 16px;
  color: #262626;
  line-height: 36px;
}

.about-teacher-list-item-con a {
  font-size: 16px;
  color: #2B52A3;
}

.about-teacher-list-item-img {
  width: 200px;
  height: 300px;
  object-fit: cover;
  transition: all .8s;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
}

.about-teacher-list-item:hover img {
  /* transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1); */
}

.popup-teacher {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
  display: none;
}

.popup-teacher-con {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-teacher.active {
  display: block;
}

.popup-teacher-wrap {
  width: 80%;
  height: 500px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.popup-teacher-wrap-l {
  width: 30%;
}

.popup-teacher-wrap-l-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-teacher-wrap-r {
  width: 68%;
}

.popup-teacher-wrap-r-tit {
  font-size: 30px;
  color: #2F2F2F;
  line-height: 40px;
  max-width: 92%;
  max-height: 80px;
  overflow: hidden;
}

.popup-teacher-wrap-r-subtit {
  font-size: 18px;
  color: #2F2F2F;
}

.popup-teacher-wrap-r-subtit::after {
  width: 64px;
  height: 3px;
  background-color: #2b52a3;
  content: '';
  display: block;
  margin-top: 10px;
}

.popup-teacher-wrap-r-txt {
  word-break: break-word;
  margin-top: 10px;
  font-size: 14px;
  line-height: 28px;
  color: #7F7E7E;
  overflow-x: hidden;
  height: calc(100% - 120px);
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 20px;
}

.popup-teacher-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.popup-teacher-close::after {
  content: '';
  display: block;
  background: url('../images/icon-close.png') no-repeat;
  width: 27px;
  height: 27px;
  background-size: 100% 100%;
}

@media (max-width: 767px) {
  .about-part1-wrap {
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 0;
  }

  .about-part1-l {
    width: 100%;
  }

  .about-part1-r {
    width: 100%;
    margin-top: 10px;
  }

  .sub-title {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px;
  }

  .sub-title::after {
    margin: 0 auto;
  }

  .sub-text {
    margin: 0 !important;
  }

  .about-part3 {
    background-size: 100% auto;
  }

  .about-part3-wrap .sub-title {
    margin-top: 20px;
  }

  .about-part2 {
    padding: 50px 0;
    height: auto;
  }

  .about-part4-wrap {
    padding: 0;
  }

  .about-team-list {
    flex-direction: column;
    justify-content: flex-start;
  }

  .about-team-list li {
    width: 100%;
    margin: 10px 0 0;
    cursor: pointer;
  }

  .about-team-list li a {
    width: 100%;
  }

  .about-team-list img {
    height: 160px;
  }

  .about-team-list p {
    font-size: 14px;
    margin: 5px 0;
  }

  .about-teacher-list {
    margin: 0;
    flex-direction: column;
    justify-content: flex-start;
  }

  .about-teacher-list-item {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .about-part5-wrap {
    padding-bottom: 20px;
  }

  .about-teacher-list-item-img {
    width: 160px;
    height: 240px;
  }

  .about-teacher-list-item-con h2 {
    font-size: 14px;
    line-height: 24px;
  }

  .about-teacher-list-item-con h3 {
    font-size: 14px;
    line-height: 24px;
  }

  .about-teacher-list-item-con p {
    font-size: 13px;
    line-height: 24px;
    margin: 5px 0;
  }

  .about-teacher-list-item-con a {
    font-size: 13px;
  }

  .popup-teacher-wrap {
    width: 90vw;
    height: 80vh;
    flex-direction: column;
    justify-content: flex-start;
  }

  .popup-teacher-con {
    align-items: flex-start;
    margin-top: 40px;
  }

  .popup-teacher-close {
    width: 40px;
    height: 40px;
  }

  .popup-teacher-close::after {
    width: 20px;
    height: 20px;
  }

  .popup-teacher-wrap-l {
    width: 100%;
    height: 30%;
    margin-top: 20px;
  }

  .popup-teacher-wrap-l-img {
    object-fit: contain;
  }

  .popup-teacher-wrap-r {
    width: 100%;
    height: 70%;
    margin-bottom: 20px;
  }

  .popup-teacher-wrap-r-tit {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    max-width: 100%;
  }

  .popup-teacher-wrap-r-subtit {
    font-size: 15px;
    line-height: 24px;
  }

  .popup-teacher-wrap-r-subtit::after {
    margin-top: 5px;
  }

  .popup-teacher-wrap-r-txt {
    margin: 0 0 20px 0;
    line-height: 22px;
  }
}

/* 关于我们 end */


/* 全球合作 begin */
.partner {
  padding: 0 0 50px;
}

.parent-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.parent-list a {
  width: 32%;
  margin-right: 1%;
  height: 200px;
  margin-bottom: 20px;
  display: block;
  border: 1px solid #ccc;
  overflow: hidden;
  cursor: pointer;
}

.parent-list a img {
  padding: 10px;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: all .8s;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
}

.parent-list a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

@media (max-width: 767px) {
  .parent-list {
    justify-content: flex-start;
    margin-top: 0;
  }

  .parent-list a {
    width: 48%;
    height: 80px;
    margin: 0 1%;
    margin-bottom: 10px;
  }

  .partner {
    padding-bottom: 10px;
  }

  .partner-part2 {
    padding-bottom: 0;
  }

  .partner-part3 {
    padding-bottom: 20px;
  }
}

/* 全球合作 end */


.join {
  background: url('../images/join-bg.png') no-repeat scroll center center;
  width: 100%;
  background-size: 100% auto;
  padding-bottom: 50px;
}

.join-change {
  display: flex;
  justify-content: space-between;
  height: 280px;
  margin-top: 30px;
}

.join-change li {
  width: 48%;
  height: 280px;
  overflow: hidden;
  position: relative;
}

.join-change li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.join-change li p {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 30px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.join-change li a {
  width: 100%;
  height: 100%;
  display: block;
}

.join-change li img {
  width: 100%;
  height: 100%;
  transition: all .8s;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
}

.join-change li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.mySwiper04 .swiper-slide-txt {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  margin: 10px 0 40px 0;
}

.join-hr {
  display: flex;
}

.join-hr li {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.join-hr li h2 {
  font-size: 30px;
  color: #202020;
  font-weight: normal;
  margin-top: 20px;
}

.join-more {
  width: 216px;
  height: 65px;
  background: #E9EAF3;
  border-radius: 5px;
  color: #2B52A3;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 50px;
}

.join-part3-wrap .swiper-slide-img {
  overflow: hidden;
}

.join-part3-wrap .swiper-slide-img img {
  transition: all .8s;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
}

.join-part3-wrap a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.join-part3-wrap .swiper-slide-txt {
  text-align: center;
}

.join-part3-wrap .mySwiper03 {
  height: 330px;
}

@media (max-width:767px) {
  .join {
    padding-bottom: 20px;
  }

  .join-hr {
    flex-direction: column;
    justify-content: flex-start;
  }

  .join-hr li {
    width: 100%;
    margin-bottom: 10px;
  }

  .join-hr li h2 {
    font-size: 16px;
    margin-top: 5px;
  }

  .join-hr li p {
    margin: 0;
  }

  .join-part1-wrap .sub-title {
    margin: 20px 0 20px !important;
  }

  .join-more {
    height: 40px;
    line-height: 40px;
    width: 150px;
    margin: 20px auto;
  }

  .join-change {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
  }

  .join-change li {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
  }


  .join-part3-wrap .sub-title {
    margin: 20px auto !important;
  }

  .join-part3-wrap .swiper-slide-txt {
    text-align: center;
    padding-bottom: 20px;
  }
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

.join-hr li {
  cursor: pointer;
}

.join-hr li.active {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.index-about-b {
  background: url(../images/bg-home.png)no-repeat center bottom;
  background-size: 100% auto;
}

.index-news-i {
  width: calc(100% / 2);
  padding-left: .58rem;
}

.index-news-con-day {
  font-size: 14px;
  font-weight: 500;
  color: #B0B0B0;
}

.index-news-con-day img {
  margin-right: 8px;
}

.index-news-con-b {
  padding: 0 .12rem;
  margin-top: .2rem;
}

.index-news-con-b>.title {
  font-size: 18px;
  font-weight: bold;
  color: #484848;
}

.index-news-b {
  margin-top: .5rem;
  margin-left: -.58rem;
}

.flex {
  display: flex;
}

.items-center {
  display: flex;
  align-items: center;
}

.index-news-img img,
.index-news-img {
  width: 100%;
}

.product-part {
  background: #FFFFFF;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.09);
  border-radius: 3px;
  padding: .5rem;
  margin-bottom: .31rem;
}

.product-menu {
  width: 100%;
}

.product-menu-i {
  width: calc(100% / 2);
  background: #FFFFFF;
  border: 1px solid rgba(43, 82, 163, 0.75);
  padding: .3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  color: #2B52A3;
}

.product-menu-i.cur {
  color: #FFFFFF;
  background: #2B52A3;
}

.product-menu-i:nth-child(1) {
  border-radius: 10px 0 0 10px;
}

.product-menu-i:nth-child(2) {
  border-radius: 0 10px 10px 0;
}

.product-wrap {
  margin-top: .52rem;
}

.product-wrap-img {
  margin-bottom: .32rem;
}

.product-patient-i {
  width: calc(100% / 4);
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}

.product-patient {
  background: #2B52A3;
  padding: .24rem .61rem;
}

.product-patient-c {
  padding: 0 .61rem;
  border-bottom: 1px dashed #CECECE;
}

.product-patient-c-i {
  width: calc(100% / 4);
  font-size: 18px;
  font-weight: 400;
  color: #323232;
  line-height: 24px;
  padding: .24rem 0;
  padding-right: .3rem;
}

.product-patient-c>a {
  color: #2B52A3;
}

.product-info {
  font-size: 18px;
  font-weight: bold;
  color: #323232;
}

.recruit-list {
  margin-top: .58rem;
}

.recruit-list-i {
  padding-top: .27rem;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.09);
  border-radius: 3px;
  margin-bottom: .38rem;
}

.recruit-list-i-t {
  width: max-content;
  padding: .14rem .55rem;
  background: #2B52A3;
  border-radius: 0 60px 60px 0;
}

.recruit-list-i-t>.title {
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

.recruit-list-i-t>.title::before {
  width: 18px;
  height: 12px;
  background: url(../images/icon-recruit-l.png)no-repeat;
  background-size: 100% 100%;
  content: '';
  display: block;
  margin-right: .26rem;
}

.recruit-list-i-t>.title::after {
  width: 18px;
  height: 12px;
  background: url(../images/icon-recruit-r.png)no-repeat;
  background-size: 100% 100%;
  content: '';
  display: block;
  margin-left: .26rem;
}

.recruit-list-contact,
.recruit-list-condition,
.recruit-list-i-c {
  padding: .47rem .88rem;
}

.recruit-list-i-c>.title {
  font-size: 18px;
  font-weight: bold;
  color: #323232;
}

.recruit-list-i-c>.info {
  font-size: 18px;
  font-weight: 400;
  color: #323232;
  line-height: 30px;
  margin-top: .2rem;
}

.recruit-list-condition>.title {
  font-size: 18px;
  font-weight: 400;
  color: #323232;
}

.recruit-list-condition>.title span {
  font-size: 18px;
  font-weight: 500;
  color: #2B52A3;
  margin-right: .24rem;
}

.recruit-list-contact-i>.title {
  font-size: 16px;
  font-weight: bold;
  color: #2B52A3;
}

.recruit-list-contact-i>.info {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  margin-top: .05rem;
}

.recruit-list-contact-i {
  width: calc(100% / 3);
}

.statement-title {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
}

.technology-i-t>.title {
  font-size: 32px;
  font-weight: bold;
  color: #2B52A3;
  margin-left: .11rem;
}

.technology-i {
  padding: .59rem .84rem;
  background: #fff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.09);
  border-radius: 3px;
  margin-bottom: .54rem;
}

.technology-i img {
  width: auto;
  height: max-content;
}

.technology-i-c-title {
  font-size: 18px;
  font-weight: bold;
  color: #323232;
}

.technology-i-c-title::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #323232;
  content: '';
  display: block;
  margin-right: .1rem;
}

.technology-i-c {
  margin-top: .53rem;
}

.technology-i-c-info {
  font-size: 18px;
  font-weight: 400;
  color: #323232;
  line-height: 36px;
}

.technology-i-c-img {
  margin-top: .2rem;
}

.technology-i-info-img {
  width: 4.11rem;
  height: 4.11rem;
}

.technology-i-info-img img {
  width: 100%;
  height: 100%;
}

.technology-i-info>.title {
  width: 48%;
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  line-height: 30px;
  margin-left: .67rem;
}

.technology-i-info {
  display: flex;
  justify-content: center;
  margin-top: .47rem;
}

.join-us-img {
  width: 48%;
}

.join-us-con {
  width: 45%;
}

.join-us {
  /*padding: 1.92rem 0;*/
  background: url(../images/bg-join.png)no-repeat center center;
  background-size: contain;
}

.join-us-con-t>.title {
  font-size: 18px;
  font-weight: bold;
  color: #484848;
}

.join-us-con-t>.info {
  font-size: 18px;
  font-weight: 400;
  color: #484848;
  line-height: 36px;
}

.join-us-con>.title {
  font-size: 32px;
  font-weight: bold;
  color: #2B52A3;
  margin-bottom: .25rem;
}

.join-us-con>.title::after {
  width: 0.63rem;
  height: 0.03rem;
  background: #2B52A3;
  content: '';
  display: block;
}

.join-us-con-t {
  margin-bottom: .5rem;
}


.join-us-con-t:last-child {
  margin-bottom: 0;
}

.join-us-i:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 1rem;
}

.join-us-con-btn {
  padding: .13rem .38rem;
  border-radius: 30px;
  background: #2B52A3;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}

.about-part2-wrap-info>.t1 {
  font-size: 20px;
  font-weight: bold;
  color: #2B52A3;
}

.about-part2-wrap-info>.t2 {
  font-size: 18px;
  font-weight: 400;
  color: #484848;
}

.about-part2-wrap-info {
  margin-bottom: .3rem;
}

.about-part2-wrap-info:last-child {
  margin-bottom: 0;
}

.team-list {
  display: flex;
  flex-wrap: wrap;
}

.team-list-i {
  width: calc(100% / 5);
  margin-bottom: .8rem;
  text-align: center;
}

.img-scale {
  overflow: hidden;
}

.img-scale img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
  -webkit-transition: all .8s
}

.img-scale:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform: scale(1.1)
}


.team-list-img img,
.team-list-img {
  width: 2rem;
  height: 2rem;
  max-height: 2rem;
  overflow: hidden;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}

.team-list-i {
  padding-left: .64rem;
  margin-bottom: .8rem;
}

.team-list {
  margin-top: 50px;
  margin-left: -.64rem;
}

.team-list-i>.t1 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  margin-top: .27rem;
}

.about-part5 {
  background: url(../images/bg-about3.png)no-repeat center bottom;
  background-size: cover;
}

.mySwiper05 {
  width: 90% !important;
  margin: auto;
}

@media (max-width: 1600px) {
  .header .wgt-nav li {
    position: relative;
    padding: 0 0.1rem !important;
  }
}

@media (max-width: 1400px) {

  .index-news-wrap,
  .index-about-b,
  .product-b,
  .public-tobody {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-b {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .about-part3-wrap .news-prev-btn {
    left: 20px !important;
  }

  .about-part3-wrap .news-next-btn {
    right: 20px !important;
    left: auto !important;
  }
}

@media (max-width: 1024px) {
  .pub-title {
    font-size: 30px;
  }

  .section-banner .wgt-banner-slot h2 strong {
    font-size: 22px;
  }

  .technology-i {
    padding: .4rem;
  }

  .product-patient-c,
  .product-patient {
    min-width: 1024px;
  }

  .product-patient-b {
    overflow-x: scroll;
  }

  .team-list {
    margin-top: 30px;
  }

  .mySwiper05 .about-slider-item-text {
    width: 100%;
  }

  .join-us-con>.title,
  .technology-i-t>.title,
  .recruit-list-i-t>.title,
  .sub-title,
  .product-title,
  .product-menu-i {
    font-size: 22px;
  }

  .about-part-bg,
  .about-part4-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  footer {
    padding: 0 !important;
  }

}

@media (max-width: 900px) {
  .pep2Col_mlb {
    display: none;
  }
}

@media (max-width: 768px) {
  .index-news-i {
    padding-left: 0;
  }

  .index-news-b {
    margin: 0;
  }

  .index-news-con-b>.title {
    font-size: 16px;
  }

  .index-news-wrap,
  .index-about-wrap {
    width: 100% !important;
  }

  .pub-title {
    font-size: 20px;
  }

  .index-about-l-con {
    margin-top: 10px;
  }

  .index-news-title,
  .index-about-wrap {
    padding: 20px 0;
  }

  .index-news-i {
    margin-bottom: 20px;
  }

  .index-news-i,
  .index-about-r,
  .index-about-l {
    width: 100% !important;
  }

  .section-banner .wgt-banner-slot {
    left: 25px;
  }

  .index-news-b,
  .index-about-wrap,
  .join-us-i:nth-child(even),
  .join-us-i {
    display: block;
  }

  .join-us-img {
    width: 100%;
    text-align: center;
  }

  .join-us-con {
    width: 100%;
    margin-top: 20px;
  }

  .join-us {
    padding: 20px 0;
  }

  .technology-i-c {
    margin-top: 20px;
  }

  .recruit-list-contact,
  .recruit-list-condition,
  .recruit-list-i-c {
    padding: .4rem;
  }

  .recruit-list-contact-i {
    width: 100%;
    margin-bottom: 20px;
  }

  .recruit-list-contact-i:last-child {
    margin-bottom: 0;
  }

  .recruit-list-contact {
    display: flex;
    flex-wrap: wrap;
  }

  .about-part4-wrap {
    padding: 0;
  }

  .team-list-i>.t1 {
    margin-top: 10px;
  }

  .join-us-con>.title,
  .recruit-list-i-t>.title,
  .mySwiper05 .about-slider-item-time,
  .sub-title {
    font-size: 20px;
  }

  .mySwiper05 .about-slider-item {
    height: 380px;
  }

  .team-list-img img,
  .team-list-img {
    max-height: 4rem;
  }

  .team-list-i {
    width: calc(100% / 3);
  }

  .about-part3 {
    padding-bottom: 0;
  }

  .about-part2 {
    padding: 20px;
  }

  .about-part3-wrap .news-change-btn {
    width: 0.5rem;
    height: 0.5rem;
  }


  .public-tobody {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-title::after {
    margin-top: 5px;
  }

  .product-richtext * {
    font-size: 18px;
    line-height: 28px;
  }

  .product-title {
    margin-bottom: 15px;
  }

  .product-title,
  .product-menu-i {
    font-size: 20px;
  }

  .product-part {
    padding: .3rem;
  }

  .about-part2-b {
    height: 400px;
  }
}

@media (max-width: 580px) {
  .technology-i-info>.title {
    margin-top: 10px;
  }

  .technology-i-info>.title,
  .technology-i-info-img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .technology-i-info {
    display: block;
  }

  .team-list-i {
    width: calc(100% / 2);
  }

  .mySwiper05 .about-slider-item {
    height: 300px;
  }

  .product-title,
  .product-menu-i {
    font-size: 18px;
  }

  .product-menu-i {
    padding: .2rem 0;
  }
}

.item-hd .col,
.wgt-list-job .wgt-hd .col {
  width: calc(100% / 3);
}

.pep2Head .pep2Col span {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}

.pep2Col span {
  font-size: 18px;
  font-weight: 400;
  color: #414141;
}

.contact-email-wrap dt {
  width: 40px;
  min-width: 40px;
  height: auto;
  object-fit: contain;
  text-align: center;
}

.contact-email-wrap dt img {
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: auto;
}

@media (max-width: 580px) {
  .contact-email-wrap dt {
    width: 35px;
    min-width: 35px;
    height: auto;
    object-fit: contain;
    text-align: center;
  }
}