.w_1520 {
  max-width: 1520px;
  width: 90%;
  margin: auto;
}
html,
body {
  transition: 0.5s;
}
#lpk1 {
  position: relative;
  top: -10px;
}
#lpk2 {
  position: relative;
  top: -10px;
}
#lpk3 {
  position: relative;
  top: -10px;
}
#lpk4 {
  position: relative;
  top: -10px;
}
#lpk5 {
  position: relative;
  top: 56px;
}
#lpk6 {
  position: relative;
  top: -10px;
}
.index_head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
.index_head::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  height: 100%;
  width: 100%;
  box-shadow: 0px 2px 3px #c2c2c2;
}
.index_head .box .boxLeft {
  padding: 30px 0;
}
.index_head .box .boxLeft img {
  height: 40px;
  position: relative;
  left: -9rem;
}
.index_head .box .boxRight .nav .item {
  padding: 0 1.5rem;
  position: relative;
}
.index_head .box .boxRight .nav .item:hover ul {
  display: block;
}
.index_head .box .boxRight .nav .item p a {
  font-size: 16px;
  color: #000;
  display: block;
  line-height: 100px;
  height: 100px;
}
.index_head .box .boxRight .nav .item p a:hover {
  color: #0599d8;
}
.index_head .box .boxRight .nav .item ul {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  display: none;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.16);
}
.index_head .box .boxRight .nav .item ul li a {
  font-size: 16px;
  color: #666;
  /*line-height: 4.25rem;*/
  display: block;
  padding: 0.8rem 3px;
}
.index_head .box .boxRight .nav .item ul li a:hover {
  background: #0599d8;
  color: #fff;
}
.index_head .box .boxRight .nav .item ul .act a{
	background: #0599d8;
	color: #fff;
}
.index_head .box .boxRight .nav .active p a {
  color: #0599d8;
  font-size: 20px;
  font-weight: bold;
}
.index_head .box .boxRight .language {
  margin: 0 3.75rem 0 2.5rem;
  position: relative;
}
.index_head .box .boxRight .language .top {
  font-size: 16px;
  color: #999;
  line-height: 100px;
  height: 100px;
  cursor: pointer;
}
.index_head .box .boxRight .language .top svg {
  vertical-align: middle;
  margin-right: 0.3125rem;
}
.index_head .box .boxRight .language .top span {
  margin-left: 0.3125rem;
  font-size: 16px;
}
.index_head .box .boxRight .language .bot {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  display: none;
}
.index_head .box .boxRight .language .bot p a {
  font-size: 16px;
  color: #666;
  line-height: 2.8125rem;
  display: block;
}
.index_head .box .boxRight .language .bot p a:hover {
  background: #0599d8;
  color: #fff;
}
.index_head .box .boxRight .call a {
  height: 100px;
  display: block;
  width: 140px;
  background: #0599d8;
  text-align: center;
  display: flex;
  align-items: center;
}
.index_head .box .boxRight .call a img {
  margin-bottom: 8px;
}
.index_head .box .boxRight .call a div {
  font-size: 16px;
  color: #fff;
  margin: auto;
}
.index_head .box .boxRight .menu {
  display: none;
}
.index_head1::after {
  width: calc(100% - 12rem);
}
.index_head2::after {
  width: calc(100%);
}
.index_banner {
  position: relative;
}
.index_banner .swiper-slide {
  position: relative;
}
.index_banner .swiper-slide > img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.index_banner .swiper-slide .phone {
  display: none;
}
.index_banner .swiper-slide .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.index_banner .swiper-slide .main .box .top {
  font-size: 4.875rem;
  color: #fff;
}
.index_banner .swiper-slide .main .box .bot {
  font-size: 2.25rem;
  color: #fff;
  margin-top: 1.875rem;
}
.index_banner .swiper-slide-active > img {
  animation: dash 10s linear forwards;
}
.index_banner .swiper-pagination {
  bottom: 2rem ;
}
.index_banner .swiper-pagination span {
  margin: 0 0.5rem !important;
  opacity: 1;
  border-radius: 0;
  background: #fff;
}
.index_banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #0599d8;
}
.service_banner {
  position: relative;
}
.service_banner img {
  width: 100%;
}
.service_banner .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.service_banner .main .box {
  position: relative;
  top: 2rem;
}
.service_banner .main .box .top {
  font-size: 4.125rem;
  color: #fff;
  font-family: 'Harmony_Bold';
}
.service_banner .main .box .bot {
  font-size: 2.875rem;
  color: #fff;
}
@keyframes dash {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.p94 {
  padding-top: 5.875rem;
}
.p94_ {
  padding-bottom: 5.875rem;
}
.index_title .top1 {
  border-top: 1px solid #e8e7e7;
  position: relative;
}
.index_title .top1::after {
  position: absolute;
  width: 3.875rem;
  height: 2px;
  content: '';
  left: 0;
  top: -1px;
  background: #0599d8;
}
.index_title .top2 {
  font-family: 'Harmony_Bold';
  color: #0599d8;
  font-size: 4.75rem;
  margin-top: 3.5rem;
}
.index_title .top3 {
  font-size: 2.375rem;
  color: #000;
  margin-top: 1.625rem;
  text-align: center;
  display: inline-block;
}
.index_title .top3 span {
  font-size: 1.5rem;
  color: #666;
}
.index_about .box .boxLeft {
  width: 48%;
}
.index_about .box .boxLeft .top1 {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.875rem;
  margin-top: 1.875rem;
  text-align: justify;
}
.index_about .box .boxLeft .top2 {
  margin-top: 3.375rem;
}
.index_about .box .boxLeft .top2 .item {
  width: 48%;
  line-height: 4.625rem;
  border-bottom: 1px solid #ccc;
}
.index_about .box .boxLeft .top2 .item:nth-child(1) {
  border-top: 1px solid #ccc;
}
.index_about .box .boxLeft .top2 .item:nth-child(2) {
  border-top: 1px solid #ccc;
}
.index_about .box .boxLeft .top2 .item .left {
  font-size: 1rem;
  color: #666;
  width: 40%;
}
.index_about .box .boxLeft .top2 .item .left p{
	padding: 0.9375rem 0;
   line-height: 1.375rem;
}
.index_about .box .boxLeft .top2 .item .right {
  width: 60%;
  font-size: 1rem;
  color: #000;
}
.index_about .box .boxLeft .top2 .item .right p {
  padding: 0.9375rem 0;
  line-height: 1.375rem;
}
.index_about .box .boxRight {
  width: 46%;
  margin-top: -2.5rem;
  overflow: hidden;
}
.index_about .box .boxRight img {
  transition: 0.3s;
  width: 100%;
}
.index_about .box .boxRight img:hover {
  transform: scale(1.1);
}
.index_service .box {
  margin-top: 1.875rem;
}
.index_service .box .top .left {
  line-height: 3.5rem;
  font-size: 1rem;
  color: #000;
}
.index_service .box .top .right p {
  width: 3.375rem;
  height: 3.375rem;
  line-height: 3.375rem;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  margin-left: 1.5625rem;
}
.index_service .box .top .right p span {
  color: #999;
}
.index_service .box .top .right p:hover span {
  color: #0599d8;
}
.index_service .box .bot {
  margin-top: 3.75rem;
}
.index_service .box .bot .banner {
  padding-left: 12rem;
  box-sizing: border-box;
  padding-right: 3.75rem;
}
.index_service .box .bot .banner .swiper-slide a {
  position: relative;
  display: block;
  overflow: hidden;
}
.index_service .box .bot .banner .swiper-slide img {
  width: 100%;
  transition: 0.3s;
}
.index_service .box .bot .banner .swiper-slide .main {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 21.25rem;
  box-sizing: border-box;
  padding: 1.875rem 0 1.875rem 1.875rem;
}
.index_service .box .bot .banner .swiper-slide .main h5 {
  font-size: 1.5rem;
  color: #000;
}
.index_service .box .bot .banner .swiper-slide .main > p {
  margin-top: 0.9375rem;
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  height: 5.625rem;
}
.index_service .box .bot .banner .swiper-slide .main div {
  margin-top: 1.25rem;
  position: relative;
  transition: all 0.3s;
}
.index_service .box .bot .banner .swiper-slide .main div::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  top: 0.90625rem;
  transition: all 0.3s;
}
.index_service .box .bot .banner .swiper-slide .main div p {
  position: relative;
  z-index: 1;
  display: block;
  height: 1.875rem;
  width: 1.875rem;
  background: #f2f2f2;
  border-radius: 50%;
  text-align: center;
  line-height: 1.875rem;
  transition: all 0.3s;
}
.index_service .box .bot .banner .swiper-slide .main div p span {
  opacity: 0;
  transition: all 0.3s;
  z-index: 10;
  position: relative;
}
.index_service .box .bot .banner .swiper-slide .main div p::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #0599d8;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
}
.index_service .box .bot .banner .swiper-slide:hover a > img {
  transform: scale(1.1);
}
.index_service .box .bot .banner .swiper-slide:hover .main div::after {
  background: #0599d8;
}
.index_service .box .bot .banner .swiper-slide:hover .main div p {
  background: #0599d8;
}
.index_service .box .bot .banner .swiper-slide:hover .main div p span {
  opacity: 1;
  color: #fff;
}
.index_service .box .bot .banner .swiper-slide:hover .main div p::after {
  width: 100%;
  height: 100%;
}
.index_advantage .box .boxLeft {
  margin-top: 10.5rem;
  width: 32%;
}
.index_advantage .box .boxLeft img {
  max-width: 100%;
}
.index_advantage .box .boxRight {
  width: 62%;
  /* box-shadow: 0px 0px 16px #f5f5f5; */
  margin-top: -9rem;
  position: relative;
  background: #fff;
}
.index_advantage .box .boxRight::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5rem;
  left: 5rem;
  background: #0080cc;
  z-index: -1;
}
.index_advantage .box .boxRight .item {
  text-align: center;
  width: 50%;
  padding: 3.75rem 0;
  box-sizing: border-box;
}
.index_advantage .box .boxRight .item:nth-child(1) {
  border-bottom: 1px solid #e8e7e7;
  border-right: 1px solid #e8e7e7;
}
.index_advantage .box .boxRight .item:nth-child(2) {
  border-bottom: 1px solid #e8e7e7;
}
.index_advantage .box .boxRight .item:nth-child(3) {
  border-right: 1px solid #e8e7e7;
}
.index_advantage .box .boxRight .item .top1 img {
  height: 6.0625rem;
}
.index_advantage .box .boxRight .item .top2 {
  font-size: 1rem;
  color: #666;
}
.index_advantage .box .boxRight .item .top2 text {
  color: #0599d8;
}
.index_advantage .box .boxRight .item .top2 span {
  font-size: 4.625rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #0599d8;
}
.index_advantage .box .boxRight .item .top2 p {
  margin-top: 4rem;
}
.index_partner {
  padding-top: 10rem;
}
.index_partner .box .name {
  text-align: right;
  font-size: 1rem;
  color: #000;
  margin-top: -4.5rem;
}
.index_partner .box .banner {
  margin-top: 8rem;
}
.index_partner .box .banner .swiper-slide {
  height: 9.375rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.index_partner .box .banner .swiper-slide img {
  margin: auto;
  max-width: 100%;
  transition: 0.3s;
  max-height: 96%;
}
.index_partner .box .banner .swiper-slide img:hover {
  transform: scale(1.1);
}
.index_partner .box .banner .button {
  filter: grayscale(100%);
  transform: scale(0.8);
}
.index_partner .box .banner .button:hover {
  filter: grayscale(0%);
}
.index_partner .box .banner .swiper-button-prev {
  left: 0rem;
}
.index_partner .box .banner .swiper-button-next {
  right: 0;
}
.index_contact {
  position: relative;
}
.index_contact::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12.5rem;
  height: 12.5rem;
  background: #f0f1f2;
}
.index_contact .box {
  margin-top: 2.1875rem;
  padding-bottom: 8.5rem;
}
.index_contact .box .item {
  width: 33.333%;
  box-sizing: border-box;
  padding: 2.1875rem 0;
}
.index_contact .box .item:nth-child(2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.index_contact .box .item:nth-child(1) {
  padding-right: 6.25rem;
}
.index_contact .box .item:nth-child(1) .right{
	width: 60%;
}
.index_contact .box .item:nth-child(3) {
  padding-left: 6.25rem;
}
.index_contact .box .item .left{
	overflow: hidden;
	border: 1px solid #999;
	border-radius: 50%;
	height: 6rem;
	width: 6rem;
}
.index_contact .box .item .left img {
  width: 100%;
  transition: 0.3s;
}
.index_contact .box .item .left img:hover{
	transform: scale(1.2);
}
.index_contact .box .item .right {
  margin-left: 1.5625rem;
}
.index_contact .box .item .right h5 {
  font-size: 1.25rem;
  color: #000;
  margin-top: 1rem;
}
.index_contact .box .item .right p {
  font-size: 1rem;
  color: #666;
  margin-top: 0.75rem;
}
.index_footer {
  background: #f0f1f2;
  min-height: 6.25rem;
}
.index_footer .box {
  padding: 4.625rem 0;
}
.index_footer .box .boxLeft {
  width: 34%;
}
.index_footer .box .boxLeft .top img {
  height: 2.5rem;
}
.index_footer .box .boxLeft .bottom {
  margin-top: 3.75rem;
  font-size: 1rem;
  color: #666;
}
.index_footer .box .boxLeft .bottom a {
  color: #666;
  line-height: 1.875rem;
}
.index_footer .box .boxCen h5 {
  font-size: 1.5rem;
  font-size: 1rem;
  color: #000;
  padding-bottom: 0.625rem;
}
.index_footer .box .boxCen div {
  font-size: 1rem;
  margin-top: 1rem;
  color: #666;
}
.index_footer .box .boxCen div span {
  display: inline-block;
  width: 1.5625rem;
  text-align: center;
  margin-right: 1rem;
}
.index_footer .box .boxCen div span img {
  max-width: 100%;
}
.index_footer .box .boxRight h5 {
  font-size: 1.25rem;
  color: #000;
}
.index_footer .box .boxRight .bottom {
  margin-top: 2.1875rem;
}
.index_footer .box .boxRight .bottom a {
  opacity: 1;
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
  box-sizing: border-box;
  filter: grayscale(100%);
}
.index_footer .box .boxRight .bottom a:nth-child(2) {
  background: url(../images/f1.png) no-repeat;
  background-size: 100% 100%;
}
.index_footer .box .boxRight .bottom a:nth-child(3) {
  background: url(../images/f2.png) no-repeat;
  background-size: 100% 100%;
}
.index_footer .box .boxRight .bottom a:nth-child(4) {
  background: url(../images/f3.png) no-repeat;
  background-size: 100% 100%;
}
.service_box1 {
  position: relative;
}
.service_box1::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 10.375rem;
  background: #f0f1f2;
  z-index: -1;
}
.service_box1 .index_title .top1 {
  margin-top: 4.625rem;
}
.service_box1 .index_title .top2 {
  font-size: 3.875rem;
}
.service_box1 .box {
  margin-top: -13rem;
}
.service_box1 .box .main {
  width: 50%;
  height: 8.75rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  top: 1rem;
}

