body {
  overflow-x: hidden
}

img {
  max-width: 100%;
  max-height: 100%
}

.h2title {
  font-size: 48px;
  font-family: Marion;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px
}

.h3title {
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: 700;
  color: #333
}

.banner-wrap {
  position: relative;
  width: 100%
}

.banner-wrap .banner {
  width: 100%;
  background: url("/static/image/about_banner.jpg") no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%
}

.banner-wrap .banner .banner-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 299px;
  border-bottom: 1px solid rgba(255, 255, 255, .7)
}

.banner-wrap .banner .banner-cont div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, .7)
}

.banner-wrap .banner .banner-cont div:last-of-type {
  border-right: 0
}

.banner-wrap .banner .banner-cont .item {
  font-size: 36px;
  color: #fff;
  letter-spacing: 4px
}

.banner-wrap .banner .banner-cont .data {
  margin-top: 35px;
  font-weight: 700
}

.banner-wrap .banner .banner-cont .data span {
  font-size: 72px;
  color: #fff
}

@-webkit-keyframes mouse {
  0% {
    opacity: .3
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: .3
  }
}

@keyframes mouse {
  0% {
    opacity: .3
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: .3
  }
}

.banner-wrap .banner .banner-cont .icon-mouse {
  position: absolute;
  bottom: -70%;
  left: -12px;
  font-size: 55px;
  color: #fff;
  cursor: pointer;
  -webkit-animation: mouse 2s linear infinite;
  animation: mouse 2s linear infinite
}

.company-profile {
  width: 100%
}

.company-profile .profile-wrap {
  position: relative
}

.company-profile .profile-wrap .profile-info {
  position: relative;
  width: 696px;
  padding-top: 7.4%;
  padding-bottom: 14%
}

.company-profile .profile-wrap .profile-info::after {
  position: absolute;
  top: 36px;
  right: 0;
  z-index: -1;
  content: '';
  width: 206px;
  height: 235px;
  background: url("/static/image/logo.png") no-repeat;
  background-size: 100%;
  opacity: .1
}

.company-profile .profile-wrap .profile-info .h2title {
  font-family: 'Bodoni 72 Oldstyle';
  color: #333;
  line-height: 37px;
  word-spacing: 2px
}

.company-profile .profile-wrap .profile-info .h3title {
  height: 30px;
  margin-top: 32px;
  line-height: 30px
}

.company-profile .profile-wrap .profile-info .profile-cont {
  padding-top: 36px
}

.company-profile .profile-wrap .profile-info .profile-cont p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1px
}

.company-profile .profile-wrap a {
  position: absolute;
  bottom: 60px;
  right: 427px;
  z-index: 1;
  width: 176px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  background-color: #4f9ae9;
  border-radius: 25px;
  cursor: pointer
}

.company-profile .profile-wrap .side-view {
  position: absolute;
  top: -92px;
  right: 0;
  height: 1176px;
  overflow-y: hidden
}

.company-profile .profile-wrap .side-view img {
  max-width: inherit;
  max-height: inherit
}

.corporate-culture {
  width: 100%
}

.corporate-culture .top-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.corporate-culture .top-view img {
  width: 27.66%
}

.corporate-culture .top-view img:first-child {
  width: 44.69%
}

.corporate-culture .culture-wrap {
  margin-top: -60px
}

.corporate-culture .culture-wrap .h2title {
  line-height: 34px;
  color: #f2cb45
}

.corporate-culture .culture-wrap .h3title {
  margin-top: 28px;
  line-height: 31px;
  color: #000
}

.corporate-culture .culture-wrap .culture-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 386px
}

.corporate-culture .culture-wrap .culture-cont .culture-item {
  min-height: 150px
}

.corporate-culture .culture-wrap .culture-cont .culture-item .culture-title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  line-height: 60px;
  letter-spacing: 3px
}

.corporate-culture .culture-wrap .culture-cont .culture-item .culture-title::before {
  position: absolute;
  top: 8px;
  left: -16px;
  z-index: -1;
  content: '';
  width: 42px;
  height: 42px;
  background-color: #f2cb45;
  border-radius: 50%
}

