 /* 集团文化样式 */
* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 16px;
  width: 100%;
 
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

/* 头部图片样式 */
.banner img {
  width: 100%;
  height: auto;
  max-height: 400px;
}
/* 头部导航 */
.banner{
  width: 100%;
  height: 29vw;
}
.header_bg>img{
  width: 100%;
  height: 100%;
}
nav {
  z-index: 99;
  position: fixed;
  top: 0;
  width: 100%;
  height: 8vw;
  display: flex;
  align-items: center;
}

.bg {
  background-color: #000;
}

.logo {
  width: 15vw;
  height: 5vw;
  margin-left: 18vw;
}

.logo img {
  width: 100%;
  height: 100%;
}

.text {
  width: 48vw;
  height: 8vw;
  display: flex;
  margin-left: 10vw;
}

.text>div {
  width: 8vw;
  height: 100%;
  text-align: center;
  line-height: 8vw;
  font-size: .4267rem;
  color: #fff;
  white-space: nowrap;
}
.text>div>a{
  color: #fff;
  text-decoration: none !important;
}

.text>div:hover {
  cursor: pointer;
  background-color: rgba(35, 31, 31, 0.2);
}

.About {
  width: 8vw !important;
  height: 18vw !important;
  background-color: #000;
  display: none;
}

.ab:hover>.About {
  display: block;
}

.About a {
  display: block;
  text-decoration: none !important;
  width: 100%;
  height: 3.6vw;
  font-size: .4267rem;
  color: #fff !important;
  line-height: 3.6vw;
}

.About a:hover {
  background-color: rgb(202, 19, 19);
}

.industry {
  width: 8vw;
  height: 10.8vw !important;
  background-color: #000;
  display: none;
}

.in:hover>.industry {
  display: block;
}

.industry a {
  display: block;
  text-decoration: none !important;
  height: 3.6vw;
  width: 100%;
  font-size: .4267rem;
  color: #fff !important;
  line-height: 3.6vw;
}

.industry a:hover {
  background-color: rgb(202, 19, 19);
}

