:root {
  --mainColor: #093078;
}


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

.com-card {
  width: 1600px;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s;
}

.iderBanner {
  position: relative;
  width: 100%;
  height: auto;
}
.iderBanner .bg{
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderBanner .text {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
top: 50%;
transform: translateY(-50%);
}
.iderBanner .text .tl{
  	font-family: OpenSans-Bold;
	font-size: 40px;
  font-weight: 600;
	color: #ffffff;
}
.iderBanner .Crumbs_nav  ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.iderBanner .Crumbs_nav  ul span,
.iderBanner .Crumbs_nav  ul i{
  color: #fff;
}
.iderIndustBox1{
  width: 100%;
  height: auto;

}

.iderIndustBox1 .bg{
   width: 68%;
   height: auto;
   object-fit: contain;
}
.iderIndustBox1  .top{
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin:  0 auto;
    padding: 2.5% 0 ;
}
.iderIndustBox1  .top p{
	font-size: 16px;
	line-height: 25px;
}
.iderIndustBox1  .top p strong{
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
}
.iderIndustBox1  .tl{
 font-weight: 600;
	font-size: 24px;
	color: #8ec31f;
}
.iderIndustBox1 .list-paddingleft-2{
	padding: 0 !important;
	
}
.com-tl{
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;
	color: var(--mainColor);
    text-align: center;
}
.com-title{
	font-size: 16px;
  text-align: center;
	line-height: 30px;
	color: #161616;
}

.iderIndustBox1  .com-tl{
  margin-bottom: 3.5% ;
}

.iderIndustBox1Con{
  width: 100%;
  height: auto;
  background-color: #f1f1f1;
  padding: 3.5% 0;
}

.iderIndustBox1Con .item{
  	height: 560px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 2.5%;
}

.iderIndustBox1Con .item:nth-child(2n){
  flex-direction: row-reverse;
}
.iderIndustBox1Con .item .img{
   width: 50%;height: 100%;
   overflow: hidden;
}
.iderIndustBox1Con .item .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.iderIndustBox1Con .item  .text{
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
    padding: 4% 5% 3% 5%;
}

.iderIndustBox1Con .item  .text .bg{
   width: 65px;
   height: auto;
   object-fit: contain;
}
.iderIndustBox1Con .item  .text .name{
  	font-size: 30px;
	font-weight: 600;
	line-height: 24px;
	color: #383838;
  margin:  3% 0  2% 0;
}
.iderIndustBox1Con .item  .text .ls,
.iderIndustBox1Con .item  .text .ls strong{
  	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	color: #383838;
  text-align: center;
}
.iderIndustBox1Con .item  .text .ls strong{
	font-weight: 600;
}
.iderIndustBox1Con .item  .text ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3%;
  justify-content: space-between;
}
.iderIndustBox1Con .item:last-child ul{
	display: none;
}
.iderIndustBox1Con .item:last-child .text{
	justify-content: center;
}
.iderIndustBox1Con .item:last-child .text .ls{
	margin: 3% 0;
}
.iderIndustBox1Con .item  .text ul li{
  width: calc((100%  - 1%) / 4);
  margin-bottom: 2%;
}
.iderIndustBox1Con .item  .text ul li a{
 display: flex;
 flex-direction: column;
 align-items: center;
}
.iderIndustBox1Con .item  .text .icon{
    width: auto;
    height: 50px;
    object-fit: contain;
    transition: all 0.3s;
}
.iderIndustBox1Con .item  .text  .names{
  	font-size: 18px;
	font-weight: 500;
  margin-top:5%;
	color: var(--mainColor);
  text-align: center;
}
.iderIndustBox1Con .item  .text  .names a{
	color: var(--mainColor);
	font-size: 18px;
	font-weight: 500;
}
.iderIndustBox1Con .item  .text .mores{
  display: block;
  	width: 160px;
	height: 50px;
	background-color: var(--mainColor);
	border-radius: 5px;
  	font-size: 16px;
text-align: center;
margin-top: 3%;
line-height: 50px;
	color: #ffffff;
}

.iderIndustBox1Con .item  .text ul li:hover .icon,
.iderIndustBox1Con .item:hover .img img{
  transform: scale(1.1);
}
.iderNav{
  width: 100%;
  height: auto;
  	background-color: #f1f1f1;
    padding: 1% 0;
}
.iderNav .Crumbs_nav ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.iderNav .Crumbs_nav ul span,
.iderNav .Crumbs_nav ul  i{
  font-size: 16px
}

