#g-footer .g-footer-record .fn-fr {
  width: 70px;
}
.main {
  background: #fff;
}
.main a {
  color: unset;
}
.main .wrap {
  width: 1200px;
  margin: 0 auto;
}
.main .com-title {
  font-size: 0;
  text-align: center;
}
.main .com-title h3 {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  font-size: 48px;
  color: #002c6f;
  line-height: 1em;
}
.main .com-title h3::before {
  position: absolute;
  left: -130px;
  top: 0;
  width: 143px;
  height: 66px;
  background: url(../images/titleLeft1.png);
  content: '';
}
.main .com-title h3::after {
  position: absolute;
  right: -130px;
  top: 0;
  width: 143px;
  height: 66px;
  background: url(../images/titleRight1.png);
  content: '';
}
.main .com-title h4 {
  font-size: 18px;
  color: #999;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 35px;
}
.main .com-title.color-white h3 {
  color: #fff;
}
.main .com-title.color-white h3::before {
  background: url(../images/titleLeft2.png);
}
.main .com-title.color-white h3::after {
  background: url(../images/titleRight2.png);
}
.main .com-title.color-white h4 {
  color: #fff;
}
.banner {
  width: 100%;
  height: 504px;
  background: url(../images/banner.png) no-repeat center;
}
.banner .wrap {
  display: block;
  height: 100%;
  position: relative;
  opacity: 0;
}
.products_applications h2 {
  font-size: 36px;
}
.company {
  box-sizing: border-box;
  height: 485px;
  padding-top: 80px;
  background-color: #000;
}
.company .title {
  font-size: 0;
  text-align: center;
}
.company .title h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  font-size: 48px;
  color: #fff;
  line-height: 1em;
}
.company .title h3::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #fff;
  content: '';
}
.company .title h4 {
  font-size: 18px;
  color: #fff;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 17px;
}
.company .content {
  margin-top: 45px;
}
.company .content p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  text-indent: 2em;
  text-align: justify;
}
.company .content a {
  color: #fff000;
}
.company .content a:hover {
  text-decoration: underline;
}
