/*for AP page*/
.blue_table{
	table-layout: fixed;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #0078C1;
	margin-top: 30px;
	background: #fff;
}
.blue_table tr th{
	background: #2A83C7;
	height: 50px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	line-height: 1.5;
}
.blue_table tr td{
	height: 50px;
	font-size: 14px;
	text-align: center;
}
.blue_table tr td.td_head{
	background: #E8F1FA;
	color: #4683C1;
	font-size: 16px;
}
.blue_table tr td.sp{
	background: #eee;
}
.black_title.white_title{
	margin-top: 30px;
	color: #fff;
	border-color: #fff;
}
.black_title.white_title span{
    background:#fff;
}
.black_subtitle{
	padding: 10px 0 30px;
	color: #666;
}
.columnar{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.columnar_info{
	text-align: center;
	color: #666;
	line-height: 30px;
}
.pk_con{
	margin-bottom:50px;
}
.pk_con_item{
	width: 47%;
	height: 150px;
    position:relative;
    margin-top:20px;
}
.pk_con_item.pk_left{
    float: left;
	background:#006699;
}
.pk_con_item.pk_left .sanjiao_right{
    position:absolute;
    right:-80px;
    height:150px;
    top:0;
    width:80px;
    background:url(../../images/sanjiao_2.png) no-repeat center;
}
.pk_con_item.pk_right{
    margin-top:50px;
    float: right;
	background:#FFBB32;
}
.pk_con_item.pk_right .sanjiao_left{
    position:absolute;
    left:-80px;
    height:150px;
    top:0;;
    width:80px;
    background:url(../../images/sanjiao_1.png) no-repeat center;
}
.pk_con_item dl{
	width: 500px;
	padding: 30px 0 0;
	color: #fff;
	text-align: center;
}
.pk_con_item.pk_left dl{
	float: right;
}
.pk_con_item.pk_right dl{
	color:#333333;
}
.pk_con_item dl dt{
	font-size: 16px;
	font-weight: bold;
    margin: 0 auto 10px;
}
.pk_con_item dl dt span{
    width: 20px;
    height:2px;
    background:#fff;
    display:block;
    margin: 10px auto;
}

.change_bg{
	height: 705px;
}
.change_txt{
	margin-top: 14px;
	color: #fff;
}
.change_table{
	display: block;
	margin-top: 20px;
	width: 100%;
}
.sp_box{
	padding: 30px 0 50px;
}
.black_subtitle2{
	margin-top: 14px;
}
.book_flex{
    width:100%;
	margin-top: 10px;
}
.book_item{
	width:235px;
    float:left;
	margin-right: 20px;
    margin-top:20px;
}
.book_item:nth-child(4n){
	margin-right: 0;
}
.book_item img{
	display: block;
	/*width: 100%;*/
	height: auto;
}
.kc_service_flex{
	margin-top: 25px;
}
.kc_service_half{
	width: 50%;
	float: left;
	display: flex;
}
.kc_service_item{
	flex: 1;
	height: 135px;
	background: #fff;
}
.kc_service_item.no_txt{
	background:#fff url(../../images/add_ico.png) no-repeat center;
    background-size: 30px;
}
.kc_service_item.blue_bg{
	background: #EBF2FA;
}
.sat_ico{
	display: block;
	width: 32px;
	height: 29px;
	margin: 30px auto 10px;
	background-image: url(../../images/sat_ico.png);
	background-repeat: no-repeat;
}
.sat_ico.s1{
	background-position: 0 0;
}
.sat_ico.s2{
	background-position: 0 -29px;
}
.sat_ico.s3{
	background-position: 0 -58px;
}
.sat_ico.s4{
	background-position: 0 -87px;
}
.sat_ico.s5{
	background-position: 0 -116px;
}
.sat_ico.s6{
	background-position: 0 -145px;
}
.sat_ico.s7{
	background-position: 0 -174px;
}
.sat_ico.s8{
	background-position: 0 -203px;
}
.sat_ico.s9{
	background-position: 0 -232px;
}
.sat_ico.s10{
	background-position: 0 -261px;
}
.sat_ico.s11{
	background-position: 0 -290px;
}
.kc_service_item p{
	text-align: center;
}
.kc_table{
	display: block;
	width: 1000px;
	height: auto;
}
.kc_table_head{
	border: 1px solid #cdcdcd;
	border-bottom: none;
	background: #F2F2F2;
	text-align: center;
	line-height: 58px;
	font-size: 16px;
}

#level_high{
    display:none;
}
@media (max-width: 1023px){
	.blue_table{
		margin-top: 20px;
	}
	.blue_table tr td,.blue_table tr th{
		font-size: 12px;
		padding: 0 5px;
	}
	.blue_table tr td.td_head{
		font-size: 12px;
	}

}
@media (min-width: 768px) and (max-width: 1023px){
    .pk_con_item{
        width:45%;
    }
	.pk_con_item dl{
		width: 100%;
	}
	.change_bg{
		height: auto;
		padding-bottom: 30px;
		background-size: auto 100%;
	}
	.book_item{
        width:23.5%;
		margin-right: 2%;
	}
}
@media (max-width: 767px){
	.pk_con_item.pk_left .sanjiao_right{
        display:none;
    }
    .pk_con_item.pk_right{
        margin-top: 20px;
    }
    .pk_con{
        margin-bottom: 30px;
    }
	.columnar{
		width: 200%;
	}
	.black_subtitle{
		padding: 10px 0;
	}
	.pk_con_item{
		float: none;
		width: 100%;
		padding: 15px 0;
		height: auto;
	}
	.pk_con_item.pk_left dl{
		float: none;
	}
	.pk_con_item dl{
		width: 100%;
		padding: 0;
	}
	.pk_con_item dl dt{
		font-size: 14px;
		margin: 0 0 5px;
	}
	.black_title.white_title{
		margin-top: 20px;
	}
	.change_table{
		width: 200%;
	}
	.change_bg{
		height: 540px;
	}
	.sp_box{
		padding: 10px 0 20px;
	}
	.book_flex{
		margin-top: 20px;
	}
	.book_item{
		flex: none;
		width: 48%;
		margin-right: 4%;
	}
	.book_item:nth-child(even){
		margin-right: 0;
	}
	.kc_service_half{
		width: 100%;
		float: none;
	}
	.kc_service_item.bg2{
		background: #EBF2FA;
	}
	.kc_service_item.bg1{
		background: #fff;
	}
	.kc_service_item{
		height: 115px;
	}
	.sat_ico{
		margin: 20px auto 10px;
	}
	.kc_service_item.no_txt{
		background: #EBF2FA url(../../images/add_ico_blue.png) no-repeat center;
    	background-size: 30px;
	}
}

@media (min-width: 768px) and (max-width: 1024px){
	
}
@media (min-width: 480px) and (max-width: 768px){
	
}
@media (max-width: 480px){
	
}

