header {
  width: 19.2rem;
  height: 6.9rem;
  background-image: url(../images/banner.png);
  background-size: cover;
  position: relative;
}
header .logo {
  width: 2.14rem;
  height: 0.66rem;
  background-image: url(../images/logo.png);
  background-size: cover;
  position: absolute;
  top: 0.16rem;
  left: 3.6rem;
}
header .yj {
  width: 2.8rem;
  height: 0.93rem;
  font-family: Alibaba PuHuiTi;
  font-size: 0.68rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 3rem;
  left: 3.6rem;
}
header .yj2 {
  width: 7.23rem;
  height: 0.74rem;
  font-family: Alibaba PuHuiTi;
  font-size: 0.38rem;
  font-weight: normal;
  color: #fff;
  background: rgba(48, 83, 146, 0.4);
  position: absolute;
  top: 4.08rem;
  left: 3.6rem;
  line-height: 0.74rem;
  text-align: center;
}
.company_introduce {
  width: 19.2rem;
  height: 6.15rem;
  background-color: #fff;
  padding-top: 0.9rem;
  text-align: center;
}
.company_introduce .title {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.36rem;
}
.company_introduce .con {
  font-size: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 0.3rem;
  color: #000000;
  text-align: justify;
  text-indent: 0.3rem;
  line-height: 0.4rem;
  padding: 0 3.68rem;
  margin-bottom: 0.3rem;
}
.banner2 {
  width: 19.2rem;
  height: 2.79rem;
  background-image: url(../images/banner2.png);
  background-size: cover;
}
.company_display {
  width: 19.2rem;
  height: 7.16rem;
  background-color: #fff;
  position: relative;
  padding-top: 3.91rem;
}
.company_display .advantage {
  width: 12rem;
  height: 4.6rem;
  padding: 0 0.3rem;
  background: #FFFFFF;
  box-shadow: 0px 0.03rem 0.12rem rgba(0, 33, 97, 0.32);
  opacity: 1;
  border-radius: 0.1rem;
  position: absolute;
  top: -1.8rem;
  left: 3.6rem;
  display: flex;
  justify-content: space-around;
}
.company_display .advantage .advantage_points {
  width: 1.65rem;
  height: 100%;
  text-align: center;
  padding-top: 0.62rem;
}
.company_display .advantage .advantage_points .icon01 {
  width: 0.55rem;
  height: 0.59rem;
  background-image: url(../images/icon01.png);
  background-size: cover;
  margin: 0 auto;
}
.company_display .advantage .advantage_points .icon02 {
  width: 0.58rem;
  height: 0.63rem;
  background-image: url(../images/icon02.png);
  background-size: cover;
  margin: 0 auto;
}
.company_display .advantage .advantage_points .icon03 {
  width: 0.63rem;
  height: 0.6rem;
  background-image: url(../images/icon03.png);
  background-size: cover;
  margin: 0 auto;
}
.company_display .advantage .advantage_points .icon04 {
  width: 0.56rem;
  height: 0.61rem;
  background-image: url(../images/icon04.png);
  background-size: cover;
  margin: 0 auto;
}
.company_display .advantage .advantage_points .icon05 {
  width: 0.6rem;
  height: 0.61rem;
  background-image: url(../images/icon05.png);
  background-size: cover;
  margin: 0 auto;
}
.company_display .advantage .advantage_points .advan {
  font-size: 0.32rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 0px;
  color: #333333;
  margin-top: 0.41rem;
  margin-bottom: 0.4rem;
}
.company_display .advantage .advantage_points .con {
  font-size: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 0.3rem;
  color: #333333;
  text-align: justify;
}
.company_display .pic {
  width: 100%;
  height: 0.42rem;
  font-size: 0.32rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 0px;
  color: #333333;
  text-align: center;
  margin-bottom: 0.56rem;
}
.company_display .company_pic {
  width: 12rem;
  height: 4.8rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.company_display .company_pic .company_pic_a {
  width: 3.6rem;
  height: 4.8rem;
}
.company_display .company_pic .company_pic_a img {
  width: 100%;
  height: 100%;
}
.base_message {
  width: 19.2rem;
  height: 3.94rem;
  background-image: url(../images/banner3.png);
  background-size: cover;
  padding-top: 0.71rem;
}
.base_message .base {
  width: 9.84rem;
  height: 2.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.base_message .base .base_box {
  width: 2.2rem;
  height: 2.5rem;
}
.base_message .base .base_box:nth-child(1) {
  background-image: url(../images/card01.png);
  background-size: cover;
}
.base_message .base .base_box:nth-child(2) {
  background-image: url(../images/card02.png);
  background-size: cover;
}
.base_message .base .base_box:nth-child(3) {
  background-image: url(../images/card03.png);
  background-size: cover;
}
.base_message .base .base_box:nth-child(4) {
  background-image: url(../images/card04.png);
  background-size: cover;
}
.base_message .base .base_box:nth-child(5) {
  background-image: url(../images/card05.png);
  background-size: cover;
}
footer {
  width: 19.2rem;
  height: 0.88rem;
  background: #3E3E3E;
  opacity: 1;
  border-radius: 0rem;
}
footer .fc {
  width: 16.4rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
footer .fc .fcn {
  flex: 1;
  font-size: 0.24rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 0px;
  color: #FFFFFF;
  line-height: 0.88rem;
  margin-right: 0.3rem;
}
