header .content > .nav_enterpriseProfile {
  position: relative;
  color: #fff !important;
}
header .content > .nav_enterpriseProfile::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 8px;
  background: #fff;
}
.topImg {
  width: 100%;
  height: 100vh;
}
.titleBox {
  width: 1250px;
  text-align: center;
  margin: 80px auto 0;
  position: relative;
  z-index: 2;
  /* display: flex; */
  /* justify-content: space-between; */
}
.titleBox .title {
  color: #255ecf;
  font-size: 36px;
  line-height: 35.2px;
}
.titleBox .title .small_title {
  color: #b4b4b4;
  margin-top: 5px;
  font-size: 16px;
}
.enterpriseProfileBox .topBannerImg {
  background-image: url(../img/about_us.jpg);
  background-repeat: no-repeat;
}
.contactUsBox .topBannerImg {
  background-image: url(../img/concet_us.jpg);
  background-repeat: no-repeat;
  background-position: 0 30%;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactUsBox {
}
.distribution {
  width: 100%;
  background: url("../img/bg29.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  padding: 107px 55px;
}
.distribution .leftImg,
.distribution .rightInfo {
  width: 50%;
  color: #040506;
  position: relative;
}
.distribution .rightInfo {
  padding-left: 10%;
  font-weight: 400;
}
.distribution .rightInfo > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.distribution .rightInfo > div p:nth-child(1) {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bold;
}
.distribution .rightInfo > div p:nth-child(2) {
  font-size: 28px;
  margin-bottom: 30px;
}
.address {
  /* color: #040506;
  font-size: 28px;
  text-align: center;
  position: absolute;
  bottom: 0;
  bottom: 0px;
  left: -30%; */
}
.contactUsFormBox {
  background: url("../img/bg30.png") no-repeat;
  background-size: cover;
  background-color: #fff;
  text-align: center;
  color: #fff;
  padding: 0 10% 94px;
}
.contactUsFormBox > div {
  border: 1px solid #fff;
}
.contactUsFormBox h1 {
  margin: 0;
  padding: 82px 0 70px;
  font-size: 40px;
}
.contactUsFormBox .formBox {
  display: flex;
  justify-content: space-between;
  padding: 100px;
}
.contactUsFormBox .formBox label {
  font-size: 18px;
  margin-bottom: 40px;
}
.contactUsFormBox .formBox form {
  text-align: left;
}
.contactUsFormBox .formBox input {
  width: 452px;
  height: 50px;
  font-size: 18px;
  color: #000;
  background-color: #fff;
  outline: none;
  border: none;
  padding: 0px 15px;
  margin-bottom: 30px;
}
.contactUsFormBox .formBox .submitJoin {
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  background-color: #19459b;
  background-position-x: 85%;
  color: #fff;
  transition-duration: 300ms;
  cursor: pointer;
}

.contactUsFormBox .formBox .description {
  flex: none;
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.contactUsFormBox .formBox .descripItem {
  width: 220px;
  height: 113px;
  text-align: center;
  padding: 20px 0;
  font-weight: 400;
  /* margin-bottom: 36px;
  margin-right: 20px; */
  /* float: right; */
  border: 3px solid #19459b;
  position: relative;
  overflow: hidden;
}
.contactUsFormBox .formBox .descripItem:nth-child(2n + 1) {
  margin-right: 0;
}
.contactUsFormBox .formBox .descripItem img {
  width: 40px;
  height: auto;
}
.contactUsFormBox .formBox .descripItem p:first-child {
  font-size: 30px;
}
.contactUsFormBox .formBox .descripItem p:last-child {
  font-size: 18px;
}

/* 企业简介 */
.enterpriseProfileBox {
}
.companyProfile-content {
  position: relative;
  overflow: hidden;
  background: url(../img/qiye_banner_1.jpg) no-repeat;
  background-size: cover;
  background-position: center 60%;
}
.companyProfile-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0, #d2d2d27d, #ffffff);
}
.companyProfile {
  width: 1250px;
  display: flex;
  height: 360px;
  position: relative;
  margin: 60px auto 400px;
}
.companyProfile .profileInfo-wp {
  flex: 1;
  position: relative;
}
.companyProfile .profileInfo-wp .profileInfo {
  position: absolute;
  right: 0;
  top: 100px;
  width: 210%;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.enterpriseProfileBox .companyProfile .profileInfo p {
  color: #19459b;
  font-size: 36px;
  line-height: 25px;
  text-align: center;
  margin: 40px 0 20px 328px;
}
.companyProfile .colorBlock img {
  position: absolute;
  width: 370px;
  height: 72px;
  bottom: -70px;
  left: 60px;
  transform: translateY(100%);
}
.enterpriseProfileBox .companyProfile .profileInfo p span {
  font-size: 14px;
}
.enterpriseProfileBox .companyProfile .profileInfo > div::before {
  content: "";
  display: block;
  float: left;
  width: 334px;
  height: 288px;
}
.enterpriseProfileBox .companyProfile .profileInfo > div {
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
  overflow-x: hidden;
  overflow-y: auto;
  padding: 30px;
  padding-top: 0;
  line-height: 1.8em;
  color: #959595;
  font-family: auto;
}
.enterpriseProfileBox .companyProfile .profileInfo > div::-webkit-scrollbar {
  width: 12px;
  border-radius: 12px;
}
.enterpriseProfileBox
  .companyProfile
  .profileInfo
  > div::-webkit-scrollbar-thumb {
  border-radius: 12px;
  -webkit-box-shadow: inset 0 0 12px rgba(222, 222, 222, 1);
  background: #dedede;
}
.enterpriseProfileBox
  .companyProfile
  .profileInfo
  > div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 12px rgba(239, 239, 239, 1);
  border-radius: 12px;
  background: #efefef;
}

.enterpriseProfileBox .companyProfile .colorBlock {
  flex: 3;
  height: 500px;
  padding: 0;
  position: relative;
  z-index: 2;
}
.enterpriseProfileBox .companyProfile .colorBlock video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enterpriseProfileBox .companyProfile .colorBlock video {
  outline: none;
}
.enterpriseProfileBox .corporateCulture {
  overflow: hidden;
  background: linear-gradient(0, #d2d2d27d, #ffffff);
  /* width: 100%;
  background: url(../img/qiye_banner_1.jpg) no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 200px;
  overflow: hidden;
  position: relative; */
}
.enterpriseProfileBox .corporateCulture::before {
  /* content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0, #d2d2d27d, #ffffff); */
}
.corporateCulture > .title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 32px;
}
.enterpriseProfileBox .corporateCulture .cultureList {
  display: flex;
  width: 1250px;
  margin: 60px auto 60px;
  flex-wrap: nowrap;
}
.enterpriseProfileBox .corporateCulture .cultureList .cultureItem {
  color: #fff;
  width: 25%;
  height: 430px;
  margin-left: 25px;
  text-align: center;
  padding-top: 60px;
  position: relative;
  top: 0;
  transition: all 0.5s;
}
.enterpriseProfileBox .corporateCulture .cultureList .cultureItem:hover {
  top: -28px;
}
.enterpriseProfileBox
  .corporateCulture
  .cultureList
  .cultureItem:nth-child(5n + 1) {
  margin-left: 0;
}
.enterpriseProfileBox .corporateCulture .cultureList .cultureItem:nth-child(1) {
  background: url("../img/about01.png") no-repeat;
  background-size: cover;
}
.enterpriseProfileBox .corporateCulture .cultureList .cultureItem:nth-child(2) {
  background: url("../img/about02.png") no-repeat;
  background-size: cover;
}
.enterpriseProfileBox .corporateCulture .cultureList .cultureItem:nth-child(3) {
  background: url("../img/about03.png") no-repeat;
  background-size: cover;
}
.enterpriseProfileBox .corporateCulture .cultureList .cultureItem:nth-child(4) {
  background: url("../img/about04.png") no-repeat;
  background-size: cover;
}
.enterpriseProfileBox .corporateCulture .cultureList .cultureItem:nth-child(5) {
  background: url("../img/about05.png") no-repeat;
  background-size: cover;
}
.corporateCulture .cultureList .cultureItem .title {
  font-size: 22px;
  font-weight: bold;
}
.corporateCulture .cultureList .cultureItem .subTitle {
  font-size: 12px;
  font-weight: 400;
}
.corporateCulture .corporate-wp {
  display: flex;
  width: 1250px;
  margin: 60px auto;
  box-shadow: 0px 0px 20px 5px #e2e2e2;
}
.corporateCulture .corporate-wp .left {
  flex: none;
  width: 500px;
  height: 560px;
  background: url(../img/qiyewh_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center 0px;
  /* margin-right: 50px; */
}
.corporateCulture .corporate-wp .right {
  display: flex;
  flex: 1;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(0, #d2d2d2, #ffffff);
  background-size: cover;
  padding: 0 30px;
  position: relative;
}
/* .corporateCulture .corporate-wp .right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000036;
} */
.corporateCulture .corporate-wp .right .logo {
  width: 750px;
  height: 100px;
  background: #19459b url(../img/logo_white.png) no-repeat;
  background-size: 44% 74%;
  background-position: 200px 14px;
  margin-bottom: 60px;
  align-self: center;
  position: relative;
  z-index: 2;
}
.corporateCulture .corporateList {
  display: flex;
}
.corporateCulture .corporateList .corporateItem:nth-child(2) {
  margin: 0 20px;
}
.corporateCulture .corporateList .corporateItem {
  flex: 1;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  padding: 50px 15px 10px;
  position: relative;
  background: #fff;
  color: #000;
  cursor: pointer;
}
.corporateCulture .corporateList .corporateItem:hover {
  background: #255ecf;
  color: #fff;
}
.corporateCulture .corporateList .corporateItem:hover .desc {
  color: #fff;
}
.corporateCulture .corporateList .corporateItem:hover svg path {
  fill: #fff;
}
.corporateCulture .corporateList .corporateItem svg {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.corporateCulture .corporateList .corporateItem .title {
  margin: 0 0 20px 0;
  font-size: 24px;
}
.corporateCulture .corporateList .corporateItem .desc {
  font-size: 14px;
  margin-top: 5px;
  color: #6d6d6d;
}
.makeSpeech-wp {
  /* background: url("../img/history_bg.0e315e13.jpg") no-repeat;
  background-size: 130% 100%;
  background-position: center center; */
  overflow: hidden;
  position: relative;
  background: url(../img/bg34.png) no-repeat;
  background-size: cover;
}
/* .makeSpeech-wp::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #e8e8e8, #1e2534);
  z-index: -1;
}
.makeSpeech-wp::after {
  content: "";
  background-image: url(../img/history_bg.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  background-size: cover;
  background-position: -24px 374px;
} */
.makeSpeech {
  width: 1250px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  padding: 4% 0;
}
.makeSpeech .makeLeft {
  width: 60%;
}
.makeSpeech .makeLeft p {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 2em;
}
.makeSpeech .makeLeft p:first-child {
  color: #000;
  font-size: 30px;
  font-weight: 400;
}
.makeSpeech .makeLeft p:nth-child(2) {
  margin: 44px 0 95px;
}
.makeSpeech .makeLeft div {
  color: #000;
}
.makeSpeech .makeLeft div img {
  width: 90px;
  height: 90px;
  margin-right: 10px;
  vertical-align: bottom;
}
.makeSpeech .makeRight {
  text-align: center;
  padding-left: 70px;
  color: #000;
  font-weight: bold;
}
.makeSpeech .makeRight p {
  margin-top: 10px;
  line-height: 2;
}
.makeSpeech .makeRight img {
  width: 350px;
  height: auto;
}
.honor {
  overflow: hidden;
  background: linear-gradient(0, #ffffff, #d2d2d2);
}
.honor .banner-bg {
  width: 1250px;
  background: url(../img/about_honor.png) no-repeat;
  height: 600px;
  background-size: 105% 105%;
  background-position: -5px 0;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  color: #fff;
}
.honor .banner-bg .text {
  position: relative;
  z-index: 2;
}
.honor .banner-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #00000000, #1955cc);
}
.planBox {
  overflow: hidden;
  /* background: linear-gradient(0, #ffffff, #d2d2d2); */
}
.planBox .inenr-wp {
  width: 1250px;
  margin: 0 auto;
  display: flex;
}
.planBox .inenr-wp .leftImg {
  width: 682px;
  margin-top: 122px;
}
.planBox .inenr-wp .rightInfo {
  margin-top: 188px;
  text-align: right;
  margin-left: 233px;
}
.planBox .inenr-wp .rightInfo .plan-text {
  width: 203px;
  height: 80px;
  background: url(../img/plan_text.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  position: relative;
  right: -92px;
}
.planBox .inenr-wp .rightInfo .plan-title {
  font-size: 42px;
  color: #0066b4;
}
.planBox .inenr-wp .rightInfo .plan-content {
  font-family: auto;
  margin-top: 20px;
}
.addressBox {
  width: 100%;
  background: url("../img/bg39.png") no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 244px 0 227px;
}
.addressBox p:nth-child(1) {
  font-size: 24px;
}
.addressBox p:nth-child(2) {
  font-size: 18px;
  padding: 15px 0 70px;
}
.addressBox p:nth-child(3) {
  font-size: 14px;
}
.history {
  overflow: hidden;
}
.history img {
  width: 150%;
  animation: anileft 30s linear infinite alternate;
}
.contact_us {
  width: 1250px;
  margin: 0 auto;
  overflow: hidden;
}
.contact_us .contact_title {
  text-align: center;
  margin: auto;
  width: 141px;
  height: 48px;
  font-size: 34px;
  font-weight: bold;
  line-height: 48px;
  color: #1b232e;
  margin-top: 100px;
}
.contact_us .contact_sub_title {
  text-align: center;
  margin: auto;
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #60646a;
  margin-top: 10px;
}
.contact_us .contact_cont {
  width: 1200px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
}
.contact_us .contact_cont .item {
  flex: 1;
  box-sizing: border-box;
  height: 528px;
  position: relative;
  display: inline-block;
  padding-left: 28px;
  overflow: hidden;
  cursor: pointer;
}
.contact_us .contact_cont .item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: linear-gradient(0, #00000094, #ffffff00, #00000024);
  z-index: 2;
  left: 0;
}
.contact_us .contact_cont .item > div {
  position: relative;
  z-index: 3;
}
.contact_us .contact_cont .item:nth-child(2) {
  margin: 0 70px;
}
.contact_us .contact_cont .item:hover {
  box-shadow: 0px 10px 20px rgba(26, 28, 70, 0.2);
}
.contact_us .contact_cont .item:hover .bg {
  transform: scale(1.2);
}
.contact_us .contact_cont .item .bg {
  position: absolute;
  z-index: -1;
  left: 0;
  height: 110%;
  transition: 0.5s;
  z-index: 1;
}
.contact_us .contact_cont .item .name {
  margin-top: 22px;
  font-size: 42px;
  color: #fff;
}
.contact_us .contact_cont .item .name span {
  font-size: 20px;
}
.contact_us .contact_cont .item .english {
  height: 32px;
  font-size: 23px;
  line-height: 32px;
  color: #ffffff;
  margin-top: 8px;
}
.contact_us .contact_cont .item .address {
  font-size: 16px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  margin-top: 344px;
}
.contact_us .contact_cont .item .address.active {
  margin-top: 350px;
}
.contact_us .contact_cont .item .address img {
  flex: none;
  width: 16px;
  margin-right: 9px;
  object-fit: contain;
}
.contact_us .contact_cont .item .address span {
  width: 300px;
  opacity: 0.8;
}
@keyframes anileft {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-33%, 0, 0);
  }
}
