.about-content {
  padding: 30px;
  width: 998px;
  box-sizing: border-box;
  background: #FFFFFF url(../images/about-top.jpg) no-repeat;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #E8E8E8;
  margin: 40px 0;
  opacity: 0;
  animation: fadeInDown 0.5s forwards;
  transition: all 1s;
  overflow: hidden;
  position: relative;

}

.about-content:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.about-title {
  color: #fff;
}

.about-title h3 {
  margin-top: 15px;
  font-size: 16px;
}

.about-text {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.88);
  line-height: 24px;
  margin-top: 125px;
}

.server-container {
  background: #EAF2FF;
  height: 160px;
  margin-bottom: 40px;
}
.server-title {
  padding-top: 40px;
  display: inline-block;
}
.server-img {
  display: inline-block;
  width: 80px;
  margin-right: 15px;
}
.server-title h2 {
  font-weight: 600;
  font-size: 24px;
  color: #1672E2;
  line-height: 32px;
  margin-bottom: 10px;
}
.server-title p {
  font-weight: 400;
  font-size: 14px;
  color: #353535;
  line-height: 22px;
  width: 530px;
}
.about-any{
  display: flex;
  margin-bottom: 40px;
}
.about-area {
  background: url(../images/about_bg_1.png) no-repeat;
  background-size: cover;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #E8E8E8;
  padding:35px 25px;
  transition: all 1s;
}
.about-area:hover{
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.about-area h2 {
  margin-bottom: 10px;
}
.about-area p {
 line-height: 26px;
}
.about-innovate {
  margin-left: 20px;
  background: url(../images/about_bg_2.png) no-repeat;
  background-size: cover;
}
.company-philosophy{
  height: 456px;
  background: url(../images/about_bg_3.png) no-repeat center top;
  background-size:auto 456px;
}
.company-container{
  position: relative;
  height: 456px;
}
.company-tips {
  position: absolute;
  width: 300px;
  height: 137px;
  cursor: pointer;
  transition: all 0.5s;
}
.company-tips:hover{
  transform: scale(1.2);
}
.company-tips img {
  width: 137px;
  position: absolute;
  right: 0;
  top: 0;
}
.company-tips  h2 {
  position: absolute;
  right: 108px;
  top: 43px;
  text-align: right;
  font-weight: 700;
  font-size: 20px;
  color: #1671E2;
}
.company-tips  p {
  position: absolute;
  right: 108px;
  top: 73px;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0,0,0,0.45);
}

.company-tips-1 {
  left: 8px;
  bottom: 90px;
}
.company-tips-2 {
  left: 140px;
  bottom: 246px;
}
.company-tips-3 {
  left: 560px;
  bottom: 246px;
}
.company-tips-3 img {
  left: 0;
}
.company-tips-3  h2 {
  left:108px;
  text-align: left;
  right: auto;
}
.company-tips-3  p {
  left:108px;
  text-align: left;
  right: auto;
}
.company-tips-4 {
  left: 688px;
  bottom: 90px;
}
.company-title {
  font-weight: 700;
font-size: 22px;
color: #FFFFFF;
text-align: center;
padding-top: 340px;
}