.aframe {
  overflow: hidden;
  padding: calc((60 / 1300) * 100%) 0 calc((20 / 1300) * 100%);
}

.aframe .list {
  overflow: hidden;
  margin-top: 10px;
}

.aframe .list .img {
  overflow: hidden;
}

.aframe .list .img img {
  width: 100%;
}

.aframe .list .txt {
  overflow: hidden;
}

.aframe .list .txt h3 {
  font-size: 26px;
  margin-bottom: calc((15 / 600) * 100%);
  color: #0160A0;
}

.aframe .list .txt .content {
  font-size: 14px;
  line-height: 1.7;
  font-family: sans-serif, Arial;
}

@media (min-width:1px) and (max-width:991px) {
  .aframe .list .img {
    margin-bottom: 20px;
  }

  .aframe .list .txt h3 {
    font-size: 16px;
  }
}

@media (min-width:992px) {
  .aframe .list {
    display: flex;
    justify-content: space-between;
  }

  .aframe .list .img {
    width: 50%;
    margin: 0;
    padding-right: 35px;
  }

  .aframe .list .txt {
    width: 50%;
    margin: 0;
  }
}

@media (min-width:1230px) {
  .aframe .list {
    align-items: center;
  }

  .aframe .list .img {
    padding-right: 50px;
  }
}

.aframe1 {
  overflow: hidden;
  padding-top: calc((60 / 1300) * 100%);
}

.aframe1 .item {
  overflow: hidden;
  border-left: 1px solid #efefef;
  padding: 0 calc((30 / 1300) * 100%);
  width: calc((1 / 3) * 100%);
  position: relative;
}

.aframe1 .item:before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 1px;
  background: #0160A0;
  position: absolute;
  left: 0;
  top: 60px;
}

.aframe1 .item .img {
  overflow: hidden;
  text-align: center;
}

.aframe1 .item .txt {
  overflow: hidden;
}

.aframe1 .item .txt h3 {
  font-size: 24px;
  padding: 15px 0;
  text-align: center;
}

.aframe1 .item .txt p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-align: left;
  font-family: sans-serif, Arial;
}

.aframe1 .item:last-child {
  border-right: 1px solid #efefef;
}

@media (min-width:992px) {
  .aframe1 .container {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width:1px) and (max-width:991px) {
  .aframe1 .item {
    width: auto;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .aframe1 .item .txt h3 {
    font-size: 18px;
  }

  .aframe1 .item .txt p {
    font-size: 14px;
  }
}

.aframe2 {
  overflow: hidden;
  margin-top: calc((60 / 1300) * 100%);
  padding-bottom: 60px;
  position: relative;
}

.aframe2 h2 {
  font-size: 36px;
  color: #333;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}

.aframe2 .list {
  overflow: hidden;
  position: relative;
}

.aframe2 .list .swiper-slide {
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
}

.aframe2 .list .swiper-slide img {
  width: 100%;
}

.aframe2 .list .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 45px;
  height: 45px;
  background: var(--color-primary);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.aframe2 .list .btn:after {
  font-size: 16px;
  color: #fff;
}

.aframe2 .list .btn-prev {
  left: 0;
}

.aframe2 .list .btn-prev i {
  transform: rotate(180deg)
}

.aframe2 .list .btn-next {
  right: 0;
}

@keyframes identifier {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1);
  }

  100% {
    transform: rotate(360deg) scale(1);

  }
}

.aframe3 {
  overflow: hidden;
  position: relative;
  padding: calc((60 / 1300) * 100%) 0 0 0
}

.aframe3 .videopalay {
  overflow: hidden;
  position: relative;
  z-index: 3;
  border-radius: 10px;
  text-align: center;
}

.aframe3 .videopalay .videobtn {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  cursor: pointer;
  width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.aframe3 .videopalay .videobtn .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 74px;
  height: 74px;
  animation: identifier 6s infinite linear;
}

.aframe3 .videopalay .videobtn i {
  position: relative;
  z-index: 5;
  font-size: 30px;
  color: #fff;
}

@media (min-width:1px) and (max-width:991px) {
  .aframe3 .videopalay .videobtn {
    width: 64px;
    height: 64px;
  }

  .aframe3 .videopalay .videobtn .bg {
    width: 64px;
    height: 64px;
  }

  .aframe3 .videopalay .videobtn i {
    font-size: 26px;
  }
}




.bobo_advantage {
  padding: 85px 0 100px;
  background: #fff
}

.bobo_advantage ul {
  margin: 40px -12px 0;
  display: -webkit-flex;
  display: flex;
}

.bobo_advantage ul li {
  width: 50%;
  cursor: pointer;
  padding: 12px;
  box-sizing: border-box
}

.bobo_advantage ul li .box {
  padding: 25px 20px;
  height: 205px;
  border-radius: 7px;
  box-sizing: border-box;
  background: var(--color-primary);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s
}

.bobo_advantage ul li .ico {
  width: 90px;
  text-align: center
}

.bobo_advantage ul li .ico img {
  display: inline-block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s
}

.bobo_advantage ul li .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 10px
}

