html,
body {
  --body_paddiing_width: 10.4vw;
  --body_paddiing_width_: 12.5vw;
  --fontSize: 16px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1520px) {
  html,
  body {
    --body_paddiing_width: 7.4vw;
    --body_paddiing_width_: 9.5vw;
  }
}
@media screen and (max-width: 1200px) {
  html,
  body {
    --body_paddiing_width: 5vw;
    --body_paddiing_width_: 5vw;
  }
}
.maodian {
  position: relative;
  /*top: -1.26rem;*/
  top: 2px;
}
.f16 {
  color: #333;
}
@media screen and (min-width: 1200px) {
  .f16 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .f16 {
    font-size: 14px;
    line-height: 24px;
  }
}
.f18 {
  font-size: 0.18rem;
}
.f20 {
  font-size: 0.2rem;
  color: #333;
  line-height: 0.32rem;
}
.f36 {
  font-size: 0.36rem;
}
.f46 {
  font-size: 0.46rem;
  line-height: 1;
}
.f60 {
  font-size: 0.6rem;
  line-height: 1;
}
.f80 {
  font-size: 0.8rem;
  line-height: 1;
}
.w1520 {
  padding-left: var(--body_paddiing_width);
  padding-right: var(--body_paddiing_width);
  width: 100%;
}
.w1440 {
  padding-left: var(--body_paddiing_width_);
  padding-right: var(--body_paddiing_width_);
  width: 100%;
}



