
.ny_banner img{
	width: 100%;
}

.zl_tit{
	text-align: center;
	padding: 50px 0 25px 0;
}
.zl_tit h2{	
	font-size: 36px;
	font-weight: bold;
	color: #0161C5;
	margin-bottom: 7px;
}
.zl_tit h3{
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}	
.zl_tit h4{
	margin-top: 10px;
	display: inline-block;
	font-size: 18px;
	color: #3D3D3D;
	height: 50px;
	line-height: 48px;
	border: 1px solid #E2E2E2;
	box-sizing: border-box;
	padding: 0 25px;
	position: relative;
}
.zl_tit h4::after{
	content: "";
	display: block;
	height: 2px;
	background: #0161C5;
	width: 105px;
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -52.5px;
}





/************************* sec1 start *********************************/
.sec1{
	padding-bottom: 40px;
}
.sec1 .desc img{
	width: 100%;
}
/************************* sec1 end *********************************/








/************************* sec2 start *********************************/
.sec2{
	background: #F3F3F3;
}
.sec2 .zl_cp_sel li,.sec2 .zl_cp_sel a{
	width: calc(20% - 3px);
	float: left;
	height: 74px;
	line-height: 74px;
	background: #0161C5;
	color: #fff !important;
	text-align: center;
	font-size: 20px;
	transition: .3s;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.sec2 .zl_cp_sel li{
	margin-right: 3px;
}
.sec2 .zl_cp_sel li.active,.sec2 .zl_cp_sel a:hover{
	background: #333;
}

.zl_cp_item{
	box-sizing: border-box;
	padding: 50px 0;
}
.zl_cp_item .img_box{
	width: 50%;
}
.zl_cp_item .img_box img{
	box-sizing: border-box;
	border: 1px solid #e2e2e2;
	width: calc(50% - 14px);
	margin-right: 14px;
	margin-bottom: 14px;
	float: left;
	transition: .6s;
}

.zl_cp_item .desc{
	width: 50%;
	box-sizing: border-box;
	padding-left: 50px;
}
.zl_cp_item .desc h3{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	position: relative;
	display: inline-block;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.zl_cp_item .desc h3::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ccc;
}
.zl_cp_item .desc h3+span{
	margin-bottom: 15px;
}
.zl_cp_item .desc span{
	font-size: 16px;
	color: #777777;
	line-height: 30px;
	display: block;
}
.zl_cp_item .desc a{
	font-size: 18px;
	color: #FFFFFF !important;
	box-sizing: border-box;
	padding: 17px 40px;
	background: #0161C5;
	border-radius: 40px;
	display: inline-block;
	margin-top: 15px;
}
/************************* sec2 end *********************************/







/************************* sec3 start *********************************/
.sec3{
	padding-bottom: 50px;
}
.zl_quan_box{
	margin-top: 10px;
}
.zl_quan_item{
	width: calc(20% - 17px);
	float: left;
	text-align: center;
	margin-right: 21px;
	border-radius: 100%;
	margin-bottom: 30px;
	border: 3px solid #0161C5;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.zl_quan_item:nth-of-type(5n){
	margin-right: 0;
}
.zl_quan_item img{
	width: 100%;
	z-index: -1;
	transition: .6s;
}
.zl_quan_item:hover img{
	transform: scale(1.1);
}
.zl_quan_item p{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #0161C5;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	font-size: 20px;
	z-index: 111;
}
/************************* sec3 end *********************************/







/************************* sec4 start *********************************/
.sec4{
	background: url(../images/sec4_bg.jpg) no-repeat;
	background-size: cover !important;
	background-position: center !important;
	padding-bottom: 55px;
}
.sec4 .zl_tit h2{
	color: #fff;
}
.sec4 .zl_tit h4{
	color: #fff;
	border-color: rgba(255,255,255,.4);
}
.sec4 .zl_tit h4::after{
	background: #fff;
}

.zy_item{
	width: calc(50% - 5px);
	float: left;
	background: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}
.zy_item:nth-of-type(2n){
	margin-right: 0;
}
.zy_item .img{
	width: 380px;
}
.zy_item .img img{
	width: 100%;
}
.zy_item .desc{
	float: left;
	width: calc(100% - 380px);
	box-sizing: border-box;
	padding: 60px 28px 0 28px;
}
.zy_item .desc p{
	font-size: 24px;
	color: #0161C5;
	font-weight: bold;
}
.zy_item .desc i{
	display: block;
	height: 1px;
	width: 42px;
	background: #0161C5;
	margin: 15px 0 30px 0;
}

.zy_item .desc span{
	font-size: 16px;
	color: #777777;
	line-height: 24px;
}

.zy_item1 .img,.zy_item3 .img{
	float: left;
}

.zy_item2 .img,.zy_item4 .img{
	float: right;
}

.zy_item::after{
	content: "";
	display: block;
	height: 40px;
	width: 40px;
	background-color: #0161C5;
	border-radius: 100%;
	position: absolute;
	z-index: 111;
}
.zy_item1::after{
	right: -25px;
	top: 160px;
}
.zy_item2::after{
	left: -25px;
	top: 550px;
}
.zy_item3::after{
	top: -25px;
	left: 500px;
}
.zy_item4::after{
	top: -25px;
	right: 500px;
}


/************************* sec4 end *********************************/







/************************* sec5 start *********************************/

.nr_box{
	box-sizing: border-box;
	padding: 0 180px;
	position: relative;
}
.swiper-container_lc {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 99;
}
.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}