.iderIndustBox2{
  width: 100%;
  height: auto;
  	background-color: #f1f1f1;
      padding-bottom: 4%;
}

.iderIndustBox2Swiper{
  position: relative;
  width: 100%;
  height: 678px;
    overflow-x: clip;
}

.iderIndustBox2Swiper .img{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;

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

.iderIndustBox2Swiper .img .icon{
   width: 139px;
   height: auto;
   object-fit: contain;
   position: absolute;
   left: 50%;
   transition: all 0.3s;
   top: 50%;
   transform: translate(-50%,-50%);
}
.iderIndustBox2Swiper  iframe{
  width: 100%;
  height: 100%;
  display: none;
}

.iderIndustBox2Swiper  .bto{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.iderIndustBox2-pagination .swiper-pagination-bullet {
  	width: 10px;
	height: 10px;
	border-radius: 5px;
  opacity: 1;
	border: solid 1px #383838;
  transition: all 0.3s;
  background-color: #f1f1f1;
  margin:  0 4px ;
}
.iderIndustBox2-pagination .swiper-pagination-bullet-active{
  	background-color: var(--mainColor);
}

.iderIndustBox2-prev,
.iderIndustBox2-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 61px;
  height: 61px;
  background: url(/public/static/images/home/en-us/im2-12.png)  no-repeat;
  background-size: cover;
  z-index: 33;
  transition: all 0.3s;
}
.indexBox1-next,
.indexBox1-prev{
	cursor: pointer;
	width: 61px;
	height: 61px;
	background: url(/public/static/images/home/en-us/im2-12.png)  no-repeat;
	background-size: cover;
  transition: all 0.3s;	
}
.indexBox1-next{
	margin-right: 4%;
}
.indexBox1Swiper .bto{
	margin-top: 3%;
}
.iderIndustBox2-next{
  left: 27px;
}
.indexBox1-prev{
	transform:  rotate(180deg);
}
.iderIndustBox2-prev{
  right: 27px;
  transform: translateY(-50%) rotate(180deg);
}
.indexBox1-prev:hover{
	background: url(/public/static/images/home/en-us/im2-13.png)  no-repeat;
	    background-size: cover;
			transform:  rotate(0);
}
.indexBox1-next:hover{
		transform:  rotate(180deg);
	background: url(/public/static/images/home/en-us/im2-13.png)  no-repeat;
	    background-size: cover;
}
.iderIndustBox2-next:hover{
  background: url(/public/static/images/home/en-us/im2-13.png)  no-repeat;
    transform: translateY(-50%) rotate(180deg);
      background-size: cover;
}

.iderIndustBox2-prev:hover{
  background: url(/public/static/images/home/en-us/im2-13.png)  no-repeat;
      transform: translateY(-50%) rotate(0);
        background-size: cover;
}
.iderIndustBox2 .bottom {
  display: flex;
  padding-top: 5.5%;
}
.iderIndustBox2 .bottom .text{
  width:38%;
  margin-right: 4%;
}
.iderIndustBox2 .bottom .text .tl{
  	font-size: 18px;
	font-weight: 600;
	color: var(--mainColor);
}
.iderIndustBox2 .bottom .text  .com-tl{
  text-align: left;
  	color: #000000;
}
.iderIndustBox2 .bottom .text .ls p{
  	font-size: 16px;
	line-height: 24px;
	color: #000000;
  margin-bottom: 2%;
}
.iderIndustBox2 .bottom .text .mores{
  display: block;
  	width: 194px;
	height: 54px;
	background-color: var(--mainColor);
	border-radius: 5px;
  	font-size: 18px;
text-align: center;line-height: 54px;
	color: #ffffff;
}
.iderIndustBox2 .bottom .rt{
  flex: 1;
}

.iderIndustBox2 .bottom .rt .tl{
  	font-size: 18px;
	font-weight: 600;
	color: #000000;
  margin-bottom: 3%;
}
.iderIndustBox2 .bottom .rt li{
  	font-size: 16px;
	line-height: 30px;
	color: #161616;
  padding-left: 72px;
  background: url(/public/static/images/home/en-us/im2-14.png) left top no-repeat;
  background-size: 45px;
  margin-bottom: 2%;
}

.iderIndustBox2 .bottom .rt li strong{
  display: block;
  	font-size: 24px;
	font-weight: 600;
	color: #000000;
}

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

.iderIndustBox3 .container_1600{
  display: flex;
  align-items: center;
}
.iderIndustBox3  .img{
  	width: 48%;
    height: auto;
    position: relative;
    margin-right: 10%;
        display: flex;
justify-content: end;
}
.iderIndustBox3  .img .bg{
  width: 80%;
  height: auto;
  object-fit: cover;
}
.iderIndustBox3  .img  .icon1{
  position: absolute;
  left:0;
 top: 30%;
  	width: 30%;
	height: auto;
	background-color: #ffffff;
	box-shadow: 0px 0px 70px 0px 
		rgba(0, 0, 0, 0.24);
	border-radius: 10px;
}


.iderIndustBox3  .img  .icon2{
  position: absolute;
  	width: 41%;
	height: 213px;
	background-color: #ffffff;
	box-shadow: 0px 0px 70px 0px 
		rgba(0, 0, 0, 0.1);
	border-radius: 10px;
  bottom: -28px;
  right: -104px;
}
.com-tl2{
  	font-size: 18px;
	font-weight: 600;
	color: var(--mainColor);
}
.com-tl.left{
  text-align: left;
}
.com-tl.black{
  color: #000;
}
.iderIndustBox3  .text{
  flex: 1;
}
.iderIndustBox3  .text .ls p{
  	font-size: 16px;
	line-height: 30px;
	color: #161616;
  margin-top: 3%;
}

.iderIndustBox4{
  width: 100%;
  height: auto;
  background: url(/public/static/images/home/en-us/ic1-11.png) center  no-repeat;
  background-size: cover;
  padding: 4.5% 0;
}
.iderIndustBox4 ul,
.iderIndustBox2 ul{
	padding-left: 0 !important;
}
.iderIndustBox4 .container_1600{
  display: flex;
}
.iderIndustBox4  .text{
  flex: 1;
}
.iderIndustBox4  .img{
  width: 61%;
  	height: 641px;
    padding: 10px;
	border: solid 1px #f2f2f2;
  margin-left: 4%;
}
.iderIndustBox4  .img  img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: bottom;
	background-color: #f2f2f2;
}
.iderIndustBox4  .text .ls{
  	font-size: 16px;
	line-height: 30px;
	color: #161616;
  margin: 3% 0;
}

