#sec_box>div{
	padding: 80px 0
}
#sec1{
	background: #f5f5f5
}
#sec1 .list{
	margin-top: 50px;
	font-size: 0
}
#sec1 .list>li{
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	background: #fff;
	width: 24.25%;
	margin-right: 1%;
	margin-bottom: 1%;
	text-align: center;
	padding: 25px;
	box-sizing: border-box
}
#sec1 .list>li:nth-child(4n){
	margin-right: 0
}
#sec1 .list>li .s_title{
	line-height: 1.4;
	margin-top: 20px;
}
#sec1 .list>li .images{
	height: 75px;
	line-height: 75px;
}
#sec1 .list>li .images img{
	vertical-align: middle;
	max-height: 75px
}
#sec2{
	background: #002a81;
	color: #fff
}
#sec_box #sec2 .tit{
	color: #fff
}
#sec2 .list{
	font-size: 0;
	margin-top: 50px;
}
#sec2 .list>li{
	vertical-align: top;
	font-size: 18px;
	width: 23.5%;
	margin-right: 2%;
	display: inline-block;
}
#sec2 .list>li .title{
	padding: 15px;
	background: #001a51;
	position: relative
}
#sec2 .list>li .title::after{
	display: block;
	content: '>';
	position: absolute;
	right: 15px;
	top: 7px;
	font-size: 30px;
	transition: all .5s
}
#sec2 .list>li:hover .title::after{
	right: 20px
}
#sec2 .list>li .images{
	overflow: hidden
}
#sec2 .list>li .images img{
	width: 100%;
	transition: all .5s
}
#sec2 .list>li:hover .images img{
	transform: scale(1.1)
}
#sec2 .list>li:last-child{
	margin-right: 0
}
#sec3 .list{
	margin-top: 30px;
	font-size: 0
}
#sec3 .list>li{
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	width: 19.2%;
	margin-right: 1%;
	background: #f5f5f5;
	text-align: center
}
#sec3 .list>li:last-child{
	margin-right: 0
}
#sec3 .list>li .title{
	background: #002a81;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 15px
}
#sec3 .list>li .con_box{
	height: 129px;
	position: relative
}
#sec3 .list>li .con_box img{
	height: 100%
}
#sec3 .list>li .con_box p{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.6
}
#sec3 .db_list{
	margin-top: 50px
}
#sec3 .swiper-slide{
	width: 360px
}
#sec4{
	background: #f5f5f5
}
#sec4 .step_list{
	margin-top: 50px;
}
#sec4 .step_list .left{
	float: left;
	position: relative;
	padding-right: 130px;
	margin-top: 30px
}
#sec4 .step_list .left::after{
	display: inline-block;
	content: '';
	width: 85px;
	height: 64px;
	background: url(../images/business/arrow1.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}
#sec4 .step_list .left .title{
	color: #fff;
	font-size: 20px;
	padding: 15px 25px;
	border-radius: 10px;
	background: #4e6bc8;
	text-align: center;
	margin-bottom: 25px;
}
#sec4 .step_list .left .title2{
	background: #3b81c3
}
#sec4 .step_list .left .title3{
	background: #4dafc7
}
#sec4 .step_list .right{
	float: right;
	margin-top: 15px
}
#sec4 .step_list .center::after{
	display: inline-block;
	content: '';
	width: 85px;
	height: 64px;
	background: url(../images/business/arrow2.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}
#sec4 .step_list .center{
	float: left;
	padding-right: 130px;
	position: relative;
	margin-left: 50px
}
#sec4 .step_list .center .area{
	width: 280px;
	height: 280px;
	line-height: 280px;
	border-radius: 50%;
	background: #002a81;
	text-align: center;
	margin: 0 auto;
	box-shadow: 4px 4px 8px rgb(0, 0, 0, .5)
}
#sec4 .step_list .center .area img{
	vertical-align: middle
}

#sec5 table{
	margin-top: 50px;
	width: 100%
}
#sec5 table thead th{
	background: #002a81;
	color: #fff;
	border-radius: 10px 10px 0 0;
	padding: 15px;
	border-right: 1px solid #fff;
	font-weight: 600;
	text-align: center
}
#sec5 table thead th:last-child{
	border-right: 0 none
}
#sec5 table tbody tr{
	border-bottom: 1px solid #ddd
}
#sec5 table tbody th{
	background: #f5f5f5;
	vertical-align: middle;
	width: 160px;
	text-align: center
}
#sec5 table tbody td{
	padding: 15px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #ddd;
	border-width: 0 1px 0 1px;
	line-height: 1.6
}
#sec5 table tbody td span{
	color: #666
}
#sec5 table tbody td .area_box>div{
	display: inline-block;
	vertical-align: middle
}
#sec5 table tbody td .area_box .left{
	color: #002a81;
	font-weight: 600;
	font-size: 16px;
}
#sec5 table tbody td .area_box .right{
	text-align: left;
	width: calc(100% - 350px);
	padding-left: 50px;
	font-size: 0
}
#sec5 table tbody td .area_box .right p{
	display: inline-block;
	vertical-align: top;
	padding-left: 12px;
	position: relative;
	width: 48%;
	margin-right: 4%;
	font-size: 14px;
	box-sizing: border-box;
	line-height: 2
}
#sec5 table tbody td .area_box .right p:nth-child(2n){
	margin-right: 0
}
#sec5 table tbody td .area_box .right p::before{
	display: inline-block;
	content: '';
	width: 6px;
	height: 6px;
	background: #002a81;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
}
#sec5 table tbody td a{
	text-decoration:underline;
	cursor: text;
}
#sec5 >.area_box{
	margin-top: 30px;
	font-size: 0
}
#sec5 >.area_box>div{
	display: inline-block;
	width: 49%;
	margin-right: 2%;
	vertical-align: top
}
#sec5 >.area_box>div img{
	width: 100%
}
#sec5 >.area_box .right{
	margin-right: 0
}
#sec5 >.area_box .title{
	background: #002a81;
	color: #fff;
	padding: 5px 20px;
	border-radius: 50px;
	display: inline-block;
	font-size: 16px
}
#sec5 >.area_box .images{
	margin-top: 10px
}
.modal-header{
	min-height: 0;
	padding: 0;
	border: 0 none
}
.modal-title{
	font-size: 26px;
	font-weight: 600
}
.modal-content{
	border-radius: 0;
	padding: 30px;
}
.modal-dialog{
	max-width: 760px;
	width: 90%;
	margin: 0 auto
}
.modal-body{
	padding: 0;
	margin-top: 20px;
}
.modal-body img{
	width: 100%
}
.close{
	font-size: 40px;
}