.search_over {
  font-size: 0.24rem;
  padding: 1.4rem 0 0.4rem;
}
.search_over span {
  font-family: 'gilroy_bold';
}
.SearchContainer{
    min-height: 40vh;
}
.SearchContainer .box .item {
  padding: 0.6rem 0;
  border-bottom: 1px solid #ccc;
}
.SearchContainer .box .item a .left {
  width: 76%;
}
.SearchContainer .box .item a .left h5 {
  font-size: 0.24rem;
  font-family: 'gilroy_bold';
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SearchContainer .box .item a .left p {
  font-size: 0.16rem;
  font-family: 'gilroy_regular';
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}
.SearchContainer .box .item a .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.SearchContainer .box .item a .right div {
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid #0159ab;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
.SearchContainer .box .item a .right div i {
  font-size: 0.24rem;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SearchContainer .box .item a:hover .left h5 {
  color: #0159ab;
}
.SearchContainer .box .item a:hover .right div {
  background: #0159ab;
  -webkit-box-shadow: 6px 6px 12px #dfe7ee;
  box-shadow: 6px 6px 12px #dfe7ee;
}
.SearchContainer .box .item a:hover .right div i {
  color: #fff;
}
.SearchContainer .box1 {
  padding-top: 0.2rem;
}
.bg {
  background: #f5f5f5;
}



.mobile_search .close {
  position: absolute;
  right: 2rem;
  top: 0.3rem;
}
.mobile_search .close i {
  font-size: 0.24rem;
  cursor: pointer;
  display: inline-block;
  transition: 0.4s;
}
.mobile_search .close i:hover {
  color: #0159ab;
  transform: rotate(180deg);
}
.button_More {
  width: 1.68rem;
  border: 2px solid #fff;
  transition: 0.4s;
}
.button_More .a {
  color: #fff;
  display: block;
  line-height: 0.54rem;
  text-align: center;
  font-size: 0.18rem;
  transition: 0.4s;
}
.button_More .a svg {
  margin-left: 0.32rem;
  transition: 0.4s;
}
.button_More .a svg path {
  transition: 0.4s;
}
.button_More:hover {
  background: #fff;
}
.button_More:hover .a {
  color: #0159ab;
}
.button_More:hover .a svg {
  margin-left: 0.22rem;
}
.button_More:hover .a svg path {
  fill: #0159ab;
}
.button_More1 {
  width: 1.68rem;
  border: 2px solid #0159ab;
  transition: 0.4s;
}
.button_More1 .a {
  color: #0159ab;
  display: block;
  line-height: 0.54rem;
  text-align: center;
  font-size: 0.18rem;
  transition: 0.4s;
}
.button_More1 .a svg {
  margin-left: 0.32rem;
  transition: 0.4s;
}
.button_More1 .a svg path {
  transition: 0.4s;
  fill: #0159ab;
}
.button_More1:hover {
  background: #0159ab;
  border-color: #0159ab;
}
.button_More1:hover .a {
  color: #fff;
}
.button_More1:hover .a svg {
  margin-left: 0.22rem;
}
.button_More1:hover .a svg path {
  fill: #fff;
}
.button_More2 {
  width: 1.68rem;
  border: 2px solid #0159ab;
  transition: 0.4s;
  background: #0159ab;
}
.button_More2 .a {
  color: #fff;
  display: block;
  line-height: 0.54rem;
  text-align: center;
  font-size: 0.18rem;
  transition: 0.4s;
  cursor: pointer;
}
.button_More2 .a svg {
  margin-left: 0.32rem;
  transition: 0.4s;
}
.button_More2 .a svg path {
  transition: 0.4s;
  fill: #fff;
}
.button_More2:hover {
  background: #0159ab;
  border-color: #0159ab;
}
.button_More2:hover .a {
  color: #fff;
}
.button_More2:hover .a svg {
  margin-left: 0.22rem;
}
.button_More2:hover .a svg path {
  fill: #fff;
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner .swiper-slide {
  position: relative;
}
.Home_Banner .banner .swiper-slide .img img {
  width: 100%;
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.Home_Banner .banner .swiper-slide .orientation .main {
  color: #fff;
}
.Home_Banner .banner .swiper-slide .orientation .main .content1 {
  font-size: 0.2rem;
  font-family: 'gilroy_regular';
  text-transform: uppercase;
}
.Home_Banner .banner .swiper-slide .orientation .main .content2 {
  font-size: 0.56rem;
  margin-top: 0.16rem;
}
.Home_Banner .banner .swiper-slide .orientation .main .content3 {
  margin-top: 0.5rem;
}
.Home_Banner .banner .page {
  position: absolute;
  bottom: 0.36rem;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.Home_Banner .banner .page div span {
  width: 28px;
  height: 2px;
  background: rgba(255, 255, 225, 0.5);
  opacity: 1;
  margin: 0 0.06rem;
  border-radius: 0;
}
.Home_Banner .banner .page div .swiper-pagination-bullet-active {
  background: #fff;
}
.header_box {
  padding: 0 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  transition: 0.4s;
}
.header_box .box .boxLeft {
  display: flex;
  align-items: center;
}
.header_box .box .boxLeft a {
  display: block;
}
.header_box .box .boxLeft a img {
  height: 0.64rem;
}
.header_box .box .boxRight .nav ul li {
  padding: 0 0.2rem;
  position: relative;
}
.header_box .box .boxRight .nav ul li > a {
  display: block;
  line-height: 1.26rem;
  color: #fff;
  position: relative;
}
.header_box .box .boxRight .nav ul li > a::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.4rem;
  background: #fff;
  height: 2px;
  opacity: 0;
  transition: 0.4s;
}
.header_box .box .boxRight .nav ul li .select {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 200%;
  transform: translateX(-50%);
  background: #fff;
  display: none;
  box-shadow: 0px 2px 6px #f5f5f5;
}
.header_box .box .boxRight .nav ul li .select p a {
  display: block;
  text-align: center;
  font-size: var(--fontSize);
  line-height: 0.45rem;
  transition: 0.4s;
}
.header_box .box .boxRight .nav ul li .select p a:hover {
  background: #0159ab;
  color: #fff;
}
.header_box .box .boxRight .nav ul li:hover > a::after {
  opacity: 1;
}
.header_box .box .boxRight .nav ul li:hover .select {
  display: block;
}
.header_box .box .boxRight .nav ul .active > a::after {
  opacity: 1;
}
.header_box .box .boxRight .button {
  margin-left: 1.35rem;
}
.header_box .box .boxRight .button .search {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header_box .box .boxRight .button .log {
  margin-left: 0.38rem;
  display: flex;
  align-items: center;
}
.header_box .box .boxRight .button .log > a {
  font-size: 0.2rem;
  color: #fff;
  cursor: pointer;
}
.header_box .box .boxRight .button .log > a svg {
  margin-right: 0.1rem;
}
.header_box.active,
.header_box.on {
  background: #0159ab;
}
.header_box.hide {
  transform: translateY(-100%);
  overflow: hidden;
}
.p92 {
  padding-top: 0.92rem;
}
.p92_ {
  padding-bottom: 0.92rem;
}
.Home_About {
  background: url(../images/img2.png) no-repeat 50% 50% / cover;
}
.Home_About .box {
  margin-top: 0.85rem;
}
.Home_About .box .boxLeft {
  width: 6.7rem;
}
.Home_About .box .boxLeft .content1 {
  font-size: 0.2rem;
  color: #0159ab;
}
.Home_About .box .boxLeft .content2 {
  font-size: 0.52rem;
  line-height: 1;
  margin-top: 0.2rem;
}
.Home_About .box .boxLeft .content3 {
  font-size: 0.2rem;
  color: #333;
  line-height: 0.32rem;
  margin-top: 0.32rem;
}
.Home_About .box .boxLeft .content4 {
  margin-top: 0.6rem;
}
.Home_About .box .boxLeft .content5 {
  margin-top: 0.74rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.Home_About .box .boxLeft .content5 .item .top {
  color: #0159ab;
  font-size: var(--fontSize);
}
.Home_About .box .boxLeft .content5 .item .top span {
  font-size: 0.6rem;
  line-height: 1;
}
.Home_About .box .boxLeft .content5 .item .bot {
  font-size: 0.2rem;
  color: #333;
  line-height: 0.32rem;
  margin-top: 0.1rem;
}
.Home_About .box .boxRight {
  flex: 1;
  padding-left: 0.6rem;
}
.white {
  color: #fff;
}
.Solution_Container {
  position: relative;
  overflow: hidden;
}
.Solution_Container .img img {
  width: 100%;
}
.Solution_Container .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.Solution_Container .box {
  margin-top: 1rem;
}
.Solution_Container .box .item {
  width: 4.2rem;
  color: #fff;
  display: none;
}
.Solution_Container .box .item .content2 {
  margin-top: 0.25rem;
  color: #fff;
  font-size: var(--fontSize);
  line-height: 0.32rem;
  height: 0.96rem;
}
.Solution_Container .box .item .content3 {
  margin-top: 0.48rem;
}
.Solution_Container .box .active {
  display: block;
}
.Solution_Container .banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: rgba(255, 255, 225, 0.2);
  backdrop-filter: blur(12px);
}
.Solution_Container .banner .w1520 .swiper {
  position: relative;
}
.Solution_Container .banner .w1520 .swiper .swiper-slide {
  text-align: center;
  padding: 0rem 0.3rem;
}
.Solution_Container .banner .w1520 .swiper .swiper-slide > div {
  position: relative;
  padding: 0.35rem 0;
  cursor: pointer;
}
.Solution_Container .banner .w1520 .swiper .swiper-slide > div::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  opacity: 0;
  transition: 0.4s;
}
.Solution_Container .banner .w1520 .swiper .swiper-slide .top {
  height: 0.4rem;
}
.Solution_Container .banner .w1520 .swiper .swiper-slide .top img {
  max-height: 100%;
  transition: 0.4s;
}
.Solution_Container .banner .w1520 .swiper .swiper-slide .bot {
  font-size: 0.18rem;
  color: #fff;
  margin-top: 8px;
  transition: 0.4s;
}
.Solution_Container .banner .w1520 .swiper .swiper-slide:hover > div .top img {
  transform: translateY(-5px);
}
.Solution_Container .banner .w1520 .swiper .active > div::after {
  opacity: 1;
}
.Solution_Container .banner .w1520 .swiper .button div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.Solution_Container .banner .w1520 .swiper .button div i {
  color: #fff;
  transition: 0.4s;
  font-size: 0.24rem;
  cursor: pointer;
}
.Solution_Container .banner .w1520 .swiper .button div i:hover {
  color: #0159ab;
}
.Solution_Container .banner .w1520 .swiper .button .prev {
  left: 0;
}
.Solution_Container .banner .w1520 .swiper .button .next {
  right: 0;
}
.News_Container {
  background: #e5e3e3;
}
.News_Container .title .left {
  display: flex;
  align-items: center;
}
.News_Container .box {
  margin-top: 0.54rem;
}
.News_Container .box .boxLeft {
  padding-right: 1.6rem;
  width: 9.8rem;
  display: grid;
  gap: 0.65rem;
}
.News_Container .box .boxLeft .item a .left {
  width: 3.1rem;
  overflow: hidden;
}
.News_Container .box .boxLeft .item a .left img {
  width: 100%;
  transition: 0.4s;
}
.News_Container .box .boxLeft .item a .right {
  flex: 1;
  padding-left: 0.28rem;
  padding-top: 0.2rem;
}
.News_Container .box .boxLeft .item a .right .content1 {
  font-size: 0.2rem;
  color: #333;
  transition: 0.4s;
}
.News_Container .box .boxLeft .item a .right .content2 {
  color: #333;
  margin-top: 0.2rem;
}
@media screen and (min-width: 1200px) {
  .News_Container .box .boxLeft .item a .right .content2 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .News_Container .box .boxLeft .item a .right .content2 {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}
.News_Container .box .boxLeft .item a .right .content3 {
  margin-top: 0.38rem;
  color: #333;
}
@media screen and (min-width: 1200px) {
  .News_Container .box .boxLeft .item a .right .content3 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .News_Container .box .boxLeft .item a .right .content3 {
    font-size: 14px;
    line-height: 24px;
  }
}
.News_Container .box .boxLeft .item a .right .content3 .r {
  color: #0159ab;
}
.News_Container .box .boxLeft .item a .right .content3 .r i {
  font-size: var(--fontSize);
}
.News_Container .box .boxLeft .item a:hover .left img {
  transform: scale(1.1);
}
.News_Container .box .boxLeft .item a:hover .right .content1 {
  color: #0159ab;
}
.News_Container .box .boxRight {
  flex: 1;
}
.News_Container .box .boxRight a {
  display: block;
}
.News_Container .box .boxRight a .content1 {
  overflow: hidden;
}
.News_Container .box .boxRight a .content1 img {
  width: 100%;
  transition: 0.4s;
}
.News_Container .box .boxRight a .content2 {
  font-size: 0.24rem;
  color: #333;
  margin-top: 0.1rem;
  transition: 0.4s;
}
.News_Container .box .boxRight a .content3 {
  color: #333;
  margin: 8px 0;
}
@media screen and (min-width: 1200px) {
  .News_Container .box .boxRight a .content3 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .News_Container .box .boxRight a .content3 {
    font-size: 14px;
    line-height: 24px;
  }
}
.News_Container .box .boxRight a .content4 {
  color: #333;
  color: #0159ab;
}
@media screen and (min-width: 1200px) {
  .News_Container .box .boxRight a .content4 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .News_Container .box .boxRight a .content4 {
    font-size: 14px;
    line-height: 24px;
  }
}
.News_Container .box .boxRight a .content4 i {
  font-size: var(--fontSize);
  margin-left: 0.2rem;
  vertical-align: middle;
}
.News_Container .box .boxRight a:hover .content1 img {
  transform: scale(1.1);
}
.News_Container .box .boxRight a:hover .content2 {
  color: #0159ab;
}
.Invite_Cooperation {
  position: relative;
}
.Invite_Cooperation .img img {
  width: 100%;
}
.Invite_Cooperation .orientation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Invite_Cooperation .orientation .content2 {
  margin-top: 0.36rem;
}
.Footer_Contation {
  background: #003156;
}
.Footer_Contation .boxTop {
  padding: 0.96rem 0 0.5rem;
}
.Footer_Contation .boxTop .left .content1 img {
  height: 0.64rem;
}
.Footer_Contation .boxTop .left .content2 {
  font-size: var(--fontSize);
  color: #fff;
  display: grid;
  gap: 0.16rem;
  margin-top: 0.5rem;
}
.Footer_Contation .boxTop .left .content2 p svg {
  vertical-align: middle;
  margin-right: 0.12rem;
}
.Footer_Contation .boxTop .right .item {
  margin-left: 0.96rem;
}
.Footer_Contation .boxTop .right .item h5 {
  font-size: 0.24rem;
  color: #fff;
}
.Footer_Contation .boxTop .right .item ul {
  margin-top: 0.2rem;
}
.Footer_Contation .boxTop .right .item ul li {
  line-height: 0.34rem;
  font-size: var(--fontSize);
}
.Footer_Contation .boxTop .right .item ul li a {
  color: #fff;
  opacity: 0.8;
  transition: 0.4s;
}
.Footer_Contation .boxTop .right .item ul li a:hover {
  opacity: 1;
}
.Footer_Contation .boxBot {
  font-size: var(--fontSize);
  color: #fff;
  padding: 0.35rem 0 0.66rem;
  border-top: 1px solid rgba(255, 255, 225, 0.2);
}
.Footer_Contation .boxBot a {
  color: #fff;
  margin-left: 5px;
}
.cbl {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 8;
  display: none;
}
.cbl.active {
  display: block;
}
.cbl .one a {
  display: block;
  position: relative;
}
.cbl .one a img {
  width: 1.58rem;
}
.cbl .one a span {
  display: block;
  position: absolute;
  right: 0.15rem;
  font-size: 0.18rem;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.cbl .two ul li {
  border-bottom: 1px solid #ddd;
  box-shadow: 0px 0px 5px #eee;
}
.cbl .two ul li a {
  display: flex;
  width: 0.7rem;
  height: 0.7rem;
  background: #fff;
  cursor: pointer;
}
.cbl .two ul li a img {
  margin: auto;
}
.cbl .two ul .go_top {
  margin-top: 0.1rem;
}
.p100 {
  padding-top: 1rem;
}
.p100_ {
  padding-bottom: 1rem;
}
.Inner_Contation {
  position: relative;
}
.Inner_Contation .img img {
  width: 100%;
}
.Inner_Contation .orientation {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.Inner_Contation .orientation h5 {
  color: #fff;
}
.bgf {
  background: #f9f9f9;
}
.Product_Contation .box {
  padding: 0 0.9rem;
}
.Product_Contation .box .boxLeft {
  width: 3.5rem;
}
.Product_Contation .box .boxLeft h5 {
  font-size: 0.5rem;
}
.Product_Contation .box .boxLeft .list {
  margin-top: 0.5rem;
  border-top: 1px solid #d5d7dc;
}
.Product_Contation .box .boxLeft .list .item {
  border-bottom: 1px solid #d5d7dc;
}
.Product_Contation .box .boxLeft .list .item > a {
  display: block;
  font-size: 0.22rem;
  color: #666666;
  position: relative;
  line-height: 0.74rem;
  cursor: pointer;
  transition: 0.4s;
}
.Product_Contation .box .boxLeft .list .item > a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.12rem;
  width: 0.17rem;
  height: 2px;
  background: #0159ab;
  display: block;
}
.Product_Contation .box .boxLeft .list .item > a span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0159ab;
  transition: 0.4s;
  transform: rotate(90deg);
}
.Product_Contation .box .boxLeft .list .item > a:hover {
  color: #0159ab;
}
.Product_Contation .box .boxLeft .list .item .select {
  padding-left: 0.3rem;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: 0.4s;
}
.Product_Contation .box .boxLeft .list .item .select > div {
  display: grid;
  gap: 0.16rem;
  min-height: 0;
  transition: 0.4s;
}
.Product_Contation .box .boxLeft .list .item .select > div div a {
  font-size: var(--fontSize);
  color: #666;
  transition: 0.4s;
}
.Product_Contation .box .boxLeft .list .item .select > div div a:hover {
  color: #0159ab;
}
.Product_Contation .box .boxLeft .list .item .select > div .active a {
  color: #0159ab;
}
.Product_Contation .box .boxLeft .list .item.active > a {
  color: #0159ab;
  border-bottom: 1px solid #d5d7dc;
}
.Product_Contation .box .boxLeft .list .item.active > a span::after {
  transform: rotate(0deg);
}
.Product_Contation .box .boxLeft .list .item.active .select {
  grid-template-rows: 1fr;
}
.Product_Contation .box .boxLeft .list .item.active .select > div {
  padding: 0.25rem 0 0.36rem;
}
.Product_Contation .box .boxRight {
  flex: 1;
  padding-left: 1.2rem;
}
.Product_Contation .box .boxRight .list {
  display: grid;
  gap: 0.2rem;
}
.Product_Contation .box .boxRight .list .item {
  background: #fff;
  transition: 0.4s;
}
.Product_Contation .box .boxRight .list .item a {
  padding: 0.18rem;
}
.Product_Contation .box .boxRight .list .item a .left p {
  width: 2.3rem;
  height: 2.3rem;
  display: flex;
  background: #f9f9f9;
  padding: 0.1rem;
}
.Product_Contation .box .boxRight .list .item a .left p img {
  margin: auto;
}
.Product_Contation .box .boxRight .list .item a .right {
  flex: 1;
  padding-left: 0.4rem;
  padding-right: 0.2rem;
  padding-top: 0.15rem;
}
.Product_Contation .box .boxRight .list .item a .right .content1 {
  font-size: 0.26rem;
  color: #333;
}
.Product_Contation .box .boxRight .list .item a .right .content2 {
  margin-top: 2px;
  font-size: var(--fontSize);
  line-height: 0.32rem;
  height: 0.64rem;
  color: #666;
}
.Product_Contation .box .boxRight .list .item a .right .fontent3 {
  margin-top: 0.64rem;
}
.Product_Contation .box .boxRight .list .item a .right .fontent3 p {
  font-size: var(--fontSize);
  color: #0159ab;
  padding: 0 0.1rem;
  line-height: 0.32rem;
  border: 1px solid #0159ab;
  margin-right: 0.12rem;
  margin-bottom:0.1rem;
}
.Product_Contation .box .boxRight .list .item a .right .fontent3 p:last-child {
  margin-right: 0;
}
.Product_Contation .box .boxRight .list .item:hover {
  box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.2);
}
.pu_page {
  display: flex;
  justify-content: center;
  margin-top: 0.86rem;
  position: relative;
  z-index: 1;
}
.pu_page a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-family: 'gilroy_bold';
  text-align: center;
  border-radius: 6px;
  margin: 0 0.15rem;
}
.pu_page .active {
  color: #fff;
  background: #0159ab;
}
.pu_page .prev a i,
.pu_page .next a i {
  transition: 0.4s;
  color: #333;
}
.pu_page .prev a i:hover,
.pu_page .next a i:hover {
  color: #0159ab;
}
.height_ {
  height: 1.26rem;
}
.Product_Info_Contation {
  min-height: 1rem;
  padding: 0.9rem 0 0.7rem;
  background: linear-gradient(120.35deg, #edf5fc 0%, rgba(249, 249, 249, 0) 100%);
}
.Product_Info_Contation .box {
  padding: 0 1.3rem;
  --w: 4.66rem;
}
.Product_Info_Contation .box .boxLeft {
  width: var(--w);
}
.Product_Info_Contation .box .boxLeft .img_list {
  width: var(--w);
  height: var(--w);
  display: flex;
  padding: 0 0.4rem;
}
.Product_Info_Contation .box .boxLeft .img_list p {
  margin: auto;
  display: none;
}
.Product_Info_Contation .box .boxLeft .img_list .active {
  display: block;
}
.Product_Info_Contation .box .boxLeft .banner {
  margin-top: 0.32rem;
  padding: 0 0.6rem;
  position: relative;
}
.Product_Info_Contation .box .boxLeft .banner .swiper-slide {
  border: 1px solid transparent;
  padding: 5px;
  height: 0.7rem;
  display: flex;
  cursor: pointer;
  transition: 0.4s;
}
.Product_Info_Contation .box .boxLeft .banner .swiper-slide p {
  margin: auto;
}
.Product_Info_Contation .box .boxLeft .banner .active {
  border-color: #0159ab;
}
.Product_Info_Contation .box .boxLeft .banner .button p {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.Product_Info_Contation .box .boxLeft .banner .button p i {
  font-size: 0.24rem;
  transition: 0.4s;
  cursor: pointer;
  color: #333;
}
.Product_Info_Contation .box .boxLeft .banner .button p i:hover {
  color: #0159ab;
}
.Product_Info_Contation .box .boxLeft .banner .button .prev {
  left: 0;
}
.Product_Info_Contation .box .boxLeft .banner .button .next {
  right: 0;
}
.Product_Info_Contation .box .boxRight {
  padding-left: 0.8rem;
  flex: 1;
}
.Product_Info_Contation .box .boxRight .content1 {
  font-size: 0.5rem;
}
.Product_Info_Contation .box .boxRight .content2 {
  font-size: 0.24rem;
  color: #666;
  margin-top: 10px;
}
.Product_Info_Contation .box .boxRight .content3 {
  color: #333333;
  font-size: 0.24rem;
  margin-top: 0.5rem;
}
.Product_Info_Contation .box .boxRight .content4 {
  margin-top: 0.18rem;
  display: grid;
  gap: 0.12rem;
}
.Product_Info_Contation .box .boxRight .content4 div {
  font-size: 0.22rem;
  color: #666;
  position: relative;
  padding-left: 0.32rem;
}
.Product_Info_Contation .box .boxRight .content4 div img {
  position: absolute;
  left: 0;
  top: 3px;
}
.Product_Info_Contation .box .boxRight .content5 {
  margin-top: 0.66rem;
}
.Product_Info_Contation .box .boxRight .content5 .button_More1 {
  margin-left: 0.14rem;
}
.Product_Info_Contation_img {
  margin-top: 0.7rem;
}
.Product_Info_Contation_img .title {
  font-size: 0.5rem;
}
.Product_Info_Contation_img .box {
  margin-top: 0.4rem;
}
.Solution_Contation .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem 0.74rem;
}
.Solution_Contation .box .item a .left {
  width: 3.4rem;
  overflow: hidden;
}
.Solution_Contation .box .item a .left img {
  transition: 0.4s;
}
.Solution_Contation .box .item a .right {
  flex: 1;
  padding: 0.44rem 0.44rem 0;
  background: #f5f7fa;
  transition: 0.4s;
}
.Solution_Contation .box .item a .right .content1 {
  font-size: 0.24rem;
  color: #0159ab;
  transition: 0.4s;
}
.Solution_Contation .box .item a .right .content2 {
  font-size: var(--w);
  line-height: 24px;
  height: 120px;
  color: #666;
  margin-top: 0.16rem;
  transition: 0.4s;
}
.Solution_Contation .box .item a .right .content3 {
  margin-top: 0.8rem;
  padding-top: 0.24rem;
  border-top: 1px solid #ddd;
  font-size: 0.18rem;
  color: #0159ab;
  transition: 0.4s;
}
.Solution_Contation .box .item a .right .content3 svg {
  margin-left: 0.37rem;
}
.Solution_Contation .box .item a .right .content3 svg svg {
  transition: 0.4s;
}
.Solution_Contation .box .item a:hover .left img {
  transform: scale(1.1);
}
.Solution_Contation .box .item a:hover .right {
  background: #0159ab;
}
.Solution_Contation .box .item a:hover .right .content1,
.Solution_Contation .box .item a:hover .right .content2,
.Solution_Contation .box .item a:hover .right .content3 {
  color: #fff;
}
.Solution_Contation .box .item a:hover .right .content3 {
  border-top: 1px solid rgba(255, 255, 225, 0.6);
}
.Solution_Contation .box .item a:hover .right .content3 svg path {
  fill: #fff;
}
.Solution_Info {
  background: #f9f9f9 url(../images/img15.png) no-repeat -3rem -4rem;
}
.Solution_Info .box {
  width: min(1200px, 90vw);
  margin: auto;
}
.Solution_Info .box .content1 {
  font-size: 0.5rem;
}
.Solution_Info .box .content2 {
  font-size: var(--fontSize);
  color: #adadad;
  margin-top: 10px;
}
.Solution_Info .box .content3 {
  margin-top: 0.55rem;
  color: #333;
}
@media screen and (min-width: 1200px) {
  .Solution_Info .box .content3 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .Solution_Info .box .content3 {
    font-size: 14px;
    line-height: 24px;
  }
}
.Recommended_Case {
  padding-top: 0.38rem;
  background: url(../images/img15.png) no-repeat 140% 10%;
}
.Recommended_Case .title {
  font-size: 0.5rem;
}
.Recommended_Case .box {
  width: min(1200px, 90vw);
  margin: auto;
}
.Recommended_Case .box .list {
  margin-top: 0.32rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0rem 0.65rem;
}
.Recommended_Case .box .list .item a .left {
  width: 2.82rem;
  overflow: hidden;
}
.Recommended_Case .box .list .item a .left img {
  transition: 0.4s;
}
.Recommended_Case .box .list .item a .right {
  flex: 1;
  padding: 0.38rem 0.38rem 0;
  background: #f5f7fa;
  transition: 0.4s;
}
.Recommended_Case .box .list .item a .right .content1 {
  font-size: 0.24rem;
  color: #0159ab;
  transition: 0.4s;
}
.Recommended_Case .box .list .item a .right .content2 {
  font-size: var(--w);
  line-height: 24px;
  height: 120px;
  color: #666;
  margin-top: 0.16rem;
  transition: 0.4s;
}
.Recommended_Case .box .list .item a .right .content3 {
  margin-top: 0.44rem;
  padding-top: 0.2rem;
  border-top: 1px solid #ddd;
  font-size: 0.18rem;
  color: #0159ab;
  transition: 0.4s;
}
.Recommended_Case .box .list .item a .right .content3 svg {
  margin-left: 0.37rem;
}
.Recommended_Case .box .list .item a .right .content3 svg svg {
  transition: 0.4s;
}
.Recommended_Case .box .list .item a:hover .left img {
  transform: scale(1.1);
}
.Recommended_Case .box .list .item a:hover .right {
  background: #0159ab;
}
.Recommended_Case .box .list .item a:hover .right .content1,
.Recommended_Case .box .list .item a:hover .right .content2,
.Recommended_Case .box .list .item a:hover .right .content3 {
  color: #fff;
}
.Recommended_Case .box .list .item a:hover .right .content3 {
  border-top: 1px solid rgba(255, 255, 225, 0.6);
}
.Recommended_Case .box .list .item a:hover .right .content3 svg path {
  fill: #fff;
}
.Download_Contation {
  background: url(../images/img15.png) no-repeat -3rem -4rem;
}
.Download_Contation .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
}
.Download_Contation .box .item figure {
  position: relative;
  box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.2);
}
.Download_Contation .box .item figure img {
  width: 100%;
}
.Download_Contation .box .item figure .orientation {
  position: absolute;
  top: 0.56rem;
  padding: 0 0.2rem;
  width: 100%;
}
.Download_Contation .box .item figure .orientation .content1 {
  font-size: 0.32rem;
  color: #0159ab;
}
.Download_Contation .box .item figure .orientation .content2 {
  font-size: 0.24rem;
  color: #0159ab;
  margin-top: 12px;
}
.Download_Contation .box .item figcaption {
  margin-top: 0.3rem;
}
.Download_Contation .box .item figcaption a {
  display: block;
  width: 2rem;
  line-height: 0.56rem;
  border: 2px solid #0159ab;
  margin: auto;
  font-size: 0.18rem;
  color: #0159ab;
  text-align: center;
  transition: 0.4s;
  cursor: pointer;
}
.Download_Contation .box .item figcaption a svg {
  vertical-align: middle;
  margin-left: 0.32rem;
  transform: translateY(-2px);
}
.Download_Contation .box .item figcaption a svg path {
  transition: 0.4s;
}
.Download_Contation .box .item figcaption a:hover {
  background: #0159ab;
  color: #fff;
}
.Download_Contation .box .item figcaption a:hover svg path {
  fill: #fff;
}
.Download_Bg {
  background: #f9f9f9 url(../images/img15.png) no-repeat 140% -200%;
}
.Problem_Contation {
  background: url(../images/img15.png) no-repeat -6rem -4rem;
  position: relative;
  z-index: 1;
}
.Problem_Contation .box {
  display: grid;
  gap: 0.2rem;
}
.Problem_Contation .box .item .top {
  border-radius: 4px;
  overflow: hidden;
  font-size: 0.28rem;
  line-height: 0.36rem;
  background: rgba(223, 229, 237, 0.3);
  padding: 0.27rem 0.7rem;
  border-left: 6px solid #0159ab;
  cursor: pointer;
}
.Problem_Contation .box .item .top .left {
  width: 75%;
}
.Problem_Contation .box .item .top .right {
  display: flex;
  align-items: center;
}
.Problem_Contation .box .item .top .right div {
  width: 28px;
  height: 28px;
  background: #0159ab;
  border-radius: 50%;
  display: flex;
}
.Problem_Contation .box .item .top .right div p {
  margin: auto;
  position: relative;
  width: 16px;
  height: 2px;
  background: rgba(223, 229, 237, 0.3);
}
.Problem_Contation .box .item .top .right div p::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(223, 229, 237, 0.3);
  top: 0;
  left: 0;
  transform: rotate(90deg);
  transition: 0.4s;
}
.Problem_Contation .box .item .bot {
  margin-top: 0.2rem;
  background: #fff;
  padding: 0.5rem 0.7rem;
  font-size: 0.2rem;
  color: #333;
  line-height: 0.32rem;
  box-shadow: 0px 4px 38px rgba(0, 0, 0, 0.1);
  display: none;
}
.Problem_Contation .box .active .top .right div p::after {
  transform: rotate(0);
}
.Problem_bg {
  position: relative;
  overflow: hidden;
}
.Problem_bg .imgp_posi {
  position: absolute;
  bottom: -4rem;
  right: -3.5rem;
}
.About_Contation .box .boxLeft {
  flex: 1;
  padding-right: 0.72rem;
  padding-top: 0.11rem;
}
.About_Contation .box .boxLeft .content1 {
  font-size: 0.5rem;
}
.About_Contation .box .boxLeft .content2 {
  font-size: 0.22rem;
  margin-top: 0.3rem;
  line-height: 0.32rem;
}
.About_Contation .box .boxLeft .content3 {
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #666666;
  margin-top: 0.2rem;
}
.About_Contation .box .boxRight {
  width: 7.8rem;
}
.About_Contation .box .boxRight p {
  overflow: hidden;
}
.About_Contation .box .boxRight p img {
  transition: 0.4s;
}
.About_Contation .box .boxRight p:hover img {
  transform: scale(1.1);
}
.CorporateCulture {
  background: url(../images/img23.jpg) no-repeat 50% 50% / cover;
}
.CorporateCulture .box .boxLeft {
  width: 4.75rem;
}
.CorporateCulture .box .boxLeft .content1 {
  font-size: 0.5rem;
}
.CorporateCulture .box .boxLeft .content2 {
  font-size: 0.2rem;
  color: #333;
  line-height: 0.32rem;
  margin-top: 0.28rem;
}
.CorporateCulture .box .boxLeft .content3 {
  margin-top: 0.9rem;
}
.CorporateCulture .box .boxLeft .content3 img {
  margin-left: -0.8rem;
}
.CorporateCulture .box .boxRight {
  padding-left: 1.2rem;
  flex: 1;
}
.CorporateCulture .box .boxRight .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.CorporateCulture .box .boxRight .list .item {
  position: relative;
  overflow: hidden;
}
.CorporateCulture .box .boxRight .list .item:nth-child(2n-1) {
  top: 1.3rem;
}
.CorporateCulture .box .boxRight .list .item img {
  width: 100%;
  transition: 0.4s;
}
.CorporateCulture .box .boxRight .list .item p {
  position: absolute;
  bottom: 0.28rem;
  left: 0.28rem;
  font-size: 0.28rem;
  color: #fff;
}
.CorporateCulture .box .boxRight .list .item:hover img {
  transform: scale(1.1);
}
.DevelopmentCourse {
  background: url(../images/img25.png) no-repeat 50% 50% / cover;
  padding: 1.46rem 0;
}
.DevelopmentCourse .title {
  font-size: 0.5rem;
  color: #fff;
}
.DevelopmentCourse .box {
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
}
.DevelopmentCourse .box .banner {
  position: relative;
}
.DevelopmentCourse .box .banner .swiper-slide {
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 0.22rem 0;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}
.DevelopmentCourse .box .banner .swiper-slide .top {
  font-size: 0.24rem;
}
.DevelopmentCourse .box .banner .swiper-slide .bot {
  font-size: var(--fontSize);
  margin-top: 0.1rem;
}
.DevelopmentCourse .box .banner .active {
  background: #fff;
  color: #0159ab;
}
.DevelopmentCourse .box .banner .button p {
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.DevelopmentCourse .box .banner .button p i {
  font-size: 0.24rem;
  cursor: pointer;
}
.DevelopmentCourse .box .banner .button .prev {
  left: -3vw;
}
.DevelopmentCourse .box .banner .button .next {
  right: -3vw;
}
.DevelopmentCourse .box1 .list {
  display: none;
}
.DevelopmentCourse .box1 .list .main .left {
  width: 6.4rem;
}
.DevelopmentCourse .box1 .list .main .right {
  padding-left: 0.66rem;
  flex: 1;
  display: flex;
  align-items: center;
}
.DevelopmentCourse .box1 .list .main .right .scroll {
  max-height: 3.66rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #0159ab #fff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  padding-right: 0.47rem;
}
.DevelopmentCourse .box1 .list .main .right .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.DevelopmentCourse .box1 .list .main .right .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
}
.DevelopmentCourse .box1 .list .main .right .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
}
.DevelopmentCourse .box1 .list .main .right .scroll ul {
  display: grid;
  gap: 0.28rem;
}
.DevelopmentCourse .box1 .list .main .right .scroll ul li {
  color: #fff;
}
.DevelopmentCourse .box1 .list .main .right .scroll ul li .l {
  font-size: 0.24rem;
  width: 1rem;
}
.DevelopmentCourse .box1 .list .main .right .scroll ul li .l span {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  border: 2px solid #0159ab;
  margin-right: 0.2rem;
  border-radius: 50%;
}
.DevelopmentCourse .box1 .list .main .right .scroll ul li .r {
  flex: 1;
  padding-left: 0.2rem;
  font-size: 0.2rem;
  color: #333;
  line-height: 0.32rem;
  color: #fff;
}
.DevelopmentCourse .box1 .list.active {
  display: block;
}
.HonorQualification {
  background: #f9f9f9;
}
.HonorQualification .title {
  font-size: 0.5rem;
}
.HonorQualification .box {
  margin-top: 0.5rem;
}
.HonorQualification .box .banner .swiper {
  padding: 13px 0;
}
.HonorQualification .box .banner .item {
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
}
.HonorQualification .box1 {
  padding: 0 0.6rem;
  margin-top: 0.34rem;
}
.HonorQualification .box1 .left {
  flex: 1;
  display: flex;
  align-items: center;
}
.HonorQualification .box1 .left > div {
  display: flex;
  height: 2px;
  position: relative;
  background: #d9d9d9;
}
.HonorQualification .box1 .left > div .swiper-scrollbar-drag {
  background: #0159ab;
}
.HonorQualification .box1 .left .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0159ab;
}
.HonorQualification .box1 .right {
  width: 3rem;
}
.HonorQualification .box1 .right div i {
  font-size: 0.28rem;
  color: #999;
  transition: 0.4s;
  cursor: pointer;
}
.HonorQualification .box1 .right div i:hover {
  color: #0159ab;
}
.HonorQualification .box1 .right .next {
  margin-left: 0.27rem;
}
.BusinessPartner .title {
  font-size: 0.5rem;
}
.BusinessPartner .box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
  margin-top: 0.45rem;
}
.BusinessPartner .box .item {
  text-align: center;
  display: flex;
  align-items: center;
}
.News_Contation {
  background: url(../images/img30.png) no-repeat 50% 50% / cover;
  background-size: 17.15rem auto;
}
.News_Contation .box {
  display: grid;
  gap: 0.5rem 0.75rem;
  grid-template-columns: repeat(3, 1fr);
}
.News_Contation .box .item a {
  display: block;
}
.News_Contation .box .item a figure {
  overflow: hidden;
}
.News_Contation .box .item a figure img {
  width: 100%;
  transition: 0.4s;
}
.News_Contation .box .item a figcaption {
  padding: 0.4rem;
  transition: 0.4s;
  background: #f5f7fa;
}
.News_Contation .box .item a figcaption .content1 {
  font-size: var(--fontSize);
  color: #666;
  transition: 0.4s;
}
.News_Contation .box .item a figcaption .content2 {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.26rem;
  height: 0.52rem;
  margin-top: 0.16rem;
  transition: 0.4s;
}
.News_Contation .box .item a figcaption .content3 {
  margin-top: 0.5rem;
  font-size: var(--fontSize);
  color: #0159ab;
  transition: 0.4s;
}
.News_Contation .box .item a figcaption .content3 i {
  margin-left: 0.25rem;
  font-size: var(--fontSize);
}
.News_Contation .box .item a:hover figure img {
  transform: scale(1.1);
}
.News_Contation .box .item a:hover figcaption {
  background: #0159ab;
}
.News_Contation .box .item a:hover figcaption .content1,
.News_Contation .box .item a:hover figcaption .content2,
.News_Contation .box .item a:hover figcaption .content3 {
  color: #fff;
}
.News_Info_Contation .box {
  width: min(1000px, 90vw);
  margin: auto;
}
.News_Info_Contation .box .content1 {
  font-size: 0.5rem;
}
.News_Info_Contation .box .content2 {
  margin-top: 0.15rem;
  color: #adadad;
}
.News_Info_Contation .box .content3 {
  margin: 0.4rem 0 0;
  padding-top: 0.2rem;
  padding-bottom: 0.6rem;
  border-top: 1px solid #eee;
  font-size: var(--fontSize);
  line-height: 0.28rem;
}
.News_Info_Contation .box .content4 {
  border-bottom: 1px solid #ddd;
}
.News_Info_Contation .box .content4 .page_ {
  font-size: var(--fontSize);
  border-top: 1px solid #ddd;
}
.News_Info_Contation .box .content4 .page_ a {
  line-height: 0.64rem;
  color: #333;
  display: block;
  transition: 0.4s;
}
.News_Info_Contation .box .content4 .page_ a:hover {
  color: #0159ab;
}
.News_Info_Contation .box .content5 {
  margin-top: 0.85rem;
}
.News_Info_Contation .box .content5 a {
  width: 2rem;
  line-height: 0.56rem;
  font-size: 0.18rem;
  color: #0159ab;
  border: 2px solid #0159ab;
  text-align: center;
  transition: 0.4s;
}
.News_Info_Contation .box .content5 a svg {
  vertical-align: middle;
  transform: translateY(-1px);
  margin-right: 0.36rem;
}
.News_Info_Contation .box .content5 a svg path {
  transition: 0.4s;
}
.News_Info_Contation .box .content5 a:hover {
  background: #0159ab;
  color: #fff;
}
.News_Info_Contation .box .content5 a:hover svg path {
  fill: #fff;
}
.TalentConcept {
  background: #f9f9f9;
}
.TalentConcept .box .boxLeft {
  width: 7.52rem;
}
.TalentConcept .box .boxLeft img {
  width: 100%;
}
.TalentConcept .box .boxRight {
  flex: 1;
  padding-left: 0.47rem;
}
.TalentConcept .box .boxRight .content1 {
  font-size: 0.5rem;
}
.TalentConcept .box .boxRight .content2 {
  font-size: 0.2rem;
  color: #333;
  line-height: 0.32rem;
  margin-top: 0.4rem;
}
.TeamBuildingActivity .title {
  font-size: 0.5rem;
}
.TeamBuildingActivity .box {
  margin-top: 30px;
}
.TeamBuildingActivity .box .banner {
  --h: 2.74rem;
}
.TeamBuildingActivity .box .banner .swiper {
  height: calc(var(--h) * 2 + 30px);
}
.TeamBuildingActivity .box .banner .swiper .swiper-slide {
  height: var(--h);
  overflow: hidden;
}
.TeamBuildingActivity .box .banner .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.TeamBuildingActivity .box .banner .swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.TeamBuildingActivity .box1 {
  padding: 0 0.6rem;
  margin-top: 0.34rem;
}
.TeamBuildingActivity .box1 .left {
  flex: 1;
  display: flex;
  align-items: center;
}
.TeamBuildingActivity .box1 .left > div {
  display: flex;
  height: 2px;
  position: relative;
  background: #d9d9d9;
}
.TeamBuildingActivity .box1 .left > div .swiper-scrollbar-drag {
  background: #0159ab;
}
.TeamBuildingActivity .box1 .left .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0159ab;
}
.TeamBuildingActivity .box1 .right {
  width: 3rem;
}
.TeamBuildingActivity .box1 .right div i {
  font-size: 0.28rem;
  color: #999;
  transition: 0.4s;
  cursor: pointer;
}
.TeamBuildingActivity .box1 .right div i:hover {
  color: #0159ab;
}
.TeamBuildingActivity .box1 .right .next {
  margin-left: 0.27rem;
}
.RecruitmentInformation {
  background: #f9f9f9;
}
.RecruitmentInformation .title {
  font-size: 0.5rem;
}
.RecruitmentInformation .box {
  margin-top: 40px;
  display: grid;
  gap: 0.2rem;
}
.RecruitmentInformation .box .item .boxTop {
  line-height: 0.9rem;
  background: rgba(1, 49, 87, 0.03);
  padding: 0 0.76rem;
  border-left: 6px solid #0159ab;
  border-radius: 4px;
  cursor: pointer;
}
.RecruitmentInformation .box .item .boxTop .left {
  font-size: 0.28rem;
  width: 5.4rem;
}
.RecruitmentInformation .box .item .boxTop .center {
  flex: 1;
  font-size: var(--fontSize);
}
.RecruitmentInformation .box .item .boxTop .right {
  display: flex;
  align-items: center;
}
.RecruitmentInformation .box .item .boxTop .right div {
  width: 28px;
  height: 28px;
  background: #0159ab;
  border-radius: 50%;
  display: flex;
}
.RecruitmentInformation .box .item .boxTop .right div p {
  margin: auto;
  position: relative;
  width: 16px;
  height: 2px;
  background: #fff;
}
.RecruitmentInformation .box .item .boxTop .right div p::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  transform: rotate(90deg);
  transition: 0.4s;
}
.RecruitmentInformation .box .item .boxBot {
  background: #fff;
  padding: 0.48rem 0.76rem;
  margin-top: 0.2rem;
  display: none;
  box-shadow: 0px 4px 38px rgba(0, 0, 0, 0.1);
}
.RecruitmentInformation .box .item .boxBot > div {
  margin-top: 0.56rem;
}
.RecruitmentInformation .box .item .boxBot > div:first-child {
  margin-top: 0;
}
.RecruitmentInformation .box .item .boxBot > div h6 {
  font-size: 0.24rem;
}
.RecruitmentInformation .box .item .boxBot > div .desc {
  font-size: 0.2rem;
  color: #333;
  line-height: 0.32rem;
  margin-top: 0.2rem;
}
.RecruitmentInformation .box .item.active .boxTop .right div p::after {
  transform: rotate(0);
}
.Contact_Container .box .boxLeft {
  width: 50%;
}
.Contact_Container .box .boxRight {
  width: 50%;
  padding-top: 1.63rem;
  padding-left: 1.2rem;
  position: relative;
  overflow: hidden;
}
.Contact_Container .box .boxRight .content1 {
  font-size: 0.5rem;
}
.Contact_Container .box .boxRight .content2 {
  margin-top: 0.4rem;
  padding-right: 2.6rem;
}
.Contact_Container .box .boxRight .content2 ul {
  display: grid;
  gap: 0.25rem;
}
.Contact_Container .box .boxRight .content2 ul li {
  font-size: 0.24rem;
  position: relative;
  padding-left: 0.65rem;
}
.Contact_Container .box .boxRight .content2 ul li p {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.32rem;
  text-align: center;
}
.Contact_Container .box .boxRight .content3 {
  position: absolute;
  right: -1.9rem;
  bottom: -1.5rem;
  overflow: hidden;
}
.Contact_Container .box .boxRight .content3 img {
  width: 5.85rem;
}
.LogIn {
  position: relative;
}
.LogIn .img img {
  height: var(--vh);
  width: 100%;
}
.LogIn .orientation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 4.62rem;
  min-height: 1rem;
  padding: 0.46rem;
}
.LogIn .orientation .box {
  display: grid;
  gap: 0.3rem;
}
.LogIn .orientation .box .item .left {
  flex: 1;
  border: 1px solid #e3e3e3;
}
.LogIn .orientation .box .item .left .l {
  width: 1.1rem;
  padding-left: 0.12rem;
  display: flex;
  align-items: center;
}
.LogIn .orientation .box .item .left .l span {
  font-size: 0.18rem;
  vertical-align: middle;
}
.LogIn .orientation .box .item .left .l p {
  display: inline-block;
  width: 0.28rem;
  text-align: center;
}
.LogIn .orientation .box .item .left .l img {
  vertical-align: middle;
}
.LogIn .orientation .box .item .left .r {
  flex: 1;
}
.LogIn .orientation .box .item .left .r input {
  height: 0.46rem;
  display: block;
  width: 100%;
  border: 0;
  font-size: 0.18rem;
}
.LogIn .orientation .box .item1 .right {
  width: 1.1rem;
  padding-left: 0.13rem;
}
.LogIn .orientation .box .item1 .right img {
  width: 100%;
  height: 100%;
}
.LogIn .orientation .box .item2 .left .l {
  width: auto;
}
.LogIn .orientation .box .item2 .left i {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.LogIn .orientation .box .item2 .left .layui-form-checked[lay-skin=primary] i {
  background-color: #0159ab;
  border-color: #0159ab !important;
}
.LogIn .orientation .box .item2 .left .layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #0159ab;
}
.LogIn .orientation .box .item2 .right {
  width: 1.1rem;
  padding-left: 0.13rem;
}
.LogIn .orientation .box .item2 .right input {
  display: block;
  width: 100%;
  background: #0159ab;
  color: #fff;
  border: 0;
  height: 100%;
  cursor: pointer;
  font-size: 0.22rem;
}
.MedicalField {
  background: #f5f5f5 url(../images/img36.png) no-repeat right center / cover;
}
.MedicalField .box .boxLeft {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.MedicalField .box .boxLeft img {
  width: 100%;
  transition: 0.4s;
}
.MedicalField .box .boxRight {
  display: flex;
  align-items: center;
  width: 50%;
  padding-left: 1rem;
}
.MedicalField .box .boxRight .main .content1 {
  font-size: 0.5rem;
}
.MedicalField .box .boxRight .main .content2 {
  font-size: 0.2rem;
  color: #333;
  line-height: 0.32rem;
  margin-top: 12px;
}
.MedicalField .box:hover .boxLeft img {
  transform: scale(1.1);
}
.BusinessRequirement .title {
  font-size: 0.5rem;
}
.BusinessRequirement .desc_ {
  font-size: 0.2rem;
  color: #333;
  line-height: 0.32rem;
  margin-top: 5px;
}
.BusinessRequirement .box {
  margin-top: 0.5rem;
}
.BusinessRequirement .box .boxLeft {
  width: 3rem;
}
.BusinessRequirement .box .boxLeft ul li {
  position: relative;
  cursor: pointer;
}
.BusinessRequirement .box .boxLeft ul li a {
  display: block;
  position: relative;
}
.BusinessRequirement .box .boxLeft ul li a img {
  width: 100%;
}
.BusinessRequirement .box .boxLeft ul li a .img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  opacity: 0;
  background: linear-gradient(136.21deg, #0159ab 0%, rgba(1, 89, 171, 0) 100%);
}
.BusinessRequirement .box .boxLeft ul li .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.BusinessRequirement .box .boxLeft ul li .orientation > div {
  display: flex;
  align-items: center;
  padding: 0 0.35rem;
}
.BusinessRequirement .box .boxLeft ul li .orientation .icon {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
}
.BusinessRequirement .box .boxLeft ul li .orientation .icon span {
  margin: auto;
  position: relative;
}
.BusinessRequirement .box .boxLeft ul li .orientation .icon .img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
}
.BusinessRequirement .box .boxLeft ul li .orientation .text {
  font-size: 0.24rem;
  color: #333;
  margin-left: 0.2rem;
}
.BusinessRequirement .box .boxLeft ul .active a .img2 {
  opacity: 1;
}
.BusinessRequirement .box .boxLeft ul .active .orientation .icon .img2 {
  opacity: 1;
}
.BusinessRequirement .box .boxLeft ul .active .orientation .icon .img1 {
  opacity: 0;
}
.BusinessRequirement .box .boxLeft ul .active .orientation .text {
  color: #fff;
}
.BusinessRequirement .box .boxRight {
  width: calc(100% - 3rem);
  position: relative;
}
.BusinessRequirement .box .boxRight .img {
  height: 100%;
}
.BusinessRequirement .box .boxRight .img img {
  height: 100%;
}
.BusinessRequirement .box .boxRight .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.55rem 0.65rem;
}
.BusinessRequirement .box .boxRight .list .item {
  color: #fff;
  display: none;
}
.BusinessRequirement .box .boxRight .list .item .content1 {
  font-size: 0.24rem;
  line-height: 0.38rem;
}
.BusinessRequirement .box .boxRight .list .item .content2 {
  font-size: 0.18rem;
  line-height: 0.35rem;
  margin-top: 0.24rem;
  height: 1.85rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #0159ab #fff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}
.BusinessRequirement .box .boxRight .list .item .content2::-webkit-scrollbar {
  width: 1px;
  height: 2px;
}
.BusinessRequirement .box .boxRight .list .item .content2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.7);
}
.BusinessRequirement .box .boxRight .list .item .content2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
}
.BusinessRequirement .box .boxRight .list .item .content3 {
  color: #fff;
  margin-top: 0.2rem;
}
.BusinessRequirement .box .boxRight .list .item .content3 .ite {
  text-align: center;
}
.BusinessRequirement .box .boxRight .list .item .content3 .ite figure img {
  height: 0.47rem;
}
.BusinessRequirement .box .boxRight .list .item .content3 .ite figcaption {
  font-size: 0.18rem;
  margin: 0.12rem 0 0;
}
.BusinessRequirement .box .boxRight .list .item .content3 .ite1 {
  margin: 0 0.3rem;
  display: flex;
  align-items: center;
}
.BusinessRequirement .box .boxRight .list .item .content3 .ite1 img {
  width: 0.18rem;
}
.BusinessRequirement .box .boxRight .list .active {
  display: block;
}
.Solution_ {
  background: url(../images/img46.png) no-repeat 50% 50% / cover;
  position: relative;
  padding-bottom: 2.3rem;
}
.Solution_ .title {
  color: #fff;
  font-size: 0.5rem;
}
.Solution_ .desc_ {
  font-size: 0.2rem;
  color: #333;
  line-height: 0.32rem;
  margin-top: 5px;
  color: #fff;
}
.Solution_ .box {
  margin-top: 0.76rem;
}
.Solution_ .box .banner .swiper-slide {
  display: none;
}
.Solution_ .box .banner .swiper-slide .boxLeft {
  width: 7rem;
}
.Solution_ .box .banner .swiper-slide .boxLeft img {
  width: 100%;
}
.Solution_ .box .banner .swiper-slide .boxRight {
  flex: 1;
  padding-left: 0.5rem;
  color: #fff;
}
.Solution_ .box .banner .swiper-slide .boxRight .scroll {
  max-height: 3.2rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #0159ab #fff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  padding-right: 10px;
}
.Solution_ .box .banner .swiper-slide .boxRight .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Solution_ .box .banner .swiper-slide .boxRight .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.7);
}
.Solution_ .box .banner .swiper-slide .boxRight .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
}
.Solution_ .box .banner .swiper-slide .boxRight .content1 {
  font-size: 0.3rem;
}
.Solution_ .box .banner .swiper-slide .boxRight .content2 {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.28rem;
}
.Solution_ .box .banner .swiper-slide.active {
  display: flex;
}
.Solution_ .toggle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: rgba(255, 255, 225, 0.3);
  min-height: 0.5rem;
}
.Solution_ .toggle .banner {
  position: relative;
  padding: 0 0.3rem;
}
.Solution_ .toggle .banner .swiper-slide {
  text-align: center;
}
.Solution_ .toggle .banner .swiper-slide a {
  display: block;
  padding: 0.34rem 0;
  position: relative;
  cursor: pointer;
}
.Solution_ .toggle .banner .swiper-slide a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: 0.4s;
  opacity: 0;
}
.Solution_ .toggle .banner .swiper-slide a figure {
  height: 0.38rem;
}
.Solution_ .toggle .banner .swiper-slide a figure img {
  max-height: 100%;
}
.Solution_ .toggle .banner .swiper-slide a figcaption {
  color: #fff;
  font-size: 0.18rem;
  margin-top: 12px;
}
.Solution_ .toggle .banner .swiper-slide.active a::after {
  opacity: 1;
}
.Solution_ .toggle .banner .button p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.Solution_ .toggle .banner .button p i {
  font-size: 0.18rem;
  color: #fff;
  transition: 0.4s;
}
.Solution_ .toggle .banner .button .prev {
  left: 0;
}
.Solution_ .toggle .banner .button .next {
  right: 0;
}
.BusinessPartner_box {
  background: #f9f9f9;
  position: relative;
  overflow: hidden;
}
.BusinessPartner_box .imgbg {
  position: absolute;
  right: -12.7rem;
  top: -7.5rem;
  width: 20.94rem;
}
.BusinessPartner_box .title {
  font-size: 0.5rem;
}
.BusinessPartner_box .desc {
  font-size: 0.2rem;
  color: #333;
  line-height: 0.32rem;
  margin-top: 12px;
}
.BusinessPartner_box .box {
  margin-top: 0.5rem;
}
.BusinessPartner_box .box .swiper-slide a {
  display: block;
  position: relative;
}
.BusinessPartner_box .box .swiper-slide a figure {
  position: relative;
  overflow: hidden;
}
.BusinessPartner_box .box .swiper-slide a figure img {
  width: 100%;
  transition: 0.4s;
}
.BusinessPartner_box .box .swiper-slide a figure::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  background: linear-gradient(180deg, rgba(1, 89, 171, 0) 0%, rgba(1, 89, 171, 0.6) 100%);
}
.BusinessPartner_box .box .swiper-slide a figcaption {
  position: absolute;
  bottom: 0.34rem;
  left: 0;
  padding: 0 0.33rem;
}
.BusinessPartner_box .box .swiper-slide a figcaption h5 {
  font-size: 0.26rem;
  color: #fff;
}
.BusinessPartner_box .box .swiper-slide a figcaption p {
  width: 0.74rem;
  height: 0.04rem;
  background: rgba(255, 255, 255, 0.6);
  margin-top: 12px;
}
.BusinessPartner_box .box .swiper-slide a:hover figure img {
  transform: scale(1.1);
}
.SuccessfulCase .title .left {
  font-size: 0.5rem;
}
.SuccessfulCase .box {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem 0.74rem;
}
.SuccessfulCase .box .item a .left {
  width: 3.4rem;
  overflow: hidden;
}
.SuccessfulCase .box .item a .left img {
  transition: 0.4s;
}
.SuccessfulCase .box .item a .right {
  flex: 1;
  padding: 0.44rem 0.44rem 0;
  background: #f5f7fa;
  transition: 0.4s;
}
.SuccessfulCase .box .item a .right .content1 {
  font-size: 0.24rem;
  color: #0159ab;
  transition: 0.4s;
}
.SuccessfulCase .box .item a .right .content2 {
  font-size: var(--w);
  line-height: 24px;
  height: 120px;
  color: #666;
  margin-top: 0.16rem;
  transition: 0.4s;
}
.SuccessfulCase .box .item a .right .content3 {
  margin-top: 0.8rem;
  padding-top: 0.24rem;
  border-top: 1px solid #ddd;
  font-size: 0.18rem;
  color: #0159ab;
  transition: 0.4s;
}
.SuccessfulCase .box .item a .right .content3 svg {
  margin-left: 0.37rem;
}
.SuccessfulCase .box .item a .right .content3 svg svg {
  transition: 0.4s;
}
.SuccessfulCase .box .item a:hover .left img {
  transform: scale(1.1);
}
.SuccessfulCase .box .item a:hover .right {
  background: #0159ab;
}
.SuccessfulCase .box .item a:hover .right .content1,
.SuccessfulCase .box .item a:hover .right .content2,
.SuccessfulCase .box .item a:hover .right .content3 {
  color: #fff;
}
.SuccessfulCase .box .item a:hover .right .content3 {
  border-top: 1px solid rgba(255, 255, 225, 0.6);
}
.SuccessfulCase .box .item a:hover .right .content3 svg path {
  fill: #fff;
}
@media screen and (max-width: 1680px) {
  .Product_Info_Contation .box .boxRight .content4 div img {
    transform: scale(0.7);
  }
  .SuccessfulCase .box .item a .right .content3 {
    margin-top: 0.6rem;
  }
  .Recommended_Case .box .list .item a .right {
    padding: 0.28rem 0.38rem 0;
  }
  .Recommended_Case .box .list .item a .right .content3 {
    margin-top: 0.24rem;
  }
  .LogIn .orientation .box .item .left .l img,
  .LogIn .orientation .box .item2 .left i {
    transform: scale(0.8);
  }
  .Solution_Contation .box .item a .right .content3 {
    margin-top: 0.7rem;
  }
  .Product_Contation .box .boxRight .list .item a .right .fontent3 {
    margin-top: 0.4rem;
}
.Product_Contation .box .boxRight .list .item a .right .fontent3 p{
    margin-bottom:5px ;
}
.Product_Contation .box .boxRight {
    flex: 1;
    padding-left: 0.9rem;
}
.Product_Contation .box {
    padding: 0 0.7rem;
}
  
}
@media screen and (max-width: 1520px) {
  .Solution_Container .box {
    margin-top: 0.7rem;
  }
  .Footer_Contation .boxTop .right .item {
    margin-left: 0.56rem;
  }
  .Product_Contation .box,
  .Product_Info_Contation .box {
    padding: 0;
  }
  .SuccessfulCase .box .item a .left {
    width: 3rem;
  }
  .SuccessfulCase .box .item a .right .content2 {
    -webkit-line-clamp: 3;
    height: 72px;
  }
  .Solution_Contation .box .item a .right .content3 {
    margin-top: 0.5rem;
  }
  .Download_Contation .box {
    gap: 0.4rem;
  }
  .f80 {
    font-size: 0.6rem;
  }
  .Problem_Contation .box .item .top {
    font-size: 0.24rem;
  }
  .Contact_Container .box .boxRight {
    padding-top: 1.33rem;
  }
  .Solution_Container .box .item {
    width: 5.2rem;
  }
  .News_Container .box .boxRight a .content2 {
    margin-top: 0.3rem;
  }
  .Recommended_Case .box .list .item a .right .content2 {
    -webkit-line-clamp: 4;
    height: 96px;
  }
  .Recommended_Case .box .list .item a .right .content3 {
    margin-top: 0.34rem;
  }
  .Download_Contation .box .item figure .orientation .content1 {
    font-size: 0.26rem;
  }
  .Problem_Contation .box .item .top .left {
    width: 82%;
  }
  .Home_Banner .banner .swiper-slide .orientation .main .content2,
  .Home_About .box .boxLeft .content2,
  .Home_About .box .boxLeft .content5 .item .top span {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .Solution_Container .box {
    margin-top: 0.4rem;
  }
  .News_Container .box .boxLeft {
    padding-right: 0.8rem;
    width: 9rem;
    gap: 0.35rem;
  }
  .News_Container .box .boxRight a .content3 {
    margin: 10px 0;
  }
  .Invite_Cooperation .orientation .content1 {
    white-space: nowrap;
  }
  .Product_Contation .box .boxRight .list .item a .right .fontent3 {
    margin-top: 0.4rem;
  }
  .Product_Contation .box .boxRight .list .item a .right .fontent3 p {
    margin-bottom: 0.1rem;
  }
  .Product_Info_Contation .box .boxLeft .img_list {
    height: 4rem;
  }
  .Solution_Contation .box .item a .left {
    width: 3rem;
  }
  .Solution_Contation .box .item a .right .content2 {
    -webkit-line-clamp: 4;
    height: 96px;
  }
  .Solution_Info .box,
  .Recommended_Case .box {
    width: min(1200px, 81vw);
  }
  .header_box .box .boxRight .button {
    margin-left: 0.95rem;
  }
  .About_Contation .box .boxLeft .content3,
  .TalentConcept .box .boxRight .content2 {
    font-size: 0.18rem;
  }
  .About_Contation .box .boxLeft .content2 {
    font-size: 0.2rem;
  }
  .About_Contation .box .boxLeft .content1,
  .News_Info_Contation .box .content1,
  .TalentConcept .box .boxRight .content1,
  .TeamBuildingActivity .title,
  .RecruitmentInformation .title,
  .Contact_Container .box .boxRight .content1,
  .CorporateCulture .box .boxLeft .content1,
  .Solution_Info .box .content1,
  .Recommended_Case .title,
  .MedicalField .box .boxRight .main .content1,
  .BusinessRequirement .title,
  .Solution_ .title,
  .BusinessPartner_box .title,
  .SuccessfulCase .title .left,
  .Product_Info_Contation .box .boxRight .content1,
  .Product_Info_Contation_img .title,
  .Product_Contation .box .boxLeft h5,
  .Home_Banner .banner .swiper-slide .orientation .main .content2,
  .Home_About .box .boxLeft .content2,
  .Home_About .box .boxLeft .content5 .item .top span,
  .f46 {
    font-size: 0.44rem;
  }
  .Contact_Container .box .boxRight {
    padding-top: 1rem;
    padding-left: 0.7rem;
  }
  .Contact_Container .box .boxRight .content2 ul li {
    font-size: 0.22rem;
  }
  .Contact_Container .box .boxRight .content3 img {
    width: 5.35rem;
  }
  .Contact_Container .box .boxRight .content3 {
    right: -1.7rem;
    bottom: -1.7rem;
  }
  .f80 {
    font-size: 0.56rem;
  }
}
@media screen and (max-width: 1200px) {
    .maodian{
        top: -58px;
    }
    .Footer_Contation .boxBot a{
        display: block;
    }
    .Footer_Contation .boxBot .left{
        width: 100%;
        line-height: 1.8;
    }
    
  .header_box {
    display: none;
  }
  .Footer_Contation .boxBot .right{
      line-height: 1.8;
      margin-top: 0;
  }
  .Home_Banner .banner .swiper-slide .img img {
    min-height: 4.4rem;
  }
  .About_Contation .box .boxLeft .content1,
  .News_Info_Contation .box .content1,
  .TalentConcept .box .boxRight .content1,
  .TeamBuildingActivity .title,
  .RecruitmentInformation .title,
  .Contact_Container .box .boxRight .content1,
  .CorporateCulture .box .boxLeft .content1,
  .Solution_Info .box .content1,
  .Recommended_Case .title,
  .MedicalField .box .boxRight .main .content1,
  .BusinessRequirement .title,
  .Solution_ .title,
  .BusinessPartner_box .title,
  .SuccessfulCase .title .left,
  .Product_Info_Contation .box .boxRight .content1,
  .Product_Info_Contation_img .title,
  .Product_Contation .box .boxLeft h5,
  .Home_Banner .banner .swiper-slide .orientation .main .content2,
  .Home_About .box .boxLeft .content2,
  .Home_About .box .boxLeft .content5 .item .top span,
  .f46,
  .DevelopmentCourse .title,
  .BusinessPartner .title,
  .HonorQualification .title {
    font-size: 0.34rem;
  }
  .f80 {
    font-size: 0.4rem;
  }
  .Home_About .box .boxLeft {
    width: 100%;
  }
  .Home_About .box .boxRight {
    flex: 1 100%;
    margin-top: 0.5rem;
    padding-left: 0;
  }
  .cbl {
    display: none !important;
  }
  .Solution_Container .img img {
    min-height: 6.8rem;
  }
  .News_Container .box .boxRight {
    display: none;
  }
  .News_Container .box .boxLeft {
    width: 100%;
    padding: 0;
  }
  .Invite_Cooperation .img img {
    min-height: 2.8rem;
  }
  .Footer_Contation .boxTop .right {
    display: none;
  }
  .Footer_Contation .boxTop {
    padding: 0.5rem 0 0.5rem;
  }
  .Footer_Contation .boxBot {
    text-align: center;
  }
  .Footer_Contation .boxBot .left {
    display: block;
  }
  .Footer_Contation .boxBot .right {
    width: 100%;
  }
  .Footer_Contation .boxBot {
    padding: 0.35rem 0 0.5rem;
  }
  .Product_Contation .box .boxLeft {
    display: none;
  }
  .Product_Contation .box .boxRight {
    padding: 0;
  }
  .p100 {
    padding-top: 0.8rem;
  }
  .p100_ {
    padding-bottom: 0.8rem;
  }
  .height_ {
    display: none;
  }
  .Product_Info_Contation .box .boxLeft {
    width: 100%;
  }
  .Product_Info_Contation .box .boxLeft .img_list {
    margin: auto;
  }
  .Product_Info_Contation {
    padding: 0 0 0.8rem;
  }
  .Product_Info_Contation .box .boxLeft .banner .swiper-slide {
    height: 1.2rem;
  }
  .Product_Info_Contation .box .boxRight {
    padding-left: 0;
    flex: 1 100%;
    margin-top: 0.5rem;
  }
  .Inner_Contation .img img {
    min-height: 3rem;
  }
  .MedicalField .box .boxLeft {
    width: 100%;
  }
  .MedicalField .box .boxRight {
    width: 100%;
    padding-left: 0;
    margin-top: 0.4rem;
  }
  .BusinessRequirement .box .boxLeft {
    width: 100%;
  }
  .BusinessRequirement .box .boxLeft ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .BusinessRequirement .box .boxRight {
    width: 100%;
  }
  .BusinessRequirement .box .boxLeft ul li .orientation > div {
    padding: 0 0.15rem;
  }
  .BusinessRequirement .box .boxLeft ul li .orientation .icon {
    width: 0.5rem;
  }
  .BusinessRequirement .box .boxLeft ul li .orientation .icon img {
    height: 0.4rem;
  }
  .BusinessRequirement .box .boxLeft ul li .orientation .text {
    font-size: 0.22rem;
  }
  .BusinessRequirement .box .boxRight .img img {
    min-height: 4.5rem;
  }
  .BusinessRequirement .box .boxRight .list {
    padding: 0.45rem 0.25rem;
  }
  .Solution_ .box .banner .swiper-slide .boxLeft,
  .SuccessfulCase .box .item a .left,
  .Solution_Contation .box .item a .left,
  .Recommended_Case .box .list .item a .left,
  .About_Contation .box .boxRight,
  .Contact_Container .box .boxLeft,
  .Contact_Container .box .boxRight {
    width: 100%;
  }
  .SuccessfulCase .box .item a .right,
  .Solution_Contation .box .item a .right,
  .Recommended_Case .box .list .item a .right {
    padding: 0.3rem;
  }
  .Solution_ .box .banner .swiper-slide .boxRight {
    padding-left: 0;
    flex: 1 100%;
    margin-top: 0.4rem;
  }
  .Solution_ .box .banner .swiper-slide .boxRight .scroll {
    max-height: 2.4rem;
  }
  .Solution_ {
    padding-bottom: 2rem;
  }
  .BusinessPartner_box .box .swiper-slide a figcaption p {
    margin-top: 0.2rem;
  }
  .SuccessfulCase .box,
  .Solution_Contation .box,
  .Recommended_Case .box .list {
    gap: 0.2rem;
  }
  .SuccessfulCase .box .item a .right .content2,
  .Solution_Contation .box .item a .right .content2,
  .Recommended_Case .box .list .item a .right .content2 {
    line-height: 0.3rem;
    height: 0.9rem;
    -webkit-line-clamp: 3;
  }
  .SuccessfulCase .box .item a .right .content3,
  .Solution_Contation .box .item a .right .content3,
  .Recommended_Case .box .list .item a .right .content3,
  .About_Contation .box .boxRight {
    margin-top: 0.3rem;
  }
  .Solution_Info .box .content3,
  .News_Info_Contation .box .content3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }
  .Solution_Info .box,
  .Recommended_Case .box {
    width: min(1200px, 90vw);
  }
  .Download_Contation .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem 0.2rem;
  }
  .Problem_Contation .box .item .top {
    padding: 0.27rem 0.4rem;
  }
  .Problem_Contation .box .item .bot {
    padding: 0.5rem 0.4rem;
  }
  .Problem_Contation .box .item .top {
    font-size: 0.22rem;
  }
  .About_Contation .box .boxLeft {
    flex: 1 100%;
    padding: 0;
  }
  .CorporateCulture .box .boxLeft .content3 {
    display: none;
  }
  .CorporateCulture .box .boxLeft {
    width: 100%;
  }
  .CorporateCulture .box .boxRight {
    padding-left: 0;
    flex: 1 100%;
    padding: 0.5rem 0 0.8rem;
  }
  .CorporateCulture .box .boxRight .list .item:nth-child(2n-1) {
    top: 0;
  }
  .News_Contation .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 0.2rem;
  }
  .News_Contation .box .item a figcaption {
    padding: 0.3rem;
  }
  html,
  body {
    --fontSize: 18px;
  }
  .TalentConcept .box .boxRight {
    margin-top: 0.3rem;
    padding-left: 0;
    flex: 1 100%;
  }
  .RecruitmentInformation .box .item .boxTop {
    padding: 0 0.4rem;
  }
  .RecruitmentInformation .box .item .boxTop .left {
    font-size: 0.24rem;
    width: 1.6rem;
  }
  .RecruitmentInformation .box .item .boxBot {
    padding: 0.48rem 0.4rem;
  }
  .Contact_Container .box .boxRight {
    padding: 0.5rem 5vw 1.2rem;
  }
  .LogIn .orientation {
    width: 5.12rem;
  }
  .MobileMain {
    --phone_height: 90px;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 68px;
  }
  .mobile_search {
    top: 90px;
  }
  .mobile_search .close {
    position: absolute;
    right: 5vw;
    top: 0.2rem;
  }
  .mobile_search form {
    width: 78%;
  }
  .Home_About .box {
    margin-top: 0.55rem;
  }
  .p92_ {
    padding-bottom: 0.8rem;
  }
  .p92 {
    padding-top: 0.8rem;
  }
  .DevelopmentCourse {
    padding: 0.8rem 0;
  }
  .DevelopmentCourse .box1 .list .main .right {
    flex: 1 100%;
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .DevelopmentCourse .box1 .list .main .left {
    width: 100%;
  }
  .DevelopmentCourse .box1 .list .main .left img {
    width: 100%;
  }
  .HonorQualification .box .banner .item img {
    width: 100%;
  }
  .BusinessPartner .box {
    grid-template-columns: repeat(3, 1fr);
  }
  .DevelopmentCourse .box1 .list .main .right .scroll{
    padding-right: 0;

}
.DevelopmentCourse .box1 .list .main .right .scroll ul li .l {
    width: 1.1rem;
}
.Contact_Container .box .boxRight .content2 {
  padding-right: 0rem;
}

}
@media screen and (max-width: 669px) {
  .MobileMain .HeaderMobile .box .logo a img {
    height: auto;
    width: 2.2rem;
  }
  .MobileMain {
    --phone_height: 58px;
  }
  .mobile_search {
    top: 58px;
  }
  .Solution_Container .box .item {
    width: 100%;
  }
  html,
  body {
    --fontSize: 14px;
  }
  .About_Contation .box .boxLeft .content1,
  .News_Info_Contation .box .content1,
  .TalentConcept .box .boxRight .content1,
  .TeamBuildingActivity .title,
  .RecruitmentInformation .title,
  .Contact_Container .box .boxRight .content1,
  .CorporateCulture .box .boxLeft .content1,
  .Solution_Info .box .content1,
  .Recommended_Case .title,
  .MedicalField .box .boxRight .main .content1,
  .BusinessRequirement .title,
  .Solution_ .title,
  .BusinessPartner_box .title,
  .SuccessfulCase .title .left,
  .Product_Info_Contation .box .boxRight .content1,
  .Product_Info_Contation_img .title,
  .Product_Contation .box .boxLeft h5,
  .Home_Banner .banner .swiper-slide .orientation .main .content2,
  .Home_About .box .boxLeft .content2,
  .Home_About .box .boxLeft .content5 .item .top span,
  .f46,
  .DevelopmentCourse .title,
  .HonorQualification .title,
  .BusinessPartner .title {
    font-size: 0.3rem;
  }
  .f36 {
    font-size: 0.28rem;
  }
  .News_Container .title .right {
    display: none;
  }
  .News_Container .p_ {
    display: block !important;
    margin-top: 0.4rem;
  }
  .News_Container .box .boxLeft .item a .left {
    width: 100%;
  }
  .News_Container .box .boxLeft .item a .right {
    padding: 0.3rem 0;
  }
  .Invite_Cooperation .orientation .content1 {
    white-space: inherit;
    text-align: center;
    line-height: 1.4;
  }
  .Invite_Cooperation .orientation {
    width: 100%;
    padding: 0 5vw;
  }
  .Invite_Cooperation .img img {
    min-height: 3rem;
  }
  .Footer_Contation .boxTop .left .content1 {
    display: none;
  }
  .Footer_Contation .boxTop .left .content2 {
    margin-top: 0;
  }
  .Footer_Contation .boxBot .left {
    line-height: 2;
  }
  .f80 {
    font-size: 0.34rem;
  }
  .Product_Contation .box .boxRight .list .item a .left {
    width: 100%;
  }
  .Product_Contation .box .boxRight .list .item a .left p {
    width: 100%;
    height: 3rem;
  }
  .Product_Contation .box .boxRight .list .item a .left p img {
    max-height: 100%;
  }
  .Product_Contation .box .boxRight .list .item a .right {
    flex: 1 100%;
    padding: 0.3rem 0;
  }
  .pu_page .number {
    display: none;
  }
  .Product_Info_Contation .box .boxRight .content4 div img {
    top: 1px;
  }
  .button_More2 .a svg {
    vertical-align: middle;
  }
  .BusinessRequirement .box .boxLeft ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .BusinessRequirement .box .boxRight .img img {
    min-height: 4.6rem;
  }
  .BusinessRequirement .box .boxRight .list .item .content2 {
    height: 1.45rem;
  }
  .BusinessRequirement .box .boxRight .list .item .content3 {
    margin-top: 0.4rem;
  }
  .Solution_ .box .banner .swiper-slide .boxRight .content1 {
    font-size: 0.24rem;
  }
  .Solution_ .desc_ {
    margin-top: 0.3rem;
  }
  .BusinessPartner_box .box .swiper-slide a figcaption h5 {
    font-size: 0.22rem;
  }
  .BusinessPartner_box .box .swiper-slide a figcaption {
    bottom: 0.23rem;
    padding: 0 0.23rem;
  }
  .SuccessfulCase .box,
  .Solution_Contation .box,
  .Recommended_Case .box .list {
    grid-template-columns: 1fr;
  }
  .Solution_Info .box .content3,
  .News_Info_Contation .box .content3 {
    font-size: 0.2rem;
    line-height: 0.34rem;
  }
  .Problem_Contation .box .item .top {
    background: rgba(223, 229, 237, 0.5);
  }
  .pu_page {
    margin-top: 0.56rem;
  }
  .News_Contation .box .item a figcaption {
    padding: 0.2rem;
  }
  .News_Contation .box .item a figcaption .content3 {
    margin-top: 0.3rem;
  }
  .News_Info_Contation .box .content5 a svg {
    margin-right: 0.16rem;
  }
  .RecruitmentInformation .box .item .boxTop {
    line-height: 0.4rem;
  }
  .RecruitmentInformation .box .item .boxTop .left {
    display: flex;
    align-items: center;
  }
  .RecruitmentInformation .box .item .boxTop .right div {
    transform: scale(0.8);
  }
  .RecruitmentInformation .box .item .boxTop {
    padding: 0.2rem;
  }
  .RecruitmentInformation .box .item .boxTop .left {
    width: 1.3rem;
  }
  .RecruitmentInformation .box .item .boxTop .center {
    padding-right: 0.2rem;
  }
  .Contact_Container .box .boxRight .content3 img {
    width: 4rem;
  }
  .Contact_Container .box .boxRight {
    padding: 0.5rem 5vw 1.4rem;
  }
  .LogIn .orientation {
    width: 90vw;
  }
  .LogIn .orientation {
    padding: 0.4rem 0.3rem;
  }
  .LogIn .orientation .box .item2 .right input {
    font-size: 0.2rem;
  }
  .DevelopmentCourse .box .banner {
    padding: 0 0.3rem;
  }
  .TeamBuildingActivity .box1 .right ,.HonorQualification .box1 .right{
    width: 1rem;
}
.TeamBuildingActivity .box1,.HonorQualification .box1{
    padding: 0;
}
.TeamBuildingActivity .box1 .right .next ,.HonorQualification .box1 .right .next{
    margin-left: 0.17rem;
}

.BusinessRequirement .box .boxRight .img img {
    min-height: 5rem;
}
.BusinessRequirement .box .boxRight .list .item .content3 .ite1{
    /*display: none;*/
    margin: 0 0.15rem;
    
}
.BusinessRequirement .box .boxRight .list .item .content3 .ite1 img{
    transform: scale(0.8);
}
.BusinessRequirement .box .boxRight .list .item .content3 {
    margin-top: 0.2rem;
}
.BusinessRequirement .box .boxRight .list .item .content2 {
    height: 1.05rem;
}
.BusinessRequirement .box .boxRight .list .item .content3 .ite {
    margin-bottom: 8px;
}
.Footer_Contation{
    margin-top: -2px;
}

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