.w1600 {
  padding-left: 8.3vw;
  padding-right: 8.3vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}


.zxly_container ._footer_box {
  padding: 0;
}
.zxly_container ._footer_box ._left ._top,
.zxly_container ._footer_box ._left ._bot a {
  color: #000;
}
.zxly_container ._footer_box ._right ._main .biaoLeft .item,
.zxly_container ._footer_box ._right ._main .biaoRight .item1,
.zxly_container ._footer_box ._right ._main .biaoRight .item2 input {
  border-color: #ddd;
}
.zxly_container ._footer_box ._right ._main .biaoLeft .item input[type='text'],
.zxly_container ._footer_box ._right ._main .biaoLeft .item select {
  width: 2.76rem;
  background: none;
  color: #999;
  height: 0.47rem;
}
.zxly_container ._footer_box ._right ._main .biaoLeft .sel select {
  color: #999;
}
.zxly_container ._footer_box ._right ._main .biaoRight .item1 textarea {
  background: none;
  width: 4rem;
  color: #999;
}
.zxly_container ._footer_box ._left ._top {
  font-size: 0.22rem;
  line-height: 0.38rem;
}
.zxly_container ._footer_box ._right ._main .biaoRight .item2 input {
  background: none;
  color: #999;
  border: 1px solid #ddd;
}
.zxly_container ._footer_box ._right ._main .biaoLeft .yzm p{
	width: 1rem;
}
.zxly_container ._footer_box ._right ._main .biaoLeft .yzm p img {
  height: 100%;
}


