@font-face {
  font-family: "Montserrat";
  src: url("font/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("font/Montserrat-Bold-3.otf");
}
:root {
  --mainColor: rgba(0, 123, 255, 1);
  --txtColor: #fff;
    --gradient-colors: #59efbc, #65cfea;
  --bgImg:  linear-gradient(91deg, #59efbc 0%, 	#65cfea 100%),	linear-gradient(#2c67ba, #2c67ba);
  --main-font: 'Montserrat', system-ui, -apple-system, sans-serif;
}

body {
  font-family: var(--main-font);
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 80px !important;
  }
}

.com-card {
  width: 17.5rem;
  height: 100%;
  margin: 0 auto;
}

.tranImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}

.hoverImg:hover img,
.index_box1Swiper .swiper-slide:hover .img img,
.index_box2Con .lt:hover img ,
.index_box2Con li:hover .bg,
.index_box4Con li:hover .bg,
.index_box5Swiper .img:hover img{
  transform: scale(1.1);
}

.comHover:hover {
  box-shadow: 0 0 15px rgba(90, 240, 157, 0.6);
  transform: translateY(-5px);
}
.comTxt {
  background: linear-gradient(90deg, var(--gradient-colors));
  background-size: 100% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradient 3s linear infinite;
}
.com-more{
  display: block;
  cursor: pointer;
  	width: 2.5875rem;
	height: .6375rem;
  	font-size: .225rem;
line-height: .6375rem;
text-align: center;
	letter-spacing: .0125rem;
	color: #ffffff;
  background-image: var(--bgImg);
  border-radius: .0625rem;
    transition: all 0.3s;
}



.indexheader {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.headTop{
  width: 100%;
height: .5625rem;
background-image: var(--bgImg);
}
.headTop .rt{
  height: 100%;
}
.headTop p{
  	font-size: .2rem;
	color: #000000;
}
.headToplink a{
  display: flex;
  align-items: center;
  margin-right: .1625rem;
}  
.headToplink a img{
   width: auto;
   height: .225rem;
   object-fit: contain;
}
.index_serach,
.index_language {
    display: flex;
  align-items: center;
    height: 100%;
  cursor: pointer;
}
.index_serach{
  margin:  0  .275rem;
}
.index_serach img{
   width: .275rem;
   cursor: pointer;
   height: auto;
   object-fit: cover;
}

.indexheader.inner .headBot.active .headBotCon, .indexheader.inner .headBotCon{
	    background-color: #fff;
}
.indexheader.inner .headBot .menu-level1>li> a {
    color: #000;
}

.index_language{
  position: relative;
}
.index_language::after{
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: .075rem solid transparent;
   border-right: .075rem solid transparent;
   border-bottom: .075rem solid #fff;
   transform: rotate(180deg);
   margin-left: .0625rem;
   transition: all 0.3s;
}
.index_language.active::after{
  transform: rotate(0);
}
.index_language .icon{
   width: .3rem;
   height: auto;
   object-fit: cover;
   cursor: pointer;
}

.index_languageCon{
  display: none;
  position: absolute;
  top: .5625rem;
  left: 50%;
  transform: translateX(-50%);
 min-width: 1.875rem;
z-index: 99999;
      background-color: #fff;
          border-radius: 0 0 .0625rem .0625rem;
    box-shadow: 0 0 .125rem rgba(163, 161, 161, 0.7);
}

.index_languageCon .con a{
  font-size: .2rem;
  line-height: .3125rem;
  text-align: center;
    padding: .125rem;
  color: #000;
  display: block;
  width: 100%;
      white-space: nowrap;
      transition: all 0.3s;
}
.index_languageCon .con a:last-child{
  border-radius: 0 0 .0625rem .0625rem;
}
.index_languageCon .con a:hover{
  color: #fff;
  background-image: var(--bgImg);
}

.headBot{
  position: fixed;
  left:0;
  top: .5625rem;
width: 100%;
  height: 1.375rem;
transition: all 0.3s;
z-index: 9999;
}

.indexheader.inner .headBot{
	position: static;
}

.indexheader.inner .headBot.active{
	 position: fixed;
}
.headBotCon{
  width: 24rem;
  height: 100%;
}
.headBot.active{
  top: 0;
}
.headBot.active .headBotCon{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0.8);
}
.headBot .logo{
   	width: 1.4875rem;
	height: 1.025rem;
  display: flex;
}
.headBot .logo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.headBot  .rt{
  height: 100%;
}
.headBot  .index_contact{
  width: 1.6125rem;
	height: .5625rem;
  line-height: .5625rem;
    text-align: center;
  background-image: var(--bgImg);
  	border-radius: .05rem;
}
.headBot  .index_contact a{
    	font-size: .175rem !important;
      display: block;
      width: 100%;
    font-weight: 600;
    	letter-spacing: .0125rem;
}
.menu-level1>li,
.menu-level1 {
  height: 100%;
}