.iderIndustBox4  .text li{
  	font-size: 16px;
	line-height: 36px;
	color: #161616;
}

.iderIndustBox4  .text li strong{
  font-weight: 600;
    	font-size: 16px;
      color: var(--mainColor);
}

.iderIndustBox4  .text .mores{
  display: block;
  	width: 194px;
	height: 54px;
	background-color: var(--mainColor);
	border-radius: 5px;
  	font-size: 18px;
	font-weight: 600;
text-align: center;
line-height: 54px;
	color: #ffffff;
  margin-top: 7%;
}
.close-video{
  position: absolute;
  right: 2%;
  top: 2%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
background: url(/public/static/images/home/en-us/close-video.svg)  no-repeat;
background-size: cover;
display: none;
}
.iderIndustBox2-prev.swiper-button-disabled,
.iderIndustBox2-next.swiper-button-disabled{
      cursor: no-drop;
}

.iderIndustBox2Swiper .img:hover .icon{
  transform: translate(-50%,-50%) scale(1.1);
}
.nav_normal .dropdown_menu li{
	position: relative;
}
.dropdown_menu2{
	    position: absolute;
	    top: 0;
	    left: 100%;
	    min-width: 190px;
	    display: none;
	    z-index: 2;
	    background: #093078;
}
.nav_normal  .dropdown_menu{
	overflow: visible !important; 
}
.dropdown_menu3{
	display: none;
	width: 100%;
	height: auto;
}
.dropdown_menu3 li {
	padding-left: 4%;
}
.dropdown_menu3 a{
	color: #000;
}
@media screen and (max-width: 1600px) {
.iderIndustBox2Swiper {
    height: 595px;

}
}