.corporate-culture .culture-wrap .culture-cont .culture-item .culture-summary {
  width: 226px;
  margin-top: 18px;
  font-size: 16px;
  color: #555;
  line-height: 36px
}

.staff-mien-wrap {
  position: relative;
  width: 100%
}

.staff-mien-wrap .style-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.staff-mien-wrap .style-show div {
  width: 25%
}

.staff-mien-wrap .style-show div:nth-child(1),
.staff-mien-wrap .style-show div:nth-child(6),
.staff-mien-wrap .style-show div:nth-child(7) {
  width: 50%
}

.staff-mien-wrap .style-show div img {
  width: 100%;
  vertical-align: top
}

.staff-mien-wrap .staff-mien {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1096px;
  height: 115px;
  padding-top: 31px;
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#4f9ae9), to(transparent));
  background: -webkit-linear-gradient(right, transparent, #4f9ae9, transparent);
  background: linear-gradient(to left, transparent, #4f9ae9, transparent)
}

.staff-mien-wrap .staff-mien .h2title {
  color: #fff;
  line-height: 34px
}

.staff-mien-wrap .staff-mien .h3title {
  margin-top: 29px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 3px
}

.contact-us {
  width: 100%
}

.contact-us .head-office-wrap {
  padding-top: 85px;
  padding-bottom: 38px;
  border-bottom: 1px solid #eee
}

.contact-us .head-office-wrap .head-office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.contact-us .head-office-wrap .head-office .office-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.contact-us .head-office-wrap .head-office .company-cn {
  margin-top: 9px
}

.contact-us .head-office-wrap .head-office .address {
  margin-top: 14px;
  font-size: 18px;
  line-height: 18px
}

.contact-us .head-office-wrap .head-office .email,
.contact-us .head-office-wrap .head-office .tel {
  margin-top: 14px;
  line-height: 18px;
  font-size: 18px;
  text-indent: 2.6em
}

.contact-us .head-office-wrap .head-office .email {
  margin-top: 17px
}

.contact-us .head-office-wrap .head-office .location {
  width: 144px;
  margin-top: 52px;
  font-size: 16px
}

.contact-us .branch-office-wrap {
  padding-top: 28px
}

.contact-us .branch-office-wrap .branch-office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.contact-us .branch-office-wrap .branch-office .branch-info {
  height: 289px;
  margin-top: 18px
}

.contact-us .branch-office-wrap .branch-office .address {
  margin-top: 20px
}

.contact-us .branch-office-wrap .branch-office .email,
.contact-us .branch-office-wrap .branch-office .tel {
  margin-top: 25px;
  line-height: 14px;
  text-indent: 3.5em;
  text-decoration: underline
}

.contact-us .branch-office-wrap .branch-office .email {
  margin-top: 10px
}

.contact-us .branch-office-wrap .branch-office .location {
  width: 118px;
  margin-top: 29px
}

.contact-us .company-cn {
  color: #555;
  line-height: 14px
}

.contact-us .company-en {
  margin-top: 6px;
  font-size: 24px;
  color: #000;
  line-height: 24px;
  text-transform: uppercase
}

.contact-us .address {
  color: #000;
  line-height: 14px
}

.contact-us .address::before {
  display: inline-block;
  content: '';
  width: 49px;
  height: 0;
  border: 1px solid #d2d2d2;
  vertical-align: middle
}

.contact-us .email,
.contact-us .tel {
  display: block;
  color: #000
}

.contact-us .location {
  display: block;
  height: 35px;
  border: 1px solid #4f9ae9;
  border-radius: 18px;
  color: #4f9ae9;
  line-height: 36px;
  text-align: center;
  margin-left: 45px
}

@media only screen and (max-width: 1440px) {
  .h2title {
    font-size: 40px
  }

  .banner-wrap .banner .banner-cont .item {
    font-size: 30px
  }

  .banner-wrap .banner .banner-cont .data span {
    font-size: 58px
  }

  .company-profile .profile-wrap .profile-info .profile-cont p {
    font-size: 14px
  }

  .company-profile .profile-wrap .side-view {
    height: 1104px
  }
}

@media only screen and (max-width:750px) {
  html {
    font-size: 75px
  }

  .wrapper {
    width: 100%
  }

  .h2title {
    font-size: .32rem;
    letter-spacing: .013333rem
  }

  .h3title {
    font-size: .2rem
  }

  .banner-wrap .banner {
    height: 5.273333rem;
    background: url("/static/image/about_banner.jpg") no-repeat;
    background-position: 68%;
    background-size: 200%
  }

  .banner-wrap .banner .banner-cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 97.667%;
    height: 2.006667rem;
    margin: 0 auto;
    border-bottom: 0
  }

  .banner-wrap .banner .banner-cont div {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    width: 50%;
    padding-left: .346667rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .banner-wrap .banner .banner-cont div:first-child {
    border-right: 1px solid rgba(255, 255, 255, .7);
    border-bottom: 1px solid rgba(255, 255, 255, .7)
  }

  .banner-wrap .banner .banner-cont div:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    border-left: 1px solid rgba(255, 255, 255, .7);
    border-right: 1px solid rgba(255, 255, 255, .7)
  }

  .banner-wrap .banner .banner-cont div:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .7)
  }

  .banner-wrap .banner .banner-cont div:nth-child(4) {
    width: 25%;
    padding-left: .24rem;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .banner-wrap .banner .banner-cont:after {
    display: block;
    content: '';
    width: 25%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .banner-wrap .banner .banner-cont .item {
    font-size: .16rem;
    letter-spacing: .013333rem
  }

  .banner-wrap .banner .banner-cont .data {
    margin-top: .106667rem
  }

  .banner-wrap .banner .banner-cont .data span {
    font-size: .32rem
  }

  .banner-wrap .banner .banner-cont .icon-mouse {
    display: none
  }

  .company-profile .profile-wrap .profile-info {
    width: 100%;
    padding: .533333rem .186667rem .36rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .company-profile .profile-wrap .profile-info::after {
    top: .273333rem;
    right: .14rem;
    width: 1.4rem;
    height: 1.533333rem
  }

  .company-profile .profile-wrap .profile-info .h2title {
    height: .246667rem;
    line-height: .32rem;
    font-size: .32rem;
    word-spacing: .026667rem
  }

  .company-profile .profile-wrap .profile-info .h3title {
    height: .2rem;
    margin-top: .186667rem;
    font-size: .2rem;
    line-height: .266667rem
  }

  .company-profile .profile-wrap .profile-info .profile-cont {
    padding-top: .28rem
  }

  .company-profile .profile-wrap .profile-info .profile-cont p {
    margin-top: .106667rem;
    font-size: .16rem;
    line-height: .32rem;
    letter-spacing: .006667rem
  }

  .company-profile .profile-wrap a {
    display: none
  }

  .company-profile .profile-wrap .side-view {
    display: none
  }

  .corporate-culture .culture-wrap {
    margin-top: -.386667rem
  }

  .corporate-culture .culture-wrap .h2title {
    height: .226667rem;
    line-height: .24rem
  }

  .corporate-culture .culture-wrap .h3title {
    height: .206667rem;
    margin-top: .19rem;
    line-height: .2rem
  }

  .corporate-culture .culture-wrap .culture-cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    height: auto;
    padding-left: .48rem;
    margin-top: .573333rem
  }

  .corporate-culture .culture-wrap .culture-cont .culture-item {
    width: 50%;
    min-height: 0;
    margin-bottom: .533333rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .corporate-culture .culture-wrap .culture-cont .culture-item .culture-title {
    line-height: .4rem;
    font-size: .16rem;
    letter-spacing: .02rem
  }

  .corporate-culture .culture-wrap .culture-cont .culture-item .culture-title::before {
    top: .013333rem;
    left: -.113333rem;
    width: .28rem;
    height: .28rem
  }

  .corporate-culture .culture-wrap .culture-cont .culture-item .culture-summary {
    width: 1.606667rem;
    margin-top: .226667rem;
    line-height: .24rem;
    font-size: .16rem
  }

  .corporate-culture .culture-wrap .culture-cont .culture-item:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .staff-mien-wrap {
    padding: 0 .133333rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .staff-mien-wrap .style-show div {
    width: 50%
  }

  .staff-mien-wrap .style-show div:nth-child(1),
  .staff-mien-wrap .style-show div:nth-child(6),
  .staff-mien-wrap .style-show div:nth-child(7) {
    width: 100%
  }

  .staff-mien-wrap .style-show div:nth-child(6) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .staff-mien-wrap .style-show div:nth-child(4),
  .staff-mien-wrap .style-show div:nth-child(5),
  .staff-mien-wrap .style-show div:nth-child(7) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .staff-mien-wrap .style-show div:nth-child(8),
  .staff-mien-wrap .style-show div:nth-child(9) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .staff-mien-wrap .staff-mien {
    top: 49%;
    width: 100%;
    height: auto;
    padding-top: .206667rem;
    padding-bottom: .146667rem
  }

  .staff-mien-wrap .staff-mien .h2title {
    line-height: .29rem
  }

  .staff-mien-wrap .staff-mien .h3title {
    margin-top: .193333rem;
    line-height: .23rem;
    letter-spacing: .026667rem
  }

  .contact-us .head-office-wrap {
    padding-top: .466667rem;
    padding-bottom: 0;
    border-bottom: 0
  }

  .contact-us .head-office-wrap .head-office {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .contact-us .head-office-wrap .head-office .office-info {
    padding: 0 .133333rem .466667rem
  }

  .contact-us .head-office-wrap .head-office .company-cn {
    margin-top: .06rem
  }

  .contact-us .head-office-wrap .head-office .address {
    margin-top: .193333rem;
    font-size: .16rem;
    line-height: .2rem
  }

  .contact-us .head-office-wrap .head-office .email,
  .contact-us .head-office-wrap .head-office .tel {
    margin-top: .126667rem;
    line-height: .2rem;
    font-size: .16rem;
    text-indent: 2.6em
  }

  .contact-us .head-office-wrap .head-office .email {
    margin-top: .126667rem
  }

  .contact-us .head-office-wrap .head-office .location {
    width: 1.066667rem;
    margin-top: .333333rem;
    font-size: .16rem
  }

  .contact-us .head-office-wrap .head-office img {
    width: 100%;
    height: 56.667%
  }

  .contact-us .branch-office-wrap {
    padding: .533333rem .133333rem 0
  }

  .contact-us .branch-office-wrap .branch-office .branch-info {
    height: auto;
    margin-top: 0
  }

  .contact-us .branch-office-wrap .branch-office .address {
    margin-top: .193333rem
  }

  .contact-us .branch-office-wrap .branch-office .email,
  .contact-us .branch-office-wrap .branch-office .tel {
    margin-top: .126667rem;
    line-height: .2rem;
    text-indent: 2em;
    text-decoration: none
  }

  .contact-us .branch-office-wrap .branch-office .email {
    margin-top: .126667rem
  }

  .contact-us .branch-office-wrap .branch-office .location {
    width: 1.066667rem;
    margin-top: .333333rem;
    margin-bottom: .533333rem
  }

  .contact-us .company-cn {
    font-size: .16rem;
    line-height: .2rem
  }

  .contact-us .company-en {
    margin-top: .073333rem;
    font-size: .2rem;
    line-height: .2rem
  }

  .contact-us .address {
    line-height: .2rem
  }

  .contact-us .address::before {
    width: .326667rem
  }

  .contact-us .location {
    height: .293333rem;
    border-radius: .146667rem;
    line-height: .306667rem;
    margin-left: .4rem
  }
}