._footer_box {
  padding: 0.9rem 0;
}
._footer_box ._left ._top {
  font-size: 0.25rem;
  line-height: 0.48rem;
  color: #fff;
}
._footer_box ._left ._bot {
  font-size: 0.19rem;
  color: #ccc;
  margin-top: 0.38rem;
}
._footer_box ._left ._bot a {
  font-size: 0.35rem;
  font-weight: bold;
  color: #fff;
}
._footer_box ._right ._main {
  display: flex;
}
._footer_box ._right ._main .biaoLeft {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
._footer_box ._right ._main .biaoLeft .item {
  /* border: 1px solid transparent; */
  transition: 0.4s;
  border-radius: 0.3rem;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
._footer_box ._right ._main .biaoLeft .item input[type='text'],
._footer_box ._right ._main .biaoLeft .item select {
  display: block;
  width: 3.26rem;
  line-height:46px;
  height:46px;
  background: #3b3f42;
  border-radius: 0.3rem;
  border: 0;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 0.28rem;
  color: #fff;
}
._footer_box ._right ._main .biaoLeft .item input[type='text']::placeholder,
._footer_box ._right ._main .biaoLeft .item select::placeholder {
  color: #999;
}
._footer_box ._right ._main .biaoLeft .item:hover {
  border-color: #fff;
}
._footer_box ._right ._main .biaoLeft .sel select {
  color: #999;
}
._footer_box ._right ._main .biaoLeft .sel::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 20px;
  border: 6px solid transparent;
  border-top-color: #999;
}
._footer_box ._right ._main .biaoLeft .yzm p {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.3rem;
  height: -webkit-calc(99%);
  height: calc(100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #5e5e5e;
  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;
  /* padding: 1px; */
}
._footer_box ._right ._main .biaoLeft .yzm p img {
  margin: auto;
  width: 100%;
}
._footer_box ._right ._main .biaoRight {
  margin-left: 0.15rem;
}
._footer_box ._right ._main .biaoRight .item1 {
  /* border: 1px solid transparent; */
  transition: 0.4s;
  border-radius: 0.12rem;
  position: relative;
  overflow: hidden;
}
._footer_box ._right ._main .biaoLeft .item:hover,._footer_box ._right ._main .biaoRight .item1:hover{
	outline: 1px solid #fff;
}
._footer_box ._right ._main .biaoLeft .item::after{
	
	
}
._footer_box ._right ._main .biaoRight .item1 textarea {
  height: 107px;
  width: 4.5rem;
  background: none;
  display: block;
  box-sizing: border-box;
  resize: none;
  border: 0;
  padding: 0.15rem 0.22rem;
  background: #3b3f42;
  font-size: 14px;
  color: #fff;
}
._footer_box ._right ._main .biaoRight .item1:hover {
  border-color: #fff;
}
._footer_box ._right ._main .biaoRight .item2 {
  margin-top: 0.15rem;
}
._footer_box ._right ._main .biaoRight .item2 input {
  background: #3b3f42;
  width: 100%;
  height: 46px;
  border-radius: 0.3rem;
  border: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}





	
	.layer_pic {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 10;
	  display: none;
	}
	.layer_pic > span {
	  position: absolute;
	  top: 3vw;
	  right: 3vw;
	  font-size: 0.3rem;
	  color: #fff;
	  cursor: pointer;
	}
	.layer_pic iframe {
	  width: 100%;
	  height: 100%;
	  overflow: hidden;
	}
body{
	user-select: none;
}
.FullScreen {
  height: 100vh;
  position: relative;
}
.FullScreen > div > div {
  height: 100vh;
  overflow: hidden;
}
.FullScreen > div .section {
  overflow: hidden;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .FullScreen .fengy {
    position: absolute;
    right: 1vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }
  .FullScreen .fengy div span {
    opacity: 1;
    background: #eee;
    display: block;
    margin: 8px 0;
    transition: 0.4s;
    position: relative;
    width: 6px;
    height: 6px;
  }
  .FullScreen .fengy div .swiper-pagination-bullet-active {
    background: #0e5dab;
  }
  .FullScreen .fengy div .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border: 1px solid #0e5dab;
    border-radius: 50%;
  }
}
.p102 {
  padding-top: 1.02rem;
}
.p102_ {
  padding-bottom: 1.02rem;
}
.header_container {
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  -webkit-transition: 0.4s, -webkit-backdrop-filter 0s;
  transition: 0.4s, -webkit-backdrop-filter 0s;
  -o-transition: 0.4s, backdrop-filter 0s;
  transition: 0.4s, backdrop-filter 0s;
  transition: 0.4s, backdrop-filter 0s, -webkit-backdrop-filter 0s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header_container > .box {
  padding: 0 1.08rem;
}
.header_container > .box .boxLeft {
  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;
}
.header_container > .box .boxLeft a img {
  height: 0.62rem;
}
.header_container > .box .boxLeft a .img2 {
  display: none;
}
.header_container > .box .boxRight .nav .item {
  padding: 0 0.2rem;
}
.header_container > .box .boxRight .nav .item:first-child {
  margin-left: 0;
}
.header_container > .box .boxRight .nav .item:last-child {
  padding-right: 0;
}
.header_container > .box .boxRight .nav .item > p a {
  font-size: 0.16rem;
  color: #fff;
  display: block;
  line-height: 1.12rem;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header_container > .box .boxRight .nav .item > p a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: -4px;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 3;
}
.header_container > .box .boxRight .nav .item > p:hover a {
  color: #0e5dab !important;
}
.header_container > .box .boxRight .nav .item ul {
  border-top: 1px solid #ddd;
  position: absolute;
  width: 100%;
  background: #fff;
  min-height: 0.5rem;
  left: 0;
  padding: 0.56rem 1.08rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
/*  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0%, 0% 0%);
  clip-path: polygon(0 0, 100% 0%, 100% 0%, 0% 0%);
  z-index: -1; */
  display: none;
}
.header_container > .box .boxRight .nav .item ul li {
  width: 16.667%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.5%;
}
.header_container > .box .boxRight .nav .item ul li a {
  display: block;
}
.header_container > .box .boxRight .nav .item ul li a figcaption {
  overflow: hidden;
  border-radius: 0.15rem;
  transform: rotate(0deg);
}
.header_container > .box .boxRight .nav .item ul li a figcaption img {
  width: 100%;
  vertical-align: bottom;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header_container > .box .boxRight .nav .item ul li a figure {
  font-size: 0.19rem;
  color: #000;
  text-align: center;
  margin-top: 0.2rem;
}
.header_container > .box .boxRight .nav .item ul li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.header_container > .box .boxRight .nav .item ul .active a figure {
  color: #0e5dab;
}
.header_container > .box .boxRight .nav .item:hover ul {
  /* -webkit-clip-path: polygon(0 0, 101% 0%, 101% 101%, 0% 101%);
  clip-path: polygon(0 0, 101% 0%, 101% 101%, 0% 101%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; */
  display: flex;
  z-index: 2;
}
.header_container > .box .boxRight .nav .item.active > p a {
  color: #0e5dab !important;
}
.header_container > .box .boxRight .nav .item.active > p a::after {
  opacity: 1;
}
.header_container > .box .boxRight .btn {
  margin-left: 2.14rem;
}
.header_container > .box .boxRight .btn .lang {
  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;
}
.header_container > .box .boxRight .btn .lang a {
  display: block;
  font-size: 0.19rem;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header_container > .box .boxRight .btn .lang a:hover {
  color: #0e5dab !important;
}
.header_container > .box .boxRight .btn .search {
  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.28rem;
  cursor: pointer;
}
.header_container > .box .boxRight .btn .search svg {
  vertical-align: bottom;
}
.header_container > .box .boxRight .btn .search svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header_container > .box .boxRight .btn .search:hover svg path {
  fill: #0e5dab !important;
}
.header_container.active {
  background: rgba(255, 255, 255, 1);
/*  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px); */
}
.header_container.active > .box .boxLeft a .img1 {
  display: none;
}
.header_container.active > .box .boxLeft a .img2 {
  display: block;
}
.header_container.active > .box .boxRight .nav .item p a {
  color: #000;
  line-height: 0.8rem;
}
.header_container.active > .box .boxRight .nav .item p a::after {
  background: #0e5dab;
}
.header_container.active > .box .boxRight .btn .lang a {
  color: #000;
}
.header_container.active > .box .boxRight .btn .search svg path {
  fill: #000;
}
.header_container.on,
.header_container.on_ {
  background: #fff;
}
.header_container.on > .box .boxLeft a .img1,
.header_container.on_ > .box .boxLeft a .img1 {
  display: none;
}
.header_container.on > .box .boxLeft a .img2,
.header_container.on_ > .box .boxLeft a .img2 {
  display: block;
}
.header_container.on > .box .boxRight .nav .item p a,
.header_container.on_ > .box .boxRight .nav .item p a {
  color: #000;
}
.header_container.on > .box .boxRight .nav .item p a::after,
.header_container.on_ > .box .boxRight .nav .item p a::after {
  background: #0e5dab;
}
.header_container.on > .box .boxRight .btn .lang a,
.header_container.on_ > .box .boxRight .btn .lang a {
  color: #000;
}
.header_container.on > .box .boxRight .btn .search svg path,
.header_container.on_ > .box .boxRight .btn .search svg path {
  fill: #000;
}
.search_container {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0.5rem 0;
  display: none;
  border-top: 1px solid #ddd;
}
.search_container .box {
  width: min(8.6rem, 80vw);
  margin: auto;
  border-radius: 0.4rem;
  background: #e6eef6;
  position: relative;
}
.search_container .box input[type='text'] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 0.19rem;
  color: #999;
  padding: 0 1rem 0 1.1rem;
  border: 0;
  background: none;
  height: 0.8rem;
  color: #000;
}
.search_container .box p {
  position: absolute;
  left: 0.42rem;
  top: 50%;
  -webkit-transform: translateY(-48%);
  -ms-transform: translateY(-48%);
  transform: translateY(-48%);
}
.search_container > span {
  position: absolute;
  right: 5vw;
  top: 3vw;
  font-size: 26px;
  display: none;
}
._index_title ._en {
  font-size: 15px;
  color: #999;
  text-transform: uppercase;
}
._index_title ._cn {
  font-size: 0.4rem;
  color: #0e5dab;
  margin-top: 0.1rem;
}
._index_title.white ._cn {
  color: #fff;
}
._index_about {
  position: relative;
}
._index_about .img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
._index_about .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0.7rem;
  z-index: 3;
}
._index_about .position .box .boxLeft {
  width: 42%;
}
._index_about .position .box .boxLeft .content2 {
  font-size: 0.17rem;
  line-height: 0.3rem;
  margin-top: 0.4rem;
}
._index_about .position .box .boxLeft .content3 {
  font-size: 0.17rem;
  color: #666;
  line-height: 0.35rem;
  text-align: justify;
 
}
._index_about .position .box .boxLeft .content3 p{
	 margin-top: 0.3rem;
}
._index_about .position .box .boxLeft .content4 {
  margin-top: 0.7rem;
}
._index_about .position .box .boxRight {
  width: 43%;
}
._index_about .position .box .boxRight .list .item {
  margin-bottom: 0.56rem;
}
._index_about .position .box .boxRight .list .item > div {
  width: 100%;
  border-bottom: 1px solid #ddd;
  line-height: 0.52rem;
  padding: 0.16rem 0;
}
._index_about .position .box .boxRight .list .item ._left {
  font-size: 14px;
  color: #000;
}
._index_about .position .box .boxRight .list .item ._right {
  font-size: 0.5rem;
  font-family: 'gilroy_Medium';
  color: #0e5dab;
}
._index_about .position .box .boxRight .list .item ._right span {
  position: relative;
}
._index_about .position .box .boxRight .list .item ._right span::after {
  /* content: '+'; */
  position: absolute;
  bottom: 82%;
  right: 0;
  font-size: 0.25rem;
}
._index_about .position .box .boxRight .list .item ._right font{
	font-size: 16px;
}
._index_about .position .box .boxRight .list .item2 > div {
  width: 82%;
}
._index_about .position .box .boxRight .list .item3 > div {
  width: 64%;
}
._index_about .position .box .boxRight .list .item4 > div {
  width: 46%;
}
._index_about .bgimg1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
._index_about .bgimg1 img {
  width: 13.4rem;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
._index_about .bgimg1.active img {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
._index_about .bgimg2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
._index_about .bgimg2 img {
  width: 13.4rem;
  -webkit-transform: rotateY(180deg) translateY(100%);
  transform: rotateY(180deg) translateY(100%);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
._index_about .bgimg2.active img {
  -webkit-transform: rotateY(180deg) translateY(0%);
  transform: rotateY(180deg) translateY(0%);
}
._index_button a {
  display: inline-block;
  font-size: 15px;
  color: #0e5dab;
  padding: 0 0.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1.64rem;
  text-align: center;
  line-height: 48px;
  border-radius: 30px;
  border: 1px solid #0e5dab;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
._index_button a:hover {
  background: #0e5dab;
  color: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(14, 93, 171, 0.4);
  box-shadow: 1px 1px 5px rgba(14, 93, 171, 0.4);
}
._index_button.white a {
  color: #fff;
  border-color: #fff;
}
._index_button.white a:hover {
  background: #fff;
  color: #0e5dab;
  border-color: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.4);
  box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.4);
}
._index_button.black a {
  color: #000;
  border-color: #000;
}
._index_button.black a:hover {
  background: #0e5dab;
  color: #fff;
  border-color: color;
}
._index_product {
  background: url(../images/product1.png) no-repeat 50% 50% / cover;
}
._index_product .box {
  padding-top: 0.4rem;
}
._index_product .box .boxLeft {
  width: 50%;
}
._index_product .box .boxLeft .list {
  margin-top: 1.18rem;
  width: 78%;
  height: 2.5rem;
  position: relative;
}
._index_product .box .boxLeft .list .item {
  color: #fff;
  position: absolute;
  top: 1rem;
  opacity: 0;
  left: 0;
}
._index_product .box .boxLeft .list .item .content0 {
  font-size: 0.35rem;
}
._index_product .box .boxLeft .list .item .content1 {
  margin: 0.35rem 0;
}
._index_product .box .boxLeft .list .item .content1 p {
  width: 0.66rem;
  height: 1px;
  background: #fff;
}
._index_product .box .boxLeft .list .item .content2 {
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
}
._index_product .box .boxLeft .list .item .content3 {
  margin-top: 0.38rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
._index_product .box .boxLeft .list .item .content3 p {
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
._index_product .box .boxLeft .list .item .content3 p:hover {
  opacity: 1;
}
._index_product .box .boxLeft .list .active {
  top: 0rem;
  opacity: 1;
  -webkit-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  z-index: 2;
}
._index_product .box .boxLeft .banner {
  position: relative;
  margin-top: 1.2rem;
  width: 86%;
  padding: 0.24rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
._index_product .box .boxLeft .banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 35%, 99% 1%, 99% 99%, 100% 65%, 100% 100%, 0% 100%, 0% 65%, 1% 1%, 1% 1%, 0% 35%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 35%, 99% 1%, 99% 99%, 100% 65%, 100% 100%, 0% 100%, 0% 65%, 1% 1%, 1% 1%, 0% 35%);
  border-radius: 0.12rem;
}
._index_product .box .boxLeft .banner .swiper-slide {
  padding: 0.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
._index_product .box .boxLeft .banner .item figcaption {
  background: #fff;
  height: 96px;
  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;
  border-radius: 0.06rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
._index_product .box .boxLeft .banner .item figcaption img {
  max-height: 82%;
  max-width: 90%;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
._index_product .box .boxLeft .banner .item figcaption:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
._index_product .box .boxLeft .banner .item figure {
  font-size: 15px;
  color: #fff;
  margin-top: 0.1rem;
  text-align: center;
}
._index_product .box .boxLeft .banner .swiper-slide-active1 .item figcaption {
  -webkit-box-shadow: 0px 0px 12px #0e5dab;
  box-shadow: 0px 0px 12px #0e5dab;
}
._index_product .box .boxLeft .banner .active .item figcaption {
  -webkit-box-shadow: 0px 0px 12px #0e5dab;
  box-shadow: 0px 0px 12px #0e5dab;
}
._index_product .box .boxLeft .banner .button p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
._index_product .box .boxLeft .banner .button p i {
  font-size: 0.36rem;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
._index_product .box .boxLeft .banner .button p i:hover {
  opacity: 1;
}
._index_product .box .boxLeft .banner .button .prev {
  left: -0.18rem;
}
._index_product .box .boxLeft .banner .button .next {
  right: -0.18rem;
}
._index_product .box .boxRight {
  width: 46%;
  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_product .box .boxRight .main_ {
  position: relative;
  margin: auto;
}
._index_product .box .boxRight .main_ span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation: fades 5s  linear infinite;
  animation: fades 5s  linear infinite;
}
._index_product .box .boxRight .main_ span:nth-child(3) {
  -webkit-animation: fades 5s 1s linear infinite;
  animation: fades 5s 1s linear infinite;
}
._index_product .box .boxRight .main_ span:nth-child(4) {
  -webkit-animation: fades 5s 2s linear infinite;
  animation: fades 5s 2s linear infinite;
}
._index_product .box .boxRight .main {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #fff;
  margin: auto;
  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;
  position: relative;
  z-index: 2;
}
._index_product .box .boxRight .main img {
  /* border-radius: 50%; */
  overflow: hidden;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  -webkit-animation: fades1 4.6s linear infinite;
  animation: fades1 4.6s linear infinite;
}
@-webkit-keyframes fades {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes fades {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes fades1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fades1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
._index_solution {
  position: relative;
  overflow: hidden;
}
._index_solution .stars_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 54%, 50% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 54%, 50% 100%, 0% 100%);
}
._index_solution .stars {
  -webkit-transform: perspective(500px);
  transform: perspective(500px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  bottom: 10%;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  left: 50%;
  -webkit-animation: rotate 90s infinite linear;
  animation: rotate 90s infinite linear;
}
._index_solution .star {
  width: 2px;
  height: 2px;
  background: #F7F7B6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0 -300px;
  -ms-transform-origin: 0 0 -300px;
  transform-origin: 0 0 -300px;
  -webkit-transform: translate3d(0, 0, -300px);
  transform: translate3d(0, 0, -300px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
._index_solution .img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
._index_solution .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_solution .position .box .content1 {
  font-size: 0.4rem;
  line-height: 0.6rem;
  color: #fff;
}
._index_solution .position .box .content2 {
  margin-top: 0.56rem;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0);
    transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg);
    transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0);
    transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg);
    transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg);
  }
}
._index_news {
  padding-top: 13vh;
}
._index_news .box .boxLeft {
  width: -webkit-calc(96.6%);
  width: calc(100% - 3.4rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 8.3vw;
  padding-right: 0.8rem;
  position: relative;
}
._index_news .box .boxLeft .list {
  display: none;
}
._index_news .box .boxLeft .list.active {
  display: block;
}
._index_news .box .boxLeft .list .main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
._index_news .box .boxLeft .list .main .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.6rem;
}
._index_news .box .boxLeft .list .main .item a .time {
  width: 50%;
  font-size: 0.5rem;
  background: #25292d;
  text-align: center;
  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;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
._index_news .box .boxLeft .list .main .item a .text {
  width: 50%;
  background: #f1f1f1;
  font-size: 0.22rem;
  line-height: 0.35rem;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.4rem;
  color: #000;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
._index_news .box .boxLeft .list .main .item a .text p {
  position: relative;
  top: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
._index_news .box .boxLeft .list .main .item:hover .text p {
  top: -0.1rem;
}
._index_news .box .boxLeft .list .main .div1 {
  grid-area: 1 / 1 / 2 / 2;
}
._index_news .box .boxLeft .list .main .div2 {
  grid-area: 2 / 1 / 3 / 2;
}
._index_news .box .boxLeft .list .main .div2 a .time {
  color: #0e5dab;
  background: #f1f1f1;
}
._index_news .box .boxLeft .list .main .div2 a .text {
  background: #0e5dab;
  color: #fff;
}
._index_news .box .boxLeft .list .main .div3 {
  grid-area: 3 / 1 / 4 / 2;
}
._index_news .box .boxLeft .list .main .div4 {
  grid-area: 3 / 2 / 4 / 3;
}
._index_news .box .boxLeft .list .main .div4 a .time {
  background: #0e5dab;
  color: #fff;
}
._index_news .box .boxLeft .list .main .div4 a .text {
  color: #fff;
  background: #25292d;
}
._index_news .box .boxLeft .position {
  position: absolute;
  top: 0;
  left: 65%;
  padding-top: 0.56rem;
}
._index_news .box .boxLeft .position .content0 {
  font-size: 0.7rem;
}
._index_news .box .boxLeft .position .content1 {
  font-size: 0.7rem;
}
._index_news .box .boxLeft .position .content2 {
  font-size: 0.19rem;
  line-height: 0.3rem;
  margin-top: 0.4rem;
}
._index_news .box .boxLeft .position .content3 {
  margin-top: 0.32rem;
}
._index_news .box .boxLeft .position .content3:hover ._index_button.black a {
  border-color: #0e5dab;
}
._index_news .box .boxRight {
  width: 3.4rem;
}
._index_news .box .boxRight .box_list .item {
  padding: 0.68rem 0;
  border-bottom: 1px solid #999;
}
._index_news .box .boxRight .box_list .item:last-child {
  border-color: #fff;
}
._index_news .box .boxRight .box_list .item a .en {
  font-size: 16px;
  color: #999;
  font-family: 'gilroy_bold';
  text-transform: uppercase;
  line-height: 25px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
._index_news .box .boxRight .box_list .item a .cn {
  font-size: 16px;
  color: #999;
  margin-top: 0.28rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
._index_news .box .boxRight .box_list .active {
  border-bottom: 1px solid #000;
}
._index_news .box .boxRight .box_list .active a .en {
  color: #000;
}
._index_news .box .boxRight .box_list .active a .cn {
  color: #000;
}
._index_join {
  position: relative;
}
._index_join .img {
  overflow: hidden;
}
._index_join .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);
}
._index_join .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_join .position .main {
  color: #fff;
  margin: auto;
  text-align: center;
}
._index_join .position .main .title {
  font-size: 0.5rem;
}
._index_join .position .main .join {
  margin-top: 0.54rem;
}
._index_join .position .main .join a {
  padding: 0 0.6rem;
}
._footer {
  background: #25292d;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
._footer .w110 {
  padding: 0 1.1rem;
}
._footer ._footer_top {
  padding: 0.9rem 0;
}
._footer ._footer_top h5 {
  font-size: 0.25rem;
  color: #fff;
  line-height: 36px;
}
._footer ._footer_top .main {
  margin-top: 0.45rem;
}
._footer ._footer_top .main ._footer_top_left {
  width: 60%;
}
._footer ._footer_top .main ._footer_top_left .parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 14px;
  grid-row-gap: 18px;
}
._footer ._footer_top .main ._footer_top_left .parent .item{
	position: relative;
}


._footer ._footer_top .main ._footer_top_left .parent .item:nth-child(7) { grid-area: 3 / 1 / 4 / 3; }


._footer ._footer_top .main ._footer_top_left .parent .item input[type='text'] {
  display: block;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 43px;
  background: none;
  border: 1px solid #5e5e5e;
  box-sizing: border-box;
  border-radius: 0.3rem;
  padding: 0 0.24rem;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
}
._footer ._footer_top .main ._footer_top_left .parent .item input[type='text']:hover {
  border-color: #fff;
}
._footer ._footer_top .main ._footer_top_left .parent .item input[type='submit'] {
  background: #3b3f42;
  width: 100%;
  height: 45px;
  border-radius: 0.3rem;
  border: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

._footer ._footer_top .main ._footer_top_left .parent select {
  display: block;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 43px;
  background: none;
  border: 1px solid #5e5e5e;
  box-sizing: border-box;
  border-radius: 0.3rem;
  padding: 0 0.24rem;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
}
._footer ._footer_top .main ._footer_top_left .parent .div {
  position: relative;
}
._footer ._footer_top .main ._footer_top_left .parent .div::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  border: 6px solid transparent;
  border-top-color: #999;
}


._footer ._footer_top .main ._footer_top_left .parent .yzm {
  position: relative;
  overflow: hidden;
}
._footer ._footer_top .main ._footer_top_left .parent .yzm p {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.8rem;
  height: -webkit-calc(99%);
  height: calc(100% - 1px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #5e5e5e;
  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;
}
._footer ._footer_top .main ._footer_top_left .parent .yzm p img {
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
._footer ._footer_top .main ._footer_top_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;
}
._footer ._footer_top .main ._footer_top_right .information {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
}
._footer ._footer_top .main ._footer_top_right .information .item {
  font-size: 14px;
  color: #999;
  margin-right: 0.54rem;
}
._footer ._footer_top .main ._footer_top_right .information .item:last-child {
  margin-right: 0;
}
._footer ._footer_top .main ._footer_top_right .information .item a {
  color: #999;
}
._footer ._footer_top .main ._footer_top_right .information .item img {
  margin-right: 0.15rem;
  max-width: 0.36rem;
}
._footer ._footer_top .main ._footer_top_right .information .phone img {
  position: relative;
  top: -0.02rem;
}
._footer ._footer_bottom {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #434343;
}
._footer ._footer_bottom ._footer_bottom_left {
  width: 4.45rem;
  text-align: center;
  padding-top: 0.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #434343;
}
._footer ._footer_bottom ._footer_bottom_left p img {
  width: 1.88rem;
}
._footer ._footer_bottom ._footer_bottom_left div {
  margin-top: 0.45rem;
}
._footer ._footer_bottom ._footer_bottom_left div img {
  width: 1.55rem;
}
._footer ._footer_bottom ._footer_bottom_right {
  width: -webkit-calc(95.55%);
  width: calc(100% - 4.45rem);
  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;
}
._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_top {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_top ._footer_bottom_right_top_left {
  padding-left: 1.1rem;
  padding-top: 0.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-calc(98.9%);
  width: calc(100% - 1.1rem);
  padding-bottom: 0.8rem;
}
._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_top ._footer_bottom_right_top_left .list {
  border-right: 1px solid #434343;
  padding-right: 1.1rem;
}
._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_top ._footer_bottom_right_top_left .list .item h5 {
  font-size: 0.17rem;
  color: #fff;
  margin-bottom: 0.32rem;
}
._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_top ._footer_bottom_right_top_left .list .item ul li {
  line-height: 0.34rem;
}
._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_top ._footer_bottom_right_top_left .list .item ul li a {
  font-size: 14px;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_top ._footer_bottom_right_top_left .list .item ul li a:hover {
  color: #fff;
}
._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_top ._footer_bottom_right_top_right {
  width: 1.1rem;
  padding-top: 0.8rem;
  padding-left: 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_top ._footer_bottom_right_top_right .go {
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
}
._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_bottom {
  padding: 0 1.1rem;
}
._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_bottom div {
  border-top: 1px solid #434343;
  font-size: 14px;
  color: #999;
  line-height: 1.16rem;
  text-align: center;
}
._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_bottom div a {
  color: #999;
}
._index_case {
  position: relative;
}
._index_case .img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
._index_case .title {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  z-index: 3;
}
._index_case .title .left {
  font-size: 0.4rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
._index_case .title .left p {
  border-right: 1px solid #fff;
  padding-right: 0.36rem;
  margin-right: 0.36rem;
  font-weight: 300;
  cursor: pointer;
}
._index_case .title .left p:last-child {
  border: 0;
}
._index_case .title .left .active {
  font-weight: 500;
}
._index_case .position {
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
._index_case .position .tu img {
  width: 10.76rem;
}
._index_case .position .text {
  position: absolute;
  font-size: 0.4rem;
  color: #0e5dab;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
._index_case .position .list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}
._index_case .position .list .item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.7rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
._index_case .position .list .item div {
  height: 1.36rem;
  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_case .position .list .item div p {
  width: 1.36rem;
  height: 1.36rem;
}
._index_case .position .list .item div p span {
  background: #fff;
  border-radius: 50%;
  margin: auto;
  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%;
}
._index_case .position .list .item div p img {
  margin: auto;
  max-width: 60%;
  max-height: 60%;
}
._index_case .position .active {
  opacity: 1;
}
._index_case .paget {
  position: absolute;
  left: 0;
  bottom: 0.35rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
._index_case .paget p {
  width: 34px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0 5px;
}
._index_case .paget .active {
  opacity: 1;
}
@-webkit-keyframes fangBig {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fangBig {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
._index_case .position .list .item:nth-child(1) {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
._index_case .position .list .item:nth-child(1) p {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
._index_case .position .list.active .item:nth-child(1) p {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
._index_case .position .list.active .item:nth-child(1) p span {
  -webkit-animation: fangBig 1.5s;
  animation: fangBig 1.5s;
  -webkit-animation-delay: -50ms;
  animation-delay: -50ms;
}
._index_case .position .list .item:nth-child(2) {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
._index_case .position .list .item:nth-child(2) p {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
._index_case .position .list.active .item:nth-child(2) p {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
._index_case .position .list.active .item:nth-child(2) p span {
  -webkit-animation: fangBig 1.5s;
  animation: fangBig 1.5s;
  -webkit-animation-delay: -100ms;
  animation-delay: -100ms;
}
._index_case .position .list .item:nth-child(3) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
._index_case .position .list .item:nth-child(3) p {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
._index_case .position .list.active .item:nth-child(3) p {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
._index_case .position .list.active .item:nth-child(3) p span {
  -webkit-animation: fangBig 1.5s;
  animation: fangBig 1.5s;
  -webkit-animation-delay: -150ms;
  animation-delay: -150ms;
}
._index_case .position .list .item:nth-child(4) {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
._index_case .position .list .item:nth-child(4) p {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
._index_case .position .list.active .item:nth-child(4) p {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
._index_case .position .list.active .item:nth-child(4) p span {
  -webkit-animation: fangBig 1.5s;
  animation: fangBig 1.5s;
  -webkit-animation-delay: -200ms;
  animation-delay: -200ms;
}
._index_case .position .list .item:nth-child(5) {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
._index_case .position .list .item:nth-child(5) p {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
._index_case .position .list.active .item:nth-child(5) p {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
._index_case .position .list.active .item:nth-child(5) p span {
  -webkit-animation: fangBig 1.5s;
  animation: fangBig 1.5s;
  -webkit-animation-delay: -250ms;
  animation-delay: -250ms;
}
._index_case .position .list .item:nth-child(6) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
._index_case .position .list .item:nth-child(6) p {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
._index_case .position .list.active .item:nth-child(6) p {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
._index_case .position .list.active .item:nth-child(6) p span {
  -webkit-animation: fangBig 1.5s;
  animation: fangBig 1.5s;
  -webkit-animation-delay: -300ms;
  animation-delay: -300ms;
}
._index_case .position .list .item:nth-child(7) {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
._index_case .position .list .item:nth-child(7) p {
  -webkit-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
._index_case .position .list.active .item:nth-child(7) p {
  -webkit-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
._index_case .position .list.active .item:nth-child(7) p span {
  -webkit-animation: fangBig 1.5s;
  animation: fangBig 1.5s;
  -webkit-animation-delay: -350ms;
  animation-delay: -350ms;
}
._index_case .position .list .item:nth-child(8) {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
._index_case .position .list .item:nth-child(8) p {
  -webkit-transform: rotate(-150deg);
  -ms-transform: rotate(-150deg);
  transform: rotate(-150deg);
}
._index_case .position .list.active .item:nth-child(8) p {
  -webkit-transform: rotate(-150deg);
  -ms-transform: rotate(-150deg);
  transform: rotate(-150deg);
}
._index_case .position .list.active .item:nth-child(8) p span {
  -webkit-animation: fangBig 1.5s;
  animation: fangBig 1.5s;
  -webkit-animation-delay: -400ms;
  animation-delay: -400ms;
}
._index_case .position .list .item:nth-child(9) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
._index_case .position .list .item:nth-child(9) p {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
._index_case .position .list.active .item:nth-child(9) p {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
._index_case .position .list.active .item:nth-child(9) p span {
  -webkit-animation: fangBig 1.5s;
  animation: fangBig 1.5s;
  -webkit-animation-delay: -450ms;
  animation-delay: -450ms;
}
._index_case .position .list .item:nth-child(10) {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
._index_case .position .list .item:nth-child(10) p {
  -webkit-transform: rotate(-210deg);
  -ms-transform: rotate(-210deg);
  transform: rotate(-210deg);
}
._index_case .position .list.active .item:nth-child(10) p {
  -webkit-transform: rotate(-210deg);
  -ms-transform: rotate(-210deg);
  transform: rotate(-210deg);
}
._index_case .position .list.active .item:nth-child(10) p span {
  -webkit-animation: fangBig 1.5s;
  animation: fangBig 1.5s;
  -webkit-animation-delay: -500ms;
  animation-delay: -500ms;
}
._index_case .position .list .item:nth-child(11) {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
._index_case .position .list .item:nth-child(11) p {
  -webkit-transform: rotate(-240deg);
  -ms-transform: rotate(-240deg);
  transform: rotate(-240deg);
}
._index_case .position .list.active .item:nth-child(11) p {
  -webkit-transform: rotate(-240deg);
  -ms-transform: rotate(-240deg);
  transform: rotate(-240deg);
}
._index_case .position .list.active .item:nth-child(11) p span {
  -webkit-animation: fangBig 1.5s;
  animation: fangBig 1.5s;
  -webkit-animation-delay: -550ms;
  animation-delay: -550ms;
}
._index_case .position .list .item:nth-child(12) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
._index_case .position .list .item:nth-child(12) p {
  -webkit-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
._index_case .position .list.active .item:nth-child(12) p {
  -webkit-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
._index_case .position .list.active .item:nth-child(12) p span {
  -webkit-animation: fangBig 1.5s;
  animation: fangBig 1.5s;
  -webkit-animation-delay: -600ms;
  animation-delay: -600ms;
}
._index_future {
  position: relative;
}
._index_future .wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
._index_future .wave > div {
  position: relative;
}
._index_future .img {
	background: #000;
}
._index_future .img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
}
._index_future .title {
  position: absolute;
  top: 1.4rem;
  left: 8.3vw;
  color: #fff;
  font-size: 0.4rem;
  line-height: 0.6rem;
}
._index_future .box {
  width: 545px;
  height: 545px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
._index_future .box .img_yuan {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  -webkit-clip-path: polygon(0% 0%, 45% 0%, 45% 2%, 55% 2%, 55% 0%, 100% 0%, 100% 45%, 98% 45%, 98% 55%, 100% 55%, 100% 100%, 55% 100%, 55% 98%, 45% 98%, 45% 100%, 0% 100%, 0% 55%, 2% 55%, 2% 45%, 0% 45%);
  clip-path: polygon(0% 0%, 45% 0%, 45% 2%, 55% 2%, 55% 0%, 100% 0%, 100% 45%, 98% 45%, 98% 55%, 100% 55%, 100% 100%, 55% 100%, 55% 98%, 45% 98%, 45% 100%, 0% 100%, 0% 55%, 2% 55%, 2% 45%, 0% 45%);
}
._index_future .box .img_yuan img {
  width: 100%;
  height: 100%;
}
._index_future .box .timeyuan {
  width: 100%;
  position: relative;
  height: 100%;
}
._index_future .box .timeyuan .boxTime {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  -webkit-transform: translateY(-2px) translateX(-2px);
  -ms-transform: translateY(-2px) translateX(-2px);
  transform: translateY(-2px) translateX(-2px);
}
._index_future .box .timeyuan .boxTime canvas {
  -webkit-transform: rotate(180deg) scale(1.002);
  -ms-transform: rotate(180deg) scale(1.002);
  transform: rotate(180deg) scale(1.002);
  position: relative;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 45% 0%, 45% 2%, 55% 2%, 55% 0%, 100% 0%, 100% 45%, 98% 45%, 98% 55%, 100% 55%, 100% 100%, 55% 100%, 55% 98%, 45% 98%, 45% 100%, 0% 100%, 0% 55%, 2% 55%, 2% 45%, 0% 45%);
  clip-path: polygon(0% 0%, 45% 0%, 45% 2%, 55% 2%, 55% 0%, 100% 0%, 100% 45%, 98% 45%, 98% 55%, 100% 55%, 100% 100%, 55% 100%, 55% 98%, 45% 98%, 45% 100%, 0% 100%, 0% 55%, 2% 55%, 2% 45%, 0% 45%);
}
._index_future .box .main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  z-index: 5;
}
._index_future .box .main > div {
  margin: auto;
  text-align: center;
}
._index_future .box .main .content1 {
  font-size: 55px;
  opacity: 0.4;
  color: #fff;
  text-transform: uppercase;
  font-family: 'gilroy_bold';
}
._index_future .box .main .content2 {
  font-size: 0.4rem;
  color: #fff;
  margin: 12px 0;
}
._index_future .box .main .content3 span {
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #fff;
}
._index_future .box .list .item {
  position: absolute;
}
._index_future .box .list .item div {
  font-size: 0.3rem;
  color: #fff;
  position: absolute;
  white-space: nowrap;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
._index_future .box .list .active div {
  opacity: 1;
}
._index_future .box .list .item1 {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-84%);
  -ms-transform: translateX(-50%) translateY(-84%);
  transform: translateX(-50%) translateY(-84%);
}
._index_future .box .list .item1 div {
  top: -66%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
._index_future .box .list .item div a{
	color: #fff;
}
._index_future .box .list .item2 {
  top: 50%;
  right: 0;
  -webkit-transform: translateX(-84%) translateY(-50%);
  -ms-transform: translateX(-84%) translateY(-50%);
  transform: translateX(-84%) translateY(-50%);
}
._index_future .box .list .item2 p {
  -webkit-transform: rotatex(-180deg);
  -ms-transform: rotatex(-180deg);
  transform: rotatex(-180deg);
}
._index_future .box .list .item2 p img {
  -webkit-transform: rotate(90deg) translatey(-84%);
  -ms-transform: rotate(90deg) translatey(-84%);
  transform: rotate(90deg) translatey(-84%);
}
._index_future .box .list .item2 div {
  top: 50%;
  left: 135px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
._index_future .box .list .item3 {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(87%);
  -ms-transform: translateX(-50%) translateY(87%);
  transform: translateX(-50%) translateY(87%);
}
._index_future .box .list .item3 p img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
._index_future .box .list .item3 div {
  bottom: -66%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
._index_future .box .list .item4 {
  top: 50%;
  left: 0;
  -webkit-transform: translateX(-84%) translateY(-50%);
  -ms-transform: translateX(-84%) translateY(-50%);
  transform: translateX(-84%) translateY(-50%);
}
._index_future .box .list .item4 p {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
._index_future .box .list .item4 p img {
  -webkit-transform: rotate(90deg) translatey(-24%);
  -ms-transform: rotate(90deg) translatey(-24%);
  transform: rotate(90deg) translatey(-24%);
}
._index_future .box .list .item4 div {
  top: 50%;
  right: 95px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_banner {
  position: relative;
}
.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-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{
	position: relative;
	top: 1rem;
	opacity: 0;
	max-width: 7.56rem;
}

.index_banner .swiper-slide .a .position .main .title {
  font-size: 0.5rem;
  color: #fff;
  letter-spacing: 0.1rem;
  line-height: 0.9rem;
}
.index_banner .swiper-slide .a .position .main .desc{
						font-size: .19rem;
						line-height: .35rem;
						color: #fff;
						margin-top: .35rem;
						padding-top: .35rem;
						border-top: 1px solid rgba(255, 255, 255, 0.2);
					}
					

.index_banner .swiper-slide .a .position .main .but {
  margin-top: 0.42rem;
}
.index_banner .swiper-slide .a .position .main .but a {
  height: 66px;
  width: 58px;
  display: block;
}
.index_banner .swiper-slide .a .position .main .but svg {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.index_banner .swiper-slide .a .position .main .but svg path {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke: #ffffff;
  transition: 0.4s;
  box-sizing: border-box;
}
.index_banner .swiper-slide .a .position .main .but svg:hover path {
  fill: #fff;
  stroke: #000;
}
.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;
}
.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 {
	top: 0;
	opacity: 1;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
.index_banner .swiper-slide-active .a .position .main .title {
  
}
.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 .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;
}
.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;
  cursor: pointer;
  bottom: 0.74rem;
  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: 8.3vw;
}
.index_banner .button .next {
  right: 8.3vw;
}
.index_banner .pagination_yuan {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.68rem;
  z-index: 2;
}
.index_banner .pagination_yuan .san {
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.index_banner .pagination_yuan .san::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #fff;
  z-index: 2;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.index_banner .pagination_yuan .san .sector {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}
.index_banner .pagination_yuan .san .sector.active {
  -webkit-animation: sector 5s linear both;
  animation: sector 5s linear both;
  background: #fff;
  z-index: 1;
  opacity: 0.4;
}
@-webkit-keyframes sector {
  from {
    -webkit-clip-path: polygon(50% 50%, 0% 0%, 0% 0%);
    clip-path: polygon(50% 50%, 0% 0%, 0% 0%);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0% 0%, 100% 0%);
    clip-path: polygon(50% 50%, 0% 0%, 100% 0%);
  }
  25.000001% {
    -webkit-clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 0%);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%);
  }
  50.000001% {
    -webkit-clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  75.000001% {
    -webkit-clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
    clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
    opacity: 1;
  }
}
@keyframes sector {
  from {
    -webkit-clip-path: polygon(50% 50%, 0% 0%, 0% 0%);
    clip-path: polygon(50% 50%, 0% 0%, 0% 0%);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0% 0%, 100% 0%);
    clip-path: polygon(50% 50%, 0% 0%, 100% 0%);
  }
  25.000001% {
    -webkit-clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 0%);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%);
  }
  50.000001% {
    -webkit-clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  75.000001% {
    -webkit-clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
    clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
    opacity: 1;
  }
}
:root {
  --twinkle-duration: 1.5s;
}
.index_banner_box {
  position: relative;
}
.index_banner_box .canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: 1;
  overflow: hidden;
}
.index_banner_box .canvas .stars-wrapper {
  position: relative;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.index_banner_box .canvas .stars {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: twinkle var(--twinkle-duration) ease-in-out infinite;
  animation: twinkle var(--twinkle-duration) ease-in-out infinite;
}
.index_banner_box .canvas .stars:nth-child(2) {
  animation-delay: calc(var(--twinkle-duration) * -0.33);
}
.index_banner_box .canvas .stars:nth-child(3) {
  animation-delay: calc(var(--twinkle-duration) * -0.66);
}
.index_banner_box .canvas .star {
  fill: white;
}
.index_banner_box .canvas .star:nth-child(3n) {
  opacity: 0.8;
}
.index_banner_box .canvas .star:nth-child(7n) {
  opacity: 0.6;
}
.index_banner_box .canvas .star:nth-child(13n) {
  opacity: 0.4;
}
.index_banner_box .canvas .star:nth-child(19n) {
  opacity: 0.2;
}
.index_banner_box .canvas .comet {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: comet 10s linear infinite;
  animation: comet 10s linear infinite;
}
.index_banner_box .canvas .comet-b {
  -webkit-animation-delay: -3.3s;
  animation-delay: -3.3s;
}
.index_banner_box .canvas .comet-c {
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}
@-webkit-keyframes twinkle {
  25% {
    opacity: 0;
  }
}
@keyframes twinkle {
  25% {
    opacity: 0;
  }
}
@-webkit-keyframes comet {
  0%,
  40% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60%,
  100% {
    -webkit-transform: translateX(-100vmax);
    transform: translateX(-100vmax);
    opacity: 0;
  }
}
@keyframes comet {
  0%,
  40% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60%,
  100% {
    -webkit-transform: translateX(-100vmax);
    transform: translateX(-100vmax);
    opacity: 0;
  }
}
.inner_banner {
  position: relative;
}
.inner_banner .img 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner_banner .position h5 {
  font-size: 0.5rem;
  color: #fff;
}
.inner_banner .position p {
  font-size: 0.25rem;
  color: #fff;
  margin-top: 0.24rem;
}
.bgf5 {
  background: #f5f5f5;
}
.inner_bard {
  border-bottom: 1px solid #ddd;
}
.inner_bard .box .boxLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 0.7rem;
}
.inner_bard .box .boxLeft p {
  border-left: 1px solid #ddd;
}
.inner_bard .box .boxLeft p a {
  display: block;
  width: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
}
.inner_bard .box .boxLeft div {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.inner_bard .box .boxLeft div a {
  font-size: 0.16rem;
  display: block;
  padding: 0 0.96rem;
  line-height: 0.7rem;
  color: #000;
  cursor: default;
}
.inner_bard .box .boxLeft ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.6rem;
}
.inner_bard .box .boxLeft ul li {
  padding: 0 0.3rem;
}
.inner_bard .box .boxLeft ul li a {
  font-size: 0.16rem;
  display: block;
  line-height: 0.7rem;
  color: #000;
}
.inner_bard .box .boxLeft ul .active a {
  border-bottom: 1px solid #0e5dab;
  color: #0e5dab;
}
.inner_bard .box .boxRight p {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.inner_bard .box .boxRight p a {
  display: block;
  width: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
}
.p78 {
  padding-top: 0.78rem;
}
.p78_ {
  padding-bottom: 0.78rem;
}
.m54 {
  margin-top: 0.54rem;
}
.technology_tile {
  font-size: 0.4rem;
}
.technology_sj {
	background: #f5f5f5;
}
.technology_sj .technology_tile {
  text-align: center;
}
.technology_sj .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
}
.technology_sj .box .item {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.technology_sj .box .item .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.56rem;
}
.technology_sj .box .item .left h5 {
  font-size: 0.2rem;
  font-weight: bold;
}
.technology_sj .box .item .left p {
  font-size: 0.15rem;
  color: #767676;
  line-height: 0.25rem;
  margin-top: 0.2rem;
  /* text-align: justify; */
}
.technology_sj .box .item .right {
  width: 4rem;
}
.technology_sj .box .item .right img {
  width: 100%;
  transition: .4s;
}
.technology_sj .box .item:hover .right img{
	transform: scale(1.05);
}
.xian1 {
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#acc8e2), to(#fff));
  background: -o-linear-gradient(left, #acc8e2, #fff);
  background: linear-gradient(to right, #acc8e2, #fff);
}
.technology_js {
  background: #fff;
}
.technology_js .xian {
  margin: 0.78rem 0 0.6rem;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#acc8e2), to(#fff));
  background: -o-linear-gradient(left, #acc8e2, #fff);
  background: linear-gradient(to right, #acc8e2, #fff);
}
.technology_js .h6 {
  font-size: 0.25rem;
  border-left: 0.04rem solid #0e5dab;
  height: 0.3rem;
  line-height: 0.3rem;
  padding-left: 0.15rem;
}
.technology_js .box1 .box1_main {
  margin-top: 0.36rem;
}
.technology_js .box1 .box1_main .boxLeft {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.technology_js .box1 .box1_main .boxLeft ul li {
  font-size: 0.19rem;
  height: 1.28rem;
  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;
  position: relative;
  border-radius: 0.19rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.6rem;
  -webkit-box-shadow: 0px 5px 0.35rem rgba(204, 204, 204, 0.35);
  box-shadow: 0px 5px 0.35rem rgba(204, 204, 204, 0.35);
  margin-bottom: 0.3rem;
  transition: .4s;
}
.technology_js .box1 .box1_main .boxLeft ul li:hover{
	color: #0e5dab;
}
.technology_js .box1 .box1_main .boxLeft ul li:last-child {
  margin-bottom: 0;
}
.technology_js .box1 .box1_main .boxLeft ul li span {
  position: absolute;
  left: 0.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.7rem;
  color: #0e5dab;
  opacity: 0.07;
  font-family: 'gilroy_bold';
}
.technology_js .box1 .box1_main .boxRight {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.technology_js .box1 .box1_main .boxRight .item {
  border-radius: 0.19rem;
  width: 47%;
  margin-left: 3%;
  -webkit-box-shadow: 0px 5px 0.35rem rgba(204, 204, 204, 0.35);
  box-shadow: 0px 5px 0.35rem rgba(204, 204, 204, 0.35);
}
.technology_js .box1 .box1_main .boxRight .item a {
  padding: 0.96rem 0.3rem 0rem;
  display: block;
  cursor: default;
}
.technology_js .box1 .box1_main .boxRight .item a figcaption {
  height: 1.3rem;
  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;
}
.technology_js .box1 .box1_main .boxRight .item a figcaption img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: .4s;
}
.technology_js .box1 .box1_main .boxRight .item a:hover figcaption img{
	transform: scale(1.1);
}
.technology_js .box1 .box1_main .boxRight .item a figure {
  margin-top: 0.86rem;
  font-size: 0.22rem;
  line-height: 0.32rem;
  text-align: center;
  padding: 0.3rem;
  border-top: 1px solid #ddd;
}
.technology_js .box2 .box_main {
  margin-top: 0.36rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0.7rem;
  grid-row-gap: 0px;
}
.technology_js .box2 .box_main .item .content0 {
  font-size: 0.22rem;
  color: #fff;
  background: #0e5dab;
  height: 0.7rem;
  border-radius: 0.15rem;
  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;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.technology_js .box2 .box_main .item .content0 img {
  position: absolute;
  top: 50%;
  left: -webkit-calc(100.35%);
  left: calc(100% + 0.35rem);
  width: 0.26rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.technology_js .box2 .box_main .item .content1 {
  height: 0.4rem;
  text-align: center;
}
.technology_js .box2 .box_main .item .content1 span {
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #999;
}
.technology_js .box2 .box_main .item .content2 {
  -webkit-box-shadow: 0px 5px 0.35rem rgba(204, 204, 204, 0.35);
  box-shadow: 0px 5px 0.35rem rgba(204, 204, 204, 0.35);
  border-radius: 0.15rem;
  height: 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;
}
.technology_js .box2 .box_main .item .content2 img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.technology_js .box2 .box_main .item:last-child .content0 img {
  display: none;
}
.technology_js .box3 .box3_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.technology_js .box3 .box3_main img {
  max-width: 12rem;
}
.technology_js .box3 .box3_main p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.19rem;
  color: #333;
  line-height: 0.35rem;
  padding-left: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
}
.technology_table div{
	transform: rotate(0deg);
}
.Product_advantage_container div{
	transform: rotate(0deg);
}

.product_box1 div{
	transform: rotate(0deg);
}

.technology_table .technology_tile div {
  font-size: 0.17rem;
  color: #666;
  line-height: 0.27rem;
  width: 54%;
}
.technology_table .box {
  margin-top: 0.8rem;
}
.technology_table .box .box_table {
  width: 48%;
}
.technology_table .box .box_table .boxTop {
  width: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.technology_table .box .box_table .boxTop img{
	width: 100%;
	transition: .4s;
}
.technology_table .box .box_table .boxTop:hover img{
	transform: scale(1.1);
}
.technology_table .box .box_table .boxBot {
  margin-top: 0.6rem;
}
.technology_table .box .box_table .boxBot .boxBot_item {
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.3rem;
  width: 100%;
}
.technology_table .box .box_table .boxBot .boxBot_item:last-child {
  margin-bottom: 0;
}
.technology_table .box .box_table .boxBot .boxBot_item .th {
  background: #dce7f3;
  line-height: 0.45rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.technology_table .box .box_table .boxBot .boxBot_item .th th {
  font-size: 0.16rem;
  color: #0e5dab;
  -webkit-box-flex: 1;
  -webkit-flex: 1 25%;
  -ms-flex: 1 25%;
  flex: 1 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.36rem;
  position: relative;
}
.technology_table .box .box_table .boxBot .boxBot_item .th th::after {
  content: '';
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  background: #0e5dab;
}
.technology_table .box .box_table .boxBot .boxBot_item .th th:last-child::after {
  display: none;
}
.technology_table .box .box_table .boxBot .boxBot_item .tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.technology_table .box .box_table .boxBot .boxBot_item .tr:last-child {
  border-bottom: 0;
}
.technology_table .box .box_table .boxBot .boxBot_item .tr td {
  font-size: 0.15rem;
  color: #666;
  line-height: 0.26rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 25%;
  -ms-flex: 1 25%;
  flex: 1 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.12rem 0 0.12rem 0.36rem;
  border-right: 1px solid #ddd;
}
.technology_table .box .box_table .boxBot .boxBot_item .tr td:last-child {
  border-right: 0;
}
.technology_table .box .box_table .boxBot .boxBot_item_5 .th td {
  -webkit-box-flex: 1;
  -webkit-flex: 1 20%;
  -ms-flex: 1 20%;
  flex: 1 20%;
}
.technology_table .box .box_table .boxBot .boxBot_item_5 .tr td {
  -webkit-box-flex: 1;
  -webkit-flex: 1 20%;
  -ms-flex: 1 20%;
  flex: 1 20%;
}
.inner_title h5 {
  font-size: 0.4rem;
}
.inner_title.center {
  text-align: center;
}
.specification_container .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
.specification_container .box .item {
  background: #fff;
  border-radius: 0.15rem;
}
.specification_container .box .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4rem;
  cursor: default;
}
.specification_container .box .item a .left {
  width: 1.8rem;
}
.specification_container .box .item a .left .top {
  font-size: 0.25rem;
  color: #000;
}
.specification_container .box .item a .left .bot {
  margin-top: 0.56rem;
}
.specification_container .box .item a .left .bot img {
  max-width: 100%;
}
.specification_container .box .item a .right {
  width: -webkit-calc(98.2%);
  width: calc(100% - 1.8rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.4rem;
}
.specification_container .box .item a .right div p {
  font-size: 15px;
  color: #4d4c4c;
  line-height: 25px;
  transition: .4s;
}
.specification_container .box .item:hover a .right div p{
	color: #0e5dab;
}
.ProductAdvantage_container .xian {
  margin: 0.6rem 0 0.6rem;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#acc8e2), to(#fff));
  background: -o-linear-gradient(left, #acc8e2, #fff);
  background: linear-gradient(to right, #acc8e2, #fff);
}
.ProductAdvantage_container .h6 {
  font-size: 0.25rem;
  border-left: 0.04rem solid #0e5dab;
  height: 0.3rem;
  line-height: 0.3rem;
  padding-left: 0.15rem;
}
.ProductAdvantage_container .box1 .box1_main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.08rem;
  grid-row-gap: 25px;
}
.ProductAdvantage_container .box1 .box1_main .item .content1 {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.28rem;
  height: 0.56rem;
  margin: 0.3rem 0;
  transition: .4s;
}
.ProductAdvantage_container .box1 .box1_main .item:hover .content1{
	color: #0e5dab;
	
}
.ProductAdvantage_container .box1 .box1_main .item .content2 img {
  width: 100%;
}
.ProductAdvantage_container .box2 .h6 {
  margin-bottom: 0.3rem;
}
.ProductAdvantage_container .box2 .box2_main .desc {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.28rem;
  margin-bottom: 0.7rem;
}
.ProductAdvantage_container .box2 .box2_main .img img {
  max-width: 100%;
}
.technology_table_container .xian {
  margin: 0.6rem 0 0.6rem;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#acc8e2), to(#fff));
  background: -o-linear-gradient(left, #acc8e2, #fff);
  background: linear-gradient(to right, #acc8e2, #fff);
}
.technology_table_container .h6 {
  font-size: 0.25rem;
  border-left: 0.04rem solid #0e5dab;
  height: 0.3rem;
  line-height: 0.3rem;
  padding-left: 0.15rem;
  margin-bottom: 0.36rem;
}
.technology_table_container .box .box_main {
  margin-bottom: 0.6rem;
}
.technology_table_container .box .box_main:last-child {
  margin-bottom: 0;
}
.technology_table_container .box .box_main .list .bot {
  background: #fff;
  overflow: hidden;
  border-radius: 15px;
}
.technology_table_container .box .box_main .list .bot table {
  width: 100%;
}
.technology_table_container .box .box_main .list .bot table tbody {
  width: 100%;
}
.technology_table_container .box .box_main .list .bot table tr th {
  width: 23%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0.5rem;
  font-size: 15px;
  padding: 0 0 0 0.4rem;
  border: 1px solid #eee;
}
.technology_table_container .box .box_main .list .bot table tr th span {
  color: #0e5dab;
}
.technology_table_container .box .box_main .list .bot table tr th:first-child {
  width: 31%;
}
.technology_table_container .box .box_main .list .bot table tr td {
  width: 23%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 0.4rem;
  line-height: 0.5rem;
  font-size: 15px;
  color: #666;
  border: 1px solid #eee;
  white-space: nowrap;
}
.technology_table_container .box .box_main .list .bot table tr td:first-child {
  width: 31%;
}
.technology_table_container .box .box_main1 .list .bot table tr th {
  width: 23%;
}
.technology_table_container .box .box_main1 .list .bot table tr th:first-child {
  width: 31%;
}
.technology_table_container .box .box_main1 .list .bot table tr td {
  width: 23%;
}
.technology_table_container .box .box_main1 .list .bot table tr td:first-child {
  width: 31%;
}
.technology_table_container .box .box_main2 .list {
  width: 49%;
}
.technology_table_container .box .box_main2 .list .bot table {
  color: #0e5dab;
}
.technology_table_container .box .box_main2 .list1 table tr th {
  width: 20%;
}
.technology_table_container .box .box_main2 .list1 table tr th:first-child {
  width: 40%;
}
.technology_table_container .box .box_main2 .list1 table tr td {
  width: 20%;
}
.technology_table_container .box .box_main2 .list1 table tr td:first-child {
  width: 40%;
}
.technology_table_container .box .box_main2 .list2 table tr th {
  width: 25%;
}
.technology_table_container .box .box_main2 .list2 table tr th:first-child {
  width: 50%;
}
.technology_table_container .box .box_main2 .list2 table tr td {
  width: 25%;
}
.technology_table_container .box .box_main2 .list2 table tr td:first-child {
  width: 50%;
}
.technology_table_container1 .xian {
  margin: 0.6rem 0 0.6rem;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#acc8e2), to(#fff));
  background: -o-linear-gradient(left, #acc8e2, #fff);
  background: linear-gradient(to right, #acc8e2, #fff);
}
.technology_table_container1 .h6 {
  font-size: 0.25rem;
  border-left: 0.04rem solid #0e5dab;
  height: 0.3rem;
  line-height: 0.3rem;
  padding-left: 0.15rem;
  margin-bottom: 0.35rem;
}
.technology_table_container1 .box {
  -webkit-box-shadow: 0px 15px 0.35rem rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 0.35rem rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
}
.technology_table_container1 .box table {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.technology_table_container1 .box table th {
  color: #0e5dab;
  text-align: center;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.85rem;
  height: 50px;
  border: 1px solid #eee;
  font-size: 15px;
  color: #666;
}
.technology_table_container1 .box table tr:first-child th {
  width: 100%;
  height: 0.64rem;
  background: #dce7f3;
  font-size: 0.19rem;
  padding-left: 0;
}
.technology_table_container1 .box table td {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.85rem;
  height: 50px;
  border: 1px solid #eee;
  font-size: 15px;
  color: #666;
}
.advertisement_container {
  position: relative;
}
.advertisement_container .img img {
  width: 100%;
}
.advertisement_container .positin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.advertisement_container .positin .w1600 {
  height: 100%;
}
.advertisement_container .positin .box {
  color: #fff;
  height: 100%;
}
.advertisement_container .positin .box .boxLeft {
  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;
  height: 100%;
}
.advertisement_container .positin .box .boxLeft div p {
  font-size: 0.22rem;
  line-height: 0.4rem;
}
.advertisement_container .positin .box .boxRight {
  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;
  height: 100%;
}
.advertisement_container .positin .box .boxRight > div {
  padding-left: 0.64rem;
  position: relative;
}
.advertisement_container .positin .box .boxRight > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #fff;
}
.advertisement_container .positin .box .boxRight > div .top {
  font-size: 0.3rem;
}
.advertisement_container .positin .box .boxRight > div .bot {
  margin-top: 0.1rem;
}
.advertisement_container .positin .box .boxRight > div .bot a {
  font-size: 0.45rem;
  font-weight: bold;
  color: #fff;
}
.newBg {
  background: #02030e url(../images/newbg.png) no-repeat left top;
  background-size: 100% auto;
}
.new_title {
  padding-top: 2.14rem;
}
.new_title .box .boxLeft .en {
  font-size: 0.67rem;
  color: #fff;
  font-weight: bold;
}
.new_title .box .boxLeft .cn {
  font-size: 0.5rem;
  color: #fff;
  margin-top: 5px;
}
.new_title .box .boxRight {
  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;
}
.new_title .box .boxRight ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.new_title .box .boxRight ul li {
  border-right: 1px solid #999;
  padding: 0 0.2rem;
}
.new_title .box .boxRight ul li a {
  color: #999;
  font-size: 0.25rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.new_title .box .boxRight ul li a:hover {
  color: #fff;
}
.new_title .box .boxRight ul li:last-child {
  border: 0;
  padding-right: 0;
}
.new_title .box .boxRight ul .active a {
  color: #fff;
}
.new_list {
  padding-top: 1rem;
}
.new_list .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-row-gap: 0.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.new_list .box .item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.48rem;
  height: 4.56rem;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.new_list .box .item:nth-child(4n) {
  border-color: transparent;
}
.new_list .box .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/newbg2.png) no-repeat 50% 50%;
  background-size: cover;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.new_list .box .item a {
  position: relative;
  z-index: 1;
  height: 100%;
  display: block;
}
.new_list .box .item .content0 {
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.new_list .box .item .content0 p {
  overflow: hidden;
  min-height: 0;
}
.new_list .box .item .content0 p img {
  width: 100%;
  height: 1.6rem;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}
.new_list .box .item .content1 {
  font-size: 16px;
  color: #ccc;
  margin: 0.17rem 0 0.25rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.new_list .box .item .content2 {
  font-size: 0.22rem;
  line-height: 0.32rem;
  height: 0.64rem;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.new_list .box .item .content3 {
  font-size: 15px;
  color: #666;
  line-height: 24px;
  color: #000;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
.new_list .box .item .content3 div {
  min-height: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.new_list .box .item .content3 p {
  margin-top: 0.24rem;
}
.new_list .box .item .content4 {
  font-size: 16px;
  color: #999;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.new_list .box .item .content4:hover {
  color: #0e5dab;
}
.new_list .box .item:hover {
  border-color: transparent;
}
.new_list .box .item:hover::after {
  opacity: 1;
}
.new_list .box .item:hover .content0 {
  grid-template-rows: 0fr;
}
.new_list .box .item:hover .content1 {
  color: #0e5dab;
}
.new_list .box .item:hover .content2 {
  color: #000;
}
.new_list .box .item:hover .content3 {
  grid-template-rows: 1fr;
}
.inner_page {
  margin: auto;
  padding: 1rem 0 1.2rem;
}
.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: 104px;
  height: 52px;
  font-size: 16px;
  color: #fff;
  line-height: 52px;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  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;
  border-radius: 25px;
  background: #282932;
}
.inner_page .box .button p a:hover {
  background: #0e5dab;
  color: #fff;
}
.inner_page .box .button p a:hover svg path {
  fill: #fff;
}
.inner_page .box .button.next p a svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inner_page .box .page {
  margin: 0 10px;
  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;
}
.inner_page .box .page a {
  font-size: 16px;
  font-family: 'gilroy_bold';
  line-height: 52px;
  width: 52px;
  display: block;
  text-align: center;
  margin: 0 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  color: #fff;
  background: #282932;
}
.inner_page .box .page a:hover {
  color: #fff;
  background: #0e5dab;
}
.inner_page .box .page span {
  font-size: 16px;
  font-family: 'gilroy_bold';
  line-height: 52px;
  width: 52px;
  display: block;
  text-align: center;
  margin: 0 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: default;
  background: #282932;
  border-radius: 50%;
  color: #fff;
}
.inner_page .box .page .active {
  background: #0e5dab;
  color: #fff;
}
.news_info_container {
  padding-top: 2.14rem;
}
.news_info_container .box .boxLeft {
  font-size: 16px;
  color: #ccc;
}
.news_info_container .box .boxLeft a {
  color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.news_info_container .box .boxLeft a img {
  position: relative;
  top: -2px;
}
.news_info_container .box .boxLeft a:hover {
  color: #fff;
}
.news_info_container .box .boxLeft span {
  color: #fff;
}
.news_info_container .box .boxRight a {
  color: #fff;
  font-size: 16px;
}
.news_info_container .box .boxRight a img {
  position: relative;
  top: -2px;
}
.news_info_container .box1 {
  margin-top: 0.4rem;
  background: #fff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.64rem 1.2rem;
}
.news_info_container .box1 .content0 {
  font-size: 0.4rem;
  text-align: center;
}
.news_info_container .box1 .content1 {
  color: #666;
  font-size: 0.19rem;
  text-align: center;
  padding: 0.2rem 0 0.45rem;
  border-bottom: 1px solid #ddd;
}
.news_info_container .box1 .content2 {
  font-size: 15px;
  color: #666;
  line-height: 0.35rem;
  margin-top: 0.45rem;
}
.news_info_container .box1 .content2 img {
  max-width: 100%;
  margin: auto;
  vertical-align: bottom;
}
.news_info_container .box2 {
  margin-top: 0.35rem;
}
.news_info_container .box2 p {
  font-size: 17px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.news_info_container .box2 p:hover {
  border-bottom: 1px solid #fff;
}
.news_info_container .box2 p a {
  color: #fff;
}
.contact_container1 {
  position: relative;
}
.contact_container1 .img img {
  width: 100%;
}
.contact_container1 .position_title {
  position: absolute;
  left: 0;
  top: 2.1rem;
  width: 100%;
}
.contact_container1 .position_title .boxLeft {
  padding-top: 1.2rem;
  color: #fff;
}
.contact_container1 .position_title .boxLeft h5 {
  font-size: 0.25rem;
}
.contact_container1 .position_title .boxLeft p {
  font-size: 0.5rem;
  margin-top: 0.48rem;
}
.contact_container1 .position_add {
  width: 5.2rem;
  background: #fff;
  min-height: 1rem;
  border-radius: 15px;
}
.contact_container1 .position_add .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4rem 0.48rem;
  border-bottom: 1px solid #ddd;
}
.contact_container1 .position_add .list:last-child{
	border-bottom: 0;
}
.contact_container1 .position_add .list .left {
  width: 0.8rem;
  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_container1 .position_add .list .left img {
  width: 0.39rem;
}
.contact_container1 .position_add .list .right ._ite h6 {
  font-size: 0.17rem;
  color: #999;
  margin-bottom: 0.15rem;
}
.contact_container1 .position_add .list .right ._ite ul {
  margin-bottom: 0.28rem;
}
.contact_container1 .position_add .list .right ._ite ul li {
  font-size: 0.19rem;
  width: 50%;
  line-height: 0.35rem;
}
.contact_container1 .position_add .list .right ._ite p {
  font-size: 0.19rem;
}
.contact_container1 .position_add .list .right ._ite p a {
  color: #000;
}
.contact_container1 .position_add .list1 .left img {
  position: relative;
  top: -0.3rem;
}
.after_title {
  text-align: center;
}
.after_title .en {
  font-size: 0.5rem;
  font-weight: bold;
  color: #fff;
  opacity: 0.1;
  text-transform: uppercase;
  height: 0.25rem;
}
.after_title .cn {
  font-size: 0.5rem;
  color: #fff;
  position: relative;
}
.after_container {
  background: #000;
  padding-top: 2.6rem;
}
.after_container .box .parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.after_container .box .div {
  position: relative;
}
.after_container .box .div .img {
  border-radius: 0.2rem;
  overflow: hidden;
}
.after_container .box .div .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.after_container .box .div .position {
  position: absolute;
  padding: 0 0.48rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  color: #fff;
  padding-bottom: 0.4rem;
}
.after_container .box .div .position .content0 {
  font-size: 0.35rem;
  margin-bottom: 0.18rem;
}
.after_container .box .div .position .content1 {
  font-size: 0.25rem;
}
.after_container .box .div .position .content2 {
  font-size: 0.22rem;
  margin-top: 0.35rem;
}
.after_container .box .div:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.after_container .box .div1 {
  grid-area: 1 / 1 / 2 / 3;
}
.after_container .box .div1 .position {
  padding-bottom: 0.6rem;
}
.after_container .box .div2 {
  grid-area: 2 / 1 / 3 / 2;
}
.after_container .box .div3 {
  grid-area: 2 / 2 / 3 / 3;
}
.zxly_container {
  height: 0;
}
.zxly_container .box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4rem 0.6rem;
  background: #fff;
  border-radius: 0.25rem;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}
.zxly_container .box .content0 {
  font-size: 0.17rem;
}
.zxly_container .box .content1 {
  font-size: 0.35rem;
  font-weight: bold;
  margin-top: 0.09rem;
}
.zxly_container .box .content2 {
  margin-top: 0.42rem;
}
.zxly_container .box .content2 .left {
  width: 50%;
}
.zxly_container .box .content2 .left ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
.zxly_container .box .content2 .left ul li input {
  display: block;
  width: 100%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.2rem;
  height: 0.54rem;
  border: 0;
  background: #eeeeee;
  border-radius: 0.3rem;
}
.zxly_container .box .content2 .left ul li select{
	display: block;
	width: 100%;
	font-size: 16px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding: 0 .2rem;
	height: .54rem;
	border: 0;
	background: #eeeeee;
	border-radius: .3rem;
	color: #666;
}
.zxly_container .box .content2 .left ul li div{
	position: relative;
}

.zxly_container .box .content2 .left ul li div::after{
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	border: 6px solid transparent;
	border-top-color: #999;
}
.zxly_container .box .content2 .center {
  width: 40%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
}
.zxly_container .box .content2 .center textarea {
  height: 100%;
  display: block;
  width: 100%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.15rem 0.2rem;
  border: 0;
  background: #eeeeee;
  border-radius: 0.3rem;
  resize: none;
}

.zxly_container .box .content2 .right {
	width: 10%;
  display: flex;
  				align-items: center;
}
.zxly_container .box .content2 .right>div{
	width: 100%;
						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;
						-webkit-box-pack: justify;
						-webkit-justify-content: space-between;
							-ms-flex-pack: justify;
								justify-content: space-between;
}
.zxly_container .box .content2 .right input {
  border: 0;
  cursor: pointer;
  height: 0.54rem;
  border-radius: 0.3rem;
  color: #fff;
  margin: 5px 0;
}
.zxly_container .box .content2 .right input[type='button'] {
  background: #dce7f3;
  color: #0e5dab;
}
.zxly_container .box .content2 .right input[type='submit'] {
  background: #0e5dab;
}
.service_process {
  min-height: 100vh;
  background: #000 url(../images/contact5.png) no-repeat 50% 50%;
  background-size: cover;
}
.service_process .after_title {
  text-align: right;
  padding-top: 1.2rem;
}
.service_process .box {
  margin-top: 0.78rem;
  position: relative;
}
.service_process .box .img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 1.35rem;
}
.service_process .box .img img {
  width: 100%;
}
.service_process .box .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.service_process .box .list .item {
  position: relative;
  padding-left: 0.48rem;
  height: 2.38rem;
  color: #fff;
}
.service_process .box .list .item::after {
  content: '';
  position: absolute;
  left: -webkit-calc(0.48rem / 2);
  left: calc(0.48rem / 2);
  height: 76%;
  width: 1px;
  top: 0;
  background: #fff;
}
.service_process .box .list .item .left {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.3rem;
  font-weight: bold;
  width: 0.48rem;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.service_process .box .list .item .left::after {
  content: '';
  position: absolute;
  top: -0.24rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.service_process .box .list .item .right .icon img {
  max-width: 0.32rem;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.service_process .box .list .item .right .text {
  font-size: 0.24rem;
  margin-top: 12px;
}
.service_process .box .list .item:hover .left {
  opacity: 1;
}
.service_process .box .list .item:hover .right .icon img {
  opacity: 1;
}
.service_process .box .list .item0 {
  margin-left: 1.36rem;
}
.service_process .box .list .item1 {
  margin-left: 0.78rem;
  top: 0.92rem;
}
.service_process .box .list .item2 {
  margin-left: 0.94rem;
  top: 0.58rem;
}
.service_process .box .list .item3 {
  margin-left: 0.94rem;
  top: 2.48rem;
}
.service_process .box .list .item4 {
  margin-left: 1.44rem;
  top: 1.62rem;
}
.service_process .box .list .item5 {
  margin-left: 1.26rem;
  top: 3.54rem;
}
.about_container {
  position: relative;
  overflow: hidden;
}
.about_container .img img {
  width: 100%;
}
.about_container .position {
  position: absolute;
  top: 2.6rem;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}
.about_container .position .content0 {
  font-size: 0.6rem;
}
.about_container .position .content1 {
  text-align: center;
  margin-top: 0.4rem;
}
.about_container .position .content1 img {
  width: 12.1rem;
}
.about_container .position1 {
  left: 8.3vw;
  bottom: 1.25rem;
  color: #fff;
  position: absolute;
}
.about_container .position1 .content0 {
  font-size: 0.64rem;
  font-weight: bold;
}
.about_container .position1 .content1 {
  font-size: 0.4rem;
  margin-top: 0.22rem;
}



.about_container .position1 .content2{
	position: absolute;
	left: 4.2rem;
	transform: translateY(-50%);
	top: 50%;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
}
.about_container .position1 .content2:after{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	animation: fades 5s 2s linear infinite;
	border-radius: 50%;
}
.about_container .position1 .content2::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	animation: fades 5s  linear infinite;
	border-radius: 50%;
}

.about_container .position1 .content2 p{
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50%;
	z-index: 2;
	cursor: pointer;
}
.about_container .position1 .content2 svg{
	position: absolute;
	top: 50%;
	transform: translate(-50% , -50%) scale(1.5);
	left: 50%;
}
.about_container .position1 .content2 svg path{
	fill: #0e5dab ;
}




.about_container .position2 {
  right: 8.3vw;
  bottom: 1.25rem;
  color: #fff;
  position: absolute;
  width: 7rem;
}
.about_container .position2 .content0 {
  font-size: 0.25rem;
}
.about_container .position2 .content1 {
  margin-top: 0.34rem;
  font-size: 0.17rem;
  line-height: 0.32rem;
  text-align: justify;
  color: #ccc;
}
.about_container .position2 .content1 p{
	margin-bottom: .3rem;
}
.about_container .position2 .content1 p:last-child{
	margin-bottom: 0;
}
.about_container .canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: 1;
  overflow: hidden;
}
.about_container .canvas .stars-wrapper {
  position: relative;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.about_container .canvas .stars {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: twinkle var(--twinkle-duration) ease-in-out infinite;
  animation: twinkle var(--twinkle-duration) ease-in-out infinite;
}
.about_container .canvas .stars:nth-child(2) {
  animation-delay: calc(var(--twinkle-duration) * -0.33);
}
.about_container .canvas .stars:nth-child(3) {
  animation-delay: calc(var(--twinkle-duration) * -0.66);
}
.about_container .canvas .star {
  fill: white;
}
.about_container .canvas .star:nth-child(3n) {
  opacity: 0.8;
}
.about_container .canvas .star:nth-child(7n) {
  opacity: 0.6;
}
.about_container .canvas .star:nth-child(13n) {
  opacity: 0.4;
}
.about_container .canvas .star:nth-child(19n) {
  opacity: 0.2;
}
.about_container .canvas .comet {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: comet 10s linear infinite;
  animation: comet 10s linear infinite;
}
.about_container .canvas .comet-b {
  -webkit-animation-delay: -3.3s;
  animation-delay: -3.3s;
}
.about_container .canvas .comet-c {
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}
.about_data .box {
  padding: 0.8rem 0;
}
.about_data .box .item {
  color: #fff;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.about_data .box .item .top {
  font-size: 0.6rem;
  font-weight: bold;
  height: 0.6rem;
}
.about_data .box .item .bot {
  font-size: 0.19rem;
  color: #999;
  margin-top: 0.25rem;
}
.about_data .box .item:last-child {
  border: 0;
}
.culture_container .box {
  position: relative;
  padding-top: 2.2rem;
}
.culture_container .box .boxLeft {
  position: absolute;
  top: 0.78rem;
  left: 0;
  width: 5.68rem;
  background: rgba(14, 93, 171, 0.95);
  z-index: 2;
  min-height: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.45rem;
  color: #fff;
}
.culture_container .box .boxLeft .content0 {
  font-size: 0.64rem;
  font-weight: bold;
  padding-top: 0.48rem;
  line-height: 0.7rem;
}
.culture_container .box .boxLeft .content1 {
  font-size: 0.4rem;
  margin-top: 10px;
}
.culture_container .box .boxLeft .content2 {
  font-size: 0.25rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.24rem;
  margin-top: 0.45rem;
}
.culture_container .box .boxLeft .content3 {
  padding: 0.36rem 0;
}
.culture_container .box .boxLeft .content3 ul li {
  padding: 0.24rem 0;
}
.culture_container .box .boxLeft .content3 ul li ._top {
  font-size: 0.3rem;
}
.culture_container .box .boxLeft .content3 ul li ._bot {
  font-size: 0.19rem;
  margin-top: 0.16rem;
}
.culture_container .box .boxRight {
  padding-left: 2.85rem;
}
.culture_container .box .boxRight .banner {
  position: relative;
}
.culture_container .box .boxRight .banner .img img {
  width: 100%;
}
.culture_container .box .boxRight .banner .pagination {
  position: absolute;
  right: 0.46rem;
  bottom: 0.42rem;
  z-index: 1;
}
.culture_container .box .boxRight .banner .pagination div span {
  background: #fff;
  margin-left: 0.1rem;
  opacity: 0.5;
}
.culture_container .box .boxRight .banner .pagination div .swiper-pagination-bullet-active {
  background: #0e5dab;
  opacity: 1;
}
.development_container {
  padding: 1.1rem 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.development_container .box {
  position: relative;
}
.development_container .box .title {
  position: absolute;
  font-size: 0.64rem;
  color: #fff;
  opacity: 0.1;
  top: 1.64rem;
  right: 3.2rem;
  font-family: 'gilroy_bold';
  z-index: 3;
  mix-blend-mode: exclusion;
}
.development_container .box .boxLeft {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-calc(93.82%);
  width: calc(100% - 6.18rem);
  padding-left: 8.3vw;
}
.development_container .box .boxLeft .main {
  background: #fff;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.1rem;
}
.development_container .box .boxLeft .main ._left {
  width: 1.76rem;
  position: relative;
}
.development_container .box .boxLeft .main ._left .content0 {
  font-size: 0.4rem;
  color: #0e5dab;
  padding-top: 0.8rem;
  line-height: 0.4rem;
}
.development_container .box .boxLeft .main ._left .content1 {
  font-size: 0.83rem;
  color: #0e5dab;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0.6rem;
  font-family: 'gilroy_bold';
}
.development_container .box .boxLeft .main ._left .content1 p {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: none;
}
.development_container .box .boxLeft .main ._left .content1 .active {
  display: block;
}
.development_container .box .boxLeft .main ._left .content2 {
  top: 0;
  position: absolute;
  right: -0.16rem;
  padding-top: 1.88rem;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.development_container .box .boxLeft .main ._left .content2 div {
  width: 1px;
  height: 100%;
  background: #ddd;
  position: relative;
}
.development_container .box .boxLeft .main ._left .content2 div::after {
  content: '';
  position: absolute;
  top: 00%;
  left: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #0e5dab;
}
.development_container .box .boxLeft .main ._left .content2 div p {
  position: absolute;
  width: 1px;
  height: 0%;
  background: #0e5dab;
  top: 0;
  left: 0;
}
.development_container .box .boxLeft .main ._right {
  width: -webkit-calc(98.24%);
  width: calc(100% - 1.76rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.88rem;
}
.development_container .box .boxLeft .main ._right .banner {
  height: 764px;
  overflow: hidden;
}
.development_container .box .boxLeft .main ._right .banner ul li {
  padding: 0.5rem 0;
  width: 100%;
  opacity: 0.25;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.development_container .box .boxLeft .main ._right .banner ul li .content0 {
  font-size: 0.35rem;
  color: #000;
}
.development_container .box .boxLeft .main ._right .banner ul li .content1 {
  font-size: 0.23rem;
  color: #0e5dab;
  margin-top: 0.24rem;
}
.development_container .box .boxLeft .main ._right .banner ul li .contnet2 {
  margin-top: 0.28rem;
  font-size: 0.17rem;
  color: #666;
  line-height: 0.32rem;
}
.development_container .box .boxLeft .main ._right .banner ul .active {
  opacity: 1;
}
.development_container .box .boxRight {
  width: 6.18rem;
}
.development_container .box .boxRight img {
  width: 100%;
}
.life_container {
  background: url(../images/about13.png) no-repeat 50% 50%;
  background-size: cover;
  padding: 0.9rem 0 0;
  min-height: 100vh;
}
.life_container .box .boxTop {
  text-align: right;
  color: #fff;
}
.life_container .box .boxTop .content0 {
  font-size: 0.64rem;
  line-height: 0.7rem;
  font-weight: bold;
}
.life_container .box .boxTop .content1 {
  font-size: 0.4rem;
  color: #fff;
  margin-top: 0.34rem;
}
.life_container .box .boxBot .left {
  position: relative;
  top: -2.18rem;
}
.life_container .box .boxBot .left img {
  width: 7rem;
}
.life_container .box .boxBot .right {
  margin-top: 0.36rem;
  width: 7rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.life_container .box .boxBot .right img {
  width: 100%;
}
.honor_contaoner {
  background: url(../images/about18.png) no-repeat 50% 50%;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 110vh;
  margin-top: -1.5rem;
}
.honor_contaoner .box .content0 {
  font-size: 0.64rem;
  line-height: 0.7rem;
  font-weight: bold;
  color: #fff;
}
.honor_contaoner .box .content1 {
  font-size: 0.4rem;
  color: #fff;
  margin-top: 0.34rem;
}
.honor_contaoner .box .content2 {
  margin-top: 1rem;
}
.honor_contaoner .box .content2 .banner {
  position: relative;
}

	
.honor_contaoner .box .content2 .banner .img{
	position: relative;
}
.honor_contaoner .box .content2 .banner .img::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	transition: .4s;
}

.honor_contaoner .box .content2 .banner .swiper-slide-active .img::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 0;
}
.honor_contaoner .box .content2 .banner .img img {
  width: 100%;
}
.honor_contaoner .box .content2 .banner .txt {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.32rem;
  color: #fff;
  line-height: 0.45rem;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.honor_contaoner .box .content2 .banner .swiper-slide-active .txt {
  opacity: 1;
}
.honor_contaoner .box .content2 .banner .button p {
  position: absolute;
  top: 38%;
}
.honor_contaoner .box .content2 .banner .button p i {
  color: #fff;
  font-size: 0.24rem;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.honor_contaoner .box .content2 .banner .button p i:hover {
  opacity: 1;
}
.honor_contaoner .box .content2 .banner .button .prev {
  left: -0.56rem;
}
.honor_contaoner .box .content2 .banner .button .next {
  right: -0.56rem;
}
.honor_contaoner1 {
  margin-top: -2.8rem;
  position: relative;
}
.honor_contaoner1 .img img {
  width: 100%;
}
.honor_contaoner1 .position {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
}
.honor_contaoner1 .position .box .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #fff;
  font-family: 'gilroy_bold';
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.honor_contaoner1 .position .box .item .top {
  font-size: 0.6rem;
}
.honor_contaoner1 .position .box .item .top font {
  font-size: 0.19rem;
  position: relative;
  top: -0.12rem;
}
.honor_contaoner1 .position .box .item .bot {
  font-size: 0.19rem;
  margin-top: 0.26rem;
}
.honor_contaoner1 .position .box .item:last-child {
  border: 0;
}
.partner_container {
  background: url(../images/about20.png) no-repeat 50% 50%;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1rem;
}
.partner_container .box .left .content0 {
  font-size: 0.64rem;
  line-height: 0.7rem;
  font-weight: bold;
  color: #fff;
}
.partner_container .box .left .content1 {
  font-size: 0.4rem;
  color: #fff;
  margin-top: 0.34rem;
}
.partner_container .box .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;
}
.partner_container .box .right .main {
  font-size: 0.35rem;
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.partner_container .box .right .main p {
  padding: 0 0.24rem;
  border-right: 1px solid #999;
  cursor: pointer;
}
.partner_container .box .right .main p:last-child {
  border: 0;
  padding-right: 0;
}
.partner_container .box .right .main .active {
  color: #fff;
}
.partner_container .box1 {
  margin-top: 1.18rem;
  overflow: hidden;
  position: relative;
}
.partner_container .box1 .swiper-slide {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0.3rem 0;
}
.partner_container .box1 .swiper-slide .item {
  width: 2.7rem;
  height: 2.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.partner_container .box1 .swiper-slide .item .img {
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.partner_container .box1 .swiper-slide .item .img img {
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.partner_container .box1 .swiper-slide .position {
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: 2.7rem;
  height: 2.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  z-index: 1;
  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-shadow: 0px 5px 0.2rem rgba(255, 255, 255, 0.35);
  box-shadow: 0px 5px 0.2rem rgba(255, 255, 255, 0.35);
}
.partner_container .box1 .swiper-slide .position img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.partner_container .box1 .swiper-slide:hover .position {
  opacity: 1;
}
.partner_container .box1 .button p {
  position: absolute;
  top: 50%;
  width: 0.7rem;
  height: 0.7rem;
  line-height: 0.7rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.partner_container .box1 .button p i {
  font-size: 0.18rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.partner_container .box1 .button p:hover {
  background: #0e5dab;
}
.partner_container .box1 .button p:hover i {
  color: #fff;
}
.partner_container .box1 .button .prev {
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: right;
  padding-right: 0.12rem;
}
.partner_container .box1 .button .next {
  right: 0;
  -webkit-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  padding-left: 0.12rem;
}
.partner_container .box2 {
  height: 2.6rem;
}
.CorporateCulture {
  position: relative;
  overflow: hidden;
}
.CorporateCulture .img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.CorporateCulture .img video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.CorporateCulture .wenan {
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.42rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
  text-align: center;
}
.CorporateCulture .wenan.active {
  margin-top: 0;
  color: #fff;
}
.CorporateCulture .wenan .content0 {
  font-size: 0.5rem;
}
.CorporateCulture .wenan .content1 {
  font-size: 0.25rem;
  margin-top: 0.3rem;
}
.CorporateCulture .wenan .conten2 {
  font-size: 0.16rem;
  color: #666;
  max-width: 11rem;
  line-height: 0.35rem;
  margin-top: 0.26rem;
}
.CorporateCulture .wenan .content3 {
  font-size: 0.16rem;
  margin-top: 0.4rem;
}
.CorporateCulture .wenan .content3 img {
  width: 0.45rem;
}
.CorporateCulture .playVid{
	position: absolute;
	bottom: .2rem;
	right: 5vw;
	z-index: 3;
	display: none;
}
.CorporateCulture .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CorporateCulture .position.active {
  opacity: 0;
}
.CorporateCulture .position img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.Product_advantage_container {
  background: url(../images/probgtop.png) no-repeat center top, url(../images/probgbot.png) no-repeat center bottom, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dee9f3));
  background: url(../images/probgtop.png) no-repeat center top, url(../images/probgbot.png) no-repeat center bottom, -o-linear-gradient(top, #fff, #dee9f3);
  background: url(../images/probgtop.png) no-repeat center top, url(../images/probgbot.png) no-repeat center bottom, linear-gradient(to bottom, #fff, #dee9f3);
  padding-bottom: 1.1rem;
}
.Product_advantage_container .box h5 {
  font-size: 0.4rem;
}
.Product_advantage_container .box h5 span {
  color: #0e5dab;
}
.Product_advantage_container .box .main ._main {
  width: 8.12rem;
  margin: auto;
  border-top: 1px solid #ccc;
}
.Product_advantage_container .box .main ._main li {
  font-size: 0.17rem;
  line-height: 0.55rem;
  padding-left: 0.75rem;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: default;
}
.Product_advantage_container .box .main ._main li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_advantage_container .box .main ._main li:hover {
  color: #0e5dab;
}
.Product_advantage_container .box .main ._main li:hover::before {
  border-color: #0e5dab;
}
.Product_advantage_container .box1 {
  margin-top: 1.4rem;
}
.Product_advantage_container .box1 .swiper-slide {
  /* padding: 0.57rem 0; */
  /*background: #fff;*/
  border-radius: 15px;
}

.Product_advantage_container .box1 .swiper-slide p{
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

/* .Product_advantage_container .box1 .item {
  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;
  height: 3.2rem;
  border-radius: 16px;
  overflow: hidden;
} */

.Product_advantage_container .box1 .item figure{
	/* padding: .57rem 0 ; */
	/* background: #fff; */
	border-radius: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	/* height: 2rem; */
}
.Product_advantage_container .box1 .item figcaption{
	text-align: center;
	font-size: 16px;
	color: #000;
	margin-top: .3rem;
	
}


.Product_advantage_container .box1 .item img {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  
}
.Product_advantage_container .box1 .item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_advantage_container .box1 ._scroll {
  margin-top: 0.7rem;
  position: relative;
  height: 1px;
}
.Product_advantage_container .box1 ._scroll::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background: #0e5dab;
}
.Product_advantage_container .box1 ._scroll .swiper-pagination {
  width: 100%;
  height: 1px;
}
.Product_advantage_container .box1 ._scroll .swiper-pagination-progressbar {
  background: #ccc;
}
.Product_advantage_container .box1 ._scroll .my-pagination-progressbar-fill {
  background: #0e5dab;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Product_advantage_container .box1 .button {
  margin-top: 0.64rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_advantage_container .box1 .button p {
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #0e5dab;
  margin-right: 0.32rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.Product_advantage_container .box1 .button p i {
  color: #0e5dab;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_advantage_container .box1 .button p:hover {
  background: #0e5dab;
}
.Product_advantage_container .box1 .button p:hover i {
  color: #fff;
}
.Product_advantage_container1 {
  background: url(../images/probgbot.png) no-repeat center bottom, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dee9f3));
  background: url(../images/probgbot.png) no-repeat center bottom, -o-linear-gradient(top, #fff, #dee9f3);
  background: url(../images/probgbot.png) no-repeat center bottom, linear-gradient(to bottom, #fff, #dee9f3);
}
.Product_advantage_container1 .box1 {
  margin-top: 0;
}
.f40 {
  font-size: 0.4rem;
  color: #000;
}
.f40 span {
  color: #0e5dab;
}
.product_two_container .xian {
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#acc8e2), to(#fff));
  background: -o-linear-gradient(left, #acc8e2, #fff);
  background: linear-gradient(to right, #acc8e2, #fff);
}
.product_two_container .box {
  padding: 1.3rem 0;
}
.product_two_container .box .item .boxLeft {
  width: 40%;
  padding-top: 1.32rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 3%;
  position: relative;
}
.product_two_container .box .item .boxLeft .content1 {
  font-size: 0.19rem;
  line-height: 0.35rem;
  text-align: justify;
  color: #666;
  margin-top: 0.3rem;
}
.product_two_container .box .item .boxLeft .content2 {
  position: absolute;
  left: -0.7rem;
  top: 0;
}
.product_two_container .box .item .boxLeft .content2 img {
  width: 4.46rem;
}
.product_two_container .box .item .boxRight {
  width: 60%;
}
.product_two_container .box .item .boxRight p img {
  width: 100%;
}
.product_one_container {
  padding: 1.1rem 0;
}
.product_one_container .box .boxLeft {
  width: 40%;
  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;
}
.product_one_container .box .boxLeft .content1 {
  margin: 0.45rem 0;
}
.product_one_container .box .boxLeft .content1 .xian {
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#acc8e2), to(#fff));
  background: -o-linear-gradient(left, #acc8e2, #fff);
  background: linear-gradient(to right, #acc8e2, #fff);
}
.product_one_container .box .boxLeft .content2 {
  font-size: 0.25rem;
  margin-bottom: 0.4rem;
}
.product_one_container .box .boxLeft .content3 {
  font-size: 0.19rem;
  line-height: 0.35rem;
  text-align: justify;
  color: #666;
}
.product_one_container .box .boxRight {
  width: 50%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  border-radius: 0.19rem;
}
.product_one_container .box .boxRight img {
  max-width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_container_list {
  background: #f5f5f5;
}
.product_container_list .h6 {
  font-size: 0.25rem;
  border-left: 0.04rem solid #0e5dab;
  height: 0.3rem;
  line-height: 0.3rem;
  padding-left: 0.15rem;
}
.product_container_list .tit {
  margin-top: 0.64rem;
}
.product_container_list .box .box_ {
  margin-top: 0.36rem;
}
.product_container_list .box .box_ .item {
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 19%;
  border-radius: 16px;
  padding: 0.68rem 0.45rem 1.12rem;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_container_list .box .box_ .item .content0 {
  font-size: 0.17rem;
  color: #333;
  line-height: 0.35rem;
  text-align: justify;
}
.product_container_list .box .box_ .item .content1 {
  position: absolute;
  right: 0.45rem;
  bottom: -0.15rem;
  font-size: 0.5rem;
  font-weight: bold;
  color: #0e5dab;
  font-family: 'gilroy_bold';
  opacity: 0.07;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_container_list .box .box_ .item:hover {
  -webkit-box-shadow: 0px 8px 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 0.25rem rgba(0, 0, 0, 0.1);
}
.product_container_list .box .box_ .item:hover .content1 {
  opacity: 1;
}
.product_container_list .box .box_ .item24 {
  width: 24%;
  padding: 0.68rem 0.45rem 0.9rem;
}
.product_container_list .box1 .box_ {
  margin-top: 0.36rem;
}
.product_container_list .box1 .box_ .table {
  background: #fff;
  border-radius: 0.19rem;
  overflow: hidden;
}
.product_container_list .box1 .box_ .table table {
  width: 100%;
}
.product_container_list .box1 .box_ .table table tr {
  width: 100%;
}
.product_container_list .box1 .box_ .table table tr th {
  font-size: 0.22rem;
  color: #0e5dab;
  width: 14.2857%;
  height: 0.76rem;
  background: #dce7f3;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.32rem;
}
.product_container_list .box1 .box_ .table table tr td {
  font-size: 0.17rem;
  height: 0.76rem;
  width: 14.2857%;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.32rem;
}
.product_container_list .box1 .box_ .table table tr .center {
  text-align: center;
  padding-left: 0;
}
.product_container_list .box1 .box_ .table5 tr th {
  width: 20%;
}
.product_container_list .box1 .box_ .table5 tr td {
  width: 20%;
}
.product_box1 .xian {
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#acc8e2), to(#fff));
  background: -o-linear-gradient(left, #acc8e2, #fff);
  background: linear-gradient(to right, #acc8e2, #fff);
}
.product_box1 .h6 {
  font-size: 0.25rem;
  border-left: 0.04rem solid #0e5dab;
  height: 0.3rem;
  line-height: 0.3rem;
  padding-left: 0.15rem;
}
.product_box1 .box .content1 {
  font-size: 0.22rem;
  margin: 0.18rem 0 0.6rem;
}
.product_box1 .box .content2 {
  border-radius: 14px;
  overflow: hidden;
}
.product_box1 .box .content2 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_box1 .box .content2:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product_box1 .box1 {
  margin-bottom: 0.78rem;
}
.product_box1 .box1 .h6 {
  margin-top: 0.7rem;
}
.product_box1 .box1 .main {
  margin-top: 0.64rem;
}
.product_box1 .box1 .main .boxLeft ._main {
  width: 5rem;
  margin: auto;
  border-top: 1px solid #ccc;
}
.product_box1 .box1 .main .boxLeft ._main li {
  font-size: 0.17rem;
  line-height: 0.55rem;
  padding-left: 0.75rem;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: default;
}
.product_box1 .box1 .main .boxLeft ._main li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_box1 .box1 .main .boxLeft ._main li:hover {
  color: #0e5dab;
}
.product_box1 .box1 .main .boxLeft ._main li:hover::before {
  border-color: #0e5dab;
}
.product_box1 .box1 .main .boxRight {
  width: 62%;
}
.product_box1 .box1 .main .boxRight .item {
  width: 49%;
  position: relative;
  border-radius: 0.15rem;
  overflow: hidden;
}
.product_box1 .box1 .main .boxRight .item .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_box1 .box1 .main .boxRight .item .position {
  position: absolute;
  bottom: 0.36rem;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.25rem;
  padding: 0 0.45rem;
}
.product_box1 .box1 .main .boxRight .item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product_box1 .box2 {
  margin-top: 0.62rem;
}
.product_box1 .box2 .main {
  margin-top: 0.42rem;
}
.product_box1 .box2 .main .list {
  width: 32%;
}
.product_box1 .box2 .main .list table {
  border-radius: 0.19rem;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 0.25rem rgba(0, 0, 0, 0.1);
}
.product_box1 .box2 .main .list table tr th {
  width: 50%;
  font-size: 0.22rem;
  color: #0e5dab;
  height: 0.56rem;
  background: #dce7f3;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.32rem;
}
.product_box1 .box2 .main .list table tr td {
  width: 50%;
  font-size: 0.17rem;
  height: 0.5rem;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.32rem;
}
.product_box2 .box1 .main .boxRight .item {
  width: 32%;
}
.product_box2 .box1 .main .boxRight .item .img {
  height: 100%;
}
.product_box2 .box1 .main .boxRight .item .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product_box2 .box2 .main .list {
  width: 48.5%;
}
.product_box2 .box2 .main .list3 tr th {
  width: 40%;
}
.product_box2 .box2 .main .list3 tr th:first-child {
  width: 20%;
}
.product_box2 .box2 .main .list3 tr td {
  width: 40%;
}
.product_box2 .box2 .main .list3 tr td:first-child {
  width: 20%;
}
.table_container {
  background: #f5f5f5;
}
.table_container .box .main table {
  width: 100%;
  border-radius: 0.19rem;
  overflow: hidden;
  background: #fff;
}
.table_container .box .main table tr th {
  background: #dce7f3;
  color: #0e5dab;
  height: 0.7rem;
  font-size: 0.22rem;
  border: 1px solid #eee;
  text-align: center;
}
.table_container .box .main table tr td {
  height: 0.7rem;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.35rem;
  border: 1px solid #eee;
}
.guige .h6 {
  font-size: 0.25rem;
  border-left: 0.04rem solid #0e5dab;
  height: 0.3rem;
  line-height: 0.3rem;
  padding-left: 0.15rem;
}
.guige .box1 {
  margin-bottom: 0.64rem;
  margin-top: 0.5rem;
}
.guige .box1 table {
  width: 100%;
  border-radius: 0.19rem;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 8px 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 0.25rem rgba(0, 0, 0, 0.1);
}
.guige .box1 table tr th {
  background: #dce7f3;
  color: #0e5dab;
  height: 0.7rem;
  font-size: 0.22rem;
  border: 1px solid #eee;
  text-align: center;
}
.guige .box1 table tr td {
  height: 0.7rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.35rem;
  border: 1px solid #eee;
}
.guige .box1 table tr .center {
  text-align: center;
  padding-left: 0;
}
.guige .box2 .item {
  width: 48%;
  -webkit-box-shadow: 0px 8px 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 0.25rem rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 0.19rem;
}
.guige .box2 .item figure {
  padding: 0.55rem 0;
}
.guige .box2 .item figure img {
  height: 3.2rem;
}
.guige .box2 .item figcaption {
  font-size: 0.22rem;
  line-height: 1rem;
  border-top: 1px solid #ddd;
}
.guige .xian1 {
  margin: 1.2rem 0;
}
.Product_advantage_container2 .box1 .swiper-slide {
  /* background: #ebeced; */
}
.table_container1 .box .main table tr th {
  width: 50%;
}
.table_container1 .box .main table tr td {
  width: 50%;
}
.product_last_container .h6 {
  font-size: 0.25rem;
  border-left: 0.04rem solid #0e5dab;
  height: 0.3rem;
  line-height: 0.3rem;
  padding-left: 0.15rem;
}
.product_last_container .box .mian {
  margin-top: 0.56rem;
}
.product_last_container .box ._box {
  width: 47%;
}
.product_last_container .box ._box ._main {
  width: 46%;
  margin: auto;
  border-top: 1px solid #ccc;
}
.product_last_container .box ._box ._main li {
  font-size: 0.17rem;
  line-height: 0.55rem;
  padding-left: 0.75rem;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: default;
}
.product_last_container .box ._box ._main li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_last_container .box ._box ._main li:hover {
  color: #0e5dab;
}
.product_last_container .box ._box ._main li:hover::before {
  border-color: #0e5dab;
}
.product_last_container .box ._box .img {
  width: 46%;
  -webkit-box-shadow: 0px 8px 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 0.25rem rgba(0, 0, 0, 0.1);
  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;
  border-radius: 0.15rem;
}
.product_last_container .box ._box .img img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.product_last_container .xian1 {
  margin: 1rem 0;
}
.product_last_container .box1 .main {
  margin-top: 0.56rem;
}
.product_last_container .box1 .main .item {
  width: 48.5%;
  border-radius: 0.19rem;
  overflow: hidden;
}
.product_last_container .box1 .main .item figure {
  overflow: hidden;
}
.product_last_container .box1 .main .item figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_last_container .box1 .main .item figcaption {
  font-size: 0.3rem;
  line-height: 1rem;
  text-align: center;
  background: #f5f5f5;
}
.product_last_container .box1 .main .item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Product_advantage_container3 .box1 {
  margin-top: 0;
}
@media screen and (max-width: 1600px) {
	
	.zxly_container ._footer_box ._right ._main .biaoRight .item1 textarea {
	    width: 3.5rem;
	}
	.zxly_container ._footer_box ._right ._main .biaoLeft .item input[type='text'], .zxly_container ._footer_box ._right ._main .biaoLeft .item select {
	    width: 2.56rem;
	}
	
	.zxly_container .box {
	    padding: 0.4rem 0.4rem;
	}
	
	
	
	
	/* 111111111111111 */
  ._index_product .box .boxLeft .list {
    margin-top: 0.88rem;
  }
  ._index_future .box {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  .development_container .box .boxRight img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
  
  ._footer_box ._right ._main .biaoLeft .item input[type='text'], ._footer_box ._right ._main .biaoLeft .item select{
	  width: 2.86rem;
  }
  ._footer_box ._right ._main .biaoRight .item1 textarea{
	  width: 3.8rem;
  }
  
}
@media screen and (max-width: 1440px) {
  ._footer ._footer_top .main ._footer_top_right .information {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._footer ._footer_top .main ._footer_top_right {
    width: 30%;
  }
  ._footer ._footer_top .main ._footer_top_right .information .item {
    margin: 0.1rem 0;
    position: relative;
    padding-left: 0.5rem;
    width: 100%;
  }
  ._footer ._footer_top .main ._footer_top_right .information .item img {
    position: absolute;
     top: 6px;
    left: 0;
    max-width: 24px;
    max-height: 24px;
  }
  ._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_top ._footer_bottom_right_top_left {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .partner_container .box1 .swiper-slide .item .img img,
  .partner_container .box1 .swiper-slide .position img {
    max-width: 70%;
    max-height: 70%;
  }
  .contact_container1 .img img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .service_process .box .list .item .right .text {
    font-size: 0.2rem;
  }
  .service_process .box .img {
    top: 1.45rem;
  }
  .service_process .box .list .item5 {
    top: 3.24rem;
  }
}
@media screen and (max-width: 1400px) {
	.zxly_container ._footer_box ._right ._main .biaoRight .item1 textarea {
	    width: 3rem;
	}
	.zxly_container ._footer_box ._right ._main .biaoLeft .item input[type='text'], .zxly_container ._footer_box ._right ._main .biaoLeft .item select {
	    width: 2.46rem;
	}
	.zxly_container ._footer_box ._left ._top {
	    font-size: 0.2rem;
	}
	/* 111111111111 */
	
	._footer_box ._left ._top {
	    font-size: 0.2rem;
	    line-height: 0.4rem;
	}
	
	._footer_box ._right ._main .biaoLeft .item input[type='text'], ._footer_box ._right ._main .biaoLeft .item select {
	    width: 2.56rem;
	}
	
  ._index_about .bgimg1 img {
    width: 9.4rem;
  }
  ._index_product .box .boxLeft .list {
    margin-top: 0.48rem;
  }
  ._index_product .box .boxLeft .list .item .content0 {
    font-size: 0.25rem;
  }
  ._index_product .box .boxLeft .banner {
    margin-top: 0.16rem;
  }
  ._index_product .box .boxLeft .list {
    width: 90%;
  }
  ._index_product .box .boxLeft .list .item .content1 {
    margin: 0.25rem 0;
  }
  .index_banner .swiper-slide a .position .main .title {
    font-size: 0.5rem;
    line-height: 0.7rem;
  }
  ._index_future .box {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    -ms-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6);
  }
  ._index_case .position .tu img {
    width: 8.76rem;
  }
  ._index_case .position .list .item div p {
    width: 1.16rem;
    height: 1.16rem;
  }
  ._index_case .position .list .item {
    padding: 0.3rem;
  }
  ._index_news .box .boxLeft .list .main .item a .time {
    font-size: 0.4rem;
  }
  ._index_news .box .boxLeft .list .main .item a {
    height: 2.1rem;
  }
  ._index_news .box .boxLeft .position .content0 {
    font-size: 0.5rem;
  }
  ._index_news .box .boxLeft .position .content1 {
    font-size: 0.5rem;
  }
  ._index_news .box .boxRight .box_list .item {
    padding: 0.48rem 0;
  }
  ._footer ._footer_top {
    padding: 0.5rem 0;
  }
  ._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_top ._footer_bottom_right_top_left {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  ._footer ._footer_top .main {
    margin-top: 0.25rem;
  }
  .CorporateCulture .wenan {
    top: 71%;
  }
  .product_container_list .box .box_ .item {
    padding: 0.58rem 0.35rem 1.02rem;
  }
  .product_box1 .box1 .main .boxLeft ._main {
    width: 4.3rem;
  }
  .CorporateCulture .wenan .content0 {
    font-size: 0.4rem;
  }
  .about_container .position .content1 img {
    width: 9.1rem;
  }
  .about_container .position1 .content0,
  .culture_container .box .boxLeft .content0,
  .life_container .box .boxTop .content0,
  .honor_contaoner .box .content0,
  .new_title .box .boxLeft .en {
    font-size: 0.54rem;
  }
  .life_container .box .boxBot .left img {
    width: 5rem;
  }
  .life_container .box .boxBot .left {
    top: -1.18rem;
  }
  .honor_contaoner {
    margin-top: 0.5rem;
  }
  .life_container .box .boxBot .right {
    width: 6rem;
  }
  .technology_sj .box .item .right {
    width: 3rem;
  }
  .technology_js .box2 .box_main .item .content0 {
    font-size: 0.2rem;
  }
  .technology_table .box .box_table .boxBot .boxBot_item .th th,
  .technology_table .box .box_table .boxBot .boxBot_item .tr td {
    padding-left: 0.16rem;
  }
  .specification_container .box .item a .left {
    width: 1.3rem;
  }
  .specification_container .box .item a .right {
    width: -webkit-calc(98.7%);
    width: calc(100% - 1.3rem);
  }
  .ProductAdvantage_container .box1 .box1_main .item .content1 {
    height: auto;
  }
  .news_info_container .box1 {
    padding: 0.54rem 0.8rem;
  }
  .contact_container1 .position_title .boxLeft p {
    font-size: 0.4rem;
  }
  .contact_container1 .position_add .list {
    padding: 0.2rem 0.28rem;
    border-bottom: 1px solid #ddd;
  }
  .zxly_container .box .content1 {
    font-size: 0.25rem;
  }
  .service_process .box .list .item .right .text {
    font-size: 14px;
    white-space: nowrap;
  }
  .service_process .box .list .item0 {
    margin-left: 1.16rem;
  }
  .service_process .box .list .item1 {
    top: 0.76rem;
  }
  .service_process .box .list .item2 {
    margin-left: 0.94rem;
    top: 0.48rem;
  }
  .service_process .box .list .item3 {
    top: 2.08rem;
  }
  .service_process .box .list .item4 {
    top: 1.42rem;
  }
  .service_process .box .list .item5 {
    top: 2.94rem;
  }
}
@media screen and (max-width: 1280px) {
  .f40 {
    font-size: 0.32rem;
  }
  .new_list .box .item {
    padding: 0.38rem;
  }
}
@media screen and (max-width: 1200px) {
	
	
	._footer_box ._left{
		width: 100%;
	}
	._footer_box ._right{
		width: 100%;
		margin-top: .5rem;
		margin-left: 0;
	}
	._footer_box {
	    padding: 0.6rem 0;
	}
	._footer_box ._right ._main {
	    flex-wrap: wrap;
	}
	._footer_box ._right ._main .biaoLeft {
	    width: 100%;
	}
	._footer_box ._right ._main .biaoLeft .item input[type='text'], ._footer_box ._right ._main .biaoLeft .item select{
		width: 100%;
	}
	._footer_box ._right ._main .biaoRight{
		width: 100%;
		margin-left: 0;
		margin-top: 0.15rem;
	}
	._footer_box ._right ._main .biaoRight .item1 textarea,._footer_box ._right ._main .biaoRight .item2 input{
		width: 100%;
	}
	
	.CorporateCulture .playVid{
		display: block;
	}
	.technology_js .box3 .box3_main{
		display: block;
	}
	.technology_table_container .box .box_main .list .bot table tr td {
	  white-space: initial;
	}
  .w1600 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .header_container > .box {
    display: none;
  }
  .search_container {
    width: 100%;
    padding: 0.8rem 0;
  }
  .search_container span {
    display: block;
  }
  ._index_about .position .box .boxRight .list .item ._right {
    font-size: 0.4rem;
  }
  ._index_about .position .box .boxRight {
    width: 48%;
  }
  ._index_product .box .boxRight .main {
    width: 2.5rem;
    height: 2.5rem;
  }
  ._index_product .box .boxLeft .banner {
    margin-top: 1.16rem;
    width: 130%;
  }
  ._index_case .position {
    top: 1rem;
  }
  ._index_news .box .boxLeft {
    width: 100%;
  }
  ._index_news .box .boxRight {
    width: 100%;
    padding: 0 5vw;
  }
  ._index_news .box .boxLeft {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .index_banner .button .prev {
    left: 5vw;
  }
  .index_banner .button .next {
    right: 5vw;
  }
  ._index_product .box .boxLeft .banner::after {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 35%, 99% 1%, 99% 99%, 100% 65%, 100% 100%, 0% 100%, 0% 65%, 35% 1%, 1% 1%, 0% 35%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 35%, 99% 1%, 99% 99%, 100% 65%, 100% 100%, 0% 100%, 0% 65%, 35% 1%, 1% 1%, 0% 35%);
  }
  ._index_news .box .boxLeft .list .main .item a .time {
    font-size: 0.3rem;
  }
  ._index_news .box .boxLeft .position {
    padding-top: 0;
  }
  ._index_news .box .boxLeft .list .main .item a .text {
    font-size: 0.22rem;
    padding: 0 0.2rem;
  }
  ._index_news .box .boxRight .box_list .item a .cn {
    font-size: 16px;
    margin-top: 5px;
  }
  ._index_news .box .boxLeft .list .main .div1 {
    display: none;
  }
  ._index_news .box .boxLeft .list .main .div2 {
    display: none;
  }
  ._index_news .box .boxLeft .list .main {
    grid-template-rows: repeat(2, 1fr);
  }
  ._index_news .box .boxLeft .box_list {
    padding-top: 2.2rem;
  }
  ._index_news .box .boxLeft .position {
    left: 5vw;
    width: 90vw;
  }
  ._index_news .box .boxLeft .position .content0,
  ._index_news .box .boxLeft .position .content1 {
    font-size: 0.4rem;
  }
  ._index_news .box .boxLeft .position .content3 {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0.8rem;
  }
  ._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_top ._footer_bottom_right_top_left .list .item ul {
    display: none;
  }
  ._footer ._footer_bottom ._footer_bottom_left {
    display: none;
  }
  ._footer ._footer_bottom ._footer_bottom_right {
    width: 100%;
  }
  .FullScreen > div > div:last-child {
    height: auto !important;
  }
  ._footer .w110 {
    padding: 0 5vw;
  }
  ._footer {
    padding: 0;
  }
  ._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_top ._footer_bottom_right_top_left {
    padding-left: 5vw;
  }
  ._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_top ._footer_bottom_right_top_right {
    padding-top: 0.5rem;
    padding-left: 0.4rem;
  }
  ._footer ._footer_top .main ._footer_top_left {
    width: 100%;
  }
  ._footer ._footer_top .main ._footer_top_right {
    width: 100%;
    margin-top: 0.3rem;
  }
  ._footer ._footer_top {
    padding: 0.4rem 0;
  }
  ._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_bottom div {
    line-height: 0.86rem;
  }
  .MobileMain {
    position: fixed;
  }
  .inner_banner .img img {
    height: 4rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .inner_banner .position h5 {
    font-size: 0.4rem;
  }
  .inner_bard .box .boxRight {
    display: none;
  }
  .inner_bard .box .boxLeft div a {
    padding: 0 0.26rem;
  }
  .inner_bard .box .boxLeft ul {
    padding-left: 0.1rem;
  }
  .CorporateCulture .position {
    display: none;
  }
  .CorporateCulture .img video {
    height: 50vh;
  }
  .CorporateCulture .wenan .content3 {
    display: none;
  }
  .CorporateCulture .wenan {
    color: #fff;
    top: 66%;
  }
  .CorporateCulture .wenan .conten2 {
    max-width: 11rem;
    line-height: 0.3rem;
    color: #fff;
  }
  .CorporateCulture .wenan .content0 {
    font-size: 0.32rem;
  }
  .CorporateCulture .img {
    position: relative;
  }
  .CorporateCulture .img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
  .Product_advantage_container .box .main ._main {
    width: 100%;
  }
  .Product_advantage_container .box h5 {
    font-size: 0.32rem;
  }
  ._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_top ._footer_bottom_right_top_left .list .item h5 {
    margin-bottom: 0;
  }
  .product_two_container .box .item .boxLeft {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
  .product_two_container .box .item .boxRight {
    width: 100%;
    margin-top: 0.4rem;
    position: relative;
    z-index: 2;
  }
  .product_two_container .box .item .boxLeft .content2 {
    left: 0.3rem;
    top: -40px;
  }
  .product_two_container .box {
    padding: 1rem 0;
  }
  .product_one_container .box .boxLeft {
    width: 100%;
  }
  .product_one_container {
    padding: 1rem 0;
  }
  .product_one_container .box .boxRight {
    width: 100%;
    margin-top: 0.4rem;
  }
  .product_container_list .box .box_ .item {
    width: 49%;
    margin-bottom: 0.2rem;
  }
  .product_container_list .box1 .box_ .table {
    overflow: scroll;
  }
  .product_container_list .box1 .box_ .table table {
    width: 240%;
  }
  .product_box1 .box1 .main .boxLeft {
    width: 100%;
  }
  .product_box1 .box1 .main .boxLeft ._main {
    width: 100%;
  }
  .product_box1 .box1 .main .boxRight {
    width: 100%;
    margin-top: 0.4rem;
  }
  .product_box1 .box2 .main .list {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .product_box1 .box1 .main .boxRight .item .position {
    bottom: 0.16rem;
    font-size: 0.2rem;
    padding: 0 0.25rem;
  }
  .guige .xian1 {
    margin: 1rem 0;
  }
  .product_last_container .box ._box {
    width: 100%;
    margin-bottom: 0.7rem;
  }
  .product_last_container .box ._box:last-child {
    margin-bottom: 0;
  }
  .product_last_container .box ._box ._main li {
    padding-left: 0.45rem;
  }
  .product_last_container .box1 .main .item figcaption {
    font-size: 0.22rem;
  }
  .about_container .img img {
    height: 70vh;
  }
  .about_container .position .content0 {
    font-size: 0.4rem;
  }
  .about_container .position .content1 img {
    width: 6rem;
  }
  .about_container .position {
    top: 2.2rem;
  }
  .about_container .position1 {
    display: none;
  }
  .about_container .position2 {
    right: 5vw;
    bottom: 1.25rem;
    width: 90vw;
  }
  .about_data .box .item .top {
    font-size: 0.4rem;
    height: 0.4rem;
  }
  .culture_container .box {
    position: relative;
    padding-top: 0;
  }
  .culture_container .box .boxLeft {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
  }
  .about_container .position1 .content0,
  .culture_container .box .boxLeft .content0,
  .life_container .box .boxTop .content0,
  .honor_contaoner .box .content0,
  .new_title .box .boxLeft .en,
  .partner_container .box .left .content0 {
    font-size: 0.4rem;
    line-height: 0.5rem;
  }
  .culture_container .box .boxLeft .content1 {
    font-size: 0.36rem;
  }
  .culture_container .box .boxRight {
    width: 100%;
    padding-left: 0;
  }
  .development_container .box .boxRight {
    display: none;
  }
  .development_container .box .boxLeft {
    width: 95vw;
    padding-left: 5vw;
  }
  .development_container .box .title {
    display: none;
  }
  .development_container .box .boxLeft .main {
    padding: 0 0.5rem;
  }
  .development_container .box .boxLeft .main ._right {
    padding: 0 0.68rem;
  }
  .development_container .box .boxLeft .main ._left .content1 {
    font-size: 0.72rem;
  }
  .development_container .box .boxLeft .main ._left .content0 {
    font-size: 0.36rem;
  }
  .life_container .box .boxTop .content1 {
    font-size: 0.36rem;
  }
  .life_container .box .boxBot .right {
    margin-top: 0;
    width: 100%;
    padding-top: 0;
    border-top: 0;
  }
  .honor_contaoner {
    margin-top: 1rem;
    min-height: 86vh;
  }
  .honor_contaoner .box .content1 {
    font-size: 0.36rem;
  }
  .honor_contaoner .box .content2 .banner .txt {
    margin-top: 0.7rem;
  }
  .honor_contaoner1 .position .box .item .top {
    font-size: 0.4rem;
  }
  .honor_contaoner1 .position .box .item .bot {
    margin-top: 5px;
  }
  .partner_container .box .left .content1 {
    font-size: 0.36rem;
  }
  .partner_container .box .right .main {
    font-size: 0.3rem;
  }
  .partner_container .box1 .swiper-slide .item,
  .partner_container .box1 .swiper-slide .position {
    width: 2.5rem;
    height: 2.5rem;
  }
  .partner_container .box2 {
    height: 1.3rem;
  }
  .technology_sj .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .technology_js .box1 .box1_main .boxLeft {
    width: 100%;
  }
  .technology_js .box1 .box1_main .boxRight {
    width: 100%;
  }
  .technology_js .box2 .box_main .item .content0 img {
    display: none;
  }
  .technology_js .box2 .box_main {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0.2rem;
    grid-row-gap: 0.2rem;
  }
  .technology_js .box3 .box3_main img {
    max-width: 100%;
  }
  .technology_table .technology_tile div {
    line-height: 0.32rem;
    margin-top: 0.3rem;
    width: 100%;
  }
  .technology_table .box .box_table {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .technology_table .box .box_table:last-child {
    margin-bottom: 0;
  }
  .technology_table .box .box_table .boxBot {
    margin-top: 0.4rem;
	overflow: auto;
  }
  .specification_container .box {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .ProductAdvantage_container .box1 .box1_main {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 45px;
  }
  .technology_table_container .box .box_main2 .list {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .technology_table_container .box .box_main2 .list:last-child {
    margin-bottom: 0;
  }
  .advertisement_container .img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 3.4rem;
  }
  .advertisement_container .positin .box .boxLeft {
    width: 48%;
  }
  .advertisement_container .positin .box .boxRight > div .bot a {
    font-size: 0.35rem;
  }
  .new_list .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .new_title .box .boxLeft .cn {
    font-size: 0.36rem;
  }
  .new_title {
    padding-top: 1.74rem;
  }
  .news_info_container .box .boxRight {
    display: none;
  }
  .news_info_container {
    padding-top: 1.74rem;
  }
  .news_info_container .box1 .content0 {
    font-size: 0.3rem;
  }
  .news_info_container .box1 {
    padding: 0.54rem 0.4rem;
  }
  .contact_container1 .position_title {
    top: 1.7rem;
  }
  .contact_container1 .position_title .boxLeft {
    padding-top: 0;
  }
  .contact_container1 .position_add {
    width: 100%;
  }
  .contact_container1 .position_title .boxRight {
    margin-top: 0.4rem;
    width: 100%;
  }
  .zxly_container {
    height: auto;
  }
  .zxly_container .box {
    padding: 0.4rem 0vw;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .contact_container1 .img img {
    height: 78vh;
  }
  .zxly_container .box .content2 .left {
    width: 100%;
    margin-bottom: 12px;
  }
  .zxly_container .box .content2 .center {
    width: -webkit-calc(38%);
    width: calc(50% - 12px);
    padding: 0;
  }
  .zxly_container .box .content2 .right {
    width: -webkit-calc(38%);
    width: calc(50% - 12px);
  }
  .after_container {
    padding-top: 1rem;
  }
  .after_title .cn {
    font-size: 0.36rem;
  }
  .after_container .box .div .position {
    padding: 0 0.2rem;
  }
  .after_container .box .div1 .position {
    padding-bottom: 0.2rem;
  }
  .after_container .box .div .position .content0 {
    font-size: 0.25rem;
  }
  .after_container .box .div .position .content1 {
    font-size: 0.2rem;
  }
  .after_container .box .div .position .content2 {
    font-size: 14px;
    margin-top: 0.25rem;
    padding-bottom: 0.2rem;
  }
  .service_process .box .img {
    display: none;
  }
  .service_process .box .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service_process .box .list .item {
    padding-left: 0;
    width: 50%;
    height: auto;
    margin-left: 0;
  }
  .service_process .after_title {
    text-align: center;
    padding-top: 1.2rem;
  }
  .service_process .box .list .item::after,
  .service_process .box .list .item .left::after {
    display: none;
  }
  .service_process .box .list .item {
    top: 0;
    margin-bottom: 0.4rem;
  }
  .service_process .box .list .item .left {
    position: inherit;
    width: auto;
  }
  .service_process .box .list .item .right {
    text-align: center;
    margin-top: 0.2rem;
  }
  .service_process {
    min-height: 70vh;
  }
  .service_process .after_title {
    padding-top: 1rem;
  }
  ._index_future .title {
    left: 5vw;
  }
}
@media screen and (max-width: 669px) {
  .index_banner .swiper-slide a .position .main .title {
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  ._index_about .position .box .boxLeft {
    width: 100%;
  }
  ._index_title ._cn {
    font-size: 0.32rem;
  }
  ._index_button a {
    font-size: 14px;
  }
  ._index_about .position .box .boxRight {
    width: 100%;
  }
  ._index_about .position .box .boxLeft .content4 {
    margin-top: 0.4rem;
  }
  ._index_about .position .box .boxRight .list .item {
    margin-bottom: 0;
  }
  ._index_about .position .box .boxRight .list .item > div {
    border: 0;
  }
  ._index_about .position .box .boxLeft .content2 {
    margin-top: 0.3rem;
  }
  ._index_about .position .box .boxRight .list .item ._right {
    font-size: 0.3rem;
  }
  ._index_about .position .box .boxRight .list .item > div {
    padding: 0.1rem 0;
  }
  ._index_product .box .boxRight {
    display: none;
  }
  ._index_product .box .boxLeft {
    width: 100%;
  }
  ._index_product .box .boxLeft .banner {
    width: 100%;
  }
  ._index_solution .position .box .content1 {
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
  ._index_future .box {
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    -ms-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4);
    top: 56%;
  }
  ._index_future .title {
    font-size: 0.3rem;
  }
  ._index_case .position {
    top: 0rem;
    -webkit-transform: translateX(-50%) scale(0.7);
    -ms-transform: translateX(-50%) scale(0.7);
    transform: translateX(-50%) scale(0.7);
  }
  ._index_case .title .left {
    font-size: 0.24rem;
  }
  ._index_case .title .left p:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  ._index_case .title ._index_button {
    position: absolute;
    right: 5vw;
    top: -10px;
  }
  ._index_product .box .boxLeft .banner .item figure {
    font-size: 13px;
  }
  ._index_product .box .boxLeft .list .item .content2 {
    font-size: 13px;
  }
  ._index_news .box .boxLeft .position .content0,
  ._index_news .box .boxLeft .position .content1 {
    font-size: 0.3rem;
  }
  ._index_news .box .boxLeft .list .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  ._index_news .box .boxLeft .list .main .div3 {
    display: none;
  }
  ._index_news .box .boxRight .box_list .item {
    padding: 0.2rem 0;
  }
  ._index_news .box .boxRight .box_list .item a .en {
    font-size: 13px;
    line-height: inherit;
  }
  ._index_join .position .main .title {
    font-size: 0.3rem;
  }
  ._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_top {
    display: none;
  }
  ._footer ._footer_top .main ._footer_top_left .parent {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  ._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_bottom div {
    line-height: 0.36rem;
    padding: 0.2rem 0;
  }
  .inner_banner {
    margin-top: 58px;
  }
  .inner_bard .box .boxLeft {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner_bard .box .boxLeft ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .inner_bard .box .boxLeft ul li {
    padding: 0 0.2rem;
  }
  .CorporateCulture {
    margin-top: 0.5rem;
  }
  .CorporateCulture .wenan {
    top: 48%;
    width: 90vw;
  }
  .CorporateCulture .img::after {
    background: rgba(0, 0, 0, 0.5);
  }
  .f40 {
    font-size: 0.26rem;
  }
  .product_container_list .box .box_ .item {
    width: 100%;
  }
  .product_box1 .box1 .main .boxRight .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .product_box1 .box1 .main .boxRight .item:last-child {
    margin-bottom: 0;
  }
  .product_box1 .box .content1 {
    font-size: 13px;
    line-height: 22px;
  }
  .guige .box1 {
    overflow: scraoll;
  }
  .table_container .box .main table tr td,
  .guige .box1 table tr td {
    padding-left: 0.15rem;
    font-size: 12px;
  }
  .guige .box2 .item {
    width: 100%;
  }
  .CorporateCulture2,
  .CorporateCulture1 {
    margin-top: 0;
  }
  .product_last_container .box ._box ._main {
    width: 100%;
  }
  .product_last_container .box ._box .img {
    width: 100%;
    margin-top: 0.2rem;
  }
  .product_last_container .box1 .main .item {
    margin-bottom: 0.2rem;
    width: 100%;
  }
  .product_last_container .box1 .main .item:last-child {
    margin-bottom: 0;
  }
  .product_last_container .xian1 {
    margin: 0.7rem 0;
  }
  .about_container .position .content1 img {
    width: 3rem;
  }
  .about_container .position .content0 {
    font-size: 0.3rem;
  }
  .about_container .position2 {
    bottom: 0.05rem;
  }
  .about_data .box .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 50%;
    -ms-flex: 1 50%;
    flex: 1 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.2rem 0;
    border: 0;
  }
  .culture_container .box .boxLeft {
    padding: 0 0.25rem;
  }
  .about_container .position1 .content0,
  .culture_container .box .boxLeft .content0,
  .life_container .box .boxTop .content0,
  .honor_contaoner .box .content0,
  .new_title .box .boxLeft .en,
  .partner_container .box .left .content0 {
    font-size: 0.36rem;
  }
  .culture_container .box .boxLeft .content3 ul li ._top {
    font-size: 0.26rem;
  }
  .development_container .box .boxLeft .main {
    padding: 0 0.1rem;
  }
  .development_container .box .boxLeft .main ._left .content1 {
    font-size: 0.52rem;
  }
  .development_container .box .boxLeft .main ._left .content0 {
    font-size: 0.26rem;
  }
  .development_container .box .boxLeft .main ._left {
    width: 1.06rem;
  }
  .development_container .box .boxLeft .main ._right {
    padding: 0 0.18rem;
    width: -webkit-calc(98.8%);
    width: calc(100% - 1.2rem);
  }
  .development_container .box .boxLeft .main ._right .banner ul li {
    padding: 0.3rem 0;
  }
  .development_container .box .boxLeft .main ._right .banner ul li .content0 {
    font-size: 0.3rem;
    margin-top: 0.2rem;
  }
  .life_container .box .boxBot .left {
    top: 0;
    width: 100%;
  }
  .life_container .box .boxBot .left img {
    width: 4rem;
  }
  .life_container .box .boxTop .content1 {
    font-size: 0.3rem;
  }
  .life_container {
    min-height: 79vh;
  }
  .honor_contaoner .box .content1 {
    font-size: 0.3rem;
    margin-top: 0.2rem;
  }
  .honor_contaoner .box .content2 .banner .txt {
    font-size: 16px;
  }
  .honor_contaoner1 .img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 6rem;
  }
  .honor_contaoner1 .position .box .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 50%;
    -ms-flex: 1 50%;
    flex: 1 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 0;
    padding: 0.2rem 0;
  }
  .honor_contaoner1 .position {
    top: 50%;
  }
  .partner_container .box .left .content1 {
    font-size: 0.3rem;
    margin-top: 0.2rem;
  }
  .partner_container .box .right {
    margin-top: 0.4rem;
    width: 100%;
  }
  .partner_container .box .right .main p:first-child {
    padding-left: 0;
  }
  .partner_container .box .right .main {
    font-size: 0.26rem;
  }
  .partner_container .box1 .swiper-slide {
    width: 2rem;
    height: 2rem;
  }
  .partner_container .box1 .swiper-slide .item,
  .partner_container .box1 .swiper-slide .position {
    width: 2.2rem;
    height: 2.2rem;
  }
  .partner_container .box1 .button {
    display: none;
  }
  .partner_container .box1 {
    margin-top: 0.68rem;
  }
  .partner_container .box2 {
    height: 0.8rem;
  }
  .partner_container .box1 .swiper-slide .item .img img,
  .partner_container .box1 .swiper-slide .position img {
    max-width: 60%;
    max-height: 60%;
  }
  .honor_contaoner {
    overflow: hidden;
  }
  .life_container .box .boxBot .left {
    text-align: center;
  }
  .technology_sj .box .item .left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-right: 0;
  }
  .technology_sj .box .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .technology_sj .box .item .right {
    width: 100%;
    margin-top: 0.2rem;
  }
  .technology_sj .box .item .left p {
    line-height: 0.3rem;
  }
  .technology_tile {
    font-size: 0.3rem;
  }
  .technology_js .box3 .box3_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .technology_js .box1 .box1_main .boxRight {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .technology_js .box1 .box1_main .boxRight .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.2rem;
  }
  .technology_js .box1 .box1_main .boxRight .item:last-child {
    margin-bottom: 0;
  }
  .technology_js .box2 .box_main {
    grid-template-columns: repeat(2, 1fr);
  }
  .technology_js .box3 .box3_main p {
    line-height: 0.3rem;
    padding-left: 0;
    margin-top: 0.4rem;
  }
  .technology_js .xian {
    margin: 0.6rem 0;
  }
  .technology_js .p78_ {
    padding-bottom: 1px;
  }
  .technology_table .box .box_table .boxBot .boxBot_item .th,
  .technology_table .box .box_table .boxBot .boxBot_item .tr {
    width: 140%;
  }
  .technology_table .box .box_table .boxBot .boxBot_item {
    overflow: scroll;
  }
  .specification_container .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .inner_title h5 {
    font-size: 0.3rem;
  }
  .specification_container .box .item a .right div p {
    font-size: 12px;
    line-height: 20px;
  }
  .inner_banner .position h5 {
    font-size: 0.3rem;
  }
  .technology_table_container .box .box_main .list .bot table tr td,
  .technology_table_container .box .box_main .list .bot table tr th {
    padding: 0 0 0 0.15rem;
    font-size: 12px;
  }
  .technology_table_container1 .box table td {
    padding-left: 0.15rem;
    font-size: 12px;
  }
  .technology_table_container1 .box table tr:first-child th {
    font-size: 12px;
  }
  .advertisement_container .positin .box .boxLeft {
    width: 100%;
  }
  .advertisement_container .positin .box .boxRight {
    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: auto;
    width: 100%;
    text-align: center;
  }
  .advertisement_container .positin .box .boxLeft {
    height: auto;
    text-align: center;
  }
  .advertisement_container .positin .box .boxRight > div::before {
    display: none;
  }
  .advertisement_container .positin .box .boxRight > div {
    padding-left: 0;
    position: relative;
  }
  .advertisement_container .positin .box .boxLeft div p {
    line-height: 0.36rem;
  }
  .new_title .box .boxLeft .cn {
    font-size: 0.3rem;
  }
  .new_title .box .boxRight {
    margin-top: 0.4rem;
    width: 100%;
  }
  .new_title .box .boxRight ul li:first-child {
    padding-left: 0;
  }
  .new_list .box {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 0;
  }
  .new_list .box .item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .new_list {
    padding-top: 0.4rem;
  }
  .inner_page .box .page {
    display: none;
  }
  .inner_page .box .button {
    margin: 0 0.2rem;
  }
  .inner_page {
    margin: auto;
    padding: 0.7rem 0rem;
  }
  .new_list .box .item .content4 {
    font-size: 13px;
  }
  .search_container .box p {
    -webkit-transform: translateY(-48%) scale(0.8);
    -ms-transform: translateY(-48%) scale(0.8);
    transform: translateY(-48%) scale(0.8);
  }
  .new_list .box .item .content3 {
    font-size: 13px;
  }
  .new_list .box .item .content0 p img {
    height: 2rem;
  }
  .new_list .box .item {
    height: 4.96rem;
  }
  .news_info_container .box .boxLeft {
    font-size: 13px;
    line-height: 30px;
  }
  .news_info_container .box1 .content0 {
    font-size: 0.24rem;
  }
  .news_info_container .box1 .content2 {
    font-size: 14px;
    line-height: 0.36rem;
  }
  .news_info_container .box2 p {
    font-size: 15px;
  }
  .contact_container1 .position_title .boxLeft p {
    font-size: 0.3rem;
    margin-top: 0.28rem;
  }
  .contact_container1 .img img {
    height: 86vh;
  }
  .zxly_container .box .content2 .left ul li input {
    font-size: 14px;
    line-height: 0.64rem;
    height: 0.64rem;
  }
  .zxly_container .box .content2 .left ul {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: inherit;
  }
  .zxly_container .box .content2 .center {
    width: 100%;
  }
  .zxly_container .box .content2 .center textarea {
    font-size: 14px;
    height: 1.4rem;
  }
  .zxly_container .box .content2 .right {
    width: 100%;
    margin-top: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .zxly_container .box .content2 .right input {
    width: 48%;
    height: 0.64rem;
    font-size: 14px;
  }
  .after_title .en {
    font-size: 0.36rem;
  }
  .after_title .cn {
    font-size: 0.3rem;
  }
  .after_container .box .div .img img {
    height: 3rem;
  }
  .after_container .box .parent {
    display: block;
  }
  .after_container .box .div {
    margin-bottom: 0.2rem;
  }
  .after_container .box .div:last-child {
    margin-bottom: 0;
  }
  .service_process {
    min-height: 86vh;
  }
  ._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_bottom div {
    font-size: 12px;
  }
  .search_container .box input[type='text'] {
    padding: 0 0.4rem 0 0.8rem;
  }
  .search_container .box p {
    left: 0.12rem;
  }
  ._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_bottom {
    padding: 0;
    text-align: center;
  }
  ._footer ._footer_bottom ._footer_bottom_right ._footer_bottom_right_bottom a {
    display: block;
  }
}


.search_container_ {
  position: relative;
}
.search_container_ .img img {
  width: 100%;
}
.search_container_ .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.search_container_ .position .main h5 {
  font-size: 0.5rem;
  color: #fff;
}
.search_container_ .position .main p {
  font-size: 0.25rem;
  color: #fff;
  margin-top: 0.22rem;
}
.search_bard {
  padding: 0.4rem 0 0.8rem;
}
.search_bard .box {
  font-size: 16px;
  color: #666;
}
.search_bard .box a {
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.search_bard .box a img {
  position: relative;
  top: -2px;
}
.search_bard .box a:hover {
  color: #666;
}
.search_bard .box span {
  color: #000;
}
.search_list .box_ .item {
  border-top: 1px solid #ddd;
}
.search_list .box_ .item:last-child {
  border-bottom: 1px solid #ddd;
}
.search_list .box_ .item a {
  padding: 0.46rem 0;
  display: block;
}
.search_list .box_ .item a .content0 {
  font-size: 0.25rem;
  transition: 0.4s;
}
.search_list .box_ .item a .content1 {
  font-size: 15px;
  color: #666;
  line-height: 25px;
  margin-top: 0.22rem;
}
.search_list .box_ .item a .content3 {
  font-size: 16px;
  color: #666;
  transition: 0.4s;
  margin-top: 0.26rem;
}
.search_list .box_ .item a:hover .content0 {
  color: #0e5dab;
}
.search_list .box_ .item a:hover .content3 {
  color: #0e5dab;
}
.search_list .inner_page_ .box .page a {
  background: #eeeeee;
  color: #000;
}
.search_list .inner_page_ .box .page a:hover {
  background: #0e5dab;
  color: #fff;
}
.search_list .inner_page_ .box .page span {
  background: #eeeeee;
  color: #000;
}
.search_list .inner_page_ .box .button p a {
  background: #eeeeee;
  color: #000;
}
.search_list .inner_page_ .box .button p a:hover {
  background: #0e5dab;
  color: #fff;
}
.over {
  height: 5.3rem;
  background: #f5f5f5;
}
.over .main {
  text-align: center;
}
.over .main div {
  font-size: 0.4rem;
  margin-top: 1.32rem;
}
.over .main p {
  font-size: 0.22rem;
  color: #666;
  margin: 16px 0 0;
}
.overTit {
  padding: 0.6rem 0;
}
.overTit .h6 {
  font-size: 0.25rem;
  border-left: 0.04rem solid #0e5dab;
  height: 0.3rem;
  line-height: 0.3rem;
  padding-left: 0.15rem;
}
.partner_container .box1 .swiper-slide .position {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .search_container_ .img img {
    height: 4rem;
    object-fit: cover;
  }
  .search_container_ .position .main h5 {
    font-size: 0.36rem;
  }
  .search_container_ .position .main p {
    font-size: 0.22rem;
  }
  .over .main div {
    font-size: 0.3rem;
    margin-top: 0.62rem;
  }
  .over {
    height: 4rem;
  }
}
@media screen and (max-width: 669px) {
  .over .main div {
    margin-top: 0.22rem;
  }
  .search_container_ .position .main h5 {
    font-size: 0.32rem;
    margin-top: 0.7rem;
  }
  .search_list .box_ .item a .content3 {
    font-size: 14px;
  }
  .search_bard .box {
    font-size: 14px;
    color: #666;
  }
  .index_banner .swiper-slide .a .position .main .title {
      font-size: 0.4rem;
      line-height: 0.6rem;
  }
  .index_banner .swiper-slide .a .position .main .but a {
      height: 52px;
      width: 48px;
  }
  ._index_about .position .box .boxLeft .content3{
	  display: none;
  }
  ._index_about .position .box .boxRight{
	  margin-top: .4rem;
  }
  ._footer ._footer_top h5 {
      line-height: 30px;
  }
  ._footer_box ._right ._main .biaoLeft {
      grid-template-columns: repeat(1, 1fr);
  }
  
  
  ._index_product .box .boxLeft .list .item .content2{
	  height: 75px;
	  display: -webkit-box;
	  	-webkit-box-orient: vertical;
	  	-webkit-line-clamp: 3;
	  	overflow: hidden;
	  	text-justify: distribute-all-lines;
  }
  
  .about_container .position2 {
      position: initial;
      width: 100%;
      box-sizing: border-box;
      padding: 0 5vw;
      margin-top: -2.6rem;
  }
  .about_container .position{
	  display: none;
  }
  .about_container .position1 {
	  display: block;
      left: 5vw;
      bottom: auto;
      color: #fff;
      position: absolute;
      top: 1.8rem;
  }
  .about_container .position1 .content2 {
      left: 3.6rem;
  }
  .about_container .position1 .content1 {
  }
  
  .zxly_container .box .content2 .right>div{
  	  flex-direction: initial;
  	  -webkit-flex-direction: initial;
  	      -ms-flex-direction: initial;
  }
}
/*# sourceMappingURL=./style.css.map */