html,
body {
  /*overflow-x: hidden;*/
  user-select: none;
  scroll-behavior: smooth;
}

body{
    /*overscroll-behavior-y: contain;*/
}
.nb-frame-chat-box{
    /*width: 452px;*/
    /*transition: .4s;*/
}
.minMessageContainer{
    width: 248px !important;
}


.layer_consult {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 3px 3px 22px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: none;
}
.layer_consult .close {
  position: absolute;
  right: 0.24rem;
  top: 0.24rem;
  z-index: 1;
}
.layer_consult .close i {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-size: 0.32rem;
  transition: 0.4s;
}
.layer_consult .close i:hover {
  transform: rotate(90deg);
  color: #cda557;
}
.layer_consult .box {
  padding: 0.76rem 0;
  flex-wrap: nowrap;
}
.layer_consult .box .boxLeft {
  width: 5.5rem;
  text-align: center;
}
.layer_consult .box .boxLeft .content0 {
  font-size: 0.32rem;
  line-height: 1;
  font-family: 'PingFangBold';
}
.layer_consult .box .boxLeft .content0 span {
  color: #cda557;
  font-family: 'gilroy_bold';
}
.layer_consult .box .boxLeft .content1 {
  font-size: 0.26rem;
  margin-top: 0.3rem;
}
.layer_consult .box .boxLeft .content2 {
  font-family: 'gilroy_Medium';
  font-size: 0.36rem;
  margin-top: 0.2rem;
}
.layer_consult .box .boxLeft .content2 a {
  color: #111;
  background: #000;
}
.layer_consult .box .boxLeft .content2 .shine {
  background: -webkit-linear-gradient(left, #cda557, #cda557) no-repeat;
  -webkit-background-size: 60px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #cda557;
  -webkit-animation: shine 6s infinite linear;
}
.layer_consult .box .boxLeft .content3 {
  margin-top: 0.45rem;
}
.layer_consult .box .boxLeft .content3 div {
  position: relative;
  margin-right: 0.16rem;
}
.layer_consult .box .boxLeft .content3 div a {
  display: block;
  color: #cda557;
  line-height: 0.5rem;
  width: 1.74rem;
  text-align: center;
  border: 1px solid #cda557;
  font-size: 0.16rem;
  transition: 0.4s;
  border-radius: 0.3rem;
}
.layer_consult .box .boxLeft .content3 div a:hover {
  background: #cda557;
  border-color: #cda557;
  color: #fff;
}
.layer_consult .box .boxLeft .content3 div p {
  position: absolute;
  bottom: 115%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transform-origin: center bottom;
  transition: 0.4s;
}
.layer_consult .box .boxLeft .content3 div p img {
  width: 1.36rem;
}
.layer_consult .box .boxLeft .content3 div:hover p {
  transform: translateX(-50%) scale(1);
}
.layer_consult .box .boxLeft .content3 .div1 a {
  background: #cda557;
  border-color: #cda557;
  color: #fff;
}
.layer_consult .box .boxRight {
  text-align: center;
  width: 3.4rem;
  padding-top: 6px;
  border-left: 1px solid #ddd;
}
.layer_consult .box .boxRight figure img {
  width: 1.7rem;
}
.layer_consult .box .boxRight figcaption {
  font-size: 16px;
  color: #000;
  margin-top: 0.36rem;
}
@-webkit-keyframes shine {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 100%;
  }
}


picture {
    display: block;
}


.evaluateSvg .evaluateSvg1 {
  transform: translate(55.1%, 32.1%);
  animation: evaluate 2s infinite linear;
}
.evaluateSvg .evaluateSvg2 {
  transform: translate(57.1%, 33.1%);
  animation: evaluate 2s infinite linear;
  animation-delay: 0.2s;
}
.evaluateSvg .evaluateSvg3 {
  transform: translate(59.1%, 34.1%);
  animation: evaluate 2s infinite linear;
  animation-delay: 0.4s;
}
.evaluateSvg .evaluateSvg4 {
  transform: translate(61.1%, 35.1%);
  animation: evaluate 2s infinite linear;
  animation-delay: 0.6s;
}
.evaluateSvg .evaluateSvg5 {
  transform: translate(63.1%, 36.1%);
  animation: evaluate 2s infinite linear;
  animation-delay: 0.8s;
}
.evaluateSvg .evaluateSvg6 {
  transform: translate(80%, 36%);
}
.evaluateSvg .evaluateSvg6 image {
  animation: evaluateR 10s linear infinite;
}
.evaluateSvg .evaluateSvg7 {
  transform: translate(52.3%, 48.9%);
}
.evaluateSvg .evaluateSvg7 image {
  animation: dianZan 1.2s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
}
@keyframes evaluate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes evaluateR {
  to {
    transform: rotate(1turn);
  }
}

@keyframes dianZan {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}


.aboutSvg .aboutSvg1 image {
  animation: up_down 3s infinite linear;
}
.aboutSvg .aboutSvg2 {
  transform: translate(54%, 55.4%);
}
.aboutSvg .aboutSvg2 image {
  animation: roat 3s infinite linear;
}

.aboutSvg .aboutSvg3{
		transform: translate(56%, 56%);
	
}
.aboutSvg .aboutSvg3 image{
	animation: left_right 3s linear infinite ;
}


@keyframes left_right{
	0%{
		transform: translateX(00px);
	}
	50%{
		transform: translateX(-40px);
	}
	100%{
		transform: translateX(00px);
	}
}










/*111111111111111111111*/
/*.index_solution .box .boxLeft .list .item .a .desc ul*/
.maodian{
    position: relative;
    top: -0.9rem;
}
.home_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
}
.home_container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  -webkit-transition: all 0.4s, -webkit-backdrop-filter 0s;
  transition: all 0.4s, -webkit-backdrop-filter 0s;
  -o-transition: all 0.4s, backdrop-filter 0s;
  transition: all 0.4s, backdrop-filter 0s;
  transition: all 0.4s, backdrop-filter 0s, -webkit-backdrop-filter 0s;
}
.home_container.service::after{
    background: linear-gradient(to bottom , rgba(0,0,0,0.1) , rgba(0,0,0,0));
}
.home_container .home_container_box {
  position: relative;
  z-index: 1;
  padding: 0 1rem;
}
.home_container .box {
  z-index: 1;
}
.home_container .box .boxLeft {
  /*width: 45%;*/
  padding-left: 0rem;
  transition: all 1s ease;
  opacity: 1;
}

.home_container .box .boxLeft nav .item {
  padding: 0 0.2rem;
}

.home_container .box .boxLeft nav .item p a {
  font-size: 0.18rem;
  transition: 0.4s;
  color: #fff;
  line-height: 1.1rem;
}
.home_container .box .boxLeft nav .item:first-child {
  padding-left: 0;
}
.home_container .box .boxLeft nav .item:last-child {
  padding-right: 0;
}
.home_container .box .boxLeft nav .item .select {
  position: absolute;
  left: 0;
  top: 100% ;
  width: 100%;
  background: #f5f5f5;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-sizing: border-box;
  /*border-bottom: 1px solid #eee;*/
  display: none;
}
.tit-tab h5{font-size: 1.6vw;font-weight: 600;}
.home_container .box .boxLeft nav .item .select ul {
  display: flex;
  justify-content: center;
  padding: 0.3rem 0;
}
.home_container .box .boxLeft nav .item .select ul li {
  margin: 0 0.3rem;
}
.home_container .box .boxLeft nav .item .select ul li a {
  display: block;
  font-size: 16px;
  /*font-family: 'PingFangBold';*/
  color: #000;
  transition: 0.4s;
  text-align: center;
}
.home_container .box .boxLeft nav .item .select ul li a img {
  height: 40px;
}
.home_container .box .boxLeft nav .item .select ul li a figcaption {
  margin-bottom: 8px;
}
.home_container .box .boxLeft nav .item .select ul li a figure{
    transition: .4s;
}
.home_container .box .boxLeft nav .item .select ul li a:hover figure{
    color: #cda557;
}
.home_container .box .boxLeft nav .active p a {
  color: #cda557 !important;
}

.home_container .box .boxCenter{
    position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: all 1s ease;
}


.home_container .box .boxCenter p {
    padding: 0.1rem 0;
  	transform: scale(1);
  	position: relative;
  	z-index: 2;
}


.home_container .box .boxCenter p a img {
  height: 0.9rem;
  transition: .4s;
}
.home_container .box .boxCenter p a {
    display: block;
    position: relative;
}
.home_container .box .boxCenter p a .img2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.home_container .box .boxCenter .oldLogo {
  position: absolute;
  top: 50%;
  /*transition: 0.4s ease;*/
  transform: translateY(-50%) scale(0);
  display: flex;
  line-height: 1;
  align-items: center;
}
.home_container .box .boxCenter .oldLogo a {
  display: block;
  transform: scale(1);
}
.home_container .box .boxCenter .oldLogo a img {
  height: 80px;
  transform: translateY(10px);
}
.home_container .box .boxCenter .oldLogo .xian {
  width: 1px;
  height: 35px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: -20px;
}
.home_container .box .boxCenter .oldLogo .slogan_ {
  font-size: 0.18rem;
  color: #fff;
  line-height: 35px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  white-space: nowrap;
}




.home_container .box .boxRight {
  /*width: 45%;*/
}
.home_container .box .boxRight .search {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 100%;
  padding-left: 35px;
}
.home_container .box .boxRight .search svg {
  display: block;
}
.home_container .box .boxRight .search path {
  transition: 0.4s;
}
.home_container .box .boxRight .phoneIcon {
  margin-left: 0.3rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home_container .box .boxRight .phoneIcon svg {
  -webkit-animation: call 0.5s ease 0s infinite;
  animation: call 0.5s ease 0s infinite;
  display: block;
}
.home_container .box .boxRight .phoneIcon svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_container .box .boxRight .phone {
  display: flex;
  align-items: center;
  margin-left: 0.06rem;
}
.home_container .box .boxRight .phone a {
  color: #fff;
  font-family: 'gilroy_light';
  font-size: 0.2rem;
  transition: 0.4s;
}
.home_container .box .boxRight .word {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
  margin-left: 0.3rem;
}
.home_container .box .boxRight .word img {
  width: 24px;
  position: relative;
  top: -1px;
}
.home_container .box .boxRight .word .img2 {
  display: none;
}



.home_container.active_home .box .boxLeft {
  padding-left: 5rem;
  opacity: 0;
}
.home_container.active_home .box .boxCenter {
  left: 1rem;
  transform: translateX(0%);
}

.home_container.active_home .box .boxCenter p {
  transform: scale(0);
  /*transition: 0.4s ease;*/
}

.home_container.active_home .box .boxCenter .oldLogo {
    transform: translateY(-50%) scale(1);
}
.home_container.active_home .box .boxCenter .oldLogo a {
  transform: translateY(0%) scale(1);
}
.home_container.active_home .box .boxCenter .oldLogo .xian {
  opacity: 1;
}
.home_container.active_home .box .boxCenter .oldLogo .slogan_ {
  opacity: 1;
}






.home_container.active::after,
.home_container.on1::after,
.home_container.hover1::after {
  background: rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}
.home_container.active .box .boxLeft nav .item p a,
.home_container.on1 .box .boxLeft nav .item p a,
.home_container.hover1 .box .boxLeft nav .item p a {
  color: #000;
  line-height: 0.9rem;
}
.home_container.active .box .boxCenter p a img,
.home_container.on1 .box .boxCenter p a img,
.home_container.hover1 .box .boxCenter p a img {
  height: 0.9rem;
}
.home_container.active .box .boxCenter p a .img1,
.home_container.on1 .box .boxCenter p a .img1,
.home_container.hover1 .box .boxCenter p a .img1 {
 opacity: 0;
}
.home_container.active .box .boxCenter p a .img2,
.home_container.on1 .box .boxCenter p a .img2,
.home_container.hover1 .box .boxCenter p a .img2 {
  opacity: 1;
}
.home_container.active .box .boxRight .search svg path,
.home_container.on1 .box .boxRight .search svg path,
.home_container.hover1 .box .boxRight .search svg path,
.home_container.active .box .boxRight .phoneIcon svg path,
.home_container.on1 .box .boxRight .phoneIcon svg path,
.home_container.hover1 .box .boxRight .phoneIcon svg path {
  fill: #333;
}
.home_container.active .box .boxRight .phone a,
.home_container.on1 .box .boxRight .phone a,
.home_container.hover1 .box .boxRight .phone a {
  color: #333;
}
.home_container.active .box .boxRight .word .img1,
.home_container.on1 .box .boxRight .word .img1,
.home_container.hover1 .box .boxRight .word .img1 {
  display: none;
}
.home_container.active .box .boxRight .word .img2,
.home_container.on1 .box .boxRight .word .img2,
.home_container.hover1 .box .boxRight .word .img2 {
  display: inline-block;
}
.home_container.active .box .boxRight .word p,
.home_container.on1 .box .boxRight .word p,
.home_container.hover1 .box .boxRight .word p,
.home_container.active .box .boxRight .word i,
.home_container.on1 .box .boxRight .word i,
.home_container.hover1 .box .boxRight .word i {
  color: #333;
}
.home_container.headeColor .box .boxLeft nav .item p a {
  color: #000;
}
.home_container.headeColor .box .boxCenter p a .img1 {
  opacity: 0;
}
.home_container.headeColor .box .boxCenter p a .img2 {
  opacity: 1;
}
.home_container.headeColor .box .boxRight .search svg path,
.home_container.headeColor .box .boxRight .phoneIcon svg path {
  fill: #fff;
}
.home_container.headeColor.active .box .boxRight .search svg path,
.home_container.headeColor.active .box .boxRight .phoneIcon svg path {
  fill: #000;
}
.home_container.headeColor .box .boxRight .phone a {
  color: #fff;
}
.home_container.headeColor.active .box .boxRight .phone a {
  color: #000;
}
.home_container.headeColor .box .boxRight .word .img1 {
  display: inline-block;
}
.home_container.headeColor .box .boxRight .word .img2 {
  display: none;
}
.home_container.headeColor.active .box .boxRight .word .img1{
  display: none;
}
.home_container.headeColor.active .box .boxRight .word .img2{
  display: inline-block;
}
.home_container.headeColor .box .boxRight .word p,
.home_container.headeColor .box .boxRight .word i {
  color: #fff;
}
.home_container.headeColor.active .box .boxRight .word p,
.home_container.headeColor.active .box .boxRight .word i {
  color: #000;
}

.home_container .box .boxCenter .oldLogo .img2{
    display: none;
}


.home_container.headeColor .box .boxCenter .oldLogo .xian{
    background: rgba(255,255,255,0.5);
}
.home_container.headeColor .box .boxCenter .oldLogo .slogan_ {
    color: #fff;
}


.home_container.headeColor .box .boxCenter .oldLogo .img1{
    display: none;
}

.home_container.headeColor .box .boxCenter .oldLogo .img2{
    display: block;
}


.home_container.on .box .boxCenter .oldLogo .xian{
    background: rgba(0,0,0,0.5);
}
.home_container.on .box .boxCenter .oldLogo .slogan_ {
    color: #000;
}
.home_container.on .box .boxCenter .oldLogo .img2{
    display: block;
}

.home_container.on .box .boxCenter .oldLogo .img1{
    display: none;
}
.home_container.active{box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.1);}



.home_container.on1 .box .boxCenter .oldLogo .img2{
    display: block;
}

.home_container.on1 .box .boxCenter .oldLogo .img1{
    display: none;
}
.home_container.on1 .box .boxCenter .oldLogo .xian{
    background: rgba(0,0,0,0.5);
}
.home_container.on1 .box .boxCenter .oldLogo .slogan_ {
    color: #000;
}


.home_container.hover::after {
  background: rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}
.home_container.hover .box .boxCenter .oldLogo .xian{background-color: #000;}
.home_container.hover .box .boxCenter .oldLogo .slogan_{color: #000;}
.home_container.hover .box .boxCenter .oldLogo .img2{display: none;}
.home_container.hover .box .boxCenter .oldLogo .img1{display: block;}
.home_container.hover .box .boxLeft nav .item p a {
  color: #000;
}
.home_container.hover .box .boxCenter p a .img1 {
  opacity: 0;
}
.home_container.hover .box .boxCenter p a .img2 {
  opacity: 1;
}
.home_container.hover .box .boxRight .search svg path,
.home_container.hover .box .boxRight .phoneIcon svg path {
  fill: #333;
}
.home_container.hover .box .boxRight .phone a {
  color: #333;
}
.home_container.hover .box .boxRight .word .img1 {
  display: none;
}
.home_container.hover .box .boxRight .word .img2 {
  display: inline-block;
}
.home_container.hover .box .boxRight .word p,
.home_container.hover .box .boxRight .word i {
  color: #333;
}
.home_container.on .box .boxLeft nav .item p a {
  color: #000;
}
.home_container.on .box .boxCenter p a .img1 {
  opacity: 0;
}
.home_container.on .box .boxCenter p a .img2 {
  opacity: 1;
}
.home_container.on .box .boxRight .search svg path,
.home_container.on .box .boxRight .phoneIcon svg path {
  fill: #333;
}
.home_container.on .box .boxRight .phone a {
  color: #333;
}
.home_container.on .box .boxRight .word .img1 {
  display: none;
}
.home_container.on .box .boxRight .word .img2 {
  display: inline-block;
}
.home_container.on .box .boxRight .word p,
.home_container.on .box .boxRight .word i {
  color: #333;
}

.home_container .box .boxLeft nav .item:hover>p a{
    color: #cda557;
}

.SectionSearchContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /*background: rgba(0, 0, 0, 0.3);*/
  z-index: 6;
  box-sizing: border-box;
  display: none;
}
.SectionSearchContainer .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3)
}
.SectionSearchContainer .box {
  background: #fff;
  padding: 1.5rem 1rem 0.5rem;
  transform: translateY(-100%);
  position: relative;
  z-index: 1;
}
.SectionSearchContainer .box .boxTop {
  line-height: 35px;
}
.SectionSearchContainer .box .boxTop .left {
  font-size: 16px;
  color: #000;
  line-height: 40px;
}
.SectionSearchContainer .box .boxTop .right {
    cursor: pointer;
}
.SectionSearchContainer .box .boxTop .right svg {
    display: block;
}
.SectionSearchContainer .box .boxTop .right svg path{
    fill: #666;
}
.SectionSearchContainer .box .boxTop .right:hover svg path{
    fill: #cda557;
}
.SectionSearchContainer .box .boxBot {
  padding: 1.2rem 0 0.4rem;
  border-bottom: 1px solid #999;
}
.SectionSearchContainer .box .boxBot form .left {
  flex: 1;
}
.SectionSearchContainer .box .boxBot form .left input {
  font-size: 0.3rem;
  display: block;
  width: 100%;
  height: 0.6rem;
  background: none;
  border: 0;
  /*color: #fff;*/
}
.SectionSearchContainer .box .boxBot form .left input::placeholder {
  /*color: #fff;*/
}
.SectionSearchContainer .box .boxBot form .right {
  width: 0.6rem;
  height: 0.6rem;
}
.SectionSearchContainer .box .boxBot form .right input {
  display: none;
}
.SectionSearchContainer .box .boxBot form .right label {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.SectionSearchContainer .box .boxBot form .right label svg path{
    fill: #000;
}
.SectionSearchContainer .box.active {
  transform: translateY(0%);
  transition: 0.4s;
}





.foot_global {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 1rem 0 1.3rem;
  background: url(../images/bj-1.png) no-repeat 50% 50%;
  background-size: cover;
  box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
}
.foot_global .box {
  display: flex;
}
.foot_global .box .box_left {
  width: 50%;
}
.foot_global .box .box_left .contont1 {
  font-size: 0.16rem;
  color: #000;
}
.foot_global .box .box_left .contont2 {
  font-size: 0.38rem;
  color: #000;
  padding: 0rem 0 0.16rem;
}
.foot_global .box .box_left .contont3{
    margin-bottom: 0.2rem;
}
.foot_global .box .box_left .contont3 .country {
  display: inline-block;
  font-size: 0.3rem;
  color: #cda557;
  position: relative;
  padding: 0.14rem 0 0.1rem;
}
.foot_global .box .box_left .contont3 .country::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150%;
  height: 1px;
  background: #cda557;
}
.foot_global .box .box_left .contont3 .city {
  width: 80%;
  font-size: 16px;
  color: #000;
  padding-top: 0.2rem;
  line-height: 2;
}
.foot_global .box .box_right {
  width: 50%;
}
.foot_global .box .box_right .contont1 {
  display: flex;
  align-items: center;
  gap: 0.26rem;
}
.foot_global .box .box_right .contont1 h1 {
  font-size: 0.38rem;
  color: #000;
}
.foot_global .box .box_right .contont1 p a {
  display: block;
  display: flex;
  align-items: center;
  gap: 8px;
}
.foot_global .box .box_right .contont1 p span {
  font-size: 0.24rem;
  color: #000;
}
.foot_global .box .box_right .contont2 {
  font-size: 0.16rem;
  color: #000;
  margin-top: 0.2rem;
}
.foot_global .box .box_right .contont3 form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.foot_global .box .box_right .contont3 .item_input {
  width: 46%;
  position: relative;
  font-size: 0.16rem;
  color: #000;
  border-bottom: 1px solid #bbb;
  padding: 0.46rem 0 5px;
}
.foot_global .box .box_right .contont3 .item_input label {
  transition: 0.4s;
  position: absolute;
  bottom: 12px;
  left: 0;
}
.foot_global .box .box_right .contont3 .item_input label span {
  color: #cda557;
}
.foot_global .box .box_right .contont3 .item_input input {
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  height: 38px;
  color: #000;
}
.foot_global .layui-form-select dl dd.layui-this{
    background: #cda557;
}
.foot_global .box .box_right .contont3 .item_input input:not(:placeholder-shown) + label {
  bottom: 42px;
}
.foot_global .box .box_right .contont3 .item_input.w100 {
  width: 100%;
}
.foot_global .box .box_right .contont3 .item_submit {
  margin-top: 0.4rem;
}
.foot_global .close {
  cursor: pointer;
  position: absolute;
  top: 0.2rem;
  right: 7.8vw;
}
.foot_global .close svg path {
  transition: 0.4s;
}
.foot_global .close:hover svg path {
  fill: #cda557;
}







