.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, .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, .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(.7);
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7);
  -o-transform: scale(.7);
}
.develop-desc .item:nth-of-type(8) .icon-box img,.develop-desc .item:nth-of-type(9) .icon-box img{
  transform: scale(.9);
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  -o-transform: scale(.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%;
}