@media screen and (max-width: 1200px) {

	#sec1 .list>li .images img{
		max-width: 100%
	}
	#sec3 .list{
		text-align: center
	}
	#sec3 .list>li{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%
	}
	#sec3 .list>li:nth-child(3),
	#sec3 .list>li:last-child{
		margin-right: 0
	}
	#sec3 .list>li .con_box{
		height: auto
	}
	#sec3 .list>li .con_box img{
		height: auto;
		width: 100%
	}
	#sec3 .list>li .con_box p{
		position: static;
		transform: none;
		padding: 25px 0
	}
	#sec4 .step_list>div{
		float: none !important;
		width: 100%;
		padding: 0 !important
	}
	#sec4 .step_list .left{
		font-size: 0;
		text-align: center;
		padding-bottom: 140px
	}
	#sec4 .step_list .left .title{
		display: inline-block;
		width: 120px;
		margin: 0 10px
	}
	#sec4 .step_list .left::after,
	#sec4 .step_list .center::after{
		transform: rotate(90deg);
		top: 80px;
		left: 44%
	}
	#sec4 .step_list .center{
		margin: 0;
		margin-top: 120px
	}
	#sec4 .step_list .right{
		text-align: center;
		margin-top: 120px
	}
	#sec4 .step_list .right img{
		max-width: 490px;
		width: 100%
	}
	#sec4 .step_list .center::after{
		top: auto;
		bottom: -35%
	}
	#sec5 table tbody td .area_box>div{
		display: block;
		width: 100% !important;
		text-align: left !Important
	}
	#sec5 table tbody td .area_box .right{
		padding-left: 0;
	}
	#sec4 .step_list .left::after,
	#sec4 .step_list .center::after{
		left: 40%
	}

}


@media screen and (max-width: 768px) {

	#sec1 .list>li{
		width: 49%;
		margin-right: 2% !important
	}
	#sec1 .list>li:nth-child(2n){
		margin-right: 0 !important
	}
	#sec2 .list>li{
		width: 49%;
		margin-bottom: 2%
	}
	#sec2 .list>li:nth-child(2n){
		margin-right: 0
	}
	#sec5 >.area_box>div{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px
	}
	#sec5 table tbody td .area_box .right p{
		display: block;
		width: 100%;
		margin-right: 0
	}
	#sec3 .list>li:nth-child(4),
	#sec3 .list>li:last-child{
		width: 49%
	}
	#sec3 .list>li .title{
		font-size: 14px
	}
	#sec5 table tbody th{
		width: 80px
	}
	#sec3 .list>li .con_box p{
		font-size: 12px;
		letter-spacing: -.5px;
		word-break: keep-all
	}
	#sec3 .list>li .con_box p br{
		display: none
	}
	#sec3 .swiper-slide{
		width: 300px
	}
	#sec3 .swiper-slide img{
		width: 100%
	}

}

@media screen and (max-width: 480px) {
	
	#sec1 .list>li .s_title{
		font-size: 12px;
		margin-top: 10px
	}
	#sec2 .list>li{
		width: 100%;
		margin-right: 0
	}
	#sec3 .list>li{
		display: block;
		width: 100% !important;
		margin-right: 0
	}
	#sec4 .step_list .left .title{
		margin: 0 5px;
		width: 80px;
		font-size: 14px;
		padding: 15px 0
	}
	#sec4 .step_list .left::after,
	#sec4 .step_list .center::after{
		width: 45px;
		height: 30px;
		left: 43%
	}
	#sec4 .step_list .center .area{
		width: 240px;
		height: 240px;
		line-height: 240px
	}
	#sec4 .step_list .center .area img{
		width: 70%
	}
	#sec4 .step_list .right,
	#sec4 .step_list .center{
		margin-top: 100px
	}
	#sec5 table,
	#sec5 table tbody td .area_box .left,
	#sec5 >.area_box .title{
		font-size: 14px
	}
	#sec5 table tbody td .area_box .right p{
		font-size: 12px;
		word-break: keep-all;
		line-height: 1.2
	}
	#sec5 table tbody td .area_box .right p::before{
		top: 4px;
		width: 3px;
		height: 3px
	}
	#sec5 table{
		margin-top: 30px
	}
	#sec4 .step_list{
		margin-top: 0
	}
	#sec5 table thead th{
		word-break: keep-all;
		letter-spacing: -.5px
	}
}