.w1600 {
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.w1620 {
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.index_banner_box {
  height: 100vh;
}
.index_banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide .a {
  display: block;
  position: relative;
}
.index_banner .swiper-slide .a .img {
  overflow: hidden;
}
.index_banner .swiper-slide .a .img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 5s ease-out;
  -o-transition: 5s ease-out;
  transition: 5s ease-out;
}
.index_banner .swiper-slide .a .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_banner .swiper-slide .a .position .main .title {
  font-size: 0.3rem;
  color: #fff;
  position: relative;
  top: 1rem;
  opacity: 0;
  font-weight: 600;
  margin-top: 10px;
}
.index_banner .swiper-slide .a .position .main .text {
  color: #fff;
  font-size: 0.48rem;
  margin-top: 0.48rem;
  position: relative;
  top: 1rem;
  opacity: 0;
}
.index_banner .swiper-slide .a .position .main .text b {
  font-weight: initial;
  font-family: 'PingFangBold';
}
.index_banner .swiper-slide .a .position .main .text b{font-weight: 600;font-size: 54px;}
.index_banner .swiper-slide .a .position .main.right {
  text-align: right;
}
.index_banner .swiper-slide-active .a .img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.index_banner .swiper-slide-active .a .position .main .title {
  top: 0;
  opacity: .6;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.index_banner .swiper-slide-active .a .position .main .text {
  top: 0;
  opacity: 1;
  -webkit-transition: 1.5s 0.2s;
  -o-transition: 1.5s 0.2s;
  transition: 1.5s 0.2s;
}


.index_banner .swiper-slide .a .position .main .btn{
    margin-top: 0.6rem;
    position: relative;
  top: 1rem;
  opacity: 0;
    
}

.index_banner .swiper-slide-active .a .position .main .btn {
  top: 0;
  opacity: 1;
  -webkit-transition: 1.5s 0.2s;
  -o-transition: 1.5s 0.2s;
  transition: 1.5s 0.2s;
}


.index_banner .swiper-slide .a .position .main .btn>div{
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    
}
.index_banner .swiper-slide .a .position .main .btn>div .link a{
    color: var(--colorBg);
	display: block;
	border: 1px solid var(--colorBg);
	line-height: .5rem;
	padding: 0 .54rem;
	font-size: .18rem;
	-webkit-transition: .4s;-o-transition: .4s;transition: .4s;
	position: relative;
	border-radius: .3rem;
	top: 0;
}

.index_banner .swiper-slide .a .position .main.right .btn>div{
    justify-content: flex-end;
}

.index_banner .swiper-slide .a .position .main .btn>div .link a:hover{
    background: #cda557;
    color: #fff;
    border-color: #cda557;
}
.index_banner .swiper-slide .a .position .main div img{margin-bottom: 50px;height: 120px;transform: translateY(80%);opacity: 0;}
.index_banner .swiper-slide-active .a .position .main div img {
  transform: translateY(0%);
  opacity: 1;
  -webkit-transition: 1.5s 0.2s;
  -o-transition: 1.5s 0.2s;
  transition: 1.5s 0.2s;
}
.index_banner .pagination {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index_banner .pagination p {
  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;
}
.index_banner .pagination p span {
  display: block;
  width: 50px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
  position: relative;
  opacity: 1;
  border-radius: 0;
}
.index_banner .pagination p span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.index_banner .pagination p .swiper-pagination-bullet-active::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: 5.8s linear;
  -o-transition: 5.8s linear;
  transition: 5.8s linear;
}
.index_banner .button p {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_banner .button p:hover {
  opacity: 1;
}
.index_banner .button .prev {
  left: 1.5vw;
}
.index_banner .button .next {
  right: 1.5vw;
}

.index_banner .button p svg path{
    transition: .4s;
}







.index_banner .one .imglist {
  position: relative;
}
.index_banner .one .imglist .img0 img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.index_banner .one .imglist .img1 {
  position: absolute;
  top: 42%;
  left: 34%;
  perspective: 500px;
}
.index_banner .one .imglist .img1 img {
  width: 1.76rem;
  transform-style: preserve-3d;
  animation: up_down 3s infinite linear;
  /*opacity: 0;*/
}
.index_banner .one .imglist .img4 {
  position: absolute;
  /*top: 66.8%;*/
  top: 74.6%;
  left: 44.4%;
  perspective: 500px;
}
.index_banner .one .imglist .img4>img {
  /*animation: ciip 2s infinite linear;*/
    width: 1.36rem;
}

.index_banner .one .imglist .img4 p img {
  position: absolute;
  width: 0.29rem;
  animation: ciip 2s infinite linear;
}
.index_banner .one .imglist .img4 p .tu1 {
  left: 0.27rem;
  bottom: 0.3rem;
}
.index_banner .one .imglist .img4 p .tu2 {
  left: 0.52rem;
  bottom: 0.21rem;
}
.index_banner .one .imglist .img4 p .tu3 {
  left: 0.81rem;
  bottom: 0.35rem;
}




.index_banner .one .imglist .img3 {
  position: absolute;
  top: 18.8%;
  right: 1.4%;
}
.index_banner .one .imglist .img3 img {
  animation: roat 3s infinite linear;
  width: 3.11rem;
}
.index_banner .one .imglist .img7 {
  position: absolute;
  bottom: 21.8%;
  left: 84.6%;
}
.index_banner .one .imglist .img7 img {
  width: 1.36rem;
  /*animation: yuan 2s infinite linear;*/
  animation: up_down 2.4s infinite linear;
}

@keyframes up_down {
  0% {
    transform: translateY(-60px);
    /*opacity: 0.4;*/
  }
  50% {
    transform: translateY(0px);
    /*opacity: 1;*/
  }
  100% {
    transform: translateY(-60px);
    /*opacity: 0.4;*/
  }
}
@keyframes ciip {
  0% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  80% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes roat {
  0% {
    transform: rotateY(15deg);
  }
  25% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(-15deg);
  }
  75% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(15deg);
  }
}
@keyframes yuan {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}


.index_banner .one .svg {
  height: 100vh;
  position: relative;
}
.index_banner .one .svg div {
  height: 100%;
  position: relative;
}
.index_banner .one .svg video {
  width: 105%;
  object-fit: cover;
  object-position: bottom;
}
.index_banner .one .svg div::before{position: absolute;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.3);content: "";z-index: 1;top: 0;left: 0;}


@keyframes rocket_{
	0% {
		transform: translateY(0px);
		opacity: 1;
	}
	50% {
		/*opacity: 1;*/
		transform: translateY(-0.2rem);
	}
	100% {
		transform: translateY(0rem);
		opacity: 1;
	}

}


@keyframes up_down1{
  0% {
    transform: translateY(-20px);
    /*opacity: 0.4;*/
  }
  50% {
    transform: translateY(0px);
    /*opacity: 1;*/
  }
  100% {
    transform: translateY(-20px);
    /*opacity: 0.4;*/
  }
}




.index_banner .one .earth {
  position: absolute;
  width: 3.8rem;
  height: 3.8rem;
  top: 10.3%;
  right: 23.7%;
  border-radius: 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 3000px;
  perspective: 3000px;
}
.index_banner .one .earth .earth1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.index_banner .one .earth .earth2 {
  /*background: url(../images/diqiu.png) no-repeat 50% 50%/100% 100%;*/
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.index_banner .one .earth .earthY {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 128%;
  height: 128%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.index_banner .one .earthBox1 {
    background: url(../images/diqiu.png) no-repeat 50% 50%/100% 100%;
  z-index: 1;
}
.index_banner .one .earthBox1 .wrap {
  position: relative;
  left: -0.1rem;
}
.index_banner .one .earthBox1 .earth2 {
    background: url(../images/diqiu.png) no-repeat 50% 50%/100% 100%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 127% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 127% 100%);
}
.index_banner .one .earthBox1 .planet {
  -webkit-animation: planet-rotate 8s linear infinite;
  animation: planet-rotate 8s linear infinite;
  border: 2px solid #3ba589;
}
.index_banner .one .earthBox1 .planet .ball {
  -webkit-animation: self-rotate 8s linear infinite;
  animation: self-rotate 8s linear infinite;
}
.index_banner .one .earthBox2 {
  background: url(../images/diqiu.png) no-repeat 50% 50%/100% 100%;
}
.index_banner .one .earthBox2 .wrap {
  position: relative;
  top: 0.3rem;
  left: -0.2rem;
}
.index_banner .one .earthBox2 .earth2 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 73%, 0% 40%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 73%, 0% 40%);
}
.index_banner .one .earthBox2 .planet {
  -webkit-animation: planet-rotate2 12s linear infinite;
  animation: planet-rotate2 12s linear infinite;
  border: 2px solid #3ba589;
}
.index_banner .one .earthBox2 .planet .ball {
  -webkit-animation: self-rotate2 12s linear infinite;
  animation: self-rotate2 12s linear infinite;
}
#root {
  width: 500px;
  height: 500px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: unset;
}
.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@-webkit-keyframes planet-rotate {
  0% {
    -webkit-transform: rotate(39deg) scaleY(0.4) rotate(0);
    transform: rotate(39deg) scaleY(0.4) rotate(0);
  }
  100% {
    -webkit-transform: rotate(39deg) scaleY(0.4) rotate(360deg);
    transform: rotate(39deg) scaleY(0.4) rotate(360deg);
  }
}
@keyframes planet-rotate {
  0% {
    -webkit-transform: rotate(39deg) scaleY(0.4) rotate(0);
    transform: rotate(39deg) scaleY(0.4) rotate(0);
  }
  100% {
    -webkit-transform: rotate(39deg) scaleY(0.4) rotate(360deg);
    transform: rotate(39deg) scaleY(0.4) rotate(360deg);
  }
}
@-webkit-keyframes self-rotate {
  0% {
    -webkit-transform: rotate(0) scaleY(2.5) rotate(-39deg);
    transform: rotate(0) scaleY(2.5) rotate(-39deg);
  }
  100% {
    -webkit-transform: rotate(-360deg) scaleY(2.5) rotate(-39deg);
    transform: rotate(-360deg) scaleY(2.5) rotate(-39deg);
  }
}
@keyframes self-rotate {
  0% {
    -webkit-transform: rotate(0) scaleY(2.5) rotate(-39deg);
    transform: rotate(0) scaleY(2.5) rotate(-39deg);
  }
  100% {
    -webkit-transform: rotate(-360deg) scaleY(2.5) rotate(-39deg);
    transform: rotate(-360deg) scaleY(2.5) rotate(-39deg);
  }
}
@-webkit-keyframes planet-rotate2 {
  0% {
    -webkit-transform: rotateX(74deg) rotateY(12deg) scaleY(1) rotate(0deg);
    transform: rotateX(74deg) rotateY(12deg) scaleY(1) rotate(0deg);
  }
  100% {
    -webkit-transform: rotateX(74deg) rotateY(12deg) scaleY(1) rotate(360deg);
    transform: rotateX(74deg) rotateY(12deg) scaleY(1) rotate(360deg);
  }
}
@keyframes planet-rotate2 {
  0% {
    -webkit-transform: rotateX(74deg) rotateY(12deg) scaleY(1) rotate(0deg);
    transform: rotateX(74deg) rotateY(12deg) scaleY(1) rotate(0deg);
  }
  100% {
    -webkit-transform: rotateX(74deg) rotateY(12deg) scaleY(1) rotate(360deg);
    transform: rotateX(74deg) rotateY(12deg) scaleY(1) rotate(360deg);
  }
}
@-webkit-keyframes self-rotate2 {
  0% {
    -webkit-transform: rotate(0) scaleY(1) rotateX(-74deg) rotateY(-12deg);
    transform: rotate(0) scaleY(1) rotateX(-74deg) rotateY(-12deg);
  }
  100% {
    -webkit-transform: rotate(-360deg) scaleY(1) rotateX(-74deg) rotateY(-12deg);
    transform: rotate(-360deg) scaleY(1) rotateX(-74deg) rotateY(-12deg);
  }
}
@keyframes self-rotate2 {
  0% {
    -webkit-transform: rotate(0) scaleY(1) rotateX(-74deg) rotateY(-12deg);
    transform: rotate(0) scaleY(1) rotateX(-74deg) rotateY(-12deg);
  }
  100% {
    -webkit-transform: rotate(-360deg) scaleY(1) rotateX(-74deg) rotateY(-12deg);
    transform: rotate(-360deg) scaleY(1) rotateX(-74deg) rotateY(-12deg);
  }
}
.planet {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  border-radius: 50%;
}
.ball {
  width: 32px;
  height: 32px;
  left: -webkit-calc(34%);
  left: calc(50% - 16px);
  top: -25px;
  position: absolute;
  border-radius: 50%;
}
.ball img {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}





