.about-content {
  width: 100%;
  min-height: 100px;
  background: white;
  color: #000;
  margin: 0 auto;
}

.about-content .container {
  width: 1400px;
  margin: 0 auto;
}

.about-content .header-nav-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 684px;
  background: url(/dist/img/aboutBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.about-content .header-nav-content .header-title {
  font-size: 49px;
  font-family: Black;
  font-weight: 900;
  color: #fff;
  padding: 165px 0 20px;
}

.about-content .header-nav-content span {
  display: block;
  width: 140px;
  margin-bottom: 25px;
  border-bottom: 2px solid #CC0000;
}

.about-content .header-nav-content .lead-title {
  font-size: 24px;
  font-family: Arial;
  font-weight: 700;
  color: #fff;
}

.about-content .header-nav-content .lead-content {
  font-size: 35px;
  font-family: Arial;
  font-weight: 700;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 145px;
}

.about-content .header-nav-content .nav-content {
  display: flex;
  justify-content: space-between;
  width: 630px;
  line-height: 23px;
  height: 23px;
}

.about-content .header-nav-content .nav-content > span {
  border: none;
  display: block;
  width: 200px;
  text-align: center;
  line-height: 23px;
}

.about-content .header-nav-content .nav-content > span a {
  color: #fff;
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  line-height: 39px;
}

.about-content .header-nav-content .nav-content > span:nth-child(2) a {
  padding: 0 40px;
  border-left: 1px dashed #fff;
  border-right: 1px dashed #fff;
}

.about-content .introduction-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 60px;
  margin-bottom: 110px;
  box-sizing: border-box;
}

.about-content .introduction-content .img {
  position: absolute;
  top: -50px;
  z-index: 0;
}

.about-content .introduction-content .header-title {
  font-size: 28px;
  font-family: Italic;
  margin-top: 70px;
  margin-bottom: 25px;
  z-index: 2;
}

.about-content .introduction-content p {
  position: sticky;
  font-size: 18px;
  font-family: Light;
  font-weight: 300;
  color: #606060;
  line-height: 26px;
  padding: 0;
}

.about-content .introduction-content .introBtn {
  width: 327px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 33px;
  border-radius: 4px;
  background-color: rgb(45, 45, 45);
  z-index: 2;
  cursor: pointer;
}

.about-content .introduction-content .introBtn:hover {
  background-color: rgb(112, 112, 112);
}

