.tout{
	display: flex;
	margin-top: 20px;
	align-items: center;
	margin-bottom: 30px;
}
.tout .tout_one{
	width: 11%;
}
.tout .tout_one img{
	width: 67px;
	height: 40px;
}
.tout .tout_two{
	flex: 1;
}
.tout .tout_two p{
	text-align: center;
	font-size: 25px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #E10101;
	line-height: 45px;

}
.tout .tout_two p:nth-child(2){
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	cursor: pointer;
}

.sk > ul > li{
	width: 33.3333333333% !important;
}
@media (max-width: 768px) {
  .sk > ul > li{
  	width: 100% !important;
  }
}
.bhue{
	color: #666 !important;
	border-bottom: 0 !important;
}
/* 新增 */

.u-partview > .hd p > .bzhao{
	color: #E10101 !important;
	border-bottom: none !important;
	cursor: pointer;
	padding-bottom: 5px;
	font-size: 20px;
	margin-bottom: -1px;
	font-weight: bold;
}
.bzhaoa{display: none;}
/* 新增 */
.wagnshi{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.wagnshi_one{
	width: 19%;
}
.wagnshi_one img{
	height: 315px;
	width: 100%;
}
.wagnshi_one p{
	border: 1px solid #bfbfbf;
	border-top: 0;
	height: 64px;
	line-height: 64px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.wagnshi_one p span{
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	
}
.wagnshi_one p  img{
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

@media (max-width: 768px) {
  .wagnshi_one{
  	width: 100%;
	margin-bottom: 10px;
  }
  .wagnshi_one img{
  	width: 100%;
  }
  .wagnshi{
  	flex-wrap: wrap;
  }
  .tout .tout_one{
  	width: 17%;
  }
  .tout .tout_one img{
  	width: 55px;
  	height: 30px;
  }
  .tout .tout_two{
  	width: 83%;
  }
}

.bottomfrs{
	margin-top: 43px;
	width: 100%;
	height: 520px;
	background: url(../picture/pic_hp_jcfwbg@2x.png) no-repeat;
	background-size: 100% 100%;
}
.bote{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bote p{
	font-size: 24px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 90px;
}
.bote img{
	width: 200px;
	height: 2px;
}
.bote_one{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.shoutoa{
	width: 19%;
	display: flex;
	flex-direction: column;
	align-items: center;
	
}
.shoutoa img{
	width: 139px;
	height: 139px;
	border-radius: 50%;
}
.shoutoa span{
	font-size: 24px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 120px;
}
.shoutoa p {
	font-size: 14px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #7DFDFF;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ol{
	margin-top: 26px;
	width: 100px;
	height: 40px;
	background: #022D53;
	border-radius: 8px;
	font-size: 14px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #62ABEC;
	/* line-height: 24px; */
	text-align: center;
	line-height: 40px !important;
}

@media (max-width: 768px) {
  .bote_one{
  	flex-wrap: wrap;
  }
  .shoutoa{
  	width: 50%;
  	margin-bottom: 20px;
  }
  .shoutoa img{
  	width: 70px;
  	height: 70px;
  }
  .shoutoa span{
  	font-size: 18px;
  	font-family: Adobe Heiti Std;
  	font-weight: normal;
  	color: #FFFFFF;
  	line-height: 40px;
  }
  .shoutoa p {
  	font-size: 12px;
  	font-family: Adobe Heiti Std;
  	font-weight: normal;
  	color: #7DFDFF;
  	line-height: 24px;
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 2;
  	overflow: hidden;
  }
  .ol{
  	margin-top: 7px;
  	width: 90px;
  	height: 30px;
  	background: #022D53;
  	border-radius: 8px;
  	font-size: 14px;
  	font-family: Source Han Sans SC;
  	font-weight: 400;
  	color: #62ABEC;
  	/* line-height: 24px; */
  	text-align: center;
  	line-height: 30px !important;
  }
  .bote p{
  	font-size: 24px;
  	font-family: Adobe Heiti Std;
  	font-weight: normal;
  	color: #FFFFFF;
  	line-height: 54px;
  }
  .njue{
	  display: none;
  }
  
  
}

@media (max-width: 768px) {
  .tout .tout_two p{
	  width: 100%;
  	text-align: center;
  	font-size: 16px;
  	font-family: Microsoft YaHei;
  	font-weight: bold;
  	color: #E10101;
  	line-height: 45px;
	 white-space: nowrap;      /*超出的空白区域不换行*/
	    overflow: hidden;         /*超出隐藏*/
	    text-overflow: ellipsis;  /*文本超出显示省略号*/
	
  }
  .tout .tout_two p:nth-child(2){
  	font-size: 12px;
  	font-family: Microsoft YaHei;
  	font-weight: 400;
  	color: #666666;
  	line-height: 28px;
  }
  .biejus img{
	  display: none;
  }
  .biejus p{
	  text-align: center;
  }
  
}
.nhdyey a:hover{
	color: red !important;
}

.biejus img {
	width: 100%;
	position: absolute;
	left: 0;
	top:0;
}
.biejus {
	position: relative;
	height: 52px;
	margin-top: 15px;
}
.biejus p {
	position: absolute;
	z-index: 22;
	top:50%;
	transform: translateY(-50%);
	
	left: 1%;
}
.biejus p .spju {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin-left: 0 !important;
	/* line-height: 24px; */
}

.biejus p:nth-child(2) span {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	margin-left: 20px;
	line-height: 24px;
}
.nhy{
	background-color: #eee ;
	height: 6px;
	width: 100%;
	margin-top: 30px;
}
.hdyelaie .el-carousel__button{
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.hdyelaie .el-carousel__indicators--horizontal{
	left:94%;
}

 .ond p a{
    color: #0056B3;
  }
 .ond p::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #FFE850;
  border-radius: 3px;
  position: absolute;
  left:0;
  bottom: 10px;
}

.el-divider__text{
	  font-size: 28px;
	  font-weight: 700;
  }
.xinwen_one{
	display: flex;
	justify-content: center;
	align-items: center;
}
.xinwen_one p{
	border: 1px  solid #979797;
	padding: 7px 5px;
	margin-right: 10px;
	font-size: 16px;
	color: #555555;
	margin-top: 20px;
	cursor: pointer;
}
.xinwen_one .actin{
	border:0;
	background-color: #FFE850;
}
.xinwen_two{
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}
.xinwen_two .xinwenxq{
	width: 49%;
}
.xinwenxq p{
	font-size: 16px;
	color: #357BC4;
	line-height: 20px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.xinwenxq p:nth-child(2) {
 margin-top: 20px;
 margin-bottom: 10px;
}
.xinwenxq p:nth-child(3) {
  font-size: 14px;
  color: #555555;
  line-height: 20px;	
}
.xingq_one{
	width: 49%;
}
.xingq_one li{
	display: flex;
	align-items: center;
	margin-bottom: 15px
}
.xiangq_time{
	position: relative;
	width: 17%;
	padding-left: 10px;
}
.xiangq_time p{
	font-size: 24px;
	color: #555555;
}
.xiangq_time p:nth-child(2){
	font-weight: 400;
	font-size: 14px;
	color: #555555;
    margin-top: 5px;
}
.xiangq_neir{
	width: 83%;
}
.xiangq_neir p {
	font-weight: 400;
	font-size: 14px;
	color: #555555;
	 line-height: 20px;	
	 -webkit-line-clamp: 2;
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	 overflow: hidden;
	 text-overflow: ellipsis;
}
.xiangq_neir p:nth-child(1) {
	font-size: 16px;
	color: #357BC4;
	margin-bottom: 8px;
}
.xiangq_time::after {
  position: absolute;
  top:50%;
  right: 0;
  content: "";
  display: inline-block;
  width: 33px;
  height: 3px;
  background-color: #D2D2D2;
  -moz-transform: rotate(90deg);
  	-webkit-transform: rotate(90deg); 
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
		text-transform: uppercase;
}
.nhgel{
	/* padding-top: 12px; */
	height: 90px;
	
}
.isxingw{
	background-color: #F2F2F2;
}
.el-divider--horizontal{
	margin: 30px 0;
}
.anli_one{
	background-color: #EEEFF3;
	padding-bottom:50px;
}

/* 案列 */
.anliul_one li{
	font-size: 16px;
	color: #666666;
	background-color: #fff;
}
.anli_hones{
	width: 1024px !important;
	display: flex;
}
.anli_hones .anliul_one{
	width: 20%;
}
.anli_hones .anliul_one li{
	height: 50px;
	line-height: 50px;
	width: 90%;
	cursor: pointer;
	/* text-align: center; */
	padding-left:20px !important;
	margin-top: 23px;
}
.anliul_two{
	width: 80%;
}
.anli_hones .anliul_one .isacd{
	width: 110%;
	position: relative;
	z-index: 99999;
	background-color: red;
	color: #fff;
}

/* 企业文化 */
.qiyewen{
	/* display: flex; */
	margin-top:40px;
}
.qiyewen_one{
	display: flex;
	width: 100%;
}
.qiyeli{
	padding-top: 30px;
	width: 40%;
	
}
.qiyeli img{
	width: 100%;
}
.qiyeli_one{
	width: 30%;
	padding-top: 40px;
}

.qiyeli p{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	text-align: center;
	margin-bottom: 5px;
}
.qiyeli p:nth-child(1){
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 40px;
}
.qiyeli_one p{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	text-align: center;
	margin-bottom: 5px;
}
.qiyeli_one p:nth-child(1){
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 30px;
}

.qiyeli_two{
	width: 30%;
	
}
.qiyeli_two img{
	width: 100%;
	height: 100%;
}
.qiyesho{
	box-shadow: 0px 2px 4px 0px rgba(202,202,202,0.5);
	border-radius: 0px 7px 7px 0px;
}

.nhgwfa{
	margin-left: 64%;
}
.ijges{
	width: 1026px !important;
}
.ijges .el-carousel__container{
	height: 490px;
}
@media (max-width: 768px) {
	.xinwenxq{
		display: none;
	}
	.xinwen_two{
		/* flex:1; */
		width:100%;
	}
	.xingq_one{
		width: 100%;
	}
	.fort ul:last-child{
		display: none;
	}
	.anliul_one {
		display: none;
	}
	.anliul_two{
		width: 100%;
		/* padding-right: 20px; */
	}
	.qiyeli_twono{
		display: none;
	}
	.qiyewen_one li {
		flex:1;
	}
	.qiyeli_two{
		display: none;
	}
	.qiyewen_one li img{
		height: 100%;
	}
	
}

.zhaodg{
	box-shadow:1px 4px 10px 1px #B6B6B6;
	border: 1px solid #ADADAD;
}
.zhsoe_one{
	display: flex;
	align-items: center;
	justify-content: space-around;
	cursor: pointer;
	
}
.zhsoe_one .shzd_sap {
	
	width: 10px;
	height: 10px;
	background-color: #357BC4;
	border-radius: 50%;
}
.zhsoe_one p {
	width: 90%;
	padding-left: 5px;
	    overflow:hidden;
	    text-overflow:ellipsis;
	    white-space:nowrap
}
.zhsoe_one:nth-child(even){
	background-color: #EEEFF3;
}
.zhaoxiangq{
	border: 1px solid #DEDEDE;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
}
.timdex{
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #777777;
	margin: 20px 0;
}
.xiangqdi{
	border: 1px solid #DEDEDE;
	width: 80%;
}
.xiangyw{
	border-bottom: 1px solid #DEDEDE;
	padding: 30px 10px;
}
.xiangqdi p {
	font-size: 16px;
	color: #777777;
}
.xiangqdi p span{
	color: #333;
}
.bortexi{
	width: 80%;
	margin-top: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #777777;
}
.bottow_on{
	width: 80%;
	display: flex;
	margin: 20px 0;
}
.bottow_on p{
	font-weight: 400;
	font-size: 14px;
	color: #777777;
	margin-right: 20px;
}
.bottow_on p span{
	color: #357BC4;
}

