
  /* 首页 */
  .c_big_title h2{
    font-size: .38rem;
    font-weight: bold;
    line-height: .6rem; 
    text-align: center;
  }
  .c_big_title h2 span{color: var(--color);}
  .c_big_title p{
    font-size: .18rem;
    color: #646464;
    text-align: center;
  }

.pattern_sub{
    color: #575D6C;
    text-align: center;
    margin-top: .08rem;
}

.tab_a{
    display: flex;
    margin-top: .6rem;
    margin-bottom: .56rem;
    box-shadow: 0px 4px 10px 0px rgba(24, 33, 46, 0.11);
    border-radius: 10px;
}
.tab_a li{
    /* flex: 1; */
    position: relative;
    text-align: center;
    line-height: .65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
}
.icon_img{
    width: .26rem;
    height: .26rem;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}
.icon_img img{
    position: absolute;
    transition: 0.5s;
    top: 0;
    left: 0;
    width:.27rem;
    height: .52rem;
}
.tab_act .icon_img img{
    top: -0.26rem;
    transition: 0.5s;
}
.tab_a li::before{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: .36rem;
    background-color: #DBDBDB;
}
.tab_a li:last-child:before{
    display: none;
}
.tab_a .tab_act:before{
    display: none;
}
.tab_act{
    color: white;
    background-color: #0086FE; /* æµè§ˆå™¨ä¸æ”¯æŒæ—¶æ˜¾ç¤º */
    background-image: linear-gradient(#0086FE, #0086FE);
}
.tab_act::after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    top: 100%;
    height: 0px;
    border: 20px solid #000;
    border-top-color: #0086FE;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
.dui{
    margin-bottom: .3rem;
}
.dui li{
    display: flex;
    align-items: center;
    margin-bottom: .1rem;
}
.dui li::before{
    content: "";
    display: block;
    background-image: url(../img/dui.png);
    width: .18rem;
    height: .18rem;
    margin-right: .05rem;
}

.tab_b>div{
    display: none;
}
.tab_b .tab_bct{
    display: block;
}
.tab_b .tab_bct>div{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    position: relative;
    animation:myfirst 1s;
	-webkit-animation:myfirst 1s; /* Safari and Chrome */
}
.tab_b .tab_bct .img{
  width:  45%;
}

.tab_b .tab_bct .img img{display: block;width: 100%;}
.tab_b .tab_bct .txt{
    width: 45%;
    margin-right: .31rem;
}
.tab_b .item .img h5{
  margin-top: .3rem;
}
.tab_b  .txt .t_2 h5,
.tab_b .item .img h5
{
  font-size: .36rem;
  margin-bottom: .2rem;
}
.tab_b  .txt .t_2 p
{
  font-size: .22rem;
  color: #3a3a3a;
  font-weight: 1;
  line-height: .4rem;

}
.tab_b  .txt .t_2 p::before {
  content: "";
  display: inline-block;
  background: url(../images/dui.png) no-repeat center;
  background-size: auto .18rem;
  width: .18rem;
  height: .18rem;
  margin-right: .05rem;
}
.tab_b .txt .t_1 h2{
  font-size: .34rem;
  line-height: .6rem;
  margin-bottom: .2rem;
  font-weight: 400;
}
.tab_b .txt .t_1 p{
  font-size: .24rem;
  font-weight: 1;
  line-height: .42rem;
  margin-bottom: .15rem;
}


 .apply_zx{
  margin-top: .3rem;

}
 .apply_zx .item a{
  font-size: .25rem;
  color: var(--color);
  border: 1px solid var(--color);
  border-radius: .1rem;
  display: block;
  padding: 0 .3rem;
  line-height: .5rem;
}
.apply_zx .item p{
  font-size: .17rem;
  color: var(--color);
  text-align: center;
  line-height: .24rem;
  margin-top: .1rem;
}
 .apply_zx .item:first-child{
  border-right: 1px solid #3a3a3a;
  padding: 0 .3rem;
  margin-right: .3rem;
}

.i_product_item:nth-child(2n-1){
  background: #fff !important;
}
.i_product_item:nth-child(2n-1) .tab_bct>div{
  flex-direction: row-reverse;
}
.s_s_i_list{display: none;margin-left: .3rem;}
.s_s_i_list .single-row:first-child{display: none;}
/* 首页  一体化解决方案 */
.navigator-box {
  border-bottom: solid 1px #ededed;
  margin-left: auto;
  margin-right: auto;
}
.navigator-box ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  /* margin: 0 3.5rem; */
}
.navigator-box ul li {
  width: 1.2rem;
  height: .62rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  /* transition: width 1s;
  -webkit-transition: width 1s; Safari */
}
.navigator-box ul li .li-bot {
  width: 0px;
  position: relative;
  top: .16rem;
  transition: width 1s;
  -webkit-transition: width 1s;
}
.navigator-box ul li:hover .li-bot {
  border-bottom: solid 2px #1588ff;
  width: 1.2rem;
}
.navigator-box ul li p {
  height: .2rem;
  font-size: .2rem;
  font-weight: 600;
  color: #212121;
}
.navigator-box ul li.li-active p {
  color: #007aff;
}
.navigator-box > p,
.property-box > p {
  height: .44rem;
  font-size: .32rem;
  font-weight: 400;
  color: #212121;
  text-align: center;
  margin-top: .8rem;
  margin-bottom: .4rem;
}



