.gf-header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gf-header .wrapper .gf-header-left {
  display: flex;
  height: 90px;
  padding: 25px 0;
  box-sizing: border-box;
}
.gf-header .wrapper .gf-header-left .logo {
  display: inline-block;
  font-size: 0;
}
.gf-header .wrapper .gf-header-left .logo img {
  height: 40px;
  vertical-align: middle;
}
.gf-header .wrapper .gf-header-left .info {
  display: inline-block;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.gf-header .wrapper .gf-header-left .info .company {
  color: #000000;
  font-size: 16px;
}
.gf-header .wrapper .gf-header-left .info .phone {
  font-size: 14px;
}
.gf-header .wrapper .gf-header-right {
  height: 90px;
}
.gf-header .wrapper .gf-header-right a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  margin: 10px 10px 0;
  padding: 0 10px;
}
.gf-header .wrapper .gf-header-right a span {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #000;
}
.gf-header .wrapper .gf-header-right a:hover {
  border-bottom: 2px solid #0086FF;
}
.gf-header .wrapper .gf-header-right a:hover span {
  color: #0086FF;
}
.gf-header .wrapper .gf-header-right .active {
  border-bottom: 2px solid #0086FF;
}
.gf-header .wrapper .gf-header-right .active span {
  color: #0086FF !important;
}
.banner {
  min-width: 1200px;
}
.banner .wrapper {
  width: 1200px;
  height: 600px;
  box-sizing: border-box;
}
.banner .wrapper .banner-title {
  padding-top: 140px;
  font-size: 50px;
  color: #FFFFFF;
  font-weight: bold;
  height: 66px;
  line-height: 66px;
}
.banner .wrapper .banner-desc {
  padding-top: 40px;
  display: inline-block;
  width: 528px;
  line-height: 28px;
  color: #FFFFFF;
  font-size: 30px;
}
.sys-bt {
  margin-top: 40px;
}
.sys-bt p {
  display: inline-block;
  width: 160px;
  height: 44px;
  line-height: 44px;
  font-weight: bold;
  font-size: 0;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.sys-bt p img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.sys-bt p span {
  vertical-align: middle;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}
.sys-bt p:hover {
  cursor: pointer;
}
.sys-bt p + p {
  margin-left: 40px;
}
.sys-bt .make span {
  color: #000000;
}
.sys-bt .phone span {
  color: #0086FF;
}
.sys-type {
  background: #F7F8F9;
  padding: 100px 0;
}
.sys-type .sys-type-container {
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.02);
  border: 1px solid #eee;
  border-bottom: none;
  box-sizing: border-box;
  width: 1200px;
}
.sys-type .sys-type-container .sys-type-row {
  width: 1200px;
  box-sizing: border-box;
  font-size: 0;
}
.sys-type .sys-type-container .sys-type-row .sys-type-col {
  display: inline-block;
  width: 300px;
  padding: 30px 0;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.sys-type .sys-type-container .sys-type-row .sys-type-col img {
  width: 50px;
  height: 50px;
}
.sys-type .sys-type-container .sys-type-row .sys-type-col p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  height: 20px;
  margin-top: 20px;
}
.sys-type .sys-type-container .sys-type-row .sys-type-col:hover {
  background: rgba(0,0,0,0.005);
}
.sys-type .sys-type-container .sys-type-row .sys-type-col + .sys-type-col {
  border-left: 1px solid #eee;
}
.sys-type .sys-type-container .sys-type-row + .sys-type-row {
  border-top: 1px solid #eee;
}
.sys-desc-bg {
  padding-bottom: 320px;
  background: #f2f2f2;
}
.sys-desc-bg .sys-desc {
  padding-top: 100px;
  background: #3F4558;
  height: 460px;
  box-sizing: border-box;
}
.sys-desc-bg .sys-desc .wrapper {
  text-align: center;
  color: #FFFFFF;
}
.sys-desc-bg .sys-desc .wrapper .sys-desc-title {
  font-weight: bold;
  font-size: 30px;
}
.sys-desc-bg .sys-desc .wrapper .sys-desc-info {
  margin-top: 40px;
  display: inline-block;
  width: 670px;
  font-size: 14px;
}
.sys-desc-bg .sys-desc .wrapper .sys-desc-pic {
  margin-top: 50px;
  width: 1200px;
}
.sys-nodes {
  background: #f2f2f2 url(/public/static/pc/images/sys_node.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1920px 1340px;
  padding: 0 0 100px;
}
.sys-nodes .sys-node {
  display: flex;
  background: #fff;
  height: 380px;
  box-sizing: border-box;
  border-radius: 4px;
}
.sys-nodes .sys-node > div {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding: 70px;
}
.sys-nodes .sys-node > div .title {
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 40px;
}
.sys-nodes .sys-node > div .desc p{
  color: #000000;
  font-size: 16px;
  line-height: 32px;
}
.sys-nodes .sys-node > div img {
  width: 100%;
}
.sys-nodes .sys-node + .sys-node {
  margin-top: 50px;
}
.sys-contact {
  background: url(/public/static/pc/images/sys_contact.png);
  height: 260px;
  background-size: cover;
  text-align: center;
  box-sizing: border-box;
  padding-top: 60px;
}
.sys-contact .sys-contact-titile {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 40px;
}
.sys-bt {
  margin-top: 40px;
}
.sys-bt p {
  display: inline-block;
  width: 160px;
  height: 44px;
  line-height: 44px;
  font-weight: bold;
  font-size: 0;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.sys-bt p img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.sys-bt p span {
  vertical-align: middle;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}
.sys-bt p:hover {
  cursor: pointer;
}
.sys-bt p + p {
  margin-left: 40px;
}
.sys-bt .make span {
  color: #000000;
}
.sys-bt .phone span {
  color: #0086FF;
}
.mask {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}
.mask .mask-container {
  background: #fff;
  width: 440px;
  height: 440px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  padding: 40px;
  margin: 200px auto 0;
}
.mask .mask-container .mask-title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0;
  text-align: center;
}
.mask .mask-container .mask-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.mask .mask-container .mask-close img {
  width: 28px;
  height: 28px;
}
.formitem {
  width: 100%;
}
.formitem input {
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: none;
  padding: 10px 15px;
  margin: 10px 0;
  border-radius: 4px;
  background: #f4f4f4;
  color: #999;
  font-size: 16px;
}
.formitem-bt {
  display: inline-block;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  height: 45px;
  /*line-height: 45px;*/
  background: #0086FF;
  border-radius: 4px;
  text-align: center;
  margin: 30px 0 0;
}
.mask {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}
.mask .mask-container {
  background: #fff;
  width: 440px;
  height: 440px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  padding: 40px;
  margin: 200px auto 0;
}
.mask .mask-container .mask-title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0;
  text-align: center;
}
.mask .mask-container .mask-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.mask .mask-container .mask-close img {
  width: 28px;
  height: 28px;
}
.phone-mask .phone-container {
  text-align: center;
}
.phone-mask .phone-container .phone {
  margin-top: 30px;
  font-size: 32px;
  font-weight: bold;
}
.phone-mask .phone-container .phone-desc {
  font-size: 14px;
  font-weight: bold;
}
.phone-mask .phone-container .pic {
  font-size: 0;
  margin-top: 30px;
}
.phone-mask .phone-container .pic img {
  width: 190px;
  height: 190px;
}
.phone-mask .phone-container .pic-desc {
  margin-top: 15px;
  font-size: 12px;
}
