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: #0f4290;
}
.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: 'Noto Sans', 'Source Han Sans', 'OPPO Sans', 'Roboto', 'MiSans', 'HarmonyOS Sans', '思源黑体', sans-serif;
}
.layer_consult .box .boxLeft .content0 span {
  color: #0f4290;
  font-family: 'Noto Sans', 'Source Han Sans', 'OPPO Sans', 'Roboto', 'MiSans', 'HarmonyOS Sans', '思源黑体', sans-serif;
  font-weight: 600;
}
.layer_consult .box .boxLeft .content1 {
  font-size: 0.26rem;
  margin-top: 0.3rem;
}
.layer_consult .box .boxLeft .content2 {
  font-family: 'Noto Sans', 'Source Han Sans', 'OPPO Sans', 'Roboto', 'MiSans', 'HarmonyOS Sans', '思源黑体', sans-serif;
  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, #0f4290, #0f4290) no-repeat;
  -webkit-background-size: 60px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(32, 98, 49, 0.8);
  -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: #0f4290;
  line-height: 0.5rem;
  width: 1.74rem;
  text-align: center;
  border: 1px solid #0f4290;
  font-size: 0.16rem;
  transition: 0.4s;
  border-radius: 0.3rem;
}
.layer_consult .box .boxLeft .content3 div a:hover {
  background: #0f4290;
  border-color: #0f4290;
  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: #0f4290;
  border-color: #0f4290;
  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: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-sizing: border-box;
  /*border-bottom: 1px solid #eee;*/
  display: none;
}
.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;
  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: #0f4290;
}
.home_container .box .boxLeft nav .active p a {
  color: #0f4290 !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: 0;
    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;
}
.home_container .box .boxCenter .oldLogo a {
  display: block;
  transform: scale(1);
}
.home_container .box .boxCenter .oldLogo a img {
  height: 35px;
}
.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;
}
.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-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, 0.5);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.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.7rem;
}
.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: #333;
}
.home_container.headeColor .box .boxRight .phone a {
  color: #333;
}
.home_container.headeColor .box .boxRight .word .img1 {
  display: none;
}
.home_container.headeColor .box .boxRight .word .img2 {
  display: inline-block;
}
.home_container.headeColor .box .boxRight .word p,
.home_container.headeColor .box .boxRight .word i {
  color: #333;
}

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


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


.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.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, 0.5);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.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: #0f4290;
}

.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: #0f4290;
}
.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(../image/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: #0f4290;
  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: #0f4290;
}
.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: #0f4290;
}
.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: #0f4290;
}
.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: #0f4290;
}







.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%;
  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.36rem;
  color: #fff;
  position: relative;
  top: 1rem;
  opacity: 0;
}
.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-weight: 600;
}
.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: 1;
  -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: #0f4290;
    color: #fff;
    border-color: #0f4290;
}
.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%;
}
.index_banner .one .svg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_banner .one .svg .home_svg1 {
  position: absolute;
  top: 0;
  left: 0;
  animation: rocket_ 2s ease-in-out infinite;
}
.index_banner .one .svg .home_svg2 {
  position: absolute;
  top: 0;
  left: 0;
  animation: up_down1 3s infinite linear;
}
.index_banner .one .svg .home_svg3 {
  position: absolute;
  top: 0;
  left: 0;
  animation: up_down1 3s infinite linear;
  animation-delay: 1s;
}

@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(../image/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(../image/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(../image/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(../image/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: #0f4290 !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-weight: 600;
  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: #0f4290;
}
.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: #0f4290 !important;
}
.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-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: #0f4290;
}
.index_header.active .box .information .phone a,
.index_header.on .box .information .phone a {
  color: #0f4290;
}
.index_header.active .box .information .search svg path,
.index_header.on .box .information .search svg path {
  fill: #0f4290;
}
.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: #0f4290;
}
.index_header.headeColor .box .information .phone a {
  color: #0f4290;
}
.index_header.headeColor .box .information .search svg path {
  fill: #0f4290;
}
@-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.3));
}
.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 .item_mask {
  background: rgba(32, 98, 49, 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;
}
.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: #0f4290;
  display: block;
  border: 1px solid #0f4290;
  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: #0f4290;
  color: #fff;
  border-color: #0f4290;
  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: #0f4290;
  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: #0f4290;
  color: #fff;
  border-color: #0f4290;
}
.index_button.bg .link a:hover {
  background: #0f4290;
  color: #fff;
  border-color: #0f4290;
  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(../image/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(../image/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: #0f4290;
}
.index_customer .box .banner .button .p p:hover::after{
    background: #0f4290;
}




.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;
  letter-spacing: -3px;
}
.index_customer .box1 .banner .swiper-wrapper .swiper-slide .item_text .marquee-text {
  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%;
}
.index_news .index_news_list .top_ a p {
  font-size: 18px;
  color: #000;
  position: absolute;
  top: 0.3rem;
  left: 0.25rem;
}
.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: #317242;
}
.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: #0f4290;
  -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: #0f4290;
  -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: #317242;
}
.index_news .index_news_list .more a {
  margin-top: 15px;
  font-size: 16px;
  color: #317242;
  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 {
}
.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: #edf1f7;
}

.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: #0f4290;
}
.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;
  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: #0f4290;
}
.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: #0f4290;
    color: #fff;
    border-color: #0f4290;
}
.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: #0f4290;
}
.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;
  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: #0f4290;
}
.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 #0f4290;
  font-size: 13px;
  font-weight: 600;
  color: #0f4290;
  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: #0f4290;
  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;
  -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: #0f4290;
    opacity: .5;
    
    
}


.index_service .box .list .item .position_ul ul li a:hover{
    color: #0f4290;
}
.index_service .box .list .item .position_link{
    margin-top: 0.2rem;
}
.index_service .box .list .item .position_link p a{
    color: #0f4290;
    /*background: #fff;*/
    box-shadow: 0;
    
}
.index_service .box .list .item .position_link p a:hover{
    background: #0f4290;
    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  #0f4290;
    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: #0f4290;
    color: #fff;
    border-color:#0f4290 ;
}
.indexLink p a i{
    color: #0f4290;
    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;
  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);
}
.cooperation_list .industry {
  position: relative;
  top: 0rem;
}
.cooperation_list article h1 {
  font-size: 0.32rem;
  margin-top: 1rem;
  position: relative;
}
.cooperation_list article h1 p{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #0f4290;
    cursor: pointer;
}
.cooperation_list article h1 .p2{
    display: none;
}

.cooperation_list article h1.active .p1{
    display: none;
}
.cooperation_list article h1.active .p2{
    display: block;
}


.cooperation {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 1.5%;
  grid-row-gap: 0.28rem;
  margin-top: 0.36rem;
 height: 286px;
  overflow: hidden;
}
.cooperation.active{
  height: auto;
  overflow: initial;
}
.cooperation .item {
  min-width: -webkit-calc(100vw / 12);
  min-width: calc(100vw / 12);
  
  
  
  
  /*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;*/
  /*-webkit-box-shadow: 0.14rem 0.14rem 0.2rem rgba(164, 164, 186, 0.2), inset 0.04rem 0.04rem 0.2rem rgba(164, 164, 186, 0.2);*/
  /*box-shadow: 0.14rem 0.14rem 0.2rem rgba(164, 164, 186, 0.2), inset 0.04rem 0.04rem 0.2rem rgba(164, 164, 186, 0.2);*/
  
background-image: linear-gradient(0deg, #fff, #f3f5f8);
box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1), -8px -8px 20px 0 #fff;
  
  
  
  
  height: 120px;
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.3rem;
  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;
}
.cooperation .item img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.CustomerWitness_nav ._nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.CustomerWitness_nav ._nav ul li {
  margin-right: 0.2rem;
}
.CustomerWitness_nav ._nav ul li a {
  font-size: 16px;
  display: block;
  border: 1px solid #999;
  line-height: 0.46rem;
  padding: 0 0.3rem;
  border-radius: 0.3rem;
  color: #666;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  transform: rotate(0deg);
}
.CustomerWitness_nav ._nav ul li a span {
  position: relative;
  z-index: 1;
}
.CustomerWitness_nav ._nav ul li a::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: #0f4290;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.CustomerWitness_nav ._nav ul li a:hover {
  color: #fff;
  border: 1px solid #0f4290;
}
.CustomerWitness_nav ._nav ul li a:hover::after {
  opacity: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.CustomerWitness_nav ._nav ul .active a {
  color: #fff;
  border: 1px solid #0f4290;
}
.CustomerWitness_nav ._nav ul .active a::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  border-radius: 0%;
  opacity: 1;
}
.service_container {
  position: relative;
}
.service_container .service_container_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.service_container .service_container_wrapper .service_slide__content {
  width: 50%;
  -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 .service_container_wrapper .service_slide__content .service_slide__content_list .service_slide__content_item {
  height: 100vh;
  width: 100%;
}
.service_container .service_container_wrapper .service_slide__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  pointer-events: none;
  /*overflow-y: overlay;*/
  
}.service_container .service_container_wrapper .service_slide__sticky div{
    overflow-y: hidden;
}

.service_container .service_container_wrapper .service_slide__sticky li{
    overflow-y: overlay;
}


