@charset "utf-8";
/* CSS Document */

body {
  --www: 160px;
  --interval: var(--www);
  --nav_height: 120px;
  --color: #00269a;
  
}
@media screen and (min-width: 1200px) {
  body.body {
    --nav_height: 90px;
  }
}
@media screen and (min-width: 1921px) {
  body {
    --interval: calc((100vw - (1920px - var(--www))) / 2);
  }
}


@media screen and (max-width: 1400px) {
  body {
    --www: 130px;
  }
}
@media screen and (max-width: 1280px) {
  body {
    --www: 100px;
  }
}
@media screen and (max-width: 1200px) {
  body {
   
    --interval: 5vw;
    --nav_height: 58px;
  }
}

body::-webkit-scrollbar {
  display: none;
}
.bodyNull {
  overflow: hidden;
}.Home_Solution {
  position: relative;
}
.Home_Solution .box .boxLeft {
  width: 8rem;
  padding-left: var(--interval);
  padding-top: 0.72rem;
  padding-right: 1rem;
}
.Home_Solution .box .boxLeft .content1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Solution .box .boxLeft .content1 ul li {
  position: relative;
  width: 0.72rem;
  margin-right: 0.48rem;
}
.Home_Solution .box .boxLeft .content1 ul li .icon1 img {
  width: 100%;
}
.Home_Solution .box .boxLeft .content1 ul li .icon2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.Home_Solution .box .boxLeft .content1 ul li .icon2 img {
  width: 100%;
}
.Home_Solution .box .boxLeft .content1 ul li .icon3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Solution .box .boxLeft .content1 ul li .icon3 img {
  width: 40px;height: 40px;
}
.Home_Solution .box .boxLeft .content1 ul li .icon4 {
  opacity: 0;
}




