/*for AP page*/
.camp_intr_flex{
	margin-top: 40px;
	display: flex;
}
.camp_intr_item{
	flex: 1;
	position: relative;
	margin-right: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	border:1px solid transparent;
}
.camp_intr_item:last-child{
	margin-right: 0;
}
.camp_intr_item.red_border{
	border-color: #FF5B5C;
}
.camp_intr_item.green_border{
	border-color: #7d9ee8;
}
.camp_intr_item.yellow_border{
	border-color: #FEA213;
}
.camp_intr_item img{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -20px;
}
.camp_intr_item_txt{
	padding: 30px 20px 0;
	color: #666;
}
.target_flex{
	margin-top: 26px;
	display: flex;
}
.target_item{
	flex: 1;
	width: 285px;
	height: 237px;
	margin-right: 20px;
	position: relative;
	box-sizing: border-box;
	padding: 20px 20px 0 30px;
	color: #fff;
}
.target_item:last-child{
	margin-right: 0;
}
.target_item span.white_line{
	display: block;
	width: 48px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 30px;
	bottom: 30px;
}
.target_item.ti1{
	background: #00A8CF;
}
.target_item.ti2{
	background: #FFA015;
}
.target_item.ti3{
	background: #759EEE;
}
.target_item.ti4{
	background: #FF5B5C;
}
.target_item h4{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.target_item p{
	line-height: 1.5;
}
.wamp_pbl_box{
	margin-top: 30px;
}
.wamp_pbl_left{
	float: left;
	width: 670px;
}
.wamp_pbl{
	width: 535px;
	height: 231px;
	background: url(../../images/camp_pbl.png) no-repeat 0 0;
	margin: 0 auto;
	position: relative;
}
.wamp_pbl span{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	line-height: 18px;
}
.wamp_pbl span.ws1{
	width: 173px;
	left: 79px;
	top: 140px;
}
.wamp_pbl span.ws2{
	width: 150px;
	left: 0;
	top: 50px;
}
.wamp_pbl span.ws3{
	width: 175px;
	left: 178px;
	top: 50px;
}
.wamp_pbl span.ws4{
	width: 176px;
	left: 279px;
	top: 148px;
}
.wamp_pbl_left img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.wamp_pbl_right{
	float: right;
	position: relative;
	width: 240px;
	height: 234px;
	background: #006699;
}
.wamp_pbl_arr{
	display: block;
	width:0;
    height:0;
    border-width:20px;
    border-style: dashed solid solid dashed;
    border-color: transparent #006699 #006699 transparent;
    position: absolute;
    bottom: 0;
    left: -40px;
}
.right_dl{
	padding: 40px 30px 0;
	color: #fff;
	text-align: center;
}
.right_dl dt{
	font-size: 16px;
	line-height: 2;
	margin-bottom: 20px;
}
.right_dl dt span.white_line{
	display: block;
	height: 1px;
	width: 30px;
	background: #fff;
	margin: 10px auto 0;
}
.right_dl dd{
	
}
.swiper_box{
	margin-top: 50px;
}
.swiper_blue_bg{
	background: #006699;
	height: 320px;
}
.swiper_content{
	margin-top: -320px;
	z-index: 1;
	padding-top: 50px;
}
.swiper_content h4{
	font-size: 16px;
	line-height: 1;
	color: #fff;
}
.swiper_content h4 span{
    display:block;
    width: 3px;
    height: 14px;
    background:#fff;
    float:left;
    margin: 1px 10px 0 0;
}
.swiper_content h4 img{
	vertical-align: middle;
	margin: 0 10px;
    width: 40px;
}
.s_bg{
	width: 800px;
	height: 545px;
	margin: 30px auto 0;
	box-sizing: border-box;
	padding: 50px 20px 0;
	position: relative;
	background: url(../../images/pc_bg.png) no-repeat 0 0;
    background-size: 100% auto;
}
.swiper_img{
	display: block;
	width: 100%;
	height: auto;
}
.swiper-button-prev, .swiper-button-next{
	width: 50px;
	height: 50px;
	background-size: 100%;
}
.swiper-button-next{
	background-image: url(../../images/next_btn.png);
	right: -100px;
}
.swiper-button-prev{
	background-image: url(../../images/prev_btn.png);
	left: -100px;
}
.swiper-pagination{
	width: 100%;
	left: 0;
	bottom: -30px;
}
.swiper-pagination-bullet{
	width: 50px;
	height: 4px;
	border-radius: 2px;
	background: #DCDCDC;
	opacity: 1;
	margin: 0 10px;
}
.swiper-pagination-bullet-active{
	background: #006699;
}
.swaper_img_info{
	width: 100%;
	padding-top: 10px;
	height: 68px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
}
.swaper_img_info h4{
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}
.swaper_img_info p{
	line-height: 24px;
	font-size: 12px;
}
.camp_elite{
	margin-top: 70px;
	height: 445px;
	background: url(../../images/camp_elite_bg.png) no-repeat center 0;
}
.elite_info{
	margin-top: 30px;
	font-size: 16px;
	color: #fff;
}
.elite_info_img{
	display: flex;
	height: 206px;
	margin: 25px auto 0;
}
.elite_info_img_item{
	flex: 1;
	padding-top: 128px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	background: #fff;
	position: relative;
	box-shadow: 6px 0 12px rgba(0,0,0,0.1);
}
.elite_info_img_item img.white_arr{
	display: block;
	width: 37px;
	position: absolute;
	right: -37px;
	top: 50%;
	transform: translate(0,-50%);
}
.elite_info_img_item img.camp_elite_ico{
	display: block;
	width: 75px;
	height: auto;
	position: absolute;
	top: 44px;
	left: 50%;
	transform: translate(-50%, 0);
}
.elite_info_img_item.index1{
	z-index: 4;
}
.elite_info_img_item.index2{
	z-index: 3;
}
.elite_info_img_item.index3{
	z-index: 2;
}
.elite_info_img_item.index4{
	z-index: 1;
}
.safe_flex{
	display: flex;
	margin-top: 30px;
}
.safe_item{
	flex: 1;
	padding-bottom: 30px;
	margin-right: 20px;
	background: #fff;
	box-shadow: 6px 6px 18px rgba(0,0,0,0.06);
}
.safe_item:last-child{
	margin-right: 0;
}
.safe_item_con{
	padding: 10px 25px 0; 
}
.safe_item_ico{
	height: 70px;
}
.safe_item_ico.s1{
	background: url(../../images/safe_item_1.png) no-repeat center;
    background-size: 35px auto;
}
.safe_item_ico.s2{
	background: url(../../images/safe_item_2.png) no-repeat center;
    background-size: 32px auto;
}
.safe_item_ico.s3{
	background: url(../../images/safe_item_3.png) no-repeat center;
    background-size: 32px auto;
}
.safe_item_ico.s4{
	background: url(../../images/safe_item_4.png) no-repeat center;
    background-size: 32px auto;
}
.safe_item dl{
	
}
.safe_item dl dt{
	font-size: 16px;
	font-weight: bold;
	color: #006699;
    text-align: center;
}
.safe_item dl dd{
	margin-top: 10px;
}
.camp_service_flex{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.ser_item{
	width: 50%;
	position: relative;
}
.ser_item img{
	display: block;
	width: 100%;
	height: auto;
}
.ser_item_txt{
	position: absolute;
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
	left: 0;
	top: 50%;
	transform:translate(0,-50%);
}
.ser_item_txt h4{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ser_item_txt p{
	line-height: 1.3;
}






@media (max-width: 1023px){


}

@media (min-width: 768px) and (max-width: 1023px){
	.target_flex{
		margin-top: 20px;
	}
	.camp_intr_item{
		margin-right: 10px;
	}
	.target_item{
		padding: 20px 15px 0;
		margin-right: 10px;
	}
	.target_item h4{
		font-size: 14px;
	}
	.wamp_pbl_left{
		width:535px;
	}
	.wamp_pbl{
		width: 100%;
	}
	.wamp_pbl_right{
		width: 180px;
	}
	.wamp_pbl_arr{
		border-width: 10px;
		left: -20px;
	}
	.s_bg{
		width: 100%;
		height: 500px;
	}
	.elite_info{
		margin-top: 20px;
		font-size: 14px;
	}
	.swiper-button-prev, .swiper-button-next{
		display: none;
	}
	.safe_item{
		margin-right: 10px;
	}
	.target_item span.white_line{
		left: 15px;
	}
}
@media (max-width: 767px){
	.s_bg{
		width: 100%;
		margin: 20px auto 0;
		padding: 0;
		background: transparent;
		height: auto;
		box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	}
	.swiper-pagination-bullet{
		width: 20px;
		height: 2px;
		border-radius: 1px;
		margin: 0 3px;
	}
	.swaper_img_info{
		height: auto;
		padding: 5px 10px;
		box-sizing: border-box;
	}
	.swaper_img_info h4{
		font-size: 14px;
		line-height: 20px;
	}
	.swaper_img_info p{
		line-height: 18px;
	}
	.swiper-button-prev, .swiper-button-next{
		display: none;
	}
	.camp_intr_flex{
		margin: 20px 0 0 10px;
		flex-wrap: wrap;
	}
	.camp_intr_item{
		flex: none;
		width: 100%;
		margin: 0 0 10px;
		padding-bottom: 10px;
		min-height: 76px;
	}
	.camp_intr_item img{
		left: 0;
		top: 50%;
		transform: translate(0, -50%);
	}
	.camp_intr_item_txt{
		padding: 10px 10px 0 30px;
	}
	.target_flex{
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.target_item{
		flex: none;
		width: 48%;
		margin:0 4% 10px 0;
		padding: 20px 10px;
		height: auto;
	}
	.target_item:nth-child(even){
		margin-right: 0;
	}
	.target_item h4{
		font-size: 14px;
	}
	.target_item span.white_line{
		display: none;
		left: 10px;
	}
	.wamp_pbl_left{
		float: none;
		width: 100%;
	}
	.wamp_pbl{
		width: 100%;
		height: auto;
		display: flex;
		background: none;
	}
	.wamp_pbl span{
		flex: 1;
		position: initial;
		margin-right: 10px;
		font-size: 12px;
		font-weight: normal;
		padding: 10px 5px;
	}
	.wamp_pbl span:last-child{
		margin-right: 0;
	}
	.wamp_pbl span.ws1{
		background: #137EB8;
	}
	.wamp_pbl span.ws2{
		background: #02B7DE;
	}
	.wamp_pbl span.ws3{
		background: #009CEA;
	}
	.wamp_pbl span.ws4{
		background: #0366C3;
	}
	.wamp_pbl_right{
		width: 100%;
		float: none;
		height: auto;
		margin-top: 20px;
	}
	.right_dl{
		padding: 20px 10px;
	}
	.right_dl dt{
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.wamp_pbl_arr{
		border-width: 10px;
		border-style: dashed dashed solid dashed;
    	border-color: transparent transparent #006699 transparent;
    	left: 50%;
    	margin-left: -10px;
    	top: -20px;
	}
	.swiper_box{
		margin-top: 30px;
	}
	.swiper_content{
		margin-top: -240px;
		padding-top: 30px;
	}
	.swiper_content h4{
		font-size: 14px;
		line-height: 1.5;
	}
	.swiper_content h4 span{
		height: 12px;
		margin: 5px 5px 0 0;
	}
	.swiper_blue_bg{
		height: 240px;
	}
	.swiper_content h4 img{
		width: 20px;
		margin: 0 5px;
	}
	.camp_elite{
		padding-bottom: 30px;
		height: auto;
		background-size: auto 100%;
	}
	.elite_info{
		margin-top: 20px;
		font-size: 12px;
	}
	.elite_info_img{
		height: auto;
		margin: 20px auto 0;
	}
	.elite_info_img_item{
		padding: 80px 0 20px;
		font-size: 14px;
	}
	.elite_info_img_item img.camp_elite_ico{
		width: 40px;
		top: 24px;
	}
	.elite_info_img_item img.white_arr{
		width: 20px;
		right: -20px;
	}
	.safe_flex{
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.safe_item{
		flex: none;
		width: 48%;
		margin:0 4% 10px 0;
		box-shadow: 6px 6px 18px rgba(0,0,0,0.06);
		padding-bottom: 20px;
	}
	.safe_item:nth-child(even){
		margin-right: 0;
	}
	.safe_item_con{
		padding: 10px 15px 0;
	}
	.safe_item_ico{
		height: 50px;
	}
	.safe_item_ico.s1{
		background-size: 30px auto;
	}
	.safe_item_ico.s2{
		background-size: 28px auto;
	}
	.safe_item_ico.s3{
		background-size: 28px auto;
	}
	.safe_item_ico.s4{
		background-size: 28px auto;
	}
	.safe_item dl dt{
		font-size: 14px;
	}
	.ser_item_txt{
		padding: 0 15px;
	}
	.ser_item_txt h4{
		font-size: 14px;
		margin-bottom: 5px;
	}
}