.service_container .service_container_wrapper .service_slide__sticky .service_slide__nav {
  position: absolute;
  top: 50%;
  left: -97%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  pointer-events: all;
  -webkit-transform: rotate(-90deg) translate(-50%);
  -ms-transform: rotate(-90deg) translate(-50%);
  transform: rotate(-90deg) translate(-50%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.service_container .service_container_wrapper .service_slide__sticky .service_slide__nav a {
  color: #fff;
  opacity: 0.4;
  margin: 0 0.4rem 0 0;
  font-size: 14px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-transform: uppercase;
}
.service_container .service_container_wrapper .service_slide__sticky .service_slide__nav .is_active {
  opacity: 1;
}
.service_container .service_container_wrapper .service_slide__sticky .service_slide__images {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
.service_container .service_container_wrapper .service_slide__sticky .service_slide__images .service_slide__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.service_container .service_container_wrapper .service_slide__sticky .service_slide__images .service_slide__image .service_slide__image_img {
  width: 100%;
  height: 100%;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.service_container .service_container_wrapper .service_slide__sticky .service_slide__images .service_slide__image .service_slide__image_img picture{
    height: 100%;
}
.service_container .service_container_wrapper .service_slide__sticky .service_slide__images .service_slide__image .service_slide__image_img .lpk_pc {
    width: 100%;
    height: 100%;
}
.service_container .service_container_wrapper .service_slide__sticky .service_slide__images .service_slide__image .service_slide__image_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service_container .service_container_wrapper .service_slide__sticky .service_slide__images .service_slide__image4 .service_slide__image_img {
  border-radius: 0;
}
.service_container .service_container_wrapper .service_slide__sticky .service_slide__images .service_slide__image:nth-child(1) {
  z-index: 4;
}
.service_container .service_container_wrapper .service_slide__sticky .service_slide__images .service_slide__image:nth-child(2) {
  z-index: 3;
}
.service_container .service_container_wrapper .service_slide__sticky .service_slide__images .service_slide__image:nth-child(3) {
  z-index: 2;
}
.service_container .service_container_wrapper .service_slide__sticky .service_slide__images .service_slide__image:nth-child(4) {
  z-index: 1;
}
.service_container .service_container_wrapper .service_slide__sticky .service_slide__images .service_slide__image:nth-child(5) {
  z-index: 0;
}
.service_container_box {
  padding: 16vw 1rem 0;
}
.service_container_box .title {
  font-size: 0.42rem;
  color: #fff;
}
.service_container_box .desc {
  font-size: .18rem;
  line-height: 32px;
  color: #fff;
  text-align: justify;
  margin-top: 0.2rem;
}
.service_container_box .desc span {
  background: -o-linear-gradient(#fff, #fff) no-repeat right bottom;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) no-repeat right bottom;
  background: linear-gradient(#fff, #fff) no-repeat right bottom;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.8s;
  -o-transition: background-size 0.8s;
  transition: background-size 0.8s;
  cursor: default;
}
.service_container_box .list {
  margin-top: 0.36rem;
}
.service_container_box .list a {
  display: block;
  width: 50%;
  color: #fff;
  line-height: 0.35rem;
  padding-left: 0.16rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 0.18rem;
  cursor: default;
}
.service_container_box .list a span::before {
  content: '·';
  position: absolute;
  left: 0;
}
.service_container_box .list a span {
  background: -o-linear-gradient(#fff, #fff) no-repeat right bottom;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) no-repeat right bottom;
  background: linear-gradient(#fff, #fff) no-repeat right bottom;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.8s;
  -o-transition: background-size 0.8s;
  transition: background-size 0.8s;
}
.service_container_box .list a:hover span {
  background-position-x: left;
  background-size: 100% 1px;
}
.service_container_box .name {
  font-size: 0.22rem;
  color: #fff;
  margin-top: 0.9rem;
  display: none;
}
.service_container_box .banner {
  position: relative;
  margin-top: 0.2rem;
  display: none;
}
.service_container_box .banner a {
  display: block;
}
.service_container_box .banner a .img {
  border-radius: 6px;
  overflow: hidden;
}
.service_container_box .banner a .img img {
  width: 100%;
}
.service_container_box .banner a figcaption {
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin-top: 0.1rem;
}
.service_container_box .link {
  margin-top: 0.4rem;
}
.service_container_box .link1{
    margin-left: 0.3rem;
}
.service_container_box .link .index_button {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bgcolor {
  background: #edf1f7;
}
#turnkey .section_case{
  width: 80%;
  margin: auto;
}
.section_case {
  padding-top: 2rem;
}
.section_case .title_h1 {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}
.section_case .title_h2 {
  font-size: 0.42rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.6rem;
}
.section_case ._list {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.section_case ._list ._item a {
  display: block;
  position: relative;
}
.section_case ._list ._item a .img {
  position: relative;
  -webkit-perspective: 250px;
  perspective: 250px;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid #fff;
}
.section_case ._list ._item a .img > img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.section_case ._list ._item a .img ._logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0deg) scale(0.2);
  -ms-transform: rotate(0deg) scale(0.2);
  transform: rotate(0deg) scale(0.2);
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  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-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0.12rem;
}
.section_case ._list ._item a .img ._logo img {
  margin: auto;
}
.section_case ._list ._item a .b {
  padding: 0.3rem 1.2rem 0.3rem 0;
  position: relative;
}
.section_case ._list ._item a .title {
  font-size: 24px;
  text-align: justify;
  color: #000;
  margin-bottom: 0px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 2;
  font-weight: 100;
}
.section_case ._list ._item a .text {
  color: #999;
  line-height: 1.5;
  font-size: 16px;
}
.section_case ._list ._item a .link {
  position: absolute;
  top: 50%;
  right: 0.1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #999;
  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-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 33px;
  font-size: 24px;
  display: block;
  text-align: center;
}
.section_case ._list ._item a .link path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.section_case ._list ._item a .link:hover {
  border-color: #0f4290;
}
.section_case ._list ._item a .link:hover path {
  fill: #0f4290;
}
.section_case ._list ._item a:hover .img > img {
  /*-webkit-transform: scale(1.3) rotate(15deg);*/
  /*-ms-transform: scale(1.3) rotate(15deg);*/
  /*transform: scale(1.3) rotate(15deg);*/
  transform: scale(1.1);
}
.section_case ._list ._item a:hover .img ._logo {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
.section_case ._list ._item a:hover .title {
  color: #0f4290;
}
.section_case ._list ._item a:hover .link{
   border-color: #0f4290;
    
}

.section_case ._list ._item a:hover .link path {
    fill: #0f4290;
}

.section_case ._page {
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.classification {
  padding-top: 0.6rem;
  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;
}
.classification.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.classification ._left {
  font-size: 18px;
  line-height: 0.46rem;
}
.classification ._left span {
  font-weight: bold;
  display: inline-block;
}
.classification ._right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.classification ._right ul li {
  margin-left: 0.2rem;
  /*overflow: hidden;*/
  display: inline-block;
}
.classification ._right ul li a {
  font-size: 16px;
  display: block;
  /*border: 1px solid #000;*/
  line-height: 0.46rem;
  padding: 0 0.3rem;
  border-radius: 0.3rem;
  color: #000;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  z-index: 1;
  transform: rotate(0deg);
  box-shadow: 0px 0px 0px 1px #000;
  
}
.classification ._right ul li a span {
  position: relative;
  z-index: 1;
}
.classification ._right ul li a::after {
  position: absolute;
  content: '';
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #0f4290;
  border-radius: 0.3rem;
  /*border-radius: 50%;*/
  /*-webkit-transform: translate(-50%, -50%) scale(0);*/
  /*-ms-transform: translate(-50%, -50%) scale(0);*/
  /*transform: translate(-50%, -50%) scale(0);*/
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.classification ._right ul li a:hover {
  color: #fff;
  box-shadow: 0px 0px 0px 1px transparent;
}
.classification ._right ul li a:hover::after {
  opacity: 1;
  /*-webkit-transition: 1s;*/
  /*-o-transition: 1s;*/
  /*transition: 1s;*/
  /*-webkit-transform: translate(-50%, -50%) scale(1);*/
  /*-ms-transform: translate(-50%, -50%) scale(1);*/
  /*transform: translate(-50%, -50%) scale(1);*/
}
.classification ._right ul .active a {
  color: #fff;
  box-shadow: 0px 0px 0px 1px transparent;
}
.classification ._right ul .active a::after {
  /*-webkit-transform: translate(-50%, -50%) scale(1);*/
  /*-ms-transform: translate(-50%, -50%) scale(1);*/
  /*transform: translate(-50%, -50%) scale(1);*/
  opacity: 1;
}
.inner_page {
  margin: auto;
}
.inner_page .box {
  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;
  width: 100%;
}
.inner_page .box .button p a {
  width: 45px;
  height: 45px;
  font-size: 16px;
  color: #000;
  line-height: 45px;
  border: 1px solid #ddd;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  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;
}
.inner_page .box .button p a svg{
    transform: scale(0.8);
}
.inner_page .box .button p a:hover {
  background: #0f4290;
  color: #fff;
  border: 1px solid #0f4290;
}
.inner_page .box .button p a:hover svg path {
  fill: #fff;
}
.inner_page .box .button.next p a svg {
  -webkit-transform: rotate(180deg) scale(0.8);
  -ms-transform: rotate(180deg) scale(0.8);
  transform: rotate(180deg) scale(0.8);
}
.inner_banner {
  overflow: hidden;
  position: relative;
}
.inner_banner > img {
  width: 100%;
  position: relative;
}

.inner_banner picture img{
    width: 100%;
}


.inner_banner .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.inner_banner .position ._main {
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.inner_banner .position ._main h1 {
  font-size: 0.48rem;
  color: #fff;
}
._newsNav {
  display: none;
}
._newsNav .RecommendedNews {
  margin-top: 0.6rem;
  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;
}
._newsNav .RecommendedNews ._boxLeft {
  width: 45%;
}
._newsNav .RecommendedNews ._boxLeft .item {
  border-bottom: 1px solid #eee;
}
._newsNav .RecommendedNews ._boxLeft .item a {
  padding: 0.3rem 0;
  display: block;
}
._newsNav .RecommendedNews ._boxLeft .item a .title {
  font-size: 0.2rem;
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
._newsNav .RecommendedNews ._boxLeft .item a .text {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #666;
  margin: 0.16rem 0 0.2rem;
}
._newsNav .RecommendedNews ._boxLeft .item a .time {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: #999;
  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;
  line-height: 32px;
}
._newsNav .RecommendedNews ._boxLeft .item a .time svg {
  display: block;
}
._newsNav .RecommendedNews ._boxLeft .item a .time svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
._newsNav .RecommendedNews ._boxLeft .item a:hover .title {
  color: #0f4290;
}
._newsNav .RecommendedNews ._boxLeft .item a:hover svg path {
  fill: #0f4290;
}
._newsNav .RecommendedNews ._boxRight {
  width: 49.2%;
}
._newsNav .RecommendedNews ._boxRight ._imgList {
  display: none;
  height: 100%;
}
._newsNav .RecommendedNews ._boxRight ._imgList img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
._newsNav .RecommendedNews ._boxRight .active {
  display: block;
}
._newsNav .listNews {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
._newsNav .listNews ._item {
  border: 1px solid #eee;
}
._newsNav .listNews ._item a {
  display: block;
}
._newsNav .listNews ._item a .img {
  overflow: hidden;
}
._newsNav .listNews ._item a .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
._newsNav .listNews ._item a ._info {
  padding: 0.2rem 0 0;
}
._newsNav .listNews ._item a ._info .h5 {
  font-size: 0.18rem;
  color: #000;
  font-weight: bold;
  padding: 0 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
._newsNav .listNews ._item a ._info .text {
  font-size: 0.15rem;
  color: #999;
  line-height: 0.26rem;
  height: 0.52rem;
  margin-top: 0.2rem;
  padding: 0 0.2rem;
}
._newsNav .listNews ._item a ._info .time {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.2rem;
  line-height: 0.6rem;
  border-top: 1px solid #eee;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
._newsNav .listNews ._item a ._info .time ._time {
  color: #999;
  font-size: 0.14rem;
}
._newsNav .listNews ._item a ._info .time ._icon {
  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;
  opacity: 0.9;
}
._newsNav .listNews ._item a ._info .time ._icon path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
._newsNav .listNews ._item a:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
._newsNav .listNews ._item a:hover .h5 {
  color: #0f4290;
}
._newsNav .listNews ._item a:hover ._icon path {
  fill: #0f4290;
}
._newsNav ._page {
  padding: 0.6rem 0 0;
}
.New_search {
  position: relative;
  z-index: 1;
}
.New_search .biaodian {
  background: #f5f5f5;
  height: 0.48rem;
  width: 5rem;
  border-radius: 0.3rem;
}
.New_search .biaodian input[type='text'] {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  outline: none;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.3rem;
  font-size: 16px;
}
.New_search .biaodian label {
  position: absolute;
  right: 0.3rem;
  top: 0;
  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;
  cursor: pointer;
}
.New_search .biaodian label input {
  display: none;
}
.New_search .biaodian label svg {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.New_search .biaodian label svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.New_search .biaodian label:hover svg {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.New_search .biaodian label:hover svg path {
  fill: #0f4290;
}
.New_container {
  margin-top: 1rem;
}
.New_container ._nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.New_container ._nav ul li {
  margin-right: 0.2rem;
}
.New_container ._nav ul li a {
  font-size: 16px;
  display: block;
  border: 1px solid #fff;
  line-height: 0.46rem;
  padding: 0 0.3rem;
  border-radius: 0.3rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.New_container ._nav ul li a span {
  position: relative;
  z-index: 1;
}
.New_container ._nav ul li a::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: #0f4290;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.New_container ._nav ul li a:hover {
  color: #fff;
  border: 1px solid #0f4290;
}
.New_container ._nav ul li a:hover::after {
  opacity: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.New_container ._nav ul .active a {
  color: #fff;
  border: 1px solid #0f4290;
}
.New_container ._nav ul .active a::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  border-radius: 0%;
  opacity: 1;
}
.New_container .box_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0.6rem;
  grid-row-gap: 0.6rem;
}
.New_container .box_list .item a {
  position: relative;
  display: block;
}
.New_container .box_list .item a .img {
  overflow: hidden;
  height: 5.26rem;
}
.New_container .box_list .item a .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.New_container .box_list .item a .position {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
}
.New_container .box_list .item a .position .content1 {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.6rem;
  font-size: 0.24rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.New_container .box_list .item a .position .content2 {
  position: absolute;
  left: 0.6rem;
  bottom: 0.6rem;
  color: #fff;
  font-size: 0.2rem;
}
.New_container .box_list .item a .position .content3 {
  position: absolute;
  right: 0.6rem;
  bottom: 0.56rem;
  color: #fff;
  font-size: 0.14rem;
  border: 1px solid #fff;
  padding: 0.1rem 0.2rem;
  border-radius: 0.3rem;
}
.New_container .box_list .item a:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.New_container .box_list .item1 a .position {
  background: none;
  border: 1px solid #ddd;
}
.New_container .box_list .item1 a .position .content1 {
  color: #000;
}
.New_container .box_list .item1 a .position .content2 {
  color: #000;
}
.New_container .box_list .item1 a .position .content3 {
  color: #000;
  border-color: #000;
}
.New_container ._page {
  margin-top: 0.6rem;
}
.page_bread {
  margin-top: 1.5rem;
}
.page_bread ._main {
  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;
}
.page_bread ._main .left {
  line-height: 40px;
  font-size: 16px;
  color: #999;
}
.page_bread ._main .left a {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.page_bread ._main .left a:hover {
  color: #0f4290;
}
.page_bread ._main .left i {
  font-size: 14px;
}
.page_bread ._main .right {
  line-height: 0.3rem;
  font-size: 14px;
}
.page_bread ._main .right a {
  color: #0f4290;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
  border: 1px solid #0f4290;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 40px;
}
.page_bread ._main .right svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.page_bread ._main .right svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  fill: #0f4290;
  border: 1px solid #0f4290;
  
}

.page_bread ._main .right:hover a {
  background: #0f4290;
  color: #fff;
}
.page_bread ._main .right:hover svg path {
  fill: #fff;
}
.NewsDetails .box .boxLeft {
  width: 70%;
}
.NewsDetails .box .boxLeft .time {
  font-size: 16px;
}
.NewsDetails .box .boxLeft .title {
  font-size: 0.32rem;
  margin-top: 0.32rem;
}
.NewsDetails .box .boxLeft .copywriting {
  margin-top: 0.4rem;
  font-size: 16px;
  line-height: 0.3rem;
  color: #666;
  text-align: justify;
}
.NewsDetails .box .boxLeft .copywriting img {
  max-width: 100%;
  margin: auto;
  width: auto !important;
  height: auto !important;
}
.NewsDetails .box .boxLeft .paging {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1%;
  -moz-column-gap: 1%;
  column-gap: 1%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 0.6rem;
  padding: 0.2rem 0;
}
.NewsDetails .box .boxLeft .paging .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem;
  border-radius: 0.12rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewsDetails .box .boxLeft .paging .item a .img {
  width: 20%;
  border-radius: 0.12rem;
  overflow: hidden;
}
.NewsDetails .box .boxLeft .paging .item a .img img {
  width: 100%;
}
.NewsDetails .box .boxLeft .paging .item a .text {
  margin-left: 4%;
  width: 76%;
}
.NewsDetails .box .boxLeft .paging .item a .text p {
  font-size: 0.14rem;
  color: #999;
  padding-top: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewsDetails .box .boxLeft .paging .item a .text div {
  color: #000;
  font-size: 0.16rem;
  line-height: 0.26rem;
  margin-top: 0.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewsDetails .box .boxLeft .paging .item a:hover {
  background: rgba(24, 131, 255, 0.5);
}
.NewsDetails .box .boxLeft .paging .item a:hover .text p {
  color: #fff;
}
.NewsDetails .box .boxLeft .paging .item a:hover .text div {
  color: #fff;
}
.NewsDetails .box .boxLeft .paging .next {
  text-align: right;
}
.NewsDetails .box .boxLeft .paging .next a .text {
  margin-left: 0;
  margin-right: 4%;
}
.NewsDetails .box .boxLeft .linkeBut {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.6rem auto 0;
}
.NewsDetails .box .boxLeft .linkeBut .like-img {
  width: 85px;
  height: 85px;
  margin: 0 auto 0.2rem;
}
.NewsDetails .box .boxLeft .linkeBut small {
  display: block;
  line-height: 85px;
  text-align: center;
  font-size: 0;
  margin: auto;
  background-color: #0f4290;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.NewsDetails .box .boxLeft .linkeBut small::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 98, 49, 0.5);
  border-radius: 100%;
  -webkit-animation: like 1.7s ease 0s infinite;
  animation: like 1.7s ease 0s infinite;
}
.NewsDetails .box .boxLeft .linkeBut small img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;

}
.NewsDetails .box .boxLeft .linkeBut small img:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.NewsDetails .box .boxLeft .linkeBut .like-sp {
  text-align: center;
  font-size: 16px;
  color: #0f4290;
  padding-left: 5px;
  white-space: nowrap;
}
.NewsDetails .box .boxLeft .linkeBut.active small {
  background: none;
}
.NewsDetails .box .boxLeft .linkeBut.active small::after {
  background: none;
}
.NewsDetails .box .boxLeft .linkeBut.active small i img:nth-child(2) {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.NewsDetails .box .boxRight {
  width: 26%;
  position: relative;
}
.NewsDetails .box .boxRight > section {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}
.NewsDetails .box .boxRight ._search {
  background: #f5f5f5;
  padding: 0.4rem 0.3rem;
}
.NewsDetails .box .boxRight ._search .title {
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.NewsDetails .box .boxRight ._search form {
  position: relative;
}
.NewsDetails .box .boxRight ._search input[type='text'] {
  display: block;
  width: 100%;
  border: 0;
  height: 0.48rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.15rem;
  font-size: 0.14rem;
  border-radius: 32px;
}
.NewsDetails .box .boxRight ._search label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.2rem;
  z-index: 1;
  cursor: pointer;
}
.NewsDetails .box .boxRight ._search label svg {
  display: block;
}
.NewsDetails .box .boxRight ._search label input {
  display: none;
}
.NewsDetails .box .boxRight .recommend {
  background: #f5f5f5;
  padding: 0.4rem 0.3rem 0.2rem;
  margin-top: 0.2rem;
}
.NewsDetails .box .boxRight .recommend .list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.NewsDetails .box .boxRight .recommend .list ._top {
  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;
}
.NewsDetails .box .boxRight .recommend .list ._top p {
  font-size: 0.2rem;
  font-weight: bold;
}
.NewsDetails .box .boxRight .recommend .list ._top a {
  color: #666;
  display: block;
  line-height: 0.4rem;
  font-size: 0.16rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewsDetails .box .boxRight .recommend .list ._top a i {
  font-size: 0.16rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewsDetails .box .boxRight .recommend .list ._top a:hover {
  color: #0f4290;
}
.NewsDetails .box .boxRight .recommend .list ._top a:hover i {
  color: #0f4290;
}
.NewsDetails .box .boxRight .recommend .list ._bottom {
  margin-top: 0.3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.NewsDetails .box .boxRight .recommend .list ._bottom ._item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
}
.NewsDetails .box .boxRight .recommend .list ._bottom ._item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0%;
  height: 1px;
  background: #0f4290;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewsDetails .box .boxRight .recommend .list ._bottom ._item a ._left {
  width: 1.16rem;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  -webkit-box-shadow: 0px 0px 6px #eee;
  box-shadow: 0px 0px 6px #eee;
}
.NewsDetails .box .boxRight .recommend .list ._bottom ._item a ._left img {
  width: 100%;
  aspect-ratio: 1;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -o-object-fit: cover;
  object-fit: cover;
  width: 1.16rem;
  height: 1.16rem;
}
.NewsDetails .box .boxRight .recommend .list ._bottom ._item a ._right {
  margin-left: 5%;
  width: -webkit-calc(93.84%);
  width: calc(100% - 5% - 1.16rem);
  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;
}
.NewsDetails .box .boxRight .recommend .list ._bottom ._item a ._right > div {
  width: 100%;
}
.NewsDetails .box .boxRight .recommend .list ._bottom ._item a ._right h5 {
  padding-top: 0.05rem;
  font-size: 0.18rem;
  color: #000;
  line-height: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewsDetails .box .boxRight .recommend .list ._bottom ._item a ._right .text {
  font-size: 0.14rem;
  line-height: 0.22rem;
  margin-top: 0.1rem;
  color: #666;
}
.NewsDetails .box .boxRight .recommend .list ._bottom ._item a ._right .time {
  line-height: 0.2rem;
  margin-bottom: 0.04rem;
  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;
}
.NewsDetails .box .boxRight .recommend .list ._bottom ._item a ._right .time p {
  color: #999;
  font-size: 0.14rem;
}
.NewsDetails .box .boxRight .recommend .list ._bottom ._item a ._right .time i {
  font-size: 0.12rem;
  color: #999;
}
.NewsDetails .box .boxRight .recommend .list ._bottom ._item a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.NewsDetails .box .boxRight .recommend .list ._bottom ._item a:hover ._left img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.NewsDetails .box .boxRight .recommend .list ._bottom ._item a:hover ._right h5 {
  color: #0f4290;
}
.NewsDetails .box .boxRight .recommend .list ._bottom ._item:last-child a {
  border: 0;
}
@-webkit-keyframes like {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes like {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    opacity: 0;
  }
}
.NewsDetails_page {
  background: #f5f5f5;
  padding: 0.6rem 0;
}
.NewsDetails_page .box .item {
  width: 49%;
  background: #fff;
}
.NewsDetails_page .box .item a {
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.3rem 1.6rem;
}
.NewsDetails_page .box .item a .content0 {
  font-size: 0.15rem;
  color: #999;
  display: none;
}
.NewsDetails_page .box .item a .content1 {
  font-size: 18px;
  margin: 0.2rem 0 0.15rem;
  color: #000;
}
.NewsDetails_page .box .item a .content2 {
  text-align: center;
  line-height: 24px;
  font-size: 15px;
  height: 48px;
  color: #666;
}
.NewsDetails_page .box .item a .content3 {
  margin: 0.3rem auto 0;
}
.NewsDetails_page .box .item a .content3 div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}
.NewsDetails_page .box .item a .content3 div p {
  border: 1px solid #0f4290;
  padding: 0.1rem 0;
  border-radius: 0.4rem;
  color: #0f4290;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 1.6rem;
  text-align: center;
}
.NewsDetails_page .box .item a .content3 div p i {
  vertical-align: middle;
}
.NewsDetails_page .box .item a .content3 div p:hover {
  background: #0f4290;
  color: #fff;
}
.NewsDetails_page .box .item a .content3_right div p svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@-webkit-keyframes MoreArrowL {
  0% {
    -webkit-transform: translate(0.32rem, 0);
    transform: translate(0.32rem, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes MoreArrowL {
  0% {
    -webkit-transform: translate(0.32rem, 0);
    transform: translate(0.32rem, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes MoreArrowR {
  0% {
    -webkit-transform: translate(-0.32rem, 0);
    transform: translate(-0.32rem, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes MoreArrowR {
  0% {
    -webkit-transform: translate(-0.32rem, 0);
    transform: translate(-0.32rem, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.nbanner .nban {
  position: relative;
}
.nbanner .nban small img {
  width: 100%;
}
.nbanner .zlbandiv {
  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;
}
.nbanner .zlbandiv .disvc {
  width: 100%;
}
.nbanner .zlbandiv .disvc h2 {
  display: block;
  font-size: 0.42rem;
  color: #111;
  line-height: 0.64rem;
}
.contact_information {
  height: 0px;
  position: relative;
  z-index: 1;
  bottom: 1.1rem;
}
.contact_information .box {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
}
.contact_information .box .boxLeft {
  width: 114px;
  height: 2.2rem;
  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-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
}
.contact_information .box .boxLeft ul {
  width: 100%;
}
.contact_information .box .boxLeft ul li {
  line-height: 0.56rem;
  font-size: 0.18rem;
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.contact_information .box .boxLeft ul li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  margin: auto;
  width: 1px;
  height: 30px;
  background-color: #343434;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact_information .box .boxLeft ul .active {
    
}
.contact_information .box .boxLeft ul .active::after {
  opacity: 1;
}
.contact_information .box .boxRight {
  width: -webkit-calc(-14%);
  width: calc(100% - 114px);
}
.contact_information .box .boxRight .list {
  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;
}
.contact_information .box .boxRight .list .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
}
.contact_information .box .boxRight .list .main .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.3rem;
  border-right: dashed 1px #dfdfdf;
}
.contact_information .box .boxRight .list .main .item:last-child {
  border-right: 0;
}
.contact_information .box .boxRight .list .main .item figure {
  font-size: 18px;
  height: 0.28rem;
  display: block;
  color: #0f4290;
  margin-top: 0.1rem;
}
.contact_information .box .boxRight .list .main .item p {
  font-size: .2rem;
  color: #0f4290;
  line-height: 1.5;
  margin-top: 0.08rem;
}
.contact_information .box .boxRight .list .main .item p a {
  font-size: 0.2rem;
  color: #0f4290;
}
.contact_information .box .boxRight .list .main .item1 p a{
    font-size: 0.18rem;
}
.contact_information .box .boxRight .list .main .item p span {
  font-size: 16px;
}
.contact_information .box .boxRight > div {
  display: none;
  height: 100%;
}
.contact_information .box .boxRight .active {
  display: block;
}
.contact_map {
  position: relative;
}
.contact_map .img img {
  width: 100%;
}
.contact_map .position {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.contact_map .position a {
  display: block;
  height: 0.55rem;
  background-color: #0f4290;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.55rem;
  margin-top: 0.45rem;
  width: 2.15rem;
  text-align: center;
  border-radius: 0.3rem;
}
.fmsect .contfm .row {
  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;
}
.fmsect .contfm .row .col-lg-6 {
  width: 49%;
}
.fmright .tit {
  text-align: center;
  line-height: 0.5rem;
  margin-bottom: 0.3rem;
}
.fmright .tit h2 {
  font-size: 0;
  display: table;
  width: 100%;
}
.fmright .tit h2 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.36rem;
  color: #252525;
}
.fmright .tit p {
  font-size: 0.2rem;
  color: #252525;
}
.contfm {
  width: 1060px;
  margin: auto;
}
.fminpdiv {
  padding: 0 10px;
  margin-bottom: 20px;
}
.contfm input,
.contfm select,
.fminpdiv textarea {
  width: 100%;
  height: 50px;
  border: solid 1px #a6a6a6;
  border-radius: 25px;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  
  
}
.contfm select {
  background: url(../image/selectbg.png) no-repeat right 10px center;
}
.fminpdiv {
  width: 100%;
}
.fminpdiv textarea {
  height: 1.55rem;
  padding: 20px;
  width: 100%;
  display: block;
  resize: none;
}
.contfm .fmdiv {
  width: 2.1rem;
  margin: auto;
}
.contfm .fmyz a {
  float: right;
}
.contfm .fmbut {
  margin-top: 0.2rem;
}
.contfm .fmbut input {
  border: none;
  background-color: #0f4290;
  color: #fff;
  cursor: pointer;
  height: 50px;
  border-radius: 25px;
}
.solution_container {
  position: relative;
}
.solution_container .img img {
  width: 100%;
}
.solution_container .position {
  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;
}
.solution_container .position .box .content0 {
  font-size: 0.48rem;
}
.solution_container .position .box .content1 {
  font-size: 18px;
  width: 40%;
  line-height: 0.35rem;
  margin-top: 0.2rem;
  text-align: justify;
  color: #333;
}
.solution_container .position .box .content2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.46rem;
   width: 45%;
}
.solution_container .position .box .content2 .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.solution_container .position .box .content2 .main .item {
  /*margin-right: 0.5rem;*/
  text-align: center;
}
.solution_container .position .box .content2 .main .item figcaption {
  /*width: 0.7rem;*/
  height: 0.7rem;
  /*border: 1px solid #0f4290;*/
  /*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;
}
.solution_container .position .box .content2 .main .item figcaption img {
  margin: auto;
  /*max-width: 65%;*/
  max-height: 92%;
}
.solution_container .position .box .content2 .main .item figcaption svg {
  margin: auto;
  max-width: 100%;
  max-height: 92%;
  overflow: initial;
}

.solution_container .position .box .content2 .main .item figure {
  font-size: 18px;
  color: #333;
  margin-top: 0.1rem;
}
.solution_container .position .box .content3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3rem;
}
.solution_container .position .box .content2 .main .item figcaption .img1{
    animation: top_bot1 2s infinite linear;
	opacity: 0;
}

.solution_container .position .box .content2 .main .item:nth-child(1) .img1{
    animation-delay: 0s;
}
.solution_container .position .box .content2 .main .item:nth-child(2) .img1{
   animation-delay: 1s;
}
.solution_container .position .box .content2 .main .item:nth-child(3) .img1{
   animation-delay: 0.5s;
}
.solution_container .position .box .content2 .main .item:nth-child(4) .img1{
   animation-delay: 1.5s;
}


@keyframes top_bot1{
	0%{
		transform: translateY(-10px);
		opacity: 1;
	}
	50%{
		transform: translateY(0px);
		opacity: 1;
	}
	100%{
		transform: translateY(-10px);
		opacity: 1;
	}

}



.solution_realization_container {
  overflow: hidden;
  position: relative;
  margin-top: -5px;
}
.solution_realization_container .img {
 height: 100vh;
  /*background: #edf1f7;*/
}
.solution_realization_container .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}
.solution_strategy_container{
    background: #f5f7fa;
}
.solution_realization_container .position {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.solution_realization_container .position div {
  margin: auto;
  text-align: center;
}


.solution_realization_container .position div .icon {
    margin-bottom: .3rem;
    display: none;
}

.solution_realization_container .position div .icon p {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #0f4290;
    margin: auto;
}


.solution_realization_container .position div h5 {
  font-size: 0.48rem;
  text-align: center;
}
.solution_realization_container .position div div {
  margin-top: 0.3rem;
}
.solution_realization_container .list .item {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  font-size: 24px;
  line-height: 0.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  padding: 0 0.24rem;
  line-height: 0.8rem;
  border-radius: 0.16rem;
  cursor: default;
  opacity: 0;
  
  
  
    /*-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);*/
    
    background-image: linear-gradient(0deg, #fff, #f3f5f8);
    box-shadow: 9px 3px 20px 0 rgba(55, 99, 170, 0.1), -8px -8px 20px 0 #fff;
  
  
  
}
.solution_realization_container .list .item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  border: 10px solid transparent;
  border-left-color: rgba(255, 255, 255, 0.5);
  
  
}
.solution_realization_container .list .item:hover {
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
.solution_realization_container .list.active .item {
  opacity: 1;
}
.solution_realization_container .list.active .item0 {
  left: 16%;
  top: 35%;
  -webkit-transition: 0.6s ease-in;
  -o-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
}
.solution_realization_container .list.active .item1 {
  left: 30%;
  top: 20%;
  opacity: 0.4;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.solution_realization_container .list.active .item2 {
  left: auto;
  right: 0%;
  top: 40%;
  opacity: 0.4;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.solution_realization_container .list.active .item2::after {
  right: auto;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.solution_realization_container .list.active .item3 {
  top: 60%;
  left: 26%;
  -webkit-transition: 0.6s ease-in;
  -o-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
}
.solution_realization_container .list.active .item4 {
  left: auto;
  right: 18%;
  top: 72%;
  opacity: 0.6;
  -webkit-transition: 0.8s ease-out;
  -o-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
}
.solution_realization_container .list.active .item4::after {
  right: auto;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.solution_realization_container .list.active .item5 {
  left: auto;
  right: 30%;
  top: 20%;
  opacity: 0.8;
  -webkit-transition: 0.6s ease-in;
  -o-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
}
.solution_realization_container .list.active .item6 {
  left: 40%;
  top: 85%;
  opacity: 0.6;
  -webkit-transition: 0.4s ease-in-out 0.2s;
  -o-transition: 0.4s ease-in-out 0.2s;
  transition: 0.4s ease-in-out 0.2s;
}

.solution_realization_container{
    background: url(../image/solBg.jpg) no-repeat 50% 50%/100% 100%;
}

.solution_realization_container .position1 {
  position: absolute;
  bottom: 0.7rem;
  left: 0;
  width: 100%;
  z-index: 3;
  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;
}

.solution_realization_container .list1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 60%;
  left: 0;
  z-index: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.solution_realization_container .list1 .item {
  position: absolute;
  top: 20%;
  left: 20%;
  border: 1px solid #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 40px 5px 5px;
  -webkit-box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 251, 253, 0.8)), color-stop(60%), color-stop(rgba(231, 243, 254, 0.8)), to(rgba(248, 251, 253, 0.8)));
  background: -o-linear-gradient(top, rgba(248, 251, 253, 0.8), 60%, rgba(231, 243, 254, 0.8), rgba(248, 251, 253, 0.8));
  background: linear-gradient(to bottom, rgba(248, 251, 253, 0.8), 60%, rgba(231, 243, 254, 0.8), rgba(248, 251, 253, 0.8));
  --wid: 0.56rem;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.solution_realization_container .list1 .item .left {
  width: var(--wid);
  height: var(--wid);
  border-radius: 50%;
  line-height: var(--wid);
  font-size: 0.2rem;
  color: #0f4290;
  /*background-image: linear-gradient(135deg, #dbe2e9, #fff);*/
  /*box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16);*/
  position: relative;
}
.solution_realization_container .list1 .item .left  img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}


.solution_realization_container .list1 .item .right {
  line-height: var(--wid);
  margin-left: 0.16rem;
  font-size: 0.24rem;
}
.solution_realization_container .list1.active {
  top: -0.5rem;
}
.solution_realization_container .list1.active .item {
  -webkit-animation: opc 0.6s ease-in-out forwards;
  animation: opc 0.6s ease-in-out forwards;
  -webkit-animation-delay: var(--del);
  animation-delay: var(--del);
}
.solution_realization_container .list1.active .item1 {
  top: 32%;
  left: 20%;
  --wid: 0.46rem;
}
.solution_realization_container .list1.active .item1 .right {
  font-size: 0.2rem;
}
.solution_realization_container .list1.active .item2 {
  top: 43%;
  left: 47%;
  --wid: 0.46rem;
}
.solution_realization_container .list1.active .item2 .right {
  font-size: 0.2rem;
}
.solution_realization_container .list1.active .item3 {
  top: 43%;
  left: 6%;
  --wid: 0.5rem;
}
.solution_realization_container .list1.active .item3 .right {
  font-size: 0.22rem;
}
.solution_realization_container .list1.active .item4 {
  top: 32%;
  left: 61%;
}
.solution_realization_container .list1.active .item5 {
  top: 52%;
  left: 60%;
  --wid: 0.64rem;
}
.solution_realization_container .list1.active .item5 .right {
  font-size: 0.26rem;
}
.solution_realization_container .list1.active .item6 {
  top: 37.5%;
  left: 33.7%;
}
.solution_realization_container .list1.active .item7 {
  top: 52%;
  left: 17%;
}
.solution_realization_container .list1.active .item8 {
  top: 43%;
  left: 79%;
}

.solution_realization_container .tupian {
  position: absolute;
  left: 50%;
  bottom: 1.3rem;
  transform: translateX(-50%);
}
.solution_realization_container .tupian img {
  width: 3.8rem;
}

@-webkit-keyframes opc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}





.solution_strategy_container .box .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /*background-image: -o-radial-gradient(16px 16px, circle, #f0f5fa 2px, #0000 0), -o-linear-gradient(top, #f0f5fa, #fff);*/
  /*background-image: radial-gradient(circle at 16px 16px, #f0f5fa 2px, #0000 0), -webkit-gradient(linear, left top, left bottom, from(#f0f5fa), to(#fff));*/
  /*background-image: radial-gradient(circle at 16px 16px, #f0f5fa 2px, #0000 0), linear-gradient(180deg, #f0f5fa, #fff);*/
  
  
  
  background-image:linear-gradient(to bottom, #fff, #fff,rgba(66,173,93,0.1));
    /*background-image:linear-gradient(to bottom, #fff, #fff);*/
    
    
    
    
    
  -webkit-box-shadow: 0 4px 16px #00000014;
  box-shadow: 0 4px 16px #00000014;
  -webkit-transition: all 0.16s cubic-bezier(0.46, 0, 0.18, 1);
  -o-transition: all 0.16s cubic-bezier(0.46, 0, 0.18, 1);
  transition: all 0.16s cubic-bezier(0.46, 0, 0.18, 1);
  /*padding: 16px 24px;*/
  height: 5.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: .6rem;
}
.solution_strategy_container .box .item .key {
  color: #999;
  font-size: 32px;
  line-height: 48px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  transition: .4s;
}
.solution_strategy_container .box .item .label {
  font-size: .24rem;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 16px;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solution_strategy_container .box .item .desc {
  font-size: 16px;
  line-height: 28px;
  margin-top: 8px;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  /*opacity: 0;*/
  position: relative;
  z-index: 2;
  /*top: 0.2rem;*/
}
.solution_strategy_container .box .item .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  /*z-index: 2;*/
  width: 76%;
}
.solution_strategy_container .box .item .icon img {
  width: 100%;
  /*-webkit-filter: grayscale(1);*/
  /*filter: grayscale(1);*/
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solution_strategy_container .box .item{
    top: 0;
    transition: .4s;
}
@media screen and (min-width:1024px) {
	
    
   
    .about_he {
        height: auto;
    }


    .solution_strategy_container .box .item:hover{
        top: -16px;
    }

}
.solution_strategy_container .box .item.active .key{
    color: #0f4290;
}
.solution_strategy_container .box .item.active .label {
  /*color: #0f4290;*/
}
.solution_strategy_container .box .item.active .desc {
  opacity: 1;
  top: 0rem;
}
.solution_strategy_container .box .item.active .icon img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.partner_container .box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: hidden;
}
.partner_container .box .item {
  border: dashed 1px #ddd;
  border-right: none;
  border-bottom: none;
  position: relative;
  top: -1px;
  left: -1px;
  text-align: center;
}
.partner_container .box .item img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-width: 100%;
}
.partner_container .box .item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}


.aboutPpjs {
  background: #f3f4f9;
  position: relative;
  overflow: hidden;
}
.aboutPpjs .w1620 {
    background: url(../image/logo_.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed;
    /*background-size: cover;*/
}



/*.aboutPpjs .bk_img{*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background: #ff0000;*/
/*}*/


.aboutPpjs .biaoti {
}
.aboutPpjs .biaoti p {
  font-size: 0.42rem;
  text-align: center;
  color: #111;
}
.aboutPpjs .biaoti p span {
  display: inline-block;
}
.aboutPpjs .box {
  position: relative;
  z-index: 1;
}
.aboutPpjs .box .list {
  margin-bottom: 0.8rem;
}
.aboutPpjs .box .list:last-child {
  margin-bottom: 0;
}
.aboutPpjs .box .list:nth-child(2n) {
  flex-flow: row-reverse;
}
.aboutPpjs .box .list .left {
  background: #fff;
  width: 55%;
  padding: 0.65rem;
  border-radius: 0.24rem;
  box-sizing: border-box;
}
.aboutPpjs .box .list .left .content0 {
  font-size: 0.32rem;
}
.aboutPpjs .box .list .left .content1 h6 {
  font-size: 0.2rem;
  margin-top: 0.3rem;
  margin-bottom: 0.15rem;
  color: #000;
}
.aboutPpjs .box .list .left .content1 div p {
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
  color: #666;
  line-height: 1.6;
}
.aboutPpjs .box .list .left .content1 div p span {
  color: #000;
}
.aboutPpjs .box .list .left .content1 div p:last-child {
  margin-bottom: 0;
}
.aboutPpjs .box .list .left .content1 div ul {
  margin-bottom: 0.16rem;
  padding-left: 0.36rem;
}
.aboutPpjs .box .list .left .content1 div ul li {
  line-height: 1.8;
  list-style: disc;
}
.aboutPpjs .box .list .left .content2 {
  margin-top: 0.3rem;
}
.aboutPpjs .box .list .left .content2 p {
  margin-bottom: 0.15rem;
  color: #666;
  font-size: 0.18rem;
}
.aboutPpjs .box .list .left .content2 p:last-child {
  margin-bottom: 0;
}
.aboutPpjs .box .list .right {
  flex: 1;
  padding: 0 .6rem;
}
.aboutPpjs .box .list .right svg {
  max-width: 100%;
}
.aboutPpjs .box .list .right p {
  height: 100%;
  text-align: center;
}
.aboutPpjs .box .list .right p img {
  max-width: 100%;
  max-height: 100%;
}

.culture_container_he{
    
}

.culture_container {
  position: relative;
  height: 400vh;
  background: #fff;
}
.culture_container .box_box {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.culture_container .box {
  height: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.5rem;
}

.culture_container .box .w1620 {
  height: 100%;
}
.culture_container .box .w1620 .border {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  height: 100%;
}
.culture_container .box .content0 {
  font-size: 0.36rem;
  line-height: 1.3;
  color: #111;
}
.culture_container .box .content1 {
  font-size: 0.3rem;
  margin-top: 0.1rem;
}
.culture_container .box .content1 span {
}
.culture_container .box1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.8rem 0 1rem;
  overflow: hidden;
}
.culture_container .box1 .list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
}
.culture_container .box1 .list .item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7.8125vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.culture_container .box1 .list .item .left {
  height: 100%;
  width: 6rem;
  position: relative;
}
.culture_container .box1 .list .item .left .content0 {
  color: #000;
  font-size: 0.34rem;
}
.culture_container .box1 .list .item .left .content3 {
  position: absolute;
  left: 0;
  bottom: 1rem;
  /*padding-bottom: 0.6rem;*/
  padding-right: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.culture_container .box1 .list .item .left .content1 {
  font-size: 0.4rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.culture_container .box1 .list .item .left .content2 {
  line-height: 0.34rem;
  font-size: 0.2rem;
  color: #333;
}
.culture_container .box1 .list .item .left .content2 span {
    
}
.culture_container .box1 .list .item .right {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-bottom: 0.6REM;*/
}
.culture_container .box1 .list .item .right p {
  height: 100%;
  overflow: hidden;
  width: 8rem;
  border-radius: 0.12rem;
}
.culture_container .box1 .list .item .right p img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}


.culture_container .box1 .list .item .right .qywh1 {
  position: relative;
}
.culture_container .box1 .list .item .right .qywh1 .img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.8s;
  transform: translateY(0.8rem) scale(0.8);
  opacity: 0;
  transform-origin: center bottom;
}
.culture_container .box1 .list .item .right .qywh1 .active {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.culture_container .box1 .list .item .right .qywh2 {
  position: relative;
}
.culture_container .box1 .list .item .right .qywh2 .img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 1.2s;
  transform: translateY(-0.8rem) scale(0.8);
  opacity: 0;
  transform-origin: center top;
}
.culture_container .box1 .list .item .right .qywh2 .active {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.culture_container .box1 .list .item .right .qywh3 {
  position: relative;
}
.culture_container .box1 .list .item .right .qywh3 .img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 1.2s;
  transform: translateX(0.8rem);
  opacity: 0;
  transform-origin: right center;
}
.culture_container .box1 .list .item .right .qywh3 .img3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 1.2s;
  transform: translateX(-0.8rem) scale(0.8);
  opacity: 0;
  transform-origin: left center;
}
.culture_container .box1 .list .item .right .qywh3 .active {
  opacity: 1;
  transform: translateX(0) scale(1);
}



/*.culture_container .box1 .list .item .right p:hover img {*/
/*  -webkit-transform: scale(1.1);*/
/*  -ms-transform: scale(1.1);*/
/*  transform: scale(1.1);*/
/*}*/
.HeaderMobile {
  /*box-shadow: 0px 1px 0px 1px #f5f5f5;*/
}
.team_container {
  background: #edf1f7;
  height: 100vh;
}
.team_container div {
  max-height: 100%;
}
.team_container .box .boxLeft {
  width: 42%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.team_container .box .boxLeft .content0 {
  font-size: 0.42rem;
  color: #111;
}
.team_container .box .boxLeft .content1 {
  font-size: 0.3rem;
  margin-top: 0.3rem;
}
.team_container .box .boxLeft .content1 span {

}
.team_container .box .boxLeft .content2 {
  font-size: .2rem;
  line-height: 0.36rem;
  margin-top: 0.8rem;
}
.team_container .box .boxLeft .content2 p {
  margin-bottom: 0.2rem;
}
.team_container .box .boxLeft .content3 .index_button {
  justify-content: flex-start;
}
.team_container .box .boxRight {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -0.16rem;
}
.team_container .box .boxRight::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}
.team_container .box .boxRight .list {
  width: 50%;
  height: 100vh;
}
.team_container .box .boxRight .list .list_item .banner .swiper-container {
  height: 100vh;
}
.team_container .box .boxRight .list .list_item .banner .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.team_container .box .boxRight .list .list_item .banner .swiper-container .swiper-slide {
  width: 100%;
  height: auto;
  padding: 0.16rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.team_container .box .boxRight .list .list_item .banner .swiper-container .swiper-slide .item {
  -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.team_container .box .boxRight .list .list_item .banner .swiper-container .swiper-slide .item img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.team_container .box .boxRight .list .list_item .banner .swiper-container .swiper-slide .item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.cultureBox9 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  display: none;
  z-index: 5;
}
.cultureBox9 .box {
  margin: auto;
  background: #fff;
  text-align: center;
  padding: 0.55rem ;
  position: relative;
  border-radius: 12px;
}


.cultureBox9 .box ul {
  display: flex;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid #ddd;
}
.cultureBox9 .box ul li {
  margin-right: 0.3rem;
}
.cultureBox9 .box ul li p {
  cursor: pointer;
  font-size: 16px;
  color: #333;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid transparent;
  transition: 0.4s;
}
.cultureBox9 .box ul .active p {
  color: #0f4290;
  border-color: #0f4290;
}
.cultureBox9 .box .box_container .boxLeft {
  width: 5rem;
  text-align: left;
  margin-right: 1rem;
}
.cultureBox9 .box .box_container .boxLeft p {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
.cultureBox9 .box .box_container .boxLeft .content0 {
  display: none;
}
.cultureBox9 .box .box_container .boxLeft .active {
  display: block;
}
.cultureBox9 .box .box_container .boxRight {
  border: 1px dashed #ddd;
  padding: 0.4rem 0.8rem;
  border-radius: 12px;
}

.cultureBox9 .box > span {
  display: block;
  position: absolute;
  top: 0.16rem;
  right: 0.16rem;
  font-size: 0.24rem;
  color: #ddd;
  cursor: pointer;
  transition: 0.4s;
}
.cultureBox9 .box > span:hover {
  color: #0f4290;
  transform: rotate(90deg);
}
.cultureBox9 .box .main1 {
  cursor: pointer;
  /*width: 1.5rem;*/
  /*height: 1.5rem;*/
  /*border: 1px dashed  #ddd;*/
  /*margin: auto;*/
  /*direction: flex;*/
  /*align-content:center;*/
}
.cultureBox9 .box .main1 span{
  width: 2.5rem;
  height: 1.5rem;
  /*border: 1px dashed  #ddd;*/
  margin: auto;
  display: flex;
  align-content:center;
  border-radius: 12px;
}
.cultureBox9 .box .main1 img {
   width: 1.2rem;
  margin: auto;
}
.cultureBox9 .box .main1 p {
 font-size: 0.16rem;
  color: #000;
  margin-top: 0.2rem;
}
.cultureBox9 .box .main2 {
  margin-top: 0.3rem;
}
.cultureBox9 .box .main2 input {
  cursor: pointer;
  font-size: 0.16rem;
    width: 1.75rem;
    height: 0.5rem;
  border-radius: 0.3rem;
  border: 0;
  outline: none;
  transition: 0.4s;
  background: none;
  border: 1px solid #0f4290;
  color: #0f4290;
}
.cultureBox9 .box .main2 input:hover {
  color: #fff;
  background: #0f4290;
}
.cultureBox9 .box .main3 {
  margin-top: 0.3rem;
}
.cultureBox9 .box .main3 p {
  font-size: 0.16rem;
  color: #999;
  margin-bottom: 0.2rem;
}
.cultureBox9 .box .main3 img {
  width: 1rem;
}
.about_he {
    height: 200vh;
}
.about_container {
  /*position: -webkit-sticky;*/
  /*position: sticky;*/
  position: fixed;
  top: 0;
  width: 100%;
  /*overflow: hidden;*/
  /*height: 200vh;*/
  z-index: -1;
}
.about_container .about_container_box {
  position: relative;
  height: 100vh;
}
.about_container .img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.about_container .img{
    position: relative;
}




.about_container .posi{
    position: absolute;
    top: 1.9rem;
    transform: translateY(0%) translateX(-50%);
   left: 50%;
    z-index: 3;
}
.about_container .posi h5{
    font-size: 0.42rem;
	text-align: center;
	line-height: 0.64rem;
	color: #111;
}



.about_container .posi h6{
    font-size: 0.3rem;
    text-align: center;
    margin-top: 10px;
}




.about_container .position .content0 .posi{
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    right: 1.4rem;
    z-index: 1;
}
.about_container .position .content0 .posi h5{
    font-size: 0.54rem;
    text-align: right;
}
.about_container .position .content0 .posi h6{
    font-size: 0.42rem;
}





.about_container .mask_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.about_container .mask_img p {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.about_container .mask_img p img {
  width: 600%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: none;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_container .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_container .position .content0 {
  position: relative;
  z-index: 3;
}
.about_container .position .content0 img {
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width:1200px) {
    .about_container .position .content0 img {
      height: 100vh;
    }
   
}


.about_container .position .content1 {
  background: #edf6f0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30vh;
  width: 100%;
  z-index: 2;
}
.about_container .position_desc {
  position: absolute;
  left: 1rem;
  top: 70%;
  z-index: 4;
  opacity: 0;
}
.about_container .position_desc h5 {
  color: #000;
  font-size: 0.38rem;
  line-height: 0.46rem;
}
.about_container .position_desc p {
  color: #000;
  font-size: 0.2rem;
  width: 3.3rem;
  text-align: justify;
  line-height: 0.34rem;
  margin-top: 0.4rem;
}
.about_container .position_data {
  position: absolute;
  right: 0vw;
  top:80%;
  z-index: 4;
  opacity: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1rem;
  
}
.about_container .position_data .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.about_container .position_data .list .ite {
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  width: 2.7rem;
  margin-bottom: 0.6rem;
}
.about_container .position_data .list .ite .left {
  font-size: 0.72rem;
  height: 0.72rem;
  color: #0f4290;
}
.about_container .position_data .list .nul{
    width: 7rem;
}
.about_container .position_data .list .ite .left small{
    
    font-size: 0.18rem;
    color: #000;
}
 .about_container .position_data .list .ite .left small font{
     font-size: 0.2rem;
 }


.about_container .position_data .list .ite .right {
  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;
  margin-top: 0.08rem;
}
.about_container .position_data .list .ite .right>div{
    display: flex;
}
.about_container .position_data .list .ite .right small {
  display: block;
  font-size: .2rem;
}
.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: #0f4290;
  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: #0f4290;*/
  
  
  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: #0f4290;
  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: #0f4290;
  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: #0f4290;
  -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;
  /*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: #0f4290;
  font-size: 0.18rem;
  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);
}
.section_construction {
  min-height: 10vh;
  overflow: hidden;
  /*background: #edf1f7;*/
}
.section_construction .box {
  margin-top: 0.6rem;
  position: relative;
}
.section_construction .box .swiper-container .swiper-slide {
  width: -webkit-calc(100vw / 7);
  width: calc(100vw / 7);
  height: 6.4rem;
  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;
  -webkit-transition: width 0.6s;
  -o-transition: width 0.6s;
  transition: width 0.6s;
}
.section_construction .box .swiper-container .swiper-slide.swiper-slide-active {
  width: -webkit-calc(100vw / 3);
  width: calc(100vw / 3);
}
.section_construction .box .swiper-container .item {
  width: 100%;
}
.section_construction .box .swiper-container .item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section_construction .box .position {
  position: absolute;
  top: 0rem;
  left: 1rem;
  z-index: 2;
  width: 100%;
}
.section_construction .box .position ._banner .item_list {
  position: absolute;
  top: 0.4rem;
  opacity: 0;
}
.section_construction .box .position ._banner .item_list .h5 {
  font-size: 0.36rem;
  color: #000;
}
.section_construction .box .position ._banner .item_list .h6 {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.36rem;
  margin-top: 0.3rem;
  max-width: 9.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
  text-justify: distribute-all-lines;
}
.section_construction .box .position ._banner .item_list .link {
  margin-top: 0.3rem;
}
.section_construction .box .position ._banner .item_list .link a {
  display: inline-block;
  min-width: 1.8rem;
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.16rem;
  border: 1px solid #0f4290;
  cursor: pointer;
  color: #0f4290;
  border-radius: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.section_construction .box .position ._banner .item_list .link a:hover {
  background: #0f4290;
  color: #fff;
  border: 1px solid #0f4290;
}
.section_construction .box .position ._banner .item_list.active {
  display: block;
  top: 0;
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 2;
}
.section_construction .box ._button {
  position: absolute;
  left: calc(100vw / 7 * 4 - 3%);
  bottom: 3.4rem;
  z-index: 2;
  display: grid;
  cursor: pointer;
  grid-template-columns: auto auto;
  grid-column-gap: 10px;
}
.section_construction .box ._button div i {
  font-size: 0.28rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.2;
}
.section_construction .box ._button div i:hover {
  opacity: 1;
}
.partner_container_new{
    background: #f5f7fa;
    
    
}
.partner_container_new .index_customer_ .box .banner {
  position: relative;
}
.partner_container_new .index_customer_ .box .banner .bnner_ov {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
.partner_container_new .index_customer_ .box .banner .swiper-container {
  margin: 0 -24px;
  padding: 0 12px 20px;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.partner_container_new .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;
}
.partner_container_new .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), -8px -8px 20px 0 #fff;*/
  
  
  
  
  background-image: linear-gradient(180deg,#f3f5f8,#fff);
    box-shadow: 8px 8px 20px rgba(55,99,170,.1), -8px -8px 20px #fff;
  
  border: 2px solid #fff;
  border-radius: 4px;
  white-space: normal;
  position: relative;
  padding: 0.32rem 0.32rem 0.32rem;
  transition: .4s  ease-in-out;
}

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


.partner_container_new .index_customer_ .box .banner .swiper-slide .item .left {
  width: 1rem;
  position: relative;
  z-index: 1;
}
.partner_container_new .index_customer_ .box .banner .swiper-slide .item .left img {
  height: 42px;
}
.partner_container_new .index_customer_ .box .banner .swiper-slide .item .right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin-top: 0.3rem;
}
.partner_container_new .index_customer_ .box .banner .swiper-slide .item .right::before {
  position: absolute;
  left: 0.12rem;
  top: -0.27rem;
  z-index: -1;
  width: 0.57rem;
  height: 0.46rem;
  background-image: url(../image/icon.svg);
  background-position: 50.44247788% 69.09090909%;
  background-size: 298.24561404% auto;
}
.partner_container_new .index_customer_ .box .banner .swiper-slide .item .right .top {
  font-size: 0.18rem;
  color: #333;
  line-height: 26px;
  text-align: left;
  height: 78px;
}
.partner_container_new .index_customer_ .box .banner .swiper-slide .item .right .bot {
  margin-top: 0.24rem;
  font-size: 14px;
  color: #293957;
  text-align: right;
  line-height: 0.28rem;
  height: 0.56rem;
}
.partner_container_new .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(../image/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;
}
.partner_container_new .index_customer_ .box .banner .swiper-slide .item:hover .item_mask {
  opacity: 1;
}
.partner_container_new .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;
}
.partner_container_new .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;
}
.partner_container_new .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);
}
.partner_container_new .index_customer_ .box .banner .button .p p i {
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.partner_container_new .index_customer_ .box .banner .button .p:hover p i {
  color: #0f4290;
  font-weight: b;
}
.partner_container_new .index_customer_ .box .banner .button .prev {
  left: -4%;
}
.partner_container_new .index_customer_ .box .banner .button .next {
  right: -4%;
}
.News_details {
  padding-bottom: 0.9rem;
}
.News_details .bg_color {
  padding-top: 1.5rem;
}
.News_details ._main .biaoqian {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #000;
  padding: 0 0.35rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  border-radius: 0.3rem;
  color: #000;
}
.News_details ._main .title_ {
  margin-top: 0.4rem;
  padding-bottom: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.News_details ._main .title_ > p {
  font-size: 0.46rem;
  color: #000;
  position: relative;
  vertical-align: middle;
}
.News_details ._main .title_ .link span svg path{
    fill: #0f4290;
}
.News_details ._main .title_ .link {
  overflow: hidden;
  border: 1px solid #0f4290;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin-left: 0.3rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  white-space: nowrap;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_details ._main .title_ .link span {
  width: 0.6rem;
  height: 0.6rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  vertical-align: middle;
}
.News_details ._main .title_ .link span svg {
  display: block;
  margin: auto;
}
.News_details ._main .title_ .link span svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_details ._main .title_ .link p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  padding-right: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_details ._main .title_ .link:hover {
  width: 1.6rem;
  border-radius: 0.3rem;
  background: #0f4290;
  border-color: transparent;
}
.News_details ._main .title_ .link:hover span svg path {
  fill: #fff;
}
.News_details ._main .title_ .link:hover p {
  color: #fff;
}
.News_details ._main ._field {
  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;
  padding: 0.4rem 0 0.6rem;
  color: #000;
  border-top: 1px solid #ddd;
}
.News_details ._main ._field p {
  font-size: 0.18rem;
}
.News_details ._main ._content img {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}
.News_details ._main ._content:first-child img{
    border-radius: 38px;
}
.News_details ._main ._content p:first-child img {
  border-radius: 38px 38px 0 0;
}
.News_details ._main ._content p:last-child img {
  border-radius: 0 0 38px 38px;
}
.News_details ._main .work-single-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.News_details ._main .work-single-intro ._left ._ite {
  margin-bottom: 0.3rem;
}
.News_details ._main .work-single-intro ._left ._ite p {
  margin-bottom: 0.2rem;
}
.News_details ._main .work-single-intro ._left ._ite p a {
  font-size: 20px;
  
}
.News_details ._main .work-single-intro ._left ._ite ul li {
  line-height: 0.32rem;
}
.News_details ._main .work-single-intro ._left ._ite ul li a {
  font-size: 16px;
  color: #666;
}
.News_details ._main .work-single-intro ._right {
  width: 40%;
}
.News_details ._main .work-single-intro ._right .h5 {
  font-size: 0.32rem;
  line-height: 0.45rem;
  /*padding: 0.15rem 0;*/
}
.News_details ._main .work-single-intro ._right .h6 {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  margin-top: 0.2rem;
}
.Case_next {
  position: relative;
}
.Case_next a {
  display: block;
}
.Case_next .case_img {
  position: relative;
  overflow: hidden;
}
.Case_next .case_img img {
  width: 100%;
  height: 40vw;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  object-fit: cover;
}
.Case_next .case_img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.Case_next .case_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 2;
}
.Case_next .case_title p {
  display: inline-block;
  font-size: 0.18rem;
  margin-bottom: 0.2rem;
  position: relative;
}
.Case_next .case_title p::before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #fff;
}
.Case_next .case_title h3 {
  font-size: 0.6rem;
}
.Case_next:hover .case_img img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.Case_next:hover .case_title p::before {
  width: 100%;
}
.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: #0f4290;*/
  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 .main {
  text-align: center;
  margin: auto;
}
.sidebar_container ul li .main .icon img {
  max-width: 100%;
   filter: invert(1);
}
.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;
  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;
}

.phone_tubiao1{
	transform-origin: left bottom;
	animation: big1 2s cubic-bezier(0.65, 0.05, 0.36, 1)  infinite;
	opacity: 0;
}

.phone_tubiao2{
	transform-origin: left bottom;
	animation: big1 2s cubic-bezier(0.65, 0.05, 0.36, 1)  infinite;
	animation-delay: 0.2s;
	opacity: 0;
}

.xiao_tubiao1{
    opacity: 1;
    animation: donghua1 3s linear infinite;

}

.xiao_tubiao2{
	animation: donghua2 3s linear infinite;
}

@keyframes donghua1{
	0% {
		transform: translate(0%,0%);
	}
	50% {
		transform: translate(-37%,0%);
	}
	100% {
		transform: translate(0%,0%);
	}
}

@keyframes donghua2{
	0% {
		transform: translate(0%,0%);
	}
	50% {
		transform: translate(37%,0%);
	}
	100% {
		transform: translate(0%,0%);
	}
}


@keyframes big1 {
	0%{
		transform: translate(48px, -48px) scale(0.1);
		opacity: 0;
	}
	80%{
		transform: translate(0px, 0px) scale(1);
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}

.wenxing_tubiao{
	animation: bounceIn 2s infinite linear ;
	transform-origin: 50% 50%;
}
.wenxing_tubiao2{
	animation: bounceIn 2s infinite linear ;
	transform-origin: 50% 50%;
}


.section_search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: rgba(32, 98, 46, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: none;
}
.section_search i {
  font-size: 0.32rem;
  color: #fff;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.section_search i:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section_search .box {
  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;
}
.section_search .box ._main {
  margin: auto;
  position: relative;
  top: -0.5rem;
}
.section_search .box ._main .title {
  color: #fff;
  font-size: 0.28rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.section_search .box ._main form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 0.3rem;
}
.section_search .box ._main form .input input {
  width: 600px;
  display: block;
  height: 54px;
  background: none;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
  font-size: 16px;
  border-radius: 30px 0 0 30px;
  color: #fff;
}
.section_search .box ._main form .input input::-webkit-input-placeholder {
  color: #999;
}
.section_search .box ._main form .input input::-moz-placeholder {
  color: #999;
}
.section_search .box ._main form .input input:-ms-input-placeholder {
  color: #999;
}
.section_search .box ._main form .input input::-ms-input-placeholder {
  color: #999;
}
.section_search .box ._main form .input input::placeholder {
  color: #999;
}
.section_search .box ._main form .button label {
  width: 64px;
  height: 54px;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
}
.section_search .box ._main form .button label svg {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.section_search .box ._main form .button label input {
  display: none;
}
.section_search .box ._main form .button label:hover svg {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.section_search .box ._main .gjc {
  color: #fff;
  font-size: 0.12rem;
  margin-top: 0.2rem;
  text-align: center;
}
.section_search .box ._main .gjc a {
  color: #fff;
  opacity: 0.8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  margin-right: 0.2rem;
}
.section_search .box ._main .gjc a:hover {
  opacity: 1;
}
.witness_banner {
  position: relative;
}
.witness_banner img {
  width: 100%;
}
.witness_banner .position {
  position: absolute;
  top: 0;
  left: 0;
  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;
  width: 100%;
  height: 100%;
}
.witness_banner .position ._main {
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.witness_banner .position ._main h1 {
  font-size: 0.42rem;
  color: #fff;
}
.CustomerWitness {
  padding-bottom: 1rem;
}
.CustomerWitness .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 95px;
  margin-top: 1.5rem;
}
.CustomerWitness .box .item {
  min-height: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4rem 0.3rem;
  background: -webkit-gradient(linear, right top, left top, color-stop(25.92%, #fff), to(rgba(49, 114, 66, 0.05)));
  background: -o-linear-gradient(right, #fff 25.92%, rgba(49, 114, 66, 0.05));
  background: linear-gradient(to left, #fff 25.92%, rgba(49, 114, 66, 0.05));
  border-radius: 8px;
  position: relative;
}
.CustomerWitness .box .item .content0 img {
  height: 40px;
}
.CustomerWitness .box .item .content1 {
  font-size: 0.16rem;
  color: #999;
  line-height: 0.26rem;
  width: 50%;
  margin-top: 0.3rem;
}
.CustomerWitness .box .item .content2 {
  margin-top: 0.3rem;
}
.CustomerWitness .box .item .content2 a {
  font-size: 0.15rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CustomerWitness .box .item .content2 a::before {
  content: "——";
}
.CustomerWitness .box .item .content2 a:hover {
  color: #0f4290;
}
.CustomerWitness .box .item .content3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  cursor: url(../image/big.png), auto;
  -webkit-box-shadow: 10px 10px 30px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 30px 5px rgba(0, 0, 0, 0.1);
}
.CustomerWitness .box .item .content3 img {
  width: 2.86rem;
  background: #fff;
}
.CustomerWitness .box .item .content3::after {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 2px solid;
  -o-border-image: -o-linear-gradient(45deg, gold, #0f4290) 1;
  border-image: linear-gradient(45deg, gold, #0f4290) 1;
  -webkit-clip-path: inset(0px round 0px);
  clip-path: inset(0px round 0px);
  -webkit-animation: huerotate 6s infinite linear;
  animation: huerotate 6s infinite linear;
  -webkit-filter: hue-rotate(360deg);
  filter: hue-rotate(360deg);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@-webkit-keyframes huerotate {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rorate(180deg);
    filter: hue-rorate(180deg);
  }
}
@keyframes huerotate {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rorate(180deg);
    filter: hue-rorate(180deg);
  }
}
.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);
}
.search_over {
  font-size: 0.24rem;
  padding: 1.6rem 0 0.4rem;
  background: #f5f5f5;
}
.search_over span {

}
.SearchContainer {
  min-height: 50vh;
}
.SearchContainer .padd{
    /*padding-top: 0.2rem;*/
}
.SearchContainer .box .item {
  padding: 0.6rem 0;
  border-bottom: 1px solid #ccc;
}
.SearchContainer .box .item a .left {
  width: 76%;
}
.SearchContainer .box .item a .left h5 {
  font-size: 0.24rem;

  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SearchContainer .box .item a .left p {
  font-size: 0.16rem;

  color: #666;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}
.SearchContainer .box .item a .left p:first-child{
   margin-top: 0rem;
   color:#999 ;
   margin-bottom:0.15rem;
}


.SearchContainer .box .item a .right {
  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;
}
.SearchContainer .box .item a .right div {
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid #000;
  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-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
.SearchContainer .box .item a .right div i {
  font-size: 0.24rem;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SearchContainer .box .item a:hover .left h5 {
  color: #0f4290;
}
.SearchContainer .box .item a:hover .right div {
  background: #0f4290;
  -webkit-box-shadow: 6px 6px 12px #dfe7ee;
  box-shadow: 6px 6px 12px #dfe7ee;
  border-color: #0f4290;
}
.SearchContainer .box .item a:hover .right div i {
  color: #fff;
}
.SearchContainer .box1 {
  padding-top: 0.2rem;
}



.caseInfoEnd {
  /*background: #fff;*/
}
.caseInfoEnd .box {
  text-align: center;
}
.caseInfoEnd .box h6 {
  font-size: 0.18rem;
  color: #000;
  text-transform: uppercase;
  line-height: 1.6;
  font-weight: bold;
}
.caseInfoEnd .box .desc {
  font-size: 1.875vw;
  color: #000;
  font-weight: bold;
  margin-top: 20px;
}
.caseInfoEnd .box .end {
  margin-top: 3.125vw;
}
.caseInfoEnd .box .end img {
  width: 5.2rem;
}
.caseInfoEnd .box .linkeBut {
  width: 1.5rem;
  margin: 0.8rem auto 0;
}
.caseInfoEnd .box .linkeBut .like-img {
  width: 85px;
  height: 85px;
  margin: 0 auto 0.2rem;
}
.caseInfoEnd .box .linkeBut small {
  display: block;
  line-height: 85px;
  text-align: center;
  font-size: 0;
  margin: auto;
  background-color: #0f4290;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.caseInfoEnd .box .linkeBut small::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 98, 49, 0.5);
  border-radius: 100%;
  -webkit-animation: like 1.7s ease 0s infinite;
  animation: like 1.7s ease 0s infinite;
}
.caseInfoEnd .box .linkeBut small img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.caseInfoEnd .box .linkeBut small img:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.caseInfoEnd .box .linkeBut .like-sp {
  text-align: center;
  font-size: 16px;
  color: #0f4290;
  padding-left: 5px;
  white-space: nowrap;
}
.caseInfoEnd .box .linkeBut.active small {
  background: none;
}
.caseInfoEnd .box .linkeBut.active small::after {
  background: none;
}
.caseInfoEnd .box .linkeBut.active small i img:nth-child(2) {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


  .ser1_0630_5 {
    transform: translate(460px, 362px);
    animation: newClip 2.5s infinite linear;
  }

  .ser1_0630_6 {
    transform: translate(460px, 378px);
    animation: newClip 2s infinite linear;
  }

  .ser1_0630_7 {
    transform: translate(460px, 392px);
    animation: newClip 1.5s infinite linear;
  }

  .ser1_0631_1 {
    animation: newIcon 2.2s infinite linear;
  }

  .ser1_0631_2 {
    transform: translate(330px, 360px);
    animation: newClip 3s infinite linear;
  }

  .ser1_0631_3 {
    transform: translate(330px, 375px);
    animation: newClip 2.5s infinite linear;
  }

  .ser1_0631_4 {
    transform: translate(330px, 390px);
    animation: newClip 2s infinite linear;
  }

  .ser1_0632_1 {
    transform: translate(420px, 320px);
    animation: newClip2 1.8s infinite linear;
  }

  .ser1_0632_2 {
    transform: translate(450px, 311px);
    animation: newClip2 1.6s infinite linear;
  }

  .ser1_0632_3 {
    transform: translate(480px, 314px);
    animation: newClip2 1.4s infinite linear;
  }

  .ser1_0632_4 {
    transform: translate(460px, 720px);
    animation: newClip 2.2s infinite linear;
  }

  .ser1_0632_5 {
    transform: translate(460px, 758px);
    animation: newClip 1.6s infinite linear;
  }

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

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

    100% {
      clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    }
  }
  
.ser1_0633_1 {
    animation: opacity 1.8s linear infinite;
  }

  .ser1_0633_2 {
    transform: translate(1157px, 155px);
    animation: x_y 1.8s linear infinite;
  }

  .ser1_0633_3 {
    transform: translate(1135px, 362px);
    animation: newClip 2s infinite linear;
  }
  
  @keyframes x_y {
    0% {
      transform: translate(1157px, 155px);
      opacity: 0;
    }

    100% {
      transform: translate(1137px, 155px);
      opacity: 1;
    }
  }
  
.ser1_0634_1 {
    transform: translate(924px, 78px);

  }

  .ser1_0634_1 image {
    animation: newIcon 2.8s linear infinite;
  }

  .ser1_0634_2 {
    transform: translate(917px, 250px);
  }

  .ser1_0634_3 {
    transform: translate(842px, 720px);
  }

  .ser1_0634_3 image {
    animation: newIcon 2.2s linear infinite;
  }
  
   .ser1_0635_1 {
    transform: translate(245px, 248px);
    animation: newClip2 2.2s infinite linear;
  }

  .ser1_0635_2 {
    transform: translate(273px, 256px);
    animation: newClip2 2s infinite linear;
  }

  .ser1_0635_3 {
    transform: translate(301px, 250px);
    animation: newClip2 2.8s infinite linear;
  }

  .ser1_0635_4 {
    transform: translate(329px, 246px);
    animation: newClip2 2.4s infinite linear;
  }

  .ser1_0635_5 {
    transform: translate(357px, 270px);
    animation: newClip2 2s infinite linear;
  }

  .ser1_0635_6 {
    transform: translate(385px, 262px);
    animation: newClip2 2.5s infinite linear;
  }

  .ser1_0635_7 {
    transform: translate(413px, 240px);
    animation: newClip2 3s infinite linear;
  }


  .ser1_0636_1 {
    transform: translate(265px, 367px);
    animation: y_d 2.6s infinite linear;
  }

  .ser1_0636_2 {
    transform: translate(398px, 271px);
    animation: opacity 2.6s infinite linear;
  }

  .ser1_0636_3 {
    transform: translate(453px, 180px);
    opacity: .8;
  }

  .ser1_0636_3 image {
    animation: newIcon2 2.6s infinite linear;
  }


  .ser1_0637_1 {
    transform: translate(64px, 252px);
    animation: opacity 2.6s infinite linear;
  }

  .ser1_0637_2 {
    transform: translate(493px, 310px);
    animation: opacity 2s infinite linear;
  }

  .ser1_0637_3 {
    transform: translate(546px, 118px);
  }

  .ser1_0637_4 {
    transform: translate(576px, 119px);
  }

  .ser1_0637_5 {
    transform: translate(543px, 148px);
  }

  .ser1_0637_6 {
    transform: translate(581px, 148px);
  }

  .ser1_0637_7 {
    transform: translate(545px, 178px);
  }

  .ser1_0637_8 {
    transform: translate(576px, 176px);
  }

  .ser1_0637_9 {
    transform: translate(543px, 216px);
  }

  .ser1_0637_10 {
    transform: translate(577px, 207px);
  }




  .ser1_0638_1 {
    transform: translate(267px, 80px);
  }

  .ser1_0638_1 image {
    animation: newIcon 2s infinite linear;
  }

  .ser1_0638_2 {
    transform: translate(251px, 144px);
  }

  .ser1_0638_2 image {
    animation: newIcon 2.6s infinite linear;
  }

  .ser1_0638_3 {
    transform: translate(151px, 197px);
  }

  .ser1_0638_3 image {
    animation: newIcon 3s infinite linear;
  }
   
   
  
@keyframes y_d {
    0% {
      transform: translate(253px, 374px);
    }

    100% {
      opacity: 0;
      transform: translate(380px, 299px);
    }
  }
  
@keyframes newIcon2 {
    0% {
      transform: translateX(-15px);
    }

    50% {
      transform: translateX(0px);
    }

    100% {
      transform: translateX(-15px);
    }
  }
  
  
  .ser1_0639_1 {
    animation: newIcon 2s linear infinite;
  }

  .ser1_0639_2 {
    animation: newIcon 2.6s linear infinite;
  }

  .ser1_0639_3 {
    animation: opacity 1.6s linear infinite;
  }

  .ser1_0640_1 {
    animation: newIcon 1.8s linear infinite;
  }

  .ser1_0640_2 {
    animation: newIcon 3s linear infinite;
  }

  .ser1_0641_1 {
    animation: newIcon 2.4s linear infinite;
  }

  .ser1_0641_2 {
    animation: newIcon 3s linear infinite;
  }

  .ser1_0641_3 {
    animation: newIcon 2s linear infinite;
  }
  
  .education1{
	animation: newIcon 1.8s linear infinite;
}
.education2{
	animation: newIcon 3s linear infinite;
}
.education3{
	animation: newIcon 2.4s linear infinite;
}
  /* end */
.serviceSvg .img1 {
  animation: top_bot1 2s infinite linear;
  opacity: 0;
}


.serviceSvg {
  position: relative;
}
.serviceSvg .serviceSvg1_01 {
  transform: translate(280px, 320px);
}
.serviceSvg .serviceSvg1_01 image {
  animation: rocket 2s ease-in-out infinite;
  opacity: 0;
  transition: 0.4s;
}
.serviceSvg .serviceSvg1_02 {
  transform: translate(683px, 428px);
}
.serviceSvg .serviceSvg1_02 image {
  animation: newClip2 2s ease-in-out infinite;
  animation-delay: 0.8s;
}
.serviceSvg .serviceSvg1_03 {
  transform: translate(702px, 402px);
}
.serviceSvg .serviceSvg1_03 image {
  animation: newClip2 2s ease-in-out infinite;
  animation-delay: 0.2s;
}
.serviceSvg .serviceSvg1_04 {
  transform: translate(721px, 422px);
}
.serviceSvg .serviceSvg1_04 image {
  animation: newClip2 2s ease-in-out infinite;
  animation-delay: 0.4s;
}
.serviceSvg .serviceSvg1_05 {
  transform: translate(741px, 407px);
}
.serviceSvg .serviceSvg1_05 image {
  animation: newClip2 2s ease-in-out infinite;
  animation-delay: 0.1 0.2s;
}
.serviceSvg .serviceSvg1_06 {
  transform: translate(760px, 391px);
}
.serviceSvg .serviceSvg1_06 image {
  animation: newClip2 2s ease-in-out infinite;
  animation-delay: 1s;
}
@keyframes rocket {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateY(-450px);
    opacity: 1;
  }
}




.about_svg1{
	animation: fan 4s infinite linear;
}
.about_svg2{
	animation: shangxia 2s infinite linear;
}
.about_svg3{
	animation: shangxia 3s infinite linear;
}

@keyframes fan{
	0%{
		transform: rotate(-2deg) translateY(0);
	}
	50%{
		transform: rotate(0) translateY(0px);
	}
	100%{
		transform: rotate(-2deg) translateY(0);
	}
}
@keyframes shangxia{
	0%{
		transform: translateY(0px);
	}
	50%{
		transform: translateY(-20px);
	}
	100%{
		transform: translateY(0px);
	}
}

@keyframes dun {
	0%{
		opacity: 1;
	}
	10%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	30%{
		opacity: 0;
	}
	40%{
		opacity: 1;
	}
	100%{
		opacity: 1;
	}

}






@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: #0f4290;
  }
  .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) {
	.w1620{
		padding-left: 0px;
		padding-right: 0px;
	}
	.section_case {
    padding-top: 2rem;
    overflow: hidden;
}
    .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 .swiper-slide .a .img img,
  .index_banner,
  .index_banner_box {
    height: 500px;
  }
  .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;*/
  }
  .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: #0f4290;*/
    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;
}

}
/*# sourceMappingURL=./style.css.map */