.maodian {
  position: relative;
  top: -0.87rem;
}
.maodian1 {
  position: relative;
  top: -1.6rem;
}
.H100vh {
  height: 100vh;
  width: 100%;
}
.flex_center {
  display: flex;
  align-items: center;
}
.w1620 {
  padding-left: 7.8125vw;
  padding-right: 7.8125vw;
  box-sizing: border-box;
  width: 100%;
}
.header_container {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  --height: 1rem;
  transition: 0.4s;
  background: transparent;
}
.header_container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 3;
}
.header_container .box .boxLeft {
  padding-left: 0.68rem;
  display: flex;
  align-items: center;
}
.header_container .box .boxLeft a {
  display: block;
  position: relative;
}
.header_container .box .boxLeft a img {
  height: 28px;
}
.header_container .box .boxLeft a .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.4s;
}
.header_container .box .boxRight > .left nav {
  display: flex;
}
.header_container .box .boxRight > .left nav .item {
  padding: 0 0.28rem;
}
.header_container .box .boxRight > .left nav .item > p a {
  display: block;
  font-size: .16rem;
  color: #fff;
  line-height: var(--height);
  transition: 0.4s;
  position: relative;
}
.header_container .box .boxRight > .left nav .item > p a::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 2px;
  background: transparent;
  transition: 0.4s;
}
.header_container .box .boxRight > .left nav .item:hover > p a {
  color: #ef9211;
}
.header_container .box .boxRight > .left nav .item:hover > p a::after {
  background: #ef9211;
  width: calc(100% + 20px);
}
.header_container .box .boxRight > .left nav .item:hover .select_ {
  display: block;
}
.header_container .box .boxRight > .left nav .item:hover .jjfa_select {
  display: block;
}
.header_container .box .boxRight > .left nav .item:hover .product_select {
  display: block;
}
.header_container .box .boxRight > .left nav .active > p a {
  color: #ef9211;
}
.header_container .box .boxRight > .right {
  margin-left: 1rem;
}
.header_container .box .boxRight > .right .Language {
  font-size: 14px;
  line-height: var(--height);
  filter: invert(1);
  transition: 0.4s;
}
.header_container .box .boxRight > .right .Language a {
  color: #000;
}
.header_container .box .boxRight > .right .Language img {
  transform: translateY(-2px);
}
.header_container .box .boxRight > .right .xian {
  margin: 0 0.18rem;
  display: flex;
  align-items: center;
}
.header_container .box .boxRight > .right .xian p {
  height: 14px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.header_container .box .boxRight > .right .xian1 {
  margin-right: 0;
}
.header_container .box .boxRight > .right .mailbox {
  line-height: var(--height);
  filter: invert(1);
  font-size: 14px;
  transition: 0.4s;
}
.header_container .box .boxRight > .right .mailbox a {
  color: #000;
}
.header_container .box .boxRight > .right .search {
  position: relative;
}
.header_container .box .boxRight > .right .search > p {
  width: 80px;
  line-height: var(--height);
  text-align: center;
  cursor: pointer;
  transition: background 0.4s;
}
.header_container .box .boxRight > .right .search > p svg path {
  transition: 0.4s;
  fill: #fff;
}
.header_container .box .boxRight > .right .search .search_select {
  position: absolute;
  display: none;
  right: 0;
  width: 4.2rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.header_container .box .boxRight > .right .search .search_select input[type='text'] {
  height: 0.9rem;
  display: block;
  width: 100%;
  border: 0;
  padding: 0 0.3rem;
  font-size: 0.16rem;
}
.header_container .box .boxRight > .right .search .search_select p {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.header_container .box .boxRight > .right .search .search_select p input {
  display: none;
}
.header_container .box .boxRight > .right .search .search_select p label {
  cursor: pointer;
}
.header_container .box .boxRight > .right .search:hover > p {
  background: #1d2088;
}
.header_container .box .boxRight > .right .search:hover > p svg path {
  fill: #fff;
}
.header_container .box .boxRight > .right .search:hover .search_select {
  display: block;
}
.header_container.active {
  background: #fff;
}
.header_container.active::after {
  background: #eee;
}
.header_container.active .boxLeft a .img2 {
  opacity: 1;
}
.header_container.active .boxRight .left nav .item > p a {
  color: #333333;
}
.header_container.active .boxRight .left nav .item:hover > p a {
  color: #1d2088;
}
.header_container.active .boxRight .left nav .active > p a {
  color: #1d2088;
}
.header_container.active .boxRight .right .Language,
.header_container.active .boxRight .right .mailbox,
.header_container.active .boxRight .right .search > p {
  filter: invert(0);
}
.header_container.active .boxRight .right .search > p svg path {
  fill: #000;
}
.header_container.on {
  position: fixed;
}
.search_container {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 0.9rem 0;
  top: 1rem;
  background: #fff;
  display: none;
  z-index: 2;
  box-shadow: 0px 2px 10px #f6f6f6;
}
.search_container .layui-icon-close {
  position: absolute;
  top: 0.3rem;
  right: 12%;
  font-size: 0.26rem;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.search_container .layui-icon-close:hover {
  color: #073190;
  -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 {
  vertical-align: bottom;
}
.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: #073190;
}
.jjfa_select {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
  box-shadow: 0px 5px 10px #eee;
  display: none;
}
.jjfa_select .box_ {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.jjfa_select .box_ .ite {
  padding: 0.5rem 0;
}
.jjfa_select .box_ .ite a {
  display: block;
}
.jjfa_select .box_ .ite a figure {
  height: 1.4rem;
  text-align: center;
}
.jjfa_select .box_ .ite a figure img {
  max-height: 100%;
}
.jjfa_select .box_ .ite a figcaption {
  padding: 0.24rem;
  display: block;
  font-size: 16px;
  color: #333;
  text-align: center;
  transition: 0.4s;
}
.jjfa_select .box_ .ite a figcaption i {
  max-width: 0;
  color: #ef9211;
  font-size: 0.16rem;
  transition: 0.4s;
  overflow: hidden;
  display: inline-block;
  transform: translateY(2px);
}
.jjfa_select .box_ .ite a:hover figcaption {
  color: #ef9211;
}
.jjfa_select .box_ .ite a:hover figcaption i {
  max-width: 10px;
}
.itemNews {
  position: relative;
}
.itemNews .select_ {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 2.12rem;
  z-index: 2;
  box-shadow: 0px 5px 10px #eee;
  display: none;
}
.itemNews .select_ ul li {
  border-bottom: 1px solid #eee;
}
.itemNews .select_ ul li a {
  padding: 0.24rem;
  display: block;
  font-size: 0.16rem;
  color: #333;
  text-align: center;
  transition: 0.4s;
}
.itemNews .select_ ul li a i {
  max-width: 0;
  color: #ef9211;
  font-size: 0.16rem;
  transition: 0.4s;
  overflow: hidden;
  display: inline-block;
  transform: translateY(2px);
}
.itemNews .select_ ul li a:hover {
  color: #ef9211;
}
.itemNews .select_ ul li a:hover i {
  max-width: 10px;
}
.product_select {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
  box-shadow: 0px 5px 10px #eee;
  display: none;
  max-height: calc(80vh);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.product_select .box_ {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
  padding: 0.5rem 0;
}
.product_select .box_ .ite .img {
  /* text-align: center; */
  padding-left: .3rem;
}
.product_select .box_ .ite .img img {
  /* height: 0.6rem; */
  height: 1rem;
}
.product_select .box_ .ite .title {
  font-size: 0.16rem;
  color: #999;
  margin-top: 0.38rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.16rem;
}
.product_select .box_ .ite .desc {
  margin-top: 0.16rem;
}
.product_select .box_ .ite .desc p a {
  display: block;
  font-size: 0.14rem;
  color: #333;
  transition: 0.4s;
  line-height: 0.3rem;
}
.product_select .box_ .ite .desc p a i {
  max-width: 0;
  color: #ef9211;
  font-size: 0.14rem;
  transition: 0.4s;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
.product_select .box_ .ite .desc p a:hover {
  color: #ef9211;
}
.product_select .box_ .ite .desc p a:hover i {
  max-width: 10px;
}
.product_select::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.product_select::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ef9211;
}
.product_select::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
main.FullScreen {
  width: 100vw;
  height: 100vh;
}
main.FullScreen div.FullScreenBox {
  position: relative;
}
main.FullScreen div.FullScreenBox > .swiper {
  height: 100vh;
  width: 100%;
}
main.FullScreen div.FullScreenBox > .swiper > .swiper-wrapper div.swiper-slide.ScreenItem {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
main.FullScreen div.FullScreenBox > .swiper > .swiper-wrapper div.swiper-slide.ScreenItem.finally {
  height: auto;
}
main.FullScreen div.FullScreenBox .FullScreenPage {
  position: absolute;
  right: 0.68rem;
  top: 50%;
  z-index: 3;
}
main.FullScreen div.FullScreenBox .FullScreenPage span {
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0.15rem 0;
  background: #fff;
  transition: 0.4s;
}
main.FullScreen div.FullScreenBox .FullScreenPage .swiper-pagination-bullet-active {
  height: 0.3rem;
  border-radius: 10px;
  background: #ef9211 !important;
}
main.FullScreen div.FullScreenBox .FullScreenPage.active span {
  background: #dcdcdc;
}
.HomeTitle .title {
  text-align: center;
  font-size: 0.48rem;
  color: #fff;
}
.HomeTitle .title p {
  display: inline-block;
  position: relative;
  line-height: 1;
  font-weight: bold;
}
.HomeTitle .title p::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 6px;
  background: #ef9211;
}
.HomeTitle .title span {
  position: relative;
  z-index: 1;
}
.HomeTitle.color .title {
  color: #1d2088;
}
.HomeTitle.left .title {
  text-align: left;
}
.HomeBusinessPartner {
  padding: 0.5rem 0 0.7rem;
  background: #1d2088;
}
.HomeBusinessPartner .box {
  margin-top: 0.54rem;
}
.HomeBusinessPartner .box div.banner {
  position: relative;
}
.HomeBusinessPartner .box div.banner div.swiper div.swiper-wrapper div.swiper-slide p {
  height: 0.55rem;
  display: flex;
  align-items: center;
}
.HomeBusinessPartner .box div.banner div.swiper div.swiper-wrapper div.swiper-slide p img {
  margin: auto;
  max-width: 80%;
  max-height: 90%;
}
.HomeBusinessPartner .box div.banner div.button > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.5;
  transition: 0.4s;
  cursor: pointer;
}
.HomeBusinessPartner .box div.banner div.button > div:hover {
  opacity: 1;
}
.HomeBusinessPartner .box div.banner div.button div.prev {
  left: -0.8rem;
}
.HomeBusinessPartner .box div.banner div.button div.next {
  right: -0.8rem;
}
section.FooterContainer {
  background: #3e3e3e;
}
section.FooterContainer div.box div.w1620 div.box_info {
  padding-top: 0.4rem;
  position: relative;
  padding-bottom: 0.8rem;
}
section.FooterContainer div.box div.w1620 div.box_info::after {
  content: '';
  position: absolute;
  top: 1.18rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #525252;
}
section.FooterContainer div.box div.w1620 div.box_info div.boxLeft .content0 {
  margin-bottom: 0.75rem;
}
section.FooterContainer div.box div.w1620 div.box_info div.boxLeft .content0 img {
  height: 34px;
}
section.FooterContainer div.box div.w1620 div.box_info div.boxLeft .content1 .ite {
  margin-right: 0.3rem;
  padding-right: 0.45rem;
  border-right: 1px solid #525252;
}
section.FooterContainer div.box div.w1620 div.box_info div.boxLeft .content1 .ite div {
  color: #cacaca;
  font-size: 0.16rem;
}
section.FooterContainer div.box div.w1620 div.box_info div.boxLeft .content1 .ite p {
  font-size: 0.24rem;
  color: #fff;
  margin-top: 0.14rem;
}
section.FooterContainer div.box div.w1620 div.box_info div.boxLeft .content1 .ite p span {
  font-weight: bold;
}
section.FooterContainer div.box div.w1620 div.box_info div.boxLeft .content1 .ite:last-child {
  margin-right: 0;
  padding: 0;
  border: 0;
}
section.FooterContainer div.box div.w1620 div.box_info div.boxLeft .content2 {
  margin-top: 0.96rem;
}
section.FooterContainer div.box div.w1620 div.box_info div.boxLeft .content2 ul li {
  margin-right: 12px;
  position: relative;
}
section.FooterContainer div.box div.w1620 div.box_info div.boxLeft .content2 ul li a {
  display: block;
}
section.FooterContainer div.box div.w1620 div.box_info div.boxLeft .content2 ul li a img {
  width: 0.45rem;
}
section.FooterContainer div.box div.w1620 div.box_info div.boxLeft .content2 ul li p {
  position: absolute;
  width: 1.3rem;
  left: 50%;
  top: 0.6rem;
  transition: 0.4s;
  transform: translateX(-50%) scale(0);
  transform-origin: center top;
}
section.FooterContainer div.box div.w1620 div.box_info div.boxLeft .content2 ul li p img {
  width: 100%;
}
section.FooterContainer div.box div.w1620 div.box_info div.boxLeft .content2 ul li:hover p {
  transform: translateX(-50%) scale(1);
}
section.FooterContainer div.box div.w1620 div.box_info div.boxRight .item {
  margin-right: 1rem;
}
section.FooterContainer div.box div.w1620 div.box_info div.boxRight .item:last-child {
  margin-right: 0;
}
section.FooterContainer div.box div.w1620 div.box_info div.boxRight .item h5 {
  font-size: 0.2rem;
  line-height: 34px;
  color: #fff;
  margin-bottom: 0.75rem;
}
section.FooterContainer div.box div.w1620 div.box_info div.boxRight .item ul li {
  margin-bottom: 0.16rem;
}
section.FooterContainer div.box div.w1620 div.box_info div.boxRight .item ul li a {
  color: #cacaca;
  font-size: 0.16rem;
  transition: 0.4s;
}
section.FooterContainer div.box div.w1620 div.box_info div.boxRight .item ul li a:hover {
  color: #fff;
}
section.FooterContainer div.box1 {
  background: #353535;
  text-align: center;
  color: #666666;
  font-size: 14px;
  line-height: 1.1rem;
}
section.FooterContainer div.box1 div.w1620 div.copyright a {
  color: #666666;
  transition: 0.4s;
}
section.FooterContainer div.box1 div.w1620 div.copyright a:hover {
  color: #fff;
}
section.FooterContainer div.box1 div.w1620 div.copyright .a {
  margin-left: 0.5rem;
}
.m60 {
  margin-top: 0.6rem;
}
.HomeNews {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .HomeNews {
    padding-top: 1rem;
  }
}
.HomeNews .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.HomeNews .box .item_one {
  background: #ececec;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.4s;
}
.HomeNews .box .item_one a {
  display: block;
}
.HomeNews .box .item_one a div.content0 {
  position: relative;
}
.HomeNews .box .item_one a div.content0 figure {
  overflow: hidden;
}
.HomeNews .box .item_one a div.content0 figure img {
  height: 3.65rem;
  width: 100%;
  transition: 0.4s;
}
.HomeNews .box .item_one a div.content0 p {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 32px;
  padding: 0 0.34rem;
  font-size: 14px;
  color: #fff;
  background: rgba(29, 32, 136, 0.8);
  border-radius: 10px 0 10px 0;
}
.HomeNews .box .item_one a div.content0 .gshd {
  background: #ef9211;
}
.HomeNews .box .item_one a div.content0 .ptbd {
  background: #b7b6b5;
}
.HomeNews .box .item_one a div.content2 {
  padding: 0.32rem 0.4rem 0;
}
.HomeNews .box .item_one a div.content2 div.content3 {
  font-size: 0.24rem;
  color: #000;
  transition: 0.4s;
}
.HomeNews .box .item_one a div.content2 div.content4 {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.25rem;
  height: 0.6rem;
  margin-bottom: 0.4rem;
  transition: 0.4s;
}
.HomeNews .box .item_one a div.content2 div.xian {
  width: calc(100% + 0.8rem);
  margin-left: -0.4rem;
  height: 1px;
  background: #dbdbdb;
}
.HomeNews .box .item_one a div.content2 div.content5 {
  font-size: 14px;
  color: #999;
  line-height: 0.8rem;
  transition: 0.4s;
}
.HomeNews .box .item_one a div.content2 div.content5 .left {
  max-width: 70%;
}
.HomeNews .box .item_one a div.content2 div.content5 .left svg {
  vertical-align: middle;
  margin-right: 3px;
}
.HomeNews .box .item_one a div.content2 div.content5 .left svg path {
  transition: 0.4s;
}
.HomeNews .box .item_one:hover {
  background: #1d2088;
}
.HomeNews .box .item_one:hover a .content0 img {
  transform: scale(1.1);
}
.HomeNews .box .item_one:hover a .content2 .content3 {
  color: #fff;
}
.HomeNews .box .item_one:hover a .content2 .content4 {
  color: #fff;
}
.HomeNews .box .item_one:hover a .content2 .content5 {
  color: #fff;
}
.HomeNews .box .item_one:hover a .content2 .content5 .left svg path {
  fill: #fff;
}
.HomeNews .box .item_three {
  display: grid;
  gap: 0.16rem;
}
.HomeNews .box .item_three .item {
  background: #ececec;
  border-radius: 10px;
  transition: 0.4s;
  overflow: hidden;
}
.HomeNews .box .item_three .item a {
  display: block;
  padding: 0.5rem 0.45rem 0;
  position: relative;
}
.HomeNews .box .item_three .item a p {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 32px;
  padding: 0 0.34rem;
  font-size: 14px;
  color: #fff;
  background: rgba(29, 32, 136, 0.8);
  border-radius: 10px 0 10px 0;
}
.HomeNews .box .item_three .item a .gshd {
  background: #ef9211;
}
.HomeNews .box .item_three .item a .ptbd {
  background: #b7b6b5;
}
.HomeNews .box .item_three .item a .top {
  font-size: 0.24rem;
  line-height: 0.4rem;
  height: 0.8rem;
  color: #000;
  transition: 0.4s;
}
.HomeNews .box .item_three .item a .bot {
  margin-top: 0.24rem;
  font-size: 14px;
  color: #999;
}
.HomeNews .box .item_three .item:hover {
  box-shadow: 0px 0px 16px rgba(29, 32, 136, 0.2);
}
.HomeNews .box .item_three .item:hover a .top {
  color: #1d2088;
}
.HomeNews .box1 {
  text-align: right;
  margin-top: 0.55rem;
}
.HomeNews .box1 a {
  font-size: 16px;
  color: #1d2088;
  transition: 0.4s;
}
.HomeNews .box1 a:hover {
  color: #ef9211;
}
.HomeServicePurpose .box {
  position: relative;
}
.HomeServicePurpose .box .bgImg img {
  height: 100vh;
  width: 100%;
}
.HomeServicePurpose .box .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .HomeServicePurpose .box .orientation {
    padding-top: 1rem;
  }
}
.HomeServicePurpose .box .orientation .main {
  color: #fff;
  width: 50%;
}
.HomeServicePurpose .box .orientation .main .content0 {
  margin-top: 0.45rem;
  font-size: 0.36rem;
}
.HomeServicePurpose .box .orientation .main .content1 {
  margin-top: 0.66rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.HomeServicePurpose .box .orientation .main .content1 .ite {
  padding: 0.4rem 0.3rem;
  position: relative;
}
.HomeServicePurpose .box .orientation .main .content1 .ite::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0));
  top: 0;
  right: 0%;
}
.HomeServicePurpose .box .orientation .main .content1 .ite .top {
  text-align: center;
}
.HomeServicePurpose .box .orientation .main .content1 .ite .top img {
  height: 0.7rem;
  transition: 0.4s;
}
.HomeServicePurpose .box .orientation .main .content1 .ite .bot {
  margin-top: 0.54rem;
  font-size: 0.16rem;
  line-height: 1.8;
}
.HomeServicePurpose .box .orientation .main .content1 .ite:last-child::after {
  display: none;
}
.HomeServicePurpose .box .orientation .main .content1 .ite:hover .top img {
  transform: translateY(-10px);
}
.HomeServicePurpose .box .orientation .main .content2 {
  margin-top: 0.66rem;
}
.HomeLink .a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  width: 2.1rem;
  text-align: center;
  line-height: 0.65rem;
  border-radius: 0.4rem;
  border: 1px solid #fff;
  transition: 0.4s;
}
.HomeLink .a:hover {
  background: #ef9211;
  border-color: #ef9211;
}
.HomeLink.color .a {
  border-color: #1d2088;
  background: #1d2088;
}
.HomeLink.color .a:hover {
  background: #ef9211;
  border-color: #ef9211;
}
.HomeIndustryApplication {
  position: relative;
}
.HomeIndustryApplication .img {
  position: absolute;
  top: 0.7rem;
  left: 0%;
  width: 100%;
  z-index: -1;
}
.HomeIndustryApplication .img img {
  height: 100vh;
  width: 100%;
}
.HomeIndustryApplication .box .boxLeft {
  width: 6.7rem;
  padding-left: 7.8125vw;
  padding-right: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .HomeIndustryApplication .box .boxLeft {
    padding-top: 1rem;
  }
}
.HomeIndustryApplication .box .boxLeft .toggleMain {
  margin-top: 1.3rem;
}
.HomeIndustryApplication .box .boxLeft .toggleMain .item {
  display: none;
  color: #333;
}
.HomeIndustryApplication .box .boxLeft .toggleMain .item h5 {
  font-size: 0.36rem;
}
.HomeIndustryApplication .box .boxLeft .toggleMain .item .desc {
  font-size: 0.16rem;
  line-height: 0.32rem;
  height: 0.64rem;
  margin: 0.45rem 0 0.5rem;
}
.HomeIndustryApplication .box .boxLeft .toggleMain .active {
  display: block;
}
.HomeIndustryApplication .box .boxLeft .toggleNum {
  margin-top: 1.66rem;
  display: flex;
}
.HomeIndustryApplication .box .boxLeft .toggleNum p {
  font-size: 14px;
  color: #999;
  font-weight: bold;
  margin-right: 0.25rem;
  cursor: pointer;
  transition: 0.4s;
}
.HomeIndustryApplication .box .boxLeft .toggleNum .active {
  color: #ef9211;
}
.HomeIndustryApplication .box .boxRight {
  flex: 1;
  padding: 1.7rem 0 0.7rem;
  height: 100vh;
}
.HomeIndustryApplication .box .boxRight .main {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
.HomeIndustryApplication .box .boxRight .main .item {
  display: flex;
  cursor: pointer;
  width: 3rem;
}
.HomeIndustryApplication .box .boxRight .main .item .left {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  transition: 0.4s;
  padding: 4px;
}
.HomeIndustryApplication .box .boxRight .main .item .left p {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: 0.4s;
  background: transparent;
  display: flex;
  align-items: center;
}
.HomeIndustryApplication .box .boxRight .main .item .left p img {
  margin: auto;
  transition: 0.4s;
}
.HomeIndustryApplication .box .boxRight .main .item .left p .img2 {
  display: none;
}
.HomeIndustryApplication .box .boxRight .main .item .right {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  margin-left: 10px;
  transition: 0.4s;
}
.HomeIndustryApplication .box .boxRight .main .item:hover .left img {
  transform: rotateY(180deg);
}
.HomeIndustryApplication .box .boxRight .main .item:hover .right {
  color: #1d2088;
}
.HomeIndustryApplication .box .boxRight .main .active .left {
  background: #d6d7ea;
  border-color: #d6d7ea;
}
.HomeIndustryApplication .box .boxRight .main .active .left p {
  background: #1d2088;
}
.HomeIndustryApplication .box .boxRight .main .active .left p .img1 {
  display: none;
}
.HomeIndustryApplication .box .boxRight .main .active .left p .img2 {
  display: inline-block;
}
.HomeIndustryApplication .box .boxRight .main .active .right {
  color: #1d2088;
}
.HomeIndustryApplication .box .boxRight .main .item1,
.HomeIndustryApplication .box .boxRight .main .item7 {
  transform: translateX(0.6rem);
}
.HomeIndustryApplication .box .boxRight .main .item2,
.HomeIndustryApplication .box .boxRight .main .item6 {
  transform: translateX(0.2rem);
}
.HomeIndustryApplication .box .boxRight .main .item3,
.HomeIndustryApplication .box .boxRight .main .item5 {
  transform: translateX(-0.1rem);
}

.HomeIndustryApplication .box .boxRight .main .item4 {
    transform: translateX(-0.3rem);
}
.height_lpk {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .height_lpk {
    padding-top: 1rem;
  }
}
.HomeAbout {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .HomeAbout {
    padding-top: 1rem;
  }
}
.HomeAbout .img {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  z-index: -1;
}
.HomeAbout .img img {
  height: 100vh;
  width: 100%;
}
.HomeAbout .box {
  width: 50%;
}
.HomeAbout .box .content0 {
  font-size: 0.16rem;
  color: #333;
  line-height: 0.3rem;
  margin-top: 0.36rem;
}
.HomeAbout .box .content1 {
  margin-top: 0.64rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.54rem 0;
}
.HomeAbout .box .content1 .ite {
  display: flex;
}
.HomeAbout .box .content1 .ite:nth-child(2n) {
  transform: translateX(-0.48rem);
}
.HomeAbout .box .content1 .ite .left {
  display: flex;
  align-items: center;
}
.HomeAbout .box .content1 .ite .left img {
  width: 0.98rem;
  transition: 0.4s;
}
.HomeAbout .box .content1 .ite .right {
  margin-left: 0.2rem;
}
.HomeAbout .box .content1 .ite .right div {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1;
  color: #ef9211;
}
.HomeAbout .box .content1 .ite .right div font {
  font-size: 0.48rem;
}
.HomeAbout .box .content1 .ite .right p {
  font-size: 0.24rem;
  color: #333;
  margin-top: 0.12rem;
}
.HomeAbout .box .content1 .ite:hover .left img {
  transform: rotateY(180deg);
}
.HomeAbout .box .content2 {
  margin-top: 1.2rem;
}
.HomeBanner div.box {
  position: relative;
}
.HomeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide {
  position: relative;
}
.HomeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.img picture img {
  height: 100vh;
  width: 100%;
}
.HomeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.HomeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation div.w1620 {
  color: #fff;
}
.HomeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation div.w1620 div.content0 {
  font-size: 0.3rem;
}
.HomeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation div.w1620 div.content1 {
  font-size: 0.6rem;
  line-height: 1.2;
  margin-top: 12px;
}
.HomeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation div.w1620 div.content2 {
  margin-top: 0.46rem;
}
.HomeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation div.w1620 div.content2 p {
  font-size: 0.24rem;
  line-height: 0.46rem;
  padding: 0 0.48rem;
  display: inline-block;
  border-radius: 0.3rem;
  border: 2px solid #fff;
}
.HomeBanner div.box .main {
  position: absolute;
  bottom: 0.52rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
}
.HomeBanner div.box .main .page {
  margin: 0 0.5rem;
}
.HomeBanner div.box .main .page div p {
  width: 50px;
  height: 50px;
  background: none;
  margin: 0 0.1rem;
  opacity: 1;
  position: relative;
  border: 2px solid transparent;
}
.HomeBanner div.box .main .page div p svg {
  position: absolute;
  top: -1px;
  left: -2px;
  opacity: 0;
}
.HomeBanner div.box .main .page div p span {
  position: absolute;
  display: block;
  padding: 9px 0;
  color: #fff;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.HomeBanner div.box .main .page div .swiper-pagination-bullet-active {
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.HomeBanner div.box .main .page div .swiper-pagination-bullet-active svg {
  opacity: 1;
}
.HomeBanner div.box .main .page div .swiper-pagination-bullet-active span {
  border-bottom: 2px solid transparent;
}
.HomeBanner div.box .main .button {
  display: flex;
  align-items: center;
}
.HomeBanner div.box .main .button svg {
  opacity: 0.4;
  transition: 0.4s;
  cursor: pointer;
}
.HomeBanner div.box .main .button svg:hover {
  opacity: 1;
}
.sroll_down {
  position: absolute;
  z-index: 3;
  font-size: 12px;
  color: #cacaca;
  right: 0.58rem;
  bottom: 0.58rem;
  text-align: center;
  cursor: pointer;
  animation: scroll_ 2s linear infinite;
}
.sroll_down svg {
  margin-top: 0.12rem;
}
@keyframes scroll_ {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.Posi_ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.InnerBanner {
  position: relative;
}
.InnerBanner .img {
  position: relative;
}
.InnerBanner .img picture img {
  width: 100%;
}
.InnerBanner .img .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.InnerBanner .img .position img {
  height: 101%;
  transform: translateY(-1px);
}
.InnerBanner .orientation {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.InnerBanner .orientation h5 {
  font-size: 0.6rem;
}
.InnerBanner .orientation h6 {
  font-size: 0.24rem;
  color: #999;
  margin-top: 0.16rem;
  font-weight: lighter;
  text-transform: uppercase;
}
.InsidePageNavigation .box {
  margin-top: -0.8rem;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #eee;

}
.InsidePageNavigation .box .boxTop {
  line-height: 0.8rem;
  padding: 0 0.5rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), #ffffff);
}
.InsidePageNavigation .box .boxTop .boxLeft {
  font-size: 14px;
  color: #999;
}
.InsidePageNavigation .box .boxTop .boxLeft a {
  color: #999;
  transition: 0.4s;
}
.InsidePageNavigation .box .boxTop .boxLeft a:hover {
  color: #1d2088;
}
.InsidePageNavigation .box .boxTop .boxLeft span {
  color: #333;
}
.InsidePageNavigation .box .boxTop .boxRight {
  font-size: 14px;
  color: #999;
}
.InsidePageNavigation .box .boxTop .boxRight a {
  color: #999;
  transition: 0.4s;
}
.InsidePageNavigation .box .boxTop .boxRight a:hover {
  color: #1d2088;
}
.InsidePageNavigation .box .boxTop.padding {
  padding: 0;
}
.InsidePageNavigation .box .boxBottom{
	margin-top: -2px;
}
.InsidePageNavigation .box .boxBottom nav ul {
  border-bottom: 1px solid #eee;
}
.InsidePageNavigation .box .boxBottom nav ul li {
  margin: 0 0.18rem;
}
.InsidePageNavigation .box .boxBottom nav ul li a {
  display: block;
  line-height: 1.2rem;
  padding: 0 0.3rem;
  font-size: 0.24rem;
  color: #666;
  border-bottom: 2px solid transparent;
  transition: 0.4s;
}
.InsidePageNavigation .box .boxBottom nav ul li:hover a {
  color: #1d2088;
}
.InsidePageNavigation .box .boxBottom nav ul .active a {
  color: #333;
  border-color: #ef9211;
}
.p100 {
  padding-top: 1rem;
}
.p100_ {
  padding-bottom: 1rem;
}
.InnerTitle h5 {
  font-size: 0.48rem;
  color: #1d2088;
  line-height: 1;
  font-weight: bold;
}
.InnerTitle .xian {
  margin-top: 0.24rem;
}
.InnerTitle .xian span {
  display: block;
  width: 40px;
  height: 6px;
  background: #ef9211;
}
.InnerTitle.center {
  text-align: center;
}
.InnerTitle.center .xian span {
  margin: auto;
}
.f16 {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.8;
}
.CompanyProfileContainer {
  background: url(../images/about/img2.png) no-repeat 50% 50%;
  background-size: cover;
}
.CompanyProfileContainer .box > div {
  width: 50%;
}
.CompanyProfileContainer .box .right .content0 {
  font-size: 0.36rem;
}
.CompanyProfileContainer .box .right .content1 {
  margin-top: 0.5rem;
  font-size: 0.16rem;
  color: #666;
  line-height: 1.8;
  height: 4.2rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.CompanyProfileContainer .box .right .content1::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.CompanyProfileContainer .box .right .content1::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #1d2088;
}
.CompanyProfileContainer .box .right .content1::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.CompanyProfileContainer .box1 {
  margin-top: 0.9rem;
}
.CompanyProfileContainer .box1 .ite {
  display: flex;
}
.CompanyProfileContainer .box1 .ite .left {
  display: flex;
  align-items: center;
}
.CompanyProfileContainer .box1 .ite .left img {
  width: 0.98rem;
  transition: 0.4s;
}
.CompanyProfileContainer .box1 .ite .right {
  margin-left: 0.2rem;
}
.CompanyProfileContainer .box1 .ite .right div {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1;
  color: #ef9211;
}
.CompanyProfileContainer .box1 .ite .right div font {
  font-size: 0.48rem;
}
.CompanyProfileContainer .box1 .ite .right p {
  font-size: 0.24rem;
  color: #333;
  margin-top: 0.12rem;
}
.CompanyProfileContainer .box1 .ite:hover .left img {
  transform: rotateY(180deg);
}
.DevelopmentCourseContainer {
  background: url(../images/about/img3.png) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}
.DevelopmentCourseContainer .box {
  padding-left: 7.8125vw;
}
.DevelopmentCourseContainer .box div.banner {
  cursor: url(../images/about/curse.png), auto;
}
.DevelopmentCourseContainer .box div.banner div.swiper div.swiper-wrapper div.swiper-slide {
  width: 4.94rem;
}
.DevelopmentCourseContainer .box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.item div.content0 {
  font-size: 0.36rem;
  color: #1d2088;
  transition: 0.4s;
}
.DevelopmentCourseContainer .box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.item div.content1 {
  font-size: 0.24rem;
  color: #333;
  height: 0.32rem;
  line-height: 0.32rem;
  margin-top: 0.14rem;
  padding-right: 0.5rem;
}
.DevelopmentCourseContainer .box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.item div.content2 {
  margin-top: 0.24rem;
  padding-right: 0.5rem;
}

.DevelopmentCourseContainer .box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.item div.content2 > div {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.8;
  
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}


/* 12月 */
.DevelopmentCourseContainer .box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.item div.content2 > div {
	height: 2.6rem;
}

/* 全部 */
/* .DevelopmentCourseContainer .box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.item div.content2 > div {
	height: 3.35rem;
}
 */

.DevelopmentCourseContainer .box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.item div.content2 > div::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.DevelopmentCourseContainer .box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.item div.content2 > div::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #1d2088;
}
.DevelopmentCourseContainer .box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.item div.content2 > div::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.DevelopmentCourseContainer .box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.item div.content3 {
  margin-top: 0.46rem;
  padding-right: 0.18rem;
}
.DevelopmentCourseContainer .box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.item div.content3 img {
  width: 100%;
  opacity: .5;
  height: 2rem;
  object-fit: initial;
}
.DevelopmentCourseContainer .box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.item:hover .content0 {
  color: #ef9211;
}
.CorporateCultureContainer {
  padding-bottom: 1.3rem;
}
.CorporateCultureContainer .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.CorporateCultureContainer .box .item {
  text-align: center;
  border-right: 1px solid #eee;
}
.CorporateCultureContainer .box .item:last-child {
  border: 0;
}
.CorporateCultureContainer .box .item .content0 img {
  height: 0.98rem;
  transition: 0.4s;
}
.CorporateCultureContainer .box .item .content1 {
  font-size: 0.36rem;
  margin: 0.45rem 0 0.3rem;
  transition: 0.4s;
}
.CorporateCultureContainer .box .item .content2 {
  font-size: 0.16rem;
  color: #666;
  line-height: 2;
}
.CorporateCultureContainer .box .item:hover .content0 img {
  transform: translateY(-12px);
}
.CorporateCultureContainer .box .item:hover .content1 {
  color: #1d2088;
}
.HonorQualificationContainer {
  background: url(../images/about/img5.png) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}
.HonorQualificationContainer .box .banner {
  height: 4.3rem;
}
.HonorQualificationContainer .box .banner .swiper-slide {
  transform: scale(0.6);
  transition: 0.4s;
}
.HonorQualificationContainer .box .banner .swiper-slide .content0 {
  display: flex;
  align-items: center;
}
.HonorQualificationContainer .box .banner .swiper-slide .content0 img {
  width: 100%;
  transition: 0.4s;
}
.HonorQualificationContainer .box .banner .swiper-slide .content1 {
  font-size: 0.28rem;
  text-align: center;
  margin-top: 0.3rem;
  transition: 0.4s;
  height: 1rem;
  line-height: 0.4rem;
}
.HonorQualificationContainer .box .banner .swiper-slide-active {
  transform: scale(1);
}
.HonorQualificationContainer .box .banner .swiper-slide-active .item .content1 {
  font-size: 0.24rem;
  margin-top: 0.6rem;
  line-height: 0.5rem;
  height: 1rem;
}
.HonorQualificationContainer .box .button p {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #c2c2c3;
  transition: 0.4s;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0 0.22rem;
}
.HonorQualificationContainer .box .button p svg {
  margin: auto;
}
.HonorQualificationContainer .box .button p:hover {
  background: #1d2088;
}
.SocialResponsibilityContainer .box {
  display: grid;
  gap: 0.9rem;
}
.SocialResponsibilityContainer .box .item:nth-child(2n) {
  flex-flow: row-reverse;
}
.SocialResponsibilityContainer .box .item .left {
  width: 60%;
}
.SocialResponsibilityContainer .box .item .left p {
  overflow: hidden;
  border-radius: 10px;
}
.SocialResponsibilityContainer .box .item .left img {
  transition: 0.4s;
}
.SocialResponsibilityContainer .box .item .left:hover img {
  transform: scale(1.1);
}
.SocialResponsibilityContainer .box .item .right {
  width: 36%;
  padding-top: 0.75rem;
}
.SocialResponsibilityContainer .box .item .right .content0 {
  font-size: 0.36rem;
  color: #333;
  line-height: 1.6;
}
.SocialResponsibilityContainer .box .item .right .content1 {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  color: #666;
  line-height: 1.8;
  max-height: 1.8rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.SocialResponsibilityContainer .box .item .right .content1::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.SocialResponsibilityContainer .box .item .right .content1::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #1d2088;
}
.SocialResponsibilityContainer .box .item .right .content1::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.f6 {
  background: #f6f6f6;
}
.ProductCenterContainer .box {
  background: #fff;
}
.ProductCenterContainer .box .left {
  width: 9.8rem;
  padding: 0.65rem 1.3rem;
  height: 6rem;
}
.ProductCenterContainer .box .left img {
  max-height: 100%;
  transition: 0.4s;
}
.ProductCenterContainer .box .left:hover img {
  transform: scale(1.05);
}
.ProductCenterContainer .box .right {
  flex: 1;
  padding: 0.5rem 0.8rem 0;
}
.ProductCenterContainer .box .right h5 {
  font-size: 0.36rem;
  color: #333;
}
.ProductCenterContainer .box .right .desc {
  font-size: 0.16rem;
  color: #666;
  padding-top: 0.3rem;
  border-top: 1px dashed #ddd;
  margin-top: 0.46rem;
  max-height: 2.7rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.ProductCenterContainer .box .right .desc p {
  padding-left: 20px;
  position: relative;
  line-height: 0.3rem;
}
.ProductCenterContainer .box .right .desc p span {
  position: absolute;
  top: 0.1rem;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #ef9211;
}
.ProductCenterContainer .box .right .desc p span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ef9211;
  transform: translate(-50%, -50%);
}
.ProductCenterContainer .box .right .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.ProductCenterContainer .box .right .desc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #1d2088;
}
.ProductCenterContainer .box .right .desc::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.ProductCenterContainer .box .right .link {
  margin-top: 0.64rem;
}
.ProductListContainer .box {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.ProductListContainer .box .item a {
  background: #fff;
  display: block;
  border-radius: 10px;
}
.ProductListContainer .box .item a figure {
  position: relative;
}
.ProductListContainer .box .item a figure > img {
  width: 100%;
  opacity: 0;
  transition: 0.4s;
  position: relative;
  z-index: 2;
}
.ProductListContainer .box .item a figure p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.ProductListContainer .box .item a figure p img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.ProductListContainer .box .item a figcaption {
  border-top: 1px solid #eee;
  line-height: 0.8rem;
  padding: 0 0.48rem;
}
.ProductListContainer .box .item a figcaption .left {
  font-size: 0.16rem;
  color: #333;
  max-width: 70%;
  transition: 0.4s;
}
.ProductListContainer .box .item a figcaption .right svg path {
  transition: 0.4s;
}
.ProductListContainer .box .item a:hover figure > img {
  opacity: 1;
}
.ProductListContainer .box .item a:hover figcaption .left {
  color: #1d2088;
}
.ProductListContainer .box .item a:hover figcaption .right svg path {
  fill: #ef9211;
}
.proinfo {
  margin-top: 1rem;
}
.proinfo .InsidePageNavigation {
  background: #fff;
}
.productInfoContainer {
  background: #fff;
}
.productInfoContainer .box .boxLeft {
  width: 50%;
}
.productInfoContainer .box .boxLeft .main {
  position: sticky;
  top: 1.8rem;
  padding: 0.56rem 0;
}
.productInfoContainer .box .boxLeft .box1 p {
  height: 4.8rem;
  display: flex;
  align-items: center;
  display: none;
}
.productInfoContainer .box .boxLeft .box1 p img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.productInfoContainer .box .boxLeft .box1 .active {
  display: flex;
}
.productInfoContainer .box .boxLeft .box2 {
  margin-top: 40px;
  position: relative;
}
.productInfoContainer .box .boxLeft .box2 .banner {
  width: calc(100% - 2.1rem);
}
.productInfoContainer .box .boxLeft .box2 .banner p {
  border: 1px solid #ddd;
  height: 0.85rem;
  display: flex;
  align-items: center;
  transition: 0.4s;
  border-radius: 10px;
  cursor: pointer;
}
.productInfoContainer .box .boxLeft .box2 .banner p img {
  max-width: 100%;
  max-height: 80%;
  margin: auto;
}
.productInfoContainer .box .boxLeft .box2 .banner .active p {
  border-color: #ef9211;
}
.productInfoContainer .box .boxLeft .box2 .button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.productInfoContainer .box .boxLeft .box2 .button .next {
  margin-left: 0.6rem;
}
.productInfoContainer .box .boxLeft .box2 .button .next svg path {
  fill: #000;
  opacity: 0.2;
  transition: 0.4s;
}
.productInfoContainer .box .boxLeft .box2 .button p {
  cursor: pointer;
}
.productInfoContainer .box .boxLeft .box2 .button p:hover svg path {
  fill: #1d2088;
  opacity: 1;
}
.productInfoContainer .box .boxRight {
  width: 50%;
  padding: 0.86rem 0 1.2rem 2rem;
}
.productInfoContainer .box .boxRight .content0 {
  font-size: 0.36rem;
  margin-bottom: 0.6rem;
  color: #1d2088;
}
.productInfoContainer .box .boxRight .content1 h5 {
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}
.productInfoContainer .box .boxRight .content1 div {
  font-size: 0.16rem;
  color: #666;
  padding-bottom: 0.3rem;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 0.3rem;
}
.productInfoContainer .box .boxRight .content1 div p {
  padding-left: 20px;
  position: relative;
  line-height: 0.3rem;
}
.productInfoContainer .box .boxRight .content1 div p span {
  position: absolute;
  top: 0.1rem;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #ef9211;
}
.productInfoContainer .box .boxRight .content1 div p span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ef9211;
  transform: translate(-50%, -50%);
}
.productInfoContainer .box .boxRight .content1:last-child div {
  border: 0;
  margin-bottom: 0;
}
.argument {
  margin-top: 0.8rem;
}
.argument .box {
  background: #fff;
  padding: 0 0.6rem;
}
.argument .box h5 {
  font-size: 0.3rem;
  text-align: center;
  line-height: 1.35rem;
}
.argument .box .main1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #eee;
  margin-bottom: 0.7rem;
}
.argument .box .main1 .item {
  padding: 0.5rem 0;
  border-bottom: 1px dashed #eee;
  padding-left: 0.5rem;
  padding-right: 0.1rem;
  overflow: hidden;
}
.argument .box .main1 .item > div {
  border-right: 1px solid #eee;
  transform: translateY(1px);
}
.argument .box .main1 .item .tit {
  font-size: 0.16rem;
  color: #999;
}
.argument .box .main1 .item .desc {
  font-size: 0.2rem;
  margin-top: 0.15rem;
}
.argument .box .main1 .item:nth-child(4n) > div {
  border: 0;
}
.argument .box .main1 .item:nth-child(4n+1) {
  padding-left: 0;
}
.argument .main2 {
  margin-top: 10px;
}
.argument .main2 div.swiper div.swiper-wrapper div.swiper-slide a {
  display: block;
}
.argument .main2 div.swiper div.swiper-wrapper div.swiper-slide a figure {
  border-radius: 10px;
  overflow: hidden;
}
.argument .main2 div.swiper div.swiper-wrapper div.swiper-slide a figure img {
  transition: 0.4s;
  width: 100%;
}
.argument .main2 div.swiper div.swiper-wrapper div.swiper-slide a figcaption {
  font-size: 0.2rem;
  color: #333;
  line-height: 1.2;
  text-align: center;
  margin-top: 0.28rem;
  transition: 0.4s;
}
.argument .main2 div.swiper div.swiper-wrapper div.swiper-slide a:hover figure img {
  transform: scale(1.05);
}
.argument .main2 div.swiper div.swiper-wrapper div.swiper-slide a:hover figcaption {
  color: #1d2088;
}
.argument .main2 .page {
  margin-top: 0.54rem;
  padding-bottom: 0.68rem;
}
.argument .main2 .page div {
  text-align: center;
}
.argument .main2 .page div span {
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 0.1rem;
  background: #ddd;
  transition: 0.4s;
}
.argument .main2 .page div .swiper-pagination-bullet-active {
  border-radius: 10px;
  background: #ef9211;
  width: 0.3rem;
}
.RecommendedProduct .box {
  margin-top: 25px;
}
.RecommendedProduct .box .swiper .swiper-slide .item a {
  background: #fff;
  display: block;
  border-radius: 10px;
}
.RecommendedProduct .box .swiper .swiper-slide .item a figure {
  position: relative;
}
.RecommendedProduct .box .swiper .swiper-slide .item a figure > img {
  width: 100%;
  opacity: 0;
  transition: 0.4s;
  position: relative;
  z-index: 2;
}
.RecommendedProduct .box .swiper .swiper-slide .item a figure p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.RecommendedProduct .box .swiper .swiper-slide .item a figure p img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.RecommendedProduct .box .swiper .swiper-slide .item a figcaption {
  border-top: 1px solid #eee;
  line-height: 0.8rem;
  padding: 0 0.48rem;
}
.RecommendedProduct .box .swiper .swiper-slide .item a figcaption .left {
  font-size: 0.16rem;
  color: #333;
  max-width: 70%;
  transition: 0.4s;
}
.RecommendedProduct .box .swiper .swiper-slide .item a figcaption .right svg path {
  transition: 0.4s;
}
.RecommendedProduct .box .swiper .swiper-slide .item a:hover figure > img {
  opacity: 1;
}
.RecommendedProduct .box .swiper .swiper-slide .item a:hover figcaption .left {
  color: #1d2088;
}
.RecommendedProduct .box .swiper .swiper-slide .item a:hover figcaption .right svg path {
  fill: #ef9211;
}
.RecommendedProduct .box .page {
  margin-top: 0.54rem;
}
.RecommendedProduct .box .page div {
  text-align: center;
}
.RecommendedProduct .box .page div span {
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 0.1rem;
  background: #ddd;
  transition: 0.4s;
}
.RecommendedProduct .box .page div .swiper-pagination-bullet-active {
  border-radius: 10px;
  background: #ef9211;
  width: 0.3rem;
}
.ConsultingService {
  background: #1d2088;
}
.ConsultingService .box {
  padding: 0.5rem 0;
}
.ConsultingService .box .item {
  flex: 1;
  text-align: center;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.ConsultingService .box .item a{
	color: #fff;
}
.ConsultingService .box .item:last-child {
  border: 0;
}
.ConsultingService .box .item .content0 img {
  height: 0.38rem;
}
.ConsultingService .box .item .content1 {
  font-size: 0.36rem;
  margin: 0.12rem 0 0.2rem;
}
.ConsultingService .box .item .content2 {
  font-size: 0.24rem;
}
.ConsultingService .box .item .content3 {
  margin-top: 0.32rem;
}
.IndustryStatus {
  background: url(../images/solution/bg1.png) no-repeat center bottom;
  background-size: 100% auto;
}
.IndustryStatus .box {
  padding: 1.1rem 0 1.35rem;
}
.IndustryStatus .box .left {
  width: 5.4rem;
}
.IndustryStatus .box .right {
  flex: 1;
  font-size: 0.16rem;
  color: #666;
  line-height: 1.8;
}
.m25 {
  margin-top: 35px;
}
.ApplicationScenario .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
}
.ApplicationScenario .box .item {
  padding: 0.6rem 0 0.45rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 16px #eee;
  transition: 0.4s;
}
.ApplicationScenario .box .item figure {
  text-align: center;
}
.ApplicationScenario .box .item figure img {
  height: 0.8rem;
  transition: 0.4s;
}
.ApplicationScenario .box .item figcaption {
  text-align: center;
  font-size: 0.24rem;
  margin-top: 0.38rem;
}
.ApplicationScenario .box .item:hover {
  box-shadow: 3px 3px 16px rgba(29, 32, 136, 0.1);
}
.ApplicationScenario .box .item:hover img {
  transform: translateY(-10px);
}
.OurAdvantage .box > div {
  display: flex;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.OurAdvantage .box .item {
  flex: 1;
  height: 7.24rem;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.4s;
  padding: 0 .1rem;
}
.OurAdvantage .box .item .content0 {
  padding-top: 1.7rem;
}
.OurAdvantage .box .item .content0 img {
  height: 0.98rem;
}
.OurAdvantage .box .item .content1 {
  font-size: 0.3rem;
  margin-top: 0.3rem;
}
.OurAdvantage .box .item .content2 {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;
  padding: 0 .8rem;
  opacity: 0;
  margin-top: 0.3rem;
  text-align: left;
  transition: 0.4s;
  height: 2.4rem;
  overflow: auto;
  	overflow-x: hidden;
  	overflow-y: auto;
  
}
.OurAdvantage .box .item .content2::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.OurAdvantage .box .item .content2::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: #1d2088;
}

.OurAdvantage .box .item .content2::-webkit-scrollbar-track {
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.3);
}


