@font-face {
  font-family: "Outfit-Bold";
  src: url("font/Outfit-Bold.ttf");
}
@font-face {
  font-family: "Outfit-Black";

  src: url("font/Outfit-Black.ttf");
}
@font-face {
  font-family: "Outfit-ExtraBold";
  src: url("font/Outfit-ExtraBold.ttf");
}
@font-face {
  font-family: "Outfit-Light";
  src: url("font/Outfit-Light.ttf");
}
@font-face {
  font-family: "Outfit-Medium";
  src: url("font/Outfit-Medium.ttf");
}
@font-face {
  font-family: "Outfit-Regular";
  src: url("font/Outfit-Regular.ttf");
}
@font-face {
  font-family: "Outfit-SemiBold";
  src: url("font/Outfit-SemiBold.ttf");
}
@font-face {
  font-family: "Outfit-Thin";
  src: url("font/Outfit-Thin.ttf");
}
@font-face {
  font-family: "Outfit-ExtraLight";
  src: url("font/Outfit-ExtraLight.ttf");
}
@font-face {
  font-family: "Manrope-Regular";
  src: url("font/Manrope-Regular.otf");
}
:root {
  --mainColor-y: #efbe64;
  --mainColor-l: #465d4b;
  --mainColor-b: #162b33;
  --bg-c: #e7e9ea;
  --main-font: 'Outfit-Regular', system-ui, -apple-system, sans-serif;
}