.Home_Solution .box .boxLeft .content1 ul .active .icon2 {
  opacity: 1;
}
.Home_Solution .box .boxLeft .content1 ul .active .icon3 {
  opacity: 1;
}
.Home_Solution .box .boxLeft .content1 ul .active .icon4 {
  opacity: 1;
}
.Home_Solution .box .boxLeft .content2 {
  margin-top: 0.6rem;
}
/*
.Home_Solution .title {
  position: absolute;
  left: var(--interval);
  top: 0;
  z-index: 1;
  margin-top:100px;color: #000;font-size: 40px; font-weight: 300;
}
*/
.Home_Solution .rotate-height {
  position: relative;
  height: 420vh;
}
.Home_Solution .rotate-height .rotate-subheight {
  height: 415vh;
}
.Home_Solution .rotate-sticky {
  height: 750px;
  position: -webkit-sticky;
  position: sticky;
  top: 0.9rem;
  overflow: hidden;
}
.Home_Solution .rotate-sticky .rotate-s {
  padding-left: var(--interval);
  height: 100%;
}
.Home_Solution .rotate-sticky .rotate-s .rotate-cards-flexbox {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: var(--interval);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (min-width: 1200px) {
  .Home_Solution .rotate-sticky .rotate-s .rotate-cards-flexbox .rotate-ellipse {
    border-radius: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    /*width: 48rem;*/
    width: 52rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
  }
}
.Home_Solution .rotate-sticky .rotate-s .rotate-cards-flexbox .rotate-ellipse .rotate-card {
  padding: 0.4rem 0;
  width: 9.6rem;
  height: 6.9rem;
  position: relative;
  left: -9.5rem;
}
.Home_Solution .rotate-sticky .rotate-s .rotate-cards-flexbox .rotate-ellipse .rotate-card p {
  overflow: hidden;
  border-radius: 0.25rem;
  height: 100%;
}
.Home_Solution .rotate-sticky .rotate-s .rotate-cards-flexbox .rotate-ellipse .rotate-card img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .Home_Solution .rotate-sticky .rotate-s .rotate-cards-flexbox .rotate-ellipse .card-1 {
    -webkit-transform: translate(50%, 25%) rotate(30deg);
    -ms-transform: translate(50%, 25%) rotate(30deg);
    transform: translate(50%, 25%) rotate(30deg);
  }
  .Home_Solution .rotate-sticky .rotate-s .rotate-cards-flexbox .rotate-ellipse .card-2 {
    -webkit-transform: translate(10%, 25%) rotate(15deg);
    -ms-transform: translate(10%, 25%) rotate(15deg);
    transform: translate(10%, 25%) rotate(15deg);
  }
	
	.Home_Solution .rotate-sticky .rotate-s .rotate-cards-flexbox .rotate-ellipse .card-3 {
   -webkit-transform: translate(0%, 35%) rotate(0deg);
    -ms-transform: translate(0%, 35%) rotate(05deg);
    transform: translate(0%, 35%) rotate(0deg);
  }
  .Home_Solution .rotate-sticky .rotate-s .rotate-cards-flexbox .rotate-ellipse .card-4 {
    -webkit-transform: translate(10%, 45%) rotate(-15deg);
    -ms-transform: translate(10%, 45%) rotate(-15deg);
    transform: translate(10%, 45%) rotate(-15deg);
  }
  .Home_Solution .rotate-sticky .rotate-s .rotate-cards-flexbox .rotate-ellipse .card-5 {
    -webkit-transform: translate(40%, 55%) rotate(-30deg);
    -ms-transform: translate(40%, 55%) rotate(-30deg);
    transform: translate(40%, 55%) rotate(-30deg);
  }
	 .Home_Solution .rotate-sticky .rotate-s .rotate-cards-flexbox .rotate-ellipse .card-6 {
    opacity: 0;
  }
}
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper {
  /*-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  position: absolute;
  top: 0%;left: 80px;max-width: 600px;
  z-index: 2;
}
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons {
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
}

.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons .title{
  margin-top: 10px;
  margin-bottom: 20px;color: #000;font-size: 40px; font-weight: 300;
}



.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons ul li {
  position: relative;
  width: 1rem;
  margin-right: 0.48rem;
}

.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons ul li .txt{
  width: 100%; height: auto; color: #666; font-size: 16px; text-align: center; line-height: 20px;margin: 10px 0;
}

.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons ul li .icon1 img {
  width: 100%;
}
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons ul li .icon2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons ul li .icon2 img {
  width: 100%;
}
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons ul li .icon3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons ul li .icon3 img,
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons ul li .icon3 svg {
  margin: auto;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 30px; height: 30px;
}




.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons ul li .icon3 path {
  transition: 0.4s;
}
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons ul li .icon4 {
  opacity: 0;
  display: none;
}
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons ul .active .icon2 {
  opacity: 1;
}
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons ul .active .icon3 path {
  fill: #fff;
}
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons ul .active .icon3 img {
  filter:brightness(0) invert(1)
}
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons ul .active .icon4 {
  opacity: 1;
}
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-headers-frame {
  position: relative;
}
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-headers-frame .set-1,
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-headers-frame .set-2,
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-headers-frame .set-3,
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-headers-frame .set-4,
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-headers-frame .set-5{
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0;
}
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-headers-frame .rotate-swap-header-cell {
  gap: 0.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 5.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-headers-frame .rotate-swap-header-cell .list .content4 {
  font-size: var(--f34);
  font-family: 'MontserratMedium';
}
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-headers-frame .rotate-swap-header-cell .list .content5 {
  font-size:24px;
  font-family: 'MontserratMedium';
  margin-top: 2px;
}
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-headers-frame .rotate-swap-header-cell .list .content6 {
  font-family: 'MontserratLight';
  font-size: 20px;
  color: #333;
  margin-top: 10px;
  line-height: 2;
  height: auto;
}
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-headers-frame .rotate-swap-header-cell .list .content7 {
  margin-top:20px;
}
.Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-headers-frame .active {
  position: relative;
  opacity: 1;
  z-index: 2;
}


.home_box .x1 {
  color: #2469b3;
  font-size: var(--f24);
}
.home_box .x2 {
  margin-top: 0.2rem;
  color: #000;
  font-size: var(--f42);
  line-height: 1.3;
}
.home_box .x2 span {
  color: #666;
}
.home_box .x2 span.on {
  color: #000;
}
.home_box.white .x1,
.home_box.white .x2 {
  color: #fff;
}



.index_quality {
  position: relative;
  overflow: hidden;
}
.index_quality .content_box {
  display: flex;
}
.index_quality .content_box .item {
  flex: 1;
  position: relative;
  transition: 0.6s;
}
.index_quality .content_box .item .em_img {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_quality .content_box .item .em_img img {
  width: 100%;
  height: 700px;
  object-fit: none;
}
.index_quality .content_box .item .em_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: var(--gap) calc(var(--bj) / 2) var(--gap) var(--bj);
}
.index_quality .content_box .item .em_post > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
	align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
}
.index_quality .content_box .item .em_post > div .content1{padding: 0; width: 360px; height: auto;}

.index_quality .content_box .item .em_post > div .content1 .box-txt{width: 160px;margin: 15px 0; margin-right: 20px; height: auto; padding: 20px; text-align: center; border: 1px solid rgba(255,255,255,.4); float: left;}
.index_quality .content_box .item .em_post > div .content1 .box-txt .img{width: 100%; height: auto; padding: 0;}
.index_quality .content_box .item .em_post > div .content1 .box-txt .img img{width: 40px; height: auto; }
.index_quality .content_box .item .em_post > div .content1 .box-txt .txt{width: 100%; height: auto; padding: 0; margin: 0; font-size: 16px; color: #fff; line-height: 30px;}

.index_quality .content_box .item .em_post > div .content1 .box-txt.huang{background:rgba(232,179,71,.4);}


.index_quality .content_box .item .em_post > div .content1 .btn {
  transition: 0.4s;
  opacity: 0;
  margin-top: 0.8rem;
}
.index_quality .content_box .item .em_post > div .content2 {
  width: fit-content;
  position: relative;
  display: flex;
  --g: 1.8rem;
}
.index_quality .content_box .item .em_post > div .content2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 6px;
  width: 93.5%;
  height: 1px;
  transform: translateX(-50%);
  background: rgba(153, 153, 153, 0.2);
}
.index_quality .content_box .item .em_post > div .content2 .li {
  cursor: pointer;
  position: relative;
}
.index_quality .content_box .item .em_post > div .content2 .li .yuan {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
}
.index_quality .content_box .item .em_post > div .content2 .li .yuan::after,
.index_quality .content_box .item .em_post > div .content2 .li .yuan::before {
  transition: 0.4s;
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  background: linear-gradient(to right, #e48011, #f1c269);
  border-radius: 50%;
}
.index_quality .content_box .item .em_post > div .content2 .li .yuan::after {
  z-index: 1;
  width: 75%;
  height: 75%;
  background: #fff;
}
.index_quality .content_box .item .em_post > div .content2 .li .wz {
  padding-top: 22px;
  color: #000;
  font-size: var(--f16);
}
.index_quality .content_box .item .em_post > div .content2 .li + .li {
  margin-left: var(--g);
}
.index_quality .content_box .item .em_post > div .content2 .li.active .yuan::after,
.index_quality .content_box .item .em_post > div .content2 .li.active .yuan::before {
  opacity: 1;
}
@media (min-width: 1200px) {
  .index_quality .content_box .item:hover {
    flex: 1.42;
  }
  .index_quality .content_box .item:hover .em_post > div .content1 .btn {
    opacity: 1;
    margin-top: 0.6rem;
  }
}
.index_quality .content_box .item_1 .em_img picture {
  transition: 0.4s;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}
.index_quality .content_box .item_1 .em_img picture img {
  width: 100%;
  height: 100%;
}
.index_quality .content_box .item_1 .em_img picture.active {
  opacity: 1;
}







@media (max-width: 1200px) {
 .index_quality .content_box {
    flex-wrap: wrap;
  }
  .index_quality .content_box .item {
    width: 100%;
    flex: none;
  }
  .index_quality .content_box .item .em_img img {
    height: auto;
  }
  .index_quality .content_box .item .em_post > div .content1 .btn {
    opacity: 1;
    margin-top: 0.4rem;
  }
  .index_quality .content_box .item_1 .em_img picture {
    position: initial;
    display: none;
    opacity: 1;
  }
  .index_quality .content_box .item_1 .em_img picture.active {
    display: block;
  }
  .index_quality .content_box .item .em_img img {
    object-fit: cover;
  }

}


@media (max-width: 750px) { 
	
    .index_quality .content_box .item .em_post {
       padding: .6rem 5vw;   
    }
	
	
	.index_quality .content_box .item .em_post > div .content1 .box-txt{width: 80px;margin: 15px 0; margin-right: 20px; height: auto; padding: 10px; text-align: center; border: 1px solid rgba(255,255,255,.4); float: left;}
}














@media screen and (max-width: 1680px) {
  .Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons ul li .icon3 img {
    margin: auto;top:30%;
  }
	

	
	
  .Pro_Select .box_nav .box_left ul li a,
  .Pro_Select .box_nav .box_right ul li > p a {
    font-size: var(--f16);
  }
  .Pro_Select .box_nav .box_right ul li div p a {
    font-size: var(--f16);
  }
}
@media screen and (max-width: 1530px) {
  .Home_Solution .rotate-sticky .rotate-s .rotate-cards-flexbox {
    right: 1.5rem;
  }
  .Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-headers-frame .rotate-swap-header-cell {
    width: 6.7rem;
  }
  .Home_Solution .rotate-height {
    height: 410vh;
  }
  .rotate-subheight {
    height: 350vh;
  }
  .Header_Container {
    --w: 8rem;
  }
  .Home_News .box .boxLeft {
    width: 9rem;
  }
  .Footer_Container .box .boxRight .content2 form input {
    height: 0.66rem;
  }
  .News_05 .box1 .item .boxBot .button div {
    line-height: 0.66rem;
  }
  .sidebar {
    left: 1px;
  }
  .sidebar ul li a {
    font-size: var(--f14);
  }
  .News_02 .box .content4 .bot ul li img {
    width: 0.54rem;
  }
  .News_04 .box .boxLeft .content3 {
    line-height: 1.7;
  }
  .sidebar ul li a{
      padding-left: 5px;
      letter-spacing: -0.2px;
  }
}
@media screen and (max-width: 1400px) {
  .Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons {
    margin-top: 1.5rem;
  }
  .Home_Solution .rotate-sticky .rotate-s .rotate-cards-flexbox {
    right: 1.5rem;
  }
  .Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-headers-frame .rotate-swap-header-cell {
    width: 6.5rem;
  }
  .Home_Solution .rotate-height {
    height: 420vh;
  }
  .rotate-subheight {
    height: 350vh;
  }
  .banner_btn .button div,
  .pu_page .prev a,
  .pu_page .next a {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .Advantage_01 .box .item .boxRight .scroll {
    height: 3rem;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.1rem;
  }
  .Advantage_01 .box .item .boxRight .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Advantage_01 .box .item .boxRight .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #00269a;
  }
  .Advantage_01 .box .item .boxRight .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .Advantage_01 .box .item .boxRight .scroll {
      scrollbar-color: #00269a rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .sidebar ul li a {
    font-size: 10px;
  }
  .News_05 .box form .layui-input,
  .News_05 .box form .layui-select,
  .News_05 .box form .layui-textarea,
  .Product_08 .box form .layui-input,
  .Product_08 .box form .layui-select,
  .Product_08 .box form .layui-textarea {
    height: 0.78rem;
  }
  .Product_08 .box form .layui-form-select dl,
  .News_05 .box form .layui-form-select dl {
    top: 0.9rem;
  }
  .Product_08 .box form .layui-form-selectup dl,
  .News_05 .box form .layui-form-selectup dl {
    bottom: 0.8rem;
  }
}
@media screen and (max-width: 1280px) {
  .Home_Solution .rotate-sticky .rotate-s .rotate-cards-flexbox {
    right: 1rem;
  }
  .Home_Solution .rotate-sticky .rotate-s .rotate-cards-flexbox .rotate-ellipse .rotate-card {
    width: 8.6rem;
    height: 5.9rem;
    left: -8.6rem;
  }
  .Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-headers-frame .rotate-swap-header-cell .list .content6 {
    margin-top: 0.3rem;
    line-height: 1.5;
    height: 6em;
  }
  .Home_Solution .rotate-height {
    height: 420vh;
  }
  .rotate-subheight {
    height: 400vh;
  }
  .Home_News .box .boxRight {
    padding-left: 0.6rem;
  }
  .sidebar {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .Home_Solution {
    padding: 0 5vw;
  }
  .Home_Solution .rotate-sticky,
  .Home_Solution .rotate-height,
  .Home_Solution .rotate-height .rotate-subheight {
    height: auto;
  }
  .Home_Solution .title,
  .Home_Solution .rotate-sticky .rotate-s .rotate-cards-flexbox,
  .Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper,
  .Home_Solution .rotate-sticky .rotate-s .rotate-cards-flexbox .rotate-ellipse {
    position: initial;
  }
  .Home_Solution .rotate-sticky .rotate-s {
    padding-left: 0;
  }
  .Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-headers-frame .rotate-swap-header-cell {
    width: 100%;
  }
  .Home_Solution .rotate-sticky .rotate-s .rotate-cards-flexbox .rotate-ellipse .rotate-card {
    width: 100%;
    height: auto;
    left: 0;
    display: none;
    padding: 0.5rem 0 0.9rem;
  }
  .Home_Solution .rotate-sticky .rotate-s .rotate-cards-flexbox .rotate-ellipse .rotate-card.active {
    display: block;
  }
  .Header_Container {
    display: none;
  }
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 60vh;
  }
  .Home_About .imgBg img {
    height: 9rem;
  }
  .Home_About .orientation .box .content1 {
    padding-top: 0;
  }
  .Home_About .orientation .box1 .item .top span {
    font-size: 0.7rem;
  }
  .Home_About .orientation .box1 {
    gap: 0.3rem;
    margin-top: 1rem;
  }
  .Home_About .orientation .box1 .item .bot {
    font-size: var(--f16);
  }
  .Home_Technologies .box ul li .orientation2 {
    bottom: 0.3rem;
  }
  .Home_Technologies .box ul li:hover .orientation2 {
    bottom: 0.5rem;
  }
  .advertisement .imgBg img {
    height: 5rem;
  }
  .advertisement .orientation .box .content2 {
    max-width: 6.7rem;
  }
  .Footer_Container .box .boxLeft {
    display: none;
  }
  .Footer_Container .box .boxRight {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .Footer_Container .box .boxRight .content1 {
    width: 100%;
  }
  .Footer_Container .box .boxRight .content2 {
    margin-right: auto;
  }
  .Footer_Container .box1 {
    text-align: center;
  }
  .Footer_Container .box1 .boxLeft {
    width: 100%;
  }
  .Footer_Container .box1 .boxRight {
    width: 100%;
  }
  .Home_About {
    margin-top: -1px;
  }
  .solution_01 .box .item .orienation {
    bottom: 0.9rem;
  }
  .solution_01 .box .item .imgBg img,
  .Inner_Banner .box .item .imgBg img {
    min-height: 7rem;
  }
  .Inner_Banner .box .item .orienation .main .content2,
  .solution_01 .box .item .orienation .main .content2 {
    line-height: 1.6;
  }
  .mbx {
    bottom: 0.3rem;
  }
  .Product_01 .box .boxRight .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .Product_01 .box .boxLeft {
    width: 2.9rem;
    padding-right: 0.1rem;
  }
  .Product_06 .box .content2 {
    padding: 0.7rem 0.5rem;
  }
  .Product_08 .box_banner .boxLeft {
    width: 30%;
  }
  .Product_08 .box_banner .boxRight {
    width: 70%;
  }
  .Product_08 .box_banner .boxRight .banner_btn {
    -webkit-transform: translateX(-22%);
    -ms-transform: translateX(-22%);
    transform: translateX(-22%);
  }
  .Product_09 .box .boxRight {
    padding: 0 0.2rem;
  }
  .Product_09 .box .boxRight ul li span img,
  .Product_09 .box .boxRight ul li span svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Product_04 .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem;
  }
  .Product_05 .box .banner .boxMain .boxLeft {
    width: 100%;
    padding: 0.5rem 0;
  }
  .Advantage_01 .box .item .boxLeft .swiper-slide .img {
    height: auto;
  }
  .Advantage_01 .box .item {
    padding: 0.6rem var(--interval);
  }
  .Advantage_01 .box .item .boxRight .scroll {
    height: 2.8rem;
  }
  .Advantage_02 .box .item .boxRight {
    padding: 0 0.5rem;
  }
  .Advantage_03 .imgBg img {
    min-height: 6rem;
  }
  .Advantage_05 .box .boxRight {
    width: 100%;
    margin-top: 0.6rem;
  }
  .Advantage_05 .box .boxRight .lbt .swiper {
    height: 60vh;
  }
  .About_03 .box {
    gap: 1rem;
  }
  .News_02 .box .content5 .link {
    width: 35%;
  }
  .News_06 .box .banner .swiper .swiper-slide {
    width: 8.3rem;
  }
  .News_05 .box1 .item .boxTop .content2 {
    width: 2rem;
  }
  .News_05 .box1 .item .boxTop .content3 {
    width: 3.2rem;
  }
  .Product_06 .box .content1,
  .Product_03 .box .content1,
  .Service_03 .box,
  .About_02 .box .banner {
    padding: 0;
  }
  .Home_News .box .boxLeft,
  .Product_02 .box .boxLeft,
  .Advantage_01 .box .item .boxLeft,
  .About_03 .box .item .boxLeft,
  .News_04 .box .boxLeft {
    width: 100%;
    padding-right: 0;
  }
  .Home_News .box .boxRight,
  .Product_02 .box .boxRight,
  .Advantage_01 .box .item .boxRight,
  .About_03 .box .item .boxRight,
  .News_04 .box .boxRight {
    width: 100%;
    padding-left: 0;
    margin-top: 0.6rem;
    padding-right: 0;
  }
  .Product_07 .box,
  .Advantage_04 .box,
  .About_02 .box,
  .About_04 .toggleMain {
    padding: 0;
  }
  .Product_07 .box .swiper,
  .Advantage_04 .box .swiper,
  .About_02 .box .swiper,
  .About_04 .toggleMain .swiper {
    padding: 0 var(--interval);
  }
  .Product_08 .box form,
  .About_01 .box1,
  .News_01 .box,
  .News_03 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .goTop {
    display: none !important;
  }
  .ydy_video {
    display: none !important;
    visibility: hidden;
    opacity: 0;
  }
  .advertisement .orientation .box .content2 {
    max-width: 100%;
    margin: 0.5rem 0;
    line-height: 1.7;
  }
  .Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons {
    margin-top: 0.8rem;
  }
  .Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons ul li {
    width: 1rem;
  }
  .Product_08 .box_banner {
    --h1: 1rem;
  }
  .Service_02 .box .boxLeft .main form div input {
    padding: 0 0.6rem;
  }
  .News_02 .box .content5 .link {
    width: 100%;
  }
  .News_02 .box .content5 .next {
    text-align: left;
    margin-top: 0.3rem;
  }
  .News_02 .box .content5 .go {
    display: none;
  }
  .News_02 .box .content5 {
    padding: 0.3rem 0;
  }
  .About_03 .box .item {
    background: #fff;
  }
  .Product_07 .box .banner .swiper .swiper-slide .item .content2 {
    height: 2.8em;
    -webkit-line-clamp: 2;
  }
  .Advantage_01 .box .item .boxLeft .pic .img img {
    max-width: 3.8rem;
  }
  .Advantage_01 .box .item .boxRight .content3 li {
    padding-left: 0.55rem;
  }
  .Home_News .box .boxRight .item a .top .left {
    width: 100%;
    max-width: 100%;
  }
  
  
  .Inner_Banner .box .item .orienation1 .main .content1{
      max-width: 65%;
  }
  .solution_01 .box .item .imgBg img{
      height: auto;
  }
}
@media screen and (max-width: 1200px) and screen and (min-width: 669px) {
  .Footer_Container .box .boxRight .content3 {
    margin-top: 0;
  }
}
.lpk_phone {
  display: none;
}
@media screen and (max-width: 699px) {
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: 0.5rem;
  }
  .Home_About .orientation .box .content2 {
    height: 7.2em;
    -webkit-line-clamp: 4;
  }
  .Home_About .orientation .box1 .item .bot {
    font-size: 12px;
  }
  .Home_About .orientation .box1 .item .top span {
    font-size: 0.6rem;
  }
  .Home_Technologies .box ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .Home_Technologies .box ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 50%;
    -ms-flex: 1 50%;
    flex: 1 50%;
  }
  .advertisement .imgBg img {
    height: 6rem;
  }
  .advertisement .img img {
    width: 5rem;
  }
  .button_01 .a,
  .button_03 .a,
  .button_02 .a,
  .About_04 .toggle ul li,
  .News_05 .box1 .item .boxBot .button div {
    line-height: 0.72rem;
  }
  .Footer_Container .box .boxRight .content2 form input {
    height: 0.72rem;
  }
  .lpk_pc {
    display: none;
  }
  .lpk_phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.6rem;
  }
  .solution_02 .box .banner .swiper {
    --w: 90vw;
  }
  .News_05 .box1 .item .boxBot .button div svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .banner_btn .button div {
    width: 40px;
    height: 40px;
  }
  .Inner_Banner .box .item .orienation .main .content2 .scroll,
  .solution_01 .box .item .orienation .main .content2 .scroll {
    max-height: 2rem;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.1rem;
  }
  .Inner_Banner .box .item .orienation .main .content2 .scroll::-webkit-scrollbar,
  .solution_01 .box .item .orienation .main .content2 .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Inner_Banner .box .item .orienation .main .content2 .scroll::-webkit-scrollbar-thumb,
  .solution_01 .box .item .orienation .main .content2 .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #fff;
  }
  .Inner_Banner .box .item .orienation .main .content2 .scroll::-webkit-scrollbar-track,
  .solution_01 .box .item .orienation .main .content2 .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
  }
  @-moz-document url-prefix() {
    .Inner_Banner .box .item .orienation .main .content2 .scroll,
    .solution_01 .box .item .orienation .main .content2 .scroll {
      scrollbar-color: #00269a rgba(255, 255, 255, 0.1);
      scrollbar-width: thin;
    }
  }
  .Product_01 .box .boxLeft {
    width: 100%;
    padding-right: 0;
  }
  .Product_01 .box .boxRight {
    margin-top: 0.6rem;
  }
  .Product_01 .box .boxLeft ul li a {
    padding: 0.3rem 0;
  }
  .News_06 .box .banner .swiper .swiper-slide {
    width: 90vw;
  }
  .Product_08 .box_banner .boxLeft {
    width: 50%;
  }
  .Product_08 .box_banner .boxRight {
    width: 50%;
  }
  .Product_08 .box_banner .boxRight .banner_btn {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .Product_09 .box .boxLeft,
  .Advantage_02 .box .item .boxLeft,
  .Service_02 .box .boxLeft {
    width: 100%;
    padding-right: 0;
  }
  .Product_09 .box .boxRight,
  .Advantage_02 .box .item .boxRight,
  .Service_02 .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
  }
  .About_02 .box .banner .swiper .swiper-slide .content2 .scroll {
    padding-left: 0.4rem;
  }
  .About_01 .box1 {
    gap: 0.5rem;
  }
  .Service_03 .box .main,
  .Service_03 .box .main2,
  .About_01 .box1,
  .News_01 .box,
  .News_03 .box,
  .News_05 .box form {
    grid-template-columns: repeat(1, 1fr);
  }
  .Advantage_02 .box .item .boxRight {
    padding: 0;
  }
  .Product_09 .box .boxRight ul li {
    padding-left: 0.7rem;
  }
  .News_01 .box .item .feng img {
    width: 0.48rem;
  }
  .Service_03 .box .main .item input {
    height: 0.72rem;
  }
  .Product_10 .box {
    overflow: auto;
  }
  .Product_10 .box table {
    width: 200%;
  }
  .Inner_Banner .box .item .orienation1 .main .content1 {
    font-size: 0.36rem;
  }
  .Product_04 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Advantage_01 .box .item .boxLeft .page {
    bottom: -0.5rem;
  }
  .mbx .box_ {
    font-size: var(--f14);
  }
  .mbx1 .box_ {
    font-size: var(--f14);
  }
  .Advantage_02 .box {
    gap: 0.6rem;
  }
  .Advantage_03 .orientation .box .content3 .item {
    margin: 0;
    width: 50%;
  }
  .Advantage_03 .imgBg img {
    min-height: 7rem;
  }
  .Advantage_05 .box .boxRight .lbt {
    gap: 15px;
  }
  .Service_01 .box .item .content1 {
    max-width: 80%;
  }
  .pu_page .number {
    display: none;
  }
  .pu_page .next {
    margin-left: 20px;
  }
  .Service_02 .box .boxLeft .main ul li a {
    padding: 0.26rem 0;
  }
  .Service_03 .box .privacy svg {
    margin-right: 8px;
  }
  .News_05 .box1 .item .boxTop .content4 p {
    width: 0.46rem;
    height: 0.46rem;
  }
  .News_05 .box1 .item .boxTop .content4 p span {
    width: 10px;
  }
  .News_05 .box1 .item .boxTop .content1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 50%;
    -ms-flex: 1 50%;
    flex: 1 50%;
  }
  .News_05 .box1 .item .boxTop .content2 {
    width: 30%;
    text-align: right;
  }
  .News_05 .box1 .item .boxTop .content3 {
    width: auto;
    margin-top: 0.3rem;
  }
  .News_05 .box1 .item .boxTop .content4 {
    margin-top: 0.3rem;
  }
  .News_05 .box1 .item .boxTop .content2 img {
    -webkit-transform: translateY(-2px) scale(0.8);
    -ms-transform: translateY(-2px) scale(0.8);
    transform: translateY(-2px) scale(0.8);
  }
  .Home_Solution .rotate-sticky .rotate-s .rotate-swap-headers-wrapper .rotate-swap-icons ul li {
    width: 1.2rem;
    margin-right: 0.3rem;
  }
  .Home_Banner .banner .pc {
    display: none;
  }
  .Home_Banner .banner .phone {
    display: block;
  }
  .Home_Banner .banner .video .play {
    display: block;
  }
   .Inner_Banner .box .item .orienation .main .content2 .scroll,
  .solution_01 .box .item .orienation .main .content2 .scroll {
    max-height: 1.8rem;
  }
}






.home_box .x1 {
  color: #2469b3;
  font-size: var(--f24);
}
.home_box .x2 {
  margin-top: 0.2rem;
  color: #000;
  font-size: var(--f42);
  line-height: 1.3;
}
.home_box .x2 span {
  color: #666;
}
.home_box .x2 span.on {
  color: #000;
}
.home_box.white .x1,
.home_box.white .x2 {
  color: #fff;
}



.index_quality {
  position: relative;
  overflow: hidden;
}
.index_quality .content_box {
  display: flex;
}
.index_quality .content_box .item {
  flex: 1;
  position: relative;
  transition: 0.6s;
}
.index_quality .content_box .item .em_img {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_quality .content_box .item .em_img img {
  width: 100%;
  height: 700px;
  object-fit: none;
}
.index_quality .content_box .item .em_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: var(--gap) calc(var(--bj) / 2) var(--gap) var(--bj);
}
.index_quality .content_box .item .em_post > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
	align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
}
.index_quality .content_box .item .em_post > div .content1{padding: 0; width: 360px; height: auto;}

.index_quality .content_box .item .em_post > div .content1 .box-txt{width: 160px;margin: 15px 0; margin-right: 20px; height: auto; padding: 20px; text-align: center; border: 1px solid rgba(255,255,255,.4); float: left;}
.index_quality .content_box .item .em_post > div .content1 .box-txt .img{width: 100%; height: auto; padding: 0;}
.index_quality .content_box .item .em_post > div .content1 .box-txt .img img{width: 40px; height: auto; }
.index_quality .content_box .item .em_post > div .content1 .box-txt .txt{width: 100%; height: auto; padding: 0; margin: 0; font-size: 16px; color: #fff; line-height: 30px;}

.index_quality .content_box .item .em_post > div .content1 .box-txt.huang{background:rgba(232,179,71,.4);}


.index_quality .content_box .item .em_post > div .content1 .btn {
  transition: 0.4s;
  opacity: 0;
  margin-top: 0.8rem;
}
.index_quality .content_box .item .em_post > div .content2 {
  width: fit-content;
  position: relative;
  display: flex;
  --g: 1.8rem;
}
.index_quality .content_box .item .em_post > div .content2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 6px;
  width: 93.5%;
  height: 1px;
  transform: translateX(-50%);
  background: rgba(153, 153, 153, 0.2);
}
.index_quality .content_box .item .em_post > div .content2 .li {
  cursor: pointer;
  position: relative;
}
.index_quality .content_box .item .em_post > div .content2 .li .yuan {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
}
.index_quality .content_box .item .em_post > div .content2 .li .yuan::after,
.index_quality .content_box .item .em_post > div .content2 .li .yuan::before {
  transition: 0.4s;
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  background: linear-gradient(to right, #e48011, #f1c269);
  border-radius: 50%;
}
.index_quality .content_box .item .em_post > div .content2 .li .yuan::after {
  z-index: 1;
  width: 75%;
  height: 75%;
  background: #fff;
}
.index_quality .content_box .item .em_post > div .content2 .li .wz {
  padding-top: 22px;
  color: #000;
  font-size: var(--f16);
}
.index_quality .content_box .item .em_post > div .content2 .li + .li {
  margin-left: var(--g);
}
.index_quality .content_box .item .em_post > div .content2 .li.active .yuan::after,
.index_quality .content_box .item .em_post > div .content2 .li.active .yuan::before {
  opacity: 1;
}
@media (min-width: 1200px) {
  .index_quality .content_box .item:hover {
    flex: 1.42;
  }
  .index_quality .content_box .item:hover .em_post > div .content1 .btn {
    opacity: 1;
    margin-top: 0.6rem;
  }
}
.index_quality .content_box .item_1 .em_img picture {
  transition: 0.4s;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}
.index_quality .content_box .item_1 .em_img picture img {
  width: 100%;
  height: 100%;
}
.index_quality .content_box .item_1 .em_img picture.active {
  opacity: 1;
}







@media (max-width: 1200px) {
 .index_quality .content_box {
    flex-wrap: wrap;
  }
  .index_quality .content_box .item {
    width: 100%;
    flex: none;
  }
  .index_quality .content_box .item .em_img img {
    height: auto;
  }
  .index_quality .content_box .item .em_post > div .content1 .btn {
    opacity: 1;
    margin-top: 0.4rem;
  }
  .index_quality .content_box .item_1 .em_img picture {
    position: initial;
    display: none;
    opacity: 1;
  }
  .index_quality .content_box .item_1 .em_img picture.active {
    display: block;
  }
  .index_quality .content_box .item .em_img img {
    object-fit: cover;
  }

}


@media (max-width: 750px) { 
	
    .index_quality .content_box .item .em_post {
       padding: .6rem 5vw;   
    }
	.index_quality .content_box .item .em_post > div .content1 .box-txt{width: 100px;margin: 15px 0; margin-right: 20px; height: auto; padding: 10px; text-align: center; border: 1px solid rgba(255,255,255,.4); float: left;}

.index_quality .content_box .item .em_post > div .content1 .box-txt .txt{width: 100%; height: auto; padding:10px 0; margin: 0; font-size: 14px; color: #fff; line-height: 20px;}
}


.mt--100{margin-top: -100px;}
