.common-bread{
	position: relative;
	z-index: 2;
}
.common-bread::before,
.industry .box1::before,
.industry .box2::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-color: rgba(246, 246, 246, 1);
	z-index: -1;
}
.industry .box1{
	position: relative;
	padding-bottom: 88px;
}
.industry .box1 .box-c{
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.industry .box1 .box-c .l,
.industry .box1 .box-c .r,
.industry .box2 .l,
.industry .box2 .r{
	width: 50%;
}
.industry .box1 .box-c .l,
.industry .box2 .l{
	padding-right: 6.81%;
}
.industry .box1 .box-c .l{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.industry .box2 .l .text-box p:first-child span{
    font-size: 30px!important;
    font-family: GothamRounded!important;
    font-weight: bold!important;
    color: #444444!important;
    line-height: 1.33!important;
    text-transform: uppercase!important;
}
.industry .box2 .l .text-box p span{
    font-size: 16px!important;
    font-family: GothamRounded!important;
    font-weight: normal!important;
    color: #777777!important;
    line-height: 28px!important;
    margin-top: 30px!important;
    flex: 1!important;
    overflow: auto!important;
    padding-right: 20px!important;
}
.industry .box1 .box-c .r,
.industry .box2 .r{
	padding-left: 6.81%;
}
.industry .industry-title{
	font-size: 30px;
	font-family: GothamRounded;
	font-weight: bold;
	color: rgba(0,102,181,1);
	line-height: 1.33;
	text-transform: uppercase;
}
.industry .box1 .l .text-box{
	font-size: 16px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #777777;
	line-height: 28px;
	margin-top: 30px;
	flex: 1;
	overflow: auto;
	padding-right: 20px;
}
.industry .box2 .l .text-box{
	font-size: 16px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #777777;
	line-height: 28px;
	margin-top: 30px;
	flex: 1;
	overflow: auto;
	padding-right: 20px;
	height: 350px;
}
.industry .box1 .l .text-box::-webkit-scrollbar{
	height: 2px;
	width: 2px;
	background-color: #f5f5f5;
}
/*定义滚动条轨道 内阴影+圆角*/
.industry .box1 .l .text-box::-webkit-scrollbar-track{
    border-radius: 5px;
    background-color: rgba(222, 222, 222, 1);
}
/*定义滑块 内阴影+圆角*/
.industry .box1 .l .text-box::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background-color: rgba(154, 154, 154, 1);
}

.industry .box2 .l .text-box::-webkit-scrollbar{
	height: 2px;
	width: 2px;
	background-color: #f5f5f5;
}
/*定义滚动条轨道 内阴影+圆角*/
.industry .box2 .l .text-box::-webkit-scrollbar-track{
    border-radius: 5px;
    background-color: rgba(222, 222, 222, 1);
}
/*定义滑块 内阴影+圆角*/
.industry .box2 .l .text-box::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background-color: rgba(154, 154, 154, 1);
}