.comHover:hover {
  box-shadow: 0 0 15px rgba(243, 196, 42, 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;
}

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


.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 {
  transform: scale(1.1);
}

.header {
  width: 100%;
    height: 1.3rem;
transition: all 0.3s ease;

}
.header  .logo{
  display: block;
   width: .75rem;
   height: auto;
   margin-right: .4625rem;
}
.header  .logo img{
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.headerCon{
  width: 100%;
  position: relative;
  height: 1.3rem;
    transition: all 0.3s;
    z-index: 999;
  top: 0;
  left: 0;
}



.header.active .headerCon  {
  position: fixed;
    box-shadow: 0px 0px .375rem  0px rgba(53, 117, 87, 0.1);
background-color: #fff;
}

.header .rt .search{
    width: 18px;
    height: auto;
    object-fit: contain;
    cursor: pointer;
}
.header .rt .language{
  height: 100%;
  cursor: pointer;
  margin:  0 .2375rem;
}
.header .rt .language img{
   width: 18px;
   height: 18px;
   object-fit: contain;
}
.menu-level1>li,
.menu-level1 ,
.header .lt{
  height: 100%;
}

.menu-level1>li>a {
	font-family: Outfit-Light;
	font-size: .225rem;
	color: #162b33;
}

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

.menu-level2 li a {
  color: #000;
  	font-family: Outfit-Light;
}
.header .rt .quotes{
  display: block;
  	width: 2.0125rem;
	height: .5375rem;
  line-height: .5375rem;
	background-color: var(--mainColor-y);
  	
	font-size: .2rem;
text-align: center;
	color: #465d4b;
  transition: all 0.3s;
}
.headerSwiper {
  position: relative;
  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%;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}

.headerSwiper .text .con {
  width: 100%;
  height: auto;
  padding-top: 10%;
}

.headerSwiper .text .con .title {
	font-size: 1.1875rem;
	color: #f5f5f5;
  	font-family: Outfit-Medium;
}

.headerSwiper .text .con .ls {
	font-size: .3rem;
	line-height: .375rem;
	color: #ffffff;
  margin: 0  0  .3125rem 0;
}
.com-mores{
  display: block;
  cursor: pointer;
  	width: 2.275rem;
	height: .6rem;
	background-color: var(--mainColor-y);
	border-radius: .0625rem;
  	font-size: .2rem;
text-align: center;
line-height: .6rem;
	color: #25336f;
  transition: all 0.3s;
}
.com-tl{  
	font-size: .45rem;
	color: #000000;
  	font-family: Outfit-Regular;
}
.com-ls30{
  	font-size: .2rem;
	line-height: .375rem;
	color: var(--mainColor-b);
}
.com-ls30.white,
.com-ls24.white,
.com-tl.white{
  color: #ffffff;
}
.com-ls24{
  font-size: .2rem;
	line-height: .3rem;
	color: var(--bg-c);
}
.iderIndexBox1{
  width: 100%;
  height: auto;
  padding-top: .75rem;
}
.iderIndexBox1 .tl .com-ls30{
  width: 50%;
}
.iderIndexBox1 .com-card{
  padding-bottom:  .875rem;
  border-bottom: 1px solid  #e7e9ea;
}


.iderIndexBox1 ul{
  width: 100%;
  margin-top: .8125rem;
  	height: 8.875rem;
	border-radius: .0625rem;
}

.iderIndexBox1 ul li{
  display: flex;
  flex-direction: column;
      align-items: baseline;
  justify-content: space-between;
  height: 100%;
  width: calc((100% -  .075rem) / 2);
  background-color: var(--mainColor-l);
  padding: .275rem  .4625rem  .4875rem .4625rem;
}
.iderIndexBox1 ul li:last-child{
  background-color: var(--bg-c);
}


.iderIndexBox1  li .icon{
   width: auto;
   height: .6875rem;
     transition: all 0.3s;
   object-fit: contain;
}
.iderIndexBox1  li  .name{
  	font-size: .45rem;
	color: #ffffff;
  	font-family: Outfit-Bold;
  margin-top: .25rem;
}
.iderIndexBox1  li:last-child .name{
  color: var(--mainColor-l);
}

.iderIndexBox1  li .text{
  padding-top: .15rem;
  width: 100%;
  border-top: 1px solid  rgba(255, 255, 255, 0.2);
}

.iderIndexBox1  li:last-child .text{
  border-top: 1px solid  rgba(0, 0, 0, 0.1);
}
.iderIndexBox1  li .com-ls24{
  width: 62%;
}
.iderIndexBox1  li:last-child .com-ls24{
color: var(--mainColor-b);
}
.iderIndexBox1  li .img{
  width: 100%;
  height: auto;
  flex: 1;
  padding: .5rem .25rem;
  overflow: hidden;

}
.iderIndexBox1  li .img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: bottom;
    transition: all 0.3s;
}
.iderIndexBox1  li .com-mores{
  	width: 1.4625rem;
}

.iderIndexBox2{
  width: 100%;
  height: auto;
  padding: .9375rem 0 .5rem 0;
}

.comList{
  width: 100%;
  height: auto;
}

.comList  li{
  	width: 5.5rem;
    height: auto;
    padding: .25rem;
    	border-radius: .0625rem;
    margin:  0  .4875rem    .5rem 0;
    background-color: var(--bg-c);
    transition: all 0.3s;
}
.comList  li .img{
   width: 100%;
   	height: 4.975rem;
    overflow: hidden;
}
.comList  li:nth-child(3n){
  margin-right: 0;
}
.comList  li .txt{
  padding: .4375rem 0;
}
.comList  li .txt .name{
	font-family: Outfit-Regular;
	font-size: .3rem;
	line-height: .3rem;
  transition: all 0.3s;
	color: var(--mainColor-l);
}

.comList  li .txt::after{
  display: block;
  content: '';
  width: .325rem;
  height: .15rem;
  background: url(../images/im1-2.png) no-repeat;
  background-size: contain;
}
.comList  li:hover{
  background-color: var(--mainColor-l);
}
.comList  li:hover .name{
  color: var(--mainColor-y);
}
.comList  li:hover .txt::after{
    background: url(../images/im1-3.png) no-repeat;
  background-size: contain;
}
.comList   .itm1,
.comList   .itm1:hover{
  background-color: transparent;
}
.iderIndexBox2   .itm1 .com-ls30{
  margin-top: .3125rem;
}
.iderIndexBox3{
  width: 100%;
  height: 18rem;
  background: url(../picture/ic1-8.png)  no-repeat;
  background-size: cover;
  padding-bottom: 1.025rem;
}
.iderIndexBox3 .com-card{
   align-items: end;
}

.iderIndexBox3Con{
  width: 100%;
	height: 8.1875rem;
 
}
.iderIndexBox3 .img{
  cursor: pointer;
  position: relative;
  	width: 7.95rem;
height: 100%;
  margin-right: .9625rem;
  overflow: hidden;
}
.iderIndexBox3 .img .icon{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  	width: 1.7375rem;
	height: 1.7375rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.iderIndexBox3  .text{
  flex: 1;

}
.iderIndexBox3  .text .tl{
  	font-family: Outfit-Light;
	font-size: .225rem;
	color: var(--mainColor-y);
}
.iderIndexBox3  .text .ls{
  	font-size: .45rem;
	line-height: .55rem;
	color: #ffffff;
  margin: .375rem 0 .3125rem 0;
}

.iderIndexBox3  .text .com-mores{
  margin-top: 1rem;
}

.iderIndexBox4{
  width: 100%;
  height: auto;
  padding: 1.175rem 0 1.375rem 0;
  background-color: var(--bg-c);
}
.iderIndexBox4 ul{
  width: 100%;
  margin-top: .6875rem;
}
.iderIndexBox4  li{
  cursor: pointer;
  align-items: baseline;
width: calc((100% - .4875rem) / 4);
	height: 6.3125rem;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: .1875rem;
  padding: .775rem  .25rem  .25rem  .375rem;
  transition: all 0.3s;
}
.iderIndexBox4  li .img{
  	width: 1.1375rem;
	height: 1.1375rem;
	border-radius: .2rem;
  background-color: #fff;
}
.iderIndexBox4  li:first-child .img{
  background-color: var(--mainColor-l);
}
.iderIndexBox4  li:nth-child(2) .img{
  background-color: var(--mainColor-y);
}
.iderIndexBox4  li:nth-child(3) .img{
  background-color: var(--mainColor-b);
}
.iderIndexBox4  li .img .icon{
    width: auto;
    height: .6875rem;
    object-fit: contain;
    transition: all 0.3s;
}
.iderIndexBox4  li .name{
  	font-family: Outfit-Regular;
	font-size: .3rem;
	line-height: .375rem;
	color: #000000;
  margin: .625rem 0 .3125rem 0;
}
.iderIndexBox4  li .name::after{
  display: block;
  content: '';
  	width: 1.1375rem;
	height: .0125rem;
  margin-top: .1875rem;
	background-color: #ffffff;
	border-radius: .0125rem;
}
.iderIndexBox4  li:first-child .name::after{
background-color: var(--mainColor-l);
}
.iderIndexBox4  li:nth-child(2) .name::after{
background-color: var(--mainColor-y);
}
.iderIndexBox4  li:nth-child(3) .name::after{
background-color: var(--mainColor-b);
}
.iderIndexBox4  li .com-ls30{
  flex: 1;
}
.iderIndexBox4  li:hover{
  transform: translateY(-10px);
}

.iderIndexBox5{
  width: 100%;
  height: auto;
  padding: 1rem 0 1.375rem 0;
}

.iderIndexBox5 ul{
  width: 100%;
  margin-top: .5rem;
}

.iderIndexBox5 ul li{
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: calc((100% - 1rem) / 3);
  	height: 6.725rem;
	background-color: var(--bg-c);
	border-radius: .0625rem;
  padding: .25rem;
}


.iderIndexBox5  li .img{
  width: 100%;
  	height: 3.3125rem;
    overflow: hidden;
}
.iderIndexBox5  li .time{
  	font-family: Outfit-Light;
	font-size: 14px;
	color: #000000;
	opacity: 0.4;
}
.iderIndexBox5  li  .text{
  width: 100%;
display: flex;
flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: .1875rem  0 .1875rem 0;
}
.iderIndexBox5  li   .name{
    	font-family: Outfit-Light;
	font-size: .3rem;
	line-height: .4375rem;
	color: #000000;
}
.iderIndexBox5  li  .icon{
   width: .325rem;
   height: .15rem;
   background-size: cover;
   transition: all 0.3s;
}

.iderIndexBox5  li:hover .icon{
  transform: translate(50%);
}

.iderIndexBox5  .tl .com-mores{
  	width: 1.775rem;
	height: .525rem;
  line-height: .525rem;
  color: #000;
  font-family: Outfit-Light;
}

.iderIndexBox6{
  width: 100%;
  height: auto;
  background: url(../images/bg.png)  no-repeat;
  background-size: cover;
  padding: .9625rem 0;
}

.iderIndexBox6 .com-card{
  display: flex;
    justify-content: end;
}

.iderIndexBox6 .from{
  width: 8.125rem;
height: auto;
background: url(../images/bg2.png)  no-repeat;
background-size: cover;
padding: .75rem  1.25rem  .625rem  1.25rem ;
}
.iderIndexBox6 .from .info{
  position: relative;
    border-bottom: 1px solid  #fff;
}

.iderIndexBox6 .from  input[type=text]{
  	font-size: 14px;
    width: 100%;
    height: .625rem;
    background-color: transparent;
	color: #e7e9ea;
}

.iderIndexBox6 .from  input[type=text]::placeholder,
.iderIndexBox6 .from  textarea::placeholder{
  	color: #e7e9ea;
    font-size: 14px;
}

.iderIndexBox6 .from  textarea{
  width: 100%;
  height: 1.25rem;
  	font-size: 14px;
	color: #e7e9ea;
}
.iderIndexBox6 .from .textarea{
  margin-top: .375rem;
}
.iderIndexBox6 .from  .ls,
.iderIndexBox6 .from  .ls a{
  	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}.iderIndexBox6 .from  .ls{
  margin: .2rem 0   .1875rem  0;
}
.iderIndexBox6 .from  .ls a{
  text-decoration: underline !important;
}


.iderIndexBox6 .from  input[type=submit]{
	width: 1.875rem;
	height: .6rem;
	background-color: var(--mainColor-y);
	border-radius: .0625rem;
  	font-size: .2rem;
    line-height: .6rem;
text-align: center;
	color: var(--mainColor-l);
  transition: all 0.3s;
}
.footer{
  width: 100%;
  height: auto;
}

.footer .top{
  width: 100%;
  padding: .875rem 0  .7875rem 0;
  	background-color: #162b33;
}
.footer .top .logo{
   width: .75rem;
   height: auto;
   object-fit: contain;
}
.footer .top .lt{
  width: 25%;
  margin-right: 25%;
}
.footer .top .lt .com-ls30{
  margin: .375rem 0  .75rem 0;
}
.footerLink  a{
  	width: 38px;
	height: 38px;
	background-color: rgba(219, 171, 38, 0.2);
	border-radius: 5px;
  transition: all 0.3s;
  margin-right: .1125rem;
}
.footerLink  img{
   width: auto;
   height: 20px;
   object-fit: contain;
}

.footerLink  a:hover{
  transform: translateY(-10px);
  background-color: var(--mainColor-y);
}


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

.footer .top li{
  display: flex;
  flex-direction: column;
}
.footer .top li .name{
  	font-family: Outfit-Bold;
	font-size: .225rem;
	letter-spacing: .0125rem;
  margin-bottom: .375rem;
	color: #ffffff;
}

.footer .top li a{
  	font-family: Outfit-ExtraLight;
	text-decoration: underline !important;
	font-size: .2rem;
	line-height: .45rem;
	letter-spacing: .0125rem;
  color: rgba(255, 255, 255, 0.7);
transition: all 0.3s;
}
.footer .top li a:hover{
  color: #fff;
}
.footer .top li:last-child a{
  text-decoration: none !important;
}

.footer .top li:last-child{
  width: 40%;
}
.footer .bto {
  	height: .75rem;
	background-color: #102229;
}
.footer .bto .ls{
  	font-family: Outfit-ExtraLight;
	font-size: .2rem;
	line-height: .45rem;
	letter-spacing: .0125rem;
	color: #ffffff;
}
.iderBanner{
  width: 100%;
  height: auto;
  position: relative;
}
.iderBanner .bg{
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderNav{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
	height: .6rem;
  	background-color: rgba(89, 105, 79, 0.4);
}
.iderNav a{
  	font-family: Outfit-ExtraLight;
	font-size: .2rem;
	color: #ffffff;
  transition: all 0.3s;
}
.iderNav a:hover,
.iderNav a.active{
  font-weight: 600;
}
.iderNav a::after{
  display: block;
  content: '/';
  	font-size: .2rem;
	color: #ffffff;
  margin:  0 .0375rem;
}
.iderNav a:last-child::after{
  display: none;
}

.iderProductBox1{
  width: 100%;
  height: auto;
  padding: 1.125rem 0 ;
}
.iderProductBox1 .com-card{
    align-items: baseline;
}

.iderProductBox1 .lt{
   	width: 4.3875rem;
    height: auto;
    margin-right: .775rem;
    position: sticky;
    top: 1.625rem;
    z-index: 33;
}
.iderProductBox1Rt{
  flex: 1;
}
.iderProductBox1 .lt .tl{
  width: 100%;
  	height: .6875rem;
	background-color: var(--mainColor-l);
	box-shadow: 0px 0px .3rem 0px 
		rgba(5, 5, 5, 0.09);
    	font-family: Outfit-Regular;
	font-size: .375rem;
padding-left: .2375rem;
line-height: .6875rem;
	color: #ffffff;
}
.iderProductBox1 .lt  .menus{
  margin-top: .1375rem;
}
.iderProductBox1 .lt  .title{
  width: 100%;
  cursor: pointer;
  	height: .6875rem;
  	background-color: rgba(72, 97, 76, 0.1);
	box-shadow: 0px 0px .3rem  0px 
		rgba(5, 5, 5, 0.09);
   padding-left: .25rem;
}
.iderProductBox1 .lt  .title .icon{
  height: 100%;
  width: 20%;
    font-family: "Manrope-Regular";
 padding:  0 .25rem;
  	font-size: .375rem;
	color: #465d4b;
  transition: all 0.3s;
}
.iderProductBox1 .lt  .title a{
  flex: 1;
  display: inline-block;
}
.iderProductBox1 .lt .item{
  margin-bottom: .125rem;
}
.iderProductBox1 .lt .item a{
  font-family: "Outfit-Regular";
	font-size: .225rem;
	color: #000000;
}
.iderProductBox1 .lt .item.active .title a{
 color: var(--mainColor-l);
}
.iderProductBox1 .lt .item.active .icon{
  transform: rotate(90deg);
}

.iderProductBox1 .lt .item .downs {
  padding: .125rem  0;
  display: none;
}
.iderProductBox1 .lt .item .downs li{
  height: .5rem;
  padding-left: .375rem;
}

.iderProductBox1 .lt .item .downs li a{
  	font-family: Outfit-ExtraLight;
	text-decoration: underline;
	font-size: .225rem;
  display: inline-block;
  height: 100%;
  width: 100%;
  line-height: .5rem;
	color: #000000;
    transition: all 0.3s;
}
.iderProductBox1 .lt .item .downs li::before{
  display: block;
  content: '';
  	width: .075rem;
	height: .075rem;
	background-color: #4c4c4c;
  border-radius: 50%;
  margin-right: .1875rem;
  transition: all 0.3s;
}
.iderProductBox1 .lt .item .downs li:hover a{
  text-decoration: underline !important;
  color: var(--mainColor-y);
}
.iderProductBox1 .lt .item .downs li:hover::before{
background-color: var(--mainColor-y);
}

.iderProductBox1Rt .top  .name{
  	font-family: Outfit-Medium;
	font-size: .45rem;
	color: #000000;
}
.iderProductBox1Rt .top {
  width: 100%;
  padding-bottom: .375rem;
  margin-bottom: .3125rem;
  border-bottom: 1px solid  rgba(64, 100, 66, 0.1);
}
.iderProductBox1Rt .top  .com-ls30{
  margin: .25rem 0  .125rem 0;
}
.iderProductBox1Rt .top   .com-mores{
  	width: 2rem;
	height: .625rem;
  line-height: .625rem;
  cursor: pointer;
  	font-family: Outfit-Regular;
}

.comProduct li{
  	width: 3.9375rem;
    margin:  0  .2625rem   .375rem 0;
}
.comProduct li:nth-child(3n){
  margin-right: 0;
}

.comProduct li .img{
  width: 100%;
  	height: 3.5875rem;
    overflow: hidden;
}
.comProduct li  .text{
  width: 100%;
  	height: 2.7625rem;
    justify-content: space-between;
    padding: .15rem  .15rem  .3rem .15rem ;
	background-color: var(--bg-c);
}
.comProduct li  .name{
  	font-family: Outfit-Medium;
	font-size: .225rem;
  text-align: center;
	color: #000000;
}
.comProduct li  .com-ls24{
  	color: #7a7a7a;
    text-align: center;
    margin-top: .0625rem;
    flex: 1;
      font-family: "Outfit-ExtraLight";
}
.comProduct li .com-mores{
  	width: 1.4625rem;
	height: .6rem;
  line-height: .6rem;
  color: #000;
}
.iderProductBox2{
  width: 100%;
  height: auto;
  padding: 1.1125rem 0  .975rem 0;
  background-color: var(--bg-c);
}
.iderProductBox2 .img{
  	width: 9.225rem;
    cursor: pointer;
	height: 8.6125rem;
	border-radius: .125rem;
  overflow: hidden;
  margin-right: .65rem;
}
.iderProductBox2  .text{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.iderProductBox2  .text .com-tl,
.iderProductBox3   .com-tl{
 font-weight: normal;
}
.iderProductBox2  .text li{
  cursor: pointer;
  width: 100%;
	height: 2.0125rem;
	background-color: var(--mainColor-l);
	border-radius: .125rem;
  margin-bottom: .125rem;
  padding: .25rem   ;
  transition: all 0.3s;
}
.iderProductBox2  .text li:hover .nu{
  transform: scale(1.1) ;
}.iderProductBox2  .text li:hover {
  transform: translateX(5%);
}
.iderProductBox2  .text .nu{
  	width: .6875rem;
	height: .6875rem;
	background-color: var(--mainColor-y);
	border-radius: .125rem;
  	font-family: Outfit-SemiBold;
	font-size: .425rem;
text-align: center;
line-height: .6875rem;
	color: #fff;
  margin-right: .875rem;
  transition: all 0.3s;
}
.iderProductBox2  .text .ls{
  flex: 1;
}
.iderProductBox2  .text  .name{
  	font-family: Outfit-SemiBold;
	font-size: .25rem;
  margin-bottom: .125rem;
	color: #ffffff;
}
.iderProductBox3{
  width: 100%;
  height: auto;
  padding-top: 1.25rem;
}
.iderProductBox3 .comList{
  margin-top: .4375rem;
}
.iderProductBox3 .com-card{
  padding-bottom: 1.125rem;
  border-bottom: 1px solid  var(--bg-c);
}
.iderProductBox4{
  width: 100%;
  height: auto;
padding: .75rem 0  1.875rem 0;
}
.iderProductBox4 .item .name{
  	font-family: Outfit-Regular;
	font-size: .225rem;
	color: #000000;
}
.iderProductBox4 .item {
  margin-bottom: .125rem;
}
.iderProductBox4 .item .tl{
  cursor: pointer;
  	height: .6875rem;
    padding: 0 .25rem;
	background-color: var(--bg-c);
}
.iderProductBox4 .item  .text{
  width: 100%;
display: none;
  height: auto;
  padding: .3125rem;
  	border: solid 1px var(--bg-c);
}
.iderProductBox4 .item  li{
  font-family: "Outfit-Light";
	font-size: .2rem;
	line-height: .3rem;
	color: var(--mainColor-b);
}
.iderProductBox4 .item .tl::after{
  display: block;
  content: '>';
  	font-family: Manrope-Regular;
	font-size: .375rem;
	color: #000000;
  transition: all 0.3s;
}
.iderProductBox4 .item.active .tl::after{
 transform: rotate(90deg);
}
.iderProductBox4Con{
  width: 100%;
  height: auto;
  margin-top: .5rem;
  justify-content: space-between;
}
.iderProductBox4Con .itms{
  width: calc((100% - .35rem) / 2);
}

.iderAboutBox1{
  width: 100%;
  height: auto;
  padding: 1.375rem 0  1.125rem 0;
  border-bottom: 1px solid  #e7e9ea;
}
.comQuote{
  cursor: pointer;
  	width: 2.0125rem;
	height: .5375rem;
	background-color: var(--mainColor-y);
	border-radius: .025rem;
  	font-size: .2rem;
text-align: center;
line-height: .5375rem;
	color: var(--mainColor-l);
  transition: all 0.3s;
}
.iderAboutBox1 .text{
  flex: 1;
}
.iderAboutBox1  .comQuote{
  margin-top: .5rem;
}
.iderAboutBox1 .com-ls30{
  margin-top: .3125rem;
}


.iderAboutBox1 .rt{
	width: 9.65rem;
  height: auto;
  margin-left: 1rem;
}
.iderAboutBox1 .rt ul{
  width: 100%;
	height: 3.5rem;
}

.iderAboutBox1 .rt ul li{
  width: calc((100% - .25rem) / 2);
  height: 100%;
  	border-radius: .125rem;
    overflow: hidden;
}

.iderAboutBox1 .rt  .img{

  position: relative;
  width: 100%;
  	height: 4.725rem;
	border-radius: .125rem;
  margin-top: .25rem;
  overflow: hidden;
}

.iderAboutBox1 .rt  .icon{
      cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
  	width: 2.3625rem;
	height: 2.3rem;
	background-color: var(--mainColor-l);
	border-radius: 0px .125rem .125rem .125rem;
}
.iderAboutBox1 .rt  .icon img{
  	width: 1.25rem;
	height: 1.25rem;
  object-fit: cover;
  transition: all 0.3s;
}
.com-tl.inner{
  font-weight: normal;
}

.iderAboutBox2{
  width: 100%;
  height: auto;
  padding: .75rem 0;
}

.iderAboutBox2 ul{
  width: 100%;
  height: auto;
  margin-top: .3125rem;
}

.iderAboutBox2 ul li{
  cursor: pointer;
  position: relative;
  width: calc((100% - .425rem) /2);
  	height: 6.175rem;
    overflow: hidden;
}
.iderAboutBox2 li .icon{
    width: 1rem;
    height: auto;
    object-fit: contain;
    margin-right: .375rem;
    transition: all 0.3s;
}
.iderAboutBox2 li  .text{
  width: 100%;
  position: absolute;
      align-items: flex-start;
  left: 0;
  bottom: 0;
  	height: 2.2375rem;
	background-color: var(--mainColor-l);
  padding: .4375rem  .375rem  .25rem  .5rem;
}
.iderAboutBox2 li  .name{
  	font-family: Outfit-Regular;
	font-size: .3rem;
	color: #ffffff;
  margin-bottom: .125rem;
}

.iderAboutBox3{
  width: 100%;
  height: auto;
  padding: 1rem  0;
background: url(../images/bg3.png)  no-repeat;
background-size: cover;
}
.iderAboutBox3 .tl{
	font-family: Outfit-Light;
	font-size: .225rem;
	line-height: .375rem;
	color: #000000;
  margin-top: .125rem;
}
 
.iderAboutBox3Con{
  width: 100%;
  height: 8.75rem;
      align-items: end;
  margin-top:.5rem;
}
.iderAboutBox3Swiper {
   width: 1.5rem;
   height: 100%;
   overflow: hidden;
}
.iderAboutBox3Swiper .swiper-slide{
  cursor: pointer;
} 
.iderAboutBox3Swiper .time{
  	font-family: Outfit-Light;
	font-size: .225rem;
  width: 100%;
	color: #525252;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}
.iderAboutBox3Swiper .swiper-slide-active  .time{
  	font-family: Outfit-SemiBold;
transform: scale(1.5);
  color: var(--mainColor-l);
}

.iderAboutBox3Con .rt{
  flex: 1;
}
.iderAboutBox3Con .rt .item{
  width: 100%;
  height: auto;
}

.iderAboutBox3Con .rt .item .name{
  position: relative;
  	font-family: Outfit-SemiBold;
	font-size: .45rem;
	line-height: .375rem;
	color: var(--mainColor-l);
  width: 100%;
  padding-bottom: .3125rem;
    border-bottom: .0125rem solid  rgba(87, 116, 85, 0.2);
    margin-bottom: .25rem;
}
.iderAboutBox3Con .rt .item .name::after{
  position: absolute;
  left: 0;
  bottom: -0.0187rem;
  display: block;
  content: '';
  	width: 3.4875rem;
	height: .025rem;
	background-color: var(--mainColor-y);
}
.iderAboutBox3Con .rt .item .bto{
      align-items: flex-start;
}
.iderAboutBox3Con .rt .item  .ls{
  	font-family: Outfit-Light;
	font-size: .225rem;
	line-height: .375rem;
	color: #000000;
  width: 40%;
}

.iderAboutBox3Con .rt .item .img{
  	width: 7.225rem;
	height: 4.3rem;
  overflow: hidden;
}
.iderAboutBox4{
  width: 100%;
  height: auto;
padding-top: 1.125rem;
}

.iderAboutBox4 ul{
  width: 100%;
  height: auto;
  padding: .5875rem 0 ;
  margin-top: .375rem;
    border-top: 1px  solid  rgba(65, 109, 65, 0.2);
  border-bottom: 1px  solid  rgba(65, 109, 65, 0.2);
}


.iderAboutBox4 ul li{
  	width: 4.2625rem;
    height: auto;
    margin:  0  .15rem  .3875rem 0;
}
.iderAboutBox4 ul li:nth-child(4n){
  margin-right: 0;
}
.iderAboutBox4  li .img{
  width: 100%;
  	height: 3.125rem;
    overflow: hidden;
}

.iderAboutBox4  li  .name{
  width: 100%;
  	height: .6875rem;
	background-color: var(--bg-c);
  	font-family: Outfit-Regular;
	font-size: .2rem;
  line-height: .6875rem;
text-align: center;
	color: #000000;
}

.iderAboutBox5{
  width: 100%;
  height: auto;
  padding: .8rem 0;
}
.iderAboutBox5Swiper{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: .4375rem;
    overflow-x: clip;
}
.iderAboutBox5Swiper  .img{
  width: 100%;
  	height: 7.5625rem;
    overflow: hidden;
}
.iderAboutBox5Swiper  .text{
  	width: 8.525rem;
	height: 3.4625rem;
  padding: .4375rem  .375rem  .25rem  .625rem;
	background-color: var(--bg-c);
  transform: translate(.4375rem,-0.625rem);
}

.iderAboutBox5Swiper  .text .name{
	font-family: Outfit-Regular;
	font-size: .375rem;
	color: #000000;
}
.iderAboutBox5Swiper  .text .com-ls30{
    font-family: "Outfit-Light";
    margin-top: .1875rem;
}
.iderAboutBox5-prev,
.iderAboutBox5-next{
  cursor: pointer;
  	width: .75rem;
	height: .6875rem;
  background: url(../images/im3-7.png) center no-repeat;
  background-size: .325rem .15rem;
	background-color: #e7e9ea;
  transition: all 0.3s;
}
.iderAboutBox5Swiper  .bto{
  position: absolute;
  right: 0;
  bottom: 1.875rem;
  z-index: 33;
}

.iderAboutBox5-prev{
  transform: rotate(180deg);
  margin-right: .125rem;
}
.iderAboutBox5-prev:hover{
    background: url(../images/im3-8.png) center no-repeat;
  background-size: .325rem .15rem;
  transform: rotate(0);
    background-color: var(--mainColor-y);
}


.iderAboutBox5-next:hover{

    background: url(../images/im3-8.png) center no-repeat;
  background-size: .325rem .15rem;
    background-color: var(--mainColor-y);
    transform: rotate(180deg);
}

.iderServiceBox1{
  width: 100%;
  height: auto;
  padding-top: .8125rem;
}
.iderServiceBox1  .com-card{
  padding-bottom: .8rem;
  border-bottom: 1px  solid  rgba(0, 0, 0, 0.1);
}
.iderServiceBox1 .img{
  position: relative;
  	width: 9.3875rem;
	height: 6.25rem;
margin-right: 1rem;
	border-radius: .0625rem;
}
.iderServiceBox1 .img::after{
  display: block;
  content: '';
  position: absolute;
  	width: .3125rem;
    top: 0;
    left: 0;
	height: 1.15rem;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
	background-color: var(--mainColor-y);
}

.iderServiceBox1 .img::before{
  display: block;
  content: '';
  position: absolute;
  right: .5rem;
  bottom: -0.0875rem;
	width: 1.9375rem;
	height: .7375rem;
	background-color:var(--mainColor-l);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
	background-color: var(--mainColor-l);
}
.iderServiceBox1 .text{
  flex: 1;
}
.iderServiceBox1 .text .com-ls30{
  margin-top: .3125rem;
}
.iderServiceBox1 .text .comQuote{
  margin-top: .25rem;
}

.iderServiceBox2{
  width: 100%;
  height: auto;
  padding: .75rem 0 ;
}

.iderServiceBox2Con{
  width: 100%;
  height: auto;
  margin-top: .3125rem
}

.iderServiceBox2Con .item{
  width: calc((100% - .65rem) / 3);
  	height: 7.425rem;
	background-color: #ffffff;
	box-shadow: 0px 0px .3rem  0px 
		rgba(5, 5, 5, 0.09);
    cursor: pointer;
	border-radius: .0625rem;
  padding: .375rem  .1875rem  .5625rem .1875rem;
  justify-content: space-between;
}
.iderServiceBox2Con .item .img{
  	width: 1.1375rem;
	height: 1.1375rem;
	background-color: var(--mainColor-l);
	border-radius: .2rem;
}
.iderServiceBox2Con .item  .icon{
  width: auto;
  height: .675rem;
  object-fit: contain;
  transition: all 0.3s;
}
.iderServiceBox2Con .item  .name{
  	font-family: Outfit-Medium;
	font-size: .25rem;
	color: #000000;
  margin: .1875rem 0  .125rem 0;
}
.iderServiceBox2Con .item   .tl{
  	font-family: NunitoSans-SemiBold;
	font-size: .2rem;
	color: var(--mainColor-b);
  text-align: left;
  width: 100%;
  margin: .3125rem 0 .1875rem 0;
}
.iderServiceBox2Con .item .com-ls24{
  color: var(--mainColor-b);
    font-family: "Outfit-Light";
}
.iderServiceBox2Con .item  .ls{
	font-size: .225rem;
  font-family: "Manrope-Regular";
	line-height: .3rem;
	color: var(--mainColor-b);
}
.iderServiceBox2Con .item ul{
  flex: 1;
  width: 100%;
}

.iderServiceBox2Con .item   li{
  	font-family: NunitoSans-SemiBold;
	font-size: .2rem;
	line-height: .375rem;
	color: var(--mainColor-b);
  padding-left: .375rem;
  background: url(../images/im3-3.png)  left top no-repeat;
  background-size: .2rem;
  background-position-y: .1125rem;
}
.iderServiceBox2Con .item:nth-child(2n){
  background-color: var(--bg-c);
  box-shadow: none;
}
.iderServiceBox2Con .item:nth-child(2n) .img{
  background-color: var(--mainColor-y);
}
.iderServiceBox2Con .item:nth-child(2n) .tl{
  border-top: 1px solid #fff;
  padding-top: .15rem;
  margin: .125rem 0  .225rem 0;
}

.iderServiceBox2Con .item:last-child .img{
  background-color: var(--mainColor-b);
}
.iderServiceBox3{
  width: 100%;
  height: auto;
}
.iderServiceBox3 .com-card{
  padding-bottom: .75rem;
  border-bottom: 1px solid  var(--bg-c);
}
.iderServiceBox3 .top{
  width: 100%;
  height: 5.3625rem;
  background: url(../images/bg1.png)  no-repeat;
  background-size: cover;
  padding: .5625rem 0  .125rem  .5rem;
}
.iderServiceBox3 .top li{
  width: calc(100%  / 2);
  	font-family: NunitoSans-SemiBold;
	font-size: .225rem;
	line-height: .6rem;
  padding-left: .4875rem;
	color: #e7e9ea;
  background: url(../images/im3-4.png) left center no-repeat;
  background-size: .275rem .2125rem;
}
.iderServiceBox3 .top ul{
  margin: .25rem 0 ;
}
.iderServiceBox3 .top .text{
  width:55%;
}

.iderServiceBox3 .top .ls{
	font-size: .225rem;
  font-family: "Outfit-Light";
	line-height: .3rem;
	color: #e7e9ea;
}
.iderServiceBox3 .bto{
  width: 100%;
  height: 3.025rem;
  background-color: var(--bg-c);
  padding: .2375rem  1.25rem  .125rem  .75rem ;
}


.iderServiceBox3 .bto .img img{
   width: 2.3125rem;
   height: 2.3125rem;
   object-fit: cover;
   border-radius: 50%;
}
.iderServiceBox3 .bto .img .icon2{
  transform: translate(-0.5625rem);
}

.iderServiceBox3 .bto .ls{
  	font-family: NunitoSans-Regular;
	font-size: .2rem;
	line-height: .45rem;
	color: #000000;
  margin-bottom: .125rem;
}

.iderServiceBox3 .bto .comQuote{
  	width: 2.125rem;
	height: .6rem;
  line-height: .6rem;
  	font-family: Outfit-Light;
	color: #000000;
  font-weight: 600;
}
.iderServiceBox4{
  width: 100%;
  height: auto;
  padding-top: 1.125rem;
}

.iderServiceBox4 .com-card{
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--bg-c);
}

.iderServiceBox4 .img{
  position: relative;
  	width: 6rem;
	height: 6.6rem;
	border-radius: .125rem;
 margin:  0 1.125rem 0  2.85rem ;
}
.iderServiceBox4 .img .icon1{
  position: absolute;
  left: -1.8125rem;
  top: .425rem;
  	width: 2.875rem;
	height: 3.1625rem;
}
.iderServiceBox4 .img .icon2{
  position: absolute;
 right: -1.125rem;
bottom: -0.65rem;
	width: 3.3625rem;
	height: 2.15rem;
}
.iderServiceBox4 .text{
  flex: 1;
}
.iderServiceBox4 .text .com-ls24{
 color: #000;
 	font-family: NunitoSans-Light;
 margin-top: .3125rem;
}
.iderServiceBox4 .text .comQuote,
.iderPrductDelBox1 .text .comQuote{
  	width: 2rem;
	height: .625rem;
  	font-family: Outfit-Regular;
line-height: .625rem;
margin-top: .5rem;
	color: var(--mainColor-l);
}

.iderServiceBox5{
  width: 100%;
  height: auto;
  padding: .525rem 0;
}
.iderServiceBox5 ul{
  width: 100%;
  margin-top: .5625rem;
}
.iderServiceBox5 ul li{
  cursor: pointer;
	width: 5.475rem;
	height: 3rem;
	background-color: #ffffff;
	border-radius: .125rem;
	border: solid 1px var(--mainColor-l);
  margin:  0   .5375rem  .525rem 0;
  padding: .375rem  .375rem .125rem  .5rem;
  transition: all 0.3s;
}

.iderServiceBox5 ul li:nth-child(3n){
  margin-right: 0;
}

.iderServiceBox5 li .nu{
  	width: .575rem;
	height: .55rem;
	background-color: var(--mainColor-y);
	border-radius: .125rem;
  	font-family: Outfit-Regular;
	font-size: .3rem;
  line-height:.55rem ;
text-align: center;
	color: #ffffff;
}

.iderServiceBox5 li:nth-child(2n) .nu{
  background-color: var(--mainColor-l);
}
.iderServiceBox5 li .name{
  	font-family: Outfit-SemiBold;
	font-size: .25rem;
	color: #000000;
  margin: .1rem 0 .15rem 0;
}
.iderServiceBox5 li .com-ls24{
  color: var(--mainColor-b);
  	font-family: NunitoSans-Light;
}
.iderNav.inner{
  position: static;
  background-color: transparent;
}
.iderNav.inner a{
  color: #000;
}
.header.inner{
  border-bottom: 1px solid rgba(29, 70, 94, 0.2);
}
.iderNav.inner a::after{
  color: #000;
}

.iderPrductDelBox1{
  width: 100%;
  height: auto;
  padding: .125rem 0  1.25rem 0;
}
.iderPrductDelBox1 .lt{
  	width: 8.75rem;
height: auto;
margin-right: .7375rem;
}

.iderPrductDelBox1Swiper{
  width: 100%;
  	height: 7.75rem;
    overflow: hidden;
    margin-bottom: .0625rem;
}

.iderPrductDelBox1Swiper2{
  width: 100%;
  	height: 1.5rem;
    overflow: hidden;
}

.iderPrductDelBox1Swiper2 img{
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s;
}
.iderPrductDelBox1Swiper2 .swiper-slide-thumb-active  img{
  border: .025rem solid var(--mainColor-y);
  opacity: 1;
}
.iderPrductDelBox1 .text{
  flex: 1;
  padding-top: .5rem;
}
.iderPrductDelBox1 .text .com-ls30{
  	font-family: NunitoSans-Light;
    	color: #162b33;
      margin-top: .225rem;
}
.iderPrductDelBox1 .text .tl{
  	font-family: Outfit-Medium;
	font-size: .225rem;
  border-top: 1px solid   #d2d2d2;
  padding-top: .125rem;
  margin: .1875rem  0 ;
	color: #000000;
}

.iderPrductDelBox1 .text .table,
.iderPrductDelBox1 .text  table{
  width: 100%;
  height: auto;
}
.iderPrductDelBox1 .text  table td{
  	height: .5rem;
    border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
	background-color: #e7e9ea;
  	font-size: .2rem;
	color: #000000;
    padding: 0 .125rem;
}

.iderPrductDelBox1 .text  table tr td:first-child{
  	font-family: Outfit-Light;
    width: 1.5rem;
}
.iderPrductDelBox2{
  width: 100%;
  height: auto;

   padding-top: .25rem;
}
.iderPrductDelBox2.fixed{
  position: fixed;
  left: 0;
      box-shadow: 0px 0px .375rem 0px rgba(53, 117, 87, 0.1);
    background-color: #fff;
z-index: 33;
  top: 1.3rem;
}
.iderPrductDelBox2 .com-card{
  border-bottom: 1px solid  #d2d2d2;
}
.iderPrductDelBox2 a{
  position: relative;
  	font-family: Outfit-Light;
	font-size: .225rem;
  padding-bottom: .25rem;
  margin-right: .625rem;
	color: #000000;
    transition: all 0.3s;
}

.iderPrductDelBox2 a::after{
  position: absolute;
  left: 0;
  bottom: -0.0313rem;
  display: block;
  content: '';
  width: 0;
  height: .0625rem;
	background-color: var(--mainColor-y);
	border-radius: .025rem;
  transition: all 0.3s;
}
.iderPrductDelBox2 a:hover,
.iderPrductDelBox2 a.active{
  color: var(--mainColor-y);
  font-weight: 600;
}
.iderPrductDelBox2 a.active::after,
.iderPrductDelBox2 a:hover::after{
  width: 100%;
}
.iderPrductDelBox3{
  width: 100%;
  height: auto;
}

.iderPrductDelBox3Item1{
  width: 100%;
  height: auto;
padding: .75rem 0 .5rem 0;
border-bottom: 1px solid  #d2d2d2 ;
}

.iderPrductDelBox3Item1 .tl{
  font-family: "Outfit-Light";
	font-size: .25rem;
	line-height: .375rem;
	color:var(--mainColor-b);
  margin:  .1875rem 0  .075rem  0;
}
.iderPrductDelBox3Item1  li{
  font-family: "Outfit-Light";
	font-size: .2rem;
	line-height: .45rem;
	color: var(--mainColor-b);
 
}

.iderPrductDelBox3Item1  li::before{
  display: block;
  content: '';
  	width: .075rem;
	height: .075rem;
  margin-right: .2rem;
	background-color: var(--mainColor-l);
	border-radius: .0125rem;
}

.iderPrductDelBox3Item2{
  width: 100%;
  height: auto;
  padding: 1.125rem 0  .5rem 0;
  border-bottom: 1px  solid  #d2d2d2;
}
.iderPrductDelBox3Item2 .com-tl{
  margin-bottom: .375rem;
}
.iderPrductDelBox3Item2 .item .tl{
  	font-family: Outfit-Light;
	font-size: .225rem;
  margin-bottom: .1875rem;
	color: #000000;
}

.iderPrductDelBox3Item2 .item table{
  width: 100%;
  margin-bottom: .5rem;
  height: auto;
}
.iderPrductDelBox3Item2 .item table th{
  	height: .6rem;
    text-align: left;
	background-color: var(--mainColor-l);
  	font-family: Outfit-Light;
	font-size: .2rem;
padding:  0  .15rem;
	color: #ffffff;
  border-right: 1px solid #fff;
}

.iderPrductDelBox3Item2 .item table th:first-child{
   width: 41%;
}

.iderPrductDelBox3Item2 .item table td{
  	height: .6rem;
	background-color: var(--bg-c);
  	font-family: Outfit-Light;
	font-size: .2rem;
padding: 0 .15rem;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}


.iderPrductDelBox3Item3{
  width: 100%;
  height: auto;
  padding: .5rem  0 .75rem 0;
    border-bottom: 1px  solid  #d2d2d2;
}

.iderPrductDelBox3Item3 .comList{
  margin-top: .4375rem;
}

.iderPrductDelBox3Item4{
  width: 100%;
  height: auto;
  padding: .5625rem 0  1rem 0;
      border-bottom: 1px  solid  #d2d2d2;
}
.iderPrductDelBox3Item4 ul{
  width: 100%;
  margin-top: .375rem;
}
.iderPrductDelBox3Item4  li{
  position: relative;
  cursor: pointer;
  width: calc((100% - 1.25rem) / 5);
  	height: 2.975rem;
	background-color: var(--bg-c);
	border-radius: .0625rem;
  padding: .5rem  .375rem  .225rem  .375rem ;
}
.iderPrductDelBox3Item4  li::after{
  position: absolute;
  content: '';
  	width: .95rem;
    top: 50%;
    right: -0.5875rem;
    transform: translateY(-50%);
	height: .95rem;
  border-radius: 50%;
  background: url(../images/im2-6.png) center no-repeat;
  background-size: .4375rem .4125rem;
  	background-color: #ffffff;
    z-index: 2;
}
.iderPrductDelBox3Item4  li:last-child::after{
  display: none;
}
.iderPrductDelBox3Item4  li .img{
  	width: 1.1375rem;
	height: 1.1375rem;
	background-color: var(--mainColor-l);
	border-radius: .2rem;
}
.iderPrductDelBox3Item4  li .img img{
    width: .625rem;
    height: auto;
    transition: all 0.3s;
    object-fit: contain;
}

.iderPrductDelBox3Item4  li  .name{
  	font-family: Outfit-Regular;
	font-size: .225rem;
	line-height: .3rem;
  margin-top: .5rem;
	color: var(--mainColor-l);
}

.iderPrductDelBox3Item4  li:nth-child(2) .img{
  background-color: var(--mainColor-y);
}

.iderPrductDelBox3Item4  li:nth-child(3) .img{
  background-color: var(--mainColor-b);
}
.iderPrductDelBox3Item4  li:nth-child(4) .img{
  background-color:#fff;
}
.iderPrductDelBox4{
  width: 100%;
  height: auto;
  padding: .7875rem 0 ;
}
.iderPrductDelBox4 .comProduct{
  margin-top: .5rem;
}

.iderPrductDelBox4 .comProduct li{
  width: 4.0625rem;
  margin: 0  .4125rem   .375rem 0;
}

.iderPrductDelBox4 .comProduct li:nth-child(4n){
  margin-right: 0;
}




















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

  .header,
  .footer .top  li {
    display: none;
  }

  .mobileHeader {
    display: flex;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
  }
  .footer .top  li:last-child{
    display: flex;
  }
  .com-card {
    width: 100%;
    padding: 0 4%;
  }

  body {
    padding-top: 60px;
  }


  .headerSwiper .text .con .title{
    font-size: 20px;
  }
  .com-tl,
  .iderProductBox1 .lt .tl,
  .iderProductBox1Rt .top .name{
    font-size: 18px;
  }
  .iderIndexBox1 li .name,
  .footer .top li .name,
  .iderNav a,
  .iderNav a::after,
  .iderAboutBox3 .tl,
  .iderAboutBox3Con .rt .item .name,
  .iderAboutBox3Swiper .time,
  .iderAboutBox5Swiper .text .name,
  .iderProductBox1 .lt .item a,
  .iderProductBox2 .text .name,
  .iderProductBox4 .item .name,
  .iderPrductDelBox1 .text .tl,
  .iderPrductDelBox2 a,
  .iderPrductDelBox3Item2 .item .tl,
  .iderPrductDelBox3Item2 .item table th,
  .comProduct li .name,
  .iderServiceBox2Con .item .name{
    font-size: 16px;
  }
.headerSwiper .text .con .ls,
.iderIndexBox3 .text .ls,
.iderIndexBox5 li .name{
  font-size: 16px;
  line-height: 25px;
}
.com-ls30,
.com-ls24,
.footer .top li a,
.footer .bto .ls,
.iderAboutBox3Con .rt .item .ls,
.iderProductBox4 .item li,
.iderPrductDelBox3Item1 li,
.iderServiceBox2Con .item li,
.iderServiceBox3 .top li,
.iderServiceBox3 .top .ls,
.iderServiceBox3 .bto .ls{
  font-size: 14px;
  line-height: 24px;
}
.comList li .txt .name,
.iderAboutBox4 li .name,
.iderProductBox1 .lt .item .downs li a,
.iderPrductDelBox1 .text table td,
.iderPrductDelBox3Item2 .item table td,
.iderPrductDelBox3Item4 li .name,
.iderServiceBox2Con .item .tl,
.iderServiceBox2Con .item .ls{
  font-size: 14px;
}
.iderIndexBox1 li .com-mores{
  width: fit-content;
}
.iderIndexBox1 .tl .com-ls30{
  width: 75%;
}
.com-mores,
.iderIndexBox5 .tl .com-mores,
.comQuote,
.comProduct li .com-mores,
.iderServiceBox3 .bto .comQuote,
.iderServiceBox4 .text .comQuote, 
.iderPrductDelBox1 .text .comQuote{
  font-size: 14px;
  width: fit-content;
  padding: 0 20px;
  height: 35px;
line-height: 35px;
}
.iderIndexBox2,
.iderIndexBox4,
.iderIndexBox5,
.iderAboutBox1,
.iderAboutBox2,
.iderAboutBox3,
.iderAboutBox5,
.iderProductBox1,
.iderProductBox2,
.iderProductBox4,
.iderPrductDelBox3Item1,
.iderPrductDelBox3Item2,
.iderPrductDelBox3Item3,
.iderPrductDelBox3Item4,
.iderPrductDelBox4,
.iderServiceBox2,
.iderServiceBox5{
  padding: 20px 0;
}
.iderIndexBox1,
.iderAboutBox4,
.iderProductBox3,
.iderServiceBox1,
.iderServiceBox4{
  padding-top: 20px;
}
.iderIndexBox1 .com-card,
.iderProductBox3 .com-card,
.iderServiceBox1 .com-card{
  padding-bottom: 20px;
}
.iderIndexBox1 ul,
.iderIndexBox4 ul,
.iderIndexBox5 ul,
.iderAboutBox2 ul,
.iderAboutBox5Swiper,
.iderProductBox3 .comList,
.iderProductBox4Con,
.iderPrductDelBox3Item3 .comList,
.iderPrductDelBox3Item4 ul,
.iderPrductDelBox4 .comProduct,
.iderServiceBox5 ul{
  margin-top: 15px;
}
.iderIndexBox4 ul,
.iderIndexBox5 ul,
.iderAboutBox1 .com-card,
.iderAboutBox3Con,
.iderProductBox1 .com-card,
.iderProductBox2 .com-card,
.iderProductBox4Con,
.iderPrductDelBox1 .com-card,
.iderPrductDelBox2 .com-card,
.iderPrductDelBox3Item4 ul,
.iderServiceBox1 .com-card,
.iderServiceBox2Con,
.iderServiceBox4 .com-card{
  flex-wrap: wrap;
}
.iderAboutBox1 .text,
.iderAboutBox3Con .rt,
.iderProductBox2 .text,
.iderPrductDelBox1 .text,
.iderServiceBox1 .text,
.iderServiceBox4 .text{
  flex: none;
  width: 100%;
}
.comList .itm1{
  width: 100%;
  height: auto;
  margin:  0 0 20px 0;
  padding: 0;
}
.comList li,
.iderIndexBox4 li ,
.iderIndexBox5 ul li,
.iderServiceBox2Con .item,
.iderServiceBox5 ul li{
  width: calc((100% - 10px ) / 2);
  margin:  0 10px 10px 0;
}
.iderServiceBox5 ul li:nth-child(3n){
  margin-right: 10px;
}
.iderIndexBox2  .comList li:nth-child(5),
.iderIndexBox4 li:nth-child(2n),
.iderIndexBox5 ul li:nth-child(2n),
.iderProductBox3  .comList li:nth-child(2n),
.iderPrductDelBox3 .comList li:nth-child(2n),
.iderServiceBox2Con .item:nth-child(2n),
.iderServiceBox5 ul li:nth-child(2n){
  margin-right: 0;
}
.iderIndexBox3 .img .icon,
.iderAboutBox1 .rt .icon img{
  width: 50px;
  height: 50px;
}
.iderIndexBox3Con,
.iderIndexBox5 li .img,
.iderAboutBox1 .rt ul,
.iderAboutBox1 .rt .img,
.iderAboutBox3Con,
.iderAboutBox4 li .img,
.iderAboutBox5Swiper .img,
.comProduct li .img,
.iderProductBox2 .img,
.iderProductBox2 .text li{
  height: auto;
}
.footer .top li:last-child,
.iderAboutBox1 .rt,
.iderProductBox1 .lt,
.iderProductBox4Con .itms{
  width: 100%;
}
.iderIndexBox3 .img{
  width: 50%;
  margin-right: 2%;
}
.iderPrductDelBox3Item2 .com-tl{
  margin-bottom: 15px;
}
.iderIndexBox4 li .name{
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 10px 0;
}
.iderIndexBox6 .from{
  padding: 4%;
}
.iderIndexBox6{
  padding: 8% 0;
}
.footer .top .lt{
  margin-right: 8%;
}
.iderAboutBox1 .com-ls30{
  margin-top: 8px;
}
.iderAboutBox1 .rt{
  margin:  3% 0 0;
}
.iderAboutBox1 .rt .icon{
  width: auto;
  height: auto;
  padding: 5%;
}
.iderAboutBox2 li .icon{
  width: 45px;
}
.iderAboutBox2 li .text{
  padding: 3%;
}
.iderAboutBox3Swiper{
  width: 100%;
  margin-bottom: 15px;
}
.iderAboutBox3Con .rt .item .name{
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.iderAboutBox4 ul{
  padding: 20px 0;
}
.iderAboutBox4 ul li,
.iderPrductDelBox3Item4 li,
.iderPrductDelBox4 .comProduct li{
  width: calc((100% - 20px) / 3);
  margin:  0 10px 10px 0;
}
.iderAboutBox4 ul li:nth-child(4n){
  margin-right: 10px;
}
.iderAboutBox4 ul li:nth-child(3n),
.comProduct li:nth-child(3n),
.iderPrductDelBox3Item4 li:nth-child(3n){
  margin-right: 0;
}
.iderAboutBox5Swiper .text{
  width: 65%;
  height: auto;
  padding: 3%;
}
.iderProductBox1 .lt{
  position: static;
  margin: 0 0 3% 0;
}
.iderProductBox1 .lt .title .icon{
  width: auto;
  padding: 20px;
}
.iderProductBox1 .lt .item.active .icon{
  padding: 20px 12px ;
}

.comProduct li{
  width: calc((100% - 20px) / 3);
  margin:  0  10px 10px 0;
}
.iderProductBox2 .img{
  width: 50%;
  margin:  0 0 10px 0;
}
.iderPrductDelBox1 .text{
  margin: 15px 0 0 ;
  padding: 0;
}
.iderProductBox2 .text ul{
  margin-top: 10px;
}
.iderProductBox2 .text .nu{
  margin-right: 2%;
}
.iderPrductDelBox1{
  padding: 1% 0 20px 0;
}
.iderPrductDelBox2.fixed{
  top: 60px;
}
.iderPrductDelBox2 a{
  margin:  0 3%  1% 0;
  padding-bottom: 8px;
}
.iderPrductDelBox3Item4 ul{
  justify-content:flex-start;
}
.iderPrductDelBox3Item4 li:nth-child(3n):after{
  display: none;
}
.iderServiceBox1 .img{
  height: auto;
  margin:  0 0 10px 0;
}
.iderServiceBox3 .top{
  height: auto;
  padding: 5% 3%;
}
.iderServiceBox3 .top .text{
  width: 60%;
}
.iderServiceBox3 .top li{
  width: 100%;
}
.iderServiceBox5 ul li{
  padding: 3%;
}

}

@media screen and (max-width: 768px) {
  body{
    padding-bottom: 48px;
  }
.headerSwiper .text .con{
  padding-top: 0;
}
.iderIndexBox1 .tl,
.iderIndexBox1 ul,
.iderIndexBox3Con,
.footer .top .com-card,
.footer .bto .com-card,
.iderAboutBox2 ul,
.iderAboutBox3Con .rt .item .bto,
.iderServiceBox3 .bto{
  flex-wrap: wrap;
}
.iderIndexBox1 .tl .com-ls30,
.footer .top .lt,
.iderProductBox2 .img,
.iderServiceBox1 .img,
.iderServiceBox2Con .item,
.iderServiceBox5 ul li{
  width: 100%;
}
.iderIndexBox1 ul,
.comList li .img,
.iderAboutBox2 li .text,
.comList li .img,
.comProduct li .text,
.iderPrductDelBox1Swiper2,
.iderPrductDelBox1Swiper,
.iderPrductDelBox4 .comProduct li .text ,
.iderServiceBox2Con .item,
.iderServiceBox3 .bto,
.iderServiceBox5 ul li{
  height: auto;
}
.iderIndexBox1 ul li,
.iderAboutBox2 ul li{
  width: 100%;
  height: auto;
  margin:  0 0 10px 0;
}
.footer .top .lt .com-ls30{
  margin: 15px 0;
}
.footer .top ul{
  margin-top: 15px;
}
.footer .top li .name{
  margin-bottom: 10px;
}
.iderIndexBox1 li .img{
  height: 350px;
  flex: none;
}
.iderIndexBox3 .text{
  flex: none;
  width: 100%;
}
.comList li .txt{
  padding: 10px 0;
}
.iderIndexBox2 .itm1 .com-ls30{
  margin-top: 10px;
}
.iderIndexBox3 .text .com-mores{
  margin-top: 3%;
}
.iderIndexBox3 .img{
  width: 60%;
  margin:  0 0 2% 0;
}
.iderIndexBox3{
  height: auto;
  padding: 4% 0;
}
.footer .bto{
  height: auto;
  padding: 3% 0;
}
.footer .bto .ls{
  width: 100%;
  text-align: center;
}
.iderAboutBox3Con .rt .item .ls{
  width: 100%;
  margin-bottom: 10px;
}
.iderAboutBox3Con .rt .item .img{
  width: 100%;
  height: auto;
}
.iderAboutBox4 ul li,
.comProduct li,
.iderPrductDelBox3Item4 li,
.iderPrductDelBox4 .comProduct li{
  width: calc((100% - 10px) / 2);
}
.iderAboutBox4 ul li:nth-child(3n),
.comProduct li:nth-child(3n),
.iderPrductDelBox3Item4 li:nth-child(3n){
  margin-right: 10px;
}
.iderAboutBox4 ul li:nth-child(2n),
.comProduct li:nth-child(2n),
.iderPrductDelBox3Item4 li:nth-child(2n),
.iderPrductDelBox4 .comProduct li:nth-child(2n),
.iderServiceBox2Con .item{
  margin-right: 0;
}
.iderServiceBox5 ul li{
  margin-right: 0 !important;
}
.iderPrductDelBox3Item4 li::after{
  display: none;
}
.iderPrductDelBox3Item4 li .name{
  text-align: center;
}

.iderProductBox4 .item .name{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.iderProductBox4 .item.active .name{
  display: inline-block;
}
.iderProductBox4 .item.active .tl{
  height: auto;
  padding: 5px  10px ;
}
.iderProductBox4 .item .text,
.iderServiceBox2Con .item{
  padding: 3%;
}
.iderPrductDelBox1 .text  table td ,
.iderPrductDelBox3Item2 .item table td,
.iderPrductDelBox3Item2 .item table th{
    white-space: nowrap;
}
.iderPrductDelBox1 .text table ,
.iderPrductDelBox3Item2 .item table{
  display: block;
  width: 100%;
overflow-x: scroll;
}
.iderPrductDelBox1 .lt{
  width: 100%;
  height: auto;
  margin:  0 ;
}
.iderServiceBox1 .text .com-ls30,
.iderServiceBox2Con .item .ls,
.iderServiceBox3 .bto .text{
  margin-top: 10px;
}
.iderServiceBox3 .bto{
  padding: 3% 4%;
}
.iderServiceBox4 .img{
  width: 100%;
  margin: 0;
  margin-top: 10px;
}
.iderServiceBox4 .img .icon1{
  left: 0;
  height: auto;
  width: 25%;
}
.iderServiceBox4 .img .icon2{
  right: 0;
  height: auto;
  width: 35%;
}

}
@media screen and (max-width: 550px) {
 .iderIndexBox1 li .text,
 .iderProductBox2 .text li,
 .iderNav.inner .com-card{
  flex-wrap: wrap;
 }
 .iderIndexBox1 li .com-ls24,
 .iderIndexBox3 .img,
.iderIndexBox4 li,
.iderIndexBox5 ul li,
.iderIndexBox6 .from,
.iderPrductDelBox3Item4 li,
.iderServiceBox3 .top .text{
  width: 100%;
 }
.iderIndexBox1 li .com-mores,
.iderIndexBox5 li .icon{
  margin-top: 10px;
}
.iderIndexBox1 ul li{
  padding: 4% 3%;
}

.iderIndexBox5 ul li,
.iderIndexBox5 ul li{
  height: auto;
   margin-right: 0;
   padding: 3%;
}
.iderIndexBox4 li{
  height: auto;
  padding: 4% 3%;
  margin-right: 0 ;
}
.iderIndexBox3 .text .ls{
  margin: 10px 0;
}
.iderProductBox2 .text .ls{
  flex: none;
  width: 100%;
  margin-top: 10px;
}
.iderIndexBox5 li .name{
  margin: 10px 0;
}
.iderAboutBox5Swiper .text{
  width: 100%;
  transform: translate(0);
}
.iderAboutBox5Swiper .bto{
  position: static;
  justify-content: center;
  margin-top: 15px;
}
.iderPrductDelBox3Item4 li{
  height: auto;
  padding: 4% ;
  margin-right: 0 !important;
}
.iderNav.inner{
  height: auto;
  padding: 8px 0;
}

}


@media screen and (max-width: 430px) {
 .iderIndexBox1 li .img{
  height: auto;
 }
 .iderIndexBox1  li .icon {
    height: 27px;
}
.comList li,
.comProduct li,
.iderPrductDelBox4 .comProduct li
{
  width: 100%;
  margin-right: 0 !important;
}
.comProduct li .com-ls24{
  margin: 5px 0;
}

}


@media screen and (max-width: 420px) {
  .iderAboutBox4 ul li{
    margin-right: 0 !important;
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
.headerSwiper .bg {
    height: 40vh;
}
}

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


}
























































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

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

  .languageSwitching {
    width: auto;
    position: relative;
    height: 100%;
    margin-right: 15px;
  }

  .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-y);
  }



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

  .mobileHeader .lt {
    height: 100%;
    width: 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;
  }

  .submenu {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    overflow-y: hidden;
    max-height: none;
  }
  .inquireFormBox {
    height: auto;
    overflow-y: scroll;
}
.inquireFormBox .info.textarea .controls {
  height: 100px;
}
.inquireFormBox .info,
.inquireFormBox h2 {
  margin-bottom: 5px;
}


}



@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%;
  }
    .inquireFormBox {
      height: 98vh;
    }
}




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