@charset "UTF-8";


.yxhb_banner_link a {
	background-image: linear-gradient(135deg, #0068dd, #00aeee);
	background-color: #0360c3;
	border: none;
	height: 40px;
	line-height: 40px;
  }
  .starting_tit {
	margin-bottom: 0;
  }
.starting .w1440{
	overflow-x: auto;
}
.starting img{
	max-height: 85vh;
}
  /* */
  .develop{
	background-color: #f6f7fb;
	text-align: center;
	padding: 30px 0;
  }
  .develop h2{
	text-align: center;
  }
  .develop .manage_sum{
  margin: 30px auto 65px;
  }
  .navigate{
	position: relative;
	padding-top: 30px;
  }
  .navigate .line{
	position: absolute;
	width: 100%;
	border: 1px solid rgb(218, 219, 223);
	top:55px;
  }
  .navigate .top_nav{
	width: 100%;
	overflow-x: auto;
  }
  .navigate .nav{
    width:840px ;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	position: relative;
	z-index: 1;
  } 
  .develop .w1440{
	padding: 0!important;
  }

  .develop .nav li{
	border-radius: 15px;
	color: #252b3a;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;
	word-spacing: 1px;
	border: 1px solid rgb(218, 219, 223);
  }
  .develop .nav li.active {
	background-image: linear-gradient(135deg, #0068dd, #00aeee);
	background-color: #0360c3;
	color: #fff;
	border: none;
  }
  .content{
	margin-top: 40px;
	background-color: #fff;
	padding: 30px 60px; 
  }
  .content li{
	display: flex;
	flex-direction:column-reverse;
	align-items:center;
	display: none;
  }
  .content li.active{
	display: flex;
  }
  .content li .contnt_left{
  width:100% ;
  padding: 40px;
  }
  .content li .contnt_left .text{
	position: relative;
	color: #575d6c;
	text-align: left;
  }
  .content li .contnt_left .text .s-title{
	position: absolute;
	color: rgb(244, 244, 244);
	left: 0;
	top:-50px;
  }
  .fnt_70{
	font-size: 35px;
  }
  .content li .contnt_left .text .disc{
	color: #252b3a;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(218, 219, 223);
	font-size: 20px!important;
  } 
  .content li .contnt_left .txt{
	margin-top: 20px;
	color: #575d6c;
  }
  .content li .contnt_right{
width: 100%;
margin-bottom: 40px;
	}
	.content li .contnt_right img{
	  width: 100%;
	  height: 100%;
	}
  
	/*  */
	/* .add{
	  color:#fff!important;
	}
	.add .EBC-intro-list ul li{
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	}
	.add .EBC-intro-list ul li .after{
	  width: 60%;
	  display: flex;
	justify-content: space-between;
	align-items: center;
  
	}
	.add .EBC-intro-list ul li .after .line{
	  width: 100px;
	  height: 1;
	  background-color: rgb(166, 175, 184);
	}
	.add .EBC-intro-list ul li .after .point{
	  width: 2px;
	  height: 2px;
	  border-radius: 50%;
	  background-color: rgb(166, 175, 184);
	}
  
	.add .EBC-intro-list ul li .txt div{
	  color: #fff;
	  text-align: center;
	}
  
	.add .EBC-intro-list ul li .txt div p::before{
	  width: 2px;
	  height: 2px;
	  border-radius: 50%;
	  background-color: rgb(166, 175, 184);
	} */