.menu-level1>li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: .375rem;
}















.headBot .menu-level1>li> a {
	font-size: .2rem;
	color: #f3f5fa;
}

.headBot .menu-level1>li{
  position: relative;
}
.dropDownMenu{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  padding: .25rem;
  top: 1.375rem;
 display: none;
 z-index: 999;
    background-color: rgba(18, 163, 132, 0.9);
}

.dropDownMenu .item{
  height: auto;
  margin:  0 .25rem 0 0;
}
.dropDownMenu .item:last-child{
  margin-right: 0;
}
.dropDownMenu .item>a{
  display: block;
  font-size: .225rem;
      white-space: nowrap;
  color: #fff;
  padding: .125rem ;
  margin-bottom: .125rem;
  border-bottom: 1px solid #fff;
}
.dropDownMenu .item li a{
  font-size: .2rem;
  display: block;
  line-height: .4375rem;
      white-space: nowrap;
  color: #fff;
  padding: 0 .125rem;
}
.dropDownMenu .item li a:hover,
.dropDownMenu .item>a:hover{
background-color: #fff;
color: #000;
}
























.headerSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headerSwiper .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.headerSwiper .swiper-slide {
  position: relative;
  cursor: pointer;
}

.headerSwiper .text {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
bottom: 1rem;
  transform: translateY(-50%);
  height: auto;
}

.headerSwiper .text .con h2 {
	font-size: .6rem;
	line-height: .6rem;
  font-weight: 600;
	letter-spacing: .025rem;
	color: #ffffff;
}

.headerSwiper .text  .ls{
  	font-size: .25rem;
	line-height: .6rem;
	letter-spacing: .0125rem;
	color: #ffffff;
  margin: .25rem 0;
}

.index_box1{
  width: 100%;
  height: auto;
  padding: 1.25rem 0 1.625rem 0;
  	background-color: #f3f5fa;
}

.com-title {
  width: 100%;
  height: auto;
}

.com-title  p{
  	font-size: .2rem;
}
.com-tl{
	font-weight: 800;
  	font-size: .45rem;
  font-family: "Montserrat-Bold";
	line-height: .6rem;
  margin: .125rem  0 .1875rem 0;
}

.com-title  h3{
  	font-size: .3rem;
	font-weight: normal;
	letter-spacing: .0125rem;
	color: #737373;
  text-align: center;
}

.com-title  .ls{
  width: 70%;
  	font-size: .2rem;
line-height: .375rem;
	color: #737373;
  margin-top: .0625rem;
  text-align: center;
}
.index_prtNav{
  	width: 13rem;
	height: .625rem;
	background-color: #ffffff;
	border-radius: .3125rem;
  margin:  .5rem  auto;
	border: solid 1px #e5e5e5;
}
.index_prtNav .item.active{
  background-image: var(--bgImg);
  color: #fff;
}
.index_prtNav .item{
  cursor: pointer;
  	width: 3.25rem;
    line-height: .625rem;
	height:100%;
  	font-size: .2rem;
text-align: center;
	color: #000000;
  transition: all 0.3s;
  border-radius: .3125rem;
}