.service_box1 .box .main::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 3px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 3px;
}

.service_box1 .box .main::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	background: #999;
}

.service_box1 .box .main::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
	border-radius: 0;
	background: #dcdcdc;
}

.service_box1 .box .main p {
  font-size: 1.125rem;
  color: #000;
  line-height: 2.1875rem;
}
.service_box1 .box1 {
  margin-top: 9rem;
}
.service_box1 .box1 h5 {
  font-size: 2rem;
  color: #000;
}
.service_box1 .box1 .list .item {
  padding: 4.625rem 0;
  border-bottom: 1px solid #ddd;
}
.service_box1 .box1 .list .item:last-child {
  border: 0;
  padding-bottom: 0;
}
.service_box1 .box1 .list .item .left {
  width: 50%;
}
.service_box1 .box1 .list .item .left img {
  width: 100%;
}
.service_box1 .box1 .list .item .right {
  width: calc(50% - 6.25rem);
}
.service_box1 .box1 .list .item .right .h5 {
  font-size: 1.75rem;
  color: #000;
}
.service_box1 .box1 .list .item .right .h6 {
  font-size: 1.375rem;
  color: #0599d8;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.875rem;
  margin-top: 0.75rem;
}
.service_box1 .box1 .list .item .right .text {
  margin-top: 2rem;
}
.service_box1 .box1 .list .item .right .text p {
  font-size: 1.125rem;
  color: #000;
  line-height: 2.1875rem;
  text-align: justify;
}
@media screen and (max-width: 1680px) {
  .index_head .box .boxLeft img {
    left: 0;
  }
  .index_service .box .bot .banner {
    padding-left: 5rem;
  }
  .index_contact::after {
    width: 10.5rem;
    height: 9.5rem;
  }
  .index_head .box .boxRight .nav .item ul li a {
    /*line-height: 3.25rem;*/
  }
  .service_box1 .index_title .top2 {
    font-size: 3.5rem;
  }
  .service_banner .main .box .top {
    font-size: 3.125rem;
  }
  .service_banner .main .box .bot {
    font-size: 2.4rem;
  }
  .index_banner .swiper-slide .main .box .top {
    font-size: 3.5rem;
  }
  .index_banner .swiper-slide .main .box .bot {
    font-size: 2rem;
  }
  .index_title .top2 {
    font-size: 3.75rem;
  }
  .index_title .top3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1440px) {
  .index_advantage .box .boxRight {
    margin-top: -7rem;
  }
  .index_head .box .boxRight .nav .item ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .index_contact::after {
    height: 8.5rem;
  }
  .index_head .box .boxRight .nav .item {
    /*padding: 0 0.8rem;*/
  }
}
@media screen and (max-width: 1280px) {
  .index_head .box .boxRight .call a {
    width: 120px;
  }
  .index_head .box .boxRight .nav .item p a {
    font-size: 15px;
  }
  .index_partner {
    padding-top: 5.875rem;
  }
  .index_partner .box .banner .swiper-slide {
    transform: scale(0.9);
  }
  .index_contact::after {
    display: none;
  }
  .index_contact .box {
    padding-bottom: 5.785rem;
  }
  .index_service .box .bot .banner .swiper-slide .main {
    width: 25.25rem;
  }
  .index_advantage .box .boxLeft {
    width: 26%;
  }
}
@media screen and (max-width: 1024px) {
	.index_head .box .boxRight .nav .item ul li a{
		padding: 0;
	}
  .body {
    overflow: hidden;
  }
  .index_head .box .boxRight .nav {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 88;
    background: #fff;
    overflow-y: scroll;
    height: calc(100% - 100px);
  }
  .index_head .box .boxRight .nav .item {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .index_head .box .boxRight .nav .item:hover ul {
    position: inherit;
    width: 100%;
    top: 0;
    left: 0;
  }
  .index_head .box .boxRight .nav .item p a {
    line-height: 70px;
    height: 70px;
  }
  .index_advantage .box .boxRight::after {
    display: none;
  }
  .index_contact .box .item:nth-child(1) {
    padding-right: 2.25rem;
  }
  .index_contact .box .item .right {
    width: 62%;
  }
  .index_contact .box .item:nth-child(3) {
    padding-left: 2.25rem;
  }
  .index_contact .box .item .flexStart {
    width: 100%;
  }
  .index_contact .box .item:nth-child(2) {
    border: 0;
  }
  .index_advantage .box .boxRight .item .top2 span {
    font-size: 3.625rem;
  }
  .index_advantage .box .boxRight .item .top2 p {
    margin-top: 2.9rem;
  }
  .index_about .box .boxLeft {
    width: 100%;
  }
  .index_about .box .boxRight {
    width: 100%;
    margin-top: 2rem;
  }
  .service_box1 .box {
    margin-top: 3rem;
  }
  .service_box1 .box .main {
    width: 100%;
  }
  .service_box1 .box1 {
    margin-top: 5rem;
  }
  .service_box1 .box1 .list .item .right {
    width: calc(50% - 3.25rem);
  }
  .service_box1::after {
    display: none;
  }
  .service_box1 .box1 .list .item:last-child {
    padding-bottom: 4.625rem;
  }
  .index_head .box .boxRight .menu {
    display: block;
    margin-top: 34px;
  }
  .index_head .box .boxRight .menu .icon1 {
    display: none;
  }
  .index_head .box .boxRight .act .icon {
    display: none;
  }
  .index_head .box .boxRight .act .icon1 {
    display: block;
  }
  .index_head .box .boxRight .call {
    display: none;
  }
  .index_head .box .boxRight .nav .item ul li a:hover {
    background: #fff;
    color: #666;
  }
}
@media screen and (max-width: 768px) {
	.index_contact .box .item:nth-child(1) .right {
	    width: 100%;
	}
	.index_head1::after{
		width: 100%;
	}
  .index_banner .swiper-slide > img {
    height: auto;
  }
  .index_banner .swiper-slide .phone {
    display: block;
  }
  .index_banner .swiper-slide .pc {
    display: none;
  }
  .index_banner .swiper-slide .main .box .top {
    font-size: 2.5rem;
  }
  body {
    padding-top: 100px;
  }
  .index_banner .swiper-slide .main .box .top {
    font-size: 2.5rem;
  }
  .index_about .box .boxLeft .top2 .item .left {
    width: 30%;
  }
  .index_about .box .boxLeft .top2 .item .right {
    width: 70%;
  }
  .index_service .box .bot .banner {
    padding: 0 2.5rem;
  }
  .index_advantage .box .boxLeft {
    display: none;
  }
  .index_advantage .box .boxRight {
    margin-top: 02rem;
    width: 100%;
  }
  .index_advantage .box .boxRight .item .top1 img {
    height: 5.0625rem;
  }
  .index_partner .box .name {
    text-align: left;
    margin-top: 2rem;
  }
  .index_partner .box .banner {
    margin-top: 4rem;
  }
  .index_contact .box .item {
    padding: 0;
    text-align: center;
  }
  .index_contact .box .item .left {
    margin: auto;
  }
  .index_contact .box .item .right {
    margin: 0;
    width: 100%;
  }
  .index_footer .box {
    text-align: center;
  }
  .index_footer .box .boxLeft {
    width: 100%;
  }
  .index_footer .box .boxCen {
    width: 100%;
    text-align: left;
    margin: auto;
  }
  .index_footer .box .boxRight {
    width: 100%;
  }
  .index_footer .box .boxRight h5 {
    display: none;
  }
  .index_footer .box .boxLeft .top {
    display: none;
  }
  .index_footer .box .boxLeft .bottom {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .index_footer .box {
    padding: 2.625rem 0;
  }
}
@media screen and (max-width: 414px) {
	#lpk1 {
	    top: -70px;
	}
	.index_head1::after {
	    width: calc(100% );
	}
	.index_about .box .boxLeft .top2 .item:nth-child(2) {
	    border-top: 0;
	}
  .index_head .box .boxLeft img {
    height: 30px;
  }
  .index_head .box .boxLeft {
    padding: 20px 0;
  }
  .index_head .box .boxRight .language .top {
    font-size: 15px;
    line-height: 70px;
    height: 70px;
  }
  .index_head .box .boxRight .menu {
    margin-top: 19px;
  }
  .index_head .box .boxRight .language {
    margin: 0 1.75rem 0 0rem;
  }
  body {
    padding-top: 70px;
  }
  .index_head .box .boxRight .nav {
    top: 70px;
    height: calc(100% - 70px);
  }
  .index_banner .swiper-slide .main .box .top {
    font-size: 1.6rem;
  }
  .index_banner .swiper-slide .main .box .bot {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  .p94 {
    padding-top: 3.875rem;
  }
  .index_title .top2 {
    font-size: 2.5rem;
    margin-top: 2.5rem;
  }
  .index_title .top3 {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  .index_about .box .boxLeft .top2 .item {
    width: 100%;
  }
  .index_service .box .bot .banner .swiper-slide .main {
    position: inherit;
    width: 100%;
    padding-left: 0;
  }
  .index_service .box .bot {
    margin-top: 1.75rem;
  }
  .index_advantage .box .boxRight .item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
  .index_advantage .box .boxRight .item:last-child {
    border: 0;
  }
  .index_title .top3 span {
    font-size: 1.2rem;
  }
  .index_partner .box .banner .swiper-slide img {
    max-width: 90%;
    max-height: 90%;
  }
  .index_contact .box .item {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 2rem;
  }
  .index_contact .box .item .left img {
    /* height: 5rem; */
  }
  .index_contact .box {
    padding-bottom: 1.785rem;
  }
  .index_partner .box .banner .button {
    transform: scale(0.5);
  }
  .index_head .box .boxRight .nav .item p a {
    line-height: 60px;
    height: 60px;
  }
  .service_banner img {
    height: 18rem;
    object-fit: cover;
  }
  .service_banner .main .box {
    top: 0;
  }
  .service_banner .main .box .top {
    font-size: 1.8rem;
  }
  .service_banner .main .box .bot {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .service_box1 .index_title .top2 {
    font-size: 2.5rem;
  }
  .service_box1 .index_title .top1 {
    margin-top: 2.625rem;
  }
  .service_box1 .box1 .list .item .left {
    width: 100%;
    margin-bottom: 2rem;
  }
  .service_box1 .box1 .list .item .right {
    width: 100%;
  }
  .service_box1 .box1 h5 {
    font-size: 1.5rem;
  }
  .service_box1 .box1 {
    margin-top: 3rem;
  }
  .service_box1 .box1 .list .item {
    padding: 2.625rem 0;
  }
  .service_box1 .box1 .list .item:last-child {
    flex-flow: column-reverse;
  }
  .service_box1 .box1 .list .item .right .h5 {
    font-size: 1.4rem;
  }
  .service_box1 .box1 .list .item .right .h6 {
    font-size: 1.2rem;
  }
  .index_head .box .boxRight .language .bot {
    top: 70px;
  }
  .index_head .box .boxRight .language .bot p a {
    font-size: 15px;
    line-height: 2rem;
  }
}
