@charset "UTF-8";
/**!
* 企业文化
*/
.top-banner {
  background: url("../images/culture/culture-banner1.jpg") no-repeat center center;
  background-size: cover;
}

body {
  background-color: #f7f8f8;
}

.hope {
  height: 555px;
  background: url("../images/culture/culture-banner2.jpg") center center no-repeat;
  background-size: cover;
  margin-bottom: 115px;
}

.hope-title {
  position: relative;
  margin-top: 65px;
  height: 67px;
  text-align: center;
}

.hope-title:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 50%;
  border-top: 1px solid #595757;
}

.hope-title span {
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: top;
  line-height: 67px;
  color: #595757;
  font-size: 36px;
  padding: 0 30px;
  background-color: #f7f8f8;
}

.hope-subtitle {
  min-height: 50px;
  line-height: 50px;
  padding-bottom: 45px;
  text-align: center;
  font-size: 22px;
  color: #898989;
  letter-spacing: 5px;
}

.culutre-list {
  padding-bottom: 100px;
}

.culutre-list li {
  float: left;
  width: 50%;
}

@media (max-width: 480px) {
  .culutre-list li {
    float: none;
    width: 100%;
  }
  .hope {
	  display:none
}
}

.culutre-list li .card {
  position: relative;
}

.culutre-list li .txt {
  position: absolute;
  left: 50px;
  top: 63px;
  width: 100%;
  color: #fff;
}

.culutre-list li .txt .name {
  display: block;
  margin-bottom: 13px;
  height: 51px;
  line-height: 51px;
  position: relative;
  font-size: 20px;
}

.culutre-list li .txt .name:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 88px;
  border-bottom: 1px solid #9c2f33;
}

.culutre-list li .txt .value {
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 8px;
  word-break: break-all;
  word-wrap: break-word;
}

@media (max-width: 480px) {
  .culutre-list li .txt .value {
    font-size: 23px;
	letter-spacing: 1px;
  }
  
.culutre-list li .txt {
  position: absolute;
  left: 50px;
  top: 63px;
  width: 80%;
  color: #fff;
}
}

.culutre-list li img {
  display: block;
  max-width: 100%;
}

.culutre-list li:first-child {
  padding-right: 4%;
}

@media (max-width: 480px) {
  .culutre-list li:first-child {
    padding-right: 0;
    margin-bottom: 15px;
  }
}

.culutre-list li:last-child {
  padding-left: 4%;
}

@media (max-width: 480px) {
  .culutre-list li:last-child {
    padding-left: 0;
  }
}