.bobo_advantage ul li .txt h5 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-transform: uppercase
}

.bobo_advantage ul li .txt p {
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  margin: 15px 0 0
}


.bobo_advantage .more {
  margin: 25px 0 0;
  text-align: center
}

.bobo_advantage .more a {
  line-height: 35px;
  border-bottom: 2px solid var(--bg-color);
  padding: 0 16px;
  font-size: 15px;
  display: inline-block;
  color: var(--text-color-active);
  font-weight: 700
}

.bobo_advantage .more a i {
  font-size: 22px;
  vertical-align: middle
}

.bobo_advantage .more a:hover {
  color: var(--link-color-second-hover);
  border-color: var(--link-color-second-hover);
}

.bobo-index-tit {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: var(--title-text-color, #000);
  font-family: var(--title-font-family);
}

.bobo-index-tit em {
  font-size: 16px;
  color: var(--text-color-active);
  font-weight: 600;
  text-transform: uppercase
}

.bobo-index-tit h2 {
  font-weight: 700;
}


.bobo-index-tit h3 {
  margin: 20px 0 0;
  font-size: 36px;
  line-height: 1;
  color: #333;
  font-weight: 700
}

.bobo-index-tit p {
  margin: 35px 0 0;
  font-size: 20px;
  line-height: 1.8;
  color: #666
}


@media screen and (max-width: 1500px) {
  .bobo_advantage .wp {
    max-width: 1200px;
  }

  .bobo-index-tit em {
    font-size: 15px
  }

  .bobo-index-tit p {
    margin: 30px 0 0;
    font-size: 18px;
    line-height: 1.6
  }
}

@media screen and (max-width: 1300px) {
  .bobo_advantage .wp {
    max-width: 1050px;
  }

  .bobo-index-tit h3 {
    font-size: 34px
  }
}

@media screen and (max-width: 768px) {
  .bobo_advantage {
    padding: 30px 0
  }

  .bobo_advantage .wp {
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
    padding-left: 10px;
  }

  .bobo_advantage ul {
    margin: 20px 0 0;
    flex-wrap: wrap;
  }

  .bobo_advantage ul li {
    width: 100%;
    cursor: pointer;
    padding: 6px 0
  }

  .bobo_advantage ul li .box {
    padding: 25px 20px;
    height: auto
  }

  .bobo_advantage ul li .txt h5 {
    font-size: 18px
  }

  .bobo_advantage ul li .txt p {
    line-height: 24px
  }

  .bobo_advantage .more {
    margin: 20px 0 0
  }

  .bobo-index-tit em {
    font-size: 15px;
  }
  .bobo-index-tit h3 {
    margin: 15px 0 0;
    font-size: 30px;
  }
  .bobo-index-tit p {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 480px) {
  .bobo-index-tit h3 {
    font-size: 24px
  }

  .bobo-index-tit p {
    font-size: 15px
  }
}



.aframe3  p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  text-align: left;
  font-family: sans-serif, Arial;
  margin:15px 0
}


.aframe3 ul li p{
  margin:10px 0
}





:root {
  --qing-pic-text-tip-size: 16px;
  --qing-pic-text-title-size: 36px;
  --qing-pic-text-p-size: 15px;
}

.qing_pic_text {
  padding: 80px 0;
}

.qing_pic_text .wp {
  display: flex;
}


.qing_pic_text .txt {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 96px 0 0;
}


.qing_pic_text .txt .tip {
  color: var(--color-primary);
  font-size: var(--qing-pic-text-tip-size);
  margin-bottom: 25px;
}


.qing_pic_text .txt h3 {
  margin: 10px 0 24px 0;
  font-size: 36px;
  font-weight: 700;
  color: var(--title-text-color, #000);
  font-family: var(--title-font-family);
}


.qing_pic_text .txt p {
  font-size: var(--qing-pic-text-p-size);
  line-height: 24px;
}

.qing_pic_text .txt .content {
  font-size: var(--qing-pic-text-p-size);
}


.qing_pic_text .pic { 
  width: 50%;
}

.qing_pic_text .pic img {
  width: 100%;
}

@media screen and (max-width: 1500px) {
  :root {
    --qing-pic-text-tip-size: 14px;
    --qing-pic-text-title-size: 32px;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --qing-pic-text-tip-size: 16px;
    --qing-pic-text-title-size: 36px;
  }
  .qing_pic_text { 
    display: block;
    padding: 50px 64px;
  }

  .qing_pic_text .txt {
    width: 100%;
    padding:0;
  }

  .qing_pic_text .pic {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  } 

}

@media screen and (max-width: 992px) {
  :root {
    --qing-pic-text-tip-size: 14px;
    --qing-pic-text-title-size: 32px;
  }
  
  .qing_pic_text .wp {
    flex-direction: column;
}
}




.ytht_main {
  padding-top: 40px;
  padding-bottom: 60px;
}

.about p {
  font-size: 17px;
  line-height: 30px;
  color: var(--text-color);
}

.about p ~ p {
  margin: 15px 0 0;
}

.about ul {
}

.about ul li {
  padding: 40px 0;
  position: relative;
  border-bottom: 2px solid #eeebeb;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.about ul li:last-child {
  border-bottom: none;
}

.about ul li:nth-child(2n + 1) {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}

.about ul li .pic {
  width: 50%;
}

.about ul li .txt {
  -webkit-flex: 1;
  flex: 1;
  margin: 0 80px 0 0;
}

.about ul li .txt .box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.about ul li .txt h5 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 700;
  color: var(--title-text-color, #000);
  font-family: var(--title-font-family);
}

.about ul li .txt h5::after {
  content: "";
  width: 53px;
  height: 4px;
  background: var(--color-primary);
  margin: 15px 0 0;
  display: block;
}

.about ul li .txt p {
  font-size: 15px;
  color: #595959;
  line-height: 24px;
  text-transform: capitalize;
}

.about ul li:nth-child(2n) .txt {
  margin: 0 0 0 80px;
}

.about ul li:nth-child(2n)::after {
  left: auto;
  right: -75px;
}

@media screen and (max-width: 991px) {
  .main {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .about ul li {
    padding: 20px 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .about ul li:nth-child(2n + 1) {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .about ul li .pic {
    width: 100%;
  }

  .about ul li .txt {
    margin: 15px 0 0;
  }

  .about ul li .txt h5 {
    font-size: 24px;
  }

  .about ul li:nth-child(2n) .txt {
    margin: 15px 0 0;
  }
}


@media screen and (max-width: 991px) {
   .qing_pic_text .txt h3 {
        font-size: 24px;
    }
  .qing_pic_text {
        padding: 0;
    }
  .qing_pic_text .txt .tip {
    	margin-bottom: 10px;
	}
  .bobo-index-tit{
        font-size: 24px;
    }
  
  
}


@media screen and (max-width: 992px) {
    .qing_pic_text {
        width: 718px;
          margin: 0 auto;
    }
  .qing_pic_text {
 		 padding: 30px 0;
	}
}
@media screen and (max-width: 768px) {
    .qing_pic_text {
        width: 100%;
        padding-right: 20px;
        box-sizing: border-box;
        padding-left: 20px;
    }
}
@media screen and (max-width: 576px) {
    .qing_pic_text {
        width: 100%;
        padding-right: 12px;
        box-sizing: border-box;
        padding-left: 12px;
    }
}




/*.aframeA{padding:80px 0;background: #878889;}
.aframeB{padding:80px 0;background: #878889;}*/
.aframeA{padding:80px 0;}
.aframeB{padding:80px 0;}
.aframeB ul{display:flex}
.aframeB ul li{width:50%}
.aframeB ul li img{height:750px;object-fit:contain}

               
               
               
.process-section {
				padding: 80px 0;
			}


			.process-title h2 {
				color: #004A9F;
				margin-bottom: 30px;
			}


			.process-phase {
				margin-bottom: 20px;
				border-radius: 8px;
				padding: 35px;
				color: #fff;
			}

			.phase-header {
				text-align: center;
				margin-bottom: 25px;
				font-size: 22px;
				font-weight: bold;
			}

			.phase-1 {
				background-color: #004A9F;
			}

			.phase-1 .phase-steps {
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				gap: 10px;
			}

			.phase-1 .phase-steps>div {
				background-color: #0066CC;
				padding: 15px 20px;
				border-radius: 6px;
				text-align: center;
				min-width: 120px;
				font-size: 16px;
			}

			.phase-2 {
				background-color: #0099E5;
			}

			.phase-2 .phase-steps {
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				gap: 10px;
			}

			.phase-2 .phase-steps>div {
				background-color: #00BFFF;
				padding: 15px 20px;
				border-radius: 6px;
				text-align: center;
				min-width: 120px;
				font-size: 16px;
			}

			.phase-3 {
				background-color: #FF9933;
			}

			.phase-3 .phase-steps {
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				gap: 10px;
			}

			.phase-3 .phase-steps>div {
				background-color: #FF7F00;
				padding: 15px 20px;
				border-radius: 6px;
				text-align: center;
				min-width: 120px;
				font-size: 16px;
			}      
               
               
               
      @media screen and (max-width:991px) {
        .phase-header {font-size: 18px;}
        .phase-1 .phase-steps>div,.phase-2 .phase-steps>div,.phase-3 .phase-steps>div {font-size: 14px;padding: 10px 15px;}
        .process-phase {padding: 25px;}
        .process-section {padding: 30px 0;}
      }
       
       @media screen and (max-width:576px) {
        .phase-header {font-size: 16px;}
        .phase-1 .phase-steps>div,.phase-2 .phase-steps>div,.phase-3 .phase-steps>div {font-size: 12px;padding: 5px 10px;}
        .process-phase {padding: 15px;}
      }