@media screen and (min-width: 1024px) {
  .OurAdvantage .box .item:hover {
    flex: 1.5;
    background: rgba(255, 255, 255, 0.9);
  }
  .OurAdvantage .box .item:hover .content1 {
    color: #000;
  }
  .OurAdvantage .box .item:hover .content1 br {
    display: none;
  }
  .OurAdvantage .box .item:hover .content2 {
    opacity: 1;
  }
}
.OurAdvantage .box .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.CustomerCase .box .banner {
  position: relative;
}
.CustomerCase .box .banner .swiper .swiper-wrapper .swiper-slide a {
  background: #f6f6f6;
  border-radius: 10px ;
  overflow: hidden;
}
.CustomerCase .box .banner .swiper .swiper-wrapper .swiper-slide a .boxLeft {
  flex: 1;
  overflow: hidden;
}
.CustomerCase .box .banner .swiper .swiper-wrapper .swiper-slide a .boxLeft img {
  width: 100%;
}
.CustomerCase .box .banner .swiper .swiper-wrapper .swiper-slide a .boxRight {
  width: 6.4rem;
  padding: 0.7rem 0.8rem 0;
}
.CustomerCase .box .banner .swiper .swiper-wrapper .swiper-slide a .boxRight .content0 {
  font-size: 0.36rem;
  line-height: 1.6;
  color: #000;
}
.CustomerCase .box .banner .swiper .swiper-wrapper .swiper-slide a .boxRight .content1 {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.8;
  margin-top: 0.35rem;
}
.CustomerCase .box .banner .swiper .swiper-wrapper .swiper-slide a .boxRight .content2 {
  margin-top: 1.56rem;
}
.CustomerCase .page {
  position: absolute;
  left: 0.72rem;
  bottom: 0.6rem;
  z-index: 1;
}
.CustomerCase .page div {
  text-align: center;
}
.CustomerCase .page div span {
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 0.1rem;
  background: #ddd;
  transition: 0.4s;
}
.CustomerCase .page div .swiper-pagination-bullet-active {
  border-radius: 10px;
  background: #ef9211;
  width: 0.3rem;
}
.NewsList .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.NewsList .box .item {
  background: #ececec;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.4s;
}
.NewsList .box .item a {
  display: block;
}
.NewsList .box .item a div.content0 {
  position: relative;
}
.NewsList .box .item a div.content0 figure {
  overflow: hidden;
}
.NewsList .box .item a div.content0 figure img {
  /* height: 3.65rem; */
  width: 100%;
  transition: 0.4s;
}
.NewsList .box .item a div.content0 p {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 32px;
  padding: 0 0.34rem;
  font-size: 14px;
  color: #fff;
  background: rgba(29, 32, 136, 0.8);
  border-radius: 10px 0 10px 0;
}
.NewsList .box .item a div.content0 .gshd {
  background: #ef9211;
}
.NewsList .box .item a div.content0 .ptbd {
  background: #b7b6b5;
}
.NewsList .box .item a div.content2 {
  padding: 0.32rem 0.4rem 0;
}
.NewsList .box .item a div.content2 div.content3 {
  font-size: 0.24rem;
  color: #000;
  transition: 0.4s;
}
.NewsList .box .item a div.content2 div.content4 {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.25rem;
  height: 0.6rem;
  margin-bottom: 0.4rem;
  transition: 0.4s;
}
.NewsList .box .item a div.content2 div.xian {
  width: calc(100% + 0.8rem);
  margin-left: -0.4rem;
  height: 1px;
  background: #dbdbdb;
}
.NewsList .box .item a div.content2 div.content5 {
  font-size: 14px;
  color: #999;
  line-height: 0.8rem;
  transition: 0.4s;
}
.NewsList .box .item a div.content2 div.content5 .left {
  max-width: 70%;
}
.NewsList .box .item a div.content2 div.content5 .left svg {
  vertical-align: middle;
  margin-right: 3px;
}
.NewsList .box .item a div.content2 div.content5 .left svg path {
  transition: 0.4s;
}
.NewsList .box .item:hover {
  background: #1d2088;
}
.NewsList .box .item:hover a .content0 img {
  transform: scale(1.1);
}
.NewsList .box .item:hover a .content2 .content3 {
  color: #fff;
}
.NewsList .box .item:hover a .content2 .content4 {
  color: #fff;
}
.NewsList .box .item:hover a .content2 .content5 {
  color: #fff;
}
.NewsList .box .item:hover a .content2 .content5 .left svg path {
  fill: #fff;
}
.inner_page .box_ {
  display: flex;
  justify-content: center;
  width: 100%;
}
.inner_page .box_ .button p a {
  width: 52px;
  height: 52px;
  font-size: 16px;
  line-height: 52px;
  display: block;
  transition: 0.4s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
}
.inner_page .box_ .button p a svg path {
  transition: 0.4s;
}
.inner_page .box_ .button p a:hover {
  background: #1d2088;
  color: #fff;
  border: 1px solid #cda075;
}
.inner_page .box_ .button p a:hover svg path {
  fill: #fff;
  opacity: 1;
}
.inner_page .box_ .page {
  margin: 0 10px;
  display: flex;
  justify-content: center;
}
.inner_page .box_ .page a {
  font-size: 16px;
  font-family: 'gilroy_bold';
  line-height: 52px;
  width: 52px;
  display: block;
  text-align: center;
  margin: 0 6px;
  transition: 0.4s;
  border-radius: 50%;
  color: #666;
  background: #f6f6f6;
  font-weight: bold;
}
.inner_page .box_ .page a:hover {
  background: #1d2088;
  color: #fff;
}
.inner_page .box_ .page span {
  font-size: 16px;
  line-height: 52px;
  border: 1px solid transparent;
  width: 52px;
  display: block;
  text-align: center;
  margin: 0 6px;
  transition: 0.4s;
  cursor: default;
}
.inner_page .box_ .page .active {
  background: #1d2088;
  color: #fff;
}
.lpk_scroll {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.lpk_scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.lpk_scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #1d2088;
}
.lpk_scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.NewsInfoContainer .box .boxLeft {
  flex: 1;
  padding-right: 0.8rem;
}
.NewsInfoContainer .box .boxLeft .content0 {
  font-size: 0.36rem;
}
.NewsInfoContainer .box .boxLeft .content1 {
  font-size: 14px;
  color: #999;
  margin-top: 0.35rem;
}
.NewsInfoContainer .box .boxLeft .content1 span {
  display: inline-block;
  margin-right: 0.45rem;
}
.NewsInfoContainer .box .boxLeft .content2 {
  font-size: 0.16rem;
  color: #333;
  line-height: 3;
  margin-top: 0.5rem;
}
.NewsInfoContainer .box .boxLeft .content2 img ,.NewsInfoContainer .box .boxLeft .content2 table{
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}
.NewsInfoContainer .box .boxLeft .content3 {
  margin-top: 0.9rem;
}
.NewsInfoContainer .box .boxLeft .content3 div {
  width: 35%;
}
.NewsInfoContainer .box .boxLeft .content3 div a {
  color: #1d2088;
  transition: 0.4s;
  font-size: 0.16rem;
}
.NewsInfoContainer .box .boxLeft .content3 div a span {
  color: #666;
}
.NewsInfoContainer .box .boxLeft .content3 div a:hover {
  color: #ef9211;
}
.NewsInfoContainer .box .boxLeft .content3 p {
  
  transition: 0.4s;
  font-size: 0.16rem;
}
.NewsInfoContainer .box .boxLeft .content3 p a{
	color: #1d2088;
}
.NewsInfoContainer .box .boxLeft .content3 p svg {
  vertical-align: bottom;
  margin-right: 0.1rem;
}
.NewsInfoContainer .box .boxLeft .content3 p:hover {
  color: #ef9211;
}
.NewsInfoContainer .box .boxRight {
  width: 5.2rem;
}
.NewsInfoContainer .box .boxRight h5 {
  font-size: 0.36rem;
  color: #1d2088;
  margin-bottom: 0.35rem;
}
.NewsInfoContainer .box .boxRight .list {
  display: grid;
  gap: 0.3rem;
}
.NewsInfoContainer .box .boxRight .item {
  background: #ececec;
  border-radius: 10px;
  transition: 0.4s;
  overflow: hidden;
}
.NewsInfoContainer .box .boxRight .item a {
  display: block;
  padding: 0.5rem 0.45rem 0.3rem;
  position: relative;
}
.NewsInfoContainer .box .boxRight .item a p {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 32px;
  padding: 0 0.34rem;
  font-size: 14px;
  color: #fff;
  background: rgba(29, 32, 136, 0.8);
  border-radius: 10px 0 10px 0;
}
.NewsInfoContainer .box .boxRight .item a .gshd {
  background: #ef9211;
}
.NewsInfoContainer .box .boxRight .item a .ptbd {
  background: #b7b6b5;
}
.NewsInfoContainer .box .boxRight .item a .top {
  font-size: 0.24rem;
  line-height: 0.4rem;
  height: 0.8rem;
  color: #000;
  transition: 0.4s;
}
.NewsInfoContainer .box .boxRight .item a .bot {
  margin-top: 0.24rem;
  font-size: 14px;
  color: #999;
}
.NewsInfoContainer .box .boxRight .item:hover {
  box-shadow: 0px 0px 16px rgba(29, 32, 136, 0.2);
}
.NewsInfoContainer .box .boxRight .item:hover a .top {
  color: #1d2088;
}
.JoinContainer .box {
  padding: 0.5rem 0;
  border-radius: 10px 10px 0 0;
}
.JoinContainer .box div {
  width: 6.8rem;
  margin: auto;
  position: relative;
}
.JoinContainer .box div input[type='text'] {
  display: block;
  width: 100%;
  height: 0.7rem;
  border: 0;
  background: #fff;
  border-radius: 10px;
  padding: 0 0.25rem;
  font-size: 0.16rem;
  color: #666;
}
.JoinContainer .box div p {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.JoinContainer .box div p input {
  display: none;
}
.JoinContainer .box div p label {
  cursor: pointer;
}
.JoinListContainer .box .item:nth-child(2n) {
  background: #f6f6f6;
}
.JoinListContainer .box .item .content0 {
  flex: 1;
  transition: 0.4s;
}
.JoinListContainer .box .item .content1 {
  width: 3.5rem;
  transition: 0.4s;
}
.JoinListContainer .box .item .content2 {
  width: 1rem;
  text-align: center;
  transition: 0.4s;
}
.JoinListContainer .box .item span {
  color: #666;
  transition: 0.4s;
}
.JoinListContainer .box .item .boxTop {
  padding: 0 0.5rem;
  line-height: 0.85rem;
  transition: 0.4s;
  cursor: pointer;
}
.JoinListContainer .box .item .boxTop .content2 {
  color: #1d2088;
}
.JoinListContainer .box .item .boxTop .content2 i {
  font-size: 14px;
  display: inline-block;
  transition: 0.4s;
}
.JoinListContainer .box .item .boxTop .content2 .font2 {
  display: none;
}
.JoinListContainer .box .item .boxTop:hover {
  color: #1d2088;
}
.JoinListContainer .box .item .boxTop:hover span {
  color: #1d2088;
}
.JoinListContainer .box .item .boxTop:hover .content2 i {
  color: #1d2088;
}
.JoinListContainer .box .item .boxBottom {
  padding: 0.45rem 0.5rem;
  box-shadow: 0px 10px 16px #eee;
  position: relative;
  z-index: 1;
  display: none;
}
.JoinListContainer .box .item .boxBottom .con1 .ite {
  font-size: 0.16rem;
  padding-right: 0.5rem;
  width: 50%;
}
.JoinListContainer .box .item .boxBottom .con1 .ite h5 {
  font-weight: bold;
}
.JoinListContainer .box .item .boxBottom .con1 .ite .desc {
  margin-top: 8px;
  color: #666;
  line-height: 1.8;
}
.JoinListContainer .box .item .boxBottom .con2 {
  margin-top: 0.9rem;
}
.JoinListContainer .box .item .boxBottom .con2 a {
  display: inline-block;
  font-size: 0.24rem;
  background: #1d2088;
  border-radius: 10px;
  line-height: 0.65rem;
  transition: 0.4s;
  color: #fff;
  padding: 0 0.85rem;
}
.JoinListContainer .box .item .boxBottom .con2 a:hover {
  background: #ef9211;
}
.JoinListContainer .box .item.active .boxTop {
  background: #ef9211;
}
.JoinListContainer .box .item.active .boxTop .content0,
.JoinListContainer .box .item.active .boxTop .content1,
.JoinListContainer .box .item.active .boxTop .content2 {
  color: #fff;
}
.JoinListContainer .box .item.active .boxTop .content0 span,
.JoinListContainer .box .item.active .boxTop .content1 span,
.JoinListContainer .box .item.active .boxTop .content2 span {
  color: #fff;
}
.JoinListContainer .box .item.active .boxTop .content0 span i,
.JoinListContainer .box .item.active .boxTop .content1 span i,
.JoinListContainer .box .item.active .boxTop .content2 span i {
  transform: rotate(180deg);
}
.JoinListContainer .box .item.active .boxTop .content2 .font1 {
  display: none;
}
.JoinListContainer .box .item.active .boxTop .content2 .font2 {
  display: inline-block;
}
.JoinListContainer .box .item1 {
  padding: 0 0.5rem;
  line-height: 0.85rem;
  color: #fff;
  background: #1d2088;
}
.SearchOver {
  position: relative;
}
.SearchOver .img img {
  width: 100%;
}
.SearchOver .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.SearchOver .orientation .box {
  width: 100%;
}
.SearchOver .orientation .content0 div {
  width: 6.8rem;
  margin: auto;
  position: relative;
}
.SearchOver .orientation .content0 div input[type='text'] {
  display: block;
  width: 100%;
  height: 0.7rem;
  border: 0;
  background: #fff;
  border-radius: 10px;
  padding: 0 0.25rem;
  font-size: 0.16rem;
  color: #666;
}
.SearchOver .orientation .content0 div p {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.SearchOver .orientation .content0 div p input {
  display: none;
}
.SearchOver .orientation .content0 div p label {
  cursor: pointer;
}
.SearchOver .orientation .content1 {
  margin-top: 0.58rem;
  color: #919ff3;
  font-size: 0.16rem;
  text-align: center;
}
.SearchOver .orientation .content1 a {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}
.SearchNum .box {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.94rem;
  border-bottom: 1px solid #eee;
}
.SearchNum .box span {
  color: #000;
}
.SearchList .box a {
  display: block;
  color: #666;
  padding: 0.38rem 2rem 0.38rem 0;
  border-bottom: 1px solid #eee;
  position: relative;
}
.SearchList .box a .content0 p {
  display: inline-block;
  font-size: 14px;
  color: #999;
  background: #eaeaea;
  padding: 0 0.15rem;
  border-radius: 14px;
  line-height: 26px;
}
.SearchList .box a .content1 {
  font-size: 0.24rem;
  color: #000;
  margin: 0.2rem 0 0.16rem;
  transition: 0.4s;
}
.SearchList .box a .content2 {
  font-size: 0.16rem;
  color: #666;
}
.SearchList .box a .posi {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  top: 50%;
  display: flex;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #eee;
  right: 0.5rem;
  transform: translateY(-50%);
  transition: 0.4s;
}
.SearchList .box a .posi svg {
  margin: auto;
}
.SearchList .box a .posi svg path {
  transition: 0.4s;
}
.SearchList .box a:hover .content1 {
  color: #1d2088;
}
.SearchList .box a:hover .posi {
  background: #1d2088;
}
.SearchList .box a:hover .posi svg path {
  fill: #fff;
}
.ContactInformation {
  position: relative;
}
.ContactInformation::after {
  content: '';
  height: 5.7rem;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.ContactInformation .InnerTitle {
  position: relative;
  z-index: 1;
}
.ContactInformation .box {
  background: #fff;
  border: 1px solid #eee;
  position: relative;
  z-index: 1;
}
.ContactInformation .box .boxTop .boxLeft {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0.78rem 0;
}
.ContactInformation .box .boxTop .boxLeft .ite {
  text-align: center;
  border-right: 1px solid #eee;
  padding: 0 .1rem;
}
.ContactInformation .box .boxTop .boxLeft .ite .content0 img {
  height: 0.78rem;
  transition: 0.4s;
}
.ContactInformation .box .boxTop .boxLeft .ite .content1 {
  font-size: 0.16rem;
  font-weight: bold;
  margin: 0.2rem 0 0.25rem;
}
.ContactInformation .box .boxTop .boxLeft .ite .content2 a {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  transition: 0.4s;
}
.ContactInformation .box .boxTop .boxLeft .ite .content2 .a{
	font-size: 0.2rem;
}
.ContactInformation .box .boxTop .boxLeft .ite:last-child{
	border: 0;
}
.ContactInformation .box .boxTop .boxLeft .ite:hover .content0 img {
  transform: translateY(-10px);
}
.ContactInformation .box .boxTop .boxLeft .ite:hover .content2 a {
  color: #1d2088;
}
.ContactInformation .box .boxTop .boxRight {
  width: 50%;
  padding: 0.4rem 0.54rem 0;
}
.ContactInformation .box .boxTop .boxRight > div {
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
  position: relative;
}
.ContactInformation .box .boxTop .boxRight > div:last-child {
  margin-bottom: 0;
}
.ContactInformation .box .boxTop .boxRight > div .content0 {
  font-size: 0.16rem;
  color: #999;
}
.ContactInformation .box .boxTop .boxRight > div .content1 {
  font-size: 0.2rem;
  color: #333;
  margin-top: 0.15rem;
}
.ContactInformation .box .boxTop .boxRight > div .content1 a {
  color: #1d2088;
}
.ContactInformation .box .boxTop .boxRight > div .content2 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ContactInformation .box1 {
  padding: 0 0.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #fff;
}
.ContactInformation .box1 .ite {
  border-top: 1px solid #eee;
  padding-top: 0.65rem;
  padding-right: 0.5rem;
  padding-bottom: 0.85rem;
}
.ContactInformation .box1 .ite h5 {
  font-size: 0.24rem;
}
.ContactInformation .box1 .ite .desc {
  margin-top: 0.25rem;
}
.ContactInformation .box1 .ite .desc p {
  font-size: 0.16rem;
  color: #999;
}
.ContactInformation .box1 .ite .desc div {
  font-size: 0.16rem;
  color: #333;
  margin-top: 0.12rem;
}
.ContactInformation .box1 .ite .desc div a {
  color: #333;
}
.ContactInformation .box1 .ite .desc div a span {
  color: #2a3eb7;
}
.OnlineMessage .box .boxLeft {
  width: 5.2rem;
  padding-right: 0.6rem;
}
.OnlineMessage .box .boxLeft .content0 {
  font-size: 0.2rem;
  color: #333;
  line-height: 2;
  margin-top: 1rem;
}
.OnlineMessage .box .boxLeft .content1 {
  font-size: 0.2rem;
  color: #999;
  margin-top: 0.54rem;
}
.OnlineMessage .box .boxRight {
  flex: 1;
}
.OnlineMessage .box .boxRight .main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.OnlineMessage .box .boxRight .main .item {
  background: #fff;
  position: relative;
  border-radius: 10px ;
  overflow: hidden;
}
.OnlineMessage .box .boxRight .main .item input {
  font-size: 0.16rem;
  display: block;
  padding: 0 0.6rem;
  height: 0.68rem;
  width: 100%;
  border: 0;
}
.OnlineMessage .box .boxRight .main .item .icon {
  position: absolute;
  top: 50%;
  left: 0.26rem;
  transform: translateY(-50%);
}
.OnlineMessage .box .boxRight .main .item span {
  position: absolute;
  display: block;
  top: 50%;
  right: 0.26rem;
  transform: translateY(-50%);
  color: #999;
}
.OnlineMessage .box .boxRight .main1 {
  margin-top: 0.2rem;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.OnlineMessage .box .boxRight .main1 textarea {
  font-size: 0.16rem;
  display: block;
  padding: 0.2rem 0.6rem;
  height: 2.6rem;
  width: 100%;
  border: 0;
  resize: none;
}
.OnlineMessage .box .boxRight .main1 .icon {
  position: absolute;
  top: 0.2rem;
  left: 0.26rem;
}
.OnlineMessage .box .boxRight .main2 input {
  width: 2.9rem;
  height: 0.65rem;
  background: #1d2088;
  border: 0;
  color: #fff;
  transition: 0.4s;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 25px;
  cursor: pointer;
}
.OnlineMessage .box .boxRight .main2 input:hover {
  background: #ef9211;
}
.SupplierSelfRrecommendation .box .title {
  font-size: 0.36rem;
  padding-top: 0.45rem;
}
.SupplierSelfRrecommendation .box .desc {
  font-size: 0.2rem;
  margin-top: 0.15rem;
  color: #999;
}
.SupplierSelfRrecommendation .box .main1 {
  background: #f6f6f6;
  padding: 0 0.5rem 0.5rem;
  border-radius: 10px;
}
.SupplierSelfRrecommendation .box .main1 .parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 0.35rem;
}
.SupplierSelfRrecommendation .box .main1 .parent div input {
  height: 0.68rem;
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 0;
  font-size: 0.16rem;
  padding: 0 0.2rem;
}
.SupplierSelfRrecommendation .box .main1 .div10 {
  grid-area: 1 / 4 / 4 / 5;
  padding: 0.24rem;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.SupplierSelfRrecommendation .box .main1 .div10 h6 {
  font-size: 0.16rem;
  height: 0.36rem;
}
.SupplierSelfRrecommendation .box .main1 .div10 .imgBox {
  flex: 1;
  background: #f6f6f6;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.SupplierSelfRrecommendation .box .main1 .div10 .imgBox .imgBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.SupplierSelfRrecommendation .box .main1 .div10 .imgBox .imgBg img {
  width: 101%;
  height: 101%;
  display: inline-block;
  border: none;
  vertical-align: middle;
  border-radius: 0.1rem;
  overflow: hidden;
  transform: scale(1.01);
}
.SupplierSelfRrecommendation .box .main1 .div10 .imgBox .imgBg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.SupplierSelfRrecommendation .box .main1 .div10 .imgBox .posi_ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.SupplierSelfRrecommendation .box .main1 .div10 .imgBox .posi_ input {
  display: none;
}
.SupplierSelfRrecommendation .box .main1 .div10 .imgBox .posi_ label {
  cursor: pointer;
}
.SupplierSelfRrecommendation .box .main1 .div10 .imgBox .posi_ .posi_m {
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.SupplierSelfRrecommendation .box .main1 .div10 .imgBox .posi_ .posi_m .icon img {
  height: 0.33rem;
  cursor: pointer;
}
.SupplierSelfRrecommendation .box .main1 .div10 .imgBox .posi_ .posi_m .text {
  font-size: 0.16rem;
  color: #999;
  cursor: pointer;
  margin-top: 0.15rem;
}
.SupplierSelfRrecommendation .box .main2 {
  margin-top: 20px;
  background: #f6f6f6;
  padding: 0 0.5rem 0.5rem;
  border-radius: 10px;
}
.SupplierSelfRrecommendation .box .main2 .parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 0.35rem;
}
.SupplierSelfRrecommendation .box .main2 .parent .div input {
  height: 0.68rem;
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 0;
  font-size: 0.16rem;
  padding: 0 0.2rem;
}
.SupplierSelfRrecommendation .box .main3 {
  margin-top: 20px;
  background: #f6f6f6;
  padding: 0 0.5rem 0.5rem;
  border-radius: 10px;
}
.SupplierSelfRrecommendation .box .main3 .list {
  margin-top: 0.35rem;
  display: grid;
  gap: 8px;
}
.SupplierSelfRrecommendation .box .main3 .list .item {
  background: #fff;
  border-radius: 10px;
}
.SupplierSelfRrecommendation .box .main3 .list .item .boxTop {
  line-height: 0.86rem;
  padding: 0 0.38rem;
  cursor: pointer;
}
.SupplierSelfRrecommendation .box .main3 .list .item .boxTop .flexBetween {
  border-bottom: 1px solid transparent;
}
.SupplierSelfRrecommendation .box .main3 .list .item .boxTop .left {
  font-size: 0.24rem;
}
.SupplierSelfRrecommendation .box .main3 .list .item .boxTop .right {
  font-size: 0.16rem;
  color: #0000ea;
}
.SupplierSelfRrecommendation .box .main3 .list .item .boxTop .right i {
  font-size: 0.16rem;
}
.SupplierSelfRrecommendation .box .main3 .list .item .boxTop .right .p2 {
  display: none;
}
.SupplierSelfRrecommendation .box .main3 .list .item .boxTop.active .flexBetween {
  border-color: #ddd;
}
.SupplierSelfRrecommendation .box .main3 .list .item .boxTop.active .right .p1 {
  display: none;
}
.SupplierSelfRrecommendation .box .main3 .list .item .boxTop.active .right .p2 {
  display: inline-block;
}
.SupplierSelfRrecommendation .box .main3 .list .item .boxBot {
  padding: 0 0.38rem;
  height: 0rem;
  overflow: hidden;
}
.SupplierSelfRrecommendation .box .main3 .list .item .boxBot.active {
  height: auto;
}
.SupplierSelfRrecommendation .box .main3 .list .item .boxBot .ite {
  line-height: 0.8rem;
  margin-right: 1.2rem;
}
.SupplierSelfRrecommendation .box .main3 .list .item .boxBot .ite .layui-form-checkbox[lay-skin=primary] span {
  font-size: 0.2rem;
}
.SupplierSelfRrecommendation .box .main3 .list .item .boxBot .ite .layui-form-checkbox[lay-skin=primary] i {
  width: 20px;
  height: 20px;
  background: #f6f6f6;
  border-radius: 50%;
  overflow: hidden;
  line-height: 20px;
}
.SupplierSelfRrecommendation .box .main3 .list .item .boxBot .ite .layui-form-checked[lay-skin=primary] i {
  background-color: #0000ea;
}
.SupplierSelfRrecommendation .box .main3 .list .item .boxBot .ite .layui-form-checked .layui-icon-ok:before {
  opacity: 1;
}
.SupplierSelfRrecommendation .box .main3 .list .item .boxBot .ite .layui-icon-ok:before {
  content: url(../images/contact/v.png);
  opacity: 0;
}
.SupplierSelfRrecommendation .box .main4 {
  margin-top: 20px;
  background: #f6f6f6;
  padding: 0 0.5rem 0.5rem;
  border-radius: 10px 10px 0 0;
}
.SupplierSelfRrecommendation .box .main4 .list {
  margin-top: 0.35rem;
  background: #fff;
  padding: 0 0.45rem;
  display: grid;
  gap: 0.2rem;
}
.SupplierSelfRrecommendation .box .main4 .list .item .tit {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.84rem;
  border-bottom: 1px solid #ddd;
}
.SupplierSelfRrecommendation .box .main4 .list .item .check_list .ite {
  line-height: 0.8rem;
  margin-right: 1rem;
}
.SupplierSelfRrecommendation .box .main4 .list .item .check_list .ite .layui-form-radio * {
  font-size: 0.2rem;
}
.SupplierSelfRrecommendation .box .main4 .list .item .check_list .ite .layui-form-radio > i {
  font-size: 20px;
  background: #f6f6f6;
  width: 20px;
  height: 20px;
  line-height: 18px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  color: #f6f6f6;
}
.SupplierSelfRrecommendation .box .main4 .list .item .check_list .ite .layui-form-radioed i {
  color: #0000ea;
  background: #0000ea;
  display: inline-block;
}
.SupplierSelfRrecommendation .box .main4 .list .item .check_list .ite .layui-form-radioed i::before {
  content: url(../images/contact/v.png);
}
.SupplierSelfRrecommendation .box .main4 .list .item .check_list .ite .layui-anim-scaleSpring {
  animation-name: none;
}
.SupplierSelfRrecommendation .box .main4 .list .item .check_list .ite .layui-form-checkbox[lay-skin=primary] span {
  font-size: 0.2rem;
}
.SupplierSelfRrecommendation .box .main4 .list .item .check_list .ite .layui-form-checkbox[lay-skin=primary] i {
  width: 20px;
  height: 20px;
  background: #f6f6f6;
  border-radius: 50%;
  overflow: hidden;
  line-height: 20px;
}
.SupplierSelfRrecommendation .box .main4 .list .item .check_list .ite .layui-form-checked[lay-skin=primary] i {
  background-color: #0000ea;
}
.SupplierSelfRrecommendation .box .main4 .list .item .check_list .ite .layui-form-checked .layui-icon-ok:before {
  opacity: 1;
}
.SupplierSelfRrecommendation .box .main4 .list .item .check_list .ite .layui-icon-ok:before {
  content: url(../images/contact/v.png);
  opacity: 0;
}
.SupplierSelfRrecommendation .box .main4 .list .item .check_list .ite1 {
  margin-right: 0;
}
.SupplierSelfRrecommendation .box .main4 .list .item .check_list .ite1 p {
  display: flex;
  align-items: center;
}
.SupplierSelfRrecommendation .box .main4 .list .item .check_list .ite1 p input {
  display: block;
  border: 0;
  border-bottom: 1px solid #ddd;
  background: none;
  height: 0.45rem;
  font-size: 0.16rem;
  width: 3.3rem;
}
.SupplierSelfRrecommendation .box .main4 .list1 {
  padding: 0 0.45rem 0.3rem;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.SupplierSelfRrecommendation .box .main4 .list1 .tit {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.84rem;
}
.SupplierSelfRrecommendation .box .main4 .list1 .but_1 button {
  width: 2.12rem;
  height: 0.6rem;
  color: #fff;
  font-size: 0.16rem;
  background: #a3a3a3;
  border-radius: 0.3rem;
}
.SupplierSelfRrecommendation .box .main4 .list1 .but_1 p {
  font-size: 0.16rem;
  color: #999;
  margin-left: 0.2rem;
  line-height: 0.6rem;
}
.SupplierSelfRrecommendation .box .main4 .list1 .but_2 {
  margin-top: 0.35rem;
}
.SupplierSelfRrecommendation .box .main4 .list1 .but_2 p {
  width: 65px;
  position: relative;
}
.SupplierSelfRrecommendation .box .main4 .list1 .but_2 p span {
  position: absolute;
  top: -11px;
  width: 22px;
  right: -11px;
  height: 22px;
  border-radius: 50%;
  background: #000;
  text-align: center;
  color: #fff;
  line-height: 22px;
  cursor: pointer;
}
.SupplierSelfRrecommendation .box .main4 .list1 .but_2 .layui-upload-list {
  display: flex;
  margin: 0;
}
.SupplierSelfRrecommendation .box .main4 .list1 .but_2 .layui-upload-list p {
  margin-right: 32px;
}
.SupplierSelfRrecommendation .box .main5 {
  margin-top: 0.94rem;
  padding-bottom: 0.94rem;
  border-bottom: 1px solid #ddd;
}
.SupplierSelfRrecommendation .box .main5 .left div {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.SupplierSelfRrecommendation .box .main5 .left div input[type='text'] {
  display: block;
  width: 3.8rem;
  height: 0.7rem;
  border: 0;
  background: none;
  padding: 0 0.24rem;
  font-size: 0.16rem;
}
.SupplierSelfRrecommendation .box .main5 .left div p {
  position: absolute;
  right: 10px;
  top: 10px;
  height: calc(100% - 20px);
  display: flex;
  align-items: center;
}
.SupplierSelfRrecommendation .box .main5 .left div p img {
  height: 94%;
}
.SupplierSelfRrecommendation .box .main5 .right button {
  width: 2.9rem;
  height: 0.7rem;
  background: #1d2088;
  cursor: pointer;
  border-radius: 10px;
  font-size: 0.24rem;
}


.AfterSalesNetwork .box {
  margin-top: 0.5rem;
}
.AfterSalesNetwork .box .boxLeft {
  width: 11.36rem;
  position: relative;
}
.AfterSalesNetwork .box .boxLeft .imgList {
  position: relative;
}
.AfterSalesNetwork .box .boxLeft .imgList img {
  width: 100%;
}
.AfterSalesNetwork .box .boxLeft .imgList .img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.AfterSalesNetwork .box .boxLeft .dianList .dian {
  position: absolute;
  z-index: 3;
  cursor: pointer;
}
.AfterSalesNetwork .box .boxLeft .dianList .dian img {
  width: 0.19rem;
}
.AfterSalesNetwork .box .boxLeft .dianList .dian .img2 {
  display: none;
}
.AfterSalesNetwork .box .boxLeft .dianList .qinghai {
  left: 32%;
  top: 46%;
}
.AfterSalesNetwork .box .boxLeft .dianList .jilin {
  right: 23%;
  top: 24%;
}
.AfterSalesNetwork .box .boxLeft .dianList .shanxi {
  left: 52%;
  top: 51%;
}
.AfterSalesNetwork .box .boxLeft .dianList .heNan {
  left: 59%;
  top: 53%;
}
.AfterSalesNetwork .box .boxLeft .dianList .sandong {
  right: 33%;
  top: 46%;
}
.AfterSalesNetwork .box .boxLeft .dianList .chongqing {
  left: 49%;
  top: 65%;
}
.AfterSalesNetwork .box .boxLeft .dianList .guizhou {
  left: 48%;
  top: 73%;
}
.AfterSalesNetwork .box .boxLeft .dianList .huNan {
  left: 56%;
  top: 71%;
}
.AfterSalesNetwork .box .boxLeft .dianList .jiangxi {
  left: 63%;
  top: 71%;
}
.AfterSalesNetwork .box .boxLeft .dianList .fujian {
  left: 67%;
  top: 74%;
}
.AfterSalesNetwork .box .boxLeft .dianList .guangdong {
  left: 60%;
  top: 82%;
}
.AfterSalesNetwork .box .boxLeft .dianList .hubei {
  left: 57%;
  top: 62%;
}
.AfterSalesNetwork .box .boxLeft .dianList .sichuan {
  left: 42%;
  top: 62%;
}
.AfterSalesNetwork .box .boxLeft .dianList .anhui {
  left: 65%;
  top: 59%;
}
.AfterSalesNetwork .box .boxLeft .dianList .zheJiang {
  left: 70%;
  top: 66%;
}
.AfterSalesNetwork .box .boxLeft .dianList .jiangshu {
  left: 69%;
  top: 56%;
}
.AfterSalesNetwork .box .boxLeft .dianList .shanghai {
  left: 72%;
  top: 60%;
}
.AfterSalesNetwork .box .boxLeft .dianList .active .img2 {
  display: block;
}
.AfterSalesNetwork .box .boxLeft .dianList .active .img1 {
  display: none;
}
.AfterSalesNetwork .box .boxLeft .phone {
  display: none;
}
.AfterSalesNetwork .box .boxRight {
  flex: 1;
  padding-left: 0.55rem;
}
.AfterSalesNetwork .box .boxRight .lsit .item {
  display: none;
}
.AfterSalesNetwork .box .boxRight .lsit .item h5 {
  padding: 0 0.4rem;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.75rem;
  background: #1d2088;
  transform: skewX(-12deg);
}
.AfterSalesNetwork .box .boxRight .lsit .item h5 p {
  transform: skewX(12deg);
}
.AfterSalesNetwork .box .boxRight .lsit .item h5 span {
  width: 0.38rem;
  display: inline-block;
}
.AfterSalesNetwork .box .boxRight .lsit .item ul {
  position: relative;
  padding: 0 0.45rem;
  background-image: -moz-linear-gradient(90deg, #ffffff 21%, #e6e7fa 100%);
  background-image: -webkit-linear-gradient(90deg, #ffffff 21%, #e6e7fa 100%);
  background-image: -ms-linear-gradient(90deg, #ffffff 21%, #e6e7fa 100%);
  box-shadow: 2.868px 4.096px 68px 0px rgba(0, 0, 0, 0.15);
  min-height: 5.4rem;
}
.AfterSalesNetwork .box .boxRight .lsit .item ul::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #ef9211;
  z-index: 1;
}
.AfterSalesNetwork .box .boxRight .lsit .item ul li {
  border-bottom: 1px solid #ddd;
}
.AfterSalesNetwork .box .boxRight .lsit .item ul li:last-child {
  border-bottom: 0;
}
.AfterSalesNetwork .box .boxRight .lsit .item ul li a {
  line-height: 0.76rem;
  display: block;
  font-size: 0.2rem;
  color: #333;
}
.AfterSalesNetwork .box .boxRight .lsit .item ul li a span {
  width: 0.38rem;
  display: inline-block;
}
.AfterSalesNetwork .box .boxRight .lsit .active {
  display: block;
}
@media screen and (max-width: 1280px) {
  .AfterSalesNetwork .box .boxLeft {
    width: 9.26rem;
  }
}
@media screen and (max-width: 1024px) {
  .AfterSalesNetwork .box .boxRight {
    padding-left: 0;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 669px) {
  .AfterSalesNetwork .box .boxLeft .pc {
    display: none;
  }
  .AfterSalesNetwork .box .boxLeft .phone {
    display: block;
  }
  .AfterSalesNetwork .box .boxLeft .phone .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.2rem;
    text-align: center;
  }
  .AfterSalesNetwork .box .boxLeft .phone .list .item {
    transition: 0.4s;
  }
  .AfterSalesNetwork .box .boxLeft .phone .list .active {
    color: #ef9211;
  }
}
@media screen and (max-width: 1680px) {
  section.FooterContainer div.box div.w1620 div.box_info {
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 1440px) {
  .header_container .box .boxRight > .left nav .item {
    padding: 0 0.18rem;
  }
  .header_container .box .boxRight > .right {
    margin-left: 0.9rem;
  }
  .HomeIndustryApplication .box .boxLeft {
    width: 6rem;
  }
  .HomeNews .box .item_one a div.content0 figure img {
    height: 3.1rem;
  }
  .HomeNews .box .item_three .item a .top {
    font-size: 0.2rem;
    line-height: 0.32rem;
    height: 0.64rem;
  }
  .ProductCenterContainer .box .left {
    width: 9rem;
  }
  .OurAdvantage .box .item .content2 {
    padding: 0 0.8rem;
  }
  .JoinListContainer .box .item .content2 {
    width: 1.2rem;
  }
  .JoinListContainer .box .item .boxBottom .con2 a,
  .HomeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation div.w1620 div.content2 p {
    font-size: 0.2rem;
  }
  .InnerTitle h5 {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1366px) {
  .HomeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation div.w1620 div.content1,
  .HomeTitle .title {
    font-size: 0.4rem;
  }
  .HomeAbout .box .content1 .ite .right div {
    font-size: 0.4rem;
  }
  .HomeAbout .box .content1 .ite .left img {
    width: 0.78rem;
  }
  .HomeIndustryApplication .box .boxLeft .toggleNum {
    margin-top: 1.36rem;
  }
  .HomeServicePurpose .box .orientation .main .content0 {
    font-size: 0.3rem;
  }
  .m60 {
    margin-top: 0.3rem;
  }
  .HomeNews .box .item_one a div.content0 figure img {
    height: 2.8rem;
  }
  .HomeNews .box .item_three .item a .bot {
    margin-top: 0.14rem;
    font-size: 13px;
  }
  section.FooterContainer div.box div.w1620 div.box_info div.boxRight .item ul li {
    margin-bottom: 0.06rem;
  }
  section.FooterContainer div.box1 {
    font-size: 12px;
    line-height: 0.9rem;
  }
  .sroll_down svg {
    transform: scale(0.5);
    margin: 0;
  }
  .HomeNews .box1 {
    text-align: right;
    margin-top: 0.25rem;
  }
  .HomeNews .box .item_one a div.content2 div.content4 {
    margin-bottom: 0.3rem;
  }
  .HomeBanner div.box .main .page div p,
  .HomeBanner div.box .main .button svg {
    transform: scale(0.6);
  }
  .HomeBanner div.box .main .page {
    margin: 0 0.2rem;
  }
  section.FooterContainer div.box div.w1620 div.box_info {
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
  }
  section.FooterContainer div.box div.w1620 div.box_info div.boxLeft .content0,
  section.FooterContainer div.box div.w1620 div.box_info div.boxRight .item h5 {
    margin-bottom: 0.55rem;
  }
  section.FooterContainer div.box div.w1620 div.box_info::after {
    top: 0.98rem;
  }
  .InnerBanner .orientation h5 {
    font-size: 0.4rem;
  }
  .CorporateCultureContainer .box .item .content1,
  .SocialResponsibilityContainer .box .item .right .content0,
  .ProductCenterContainer .box .right h5,
  .productInfoContainer .box .boxRight .content0,
  .OurAdvantage .box .item .content1,
  .NewsInfoContainer .box .boxLeft .content0,
  .NewsInfoContainer .box .boxRight h5,
  .HomeIndustryApplication .box .boxLeft .toggleMain .item h5,
  .CompanyProfileContainer .box .right .content0 {
    font-size: 0.3rem;
  }
  .HonorQualificationContainer .box .banner .swiper-slide-active .item .content1 {
    font-size: 0.26rem;
  }
  .productInfoContainer .box .boxLeft .main {
    top: 1.1rem;
  }
  .productInfoContainer .box .boxLeft .box2 .button svg,
  .inner_page .box_ .button p a svg {
    transform: scale(0.6);
  }
  .CustomerCase .box .banner .swiper .swiper-wrapper .swiper-slide a .boxRight .content0 {
    font-size: 0.26rem;
  }
  .CustomerCase .box .banner .swiper .swiper-wrapper .swiper-slide a .boxRight .content2 {
    margin-top: 0.86rem;
  }
  .inner_page .box_ .page a {
    font-size: 13px;
  }
  .CompanyProfileContainer .box1 .ite .right div {
    font-size: 0.5rem;
  }
  section.FooterContainer div.box div.w1620 div.box_info div.boxRight .item {
      margin-right: 0.7rem;
  }
}
@media screen and (max-width: 1280px) {
 /* .header_container .box .boxRight > .left nav .item > p a {
    font-size: 14px;
  } */
  .header_container .box .boxRight > .right {
    margin-left: 0.5rem;
  }
  .HomeAbout .box .content2 {
    margin-top: 0.4rem;
  }
  .HomeIndustryApplication .box .boxLeft .toggleMain {
    margin-top: 0.6rem;
  }
  .HomeIndustryApplication .box .boxRight {
    flex: 1;
    padding: 1.3rem 0 0.3rem;
    height: 100vh;
  }
  .HomeIndustryApplication .box .boxLeft {
    width: 5.7rem;
  }
  .HomeAbout .box .content1 .ite .right p {
    font-size: 0.2rem;
  }
  .HomeLink .a {
    font-size: 14px;
  }
  .HomeServicePurpose .box .orientation .main .content1 .ite {
    padding: 0.2rem 0.3rem;
  }
  .HomeServicePurpose .box .orientation .main .content2 {
    margin-top: 0.46rem;
  }
  .HomeServicePurpose .box .orientation .main .content1 {
    margin-top: 0.36rem;
  }
  .HomeNews .box .item_one a div.content0 figure img {
    height: 2.6rem;
  }
  .HomeNews .box .item_one a div.content2 div.content4 {
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .HomeNews .box .item_three .item a .top {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
  }
  .HomeNews .box .item_three .item a .bot {
    margin-top: 0.06rem;
    font-size: 13px;
  }
  .HomeNews .box .item_three .item a {
    padding: 0.4rem 0.4rem 0;
  }
  .HomeNews .box .item_one a div.content2 div.content3 {
    font-size: 0.2rem;
  }
  .HomeNews .box .item_one a div.content2 div.content5 {
    font-size: 14px;
    line-height: 0.7rem;
  }
  .HomeNews .box .item_one a div.content2 {
    padding: 0.22rem 0.4rem 0;
  }
  .HomeBusinessPartner {
    padding: 0.3rem 0 0.4rem;
  }
  .HomeBusinessPartner .box {
    margin-top: 0.24rem;
  }
  .CompanyProfileContainer .box1 .ite .left img {
    width: 0.78rem;
  }
  .CompanyProfileContainer .box1 .ite .right div {
    font-size: 0.4rem;
  }
  .CompanyProfileContainer .box1 .ite .right p {
    font-size: 0.2rem;
  }
  .SocialResponsibilityContainer .box .item .left {
    width: 57%;
  }
  .SocialResponsibilityContainer .box .item .right {
    width: 39%;
  }
  .ProductCenterContainer .box .left {
    width: 8.6rem;
    padding: 0.45rem 0.7rem;
    height: 6rem;
  }
  .ProductCenterContainer .box .right {
    padding: 0.5rem 0.5rem 0;
  }
  .ConsultingService .box .item .content1 {
    font-size: 0.26rem;
  }
  .ConsultingService .box .item .content2 {
    font-size: 0.2rem;
  }
  section.FooterContainer div.box div.w1620 div.box_info div.boxLeft .content0 img {
    height: 26px;
  }
  section.FooterContainer div.box div.w1620 div.box_info div.boxRight .item {
    margin-right: 0.8rem;
  }
  section.FooterContainer div.box div.w1620 div.box_info div.boxRight .item ul li a {
    font-size: 0.14rem;
  }
  .OurAdvantage .box .item .content2 {
    /* padding: 0 0.9rem; */
  }
  .OurAdvantage .box .item {
    height: 6.14rem;
  }
  .CustomerCase .box .banner .swiper .swiper-wrapper .swiper-slide a .boxRight {
    padding: 0.5rem 0.5rem 0;
  }
  .CustomerCase .box .banner .swiper .swiper-wrapper .swiper-slide a .boxRight .content2 {
    margin-top: 0.56rem;
  }
  .NewsInfoContainer .box .boxRight .item a .top {
    font-size: 0.2rem;
    line-height: 0.32rem;
    height: 0.64rem;
  }
  .NewsInfoContainer .box .boxLeft .content2 {
    line-height: 2.3;
  }
  .ContactInformation .box .boxTop .boxRight > div .content1 {
    font-size: 0.16rem;
  }
  .ContactInformation .box .boxTop .boxLeft .ite .content2 a {
    font-size: 0.2rem;
  }
  .OnlineMessage .box .boxLeft .content0 {
    font-size: 0.16rem;
    color: #333;
    line-height: 2;
    margin-top: 1rem;
  }
  .SearchList .box a .content0 p {
    font-size: 12px;
  }
  .header_container .box .boxLeft a img {
    height: 26px;
  }
  section.FooterContainer div.box div.w1620 div.box_info div.boxLeft .content2 ul li a img {
    width: 0.35rem;
  }
  .jjfa_select .box_ .ite a figcaption {
    font-size: 14px;
  }
  .HonorQualificationContainer .box .button p svg {
    transform: scale(0.7);
  }
  
  .JoinListContainer .box .item .content2 {
    width: 1.4rem;
  }
}

@media screen and (max-width: 1250px) {
	.HomeNews .box .item_three .item a {
	    padding: 0.5rem 0.4rem 0;
	}
}

@media screen and (max-width: 1024px) {
	.NewsList .box .item a div.content0 figure img{
		height: auto;
	}
	.HomeIndustryApplication .box .boxRight .main .item{
		width: auto;
	}
	.InsidePageNavigation .box{
		border: 0;
	}
  .SupplierSelfRrecommendation .box .main1 .parent {
    grid-template-columns: repeat(3, 1fr);
  }
  .SupplierSelfRrecommendation .box .main1 .div10 {
    grid-area: 4 / 1 / 5 / 4;
  }
  .SupplierSelfRrecommendation .box .main1 .div10 .imgBox {
    flex: initial;
    height: 2.4rem;
  }
  .SupplierSelfRrecommendation .box .main2 .parent {
    grid-template-columns: repeat(2, 1fr);
  }
  .SupplierSelfRrecommendation .box .main3 .list .item .boxTop .left {
    font-size: 0.2rem;
  }
  .SupplierSelfRrecommendation .box .main3 .list .item .boxBot .ite {
    margin-right: 0.5rem;
  }
  .SupplierSelfRrecommendation .box .main3 .list .item .boxBot .ite .layui-form-checkbox[lay-skin=primary] span {
    font-size: 0.18rem;
  }
  .SupplierSelfRrecommendation .box .main1 {
    padding: 0 0.3rem 0.4rem;
  }
  .SupplierSelfRrecommendation .box .main2 {
    padding: 0 0.3rem 0.4rem;
  }
  .SupplierSelfRrecommendation .box .main3 {
    padding: 0 0.3rem 0.4rem;
  }
  .SupplierSelfRrecommendation .box .main4 {
    padding: 0 0.3rem 0.4rem;
  }
  .SupplierSelfRrecommendation .box .title {
    font-size: 0.24rem;
  }
  .SupplierSelfRrecommendation .box .main4 .list .item .check_list .ite {
    margin-right: 0.5rem;
  }
  .SupplierSelfRrecommendation .box .main4 .list .item .check_list .ite .layui-form-checkbox[lay-skin=primary] span {
    font-size: 0.18rem;
  }
  .SupplierSelfRrecommendation .box .main5 .right button {
    font-size: 0.2rem;
  }
  .header_container {
    display: none;
  }
  .HeaderMobile .box .logo a img {
    height: 28px;
  }
  .HeaderMobile .box .button .Lanuage img {
    transform: translateY(-4px);
  }
  .search_container {
    top: 0px;
    z-index: 11;
  }
  main.FullScreen div.FullScreenBox .FullScreenPage {
    right: 10px;
  }
  .PhoneNav {
    z-index: 4;
  }
  main.FullScreen div.FullScreenBox > .swiper > .swiper-wrapper div.swiper-slide.ScreenItem,
  .HomeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.img picture img {
    height: calc(100vh - 58px);
  }
  .HomeAbout .box {
    width: 80%;
  }
  .HomeAbout .box .content1 .ite .right div font,
  .HomeAbout .box .content1 .ite .right div {
    font-size: 0.3rem;
  }
  .HomeServicePurpose .box .orientation .main {
    color: #fff;
    width: 100%;
  }
  .w1620 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .HomeNews .box .item_three {
    display: none;
  }
  .HomeNews .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .m60 {
    margin-top: 0.5rem;
  }
  .HomeNews .box1 {
    margin-top: 0.55rem;
  }
  section.FooterContainer div.box div.w1620 div.box_info div.boxRight {
    display: none;
  }
  section.FooterContainer div.box div.w1620 div.box_info div.boxLeft .content0,
  section.FooterContainer div.box div.w1620 div.box_info div.boxLeft .content2 {
    display: none;
  }
  .HomeBusinessPartner .box div.banner div.button div.prev {
    left: -2vw;
  }
  .HomeBusinessPartner .box div.banner div.button div.next {
    right: -2vw;
  }
  .sroll_down {
    display: none;
  }
  .HomeIndustryApplication .img {
    display: none;
  }
  .HomeIndustryApplication .box .boxLeft {
    width: 100%;
  }
  .HomeIndustryApplication .box .boxRight {
    flex: 1;
    padding: 0 5vw;
    height: auto;
    margin-top: 0.8rem;
  }
  .HomeIndustryApplication .box .boxLeft .toggleNum {
    display: none;
  }
  .HomeAbout .box .content2 {
    margin-top: 0.7rem;
  }
  .HomeIndustryApplication .box .boxRight .main {
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-flow: inherit;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem;
  }
  .HomeIndustryApplication .box .boxRight .main .item1,
  .HomeIndustryApplication .box .boxRight .main .item7,
  .HomeIndustryApplication .box .boxRight .main .item2,
  .HomeIndustryApplication .box .boxRight .main .item6,
  .HomeIndustryApplication .box .boxRight .main .item3,
  .HomeIndustryApplication .box .boxRight .main .item5 {
    transform: translateX(0);
  }
  section.FooterContainer div.box div.w1620 div.box_info {
    padding-bottom: 0.4rem;
    padding-top: 0.5rem;
  }
  section.FooterContainer div.box1 div.w1620 div.copyright {
    text-align: center;
  }
  section.FooterContainer div.box1 div.w1620 div.copyright a {
    display: block;
  }
  section.FooterContainer div.box1 {
    font-size: 14px;
    line-height: 0.5rem;
    padding: 0.4rem 0;
  }
  section.FooterContainer1 div.box1 {
    font-size: 14px;
    line-height: 0.5rem;
    padding: 0.4rem 0 0rem;
    height: 220px;
  }
  section.FooterContainer div.box div.w1620 div.box_info::after {
    display: none;
  }
  section.FooterContainer div.box div.w1620 div.box_info div.boxLeft {
    width: 100%;
  }
  section.FooterContainer div.box div.w1620 div.box_info div.boxLeft .content1 {
    width: 100%;
    justify-content: center;
  }
  .HomeIndustryApplication .box .boxLeft {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .HomeBusinessPartner {
    padding: 0.6rem 0 0.6rem;
  }
  .HomeBusinessPartner .box {
    margin-top: 0.54rem;
  }
  .InsidePageNavigation .box {
    margin-top: 0.2rem;
  }
  .InsidePageNavigation .box .boxTop {
    padding: 0;
  }
  .InsidePageNavigation .box .boxBottom nav ul li a {
    line-height: 0.9rem;
    padding: 0 0.2rem;
    font-size: 0.2rem;
  }
  .InnerBanner .img picture img {
    min-height: 4.5rem;
  }
  .InnerBanner .orientation {
    top: 1.7rem;
  }
  .InnerBanner .orientation h5,
  .InnerTitle h5,
  .CompanyProfileContainer .box1 .ite .right div,
  .CompanyProfileContainer .box1 .ite .right div font {
    font-size: 0.3rem;
  }
  .CompanyProfileContainer .box > div {
    width: 100%;
    margin-top: 0.5rem;
  }
  .CompanyProfileContainer .box .left {
    margin-top: 0;
  }
  .CompanyProfileContainer .box .right .content1 {
    font-size: 0.18rem;
  }
  .CompanyProfileContainer .box1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0.5rem;
    gap: 0.3rem;
  }
  .DevelopmentCourseContainer .box {
    padding-left: 5vw;
  }
  .CorporateCultureContainer .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem 0;
  }
  .CorporateCultureContainer .box .item:nth-child(2n) {
    border: 0;
  }
  .CorporateCultureContainer .box .item .content0 img {
    height: 0.78rem;
  }
  .CorporateCultureContainer .box .item .content1,
  .SocialResponsibilityContainer .box .item .right .content0,
  .ProductCenterContainer .box .right h5,
  .productInfoContainer .box .boxRight .content0,
  .OurAdvantage .box .item .content1,
  .NewsInfoContainer .box .boxLeft .content0,
  .NewsInfoContainer .box .boxRight h5,
  .HomeIndustryApplication .box .boxLeft .toggleMain .item h5,
  .CompanyProfileContainer .box .right .content0 {
    font-size: 0.26rem;
  }
  .HonorQualificationContainer .box .banner {
    height: 4.1rem;
  }
  .SocialResponsibilityContainer .box .item .left {
    width: 100%;
  }
  .SocialResponsibilityContainer .box .item .right {
    width: 100%;
    padding-top: 0.5rem;
  }
  .SocialResponsibilityContainer .box .item:nth-child(2n) {
    flex-flow: column;
  }
  .ProductCenterContainer .box .left {
    width: 100%;
    padding: 0.45rem 0.7rem 0.2rem;
    height: 4.9rem;
  }
  .ProductListContainer .box {
    gap: 0.3rem;
  }
  .ProductCenterContainer .box .right {
    padding: 0.5rem;
  }
  .ProductListContainer .box .item a figcaption {
    padding: 0 0.28rem;
  }
  .ProductListContainer .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .proinfo {
    margin-top: 0.5rem;
  }
  .productInfoContainer .box .boxLeft {
    width: 100%;
  }
  .productInfoContainer .box .boxRight {
    width: 100%;
    padding: 0.5rem 0;
  }
  .argument .box .main1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .argument .box .main1 .item {
    padding: 0.5rem !important;
  }
  .argument .box .main1 .item:nth-child(2n) > div {
    border: 0 !important;
  }
  .argument .box {
    padding: 0 0.4rem;
  }
  .argument .box .main1 {
    margin-bottom: 0;
  }
  .ConsultingService .box .item .content0 img {
    height: 0.48rem;
  }
  .ConsultingService .box .item .content1 {
    margin: 0.22rem 0 0.2rem;
  }
  .IndustryStatus .box .left {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .IndustryStatus .box {
    padding: 0.8rem 0 1.35rem;
  }
  .ApplicationScenario .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .CustomerCase .box .banner .swiper .swiper-wrapper .swiper-slide a .boxRight {
    width: 100%;
    padding: 0.5rem;
  }
  .CustomerCase .box .banner .swiper .swiper-wrapper .swiper-slide a .boxLeft {
    flex: 1 100%;
    width: 100%;
  }
  .CustomerCase .page {
    left: auto;
    right: 0.5rem;
    bottom: 0.6rem;
  }
  .OurAdvantage .box .item .content2 {
    opacity: 1;
    color: #fff;
  }
  .OurAdvantage .box {
    overflow: auto;
  }
  .OurAdvantage .box > div {
    width: 200%;
  }
  .OurAdvantage .box .item .content2 {
    padding: 0 0.6rem;
  }
  .OurAdvantage .box .item .content0 {
    padding-top: 1.4rem;
  }
  .ProductCenterContainer .box .right .desc,
  .ProductListContainer .box .item a figcaption .left,
  .productInfoContainer .box .boxRight .content1 div,
  .OurAdvantage .box .item .content2 {
    font-size: 0.18rem;
  }
  .NewsList .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .NewsInfoContainer .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
  }
  .p100_ {
    padding-bottom: 0.8rem;
  }
  .p100 {
    padding-top: 0.8rem;
  }
  .NewsInfoContainer .box .boxLeft {
    padding-right: 0;
  }
  .NewsInfoContainer .box .boxLeft .content3 p {
    display: none;
  }
  .NewsInfoContainer .box .boxLeft .content3 div {
    width: 100%;
  }
  .NewsInfoContainer .box .boxLeft .content3 div a {
    line-height: 2;
    font-size: 0.18rem;
  }
  .JoinListContainer .box .item .content1 {
    width: 1.3rem;
  }
  .JoinListContainer .box .item .boxBottom .con1 {
    display: grid;
    gap: 0.3rem;
  }
  .JoinListContainer .box .item .boxBottom .con1 .ite {
    font-size: 0.18rem;
    padding-right: 0;
    width: 100%;
  }
  .ContactInformation .box .boxTop .boxLeft {
    width: 100%;
  }
  .ContactInformation .box .boxTop .boxRight {
    width: 100%;
    padding: 0.4rem;
  }
  .ContactInformation .box .boxTop .boxLeft .ite:nth-child(2) {
    border: 0;
  }
  .ContactInformation .box1 {
    padding: 0px 0.4rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .ContactInformation .box1 .ite {
    padding-top: 0.55rem;
    padding-right: 0;
    padding-bottom: 0.55rem;
  }
  .OnlineMessage .box .boxLeft {
    width: 100%;
    padding-right: 0rem;
    margin-bottom: 0.5rem;
  }
  .OnlineMessage .box .boxRight .main {
    grid-template-columns: repeat(1, 1fr);
  }
  .SearchOver .img img {
    width: 100%;
    height: 4rem;
  }
  .SearchOver .orientation .content1 a {
    line-height: 2;
  }
  .SearchList .box a .content1 {
    font-size: 0.2rem;
  }
  .HomeAbout {
    padding-top: 0;
  }
  .HomeIndustryApplication {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .HomeServicePurpose .box .bgImg img {
    height: calc(100vh - 58px);
  }
}
@media screen and (max-width: 669px) {
  .HeaderMobile .box .logo a img {
    height: 17px;
  }
  .HeaderMobile .box .button .Lanuage {
    font-size: 12px;
    margin-left: 30px;
  }
  .HeaderMobile .box .button .Lanuage img {
    transform: translateY(-2px);
  }
  .search_container .box_search input[type='text'] {
    font-size: 13px;
  }
  .HomeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation div.w1620 div.content0 {
    font-size: 0.24rem;
  }
  .HomeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation div.w1620 div.content1 {
    font-size: 0.3rem;
    line-height: 1.5;
  }
  .HomeBanner div.box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.orientation div.w1620 div.content1,
  .HomeTitle .title {
    font-size: 0.3rem;
  }
  .HomeAbout .box {
    width: 100%;
  }
  .HomeAbout .box .content1 .ite:nth-child(2n) {
    transform: translate(0);
  }
  .HomeIndustryApplication .box .boxRight .main {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .HomeIndustryApplication .box .boxRight {
    margin-top: 0.5rem;
  }
  .CorporateCultureContainer .box .item .content1,
  .SocialResponsibilityContainer .box .item .right .content0,
  .ProductCenterContainer .box .right h5,
  .productInfoContainer .box .boxRight .content0,
  .OurAdvantage .box .item .content1,
  .NewsInfoContainer .box .boxLeft .content0,
  .NewsInfoContainer .box .boxRight h5,
  .HomeIndustryApplication .box .boxLeft .toggleMain .item h5,
  .CompanyProfileContainer .box .right .content0,
  .HomeServicePurpose .box .orientation .main .content0,
  .InnerBanner .orientation h5,
  .InnerTitle h5,
  .CompanyProfileContainer .box1 .ite .right div,
  .CompanyProfileContainer .box1 .ite .right div font {
    font-size: 0.24rem;
  }
  .HomeServicePurpose .box .orientation .main .content1 .ite {
    padding: 0.2rem 0.1rem;
  }
  .HomeServicePurpose .box .orientation .main .content1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .HomeServicePurpose .box .orientation .main .content1 .ite .bot {
    margin-top: 0.34rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .HomeServicePurpose .box .orientation .main .content1 .ite .top img {
    height: 0.5rem;
  }
  .HomeServicePurpose .box .orientation .main .content1 .ite::after {
    display: none;
  }
  .HomeNews .box .item_one {
    display: none;
  }
  .HomeNews .box .item_three {
    display: grid;
    gap: 0.3rem;
  }
  .HomeNews .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .HomeNews .box .item_three .item a {
    padding: 0.6rem 0.4rem 0.2rem;
  }
  .HomeNews .box .item_three .item a .top {
    font-size: 0.2rem;
  }
  .HomeNews .box .item_three .item a .bot {
    margin-top: 0.16rem;
    font-size: 12px;
  }
  .HomeNews .box1 a {
    font-size: 14px;
  }
  .HomeBusinessPartner .box {
    padding: 0 0.3rem;
  }
  .InnerBanner .img picture img {
    min-height: 3.5rem;
  }
  .InnerBanner .orientation {
    top: 1.2rem;
  }
  .DevelopmentCourseContainer .box div.banner div.swiper div.swiper-wrapper div.swiper-slide div.item div.content0 {
    font-size: 0.3rem;
  }
  .CorporateCultureContainer .box .item {
    padding: 0 5px;
  }
  .HonorQualificationContainer .box .banner {
    height: auto;
    padding: 0 5vw;
  }
  .HonorQualificationContainer .box .banner .swiper-slide {
    transform: scale(1);
  }
  .HonorQualificationContainer .box .banner .swiper-slide-active .item .content1 {
    margin-top: 0.3rem;
    line-height: 0.5rem;
    height: 1rem;
  }
  .HonorQualificationContainer .box .button p {
    width: 50px;
    height: 50px;
  }
  .InsidePageNavigation .box .boxTop .boxLeft {
    color: #999;
  }
  .InsidePageNavigation .box .boxTop .boxRight {
    display: none;
  }
  .ProductCenterContainer .box .left {
    padding: 0.45rem;
    height: auto;
  }
  .ProductListContainer .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .HomeLink .a {
    font-size: 13px;
  }
  .productInfoContainer .box .boxLeft .box2 .banner {
    width: calc(100% - 1.3rem);
  }
  .productInfoContainer .box .boxLeft .box1 p {
    height: auto;
  }
  .argument .box .main1 .item {
    padding: 0.3rem 0.1rem !important;
  }
  .RecommendedProduct .box .swiper .swiper-slide .item a figcaption .left,
  .argument .main2 div.swiper div.swiper-wrapper div.swiper-slide a figcaption {
    font-size: 0.18rem;
  }
  .ApplicationScenario .box .item figcaption {
    font-size: 0.2rem;
  }
  .ApplicationScenario .box .item figure img {
    height: 0.6rem;
  }
  .ApplicationScenario .box {
    gap: 0.2rem;
  }
  .OurAdvantage .box .item .content0 {
    padding-top: 0.9rem;
  }
  .OurAdvantage .box .item .content2 {
    padding: 0 0.3rem;
  }
  .OurAdvantage .box .item .content2 {
    height: 2rem;
    overflow: auto;
  }
  .CustomerCase .box .banner .swiper .swiper-wrapper .swiper-slide a .boxRight {
    padding: 0.3rem;
  }
  .NewsList .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .inner_page .box_ .page {
    display: none;
  }
  .inner_page .box_ .button {
    margin: 0 0.1rem;
  }
  .p100 {
    padding-top: 0.7rem;
  }
  .InsidePageNavigation .box .boxTop .boxLeft {
    font-size: 12px;
  }
  .InsidePageNavigation .box .boxTop {
    line-height: 0.5rem;
  }
  .InsidePageNavigation .box {
    padding-bottom: 0.2rem;
  }
  .NewsInfoContainer .box .boxRight .item a {
    padding: 0.6rem 0.45rem 0.3rem;
  }
  .JoinListContainer .box .item1 {
    padding: 0 0.3rem;
    line-height: 0.6rem;
  }
  .JoinListContainer .box .item1,
  .JoinListContainer .box .item .boxTop {
    font-size: 13px;
  }
  .JoinListContainer .box .item .content1 {
    width: 0.9rem;
  }
  .JoinListContainer .box .item .content2 {
    width: 0.9rem;
  }
  .JoinListContainer .box .item .boxTop {
    padding: 0.2rem 0.3rem;
    line-height: 0.4rem;
  }
  .JoinListContainer .box .item .boxBottom {
    padding: 0.45rem 0.3rem;
  }
  .JoinListContainer .box .item .boxBottom .con2 a svg {
    margin-left: 5px;
    transform: translateY(3px);
  }
  .JoinListContainer .box .item .boxBottom .con2 {
    margin-top: 0.5rem;
  }
  .JoinListContainer .box .item .boxTop .content2 font {
    display: none !important;
  }
  .JoinListContainer .box .item .content2 {
    width: 0.7rem;
  }
  .inner_page .box_ .button p a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .JoinContainer .box div {
    width: 89%;
  }
  .OnlineMessage .box .boxRight .main .item .icon img {
    width: 16px;
  }
  .SearchOver .orientation .content0 div {
    width: 100%;
  }
  .SearchList .box a {
    padding: 0.38rem 0 0.38rem 0;
  }
  .SearchList .box a .posi {
    display: none;
  }
  .SupplierSelfRrecommendation .box .main1 .parent {
    grid-template-columns: repeat(1, 1fr);
  }
  .SupplierSelfRrecommendation .box .main1 .div10 {
    grid-area: initial;
  }
  .SupplierSelfRrecommendation .box .main2 .parent {
    grid-template-columns: repeat(1, 1fr);
  }
  .SupplierSelfRrecommendation .box .main3 .list .item .boxBot .ite .layui-form-checkbox[lay-skin=primary] i,
  .SupplierSelfRrecommendation .box .main4 .list .item .check_list .ite .layui-form-radio > i,
  .SupplierSelfRrecommendation .box .main4 .list .item .check_list .ite .layui-form-checkbox[lay-skin=primary] i {
    transform: scale(0.7);
  }
  .SupplierSelfRrecommendation .box .main4 .list {
    padding: 0 0.3rem;
  }
  .SupplierSelfRrecommendation .box .main4 .list .item .tit,
  .SupplierSelfRrecommendation .box .main4 .list1 .tit {
    font-size: 0.2rem;
  }
  .SupplierSelfRrecommendation .box .main4 .list1 {
    padding: 0 0.3rem 0.3rem;
  }
  .SupplierSelfRrecommendation .box .main4 .list1 .but_1 p {
    margin-left: 0;
  }
  .SupplierSelfRrecommendation .box .main5 .left {
    width: 100%;
  }
  .SupplierSelfRrecommendation .box .main5 .left div input[type='text'] {
    width: 100%;
  }
  .SupplierSelfRrecommendation .box .main5 .right {
    width: 100%;
    margin-top: 0.3rem;
  }
  .SupplierSelfRrecommendation .box .main5 .right button {
    width: 100%;
  }
  .SupplierSelfRrecommendation .box .main5 {
    margin-top: 0.64rem;
    padding-bottom: 0.64rem;
  }
  .HomeIndustryApplication .box .boxRight .main .item{
	  width: auto;
  }
  .ConsultingService .box {
	  display: grid;
	  gap:.6rem;
	  grid-template-columns: 1fr;
  }
  .ConsultingService .box .item{
	  border: 0;
  }
  section.FooterContainer div.box div.w1620 div.box_info div.boxLeft .content3{
	  text-align: center;
  }
  .HomeBanner div.box .main .page div p{
	  margin: 0 -.1rem;
  }
}
/*# sourceMappingURL=./style.css.map */