@import "//at.alicdn.com/t/c/font_4406115_2ijb6kmjvpq.css";
.icon {
  font-size: unset;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}


td,
th {
  padding: 0;
}
.ul li,
.ul,
.ul ul,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content {
  position: relative;
}
.clear:after {
  clear: both;
}
a,
.fade,
.touch .default {
  transition: all 0.4s ease;
}
[class^='ell'],
[class*=' ell'],
.oppress,
.clip {
  overflow: hidden;
}
[class^='ell'],
[class*=' ell'] {
  text-overflow: ellipsis;
}
.ell {
  white-space: nowrap;
}
.ell2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.section,
.contain,
.cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.contain {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.section,
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.fill {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
[v-cloak],
.none {
  display: none;
}
a,
canvas,
svg,
.clear:after,
.square:after,
.add:after,
.add:before,
.add-abs:after,
.add-abs:before,
.block {
  display: block;
}
.clear:after,
.square:after,
.add-abs:after,
.add-abs:before,
.add:after,
.add:before {
  content: "";
}
.fill,
.abs,
.abs-center,
.add-abs:after,
.add-abs:before {
  position: absolute;
}
.abs-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.fade-leave-to,
.fade-enter,
.fade {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.fade-enter-to,
.fade-leave,
.fade-on {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.cc {
  -webkit-border-radius: 960px;
  -moz-border-radius: 960px;
  border-radius: 960px;
}
.square:after {
  padding-top: 100%;
}
[class^='flex'],
[class*=' flex'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-balance,
.flex-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-gather,
.flex-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-balance,
.flex-gather,
.flex-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrap {
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.op7 {
  opacity: 0.7;
}
.spe-font {
  font-family: "Mont", sans-serif;
}
.bold {
  font-weight: bold;
}
.comrow2 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.colfff {
  color: #fff;
}
.maincolor {
  color: #144170;
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 800px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 801px) {
  .hide-pc {
    display: none;
  }
  
}
.touch.on .default,
.touch.swiper-slide-active .default,
.touch:hover .default {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.touch.on .fade,
.touch.swiper-slide-active .fade,
.touch:hover .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.oppress img,
.oppress .cover,
.oppress .contain {
  transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover,
.oppress:hover .contain {
  transform: scale(1.1);
}
.box-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.title {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 0.7rem;
}
@media (max-width: 1370px) {
  .pa,
  .pt {
    padding-top: 50px;
  }
}
.pt,
.pb {
  padding-bottom: 0.7rem;
}
@media (max-width: 1370px) {
  .pt,
  .pb {
    padding-bottom: 50px;
  }
}
.text,
.txt {
  line-height: 1.8;
  opacity: 0.7;
}
.text.ell2,
.txt.ell2 {
  height: 3.6em;
}
@media (max-width: 1440px) {
  .text,
  .txt {
    line-height: 1.6;
  }
  .text.ell2,
  .txt.ell2 {
    height: 3.2em;
  }
}
.text *,
.txt * {
  font-size: inherit !important;
  line-height: inherit !important;
}
.text {
  font-size: 14px;
}
@media (max-width: 800px) {
  .text {
    font-size: 13px;
  }
}
@media (min-width: 1681px) {
  [class^='adpat'],
  [class*=' adpat'] {
    font-size: 20px;
  }
}
@media (max-width: 1680px) {
  [class^='adpat'],
  [class*=' adpat'] {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  [class^='adpat'],
  [class*=' adpat'] {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .adpat-much,
  .adpat-more {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .adpat-much,
  .adpat-more {
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  .adpat-much {
    font-size: 10px;
  }
}
@media (max-width: 640px) {
  .adpat-much {
    font-size: 8px;
  }
}
.txt,
body,
.tf {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .txt,
  body,
  .tf {
    font-size: 14px;
  }
}



@media (max-width: 1680px) {
  ul.pagination li {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  ul.pagination li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  ul.pagination li {
    font-size: 14px;
  }
}
body > .fill,
.section {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
.nav-padding {
  height: 5em;
}
.main {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .main {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
  }
}




/*.honors-content .swiper-container2 .swiper-slide img {*/
/*  height: 100%;*/
/*  max-width: 100%;*/
/*}*/
@media (max-width: 768px) {
  .honors-content {
    padding: 50px 0 10px;
  }
  .honors-content .swiper-box {
    margin: 20px auto 48px;
  }
  .honors-content .swiper-box .swiper-slide {
    width: 320px;
    height: 235px;
  }
  .honors-content .right-pic {
    width: 100%;
    margin-top: 30px;
  }
}
.connect-section {
  background-image: url("../images/connect-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.connect-us {
  overflow: hidden;
}
.connect-us .tit {
  font-size: 2em;
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .connect-us .tit {
    margin-bottom: 16px;
  }
}
.connect-us .info {
  margin-top: 40px;
}

.connect-us .info dl {
  margin-bottom: 25px;
}
.connect-us .info dl span {
  display: block;
}
    .connect-us .info dt {
        font-size: 24px;
        color: #426bd0;
        width: 58px;
        height: 58px;
        border-width: 1px;
        border-color: #426bd0;
        border-style: solid;
        border-radius: 50%;
        margin-right: 20px;
    }
.connect-us .wechat {
  margin-top: 60px;
}
.connect-us .wechat li {
  text-align: center;
  margin-right: 56px;
}
.connect-us .wechat li:last-child {
  margin-right: 0;
}
.connect-us .wechat li .pic {
    width: 121px;
    
  border-width: 1px;
  border-color: #afafaf;
  border-style: solid;
  background-color: #ffffff;
  padding: 2px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .connect-us .info {
    flex-wrap: wrap;
  }
  .connect-us .info dt {
  font-size: 20px;
  width: 48px;
  height: 48px;
  
  margin-right: 10px;
}
}
@media (max-width: 1024px) {
    .connect-section .main{
        padding-left: 20px;
        padding-right: 20px;
    }
  .connect-us .wechat {
    width: 80%;
    margin: 60px auto 0;
    justify-content: space-between;
  }
  .connect-us .wechat li {
    margin-right: 0;
  }
}
#map2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 820px;
}
@media (max-width: 1024px) {
  #map2 {
    position: relative;
    width: 100%;
    height: 420px;
  }
}
.job {
  background-color: #f7f6f5;
}