@media screen and (max-width: 1500px) {
.iderIndustBox1 .top{
  width: 60%;
}
.iderIndustBox1 .bg {
    width: 48%;
}
  
}

@media screen and (max-width: 1400px) {
.iderIndustBox2Swiper {
    height: 500px;
}
 .iderIndustBox2Swiper .img .icon {
    width: 65px;
}
.iderIndustBox2-prev, .iderIndustBox2-next {
    width: 40px;
    height: 40px;
}
.com-tl{
  font-size: 24px;
  line-height: 25px;
}
.iderIndustBox2 .bottom .rt li strong{
  font-size: 20px;
}

}

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

.iderIndustBox1Con .item .text .icon{
  height: 32px;
}
.iderIndustBox1Con .item .text .names{
  font-size: 16px;
}
.iderIndustBox1Con .item .text{
  padding: 3%;
}
.iderIndustBox1Con .item .text .name{
  font-size: 24px;
}
.iderIndustBox2Swiper {
    height: 420px;
}
  .iderIndustBox3 .img .icon2,
  .iderIndustBox4 .img{
    height: auto;
  }
  .iderIndustBox3 .img{
    margin-right: 14%;
  }
}

@media screen and (max-width: 992px) {
  .iderIndustBox1 .top{
    width: 100%;
    padding: 20px  0;
  }
  .iderIndustBox1 .tl{
    font-size: 18px;
  }
  .iderBanner .text .tl{
    font-size: 24px;
  }
  .com-tl,
  .iderIndustBox1Con .item .text .name{
    font-size: 20px;
    line-height: 25px;
  }
  .iderIndustBox1Con .item,
  .iderIndustBox2 .bottom,
  .iderIndustBox3 .container_1600,
  .iderIndustBox4 .container_1600{
    flex-wrap: wrap;
    height: auto;
  }
  .iderIndustBox1Con .item .text{
    flex: none;
    width: 100%;
  }

  .iderIndustBox1Con .item .img{
    width: 100%;
    height: auto;
  }
  .iderIndustBox1Con .item  .text .bg {
    width: 45px;
}
.iderIndustBox1Con .item .text .mores{
  width: fit-content;
  padding: 0 20px ;
  height: 35px;
  line-height: 35px;
}
.iderIndustBox2Swiper {
    height: 325px;
}
.iderIndustBox2 .bottom {
    flex-direction: column-reverse;
}
.iderIndustBox2 .bottom .text{
  width: 100%;
  margin:  2% 0 0;
}
.iderIndustBox2 .bottom .rt li {
    padding-left: 40px;
    background-size: 27px;
}
.iderIndustBox2 .bottom {
    padding-top: 12%;
}
.iderIndustBox3 .text{
  flex: none;
  width: 100%;
  margin-top: 3%;
}
.iderIndustBox3  .img {
    width: 56%;
}
.iderIndustBox4 .img{
  width: 100%;
  margin: 2% 0 0;
}

}
@media screen and (max-width: 768px) {
.iderIndustBox2 .bottom {
    padding-top: 55px;
}
.com-tl{
  margin: 5px 0;
}
.iderIndustBox2 .bottom .text .mores,
.iderIndustBox4 .text .mores{
  width: fit-content;
  padding: 0 20px;
  height:40px;
  line-height: 40px;
  font-size: 16px;
}
.iderIndustBox4  .text li {
    line-height: 26px;
}
.iderIndustBox4{
  background: url(/public/static/images/home/en-us/ic1-11.png) left  no-repeat;
  background-size: cover;

}

}
@media screen and (max-width: 430px) {
.iderIndustBox2Swiper {
    height: 280px;
}
.iderIndustBox2-next {
  left: 10px;
}
.iderIndustBox2-prev {
  right: 10px;
}
.iderIndustBox2Swiper .img .icon {
    width: 40px;
}
.iderIndustBox2 .bottom .rt li strong {
    font-size: 18px;
}
.iderIndustBox3 .img{
  width: 100%;
}
.iderIndustBox3  .img  .icon2 {
         bottom: -10%;
    right: -17%;
}
.close-video {
    width: 35px;
    height: 35px;

}
.iderIndustBox1Con .item  .text  .names a {
    font-size: 14px;
}

}

@media screen and (max-width: 375px) {
.iderIndustBox1Con .item .text .names{
  font-size: 14px;
}
}