body::-webkit-scrollbar {
  display: none;
}
html,
body {
  user-select: none;
}
.w1680 {
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  box-sizing: border-box;
  width: 100%;
}
.w1580 {
  padding-left: 8.854vw;
  padding-right: 8.854vw;
  box-sizing: border-box;
  width: 100%;
}
.phone_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  display: none;
}
.phone_header .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 3vw;
}
.phone_header .box .logo {
  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;
}
.phone_header .box .logo a {
  display: block;
}
.phone_header .box .logo a img {
  height: 35px;
}
.phone_header .box .button {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.phone_header .box .button .registered {
  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;
}
.phone_header .box .button .registered a {
  display: block;
  font-size: 0.18rem;
  color: #0094ff;
  background: #fff;
  width: 1rem;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}
.phone_header .box .button .registered a:hover {
  background: #0094ff;
  color: #fff;
}
.phone_header .box .button .language {
  margin: 0 0.45rem 0 0.82rem;
}
.phone_header .box .button .language a {
  font-size: 16px;
  font-family: 'gilroy_regular';
  color: #000;
  transition: 0.4s;
}
.phone_header .box .button .language a i {
  opacity: 0.5;
  position: relative;
  top: 1px;
  transition: 0.2s;
}
.phone_header .box .button .language a:hover {
  color: #0ce4ec !important;
}
.phone_header .box .button .language a:hover i {
  opacity: 1;
}
.phone_header .box .button .menu {
  margin-left: 0.56rem;
}
.phone_header .box .button .menu .menu_btn p {
  position: relative;
}
.phone_header .box .button .menu .menu_btn p span {
  display: block;
  width: 30px;
  height: 2px;
  background: #1c04dc;
  margin: 8px 0;
}
.phone_header .box .button .menu .menu_btn p span:nth-child(1) {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.phone_header .box .button .menu .menu_btn p span:nth-child(3) {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.phone_header .box .button .menu .menu_btn p::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background: #1c04dc;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.phone_header .box .button .menu .menu_btn p::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background: #1c04dc;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.phone_header .box .button .menu .menu_btn.active p span {
  opacity: 0;
}
.phone_header .box .button .menu .menu_btn.active p::before {
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.phone_header .box .button .menu .menu_btn.active p::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search_number{
    font-size: 0.24rem;
    padding: 0.6rem 0 0.4rem;
}
.search_container {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 0.9rem 0;
  background: #fff;
  display: none;
  z-index: 2;
}
.search_container .layui-icon-close {
  position: absolute;
  top: 0.3rem;
  right: 3%;
  font-size: 0.36rem;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.search_container .layui-icon-close:hover {
  color: #1c04dc;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.search_container .box_search {
  width: min(6rem, 80vw);
  margin: auto;
  position: relative;
}
.search_container .box_search input[type='text'] {
  display: block;
  width: 100%;
  height: 0.64rem;
  border: 0;
  background: #f2f2f2;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.3rem;
}
.search_container .box_search label {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.3rem;
  cursor: pointer;
}
.search_container .box_search label input {
  display: none;
}
.search_container .box_search label p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.search_container .box_search label:hover p svg path {
  fill: #0094ff;
}
.phone_nav {
  position: fixed;
  top: 65px;
  width: 100%;
  height: -webkit-calc(35vh);
  height: calc(100vh - 65px);
  z-index: 7;
  background: #fff;
  display: none;
}
.phone_nav .box {
  margin: 0 3vw;
  padding: 30px 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.phone_nav .box .box_scroll {
  overflow: scroll;
  height: 100%;
}
.phone_nav .box .item > p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.phone_nav .box .item > p a {
  display: block;
  font-size: 24px;
  line-height: 76px;
  color: #000;
  width: 100%;
}
.phone_nav .box .item > p span {
  display: block;
  float: right;
  position: relative;
  font-size: 24px;
  z-index: 2;
}
.phone_nav .box .item > p i {
  display: block;
  float: right;
  width: 22px;
  height: 1px;
  background: #000;
  position: relative;
  z-index: 2;
}
.phone_nav .box .item > p i::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.phone_nav .box .item > p .active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.phone_nav .box .item ul {
  display: none;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.phone_nav .box .item ul li a {
  display: block;
  font-size: 20px;
  color: #000;
  line-height: 54px;
  opacity: 0.8;
}
.PhoneNav {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 72px;
  background: #fff;
  display: none;
}
.PhoneNav .box {
  padding: 5vw;
  height: 90%;
  overflow: scroll;
}
.PhoneNav .box .item a {
  display: block;
  position: relative;
  font-size: 24px;
  color: #000;
  line-height: 68px;
}
.PhoneNav .box .item a i {
  font-size: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  color: #999;
}
.PhoneNav .box .item a span {
  font-size: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 2px;
  background: #999;
}
.PhoneNav .box .item a span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #999;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.PhoneNav .box .item > p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.PhoneNav .box .item .item_two {
  padding-left: 0.32rem;
  display: none;
}
.PhoneNav .box .item .item_two > li > p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.PhoneNav .box .item .item_two > li > p a {
  font-size: 23px;
}
.PhoneNav .box .item .item_two > li .item_three {
  padding-left: 0.32rem;
  display: none;
}
.PhoneNav .box .item .item_two > li .item_three > li > p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.PhoneNav .box .item .item_two > li .item_three > li > p a {
  font-size: 22px;
}
.PhoneNav .box .item .item_two > li .item_three > li .item_four {
  padding-left: 0.32rem;
  display: none;
}
.PhoneNav .box .item .item_two > li .item_three > li .item_four > li > p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.PhoneNav .box .item .item_two > li .item_three > li .item_four > li > p a {
  font-size: 20px;
  line-height: 0.6rem;
}
.PhoneNav .box .item .item_two > li .item_three > li .item_four > li > p a i {
  font-size: 20px;
}
.PhoneNav .box .item .item_two > li .item_three > li.active > p a span::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.PhoneNav .box .item .item_two > li.active > p a span::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.PhoneNav .box .item.active > p a span::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.banner_container .banner {
  position: relative;
}
.banner_container .banner .swiper-slide {
  position: relative;
}
.banner_container .banner .swiper-slide .img video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner_container .banner .swiper-slide .img img{
   width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner_container .banner .swiper-slide .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 3.15rem;
  display: flex;
  align-items: center;
}
.banner_container .banner .swiper-slide .posi .item {
  color: #fff;
}
.banner_container .banner .swiper-slide .posi .item h5 {
  font-size: 0.6rem;
  line-height: 0.9rem;
  height: 1.8rem;
  overflow: hidden;
}
.banner_container .banner .swiper-slide .posi .item .link {
  margin-top: 0.36rem;
  overflow: hidden;
  padding-bottom: 5px;
}
.banner_container .banner .swiper-slide .posi .effect {
  overflow: hidden;
}
.banner_container .banner .swiper-slide-active .posi .effect {
  -webkit-animation: slideInLeft 1s ease both;
  animation: slideInLeft 1s ease both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.banner_container .banner .button div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.banner_container .banner .button div img {
  opacity: 0.5;
  transition: 0.4s;
}
.banner_container .banner .button div:hover img {
  opacity: 1;
}
.banner_container .banner .button .prev {
  left: 6.25vw;
}
.banner_container .banner .button .next {
  right: 6.25vw;
}
.banner_container .banner .page {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  z-index: 1;
  transform: translatex(-50%);
}
.banner_container .banner .page div span {
  width: 4px;
  height: 12px;
  border-radius: 0;
  background: #fff;
  margin: 0 0.1rem;
  transition: 0.4s;
  opacity: 0.5;
  transform: skew(-34deg);
}
.banner_container .banner .page div .swiper-pagination-bullet-active {
  background: #0ce4ec ;
  opacity: 1;
}
.index_link a {
  display: inline-block;
  font-size: 16px;
  width: 2.18rem;
  line-height: 0.54rem;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  transition: 0.4s;
}
.index_link a:hover {
  background: #0ce4ec ;
  border: 1px solid #0ce4ec ;
}
.index_link.black a {
  border: 1px solid #eee;
  color: #eee;
  font-size: 14px;
}
.index_link.black a span {
  color: #1c04dc;
  transition: 0.4s;
}
.index_link.black a i {
  color: #ccc;
  transition: 0.4s;
  position: relative;
  left: 0;
  font-size: 14px;
}
.index_link.black a:hover {
  background: #1c04dc;
}
.index_link.black a:hover span {
  color: #fff;
}
.index_link.black a:hover i {
  color: #fff;
  left: 8px;
}
.EPT_INSIDE {
  position: relative;
}
.EPT_INSIDE .box {
  text-align: center;
  padding: 2.2rem 0 1.9rem;
  position: relative;
  z-index: 1;
}
.EPT_INSIDE .box h5 {
  font-family: 'gilroy_Medium';
  font-size: 0.72rem;
  color: #0ce4ec;
}
.EPT_INSIDE .box .text {
  margin-top: 0.8rem;
  font-size: 0.3rem;
  color: #333;
}
.EPT_INSIDE .box .text p {
  display: inline-block;
  font-family: 'gilroy_Medium';
  font-size: 1.8rem;
  color: #1c04dc;
  position: relative;
}
.EPT_INSIDE .box .text p font {
  display: block;
  position: absolute;
  font-size: 0.9rem;
  top: 0;
  right: 0;
  transform: translatex(100%);
}
.EPT_INSIDE .box .link {
  margin-top: 1.18rem;
}
.EPT_INSIDE .img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.3;
}
.EPT_INSIDE .img img {
  width: 100%;
}
.EPT_INSIDE .particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_title .box_ .left_ h6 {
  font-size: 0.3rem;
  margin-bottom: 0.1rem;
}
.index_title .box_ .left_ h5 {
  font-size: 0.36rem;
}
.index_title .box_ .right_ {
  display: flex;
  align-items: center;
}
.index_title .box_ .right_ a {
  font-family: 'gilroy_regular';
  color: #1c04dc;
  font-size: 14px;
  transition: 0.4s;
}
.index_title .box_ .right_ a i {
  font-size: 14px;
  color: #bababa;
  transition: 0.4s;
  margin-left: 5px;
  position: relative;
  left: 0;
}
.index_title .box_ .right_ a:hover i {
  color: #1c04dc;
  left: 7px;
}
.bg {
  background: #e9eef8;
}
.bg1 {
  background: #f6f6f6;
}
.p94 {
  padding-top: 0.94rem;
}
.p94_ {
  padding-bottom: 0.94rem;
}
.m45 {
  margin-top: 0.45rem;
}
.DevelopmentProcess {
  background: url(../images/bg2.png) no-repeat center bottom;
  background-size: 100% auto;
}
.DevelopmentProcess .box .list .item {
  width: 24.25%;
  background: #fff;
  display: block;
  box-sizing: border-box;
  padding: 0.64rem 0.5rem 0;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  margin-right: 1%;
}
.DevelopmentProcess .box .list .item:last-child {
  margin-right: 0;
}
.DevelopmentProcess .box .list .item .content1 {
  height: 0.87rem;
  position: relative;
  z-index: 1;
}
.DevelopmentProcess .box .list .item .content1 img {
  max-width: 100%;
  max-height: 100%;
}
.DevelopmentProcess .box .list .item .content2 {
  font-size: 0.3rem;
  color: #333;
  margin-top: 0.92rem;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.DevelopmentProcess .box .list .item .content3 {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.32rem;
  height: 0.64rem;
  margin-top: 0.2rem;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.DevelopmentProcess .box .list .item .content4 {
  margin-top: 1.38rem;
  border-top: 1px solid #eee;
  padding: 0.42rem 0;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.DevelopmentProcess .box .list .item .content4 i {
  font-size: 16px;
  color: #333;
  transition: 0.4s;
}
.DevelopmentProcess .box .list .item .content5 {
  position: absolute;
  bottom: 0.58rem;
  right: -1.35rem;
}
.DevelopmentProcess .box .list .item .content5 img {
  width: 3.34rem;
  opacity: 0.03;
  transition: 0.4s;
}
.DevelopmentProcess .box .list .item:hover {
  background: #1c04dc;
}
.DevelopmentProcess .box .list .item:hover .content2 {
  color: #fff;
}
.DevelopmentProcess .box .list .item:hover .content3 {
  color: #fff;
}
.DevelopmentProcess .box .list .item:hover .content4 {
  border-color: #4532df;
}
.DevelopmentProcess .box .list .item:hover .content4 i {
  color: #fff;
}
.DevelopmentProcess .box .list .item:hover .content5 img {
  opacity: 0.2;
}
.SolutionProvider {
  position: relative;
}
.SolutionProvider .img {
  width: 100%;
}
.SolutionProvider .img img {
  width: 100%;
  opacity: 0;
  max-height: 8.9rem;
}
.SolutionProvider .img .lottie{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
}
.SolutionProvider .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.SolutionProvider .box {
  margin-top: 1.2rem;
}
.SolutionProvider .box .list {
  width: 6.64rem;
}
.SolutionProvider .box .list .item {
  width: 50%;
  margin-bottom: 0.86rem;
}
.SolutionProvider .box .list .item .top {
  font-family: 'gilroy_Medium';
  color: #1c04dc;
  font-size: 0.72rem;
}
.SolutionProvider .box .list .item .bot {
  margin-top: 0.25rem;
  font-size: 0.16rem;
  color: #333;
}
.StarProducts .box {
  padding: 0 1%;
  box-sizing: border-box;
}
.StarProducts .box .item {
  width: 20.5%;
  overflow: hidden;
  transition: 0.6s;
}
.StarProducts .box .item a {
  position: relative;
  display: block;
}
.StarProducts .box .item a .img img {
  min-width: 100%;
  transition: 0.8s;
}
.StarProducts .box .item a .posi {
  position: absolute;
  bottom: -1.3rem;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.45rem;
  color: #fff;
  transition: 0.6s;
}
.StarProducts .box .item a .posi .title_en {
  font-family: 'gilroy_bold';
  font-size: 0.3rem;
}
.StarProducts .box .item a .posi .title {
  font-size: 0.3rem;
  margin-top: 0.08rem;
}
.StarProducts .box .item a .posi .text {
  font-size: 0.16rem;
  margin-top: 0.34rem;
  opacity: 0;
  transition: 0.6s;
}
.StarProducts .box .item a .posi .link {
  margin-top: 0.54rem;
  padding: 0.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.6s;
  opacity: 0;
}
.StarProducts .box .item a .posi .link i {
  font-size: 16px;
  display: inline-block;
}
.StarProducts .box .item:hover .img img {
  transform: scale(1.05);
}
.StarProducts .box .active {
  width: 57%;
}
.StarProducts .box .active a .posi {
  bottom: 0;
}
.StarProducts .box .active a .posi .text {
  opacity: 1;
}
.StarProducts .box .active a .posi .link {
  opacity: 1;
}
.MotionStar .box .boxLeft {
  width: 66%;
}
.MotionStar .box .boxLeft .banner {
  position: relative;
}
.MotionStar .box .boxLeft .banner a {
  display: block;
  position: relative;
}
.MotionStar .box .boxLeft .banner a .img {
  overflow: hidden;
}
.MotionStar .box .boxLeft .banner a .img img {
  width: 100%;
  transition: 0.4s;
}
.MotionStar .box .boxLeft .banner a .posi {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.72rem;
  padding: 0 2.35rem 0 0.5rem;
  box-sizing: border-box;
}
.MotionStar .box .boxLeft .banner a .posi .time {
  font-size: 12px;
  color: #fff;
  font-family: 'gilroy_regular';
  overflow: hidden;
}
.MotionStar .box .boxLeft .banner a .posi .time span {
  display: inline-block;
  margin-left: 0.3rem;
}
.MotionStar .box .boxLeft .banner a .posi .title {
  font-size: 0.24rem;
  color: #fff;
  margin-top: 0.22rem;
}
.MotionStar .box .boxLeft .banner a:hover .img img {
  transform: scale(1.05);
}
.MotionStar .box .boxLeft .banner .swiper-slide-active .effect {
  animation: slideInUp 1s ease both;
  animation-delay: 0.5s;
}
.MotionStar .box .boxLeft .banner .page {
  bottom: 0.74rem;
  right: 0.5rem;
  z-index: 1;
  position: absolute;
}
.MotionStar .box .boxLeft .banner .page div span {
  width: 4px;
  height: 12px;
  border-radius: 0;
  background: #fff;
  transition: 0.4s;
  opacity: 0.5;
  transform: skew(-34deg);
  margin-left: 0.2rem;
}
.MotionStar .box .boxLeft .banner .page div .swiper-pagination-bullet-active {
  background: #0094ff;
  opacity: 1;
}
.MotionStar .box .boxRight {
  width: 32%;
}
.MotionStar .box .boxRight .item {
  margin-bottom: 0.18rem;
}
.MotionStar .box .boxRight .item:last-child {
  margin-bottom: 0;
}
.MotionStar .box .boxRight .item a {
  display: block;
  position: relative;
}
.MotionStar .box .boxRight .item a .img {
  position: relative;
  overflow: hidden;
}
.MotionStar .box .boxRight .item a .img img {
  width: 100%;
  transition: 0.4s;
}
.MotionStar .box .boxRight .item a .img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.MotionStar .box .boxRight .item a .text {
  position: absolute;
  left: 0;
  bottom: 0.32rem;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.24rem;
  padding: 0 0.3rem;
}
.MotionStar .box .boxRight .item a:hover .img img {
  transform: scale(1.05);
}
.ConsultImmediately .img img {
  width: 100%;
}
.ConsultImmediately .box {
  position: relative;
}
.ConsultImmediately .box .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
}
.ConsultImmediately .box .posi > div {
  margin: auto;
}
.ConsultImmediately .box .posi h5 {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.4rem;
}
.ConsultImmediately .box .posi .link {
  margin-top: 0.35rem;
}
.ConsultImmediately .box .posi .link a {
  font-size: 16px;
  color: #1c04dc;
  display: inline-block;
  background: #fff;
  width: 2.12rem;
  line-height: 0.58rem;
  transition: 0.4s;
}
.ConsultImmediately .box .posi .link a svg {
  vertical-align: middle;
}
.ConsultImmediately .box .posi .link a svg path {
  transition: 0.4s;
}
.ConsultImmediately .box .posi .link a:hover {
  background: #1c04dc;
  color: #fff;
}
.ConsultImmediately .box .posi .link a:hover path {
  fill: #fff;
}
.footer_container {
  background: #000;
}
.footer_container .box .boxTop {
  padding-top: 0.58rem;
}
.footer_container .box .boxTop .left figure {
  font-size: 0.36rem;
  color: #fff;
}
.footer_container .box .boxTop .left figure figcaption {
  margin-top: 0.2rem;
}
.footer_container .box .boxTop .right {
  display: flex;
  align-items: center;
}
.footer_container .box .boxTop .right img {
  opacity: 0.5;
  transition: 0.4s;
}
.footer_container .box .boxTop .right img:hover {
  opacity: 1;
}
.footer_container .box .boxTop .box_1 {
  margin-top: 0.64rem;
}
.footer_container .box .boxTop .box_1 .feng {
  text-align: center;
}
.footer_container .box .boxTop .box_1 .feng .img img {
  width: 1.34rem;
}
.footer_container .box .boxTop .box_1 .feng .button {
  margin-top: 0.32rem;
  display: grid;
  grid-column-gap: 0.18rem;
  grid-template-columns: repeat(4, 1fr);
}
.footer_container .box .boxTop .box_1 .feng .button a{
    display: block;
}
.footer_container .box .boxTop .box_1 .feng .button img{
    width: 30px;
}
.footer_container .box .boxTop .box_1 .info h5 {
  font-size: 0.18rem;
  color: #fff;
}
.footer_container .box .boxTop .box_1 .info form {
  margin-top: 0.16rem;
  position: relative;
}
.footer_container .box .boxTop .box_1 .info form input {
  background: #2a2a2a;
  box-sizing: border-box;
  border: 0;
  height: 0.54rem;
  padding: 0 0.26rem;
  color: #fff;
  font-size: 14px;
  width: 100%;
}
.footer_container .box .boxTop .box_1 .info form label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.26rem;
  cursor: pointer;
}
.footer_container .box .boxTop .box_1 .info form label input {
  display: none;
}
.footer_container .box .boxTop .box_1 .info form label img{
    width: 20px;
}
.footer_container .box .boxTop .box_1 .info ul {
  margin-top: 0.42rem;
}
.footer_container .box .boxTop .box_1 .info ul li {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0.1rem;
  position: relative;
  padding-left: 0.25rem;
}
.footer_container .box .boxTop .box_1 .info ul li a {
  color: #fff;
}
.footer_container .box .boxTop .box_1 .info ul li svg {
  position: absolute;
  top: 2px;
  left: 0;
}
.footer_container .box .boxTop .box_1 .xian p {
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.footer_container .box .boxTop .box_1 .jishu {
  color: #fff;
}
.footer_container .box .boxTop .box_1 .jishu h5 {
  font-size: 0.18rem;
  margin-bottom: 0.38rem;
}
.footer_container .box .boxTop .box_1 .jishu ul li {
  margin-bottom: 0.2rem;
}
.footer_container .box .boxTop .box_1 .jishu ul li:last-child {
  margin-bottom: 0;
}
.footer_container .box .boxTop .box_1 .jishu ul li a {
  font-size: 0.16rem;
  color: #fff;
}
.footer_container .box .boxTop .box_1 .nav ul li {
  margin-bottom: 0.38rem;
}
.footer_container .box .boxTop .box_1 .nav ul li:last-child {
  margin-bottom: 0;
}
.footer_container .box .boxTop .box_1 .nav ul li a {
  font-size: 0.18rem;
  color: #fff;
  transition: 0.4s;
}
.footer_container .box .boxTop .box_1 .nav ul li a:hover {
  color: #0094ff;
}
.footer_container .box .boxBot {
  margin-top: 0.7rem;
  font-size: 14px;
  color: #808080;
  padding: 0.32rem 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_container .box .boxBot a {
  color: #808080;
  transition: 0.4s;
}
.footer_container .box .boxBot a:hover {
  color: #fff;
}
.inner_link a {
  font-size: 16px;
  color: #1c04dc;
  display: inline-block;
  background: #fff;
  width: 2.12rem;
  line-height: 0.58rem;
  transition: 0.4s;
  text-align: center;
}
.inner_link a svg {
  vertical-align: middle;
}
.inner_link a svg path {
  transition: 0.4s;
}
.inner_link a:hover {
  background: #1c04dc;
  color: #fff;
}
.inner_link a:hover path {
  fill: #fff;
}
.product_container {
  position: relative;
  background: #fff;
}
.product_container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background: #1c04dc;
}
.product_container .box {
  position: relative;
  z-index: 2;
}
.product_container .box .boxLeft {
  color: #fff;
  width: 7.16rem;
  padding-top: 1.7rem;
}
.product_container .box .boxLeft .content1 {
  font-weight: bold;
  font-size: 0.48rem;
  margin-bottom: 0.15rem;
}
.product_container .box .boxLeft .content2 {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #fff;
  padding: 0.15rem 0 0.48rem;
  text-align: justify;
}
.product_container .box .boxLeft .content3 a:hover {
  background: #0094ff;
}
.product_container .box .boxRight {
  width: 6rem;
  padding-top: 1.2rem;
  padding-bottom: 0.56rem;
}
.product_container .box .boxRight .banner .swiper-slide {
  height: 4.8rem;
  display: flex;
  align-items: center;
}
.product_container .box .boxRight .banner .swiper-slide .img {
  position: relative;
  margin: auto;
  max-width: 100%;
  height: 100%;
}
.product_container .box .boxRight .banner .swiper-slide .img img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.product_container .box .boxRight .banner .swiper-slide .video {
  height: 4rem;
  position: relative;
}
.product_container .box .boxRight .banner .swiper-slide .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 0.4s;
}
.product_container .box .boxRight .banner .swiper-slide .video .play.active {
  opacity: 0;
}
.product_container .box .boxRight .banner .swiper-slide .video .video_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: 0.4s;
}
.product_container .box .boxRight .banner .swiper-slide .video .video_main video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_container .box .boxRight .banner .swiper-slide .video .video_main.active {
  opacity: 1;
}
.product_container .box .boxRight .banner1 {
  padding: 0 1rem;
  margin-top: 0.82rem;
  position: relative;
}
.product_container .box .boxRight .banner1 .img {
  height: 0.62rem;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.product_container .box .boxRight .banner1 .img img {
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.product_container .box .boxRight .banner1 .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c04dc;
  opacity: 0;
  transition: 0.4s;
}
.product_container .box .boxRight .banner1 .video {
  position: relative;
}
.product_container .box .boxRight .banner1 .video img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
}
.product_container .box .boxRight .banner1 .video p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 3;
}
.product_container .box .boxRight .banner1 .video p svg {
  margin: auto;
  transform: scale(0.3);
}
.product_container .box .boxRight .banner1 .swiper-slide-thumb-active .img::after {
  opacity: 0.8;
}
.product_container .box .boxRight .banner1 .button div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.4;
  transition: 0.4s;
}
.product_container .box .boxRight .banner1 .button div:hover {
  opacity: 1;
}
.product_container .box .boxRight .banner1 .button .prev {
  left: 5%;
}
.product_container .box .boxRight .banner1 .button .next {
  right: 5%;
}
.product_container .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86%;
  overflow: hidden;
  z-index: 1;
}
.product_container .wave canvas {
  opacity: 0.3;
}
.TestContents .box .boxLeft {
  width: 50%;
  overflow: hidden;
}
.TestContents .box .boxLeft img {
  width: 100%;
  transition: 0.6s;
  height: 100%;
  object-fit: cover;
}
.TestContents .box .boxLeft:hover img {
  transform: scale(1.05);
}
.TestContents .box .boxRight {
  width: 50%;
  padding: 0.5rem 0.65rem;
  background: #fff;
  box-sizing: border-box;
}
.TestContents .box .boxRight ul li {
  margin-bottom: 0.26rem;
}
.TestContents .box .boxRight ul li a {
    display: block;
  font-size: 0.18rem;
  color: #000;
  cursor: default;
  transition: 0.4s;
  position: relative;
  padding-left: 0.16rem;
}
.TestContents .box .boxRight ul li a:hover {
  color: #1c04dc;
}
.TestContents .box .boxRight ul li a::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}
.ProductConfiguration .box  img{
    width: auto !important;
    height: auto !important;
  
}
.ProductConfiguration .box table {
  width: 100%;
  font-size: 14px;
  background: #fff;
}
.ProductConfiguration .box table div{
    
}
.ProductConfiguration .box table th {
  text-align: center;
  background: #1c04dc;
  color: #fff;
  height: 0.4rem;
  /*border-color: #1904c6;*/
}
.ProductConfiguration .box table tr:first-child {
  font-size: 0.18rem;
}
.ProductConfiguration .box table tr:first-child th {
  height: 0.5rem;
}
.ProductConfiguration .box table td {
  /*text-align: center;*/
  padding: 0 0.3rem;
  height: 0.4rem;
  box-sizing: border-box;
}
.ProductConfiguration .box table .title {
  color: #1c04dc;
  width: 1.78rem;
  font-size: 16px;
}
.ProductConfiguration .box table .left {
  text-align: left;
  padding-left: 0.3rem;
  width: 3.3rem;
}
.ProductConfiguration li{
    list-style: disc !important;
}
.HighlightsProducts .box .banner .swiper-slide {
  height: initial;
}
.HighlightsProducts .box .banner .item {
  display: block;
  background: #fff;
  padding: 0 0.68rem 0.96rem 1.26rem;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
.HighlightsProducts .box .banner .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.05rem;
  background: #0ce4ec;
}
.HighlightsProducts .box .banner .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.26rem;
  height: 0.05rem;
  background: #1c04dc;
  transition: 0.4s;
}
.HighlightsProducts .box .banner .item .content1 {
  position: absolute;
  left: 0.52rem;
  top: 0.42rem;
}
.HighlightsProducts .box .banner .item .content2 {
  font-size: 0.24rem;
  margin-bottom: 0.22rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid #eee;
  transition: 0.4s;
}
.HighlightsProducts .box .banner .item .content3 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.36rem;
}
.HighlightsProducts .box .banner .item:hover::after {
  width: 100%;
}
.HighlightsProducts .box .banner .item:hover .content2 {
  color: #1c04dc;
}
.inner_container ._box .button svg {
  cursor: pointer;
}
.inner_container ._box .button svg path {
  transition: 0.4s;
}
.inner_container ._box .button svg:hover path {
  fill: #0ce4ec;
}
.inner_container ._box .number {
  margin: 0 0.5rem;
  font-size: 0.18rem;
  color: #999;
}
.inner_container ._box .number font {
  color: #000;
}
.TechnologySharing .box .banner {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #ddd;
}
.TechnologySharing .box .banner .swiper-container {
  height: 32px;
}
.TechnologySharing .box .banner .swiper-container .swiper-slide .item .left {
  font-size: 0.24rem;
  color: #333;
  position: relative;
  padding-left: 0.4rem;
  transition: 0.4s;
 width: 70%;
}
.TechnologySharing .box .banner .swiper-container .swiper-slide .item .left svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.TechnologySharing .box .banner .swiper-container .swiper-slide .item .left svg path {
  transition: 0.4s;
}
.TechnologySharing .box .banner .swiper-container .swiper-slide .item .right {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999;
  font-family: 'gilroy_regular';
}
.TechnologySharing .box .banner .swiper-container .swiper-slide .item .right .ri {
  margin-left: 0.6rem;
}
.TechnologySharing .box .banner .swiper-container .swiper-slide .item .right .ri span {
  color: #1c04dc;
}
.TechnologySharing .box .banner .swiper-container .swiper-slide .item .right .ri i {
  font-size: 12px;
  margin-left: 5px;
  transition: 0.4s;
}
.TechnologySharing .box .banner .swiper-container .swiper-slide .item .right .ri:hover i {
  color: #1c04dc;
}
.TechnologySharing .box .banner .swiper-container .swiper-slide .item:hover .left {
  color: #1c04dc;
}
.TechnologySharing .box .banner .swiper-container .swiper-slide .item:hover .left svg path {
  fill: #1c04dc;
}
.CustomerCases .box .banner .item .boxLeft {
  width: 50%;
  overflow: hidden;
}
.CustomerCases .box .banner .item .boxLeft img {
  width: 100%;
  transition: 0.4s;
}
.CustomerCases .box .banner .item .boxRight {
  width: 50%;
  box-sizing: border-box;
  padding: 0.5rem 0.45rem;
  background: #fff;
  position: relative;
}
.CustomerCases .box .banner .item .boxRight .content1 {
  font-size: 0.24rem;
  color: #333;
  transition: 0.4s;
}
.CustomerCases .box .banner .item .boxRight .content2 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.36rem;
  margin-top: 0.34rem;
}
.CustomerCases .box .banner .item .boxRight .content3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.45rem;
}
.CustomerCases .box .banner .item .boxRight .content3 .xian {
  padding: 0.5rem 0;
  border-top: 1px solid #ddd;
}
.CustomerCases .box .banner .item .boxRight .content3 .left img {
  max-height: 0.3rem;
}
.CustomerCases .box .banner .item .boxRight .content3 .right {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999;
  font-family: 'gilroy_regular';
}
.CustomerCases .box .banner .item .boxRight .content3 .right .ri {
  margin-left: 0.6rem;
}
.CustomerCases .box .banner .item .boxRight .content3 .right .ri span {
  color: #1c04dc;
}
.CustomerCases .box .banner .item .boxRight .content3 .right .ri i {
  font-size: 12px;
  margin-left: 5px;
  transition: 0.4s;
}
.CustomerCases .box .banner .item .boxRight .content3 .right .ri:hover i {
  color: #1c04dc;
}
.CustomerCases .box .banner .item:hover .boxLeft img {
  transform: scale(1.05);
}
.CustomerCases .box .banner .item:hover .boxRight .content1 {
  color: #1c04dc;
}
.TitleCopywriting .box .banner .swiper-slide .list .item {
  width: 15.6666666%;
  margin-right: 1%;
  position: relative;
  transition: 0.4s;
}
.TitleCopywriting .box .banner .swiper-slide .list .item:last-child {
  margin-right: 0;
}
.TitleCopywriting .box .banner .swiper-slide .list .item .img {
  overflow: hidden;
  position: relative;
}
.TitleCopywriting .box .banner .swiper-slide .list .item .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.TitleCopywriting .box .banner .swiper-slide .list .item .img img {
  min-width: 100%;
}
.TitleCopywriting .box .banner .swiper-slide .list .item .posi {
  position: absolute;
  top: 1.4rem;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.6rem;
  transition: 0.4s;
}
.TitleCopywriting .box .banner .swiper-slide .list .item .posi .content1 {
  font-size: 0.24rem;
  color: #fff;
  padding: 0.55rem 0 0.44rem;
  text-align: center;
  transition: 0.4s;
}
.TitleCopywriting .box .banner .swiper-slide .list .item .posi .content2 {
  padding-top: 0.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #fff;
  opacity: 0;
}
.TitleCopywriting .box .banner .swiper-slide .list .active {
  width: 50%;
}
.TitleCopywriting .box .banner .swiper-slide .list .active .posi {
  top: 0;
}
.TitleCopywriting .box .banner .swiper-slide .list .active .posi .content1 {
  text-align: left;
}
.TitleCopywriting .box .banner .swiper-slide .list .active .posi .content2 {
  opacity: 1;
}
.CoreModule .box .banner .swiper-slide {
  height: initial;
}
.CoreModule .box .banner .item {
  background: #fff;
  display: block;
  text-align: center;
  padding: 0.94rem 0 0;
  height: 100%;
  box-sizing: border-box;
  transition: 0.4s;
  position: relative;
}
.CoreModule .box .banner .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #1c04dc;
}
.CoreModule .box .banner .item div {
  cursor: default !important;
}
.CoreModule .box .banner .item .content1 img {
  margin: auto;
  height: 0.57rem;
}
.CoreModule .box .banner .item .content1 .img2 {
  display: none;
}
.CoreModule .box .banner .item .content2 {
  font-size: 0.24rem;
  color: #000;
  margin-top: 0.36rem;
  transition: 0.4s;
}
.CoreModule .box .banner .item .content3 {
  margin-top: 0.26rem;
}
.CoreModule .box .banner .item .content3 p {
  width: 18px;
  height: 3px;
  background: #1c04dc;
  margin: auto;
  transition: 0.4s;
}
.CoreModule .box .banner .item .content4 {
  margin-top: 0.22rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  padding: 0 1rem;
  opacity: 0;
  color: #fff;
  transition: 0.4s;
}
.CoreModule .box .banner .item:hover {
  padding: 0.36rem 0 0;
  background: #1c04dc;
}
.CoreModule .box .banner .item:hover .content1 img {
  height: 0.3rem;
}
.CoreModule .box .banner .item:hover .content1 .img1 {
  display: none;
}
.CoreModule .box .banner .item:hover .content1 .img2 {
  display: block;
}
.CoreModule .box .banner .item:hover .content2 {
  color: #fff;
}
.CoreModule .box .banner .item:hover .content3 p {
  background: #fff;
}
.CoreModule .box .banner .item:hover .content4 {
  opacity: 1;
}
.CoreModule .box .banner .active {
  padding: 0.36rem 0 0;
  background: #1c04dc;
}
.CoreModule .box .banner .active .content1 img {
  height: 0.3rem;
}
.CoreModule .box .banner .active .content1 .img1 {
  display: none;
}
.CoreModule .box .banner .active .content1 .img2 {
  display: block;
}
.CoreModule .box .banner .active .content2 {
  color: #fff;
}
.CoreModule .box .banner .active .content3 p {
  background: #fff;
}
.CoreModule .box .banner .active .content4 {
  opacity: 1;
}
.OtherProducts .box {
  padding-top: 0.3rem;
}
.OtherProducts .box .banner .item {
  display: block;
  text-align: center;
}
.OtherProducts .box .banner .item .content1 img {
  max-width: 2.8rem;
  margin: auto;
  transition: 0.4s;
}
.OtherProducts .box .banner .item .content1_ img {
  max-width: 100%;
}
.OtherProducts .box .banner .item .content2 {
  font-size: 0.24rem;
  color: #333;
  margin-top: 0.48rem;
  transition: 0.4s;
}
.OtherProducts .box .banner .item .content3 {
  font-size: 12px;
  color: #1c04dc;
  margin-top: 0.2rem;
}
.OtherProducts .box .banner .item .content3 i {
  font-size: 12px;
  margin-left: 5px;
  color: #999;
  transition: 0.4s;
}
.OtherProducts .box .banner .item:hover .content1 img {
  transform: scale(1.02);
}
.OtherProducts .box .banner .item:hover .content2 {
  color: #1c04dc;
}
.OtherProducts .box .banner .item:hover .content3 i {
  color: #1c04dc;
  margin-left: 0.12rem;
}
.ApplyTrial .img img {
  width: 100%;
}
.ApplyTrial .box {
  position: relative;
}
.ApplyTrial .box .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
}
.ApplyTrial .box .posi > div {
  margin: auto;
}
.ApplyTrial .box .posi h5 {
  font-size: 0.36rem;
  color: #fff;
  line-height: 0.4rem;
}
.ApplyTrial .box .posi .link {
  margin-top: 0.35rem;
}
.ApplyTrial .box .posi .link a {
  font-size: 16px;
  color: #1c04dc;
  display: inline-block;
  background: #fff;
  width: 2.12rem;
  line-height: 0.58rem;
  font-weight: bold;
  transition: 0.4s;
}
.ApplyTrial .box .posi .link a svg {
  vertical-align: middle;
}
.ApplyTrial .box .posi .link a svg path {
  transition: 0.4s;
}
.ApplyTrial .box .posi .link a:hover {
  background: #0094ff;
  color: #fff;
}
.ApplyTrial .box .posi .link a:hover path {
  fill: #fff;
}
.ApplyTrial_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 6;
  display: none;
}
.ApplyTrial_layer form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.ApplyTrial_layer .box {
  width: min(8rem, 80vw);
  margin: auto;
  padding: 0.56rem 0 0.72rem;
  background: url(../images/bg4.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.ApplyTrial_layer .box h5 {
  font-size: 0.3rem;
  text-align: center;
  margin-bottom: 0.48rem;
}
.ApplyTrial_layer .box .list {
  padding: 0 0.9rem;
}
.ApplyTrial_layer .box .list .item .ite {
  width: 48%;
  position: relative;
  margin-bottom: 0.2rem;
}
.ApplyTrial_layer .box .list .item .ite input {
  display: block;
  width: 100%;
  height: 0.56rem;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 0.5rem;
  font-size: 0.16rem;
  color: #000;
}
.ApplyTrial_layer .box .list .item .ite svg {
  position: absolute;
  left: 0.22rem;
  top: 50%;
  transform: translateY(-50%);
}
.ApplyTrial_layer .box .button {
  padding-top: 0.4rem;
}
.ApplyTrial_layer .box .button p {
  margin: 0 0.1rem;
  cursor: pointer;
}
.ApplyTrial_layer .box .button p input {
  display: block;
  width: 2.1rem;
  height: 0.58rem;
  background: #1c04dc;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.ApplyTrial_layer .box .button .close input {
  background: #0094ff;
}
.ProductScenarios .box {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.36rem;
}
.ProductScenarios .box img {
  max-width: 100%;
}
.AdvantagesSolution .box .banner .swiper-slide {
  padding-top: 0.08rem;
}
.AdvantagesSolution .box .banner .swiper-slide .item {
  text-align: center;
  position: relative;
  margin-right: -1px;
}
.AdvantagesSolution .box .banner .swiper-slide .item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: #ddd;
}
.AdvantagesSolution .box .banner .swiper-slide .item .content1 {
  position: relative;
  top: 0;
  transition: 0.4s;
}
.AdvantagesSolution .box .banner .swiper-slide .item .content1 p {
  background: #1c04dc;
  width: 1.08rem;
  height: 1.08rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin: auto;
}
.AdvantagesSolution .box .banner .swiper-slide .item .content1 p img {
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  transition: 0.4s;
}
.AdvantagesSolution .box .banner .swiper-slide .item .content2 {
  font-size: 0.24rem;
  color: #333;
  margin: 0.3rem 0 0.2rem;
  transition: 0.4s;
}
.AdvantagesSolution .box .banner .swiper-slide .item .content3 {
  font-size: 0.16rem;
  color: #333;
  line-height: 0.3rem;
  padding: 0 1.3rem;
}
.AdvantagesSolution .box .banner .swiper-slide .item:hover .content1 {
  top: -0.08rem;
}
.AdvantagesSolution .box .banner .swiper-slide .item:hover .content2 {
  color: #1c04dc;
}
.innerBanner {
  position: relative;
}
.innerBanner .img img {
  width: 100%;
}
.innerBanner .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.innerBanner .posi h5 {
  font-size: 0.6rem;
  color: #fff;
}
.technology_container .box .item {
  padding: 0.38rem 0;
  border-bottom: 1px solid #ddd;
}
.technology_container .box .item .left {
  font-size: 0.24rem;
  color: #333;
  position: relative;
  padding-left: 0.4rem;
  transition: 0.4s;
  max-width: 70%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.technology_container .box .item .left svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.technology_container .box .item .left svg path {
  transition: 0.4s;
}
.technology_container .box .item .right {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999;
  font-family: 'gilroy_regular';
}
.technology_container .box .item .right .ri {
  margin-left: 0.6rem;
}
.technology_container .box .item .right .ri span {
  color: #1c04dc;
}
.technology_container .box .item .right .ri i {
  font-size: 12px;
  margin-left: 5px;
  transition: 0.4s;
}
.technology_container .box .item .right .ri:hover i {
  color: #1c04dc;
}
.technology_container .box .item:hover .left {
  color: #1c04dc;
}
.technology_container .box .item:hover .left svg path {
  fill: #1c04dc;
}
.fengye .inner_page {
  margin: auto;
}
.fengye .inner_page .box {
  display: flex;
  justify-content: center;
  width: 100%;
}
.fengye .inner_page .box .button p a {
  font-size: 16px;
  color: #093050;
  line-height: 52px;
  display: block;
  padding: 0 40px;
  transition: 0.4s;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #eee;
}
.fengye .inner_page .box .button p a:hover {
  background: #1c04dc;
  color: #fff;
  border: 1px solid #eaeaea;
}
.fengye .inner_page .box .page {
  margin: 0 10px;
  display: flex;
  justify-content: center;
}
.fengye .inner_page .box .page a {
  font-size: 16px;
  font-family: 'gilroy_bold';
  line-height: 52px;
  border: 1px solid #eee;
  width: 52px;
  display: block;
  text-align: center;
  margin: 0 6px;
  transition: 0.4s;
  border-radius: 4px;
  color: #093050;
  background: #fff;
}
.fengye .inner_page .box .page a:hover {
  background: #1c04dc;
  color: #fff;
  border: 1px solid #1c04dc;
}
.fengye .inner_page .box .page span {
  font-size: 16px;
  font-family: 'gilroy_bold';
  line-height: 52px;
  border: 1px solid transparent;
  width: 52px;
  display: block;
  text-align: center;
  margin: 0 6px;
  transition: 0.4s;
  cursor: default;
}
.fengye .inner_page .box .page .active {
  background: #1c04dc;
  color: #fff;
  border: 1px solid #1c04dc;
}
.news_container {
  margin-top: 0.5rem;
}
.news_container .box .item {
  display: block;
  width: 32.33333%;
  margin-right: 1.5%;
  margin-bottom: 0.2rem;
}
.news_container .box .item:nth-child(3n) {
  margin-right: 0;
}
.news_container .box .item .content1 {
  overflow: hidden;
}
.news_container .box .item .content1 img {
  width: 100%;
  transition: 0.4s;
}
.news_container .box .item .content2 {
  padding: 0.26rem 0.35rem 0;
  background: url(../images/bg5.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.news_container .box .item .content2 .content3 {
  font-size: 0.24rem;
  line-height: 0.36rem;
  height: 0.72rem;
  color: #000;
  transition: 0.4s;
}
.news_container .box .item .content2 .content4 {
  margin-top: 0.3rem;
  border-top: 1px solid #ddd;
  padding: 0.3rem 0;
}
.news_container .box .item .content2 .content4 .left {
  font-family: 'gilroy_regular';
  font-size: 12px;
  color: #999;
}
.news_container .box .item .content2 .content4 .right {
  font-family: 'gilroy_regular';
  font-size: 12px;
}
.news_container .box .item .content2 .content4 .right span {
  color: #1c04dc;
}
.news_container .box .item .content2 .content4 .right i {
  font-size: 12px;
  color: #999;
  transition: 0.4s;
}
.news_container .box .item .content2 .content4 .right:hover i {
  color: #1c04dc;
  margin-left: 0.07rem;
}
.news_container .box .item:hover .content1 img {
  transform: scale(1.1);
}
.news_container .box .item:hover .content2 .content3 {
  color: #1c04dc;
}
.innerBanner_info {
  position: relative;
}
.innerBanner_info .img img {
  width: 100%;
}
.innerBanner_info .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.innerBanner_info .posi h5 {
  color: #fff;
  font-size: 0.36rem;
}
.innerBanner_info .posi div {
  font-size: 12px;
  font-family: 'gilroy_regular';
  color: #999;
  margin-top: 0.35rem;
}
.innerBanner_info .posi div span {
  display: inline-block;
  margin: 0 0.15rem;
}
.news_info_container .box {
  width: min(1200px, 90vw);
  margin: auto;
}
.news_info_container .box .content1 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.32rem;
}




.news_info_container .box .content1 img {
  display: block;
  margin: auto;
  max-width: 100%;
  /*height: auto !important;*/
  /*width: auto !important;*/
}
.news_info_container .box .content1 ul li,
.news_info_container .box .content1 ol li {
  font-size: 0.16rem;
  color: #000;
  list-style: disc;
}
.news_info_container .box .content2 {
  margin-top: 0.6rem;
  padding: 0.24rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.news_info_container .box .content2 .wenan {
  width: 40%;
}
.news_info_container .box .content2 .wenan a {
  font-size: 0.16rem;
  color: #999;
  transition: 0.4s;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.news_info_container .box .content2 .wenan a span {
  color: #1c04dc;
  transition: 0.4s;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news_info_container .box .content2 .wenan a:hover span {
  border-bottom: 1px solid #1c04dc;
}
.news_info_container .box .content2 .next {
  text-align: right;
}
.news_info_container .box .content2 .go a {
  font-size: 0.16rem;
  color: #1c04dc;
  transition: 0.4s;
}
.news_info_container .box .content2 .go a:hover {
  border-bottom: 1px solid #1c04dc;
}
.CaseStudy {
  margin-top: 0.5rem;
}
.CaseStudy .box .item {
  margin-bottom: 0.3rem;
}
.CaseStudy .box .item:last-child {
  margin-bottom: 0;
}
.CaseStudy .box .item .boxLeft {
  width: 50%;
  overflow: hidden;
}
.CaseStudy .box .item .boxLeft img {
  width: 100%;
  transition: 0.4s;
}
.CaseStudy .box .item .boxRight {
  width: 50%;
  box-sizing: border-box;
  padding: 0.5rem 0.45rem;
  background: #fff;
  position: relative;
}
.CaseStudy .box .item .boxRight .content1 {
  font-size: 0.24rem;
  color: #333;
  transition: 0.4s;
}
.CaseStudy .box .item .boxRight .content2 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.36rem;
  margin-top: 0.34rem;
}
.CaseStudy .box .item .boxRight .content3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.45rem;
}
.CaseStudy .box .item .boxRight .content3 .xian {
  padding: 0.5rem 0;
  border-top: 1px solid #ddd;
}
.CaseStudy .box .item .boxRight .content3 .left img {
  max-height: 0.3rem;
}
.CaseStudy .box .item .boxRight .content3 .right {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999;
  font-family: 'gilroy_regular';
}
.CaseStudy .box .item .boxRight .content3 .right .ri {
  margin-left: 0.6rem;
}
.CaseStudy .box .item .boxRight .content3 .right .ri span {
  color: #1c04dc;
}
.CaseStudy .box .item .boxRight .content3 .right .ri i {
  font-size: 12px;
  margin-left: 5px;
  transition: 0.4s;
}
.CaseStudy .box .item .boxRight .content3 .right .ri:hover i {
  color: #1c04dc;
}
.CaseStudy .box .item:hover .boxLeft img {
  transform: scale(1.05);
}
.CaseStudy .box .item:hover .boxRight .content1 {
  color: #1c04dc;
}
.monthly {
  margin-top: 0.5rem;
}
.monthly .box .item {
  margin-right: 1%;
  width: 32.66666%;
  position: relative;
  margin-bottom: 0.2rem;
}
.monthly .box .item:nth-child(3n) {
  margin-right: 0;
}
.monthly .box .item .img {
  overflow: hidden;
}
.monthly .box .item .img img {
  width: 100%;
  vertical-align: bottom;
  transition: 0.4s;
}
.monthly .box .item .posi {
  position: absolute;
  left: 0.5rem;
  bottom: 0.45rem;
  z-index: 1;
  color: #fff;
  font-family: 'gilroy_Medium';
  text-align: center;
}
.monthly .box .item .posi .content1 {
  font-size: 0.72rem;
  transition: 0.4s;
}
.monthly .box .item .posi .content2 {
  font-size: 0.36rem;
}
.monthly .box .item .posi .content3 {
  font-size: 0.24rem;
  margin-top: 0.16rem;
}
.monthly .box .item .posi1 {
  position: absolute;
  right: 0.5rem;
  bottom: 0.45rem;
  z-index: 1;
  transform: scale(0);
  transform-origin: right bottom;
  transition: 0.4s;
}
.monthly .box .item .posi1 > div {
  margin-top: 0.1rem;
}
.monthly .box .item .posi1 > div a {
  display: block;
  position: relative;
}
.monthly .box .item .posi1 > div a p {
  width: 0.68rem;
  height: 0.68rem;
  background: #1c04dc;
  opacity: 0.9;
  border-radius: 50%;
  transition: 0.4s;
}
.monthly .box .item .posi1 > div a div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.monthly .box .item .posi1 > div a div svg {
  margin: auto;
}
.monthly .box .item .posi1 > div a div svg path {
  transition: 0.4s;
}
.monthly .box .item .posi1 > div a:hover svg path {
  fill: #0ce4ec;
}
.monthly .box .item:hover .img img {
  transform: scale(1.05);
}
.monthly .box .item:hover .posi .content1 {
  color: #0ce4ec;
}
.monthly .box .item:hover .posi1 {
  transform: scale(1);
}
.yixing_container {
  position: relative;
  padding-bottom: 3rem;
}
.yixing_container .gif {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.yixing_container .gif .lottie {
    height: 100%;
}
.yixing_container .gif img,
.yixing_container .gif .img {
  width: 100%;
  height: 100%;
}
.yixing_container .box .boxLeft {
  width: 45%;
}
.yixing_container .box .boxLeft .content1 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.36rem;
  text-align: justify;
  height: 4.4rem;
  
  overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 10px;
}

.yixing_container .box .boxLeft .content1::-webkit-scrollbar {
	width: 1px;
	height: 2px;
}

.yixing_container .box .boxLeft .content1::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.5);
}

.yixing_container .box .boxLeft .content1::-webkit-scrollbar-track {
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.2);
}



.yixing_container .box .boxRight {
  width: 37%;
  margin-top: -0.45rem;
}
.yixing_container .box .boxRight .main {
  position: relative;
  width: 5.34rem;
  height: 5.34rem;
}
.yixing_container .box .boxRight .main .img {
  height: 100%;
}
.yixing_container .box .boxRight .main .img img {
  width: 100%;
  height: 100%;
  animation: yuan 5s linear infinite;
  display: block;
}
.yixing_container .box .boxRight .main .img1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
}
.yixing_container .box .boxRight .main .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yixing_container .box .boxRight .main .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.yixing_container .box .boxRight .main .play svg {
  margin: auto;
}
@keyframes yuan {
  to {
    transform: rotate(1turn);
  }
}
.CorporateCulture {
  position: relative;
  padding-bottom: 1.9rem;
}
.CorporateCulture .index_title {
  position: relative;
  z-index: 1;
  color: #fff;
}
.CorporateCulture .box {
  position: relative;
  z-index: 1;
}
.CorporateCulture .box .item {
  background: #fff;
  width: 32.666666%;
  padding: 0.45rem 0.5rem 0.8rem;
  box-sizing: border-box;
}
.CorporateCulture .box .item .content1 img {
  width: 0.98rem;
}
.CorporateCulture .box .item .content2 {
  font-size: 0.3rem;
  color: #333;
  margin: 0.48rem 0 0.22rem;
}
.CorporateCulture .box .item .content3 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.36rem;
}
.CorporateCulture .img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.CorporateCulture .img1 img {
  width: 100%;
  height: 100%;
}
.CorporateCulture .img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.CorporateCulture .img2 img {
  width: 100%;
  height: 100%;
}
.width_ {
  width: 0.5rem;
}
.QualificationAlliance .box {
  margin-top: 0.15rem;
}
.QualificationAlliance .box .banner .swiper-wrapper {
  padding: 0.3rem 0;
}
.QualificationAlliance .box .banner p {
  background: #fff;
  height: 1.5rem;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 0.3rem rgba(0, 0, 0, 0.05);
}
.QualificationAlliance .box .banner p img {
  margin: auto;
  max-width: 100%;
}
.HonorsQualifications {
  padding-top: 0.64rem;
}
.HonorsQualifications .box .banner .item .content1 {
  overflow: hidden;
}
.HonorsQualifications .box .banner .item .content1 img {
  width: 100%;
  transition: 0.4s;
}
.HonorsQualifications .box .banner .item .content2 {
  padding: 0.24rem 0 0.38rem;
  text-align: center;
  background: #fff;
}
.HonorsQualifications .box .banner .item .content2 .content3 {
  font-size: 0.24rem;
  line-height: 0.26rem;
  height: 0.52rem;
}
.HonorsQualifications .box .banner .item .content2 .content4 {
  font-size: 0.16rem;
  color: #999;
  margin-top: 0.1rem;
}
.HonorsQualifications .box .banner .item:hover .content1 img {
  transform: scale(1.1);
}
.Partners_container .box p {
  /*height: 0.6rem;*/
  display: flex;
  align-items: center;
}
.Partners_container .box p img {
  margin: auto;
  max-width: 100%;
}
.Partners_map_container {
  /*margin-top: 1.66rem;*/
}
.Partners_map_container .box .content1 .text {
  font-size: 0.24rem;
}
.Partners_map_container .box .content1 .text span {
  font-size: 0.48rem;
  font-family: 'gilroy_bold';
  color: #1c04dc;
}
.Partners_map_container .box .content2 {
  margin: -0.88rem auto 0;
  width: 5.57rem;
  transform-style: preserve-3d;
}
.Partners_map_container .box .content2 .img {
  perspective: 500px;
}
.Partners_map_container .box .content2 .img img {
  width: 100%;
}
.Partners_map_container .imgbg {
  margin: -0.88rem 0 0;
  text-align: center;
  padding: 0 5vw;
  box-sizing: border-box;
}
.Partners_map_container .imgbg img {
  max-width: 100%;
}
@keyframes rotating {
  0% {
    transform: rotateX(45deg) rotateZ(90deg);
  }
  50% {
    transform: rotateX(0deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(45deg) rotateZ(90deg);
  }
}
.hzhb {
  background: url(../images/bg7.png) no-repeat 50% 70%;
  background-size: 90% auto;
  position: relative;
}
.hzhb .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  overflow: hidden;
  z-index: 1;
}
.ContactUs {
  position: relative;
}
.ContactUs .img img {
  width: 100%;
}
.ContactUs .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ContactUs_ {
  transform: translateY(-50%);
}
.ContactUs_ .box {
  background: #fff;
  padding: 0.5rem 0;
  box-shadow: 0px 0px 0.3rem rgba(0, 0, 0, 0.1);
}
.ContactUs_ .box .item {
  flex: 1;
  box-sizing: border-box;
  padding: 0 0.5rem;
  border-right: 1px solid #eee;
}
.ContactUs_ .box .item:last-child {
  border: 0;
}
.ContactUs_ .box .item .content1 svg {
  position: relative;
  top: 0;
  transition: 0.4s;
  transform-origin: left center;
}
.ContactUs_ .box .item .content2 {
  font-size: 0.18rem;
  color: #999;
  margin: 0.2rem 0;
}
.ContactUs_ .box .item .content3 {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.3rem;
  font-family: 'gilroy_Medium';
}
.ContactUs_ .box .item .content3 a {
  color: #333;
  font-size: 0.24rem;
}
.ContactUs_ .box .item:hover .content1 svg {
  top: -0.07rem;
}
.height {
  height: 0;
}
.Office {
  padding-top: 2.1rem;
}
.Office .box .item {
  width: 32.666%;
  margin-right: 1%;
  margin-bottom: 0.15rem;
}
.Office .box .item:nth-child(3n) {
  margin-right: 0;
}
.Office .box .item .content1 {
  overflow: hidden;
}
.Office .box .item .content1 img {
  width: 100%;
  transition: 0.4s;
}
.Office .box .item .content2 {
  background: #fff;
  padding: 0.26rem 0.34rem 0.64rem;
}
.Office .box .item .content2 .content3 {
  font-size: 0.24rem;
  color: #333;
}
.Office .box .item .content2 .content4 {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.2rem;
  line-height: 0.3rem;
  height: 0.6rem;
}
.Office .box .item:hover .content1 img {
  transform: scale(1.1);
}
.GrowingTogether .box .left {
  font-size: 0.36rem;
}
.GrowingTogether .box .right {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.36rem;
  text-align: justify;
  width: 74%;
}
.GrowingTogether_banner {
  padding-bottom: 0.8rem;
}
.GrowingTogether_banner .banner {
  position: relative;
}
.GrowingTogether_banner .banner .swiper-slide {
  width: 9rem;
}
.GrowingTogether_banner .banner .item {
  position: relative;
}
.GrowingTogether_banner .banner .item .img {
  overflow: hidden;
  position: relative;
}
.GrowingTogether_banner .banner .item .img img {
  width: 100%;
  transition: 0.4s;
}
.GrowingTogether_banner .banner .item .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.4s;
}
.GrowingTogether_banner .banner .item .posi {
  position: absolute;
  bottom: 0.85rem;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  padding: 0 0.6rem;
}
.GrowingTogether_banner .banner .item .posi h6 {
  font-size: 0.24rem;
}
.GrowingTogether_banner .banner .item .posi h5 {
  font-size: 0.36rem;
  margin-top: 0.2rem;
}
.GrowingTogether_banner .banner .item .posi1 {
  position: absolute;
  top: -1.4rem;
  left: -0.5rem;
}
.GrowingTogether_banner .banner .item .posi1 img {
  width: 3.34rem;
}
.GrowingTogether_banner .banner .item:hover .img img {
  transform: scale(1.05);
}
.GrowingTogether_banner .banner .swiper-slide-active .item .img::after {
  opacity: 0;
}
.GrowingTogether_banner .button div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.GrowingTogether_banner .button div svg path {
  transition: 0.4s;
}
.GrowingTogether_banner .button div:hover svg path {
  fill: #0ce4ec;
}
.GrowingTogether_banner .button .prev {
  left: 22.5%;
}
.GrowingTogether_banner .button .next {
  right: 22.5%;
}
.GrowingTogether_banner .page {
  text-align: center;
  margin-top: 0.45rem;
}
.GrowingTogether_banner .page div span {
  width: 4px;
  height: 12px;
  border-radius: 0;
  background: #000;
  margin: 0 0.1rem;
  transition: 0.4s;
  opacity: 0.2;
  transform: skew(-34deg);
}
.GrowingTogether_banner .page div .swiper-pagination-bullet-active {
  background: #0ce4ec;
  opacity: 1;
}
.join_container .box ul li {
  margin-right: 0.1rem;
}
.join_container .box ul li a {
  font-size: 0.16rem;
  font-weight: bold;
  display: block;
  width: 1.6rem;
  line-height: 0.58rem;
  background: #fff;
  text-align: center;
  transition: 0.4s;
  color: #000;
}
.join_container .box ul li a:hover {
  background: #1c04dc;
  color: #fff;
}
.join_container .box ul .active a {
  background: #1c04dc;
  color: #fff;
}
.join_container .box1 {
  margin-top: 0.32rem;
}
.join_container .box1 .boxLeft {
  width: 75.5%;
}
.join_container .box1 .boxLeft .zhaoping {
  display: none;
}
.join_container .box1 .boxLeft .zhaoping.active {
  display: block;
}
.join_container .box1 .boxRight {
  width: 22.5%;
}
.join_container .fengye {
  margin-top: 0.5rem;
}
.join_container .fengye .inner_page .box {
  justify-content: flex-start;
}
.OurMessage .list {
  background: #fff;
  padding: 0.3rem 0.5rem 0.5rem;
  position: relative;
  border-top: 0.05rem solid #0ce4ec;
  margin-bottom: 0.15rem;
}
.OurMessage .list::after {
  content: '';
  position: absolute;
  top: -0.05rem;
  left: 0;
  width: 0.5rem;
  height: 0.05rem;
  background: #1c04dc;
}
.OurMessage .list h5 {
  font-size: 0.24rem;
}
.OurMessage .list h6 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.36rem;
  margin-top: 0.2rem;
}
.OurMessage .list p {
  margin-top: 0.24rem;
}
.OurMessage .list p img {
  width: 100%;
}
.OurMessage .list .text {
  margin-top: 0.22rem;
}
.OurMessage .list .text a {
  font-size: 0.18rem;
  color: #1c04dc;
}
.OurMessage .list .text svg {
  position: relative;
  top: 1px;
}
.join_list .item {
  background: #fff;
  margin-bottom: 0.05rem;
}
.join_list .item .boxTop {
  padding: 0 0.5rem;
  line-height: 0.68rem;
  cursor: pointer;
  transition: 0.4s;
}
.join_list .item .boxTop .title {
  font-size: 0.18rem;
  color: #000;
  width: 36%;
  transition: 0.4s;
}
.join_list .item .boxTop .name {
  font-size: 0.18rem;
  color: #999;
  width: 15%;
}
.join_list .item .boxTop .address {
  font-size: 0.18rem;
  color: #999;
  width: 36%;
}
.join_list .item .boxTop .button {
  color: #1c04dc;
  font-size: 0.16rem;
  width: 13%;
  text-align: right;
}
.join_list .item .boxTop .button i {
  font-size: 0.16rem;
  color: #0ce4ec;
  transition: 0.4s;
  display: inline-block;
}
.join_list .item .boxTop .button .img2 {
  display: none;
}
.join_list .item .boxTop:hover .title {
  color: #1c04dc;
}
.join_list .item .boxTop.active {
  box-shadow: 0px 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
}
.join_list .item .boxTop.active .title {
  color: #1c04dc;
}
.join_list .item .boxTop.active .button .img1 {
  display: none;
}
.join_list .item .boxTop.active .button .img2 {
  display: inline-block;
}
.join_list .item .boxTop.active .button i {
  transform: rotate(180deg);
}
.join_list .item .boxBot {
  padding: 0 0.5rem;
  display: none;
}
.join_list .item .boxBot .info_ {
  padding: 0.32rem 0 0.8rem;
}
.join_list .item .boxBot .info_ .ite_ {
  width: 48%;
}
.join_list .item .boxBot .info_ .ite_ h5 {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0.2rem;
}
.join_list .item .boxBot .info_ .ite_ div p {
  font-size: 0.18rem;
  color: #999;
  line-height: 0.36rem;
}
.searchBanner {
  position: relative;
}
.searchBanner .img img {
  width: 100%;
  object-fit: cover;
}
.searchBanner .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.searchBanner .posi .box {
  margin: auto;
}
.searchBanner .posi h5 {
  font-size: 0.48rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0.4rem;
}
.searchBanner .posi form .input input {
  font-size: 0.16rem;
  display: block;
  width: 5.74rem;
  box-sizing: border-box;
  border: 0;
  background: #fff;
  height: 0.6rem;
  padding: 0 0.2rem;
}
.searchBanner .posi form .submit input {
  display: none;
}
.searchBanner .posi form .submit p {
  width: 1.5rem;
  height: 0.6rem;
  background: #1c04dc;
  display: flex;
  align-items: center;
  transition: 0.4s;
  cursor: pointer;
}
.searchBanner .posi form .submit p svg {
  margin: auto;
}
.searchBanner .posi form .submit p:hover {
  background: #0094ff;
}
.search_container1 {
    min-height: 40vh;
}
.search_container1 .box .item {
  padding: 0.4rem 0;
  border-bottom: 1px solid #eee;
}
.search_container1 .box .item .left {
  max-width: 80%;
}
.search_container1 .box .item .left .time {
  font-family: 'gilroy_regular';
  font-size: 12px;
  color: #999;
}
.search_container1 .box .item .left .time span {
  display: inline-block;
  margin-right: 0.12rem;
}
.search_container1 .box .item .left .text {
  font-size: 0.22rem;
  color: #333;
  margin-top: 0.16rem;
  transition: 0.4s;
}
.search_container1 .box .item .right {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.search_container1 .box .item .right span {
  color: #1c04dc;
}
.search_container1 .box .item .right i {
  font-size: 0.12rem;
  transition: 0.4s;
  color: #999;
  margin-left: 0.03rem;
}
.search_container1 .box .item:hover .text {
  color: #1c04dc;
}
.search_container1 .box .item:hover .right p i {
  margin-left: 0.07rem;
  color: #1c04dc;
}
.header_container {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  transition: 0.4s;
}
.header_container .box {
  padding-left: 0.5rem;
}
.header_container .box .logo {
  display: flex;
  align-items: center;
}
.header_container .box .logo img {
  height: 32px;
}
.header_container .box .logo .img2 {
  display: none;
}
.header_container .box .nav .item {
  padding:  0 0.37rem;
}
.header_container .box .nav .item > p a {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.86rem;
  transition: 0.4s;
}
.header_container .box .nav .item .selectOne {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: none;
}
.header_container .box .nav .item .selectOne .div_ {
  width: min(1200px, 90vw);
  margin: auto;
}
.header_container .box .nav .item .selectOne .div_ .boxLeft {
  width: 3.6rem;
  position: relative;
  padding: 0.46rem 0;
  box-sizing: border-box;
}
.header_container .box .nav .item .selectOne .div_ .boxLeft::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background: #f6f6f6;
}
.header_container .box .nav .item .selectOne .div_ .boxLeft ul {
  position: relative;
  z-index: 1;
}
.header_container .box .nav .item .selectOne .div_ .boxLeft ul li {
  margin-bottom: 0.22rem;
}
.header_container .box .nav .item .selectOne .div_ .boxLeft ul li:last-child {
  margin-bottom: 0;
}
.header_container .box .nav .item .selectOne .div_ .boxLeft ul li a {
  font-size: 16px;
  color: #999;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: 0.4s;
}
.header_container .box .nav .item .selectOne .div_ .boxLeft ul li a:hover {
  color: #0094ff;
}
.header_container .box .nav .item .selectOne .div_ .boxLeft ul .active a {
  color: #000;
  border-bottom: 2px solid #0094ff;
}
.header_container .box .nav .item .selectOne .div_ .boxRIght {
  width: calc(100% - 3.6rem);
  padding: 0.46rem 0;
  box-sizing: border-box;
}
.header_container .box .nav .item .selectOne .div_ .boxRIght .main_ {
  display: none;
}
.header_container .box .nav .item .selectOne .div_ .boxRIght .main_ .main_box {
  padding-left: 0.6rem;
}
.header_container .box .nav .item .selectOne .div_ .boxRIght .main_ .main_box .left_ ul li {
  margin-bottom: 0.22rem;
}
.header_container .box .nav .item .selectOne .div_ .boxRIght .main_ .main_box .left_ ul li:last-child {
  margin-bottom: 0;
}
.header_container .box .nav .item .selectOne .div_ .boxRIght .main_ .main_box .left_ ul li a {
  font-size: 14px;
  color: #666;
  transition: 0.4s;
}
.header_container .box .nav .item .selectOne .div_ .boxRIght .main_ .main_box .left_ ul li a:hover {
  color: #0094ff;
}
.header_container .box .nav .item .selectOne .div_ .boxRIght .main_ .main_box .left_ ul .active a {
  color: #0094ff;
}
.header_container .box .nav .item .selectOne .div_ .boxRIght .main_ .main_box .right_ p {
  overflow: hidden;
}
.header_container .box .nav .item .selectOne .div_ .boxRIght .main_ .main_box .right_ img {
  width: 3.78rem;
  transition: 0.4s;
}
.header_container .box .nav .item .selectOne .div_ .boxRIght .main_ .main_box .right_:hover img {
  transform: scale(1.1);
}
.header_container .box .nav .item .selectOne .div_ .boxRIght .main_.active {
  display: block;
}
.header_container .box .nav .item .selectTwo {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: none;
}
.header_container .box .nav .item .selectTwo .div_ {
  width: min(1200px, 90vw);
  margin: auto;
}
.header_container .box .nav .item .selectTwo .div_ .boxLeft {
  width: 3.6rem;
  position: relative;
  padding: 0.46rem 0;
  box-sizing: border-box;
}
.header_container .box .nav .item .selectTwo .div_ .boxLeft h5 {
  font-size: 0.36rem;
  color: #000;
  position: relative;
  z-index: 1;
}
.header_container .box .nav .item .selectTwo .div_ .boxLeft::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background: #f6f6f6;
}
.header_container .box .nav .item .selectTwo .div_ .boxRIght {
  width: calc(100% - 3.6rem);
  padding: 0.46rem 0;
  box-sizing: border-box;
}
.header_container .box .nav .item .selectTwo .div_ .boxRIght .main_ .main_box {
  padding-left: 0.6rem;
}
.header_container .box .nav .item .selectTwo .div_ .boxRIght .main_ .main_box .left_ ul li {
  margin-bottom: 0.22rem;
}
.header_container .box .nav .item .selectTwo .div_ .boxRIght .main_ .main_box .left_ ul li:last-child {
  margin-bottom: 0;
}
.header_container .box .nav .item .selectTwo .div_ .boxRIght .main_ .main_box .left_ ul li a {
  font-size: 14px;
  color: #666;
  transition: 0.4s;
}
.header_container .box .nav .item .selectTwo .div_ .boxRIght .main_ .main_box .left_ ul li a:hover {
  color: #0094ff;
}
.header_container .box .nav .item .selectTwo .div_ .boxRIght .main_ .main_box .left_ ul .active a {
  color: #0094ff;
}
.header_container .box .nav .item .selectTwo .div_ .boxRIght .main_ .main_box .right_ p {
  overflow: hidden;
}
.header_container .box .nav .item .selectTwo .div_ .boxRIght .main_ .main_box .right_ img {
  width: 3.78rem;
  transition: 0.4s;
}
.header_container .box .nav .item .selectTwo .div_ .boxRIght .main_ .main_box .right_:hover img {
  transform: scale(1.1);
}
.header_container .box .nav .item:hover > p a {
  color: #0ce4ec !important;
}
.header_container .box .nav .item:hover .selectTwo,
.header_container .box .nav .item:hover .selectOne,
.header_container .box .nav .item:hover .Pro_Select {
  display: block !important;
}
.header_container .box .nav .item.active > p a {
  color: #0ce4ec !important;
}
.header_container .box .information .center {
  display: flex;
  align-items: center;
}
.header_container .box .information .join a {
  font-size: 0.18rem;
  color: #fff;
  transition: 0.4s;
}
.header_container .box .information .join a svg {
  vertical-align: middle;
  position: relative;
  top: -2px;
  transition: 0.4s;
  margin-right: 0.03rem;
}
.header_container .box .information .join a svg path {
  transition: 0.4s;
}
.header_container .box .information .join a:hover {
  color: #0ce4ec !important;
}
.header_container .box .information .join a:hover svg path {
  fill: #0ce4ec !important;
}
.header_container .box .information .language {
  margin: 0 0.45rem 0 0.82rem;
}
.header_container .box .information .language a {
  font-size: 0.14rem;
  font-family: 'gilroy_regular';
  color: #fff;
  transition: 0.4s;
}
.header_container .box .information .language a i {
  opacity: 0.5;
  position: relative;
  top: 1px;
  transition: 0.2s;
}
.header_container .box .information .language a:hover {
  color: #0ce4ec !important;
}
.header_container .box .information .language a:hover i {
  opacity: 1;
}
.header_container .box .information .search {
  width: 0.86rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
  margin-left: 1rem;
}
.header_container .box .information .search > svg {
  margin: auto;
}
.header_container .box .information .search > svg path {
  transition: 0.4s;
}
.header_container .box .information .search:hover {
  background: #1c04dc;
}
.header_container .box .information .search:hover > svg path {
  fill: #fff !important;
}
.header_container .box .information .search:hover .search_box {
  -webkit-clip-path: polygon(0 0, 101% 0%, 101% 101%, 0% 101%);
  clip-path: polygon(0 0, 101% 0%, 101% 101%, 0% 101%);
}
.header_container.active {
  background: #fff;
  box-shadow: 0px 0px 0.16rem rgba(0, 0, 0, 0.1);
}
.header_container.active .box .logo a .img1 {
  display: none;
}
.header_container.active .box .logo a .img2 {
  display: block;
}
.header_container.active .box .nav .item > p a {
  color: #333;
}
.header_container.active .box .information .join a {
  color: #333;
}
.header_container.active .box .information .join a svg path {
  fill: #1c04dc;
}
.header_container.active .box .information .language a {
  color: #333;
}
.header_container.active .box .information .search svg path {
  fill: #1c04dc;
}
.header_container.on {
  position: fixed;
}
.Pro_Select {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
  --pad: 0.5rem;
  --pad1: 0.46rem;
  display: none;
}
.Pro_Select .Pro_Select_Container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1200px, 90vw);
  margin: auto;
  position: relative;
}
.Pro_Select .Pro_Select_Container ._list {
  position: relative;
  z-index: 1;
  min-height: 4.6rem;
}
.Pro_Select .Pro_Select_Container ._list::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background: #f6f6f6;
}
.Pro_Select .Pro_Select_Container ._list ._list_main {
  position: relative;
  padding: var(--pad1) 0;
  z-index: 1;
  /*display: grid;*/
  /*gap: 0.22rem;*/
}
.Pro_Select .Pro_Select_Container ._list ._item ._item_one_item {
    line-height: 0.45rem;
    transition: .4s;
}
.Pro_Select .Pro_Select_Container ._list ._item ._item_one_item a {
  font-size: 16px;
  color: #999;
  /*padding-bottom: 4px;*/
  border-bottom: 2px solid transparent;
  transition: 0.4s;
  display: inline-block;
  padding: 0 0.3rem;
}
.Pro_Select .Pro_Select_Container ._list ._item:hover ._item_one_item a {
  color: #0094ff;
}
.Pro_Select .Pro_Select_Container ._list ._item ._item_two_list {
  position: absolute;
  left: 100%;
  top: var(--pad1) ;
  width: 100%;
  /* min-height: 100%; */
  z-index: 1;
  transition: 0.4s;
  display: none;
  /* padding: var(--pad1) 0; */
  height: 3.3rem;
  overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 0.1rem;

}



	.Pro_Select .Pro_Select_Container ._list ._item ._item_two_list::-webkit-scrollbar {
		width: 2px;
		height: 2px;
	}

	.Pro_Select .Pro_Select_Container ._list ._item ._item_two_list::-webkit-scrollbar-thumb {
		border-radius: 2px;
		background: #0094ff;
	}

	.Pro_Select .Pro_Select_Container ._list ._item ._item_two_list::-webkit-scrollbar-track {
		border-radius: 2px;
		background: rgba(0, 0, 0, 0.1);
	}

	@-moz-document url-prefix() {
    .Pro_Select .Pro_Select_Container ._list ._item ._item_two_list{
      scrollbar-color: #0094ff rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
	}



.Pro_Select .Pro_Select_Container ._list ._item ._item_two_list .two_list_item {
  padding-bottom: 0.12rem;
}
.Pro_Select .Pro_Select_Container ._list ._item ._item_two_list .two_list_item:last-child {
  padding-bottom: 0;
}
.Pro_Select .Pro_Select_Container ._list ._item ._item_two_list .two_list_item ._item_two_item {
  padding-left: var(--pad);
}
.Pro_Select .Pro_Select_Container ._list ._item ._item_two_list .two_list_item ._item_two_item a {
  font-size: 16px;
  color: #999;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: 0.4s;
  line-height: 2;
}
.Pro_Select .Pro_Select_Container ._list ._item ._item_two_list .two_list_item ._item_three_list {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  min-height: 100%;
  z-index: 1;
  transition: 0.4s;
  display: none;
  padding: var(--pad1) 0;
  /*border-left: 1px solid #eee;*/
}
.Pro_Select .Pro_Select_Container ._list ._item ._item_two_list .two_list_item ._item_three_list ul {
  gap: 0.22rem;
  display: grid;
}
.Pro_Select .Pro_Select_Container ._list ._item ._item_two_list .two_list_item ._item_three_list ul li {
  padding-left: var(--pad);
}
.Pro_Select .Pro_Select_Container ._list ._item ._item_two_list .two_list_item ._item_three_list ul li a {
  font-size: 14px;
  color: #999;
  transition: 0.4s;
}
.Pro_Select .Pro_Select_Container ._list ._item ._item_two_list .two_list_item ._item_three_list ul li a:hover {
  color: #0094ff;
}
.Pro_Select .Pro_Select_Container ._list ._item ._item_two_list .two_list_item.active ._item_two_item a {
  color: #000;
  border-bottom: 2px solid #0094ff;
}
.Pro_Select .Pro_Select_Container ._list ._item ._item_two_list .two_list_item.active ._item_three_list {
  display: block;
}
.Pro_Select .Pro_Select_Container ._list ._item ._item_two_list .two_list_item:hover ._item_two_item a {
  color: #0094ff;
}
.Pro_Select .Pro_Select_Container ._list ._item.active ._item_one_item {
    background:#1c04dc ;
}
.Pro_Select .Pro_Select_Container ._list ._item.active ._item_one_item a {
  color: #fff;
  /*border-bottom: 2px solid #0094ff;*/
}
.Pro_Select .Pro_Select_Container ._list ._item.active ._item_two_list {
  display: block;
}


.search_box {
  position: absolute;
  right: 0;
  width: 4rem;
  top: 100%;
  padding-top: 2px;
  transition: 0.4s;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0% 0%);
  clip-path: polygon(0 0, 100% 0%, 100% 0%, 0% 0%);
}
.search_box form {
  background: #1c04dc;
  width: 100%;
}
.search_box form .input {
  width: 80%;
  height: 0.9rem;
  display: flex;
  align-items: center;
}
.search_box form .input input {
  display: block;
  width: 100%;
  height: 0.35rem;
  box-sizing: border-box;
  padding: 0 0.3rem;
  background: none;
  border: 0;
  font-size: 14px;
  color: #fff;
}
.search_box form .input input::placeholder {
  color: #fff;
}
.search_box form .submit {
  width: 20%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.search_box form .submit input {
  display: none;
}
.search_box form .submit label {
  cursor: pointer;
  margin: auto;
}
@media screen and (max-width: 1500px) {
    .join_list .item .boxTop .title {
        width: 42%;
    }
    .join_list .item .boxTop .address {
        width: 30%;
    }
    .HonorsQualifications .box .banner .item .content2 .content3 {
        font-size: .2rem;
    }
    .yixing_container .box .boxRight .main {
        width: 4.34rem;
        height: 4.34rem;
    }
    .yixing_container .box .boxRight .main .img1 {
        width: 3.5rem;
        height: 3.5rem;
    }
  .MotionStar .box .boxRight .item {
    /*margin-bottom: 0.53rem;*/
  }
  .product_container .wave {
    height: 80%;
  }
  .GrowingTogether_banner .button .prev {
    left: 19%;
  }
  .GrowingTogether_banner .button .next {
    right: 19%;
  }
  .footer_container .box .boxTop .box_1 .info ul li {
    margin-bottom: 0.2rem;
    padding-left: 0.3rem;
  }
  .footer_container .box .boxTop .box_1 .info ul li svg {
    top: 1px;
  }
}
@media screen and (max-width: 1400px) {
  .TitleCopywriting .box .banner .swiper-slide .list .item .posi {
    padding: 0 0.3rem;
  }
  .GrowingTogether_banner .button .prev {
    left: 18%;
  }
  .GrowingTogether_banner .button .next {
    right: 18%;
  }
  .product_container .box .boxLeft {
    width: 5.16rem;
    padding-top: 1.2rem;
  }
  .product_container::after {
    width: 50%;
  }
  .product_container .box .boxRight {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 1280px) {
    .yixing_container .box .boxLeft .content1 {
    height: 3.2rem;
}
      .yixing_container {
            padding-bottom: 1.8rem;
    }
    .GrowingTogether_banner .button .prev {
        left: 15.2%;
    }
    .GrowingTogether_banner .button .next {
        right: 15.2%;
    }
  .ContactUs_ .box .item .content3 a {
    font-size: 0.22rem;
  }
  .banner_container .banner .swiper-slide .posi {
    padding: 0 2.35rem;
  }
  .news_container .box .item .content2 .content3 {
    font-size: 0.2rem;
  }
  .CaseStudy .box .item .boxRight .content2 {
    line-height: 0.32rem;
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 1024px) {
    .news_info_container .box .content1 table{
        width: 100% !important;
    }

    .news_info_container .box .content1 img {
      height: auto !important;
      width: auto !important;
    }
    
    .banner_container .banner .swiper-slide .img video{
        height: 300px;
    }
     .banner_container .banner .swiper-slide .img img{
        height: 300px;
    }
    
    
    .join_list .item .boxTop .title {
        width: 52%;
    }
    .join_list .item .boxTop .address {
        width: 20%;
    }
    .banner_container .banner .swiper-slide .img img {
  /*height: auto;*/
}
  .banner_container .banner .page {
    bottom: 0.1rem;
  }
  .searchBanner .posi h5 {
    font-size: 0.3rem;
  }
  .searchBanner .img img {
    width: 100%;
    height: 3.2rem;
  }
  .fengye .inner_page .box .page a {
    display: none;
  }
  .fengye .inner_page .box .page span {
    display: none;
  }
  .footer_container .box_ {
    display: none;
  }
  .footer_container .box .boxTop .box_1 .nav,
  .footer_container .box .boxTop .box_1 .feng {
    display: none;
  }
  .footer_container .box .boxTop {
    padding-top: 1px;
  }
  .footer_container .box .boxBot {
    line-height: 0.3rem;
    text-align: center;
    margin-top: 0.4rem;
  }
  .footer_container .box .boxBot a {
    display: block;
    line-height: 0.3rem;
  }
  .footer_container .box .boxBot span {
    display: none;
  }
  .footer_container .box .boxTop .box_1 .info ul li {
    margin-bottom: 0.2rem;
  }
  .innerBanner .posi h5 {
    font-size: 0.34rem;
  }
  .GrowingTogether .box .right {
    width: 100%;
    margin-top: 0.3rem;
  }
  .GrowingTogether .box .left {
    font-size: 0.3rem;
  }
  .GrowingTogether_banner .banner .swiper-slide {
    width: 58vw;
  }
  .GrowingTogether_banner .banner .item .posi h5 {
    font-size: 0.26rem;
    margin-top: 0.1rem;
  }
  .GrowingTogether_banner .banner .item .posi {
    bottom: 0.25rem;
    padding: 0 0.4rem;
  }
  .join_container .box1 .boxLeft {
    width: 100%;
  }
  .join_container .box1 .boxRight {
    width: 100%;
  }
  .OurMessage {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
  }
  .OurMessage .list {
    width: 48%;
    box-sizing: border-box;
  }
  .join_list .item .boxTop {
    padding: 0.2rem 0.3rem;
    line-height: 0.32rem;
  }
  .yixing_container .box .boxLeft {
    width: 100%;
  }
  .yixing_container .box .boxRight {
    margin-top: 0.3rem;
    width: 100%;
  }
  .yixing_container .box .boxRight .main {
    margin: auto;
  }
  .CorporateCulture .img1 img {
    object-fit: cover;
  }
  .CorporateCulture .img2 img {
    object-fit: cover;
  }
  .CorporateCulture .box .item {
    padding: 0.4rem 0.2rem;
  }
  .CorporateCulture .box .item .content1 img {
    width: 0.78rem;
  }
  .CorporateCulture .box .item .content2 {
    font-size: 0.22rem;
    margin: 0.28rem 0 0.2rem;
  }
  .CorporateCulture .box .item .content3 {
    line-height: 0.3rem;
  }
  .Partners_map_container {
    /*margin-top: 1rem;*/
  }
  .Partners_map_container .imgbg {
    margin: 0.3rem 0 0;
  }
  .ContactUs_ .box .item {
    flex: 1 50%;
    width: 50%;
    margin-bottom: 0.3rem;
    border: 0;
  }
  .ContactUs_ {
    transform: translateY(0%);
    padding: 0.94rem 0;
  }
  .ContactUs .img img {
    height: 3rem;
    object-fit: cover;
  }
  .height {
    height: auto;
  }
  .Office {
    padding-top: 0.94rem;
  }
  .Office .box {
    justify-content: space-between;
  }
  .Office .box .item {
    width: 49%;
    margin-right: 0;
  }
  .monthly .box {
    justify-content: space-between;
  }
  .monthly .box .item {
    width: 48.5%;
    margin-right: 0;
  }
  .monthly .box .item .posi .content1 {
    font-size: 0.48rem;
  }
  .monthly .box .item .posi .content2 {
    font-size: 0.26rem;
    margin-top: 0.05rem;
  }
  .monthly .box .item .posi .content3 {
    font-size: 0.2rem;
    margin-top: 0.1rem;
  }
  .monthly .box .item .posi {
    left: 0.2rem;
    bottom: 0.2rem;
  }
  .monthly .box .item .posi1 {
    right: 0.2rem;
    bottom: 0.2rem;
    transform: scale(1);
  }
  .monthly .box .item .posi1 > div a p {
    width: 0.58rem;
    height: 0.58rem;
  }
  .CaseStudy .box .item .boxLeft {
    width: 100%;
  }
  .CaseStudy .box .item .boxRight {
    width: 100%;
    padding: 0.5rem 0.45rem 0;
  }
  .CaseStudy .box .item .boxRight .content3 {
    position: initial;
    margin-top: 0.4rem;
    padding: 0;
  }
  .w1680 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .w1580 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .innerBanner_info .posi h5 {
    color: #fff;
    font-size: 0.26rem;
  }
  .innerBanner_info .img img,
  .innerBanner .img img {
    height: 3rem;
    object-fit: cover;
  }
  .news_container .box {
    justify-content: space-between;
  }
  .news_container .box .item {
    width: 48.5%;
    margin-right: 0;
  }
  .technology_container .box .item .left {
    font-size: 0.2rem;
  }
  .technology_container .box .item .left svg {
    transform: translateY(-50%) scale(0.8);
  }
  .product_container .box .boxLeft {
    width: 100%;
    padding-top: 0.94rem;
  }
  .product_container::after {
    width: 100%;
    height: 43%;
  }
  .product_container .box .boxRight {
    width: 100%;
  }
  .product_container .box .boxLeft .content1 {
    font-size: 0.32rem;
  }
  .product_container .box .boxRight .banner1 .img {
    height: 0.92rem;
  }
  .product_container .box .boxRight .banner .swiper-slide .video {
    margin: auto;
  }
  .TestContents .box .boxLeft {
    width: 100%;
  }
  .TestContents .box .boxRight {
    width: 100%;
  }
  .index_title .box_ .left_ h5 {
    font-size: 0.32rem;
  }
  .AdvantagesSolution .box .banner .swiper-slide .item {
    margin-right: -4px;
  }
  .CustomerCases .box .banner .item .boxLeft {
    width: 100%;
  }
  .CustomerCases .box .banner .item .boxRight {
    width: 100%;
    padding: 0.5rem 0.45rem 0;
  }
  .CustomerCases .box .banner .item .boxRight .content3 {
    position: initial;
    margin-top: 0.5rem;
    padding: 0;
  }
  .ApplyTrial .box .posi h5 {
    font-size: 0.3rem;
  }
  .ApplyTrial .img img {
    height: 3rem;
    object-fit: cover;
  }
  .OtherProducts .box .banner .item .content2 {
    font-size: 0.22rem;
  }
  .product_container .box .boxRight .banner .swiper-slide .video .play svg {
    transform: scale(0.8);
  }
  .product_container .box .boxRight .banner1 {
    margin-top: 0.32rem;
  }
  .header_container {
    display: none;
  }
  .CoreModule .box .banner .item .content4 {
    padding: 0 0.3rem;
  }
  .TitleCopywriting .box .banner .swiper-slide .list .item {
    width: 100%;
  }
  .TitleCopywriting .box .banner .swiper-slide .list .item .img img {
    width: 100%;
  }
  .product_container .wave {
    height: 50%;
  }
  .EPT_INSIDE .box .text p {
    font-size: 0.6rem;
  }
  .EPT_INSIDE .box {
    padding: 1.2rem 0;
  }
  .EPT_INSIDE .box h5 {
    font-size: 0.42rem;
  }
  .index_link a {
    line-height: 0.64rem;
  }
  .banner_container .banner .swiper-slide .posi .item h5 {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }
  .banner_container .banner .button .prev {
    left: 3vw;
  }
  .banner_container .banner .button .right {
    right: 3vw;
  }
  .banner_container .banner .button div img {
    transform: scale(0.8);
  }
  .banner_container .banner .swiper-slide .posi {
    padding: 0 1.25rem;
  }
  .DevelopmentProcess .box .list {
    justify-content: space-between;
  }
  .DevelopmentProcess .box .list .item {
    width: 48.5%;
    margin-bottom: 0.2rem;
    margin-right: 0;
  }
  .EPT_INSIDE .box .text > span {
    display: block;
  }
  .EPT_INSIDE .box .text p font {
    font-size: 0.6rem;
  }
  .SolutionProvider .box .list .item .top {
    font-size: 0.52rem;
  }
  .SolutionProvider .box .list .item .bot {
    margin-top: 0.1rem;
  }
  .SolutionProvider .box .list .item {
    margin-bottom: 0.56rem;
  }
  .SolutionProvider .box .list {
    width: 100%;
  }
  .SolutionProvider .box {
    margin-top: 0.8rem;
  }
  .SolutionProvider .img img {
    height: 6.5rem;
    object-fit: cover;
  }
  .StarProducts {
    margin-top: -5px;
  }
  .ConsultImmediately .img img {
    min-height: 3rem;
    object-fit: cover;
  }
  .MotionStar .box .boxLeft {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .MotionStar .box .boxRight {
    width: 100%;
  }
  .MotionStar .box .boxRight .item {
    /*margin-bottom: 0.3rem;*/
  }
  .MotionStar .box .boxLeft .banner a .posi {
    bottom: 0.32rem;
  }
  .MotionStar .box .boxLeft .banner .page {
    bottom: 0.34rem;
  }
  .StarProducts .box .item a .posi .title {
    font-size: 0.24rem;
  }
  .StarProducts .box .item a .posi .title_en {
    font-size: 0.24rem;
  }
  .phone_header {
    display: block;
  }
  .phone_header .box .button .search p {
    display: flex;
    align-items: center;
  }
   .TechnologySharing .box .banner .swiper-container .swiper-slide .item .left{
      -o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
  }


.SolutionProvider .img .lottie {
    top: -3rem;
}
.yixing_container .gif{
    display: none;
}


}
@media screen and (max-width: 669px) {
    .SolutionProvider .img .lottie {
        top: 0.15rem;
    }
    .HonorsQualifications .box .banner .item .content2 .content3 {
        font-size: .22rem;
    }
  .PhoneNav .box .item a {
    font-size: 16px;
    line-height: 45px;
  }
  .PhoneNav .box .item a span {
    width: 14px;
  }
  .PhoneNav .box .item a i {
    font-size: 18px;
  }
  .PhoneNav .box .item .item_two > li > p a {
    font-size: 16px;
  }
  .PhoneNav .box .item .item_two > li .item_three > li > p a {
    font-size: 15px;
  }
  .PhoneNav .box .item .item_two > li .item_three > li .item_four > li > p a {
    font-size: 15px;
    line-height: 0.5rem;
  }
  .phone_header .box .logo a img {
    height: 22px;
  }
  .phone_header .box .button .language a {
    font-size: 13px;
  }
  .banner_container .banner .button div img {
    transform: scale(0.5);
  }
  .banner_container .banner .swiper-slide .posi .item h5 {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .banner_container .banner .swiper-slide .posi .item .link {
    display: none;
  }
  .banner_container .banner .swiper-slide .posi {
    padding: 0 1rem;
  }
  .EPT_INSIDE .box {
    padding: 0.9rem 0;
  }
  .index_title .box_ .left_ h6 {
    font-size: 0.26rem;
  }
  .index_title .box_ .left_ h5 {
    font-size: 0.26rem;
  }
  .DevelopmentProcess .box .list .item {
    width: 100%;
  }
  .DevelopmentProcess .box .list .item .content4 {
    margin-top: 0.58rem;
  }
  .DevelopmentProcess .box .list .item .content2 {
    margin-top: 0.62rem;
  }
  .DevelopmentProcess .box .list .item .content1 {
    height: 0.67rem;
  }
  .DevelopmentProcess .box .list .item .content2 {
    font-size: 0.26rem;
  }
  .phone_header .box .button .search p {
    transform: scale(0.9);
  }
  .EPT_INSIDE .box .text {
    font-size: 0.26rem;
  }
  .SolutionProvider .box .list .item .top {
    font-size: 0.42rem;
  }
  .StarProducts .box .item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .StarProducts .box .item a .img img {
    width: 100%;
  }
  .StarProducts .box .item a .posi .link {
    margin-top: 0.44rem;
    padding: 0.2rem 0;
    opacity: 1;
  }
  .StarProducts .box .item a .posi .text {
    font-size: 0.16rem;
    margin-top: 0.24rem;
    opacity: 1;
  }
  .StarProducts .box .item a .posi {
    bottom: 0;
  }
  .p94_ {
    padding-bottom: 0.74rem;
  }
  .p94 {
    padding-top: 0.74rem;
  }
  .StarProducts .box {
    padding: 0 5vw;
  }
  .StarProducts .box .item a .posi {
    padding: 0 0.3rem;
  }
  .MotionStar .box .boxLeft .banner a .posi {
    padding: 0 0.3rem;
  }
  .MotionStar .box .boxLeft .banner a .posi .time {
    display: none;
  }
  .MotionStar .box .boxLeft .banner a .posi .title > div {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .MotionStar .box .boxLeft .banner a .posi {
    width: 80%;
  }
  .MotionStar .box .boxLeft .banner .page {
    right: 0.3rem;
  }
  .footer_container .box .boxTop .box_1 .jishu {
    display: none;
  }
  .footer_container .box .boxTop .box_1 .info form input {
    width: 4.2rem;
  }
  .footer_container .box .boxTop .box_1 .info ul li {
    padding-left: 0.4rem;
  }
  .xian {
    display: none;
  }
  .footer_container .box .boxTop .box_1 .info ul li svg {
    top: 0px;
  }
  .ConsultImmediately .box .posi .link a {
    font-size: 0.14rem;
  }
  .ConsultImmediately .box .posi .link a svg {
    transform: scale(0.9);
  }
  .EPT_INSIDE .box .text p,
  .EPT_INSIDE .box .text p font {
    font-size: 0.5rem;
  }
  .footer_container .box .boxBot {
    margin-top: 0.2rem;
  }
  .footer_container .box .boxBot {
    font-size: 12px;
  }
  .phone_header .box .button .language {
    margin: 0 0.36rem 0;
  }
  .phone_header .box .button .menu {
    margin-left: 0.36rem;
  }
  .search_container .box_search input[type='text'] {
    font-size: 0.14rem;
  }
  .search_container .box_search label svg {
    transform: scale(0.8);
  }
  .product_container .box .boxLeft .content1 {
    font-size: 0.26rem;
  }
  .product_container .box .boxLeft {
    padding-top: 0.74rem;
  }
  .inner_link a {
    font-size: 14px;
  }
  .product_container .box .boxRight .banner .swiper-slide {
    height: 3rem;
  }
  .product_container .box .boxRight .banner .swiper-slide .video {
    height: 3rem;
  }
  .product_container .box .boxRight .banner .swiper-slide .video .play svg {
    transform: scale(0.5);
  }
  .product_container::after {
    display: none;
  }
  .product_container .box .boxLeft {
    background: #1c04dc;
    width: calc(100% + 10vw);
    margin-left: -5vw;
    margin-right: -5vw;
    box-sizing: border-box;
    padding: 0.5rem 5vw;
  }
  .TestContents .box .boxRight {
    padding: 0.5rem 0.35rem;
  }
  .ProductConfiguration .box table {
    width: 180%;
    font-size: 14px;
    background: #fff;
  }
  .ProductConfiguration .box {
    overflow: scroll;
  }
  .inner_container ._box .button svg {
    transform: scale(0.8);
  }
  .HighlightsProducts .box .banner .item {
    padding: 0 0.48rem 0.96rem 1.16rem;
  }
  .HighlightsProducts .box .banner .item .content1 {
    left: 0.32rem;
  }
  .product_container .box .boxRight {
    padding-top: 0.56rem;
  }
  .ApplyTrial .box .posi h5 {
    font-size: 0.28rem;
  }
  .TitleCopywriting .box .banner .swiper-slide .list .item .img img {
    height: 5.5rem;
  }
  .TitleCopywriting .box .banner .swiper-slide .list .item .posi {
    padding: 0 0.4rem;
  }
  .TitleCopywriting .box .banner .swiper-slide .list .item .posi .content1 {
    padding: 0.5rem 0 0.3rem;
  }
  .TechnologySharing .box .banner .swiper-container .swiper-slide .item .left {
    width: 100%;
  }
  .TechnologySharing .box .banner .swiper-container .swiper-slide .item .right {
    width: 100%;
    margin-top: 0.2rem;
  }
  .TechnologySharing .box .banner .swiper-container {
    height: 50px;
  }
  .TechnologySharing .box .banner .swiper-container .swiper-slide .item .left svg {
    transform: translateY(-50%) scale(0.8);
  }
  .TechnologySharing .box .banner .swiper-container .swiper-slide .item .right {
    width: 100%;
  }
  .TechnologySharing .box .banner .swiper-container .swiper-slide .item .right > div {
    width: 100%;
  }
  .technology_container .box .item .right {
    width: 100%;
    margin-top: 5px;
  }
  .technology_container .box .item .right > div {
    width: 100%;
  }
  .fengye .inner_page .box .button p a {
    font-size: 14px;
  }
  .news_container .box .item {
    width: 100%;
  }
  .news_info_container .box .content2 .go {
    display: none;
  }
  .news_info_container .box .content2 .wenan {
    width: 100%;
    text-align: left;
  }
  .news_info_container .box .content2 .next {
    margin-top: 0.2rem;
  }
  .monthly .box .item {
    width: 100%;
    margin-right: 0;
  }
  .yixing_container .box .boxRight .main {
    width: 4.34rem;
    height: 4.34rem;
  }
  .yixing_container .box .boxRight .main .img1 {
    width: 3.5rem;
    height: 3.5rem;
  }
  .yixing_container {
    padding-bottom: 0.8rem;
  }
  .yixing_container .gif {
    height: auto;
  }
  .CorporateCulture .box .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .CorporateCulture .img2 {
    display: none;
  }
  .CorporateCulture {
    padding-bottom: 0.74rem;
  }
  .yixing_container .box .boxRight {
    overflow: hidden;
  }
  .ContactUs_ .box .item {
    padding: 0 0.3rem;
  }
  .ContactUs_ .box .item .content1 svg {
    transform: scale(0.8);
  }
  .Office .box .item .content2 {
    padding: 0.26rem 0.24rem 0.64rem;
  }
  .GrowingTogether_banner .banner .swiper-slide {
    width: 80vw;
  }
  .GrowingTogether_banner .button .next {
    right: 4%;
  }
  .GrowingTogether_banner .button .prev {
    left: 4%;
  }
  .join_list .item .boxTop > div {
    width: 50%!important;
  }
  .join_list .item .boxTop .name {
    text-align: right;
  }
  .join_list .item .boxBot .info_ .ite_ {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .join_list .item .boxBot .info_ {
    padding: 0.32rem 0 0.4rem;
  }
  .OurMessage {
    flex-wrap: wrap;
  }
  .OurMessage .list {
    width: 100%;
  }
  .OurMessage .list p {
    text-align: center;
  }
  .OurMessage .list p img {
    width: 80%;
  }
  .searchBanner .posi form .input input {
    width: 3rem;
  }
  .searchBanner .posi form .submit p {
    width: 0.7rem;
  }
  .ApplyTrial_layer .box .list {
    padding: 0 0.3rem;
  }
  .ApplyTrial_layer .box .list .item .ite {
    width: 100%;
  }
  .ApplyTrial_layer {
    z-index: 11;
  }
  .ApplyTrial_layer .box h5 {
    font-size: 0.26rem;
  }
  .ApplyTrial_layer .box .button p input {
    width: 1.8rem;
    font-size: 14px;
  }
  .Partners_container .box p {
    height: 1rem;
  }
  .technology_container .box .item .left {
    max-width: 100%;
  }
  
  .SolutionProvider .img .lottie{
      height: 100%;
  }
 
}


@media screen and (max-width: 400px) {
  .SolutionProvider .img img{
    min-height: 6rem;
  }

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