.solution-product {
  margin-top: .4rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .2rem; */
  }
.solution-product-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(30, 35, 48, 0.1);
  padding: .4rem .24rem .32rem .24rem;
  position: relative;
  top: 0;
  transition: 1s;
  width: 32% ;
}

.solution-product-item:hover {
  box-shadow: 10px 16px 34px 0px rgba(30, 35, 48, 0.1);
  /* top:30px */
}
.solution-product-item > h2{
  font-size: .32rem;
  text-align: center;
  color: var(--color);
  margin-bottom: .1rem;
}
.solution-product-item > p {
  line-height: .32rem;
  font-size: .18rem;
  font-weight: 400;
  color: #999999;
  text-align: center;
}
.solution-product-item .a_go{
  margin-top: 0;
}
.solution-product-item .btn_list{
  position: absolute;
  bottom: .2rem;
  left: 50%;
  transform: translateX(-50%);
}
.solution-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: .1rem;
}
.solution-price > p{
  height: .2rem;
  font-size: .18rem;
  font-weight: 400;
  color: #999999;
}
.solution-price > p:nth-child(1) {
  height: .6rem;
  font-size: .4rem;
  font-weight: 600;
  color: #000;
  margin-right: .1rem;
}
.solution-info{margin-bottom: .7rem;}
.solution-info p{
  width: calc(49% - .3rem);
  font-size: .18rem;
  line-height: .32rem;
  padding-left: .3rem;
  background: url(../images/green_check.png) no-repeat left center;
  background-size:auto .2rem;
}
.solotion-btn {
  display: flex;
  justify-content: start;
  align-items: baseline;
}
.solotion-btn-buy {
  width: 1.04rem;
  height: .4rem;
  background: #2386ee;
  border-radius: .02rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solotion-btn-buy p {
  width: .28rem;
  height: .2rem;
  font-size: .14rem;
  font-weight: 400;
  color: #ffffff;
}
.solotion-btn-trial {
  width: 1.04rem;
  height: .4rem;
  border-radius: 2px;
  opacity: 0.65;
  border: 1px solid #cccccc;
  cursor: pointer;
  margin-left: .16rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solotion-btn-trial p {
  width: .28rem;
  height: .2rem;
  font-size: .14rem;
  font-weight: 400;
  color: #212121;
}
.item-style1 {
  border-top: solid 8px #2386ee;
}
.item-style2{
  border-top: solid 8px #16b0f1;
}
.solution-product .img{
   margin-bottom: .2rem;
}
.btn_list a{
  display: block;
  width: 1.2rem;
  text-align: center;
  line-height: .4rem;
  border-radius: .1rem;
  border: 1px solid var(--color);
  color: var(--color);
  margin-right: .2rem;
  margin-top: .4rem;
}
.btn_list a:last-child{
  border: 1px solid #3a3a3a;
  color: #3a3a3a;
}



.a_go::after {
  display: inline-block;
  content: "";
  padding: .03rem;
  transform: rotate(-45deg) translateY(-2px);
  -webkit-transform: rotate(-45deg) translateY(-2px);
  transition: 0.5s;
  opacity: 0;
  border: var(--color) solid;
  border-width: 0 1px 1px 0;
}
.a_go:hover::after{
  margin-left: .1rem;
  transition: 0.5s;
  opacity: 1;
}



.single-icon {
  position: relative;
  top: .05rem;
  margin-right: .08rem;
}
.single-row {
  border-bottom: solid 1px #cccccc;
}
.down-single-icon {
  width: .16rem;
  height: .16rem;
  background-image: url('https://cdn.jdy.com/jdy/new/images/yjxc/downla.png');
  background-repeat: no-repeat;
  background-size: 100%;
  /* border: dashed 1px #E5E5E5; */
  position: relative;
  /* top: 5px; */
  margin-right: 15px;
  cursor: pointer;
}
.up-single-icon {
  width: .25rem;
  height: .25rem;
  font-size: .28rem;
  cursor: pointer;
}

.up-single-icon {
  width: .16rem;
  height: .16rem;
  background-image: url('https://cdn.jdy.com/jdy/new/images/yjxc/upla.png');
  background-repeat: no-repeat;
  background-size: 100%;
  /* border: dashed 1px #E5E5E5; */
  position: relative;
  top: .05rem;
  margin-right: .15rem;
  cursor: pointer;
}
.show-single-icon {
  background-size: 100%;
  background-repeat: no-repeat;
  width: .24rem;
  height: .24rem;
  background-position: center;
  position: relative;
  top: .06rem;
}

.s-s-i1 {
  background-image: url(https://cdn.jdy.com/jdy/new/images/yjxc/wei.png);
}

.body-single-row {
  flex-wrap: wrap;
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: .2rem;
  margin-bottom: .2rem;
}

.body-single-row-col {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-right: .13rem;
  font-size: .2rem;
}
.body-single-row-d {
  flex-wrap: wrap;
  align-items: baseline;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: .1rem;
  margin-bottom: .2rem;
}
.product-icon {
  width: .16rem;
  height: .16rem;
  margin-top: .1rem;
  margin-bottom: .2rem;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
  /* border: dashed 1px #2386EE; */
}

.single-icon {
  position: relative;
  top: .05rem;
  margin-right: 8px;
}
.body-single-row-d p{
  font-size: .18rem;
  padding-left: .24rem;
  background: url(../images/right.png) no-repeat left center;
  background-size: .2rem;
}


/* 首页-案例 */
.case_classfiy{
  background: #fff;
  padding: .06rem;
  margin: .5rem 0 .6rem;
}
.case_classfiy li{
  font-size: .2rem;
  line-height: .5rem;
  padding: 0 .1rem;
  position: relative;
  transition: all .5s;
  margin: 0 .2rem;

}
.case_classfiy li::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: .04rem;
  display: block;
  width: 0%;
  height: 2px;
  background: var(--color);
  transition: all .5s;
  border-radius: 10px;
}
.case_classfiy li:hover{
  cursor: pointer;
}
.case_classfiy li:hover,
.case_classfiy li.active{
  color: var(--color);
}
.case_classfiy li:hover::before,
.case_classfiy li.active::before{
  width: 100%;
}
.con_list{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .2rem;
}
.anli_con dl{
	background: #fff;
	border-radius: .08rem;
	overflow: hidden;
	box-shadow: 0 0 5px #eaeef9;
  transition: all .5s;
}
.anli_con dl:hover{
	box-shadow: 5px 5px 15px #ccc;
}
.anli_con  dl:nth-of-type(3n) {
	margin-right: 0px;
}

.anli_con  dl dt {
	position: relative;
}

.anli_con  dl dt a {
	display: block;
	height: 0px;
	padding-bottom: 43.5%;
	overflow: hidden;
}

.anli_con  dl dt .img_box {
	width: 100%;
    height: 0px;
    padding-bottom: 43.5%;
    transition: all 0.5s ease-in-out;
}

.anli_con  dl dt .img {
	text-align: center;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	bottom: -0.5rem;
	left: .3rem;
	z-index: 3;
	box-shadow: 0 4px 10px #ddd;
	line-height: 1rem;
	overflow: hidden;
}
.anli_con  dl dt .img a{
	display: block;
	padding: 0;
	height: 100%;
}
.anli_con  dl dt .img img {
	width: auto;
	max-width: 90%;
	vertical-align: middle;
}

.anli_con  dl:hover dt a .img_box {
	transform: scale(1.04);
}

.anli_con dd {
	padding: .7rem .3rem .2rem;
}

.anli_con  dd h3 {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: .2rem;
}

.anli_con dd h3 a {
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
	line-height: 1.5;
	color: #333333;
}

.anli_con  dd h3 a:hover {
	color: #2386ec;
}

.anli_con  ul {
	margin-top: .2rem;
}

.anli_con  li {
	display: inline-block;
	border-radius: 5px;
	margin-right: .05rem;
	padding: .03rem .08rem;
}
.news_ccc {
  position: absolute !important;
  right: .2rem;
  top: 50%;
  transform: translateY(-50%);
}
.new_con_list p{
  font-size: .18rem;
}
.anli_con  li:nth-of-type(1) {
	background: #e3f4fc;
	color: #0086f9;
}
.anli_con  li:nth-of-type(1) a{
	color: #0086f9;
}
.anli_con  li:nth-of-type(2) {
	background: #fcede3;
	color: #f98d00;
}
.anli_con  li:nth-of-type(2) a{
	color: #f98d00;
}
.anli_con  li:nth-of-type(3) {
	background: #e3f6fc;
	color: #00c5f1;
}
.anli_con  li:nth-of-type(3) a{
	color: #00c5f1;
}
/* 公司简介 */
.i_about .txt{
    width: 50%;
    margin-right: 10%;
}
.i_about .img{
    height: 4rem;
}
.i_about .img img{
    display: block;
    height: 100%;
    margin: auto;
}
.i_about .txt h2{
  font-size: .38rem;
  color: var(--color);
  margin-bottom: .4rem;
}
.i_about .txt p{
  font-size: .22rem;
  line-height: .32rem;
  margin-bottom: .2rem;
}


/* 横幅 */
.trip{
    color: #333;
    background: #eefbfe;
  }
  .trip_flx{
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 2.99rem;
  }
  .trip_left{
      width: 50%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  .trip_left dl{
    width: 40%;
    text-align: center;
  }
  .trip_left dl:nth-child(1),.trip_left dl:nth-child(2){
    margin-bottom: .19rem;
  }
  .trip_left dl dt{
    font-size: .4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .trip_left dl dd{
    font-size: .2rem;
  }
  .trip_right{
      text-align: center;
  }
  .trip_more{
      text-align: center;
      margin-top: .39rem;
  }
  .trip_right_tit{
      font-weight: bold;
      font-size: .35rem;
  }
  .trip .morea,.trip .moreb{
  
    width: 2.01rem;
    font-size: .21rem;
  }

  
/* 留言 */
.form_alert{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .3);
 z-index: 100000;
 display: none;
}
.form_box{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  padding:  .4rem;
  background: #fff;
  z-index: 222;
  width: 60%;

  
}

.form_box .img{
  width: 45%;
}
.form_box form{
  width: 62%;
  padding-left:3%;
}
  .message .dw_relative{
    margin-bottom: .15rem;
}
.message input{
    display: block;
    padding:0 2% ;
    width: 100%;
    font-size: .22rem;
    line-height: .42rem;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    border-radius: .1rem;
    overflow: hidden;
    color: #333;
    outline: none;
}
.message textarea{
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 2%  ;
    font-size: .22rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    margin-bottom: .15rem;
    height: 1.5rem;
}
.message button{
    display: block;
    width: 47%;
    line-height: .6rem;
    color: #fff;
    outline: none;
    border: none;
    background: var(--linear-gradient-g);
    text-align: center;
    font-size: .22rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}
.message .error-content{
    top: unset;
    bottom: .2rem;
    transform: none;
}
.message .bb img{
   
    display: block;
    height: .5rem;
    margin-left: .3rem;
}
.form_box .closed_box{
  position: absolute;
  top: .15rem;
  right: .15rem;
  width: .5rem;
  height: .5rem;
}

.cd{
  font-size: .2rem;
}
.cd h2{
  font-size: .2rem;
  text-align: left;
  margin-bottom: .05rem;
}
.cd input{
  font-size: .16rem;
  height: .25rem;
  width: .25rem; 
  margin: .05rem 0; 
}
.cd span{
  display: inline-block;
  margin: 0 .05rem;
}

@media screen and (max-width:767px) {
  footer .foot_bottom, footer .foot_bottom a {
    line-height: .4rem !important;
}
  .fixedBot {
    display: flex !important;
    justify-content: space-between;
}
  .form_box .closed_box {
    position: absolute;
    top: .1rem;
    right: .1rem;
    width: .4rem;
    height: .4rem;
}
  .form_box .img{display: none;}
  .form_box{flex-wrap: wrap;width: 88%;}
  .form_box form{width: 100%;}
  .form_box d{display: flex;flex-wrap: wrap;}
  .news_ccc{position: static !important;transform: none;}
  .case_classfiy li{margin: 0 .1rem;}
  .solution-product-item{width: 100% !important;}
  .solution-info p{width: 32%;}
  .c_big_title h2 {
    font-size: .32rem;
    line-height: .5rem;
}
.tab_b .txt .t_1 h2 {
  font-size: .3rem;
  line-height: .4rem;
  margin-bottom: .2rem;
}
.tab_b .txt .t_2 h5, .tab_b .item .img h5 {
  font-size: .32rem;
  margin-bottom: .2rem;
}
  .tab_a{flex-wrap: wrap;}
  .tab_a li{width: calc(100% /3); flex: none;}
  .tab_act::after{display: none;}
  .tab_a li:nth-child(3n)::before{
    display: none;
  }
  .tab_b .tab_bct>div{flex-wrap: wrap;}
  .tab_b .tab_bct .img{width: 100%;margin-bottom: .2rem;}
  .tab_b .tab_bct .txt {
    width: 100%;
    margin-right: 0rem;
}
.solution-product{flex-wrap: wrap;}
.solution-product-item{width: 49%;margin: .1rem 0;}
.solution-product-item:last-child{width: 100%;}
.solution-product-item:last-child .img img{width: 70%;}
.solution-price{margin-top: .1rem;}
.btn_list a {
  margin-top: .1rem;
}
.s_s_i_list{width: 100%;margin-left: 0;flex: none;}
#type1 .solution-product-item{width: 100%;}
.con_list {
  grid-template-columns: repeat(1, 1fr);
  gap: .2rem;
}
.i_about .txt {
  width: 100%;
  margin-right: 0%;
}
.i_about .txt h2 {
  font-size: .3rem;
  color: var(--color);
  margin-bottom: .2rem;
}
.trip_flx {padding: .6rem 0;}
.trip_left,.trip_flx{flex-wrap: wrap;}
.trip_left{width: 100%;}
.trip_right{margin: .2rem auto 0;}
.trip_right .btn_list {justify-content: center;}
.trip_flx {
  height: auto;
}
footer .foot_bottom, footer .foot_bottom a {
  line-height: .3rem;
  padding: .1rem 0;
}
/* .price_list_item:nth-child(2) */
}