.banner-box {
  width: 100%;
  height: 750px;
}
.company-profile {
  background-color: #fff;
  width: 660px;
  margin: auto;
  padding-left: 660px;
  margin-top: -120px;
  position: relative;
}
.company-profile .company-logo {
  position: absolute;
  left: 169px;
  top: 266px;
}
.company-profile .title {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 95px;
  margin-top: 135px;
  display: inline-block;
}
.company-profile .title:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #f9253b;
}
.company-profile p {
  width: 540px;
  font-size: 16px;
  line-height: 32px;
}
.research {
  padding-top: 130px;
}
.research .research-banner {
  width: 1320px;
  height: 540px;
}
.research .research-box .item {
  float: left;
  width: 660px;
  height: 200px;
  background: #f9253b;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
.research .research-box .item img {
  width: 110px;
  height: 110px;
  margin-right: 37px;
  margin-top: 45px;
  margin-left: 141px;
  display: block;
  float: left;
}
.research .research-box .item .desc {
  float: left;
  margin-top: 65px;
  padding-left: 35px;
  border-left: 1px solid #fff;
}
.research .research-box .item:first-child {
  background: #080551;
}
.specialty {
  width: 100%;
  height: 475px;
  padding-top: 325px;
  min-width: 1320px;
  margin-top: -100px;
  background: url("../images/specialty-bg.png") no-repeat center;
}
.specialty .title {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.specialty .title:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #f9253b;
}
.specialty p {
  width: 610px;
  margin-top: 70px;
  font-size: 16px;
  line-height: 32px;
}
.mission {
  padding-top: 150px;
  padding-bottom: 120px;
  border-bottom: 1px solid #000;
}
.mission .item {
  float: left;
  width: 610px;
  text-align: center;
  margin-left: 100px;
}
.mission .item:first-child {
  margin-left: 0;
}
.mission .item img {
  margin-bottom: 64px;
  width: 610px;
}
.mission .item .title {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.mission .item .title:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #f9253b;
}
.mission .item p {
  width: 610px;
  margin-top: 30px;
  font-size: 16px;
  line-height: 28px;
}
.agency {
  height: 420px;
  padding-top: 100px;
  margin-top: 136px;
  margin-bottom: 166px;
  background: url("../images/agency-bg.png") no-repeat center;
  color: #fff;
  text-align: center;
}
.agency .title {
  font-size: 43px;
  line-height: 48px;
  font-weight: bold;
}
.agency p {
  margin-top: 37px;
  font-size: 16px;
  line-height: 28px;
}
.agency .view-more {
  margin: auto;
  margin-top: 90px;
  color: #fff;
  width: 270px;
  height: 70px;
  line-height: 70px;
  display: block;
  border: 2px solid #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.agency .view-more img {
  vertical-align: top;
  margin-top: 26px;
  margin-left: 90px;
}
.agency .view-more span {
  margin-left: 22px;
  font-size: 20px;
}
.agency .view-more:hover {
  background-color: #f9253b;
}
