.company-header {
  width: 1200px;
  position: absolute;
  height: 60px;
  left: calc(50% - 600px);
  top: 20px;
  display: flex;
  z-index: 999;
}
.company-header .logo-pic {
  width: 60px;
  height: 60px;
}
.company-header .company-info {
  color: #202B66;
  margin-left: 15px;
}
.company-header .company-info .company-name {
  font-weight: bold;
  font-size: 28px;
}
.company-header .company-info .company-name-en {
  font-size: 11px;
  font-weight: 500;
  margin-top: 7px;
}

.banner-body {
  width: 100%;
  height: 780px;
  position: relative;
}
.banner-body .banner-item {
  width: 100%;
  height: 780px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.banner-body .banner-item .project-info {
  width: 50%;
  height: 300px;
  position: absolute;
  top: 300px;
  left: 20%;
}
.banner-body .banner-item .project-name, .banner-body .banner-item .project-name-en {
  font-weight: bold;
  font-size: 40px;
}
.banner-body .banner-item .project-name {
  letter-spacing: 5px;
}
.banner-body .banner-item .project-desc {
  font-size: 16px;
  color: #808080;
  margin-top: 20px;
}
.banner-body .banner-item .project-btn {
  width: 130px;
  height: 45px;
  border-radius: 5px;
  background: linear-gradient(#218CFF, #8DDDFE);
  color: #ffffff;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  margin-top: 70px;
  text-decoration: none;
}
.banner-body .banner-item .project-btn a {
  color: #ffffff;
}
.banner-body .banner-item .project-btn:hover {
  cursor: pointer;
  background: linear-gradient(#0879FA, #7CD6FC);
}
.banner-body .show {
  opacity: 1;
}
.banner-body .process-body {
  width: 200px;
  height: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: calc(50% - 100px);
  bottom: 30px;
}
.banner-body .process-body .process-item {
  width: 60px;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}
.banner-body .process-body .process-item .process-percent {
  width: 0;
  height: 2px;
  background-color: #D6E2F4;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.banner-body .process-body .process-item .process-fill {
  width: 100%;
}
.banner-body .okay-factory {
  background-image: url(../images/index/okay-factory.png);
  background-size: 100% 100%;
}
.banner-body .okay-erp {
  background-image: url(../images/index/okay-erp.png);
  background-size: 100% 100%;
}
.banner-body .company-mini {
  background-image: url(../images/index/company-mini.png);
  background-size: 100% 100%;
}

.our-product-body {
  width: 1480px;
  margin: 0 auto;
  padding-bottom: 180px;
}
.our-product-body .title-image {
  width: 470px;
  height: 104px;
  margin: 120px 0 88px calc(50% - 235px);
}
.our-product-body .title-image .title-pic {
  width: 100%;
  height: 100%;
}
.our-product-body .product-btns {
  width: 1135px;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 50px calc(50% - 567.5px);
  font-size: 20px;
  color: #787878;
}
.our-product-body .product-btns .btn-item {
  width: 230px;
  height: 56px;
  border-radius: 45px;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
}
.our-product-body .product-btns .select {
  background: linear-gradient(171.47deg, rgb(38, 143, 255) 0%, rgb(56, 185, 255) 100%);
  color: #ffffff;
}
.our-product-body .product-desc {
  width: 100%;
  height: 650px;
  background-color: #E8F4FF;
  border-radius: 15px;
}
.our-product-body .product-desc .desc-item {
  padding: 30px;
  display: flex;
  align-items: center;
  opacity: 0;
}
.our-product-body .product-desc .desc-item .left-pic {
  width: 65%;
}
.our-product-body .product-desc .desc-item .left-pic .product-pic {
  height: 590px;
}
.our-product-body .product-desc .desc-item .right-content {
  width: 35%;
  color: #222222;
}
.our-product-body .product-desc .desc-item .right-content .import-title {
  font-size: 16px;
  background: linear-gradient(171.47deg, rgb(38, 143, 255) 0%, rgb(56, 185, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 500;
  margin-bottom: 10px;
}
.our-product-body .product-desc .desc-item .right-content .desc-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}
.our-product-body .product-desc .desc-item .right-content .hide-height {
  height: 30px;
}
.our-product-body .product-desc .desc-item .right-content .product-goods {
  display: flex;
  margin-bottom: 10px;
}
.our-product-body .product-desc .desc-item .right-content .product-goods .goods-item {
  width: 180px;
  display: flex;
  align-items: center;
}
.our-product-body .product-desc .desc-item .right-content .product-goods .goods-item .good-pic {
  width: 14px;
  height: 14px;
  margin-top: 3px;
}
.our-product-body .product-desc .desc-item .right-content .product-goods .goods-item .goods-name {
  font-size: 16px;
  color: #4D4D4D;
  margin-left: 5px;
}
.our-product-body .product-desc .desc-item .right-content .project-btn {
  width: 160px;
  height: 45px;
  border-radius: 5px;
  background: linear-gradient(171.47deg, rgb(38, 143, 255) 0%, rgb(56, 185, 255) 100%);
  color: #ffffff;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  margin-top: 50px;
}
.our-product-body .product-desc .desc-item .right-content .project-btn a {
  color: #ffffff;
}
.our-product-body .product-desc .desc-item .right-content .project-btn:hover {
  cursor: pointer;
  background: linear-gradient(171.47deg, #1C83F0 0%, #3EB2F7 100%);
}
.our-product-body .product-desc .hide {
  display: none;
}
.our-product-body .product-desc .show {
  display: flex;
  opacity: 1;
}

.our-service-body {
  width: 100%;
  height: 880px;
}
.our-service-body .our-service-bg {
  width: 100%;
  height: 650px;
  background-image: url(../images/index/our-service-bg.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.our-service-body .our-service-bg .service-pic {
  width: 671px;
  height: 104px;
  position: absolute;
  top: 206px;
  left: calc(50% - 335.5px);
}
.our-service-body .our-service-bg .service-body {
  width: 1200px;
  height: 470px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  left: calc(50% - 600px);
  bottom: -410px;
}
.our-service-body .our-service-bg .service-body .service-item {
  width: 380px;
  height: 470px;
  background: linear-gradient(180deg, #FFFFFF 0%, #D9EDFF 100%);
  border-radius: 10px 10px 0 0;
}
.our-service-body .our-service-bg .service-body .service-item .item-content {
  padding: 62px 60px;
}
.our-service-body .our-service-bg .service-body .service-item .item-content .service-no {
  font-size: 60px;
  font-weight: bold;
  color: #C2E1FE;
}
.our-service-body .our-service-bg .service-body .service-item .item-content .service-title {
  font-size: 28px;
  font-weight: bold;
}
.our-service-body .our-service-bg .service-body .service-item .item-content .service-line {
  width: 30px;
  height: 4px;
  border-radius: 1px;
  background-color: #C2E1FE;
  margin: 12px 0 29px 0;
}
.our-service-body .our-service-bg .service-body .service-item .item-content .service-content {
  font-size: 18px;
  color: #4D4D4D;
  line-height: 30px;
}

.our-business-body {
  width: 1200px;
  height: 1234px;
  margin: 0 auto;
}
.our-business-body .business-pic {
  width: 562px;
  height: 104px;
  margin: 200px 0 100px calc(50% - 281px);
}
.our-business-body .business-content {
  display: flex;
  justify-content: space-between;
}
.our-business-body .business-content .business-item-pic {
  width: 100%;
  height: 100%;
}
.our-business-body .business-content .left-content {
  width: 480px;
  height: 630px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-business-body .business-content .left-content:hover .business-item-pic {
  transform: scale(1.1);
}
.our-business-body .business-content .right-content {
  width: 692px;
}
.our-business-body .business-content .right-content .right-top {
  display: flex;
  justify-content: space-between;
}
.our-business-body .business-content .right-content .right-top .top-item {
  width: 332px;
  height: 302px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-business-body .business-content .right-content .right-top .top-item:hover .business-item-pic {
  transform: scale(1.1);
}
.our-business-body .business-content .right-content .right-bottom {
  margin-top: 28px;
  width: 692px;
  height: 301px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-business-body .business-content .right-content .right-bottom:hover .business-item-pic {
  transform: scale(1.1);
}
.our-business-body .business-content .business-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  left: 40px;
  bottom: 40px;
}

.solutions-body {
  width: 100%;
  height: 600px;
  background-image: url(../images/index/solution-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.solutions-body .solutions-pic {
  width: 539px;
  height: 104px;
  margin: 80px 0 0 calc(50% - 269.5px);
}
.solutions-body .solutions-content {
  width: 1200px;
  margin: 120px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solutions-body .solutions-content .left-btns {
  width: 218px;
}
.solutions-body .solutions-content .left-btns .one-btn {
  width: 218px;
  height: 60px;
  margin-bottom: 8px;
  background-color: #ffffff;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #4D4D4D;
  border-radius: 8px;
}
.solutions-body .solutions-content .left-btns .one-btn:last-child {
  margin-bottom: 0px;
}
.solutions-body .solutions-content .left-btns .one-btn:hover {
  cursor: pointer;
  color: #ffffff;
  background: linear-gradient(171.47deg, #268FFF 0%, #38B9FF 100%);
}
.solutions-body .solutions-content .left-btns .select {
  color: #ffffff;
  background: linear-gradient(171.47deg, #268FFF 0%, #38B9FF 100%);
}
.solutions-body .solutions-content .line {
  width: 1px;
  height: 184px;
  background-color: #ffffff;
}
.solutions-body .solutions-content .right-content {
  width: 880px;
}
.solutions-body .solutions-content .right-content .right-item {
  display: none;
  color: #ffffff;
}
.solutions-body .solutions-content .right-content .right-item .item-title {
  font-size: 24px;
  font-weight: bold;
}
.solutions-body .solutions-content .right-content .right-item .item-content {
  font-size: 14px;
  margin-top: 14px;
}
.solutions-body .solutions-content .right-content .right-item .item-btn {
  width: 150px;
  height: 42px;
  margin-top: 35px;
  border: 1px solid #268FFF;
  color: #268FFF;
  border-radius: 5px;
  text-align: center;
  line-height: 42px;
}
.solutions-body .solutions-content .right-content .right-item .item-btn:hover {
  cursor: pointer;
  border: 1px solid #2481E5;
  color: #2481E5;
}
.solutions-body .solutions-content .right-content .show {
  display: block;
}

.advantages-body {
  background-image: url(../images/index/advantages-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 109px;
}
.advantages-body .advantages-pic {
  width: 930px;
  height: 104px;
  margin: 200px 0 100px calc(50% - 415px);
}
.advantages-body .advantages-content {
  width: 1200px;
  height: 330px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.advantages-body .advantages-content .advantages-item {
  width: 586px;
  height: 330px;
  border-radius: 8px;
  overflow: hidden;
  color: #ffffff;
}
.advantages-body .advantages-content .advantages-item .advantages-scroll {
  width: 586px;
  height: 660px;
  position: relative;
  left: 0;
  top: 0;
}
.advantages-body .advantages-content .advantages-item .advantages-scroll .advantages-header {
  width: 586px;
  height: 330px;
}
.advantages-body .advantages-content .advantages-item .advantages-scroll .advantages-header .advantages-no {
  font-size: 60px;
  font-weight: bold;
  padding: 136px 0 13px 64px;
}
.advantages-body .advantages-content .advantages-item .advantages-scroll .advantages-header .advantages-title {
  font-size: 32px;
  padding-left: 64px;
}
.advantages-body .advantages-content .advantages-item .advantages-scroll .advantages-solutions {
  width: 586px;
  height: 330px;
}
.advantages-body .advantages-content .advantages-item .advantages-scroll .advantages-solutions .advantages-solutions-content {
  padding: 54px 64px;
}
.advantages-body .advantages-content .advantages-item .advantages-scroll .advantages-solutions .advantages-solutions-content .our-solutions-title {
  background: linear-gradient(171.47deg, #218CFF 0%, #63D8FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 24px;
}
.advantages-body .advantages-content .advantages-item .advantages-scroll .advantages-solutions .advantages-solutions-content .our-solutions-contents {
  margin-top: 8px;
  font-size: 22px;
  line-height: 38px;
}
.advantages-body .advantages-content .advantages-item .advantages-scroll .advantages-solutions .advantages-solutions-content .icons {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.advantages-body .advantages-content .advantages-item .advantages-scroll .advantages-solutions .advantages-solutions-content .icons .icon-item {
  text-align: center;
}
.advantages-body .advantages-content .advantages-item .advantages-scroll .advantages-solutions .advantages-solutions-content .icons .icon-item .icon-pic {
  width: 30px;
  height: 30px;
}
.advantages-body .advantages-content .advantages-item .advantages-scroll .advantages-solutions .advantages-solutions-content .icons .icon-item .icon-title {
  font-size: 16px;
}
.advantages-body .advantages-content .advantages-item .advantages-scroll:hover {
  left: 0;
  top: -100%;
}
.advantages-body .advantages-content:last-child {
  margin-top: 28px;
}
.advantages-body .advantages-content .advantages-item-01 {
  background-image: url(../images/index/solutions.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.advantages-body .advantages-content .advantages-item-02 {
  background-image: url(../images/index/solutions.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.advantages-body .advantages-content .advantages-item-03 {
  background-image: url(../images/index/solutions.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.advantages-body .advantages-content .advantages-item-04 {
  background-image: url(../images/index/solutions.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.bottom-body {
  width: 100%;
  height: 360px;
  background-color: #040B1F;
  position: relative;
  color: #cccccc;
}
.bottom-body .bottom-content {
  width: 1200px;
  margin: 0 auto;
}
.bottom-body .bottom-content .company-info {
  display: flex;
  padding: 30px 0 25px 0;
  color: #ffffff;
}
.bottom-body .bottom-content .company-info .company-logo {
  width: 37px;
  height: 39px;
}
.bottom-body .bottom-content .company-info .company-logo .logo-pic {
  width: 100%;
  height: 100%;
}
.bottom-body .bottom-content .company-info .company-mes {
  margin-left: 15px;
}
.bottom-body .bottom-content .company-info .company-mes .company-name {
  font-weight: bold;
  font-size: 22px;
}
.bottom-body .bottom-content .company-info .company-mes .company-name-en {
  font-size: 7px;
  font-weight: 500;
  margin-top: 1px;
}
.bottom-body .bottom-content .line {
  width: 100%;
  height: 2px;
  background-color: #cccccc;
}
.bottom-body .bottom-content .contact-body {
  margin-top: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom-body .bottom-content .contact-body .left-content .left-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 19px;
}
.bottom-body .bottom-content .contact-body .left-content .left-item {
  font-size: 16px;
  margin-bottom: 8px;
}
.bottom-body .bottom-content .contact-body .right-wechat .wechat-code {
  width: 100px;
  height: 100px;
  margin-bottom: 12px;
}
.bottom-body .bottom-content .contact-body .right-wechat .wechat-code .wechat-pic {
  width: 100%;
  height: 100%;
}
.bottom-body .bottom-content .contact-body .right-wechat .wechat-title {
  font-size: 16px;
}
.bottom-body .bottom-content .contact-body .right-wechat .wechat-title:last-child {
  margin-top: 2px;
}
.bottom-body .icp {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 10px;
  font-size: 12px;
}
.bottom-body .icp .icp-href {
  color: #cccccc;
  text-decoration: none;
}
.bottom-body .icp .website {
  margin-top: 5px;
}

.program-view-body {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.program-view-body .view-content {
  width: 300px;
  height: 308px;
  border-radius: 15px;
  background-color: #ffffff;
}
.program-view-body .view-content .close-btn {
  width: 20px;
  height: 20px;
  position: relative;
  left: 256px;
  top: 24px;
  cursor: pointer;
}
.program-view-body .view-content .close-btn .close-pic {
  width: 100%;
  height: 100%;
}
.program-view-body .view-content .program-code {
  width: 220px;
  height: 220px;
  margin: 30px 0 0 40px;
}
.program-view-body .view-content .program-code .program-pic {
  width: 100%;
  height: 100%;
}
.program-view-body .view-content .program-title {
  text-align: center;
  margin-top: 8px;
  font-size: 12px;
}

.solutions-layer-body {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solutions-layer-body .view-content {
  width: 670px;
  height: 308px;
  border-radius: 15px;
  background-color: #ffffff;
}
.solutions-layer-body .view-content .close-btn {
  width: 20px;
  height: 20px;
  position: relative;
  left: 626px;
  top: 24px;
  cursor: pointer;
}
.solutions-layer-body .view-content .close-btn .close-pic {
  width: 100%;
  height: 100%;
}
.solutions-layer-body .view-content .layer-content {
  padding: 30px 64px 0 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #808080;
}
.solutions-layer-body .view-content .layer-content .left-content .left-title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}
.solutions-layer-body .view-content .layer-content .left-content .left-content {
  font-size: 18px;
  margin-top: 8px;
}
.solutions-layer-body .view-content .layer-content .left-content .phone-title {
  margin-top: 30px;
  width: 110px;
  height: 28px;
  border-radius: 14px;
  background: linear-gradient(171.47deg, #268FFF 0%, #38B9FF 100%);
  text-align: center;
  line-height: 28px;
  color: #ffffff;
  font-size: 14px;
}
.solutions-layer-body .view-content .layer-content .left-content .phone-body {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.solutions-layer-body .view-content .layer-content .left-content .phone-body .icon {
  width: 36px;
  height: 36px;
}
.solutions-layer-body .view-content .layer-content .left-content .phone-body .icon .phone-pic {
  width: 100%;
  height: 100%;
}
.solutions-layer-body .view-content .layer-content .left-content .phone-body .phone {
  font-size: 30px;
  font-weight: bold;
  background: linear-gradient(171.47deg, #218CFF 0%, #63D8FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-left: 14px;
}
.solutions-layer-body .view-content .layer-content .right-content .wechat {
  width: 150px;
  height: 150px;
}
.solutions-layer-body .view-content .layer-content .right-content .wechat .wechat-pic {
  width: 100%;
  height: 100%;
}
.solutions-layer-body .view-content .layer-content .right-content .wechat-title {
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
}

.layer-hide {
  display: none;
}

.wechat-fixed-body {
  width: 60px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0px -2px 4px #B4D6FA, 0px 2px 4px #B4D6FA;
  position: fixed;
  right: 30px;
  bottom: 294px;
}
.wechat-fixed-body .wechat-layer {
  width: 60px;
  height: 96px;
}
.wechat-fixed-body .wechat-layer .icon-pic {
  width: 36px;
  height: 36px;
  margin: 16px 12px 5px;
}
.wechat-fixed-body .wechat-layer .name {
  font-size: 16px;
  background: linear-gradient(171.47deg, #218CFF 0%, #63D8FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
}
.wechat-fixed-body .wechat-details {
  width: 230px;
  height: 290px;
  border-radius: 12px;
  background-color: #ffffff;
  position: absolute;
  left: -256px;
  top: 0;
  text-align: center;
  box-shadow: 0px -2px 4px #B4D6FA, 0px 2px 4px #B4D6FA;
  display: none;
}
.wechat-fixed-body .wechat-details .wechat-code {
  width: 150px;
  height: 150px;
  margin: 38px 40px 0;
}
.wechat-fixed-body .wechat-details .wechat-code .wechat-pic {
  width: 100%;
  height: 100%;
}
.wechat-fixed-body .wechat-details .wechat-title {
  font-size: 16px;
  color: #a6a6a6;
  margin-top: 16px;
}
.wechat-fixed-body .wechat-details .wechat-name {
  font-size: 16px;
  color: #017AFF;
  margin-top: 8px;
}
.wechat-fixed-body:hover {
  cursor: pointer;
}
.wechat-fixed-body:hover .wechat-details {
  display: block;
}

/*# sourceMappingURL=index.css.map */