.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  -webkit-transition: all 0.4s, -webkit-backdrop-filter 0s;
  transition: all 0.4s, -webkit-backdrop-filter 0s;
  -o-transition: all 0.4s, backdrop-filter 0s;
  transition: all 0.4s, backdrop-filter 0s;
  transition: all 0.4s, backdrop-filter 0s, -webkit-backdrop-filter 0s;
}
.index_header .box {
  padding: 0 1rem;
}
.index_header .box .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.index_header .box .logo a {
  display: block;
  position: relative;
  overflow: hidden;
}
.index_header .box .logo a img {
  height: 35px;
}
.index_header .box .logo a .img1 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_header .box .logo a .img2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.index_header .box .logo .xian {
  width: 1px;
  height: 35px;
  background: #fff;
  margin: 0 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_header .box .logo .slogan {
  font-size: 0.18rem;
  color: #fff;
  line-height: 35px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_header .box .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_header .box .nav .item {
  padding: 0 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_header .box .nav .item > a {
  display: block;
}
.index_header .box .nav .item > a div {
  font-size: 0.18rem;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 0.68rem;
}
.index_header .box .nav .item > a div:hover {
  color: #cda557 !important;
}
.index_header .box .nav .item .select {
  position: absolute;
  left: 0;
  top: 100% ;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0% 0%);
  clip-path: polygon(0 0, 100% 0%, 100% 0%, 0% 0%);
  transition: 0.4s;
}
.index_header .box .nav .item ul {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
}
.index_header .box .nav .item ul li {
  margin: 0 0.3rem;
}
.index_header .box .nav .item ul li a {
  display: block;
  font-size: 16px;
  font-family: 'PingFangBold';
  color: #000;
  transition: 0.4s;
}
.index_header .box .nav .item ul li a img {
  margin-right: 0.1rem;
  height: 34px;
}
.index_header .box .nav .item ul li a:hover {
  color: #cda557;
}
.index_header .box .nav .item:hover .select {
  -webkit-clip-path: polygon(0 0, 101% 0%, 101% 101%, 0% 101%);
  clip-path: polygon(0 0, 101% 0%, 101% 101%, 0% 101%);
}
.index_header .box .nav .active a div {
  color: #cda557 !important;
  font-family: 'PingFangBold';
}
.index_header .box .information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_header .box .information .phoneIcon {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_header .box .information .phoneIcon svg {
  -webkit-animation: call 0.5s ease 0s infinite;
  animation: call 0.5s ease 0s infinite;
}
.index_header .box .information .phoneIcon svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_header .box .information .phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.06rem;
}
.index_header .box .information .phone a {
  color: #fff;
  font-family: 'gilroy_light';
  font-size: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_header .box .information .search {
  margin-left: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.index_header .box .information .search svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_header.active,
.index_header.on {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.index_header.active .box .logo a .img1,
.index_header.on .box .logo a .img1 {
  opacity: 0;
}
.index_header.active .box .logo a .img2,
.index_header.on .box .logo a .img2 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.index_header.active .box .logo .xian,
.index_header.on .box .logo .xian {
  background: #999;
}
.index_header.active .box .logo .slogan,
.index_header.on .box .logo .slogan {
  color: #666;
}
.index_header.active .box .nav .item > a div,
.index_header.on .box .nav .item > a div {
  color: #000;
}
.index_header.active .box .information .phoneIcon svg path,
.index_header.on .box .information .phoneIcon svg path {
  fill: #cda557;
}
.index_header.active .box .information .phone a,
.index_header.on .box .information .phone a {
  color: #cda557;
}
.index_header.active .box .information .search svg path,
.index_header.on .box .information .search svg path {
  fill: #cda557;
}
.index_header.headeColor .box .logo a .img1 {
  opacity: 0;
}
.index_header.headeColor .box .logo a .img2 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.index_header.headeColor .box .logo .xian {
  background: #999;
}
.index_header.headeColor .box .logo .slogan {
  color: #666;
}
.index_header.headeColor .box .nav .item > a div {
  color: #000;
}
.index_header.headeColor .box .information .phoneIcon svg path {
  fill: #cda557;
}
.index_header.headeColor .box .information .phone a {
  color: #cda557;
}
.index_header.headeColor .box .information .search svg path {
  fill: #cda557;
}
@-webkit-keyframes call {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
  }
}
@keyframes call {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
  }
}
.p100 {
  padding-top: 1rem;
}
.p100_ {
  padding-bottom: 1rem;
}
.bgfff {
  background: #fff;
  position: relative;
  z-index: 1;
}
.index_cases .box .parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.index_cases .box .div1 {
  grid-area: 1 / 1 / 2 / 3;
}
.index_cases .box .div2 {
  grid-area: 1 / 3 / 2 / 4;
}
.index_cases .box .div3 {
  grid-area: 2 / 1 / 3 / 2;
}
.index_cases .box .div4 {
  grid-area: 2 / 2 / 3 / 3;
}
.index_cases .box .div5 {
  grid-area: 2 / 3 / 3 / 4;
}
.index_cases .box .div6 {
  grid-area: 3 / 1 / 4 / 2;
}
.index_cases .box .div7 {
  grid-area: 3 / 2 / 4 / 3;
}
.index_cases .box .div8 {
  grid-area: 3 / 3 / 4 / 4;
}
.index_cases .box .item a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.index_cases .box .item a .img {
  height: 100%;
}
.index_cases .box .item a .img img {
  width: 100%;
  vertical-align: bottom;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  height: 4.8rem;
}
.index_cases .box .item a .img video {
  width: 100%;
  vertical-align: bottom;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  height: 4.8rem;
}
.index_cases .box .item a .item_mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: linear-gradient(to bottom , rgba(0,0,0,0) , rgba(0,0,0,0.8));
}
.index_cases .box .item a ._logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
}
.index_cases .box .item a ._logo p {
  margin: auto;
  min-height: 0;
}
.index_cases .box .item a ._logo p img {
  max-width: 2.4rem;
  max-height: 2.4rem;
}
.index_cases .box .item a .item_title {
  position: absolute;
  left: 0.32rem;
  bottom: 1.12rem;
  color: #fff;
  font-size: 0.26rem;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.index_cases .box .item a .item_hidden {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0.32rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  /*opacity: 0;*/
  /*-webkit-transform: translate(-100%, 0);*/
  /*-ms-transform: translate(-100%, 0);*/
  /*transform: translate(-100%, 0);*/
  padding-bottom: 0.32rem;
}
.index_cases .box .item a .item_hidden .item_desc {
  color: #fff;
  font-weight: 300;
  font-size: 0.18rem;
  padding: 0.16rem 0 0.18rem;
}
.index_cases .box .item a .item_hidden .item_arrow {
  overflow: hidden;
  width: 0.32rem;
}
.index_cases .box .item a .item_hidden .item_arrow > div {
  width: 0.64rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: productMoreArrow 1s ease infinite;
  animation: productMoreArrow 1s ease infinite;
}
.index_cases .box .item a .item_hidden .item_arrow img {
  width: 100%;
  height: 0.22rem;
}
.index_cases .box .item a:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.index_cases .box .item a:hover ._logo {
  grid-template-rows: 1fr;
  opacity: 1;
}
.index_cases .box .item a:hover ._logo p{font-size: 24px;color: #fff;}
.index_cases .box .item a:hover .item_mask {
  background: rgba(205, 165, 87, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  
}

.index_cases .box .item a:hover .item_title {
  /*-webkit-transform: translate(0, -0.9rem);*/
  /*-ms-transform: translate(0, -0.9rem);*/
  /*transform: translate(0, -0.9rem);*/
  /*opacity: 0;*/
}
.index_cases .box .item a:hover .item_hidden {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.index_cases .box .item a:hover .item_title {
    opacity: 0;
}
.index_cases .box .item a:hover .item_hidden {
    opacity: 0;
}

@-webkit-keyframes productMoreArrow {
  0% {
    -webkit-transform: translate(-0.32rem, 0);
    transform: translate(-0.32rem, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes productMoreArrow {
  0% {
    -webkit-transform: translate(-0.32rem, 0);
    transform: translate(-0.32rem, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.m54 {
  margin-top: 0.54rem;
}
.index_title {
  text-align: center;
}
.index_title h1 {
  font-size: 0.46rem;
  font-family: 'PingFangBold';
}
.index_title .desc {
  font-size: 0.22rem;
  color: #333;
  margin-top: 0.1rem;
}
.index_button {
  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;
}
.index_button .link a {
  color: #cda557;
  display: block;
  border: 1px solid #cda557;
  line-height: 0.5rem;
  padding: 0 0.54rem;
  font-size: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  border-radius: 0.3rem;
  top: 0;
}
.index_button .link a:hover {
  background: #cda557;
  color: #fff;
  border-color: #cda557;
  top: -5px;
  -webkit-box-shadow: 2px 2px 10px rgba(19, 114, 66, 0.4);
  box-shadow: 2px 2px 10px rgba(19, 114, 66, 0.4);
}
.index_button .link .a {
  text-align: center;
  color: #000;
  display: block;
  border: 1px solid #999;
  line-height: 0.5rem;
  padding: 0 0.5rem;
  font-size: 0.18rem;
  border-radius: 0.3rem;
}
.index_button .link .a button {
  float: inherit;
  margin: 0;
  padding: 1em 0;
}

.index_button.white .link a {
  color: #fff;
  border-color: #fff;
}
.index_button.white .link a:hover {
  background: #fff;
  color: #cda557;
  border-color: #fff;
  top: -5px;
  -webkit-box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.4);
  box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.4);
}


.index_button.bg .link a {
  color: #fff;
  border-color: #fff;
  background: #cda557;
  color: #fff;
  border-color: #cda557;
}
.index_button.bg .link a:hover {
  background: #cda557;
  color: #fff;
  border-color: #cda557;
  top: -5px;
  -webkit-box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.4);
  box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.4);
}


.index_customer .box .banner {
  padding: 0 .8rem;
  position: relative;
}
.index_customer .box .banner .bnner_ov {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
.index_customer .box .banner .swiper-container {
  margin: 0 -24px;
  padding: 0 12px 30px;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.index_customer .box .banner .swiper-slide {
  height: auto;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.index_customer .box .banner .swiper-slide .item {
  background-image: -o-linear-gradient(bottom, #fff, #f3f5f8);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f3f5f8));
  background-image: linear-gradient(0deg, #fff, #f3f5f8);
  -webkit-box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1), -8px -8px 20px 0 #fff;
  box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1), 1px 1px 20px 0 #fff;
  border-radius: 4px;
  white-space: normal;
  position: relative;
  padding: 0.32rem 0.32rem 0.32rem;
  transition: .4s;
}


.index_customer .box .banner .swiper-slide .item:hover{
    box-shadow: none;
}


.index_customer .box .banner .swiper-slide .item .left {
  width: 1rem;
  position: relative;
  z-index: 1;
}
.index_customer .box .banner .swiper-slide .item .left img {
  max-width: 100%;
  max-height: 40px;
}
.index_customer .box .banner .swiper-slide .item .right {
  padding-left: 0.24rem;
  width: -webkit-calc(99%);
  width: calc(100% - 1rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.index_customer .box .banner .swiper-slide .item .right::before {
  /*content: "";*/
  position: absolute;
  left: 0.12rem;
  top: -0.27rem;
  z-index: -1;
  width: 0.57rem;
  height: 0.46rem;
  background-image: url(../fonts/icon.svg);
  background-position: 50.44247788% 69.09090909%;
  background-size: 298.24561404% auto;
}
.index_customer .box .banner .swiper-slide .item .right .top {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.26rem;
}
.index_customer .box .banner .swiper-slide .item .right .bot {
  margin-top: 0.24rem;
  font-size: 16px;
  color: #293957;
  text-align: right;
  line-height: 0.28rem;
}
.index_customer .box .banner .swiper-slide .item .item_mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  pointer-events: none;
  background: url(../images/bg_3.jpg) 0 100% no-repeat;
  background-size: auto 100%;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  
  display: none;
}
.index_customer .box .banner .swiper-slide .item:hover .item_mask {
  opacity: 1;
}
.index_customer .box .banner .button .p {
  position: absolute;
  top: 50%;
  margin-top: -37px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 0;
  /*background-image: -o-linear-gradient(bottom, #fff, #f3f5f8);*/
  /*background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f3f5f8));*/
  /*background-image: linear-gradient(0deg, #fff, #f3f5f8);*/
  /*border: 2px solid #fff;*/
  -webkit-box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1), -8px -8px 20px 0 #fff;
  box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1), -8px -8px 20px 0 #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.index_customer .box .banner .button .p p {
  width: 32px;
  height: 32px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  transition: .4s;
}



.index_customer .box .banner .button .p p::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: -o-linear-gradient(315deg, #dbe2e9, #fff);
  background-image: linear-gradient(135deg, #dbe2e9, #fff);
  transition: .4s;
}
.index_customer .box .banner .button .p p i {
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.index_customer .box .banner .button .p p:hover i {
  color: #fff;
}

.index_customer .box .banner .button .p p:hover{
     background: #cda557;
}
.index_customer .box .banner .button .p p:hover::after{
    background: #cda557;
}




.index_customer .box .banner .button .prev {
  left: 0rem;
}
.index_customer .box .banner .button .next {
  right: 0rem;
}
.index_customer .box1 {
  margin-top: 0.4rem;
}
.index_customer .box1 .banner {
  margin-bottom: 0.3rem;
}
.index_customer .box1 .banner:last-child {
  margin-bottom: 0;
}
.index_customer .box1 .banner .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.index_customer .box1 .banner .swiper-wrapper .swiper-slide {
  border: 0.01rem solid transparent;
  /*-webkit-transition: border 375ms ease, -webkit-box-shadow 375ms ease;*/
  /*transition: border 375ms ease, -webkit-box-shadow 375ms ease;*/
  /*-o-transition: box-shadow 375ms ease, border 375ms ease;*/
  /*transition: box-shadow 375ms ease, border 375ms ease;*/
  /*transition: box-shadow 375ms ease, border 375ms ease, -webkit-box-shadow 375ms ease;*/
  /*border: 1px solid #fff;*/
  height: 100px;
  width: 172px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_customer .box1 .banner .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  /*background: #fff;*/
  /*filter: grayscale(1);*/
}
.index_customer .box1 .banner .swiper-wrapper .swiper-slide .item_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
  color: #fff;
  opacity: 0.9;
}
.index_customer .box1 .banner .swiper-wrapper .swiper-slide .item_text .marquee-num {
  padding-right: 0.15rem;
  font-size: 0.68rem;
  line-height: 0.6rem;
  font-family: 'gilroy_bold';
  letter-spacing: -3px;
}
.index_customer .box1 .banner .swiper-wrapper .swiper-slide .item_text .marquee-text {
  font-family: 'gilroy_bold';
  font-size: 0.14rem;
  line-height: 0.16rem;
  text-transform: uppercase;
}
.index_news {
  /*background: #edf1f7;*/
}
.index_news .index_news_box {
  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;
}
.index_news .index_news_list {
  width: 31.5%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  /*border-radius: 16px;*/
  overflow: hidden;
  top: 0;
  position: relative;

  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.05);
}

.index_news .index_news_list .top_ a {
  display: block;
  position: relative;
}
.index_news .index_news_list .top_ a img {
  width: 100%;
  height: 16vw;
}
.index_news .index_news_list .top_ a p {
  font-size: 18px;
  color: #000;
  position: absolute;
  top: 0.3rem;
  left: 0.25rem;
  font-family: 'PingFangBold';
}
.index_news .index_news_list .dd {
  background-color: #fff;
  padding: 0.15rem 0.3rem 0.25rem;
}
.index_news .index_news_list .cen_ {
  padding: 0.22rem 0;
  position: relative;
}
.index_news .index_news_list .cen_ a .tit {
  line-height: 0.25rem;
  /*height: 60px;*/
  font-size: 0.2rem;
  color: #000;
  line-height: 0.3rem;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  /*text-align: justify;*/
  text-justify: distribute-all-lines;
}
.index_news .index_news_list .cen_ a .tit h3 {
  margin: 0;
}
.index_news .index_news_list .cen_ a .tit:hover {
  color: #cda557;
}
.index_news .index_news_list .cen_ a .time {
  font-size: 16px;
  margin-top: 0.12rem;
  color: #999999;
}
.index_news .index_news_list .cen_::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background: #cda557;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_news .index_news_list .cen_:hover::after {
  right: auto;
  width: 100%;
  left: 0;
}
.index_news .index_news_list .bot_ a {
  display: block;
  border-top: solid 1px #e5e5e5;
  position: relative;
}
.index_news .index_news_list .bot_ a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background: #cda557;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_news .index_news_list .bot_ a h3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.2rem;
  color: #000;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 0.22rem 0;
  margin: 0;
}
.index_news .index_news_list .bot_ a:hover::after {
  right: auto;
  width: 100%;
  left: 0;
}
.index_news .index_news_list .bot_ a:hover h3 {
  color: #cda557;
}
.index_news .index_news_list .more a {
  margin-top: 15px;
  font-size: 16px;
  color: #cda557;
  display: inline-block;
}
.index_news .index_news_list .more a svg {
  vertical-align: sub;
  position: relative;
  left: 0;
  transition: .4s;
}
.index_news .index_news_list .more a:hover svg{
    left: 10px;
}

.index_news .index_news_list:hover {
  top: -12px;
}





.new1_062901{
	transform: translate(195px, 136px);
	animation: newClip 2.5s infinite linear;

}
.new1_062902{
	transform: translate(195px, 145px);
	animation: newClip 2.5s infinite linear;
	animation-delay: 1.5s;
}
.new1_062903{
	transform: translate(195px, 154px);
	animation: newClip 2.5s infinite linear;
	animation-delay: 0.8s;
}

.new1_062904{
	animation: newIcon 3s infinite linear;
}
.new1_062905{
	animation: newIcon 3s infinite linear;
	animation-delay: 1.5s;
}
.new1_062906{
	animation: newIcon 3s infinite linear;
	animation-delay: 0.8s;
}

@keyframes newIcon{
	0% {
		transform: translateY(-15px);
	}
	50% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(-15px);
	}
}

@keyframes newClip{
	0%{
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	50%{
		clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	}
	100%{
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
}


.new2_06291{
	transform: translate(230px, 77px);
	animation: newOpction 2s infinite linear;
}

.new2_06292{
	transform: translate(238px, 82px);
	animation: newOpction 1.6s infinite linear;
}

.new2_06293{
	transform: translate(246px, 87px);
	animation: newOpction 1.8s infinite linear;
}

@keyframes newOpction{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}




  .yh_p2,
  .yh_p3,
  .yh_p4 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .yh_p2 {
    animation: fluctuate 1.6s linear infinite;
  }

  .yh_p3 {
    animation: opacity 2s linear infinite;
  }

  .yh_p4 {
    animation: opacity 1.5s linear infinite;
  }

  @keyframes opacity {
    0% {
      opacity: 1;
    }

    50% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes fluctuate {
    0% {
      transform: translateY(0px);
    }

    50% {
      transform: translateY(-10px);
    }

    100% {
      transform: translateY(0);
    }
  }






.index_advertise {
  position: relative;
  overflow: hidden;
}
.index_advertise > img {
  width: 100%;
  -webkit-transition: 6s;
  -o-transition: 6s;
  transition: 6s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.index_advertise:hover > img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.index_advertise .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_advertise .box .main {
  margin: auto;
  text-align: center;
}
.index_advertise .box .main h5 {
  font-size: 0.32rem;
  color: #111;
  font-weight: bold;
}
.index_advertise .box .main h5 span {
  font-family: 'PingFangBold';
}
.index_advertise .box .main h6 {
  font-size: 0.24rem;
  color: #333;
  margin-top: 0.08rem;
}
.index_advertise .box .main > div {
  margin-top: 0.32rem;
}
.index_solution,.index_customer{
    background: #fff;
}

.index_solution .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_solution .box .boxLeft {
  width: 35%;
  min-height: 1rem;
}
.index_solution .box .boxLeft .list .item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.3rem;
 padding-top: 0.3rem;
  position: relative;
}

.index_solution .box .boxLeft .list .item .position_link{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.index_solution .box .boxLeft .list .item:last-child {
  border-color: #ddd;
}
.index_solution .box .boxLeft .list .item::after {
  /*content: '';*/
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #cda557;
}
.index_solution .box .boxLeft .list .item .a {
  display: block;
  position: relative;
  cursor: pointer;
}
.index_solution .box .boxLeft .list .item .a .title {
  font-size: 0.24rem;
  font-family: 'PingFangBold';
  color: #000;
}
.index_solution .box .boxLeft .list .item .a .text {
  margin-top: 0.12rem;
  font-size: 16px;
  line-height: 0.32rem;
  color: #666;
  display: grid;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  grid-template-rows: 1fr;
}
.index_solution .box .boxLeft .list .item .a .text p {
  min-height: 0;
}
.index_solution .box .boxLeft .list .item .a .desc {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
.index_solution .box .boxLeft .list .item .a .desc ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 0;
  padding-top: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 82%;
}
.index_solution .box .boxLeft .list .item .a .text{
    width: 82%;
}
.index_solution .box .boxLeft .list .item .a .desc ul li {
  width: 50%;
}
.index_solution .box .boxLeft .list .item .a .desc ul li a ,.index_solution .box .boxLeft .list .item .a .desc ul li .a{
  font-size: 16px;
  line-height: 35px;
  color: #333;
}
.index_solution .box .boxLeft .list .item.active::after {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_solution .box .boxLeft .list .item.active .a .title {
  color: #cda557;
}
.index_solution .box .boxLeft .list .item.active .a .text {
  grid-template-rows: 0fr;
}
.index_solution .box .boxLeft .list .item.active .a .desc {
  grid-template-rows: 1fr;
}
.index_solution .box .boxLeft .list .item.active .indexLink p a {
    background: #cda557;
    color: #fff;
    border-color: #cda557;
}
.index_solution .box .boxLeft .list .item.active .indexLink p a i{
    color: #fff;
}

.index_solution .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index_solution .box .boxRight .main {
  height: 100%;
  min-height: 5.5rem;
  position: relative;
  overflow: hidden;
}
.index_solution .box .boxRight .main::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  /*background: #fff;*/
}
.index_solution .box .boxRight .main .list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.index_solution .box .boxRight .main .list .img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.index_solution .box .boxRight .main .list .img img {
  width: 100%;
}
.index_solution .box .boxRight .main .active {
  display: block;
}

.index_solution .box .boxRight .main .list1.active .img1 img {
  -webkit-animation: slideInLeft 1s ease  both;
  animation: slideInLeft 1s ease  both;
}
.index_solution .box .boxRight .main .list1.active .img2 img {
  -webkit-animation: bounceInUp 2s ease  both;
  animation: bounceInUp 2s ease  both;
}
.index_solution .box .boxRight .main .list1.active .img3 img {
  -webkit-animation: slideInRight 1s ease 0.2s both;
  animation: slideInRight 1s ease 0.2s both;
}
.index_solution .box .boxRight .main .list1.active .img4 img {
  -webkit-animation: zoomInUp 2s ease;
  animation: zoomInUp 2s ease;
}
.index_solution .box .boxRight .main .list1.active .img5 img {
  -webkit-animation: bounceInDown 1.2s ease 0.4s both;
  animation: bounceInDown 1.2s ease 0.4s both;
}
.index_solution .box .boxRight .main .list1.active .img6 img {
  -webkit-animation: fadeInRight 1.2s ease both;
  animation: fadeInRight 1.2s ease both;
}
.index_solution .box .boxRight .main .list1.active .img7 img {
  -webkit-animation: tada 1.2s ease 0.3s both;
  animation: tada 1.2s ease 0.3s both;
}
.index_solution .box .boxRight .main .list1.active .img8 img {
  -webkit-animation: flash 1.2s ease both;
  animation: flash 1.2s ease both;
}
.index_solution .box .boxRight .main .list1.active .img9 img {
  -webkit-animation: slideInDown 1.2s ease both;
  animation: slideInDown 1.2s ease both;
}
.index_solution .box .boxRight .main .list2.active .img0 img {
  animation: fadeInDown 1.2s ease both;
}
.index_solution .box .boxRight .main .list2.active .img1 img {
  animation: fadeInRight 1.2s ease both;
}
.index_solution .box .boxRight .main .list2.active .img2 img {
  animation: zoomInDown 1.8s ease both;
}
.index_solution .box .boxRight .main .list2.active .img3 img {
  animation: slideInUp 1.6s ease both;
}
.index_solution .box .boxRight .main .list2.active .img4 {
  animation: slideInUp 1.8s ease both;
}
.index_solution .box .boxRight .main .list2.active .img4 img {
  animation: bounce 1.2s ease-in both;
  animation-delay: 1.5s;
}
.index_solution .box .boxRight .main .list2.active .img5 img {
  animation: slideInLeft 2s ease-in;
}
.index_solution .box .boxRight .main .list3.active .img0 img {
  animation: fadeInDown 1.2s ease both;
}
.index_solution .box .boxRight .main .list3.active .img1 img {
  animation: slideInUp 1.2s ease both;
}
.index_solution .box .boxRight .main .list3.active .img2 {
  left: auto;
  right: 0.66rem;
  bottom: 1.48rem;
  text-align: right;
}
.index_solution .box .boxRight .main .list3.active .img2 img {
  width: 0.62rem;
  animation: bounceIn 6s ease  both, big 8s linear infinite ;
  transform-origin: 50% 40%;
}
.index_solution .box .boxRight .main .list3.active .img3 {
  left: 1rem;
  bottom: 0.7rem;
  top: auto;
}
.index_solution .box .boxRight .main .list3.active .img3 img {
  width: 1.16rem;
  animation: bounceIn 6s ease  both,big 20s linear infinite reverse;
  transform-origin: 30% 50%;
}
.index_solution .box .boxRight .main .list3.active .img4 {
  left: 0.4rem;
  bottom: 2.22rem;
  top: auto;
}
.index_solution .box .boxRight .main .list3.active .img4 img {
  width: 0.54rem;
  animation: bounceInDown 1.6s ease both;
}
.index_solution .box .boxRight .main .list3.active .img5 img {
  animation: bounceInRight 1.2s ease-out both;
}
.index_solution .box .boxRight .main .list4.active .img0 img {
  animation: slideInRight 1.2s ease-out both;
}
.index_solution .box .boxRight .main .list4.active .img1 img {
  animation: fadeInBottomLeft 1s ease-out both;
}
.index_solution .box .boxRight .main .list4.active .img2 img {
  animation: fadeInDown 1.6s ease both;
}
.index_solution .box .boxRight .main .list4.active .img3 img {
  animation: bounceInDown 1.6s ease both;
}
@keyframes big {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}



.index_solution1 {
  background: #edf1f7;
  display: none;
}
.index_solution1 .box .boxLeft {
  min-height: 1rem;
}
.index_solution1 .box .boxLeft .list .item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.3rem;
  margin-top: 0.3rem;
  position: relative;
}
.index_solution1 .box .boxLeft .list .item:last-child {
  border-color: #fff;
}
.index_solution1 .box .boxLeft .list .item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #cda557;
}
.index_solution1 .box .boxLeft .list .item .a {
  display: block;
  position: relative;
  cursor: pointer;
}
.index_solution1 .box .boxLeft .list .item .a .title {
  font-size: 0.24rem;
  font-family: 'PingFangBold';
  color: #000;
}
.index_solution1 .box .boxLeft .list .item .a .text {
  margin-top: 0.12rem;
  font-size: 16px;
  line-height: 0.32rem;
  color: #666;
  display: grid;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  grid-template-rows: 1fr;
}
.index_solution1 .box .boxLeft .list .item .a .text p {
  min-height: 0;
}
.index_solution1 .box .boxLeft .list .item .a .desc {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
.index_solution1 .box .boxLeft .list .item .a .desc ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 0;
  padding-top: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_solution1 .box .boxLeft .list .item .a .desc ul li {
  width: 50%;
}
.index_solution1 .box .boxLeft .list .item .a .desc ul li a {
  font-size: 16px;
  line-height: 0.3rem;
  color: #333;
}
.index_solution1 .box .boxLeft .list .item .list {
  margin-top: 0.6rem;
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  height: 4.2rem;
  bottom: 0;
  display: none;
}
.index_solution1 .box .boxLeft .list .item .list .img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.index_solution1 .box .boxLeft .list .item .list .img img {
  width: 100%;
}
.index_solution1 .box .boxLeft .list .item .list1.active .img1 img {
  -webkit-animation: slideInLeft 1s ease  both;
  animation: slideInLeft 1s ease  both;
}
.index_solution1 .box .boxLeft .list .item .list1.active .img2 img {
  -webkit-animation: bounceInUp 2s ease  both;
  animation: bounceInUp 2s ease  both;
}
.index_solution1 .box .boxLeft .list .item .list1.active .img3 img {
  -webkit-animation: slideInRight 1s ease 0.2s both;
  animation: slideInRight 1s ease 0.2s both;
}
.index_solution1 .box .boxLeft .list .item .list1.active .img4 img {
  -webkit-animation: zoomInUp 2s ease;
  animation: zoomInUp 2s ease;
}
.index_solution1 .box .boxLeft .list .item .list1.active .img5 img {
  -webkit-animation: bounceInDown 1.2s ease 0.4s both;
  animation: bounceInDown 1.2s ease 0.4s both;
}
.index_solution1 .box .boxLeft .list .item .list1.active .img6 img {
  -webkit-animation: fadeInRight 1.2s ease both;
  animation: fadeInRight 1.2s ease both;
}
.index_solution1 .box .boxLeft .list .item .list1.active .img7 img {
  -webkit-animation: tada 1.2s ease 0.3s both;
  animation: tada 1.2s ease 0.3s both;
}
.index_solution1 .box .boxLeft .list .item .list1.active .img8 img {
  -webkit-animation: flash 1.2s ease both;
  animation: flash 1.2s ease both;
}
.index_solution1 .box .boxLeft .list .item .list1.active .img9 img {
  -webkit-animation: slideInDown 1.2s ease both;
  animation: slideInDown 1.2s ease both;
}
.index_solution1 .box .boxLeft .list .item .list2.active .img0 img {
  animation: fadeInDown 1.2s ease both;
}
.index_solution1 .box .boxLeft .list .item .list2.active .img1 img {
  animation: fadeInRight 1.2s ease both;
}
.index_solution1 .box .boxLeft .list .item .list2.active .img2 img {
  animation: zoomInDown 1.8s ease both;
}
.index_solution1 .box .boxLeft .list .item .list2.active .img3 img {
  animation: slideInUp 1.6s ease both;
}
.index_solution1 .box .boxLeft .list .item .list2.active .img4 {
  animation: slideInUp 1.8s ease both;
}
.index_solution1 .box .boxLeft .list .item .list2.active .img4 img {
  animation: bounce 1.2s ease-in both;
  animation-delay: 1.5s;
}
.index_solution1 .box .boxLeft .list .item .list2.active .img5 img {
  animation: slideInLeft 2s ease-in;
}
.index_solution1 .box .boxLeft .list .item .list3.active .img0 img {
  animation: fadeInDown 1.2s ease both;
}
.index_solution1 .box .boxLeft .list .item .list3.active .img1 img {
  animation: slideInUp 1.2s ease both;
}
.index_solution1 .box .boxLeft .list .item .list3.active .img2 {
  left: auto;
  right: 0.66rem;
  bottom: 1.48rem;
  text-align: right;
}
.index_solution1 .box .boxLeft .list .item .list3.active .img2 img {
  width: 0.62rem;
  animation: bounceIn 6s ease  both, big 8s linear infinite ;
  transform-origin: 50% 40%;
}
.index_solution1 .box .boxLeft .list .item .list3.active .img3 {
  left: 1rem;
  bottom: 0.7rem;
  top: auto;
}
.index_solution1 .box .boxLeft .list .item .list3.active .img3 img {
  width: 1.16rem;
  animation: bounceIn 6s ease  both,big 20s linear infinite reverse;
  transform-origin: 30% 50%;
}
.index_solution1 .box .boxLeft .list .item .list3.active .img4 {
  left: 0.4rem;
  bottom: 2.22rem;
  top: auto;
}
.index_solution1 .box .boxLeft .list .item .list3.active .img4 img {
  width: 0.54rem;
  animation: bounceInDown 1.6s ease both;
}
.index_solution1 .box .boxLeft .list .item .list3.active .img5 img {
  animation: bounceInRight 1.2s ease-out both;
}
.index_solution1 .box .boxLeft .list .item .list4.active .img0 img {
  animation: slideInRight  1.2s ease-out both;
}
.index_solution1 .box .boxLeft .list .item .list4.active .img1 img {
  animation: fadeInBottomLeft 1s ease-out both;
}
.index_solution1 .box .boxLeft .list .item .list4.active .img2 img {
  animation: fadeInDown 1.6s ease both;
}

.index_solution1 .box .boxLeft .list .item .list4.active .img3 img {
  animation: bounceInDown 1.6s ease both;
}


.index_solution1 .box .boxLeft .list .item.active {
  display: block;
}
.index_solution1 .box .boxLeft .list .item.active::after {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_solution1 .box .boxLeft .list .item.active .a .title {
  color: #cda557;
}
.index_solution1 .box .boxLeft .list .item.active .a .text {
  grid-template-rows: 0fr;
}
.index_solution1 .box .boxLeft .list .item.active .a .desc {
  grid-template-rows: 1fr;
}
.index_solution1 .box .boxLeft .list .item.active .list {
  display: block;
}
.index_solution1 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index_solution1 .box .boxRight .main {
  height: 100%;
  min-height: 5.5rem;
  position: relative;
  overflow: hidden;
}
.index_solution1 .box .boxRight .main::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: #fff;
}
.index_solution1 .box .boxRight .main .list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.index_solution1 .box .boxRight .main .list .img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.index_solution1 .box .boxRight .main .list .img img {
  width: 100%;
}
.index_solution1 .box .boxRight .main .active {
  display: block;
}
.index_solution1 .box .boxRight .main .list1.active .img1 img {
  -webkit-animation: slideInLeft 1s ease  both;
  animation: slideInLeft 1s ease  both;
}
.index_solution1 .box .boxRight .main .list1.active .img2 img {
  -webkit-animation: bounceInUp 2s ease  both;
  animation: bounceInUp 2s ease  both;
}
.index_solution1 .box .boxRight .main .list1.active .img3 img {
  -webkit-animation: slideInRight 1s ease 0.2s both;
  animation: slideInRight 1s ease 0.2s both;
}
.index_solution1 .box .boxRight .main .list1.active .img4 img {
  -webkit-animation: zoomInUp 2s ease;
  animation: zoomInUp 2s ease;
}
.index_solution1 .box .boxRight .main .list1.active .img5 img {
  -webkit-animation: bounceInDown 1.2s ease 0.4s both;
  animation: bounceInDown 1.2s ease 0.4s both;
}
.index_solution1 .box .boxRight .main .list1.active .img6 img {
  -webkit-animation: fadeInRight 1.2s ease both;
  animation: fadeInRight 1.2s ease both;
}
.index_solution1 .box .boxRight .main .list1.active .img7 img {
  -webkit-animation: tada 1.2s ease 0.3s both;
  animation: tada 1.2s ease 0.3s both;
}
.index_solution1 .box .boxRight .main .list1.active .img8 img {
  -webkit-animation: flash 1.2s ease both;
  animation: flash 1.2s ease both;
}
.index_solution1 .box .boxRight .main .list1.active .img9 img {
  -webkit-animation: slideInDown 1.2s ease both;
  animation: slideInDown 1.2s ease both;
}
.index_solution1 .box .boxRight .main .list2.active .img0 img {
  animation: fadeInDown 1.2s ease both;
}
.index_solution1 .box .boxRight .main .list2.active .img1 img {
  animation: fadeInRight 1.2s ease both;
}
.index_solution1 .box .boxRight .main .list2.active .img2 img {
  animation: zoomInDown 1.8s ease both;
}
.index_solution1 .box .boxRight .main .list2.active .img3 img {
  animation: slideInUp 1.6s ease both;
}
.index_solution1 .box .boxRight .main .list2.active .img4 {
  animation: slideInUp 1.8s ease both;
}
.index_solution1 .box .boxRight .main .list2.active .img4 img {
  animation: bounce 1.2s ease-in both;
  animation-delay: 1.5s;
}
.index_solution1 .box .boxRight .main .list2.active .img5 img {
  animation: slideInLeft 2s ease-in;
}
.index_solution1 .box .boxRight .main .list3.active .img0 img {
  animation: fadeInDown 1.2s ease both;
}
.index_solution1 .box .boxRight .main .list3.active .img1 img {
  animation: slideInUp 1.2s ease both;
}
.index_solution1 .box .boxRight .main .list3.active .img2 {
  left: auto;
  right: 0.66rem;
  bottom: 1.48rem;
  text-align: right;
}
.index_solution1 .box .boxRight .main .list3.active .img2 img {
  width: 0.62rem;
  animation: bounceIn 6s ease  both, big 8s linear infinite ;
  transform-origin: 50% 40%;
}
.index_solution1 .box .boxRight .main .list3.active .img3 {
  left: 1rem;
  bottom: 0.7rem;
  top: auto;
}
.index_solution1 .box .boxRight .main .list3.active .img3 img {
  width: 1.16rem;
  animation: bounceIn 6s ease  both,big 20s linear infinite reverse;
  transform-origin: 30% 50%;
}
.index_solution1 .box .boxRight .main .list3.active .img4 {
  left: 0.4rem;
  bottom: 2.22rem;
  top: auto;
}
.index_solution1 .box .boxRight .main .list3.active .img4 img {
  width: 0.54rem;
  animation: bounceInDown 1.6s ease both;
}
.index_solution1 .box .boxRight .main .list3.active .img5 img {
  animation: bounceInRight 1.2s ease-out both;
}
.index_solution1 .box .boxRight .main .list4.active .img0 img {
  animation: lightSpeedInRight 1.2s ease-out both;
}
.index_solution1 .box .boxRight .main .list4.active .img1 img {
  animation: fadeInBottomLeft 1s ease-out both;
}
.index_solution1 .box .boxRight .main .list4.active .img2 img {
  animation: fadeInDown 1.6s ease both;
}
.index_solution1 .box .boxRight .main .list4.active .img3 img {
  animation: bounceInDown 1.6s ease both;
}



.jump {
  margin-left: 0.3rem;
  display: flex;
  align-items: center;
}
.jump form {
  display: flex;
}
.jump form div {
  display: flex;
  font-size: 0.17rem;
  line-height: 45px;
}
.jump form div p {
  margin: 0 0.1rem;
  position: relative;
  width: 0.41rem;
  vertical-align: middle;
}
.jump form div input[type='number'],.jump form div input[type='text'] {
  color: #122133;
  border-radius: 0;
  border: none;
  display: inline-block;
  border-bottom: 0.01rem solid #b6bbc1;
  background: none;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  outline: 0;
  font-size: 14px;
  text-align: center;
}

.jump form div input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.jump form .button-wrap input {
  position: relative;
  margin-left: 0.19rem;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  border: 0.01rem solid #cda557;
  font-size: 13px;
  font-weight: 600;
  color: #cda557;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  transition: 0.4s;
  border-radius: 50%;
}
.jump form .button-wrap input:hover {
  background: #cda557;
  color: #fff;
}




.index_service {
  /*background: #edf1f7;*/
}
.index_service .box .list {
  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;
}
.index_service .box .list .item {
    
  min-height: 1rem;
  width: 24.25%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
  
}
.index_service .box .list .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_service .box .list .item .img {
  height: 5.46rem;
  overflow: hidden;
}
.index_service .box .list .item .img img {
  height: 100%;
  min-width: 100%;
  transition: .4s;
  position: relative;
  left: -1.8rem;
}
.index_service .box .list .item .position_title {
  position: absolute;
  left: 0;
  top: 9%;
  width: 100%;
  color: #000;
  font-size: 0.22rem;
  font-family: 'PingFangBold';
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  padding: 0 0.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index_service .box .list .item .position_text {
  position: absolute;
  left: 0%;
  /*-webkit-transform: translateX(-50%);*/
  /*-ms-transform: translateX(-50%);*/
  /*transform: translateX(-50%);*/
  top: 16%;
  /*width: 69%;*/
  
  width: 96%;
  
  
  color: #666;
  -webkit-box-sizing: border-box;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 2;*/
  overflow: hidden;
  /*text-align: justify;*/
  text-justify: distribute-all-lines;
 padding: 0 0.4rem;
  box-sizing: border-box;
}
.index_service .box .list .item .position_right{
    position: absolute;
  left: 0.4rem;
  top: 40%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  /*opacity: 0;*/
  z-index: 1;
}
.index_service .box .list .item.active .position_text{
    
}
.index_service .box .list .item .position_ul {
  position: absolute;
  left: 0rem;
  top: 25%;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  z-index: 1;
}







.index_service .box .list .item .position_ul ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
     padding: 0 0.4rem;
}
.index_service .box .list .item .position_ul ul li{
    width: 100%;
}

.index_service .box .list .item .position_ul ul li a {
 color: #111;
  font-size: 16px;
  line-height: 0.38rem;
 
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: .4s;
  position: relative;
  padding-left: 16px;
  
}
.index_service .box .list .item .position_ul ul li a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cda557;
    opacity: .5;
    
    
}


.index_service .box .list .item .position_ul ul li a:hover{
    color: #cda557;
}
.index_service .box .list .item .position_link{
    margin-top: 0.2rem;
}
.index_service .box .list .item .position_link p a{
    color: #cda557;
    /*background: #fff;*/
    box-shadow: 0;
    
}
.index_service .box .list .item .position_link p a:hover{
    background: #cda557;
    color: #fff;
}

.indexLink p a:hover i{
    color: #fff;
}


.index_service .box .list .active {
  width: 40%;
}
.index_service .box .list .active .img img{
    left: 0;
}


@media screen and (min-width: 1200px){
    .index_service .box .list .active .position_title {
  /*top: 42%;*/
}
.index_service .box .list .active .position_text {
  /*opacity: 0;*/
}
.index_service .box .list .active .position_ul {
  /*top: 28%;*/
  /*opacity: 1;*/
}

.index_service .box .list .active .position_link{
   top: 77%;
   opacity: 1;
}

.index_service .box .list .active .position_right{
    opacity: 0;
}

}


.index_service .box .list .position_link{
    position: absolute;
    top: 80%;
    width: 100%;
    padding: 0 0.4rem;
    box-sizing: border-box;
    z-index: 2;
    transition: .4s;
    opacity: 0;
}





.indexLink p a{
    width: 40px;
    height: 40px;
    /*-webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16);*/
    /*box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);*/
    border: 1px solid  #cda557;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    transition: .4s;
}
.indexLink p a:hover{
    background: #cda557;
    color: #fff;
    border-color:#cda557 ;
}
.indexLink p a i{
    color: #cda557;
    transition: .4s;
}


.index_service .box .list .active_ {
  width: 19%;
}
.index_footer {
  min-height: 1rem;
  background: #091b25;
  position: relative;
  z-index: 1;
  padding: 0.8rem 0 0;
}
.index_footer .box .boxTop .boxTop_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_footer .box .boxTop .boxTop_left .item:not(:last-child) {
  margin-right: 2.5rem;
}
.index_footer .box .boxTop .boxTop_left .item h5 {
  font-size: 0.18rem;
  color: #fff;
}
.index_footer .box .boxTop .boxTop_left .item div {
  margin-top: 0.24rem;
}
.index_footer .box .boxTop .boxTop_left .item div p {
  line-height: 0.34rem;
}
.index_footer .box .boxTop .boxTop_left .item div p a {
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_footer .box .boxTop .boxTop_left .item div p a:hover {
  opacity: 1;
}
.index_footer .box .boxTop .boxTop_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_footer .box .boxTop .boxTop_right .content1 img {
  height: 40px;
}
.index_footer .box .boxTop .boxTop_right .content2 {
  margin-top: 0.64rem;
}
.index_footer .box .boxTop .boxTop_right figure {
  margin-left: 0.3rem;
}
.index_footer .box .boxTop .boxTop_right figure img {
  width: 1.2rem;
}
.index_footer .box .boxTop .boxTop_right figure figcaption {
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  margin-top: 0.08rem;
}
.index_footer .box .youlian {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_footer .box .youlian p {
  color: #fff;
  font-size: 0.14rem;
  /*line-height: 0.47rem;*/
  display: flex;
  align-items: center;
  position: relative;
  top: 2px;
  opacity: .4;
}
.index_footer .box .youlian ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_footer .box .youlian ul li {
  margin-left: 0.15rem;
  line-height: 0.47rem;
}
.index_footer .box .youlian ul li a {
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.4;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: default;
}
.index_footer .box .youlian ul li:first-child a{
    cursor: pointer;
}


.index_footer .box .youlian ul li a:hover {
  opacity: 1;
}
.index_footer .box .boxBot {
  margin-top: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.index_footer .box .boxBot .item {
  position: relative;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.32rem 0 0.32rem 0.4rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.index_footer .box .boxBot .item:last-child {
  border: 0;
}
.index_footer .box .boxBot .item:last-child .content3 img{
   max-width: .9rem;
}


.index_footer .box .boxBot .item {
  padding-left: 1.5rem;
}
.index_footer .box .boxBot .item .content1 {
  font-size: 0.18rem;
  color: #fff;
}
.index_footer .box .boxBot .item .content2 {
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.5;
  margin-top: 0.12rem;
  font-family: 'gilroy_regular';
  line-height: 0.3rem;
  width: 94%;
}
.index_footer .box .boxBot .item .content2 a {
  color: #fff;
}
.index_footer .box .boxBot .item .content3 {
  position: absolute;
  left: 0.25rem;
  top: 0.2rem;
  height: -webkit-calc(99.8%);
  height: calc(100% - 0.4rem);
  display: flex;
  align-content: center;
}
.index_footer .box .boxBot .item .content3 img {
  max-height: 100%;
  width: 0.82rem;
}
.index_footer .box .boxBot .item:first-child .content3 {
  left: 0;
}
.index_footer .box .boxBot .item:first-child {
  padding-left: 1.2rem;
}
.index_footer .box .info_box {
  padding: 0.5rem 0;
}
.index_footer .box .info_box .left {
  font-size: 0.16rem;
  line-height: 0.47rem;
  
}
.index_footer .box .info_box .left span {
  opacity: 0.3;
  color: #fff;
}
.index_footer .box .info_box .left  font{
    color: #fff;
  opacity: .3;
}
.index_footer .box .info_box .left a {
  display: inline-block;
  margin-left: 0.1rem;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.3;
}
.index_footer .box .info_box .left a:hover {
  opacity: 1;
}
.index_footer .box .info_box .right {
  position: relative;
}
.index_footer .box .info_box .right p img {
  height: 0.47rem;
  cursor: pointer;
}
.index_footer .box .info_box .right > img {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  width: 1.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_footer .box .info_box .right:hover > img {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

.consultation_button {
  position: fixed;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  bottom: 0.2rem;
  right: 0.1rem;
  z-index: 4;
  cursor: pointer;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: flex;
  background: #cda557;
  border-radius: 0.6rem;
}

.consultation_button .text {
  line-height: 60px;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  max-width: 0;
  overflow: hidden;
  transition: 0.4s;
}
.consultation_button button .layui-icon {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.consultation_button .close {
  display: none;
}

.consultation_button button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*background-color: #cda557;*/
  
  
  background: rgba(32, 98, 49, 0.85);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  width: 60px;
  padding: 0 20px;
  position: relative;
  top: 0;
  z-index: 1;
  border: 0;
  cursor: pointer;
}
.consultation_button button svg {
  width: 0.5rem;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.consultation_button button svg path {
  fill: #fff;
}
/* .consultation_button:hover {
  -webkit-transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
} */
.consultation_button.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.consultation_button.act .text {
  padding-left: 0.2rem;
  transition: 0.8s;
  max-width: 120px;
}
.consultation_button.act .button {
  display: none;
}
.consultation_button.act .close {
  display: block;
}




.consultation_button_07 {
  position: fixed;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  bottom: 0.2rem;
  right: 0.1rem;
  z-index: 4;
  background: #cda557;
  border-radius: 0.6rem;
  cursor: pointer;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: flex;
}
.consultation_button_07 .text {
  line-height: 60px;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  max-width: 0;
  overflow: hidden;
  transition: 0.4s;
  transform: translateX(-5px);
  position: relative;
  z-index: 1;
}
.consultation_button_07 button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cda557;
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  padding: 0 20px;
  position: relative;
  top: 0;
  z-index: 1;
  border: 0;
  cursor: pointer;
}
.consultation_button_07 button svg {
  width: 0.5rem;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.consultation_button_07 button svg path {
  fill: #fff;
}
.consultation_button_07.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.consultation_button_07.act .text {
  padding-right: 0.2rem;
  transition: 0.8s;
  max-width: 120px;
}



.consultation_container {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 11;
  pointer-events: none;
  background: #cda557;
  -webkit-clip-path: ellipse(0% 0% at 100% 100%);
  clip-path: ellipse(0% 0% at 100% 100%);
  -webkit-transition: -webkit-clip-path 0.6s;
  transition: -webkit-clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
  transition: clip-path 0.6s, -webkit-clip-path 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.consultation_container.active {
  -webkit-clip-path: ellipse(142% 142% at 100% 100%);
  clip-path: ellipse(142% 142% at 100% 100%);
  pointer-events: auto;
}
.consultation_container .goHide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  padding-top: 0.5rem;
}
.consultation_container .goHide p {
  cursor: pointer;
  color: #fff;
  font-size: 0.18rem;
  opacity: 0.6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.consultation_container .goHide p svg {
  width: 0.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  vertical-align: middle;
}
.consultation_container .goHide p svg path {
  fill: #fff;
}
.consultation_container .goHide p:hover {
  opacity: 1;
}
.consultation_container .box {
  margin-top: 1rem;
}
.consultation_container .box .boxLeft {
  width: 30%;
  font-size: 0.36rem;
  color: #fff;
  font-family: 'PingFangBold';
  /*padding-top: 0.4rem;*/
  /*line-height: 0.68rem;*/
}
.consultation_container .box .boxLeft p {
    margin-bottom: .3rem;
	line-height: 2;
	
}
.consultation_container .box .boxLeft p:last-child {
    margin-bottom: 0;
}
.consultation_container .box .boxRight {
  width: 66%;
}
.consultation_container .box .boxRight ._list {
  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;
}
.consultation_container .box .boxRight ._list ._item {
  width: 49%;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.2rem;
  padding: 0.2rem 0.5rem 0.1rem;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.consultation_container .box .boxRight ._list ._item:hover {
  background: #fff;
}
.consultation_container .box .boxRight ._list ._item p {
  color: #000;
  display: block;
}
.consultation_container .box .boxRight ._list ._item p i {
  color: red;
}
.consultation_container .box .boxRight ._list ._item input {
  margin-top: 0.05rem;
  display: block;
  width: 100%;
  height: 40px;
  border: 0;
  color: #333;
  background: none;
}
.consultation_container .box .boxRight ._list ._item textarea {
  margin-top: 0.05rem;
  display: block;
  width: 100%;
  height: 80px;
  line-height: 40px;
  border: 0;
  color: #333;
  background: none;
  resize: none;
}
.consultation_container .box .boxRight .submit {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.3rem;
}
.consultation_container .box .boxRight .submit label input {
  display: none;
}
.consultation_container .box .boxRight .submit label p {
  color: #cda557;
  font-size: 0.18rem;
  font-family: 'PingFangBold';
  width: 1.8rem;
  line-height: 52px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0.3rem;
  cursor: pointer;
}
.consultation_container .box .boxRight .submit label p:hover {
  background: #fff;
}
.width_width {
  width: calc(100vw - 1rem - 100vw / 3);
}

.bgf8 {
  background: #edf1f7;
}
.sidebar_container {
  position: fixed;
  right: 0.06rem;
  top: 70%;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sidebar_container ul {
  padding: 0.16rem 0;
  /*background: #cda557;*/
  border-radius: 72px;
  background-image: linear-gradient(0deg, #fff, #f3f5f8);
 /*box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1), -5px -8px 10px 0 #fff;*/
 /*box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1), -2px -6px 10px 0 #fff;*/
  
}
.sidebar_container ul li {
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.sidebar_container ul li.zxzx{position: relative;}
.sidebar_container ul li.zxzx .img-box{position: absolute;right: -200px;z-index: 1;opacity: 0;transition: all .6s;}
.sidebar_container ul li.zxzx .img-box img{width: 120px;height: 120px;}
.sidebar_container ul li.zxzx:hover .img-box{right: 80px;opacity: 1;}
.sidebar_container ul li .main {
  text-align: center;
  margin: auto;
}
.sidebar_container ul li .main .icon img {
  width: .25rem;
}
.sidebar_container ul li .main .icon svg{
    height: 25px;
}
.sidebar_container ul li .main .name {
  color: #333;
  font-size: 13px;
  margin-top: 4px;
}
.sidebar_container ul li .posi_ewm {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-110%);
  -ms-transform: translateY(-50%) translateX(-110%);
  transform: translateY(-50%) translateX(-110%);
  visibility: hidden;
}
.sidebar_container ul li .posi_ewm figcaption {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.sidebar_container ul li .posi_ewm figcaption img {
  width: 1.4rem;
}
.sidebar_container ul li .posi_phone {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  /* background: rgba(32, 98, 46, 0.9); */
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  -webkit-transform: translateX(-webkit-calc(-100%)) scale(0);
  -ms-transform: translateX(calc(-100% - 0px)) scale(0);
  transform: translateX(calc(-100% - 0px)) scale(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  transform-origin: right center;
  border-radius: 72px;
  /*-webkit-box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.3);*/
  /*box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.3);*/
  
  background-image: linear-gradient(0deg, #fff, #f3f5f8);
   /*box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1), -8px -8px 20px 0 #fff;*/
}



.sidebar_container ul li .posi_phone a {
  white-space: nowrap;
  color: #333;
  font-family: 'PingFangBold';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  font-size: 0.22rem;
  padding: 0 0.2rem;
}
.sidebar_container ul li:hover .main .icon img {
  /*-webkit-animation: bounceIn 2s;*/
  /*animation: bounceIn 2s;*/
  
}
.sidebar_container ul li:hover .posi_ewm {
  visibility: initial;
}
.sidebar_container ul li:hover .posi_ewm figcaption {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.sidebar_container ul li:hover .posi_phone {
  -webkit-transform: translateX(-webkit-calc(-100%)) scale(1);
  -ms-transform: translateX(calc(-100% - 0px)) scale(1);
  transform: translateX(calc(-100% - 0px)) scale(1);
  opacity: 1;
}
.sidebar_container.active {
  top: 40%;
  opacity: 1;
  visibility: initial;
}





.layer_img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 7;
  display: none;
}
.layer_img ._box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  width: min(6.8rem, 80vw);
  max-height: 94vh;
}
.layer_img ._box img {
  width: 100%;
}
.layer_img ._box span {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  display: block;
  background: #f5f5f5;
  border-radius: 50%;
  padding: 0.05rem;
  cursor: pointer;
  -webkit-box-shadow: 1px 0px 5px rgba(255, 255, 255, 0.7);
  box-shadow: 1px 0px 5px rgba(255, 255, 255, 0.7);
}
.layer_img ._box span i {
  font-size: 0.24rem;
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
}
.layer_img ._box span:hover i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* 内页开始 */
.img-sty{width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background-repeat: no-repeat;}
.oth-banner{width: 100%;height: 540px;position: relative;}
.oth-banner .img-box{width: 100%;height: 100%;}
.oth-banner::after{position: absolute;width: 100%;height: 100%;background-color: rgba(0,0,0,.4);z-index: 1;content: '';left: 0;top: 0;}
.oth-banner h3{color: #fff;position: absolute;left: 50%;top: 55%;transform: translate(-50%,-50%);z-index: 2;font-size: 2.8vw;font-weight: 600; font-family: 'PingFangBold';}
.mbx{width: 100%;padding:20px 0;background-color: #f5f5f5;}
.mbx p{margin-bottom: 0;display: flex;align-items: center;}
.mbx p a{display: inline-block;color: #000;}
.ab-01 .left{width: 30%;}
.ab-titSty{position: relative;}
.ab-titSty h3{font-family: 'PingFangBold';position: relative;padding-left: 20px;box-sizing: border-box;position: relative;z-index: 2;font-size: 2.4vw;font-weight: 600;}
.ab-titSty em{position: absolute;z-index: 1;width: 120px;height: 10px;background-color: #cda557;left: 0;bottom: 5px;}
.ab-01 .left .video-open{width: 85%;margin-top: 50px;border-radius: 25px;overflow: hidden;position: relative;cursor: pointer;box-shadow: 2px 2px 10px 5px rgba(0,0,0,.1);}
.ab-01 .left .video-open::after{position: absolute;content: '';width: 100%;height: 100%;background-color: rgba(0,0,0,.4);z-index: 1;top: 0;left: 0;}
.ab-01 .left .video-open svg{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 2;}
.ab-01 .right{width: 64%;padding-top: 100px;box-sizing: border-box;}
.ab-01 .right p{line-height: 36px;text-align: justify;font-size: 17px;}
.ab-02{background-color: #fafafa;padding: 50px 0;}
.ab-02 .item{width: 25%;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;border-left: 1px solid rgba(0,0,0,.1);box-sizing: border-box;}
.ab-02 .item:last-child{border-right: 1px solid rgba(0,0,0,.1);}
.ab-02 .num-box{align-items: center;}
.ab-02 .num-box span{align-items: center;}
.ab-02 .num-box span h2{font-family: 'gilroy_bold';font-size: 3vw;font-weight: 600;color: #cda557;}
.ab-02 .num-box span h5{margin-left: 10px;}
.ab-02 .num-box  img{margin-right: auto;margin-left: 10px;height: 100%;}
.ab-02 .item p{font-size: 22px;margin-top: 5px;width: 100%;font-family: 'PingFangBold';text-align: center;}

.ab-04{background-color: #fafafa;}
.ab-04 .cont{align-items: center;}
.ab-04 .left{width: 45%;}
.ab-04 .left h4{font-size: 1.6vw;margin-top: 50px;margin-bottom: 15px;color: #cda557;font-weight: 600;}
.ab-04 .left p{line-height: 30px;font-size: 17px;}
.ab-04 .right{width: 50%;overflow: hidden;}
.ab-04 .right .swiper {width: 60%;overflow: visible;margin-right: auto;margin-left: 0;}
.ab-04 .right .img-box{width: 100%;height: 25vw;display: flex;align-items: center;justify-content: center;}
.ab-04 .right .img-box img{width: 70%;transition: all .6s;}
.ab-04 .right .swiper-slide.swiper-slide-active .img-box img{width: 100%;}

.ab-05 .cont{overflow: hidden;}
.ab-05 .left{width: 30%;}
.ab-05 .left .num-list{margin-top: 40px;padding-left: 60px;box-sizing: border-box;}
.ab-05 .left .num-list .item{margin-top: 40px;}
.ab-05 .left .num-list .item span{align-items: center;}
.ab-05 .left .num-list .item span h2{font-family: 'gilroy_bold';font-size: 4vw;font-weight: 600;}
.ab-05 .left .num-list .item span h5{margin-right: auto;margin-left: 5px;font-size: 2vw;font-weight: 600;color: #cda557;}
.ab-05 .left .num-list .item h5{font-family: 'PingFangBold';}
.ab-05 .right{width: 60%;}
.ab-05 .right .item{width: 30%;height: 100%;}
.ab-05 .right .item .swiper{width: 100%;height: 36vw;overflow: visible;}
.ab-05 .right .item .swiper .swiper-slide{width: 100%;height: auto;padding: 20px;box-sizing: border-box;background-color: rgba(255,255,255,.3);box-shadow: 2px 2px 15px 5px rgba(0,0,0,.1);border-radius: 5px;}
.ab-05 .right .item .swiper .swiper-slide .img-box{width: 100%;}
.ab-06 .tPic{width: 100%;}
.ab-06Box{width: 100%;padding: 50px;background-color: #fff;margin-top: -120px;border-radius: 15px;box-shadow: 2px 2px 15px 5px rgba(0,0,0,.1);position: relative;z-index: 2;box-sizing: border-box;}
.ab-06Box .left{width: 45%;}
.ab-06Box .left .info{margin-top: 50px;}
.ab-06Box .left .info p{line-height: 30px;font-size: 17px;margin-top: 15px;font-family: ShiYuanHei-L;}
.ab-06Box .img-box{width: 50%;border-radius: 10px;overflow: hidden;}

/*page 分页器*/
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #cda557;
  border: 1px solid #cda557;
}
.pagination a.page-num-current {
  color: #fff;
  background: #cda557;
  border: 1px solid #cda557;
}
.my-4{
  margin-top:40px;
}
.productList-box{background-color: #fafafa;}
.productList-box .tit-tab{align-items: center;}
.productList-box .tit-tab h3{font-family: 'PingFangBold';align-items: center;font-size: 2.4vw;}
.productList-box .tit-tab h3 .num{font-family: numType;font-weight: 600;color: #cda557;margin-left: 10px;font-size: 2vw;margin-top: 1.5%;font-family: 'gilroy_bold';}
.productList-box .tit-tab .tab-list a{margin-left: 3vw;-webkit-filter: grayscale(100%);filter: grayscale(100%);opacity: .5;transition: all .4s;}
.productList-box .tit-tab .tab-list a.on,.productList-box .tit-tab .tab-list a:hover{-webkit-filter: grayscale(0%);filter: grayscale(0%);opacity: 1;}
.productList-box .tit-tab .tab-list a img{margin: 0 auto;width: 30px;height: 30px;display: block;}
.productList-box .tit-tab .tab-list a p{text-align: center;margin-top: 10px;font-size: 18px;}
.productList-box .list-box{width: 100%;margin-top: 50px;margin-bottom: 80px;}
.productList-box .list-box .item{width: 25%;padding: 0 15px;box-sizing: border-box;margin-top: 30px;}
.productList-box .list-box .item:last-child{margin-right: auto;}
.productList-box .list-box .item a{border:1px solid rgba(0,0,0,.05);border-radius: 5px;overflow: hidden;background-color: #fff;transition: all .4s;display: inline-block;width: 100%;}
.productList-box .list-box .item a:hover{transform: translateY(-5%);box-shadow: 2px 2px 8px 5px rgba(0,0,0,.1);}
.productList-box .list-box .item a .img-box{width: 100%;height: 18vw;display: flex;align-items: center;justify-content: center;position: relative;background-color: #f5f5f5;}
.productList-box .list-box .item a .img-box img.img1{width: 65%;margin-top: 10%;}
.productList-box .list-box .item a .img-box img.img2{width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background-repeat: no-repeat;}
.productList-box .list-box .item a .img-box .top{position: absolute;left: 20px;top: 20px;z-index: 1;align-items: center;}
.productList-box .list-box .item a .img-box .top img{width: auto;height: 28px;margin-top: 0;}
.productList-box .list-box .item a .img-box .top p{font-size: 15px;font-family: ShiYuanHei-Blod;margin-left: 8px;padding-left: 8px;line-height: 22px;border-left: 1px solid #000;}
.productList-box .list-box .item a .info{padding: 30px;box-sizing: border-box;transition: all .4s;}
.productList-box .list-box .item a .info h5{font-family: ShiYuanHei-Blod;}
.productList-box .list-box .item a .info .dail{margin-top: 10px;opacity: .6;font-size: 15px;}
.productList-box .list-box .item a .info .more{align-items: center;margin-top: 15px;padding-top: 15px;border-top: 1px solid rgba(0,0,0,.1);transition: all .2s;}
.productList-box .list-box .item a .more svg{transition: all .4s;}
.productList-box .list-box .item a:hover .info{background-color: #cda557;color: #fff;}
.productList-box .list-box .item a:hover .more{border-color: rgba(255,255,255,.5);}
.productList-box .list-box .item a:hover .more svg path{fill: #fff;}.link-btn{width: 230px;height: 70px;padding: 5px;box-sizing: border-box;background-color: rgba(255,255,255,.1);border-radius: 35px;margin-top: 40px;}
.link-btn .box{width: 170px;height: 100%;border-radius: 30px;background-color: #cda557;align-items: center;transition: all .4s;}
.link-btn .box p{color: #fff;margin-right: 10px;}
.link-btn:hover .box{margin-left: 50px;}
.img_box>img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background-repeat: no-repeat;
}
.img{width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background-repeat: no-repeat;}
.productInfo{width: 100%;background-color: #fafafa;}
.productInfo .top{width: 100%;}
.productInfo .top .pics-list{width: 50%;}
.productInfo .top .img-box{width: 100%;display: flex;align-items: center;justify-content: center;background-color: #f5f5f5;height: 30vw;border-radius: 10px;overflow: hidden;}
.productInfo .top .img-box img{width: 70%;}
.productInfo .top .img-box img.img{width: 100%;}
.productInfo .top .info-txt{width: 45%;}
.productInfo .top .info-txt h3{font-size: 2.4vw;}
.productInfo .top .info-txt h5{margin-top: 10px;font-size: 1.6vw;}
.productInfo .top .info-txt h5 a{color: #cda557;}
.productInfo .top .info-txt .info{margin-top: 20px;padding-top: 40px;border-top: 1px solid rgba(0,0,0,.1);}
.productInfo .top .info-txt .pro-picTab{margin-top: 40px;padding: 40px 0;border-top: 1px solid rgba(0,0,0,.1);}
.productInfo .top .info-txt .pro-picTab .img-box{width: 5vw;height: 5vw;cursor: pointer;margin-right: 1vw;border:3px solid rgba(0,0,0,.05);border-radius: 5px;overflow: hidden;}
.productInfo .top .info-txt .pro-picTab .img-box:last-child{margin-right: auto;}
.productInfo .top .info-txt .pro-picTab .img-box.on{border-color: #cda557;}
.productInfo .top .info-txt .btn-box a:last-child{margin-right: auto;margin-left: 0px;}
.productInfo .top .info-txt .btn-box a:last-child .box{background-color: #000;}
.productInfo-dail h4{font-family: ShiYuanHei-Blod;position: relative;font-size: 2.2vw;}
.productInfo-dail .info{margin-top: 30px;}
.productInfo-dail .info img{max-width: 100%;}
.productInfo-dail .info{font-size: 16px;}
.productOth{background-color: #fafafa;}
.productOth h4{font-size: 2.2vw;font-weight: 600;}
.productOth .img-box img{width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background-repeat: no-repeat;}

.img_box img{width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background-repeat: no-repeat;}
  .web6{background-color: #fafafa;}
  .web6>.cont>ul{margin-top: 60px;}
.web6>.cont>ul>li{width: 33.3%;border-right: 1px solid #f3f3f3;box-sizing: border-box;margin-bottom: 40px;}
.web6>.cont>ul>li:nth-child(3n){border:none}
.web6>.cont>ul>li:last-child{margin-right: auto;}
.web6>.cont>ul>li>a>.img_box{height: 340px;}
.web6-info{width: 100%;background-color: #fff;padding: 20px;box-sizing: border-box;}
.web6-info>p:first-child{font-weight: 600;margin-bottom: 15px;font-size: 22px;}
.web6-info>span{margin-top: 20px;padding-top: 20px;display: flex;border-top: 1px solid #f3f3f3;align-items: center;}
.web6-info>span svg{margin-left: auto;opacity: .5;}
.web6 .tit-tab{align-items: center;}
.web6 .tit-tab h3{font-family: 'PingFangBold';align-items: center;font-size: 2.4vw;}
.web6 .tit-tab h3 .num{font-family: numType;font-weight: 600;color: #cda557;margin-left: 10px;font-size: 2vw;margin-top: 1.5%;font-family: 'gilroy_bold';}
.web6 .tit-tab .tab-list a{margin-left: 3vw;-webkit-filter: grayscale(100%);filter: grayscale(100%);opacity: .5;transition: all .4s;}
.web6 .tit-tab .tab-list a.on,.productList-box .tit-tab .tab-list a:hover{-webkit-filter: grayscale(0%);filter: grayscale(0%);opacity: 1;}
.web6 .tit-tab .tab-list a img{margin: 0 auto;width: 30px;height: 30px;display: block;}
.web6 .tit-tab .tab-list a p{text-align: center;margin-top: 10px;font-size: 18px;}

.newsList .newstab-list a{width: 150px;line-height: 50px;border-radius: 25px;border: 1px solid #000;text-align: center;font-size: 18px;margin-left: 50px;transition: all .4s;}
.newsList .newstab-list a.on,.newsList .newstab-list a:hover{color:#fff;background-color: #cda557;border-color: #cda557;}
.newsList .inner{margin-top: 60px;}
.newsList .inner a{padding: 50px 0;box-sizing: border-box;border-top: 1px solid rgba(148, 48, 48, 0.1);position: relative;}
.newsList .inner a::after{width: 0%;height: 2px;background-color: #cda557;left: 0;bottom: 0;content: "";z-index: 1;position: absolute;transition: all .6s;}
.newsList .inner a:first-child{padding-top: 0;border: none;}
.newsList .inner a .left{width: 64%;}
.newsList .inner a .left .info{width: 100%;}
.newsList .inner a .left .info h4{transition: all .6s;font-weight: 600;font-size: 1.8vw;}
.newsList .inner a .left .info p{font-size: 18px;line-height: 36px;margin-top: 15px;}
.newsList .inner a .left .time{align-items: center;}
.newsList .inner a .left h5{opacity: .8;letter-spacing: 1px;font-size: 22px;line-height: 1;text-transform: uppercase;font-weight: bold;font-family: 'Rousseau';transition: all .6s;}
.newsList .inner a .left img{height: 4px;width: auto;}
.newsList .inner a .img-box{width: 32%;height: 15vw;overflow: hidden;}
.newsList .inner a:hover .info h4{color: #cda557;}
.newsList .inner a:hover .left h5{color: #cda557;}
.newsList .inner a:hover::after{width: 100%;}
.news-dal{margin-top: 120px;}
.web10{padding-bottom: 60px;background-color: #f5f5f5;box-sizing: border-box;}
.web10-box{width: 100%;background-color: #fff;padding:50px 30px;box-sizing: border-box;}
.news-dail-top{padding-bottom: 40px;border-bottom: 1px solid rgba(0,0,0,.1);}
.news-dail{background-color:#fafafa;}
.news-dail-tit h4{font-size: 2vw;font-weight: 600;}
.news-dail-tit>p{color: #7b7b7b;}
.news-dail-tit>p:nth-child(2){margin-top: 30px;}
.news-dail-back{align-items: center;}
.news-dail-back>a{opacity: .6;padding-top: 30px;box-sizing: border-box;}
.news-dail-back>a svg{width:26px;height: 26px;margin-right: 5px;}
.web10-info{width: 75%;padding: 50px;box-sizing: border-box;padding-left: 0;border-right: 1px solid #f3f3f3;}
.web10-tj{width: 25%;padding: 50px;box-sizing: border-box;padding-right: 0;padding-top: 30px;}
.web10-tj .img_box{height: 220px;}
.web10-tj p{margin-top: 20px;}
.web10-tj li{padding-bottom: 20px;margin-top: 20px;border-bottom: 1px solid #f3f3f3;}
.news-dail-tap{width:100%;margin-top: 60px;color: #7b7b7b;padding: 20px 0;border-top: 1px solid #f3f3f3;border-bottom: 1px solid #f3f3f3;}

.contact-box .top{padding-bottom: 100px;border-bottom: 1px solid rgba(0,0,0,0.1);}
.contact-box .top .info{margin-top: 40px;}
.contact-box .top img{width: 40px;}
.contact-box .top h4{font-size: 28px;margin: 10px 0;}
.contact-box .top h5{font-size: 22px;opacity: .6;}
.contact-box .bottom{padding: 60px 0;width: 100%;}
.contact-box .bottom h3{font-size: 46px;font-weight: 300;}
.contact-box .bottom form{margin-top: 40px;}
.contact-box .bottom form input {width: 30%;height: 40px;border: none;border-bottom: 1px solid rgb(0 0 0 / 10%);font-size: 18px;}
.contact-box .bottom form input:nth-child(4){width: 70%;}
.contact-box .bottom form input:nth-child(4),.contact-box .bottom form button{margin-top: 80px;}
.contact-box .bottom form button{width: 200px;height: 50px;background-color: #cda557;border: none;color: #fff;font-size: 18px;font-family: "OPPOSans";margin-right: auto;margin-left: 40px;cursor: pointer;}














@media screen and (max-width: 1600px) {
     .index_customer .box .banner .swiper-slide .item .right .bot{
        font-size: 13px;
    }
    .index_banner .one .imglist .img7 {
        /*right: 6.2%;*/
    }
    
    .index_banner .one .earth{
        top: 7%;
    }
    .cultureBox9 .box .box_container .boxLeft p {
        font-size: 15px;
        line-height: 1.7;
    }
    .index_service .box .list .item .position_ul{
        top: 30%;
    }
    .about_container .posi {
        top: 1.6rem;
    }
    
}
@media screen and (max-width: 1520px) {
    
    .index_banner .one .imglist .img7 {
        right: 6.6%;
    }
    .index_banner .one .imglist .img4 {
        /*top: 65.4%;*/
        left: 43.9%;
    }

    
    
    
    
   .index_footer .box .boxTop .boxTop_left .item:not(:last-child) {
        margin-right: 1.4rem;
    }
    .index_footer .box .boxBot .item:first-child {
        padding-left: 0.9rem;
    }
    .index_footer .box .boxBot .item .content3 img {
        width: 0.72rem;
    }
    .index_footer .box .boxBot .item:last-child .content3 img {
        width: 0.8rem;
    }
}
@media screen and (max-width: 1445px) {
	
	
	
	
    .index_banner .one .earth{
        right: 22%;
        top: 7.5%;
    }
    .culture_container .box{
        height: 30%;
    }
    .index_service .box .list .item .position_ul{
        top: 34%;
    }
    .foot_global .box .box_left .contont3 .city{
        font-size: 15px;
        line-height: 1.7;
    }
    .foot_global .box .box_left .contont3 {
        margin-bottom: 0.1rem;
    }
    .foot_global .box .box_right .contont3 .item_submit{
        margin-top: 0.6rem;
    }
    .index_service .box .list .item .position_right{
        top: 43%;
    }
    
    .index_service .box .list .item .position_text{
        /*width: 75%;*/
    }
    .index_service .box .list .item.active .position_ul{
        top: 29%;
    }
    
    .solution_strategy_container .box .item .label{
        font-size: 0.21rem;
    }
    .solution_strategy_container .box .item .desc{
        font-size: 15px;
    }
    .partner_container .box .item img {
        /*max-width: 80%;*/
    }
   .index_customer .box .banner .swiper-slide .item {
    padding: 0.52rem 0.22rem 0.32rem;
}
    
    .case_list_container .boxBottom .banner .main .content1 .right{
      width: 6.8rem;
    }
    .case_list_container .boxBottom .banner .main .content1 .left{
        width: 5.2rem;
    }
    
    .index_customer .box .banner .swiper-slide .item .right {
        padding-left: 0.14rem;
    }
    
    .index_customer .box .banner .swiper-slide .item .right .bot {
        font-size: 13px;
    }
  .about_container .position .content1 {
    height: 43vh;
  }
  .about_container .position_desc {
    top: 78%;
  }
  /*.about_container .position_data {*/
  /*  right: 5vw;*/
  /*  top: 81%;*/
  /*}*/
  /*.about_container .position_data .list .ite .left {*/
  /*  font-size: 0.62rem;*/
  /*  height: 0.62rem;*/
  /*}*/
  .culture_container .box .w1620 {
    padding-top: 1.2rem;
  }
  .about_container .position_data .list .ite .right small {
    font-size: 16px;
  }
}

@media screen and (max-width: 1439px) {
    .index_footer .box .boxTop .boxTop_left .item:not(:last-child) {
        margin-right: 1.1rem;
    }
    
    .index_service .box .list .item .position_ul ul{
        width: 3.8rem;
    }
    
    
    
}

@media screen and (max-width: 1366px) {
    .culture_container .box .w1620 .border{
        border: 0;
    }
    
    .index_banner .one .imglist .img7 {
        right: 8.3%;
    }
    .index_banner .one .imglist .img4 {
        /*top: 64.5%;*/
    }

   .sidebar_container.active {
        top: 31%;
    }
  .index_footer .box .boxTop .boxTop_left .item:not(:last-child) {
    margin-right: 1.2rem;
  }
  .News_details ._main .work-single-intro ._right {
    width: 54%;
  }
  .section_case .title_h1 {
    font-size: 0.8rem;
  }
  .nbanner .zlbandiv .disvc h2 {
    /*font-size: 0.36rem;*/
    line-height: 0.54rem;
  }
  .NewsDetails_page .box .item a {
    padding: 0.3rem 0.9rem;
  }
}
@media screen and (max-width: 1280px) {
    .index_banner .one .earth{
        right: 24%;
        top: 6%;
        width: 3.2rem;
        height: 3.2rem;
    }
     .culture_container .box{
        height: 34%;
    }
    .index_banner .one .imglist .img3 img{
        width: 2.6rem;
    }
  .about_container .position_data .list .ite {
    width: 2.5rem;
  }
  .section_construction .box .position ._banner .item_list .h6 {
    max-width: 6rem;
  }
  .sidebar_container.active {
    top: 28%;
  }
  .classification {
    padding-top: 0.5rem;
  }
}
.HeaderMobile .box .button .word{
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        transition: 0.4s;
        margin-right: 0.3rem;
    }
     .HeaderMobile .box .button .word p{
         color: #000;
     }
      .HeaderMobile .box .button .word p img{
          width: 24px;
      }

@media screen and (max-width: 1024px) and (min-width:699px){
    .partner_container .box .item:nth-last-child(1){
        display: none;
    }
    .partner_container .box .item:nth-last-child(2){
        display: none;
    }
}
@media screen and (max-width: 1024px) {
	
	.layer_consult .box .boxLeft .content0 {
	    font-size: 0.3rem;
	}
	.layer_consult .box .boxLeft {
	    width: 4.8rem;
	}
	.layer_consult .box .boxRight {
	    width: 3rem;
	}
	
	
	.mao{
		position: relative;
		top: -60px;
	}
	.index_service .box .list .active,.index_service .box .list .active_{
		width: 24.25%;
	}
    .section_case ._list ._item a .img ._logo,.index_cases .box .item a .item_mask{
        display: none;
    }
    .index_customer .box .banner .swiper-slide .item .right .top,.index_cases .box .item a ._logo{
       height: 0.78rem;
   }
    
     .culture_container .box .w1620 .border{
       border-bottom: 1px solid #ddd;
    }
    
    .aboutPpjs .biaoti p,.culture_container .box .content0{
       font-size: 0.3rem;
   }
   .culture_container .box .content0{
       line-height: 1.4;
   }
    
     .cultureBox9 .box .box_container .boxLeft {
        width: 2.4rem;
        margin-right: 0.4rem;
    }
    .cultureBox9 .box .box_container .boxRight {
    padding: 0.4rem 0.5rem;
}
.cultureBox9 .box .box_container .boxLeft p {
    font-size: 14px;
}

    
    
    
    .aboutPpjs .box .list .left{
        width: 100%;
    }
    .aboutPpjs .box .list:nth-child(2n) {
        flex-flow: column;
    }
    .aboutPpjs .box .list .right {
        flex: 1 100%;
    }
     .aboutPpjs .box .list {
        margin-bottom: 0.5rem;
    }
    .aboutPpjs .box .list .left {
        padding: 0.35rem;
    }
    
    
    .witness_banner .position,.inner_banner .position{
        height: auto;
        top: 14%;
    }
    .classification{
        overflow: hidden;
    }
    
    
    .caseInfoEnd .box .end {
        margin-top: 0.5rem;
    }
    .about_container .img .posi{
        display: block;
    }
    .about_container .img .posi h5 {
        font-size: 0.3rem;
    }
    .about_container .img .posi h6 {
        font-size: 0.22rem;
    }
    .about_container .img .posi {
        right: 0.7rem;
    }
    /*.classification ._right {*/
    /*    padding-right: 5vw;*/
    /*    box-sizing: border-box;*/
    /*}*/
    
    .sidebar_container ul li:nth-child(2){
        order: -1;
    }
    
    .index_solution1 .box .boxLeft .list .item .list{
        overflow: hidden;
    }
    
    .solution_strategy_container .box .item .key{
        display: none;
    }
    .solution_strategy_container .box .item{
        padding: 0.4rem;
        height: 4.7rem;
    }
    .solution_strategy_container .box .item .label{
        margin-top: 0;
    }
    
    
    .about_container .position .content0{
        display: none;
    }
    .classification ._left{
        display: none;
    }
    .classification ._right{
    }
        .foot_global .box .box_left .contont2,.foot_global .box .box_right .contont1 h1 {
        font-size: 0.3rem;
    }
    .section_case ._list{
        margin-top: 0.6rem;
    }
    
    .foot_global .box{
    flex-wrap: wrap;
}

.foot_global .box .box_left,.foot_global .box .box_right{
    width: 100%;
}
.foot_global .box .box_right{
    margin-top: 0.5rem;
}

.foot_global .box .box_left .contont3 .city{
    width: 100%;
}
.foot_global{
    padding: 1rem 0;
}
.foot_global .close {
    right: 5vw;
}

    
    .index_solution1 .box .boxLeft .list .item:last-child {
    border-color: #ddd;
}
    .index_solution{
        display: none;
    }
    .index_solution1{
        display: block;
    }
    .sidebar_container ul{
        box-shadow: none;
    }
    .index_footer .box .youlian p{
        position: relative;
        top: 2px;
    }
    
    
    .index_banner .pagination{
        z-index: 4;
    }
    .index_banner{
        height: auto;
    }
    .index_footer .box .info_box .left a{
        margin-left: 0;
    }
    .index_banner .pagination p span{
        /*background: red;*/
    }
    .SectionSearchContainer .box {
        padding: 0.5rem 1rem 0.5rem;
    }
    
    .solution_container .position .box .content2 .main {
        width: 100%;
        justify-content: space-between;
    }
    .solution_container .position .box .content2 .main .item {
        margin-right: 0;
    }
    .index_footer .box .boxBot .item .content3{
        left: 0;
    }
    .home_container{
        display: none;
    }
  .solution_container .position .box .content2 .main .item figcaption img {
    /*max-width: 50%;*/
    /*max-height: 50%;*/
  }
  .index_banner .swiper-slide .a .position {
    display: none;
  }
  .inner_page .box .page {
    display: none;
  }
  .inner_page .box .button {
    margin: 0 10px;
  }
  .classification ._right {
    overflow-x: scroll;
  }
  .classification {
    /*padding-top: 0;*/
  }
  .classification ._left {
    font-size: 16px;
    line-height: 0.46rem;
    width: 100%;
  }
  .classification {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0.5rem;
  }
  .classification ._right {
    width: -webkit-calc(110%);
    width: calc(100% + 10vw);
    overflow-x: scroll;
    padding-bottom: 0.2rem;
    margin: 0.3rem -10vw 0 0;
    padding-top: 2px;
  }
  .classification ._right ul{
      padding-left: 2px;
  }
  .classification ._right ul li a {
    font-size: 13px;
  }
    .classification ._right ul {
        /*padding-left: 5vw;*/
    }
  .classification ._right ul li {
    margin-left: 0vw;
    margin-right: 0.2rem;
  }
  .classification ._right ul li {
    white-space: nowrap;
  }
  .index_header {
    display: none;
  }
  .about_container {
    position: relative;
    height: auto;
    z-index: 1;
  }
  .about_container .img img {
    height: auto;
  }
  .about_container .mask_img p img {
    width: 100%;
  }
  .about_container .position .content1 {
    height: 0vh;
  }
  .w1620 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .p100 {
    padding-top: 0.8rem;
  }
  .p100_ {
    padding-bottom: 0.8rem;
  }
  .culture_container .box .w1620 {
    padding-top: 0.8rem;
  }
  .about_container .position_desc {
    display: block;
    position: relative;
    opacity: 1;
    left: 5vw;
    width: 90vw;
    text-align: center;
  }
  .about_container .img img {
    height:auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about_container .position .content0 img {
    height: 27vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about_container .img .posi{
      top: 22%;
  }
  .about_container {
    background: #edf6f0;
    padding-bottom: 0.6rem;
  }
  .about_container .position_desc h5 {
    font-size: 0.3rem;
    margin-top: 0.8rem;
  }
  .about_he{
      height: auto;
  }
  .about_container .position_data {
    opacity: 1;
    position: relative;
    width: 90vw;
    margin: 0.6rem auto 0;
    right: auto;
    top: 0;
  }
  .aboutPpjs .w1620{
      background-attachment:initial ;
      background: none;
  }
  .culture_container .box1 .list .item .left .content0{
      display: none;
  }
  .about_container .about_container_box {
    height: auto;
}
  .about_container .position_desc p {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .about_container .position_data .list .ite {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding-left: 0.8rem;*/
  }
  .about_container .mask_img {
    /*display: none;*/
  }
  .about_container .position_data .list .ite .left {
    font-size: 0.56rem;
}
  .about_container .position_data .list .nul{
      display: none;
  }
  .about_container .position_data .list .ite{
      width: auto;
  }
  .about_container .posi h5 {
    font-size: 0.3rem;
    line-height: 1.5;
    white-space: nowrap;
}
  .culture_container .box_box {
    top: 58px;
  }
  .culture_container .box1 {
    padding: 0.3rem 0;
}
.culture_container .box .w1620 .border {
    padding-bottom: 0.4rem;
}
  .culture_container .box {
    height: auto;
    padding-top: 0;
  }
  .culture_container .box1 .list .item {
    margin-bottom: 0.6rem;
}
  .about_container .position_data {
    width: 100%;
    padding: 0 5vw;
}
  .culture_container .box1 .list {
    /*height: 86%;*/
    /*overflow-y: overlay;*/
  }
  .culture_container .box_box {
      height: auto;
  }
  .culture_container,
  .culture_container .box1 .list .item .left,
  .culture_container .box1 .list .item .right {
      height: auto;
  }
  .culture_container .box1 .list {
      display: block;
  }
  .culture_container .box1 .list .item .left {
      width: 100%;
  }
  .culture_container .box1 .list .item .right {
      width: 100%;
      margin-top: .3rem;
  }
  .culture_container .box1 .list .item .right p {
      width: 100%;
  }
  .culture_container .box1 .list .item .left .content3 {
      position: relative;
      left: auto;
      bottom: auto;
      padding-right: 0;
  }
  .culture_container .box1 .list .item {
    padding-left: 5vw;
    padding-right: 5vw;
    flex-wrap: wrap;
    margin-bottom: .8rem;
  }
  .team_container .box .boxRight .list .list_item .banner .swiper-container {
    height: 68vh; 
  }
  .team_container .box .boxLeft .content1 {
    font-size: 0.2rem;
    margin-top: 0.24rem;
    line-height: 33px;
  }
  .team_container .box .boxLeft .content2 {
    margin-top: 0.5rem;
  }
  .team_container .box .boxLeft {
    width: 50%;
  }
  .team_container .box .boxLeft {
    padding-top: 0.6rem;
  }
  .team_container .box .boxLeft .content0 {
    font-size: 0.36rem;
  }
  .team_container {
    background: #edf1f7;
    height: auto;
  }
  .team_container .box .boxRight .list {
    height: 68vh;
  }
  .team_container .box .boxLeft .content2 {
    font-size: .18rem;
    line-height: 1.7;
    margin-top: 0.8rem;
}
  .team_container {
    /*margin-top: -7vh;*/
    /*position: relative;*/
    /*z-index: 2;*/
  }
  .index_footer .box .boxTop .boxTop_left {
    display: none;
  }
  .index_footer .box .boxTop .boxTop_right {
    width: 100%;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .index_footer .box .boxTop .boxTop_right figure {
    margin: 0 0.2rem;
  }
  .index_footer .box .boxBot .item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 0;
  }
  .index_footer .box .boxBot .item:first-child {
    padding-left: 1.5rem;
  }
  .News_details .bg_color {
    padding-top: 0.8rem;
  }
  .News_details ._main ._content img {
    width: 100%;
    /*border-radius: 15px;*/
  }
  .News_details ._main .work-single-intro ._right .h5 {
    font-size: 0.26rem;
    line-height: 0.5rem;
  }
  .News_details ._main .work-single-intro ._right {
    width: 62%;
  }
  .Case_next .case_title h3 {
    font-size: 0.4rem;
  }
  .section_case {
    padding-top: 0.8rem;
    overflow: hidden;
  }
  .section_case .title_h1 {
    font-size: 0.7rem;
  }
  .section_case ._list {
    grid-template-columns: repeat(2, 1fr);
  }
  .section_case .title_h2 {
    font-size: 0.3rem;
  }
  .contfm {
    width: 100%;
  }
  .contact_information {
    height: auto;
    bottom: 0;
  }
  .contact_information .w1620 {
    padding: 0;
  }
  .fmright .tit h2 span {
    font-size: 0.3rem;
  }
  .index_banner_box {
    height: auto;
  }
  .index_banner .swiper-slide .a .img img {
   height: calc(100vh - 58px);
  }
  .index_banner .swiper-slide .a .position .main .text {
    font-size: 0.38rem;
    margin-top: 0.38rem;
  }
  .index_banner {
    /*height: calc(100vh - 58px);*/
    position: relative;
    top: 0px;
  }
  .index_banner .button p {
    display: none;
  }
  .index_solution .box .boxLeft , .index_solution1 .box .boxLeft {
    width: 100%;
  }
  .index_solution .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index_solution .box .boxRight , .index_solution1 .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-left: 0;
  }
  
  .index_title h1 {
    font-size: 0.36rem;
  }
  .index_cases .box .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .index_cases .box .div1 {
    grid-area: 1 / 1 / 2 / 3;
  }
  .index_cases .box .div2 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .index_cases .box .div3 {
    grid-area: 2 / 2 / 3 / 3;
  }
  .index_cases .box .div4 {
    grid-area: 3 / 1 / 4 / 2;
  }
  .index_cases .box .div5 {
    grid-area: 3 / 2 / 4 / 3;
  }
  .index_cases .box .div6 {
    grid-area: 4 / 1 / 5 / 2;
  }
  .index_cases .box .div7 {
    grid-area: 4 / 2 / 5 / 3;
  }
  .index_cases .box .div8 {
    grid-area: 5 / 1 / 6 / 2;
    display: none;
  }
  .index_cases .box .div9 {
    grid-area: 5 / 2 / 6 / 3;
    display: none;
  }
  .index_news .index_news_box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index_news .index_news_list {
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .index_service .box .list {
    width: 230%;
  }
  .index_service .w1620 {
    padding: 0.8rem 0;
  }
  .index_service .w1620 .box {
    overflow-x: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5vw;
    padding-bottom: 0.2rem;
    width: 100%;
  }
  
  .index_service .w1620 .box{
      
  }



  
  .page_bread {
    margin-top: 0.8rem;
  }
  .NewsDetails_page .box .item a {
    padding: 0.2rem 0.2rem;
  }
  .NewsDetails .box .boxLeft {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .NewsDetails .box .boxRight {
    width: 100%;
  }
  .NewsDetails .box .boxRight ._search input[type='text'] {
    height: 0.58rem;
    font-size: 16px;
  }
  .inner_banner .position ._main {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .inner_banner .position ._main h1 {
    /*font-size: 0.36rem;*/
  }
  .witness_banner .position ._main h1 {
    /*font-size: 0.36rem;*/
  }
  .witness_banner .position ._main {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .New_container ._nav {
    width: 100%;
  }
  .New_container ._nav ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .New_container .New_search {
    width: 100%;
    margin-top: 0.3rem;
  }
  .inner_banner .position ._main h1 {
    position: relative;
  }
  .New_container .New_search .biaodian {
    width: 100%;
  }
  .New_container .box_list {
    margin-top: 1rem;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.3rem;
    grid-row-gap: 0.3rem;
  }
  .service_container .service_container_wrapper .service_slide__sticky {
    width: 100%;
    display: none;
  }
  .service_container .service_container_wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service_container .service_container_wrapper .service_slide__content {
    width: 100%;
  }
  .service_container .service_container_wrapper .service_slide__content {
    height: auto;
    position: initial;
    top: 0;
    width: 100%;
    left: 0;
  }
  .service_container .service_container_wrapper .service_slide__content .service_slide__content_list .service_slide__content_item {
    height: auto;
    width: 100%;
    background: var(--bgcolor);
  }
  .service_container .service_container_wrapper .service_slide__sticky .service_slide__nav {
    display: none;
  }
  .service_container .service_container_wrapper .service_slide__sticky .service_slide__images {
    height: 50vh;
    top: auto;
    bottom: 0;
  }
  .service_container .service_container_wrapper .service_slide__content {
    z-index: 3;
  }
  .service_container .service_container_wrapper {
    height: auto;
  }
  .service_container{
      margin: 58px 0 0;
  }
  .service_container {
    -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: var(--gammeColor);
  }
  .service_container_box {
    padding: 0.7rem 5vw 0.5rem;
  }
  .service_container .service_container_wrapper .service_slide__content .service_slide__content_list .service_slide__content_item{
      /* padding: .7rem 0 0; */
  }
  .service_container .service_container_wrapper .service_slide__content .service_slide__content_list .service_slide__content_item .lpk_phone{
      width: 100vw;
      margin: auto;
  }
    .service_container .service_container_wrapper .service_slide__content .service_slide__content_list .service_slide__content_item .lpk_phone img{
        width: 100%;
    }
  .solution_container .img img {
    height: 8rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .solution_container .position .box .content0 {
    font-size: 0.32rem;
  }
  .solution_container .position .box .content1 {
    font-size: 18px;
    width: 72%;
    line-height: 0.32rem;
    margin-top: 0.2rem;
    text-align: justify;
  }
  .solution_realization_container .position div h5 {
    font-size: 0.32rem;
  }
  .solution_realization_container .list.active .item5 {
    right: 0;
  }
  .index_button .link a {
    line-height: 0.6rem;
    font-size: 0.2rem;
  }
  .solution_realization_container .img {
    /*height: 70vh;*/
    min-height: 70vh;
  }
  .solution_realization_container .list.active .item3 {
    top: 64%;
    left: 20%;
  }
  .solution_realization_container .list.active .item4 {
    right: 0%;
    top: 80%;
  }
  .solution_realization_container .list .item {
    font-size: 0.22rem;
  }
  .solution_realization_container .list.active .item2 {
    top: 63%;
}
.solution_realization_container .list.active .item1{
    left: 44%;
}
  .solution_strategy_container .box .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 50%;
    -ms-flex: 1 50%;
    flex: 1 50%;
    height: 4.5rem;
  }
  .solution_realization_container .list.active .item1 {
    top: 14%;
}
  .w1600 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .solution_realization_container .list.active .item1 {
    top: 14%;
}
.solution_realization_container .list.active .item2 {
    top: 65%;
}
.solution_realization_container .list.active .item3 {
    top: 68%;
}
  
  .section_construction .box .position {
    left: 5vw;
  }
  .section_construction .box .swiper-container .swiper-slide {
    height: 5.5rem;
  }
  .width_width {
    width: calc(100vw - 5vw - 100vw / 3);
  }
  .partner_container_new .index_customer_ .box .banner {
    padding: 0 5vw;
  }
  .partner_container .box {
    grid-template-columns: repeat(4, 1fr);
  }
  .solution_realization_container .list.active .item2 {
    right: -9%;
    top: 50%;
  }
  .solution_container .position .box .content3 {
    margin-top: 0;
  }
  .consultation_container .box .boxLeft {
    width: 100%;
    font-size: 0.24rem;
    padding-top: 0.4rem;
    /*line-height: 0.48rem;*/
    margin-bottom: 0.5rem;
  }
  .consultation_container .box .boxLeft p {
      margin-bottom: .16rem;
  }
  .consultation_container .box .boxRight {
    width: 100%;
  }
  .consultation_container .box {
    margin-top: 0.6rem;
  }
  .section_search .box ._main .gjc {
    font-size: 16px;
  }
  .section_search .box ._main form .input input {
    font-size: 17px;
  }
  .section_search i {
    top: 5vw;
    right: 5vw;
  }
  .HeaderMobile .box .button .call {
    margin-right: 0.5rem;
  }
  .HeaderMobile .box .button .call a {
    font-size: 0.22rem;
    color: #cda557;
    font-family: 'PingFangBold';
  }
  .solution_strategy_container .box .item .desc {
    opacity: 1;
    top: 0rem;
  }
  .solution_strategy_container .box .item .icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }
  .CustomerWitness .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .cooperation {
    grid-template-columns: repeat(3, 1fr);
  }
  .CustomerWitness_nav ._nav ul li a {
    font-size: 13px;
  }
  .New_search {
    margin-top: 0.3rem;
  }
  .New_search .biaodian {
    height: 0.68rem;
    width: 100%;
  }
  .New_search {
    width: 100%;
  }
  .New_search .biaodian input[type='text'] {
    font-size: 14px;
  }
  .index_customer .box .banner .swiper-slide .item .right::before {
    background-size: 300% auto;
  }
  .index_footer .box .youlian p {
    position: relative;
    opacity: 0.4;
  }
  .about_container .position_desc {
    top: auto;
  }
  .about_container .position .content0 img {
    height: 28vh;
    position: relative;
    z-index: 2;
  }
  .index_footer .box .info_box .left font {
    display: none;
  }
  .index_banner .pagination p span {
    width: 18px;
  }
  .solution_container .position .box .content2 .main .item{
        width: 50%;
        margin-bottom: 0.3rem;
    }
    .solution_container .position .box .content3 .m54{
        margin-top: 0.2rem;
    }
    
    .solution_realization_container .list.active .item0{
        left: 24%;
        top: 31%;
    }
    .solution_realization_container .list.active .item2{
        top: 69%;
    }
    .index_service .box .list .item .position_ul{
        opacity: 1;
    }
    .index_service .box .list .item .position_ul{
        width: 92%;
        top: 40%;
    }
    
    .index_service .box .list .item .position_ul ul {
        width: 76%;
    }
    .index_service .box .list .position_link{
        opacity: 1;
        top: 70%;
    }
     .index_service .box .list .item .position_ul ul li a{
        font-size: 14px;
    }
    .index_service .box .list .item .img img{
        left: -1.6rem;
    }
    .index_service .box .list .item .position_text{
        font-size: 14px;
    }
    .index_service .box .list .item .position_ul {
        top: 34%;
    }
    .index_service .box .list .position_link {
        top: 79%;
    }
    .team_container{
        margin-top: 0vh;
        padding-bottom: 0.8rem;
    }
    .solution_container .position .box .content2{
        display: none;
    }
    .solution_container .position{
        height: auto;
        top: 10%;
    }
    
    .solution_realization_container .list1.active .item1 {
        top: 22%;
        left: 6%;
    }
    
    .solution_realization_container .list1.active .item2 {
        top: 25%;
    }
    
    .solution_realization_container .list1.active .item4 {
        left: 10%;
    }
    .solution_realization_container .list1.active .item5 {
        left: 30%;
    }
    .solution_realization_container .list1.active .item8 {
        left: 48%;
    }
    .solution_realization_container .list1.active .item7 {
        top: 57%;
    }
    .HeaderMobile .box .button .word{
        display: none;
    }
    .culture_container .box1 .list .item .right .qywh1 .img2,
    .culture_container .box1 .list .item .right .qywh2 .img2,
    .culture_container .box1 .list .item .right .qywh3 .img2,
    .culture_container .box1 .list .item .right .qywh3 .img3{
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    
}
@media screen and (max-width: 669px) {
    .solution_realization_container .tupian img {
    width: 4.2rem;
}
    
    .solution_realization_container .list1.active .item8{
        display: none;
    }
    
    .classification ._right::-webkit-scrollbar {
    	width: 0px;
    	height: 0px;
    }
    .aboutPpjs .biaoti p {
        font-size: 0.3rem;
    }
    .aboutPpjs .box .list .left .content0 {
        font-size: 0.26rem;
    }
    .culture_container .box .w1620 {
        /*padding-top: 0.2rem;*/
    }
    .culture_container .box .content0 {
        font-size: 0.26rem;
        line-height: 1.5;
    }
.culture_container .box .w1620 .border {
    border-bottom: 1px solid #ddd;
}
    
    .about_container .position_data .list .ite{
        width: 50%;
        text-align: center;
    }
    .about_container .position_data .list .ite .right {
        justify-content: center;
        margin-top: 0.1rem;
    }
    .team_container .box .boxLeft{
        padding-top: 0.8rem;
    }
    .culture_container .box1 .list .item{
        margin-bottom: 0.5rem;
    }
    .culture_container{
        padding-bottom: 0.3rem;
    }
    
    
    .about_container .position_data .list {
        flex-wrap: wrap;
    }
    .about_container{
        padding-bottom: 0;
    }
    .cultureBox9 .box .box_container .boxLeft {
        width: 100%;
        margin-right: 0;
    }
    .cultureBox9 .box {
        width: 90vw;
        padding: 0.45rem 0.25rem;
        box-sizing: border-box;
    }
    .cultureBox9 .box .box_container .boxRight {
         padding: 0 0 0.2rem;
        width: 100%;
    }
    .cultureBox9 .box ul li p {
        font-size: 14px;
        padding-bottom: 0.2rem;
    }
    .cultureBox9 .box ul {
        margin-bottom: 0.3rem;
    }
    .cultureBox9 .box .box_container .boxLeft p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 0.2rem;
    }
    
    
    
    
    .solution_realization_container .list1.active .item2 .right{
        font-size: 12px;
    }
    .solution_realization_container .list1.active .item1 {
        top: 18%;
        left: 5%;
    }
    .solution_realization_container .list1.active .item2 {
        top: 22%;
        left: 25%;
    }
    .solution_realization_container .list1.active .item3 {
        top: 30%;
    }
    .solution_realization_container .list1.active .item6 {
        top: 46%;
        left: 7.7%;
    }
    .solution_realization_container .list1.active .item4 {
        top: 38%;
        left: 5%;
    }
    .solution_realization_container .list1.active .item5 {
        top: 55%;
        left: 29%;
    }
    .solution_realization_container .list1.active .item7{
        display: none;
    }
    
    .solution_realization_container .position1 {
        bottom: 0.5rem;
    }
    
    .about_container .img img{
        height: auto;
    }
    
    .cooperation {
        height: 276px;
    }
        
    .about_container .img .posi {
        top: 30%;
        right: 5vw;
    }
    .about_container .img .posi h5 {
        font-size: 0.26rem;
    }
    .about_container .img .posi h6 {
        font-size: 0.2rem;
        line-height: 2;
    }
    .CustomerWitness .box .item .content1{
        width: 100%;
    }
    .solution_realization_container .list.active .item2 {
        top: 73%;
    }
    .solution_container .position .box .content2{
        width: 70%;
    }
    .index_solution1 .box .boxLeft .list .item .list{
        height: 3.8rem;
    }
     .index_solution1 .box .boxLeft .list .indexLink{
     }
     .index_solution1 .box .boxLeft .list .indexLink p a{
        transform: scale(0.7);
        /*opacity: 0;*/
    }
    .index_solution1 .box .boxLeft .list .item .list{
        margin-top: 0.3rem;
    }
    .section_case ._list {
        margin-top: 0.2rem;
    }
    .HeaderMobile .box .button .word{
        display: none;
    }
    .foot_global .box .box_left .contont3 .city {
        font-size: 12px;
        line-height: 1.5;
    }
    .foot_global .box .box_left .contont3 .country {
        font-size: 15px;
    }
    
      .index_service .box .list .item .position_ul ul {
        width: 90%;
    }
    .index_service .box .list .item .img img {
        left: -1.3rem;
    }
    
   
    
    .index_banner .swiper-slide .a .img img {
    /*height: 500px;*/
  }
    .SectionSearchContainer .box {
        padding: 0.5rem 5vw 0.5rem;
    }
    .SectionSearchContainer .box .boxBot form .right {
        width: 0.5rem;
        height: 0.5rem;
    }
    .SectionSearchContainer .box .boxBot {
        padding: 1rem 0 0.3rem;
    }
    .SectionSearchContainer .box .boxBot form .left input{
        font-size: 0.24rem;
    }
    .sidebar_container{
        right: 0;
    }
    .sidebar_container ul {
        box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1), -5px 0px 10px 0 #fff;
    }
    
    .solution_strategy_container .box .item .icon {
        width: 68%;
    }
    .section_search .box ._main .gjc {
        font-size: 12px;
    }
    .section_search .box ._main form .input input {
        font-size: 15px;
    }
    .section_search .box ._main form .input input{
        width: 70vw;
    }
    .section_search .box ._main form {
        border-radius: 0.4rem;
    }
    
  .section_construction .box .position ._banner .item_list .h6 {
    max-width: 90%;
  }
  .CustomerWitness .box .item .content3 img {
    background: none;
  }
  .CustomerWitness {
    overflow: hidden;
  }
  .witness_banner .position ._main h1 {
    font-size: 0.3rem;
  }
  .index_cases .box .parent {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(9, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 10px;
  }
  .index_cases .box .div1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .index_cases .box .div2 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .index_cases .box .div3 {
    grid-area: 3 / 1 / 4 / 2;
  }
  .index_cases .box .div4 {
    grid-area: 4 / 1 / 5 / 2;
  }
  .index_cases .box .div5 {
    grid-area: 5 / 1 / 6 / 2;
  }
  .index_cases .box .div6 {
    grid-area: 6 / 1 / 7 / 2;
  }
  .index_cases .box .div7 {
    grid-area: 7 / 1 / 8 / 2;
  }
  .index_cases .box .div8 {
    grid-area: 8 / 1 / 9 / 2;
  }
  .index_cases .box .div9 {
    grid-area: 9 / 1 / 10 / 2;
  }
  .index_solution .box .boxLeft .list .item .a .desc ul li a ,.index_solution .box .boxLeft .list .item .a .desc ul li .a, .index_solution1 .box .boxLeft .list .item .a .desc ul li a {
    font-size: 14px;
  }
  .index_title .desc {
    font-size: 0.2rem;
  }
  .culture_container .box1 {
   padding: 0.5rem 0 0;
    
    
  }
  .cooperation {
    grid-template-columns: repeat(2, 1fr);
  }
  .CustomerWitness .box .item .content3 {
    position: inherit;
    text-align: center;
    margin-top: 0.5rem;
  }
  .CustomerWitness .box {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 40px;
    margin-top: .5rem;
  }
  .index_service .box .list {
    width: 368%;
  }
  .index_banner .pagination {
    /*bottom: 10px;*/
  }
  .index_solution .box .boxRight .main {
    min-height: 3rem;
  }
  .sidebar_container.active {
    top: auto;
  }
  .sidebar_container {
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .sidebar_container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    padding: 0;
  }
  .sidebar_container ul li {
    width: 25%;
  }
  .consultation_button {
    bottom: 2.2rem;
    right: 0;
  }
  .consultation_button button {
    height: 50px;
    width: 50px;
    padding: 0 9px;
  }
  .sidebar_container ul li .main .name {
    font-size: 9px;
    margin-top: 0;
  }
  .sidebar_container ul li .main .icon img {
    max-width: 100%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
   
  }
  .sidebar_container ul li {
    height: 58px;
  }
  .sidebar_container ul li .posi_phone {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 100%;
    height: 100%;
    -webkit-transform: translateX(-webkit-calc(-50%)) scaleX(0);
    -ms-transform: translateX(calc(-50% - 0px)) scaleX(0);
    transform: translateX(calc(-50% - 0px)) scaleX(0);
  }
  .sidebar_container ul li:hover .posi_phone {
    -webkit-transform: translateX(-webkit-calc(-50%)) scaleX(1);
    -ms-transform: translateX(calc(-50% - 0px)) scaleX(1);
    transform: translateX(calc(-50% - 0px)) scaleX(1);
    opacity: 1;
  }
  .sidebar_container ul li .posi_phone a {
    padding: 0 0.3rem;
  }
  .sidebar_container ul li .posi_ewm {
    left: 0;
    top: auto;
    bottom: 100%;
    -webkit-transform: translateY(0%) translateX(0%);
    -ms-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
  }
  .sidebar_container ul li .posi_ewm figcaption {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  .HeaderMobile .box .logo a img {
    height: 40px;
  }
  .index_cases .box .parent {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
  }
  .index_customer .box .banner {
    padding: 0 0.4rem;
  }
  .index_customer .box .banner .swiper-slide .item .right .bot {
    font-size: 12px;
  }
  .index_customer .box .banner .button .prev {
    left: -16px;
  }
  .index_customer .box .banner .button .next {
    right: -16px;
  }
  .index_customer .box1 .banner .swiper-wrapper .swiper-slide {
    height: 80px;
  }
  .index_customer .box1 .banner .swiper-wrapper .swiper-slide .item {
    height: 100%;
  }
  .index_customer .box1 .banner .swiper-wrapper .swiper-slide .item .img {
    height: 100%;
  }
  .index_title h1 {
    font-size: 0.3rem;
  }
  .index_news .index_news_list {
    margin-bottom: 0.3rem;
    width: 100%;
  }
  .index_banner .swiper-slide .a .position .main .title {
    font-size: 0.3rem;
  }
  .index_banner .swiper-slide .a .position .main .text {
    font-size: 0.32rem;
  }

  .index_banner .pagination p span {
    width: 18px;
  }
  .index_service .box .list .active .position_ul {
    top: 69%;
  }
  .index_news .index_news_list .top_ a p {
    font-size: 16px;
  }
  .index_advertise .box .main h5 {
    font-size: 0.26rem;
  }
  .index_advertise .box .main h6 {
    font-size: 0.22rem;
    padding: 0 5vw;
  }
  .consultation_container .box {
    margin-top: 0;
  }
  .consultation_container .box .boxRight ._list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .consultation_container .box .boxRight ._list ._item {
    width: 100%;
  }
  .consultation_container .box .boxLeft {
    font-size: 0.2rem;
    /*line-height: 0.32rem;*/
  }
  .consultation_container .box .boxRight ._list ._item p {
    font-size: 13px;
  }
  .consultation_container .box .boxRight ._list ._item input {
    margin-top: 0rem;
    height: 32px;
    font-size: 13px;
  }
  .consultation_container .box .boxRight ._list ._item {
    padding: 0.1rem 0.4rem 0rem;
  }
  .consultation_container .box .boxRight ._list ._item textarea {
    margin-top: 0rem;
    height: 60px;
    line-height: 31px;
    font-size: 13px;
  }
  .index_news .index_news_list .more a {
    font-size: 14px;
  }
  .consultation_container .box .boxRight .submit {
    margin-top: 0.1rem;
  }
  .consultation_container .box .boxRight .submit label p {
    font-size: 0.2rem;
    width: 100%;
    border-radius: 1.3rem;
  }
  .index_footer .box .boxBot .item {
    padding-left: 1.1rem !important;
  }
  .about_container .position_data .list .ite {
    padding-left: 0;
  }
  .about_container .position_data .list .ite .right small {
    font-size: 14px;
  }
  .about_container .position_data .list .ite .left {
    font-size: 0.52rem;
    height: 0.52rem;
  }
  .about_container .position_desc h5 {
    font-size: 0.24rem;
    margin-top: 0.7rem;
  }
  .culture_container .box .content0 {
    /*font-size: 0.32rem;*/
    font-family: 'PingFangBold';
  }
  .culture_container .box1 .list .item .left .content1 {
    font-size: 0.32rem;
  }
  .team_container .box .boxLeft {
    width: 100%;
  }
  .about_container .posi {
    top: 8%;
 }
 

.team_container .box .boxRight .list .list_item .banner .swiper-container .swiper-slide{
    width: 60%;
    padding:  0 0.1rem;
}
.team_container .box .boxRight .list .list_item .banner .swiper-container .swiper-slide .item{
    height: 160px;
}
.team_container .box .boxRight .list .list_item .banner .swiper-container .swiper-slide .item img{
    height: 100%;
    object-fit: cover;
}
.team_container .box .boxRight .list{
    margin-bottom: 15px;
}
.team_container .box .boxRight .list:last-child{
    margin-bottom: 0;
}

  .team_container {
    height: auto;
    padding-bottom: 0.8rem;
  }
  .team_container .box .boxRight .list .list_item .banner .swiper-container{
      height: auto;
  }
  .team_container .box .boxRight {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
    display: block;
  }
  .team_container .box .boxRight .list {
    height: auto;
    width: 100%;
  }
  .team_container .box .boxLeft .content2 {
    font-size: 14px;
    line-height: 0.32rem;
  }
  .team_container .box .boxLeft .content0 {
    font-size: 0.32rem;
  }
  .team_container .box .boxLeft .content1 {
    line-height: 26px;
  }
  .News_details ._main .title_ > p {
    font-size: 0.36rem;
    line-height: 0.6rem;
  }
  .News_details ._main .work-single-intro ._right .h6 {
    font-size: 13px;
    line-height: 26px;
  }
  .News_details ._main .work-single-intro ._right .h5 {
    font-size: 0.22rem;
    line-height: 0.4rem;
  }
  .News_details ._main .work-single-intro ._left ._ite ul li a {
    font-size: 13px;
  }
  .News_details ._main .work-single-intro ._left ._ite ul li {
    line-height: 0.36rem;
  }
  .News_details ._main .work-single-intro ._left ._ite p a {
    font-size: 16px;
  }
  .Case_next .case_title h3 {
    font-size: 0.32rem;
  }
  .Case_next .case_img img {
    height: 30vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .News_details {
    padding-bottom: 0.8rem;
  }
  .News_details ._main .title_ .link p {
    font-size: 13px;
  }
  .section_case .title_h1 {
    font-size: 0.5rem;
  }
  .section_case .title_h2 {
    font-size: 0.24rem;
  }
  .classification ._left {
    font-size: 16px;
    line-height: 0.46rem;
    width: 100%;
  }
  .classification {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0.1rem;
  }
  .classification ._right ul{
      padding-left:2px ;
  }
  .classification ._right {
    /*width: -webkit-calc(110%);*/
    /*width: calc(100% + 10vw);*/
    /*overflow-x: scroll;*/
    /*padding-bottom: 0.2rem;*/
    margin: 0.3rem 0vw 0;
  }
  .classification ._right ul li a {
    font-size: 13px;
  }
  .classification ._right ul li {
    /*margin-left: 5vw;*/
  }
  .classification ._right ul li {
    white-space: nowrap;
  }
  .section_case ._list {
    grid-template-columns: repeat(1, 1fr);
  }
  .inner_page .box .page {
    display: none;
  }
  .inner_page .box .button p a {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .section_case ._page {
    padding: 0.5rem 0 0;
  }
  .section_case ._list ._item a .text {
    line-height: 0.3rem;
    height: 0.6rem;
    font-size: 13px;
  }
  .nbanner .zlbandiv .disvc h2 {
    font-size: 0.3rem;
    line-height: initial;
  }
  .contact_information .box .boxRight .list .main .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .contact_information .box .boxRight .list .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact_information .box .boxRight .list .main .item figcaption img {
    width: 40px;
  }
  .contact_information .box .boxRight .list .main .item figure {
    font-size: 15px;
  }
  .contact_information .box .boxRight .list .main .item {
    position: relative;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 65px;
    padding-right: 5vw;
    margin: 8px 0;
    border: 0;
  }
  .contact_information .box .boxRight .list .main .item figcaption {
    position: absolute;
    left: 15px;
    top: 0;
  }
  .contact_information .box .boxLeft {
    width: 80px;
  }
  .contact_information .box .boxRight {
    width: -webkit-calc(20%);
    width: calc(100% - 80px);
    padding: 10px 0;
  }
  .contact_information .box .boxRight .list .main .item figcaption {
    top: 6px;
  }
  .contact_information .box .boxLeft {
    height: auto;
  }
  .fminpdiv {
    padding: 0;
  }
  .fmright .tit h2 span {
    font-size: 0.24rem;
  }
  .contfm input,
  .contfm select,
  .fminpdiv textarea {
    font-size: 14px;
  }
  .contact_information .box .boxRight .list .main .item figure {
    margin-top: 0;
  }
  .page_bread ._main .left {
    font-size: 12px;
  }
  .page_bread ._main .right {
    display: none;
  }
  .NewsDetails .box .boxLeft .title {
    font-size: 0.24rem;
    margin-top: 0.34rem;
  }
  .NewsDetails .box .boxLeft .copywriting {
    font-size: 14px;
    line-height: 0.34rem;
  }
  .NewsDetails .box .boxLeft .linkeBut .like-img {
    width: 55px;
    height: 55px;
  }
  .NewsDetails .box .boxLeft .linkeBut small img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .NewsDetails .box .boxLeft .linkeBut .like-sp {
    font-size: 14px;
    padding-left: 5px;
  }
  .NewsDetails_page .box .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .NewsDetails_page .box .item a .content1 {
    font-size: 15px;
  }
  .NewsDetails_page .box .item a .content2 {
    line-height: 22px;
    font-size: 12px;
  }
  .NewsDetails_page .box .item a .content3 div p {
    font-size: 14px;
  }
  .New_container .box_list {
    margin-top: 0.8rem;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0.2rem;
  }
  .New_container ._nav ul li a {
    font-size: 13px;
  }
  .inner_banner .position ._main h1 {
    font-size: 0.3rem;
  }
  .inner_banner > img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 3.5rem;
  }
  .New_container .New_search .biaodian input[type='text'] {
    display: block;
    font-size: 14px;
  }
  .New_container .box_list .item a .position .content1 {
    padding: 0.5rem 0.3rem;
  }
  .New_container .box_list .item a .position .content2 {
    left: 0.3rem;
    bottom: 0.3rem;
  }
  .New_container .box_list .item a .position .content3 {
    bottom: 0.3rem;
    right: 0.3rem;
  }
  .service_container_box .desc {
    font-size: 12px;
    line-height: 24px;
  }
  .service_container_box .title {
    font-size: 0.3rem;
  }
  .service_container_box {
    padding: 18vw 5vw 0;
  }
  .service_container_box .link {
    margin-top: 0.1rem;
  }
  .service_container_box .list {
    margin-top: 0.2rem;
  }
  .service_container_box .list a {
    font-size: 13px;
  }
  .solution_container .position .box .content1 {
    font-size: 13px;
    width: 100%;
  }
  .solution_container .img img{
     height: auto;
  }
  .solution_container .position{
      height: auto;
      top: 10%;
  }
  
  .nbanner .zlbandiv {
    top: 10%;
    width: 100%;
    height: auto;
}
  .partner_container_new .index_customer_ .box .banner .swiper-slide .item .right .top {
    line-height: 22px;
    height: 66px;
}
  .solution_realization_container .img {
    height: 115vh;
}
  .solution_container .position .box .content0 {
    font-size: 0.3rem;
  }
  .solution_realization_container .position div h5 {
    font-size: 0.3rem;
  }
  .solution_realization_container .list.active .item1 {
    left: 24%;
    top: 16%;
  }
  .solution_realization_container .list.active .item2 {
    right: -16%;
  }
  .solution_realization_container .list.active .item5 {
    right: -7%;
  }
  .solution_realization_container .list.active .item4 {
    right: -15%;
  }
  .solution_realization_container .list.active .item6 {
    left: 40%;
    top: 90%;
  }
  .solution_realization_container .list.active .item0 {
    left: 38%;
  }
  .solution_realization_container .position div h5 {
    position: relative;
    z-index: 2;
  }
  .solution_strategy_container .box .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    height: 4.8rem;
    margin-bottom: 0.2rem;
  }
  .solution_strategy_container .box .item:last-child {
    margin-bottom: 0;
  }
  .solution_strategy_container .box .item .key {
    font-size: 24px;
    line-height: 36px;
  }
  .solution_strategy_container .box .item .desc {
    font-size: 14px;
    line-height: 22px;
  }
  .section_construction .box .position ._banner .item_list .h5 {
    font-size: 0.32rem;
  }
  .partner_container_new .index_customer_ .box .banner .swiper-slide .item .right .bot {
    font-size: 12px;
  }
  .section_construction .box .swiper-container .swiper-slide {
    width: -webkit-calc(100vw / 4);
    width: calc(100vw / 4);
    height: 6.2rem;
  }
  .section_construction .box .swiper-container .swiper-slide.swiper-slide-active {
    width: -webkit-calc(100vw / 2);
    width: calc(100vw / 2);
  }
  .width_width {
    width: calc(100vw - 5vw - 100vw / 2);
  }
  .section_construction .box ._button {
    bottom: 3.1rem;
    left: auto;
    right: 5vw;
  }
  .partner_container_new .index_customer_ .box .banner {
    padding: 0 10vw;
  }
  .partner_container .box {
    grid-template-columns: repeat(3, 1fr);
  }
  .solution_realization_container .position div div {
    margin-top: 0.2rem;
    position: relative;
    z-index: 2;
  }
  .solution_strategy_container .box .item .label {
    font-size: 16px;
  }
  .solution_container .position .box .content2 .main .item figure {
    font-size: 12px;
    /*color: #cda557;*/
    margin-top: 0.1rem;
  }
  .solution_realization_container .list.active .item0 {
    left: 18%;
    opacity: 0.4;
  }
  .CustomerWitness .box {
    display: block;
  }
  .CustomerWitness .box .item {
    margin-bottom: 40px;
  }
  .CustomerWitness .box .item:last-child {
    margin-bottom: 0;
  }
  .classification {
    /*padding-top: 0;*/
  }
  .CustomerWitness_nav ._nav ul li a {
    padding: 0 0.2rem;
  }
  .index_customer .box1 .banner .swiper-wrapper .swiper-slide{
     width: 100px;
  }
  
  
  
  
  .index_solution .box .boxRight .main .list3.active .img2 img , .index_solution1 .box .boxRight .main .list3.active .img2 img {
    width: 0.42rem;
}

.index_solution .box .boxRight .main .list3.active .img2,.index_solution1 .box .boxRight .main .list3.active .img2 {
    right: 0.16rem;
    bottom: 0.48rem;
}
.index_solution .box .boxRight .main .list3.active .img3 img, .index_solution1 .box .boxRight .main .list3.active .img3 img {
    width: 0.66rem;
}
  .index_solution .box .boxRight .main .list3.active .img3,  .index_solution1 .box .boxRight .main .list3.active .img3 {
    left: 0.5rem;
    bottom: 0.1rem;
}
  .index_solution .box .boxRight .main .list3.active .img4 img ,  .index_solution1 .box .boxRight .main .list3.active .img4 img{
    width: 0.34rem;
}
.index_solution .box .boxRight .main .list3.active .img4,.index_solution1 .box .boxRight .main .list3.active .img4 {
    left: 0.3rem;
    bottom: 1.12rem;
}


.caseInfoEnd .box .end img {
    width: 3.2rem;
}
.caseInfoEnd  .linkeBut .like-img {
    width: 55px !important;
    height: 55px !important;
}
.caseInfoEnd .box .linkeBut small img {
    transform: scale(0.7);
}

.solution_container .position .box .content2 .main{
    display: none;
}

.index_footer .box .youlian ul li{
    margin-left: 0;
    margin-right: 0.15rem;
}
.solution_realization_container .list1.active .item5 .right {
    font-size: 0.2rem;
}

.service_container .service_container_wrapper .service_slide__content .service_slide__content_list .service_slide__content_item{
    padding: 0;
}


.service_container_box {
    padding: 0.8rem 5vw 0.5rem;
}
.service_container .service_container_wrapper .service_slide__content .service_slide__content_list .service_slide__content_item{
    /*padding: 0 0 0.8rem;*/
}
.witness_banner .position, .inner_banner .position{
    top: 10%;
}
.consultation_container .box .boxRight .submit label{
    width: 100%;
}
.consultation_container .box .boxRight .submit label p{
    width: 100%;
}
.consultation_container .box .boxLeft{
    padding-top: 0;
}
.team_container .box .boxRight .list{
    
}

.team_container .box .boxRight {
    margin: 0.7rem -5vw 0;
}
.team_container .box .boxRight{
    width: 110vw;
}
.solution_realization_container .position{
    top: 0.8rem;
}

.New_container{
    margin-top: 0;
}
.New_container .box_list{
    margin-top: 0.2rem;
}
.maodian{
    top: -60px;
}

.consultation_button .text{
	line-height: 50px;
	font-size: 13px;
}

.layer_consult .box {
    flex-wrap: wrap;
	 padding: 0.86rem 0 0.56rem;
}

.layer_consult .box .boxRight {
    width: 100%;
    margin-top: 0.4rem;
	border: 0;
}
.layer_consult .box .boxRight figcaption{
	font-size: 14px;
}
.layer_consult{
	display: none !important;
	visibility: hidden;
}

}



.footer-box{ width:100%;position: relative;z-index: 2;}
.footer-top{padding:90px 4.125vw;display: flex;justify-content: space-between;width: 100%;box-sizing: border-box;color: #fff;}
.footer-logo img{height: 80px;}
.footer-contact{margin-top:20px;}
.footer-contact li{margin-top:40px;}
.footer-r li{float:left; margin-left:4.6875vw;}
.footer-r li:first-child{margin-left:0;}
.footer-r li .name a{font-size:20px; color:#fff;}
.footer-r li .name{margin-bottom:10px;}
.footer-r li p{margin-top:16px;}
.footer-r li p a{color:#fff; opacity:.5;}
.footer-bottom{background-color:#cda557; padding:90px 3.125vw; color:#50505a;}
.footer-link{display: flex;justify-content: space-between;}
.footer-link .link-item{display: flex;justify-content: space-between;}
.footer-link .link-item li{margin: 0 10px;}
.footer-link .lh-link{margin-left:0;display: flex;justify-content: space-between;}
.footer-link .lh-link:before{display:none;}
.footer-copy{margin-top:26px; padding-top:26px; border-top:1px solid #f3b46b;display: flex;justify-content: space-between;}
.footer-copy a{color:#50505a;}
.copy-r{margin-top: auto;}
.copy-l p{margin-top:10px; line-height:20px;}
.copy-l p:first-child{margin-top:0;}
.copy-l p span{margin-left:10px;}
.copy-l p span:first-child{margin-left:0;}
.copy-l p span img{margin-right:4px; position:relative;}
.l-font18 {
  font-size: 18px;
}
@font-face {
  font-family: "iconfont"; /* Project id 3474995 */
  src: url('../fonts/font_3474995_c57d9fbaf9.woff2') format('woff2'),
       url('../fonts/font_3474995_c57d9fbaf9.woff') format('woff'),
       url('../fonts/font_3474995_c57d9fbaf9.ttf') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dizhi:before {
  content: "\e620";
}
.icon-xinlang:before {
  content: "\e61f";
}
.icon-weixin:before {
  content: "\e7e5";
}

.icon-tianmaot:before {
  content: "\e79a";
}

.icon-dianhua:before {
  content: "\e61d";
}

.icon-douyin:before {
  content: "\e8db";
}
.link-item li .img {
  width: 20px;
}
.link-item li .img img{width: 100%;}

/*弹性布局*/

  /*换行*/
  .flex_tap{
    flex-wrap: wrap;
  }
/*居中*/
.flex_cont{
  display: flex;
  justify-content: center;
}
/*两端*/
.flex_sp{
  display: flex;
  justify-content: space-between;
}
/*垂直*/
.flex_y{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}


.inx-abo{width: 100%;height: 30vw;background-image: url(../images/bg.jpg);background-size: cover;}
.cont{width: 90%;margin: 0 auto;}
.padding{padding: 80px 0}
.inx-aboBox{width: 100%;height: 100%;background-color: rgba(0,0,0,.3);color: #fff;position: relative;box-sizing: border-box;}
.inx-aboBox .info{width: 65%;font-size: 18px;line-height: 36px;}
.inx-aboBox .info p{width: 80%;}
.inx-aboBox .info .num-list{margin-top: 80px;}
.inx-aboBox .info .num-list .item{width: 31%;}
.inx-aboBox .info .num-list .num-box span{align-items: center;}
.inx-aboBox .info .num-list .num-box span h2{font-size: 3vw;font-weight: 600;}
.inx-aboBox .info .num-list .num-box span h5{margin-left: 10px;}
.inx-aboBox .info .num-list .num-box  img{margin-right: auto;margin-left: 10px;}
.inx-aboBox .info .num-list .item p{font-size: 16px;line-height: 28px;margin-top: 20px;opacity: .6;width: 100%;}
.inx-aboBox .inx-hor{position: absolute;width: 90%;height: 10vw;background-color: #fff;box-shadow: 2px 2px 10px 5px rgba(0,0,0,.1);left: 5%;bottom: -5vw;z-index: 2;border-radius: 15px;display: flex;align-items: center;justify-content: center;}
.inx-aboBox .inx-hor img{width: 96%;}
.inx-aboBox .inx-hor img:nth-child(2){display: none;}
.index_cases{padding-top: 80px;}

.din{font-size: 36px;font-weight: 600;font-family: 'gilroy_bold';}
.footer-l{width: 35%;}
p.cont{width: 100%;}
.m-banner{display: none;position: relative;height: auto;height: 500px;}
.m-banner::after{position: absolute;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.4);z-index: 1;left: 0;top: 0;content: '';}
.m-banner .img-box{width: 100%;height: 100%;}
.m-banner .text{position: absolute;width: 100%;padding-left: 5%;box-sizing: border-box;left: 0;top: 50%;transform: translateY(-50%);z-index: 3;}
.m-banner .text b{font-size: 24px;}
@media screen and (max-width:1440px){
  .oth-banner{height: 400px;}
  .productList-box .list-box .item a .info{padding: 15px;}
  .ab-01 .right p{font-size: 16px;line-height: 28px;}
    .ab-03 .info-text .info p{font-size: 18px;}
    .ab-03 .info-text .info img{display: none;}
    .ab-04 .left .info p{font-size: 18px;line-height: 30px;}
}

@media screen and (max-width: 1300px){
  .index_banner .swiper-slide .a .position .main .text b{font-size: 36px;}
  .home_container.active_home .box .boxLeft{padding-left: 0;}
  .inx-abo{height: 50vw;}
  .home_container .box .boxCenter p a .img2{left: 70%;}
  .productList-box .tit-tab h3 .num{font-size: 4vw;}
    .productList-box .tit-tab{flex-wrap: wrap;}
    .productList-box .tit-tab .tab-list{width: 100%;margin-top: 30px;}
    .productList-box .tit-tab .tab-list a{margin-left: 0;}
    .productList-box .list-box .item{width: 33.33%;}
    .productList-box .list-box .item a .img-box{height: 24vw;}
    .mbx{padding: 10px 0;}
    .ab-02 .item p{font-size: 18px;}
    .ab-03 .info-text .info{margin-top: 40px;}
    .ab-04 .left .info p{font-size: 16px;line-height: 28px;}
    .ab-03 .info-text{height: auto;}

  
}

@media screen and (max-width: 1024px){
  .MobileMain{display: block;}
  .index_banner{display: none;}
  .m-banner{display: block}
  .productList-box .tit-tab .tab-list a img{width: 25px;height: 25px;}
    .productList-box .list-box{margin-top: 20px;}
    .productList-box .tit-tab .tab-list a p{font-size: 16px;}
    .productList-box .list-box .item a .img-box{height: 28vw;}

    .productInfo .top .pics-list{width: 100%;}
    .productInfo .top .img-box{height: 60vw;}
    .productInfo .top .info-txt{width: 100%;margin-top: 30px;}
    .productInfo .top .info-txt .pro-picTab .img-box{width: 10vw;height: 10vw;}
    .web5{padding-bottom: 0;}
    .web6-info>p:first-child{font-size: 20px;}
    .web10-tj{display: none;}
    .web10-info{width: 100%;padding-right: 0;border-right: 0;}
    .ab-01 .left{width: 100%;}
    .quick-2nav{display: none;}
    .ab-01 .left .video-open{margin-top: 30px;width: 100%;}
    .ab-01 .right{width: 100%;margin-top: 50px;}
    .ab-04 .left .info{margin-top: 30px;}
    .ab-06Box .left{width: 100%;}
    .ab-06Box .img-box{width: 100%;}
}
@media screen and (max-width: 760px){
  .m-banner{height: 360px;}
  .m-banner .text b{font-size: 20px;}
  .inx-abo{height: 150vw;}
  .inx-aboBox .info{width: 100%;}
  .inx-aboBox .info p{width: 100%;font-size: 16px;line-height: 28px;}
  .inx-aboBox .info .num-list{flex-wrap: wrap;}
  .inx-aboBox .info .num-list .item{width: 50%;}
  .inx-aboBox .info .num-list .num-box span h2{font-size: 6vw;}
  .inx-aboBox .info .num-list{margin-top: 40px;}
  .padding{padding: 30px 0;}
  .inx-aboBox .inx-hor{height: auto;padding: 20px 0;}
  .inx-aboBox .inx-hor img{display: none;}
  .inx-aboBox .inx-hor img:nth-child(2){display: block;}
  .index_news .index_news_list .top_ a img{height: auto;}
  .footer-r {display: none;}
  .footer-logo{width: 100%;display: flex;align-items: center;justify-content: center;}
  .footer-logo img{height: 60px;margin: 0 auto;}
  .footer-l{width: 100%;}
  .footer-contact li{text-align: center;}
  .footer-top{padding: 30px 4vw;}
  .footer-link .lh-link{display: none;}
  .din{font-size: 24px;}
  .p100_{padding-bottom: 20px;}
  .inx-aboBox .inx-hor{bottom: -25vw;}

  .productList-box .tit-tab .tab-list{flex-wrap: wrap;}
    .productList-box .tit-tab .tab-list a{width: 25%;margin-top: 15px;}
    .productList-box .list-box .item{width: 100%;padding: 0;}
    .productList-box .list-box .item a .img-box{height: 90vw;}
    .productList-box .tit-tab h3 .num{font-size: 6vw;}
    
    .productInfo .top .info-txt .info{padding-top: 20px;}
    .productInfo .top .info-txt .pro-picTab{margin-top: 20px;padding-top: 20px;}
    .productInfo .top .info-txt .pro-picTab .img-box{width: 20vw;height: 20vw;}
    .productList-box .tit-tab h3,.productInfo .top .info-txt h3{font-size: 5.4vw;}
    .productInfo .top .info-txt h5 a{font-size: 4vw;}
    .productInfo-dail h4,.productOth h4{font-size: 4.8vw;}
    .link-btn .box{width: 120px;height: 40px;}
    .oth-banner{height: 240px;}
    .oth-banner h3{font-size: 5.4vw;}

    .web5>.cont>ul>li{width: 25%;}
    .web6>.cont>ul>li{width: 100%;}
    .web6-info>p:first-child{font-size: 18px;}
    .news-dail-top{flex-wrap: wrap;}
    .news-dail-tit{width: 100%;}
    .web10-box{padding: 20px 10px;}

    .newstab-list{width: 100%;margin-top: 30px;}
    .newsList .newstab-list a{width: 48%;margin-left: 0;height: 40px;line-height: 40px;}
    .newsList .inner a .left{width: 100%;}
    .newsList .inner a .img-box{width: 100%;height: auto;margin-top: 20px;border-radius: 5px;}
    .newsList .inner a .left h5{margin-top: 15px;font-size: 15px;}
    .newsList .inner a{padding: 30px 0;}
    .newsList .inner a .left .info p{font-size: 15px;line-height: 26px;}
    .newsList .inner a .left .info h4{font-size: 18px;}
    .news-dail-tit h4{font-size: 22px;}
    .mbx{display:none;}
    .news-dail-top{flex-wrap: wrap;}
    .news-dail-tit{width: 100%;}
    .web10-box{padding: 20px 10px;}
    .news-dal{margin-top: 0;}
    .oth-banner{height: 240px;}
    .mbx{display: none;}
    .ab-titSty em{width: 80px;height: 4px;}
    .ab-titSty h3{padding-left: 5px;}
    .ab-01 .right{margin-top: 30px;}
    .ab-01 .right p{font-size: 15px;line-height: 26px;}
    .ab-02 .item{width: 50%;}
    .ab-02 .item:nth-child(3),.ab-02 .item:last-child{margin-top: 30px;}
    .ab-02 .num-box span h2{font-size: 7.6vw;}
    .ab-02 .item p{font-size: 16px;}
    .ab-03 video{width: 120%;}
    .ab-03 .info-text{width: 100%;margin-left: 0;}
    .ab-03 .info-text .info p{font-size: 16px;}
    .ab-04 .left{width: 100%;}
    .ab-04 .cont{flex-wrap: wrap;}
    .ab-04 .img-box{width: 100%;margin-top: 20px;}
    .ab-04 .left .info{margin-top: 20px;}
    .ab-04 .left .info p{font-size: 15px;}
    .ab-05 .left{width: 100%;}
    .ab-05 .right{width: 100%;overflow: hidden;margin-top: 30px;height: 120vw;}
    .ab-05 .left .num-list{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
    .ab-05 .left .num-list .item{margin-top: 0;}
    .ab-05 .left .num-list .item span h2{font-size: 7.6vw;}
    .ab-05 .right .item .swiper .swiper-slide{padding: 5px;}
    .ab-06 .tPic{height: 50vw;width: auto;}
    .ab-06Box{padding: 20px;margin-top: -80px;border-radius: 5px;}
    .ab-06Box .left .info{margin-top: 20px;}
    .ab-06Box .left .info p{font-size: 15px;line-height: 26px;}
    .ab-titSty h3{font-size: 5.4vw;}
    .ab-01 .right{padding-top: 0;}
    .ab-04 .right{width: 100%;}
    .contact-box .bottom h3{font-size: 4.8vw;}
}