@charset "UTF-8";
.company .banner-container {
  background-image: url(/fore-end/image/gywm/company/banner.png);
  background-repeat: no-repeat;
  background-position: 0 80px;
  background-size: 100% 290px;
  position: relative;
  height: 370px;
  width: 100%;
}
.company .banner-container .title {
  position: absolute;
  top: calc(60% - min(60px, calc(20px + 40 * 100vw / 1920)));
  left: calc((min(100vw, 1920px) - 1200px)/2);
  width: 1200px;
}
@media (max-width: 1200px) {
  .company .banner-container .title {
    left: 15px;
  }
}
.company .banner-container .title h2 {
  letter-spacing: 12.8px;
  font-size: min(60px, calc(20px + 40 * 100vw / 1920));
  font-family: Microsoft YaHei;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  letter-spacing: 12.8px;
  text-shadow: 2px 2px 0px #0069EA;
}
.company .banner-container .title .des {
  margin-top: 24px;
  font-size: min(36px, calc(20px + 16 * 100vw / 1920));
  font-family: 微软雅黑;
  font-weight: 700;
  text-align: left;
  letter-spacing: 7.2px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.company .company-title {
  height: 88px;
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  border-bottom: #e4e4e4 1px solid;
}
.company .company-title .company-title-button {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.company .company-title .company-title-button .company-item-title {
  width: 350px;
  height: 48px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.company .company-title .company-title-button .company-item-title span {
  width: 96px;
  height: 33px;
  opacity: 1;
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  margin: auto 10px;
  color: #000000;
}
.company .company-title .company-title-button .company-item-title img {
  margin: auto 0;
}
.company .company-title .company-title-button .company-item-title-after span {
  color: #0069EA;
}
.company .company-title .company-title-button .company-item-title-after .item1 {
  content: url("/fore-end/image/gywm/company/公司简历-选中.png");
}
.company .company-title .company-title-button .company-item-title-after .item2 {
  content: url("/fore-end/image/gywm/company/发展历程-选中.png");
}
.company .company-title .company-title-button .company-item-title-after .item3 {
  content: url("/fore-end/image/gywm/company/组织架构-选中.png");
}
.company .company-title .company-title-button .company-item-title:hover {
  cursor: pointer;
}
.company .company-title .company-title-button .company-item-title-after:hover {
  cursor: pointer;
}
.company .item-content {
  display: none;
  overflow-x: hidden;
}
.company .item-content .text-content > p {
  text-indent: 2em;
}
.company .item-content .company-Content {
  background: #fff;
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 30px auto;
}
.company .item-content .company-Content .company-box {
  width: 1200px;
  height: 400px;
  background: url("/fore-end/image/gywm/company/bg.png") no-repeat center/cover;
  display: flex;
  flex-direction: column;
  padding: 9px 0;
  box-sizing: content-box;
}
.company .item-content .company-Content .company-box h3 {
  height: min(68px, calc(20px + 48 * 100vw / 1920));
  line-height: min(68px, calc(20px + 48 * 100vw / 1920));
  font-size: min(48px, calc(20px + 28 * 100vw / 1920));
  font-weight: normal;
  text-align: center;
  color: #000000;
  margin: 10px auto;
}
.company .item-content .company-Content .company-box p {
  width: 1200px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  color: #000;
  line-height: 30px;
  text-indent: 2em;
}
.company .item-content .company-Content .company-box p + p {
  margin-top: 10px;
}
.company .item-content .company-Content .company-box p:last-child {
  padding-bottom: 10px;
}
.company .item-content .company-Content .company-box .company-box-item {
  position: relative;
  width: 1200px;
  height: 214px;
  margin: 10px 0 15px 0;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0px 3px 6px 0px rgba(0, 48, 150, 0.16);
  display: flex;
  flex-direction: row;
}
.company .item-content .company-Content .company-box .company-box-item .company-item-content {
  height: 100%;
  width: 80%;
}
.company .item-content .company-Content .company-box .company-box-item .company-item-content .box-item-title {
  margin: 5px 0 0 20px;
  width: 95%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.company .item-content .company-Content .company-box .company-box-item .company-item-content .box-item-title .box-item-title-text {
  margin-top: 5px;
  width: 95%;
  height: 33px;
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  color: #000000;
}
.company .item-content .company-Content .company-box .company-box-item .company-item-content .box-item-title .box-item-title-time {
  margin-top: 5px;
  position: relative;
  right: 0;
  width: 96px;
  height: 22px;
  opacity: 0.6;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  line-height: 30px;
}
.company .item-content .company-Content .company-box .company-box-item .company-item-content .box-item-content {
  margin: 5px 0 0 20px;
  width: 95%;
  height: 140px;
  display: flex;
  flex-direction: row;
}
.company .item-content .company-Content .company-box .company-box-item .company-item-content .box-item-content .box-item-content-text {
  width: 95%;
  height: 100%;
  opacity: 0.6;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  line-height: 30px;
}
.company .item-content .company-Content .company-box .company-box-item .company-item-content .box-item-content .box-item-content-route {
  margin: auto;
  font-weight: normal;
  text-align: center;
}
.company .item-content .company-Content .company-box .company-box-item .company-item-img {
  width: 380px;
  height: 214px;
}
.company .item-content .zhhb-content {
  margin: 50px auto;
  margin-bottom: 0;
  position: relative;
  width: 1200px;
  height: 340px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.company .item-content .zhhb-content .zhhb-head {
  width: 160px;
  line-height: 56px;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  color: #000000;
}
.company .item-content .zhhb-content .divider {
  margin-top: 12px;
  width: 100px;
  height: 4px;
  background: linear-gradient(63deg, #00a0ec 17%, #549cfa 13%, #e7b4d3 100%, #f4bbc4);
}
.company .item-content .zhhb-content .box-content {
  display: flex;
  flex-direction: row;
}
.company .item-content .zhhb-content .box-content .left {
  margin-top: 30px;
}
.company .item-content .zhhb-content .box-content .left .text-content {
  width: 580px;
  height: 156px;
  opacity: 0.6;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  line-height: 30px;
}
.company .item-content .zhhb-content .box-content .right {
  margin-left: 64px;
  position: relative;
  top: -42px;
  flex: 1;
  text-align: center;
}
.company .item-content .service-container {
  background: #f4f8fd;
  height: auto;
}
.company .item-content .service-container .content {
  margin: auto;
  width: 1200px;
  padding-top: 50px;
  padding-bottom: 76px;
}
.company .item-content .service-container .content .zhhb-head {
  height: min(68px, calc(20px +48 * 100vw / 1920));
  line-height: min(68px, calc(20px + 48 * 100vw / 1920));
  font-size: min(48px, calc(20px + 28 * 100vw / 1920));
  font-weight: normal;
  color: #000000;
}
.company .item-content .service-container .content .divider {
  margin-top: 12px;
  width: 100px;
  height: 4px;
  background: linear-gradient(63deg, #00a0ec 17%, #549cfa 13%, #e7b4d3 100%, #f4bbc4);
  margin-bottom: 26px;
}
.company .item-content .service-container .content .box-service {
  margin: auto;
  width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(2, 200px);
  row-gap: 32px;
  column-gap: 32px;
}
.company .item-content .service-container .content .box-service .box-item {
  position: relative;
  color: #ffffff;
}
.company .item-content .service-container .content .box-service .box-item > img {
  width: 100%;
  height: 100%;
}
.company .item-content .service-container .content .box-service .box-item .service-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
.company .item-content .service-container .content .box-service .box-item .box-bg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(14, 154, 249, 0.8) 9%, rgba(64, 64, 255, 0.8));
  padding: 43px 19px 0;
}
.company .item-content .service-container .content .box-service .box-item .box-bg .service-title1 {
  height: 33px;
  line-height: 33px;
  font-size: 24px;
  text-align: center;
  margin-bottom: 16px;
}
.company .item-content .service-container .content .box-service .box-item .box-bg .service-content {
  font-size: 16px;
  line-height: 30px;
}
.company .item-content .service-container .content .box-service .box-item:hover .box-bg {
  display: block;
}
.company .item-content .service-container .content .box-service .box-item:hover .service-title {
  display: none;
}
.company .item-content .zhzj-content {
  height: 380px;
  background: #f4f8fd;
}
.company .item-content .zhzj-content .content {
  margin: auto;
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.company .item-content .zhzj-content .content .zhzj-head {
  margin-top: 50px;
  height: min(68px, calc(20px + 48 * 100vw / 1920));
  line-height: min(68px, calc(20px + 48 * 100vw / 1920));
  font-size: min(48px, calc(20px + 28 * 100vw / 1920));
  font-weight: normal;
  text-align: center;
  color: #000000;
}
.company .item-content .zhzj-content .content .divider {
  margin-top: 12px;
  width: 100px;
  height: 4px;
  background: linear-gradient(63deg, #00a0ec 17%, #549cfa 13%, #e7b4d3 100%, #f4bbc4);
}
.company .item-content .zhzj-content .content .box-content {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.company .item-content .zhzj-content .content .box-content .left {
  margin-top: -50px;
  margin-right: 50px;
  flex: 1;
  text-align: center;
}
.company .item-content .zhzj-content .content .box-content .right {
  margin-left: 50px;
  margin: 30px 0;
}
.company .item-content .zhzj-content .content .box-content .right .text-content {
  width: 576px;
  height: 172px;
  opacity: 0.6;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  line-height: 30px;
}
.company .item-content .zhsw-content {
  background: #f4f8fd;
  height: 380px;
}
.company .item-content .zhsw-content .content {
  margin: auto;
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.company .item-content .zhsw-content .content .zhsw-head {
  width: 160px;
  margin-top: 50px;
  height: 56px;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  color: #000000;
}
.company .item-content .zhsw-content .content .divider {
  margin-top: 12px;
  width: 100px;
  height: 4px;
  background: linear-gradient(63deg, #00a0ec 17%, #549cfa 13%, #e7b4d3 100%, #f4bbc4);
}
.company .item-content .zhsw-content .content .box-content {
  display: flex;
  flex-direction: row;
}
.company .item-content .zhsw-content .content .box-content .left {
  margin-top: -50px;
  margin-right: 50px;
}
.company .item-content .zhsw-content .content .box-content .right {
  margin-left: 50px;
  margin-top: 30px;
}
.company .item-content .zhsw-content .content .box-content .right .text-content {
  width: 576px;
  height: 172px;
  opacity: 0.6;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  line-height: 30px;
}
.company .item-content .rjcp-content {
  height: 380px;
  background: #f4f8fd;
}
.company .item-content .rjcp-content .content {
  margin: auto;
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.company .item-content .rjcp-content .content .rjcp-head {
  width: 160px;
  margin-top: 50px;
  height: 56px;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  color: #000000;
}
.company .item-content .rjcp-content .content .divider {
  margin-top: 12px;
  width: 100px;
  height: 4px;
  background: linear-gradient(63deg, #00a0ec 17%, #549cfa 13%, #e7b4d3 100%, #f4bbc4);
}
.company .item-content .rjcp-content .content .box-content {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}
.company .item-content .rjcp-content .content .box-content .left {
  width: 300px;
  height: 30px;
  font-size: 22px;
  text-align: left;
  color: #4498f7;
  line-height: 30px;
}
.company .item-content .rjcp-content .content .box-content .right {
  margin-left: 49px;
  width: 88px;
  height: 30px;
  font-size: 22px;
  text-align: left;
  color: #4498f7;
  line-height: 30px;
}
.company .item-content .rjcp-content .content .img-item {
  margin-top: 33px;
  margin-bottom: 73px;
}
.company .item-content .qyhj-content {
  height: 788px;
  background: #ffffff;
}
.company .item-content .qyhj-content .content-box {
  margin: 54px auto 0 auto;
  width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 340px);
  row-gap: 10px;
  column-gap: 10px;
}
.company .item-content .qyhj-content .content-box .item-box-text {
  height: 100%;
  background: linear-gradient(165deg, #ffffff 37%, #e7f4ff 99%, #c1e2ff 100%);
  box-shadow: 0px 3px 6px 0px rgba(3, 37, 110, 0.16);
}
.company .item-content .qyhj-content .content-box .item-box-text .divider {
  margin-left: 30px;
  margin-top: 12px;
  width: 100px;
  height: 4px;
  background: linear-gradient(63deg, #00a0ec 17%, #549cfa 13%, #e7b4d3 100%, #f4bbc4);
}
.company .item-content .qyhj-content .content-box .item-box-text .qyhj-head {
  margin-top: 50px;
  margin-left: 30px;
  width: 160px;
  height: 56px;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  color: #000000;
}
.company .item-content .qyhj-content .content-box .item-box-text p {
  margin-top: 20px;
  margin-left: 30px;
  width: 432px;
  height: 22px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  line-height: 24px;
}
.company .item-content .qyhj-content .content-box .item-box {
  height: 100%;
}
.company .item-content .qyhj-content .content-box .item-box img {
  width: 100%;
  height: 100%;
}
.company .item-content .qyhj-content .content-box .img-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 167.5px);
  row-gap: 5px;
  column-gap: 5px;
}
.company .item-content .qyhj-content .content-box .img-box img {
  width: 100%;
  height: 100%;
}
.company .item-content .qywh-content {
  height: 360px;
  background: #f4f8fd;
}
.company .item-content .qywh-content .qywh-content {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.company .item-content .qywh-content .qywh-content .qywh-head {
  position: relative;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 160px;
  height: 56px;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  color: #000000;
}
.company .item-content .qywh-content .qywh-content .qywh-text {
  width: 1200px;
  height: 52px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  line-height: 30px;
  text-indent: 2em;
}
.company .item-content .qywh-content .qywh-content .qywh-box {
  margin-top: 50px;
  height: 60px;
  width: 1200px;
  display: flex;
  flex-direction: row;
}
.company .item-content .qywh-content .qywh-content .qywh-box .box-item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex: 1;
}
.company .item-content .qywh-content .qywh-content .qywh-box .box-item .item-span {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
.company .item-content .qywh-content .qywh-content .qywh-box .box-item .item-span .head {
  height: 28px;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  line-height: 30px;
}
.company .item-content .qywh-content .qywh-content .qywh-box .box-item .item-span .content {
  margin-top: 10px;
  width: 272px;
  height: 22px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  line-height: 20px;
}
.company .item-content .qywh-content .qywh-content .box-item:nth-child(2) {
  margin-left: 60px;
}
.company .item-content .qywh-content .qywh-content .box-item:nth-child(3) {
  margin-left: -60px;
}
.company .item-content .develop-content {
  height: 690px;
}
.company .item-content .develop-content .develop-head {
  margin-top: 50px;
  height: 67px;
  font-size: 48px;
  color: #ffffff;
  text-stroke: 1px #1A90F0;
  -webkit-text-stroke: 1px #1A90F0;
}
.company .item-content .develop-content .divider {
  width: 100px;
  height: 4px;
  background: linear-gradient(63deg, #00a0ec 17%, #549cfa 13%, #e7b4d3 100%, #f4bbc4);
  margin-bottom: 26px;
}
.company .item-content .develop-content .develop-container {
  display: flex;
  color: #ffffff;
}
.company .item-content .develop-content .develop-container .develop-item {
  width: 234px;
  margin-right: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company .item-content .develop-content .develop-container .develop-item .item-btn {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: url(/fore-end/image/gywm/company/develop.png) no-repeat center;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding-top: 37px;
  cursor: pointer;
  animation: scroll 5s ease infinite;
}
.company .item-content .develop-content .develop-container .develop-item .item-container {
  margin-top: 16px;
  background: linear-gradient(359deg, #a9b7ef 0%, #0069EA 98%);
  width: 234px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(77, 16, 16, 0.16);
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  display: none;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.company .item-content .develop-content .develop-container .item_active .item-btn {
  background: url(/fore-end/image/gywm/company/develop-a.png) no-repeat center;
}
.company .item-content .develop-content .develop-container .item_active .item-container {
  display: block;
}
.company .item-content .develop-content .develop-container .develop-item:first-child {
  margin-top: 146px;
}
.company .item-content .develop-content .develop-container .develop-item:nth-child(2) {
  margin-top: 109px;
}
.company .item-content .develop-content .develop-container .develop-item:nth-child(2) .item-btn {
  animation-delay: -1s;
}
.company .item-content .develop-content .develop-container .develop-item:nth-child(3) {
  margin-top: 57px;
}
.company .item-content .develop-content .develop-container .develop-item:nth-child(4) {
  margin-top: -11px;
}
.company .item-content .develop-content .develop-container .develop-item:nth-child(4) .item-btn {
  animation-delay: -1s;
}
.company .item-content .develop-content .develop-container .develop-item:last-child {
  margin-right: 0;
  margin-top: -44px;
}
.company .item-content:first-child {
  display: block;
}