@media screen and (min-width: 1000px) {

  .content-develop {
    position: relative;
    width: 100%;
    /*height: 100vh;*/
    background: #fff;
    overflow: hidden;
  }
  .content-develop-title-en {
    margin-top: 100px;
    height: 46px;
    font-size: 60px;
    font-weight: 200;
    color: #e6e6e6;
    line-height: 36px;
    text-align: center;
  }
  .content-develop-title-ch {
    margin-top: -12px;
    height: 38px;
    font-size: 40px;
    font-weight: 300;
    color: #1d2143;
    text-align: center;
    position: relative;
  }
  .content-develop-title-ch::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translate(-50%);
    height: 4px;
    width: 60px;
    background: #0067ed;
    border-radius: 2px;
  }
  .content-develop-bg {
    width: 1800px;
    height: 1800px;
    position: absolute;
    bottom: -1270px;
    left: 50%;
    transform: translate(-50%, 0);
    margin: auto;
    z-index: 1;
  }
  .content-develop-bg-img {
    position: relative;
    /*top: 260px;*/
  }
  .content-develop .rotate-30 {
    transition: all 1s;
    transform: rotate(30deg);
  }
  .content-develop .rotate-60 {
    transition: all 1s;
    transform: rotate(60deg);
  }
  .content-develop .rotate-90 {
    transition: all 1s;
    transform: rotate(90deg);
  }
  .content-develop .rotate-120 {
    transition: all 1s;
    transform: rotate(120deg);
  }
  .content-develop .rotate-150 {
    transition: all 1s;
    transform: rotate(150deg);
  }
  .content-develop .rotate-180 {
    transition: all 1s;
    transform: rotate(180deg);
  }
  .content-develop .rotate-210 {
    transition: all 1s;
    transform: rotate(210deg);
  }
  .content-develop .rotate-240 {
    transition: all 1s;
    transform: rotate(240deg);
  }
  .content-develop .choose {
    display: block;
  }
  .content-develop .choose .content-develop-info-left {
    opacity: 1;
  }
  .content-develop .choose .content-develop-info-right {
    opacity: 1;
  }
  .content-develop-info {
    margin-top: 179px;
    width: 1200px;
    height: 330px;
    margin: 150px auto 0;
    position: relative;
    z-index: 2;
    display: none;
    transition: all 0.5s;
  }
  .content-develop-info-left {
    display: inline-block;
    width: 351px;
    vertical-align: top;
    opacity: 0;
    transform: opacity 0.5s;
  }
  .content-develop-info-left-title {
    width: 100%;
    font-size: 38px;
    font-weight: 500;
    color: #1d2143;
    text-align: right;
  }
  .content-develop-info-left-year {
    margin-top: 30px;
    width: 100%;
    height: 24px;
    font-size: 24px;
    font-weight: 400;
    color: #1d2143;
    line-height: 24px;
    text-align: right;
  }
  .content-develop-info-right {
    margin-left: 70px;
    display: inline-block;
    opacity: 0;
    transform: opacity 0.5s;
  }
  .content-develop-info-right-item {
    margin-bottom: 10px;
  }
  .content-develop-info-right-item img {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-top: 12px;
    vertical-align: top;
  }
  .content-develop-info-right-item-desc {
    display: inline-block;
    width: 645px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    line-height: 36px;
  }
  .content-develop-line {
    width: 1400px;
    margin: auto;
    position: relative;
    z-index: 1;
  }
  .content-develop-line-1 {
    width: 1400px;
    height: 2px;
    background: linear-gradient(90deg, #fafafa 0%, #9faab7 51%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ffffff, endColorstr=#9faab7);
  }
  .content-develop-line-2 {
    width: 1260px;
    height: 2px;
    margin-top: -2px;
    background: linear-gradient(90deg, rgba(0, 103, 237, 0) 0%, #0067ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ffffff, endColorstr=#0067ed);
  }
  .content-develop-year {
    margin-top: -145px;
    margin-left: 70px;
    position: relative;
    z-index: 1;
  }
  .content-develop-year-active .content-develop-year-item-line {
    display: block;
  }
  .content-develop-year-active .content-develop-year-item-icon {
    background: url(../images/about-develop-icon-3.png) no-repeat center;
    background-size: cover;
  }
  .content-develop-year-active .content-develop-year-item-year {
    height: 33px;
    font-size: 30px;
    font-weight: 300;
    color: #0067ed;
    line-height: 36px;
  }
  .content-develop-year-item {
    display: inline-block;
    width: 200px;
  }
  .content-develop-year-item-line {
    display: none;
    margin: 0 auto;
    width: 2px;
    height: 134px;
    background: linear-gradient(0deg, #0067ed 0%, rgba(0, 103, 237, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#0067ed);
  }
  .content-develop-year-item-icon {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/about-develop-icon-2.png) no-repeat center;
    background-size: cover;
  }
  .content-develop-year-item-year {
    text-align: center;
    height: 17px;
    font-size: 24px;
    font-weight: 300;
    color: #000000;
    line-height: 36px;
    margin-top: 25px;
  }
  .vertical-center::before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
}


@media screen and (min-width: 1000px) and (max-width: 1366px) {
  .content-develop-title-en {
    margin-top: 1rem;
    height: 0.46rem;
    font-size: 0.6rem;
    line-height: 0.36rem;
  }
  .content-develop-title-ch {
    margin-top: -0.12rem;
    height: 0.38rem;
    font-size: 0.4rem;
  }
  .content-develop-bg {
    width: 18rem;
    height: 18rem;
    position: absolute;
    bottom: -7rem;
    left: 25%;
    transform: translate(-50%, 0);
    margin: auto;
    z-index: 1;
  }
  .content-develop-bg-img {
    position: relative;
    top: 260px;
    left:10%;
  }
  .content-develop-info {
    margin-top: 1.79rem;
    width: 1000px;
    height: 4rem;
    margin: 1.5rem auto 0;
  }
  .content-develop-info-left {
    width: 3.51rem;
  }
  .content-develop-info-left-title {
    font-size: 0.5rem;
  }
  .content-develop-info-left-year {
    margin-top: 0.3rem;
    height: 0.24rem;
    font-size: 0.24rem;
    line-height: 0.24rem;
  }
  .content-develop-info-right {
    margin-left: 35px;
  }
  .content-develop-info-right-item {
    margin-bottom: 0.1rem;
  }
  .content-develop-info-right-item img {
    width: 0.12rem;
    height: 0.12rem;
    margin-top: 0.12rem;
  }
  .content-develop-info-right-item-desc {
    width: 6.45rem;
    margin-left: 0.2rem;
    font-size: 0.2rem;
    line-height: 0.36rem;
  }
  .content-develop-line {
    width: 1000px;
  }
  .content-develop-line-1 {
    width: 10rem;
  }
  .content-develop-line-2 {
    width: 1.54rem;
    height: 2px;
    margin-top: -2px;
  }
  .content-develop-year {
    margin-top: -1.45rem;
    margin-left: 0.7rem;
  }
  .content-develop-year-active .content-develop-year-item-year {
    height: 0.33rem;
    font-size: 0.3rem;
    line-height: 0.36rem;
  }
  .content-develop-year-item {
    width: 118px;
  }
  .content-develop-year-item-line {
    width: 2px;
    height: 1.34rem;
  }
  .content-develop-year-item-icon {
    width: 0.2rem;
    height: 0.2rem;
  }
  .content-develop-year-item-year {
    height: 0.17rem;
    font-size: 24px;
    line-height: 0.36rem;
    margin-top: 0.25rem;
  }
}




#cap {
	/*background: #f9fafc;*/
width:100%;
	margin: 0 auto;
	/*padding: 3% 0*/
}

#cap .cap-wrap {
	display: flex;
	justify-content: space-around;
	width: 80%;
	margin: 0 auto;
	max-width: 1440px
}

#cap .cap-wrap .item {
	text-align: center;
	width:33.33%
}

#cap .cap-wrap .item .title {
	font-size: 24px;
	color: #181a39;
	line-height: 26px;
	margin-bottom: 20px
}

#cap .cap-wrap .item .des {
	font-size: 16px;
	color: #000000;
	display: flex;
	flex-direction: column;
	text-align: center
}

#cap .cap-wrap .item .des span {
	display: block;
	line-height: 26px
}
