.container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.main-title {
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.main .main-fixed {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  background: #02a0ff;
  color: #fff;
}
.main .main-fixed .header-box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.main .main-fixed .header-box-top .top-left {
  display: flex;
  align-items: center;
}
.main .main-fixed .header-box-top .top-left img {
  width: 45px;
  height: 45px;
}
.main .main-fixed .header-box-top .top-left .logo-text {
  font-size: 20px;
  font-weight: bold;
}
.main .main-fixed .header-box-top .top-right {
  display: flex;
  font-size: 16px;
}
.main .main-fixed .header-box-top .top-right .top-right-item {
  position: relative;
  cursor: pointer;
  margin-left: 20px;
}
.main .main-fixed .header-box-top .top-right .top-right-item.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background: #ff8832;
}
.main .main-fixed .header-box-top .top-right-phone {
  display: none;
}
.main .header {
  padding-bottom: 80px;
  background: #02a0ff;
  color: #fff;
}
.main .header .header-box .header-box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.main .header .header-box .header-box-top .top-left {
  display: flex;
  align-items: center;
}
.main .header .header-box .header-box-top .top-left img {
  width: 45px;
  height: 45px;
}
.main .header .header-box .header-box-top .top-left .logo-text {
  font-size: 20px;
  font-weight: bold;
}
.main .header .header-box .header-box-top .top-right {
  display: flex;
  font-size: 16px;
}
.main .header .header-box .header-box-top .top-right .top-right-item {
  cursor: pointer;
  margin-left: 20px;
}
.main .header .header-box .header-box-top .top-right-phone {
  display: none;
}
.main .header .header-box .header-box-bottom .title {
  margin-top: 20px;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
}
.main .header .header-box .header-box-bottom .title .strong {
  font-size: 60px;
  color: #ff8832;
}
.main .header .header-box .header-box-bottom .title + .title {
  margin-top: -8px;
}
.main .header .header-box .header-box-bottom .list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 500px;
}
.main .header .header-box .header-box-bottom .list .list-item {
  position: relative;
  padding-left: 30px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 48%;
  box-sizing: border-box;
  line-height: 30px;
}
.main .header .header-box .header-box-bottom .list .list-item img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}
.main .data-show {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  height: 100px;
  background: #fff;
  margin-top: -50px;
  box-shadow: 0 0 10px #ccc;
}
.main .data-show .data-show-item {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.main .data-show .data-show-item .item-left img {
  width: 30px;
  height: 30px;
}
.main .data-show .data-show-item .item-right {
  margin-left: 5px;
}
.main .data-show .data-show-item .item-right .item-right-top {
  color: #b4a8a8;
  font-size: 14px;
  white-space: nowrap;
}
.main .data-show .data-show-item .item-right .item-right-bottom {
  line-height: 30px;
  white-space: nowrap;
  margin-bottom: 4px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
.main .business {
  margin-top: 20px;
  padding: 20px 0 40px;
}
.main .business .business-box .business-list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main .business .business-box .business-list .business-list-item {
  width: 20%;
  padding: 20px;
  background: linear-gradient(#f4f5f8, #fdfdfe);
  border: 1px solid #f3f3f3;
  text-align: center;
}
.main .business .business-box .business-list .business-list-item .item-img img {
  width: 80px;
  height: 80px;
}
.main .business .business-box .business-list .business-list-item .item-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.main .business .business-box .business-list .business-list-item .item-dec {
  margin-top: 10px;
  text-align: justify;
  color: #666;
}
.main .business .business-box .business-list .business-list-item .item-btn {
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 36px;
  background: #02a0ff;
  color: #fff;
}
.main .business .business-box .business-list .business-list-item + .business-list-item {
  margin-left: 20px;
}
.main .application {
  margin-top: 20px;
  padding: 20px 0 20px;
}
.main .application .application-box .application-list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .application .application-box .application-list .application-list-item {
  width: 18%;
  border: 1px solid #f3f3f3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  height: 120px;
}
.main .application .application-box .application-list .application-list-item .item-img {
  width: 45px;
  height: 45px;
}
.main .application .application-box .application-list .application-list-item .item-title {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}
.main .digitization {
  margin-top: 20px;
  padding: 20px 0 40px;
}
.main .digitization .digitization-box .digitization-list {
  margin-top: 20px;
}
.main .digitization .digitization-box .digitization-list .digitization-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.main .digitization .digitization-box .digitization-list .digitization-list-item .item-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
}
.main .digitization .digitization-box .digitization-list .digitization-list-item .item-left .item-left-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.main .digitization .digitization-box .digitization-list .digitization-list-item .item-left .item-left-tips {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #02a0ff;
}
.main .digitization .digitization-box .digitization-list .digitization-list-item .item-left .item-left-list {
  margin-top: 15px;
}
.main .digitization .digitization-box .digitization-list .digitization-list-item .item-left .item-left-list .subItem {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.main .digitization .digitization-box .digitization-list .digitization-list-item .item-left .item-left-list .subItem .subItem-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
}
.main .digitization .digitization-box .digitization-list .digitization-list-item .item-left .item-left-list .subItem .subItem-title {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.main .digitization .digitization-box .digitization-list .digitization-list-item .item-left .item-left-list .subItem .subItem-dec {
  font-size: 14px;
  color: #999;
}
.main .digitization .digitization-box .digitization-list .digitization-list-item .item-right {
  background: #f9fcff;
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .digitization .digitization-box .digitization-list .digitization-list-item .item-right img {
  width: 400px;
  height: 400px;
}
.main .advantage {
  margin-top: 20px;
  padding: 20px 0 20px;
  background: #02a0ff;
}
.main .advantage .advantage-box .main-title {
  color: #fff;
}
.main .advantage .advantage-box .advantage-list {
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.main .advantage .advantage-box .advantage-list .advantage-list-item {
  box-sizing: border-box;
  width: 24%;
  background: #f9faff;
  border-radius: 8px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .advantage .advantage-box .advantage-list .advantage-list-item .item-img {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .advantage .advantage-box .advantage-list .advantage-list-item .item-img img {
  width: 80px;
  height: 80px;
}
.main .advantage .advantage-box .advantage-list .advantage-list-item .item-title {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
}
.main .advantage .advantage-box .advantage-list .advantage-list-item .item-list li {
  position: relative;
  padding-left: 36px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin-bottom: 5px;
}
.main .advantage .advantage-box .advantage-list .advantage-list-item .item-list li .ico {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
}
.main .advantage .advantage-box .advantage-list .advantage-list-item .item-list li .strong {
  font-size: 18px;
  font-weight: bold;
  color: #02a0ff;
}
.main .company {
  margin-top: 20px;
  padding: 20px 0 40px;
}
.main .company .company-box {
  display: flex;
  align-items: center;
}
.main .company .company-box .company-left p {
  text-indent: 2em;
  text-align: justify;
  line-height: 28px;
  color: #666;
}
.main .company .company-box .company-left p .big {
  font-weight: bold;
  font-size: 30px;
  color: #ff8832;
}
.main .company .company-box .company-right img {
  width: 600px;
  height: 500px;
}
.main .footer {
  margin-top: 20px;
  background: #141620;
  color: #6d7085;
  font-size: 12px;
  padding-top: 40px;
}
.main .footer .footer-box .footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .footer .footer-box .footer-top .footer-right {
  margin-right: 40px;
}
.main .footer .footer-box .footer-top .footer-right .footer-img {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.main .footer .footer-box .footer-top .footer-right .footer-img img {
  width: 120px;
  height: 120px;
}
.main .footer .footer-box .footer-top .footer-right .footer-img p {
  line-height: 24px;
}
.main .footer .footer-box .footer-top .footer-title {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.main .footer .footer-box .footer-top .footer-list {
  margin-top: 20px;
}
.main .footer .footer-box .footer-top .footer-list li {
  line-height: 28px;
}
.main .footer .footer-box .footer-bottom {
  border-top: 1px solid #6d7085;
  padding: 20px 0;
  line-height: 40px;
  text-align: center;
}
.main .footer .footer-box .footer-bottom .footer-info .record {
  color: #02a0ff;
}
.main .rightNav {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50px);
  color: #333;
  width: 56px;
  background: #ff8832;
  color: #fff;
  font-size: 12px;
  display: none;
}
.main .rightNav li {
  cursor: pointer;
  position: relative;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main .rightNav li > img {
  width: 30px;
  height: 30px;
}
.main .rightNav li.rightNav-wx > img {
  width: 40px;
  height: 40px;
}
.main .rightNav li .wechat {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px #ccc;
  background: #fff;
}
.main .rightNav li .wechat img {
  width: 80px;
  height: 80px;
}
.main .rightNav li:hover .wechat {
  display: flex;
}
.main .rightNav li + li::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 50px;
  height: 1px;
  background: #fff;
  opacity: 0.5;
}
