#section {
  width: 100%;
}
#section .company-profile {
  margin-top: .65rem;
  padding: 0 .5rem;
  min-width: 1280px;
}
#section .company-profile>div{
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
#section .company-profile .about-us {
  background-color: #F5F7F7;
  padding: .3rem .5rem;
  margin-top: .28rem;
}
#section .company-profile .about-us h3 {
  font-size: .4rem;
  font-family: ArialMT;
  color: rgba(0, 0, 0, 0.1);
  position: relative;
}
#section .company-profile .about-us h3 span {
  display: block;
  text-indent: 0.8em;
}
#section .company-profile .about-us p {
  font-size: .16rem;
  color: #000;
  text-indent: 2em;
  margin-top: .05rem;
}
#section .company-profile .business {
  margin-top: .59rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section .company-profile .business .type {
  width: 7.6rem;
  min-width: 630px;
  height: 3.5rem;
  min-height: 300px;
}
#section .company-profile .business .type ul {
  position: relative;
}
#section .company-profile .business .type ul li {
  position: absolute;
  display: table;
  min-width: 46px;
  min-height: 50px;
}
#section .company-profile .business .type ul li span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  padding: 0 .05rem .1rem;
}
#section .company-profile .business .type ul .type-01 {
  top: .5rem;
  left: .77rem;
  width: .98rem;
  height: 1.06rem;
}
#section .company-profile .business .type ul .type-01 span {
  font-size: .22rem;
}
#section .company-profile .business .type ul .type-02 {
  top: 0rem;
  left: 2.82rem;
  width: .71rem;
  height: .77rem;
}
#section .company-profile .business .type ul .type-02 span {
  font-size: .16rem;
}
#section .company-profile .business .type ul .type-03 {
  top: .7rem;
  left: 4.44rem;
  width: .89rem;
  height: .97rem;
}
#section .company-profile .business .type ul .type-03 span {
  font-size: .16rem;
}
#section .company-profile .business .type ul .type-04 {
  top: .85rem;
  left: 6.65rem;
  width: .93rem;
  height: 1rem;
}
#section .company-profile .business .type ul .type-04 span {
  font-size: .21rem;
}
#section .company-profile .business .type ul .type-05 {
  top: 2.09rem;
  left: 0rem;
  width: .7rem;
  height: .76rem;
}
#section .company-profile .business .type ul .type-05 span {
  font-size: .13rem;
}
#section .company-profile .business .type ul .type-06 {
  top: 2.05rem;
  left: 1.63rem;
  width: .71rem;
  height: .77rem;
}
#section .company-profile .business .type ul .type-06 span {
  font-size: .16rem;
}
#section .company-profile .business .type ul .type-07 {
  top: 1.29rem;
  left: 2.85rem;
  width: .89rem;
  height: .97rem;
}
#section .company-profile .business .type ul .type-07 span {
  font-size: .16rem;
}
#section .company-profile .business .type ul .type-08 {
  top: 2.72rem;
  left: 3.72rem;
  width: .69rem;
  height: .75rem;
}
#section .company-profile .business .type ul .type-08 span {
  font-size: .16rem;
}
#section .company-profile .business .type ul .type-09 {
  top: 2.27rem;
  left: 5.42rem;
  width: .89rem;
  height: .96rem;
}
#section .company-profile .business .type ul .type-09 span {
  font-size: .17rem;
}
@media screen and (max-width: 1024px) {
  #section .company-profile .business .type {
    min-height: 220px;
  }
}
#section .company-profile .business .txt {
  width: 40%;
}
#section .company-profile .business .txt h3 {
  font-size: .4rem;
  font-family: ArialMT;
  color: rgba(0, 0, 0, 0.1);
  position: relative;
}
#section .company-profile .business .txt h3 .triangle,#section .company-profile .about-us h3 .triangle {
  position: absolute;
  top: -.1rem;
  left: .1rem;
  border:.1rem solid transparent;
  transform: rotate(45deg);
}
#section .company-profile .business .txt h3 span {
  display: block;
  text-indent: 0.8em;
}
#section .company-profile .business .txt p {
  font-size: .16rem;
  color: #000;
  text-indent: 2em;
  margin-top: .05rem;
}
@media screen and (max-width: 1350px) {
  #section .company-profile .business .txt {
    width: 100%;
  }
}
#section .company-profile .idea {
  margin-top: .9rem;
}
#section .company-profile .idea .h-line {
  width: 100%;
  height: 2px;
  background: #F5F7F7;
  position: relative;
}
#section .company-profile .idea .h-line span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.43rem;
  margin-top: -0.03rem;
  width: .86rem;
  height: .06rem;
  border-radius: .03rem;
}
#section .company-profile .idea p {
  margin-top: .45rem;
  font-size: .16rem;
  text-indent: 2em;
  color: #000;
}
#section .contact-us {
  margin-top: .65rem;
  padding: 0 1.8rem;
}
#section .contact-us .wrap-ul {
  margin-top: .22rem;
  display: flex;
  justify-content: center;
}
#section .contact-us .wrap-ul ul {
  width: 610px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section .contact-us .wrap-ul ul li {
  width: 40%;
  box-sizing: border-box;
  display: flex;
  margin-top: .28rem;
}
#section .contact-us .wrap-ul ul li .icon {
  display: block;
  width: .22rem;
  height: .22rem;
  min-width: 16px;
  min-height: 16px;
}
#section .contact-us .wrap-ul ul li p {
  margin-left: 22px;
  font-size: .16rem;
  white-space: nowrap;
}