.two-menu li a:hover,
.two-menu li a.active {
  color: #6496c2;
}
.company {
  padding: 100px 0;
}
.company .tab-nav {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.company .tab-nav .tab {
  margin-right: 99px;
  position: relative;
  z-index: 99;
}
.company .tab-nav::after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  width: 329px;
  height: 1px;
  background: #cccccc;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.company .tab-nav .tab::before {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 50%;
  width: 20px;
  height: 20px;
  background: #cccccc;
  border-radius: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.company .tab-nav .tab::after {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  width: 36px;
  height: 36px;
  background: rgba(204, 204, 204, 0.2);
  border-radius: 50%;
  transform: translateX(-50%);
}
.company .tab-nav .tab.active {
  color: #6496c2;
  font-size: 22px;
}
.company .tab-nav .tab.active::before {
  background: #6496c2;
}
.company .tab-nav .tab.active::after {
  background: rgba(100, 150, 194, 0.15);
}
.company .tab-nav .tab:last-child {
  margin-right: 0;
}
.company-desc {
  margin-top: 145px;
  margin-bottom: 50px;
  display: flex;
}
.develop-desc {
  height: 858px;
  margin-top: 145px;
  position: relative;
}
.develop-desc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.company-desc .desc {
  width: 605px;
  height: 377px;
  background: #f7f7f7;
  padding: 39px 34px 53px 55px;
  position: relative;
}
.company-desc .desc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-right: 16px solid #f7f7f7;
  border-bottom: 16px solid transparent;
}
.company-desc .pic-box {
  width: 595px;
  height: 377px;
}
.company-desc .desc p {
  margin-top: 30px;
  line-height: 26px;
}
.develop .container {
  width: 100%;
}
.develop-desc .deve-top i {
  display: block;
  width: 16px;
  height: 16px;
  background: #dddddd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  z-index: 99;
}
.develop-desc .deve-top i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #b3b3b3;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.develop-desc .item {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
.develop-desc .item .info {
  position: absolute;
}

.develop-desc .item .icon-box {
  width: 49px;
  height: 49px;
  background: #f7f7f7;
  border-radius: 50%;
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.develop-desc .item .icon-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  background: #cccccc;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.develop-desc .item .icon-box img {
  position: relative;
  z-index: 1000;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.develop-desc .item:nth-of-type(8) .icon-box img,
.develop-desc .item:nth-of-type(9) .icon-box img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.develop-desc .item .info {
  right: 52%;
  top: -6px;
  color: #231815;
}
.develop-desc .item:nth-of-type(2) .info,
.develop-desc .item:nth-of-type(4) .info,
.develop-desc .item:nth-of-type(6) .info,
.develop-desc .item:nth-of-type(8) .info {
  text-align: right;
}

.develop-desc .item:nth-of-type(3) .info,
.develop-desc .item:nth-of-type(5) .info,
.develop-desc .item:nth-of-type(7) .info,
.develop-desc .item:nth-of-type(9) .info {
  right: 0;
  left: 52%;
}

.develop-desc .item .info p:last-child {
  margin-top: 6px;
}
.develop-desc .item:hover .icon-box::after {
  background: #6496c2;
}
.develop-desc .item:hover .icon-box {
  background: #e0eaf3;
}
.develop-desc .item:hover .info {
  color: #6496c2;
}
.develop-desc .deve-top .info {
  right: 0;
  left: 52%;
  top: -6px;
  color: #231815;
}
.develop-desc .deve-top .info p {
  margin-top: 0 !important;
}
.develop-desc .deve-top:hover i::after {
  background: #6496c2;
}
.develop-desc .deve-top:hover i {
  background: #e0eaf3;
}
.data-list ul {
  display: flex;
  justify-content: space-between;
}
.data-list ul li p:first-child {
  color: #01c1ff;
}
.data-list ul li p span {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  margin-right: 6px;
}
.bottom-panel {
  padding: 100px 0 139px;
  background: #f7f7f7;
}
.bottom-panel .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bottom-panel .content .item {
  width: 349px;
  height: 457px;
  margin-top: 58px;
}
.connect .company-desc .desc {
  background: #f2faff;
}
.connect .company-desc .desc p {
  line-height: 46px;
}
.connect .company-desc .pic-box img {
  display: block;
  width: 100%;
  height: 100%;
}
