/* 主体 */
.topNav{
  height: 72px;
  background-color: #fff;
}
.company_banner {
  overflow: hidden;
  height: auto;
  /*background: url(../img/about/banner_explation.png) no-repeat;
  background-position: center center;
  background-size: auto 100%;*/
}
/*.company_banner:hover {
  background-size: auto 120%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}*/
.company_banner > div {
  /*width: 1460px;
  margin: 0 auto;
  padding: 118px 0 235px 0; */
  position: absolute;
  top: 122px;
  left: 226px;
}
.company_banner > div > h2 {
  font-weight: normal;
  font-size: 65px;
  margin-bottom: 5px;
  color: white;
}
.company_banner > div > p {
  font-size: 30px;
  margin-bottom: 19px;
  color: white;
}
.company_banner > div > h3 {
  font-weight: normal;
  font-size: 42px;
  line-height: 42px;
  width: 490px;
  text-align: center;
  margin-bottom: 14px;
  background-color: #00baff;
  color: white;
  padding-bottom: 14px;
  padding-top: 9px;
}
.customer_picture {
  overflow: hidden;
  height: auto;
  background: url(../img/about/explation_center.png) no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
/*.customer_picture:hover {
  background-size: auto 120%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}*/
.customer_picture > div {
  display: flex;
  text-align: center;
  display: -webkit-flex;
  align-items:center;
  justify-content:center;
}
.customer_picture div p {
  width: 540px;
  text-align: center;
  font-size: 26px;
  line-height: 62px;
  color: white;
  padding: 120px 0 96px;
}
.customer_picture div p span {
  font-size: 85px;
}
.company_about {
  width: 1210px;
  margin: 60px auto 65px;
  color: #333333;
}
.company_about h2 {
  font-weight: normal;
  font-size: 34px;
  letter-spacing: 1px;
}
.company_about h6 {
  font-size: 25px;
  font-weight: normal;
  padding-top: 25px;
  padding-bottom: 45px;
}
.company_about div {
  padding: 36px 145px;
  line-height: 45px;
  font-size: 18px;
  background: url('../img/about/frame.png') no-repeat;
  background-size: 100% 100%;
  -moz-background-size:100% 100%;
}
.company_about p {
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 35px;
} 
.company_about h4 {
  font-size: 27px;
  line-height: 115px;
  letter-spacing: 1px;
  margin-top: 30px;
}
.company_culture {
  width: 1400px;
  margin: 65px auto;
  display: flex;
}
.company_culture img {
  width: 100%;
}
.company_culture > div {
  flex: 1;
}
.culture_about {
  padding: 30px 0;
}
.company_culture h4 {
  padding-left: 40px;
  padding-top: 50px;
  font-size: 29px;
}
.company_culture p {
  padding-left: 40px;
  padding-top: 35px;
  font-size: 15px;
  line-height: 32px;
}
.company_hope {
  width: 1400px;
  margin: 0 auto 70px;
  display: flex;
}
.company_hope img {
  width: 100%;
}
.company_hope > div {
  flex: 1;
}
.hope_about {
  padding: 30px 0;
}
.company_hope h4 {
  padding-right: 40px;
  padding-top: 50px;
  font-size: 29px;
}
.company_hope p {
  padding-right: 40px;
  padding-top: 35px;
  font-size: 15px;
  line-height: 35px;
}
/* 主体 */