:root {
    --mainColor: #ba1b23;
}

.com-card{
    width: 73.33%;
  height: 100%;
  margin:  0 auto;
  transition: all 0.3s;
}
.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;
}
.iderBanner{
  width: 100%;
  height: auto;
  position: relative;

}

.iderBanner  .con .imgRt  .img  img,
.iderindexBox2   .bottom .img  img,
.iderindexBox3Swiper .img  img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.iderBanner  .con .imgRt li:hover  img,
.iderindexBox2   .bottom .item:hover img,
.iderindexBox3Swiper .img:hover  img{
  transform: scale(1.1);
}



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

.iderBanner  .con{
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


.iderBanner  .con .com-card{
  display: flex;
  justify-content: space-between;
}
.iderBanner  .con .text{
 width: 35%;
}
.iderBanner  .con .text .img{
  	width: 266px;
	height: 83px;
  object-fit: cover;
	border-radius: 20px;
}
.iderBanner  .con .text  .title{
  	font-family: Roboto-Bold;
	font-size: 60px;
	color: #ffffff;
  display: flex;
  margin: 25px 0;
}

.iderBanner  .con .text  .title span{
  display: inline-block;
  	width: 217px;
	height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(/static/default/pc/images/ic1-1.png)  no-repeat;
  background-size: cover;
}
.iderBanner  .con .text  li{
align-items: flex-start;
margin-bottom: 40px;
}
.iderBanner  .con .text  li .icon{
    width: 40px;
    height: auto;
    object-fit: contain;
    margin-right: 20px
}


.iderBanner  .con .text   .time p{
	font-family: Roboto-Light;
	font-size: 18px;
	color: #ffffff;
}
.iderBanner  .con .text   .time .nu{
  	font-family: Roboto-Bold;
	text-decoration: underline;
	font-size: 36px;
  margin-top: 8px;
	color: #ffffff;
}
.iderBanner  .con .imgRt{
  width: 50%;
}
.iderBanner  .con .imgRt li{
  	width: 30.5%;
height: auto;
margin:  0 19px  30px 0;
}

.iderBanner  .con .imgRt  .img{
  width: 100%;
  height: auto;
	border-radius: 1px;
  padding: 8px;
  overflow: hidden;
	border: solid 1px #ffffff;
}
.iderBanner  .con .imgRt .name {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 15px;
}
.iderBanner  .con .imgRt .name p{
  	font-family: Roboto-Bold;
	font-size: 18px;
  margin-bottom: 5px;
	color: #ffffff;
}
.iderBanner  .con .imgRt ul{
  justify-content: center;
}

.iderBanner  .con .imgRt .name span{
  	font-family: Roboto-Thin;
	font-size: 18px;
	color: #ffffff;
}

.iderBanner  .con .imgRt li:first-child{
  margin-left: 15%;
}

.iderBanner  .con .imgRt li:nth-child(2){
  margin-right: 15%;
}

.iderindexBox1{
  width: 100%;
  height: auto;
  padding: 50px 0 ;
  background-color: #eeeeec;
}
.iderindexBox1 .title p{
  	font-family: Roboto-Bold;
	font-size: 18px;
    text-align: center;
	color: #000000;
}


.com-tl{
  	font-family: Roboto-Bold;
	font-size: 48px;
	line-height: 60px;
    text-align: center;
	color: #000000;
}
.com-ls{
  	font-family: Roboto-Light;
	font-size: 16px;
	line-height: 25px;
  text-align: center;
	color: #000000;
}

.iderindexBox1 ul{
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.iderindexBox1 ul li{
  width: calc((100% - 40px) / 3);
  height: auto;
margin:  0 20px 40px 0 ;
}

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

.iderindexBox1 ul li  .img{
  width: 100%;
  height: 322px;
  margin-bottom: 1px;
	background-color: #ffffff;
  padding: 30px;
}

.iderindexBox1 ul li  .text{
  width: 100%;
  	height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	background-color: #ffffff;
	box-shadow: 0px 0px 14px 2px 
		rgba(101, 101, 101, 0.09);
    padding: 17px  24px  20px 24px;
    transition: all 0.3s;
}

.iderindexBox1 ul li  .text  .name{
  	font-family: Roboto-Medium;
	font-size: 18px;
  text-align: center;
	color: #000000;
}

.iderindexBox1 ul li  .text p{
  	font-family: Roboto-Light;
	font-size: 16px;
	line-height: 25px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
	color: #000000;
    text-align: center;
}

.iderindexBox1 ul li  .text .mores{
  	font-family: Roboto-Light;
	font-size: 16px;
  text-align: center;
	color: #c32d2f;
}
.iderindexBox1 ul li  .img  img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.iderindexBox1 ul li:hover  .text{
  background-color: var(--mainColor);
}
.iderindexBox1 ul li:hover  .text .name,
.iderindexBox1 ul li:hover  .text p ,
.iderindexBox1 ul li:hover  .text .mores{
  color: #fff;
}
.iderindexBox1 ul li:hover  .text .mores{
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iderindexBox1 ul li:hover  .text .mores::after{
  display: block;
  content: '>';
  font-size: 16px;
  margin-left: 2px;
  color: #fff;
}

.iderindexBox2{
  width: 100%;
  height: auto;
  padding: 60px 0  120px 0;
}
.iderindexBox2 .com-ls{
  width: 65%;
  margin:  0 auto;
}
.iderindexBox2  .top .item{
  display: flex;
  width: calc((100% / 6));
  flex-direction: column;
  align-items: center;
}
.iderindexBox2  .top .img{
  position: relative;
  	width: 71px;
	height: 71px;
	background-color: #636363;
	border-radius: 17px;
  padding: 11px;
  transition: all 0.3s;
}
.iderindexBox2  .top{
  margin: 50px 0  ;
}
.iderindexBox2  .top .item:hover img{
  transform: scale(1.1);
}
.iderindexBox2  .top .img  img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.iderindexBox2  .top .item .img::after{
  display: block;
  position: absolute;
  left: 110%;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 215%;
  height: 1px;
  background-color:#636363 ;
}
.iderindexBox2  .top .item .img::before{
  position: absolute;
  left: 200%;
  top: 50%;
  transform: translateY(-50%);
	width: 23px;
	height: 15px;
  display: block;
  content: '';
  background: url(../picture/ic2-13.png)  no-repeat;
  background-size: contain;
}
.iderindexBox2  .top .item:last-child .img::after,
.iderindexBox2  .top .item:last-child .img::before,
.iderindexBox2  .top .item:last-child  .br
{
  display: none;
}
.iderindexBox2  .top .item .name{
  	font-family: Roboto-Regular;
	font-size: 18px;
text-align: center;
	color: #636363;
  margin-top: 15px;
}

.iderindexBox2  .top .item.active  .img{
 	background-image: linear-gradient(-86deg, 
		#c32d2f 0%, 
		#e1595b 47%, 
		#ff8587 100%), 
	linear-gradient(
		#2dcf88, 
		#2dcf88);
	background-blend-mode: normal, 
		normal;
}
.iderindexBox2  .top .item.active .name{
  color: var(--mainColor);
}

.iderindexBox2  .top .item.active .img::before{
  background: url(../picture/ic2-14.png)  no-repeat;
  background-size: contain;
}

.iderindexBox2  .top .item.active .img  .br{
background-color: var(--mainColor);
width: 90%;
position: absolute;
left: 110%;
top: 50%;
height: 2px;
transform: translateY(-50%);
z-index: 2;
}

.iderindexBox2   .bottom {
  width: 100%;
  height: auto;
}
.iderindexBox2   .bottom  .item{
  width: 100%;
  display: none;
  height: 630px;
}
.iderindexBox2   .bottom  .item.active{
  display: flex;
}
.iderindexBox2   .bottom .img{
   width: 57.5%;
   height: 100%;
   overflow: hidden;
}
.iderindexBox2   .bottom .text{
  flex: 1;
  height: 100%;
  	background-color: #eeeeec;
  padding: 40px  35px  30px  35px;
}
.iderindexBox2   .bottom .text .name{
  	font-family: Roboto-Bold;
	font-size: 30px;
  margin-bottom: 20px;
	color: #2a2a2a;
}
.iderindexBox2  .faqCon{
  width: 100%;
  height: auto;
}

.iderindexBox2  .faqCon  .tl{
  	font-family: Roboto-Regular;
	font-size: 18px;
	color: #2a2a2a;
  cursor: pointer;
  	height: 48px;
	background-color: #ffffff;
  padding:  0  20px;
}
.iderindexBox2  .faqCon  .tl::before{
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #2a2a2a;
  transform: rotate(227deg);
  margin-right: 10px;
}
.iderindexBox2  .faqCon .faqItem{
  width: 100%;
  height: auto;
  transition: all 0.3s;
  margin-bottom: 2px;
}
.iderindexBox2  .faqCon .faqItem .ls{
  	font-family: Roboto-Light;
    display: none;
	font-size: 16px;
    background-color: #fff;
	line-height: 26px;
  padding-top: 15px;
	color: #000000;
}

.iderindexBox2  .faqCon .faqItem.active{
  padding: 25px  18px  25px 18px;
  margin-bottom: 10px;
  background-color: #fff;
}
.iderindexBox2  .faqCon .faqItem.active .tl{
  height: auto;
  border-bottom: 1px dashed  #e5e5e5;
  padding-bottom: 14px;
  color: var(--mainColor);
  padding: 0  0 14px  0;
}

.iderindexBox2  .faqCon .faqItem.active .tl::before{
    border-bottom: 7px solid var(--mainColor);
    transform: rotate(-45deg);
    margin-bottom: 7px;
}

.iderindexBox3{
  width: 100%;
  height: auto;
  padding: 60px 0 ;
  	background-color: #eeeeec;
}
.iderindexBox3 .com-ls{
  width: 65%;
  margin: 10px   auto;
}
.iderindexBox3 .Inquire{
  	width: 170px;
	height: 52px;
	background-color: #c32d2f;
	border-radius: 26px;
  	font-family: Roboto-Light;
	font-size: 16px;
text-align: center;
line-height: 52px;
cursor: pointer;
	color: #ffffff;
  margin:  0 auto;
}

.iderindexBox3  .con{
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 64px;
}

.iderindexBox3Swiper{
  width: 80%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.iderindexBox3Swiper .img{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderindexBox3Swiper  .name{
  width: 100%;
  height: auto;
  margin-top: 13px;
  	font-family: Roboto-Light;
	font-size: 16px;
text-align: center;
	color: #000000;
}
.iderindexBox3 .bottom{
  margin-top: 50px;
}

.iderindexBox3-pagination  .swiper-pagination-bullet{
  	width: 10px;
	height: 10px;
	background-color: #8d8d8d;
  margin:  0 5px;
}


.iderindexBox3-pagination   .swiper-pagination-bullet-active{
  background-color: var(--mainColor);
}

.iderindexBox3-prev,
.iderindexBox3-next{
  position: absolute;
  top: calc(50% - 50px);
  transform: translateY(-50%);
  	width: 21px;
	height: 29px;
  background: url(/static/default/pc/images/ic2-19.png)  no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 33;
      filter: sepia(1);
}

.iderindexBox3-prev{
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.iderindexBox3-prev:hover,
.iderindexBox3-next:hover{
  filter: none;
}
.iderindexBox3-next{
  right: 0;
}

.iderindexBox4{
  width: 100%;
  height: auto;
  position: relative;
}
.iderindexBox4 .bg{
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderindexBox4 .con{
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
.iderindexBox4 .text{
  	height: auto;
    width: 50%;
	background-color: rgba(255, 255, 255, 0.9);
  border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  padding: 60px  70px  ;
}
.iderindexBox4 .text .com-tl{
  text-align: left;
  margin: 15px 0  0 0;
}
.iderindexBox4 .text .com-ls30  p{
	margin-bottom: 2%;
}
.iderindexBox4 .text>p{
  	font-family: Roboto-Bold;
	font-size: 18px;
	color: #000000;
}
.com-ls30{
  	font-family: Roboto-Light;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
  margin-bottom: 30px;
}
.com-mores{
  display: block;
  	width: 170px;
	height: 52px;
	background-color: #c32d2f;
	border-radius: 26px;
  	font-family: Roboto-Light;
	font-size: 16px;
text-align: center;
line-height: 52px;
cursor: pointer;
	color: #ffffff;
}

.iderindexBox5{
  width: 100%;
  height: auto;
  padding: 110px  0 90px 0;
  background-color: #eeeeec;
}
.iderindexBox5 .com-card{
  width: 94%;
}
.iderindexBox5 .com-ls{
  width: 50%;
  margin: 15px  auto 30px auto;
}
.iderindexBox5  .com-mores{
  margin:  0 auto;
}
.iderindexBox5  ul{
      align-items: end;
  justify-content: space-between;
}
.iderindexBox5  ul .item{
  width: calc((100% - 112px) / 4);

}
.iderindexBox5  ul li{
  margin-bottom: 15px;
}
.iderindexBox5  ul li .img{
  width: 100%;
  height: auto;
}
.iderindexBox5  ul li img{
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderindexBox5  ul li .name{
  width: 100%;
  	font-family: Roboto-Medium;
	font-size: 16px;
text-align: center;
margin-top: 15px;
	color: #000000;
}





@media screen and (max-width: 1820px) {
.iderBanner .con .text .title{
  font-size: 40px;
}
.iderBanner  .con .text  .title span {
    height: 60px;
    width: 170px;
    line-height: 60px;
        background-size: contain;
}
.iderBanner  .con .text {
    margin-right: 15%;
}

.iderBanner .con .text .img{
  width: 50%;
  height: auto;
}
.iderBanner .con .text .time .nu{
  font-size: 25px;
}
.iderBanner .con .imgRt .img{
  height: auto;
}
.iderBanner  .con .imgRt {
    width: fit-content;
}
.iderindexBox4 .text{
      width: 54%;
      padding: 5%;
}
}

@media screen and (max-width: 1600px) {
.iderBanner .con .text li .icon
{
  width: 35px;
}
    .com-card {
        width: 83.33%;
    }
.iderBanner  .con .text {
    margin-right: 6%;
}
.iderBanner  .con .imgRt li {
    width: 23.5%;
    margin: 0 10px  20px 0;
}
.com-tl{
  font-size: 30px;
  line-height: 35px;
  margin: 15px 0;
}
.iderindexBox1,
.iderindexBox2,
.iderindexBox3,
.iderindexBox5{
  padding: 4% 0;
}
.iderindexBox4 .text {
    padding: 2%;
}
}


@media screen and (max-width: 1400px) {
  .com-card{
    width: 92%;
  }
  .iderBanner .con .imgRt .name p,
  .iderBanner .con .imgRt .name span{
    font-size: 16px;
  }
  .iderBanner .con .text .title{
  font-size: 30px;
  }
  .iderBanner  .con .text  .title span {
    height: 40px;
    width: 126px;
    line-height: 40px;
}
.iderBanner .con .text .time .nu {
    font-size: 19px;
}
.iderindexBox1 ul li  .img {
    height: 260px;
    padding: 15px;
}
.iderindexBox2  .top .item .img::after {
    width: 147%;
}
.iderindexBox2  .top .item .img::before {
    left: 160%;
}
.iderindexBox4 .text {
    width: 65%;
}
.com-ls30{
  margin-bottom: 2%;
}
}
@media screen and (max-width: 1200px) {
.iderindexBox2  .top .img {
    width: 55px;
    height: 55px;
}
.iderindexBox2  .top .item .name {
    font-size: 15px;
    margin-top: 10px;
}.iderindexBox2 .top{
  margin: 4% 0;
}
.iderindexBox2 .bottom .item{
  flex-wrap: wrap;
  height: auto;
      background-color: #eeeeec;
}
.iderindexBox2 .bottom .text{
  flex: none;
  width: 100%;
  padding: 4%;
}
.iderindexBox2 .bottom .img{
  margin-left: 4%;
}
.iderindexBox4 .text{
  width: 100%;
}

}
@media screen and (max-width: 980px) {
.iderBanner .con .text .title {
    font-size: 20px;
}
.iderBanner .con .text li .icon {
    width: 22px;
}
.iderBanner  .con .text  .title span {
    height: 30px;
    width: 91px;
    line-height: 30px;
}
.iderBanner  .con .text  .title {
    margin: 11px 0;
}
.iderBanner .con .com-card{
  flex-wrap: wrap;
}
.iderBanner .con .text{
  width: 100%;
  margin:  0 0 2% 0;
}

.iderBanner  .con .imgRt li:first-child{
  margin-left: 0;
}

.iderBanner  .con .imgRt li:nth-child(2){
  margin-right: 0;
}
.iderBanner .con .imgRt li{
  width: calc((100% - 20px ) / 5);
  margin:  0  0 ;
}
.iderBanner .con .text .img {
    width: 20%;
}
.iderBanner  .con .text  li {
    margin: 0  3% 0 0 ;
}
.iderBanner .con .text ul{
  display: flex;
  width: 100%;
  justify-content: center;
}
.iderBanner .con .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.iderBanner .con .imgRt .name p, .iderBanner .con .imgRt .name span{
  font-size: 14px;
}
.iderindexBox1 ul{
  justify-content: space-between;
}
.iderindexBox1 ul li {
  margin:   0 10px 10px 0;
}
.iderindexBox1 ul li  .img {
    height: 210px;
    padding: 10px;
}
.iderindexBox2 .com-ls,
.iderindexBox3 .com-ls,
.iderindexBox5 .com-ls{
  width: 100%;
}
.iderindexBox2 .top .item .img::before,
.iderindexBox2 .top .item .img::after,
.iderindexBox2 .top .item.active .img .br{
  display: none;
}
.iderindexBox2 .top{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.iderindexBox2 .top .item{
  width: fit-content;
  margin:  0 10px 10px 0;
}
.iderindexBox3 .Inquire,
.com-mores{
  width: fit-content;
  padding:  0 15px;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
}
.iderindexBox3 .con,
.iderindexBox3 .bottom{
  
  margin-top: 5%;
}
.iderindexBox4 .con{
  position: static;
}
}



@media screen and (max-width: 768px) {
.iderBanner .con .imgRt{
  display: none;
}

.iderBanner .con .text ul{
  flex-wrap: wrap;
}
.iderBanner .con .text ul li{
  width: 100%;
          align-items: center;
        justify-content: center;
  margin:  0 0 10px 0;
}
.iderindexBox1 ul li .text{
  height: auto;
}
.iderindexBox1 ul li{
  width: calc((100% - 10px ) / 2);
}
.iderindexBox1 ul li:nth-child(2n){
  margin-right: 0;
}
.iderindexBox1 ul li  .img {
    height: 180px;
}
.iderindexBox2 .bottom .img{
  width: 100%;
margin:  0 0;
}

.iderindexBox5 ul .item{
  width: calc((100% - 30px) / 3);
}
.iderindexBox5 ul .item.rt{
  display: flex;
  width: 100%;
  align-items: baseline;
  justify-content: space-between;
}
}

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

.iderBanner .bg {
    height: 40vh;
}
.iderindexBox1 ul li  .img{
  height: auto;
}
.iderindexBox1 ul li{
  width: 100%;
  margin-right:  0 !important;
}
.iderindexBox5 ul .item{
  width: 100% !important;
}
.iderindexBox5 ul .item.rt {
    flex-wrap: wrap;
}
.iderindexBox5 ul{
  margin-top: 3%;
}
.iderindexBox5 .com-ls{
  margin: 10px 0;
}
.iderBanner .con .text .img {
    width: 36%;
}
}


@media screen and (max-width: 430px) {
.iderindexBox2 .top .item{
  width: calc((100% - 10px ) / 2);
}
.iderindexBox2 .top .item:nth-child(2n){
  margin-right: 0;
}
.com-tl {
    font-size: 20px;
    line-height: 25px;
}
.iderindexBox2 .bottom .text .name{
  font-size: 20px;
}
}









