.wrap{
  width: 100%;
  height: 100%;
  min-width: 1200px;
  margin: 0 auto;
}
.main{
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.header{
  width: 100%;
  height: 66px;
}
.logo{
  margin-left: 24px;
  float: left;
  margin-top: 12px;
  font-size: 30px;
}
.header ul{
  width: 308px;
  height: 66px;
  float: right;
}
.header li{
  width: 154px;
  height: 66px;
  float: left;
  font-size: 15px;
  color: #303030;
  text-align: center;
  line-height: 66px;
}
.header li a{
  cursor: pointer;
}
.bottom-container img{
  margin-left: 79px;
}
.bottom-container img:first-child{
  margin-left: 48px;
}
.section3{
  width: 1200px;
  height: 953px;
  margin-top: 63px;
}
.company-descripition{
  width: 1200px;
  height: 403px;
  background: url(../images/company-bg.png) no-repeat;
  overflow: hidden;
}
.company-descripition h2{
  display: block;
  margin: 60px auto 42px;
  text-align: center;
  font-size: 35px;
}
.company-descripition p{
  width: 1060px;
  margin: 0 auto;
  text-indent: 2em;
  color: #333333;
  line-height: 45px;
}
.cp-info-container{
  width: 100%;
  height: 490px;
  margin-top: 60px;
}
.info-container{
  width: 1198px;
  height: 305px;
  border: 1px solid #e9e9e9;
}
.info-container div{
  width: 140px;
  height: 120px;
  margin-top: 134px;
}
.info-container img{
  display: block;
  margin: 0 auto;
}
.info-container div p{
  text-align: center;
}
.info-container .email{
  float: left;
  margin-left: 360px;
}
.info-container .website{
  float: left;
  margin-left: 195px;
}
.cp-name{
  display: flex;
  width: 100%;
  height: 124px;
  background: #ececec;
  margin-top: 60px;
  font-size: 16px;
  color: #333333;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}