/* 中部样式 */
 
 .about{
  width: 100%;
    height: auto;
    overflow: hidden;
    margin: -120px 0;
}
.aboutUs-mess{
  clear: both;
}
.aboutUs-mess .aboutUs-mess-box{
  width: 32rem;
    height: auto;
    overflow: hidden;
    margin: 80px auto 120px;
}
.aboutUs-mess-box .title {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  
  padding-top: 60px;
  word-spacing: 10px;
  margin: -20px 0;
}
.aboutUs-mess-box .title .p1 {
  font-size: .8rem;
  padding: 10px 0;
  
}
.aboutUs-mess-box .title .p2 {
  color: #7f7f7f;
  font-size: .3733rem;
  padding: 30px 0;
  margin: -40px 0 0 0;
}   
/* 内容样式 */
.culture {
    padding: 0 5%;
    width: 90%;
}
.culture  .words img {
    width: 100%;
    height: auto;
    overflow: hidden;
}  
.culture .culture-list  {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 60px 0;
}   
.el-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}      
.el-col-pull-0, .el-col-pull-1, .el-col-pull-2, .el-col-pull-3, .el-col-pull-4, .el-col-pull-5, .el-col-pull-6, .el-col-pull-7, .el-col-pull-8, .el-col-pull-9, .el-col-pull-10, .el-col-pull-11, .el-col-pull-13, .el-col-pull-14, .el-col-pull-15, .el-col-pull-16, .el-col-pull-17, .el-col-pull-18, .el-col-pull-19, .el-col-pull-20, .el-col-pull-21, .el-col-pull-22, .el-col-pull-23, .el-col-pull-24, .el-col-push-0, .el-col-push-1, .el-col-push-2, .el-col-push-3, .el-col-push-4, .el-col-push-5, .el-col-push-6, .el-col-push-7, .el-col-push-8, .el-col-push-9, .el-col-push-10, .el-col-push-11, .el-col-push-12, .el-col-push-13, .el-col-push-14, .el-col-push-15, .el-col-push-16, .el-col-push-17, .el-col-push-18, .el-col-push-19, .el-col-push-20, .el-col-push-21, .el-col-push-22, .el-col-push-23, .el-col-push-24, .el-row {
    position: relative;
}
.el-col-8 {
    width: 33.33333%;
}
[class*=el-col-] {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

 
.culture .culture-list img  {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.el-col-1 {
    width: 4.16667%;
}
.el-col-15 {
    width: 62.5%;
}

.culture-title  {
    border-left: 10px solid #b30410;
    color: #b30410;
    padding: 0 3%;
    font-size: 24px;
}


.el-col-24 {
    width: 100%;
}
.culture-mess{
    padding: 20px 20px 30px 0;
    font-size: .4267rem;
    line-height: 30px;
    color: #545454;
}
/* -------底部样式 */
.footNav {
    margin: -80px 0 0 0;
  }
  div {
    display: block;
  }
  .navBar {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #2d3032;
    padding: 10px 10px;
  }
  .nav {
    width: 29.3333rem;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  .el-row {
    box-sizing: border-box;
  }
  .el-col-pull-0,
  .el-col-pull-1,
  .el-col-pull-2,
  .el-col-pull-3,
  .el-col-pull-4,
  .el-col-pull-5,
  .el-col-pull-6,
  .el-col-pull-7,
  .el-col-pull-8,
  .el-col-pull-9,
  .el-col-pull-10,
  .el-col-pull-11,
  .el-col-pull-13,
  .el-col-pull-14,
  .el-col-pull-15,
  .el-col-pull-16,
  .el-col-pull-17,
  .el-col-pull-18,
  .el-col-pull-19,
  .el-col-pull-20,
  .el-col-pull-21,
  .el-col-pull-22,
  .el-col-pull-23,
  .el-col-pull-24,
  .el-col-push-0,
  .el-col-push-1,
  .el-col-push-2,
  .el-col-push-3,
  .el-col-push-4,
  .el-col-push-5,
  .el-col-push-6,
  .el-col-push-7,
  .el-col-push-8,
  .el-col-push-9,
  .el-col-push-10,
  .el-col-push-11,
  .el-col-push-12,
  .el-col-push-13,
  .el-col-push-14,
  .el-col-push-15,
  .el-col-push-16,
  .el-col-push-17,
  .el-col-push-18,
  .el-col-push-19,
  .el-col-push-20,
  .el-col-push-21,
  .el-col-push-22,
  .el-col-push-23,
  .el-col-push-24,
  .el-row {
    position: relative;
  }
  /* <!-- 底部--左 --> */
  .el-col-7 {
    width: 29.16667%;
  }
  [class*="el-col-"] {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .el-col-7 h1 {
    font-size: 0.64rem;
    color: #fff;
    padding: 20px 0;
    text-align: left;
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
  .el-col-10 h1 {
    font-size: 0.64rem;
    color: #fff;
    padding: 20px 0;
    text-align: left;
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
  .nav ul {
    width: 100%;
  }
  ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    padding: 0;
    margin: 0;
  }
  ul,
  li {
    list-style-type: none;
    padding: 0 0 20px 0;
  }
  
  .nav ul li {
    padding: 5px 0;
    text-align: left;
    color: #fff;
  }
  li {
    display: list-item;
    white-space: nowrap;
    font-size: 0.4267rem;
  }
  ul {
    padding: 0;
    margin: 0;
  }
  a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
  }
  .nav ul li a {
    color: #fff;
    text-decoration: none;
  }
  /* <!-- 底部--中 --> */
  [class*="el-col-"] {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* <!-- 底部--右 --> */
  .el-col-10 {
    width: 41.66667%;
  }
  [class*="el-col-"] {
    float: left;
  
    box-sizing: border-box;
  }
  /* 版权样式 */
  .copyright {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 0.3733rem;
  }
  .copyright a {
    text-decoration: none;
    color: #fff;
  }
  
  
   

 


 
