.one {
  margin-bottom: 233px;
  padding: 100px 100px 0;
}
.one h3 {
  font-family: PF B;
  font-size: 50px;
  color: #094152;
  text-align: center;
}
.one .main {
  display: flex;
  margin-top: 103px;
}
.one .main .left {
  flex: 1;
}
.one .main .left .top {
  position: relative;
}
.one .main .left .top h4 {
  font-size: 56px;
  color: #094152;
  font-family: PF M;
  font-weight: 400;
}
.one .main .left .top .bg {
  color: #fff;
  font-family: PF B;
  font-size: 160px;
  font-weight: 700;
  position: absolute;
  line-height: 1;
  top: 0;
  z-index: -1;
  -webkit-text-stroke: 1px #f7f7f7;
}
.one .main .left .bottom {
  margin-top: 40px;
}
.one .main .left .bottom h5 {
  font-size: 16px;
  font-family: PF L;
  color: #094152;
  margin-bottom: 20px;
}
.one .main .left .bottom p {
  font-family: PF L;
  color: #666;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 50px;
}
.one .main .right {
  width: 792px;
  margin-left: 67px;
  margin-top: 100px;
  position: relative;
}
.one .main .right::after {
  width: 659px;
  height: 540px;
  right: 0;
  top: 0;
  position: absolute;
  background-color: #094152;
  content: '';
  z-index: -1;
  transition: all 1s;
}
.one .main .right.aos-animate::after {
  transition-delay: 0.5s;
  transform: translate(100px, -100px);
}
.one .list {
  display: flex;
  margin-top: 160px;
}
.one .list .item {
  margin: 0 25px;
  flex: 1;
}
.one .list .item.aos-animate:nth-child(4n-2) {
  transition-delay: 0.2s;
}
.one .list .item.aos-animate:nth-child(4n-1) {
  transition-delay: 0.4s;
}
.one .list .item.aos-animate:nth-child(4n) {
  transition-delay: 0.6s;
}
.one .list .item .value {
  display: flex;
  font-size: 56px;
  font-family: PF M;
  color: #666;
  align-items: center;
  justify-content: center;
}
.one .list .item .value img {
  width: 50px;
  margin-right: 30px;
}
.one .list .item .text {
  margin-top: 30px;
}
.one .list .item .text p {
  font-family: PF L;
  color: #666;
  font-size: 20px;
  text-align: center;
}
.tow {
  padding-top: 125px;
  padding-left: 100px;
}
.tow > h3 {
  font-family: PF B;
  font-size: 50px;
  margin-bottom: 123px;
  text-align: center;
  color: #094152;
}
.tow .title h3 {
  font-family: PF B;
  font-size: 50px;
  color: #094152;
}
.tow .title p {
  font-size: 20px;
  color: #094152;
  font-family: PF L;
  transition-delay: 0.2s;
}
.tow .main {
  display: flex;
  width: 1680px;
  margin: 0 auto;
}
.tow .main .left {
  width: 587px;
  margin-top: 123px;
  position: relative;
}
.tow .main .left::after {
  content: '';
  width: 552px;
  height: 5px;
  background-color: #CDD9DC;
  position: absolute;
  top: -46px;
  right: -46px;
  transition: all 1s;
  transform: scaleX(0);
  transform-origin: right;
}
.tow .main .left::before {
  content: '';
  width: 5px;
  height: 571px;
  background-color: #CDD9DC;
  position: absolute;
  top: -46px;
  transition: all 1s;
  right: -46px;
  transform: scaleY(0);
  transform-origin: top;
}
.tow .main .left.aos-animate::after {
  transform: scaleX(1);
}
.tow .main .left.aos-animate::before {
  transform: scaleY(1);
}
.tow .main .left .img {
  background-color: #fff;
}
.tow .main .left img {
  width: 100%;
}
.tow .main .right {
  /* width: 49.47916667vw; */
  width: 870px;
  margin-left: 240px;
}
.tow .main .right .top h4 {
  font-family: PF M;
  color: #094152;
  font-weight: 400;
  font-size: 30px;
}
.tow .main .right .top .swiper-slide {
  opacity: 0 !important;
}
.tow .main .right .top .swiper-slide-active {
  opacity: 1 !important;
}
.tow .main .right .top .swiper-slide-active .list,
.tow .main .right .top .swiper-slide-active h4 {
  transform: translateY(0);
  opacity: 1;
}
.tow .main .right .top .list {
  display: flex;
  flex-wrap: wrap;
  transform: translateY(30px);
  opacity: 0;
  transition: all 1s;
}
.tow .main .right .top .list .item {
  width: 50%;
  margin-top: 28px;
}
.tow .main .right .top .list .item .value {
  display: flex;
  color: #094152;
  font-weight: 700;
  font-size: 40px;
}
.tow .main .right .top .list .item .value .num {
  font-size: 56px;
}
.tow .main .right .top .list .item .key {
  color: #094152;
  font-size: 26px;
  font-family: PF L;
}
.tow .main .right .bottom {
  margin-top: 82px;
  position: relative;
}
.tow .main .right .bottom h4 {
  font-family: PF R;
  color: #094152;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 39px;
}
.tow .main .right .bottom svg {
  position: absolute;
  right: -60px;
  top: 140px;
}
.tow .main .right .bottom .row {
  width: 800px;
  display: flex;
  justify-content: space-between;
}
.tow .main .right .bottom .row:first-of-type .item:first-child .lineBox {
  display: none;
}
.tow .main .right .bottom .row:first-of-type .item .lineBox .line {
  transform-origin: right;
}
.tow .main .right .bottom .row:last-child {
  flex-direction: row-reverse;
}
.tow .main .right .bottom .row:last-child .item:first-child .lineBox {
  display: none;
}
.tow .main .right .bottom .row:last-child .item.active .lineBox .line {
  animation-direction: reverse;
}
.tow .main .right .bottom .row:last-child .item .lineBox {
  left: auto;
  right: -20px;
  transform: translateX(100%);
}
.tow .main .right .bottom .row:last-child .item .lineBox .line {
  transform: translateX(100%);
}
.tow .main .right .bottom .row .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
  margin-bottom: 34px;
  position: relative;
  cursor: pointer;
}
.tow .main .right .bottom .row .item .lineBox {
  width: 220px;
  height: 1px;
  background-position: 0px 0;
  background-size: 5px 1px;
  position: absolute;
  top: 50%;
  overflow: hidden;
  left: -20px;
  transform: translateX(-100%);
  background-image: linear-gradient(to right, #CDD9DC 0%, #CDD9DC 50%, transparent 0%);
}
.tow .main .right .bottom .row .item .lineBox .line {
  height: 1px;
  width: 100%;
  transform: translateX(-100%);
  background-color: #094152;
}
.tow .main .right .bottom .row .item.active.close .lineBox .line {
  animation: none;
}
.tow .main .right .bottom .row .item.active .img {
  opacity: 1;
}
.tow .main .right .bottom .row .item.active .lineBox .line {
  animation: line 1s;
}
.tow .main .right .bottom .row .item .img {
  opacity: 0.5;
  transition: all 1s;
}
.tow .main .right .bottom .row .item .text {
  text-align: center;
  color: #094152;
  font-size: 26px;
  font-family: PF L;
}
.there {
  margin-top: 160px;
  padding: 0 100px;
}
.there h3 {
  text-align: center;
  font-family: PF R;
  font-size: 50px;
  color: #094152;
}
.there .main {
  margin-top: 123px;
  padding-bottom: 187px;
  position: relative;
}
.there .main .swiper-scrollbar {
  width: 100%;
  left: 0;
  position: absolute;
  height: 10px;
  bottom: 100px;
  background-color: rgba(9, 65, 82, 0.2);
}
.there .main .swiper-scrollbar-drag {
  background-color: #094152;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.there .main .swiper-scrollbar-drag img {
  width: 60px;
  position: absolute;
  transition: all 1s;
}
.there .main .swiper-scrollbar-drag img:hover {
  filter: brightness(80%);
}
.there .main .swiper {
  height: 665px;
}
.there .main .item {
  cursor: pointer;
}
.there .main .item .img {
  overflow: hidden;
}
.there .main .item .img img {
  transition: all 2s;
}
.there .main .item .img img:hover {
  transform: scale(1.1);
}
.there .main .item .text {
  border: 1px solid #707070;
  border-top: none;
  padding: 30px 30px 40px;
}
.there .main .item .text p {
  font-family: PF B;
  font-size: 20px;
  color: #094152;
  padding: 20px 0;
}
.there .main .item .text p:last-child {
  font-size: 16px;
  border-top: 1px #ccc solid;
}
@keyframes line {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes line-r {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
  .tow > h3,
  .tow .title h3,
	.one h3,
  .there h3{
    font-size: 42px;
  }
  .one {
    padding-top: 80px;
  }
  .one .main .left .top h4 {
    font-size: 48px;
  }
  .one .main .left .top .bg {
    font-size: 140px;
  }
  .one .main .left .bottom p {
    font-size: 18px;
    line-height: 32px;
  }
  .one .list {
    margin-top: 100px;
  }
  .one .list .item .value {
    font-size: 48px;
  }
  .one .list .item .value img {
    width: 40px;
    margin-right: 20px;
  }
  .one .list .item .text p {
    font-size: 18px;
  }
  .one .list .item .text {
    margin-top: 20px;
  }
  .one {
    margin-bottom: 100px;
  }
  .tow {
    padding-top: 40px;
  }
  .tow > h3 {
    margin-bottom: 80px;
  }
  .tow .title p {
    font-size: 18px;
  }
  .tow {
    padding-top: 30px;
  }
  .tow .main .right .top .list .item .value .num {
    font-size: 50px;
  }
  .tow .main .right .top .list .item .key {
    font-size: 22px;
  }
  .tow .main .right .bottom{
    margin-top: 60px;
  }
  .tow .main .right .bottom .row .item .text {
    font-size: 22px;
  }
  .tow .main .right{
    margin-left: 140px;
  }
  .there {
    margin-top: 80px;
  }
  .there .main {
    margin-top: 80px;
  }
  .there .main .swiper {
    height: auto;
  }
  .there .main .item .text p {
    font-size: 18px;
  }
  .there .main .item .text {
    padding: 20px 20px 30px;
  }
  .there .main .item .text{
    min-height: 200px;
  }
  .there .main .item .text p{
    min-height: 90px;
  }
  .there .main .swiper-scrollbar-drag img {
    width: 50px;
  }
}

@media screen and (max-width: 1792px){
	.tow .main .right .bottom .row .item .lineBox {
    width: 180px;
    height: 1px;
  }
  .tow .main .right .bottom .row {
    width: 680px;
  }

  .tow .main .right .bottom .row .item .text {
    font-size: 18px;
  }
  .tow .main .right .bottom svg {
    right: 70px;
    top: 145px;
    height: 170px;
  }
  .tow .main .right .top .list .item .value .num {
    font-size: 44px;
  }
  .tow .main .right .top .list .item .value {
    font-size: 32px;
  }
  .tow .title p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1680px){
	.one .main {
    margin-top: 80px;
  }
  .one .list {
    margin-top: 80px;
  }
  .one .list .item .value {
    font-size: 42px;
  }
  .one .list .item {
    margin: 0 20px;
  }
  .one .list .item .value img {
    width: 36px;
  }
  .one {
    margin-bottom: 60px;
  }
  .tow > h3 {
    margin-bottom: 40px;
  }
  .there .main .item .text p {
    font-size: 16px;
  }
  .there .main .item .text p {
    min-height: 84px;
  }
  .there .main .item .text{
    padding: 20px;
  }
  .there .main .item .text p:last-child{
    padding-bottom: 0;
  }
  .there .main .item .text p:last-child{
    min-height: 63px
  }
  .one .main .left .top .bg {
    font-size: 120px;
  }
  .one {
    padding: 80px 80px 0;
  }
  .one .main .right {
    width: 50%;
  }
  .one .main .right::after{
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1600px){
	.tow .main .right .bottom .row .item .lineBox {
    width: 140px;
  }
  .tow .main .right .top .list .item .value .num {
    font-size: 36px;
  }
  .tow .main .right .bottom .row {
    width: 600px;
  }
  .tow .main .right .bottom svg {
    right: 170px;
  }
  .tow .main{
    width: 90%;
    margin-left: 0;
  }
}

@media screen and (max-width: 1440px){
	.tow .main .right .top .list .item .value .num {
    font-size: 36px;
  }
  .tow .main .right{
    margin-left: 100px;
  }
  .tow .main .left::after {
    top: -30px;
    right: -30px;
  }
  .tow .main .left::before{
    right: -30px;
    top: -30px;
  }
  .tow .main .left{
    width: 500px;
  }
  .tow .main .left::after{
    width: 100%;
  }
  .tow .main .left::before{
    height: 100%;
  }
  .tow .main .right .top h4{
    font-size: 24px;
  }
  .tow .main .right .bottom .row {
      width: 525px;
  }
  .tow .main .right .bottom svg {
    right: 231px;
  }
  .tow .main .right .top .list .item .key {
    font-size: 16px;
  }
  .tow .main .right .bottom .row .item .img{
    width: 60px;
    height: 60px;
  }
  .tow .main .right .bottom .row .item .lineBox {
    width: 105px;
  }
  .tow .main .right .bottom h4{
    font-size: 14px;
  }
  .tow .main .right .bottom svg {
    top: 105px;
  }
  .tow .main .right .bottom svg {
    height: 150px;
  }
  .tow > h3, .tow .title h3, .one h3, .there h3 {
    font-size: 38px;
  }
  .one .main .left .top h4 {
    font-size: 42px;
  }
  .one .main {
    margin-top: 60px;
  }
  .one {
    padding: 80px 60px 0;
  }
  .one .main .right {
    margin-left: 30px;
  }
  .one .main .left .bottom {
    margin-top: 30px;
  }
  .one .main .left .bottom p {
    font-size: 16px;
    line-height: 28px;
  }
  .one .main .left .bottom h5 {
    margin-bottom: 14px;
  }
  .one .list .item .value {
    font-size: 38px;
  }
  .one .list .item .value img {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1400px){
	.tow .main .right .bottom svg {
    height: 140px;
  }
  .tow .main .left{
    font-size: 22px;
  }
  .tow .main .right .bottom svg {
    top: 110px;
  }
}

@media screen and (max-width: 1366px){
	
}






@media screen and (max-width: 820px){

  .one .main {
    margin-top: 30px;
  }
  .tow{
    padding: 0 30px;
  }
  .tow .main{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .tow .main .left{
    width: 100%;
    margin-top: 40px;
  }
  .tow .main .right{
    margin-left:0;
    margin-top: 30px;
  }
  .tow .main .right .top .list .item {
    width: 25%;
  }
  .tow .main .right .bottom .row {
    width: 80vw;
  }
  .tow .main .right .bottom svg {
    right: 0;
  }
  .tow .main .right .bottom .row .item .lineBox {
    width: 165px;
  }
  .tow .main .right{
    width: 100%;
  }
  .tow .main .right .top .list .item{
    text-align: center;
  }
  .tow .main .right .top .list .item .value{
    justify-content: center;
  }
  .one {
    margin-bottom: 40px;
    padding: 60px 30px 0;
  }
  .one .main{
    display: flex;
    flex-direction: column;
  }
  .one .main .right::after{
    display: none;
  }
  .one .main .right{
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .one .main .left .top .bg {
    font-size: 100px;
  }
  .one .main .left .bottom p{
    margin-bottom: 30px;
    /* text-align: justify; */
    word-break: break-all;
  }
  .one .list {
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .one .list .item{
    width: 48%;
    flex: none;
    margin: 0 0 20px 0;
  }
  .there {
    padding: 0 30px;
  }
  .one .list .item .text {
    margin-top: 10px;
  }

}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
	.tow .main .right .bottom svg{
    display: none;
  }
  .tow .main .right .top .list .item {
    width: 50%;
  }
  .tow .main .right .bottom .row .item .lineBox{
    display: none;
  }
  .tow .main .right .bottom .row{
    width: 100%;
  }
  .tow .main .right .top .list .item .value .num {
    font-size: 32px;
  }
  .tow > h3, .tow .title h3, .one h3, .there h3 {
    font-size: 28px;
  }
  .one .main .left .top h4 {
    font-size: 30px;
  }
  .one .main .left .top .bg {
    font-size: 80px;
  }
  .one .main .left .bottom p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .one .main .left .bottom h5 {
    margin-bottom: 10px;
  }
  .one .list .item .value {
    font-size: 32px;
  }
  .one .list {
    margin-top: 30px;
  }
  .one .list .item .text p {
    font-size: 14px;
  }
  .one .list .item .value img {
    width: 24px;
  }
  .one {
    margin-bottom: 30px;
    padding: 60px 20px 0;
  }
  .there {
    margin-top: 40px;
    padding: 0 20px;
  }
  .there .main {
    margin-top: 30px;
  }
  .tow {
    padding: 0 20px;
  }
  .there .main .swiper-scrollbar-drag img {
    width: 30px;
  }
}


@media screen and (max-width: 414px){
	.tow .main .right .bottom .row .item .text {
    font-size: 14px;
  }
  .tow .main .right .bottom .row .item{
    margin-bottom: 15px;
  }
  .tow .main .left {
    margin-top: 30px;
  }
  .tow > h3, .tow .title h3, .one h3, .there h3 {
    font-size: 24px;
  }
  .one .main .left .top h4 {
    font-size: 26px;
  }
  .one .main .left .top .bg {
    font-size: 60px;
  }
  .one .main .left .bottom p {
    font-size: 12px;
    line-height: 20px;
  }
  .one .list .item .value {
    font-size: 24px;
  }
  .there .main .item .text p,
  .there .main .item .text p:last-child{
    font-size: 14px;
  }
  .there .main .item .text p {
    min-height: 80px;
  }
  .there .main .item .text p:last-child {
    min-height: 61px;
  }
  .tow .title p {
    font-size: 14px;
  }
}

@media screen and (max-width: 375px){
	.tow .main .right .top .list .item .value .num {
    font-size: 28px;
  }
  .tow .main .right .top .list .item .value {
    font-size: 20px;
  }
}

@media screen and (max-width: 360px){
	
}




 