.about-content .introduction-content .introBtn span {
  font-family: CAI978;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

.about-content .brands-content {
  text-align: center;
  height: 776px;
  margin-bottom: 76px;
}

.about-content .brands-content .img {
  position: relative;
}

.about-content .brands-content .outside {
  position: absolute;
  top: 0;
  left: 0;
  width: 1127px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.about-content .brands-content .outside .box {
  position: relative;
  width: 292px;
  height: 317px;
  text-align: center;
  clip-path: polygon(2% 27%, 3% 74%, 50% 98%, 100% 73%, 100% 28%, 50% 2%);
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-content .brands-content .outside .box1 {
  margin-left: 273px;
  margin-top: -4px;
}

.about-content .brands-content .outside .box2 {
  margin-left: -15px;
  margin-top: -4px;
}

.about-content .brands-content .outside .box3 {
  margin-left: 275px;
  margin-top: -85px;
}

.about-content .brands-content .outside .boxmiddle {
  margin-left: -16px;
  margin-top: -84px;
}

.about-content .brands-content .outside .box4 {
  margin-left: -14px;
  margin-top: -84px;
}

.about-content .brands-content .outside .box5 {
  margin-left: 273px;
  margin-top: -84px;
}

.about-content .brands-content .outside .box6 {
  margin-left: -14px;
  margin-top: -84px;
}

.about-content .brands-content .outside .box .brands-image {
  display: none;
}

.about-content .brands-content .outside .box .brands-title {
  /* position: absolute;
  top: 44%;
  left: 30%; */
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  font-family: Arial;
  font-weight: 700;
  color: #000;
  /* background-color: red; */
}

.about-content .brands-content .outside .box .brands-title a {
  display: block;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #848383;
}

.about-content .brands-content .outside .box .brands-middle-title {
  display: flex;
  justify-content: center;
  width: 197px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* top: 39%; */
  /* left: 18%; */
  font-size: 20px;
  font-family: Italic;
  font-weight: 400;
  color: #000;
  line-height: 40px;

}

.about-content .brands-content .outside .box1:hover,
.about-content .brands-content .outside .box2:hover,
.about-content .brands-content .outside .box3:hover,
.about-content .brands-content .outside .box4:hover,
.about-content .brands-content .outside .box5:hover,
.about-content .brands-content .outside .box6:hover {
  background: url('/dist/img/six_hover.png') no-repeat 50% 50%;
}

.about-content .brands-content .outside .box1:hover .brands-image,
.about-content .brands-content .outside .box2:hover .brands-image,
.about-content .brands-content .outside .box3:hover .brands-image,
.about-content .brands-content .outside .box4:hover .brands-image,
.about-content .brands-content .outside .box5:hover .brands-image,
.about-content .brands-content .outside .box6:hover .brands-image {
  display: flex;
  /* position: absolute;
  top: 20%;
  left: 30%; */
  justify-content: space-between;
  width: 119px;
  transition: .3s;
}

.about-content .brands-content .outside .box1:hover .brands-title,
.about-content .brands-content .outside .box2:hover .brands-title,
.about-content .brands-content .outside .box3:hover .brands-title,
.about-content .brands-content .outside .box4:hover .brands-title,
.about-content .brands-content .outside .box5:hover .brands-title,
.about-content .brands-content .outside .box6:hover .brands-title {
  top: 62%;
}

.about-content .brands-content .outside .box4 .brands-title,
.about-content .brands-content .outside .box5 .brands-title,
.about-content .brands-content .outside .box6 .brands-title {
  left: 35%;
}

.about-content .history-content {
  height: 760px;
  background-color: #1f1f1f;
  padding-top: 88px;
}

.about-content .history-content .history {
  /* background: url('/dist/img/mao.png') no-repeat center; */
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 586px;
}

.about-content .history-content .history .history-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 300px 172px;
}

.about-content .history-content .history .history-top .header-title {
  font-size: 80px;
  font-family: Light;
  font-weight: 300;
  color: #fff;
  margin-top: 54px;
}

.about-content .history-content .history .history-top .years {
  font-size: 26px;
  font-family: Roman;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
}

.about-content .history-content .history .history-top .des {
  font-size: 15px;
  text-align: center;
  font-family: Arial;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
}

.about-content .history-content .history .history-bottom {
  display: flex;
  justify-content: space-between;
}

.about-content .history-content .history .history-bottom .item {
  width: 452px;
}

.about-content .history-content .history .history-bottom .item .header-data {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
  font-size: 60px;
  font-family: Light;
  font-weight: 300;
}

.about-content .history-content .history .history-bottom .item .title {
  color: #fff;
  padding-top: 20px;
  font-size: 22px;
  font-family: Roman;
}

.about-content .history-content .history .history-bottom .item p {
  font-size: 14px;
  font-family: Arial;
  color: #848383;
  padding-right: 44px;
}

.about-content .manufacturers-content {
  margin-top: 95px;
  height: 517px;
  display: flex;
}

.about-content .manufacturers-content .left {
  flex: 1;
}

.about-content .manufacturers-content .left .title {
  padding: 60px 0 31px;
  font-size: 28px;
  font-family: Italic;
}

.about-content .manufacturers-content .left p {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #848383;
  line-height: 27px;
  padding-right: 90px;
  padding-top: 0;
  padding-bottom: 0;
}

.about-content .manufacturers-content .left .el-button {
  width: 333px;
  height: 46px;
  margin-top: 100px;
  border-radius: 4px;
  transition: .3s;
  padding: 0;
  border: 1px solid rgb(220, 223, 230);
}

.about-content .manufacturers-content .left .btn {
  line-height: 46px;
  font-size: 24px;
  font-family: CAI978;
  color: #181818;
}

.about-content .manufacturers-content .left .el-button:hover {
  background-color: rgba(185, 0, 0, 0.1);
  border: 1px #b90000 solid;
  color: #eee;
}

.about-content .manufacturers-content .right {
  position: relative;
  flex: 1;
  /* background: url('/dist/img/DiGi.png'); */
}

.about-content .manufacturers-content .right a:first-child {
  position: absolute;
  top: 22%;
  left: 17%;
}

.about-content .manufacturers-content .right a {
  font-size: 22px;
  font-family: Black;
  font-weight: 900;
  color: #fff;
  line-height: 22px;
  position: absolute;
}

.about-content .manufacturers-content .right a:nth-of-type(2){
  top: 22%;
  right: 10%;
}
.about-content .manufacturers-content .right a:nth-of-type(3){
  bottom: 22%;
  left: 10%;
}
.about-content .manufacturers-content .right a:nth-of-type(4){
  bottom: 22%;
  right: 10%;
}
.about-content .advantage-content {
  margin-top: 122px;
  margin-bottom: 65px;
  display: flex;
  flex-direction: column;
}

.about-content .el-header {
  box-sizing: border-box;
  flex-shrink: 0;
  height: 60px;
}

.about-content .advantage-content .header-title {
  font-size: 30px;
  font-family: Roman;
}

.about-content .el-main {
  display: block;
  flex: 1;
  flex-basis: auto;
  overflow: auto;
  box-sizing: border-box;
}
.about-content .el-main.about-line p{
  position: relative;
  padding: 0 0 10px 12px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #dfdede;
}
.about-content .el-main.about-line p:last-of-type{
  border: 0;
}
.about-content .el-main.about-line p::after{
  position: absolute;
  content: ' ';
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff0000;
}

.about-content .advantage-content p {
  font-size: 14px;
  font-family: Arial;
  color: #848383;
  line-height: 27px;
}

.about-content .el-footer {
  box-sizing: border-box;
  flex-shrink: 0;
  background-color: white;
  padding: 0;
}

.about-content .advantage-content .item-content {
  width: 460px;
  height: 170px;
  text-align: center;
  line-height: 170px;
  font-size: 25px;
  font-family: Roman;
  font-weight: 400;
  color: #717071;
  border: 1px solid #dfdede;
}

.about-content .advantage-content .item-content:hover {
  border: 1px solid black;
  color: black;
}

.about-content .card-content {
  width: 100%;
  min-height: 100px;
  color: #000;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #edeff0;
}

.about-content .card-content .content {
  display: flex;
  justify-content: space-between;
}

.about-content .card-content .container .item {
  position: relative;
  width: 337px;
  height: 710px;
  background-color: #fff;
  transition: all .6s;
}

.about-content .card-content .container .item .card-img {
  width: 335px;
  height: 443px;
  overflow: hidden;
}

.about-content .card-content .container .item .card-img img {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all .6s;
}

.about-content .card-content .container .item .card-img img:hover {
  transform: scale(1.2);
}

.about-content .card-content .container .item .text-content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-content .card-content .container .item .text-content .title {
  font-size: 25px;
  font-family: Roman;
  padding: 53px 0 30px;
}

.about-content .card-content .container .item .text-content span {
  display: block;
  width: 52px;
  height: 4px;
  background-color: #edeff0;
}

.about-content .card-content .container .item .text-content p {
  text-align: center;
  font-size: 14px;
  font-family: Arial;
  color: #848383;
  line-height: 19px;
  padding: 25px 30px 0;
}

.about-content .contact-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #edeff0;
}

.about-content .contact-content  .contact-container{
  display: flex;
  justify-content: space-between;
}

.about-content .contact-content .left .header-title {
  font-size: 28px;
  font-family: Italic;
  font-weight: 400;
  color: #000;
  line-height: 80px;
}
/*
.about-content .contact-content .left .info:nth-child(2),
.about-content .contact-content .left .info:nth-child(3) {
  display: flex;
  margin-bottom: 15px;
  flex-direction: column;
  line-height: 22px;
}*/

.about-content .contact-content .left .info {
  font-size: 15px;
  font-family: Arial;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}
.about-content .contact-content .left .info label {
  /* width: 100px; */
  text-align: right;
  padding-right: 20px;
}

.about-content .contact-content .left .info span {
  flex: 1;
  font-size: 15px;
  font-family: Light;
  color: #000;
  cursor: text;
}

.about-content .contact-content .left .info a {
  color: #000;
}

.about-content .contact-content .left .info a .mail {
  cursor: pointer;
  font-family: Arial;
  font-size: 15px;
  color: #000;
}

.about-content .contact-content .left .info a .mail .__cf_email__{
  font-size: 15px;
  font-family: Arial;
  color: #000;
}

.about-content .contact-content .left .info a .mail:hover {
  text-decoration: underline;
  color: #1e6ffa;
}

.about-content .contact-content .right {
  padding-right: 165px;
  align-self: center;
}

.about-content .contact-content .left .btn {
  font-family: CAI978;
  font-size: 18px;
  color: #fff;
}

.about-content .contact-content .left .el-button {
  margin-top: 40px;
  height: 40px;
  margin-bottom: 40px;
  padding: 0 5px;
  border-radius: 4px;
  background-color: rgb(45, 45, 45);
}

.about-content .contact-content .left .el-button:focus,
.about-content .contact-content .left .el-button:hover {
  color: white;
  border-color: rgb(112, 112, 112);
  background-color: rgb(112, 112, 112);
  outline: 0;
}

.about-content .bgfff{
  background-color: white
}

.about-content .exhibition-content{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}

.about-content .exhibition-content h2{
  font-size: 30px;
}


.about-content .exhibition-content .exhibition-content-wrapper{
  width: 100%;
  display: flex;
}

.about-content .exhibition-content .exhibition-content-wrapper .exhibition-content-des{
  background: rgba(204, 0, 0, 0.9)
  url(/dist/img/brand_bg.png) no-repeat ;
  background-size: cover;
  background-blend-mode: overlay;
  padding: 50px;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;

}

.about-content .exhibition-content .exhibition-content-wrapper .exhibition-content-show{
  width: 70%;
}

.about-content .exhibition-content .exhibition-content-wrapper .exhibition-content-show img{
  width: 100%;
}

.introduction-content .pd060{
  padding: 0 60px;
}

.introduction-content .pd060 .mb25{
  margin-bottom: 25px;
}

.bg333{
  background-color: #333;
}

.oneLine{
  white-space: nowrap;
}




.profile-capabilities-content {
  margin: 0 auto;
  width: 1400px;
  overflow: hidden;
  padding: 20px 0;
}

.profile-capabilities-content .profile-capabilities-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile-capabilities-content .profile-capabilities-title .header-title{
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 80px;
}

.profile-capabilities-content .profile-capabilities-btn {
  background-color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: CAI978;
  color: #000;
}

.profile-capabilities-content .profile-capabilities-btn:hover {
  background-color: #CC0000;
  color: #fff;
  cursor: pointer;
  border-color: #CC0000;
}

.profile-capabilities-content .brochure-container{
  width: 1400px;
  height: 800px;
  overflow: hidden;
  position: relative;
}
