/**
 * 颜色
 */
.page-about * {
  box-sizing: border-box;
}
.page-about > div {
  width: 100%;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-about > div.about-banner {
  background-image: url("https://resource.flexclip.com/pages/company/about/bg-banner.jpg");
  padding: 116px 0;
  color: #fff;
}
.page-about > div.about-banner .title {
  font-size: 60px;
  line-height: 84px;
  font-weight: 600;
}
.page-about > div.about-banner .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  opacity: 0.7;
}
.page-about > div.about-jp-banner {
  background-image: url('https://resource.flexclip.com/pages/company/about/banner.png');
  padding: 116px 0;
  color: #fff;
}
.page-about > div.about-jp-banner .title {
  font-size: 60px;
  line-height: 84px;
  font-weight: 600;
}
.page-about > div.about-jp-banner .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  opacity: 0.7;
}
.page-about > div.about-desc {
  background: #fff;
  padding: 60px 0;
}
.page-about > div.about-desc .desc-bg {
  background-image: url(https://resource.flexclip.com/pages/company/about/bg-desc.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 90%;
  padding: 90px 0;
}
.page-about > div.about-desc .desc-bg > div {
  width: 1000px;
  margin: auto;
}
.page-about > div.about-desc .desc-bg > div .title {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
  margin-bottom: 26px;
}
.page-about > div.about-desc .desc-bg > div .desc {
  color: #4A4E57;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}
.page-about > div.about-user {
  background-image: url("https://resource.flexclip.com/pages/company/about/bg-user.svg");
  padding: 140px 0 56px;
  color: #fff;
}
.page-about > div.about-user .items {
  width: 100%;
}
.page-about > div.about-user .items .item {
  width: 33%;
  display: inline-block;
  margin-bottom: 60px;
}
.page-about > div.about-user .items .item .title {
  font-size: 90px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 22px;
}
.page-about > div.about-user .items .item .desc {
  font-size: 23px;
  font-weight: 400;
  line-height: 50px;
}
.page-about > div.about-ceo {
  background: #fff;
  padding: 120px 0;
}
.page-about > div.about-ceo .ceo-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto 33px auto;
  padding: 90px 50px 70px 50px;
  background: #F7F8FA;
  font-size: 21px;
  font-weight: 500;
  line-height: 34px;
  color: #17191D;
  border-radius: 8px;
  font-style: italic;
}
.page-about > div.about-ceo .ceo-wrapper .quote {
  position: absolute;
  top: -39px;
  left: calc(50% - 39px);
}
.page-about > div.about-ceo .ceo-wrapper:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #F7F8FA;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -10px;
  left: calc(50% - 10px);
}
.page-about > div.about-ceo .ceo-name {
  font-size: 19px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.page-about > div.en-about-ceo {
  padding: 117px 0;
  background: #F4F5FF;
}
.page-about > div.en-about-ceo .about-box {
  display: flex;
  text-align: left;
}
.page-about > div.en-about-ceo .about-box .ceo-info {
  margin-left: 80px;
}
.page-about > div.en-about-ceo .about-box .ceo-info .ceo-desc {
  max-width: 520px;
  font-size: 21px;
  font-weight: 500;
  color: #17191D;
  line-height: 34px;
  margin-bottom: 31px;
  margin-top: 137px;
  position: relative;
  font-style: italic;
}
.page-about > div.en-about-ceo .about-box .ceo-info .ceo-desc svg {
  position: absolute;
  right: 0;
}
.page-about > div.en-about-ceo .about-box .ceo-info .ceo-name {
  font-size: 19px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.page-about > div.about-principles {
  background: #FFFFFF;
  padding: 120px 0;
}
.page-about > div.about-principles > div {
  width: 1000px;
}
.page-about > div.about-principles .title {
  font-weight: bold;
  font-size: 28px;
  line-height: 50px;
  color: #333333;
  margin-bottom: 45px;
}
.page-about > div.about-principles .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-about > div.about-principles .items .item {
  width: 490px;
  padding: 48px 20px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #E7E8EA;
}
.page-about > div.about-principles .items .item .item-icon {
  width: 73px;
  height: 73px;
  display: inline-block;
  margin-right: 15px;
}
.page-about > div.about-principles .items .item .item-text {
  display: inline-block;
  width: 354px;
  text-align: left;
}
.page-about > div.about-principles .items .item .item-text .item-title {
  font-size: 24px;
  line-height: 50px;
  font-weight: bold;
}
.page-about > div.about-principles .items .item .item-text .item-desc {
  font-size: 17px;
  font-weight: 400;
  color: #4A4E57;
  line-height: 24px;
}
.page-about > div.about-press {
  background: #F7F8FA;
  padding: 120px 0 145px;
  color: #333333;
}
.page-about > div.about-press .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 27px;
}
.page-about > div.about-press .swiper-container {
  margin: 0 auto;
  position: relative;
  width: 769px;
  box-shadow: 0px 4px 16px 0px rgba(51, 70, 109, 0.15);
  top: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}
.page-about > div.about-press .swiper-container:hover {
  top: -6px;
  box-shadow: 0px 4px 16px 0px rgba(51, 70, 109, 0.3);
  transition: top 0.3s;
  -moz-transition: top 0.3s;
  /* Firefox 4 */
  -webkit-transition: top 0.3s;
  /* Safari 和 Chrome */
  -o-transition: top 0.3s;
  /* Opera */
}
.page-about > div.about-press .swiper-container .swiper-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-property: transform, -webkit-transform;
}
.page-about > div.about-press .swiper-container .swiper-wrapper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.page-about > div.about-press .swiper-container .swiper-slide {
  width: 769px;
  height: 172px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #EAEBEB;
  cursor: pointer;
}
.page-about > div.about-press .swiper-container .swiper-slide a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: inherit;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-about > div.about-press .swiper-container .swiper-slide .slide-image {
  width: 269px;
  height: 170px;
  display: inline-block;
  float: left;
}
.page-about > div.about-press .swiper-container .swiper-slide .slide-image img {
  width: 100%;
  height: 100%;
}
.page-about > div.about-press .swiper-container .swiper-slide .slide-desc {
  font-weight: bold;
  line-height: 30px;
  font-size: 19px;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  text-align: left;
}
.page-about > div.about-press .swiper-container .swiper-slide .slide-desc p {
  width: 442px;
  padding: 0 20px;
}
.page-about > div.about-press .swiper-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 25px;
  z-index: 1;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.page-about > div.about-press .swiper-pagination span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 12px;
  background: #000;
  opacity: 0.2;
}
.page-about > div.about-press .swiper-pagination span.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border: 2px solid #FF822C;
  outline: none;
  opacity: 1;
}
.page-about > div.about-press .swiper-pagination span:last-child {
  margin-right: 0;
}
.page-about > div.en-about-press {
  background: #FFF;
  padding: 120px 0 145px;
  color: #333333;
}
.page-about > div.en-about-press .about-box {
  width: 1000px;
}
.page-about > div.en-about-press .about-box ul {
  text-align: left;
}
.page-about > div.en-about-press .about-box ul a {
  display: block;
  border-top: 1px solid #E1E1E1;
}
.page-about > div.en-about-press .about-box ul a li {
  padding: 24px 0;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.page-about > div.en-about-press .about-box ul a li .press-list-info {
  font-size: 17px;
  font-weight: 500;
  color: #192033;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s;
}
.page-about > div.en-about-press .about-box ul a li .press-list-desc {
  font-size: 14px;
  font-weight: 400;
  color: #192033;
  opacity: 0.65;
  line-height: 16px;
}
.page-about > div.en-about-press .about-box ul a li i {
  position: absolute;
  right: 15px;
  top: 38px;
}
.page-about > div.en-about-press .about-box ul a li:hover {
  background: rgba(255, 130, 44, 0.06);
}
.page-about > div.en-about-press .about-box ul a li:hover .press-list-info {
  color: #FF822C;
}
.page-about > div.en-about-press .about-box ul a li:hover i svg {
  transition: all 0.3s;
}
.page-about > div.en-about-press .about-box ul a li:hover i svg path {
  fill: #ff822c;
}
.page-about > div.en-about-press .about-box ul a:last-child {
  border-bottom: 1px solid #E1E1E1;
}
.page-about > div.en-about-press .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 27px;
}
.page-about > div.about-contact {
  background: #FFFFFF;
  padding: 120px 0 120px;
}
.page-about > div.about-contact > div {
  width: 1200px;
}
.page-about > div.about-contact .title {
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
  color: #333333;
  margin-bottom: 10px;
}
.page-about > div.about-contact .desc {
  font-size: 19px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #17191D;
  margin-bottom: 25px;
}
.page-about > div.about-contact .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FFFFFF;
  margin: auto;
}
.page-about > div.about-contact .items .item {
  padding: 54px 9px 34px 9px;
  width: 380px;
  border-radius: 8px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0 6px 16px 0 rgba(46, 51, 63, 0.05);
  border: 1px solid #D9DDE3;
}
.page-about > div.about-contact .items .item .item-img {
  margin-bottom: 10px;
}
.page-about > div.about-contact .items .item .item-title {
  font-size: 19px;
  line-height: 24px;
  font-weight: 500;
  color: #4A4E57;
  text-transform: uppercase;
}
.page-about > div.about-contact .items .item .item-desc {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  width: 260px;
  margin: auto;
  text-align: center;
  margin-top: 20px;
}
.page-about > div.about-contact .items .item .item-desc a {
  color: #FF822C;
  text-decoration: underline;
}
.page-about > div.about-contact .items .item .item-desc a:hover {
  color: #ff6412;
}
.page-about > div.about-social {
  padding: 118px 0;
  background: #E2F6EB;
  border-radius: 15px;
}
.page-about > div.about-social .about-social-title {
  font-size: 36px;
  font-weight: bold;
  color: #17191D;
  line-height: 50px;
  margin-bottom: 10px;
}
.page-about > div.about-social .about-social-description {
  color: #17191D;
  line-height: 50px;
  margin-bottom: 24px;
  font-size: 19px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.page-about > div.about-social .about-social-content {
  display: flex;
  justify-content: space-around;
  width: 750px;
}
.page-about > div.about-social .about-social-content div {
  width: 160px;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 6px 16px 0px rgba(51, 70, 109, 0.08);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-about > div.about-social .about-social-content div:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-about > div > div {
  width: 1200px;
  margin: auto;
  text-align: center;
}
.page-about .about-address {
  height: 579px;
  background: #F7F8FA;
  border-radius: 15px;
  padding-top: 119px;
  background: url("https://resource.flexclip.com/pages/company/about/address-background.png?v=1") no-repeat;
}
.page-about .about-address .address_container {
  display: flex;
  max-width: 1125px;
}
.page-about .about-address .address_container .address_item_left {
  max-width: 500px;
  margin-right: 97px;
  text-align: left;
}
.page-about .about-address .address_container .address_item_left .company_title {
  font-size: 28px;
  font-weight: bold;
  color: #17191D;
  line-height: 50px;
  margin-bottom: 31px;
  text-align: left;
}
.page-about .about-address .address_container .address_item_left .company_info {
  font-size: 19px;
  font-weight: 400;
  color: #17191D;
  line-height: 30px;
}
.page-about .about-address .address_container .address_item_right {
  max-width: 525px;
}
.page-about .about-address .address_container .address_item_right .address_item_container {
  background: #FFFFFF;
  box-shadow: 0 6px 16px 0 rgba(51, 70, 109, 0.08);
  border-radius: 4px;
  margin-bottom: 20px;
  text-align: left;
  display: inline-block;
  width: 100%;
  position: relative;
}
.page-about .about-address .address_container .address_item_right .address_item_container .address_item_icon {
  position: absolute;
  top: 33px;
  left: 27px;
  width: 24px;
  height: 31px;
}
.page-about .about-address .address_container .address_item_right .address_item_container .address_item_icon svg {
  width: 100%;
  height: 100%;
}
.page-about .about-address .address_container .address_item_right .address_item_container .address_item_title {
  font-size: 21px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  margin: 40px 0 15px 59px;
}
.page-about .about-address .address_container .address_item_right .address_item_container .address_item_info {
  font-size: 17px;
  font-weight: 400;
  color: #4A4E57;
  line-height: 24px;
  margin-left: 27px;
  max-width: 460px;
  margin-bottom: 33px;
}
.page-about .about-address .address_container .address_item_right .address_item_container:last-child {
  margin-bottom: 0;
}
.page-about .about-assets {
  height: 420px;
  background: #F7F8FA;
  position: relative;
  padding-top: 141px;
}
.page-about .about-assets .about-assets-box {
  max-width: 1000px;
  max-height: 200px;
  background: linear-gradient(90deg, rgba(141, 130, 255, 0.5) 0%, rgba(102, 2, 204, 0.5) 100%);
  border-radius: 8px;
  padding: 36px 26px 34px 399px;
  text-align: left;
  position: relative;
}
.page-about .about-assets .about-assets-box .assets-img {
  position: absolute;
  width: max-content;
  bottom: -18px;
  left: 15px;
}
.page-about .about-assets .about-assets-box .assets-img img {
  width: 100%;
  height: 100%;
}
.page-about .about-assets .about-assets-box .assets-title {
  max-width: 543px;
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 12px;
}
.page-about .about-assets .about-assets-box .assets-info {
  max-width: 543px;
  font-size: 17px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
.page-about .about-assets .about-assets-box .assets-info a {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
}
.page-about .about-assets .about-assets-box .assets-info a:hover {
  color: #593C6A;
}
@media screen and (max-width: 1200px) {
  .page-about > div > div {
    width: 90%;
  }
  .page-about > div.about-desc .desc-bg > div {
    width: 100%;
  }
  .page-about > div.about-user .items .item {
    width: 40%;
  }
  .page-about > div.about-principles > div {
    width: 100%;
  }
  .page-about > div.about-principles .items {
    justify-content: space-around;
  }
  .page-about > div.about-press .swiper-container {
    width: 100%;
  }
  .page-about > div.about-contact > div {
    width: 90%;
  }
  .page-about > div.about-contact > div .items {
    justify-content: space-around;
  }
}
@media screen and (max-width: 1080px) {
  .page-about > div.en-about-ceo .about-box {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .page-about > div.en-about-ceo .about-box .ceo-info {
    margin-left: 0;
  }
  .page-about > div.en-about-ceo .about-box .ceo-info .ceo-desc {
    margin: 31px auto;
    text-align: left;
  }
  .page-about > div.en-about-press .about-box {
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  .page-about > div.about-user .items .item {
    width: 90%;
  }
  .page-about > div.about-ceo .ceo-wrapper {
    width: 90%;
    padding: 40px 20px;
    font-size: 19px;
  }
  .page-about .about-address {
    height: 100%;
  }
  .page-about .about-address .address_container {
    display: block;
  }
  .page-about .about-address .address_container .address_item_left {
    margin: 0 auto;
  }
  .page-about .about-address .address_container .address_item_right {
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .page-about > div.about-banner .title {
    font-size: 36px;
    line-height: 44px;
  }
  .page-about > div.en-about-press .about-box {
    width: 90%;
  }
  .page-about > div.en-about-press .about-box ul {
    list-style-type: none;
  }
  .page-about > div.en-about-press .about-box ul li i {
    display: none;
  }
  .page-about > div.en-about-ceo .about-box .ceo-wrapper img {
    width: 100%;
  }
  .page-about > div.about-user .items .item .title {
    margin-bottom: 0;
    font-size: 50px;
  }
  .page-about > div .about-principles {
    padding: 80px 0;
  }
  .page-about > div.about-press .swiper-container {
    height: 360px;
  }
  .page-about > div.about-press .swiper-container .swiper-slide {
    width: 269px;
    border: none;
    box-shadow: none;
    padding-top: 20px;
  }
  .page-about > div.about-press .swiper-container .swiper-slide .slide-image {
    float: none;
    margin-top: 0px;
    margin-bottom: 32px;
  }
  .page-about > div.about-press .swiper-container .swiper-slide .slide-desc {
    float: none;
    height: auto;
    text-align: center;
  }
  .page-about > div.about-social .about-social-content {
    width: 100%;
    flex-direction: column;
  }
  .page-about > div.about-social .about-social-content div {
    margin: 10px auto;
  }
  .page-about > div .about-contact {
    padding: 80px 0 0px;
  }
  .page-about .about-assets {
    height: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-about .about-assets .about-assets-box {
    max-height: max-content;
    padding: 36px 0 34px 0;
    text-align: center;
  }
  .page-about .about-assets .about-assets-box .assets-img {
    position: relative;
    bottom: unset;
    top: 0;
  }
  .page-about .about-assets .about-assets-box .assets-info {
    padding: 0 20px;
  }
  .menu .nav_template {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 540px) {
  .page-about > div.about-principles .items .item {
    width: 90%;
    padding: 20px;
    padding-bottom: 60px;
  }
  .page-about > div.about-principles .items .item .item-icon {
    margin-right: 0;
  }
  .page-about > div.about-principles .items .item .item-text {
    width: 100%;
    text-align: center;
  }
  .page-about > div .about-user {
    padding: 80px 0 0 0;
  }
  .page-about .about-desc .desc-bg {
    padding: 0;
  }
}
.page-about .about-company {
  margin-top: 100px;
}
.page-about .about-company .about-c-title {
  height: 50px;
  font-size: 36px;
  font-family: ToppanBunkyuMidashiGothicStdN-ExtraBold, ToppanBunkyuMidashiGothicStdN;
  font-weight: 800;
  color: #17191D;
  line-height: 50px;
  margin-bottom: 20px;
}
.page-about .about-company .about-c-table {
  width: 900px;
  border: 1px solid #E1E5EB;
  border-bottom: none;
}
.page-about .about-company .about-c-table .about-border {
  height: 50px;
  border-bottom: 1px solid #E1E5EB;
}
.page-about .about-company .about-c-table .about-c-t-left {
  float: left;
  width: 35%;
  height: 50px;
  line-height: 50px;
  background: #F2F3F6;
  padding-left: 20px;
  font-size: 15px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #17191D;
  text-align: left;
}
.page-about .about-company .about-c-table .about-c-t-right {
  float: left;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #17191D;
}
.page-about .about-boss {
  height: 582px;
  background: #F4F5FF;
  margin-top: 100px;
}
.page-about .about-boss .about-b-left {
  float: left;
  width: 50%;
  padding-left: 360px;
  padding-top: 100px;
}
.page-about .about-boss .about-b-right {
  float: left;
  width: 50%;
  padding-top: 200px;
}
.page-about .about-boss .about-b-right .about-b-r-description {
  width: 520px;
  font-size: 19px;
  font-family: PingFangTC-Regular, PingFangTC;
  font-weight: 400;
  color: #000000;
  height: 170px;
  line-height: 34px;
  text-align: left;
}
.page-about .about-boss .about-b-right .about-b-r-name {
  font-size: 19px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #5446DA;
  line-height: 30px;
  text-align: left;
  margin-top: 39px;
}
/*# sourceMappingURL=about.css.map */