.index_box1Swiper{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.index_box1Swiper .swiper-slide{
  	width: 4rem !important;
    height: auto;
}
.index_box1Swiper .img{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .25rem;
  width: 100%;
	height: 3.9125rem;
  overflow: hidden;
  background-color: #fff;
}
.index_box1Swiper .img  img{
  object-fit: contain;
}
.index_box1Swiper  .text{
  width: 100%;
  	height: 1.775rem;
    padding: .25rem  .125rem .125rem ;
	background-color: #ffffff;
    transition: all 0.3s;
}
.index_box1Swiper  .text h3{
	font-size: .225rem;
	font-weight: 600;
  text-align: center;
    transition: all 0.3s;
	color: #000000;
}
.index_box1Swiper  .text .mores{
  	font-size: .225rem;
	letter-spacing: .0125rem;
	color: #737373;
  text-align: center;
  margin-top: .1875rem;
  transition: all 0.3s;

}

.index_box1Swiper .swiper-slide:hover  .text{
  background-image: var(--bgImg);
}
.index_box1Swiper .swiper-slide:hover  .text h3,
.index_box1Swiper .swiper-slide:hover  .text .mores{
  color: #fff;
}
.index_box1Swiper .swiper-slide:hover  .text .mores{
  text-decoration: underline;
}

.index_prtList {
  width: 100%;
  height: auto;
}
.index_prtList .item{
  width: 100%;
  height: 0;
  overflow: hidden;
}


.index_box2{
  width: 100%;
  height: auto;
  padding: .75rem 0 1.5rem 0;
}
.index_box2 .com-title .ls{
  width: 75%;
}

.index_box2Con{
  width: 100%;
	height: 8.5125rem;
  margin-top: .5rem;
}

.index_box2Con .lt{
  position: relative;
  display: block;
  	width: 7.0875rem;
    height: 100%;
    overflow: hidden;
    margin-right: .0125rem;
}
.index_box2Con ul{
  flex: 1;
  height: 100%;
}
.index_box2Con .text,
.index_box4Con .text{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: auto;
  bottom: .2875rem;
  transition: all 0.3s;
}
.index_box2Con .text h3,
.index_box4Con .text h3{
  	font-size: .25rem;
	font-weight: 600;
	color: #ffffff;
}
.index_box2Con .text .com-ls{
  display: none;
}
.com-ls{
  	font-size: .2rem;
	line-height: .375rem;
	color: #ffffff;
}
.index_box2Con .text .icon,
.index_box4Con .text .icon{
  	width: .5875rem;
    display: flex;
    align-items: center;
    justify-content: center;
	height: .5875rem;
  border-radius: .125rem;
  background-image: var(--bgImg);
  transition: all 0.3s;
}
.index_box2Con  li{
  position: relative;
  width: calc((100% - .025rem) / 3);
    	height: 4.25rem;
      overflow: hidden;
      margin:  0 .0125rem .0125rem 0;
}
.index_box2Con  li:nth-child(3n){
  margin-right: 0;
}
.index_box2Con .text .icon img{
   width: .2625rem;
   height: auto;
   object-fit: contain;
}

.index_box2Con  li:hover .text,
.index_box2Con .lt:hover .text{
  width: 95%;
  padding: .15rem  .3125rem  .1875rem  .3125rem;
  background-image: var(--bgImg);
  	border-radius: .125rem;
}
.index_box2Con  li:hover .text .com-ls,
.index_box2Con  .lt:hover .text .com-ls{
  display: block;
}
.index_box2Con  li:hover .text h3{
  margin-bottom: .0625rem;
}
.index_box2Con  li:hover .text .icon,
.index_box2Con .lt:hover  .text .icon{
  background-image: none;
}


.index_box3{
  width: 100%;
	height: 10.7rem;
}

.index_box3 .img{
  position: relative;
  	width: 12rem;
height: 100%;
}
.index_box3 .time{
  position: absolute;
  left: 3.3625rem;
bottom: 1.2875rem;
  	width: 3.375rem;
	height: 3.45rem;
  background-image: var(--bgImg);
  padding: .4375rem  .175rem .125rem  .25rem;
}
.index_box3 .time .tl{
	font-size: .25rem;
	color: #ffffff;
}
.index_box3 .time  .nu{
  align-items: baseline;
}
.index_box3 .time  .nu h3{
  	font-family: Montserrat-Bold;
	font-size: .9rem;
	font-weight: 800;
	color: #ffffff;
}
.dropDownMenuCon {
	align-items: baseline;
}
.index_box3 .time  .nu p{
  	font-size: .6rem;
	color: #ffffff;
}
.index_box3 .time   .ls{
  	font-size: .25rem;
	line-height: .45rem;
	color: #ffffff;
}

.index_box3 .text{
  flex: 1;
  height: 100%;
	background-color: #f3f5fa;
  padding: .875rem  1.375rem  0  3.25rem;
}
.index_box3 .text .com-ls{
  	color: #737373;
    margin-bottom: .375rem;
}


.index_box4{
  width: 100%;
  height: auto;
  padding: .625rem 0  1.5rem 0;
  background-image: var(--bgImg);
}
.index_box4 .com-title .ls{
  color: #000;
}

.index_box4Con{
  width: 100%;
  height: auto;
  	border-radius: .1875rem;
    padding: .0875rem;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: .5rem
}


.index_box4Con li{
  height: 6.6875rem;
  position: relative;
  overflow: hidden;
  	border-radius: .1875rem;
    margin:  0  .0875rem  .0875rem 0;
}
.index_box4Con li p{
	width: 100%;
	display: block;
	height: 100%;
}
.index_box4Con li:nth-child(2n){
  margin-right: 0;
}

.index_box4Con li:nth-child(1),
.index_box4Con li:nth-child(4),
.index_box4Con li:nth-child(5){
	width: 5.5rem;
}


.index_box5{
  width: 100%;
  height: auto;
  padding: 1.5rem 0 1.25rem 0;
}


.index_box5Swiper{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: .8125rem;
}
.index_box5Swiper .swiper-slide{
   transition: 300ms;
	width: 6.5625rem;
	  transform: scale(0.8);
}
.index_box5Swiper  .img{
  	width: 100%;
  overflow: hidden;
  	height: 4.45rem;
	border-radius: .125rem;
  transition: all 0.3s;
  opacity: 0.4;
}
.index_box5Swiper   .name{
  width: 100%;
  display: none;
  text-align: center;
  height: auto;
  	font-size: .3rem;
    margin-top: .25rem;
	font-weight: normal;
	color: #1b1b1b;
}
	.index_box5Swiper .swiper-slide-active,
  .index_box5Swiper .swiper-slide-duplicate-active{
      transform: scale(1);
   
	}
  	.index_box5Swiper .swiper-slide-active .img{
      opacity: 1;
    }


  	.index_box5Swiper .swiper-slide-active .name{
      display: block;
    }
.index_box5-pagination {
  margin: 0 .5rem ;
}
.index_box5-pagination .swiper-pagination-bullet{
	width: 11px;
	height: 11px;
	background-color: #e5e5e5;
	border-radius: 5px;
  opacity: 1;
  margin:  0 4px;
}
.index_box5-pagination .swiper-pagination-bullet-active{
  background-image: var(--bgImg)
}
.index_box5 .bto{
  margin-top: 1rem;
}
.index_box5-prev,
.index_box5-next{
  	width: .75rem;
	height: .75rem;
  cursor: pointer;
  background: url(/public/static/images/home/en-us/ic1-8.png)  no-repeat;
  background-size: cover;
  transition: all 0.3s;
}
.index_box5-next{
  transform: rotate(180deg);
}


.index_box5-next:hover{
  background: url(/public/static/images/home/en-us/ic1-7.png)  no-repeat;
  background-size: cover;
  transform: rotate(0);
}
.index_box5-prev:hover{
  background: url(/public/static/images/home/en-us/ic1-7.png)  no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}

.index_box6{
  width: 100%;
  height: auto;
  padding: 1rem 0  1.625rem 0;
  	background-color: #f3f5fa;
}

.index_box6 .top{
  width: 100%;
  	height: 5.9rem;
    	border-radius: .0625rem;
      margin-bottom: .3125rem;
}

.index_box6 .top .img{
  	width: 8.75rem;
    height: 100%;
    border-radius: .0625rem;
    overflow: hidden;
}
.index_box6   .text{
  flex: 1;
  height: 100%;
  background-color: #fff;
}
.index_box6   .text p{
  	font-size: .225rem;
}
.index_box6   .text .time{
  	font-size: .2rem;
	color: #0d132a;
}

.index_box6   .text h3{
  	font-size: .25rem;
	line-height: .35rem;
	letter-spacing: .0125rem;
	color: #1d1d1d;
}

.index_box6   .text .com-ls{
  line-height: .35rem;
  	color: #737373;
}


.index_box6   .top .text{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
padding: .4375rem  1.25rem  .625rem  .5rem;
}
.index_box6   .top .text  .time{
  margin: .375rem 0  .25rem 0;
}
.index_box6   .top .text .com-ls{
  flex: 1;
  margin-top: .2rem;
}
.index_box6Con{
	  margin-top: .625rem;
}
.index_box6Con ul{
  width: 100%;
  	height: 3.625rem;
}
.index_box6Con ul li{
  width: calc((100% -  .25rem) / 2);
  height: 100%;
  border-radius: .0625rem;
}

.index_box6Con li .img{
  width: 4.2625rem;
  height: 100%;
  border-radius: .0625rem;
  overflow: hidden;
}
.index_box6Con li  a{
  height: 100%;
  width: 100%;
}
.index_box6Con li  .text{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding:  .3125rem  .375rem  .3125rem  .3125rem;
}
.index_box6Con li  .time{
  margin: .4375rem 0  .125rem 0;
}
.index_box6Con li  h3{
  flex: 1;
}
.index_box6Con li .mores{
  	width: 2.05rem;
	height: .5625rem;

  padding: .0125rem;
background-image: var(--bgImg);
  border-radius: .0625rem;
}
.index_box6Con li .mores .name{
  width: 100%;
  height: 100%;
  	font-size: .2rem;
      display: flex;
  align-items: center;
  justify-content: center;
    border-radius: .0625rem;
background-color: #fff;
transition: all 0.3s;
	letter-spacing: .0125rem;
	color: #737373;
}
.index_box6Con li:hover .name{
  background-color: transparent;
  color: #fff;
}

.index_box7{
  width: 100%;
  height: auto;
  padding: .75rem 0  .375rem 0;
  background-image: var(--bgImg);
}

.index_box7Con{
  width: 100%;
  height: auto;
  padding:  0  3.95rem;
}
.index_box7Con .com-title .ls{
  width: 100%;
  color: #000;
}
.index_box7Con .formList{
  width: 100%;
  margin-bottom: .125rem;
}
.index_box7Con .formList .info{
  position: relative;
  width: calc((100% - .1125rem) / 2);
  height: .625rem;
}
.index_box7Con .form input[type=text]{
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.88);
  	font-size: .175rem;
    padding-left: .1rem;
	color: #8f8f8f;
}
.index_box7Con .textarea{
  width: 100%;
  height: 1.75rem;
position: relative;

} 
.index_box7Con .form{
  margin-top: .3125rem;
}
.index_box7Con .form  textarea{
  width: 100%;
  height: 100%;
  	color: #8f8f8f;
      	font-size: .175rem;
    padding: .1875rem 0 0 .1rem;
  background-color: rgba(255, 255, 255, 0.88);
}