.industry .box1 .l .text-box p:not(:last-child){
	margin-bottom: 25px;
}
.industry .box1 .l .more{
	display: block;
	margin-top: 20px;
	width: 180px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background: rgba(0,102, 181, 1);
	font-size: 16px;
	font-family: GothamRounded;
	font-weight: normal;
	color: rgba(255,227,0,1);
	border-radius: 8px ;
}
.industry .box1 .r .swiper-slide img,
.industry .box1 .r .swiper-slide video{
	display: block;
	width: 100%;
}
.industry .box1 .r-b{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.industry .box1 .r-b .list{
	display: flex;
}
.industry .box1 .r-b .list li{
	width: 6px;
	height: 6px;
	background: #D7D7D7;
	border-radius: 50%;
	cursor: pointer;
}
.industry .box1 .r-b .list li:not(:last-child){
	margin-right: 12px;
}
.industry .box1 .r-b .list li.active{
	width: 6px;
	height: 6px;
	background: #545454;
	border-radius: 50%;
}
.industry .box1 .r-b .btns{
	display: flex;
}
.industry .box1 .r-b .btn{
	width: 50px;
	height: 50px;
	background: rgba(0,102, 181, 1);
	text-align: center;
	line-height: 50px;
	color: rgba(255, 227, 0, 1);
	cursor: pointer;
	border-radius: 50% ;
}
.industry .box1 .r-b .btn:hover{
	color: rgba(255, 227, 0, 1)
}
.industry .box1 .r-b .btn:last-child{
	border-left: 1px solid rgba(94, 94, 94, 1);
}
.industry .box2{
	position: relative;
	padding: 75px 0 100px;
}
.industry .box2::before{
	left: auto;
	right: 0;
}
.industry .box2 .box-c{
	display: flex;
}
.industry .box2 .l .text-des{
	font-size: 16px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #777777;
	line-height: 28px;
	margin-top: 20px;
}
.industry .box2 .l .text-box:not(:last-child){
	margin-bottom: 50px;
}
.industry .box2 .r .r-c{
	position: relative;
	margin-top: 35px;
	background-color: rgba(239, 239, 239, 1);
	padding: 24px 50px 37px;
}
.industry .box2 .r .r-c .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: rgba(0,102, 181, 1);
	text-align: center;
	line-height: 50px;
	color: rgba(255, 227, 0, 1);
	cursor: pointer;
	z-index: 2;
		border-radius: 50% ;
}
.industry .box2 .r .r-c .btn.btn-prev{
	left: 0;
}
.industry .box2 .r .r-c .btn.btn-next{
	right: 0;
}
.industry .box2 .r .r-c .btn:hover{
	color: rgba(255, 227, 0, 1);
}
.industry .box2 .r .r-c .swiper-slide .pic{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 304px;
}
.industry .box2 .r .r-c .swiper-slide .pic img{
	display: block;
	max-width: 90%;
	max-height: 90%;
}
.industry .box2 .r .r-c .swiper-slide .text{
	font-size: 17px;
	font-family: GothamRounded;
	font-weight: 500;
	color: #888888;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}
.industry .box3{
	padding: 75px 0 80px;
	background-color: rgba(226, 226, 226, 1);
}
.industry .box3 .box-c{
	margin-top: 35px;
}
.industry .box3 .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-wrap: wrap;
}
.industry .box3 .list li,
.industry .box3 .list i{
	width: 22%;
}
.industry .box3 .list li{
	position: relative;
}
.industry .box3 .list li .text{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 2;
	line-height: 50px;
	background-color: rgb(0,0,0,.3);
	text-align: center;
	font-size: 17px;
	font-family: GothamRounded;
	font-weight: 500;
	color: #FFFFFF;
	text-transform: uppercase;
}
@media (max-width:1199px) {
	.industry .industry-title{
		font-size: 28px;
	}
}
@media (max-width:1024px) {
	.industry .industry-title{
		font-size: 26px;
	}
	.common-bread::before, .industry .box1::before, .industry .box2::before{
		width: 100%;
	}
	.industry .box1 .box-c{
		flex-direction: column-reverse;
	}
	.industry .box1 .box-c .l{
		position: relative;
		width: 100%;
		padding-right: 0;
		margin-top: 40px;
	}
	.industry .box1 .box-c .r, .industry .box2 .r{
		padding-left: 0;
		width: 100%;
	}
	.industry .box1 .l .text-box{
		padding-right: 0px;
	}
	.industry .box2::before{
		display: none;
	}
	.industry .box2 .box-c{
		flex-direction: column;
	}
	.industry .box2 .l{
		padding-right: 0;
		width: 100%;
	}
	.industry .box2 .l .text-des{
		margin-top: 10px;
	}
	.industry .box2 .l .text-box:not(:last-child){
		margin-bottom: 20px;
	}
	.industry .box2 .r{
		margin-top: 40px;
	}
	.industry .box1{
		padding-bottom: 60px;
	}
	.industry .box2,.industry .box3{
		padding: 60px 0;
	}
	.industry .box3 .box-c{
		margin-top: 0;
	}
	.industry .box3 .list li{
		margin-top: 40px;
	}
	.industry .box3 .list li, .industry .box3 .list i{
		width: 48%;
		
	}
}
@media (max-width:768px) {
	.industry .industry-title{
		font-size: 24px;
	}
	.industry .box1{
		padding-bottom: 50px;
	}
	.industry .box2,.industry .box3{
		padding: 50px 0;
	}
	.industry .box1 .r-b .btn{
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
}
@media (max-width: 500px) {
	.industry .industry-title{
		font-size: 22px;
	}
	.industry .box1{
		padding-bottom: 40px;
	}
	.industry .box2,.industry .box3{
		padding: 40px 0;
	}
	.industry .box3 .list li .text{
		font-size: 14px;
	}
	.industry .box3 .list li, .industry .box3 .list i{
		width: 100%;
		
	}
	.industry .box2 .r{
		margin-top: 30px;
	}
	.industry .box2 .r .r-c{
		margin-top: 25px;
	}
}