:root {
  --mainColor: #25336f;
}
@font-face {
  font-family: "Roboto-Bold";

  src: url("fonts/Roboto-Bold.ttf")  format('truetype');
}
@font-face {
  font-family: "Roboto-Light";

  src: url("fonts/Roboto-Light.ttf")  format('truetype');
}

@font-face {
  font-family: "Roboto-Regular";

  src: url("fonts/Roboto-Regular.ttf")  format('truetype');
}

@font-face {
  font-family: "Roboto-Black";

  src: url("fonts/Roboto-Black.ttf")  format('truetype');
} 
@font-face {
  font-family: "Roboto-Medium";

  src: url("fonts/Roboto-Medium.ttf")  format('truetype');
}
@font-face {
  font-family: "Roboto-Thin";

  src: url("fonts/Roboto-Thin.ttf")  format('truetype');
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("fonts/Poppins-Bold.ttf")  format('truetype');
}

@font-face {
  font-family: "Poppins-Light";

  src: url("fonts/Poppins-Light.ttf")  format('truetype');
} 


.flex {
  display: flex;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-wp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-cum{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.iderDelBox12 .img .bg,
.comImgCover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}


.iderIndexBox1Swiper .swiper-slide:hover img ,
.comScaleImg:hover img,
.iderIndexBox5  .rt li:hover .icon{
  transform: scale(1.1);
}



.comHover:hover {
  box-shadow: 0 0 15px rgba(32, 46, 126, 0.6);
  transform: translateY(-5px);
}

/* menu */

.menu-level1 {
  height: 100%;
}
.menu-level1 a {
  color: #000;
  font-family: Roboto-Light;
  font-size: 18px;
}
.menu-level1>li {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.menu-level2,
.menu-level3 {
  display: none;
  width: auto;
  background-color: #fff;
  box-shadow: 0 0 10px  rgba(163, 161, 161, 0.7);
}

.menu-level2 {
  border-right: 1px solid #e5e5e5;
}

.menu-level2 li {
  position: relative;
  transition: all 0.3s;
}
.menu-level2 li a{
  font-size: 18px;
}

.menu-level2 {
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translate(-50%);
  z-index: 999;
  border-radius: 0  0 5px  5px ;
}
.menu-level2  li:hover {
  background-color: var(--mainColor);
}
.menu-level2  li:hover a{
  color: #fff !important;
}
.menu-level3 {
  position: absolute;
  left: 100%;
  top: 0;
}

.menu-level2 li {
  height: 45px;
  line-height: 45px;
  padding: 0  20px;
  border-bottom: 1px solid #e5e5e5;
}
.menu-level2 li:last-child{
  border: none;
    border-radius: 0  0  5px 5px ;
}
.menu-level2 li a {
  display: inline-block;
  height: 100%;
  width: 100%;
  color: #000;
  text-align: left;
  white-space: nowrap;
}
.menu-level1>li {
  margin-right: 4%;
}
.menu-level3 {
  position: absolute;
  left: 100%;
  top: 0;
}
.iderheader{
max-width: 1920px;
  height: 100px;
padding-left: 110px;
transition: all 0.3s;
}
.iderheader.active{
  box-shadow: 0 0 10px #eaeaea;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
      width: 100%;
}
.iderheader .container_1400{
  width: 1700px;
  height: 100%;
}


.iderheader  .logo{
display: block;
width: 101px;
height: auto;
margin-right: 4%;
}

.iderheader  .logo img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.iderheader .con{
  height: 100%;
  flex: 1;
}

.iderheader .rt{
  width: 26.5%;
  padding-left: 1%;
  height: 100%;
  	background-color: #eaeaea;
}

.iderheader .rt .search{
   width: 30px;
   height: 30px;
     object-fit: cover;
   cursor: pointer;
}
.iderLanguage{
  height: 100%;
  position: relative;
  cursor: pointer;
  margin: 0 6%;
}
.iderLanguage .icon{
   width: 20px;
   height: 20px;
   object-fit: cover;
}

.iderLanguage  .txt{
  	font-family: Roboto-Light;
	font-size: 18px;
  margin:0 6px ;
	color: var(--mainColor);
}

.iderLanguage::after{
  display: block;
  content: '>';
  	font-family: Poppins-Bold;
	font-size: 18px;
	color: var(--mainColor);
  transform: rotate(90deg);
}

.iderheader .rt  .quote{
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  display: block;
  	width: 161px;
	height: 43px;
	background-color: var(--mainColor);
	border-radius: 21px;
  	font-family: Roboto-Regular;
	font-size: 16px;
text-align: center;
line-height: 43px;
	color: #ffffff;
  margin-left: 11px;
}
.iderheader .rt  .quote::before{
  position: absolute;
  left: -11px;
  top: 0;
  display: block;
  content: '';
  width: 1px;
	height: 42px;
  background-color:rgba(37, 57, 146, 0.1) ;
}

.languageDown{
  position: absolute;
  left: 0;
top: 100px;
display: none;
  box-shadow: 0 0 10px #eee;
  background-color: #fff;
  z-index: 666;
}

.languageDownCon a{
  min-width: 150px;
}

.languageDownCon a {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  color: #000;
  transition: all 0.3s;
  padding: 0 2%;

}

.languageDownCon a:last-child {
  border-radius: 0 0 5px 5px;
}

.languageDownCon a:hover {
  color: #ffffff;
  background-color: var(--mainColor);
}

/* 搜索 */

.searchForm {
  width: 100%;
  position: fixed;
  display: none;
  height: auto;
  z-index: 999;
  left: 0;
  padding: 45px 0;
  top: 100px;
  background-color: #fff;
  box-shadow: 0px 0px  10px 0px rgba(4, 0, 0, 0.15);
}
.searchBox {
  width: 100%;
  height: auto;
  position: relative;
}

.searchClose {
  width:50px;
  height: 50px;
  display: flex;
  background: url(/public/static/images/home/en-us/close.svg)  no-repeat;
  background-size: contain;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
}

.searchClose:hover {
  background: url(/public/static/images/home/en-us/close_active.svg)  no-repeat;
    background-size: contain;
}

.searchForm input[type="text"] {
  width: 400px;
  height: 42px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  color: #000;
}

.searchForm input[type="text"]::placeholder {
  font-size: 18px;
  color: #000;
}

.searchForm input[type="submit"] {
  width: 150px;
  height: 42px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 42px;
  margin-left: 25px;
  border-radius: 5px;
  background-color: var(--mainColor);
}


.headerSwiper{
  width: 100%;
  max-height: 756px;
background-color: var(--mainColor);
  overflow: hidden;
}

.headerSwiper .text{
  width: 39%;
  height: 100%;
  padding: 10% 0 0  14.2%;
  background-color: var(--mainColor);
}

.headerSwiper .img{
  flex: 1;
  height: 100%;
position: relative;
}
.headerSwiper .text ul{
  margin:  8%  0  6% 0;
}
.headerSwiper .title{
  	font-family: Roboto-Bold;
	font-size: 48px;
	line-height: 60px;
	color: #f5f5f5;
}
.headerSwiper li{
  	font-family: Roboto-Light;
	font-size: 18px;
padding-left: 5%;
	line-height: 36px;
	color: #ffffff;
  background: url(/public/static/images/home/en-us/im1-20.png)  left no-repeat;
  background-size: 9px 12px;
}

.com-mores{
  display: block;
  cursor: pointer;
  	width: 182px;
	height: 48px;
	background-color: #ffffff;
	border-radius: 5px;
  	font-family: Roboto-Regular;
	font-size: 16px;
text-align: center;
transition: all 0.3s;
line-height: 48px;
	color: var(--mainColor);
}
.headerSwiper  .img  .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.headerSwiper  .img  .icon{
   position: absolute;
   right: 8%;
   bottom: 8.5%;
}

.com-title{
  width: 100%;
  height: auto;
  justify-content: space-between;
}
.com-tl{
  width: fit-content;
    	font-family: Roboto-Bold;
	font-size: 36px;
	line-height: 50px;
	color: #000000;
position: relative;
}
.com-tl::after{
  position: absolute;
  left: 0;
  bottom: 16px;
  display: block;
  content: '';
  width: 100%;
  height: 9px;
  background-color: rgba(37, 57, 146, 0.1);
}
.com-ls{
  width: 42%;
  	font-family: Roboto-Light;
	font-size: 16px;
	line-height: 30px;
	color: #7c7c7c;
}
.com-title .mores{
  display: flex;
  align-items: center;
  	font-family: Roboto-Light;
	text-decoration: underline;
	font-size: 16px;
	color: var(--mainColor);
}

.iderIndexBox1{
  width: 100%;
  height: auto;
  padding: 5% 0 8% 0;
  	background-color: #eaeaea;
}

.iderIndexBox1Swiper{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 3.5%;
}
.iderIndexBox1Swiper .img{
  width: 100%;
  	height: 311px;
    overflow: hidden;
    padding: 14px;
	background-color: #ffffff;
}
.iderIndexBox1Swiper .img img{
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.iderIndexBox1Swiper .text{
  width: 100%;
  	height: 379px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
	background-color: #ffffff;
	box-shadow: 0px 0px 38px 0px 
		rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    padding: 25px 30px 45px  30px ;
}
.iderIndexBox1Swiper .text .name{
  width: 100%;
  	font-family: Roboto-Regular;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
      transition: all 0.3s;
}
.iderIndexBox1Swiper .text ul{
  flex: 1;
  margin-top: 7%;
}
.iderIndexBox1Swiper .text  li{
  	font-family: Roboto-Light;
	font-size: 16px;
      transition: all 0.3s;
	line-height: 30px;
	color: #717171;
}

.iderIndexBox1Swiper .text  .com-mores{
  	background-color: #eaeaea;
    color: var(--mainColor);
}
.iderIndexBox1Swiper .swiper-slide:hover .text{
  background-color: var(--mainColor);
}
.iderIndexBox1Swiper .swiper-slide:hover  li,
.iderIndexBox1Swiper .swiper-slide:hover   .name{
  color: #fff;
}

.iderIndexBox1Swiper .swiper-slide:hover .com-mores{
  background-color: #fff;
}
.iderIndexBox1-prev{
  margin-right: 8px;
}
.iderIndexBox1-next,
.iderIndexBox1-prev,
.iderIndexBox4-next,
.iderIndexBox4-prev{
  display: flex;
  align-items: center;
  justify-content: center;
  	width: 55px;
	height: 100%;
  cursor: pointer;
  background-color: #ffffff;
  color: #25336f;
  font-size: 30px;
  font-family: "Poppins-Light";
  transition: all 0.3s;
}
.iderIndexBox4-next,
.iderIndexBox4-prev{
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.iderIndexBox1-pagination{
  width: 90%;
height: 1px;
background-color:rgba(37, 57, 146, 0.2);
}
.iderIndexBox1-prev:hover,
.iderIndexBox1-next:hover{
   background-color: var(--mainColor);
   color: #fff;
}
.iderIndexBox4-prev:hover,
.iderIndexBox4-next:hover{
 background-color: #fff;
   color: var(--mainColor);
}
.iderIndexBox1Swiper .bto{
  position: relative;
  width: 100%;
  height: 48px;
  margin-top: 2%;
}

.iderIndexBox1Swiper .bto .rt{
  position: absolute;
  right: 0;
top: 0;
}

.iderIndexBox1Swiper  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: var(--mainColor);
}

.iderIndexBox2{
  width: 100%;
  height: auto;
  transform: translateY(-40%);
}

.iderIndexBox2 .con{
  width: 100%;
  	height: 242px;
	background-color: #ffffff;
	box-shadow: 0px 0px 38px 0px 
		rgba(0, 0, 0, 0.08);
    padding: 3%  4%  2% 4% ;
}
.iderIndexBox2 .con  .info{
  position: relative;
  	height: 50px;
}

.iderIndexBox2 .con  input[type=submit]{
	width: 154px;
	height: 48px;
	background-color: var(--mainColor);
	border-radius: 5px;
  	font-family: Roboto-Regular;
	font-size: 16px;
line-height: 48px;
text-align: center;
cursor: pointer;
	color: #ffffff;
  margin-left: 8px;
}
.iderIndexBox2 .con .text{
  	font-family: Roboto-Light;
	font-size: 14px;
	line-height: 24px;
	color: #8a8a8a;
}

.iderIndexBox2 .con .text a{
  text-decoration: underline;
}
.iderIndexBox2 .con   .lt{
  flex: 1;
}
.iderIndexBox2 .con   .lt div{
  width: calc((100% -  16px) / 3);
}

.iderIndexBox2 .con  input[type=text]{
  border: none !important;
height: 100%;
width: 100%;
	background-color: #eaeaea;
	font-size: 14px;
padding-left: 10px;
	color: #adadad;
}
.iderIndexBox2 .con  textarea{
  width: 100%;
  height: 100%;
  	font-size: 14px;
padding: 10px 0 0 10px;
  border: none !important;
  resize: none;
	background-color: #eaeaea;
	color: #adadad;
}
.iderIndexBox2 form{
  margin: 25px 0 20px 0;
}
.iderIndexBox2 .con .tips{
  font-size: 13px;
  color: red;
  padding-left: 2%;
}

.iderIndexBox2  .title{
  	font-family: Roboto-Regular;
	font-size: 36px;
	line-height: 35px;
	color: #000000;
}

.iderIndexBox3{
  width: 100%;
  height: auto;
  padding: 0% 0 2% 0;
}
.iderIndexBox3 ul{
  margin-top: 3.2%;
  justify-content: space-between;
}
.iderIndexBox3 ul li{
  width: calc((100% - 20px) / 2);
  height: 470px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.iderIndexBox3 ul li:first-child{
  width: 100%;
  height: 530px;
  overflow: hidden;
}
.iderIndexBox3  li .text{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2% 10px 15px  30px;
  background: linear-gradient(to top, rgba(36, 47, 151, 0.5), transparent);
}
.iderIndexBox3  .text  .name{
	font-size: 24px;
  font-family: "Roboto-Medium";
	line-height: 30px;
	color: #eaeaea;
}
.com-ls30{
  	font-family: Roboto-Light;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}
.iderIndexBox3  .text .com-ls30{
  margin-top: 2%;
}
.iderIndexBox3  .text .lts{
padding-right: 2%;
  flex: 1;
}
.iderIndexBox3  .text li:first-child .lts{
padding-right: 15%;
}
.iderIndexBox3  .text .mores{
  	width: 55px;
	height: 48px;
  font-family: "Poppins-Light";
	font-size: 30px;
  transition: all 0.3s;
  color: #fff;
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
}
.iderIndexBox3  li .com-ls30{
 overflow: hidden;
 height: 0;
 transition: all 0.3s;
}
.iderIndexBox3  li:hover .mores{
  background-color: var(--mainColor);
}
.iderIndexBox3  li:hover .com-ls30{
  height: auto;
  overflow: visible;
}

.iderIndexBox4{
  width: 100%;
  height: auto;
  padding: 5% 0 ;
  background: url(/public/static/images/home/en-us/bg1.png)  no-repeat;
  background-size: cover;
}
.iderIndexBox4 .com-tl,
.iderIndexBox4 .com-ls,
.iderIndexBox4 .mores{
  color: #fff;
}
.iderIndexBox4Con{
  width: 100%;
  height: auto;
  padding-left: 13.5%;
}
.iderIndexBox4Swiper{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 3.5%;
}


.iderIndexBox4Swiper .swiper-slide{
  width: 61.5%;
  height: 442px;
}
.iderIndexBox4Swiper .img{
  width: 53%;
  height: 100%;
  overflow: hidden;
}
.iderIndexBox4Swiper .con{
  height: 100%;
  width: 100%;
}
.iderIndexBox4Swiper .text{
 flex: 1;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
  height: 100%;
  background-color: #fff;
    padding: 5% 2% 3.5% 3.5%;
}
.iderIndexBox4Swiper .text .name{
  	font-family: Roboto-Medium;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
}
.iderIndexBox4Swiper .text li{
  	font-family: Roboto-Light;
	font-size: 16px;
line-height: 30px;
	color: #7c7c7c;
}
.iderIndexBox4Swiper .text ul{
  flex: 1;
  margin-top: 2%;
}
.iderIndexBox4Swiper .text  .com-mores{
  background-color: var(--mainColor);
  color: #fff;
}
.iderIndexBox4Swiper .bto{
  position: relative;
  height: 48px;
  width: 100%;
  padding-right: 15.7%;
  margin-top: 2.5%;
}
.iderIndexBox4-pagination{
  	font-size: 16px;
    width: fit-content;
	color: #ffffff;
}
.iderIndexBox4-pagination::after{
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  left: 5%;
  width: 70%;
  height: 1px;
  background-color: rgba(190, 188, 188, 0.2);
}
.iderIndexBox4-pagination span{
  	font-family: Roboto-Thin;
	font-size: 16px;
	color: #ffffff;
  transition: all 0.3s;
}
.iderIndexBox4-pagination .swiper-pagination-current{
  	font-size: 24px;
}
.iderIndexBox4-prev{
  margin-right: 8px;
}


.iderIndexBox5{
  width: 100%;
  height: auto;
  padding: 5% 0 ;
  	background-color: #eaeaea;
}

.iderIndexBox5 .text{
   width: 28.5%;
   margin-right: 2%;
}

.iderIndexBox5 .text .com-tl{
  	font-family: Roboto-Regular;
	font-size: 24px;
  line-height: 65px;
	color: #070707;
}
.iderIndexBox5 .text  .tl{
  font-family: Roboto-Bold;
	font-size: 48px;
	line-height: 60px;
	color: #070707;
}
.iderIndexBox5 .text  .com-ls30{
  	color: #070707;
    margin: 2% 0 16% 0;
}

.iderIndexBox5 .text  .com-mores{
  background-color: var(--mainColor);
  color: #fff;
}

.iderIndexBox5 .text  .videos {
	cursor: pointer;
  	width: 210px;
	height: 48px;
	background-color: #ffffff;
	border-radius: 5px;
  	font-family: Roboto-Light;
	font-size: 16px;
	color: var(--mainColor);
    margin-left: 5%;
}

.iderIndexBox5 .text  .videos::before{
  display: block;
  content: '';
  width: 23px;
  height: 23px;
  background: url(/public/static/images/home/en-us/im1-5.png) no-repeat;
  background-size: contain;
  margin-right: 7px;

}
.iderIndexBox5  .rt{
  position: relative;
  flex: 1;
  justify-content: space-between;
}


.iderIndexBox5  .rt .img{
  height: auto;
  width: 66%;
  overflow: hidden;
}

.iderIndexBox5  .rt li .icon{
   width: 50px;
   height: auto;
   object-fit: contain;
   transition: all 0.3s;
}
.iderIndexBox5  .rt li .nu{
    align-items: flex-start;
    margin:13% 0 2% 0;
}
.iderIndexBox5  .rt li .nu p{
  	font-family: Roboto-Medium;
	font-size: 48px;
      line-height: 36px;
	letter-spacing: -2px;
	color: var(--mainColor);
}
.iderIndexBox5  .rt li .ls{
      line-height: 22px;
  	font-family: Roboto-Medium;
	font-size: 24px;
	letter-spacing: -2px;
}
.iderIndexBox5  .rt li .lss{
  	font-family: Roboto-Light;
	font-size: 18px;
	line-height: 30px;
	color: #4b4b4b;
}


.iderIndexBox5  .rt .top li{
  	width: 295px;
	height: 232px;
	background-color: #ffffff;
	border-radius: 20px;
  margin-bottom: 7%;
  padding-top: 13%;
}
.iderIndexBox5  .rt  .bto{
  width: 64.5%;
  position: absolute;
right: 0;
  bottom: -12px;
  	height: 157px;
	background-color: #ffffff;
	border-radius: 78px;
}
.iderIndexBox5  .rt  .bto ul{
  height: 100%;
}
.iderIndexBox5  .rt  .bto li{
  height: 100%;
  width: calc(100% / 2);
      justify-content: center;
  align-items: baseline;
  padding-left: 12%;

}
.iderIndexBox5  .rt  .bto li:first-child{
  border-right: 1px solid  rgba(37, 57, 146, 0.1);
}
.iderIndexBox5  .rt  .bto li .nu{
  margin:  0 0 3% 0;
}

.iderIndexBox6{
  width: 100%;
  height: auto;
    padding: 3% 0 5% 0;
}

.iderIndexBox6 .com-tl{
  line-height: 70px;
}

.iderIndexBox6  .top{
  width: 100%;
  	border-radius: 10px;
  height: auto;
  margin: 3% 0;
      background: linear-gradient(to bottom, rgba(36, 47, 151, 0.1), transparent);
 padding:  3.5%   2%  2%  2%;


    }

.iderIndexBox6  .top .lt .title{
  	font-family: Roboto-Regular;
	font-size: 36px;                                   
	line-height: 48px;
	color: #141414;
  width: 60%;
}
.iderIndexBox6  .top .lt{
  width: 44.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 3%;
}
.iderIndexBox6  .top .lt .bg{
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: contain;
}

.iderIndexBox6  .top   ul{
  flex: 1;
  justify-content: space-between;
}

.iderIndexBox6  .top   ul .nu{
  	width: 30px;
	height: 30px;
	background-color: #475cb6;
  border-radius: 50%;
  	font-family: Roboto-Medium;
	font-size: 16px;
text-align: center;
line-height: 30px;
	color: #ffffff;
  margin-bottom:2%;

}
.iderIndexBox6  .top   ul li{
  margin-bottom: 10%;
}
.iderIndexBox6  .top   ul .item{
  width: calc((100% - 5%) / 2);
}
.iderIndexBox6  .top   ul  p{
  	font-family: Roboto-Medium;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.iderIndexBox6 .bto li{
   width: calc((100% -  3% ) / 3);
   	height: 275px;
	background-color: #ffffff;
	box-shadow: 0px 0px 38px 0px 
		rgba(0, 0, 0, 0.08);
	border-radius: 10px;
  padding: 3% 2% 2% 3%;
}


.iderIndexBox6 .bto li .img{
  	width: 60px;
	height: 60px;
	background-color: #25336f;
	border-radius: 17px;
}
.iderIndexBox6 .bto li .img .icon{
  width: 44px;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.iderIndexBox6 .bto li  .name{
  	font-family: Roboto-Regular;
	font-size: 24px;
	color: #000000;
  margin: 9% 0 3% 0;
}
.iderIndexBox6 .bto li .com-ls30{
  	color: #7c7c7c;
}



.iderIndexBox7{
  width: 100%;
  height: auto;
  padding:  6% 0  5% 0;
  background: url(/public/static/images/home/en-us/bg2.png)  no-repeat;
  background-size: cover;
}
.iderIndexBox7 .com-tl{
  color: #fff;
    line-height: 72px;
}
.iderIndexBox7  .text {
  flex: 1;
}
.iderIndexBox7  .text .ls{
	font-family: Roboto-Light;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
  margin: 10% 0  5% 0;
}
.iderIndexBox7  .text li{
  	font-family: Roboto-Regular;
	font-size: 16px;
padding-left: 7.5%;
	line-height: 36px;
	color: #ffffff;
  background: url(/public/static/images/home/en-us/im1-9.png) left center no-repeat;
  background-size: 20px;
}
.iderIndexBox7  .text ul{
  margin-bottom: 9.5%;
}
.iderIndexBox7 .com-tl::after{

  background-color: rgba(228, 226, 226, 0.4);
}
.iderIndexBox7 .img{
   width: 62%;
   height: auto;
   object-fit: contain;
   margin-left: 3.5%;
}

.iderIndexBox8{
  width: 100%;
  height: auto;
  padding: 4.2% 0 ;
}
.iderIndexBox8  .com-tl{
  line-height: 72px;
}
.iderIndexBox8Con{
  width: 100%;
  height: 728px;
  margin-top: 2.5%;
}
.iderIndexBox8Con .lt{
   width: 49.5%;
   height: auto;
   margin-right:  1.5%;
     	box-shadow: 0px 0px 38px 0px 
		rgba(0, 0, 0, 0.08);
}
.iderIndexBox8Con  ul{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}


.iderIndexBox8Con .lt .img{
  width: 100%;
  	height: 348px;
    overflow: hidden;
}
.iderIndexBox8Con .lt .text .time{
  	font-family: Roboto-Light;
	font-size: 14px;
	line-height: 36px;
	color: #25336f;
}
.iderIndexBox8Con .lt .text .name{
  	font-family: Roboto-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
  margin: 2% 0 ;
}

.iderIndexBox8Con .lt .text{
  width: 100%;
  height: 380px;

  padding: 4%  6% 3%  3%;
}
.iderIndexBox8Con .lt .text li{
  	font-family: Roboto-Light;
	font-size: 18px;
	line-height: 30px;
	color: #8a8a8a;
}
.iderIndexBox8Con .lt .text ul{
  margin-bottom: 5%;
}
.iderIndexBox8Con .lt .text .mores{
  display: block;
  	width: 194px;
	height: 45px;
	background-color: var(--mainColor);
	border-radius: 5px;
  	font-family: Roboto-Light;
	font-size: 16px;
text-align: center;
line-height: 45px;
	color: #ffffff;
}

.iderIndexBox8Con  .rt li{
  position: relative;
  width: 100%;
  overflow: hidden;
  height: calc((100% - 3.3%) / 2);
}
.iderIndexBox8Con  .rt .text .time{
  	font-family: Roboto-Light;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
}
.iderIndexBox8Con  .rt .text {
  width: 100%;
  height: auto;
  display: block;
  padding: 2%  5%  3%  4%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, #000, transparent);
}
.iderIndexBox8Con  .rt .text  .name{
  	font-family: Roboto-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
}
.iderIndexBox8Con  .rt .text  .mores{
  	font-family: Roboto-Light;
	text-decoration: underline;
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
}

.iderIndexBox2.comForm{
 transform: translateY(0);
 padding: 3.5% 0;
 background-color: rgba(236, 232, 232, 0.4);
}
.iderFooter{
  width: 100%;
  height: auto;
  	background-color: #141d42;

}
.iderFooter .top{
  padding: 4.5% 0  2% 0;
}
.iderFooter .top .logo{
    width: 97px;
    height: auto;
    object-fit: contain;
}

.iderFooter .top .lt{
   width: 19.5%;
   padding-right: 2%;
     border-right: 1px solid  rgba(255, 255, 255, 0.1);
}

.iderFooter .top .lt .ls{
  	font-family: Roboto-Light;
	font-size: 14px;
	line-height: 24px;
margin: 10% 0 17% 0;
	color: #ffffff;
}

.footerLink a{
  	width: 38px;
	height: 38px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 5px;
  transition: all 0.3s;
  margin-right: 9px;
}
.footerLink a:hover{
  transform: translateY(-10px);
}
.footerLink a img{
   width: auto;
   height: 18px;
   object-fit: cover;
}

.iderFooter .top ul{
  flex: 1;
  justify-content: space-between;
}

.iderFooter .top ul li{
  width: calc(100% /  3);
  border-right: 1px solid  rgba(255, 255, 255, 0.1);
  padding:  0 3%;
}
.iderFooter .top ul li:last-child{
  border-right: none;
}
.iderFooter .top li .name{
  	font-family: Roboto-Bold;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ffffff;
  margin-bottom: 5%;
}
.iderFooter .top li a{
  display: inline-block;
  	font-family: Roboto-Light;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.7);

}
.iderFooter .top li:first-child a{
    padding-left: 3%;
  background: url(/public/static/images/home/en-us/im1-15.png) left top no-repeat;
  background-size: 5px 7px;
  background-position-y: 13px;
}


.iderFooter .top li .item{
  padding-left: 9%;
}

.iderFooter .top li .itm1,
.iderFooter .top li .itm5{
  background: url(/public/static/images/home/en-us/im1-16.png)  left center no-repeat;
  background-size: 16px 12px;
}
.iderFooter .top li .itm2,
.iderFooter .top li .itm3,
.iderFooter .top li .itm4{
  background: url(/public/static/images/home/en-us/im1-17.png)  left center no-repeat;
  background-size: 14px 24px;
}

.iderFooter .top li .itm6{
  background: url(/public/static/images/home/en-us/im1-18.png)  left center no-repeat;
  background-size:16px;
}

.iderFooter .top li .itm7{
  background: url(/public/static/images/home/en-us/im1-19.png)  left center no-repeat;
  background-size:13px 19px;
  	font-family: Roboto-Light;
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
  background-position-y: 10px;
}
.iderFooter .top li:last-child{
  padding-right: 0;
}
.iderFooter .bto{
  width: 100%;
  height: auto;
  	background-color: #25336f;
  padding: 1% 0 ;
}
.iderFooter .bto .ls{
  	font-family: Roboto-Light;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ffffff;
}
.iderBanner{
  width: 100%;
  height: auto;
  background-color: #e8e8e9;
}
.iderBanner img{
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: middle;
}
.iderNav{
  width: 100%;
  height: 60px;
  background-color: #f7f7f7;
}
.iderNav  ul,
.iderNav  ul li,
.iderNav  .container_1400 {
  height: 100%;
}
.iderNav li a{
  	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #8a8a8a;
}
.iderNav li::after{
  display: block;
  content: '»';
  	font-family: Roboto-Regular;
	font-size: 18px;
	color: #8a8a8a;
  margin:  0  4px;
}
.iderNav li:last-child::after{
  display: none;
}
.iderNav li:hover a,
.iderNav li.active a{
  color: var(--mainColor);
}
.iderIndexBox6 .Inquire{
	background-color: #eaeaea;
}
.iderIndexBox6.inner .top{

  background: linear-gradient(to bottom, rgba(36, 47, 151, 1), rgba(255,255,255,0.3));


}

.iderIndexBox6.inner .top .title,
.iderIndexBox6.inner .top  .item p{
  color: #fff;
}


.iderIndexBox9{
  width: 100%;
  height: auto;

padding-top: 3%;
border-top: solid 1px #e5e5e5;
background: url(/public/static/images/home/en-us/im1-22.png) right bottom  no-repeat;
background-size: 354px  243px;
  background-color: #f7f7f7;
}

.iderIndexBox9  .container_1400{
  padding-bottom: 6%;
  border-bottom: 1px solid  rgba(24, 45, 112, 0.2);
}

.iderIndexBox9 .lt{
  position: relative;
   width: 43.5%;
   height: auto;
   margin-right: 10%;
}
.iderIndexBox9 .lt .bg{
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
    	border-radius: 10px;
}
.iderIndexBox9 .lt .img{
  position: absolute;
  right: -14%;
  bottom: -12%;
   width: 82%;
   height: 316px;
   padding: 2%;
   background-color: #fff;
   	border-radius: 10px;
} 
.iderIndexBox9 .lt .img img{
    	border-radius: 10px;
}

.iderIndexBox9 .text{
  flex: 1;
}
.iderIndexBox9 .text li{
  	font-family: Roboto-Light;
	font-size: 16px;
	line-height: 30px;
  padding-left: 6.5%;
  margin-bottom: 10%;
	color: #7c7c7c;
  background: url(/public/static/images/home/en-us/im1-21.png) left top  no-repeat;
  background-size: 20px;
  background-position-y: 10px;
}

.iderIndexBox9 .text  .com-mores{
   background-color: var(--mainColor);
   color: #fff;
}

.iderIndexBox10{
  width: 100%;
  height: auto;
  padding: 3.5% 0  3% 0;
  background-color: #f7f7f7;
}
.com-tl2{
  	font-family: Roboto-Bold;
	font-size: 36px;
	color: var(--mainColor);
  margin-bottom: 2.5%;
}
.comProductTop{
  width: 100%;
  height: 339px;
  	background-color: #ffffff;
	box-shadow: 0px 0px 38px 0px 
		rgba(0, 0, 0, 0.08);
	border-radius: 1px;
  padding: 1.5%  6% 1.5%  2.5%;
  margin-bottom: 1.2%;
}
.comProductTop ul{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.comProductTop li{
  	font-family: Roboto-Light;
	font-size: 16px;
line-height: 30px;
	color: #525252;
}
.comProductTop li strong{
  display: block;
  	font-family: Roboto-Bold;
	font-size: 16px;
	line-height: 30px;
	color: #525252;
}

.comiderIndexBox10Swiper{
  width: 100%;
  height: auto;
    overflow-x: clip;
}

.comiderIndexBox10Swiper .img{
  width: 100%;
	height: 311px;
	background-color: #ffffff;
  padding: 3%;
  overflow: hidden;
 border-bottom: 1px solid #f7f7f7;
}
.comiderIndexBox10Swiper  img{
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.comiderIndexBox10Swiper .text{
  width: 100%;
  	height: 219px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	background-color: #ffffff;

    padding: 7%  5%  12%  7%;
      transition: all 0.3s;
}
.comiderIndexBox10Swiper .swiper-slide{
	box-shadow: 0px 0px 38px 0px 
		rgba(0, 0, 0, 0.08);
}
.comiderIndexBox10Swiper .text  .name{
  	font-family: Roboto-Regular;
	font-size: 20px;
	line-height: 30px;
	color: var(--mainColor);
    transition: all 0.3s;
}

.comiderIndexBox10Swiper .text .com-mores{
  background-color: #eaeaea;
    transition: all 0.3s;
  color: var(--mainColor);
}

.comiderIndexBox10Swiper .swiper-slide:hover .text{
 background-color: var(--mainColor);
}
.comiderIndexBox10Swiper .swiper-slide:hover  .name{
  color: #fff;
}
.comiderIndexBox10Swiper .swiper-slide:hover   .com-mores{
  background-color: #fff;
  color: var(--mainColor);
}
.iderIndexBox10-pagination {
  margin-top: 3.1%;
}
.iderIndexBox10-pagination   .swiper-pagination-bullet,
.iderIndexBox11-pagination   .swiper-pagination-bullet{
  width: 10px;
	height: 10px;
	background-color: #c0c0c0;
  opacity: 1;
}
.iderIndexBox10-pagination   .swiper-pagination-bullet-active,
.iderIndexBox11-pagination   .swiper-pagination-bullet-active{
   background-color: var(--mainColor);
}
.iderIndexBox10.whites{
  background-color: #ffff;
}
.comProductTop{
  justify-content: space-between;
}
.comProductTop.topImg{
  padding: 2%;
}
.comProductTop .img{
  width: 38%;
  height: 100%;
  overflow: hidden;
}
.comProductTop .img  img{
  object-fit: contain;
}

.iderIndexBox11{
  width: 100%;
  height: auto;
  padding: 5% 0  2.5% 0;
}
.iderIndexBox11 .com-tl{
  line-height: 72px;
  color: var(--mainColor);
}
.iderIndexBox11-pagination{
  margin-top: 4%;
}

.iderIndexBox11Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 2%;
}

.iderIndexBox11Swiper .img{
  width: 100%;
  	height: 360px;
	background-color: #f7f7f7;
	border-radius: 1px;
  padding: 9px;
}




@media screen and (max-width: 1600px) {
.headerSwiper .title {
    font-size: 30px;
    line-height: 39px;
}
.headerSwiper  .img  .icon {
    width: 90%;
}
.com-tl {
    font-size: 30px;
    line-height: 91px;
 
}


.com-ls {
    width: 56%;
}
.com-tl::after {
    bottom: 25px;
}
.iderIndexBox5 .text  .tl {
    font-size: 30px;
    line-height: 40px;
}
}

@media screen and (max-width: 1400px) {
.headerSwiper .title,
.iderIndexBox2 .title,
.iderIndexBox5 .text .tl,
.iderIndexBox5 .text .com-tl {
    font-size: 20px;
    line-height: 30px;
}
.headerSwiper .text {
    padding: 5% 0 0  14.2%;
}
.menu-level1>li {
    margin-right: 2%;
}
.iderheader .rt {
    width: 36.5%;
}
.com-tl {
    font-size: 20px;
}




}

@media screen and (max-width: 1330px) {
.menu-level1 a {
    font-size: 16px;
}
.iderheader{
 padding-left: 4%;
}
.iderheader .rt{
  padding-right: 4%;
}
.iderheader  .logo {
    margin-right: 1%;
}
.headerSwiper .text {
    padding: 5% 0 0  4.2%;
}
.iderIndexBox1 {
    padding: 3% 0 3% 0;
}
.iderIndexBox1Swiper .img {
    height: 200px;

}
.iderIndexBox1Swiper .text {
    height: 325px;
}
.iderIndexBox3 ul li:first-child,
.iderIndexBox3 ul li{
  height: auto;
}
.iderIndexBox3 .text .name{
  font-size: 16px;
  line-height: 25px;
}
.com-ls30{
  font-size: 14px;
  line-height: 24px;
}
.iderIndexBox4Swiper .swiper-slide{
  width: 100%;
}


}
@media screen and (max-width: 1220px) {
  .iderIndexBox5 .container_1400 {
    flex-wrap: wrap;
  }
  .iderIndexBox5 .text{
    width: 100%;
    margin:  0  0  10px 0;
  }

  .iderIndexBox5 .text .com-ls30{
    margin: 3% 0;
  }
  .iderIndexBox5 .text .com-tl{
    line-height: 90px;
  }
.iderIndexBox6  .top .lt .title {
    font-size: 24px;
    line-height: 30px;
    width: 80%;
}
.iderIndexBox8Con .lt .img,
.iderIndexBox8Con,
.iderIndexBox8Con .lt .text{
  height: auto;
}
.iderIndexBox8Con .lt .text .name,
.iderIndexBox8Con .rt .text .name{
  font-size: 16px;
  line-height: 25px;
}
.iderIndexBox8Con .lt .text li{
  font-size: 14px;
  line-height: 24px;
}
.iderIndexBox9 .lt .img {
    bottom: 15%;
    width: 82%;
height: auto;
}
.com-tl2{
  font-size: 20px;
}

}
@media screen and (max-width: 992px) {
.iderheader  {
  display: none;
}
.headerSwiper .text {
    padding: 4% 0 0  4%;
}
.headerSwiper .text {
    width: 47%;

}
.headerSwiper li {
    font-size: 16px;
    padding-left: 3%;
    line-height: 30px;
    background-size: 5px 7px;
}
.headerSwiper .text ul {
    margin: 1%  0  3% 0;
}
.com-mores{
  width: fit-content;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
}
.com-title,
.iderIndexBox2 form,
.iderIndexBox5 .rt ,
.iderIndexBox6 .top,
.iderIndexBox6 .bto,
.iderIndexBox7 .container_1400,
.iderFooter .top ,
.iderIndexBox9 .container_1400 {
  flex-wrap: wrap;
}
.com-ls{
  width: 100%;
}.com-tl{
  line-height: 40px !important;
}

.iderIndexBox2{
  padding: 3% 0;
  transform: translateY(0);
}.iderIndexBox1-pagination {
    width: 78%;

}
.iderIndexBox1Swiper .text .name {
    font-size: 16px;
}

.iderIndexBox1Swiper .text li,
.iderIndexBox4Swiper .text li{
  font-size: 14px;
  line-height: 25px;
}
.iderIndexBox2 .con .lt,
.iderIndexBox7 .text{
  flex-wrap: wrap;
  flex: none;
  width: 100%;
}
.iderIndexBox2 .con{
  height: auto;

}
.iderIndexBox2 .con .lt div{
  width: 100%;
  margin-bottom: 10px;
}

.iderIndexBox2 .con input[type=submit]{
  margin-left: 0;
}
.com-tl::after{
  bottom: 0;
}
.iderIndexBox3 ul li,
.iderFooter .top .lt,
.iderIndexBox9 .lt{
  width: 100%;
}
.iderIndexBox4Con {
    padding-left: 8.5%;
}
.iderIndexBox4Swiper .text .name {
    font-size: 20px;
    line-height: 25px;
}
.iderIndexBox5 .rt{
  flex: none;
  width: 100%;
}
.iderIndexBox5 .rt .img{
  width: 100%;
}
.iderIndexBox5 .rt .top{
  width: 100%;
  display: flex;
  margin-top: 10px;
}
.iderIndexBox5 .rt .top li{
  width: calc((100% - 10px ) / 2);
  margin:  0 10px 10px 0;
  padding-top: 25px;
}
.iderIndexBox5 .rt .top li:nth-child(2n){
  margin-right: 0;
}
.iderIndexBox5 .rt .bto{
  position: static;
  width: 100%;
}
.iderIndexBox6 .top .lt{
  width: 100%;
}
.iderIndexBox6 .bto li{
  width: calc((100% - 10px ) / 2);
  margin:  0 10px 10px 0;
}
.iderIndexBox6 .bto li:nth-child(2n)
{
  margin-right: 0;
}
.iderIndexBox7 .text ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3%;
}
.iderIndexBox7 .text ul li{
  width: calc(100% / 3);
}
.iderIndexBox7 .img{
  width: 70%;
  margin:  10px 0 0 ;
}
.iderIndexBox7 .text .ls{
  margin:  2% 0;
}
.iderFooter .top .lt .ls{
  margin: 15px 0;
}

.iderFooter .top .lt{
  padding-right: 0;
  border-right: none;
}
.iderFooter .top ul li:first-child{
  display: none;
}
.iderFooter .top ul li {
    width: calc(100% /  2);
 
}
.iderFooter .top ul{
  margin-top: 3%;
}
.iderIndexBox6.inner .top {
    background: linear-gradient(to bottom, rgba(36, 47, 151, 1),rgba(36, 47, 151, 0.5));
}
.iderIndexBox9 .text{
  margin-top: 15px;
}
.iderIndexBox9 .text li{
  margin-bottom: 10px;
}
}


@media screen and (max-width: 768px) {
  .headerSwiper  .swiper-slide,
  .iderIndexBox8Con  {
    flex-wrap: wrap;
  }
.headerSwiper .text{
  width: 100%;
  padding: 4%;
}
.headerSwiper {
  max-height: fit-content;
}

.headerSwiper .img{
  flex: none;
  width: 100%;
}
.headerSwiper .img .icon{
  left: 4%;
}
.iderIndexBox1Swiper .img,
.iderIndexBox1Swiper .text{
  height: auto;
}

.iderIndexBox1Swiper .img img {
  width: 80%;
}
.iderIndexBox1Swiper .text ul{
  margin: 15px 0;
}
.iderIndexBox1-pagination{
  width: 50%;
}
.iderIndexBox1Swiper .text{
  padding: 4% 3%;
}
.iderIndexBox3  .text .mores {
    width: 35px;
    height: 35px;
    font-size: 20px;
}
.iderIndexBox3 li .text{
  padding: 10px;
}
.iderIndexBox4Con{
padding-left: 0;
}
.iderIndexBox4Swiper .bto{
  padding: 0 4%;
}
.iderIndexBox4Swiper .swiper-slide,
.iderIndexBox5 .rt .top li,
.iderIndexBox8Con .rt li,
.comiderIndexBox10Swiper .text,
.comiderIndexBox10Swiper .img,
.iderIndexBox11Swiper .img{
  height: auto;
}
.iderIndexBox4Swiper .con,
.iderFooter .top ul,
.iderFooter .bto .container_1400 ,
.comProductTop.topImg{
  flex-wrap: wrap;
}
.iderIndexBox4Swiper .img,
.iderFooter .top ul li{
  width: 100%;
  height: auto;
}
.iderIndexBox4Swiper .text{
  flex: none;
  width: 100%;
  height: auto;
}
.iderIndexBox4Swiper .text ul{
  margin: 10px 0;
}
.iderIndexBox4Swiper .text .name{
  font-size: 16px;
}
.iderIndexBox4-pagination::after {
    width: 50%;

}
.iderIndexBox5 .rt .top li{
  padding: 4%;
}
.iderIndexBox5  .rt li .icon {
    width: 32px;
}
.iderIndexBox5  .rt li .nu p {
    font-size: 30px;
}
.iderIndexBox6 .top ul{
  flex: none;
  width: 100%;
  flex-wrap: wrap;
}
.iderIndexBox6 .top ul p{
  font-size: 14px;
}
.iderIndexBox6 .top ul li,
.iderIndexBox6 .top ul .item,
.iderIndexBox7 .img,
.iderIndexBox8Con .lt{
  width: 100%;
}
.iderIndexBox6 .top ul li{
  margin-bottom: 10px;
}
.iderIndexBox7 .text ul li {
    width: calc(100% / 2);
}
.iderIndexBox6 .bto li .name{
  font-size: 16px;
  margin: 15px 0 10px 0;
}

.iderIndexBox8Con .lt .text{
  padding: 3%;
}
.iderIndexBox8Con .rt li{
  margin-bottom: 10px;
}
.iderFooter .top ul li{
  border-right: none;
}
.iderIndexBox8Con,
.iderIndexBox6.inner .top,
.iderIndexBox11Swiper,
.comProductTop{
  margin-top: 15px;
}
body{
  padding-bottom: 48px;
}
.iderFooter .bto{
  padding: 3%  4%;
}
.iderFooter .bto .ls{
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  width: 100%;
}
.iderFooter .top li a,
.iderFooter .top li .itm7,
.iderIndexBox9 .text li,
.comProductTop li{
  font-size: 14px;
  line-height: 24px;
}
.iderFooter .top li .item{
  margin-bottom: 10px;
}
.iderFooter .top li .name{
  font-size: 16px;
  margin-bottom: 15px;
}
.iderIndexBox9 .lt .img {
    bottom: 7%;
}
.comProductTop li{
  margin-bottom: 10px;
}
.comProductTop{
  height: auto;
  padding: 4% 3%;
  margin-bottom: 10px;
}
.comiderIndexBox10Swiper .text .name{
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}
.comiderIndexBox10Swiper .text{
  padding: 4% 3%;
}
.comProductTop .img{
  width: 80%;
}


}



@media screen and (max-width: 430px) {
.iderIndexBox6 .bto li{
  width: 100%;
  margin-right: 0;
  height: auto;
  padding: 2%;
}
.iderIndexBox9 .text li {
    padding-left: 19px;
    background-size: 14px;
}
.comProductTop .img{
  width: 100%;
}


}


@media screen and (max-width: 360px) {
.iderIndexBox5 .rt .top,
.iderIndexBox5 .rt .bto ul{
  flex-wrap: wrap;
}
.iderIndexBox5 .rt .bto,
.iderIndexBox5 .rt .bto ul{
  height: auto;
  border-radius: 0;
  padding: 2% 0;
}
.iderIndexBox5 .rt .top li,
.iderIndexBox5 .rt .bto li{
  width: 100%;
  margin-right: 0;
}
.iderIndexBox5 .rt .bto li{
  margin-bottom: 15px;
}
.com-tl {
    line-height: 25px !important;
}
}