.index_box7Con .form .lss{
  	font-size: .175rem;
	line-height: .3rem;
	color: #000000;
  margin: .125rem 0 .3125rem 0;
}
.index_box7Con .form .lss a{
  	text-decoration: underline !important;
    font-style: italic;
     	font-size: .175rem;
	line-height: .3rem;
    font-weight: 600;
}


.index_box7Con .form   input[type=submit]{
  cursor: pointer;
  	width: 2.6875rem;
	height: .5625rem;
	background-color: #ffffff;
	border-radius: .0625rem;
  	font-size: .2rem;
text-align: center;
line-height: .5625rem;
	letter-spacing: .0125rem;
	color: #000000;
  transition: all 0.3s;
  margin:  0 auto;
}
.index_footer{
  width: 100%;
  height: auto;
  	background-color: #151728;
}
.index_footer  .top{
  padding: .875rem  0  .25rem 0;
}
.index_footer  .top .lt{
  width: 3.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: .875rem;
}
.index_footer .top ul{
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.index_footer .top .lt .logo img{
  	width: 1.4875rem;
	height: 1.025rem;
  object-fit: cover;
}
.index_footer .top .lt .logo p{
  	font-size: .2rem;
	line-height: .375rem;
	color: #737373;
  margin-top: .25rem;
}
.footerLink a{
  display: flex;
  align-items: center;
  justify-content: center;
  	width: .475rem;
	height: .475rem;
	background-color: rgba(129, 128, 128, 0.1);
	border-radius: .05rem;
  transition: all 0.3s;
  margin-right: .125rem;
}
.footerLink a  img{
   width: auto;
   height: .2rem;
   object-fit: contain;
}
.footerLink a:hover{
  background-image: var(--bgImg);
  background-color: transparent;
  transform: translateY(-10px);
}


.index_footer .top li h3{
  	font-size: .225rem;
	font-weight: 600;
	letter-spacing: .0125rem;
  margin-bottom: .375rem;
	color: #ffffff;
}
.index_footer .top li a{
  	font-size: 14px;
	line-height: 30px;
	color: #737373;
  transition: all 0.3s;
}
.index_footer .top li{
  display: flex;
  flex-direction: column;
}
.index_footer .top li:last-child{
	width: 4.125rem;
}
.index_footer .top li:last-child a{
  	font-size: 14px;
	line-height: 24px;
  padding-left: .5rem;
	color: #737373;
  margin-bottom: .125rem;
}
.index_footer .top li .tel{
   background: url(/public/static/images/home/en-us/ic1-9.png) left top no-repeat;
   background-size: 16px;
}
.index_footer .top li .emal{
   background: url(/public/static/images/home/en-us/ic1-10.png) left top   no-repeat;
   background-size: 16px 12px;
}
.index_footer .top li .address{
   background: url(/public/static/images/home/en-us/ic1-11.png) left top   no-repeat;
   background-size: 13px 19px;
}
.index_footer .bottom{
  width: 100%;
  	font-size: .2rem;
    padding: .3125rem 0 .375rem 0;
	letter-spacing: .0125rem;
	color: #737373;
  border-top: 1px  solid   rgba(255, 255, 255, 0.1);
}
.index_footer  .top li a:hover{
  color: #fff;
  text-decoration: underline !important;
}


@media screen and (max-width: 1024px) {
      .com-card{
    width: 100%;
    padding:  0 4%;
  }
  .index_footer .top li{
    display: none;
  }
    .index_footer .top li:last-child{
      display: flex;
	  width: 100%;
    }
.headerSwiper .text .con h2,
.com-tl{
  font-size: 18px;
  line-height: 30px;
}
.headerSwiper .text .ls,
.index_box6 .text h3{
  font-size: 16px;
  line-height: 25px;
}
.com-title h3,
.index_prtNav .item,
.index_box1Swiper .text h3,
.index_box2Con .text h3,
 .index_box4Con .text h3,
 .index_box3 .time .ls,
 .index_box3 .time .nu p,
 .index_footer .top li h3,
 .index_box7Con .form input[type=submit]{
  font-size: 16px;
}
.com-ls,
.index_footer .top .lt .logo p,
.index_footer .top li:last-child a,
.index_box7Con .form .lss,
.index_box7Con .form .lss a{
  font-size: 14px;
  line-height: 25px;
}
.index_box1Swiper .text .mores,
.index_box6 .text p,
.index_box6 .text .time,
.index_box7Con .form input[type=text],
.index_box7Con .form textarea{
  font-size: 14px;
}
.headerSwiper .text{
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.index_box1,
.index_box2,
.index_box4,
.index_box5,
.index_box6,
.index_box7{
  padding: 20px 0 ;
}
.index_box6 .top .text .time,
.index_box6Con li .time,
.index_box6 .text h3{
  margin: 10px 0 ;
}
.index_box4Con,
.index_box5Swiper ,
.index_box6Con
{
  margin-top: 15px;
}
.com-title .ls{
  font-size: 14px;
  line-height: 25px;
  width: 100%;
}.index_box5 .bto{
  margin-top: 20px;
}

.index_prtNav{
  flex-wrap: wrap;
  width: fit-content;
  height: auto;
  border: none;
  background-color: transparent;
  margin: 10px 0;
}

.index_prtNav .item{
  width: fit-content;
  height: 37px;
  line-height: 37px;
  width: calc((100% - 10px) / 2);
  margin:  0 10px 10px 0;
  padding:  0 15px;
  background-color: #fff;
}

.index_box2Con,
.index_box3 ,
.index_box6Con ul{
  flex-wrap: wrap;
}
.index_box2Con,
.index_box2Con li,
.index_box3,
.index_box4Con li,
.index_box4Con li:nth-child(1),
 .index_box4Con li:nth-child(4),
  .index_box4Con li:nth-child(5),
  .index_box3 .img  img,
  .index_box5Swiper .img,
  .index_box6 .top,
  .index_box6Con ul{
  height: auto;
}
.index_box2Con .lt{
  width: 50%;
  height: auto;
}
.index_box2Con ul,
.index_box3 .text{
  flex: none;
  width: 100%;
}
.index_box2Con ul li{
  width: calc((100% -  1px) / 2);
  margin:  0 1px 1px 0;
}
.index_box2Con ul li:nth-child(3n){
  margin-right: 1px;
}
.index_prtNav .item:nth-child(2n),
.index_box2Con ul li:nth-child(2n){
  margin-right: 0;
}
.index_box3 .text{
  padding: 20px 4%;
}
.index_box3 .text .com-ls{
  margin-bottom: 10px;
}

.index_box3 .img{
  width: 100%;
  height: auto;
}
.index_box3 .time{
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.index_box3 .time .nu h3{
  font-size: 20px;
}
.index_box4Con li{
  width: 100%;
  height: auto !important;
  margin: 0 10px  10px 0 !important;
}

.index_box6 .top .img{
  width: 50%;
}

.index_box6 .top .text{
  padding: 3%;
}
.index_box6Con ul li{
  width: 100%;
  height: 228px;
  margin-bottom: 10px;
}

.index_box6Con li .img{
 width: auto;
 
}
.index_box6Con li .mores{

  padding: 1px;
  display: flex;
  align-items: center;
}
.index_footer .bottom{
  padding: 3% 0 ;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
}

.index_box7Con{
  padding: 0;
}

}
@media screen and (max-width: 992px) {
  .indexheader{
    display: none;
  }
}

@media screen and (max-width: 768px) {

.headerSwiper .text .ls{
  margin: 10px 0 ;
  text-align: center;
}
.index_box2Con .lt{
  width: 100%;
  margin-bottom: 1px;
}
.index_box6 .top,
.index_box6Con li a,
.index_box7Con .formList,
.index_footer .top{
  flex-wrap: wrap;
}
.index_box6Con ul li {
  height: auto;
}
.index_box6 .top .img,
.index_box6Con li .text,
.index_box6Con li .img,
.index_box7Con .formList .info,
.index_footer .top .lt{
  width: 100%;
}
.index_box6 .top .text .com-ls{
  margin: 10px 0 ;
}
.index_box7Con .formList{
  margin-bottom: 0;
}
.index_box7Con .formList .info{
  margin-bottom: 10px;
}
.index_footer .top{
  padding: 20px 0;
}
.index_footer .top li{
  width: 100%;
  margin-top: 15px;
}



}
@media screen and (max-width: 500px) {
.index_prtNav .item,
.index_box2Con ul li,
.index_box4Con li{
  width: 100%;
  margin-right:  0 !important;
}
.index_box3 .time{
  width: 100%;
  height: auto;
  position: static;
  transform: translate(0);
          margin-bottom: 10px;
}
.index_box4Con li{
  width: 100% !important;
}
.index_box5Swiper .swiper-slide{
  width: 100%;
}

}
@media screen and (max-width: 420px) {
.headerSwiper .bg{
  height: 50vh;
}
.index_footer .top li:last-child a{
    background-position-y: 6px;
}

}


@media screen and (max-width: 1024px) {
  .searchForm {
    top: 60px;
  }

  .language {
    width: 23px;
    height: auto;
    object-fit: contain;
  }

  .languageSwitching {
    width: auto;
    position: relative;
    height: 100%;
  }

  .searchForm input[type="text"] {
    flex: none;
    width: 70%;
    height: 35px;
    font-size: 15px;
  }

  .searchForm input[type="text"]::placeholder {
    font-size: 15px;
  }

  .searchForm input[type="submit"] {
    width: fit-content;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    margin-left: 3%;
    border-radius: 5px;
    padding: 0 20px;
    background-color: var(--mainColor);
  }



  .languageSwitching a {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .mobileHeader .lt {
    height: 100%;
  }

  .mobileHeader .search {
    width: 24px;
    height: auto;
    object-fit: contain;
    margin-right: 10px;
  }


}

@media screen and (max-width: 768px) {

  .Fast_contact {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    z-index: 999;
    transform: translateY(0%);
    display: block;
  }

  .Fast_contact ul li.onlineservice_li {
    width: 33.33%;
    float: left;
    margin-bottom: 0;
    border-left: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .Fast_contact ul li.onlineservice_li.email_click {
    display: block
  }


  .Fast_contact ul li.onlineservice_li:nth-of-type(1) {
    border-left: 0
  }

  .Fast_contact ul li.onlineservice_li:nth-of-type(1),
   .Fast_contact ul li.onlineservice_li:nth-of-type(3) {
    display: block;
  }

  .inquireFormBox {
    top: 50%;
    left: 50%;
    width: 90%;
    margin: 0;
    transform: translate(-50%, -50%);
  }
  .onlineservice_tips{
  display: none !important;
}
}

@media screen and (max-width: 600px) {
  .searchForm input[type="text"] {
    width: 50%;
  }

  .ejectEmail_form {
    width: 90%;
  }

  .agreementBox {
    padding: 20px 0;
  }
}

@media screen and (max-width: 360px) {
  .mobileHeader .logo {
    align-items: center;
    justify-content: center;
  }

  .mobileHeader .logo img {
    width: 80%;
  }

  .ejectEmail_form {
    height: 100vh;
    width: 100%;
    overflow: overlay;
    padding: 3%;
  }
}