.lc_item{
	background: #F3F3F3;
}
.lc_item .img{
	width: 436px;
	float: left;
	overflow: hidden;
}
.lc_item .img img{
	width: 100%;
	transition: .6s;
}
.lc_item .desc{
	width: calc(100% - 436px);
	float: left;
	box-sizing: border-box;
	padding: 70px 100px 10px 100px;
	box-sizing: border-box;
}
.lc_item .desc p{
	font-size: 24px;
	color: #0161C5;
	font-weight: bold;
	padding-bottom: 5px;
}
.lc_item .desc span{
	font-size: 16px;
	color: #777777;
	line-height: 30px;
}
.lc_item:hover img{
	transform: scale(1.1);
}
.sec5 .swiper-button-prev,.sec5 .swiper-button-next{
	height: 167px;
	width: 152px;
	background-color: #0161C5 !important;
	/* opacity: 1; */
	margin-top: -83px;
	background-position: center !important;
	z-index: 1111;
	outline: none;
}
.sec5 .swiper-button-prev::after,.sec5 .swiper-button-next::after{
	display: none;
}
.sec5 .swiper-button-prev{
	background: url(../images/l1.png) no-repeat;
}
.sec5 .swiper-button-next{
	background: url(../images/r1.png) no-repeat;
}


.shijianxian{
	box-sizing: border-box;
	padding: 0 5%;
	position: relative;
	margin: 40px 0 40px 0;
}
.shijianxian::after{
	content: "";
	display: block;
	width: 90%;
	border-bottom: 1px dashed #777;
	position: absolute;
	bottom: 0;
	left: 5%;
}
.shijianxian ul{
	box-sizing: border-box;
	padding: 0 30px;
}
.shijianxian ul li{
	width: 7.6%;
	float: left;
	padding: 15px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
	transition: .3s;
	cursor: pointer;
}
.shijianxian ul li::after{
	content: "";
	display: block;
	height: 9px;
	width: 9px;
	border-radius: 100%;
	background: #777;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
	transition: .3s;
	z-index: 999;
}
.shijianxian ul li.active{
	color: #0161C5;
}
.shijianxian ul li.active::after{
	background: #0161C5;
}
/************************* sec5 end *********************************/







/************************* sec6 start *********************************/
.zl_case_item{
	width: calc(25% - 15px);
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
}
.zl_case_item:nth-of-type(4n){
	margin-right: 0;
}
.zl_case_item .img{
	overflow: hidden;
}
.zl_case_item .img img{
	transition: .6s;
	width: 100%;
}
.zl_case_item .desc{
	background: #F3F3F3;
	box-sizing: border-box;
	padding: 20px 15px 30px 15px;
}
.zl_case_item .desc p{
	font-size: 18px;
	color: #3D3D3D;
	font-weight: bold;
	margin-bottom: 6px;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.zl_case_item .desc span{
	font-size: 14px;
	color: #777777;
	line-height: 24px;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3; 
	overflow: hidden;
}

.zl_case_item:hover img{
	transform: scale(1.1);
}
.zl_case_item:hover p{
	color: #0161C5;
}

.sec6 .more{
	font-size: 24px;
	color: #FFFFFF !important;
	height: 60px;
	line-height: 60px;
	width: 500px;
	background-color: #0161C5;
	border-radius: 30px;
	display: block;
	text-align: center;
	margin: 20px auto 50px auto;
}
/************************* sec6 end *********************************/








@media only screen and (max-width: 1499px) {
	.zl_cp_item .desc h3{
		font-size: 26px;
		margin-bottom: 8px;
		padding-bottom: 8px;
	}
	.zl_cp_item .desc span{
		font-size: 14px;
		line-height: 24px;
	}
	.zy_item .desc{
		padding: 35px 15px;
	}
	.lc_item .desc{
		padding: 35px 50px;
	}
}









































/************************* 机器人应用 start *********************************/
.jqr_yy_item{
	width: calc(25% - 16px);
	float: left;
}
.jqr_yy_item+.jqr_yy_item{
	margin-left: 16px;
}
.jqr_yy_item .img {overflow: hidden;}
.jqr_yy_item .img img{width: 100%;transition: .6s;}

.jqr_yy_item p{
	height: 58px;
	line-height: 58px;
	text-align: center;
	background: #0161C5;
	color: #fff;
	font-size: 20px;
}

.jqr_yy_item:hover img{
	transform: scale(1.1);
}
/************************* 机器人应用 end *********************************/






/************************* 机器人行业应用 start *********************************/
.jqr_lx_item{
	float: left;
	width: calc(20% - 4px);
	box-sizing: border-box;
	transform: skewX(-20deg);
	overflow: hidden;
}

.jqr_lx_item .img{overflow: hidden;	transform: skewX(20deg);transform: skewX(20deg);width: 140%;margin-left: -20%;}
.jqr_lx_item .img img{width: 100%;transition: .4s;}
.jqr_lx_item p{height: 50px;line-height: 50px;background: #0161C5;color: #fff;font-size: 20px;text-align: center;transform: skewX(20deg);width: 110%;margin-left: -5%;}
.jqr_lx_item+.jqr_lx_item{margin-left: 4px;}

.jqr_lx_list2{margin-top: 3px;}
.jqr_lx_list2 .jqr_lx_item{
	transform: skewX(20deg);
}
.jqr_lx_list2 .img{
	transform: skewX(-20deg);transform: skewX(-20deg);
}
.jqr_lx_list2 p{
	transform: skewX(-20deg);width: 110%;margin-left: -5%;
}

.jqr_lx_item:hover img{
	transform: scale(1.1);
}
/************************* 机器人行业应用 end *********************************/




/************************* 机器人生产流程 start *********************************/
.sec5.jqr .shijianxian ul li{
	float: none;
	display: inline-block;
	width: 130px;
}
.sec5.jqr .shijianxian ul{
	text-align: center;
}


/************************* 机器人生产流程 end *********************************/