/*for AP page*/
.ability_four{
	margin: 30px 0 0 0;
    display: flex;
}
.four_item{
	flex: 1;
	padding-bottom: 14px;
	background: #fff;
	margin-left: 20px;
    box-shadow:0px 3px 5px 2px rgba(99,99,99,0.04);
    padding: 34px;
}
.four_item img{
    display:block;
    margin: 0 auto;
}
.four_item:first-child{
    margin-left: 0;
}
.four_item span.four_ico{
	display: block;
	width: 40px;
	height: 40px;
	margin: 14px auto 0;
	border: 6px solid rgba(117,175,247,0.1);
	border-radius: 100%;
}
.four_item span.four_ico em{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.four_item span.four_ico em.em1{
	background:rgba(117,175,247,0.25) url(../../images/ability_four_ico1.png) no-repeat center;
    background-size: 40% auto;
}
.four_item span.four_ico em.em2{
	background:rgba(117,175,247,0.25) url(../../images/ability_four_ico2.png) no-repeat center;
    background-size: 30% auto;
}
.four_item span.four_ico em.em3{
	background:rgba(117,175,247,0.25) url(../../images/ability_four_ico3.png) no-repeat center;
    background-size: 40% auto;
}
.four_item span.four_ico em.em4{
	background:rgba(117,175,247,0.25) url(../../images/ability_four_ico4.png) no-repeat center;
    background-size: 40% auto;
}
.four_item h4{
	text-align: center;
	margin-top: 15px;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
}
.four_item h4.pt1{
    padding-top: 13px;
}
.four_item h4.pt2{
    padding-top: 12px;
}
.four_item h4 span.c1{
	color: #EE804D;
}
.four_item h4 span.c2{
	color: #F4B43F;
}
.four_item h4 span.c3{
	color: #79A6F9;
}
.four_item_txt{
	margin-top: 5px;
	line-height: 20px;
    color:#666;
	text-align: center;
}
.ability_4c{
	display: block;
    width:100%;
	margin-top: 30px;
}
.ability_table_box{
	margin: 20px auto 0;
	overflow-x: auto;
}
.ability_table{
	display: block;
    width:100%;
}
.ability_book_box{
	display:flex;
	margin: 30px 0 0 0;
}
.ability_book_box.sd{
    margin-top: 10px;
}
.ability_book_item{
    flex:1;
    margin-left: 20px;
}
.ability_book_item_con{
	display: flex;
}
.ability_book_item_item{
	flex: 1;
	margin-left: 20px;
}
.ability_book_item:first-child,.ability_book_item_item:first-child{
    margin-left: 0;
}
.ability_book_item_item img{
    display:block;
    width: 100%;
    height: auto;
}
.ability_book_info{
	min-height: 128px;
	background: #006699;
	box-sizing: border-box;
	padding: 35px 25px 0;
	color: #fff;
	margin: 10px 0 0;
	line-height: 1.5;
}
.ability_book_info:first-child{
    margin-left: 0;
}
.ap_want.teacher_box{
	margin-top: 30px;
}
.ap_want.teacher_box2{
	margin-top: 30px;
}
.swiper_blue_bg.swiper_blue_bg1{
	height: 380px;
}
.swiper_box.swiper_box1{
	margin-top: 0;
}
.swiper_content1{
	margin-top: -380px;
	z-index: 1;
}
.s_bg.s_bg1{
	margin-top: 10px;
}
.title p.title_step{
	margin-top: 10px;
	font-size: 12px;
}
.title p.title_step span.cur{
	font-size: 16px;
	font-weight: bold;
    color: #F58B1D;
}
.study_path_bg{
	background: url(./images/study_path_bg.jpg) no-repeat center top;
    background-size: 
}
.condition_box{
	margin: 30px 0;
	padding: 30px 0;
	background: #fff;
    box-shadow: 0 12px 18px rgba(0,35,73,0.05);
}
.condition_box h4{
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 1;
	padding-bottom: 10px;
}
.condition_box h4 span{
	margin: 0 15px;
	color: #333;
    font-weight:bold;
}
.condition_title{
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
.condition_con{
	text-align: center;
}
.condition_con a{
	display: inline-block;
	height: 30px;
	width: 78px;
	border: 1px solid #999;
	border-radius: 5px;
	color: #999;
	text-align: center;
	margin: 0 5px;
	line-height: 30px;
}
.condition_con a.unclick{
	background: #ddd;
}
.condition_con a.unclick:hover{
	background: #ddd;
	border: 1px solid #999;
	color: #999;
}
.condition_con a:hover,.condition_con a.cur{
	background: #E8F1FA;
	border-color: #006699;
	color: #006699;
}
.condition_con a.w184{
	width: 184px;
}
.condition_con a.w130{
	width: 130px;
}
.condition_con a.w78{
	width: 78px;
}
.condition_btn{
	display: block;
	width: 800px;
	margin: 30px auto 0;
	line-height: 50px;
	font-size: 14px;
	border-radius: 10px;
	text-align: center;
	background: #006699;
	color: #fff;
}
.condition_btn:hover{
	opacity: 0.8;
	color: #fff;
}
.condition_line{
	height: 40px;
	background: #F8F8F8;
}
.table_head{
	padding: 10px 0;
	background: #006699;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.study_path_table{
	border-top: 3px solid #fff;
	table-layout: fixed;
	width: 1000px;
}
.study_path_table tr th,.study_path_table tr td{
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	text-align: center;
}
.study_path_table tr th:last-child,.study_path_table tr td:last-child{
	border-right: none;
}
.study_path_table tr th{
	height: 30px;
	background: #D3E5F3;
	color: #006699;
}
.study_path_table tr td{
	height: 97px;
	line-height: 1.2;
	padding: 0 20px;
	background: #f7f7f7;
}
.ability_4c_flex{
	display: flex;
	margin-top: 30px;
}
.ability_4c_item{
	flex: 1;
	margin-left: 20px;
	background: #f7f7f7;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}
.ability_4c_item:first-child{
	margin-left: 0;
}
.ability_4c_item.ai1{
	border-color: #E7365C;
}
.ability_4c_item.ai2{
	border-color: #3E7B98;
}
.ability_4c_item.ai3{
	border-color: #F8B600;
}
.ability_4c_item.ai4{
	border-color: #00A4A4;
}
.ability_4c_item_head{
	line-height: 54px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.ability_4c_item.ai1 .ability_4c_item_head{
	background: #E7365C;
}
.ability_4c_item.ai2 .ability_4c_item_head{
	background: #3E7B98;
}
.ability_4c_item.ai3 .ability_4c_item_head{
	background: #F8B600;
}
.ability_4c_item.ai4 .ability_4c_item_head{
	background: #00A4A4;
}
.ability_4c_item_con{
	height: 210px;
	box-sizing: border-box;
	padding-top: 90px;
	background-position:  center 33px;
	background-repeat: no-repeat;
}
.ability_4c_item.ai1 .ability_4c_item_con{
	background-image: url(../../images/ability_4c_01.png);
	background-size: 38px;
}
.ability_4c_item.ai2 .ability_4c_item_con{
	background-image: url(../../images/ability_4c_02.png);
	background-size: 38px;
}
.ability_4c_item.ai3 .ability_4c_item_con{
	background-image: url(../../images/ability_4c_03.png);
	background-size: 38px;
}
.ability_4c_item.ai4 .ability_4c_item_con{
	background-image: url(../../images/ability_4c_04.png);
	background-size: 38px;
}
.ability_4c_title{
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
}
.ability_4c_item.ai1 .ability_4c_title{
	color: #E7365C;
}
.ability_4c_item.ai2 .ability_4c_title{
	color: #3E7B98;
}
.ability_4c_item.ai3 .ability_4c_title{
	color: #F8B600;
}
.ability_4c_item.ai4 .ability_4c_title{
	color: #00A4A4;
}
.ability_4c_txt{
	text-align: center;
	margin-top: 20px;
}
.table_box{
	width: 100%;
	overflow-y: auto;
}

.ability_teacher_box{
	flex-wrap: wrap;
}
.ability_teacher_item{
	flex: none;
	width: 320px;
	margin-bottom: 20px;
}
.ability_teacher_item:nth-child(3n){
	margin-right: 0;
}
.ability_5c_containner{
    background:linear-gradient(90deg,rgba(0,102,153,1) 31%,rgba(25,142,163,1) 100%);
}
.ability_5c_flex{
    padding-top: 26px;
}
.ability_5c_items{
    margin-top: 20px;
    display: flex;
}
.ability_5c_items:first-child{
    margin-top: 0;
}
.ability_5c_item{
    display: flex;
    flex: 1;
    margin-left: 20px;
    background:#fff;
}
.ability_5c_item:first-child{
    margin-left: 0;
}
.ability_5c_item_box{
    flex: 1;
    position: relative;
}
.ability_5c_item_box img.ability_classroom_img{
    display:block;
    width: 100%;
    height: auto;
}
.box_center{
    width: 80%;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
}
.box_center img{
    display: block;
    margin: 0 auto;
}
.box_center h4{
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    padding: 10px 0;
}
.jiaocai_box{
    background:#E5F1FE;
    position: relative;
}
.jiaocai_box_bg{
    position: absolute;
    width: 50%;
    height: 210px;
    left: 0;
    top: 160px;
    background:linear-gradient(90deg,rgba(50,118,187,.1) 0%,rgba(50,118,187,0) 100%);
}
.jiaocai_box_bg2{
    position: absolute;
    width: 50%;
    height: 210px;
    right: 0;
    bottom: 30px;
    background:linear-gradient(90deg,rgba(50,118,187,0) 0%,rgba(50,118,187,.1) 100%);
}
.jiaocai_con{
    margin-top: 25px;
}
.jiaocai_item{
    width: 490px;
    float: left;
    margin-left: 20px;
    background:#fff;
}
.jiaocai_item  .jiaocai_book{
    width:100%;
    display:flex;
}
.jiaocai_book .jb_item{
    flex:1;
    width:48%;
    margin-right:2%;
}
.jiaocai_book .jb_item img{
    display:block;
    width: 100%;
    height: auto;
    
}
.jiaocai_book  .jb_item:last-child{
    margin-right: 0;
}
.jiaocai_item:first-child{
    margin-left: 0;
}
.jiaocai_item_font{
    padding: 20px 20px 40px;
    font-size: 16px;
    line-height: 24px;
    background-color:#006699;
    color:#fff;
    box-sizing:border-box;
}
.jiaocai_item_font h4{
    font-weight: bold;
    text-align: center;
}
.jiaocai_item_font p{
    margin-top: 12px;
}


@media (min-width: 768px) and (max-width: 1023px){
    .four_item{
        padding: 20px;
    }
    .pd50{
        padding-bottom: 30px;
    }
    .box_center{
        width: 90%;
        left: 5%;
    }
    .box_center h4{
        font-size: 14px;
        padding: 5px 0;
        line-height: 22px;
    }
        .jiaocai_item{
        width:49%;
        margin-left: 2%;
    }
    .jiaocai_item_font{
        padding: 10px 20px 20px;
        font-size: 14px;
        line-height: 22px;
    }
    .jiaocai_box_bg2{
        bottom: 15px;
    }
	.condition_con a{
		width: 60px;
		margin: 0 2px;
	}
	.condition_con a.w184{
		width: 120px;
	}
	.condition_con a.w130{
		width: 90px;
	}
	.condition_btn{
		width: 570px;
	}

	.ability_teacher_item{
		width: 32%;
		margin:0 2% 10px 0;
	}
	.ability_teacher_item:nth-child(3n){
		margin:0 0 10px 0;
	}
}
@media (max-width: 767px){
	.ability_four{
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.four_item{
		flex: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
        box-sizing: border-box;
	}
    .ability_5c_items{
        display:block;
        margin-top: 10px;
    }
    .ability_5c_item{
        flex:none;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .ability_5c_item:first-child{
        margin-top: 0;
    }
	.ability_4c_item_head{
		line-height: 34px;
		font-size: 14px;
	}
	.ability_4c_item_con{
		height: 170px;
		padding-top: 60px;
		background-position: center 15px;
	}
	.ability_4c_flex{
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.ability_4c_item{
		flex: none;
		width: 48%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.ability_4c_item:nth-child(odd){
		margin-right: 4%;
	}
	.ability_table{
		width: 200%;
	}
	.ability_book_box{
		margin: 20px 0 0;
		flex-wrap: wrap;
	}
	.ability_book_item{
		flex: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.ability_book_item:nth-child(odd){
		margin-right: 4%;
	}
	.ability_book_box.sd{
		margin-top: 0;
	}
	.ability_book_info{
		padding: 20px 15px;
		min-height: 100px;
	}
	.ability_book_item_item{
		margin-left: 4%;
	}
	.ap_want.teacher_box{
		margin-top: 20px;
	}
	.swiper_blue_bg.swiper_blue_bg1{
		height: 300px;
	}
	.swiper_content1{
		margin-top: -300px;
	}
	.condition_con a{
		width: 50px;
		height: 24px;
		line-height: 24px;
		margin: 0 0 8px 0;
	}
	.condition_box{
		margin: 20px 0;
	}
	.condition_con a.w184{
		width: 124px;
	}
	.condition_con a.w130{
		width: 90px;
	}
	.condition_btn{
		width: 300px;
		margin: 10px auto 0;
		line-height: 40px;
	}
	.table_head{
		font-size: 14px;
		padding: 5px 0;
	}
	.ability_teacher_item{
		width: 48%;
		margin:0 4% 10px 0;
	}
	.ability_teacher_item:nth-child(3n){
		margin:0 4% 10px 0;
	}
	.ability_teacher_item:nth-child(2n){
		margin-right: 0;
	}
    .box_center{
        width: 90%;
        left: 5%;
    }
    .box_center h4{
        font-size: 14px;
        line-height: 20px;
        padding: 7px 0;
    }
    .ability_5c_item.test{
        transform: rotateY(180deg);
    }
    .ability_5c_item.test .ability_5c_item_box{
        transform: rotateY(180deg);
    }
    .jiaocai_item{
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .jiaocai_item:first-child{
        margin-top: 0;
    }
    .jiaocai_box_bg{
        display:none;
    }
    .jiaocai_box_bg2{
        display:none;
    }
    .jiaocai_item_font{
        padding: 10px 30px 30px;
        font-size: 14px;
        line-height: 22px;
    }
    .four_item h4.pt1{
        padding-top: 0;
    }
    .four_item h4.pt2{
        padding-top: 0;
    }
}

@media (min-width: 480px) and (max-width: 768px){
	
}
@media (max-width: 480px){
	
}




/*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;
	}
}


/*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){
	
}

/*for AP page*/
.teacher_map_bg{
	background: url(./images/teacher_map_bg.png) no-repeat center 290px;
}
.teacher_flex{
	margin-top: 30px;
	width: 1020px;
	margin-left: -20px;
}
.teacher_flex_item{
	float: left;
	width: 490px;
	height: 270px;
	background: #fff;
	margin: 0 0 20px 20px;
	box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}
.t_item_head{
	height: 72px;
	position: relative;
}
.t_item_head img{
	display: block;
	width: 75px;
	height: auto;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -37px;
}
.t_item_head.head1{
	background: #FFF2E2;
}
.t_item_head.head2{
	background: #E1F7F4;
}
.t_item_head.head3{
	background: #FFE8EE;
}
.t_item_head.head4{
	background: #E1F6FB;
}
.t_item_con{
	padding: 40px 45px 0;
	color: #666;
}
.t_item_con h4{
	line-height: 30px;
	font-size: 16px;
	text-align: center;
}
.t_item_con h4.t1{
    color: #FFA931;
}
.t_item_con h4.t2{
    color: #12D5BC;
}
.t_item_con h4.t3{
    color: #FF7395;
}
.t_item_con h4.t4{
    color: #10BFE7;
}
.t_item_con p{
	color: #999;
}
.teachers{
	
}
.teachers_fl .teacher_item,.teachers_fr .teacher_item{
	width: 250px;
	height: 250px;
	position: relative;
	background: #fff;
	margin: 0;
}
.teachers_fl .teacher_item{
	float: left;
}
.teachers_fr .teacher_item{
	float: right;
}
.teacher_item img{
	display: block;
	width: 100%;
	height: auto;
}
.teachers_fl .teacher_item span,.teachers_fr .teacher_item span{
	display: block;
    width: 0;
    height: 0;
    border-width: 20px;
    position: absolute;
    top: 130px;
}
.teachers_fl .teacher_item span{
	left: -40px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #fff transparent transparent;
}
.teachers_fr .teacher_item span{
	right: -40px;
    border-style: dashed dashed dashed solid ;
    border-color: transparent transparent transparent #fff;
}
.teacher_item_txt{
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	left: 0;
	top: 15px;
	/*transform:translate(0,-50%);*/
}
.teacher_item_txt h4{
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.teacher_item_txt h4 em{
	font-style: normal;
	display: block;
	font-weight: bold;
}
.teacher_item_txt p{
	color: #999;
}
.teacher_item_txt p.dian{
	padding-left: 10px;
	background: url(./images/dian.png) no-repeat 0 5px;
}
.more_tips{
	margin-top: 30px;
	font-size: 16px;
	color: #999;
	line-height: 1;
	text-align: center;
}
.join_us_bg{
	height: 220px;
	background: url(../../images/teacher_join_bg.jpg) no-repeat center 0;
}
.join_us_txt{
	padding-top: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.join_us_btn{
	display: block;
	width: 450px;
	height: 50px;
	background:#fff;
	text-align: center;
	font-size: 16px;
	color: #006699;
	border-radius: 25px;
	margin: 25px auto 0;
	line-height: 50px;
}
.t_item_con p.t_subtitle{
	text-align: center;
	margin: 0 0 10px;
	color: #333;
}











@media (max-width: 1023px){


}
@media (min-width: 768px) and (max-width: 1023px){
	.teacher_flex{
		width: 100%;
		margin: 30px 0 0;
	}
	.teacher_flex_item{
		width: 49%;
		margin: 0 0 20px 2%;
		height: 290px;
	}
	.teacher_flex_item:nth-child(odd){
		margin-left: 0;
	}
	.teachers_fl .teacher_item, .teachers_fr .teacher_item{
		width: 25%;
		overflow:hidden;
	}
	.teacher_item_txt{
		padding: 0 10px;
	}
	.teacher_item_txt h4{
		font-size: 14px;
	}
	.teacher_item img{
		position: relative;
		height: 100%;
		width: auto;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);

	}
}
@media (max-width: 767px){
	.teacher_flex{
		margin-top: 20px;
		width: 100%;
		margin-left: 0;
	}
	.teacher_flex_item{
		width: 100%;
		float: none;
		margin: 0 0 10px;
		height: auto;
	}
	.t_item_con{
		padding: 30px 20px;
	}
	.t_item_head{
		height: 52px;
	}
	.teachers_fl .teacher_item, .teachers_fr .teacher_item{
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.teacher_item_txt{
		padding: 10px 0 0;
		position: initial;
		max-width: 300px;
		margin: 0 auto;
		transform: none;
	}
	.more_tips{
		font-size: 12px;
		margin-top: 10px;
	}
	.teacher_item img{
		max-width: 300px;
		margin: 20px auto 0;
	}
	.teachers_fr .teacher_item,.teachers_fl .teacher_item{
		float: none;
		height: auto;
		overflow:hidden;
	}
	.teachers_fl .teacher_item span, .teachers_fr .teacher_item span{
		display: none;
	}
	.teacher_item_txt p.dian{
		background: url(../../images/dian.png) no-repeat 0 7px;
	}
	.last_teacher_item{
		padding-bottom: 20px;
	}
	.join_us_txt{
		padding-top: 30px;
		font-size: 14px;
	}
	.join_us_btn{
		width: 80%;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		margin: 15px auto 0;
	}
	.join_us_bg{
		height: 180px;
	}
}

@media (min-width: 768px) and (max-width: 1024px){
	
}
@media (min-width: 480px) and (max-width: 768px){
	
}
@media (max-width: 480px){
	
}

/*for about us page*/
.ms_introduction p.sp{
	margin-top: 20px;
}
.brand_story{
	 position: relative;
	 text-align: right;
}
.brand_story_img{
	vertical-align: middle;
	width: 520px;
	height: auto;
}
.brand_font{
	text-align: left;
	width: 560px;
	height: 310px;
	background: #006699;
	color: #fff;
	padding: 50px 40px 40px 30px;
	position: absolute;
	left: 0;
	top: 20px;
	box-sizing: border-box;
}
.brand_font span{
	display: block;
	width: 56px;
	height: 2px;
	background: #fff;
	margin-bottom: 20px;
}
.brand_font p{
	line-height: 22px;
}
.idea_box{
	background:linear-gradient(90deg,rgba(0,102,153,1) 0%,rgba(0,130,153,1) 100%);
}
.idea_con{
	width: 1020px;
	margin-left: -20px;
	margin-top: 20px;
}
.idea_item{
	width: 320px;
	height: 180px;
	float: left;
	margin: 0 0 20px 20px;
	background: #fff;
	box-shadow:1px 2px 5px 0px rgba(22,31,38,0.03);
	padding: 24px 32px 0 22px;
	box-sizing: border-box;
}
.idea_item img{
	display: block;
	width: 40px;
	height: auto;
	margin: 0 auto;
}
.idea_item h3{
	text-align: center;
	font-size: 16px;
	line-height: 32px
}
.idea_item h4{
	text-align: center;
	line-height: 1;
	padding-bottom: 15px;
}
.idea_item p{
	line-height: 20px;
	color: #666;
}
.time_line{
	background: url(../../images/pic_bg_cross.png) repeat 0 0;	
}
.time_line_con{
	position: relative;
	margin-top: 40px;
	padding-bottom: 10px;
}
.time_line_border{
	width: 2px;
	background: #333;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -1px;
}
.time_line_border img{
	display: block;
	width: 16px;
	height: 13px;
	position: absolute;
	left: -7px;
	top: -10px;
}
.time_line_item{
	padding-top: 20px;
	position: relative;
}
.time_item_left{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 36px;
}
.time_item_right{
	width: 50%;
	float: right;
	box-sizing: border-box;
	padding-left: 36px;
}
.time_item_dot{
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #333333;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 50%);
}
.time_item_date{
	line-height: 162px;
	font-size: 18px;
	font-weight: bold;
}
.time_item_date.tr{
	text-align: right;
}
.time_item_con{
	height: 162px;
	position: relative;
}
.time_item_con.pl{
	padding-left: 280px;
}
.time_item_con.pr{
	padding-right: 280px;
}
.time_item_con img{
	display: block;
	width: 260px;
	height: auto;
	position: absolute;
	top: 0;
    background:#fff;
}
.time_item_con.pl img{
	left: 0;
}
.time_item_con.pr img{
	right: 0;
}
.time_item_font{
	line-height: 2;
	position: relative;
	width: 190px;
	height: 100%;
}
.time_item_font_box{
	position: absolute;
	left: 20px;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.time_item_date_mobile{
	display: none;
	font-size: 15px;
	margin-bottom: 6px;
}

.article_banner{
	position: relative;
}
.article_title{
	height: 60px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background:linear-gradient(90deg,rgba(0,102,153,0.72) 21%,rgba(0,144,153,0.64) 100%);
}
.article_title h4{
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding-left: 32px;
	background: url(./images/article_title.png) no-repeat 0 center;	
}
.article_con{
	
}
.article_con .article_item{
	display: block;
	padding: 40px 0;
}
.article_con .article_item:nth-child(even){
	background:rgba(0,102,153,.03);
}
.article_con .article_item h4{
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
}
.article_con .article_item h4{
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 17px;
}
.article_con .article_item p{
	line-height: 18px;
}
.article_bottom{
	padding-top: 17px;
	line-height: 1;
	color: #B4B4B4;
}
.article_bottom span{
	float: right;
}
.article_detail_title{
	font-size: 38px;
    font-weight: bold;
    line-height: 48px;
    margin-top: 37px;
    text-shadow: 0 0 3px rgba(0,0,0,.3);
}
.article_main {
    padding-bottom: 30px;
}
.article_main.article_subtitle {
    padding-bottom: 0;
}
.article_author{
	margin-top: 35px;
	line-height: 64px;
	color: #B4B4B4;
	font-size: 16px;
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}
.article_author span{
	float: right;
}
.article_main p {
    margin-top: 30px;
    line-height: 34px;
    color: #4D4F53;
    font-size: 18px;
}
.article_main img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 1023px){
	.article_detail_title {
		font-size: 20px;
		line-height: 30px;
		margin-top: 18px;
	}
	.article_main{
		padding-bottom: 20px;
	}
	.article_main p {
		margin-top: 15px;
		line-height: 28px;
		font-size: 14px;
	}
	.article_author {
		margin-top: 18px;
		line-height: 40px;
		font-size: 14px;
	}
	.article_main p {
		margin-top: 15px;
		line-height: 28px;
		font-size: 14px;
	}
}
@media (min-width: 768px) and (max-width: 1023px){
	.idea_con{
		width: 100%;
		margin-left: 0;
	}
	.idea_item{
		width: 49%;
		margin: 0 0 10px;
		height: 180px;
	}
	.idea_item:nth-child(even){
		margin-left: 2%;
	}
	.brand_font{
		width: 100%;
		padding: 30px;
		height: auto;
		left: 0;
		top: 0;
		position: relative;
		font-size: 14px;
	}
	.brand_story_img{
		width: 100%;
	}
	.pd50{
		padding-bottom: 30px;
	}
	.time_item_date{
		line-height: 110px;
	}
	.time_item_right{
		padding-left: 20px;
	}
	.time_item_con{
		height: 110px;
	}
	.time_item_con.pl{
		padding-left: 50%;
	}
	.time_item_con.pl .time_item_font_box{
		left: 15px;
	}
	.time_item_con.pr{
		padding-right: 50%;
	}
	.time_item_con img{
		width: 50%;
	}
	.time_item_font{
		width: 100%;
	}
	.time_item_font_box{
		left: 0;
	}
	.article_con .article_item p{
		font-size: 14px;
		line-height: 22px;
	}
}
@media (max-width: 767px){
	.brand_font{
		width: 100%;
		position: relative;
		padding: 30px 20px 20px;
		height: auto;
		top: 0;
	}
	.brand_story_img{
		width: 100%;
	}
	.idea_con{
		width: 100%;
		margin-left: 0;
	}
	.idea_item{
		width: 48%;
		margin: 0 0 10px;
		padding: 20px 15px;
		height: auto;
	}
	.idea_item:nth-child(even){
		margin-left: 4%;
	}
	.idea_item h3{
		font-size: 14px;
	}
	.time_line_con{
		margin-top: 20px;
	}
	.time_line_border{
		left: 0;
		width: 1px;
	}
	.pc_show{
		display: none;
	}
	.time_item_date_mobile{
		display: block;
	}
	.time_item_left,.time_item_right{
		width: 100%;
		float: none;
		padding: 0 0 0 15px;
	}
	.time_item_con{
		height: 81px;
	}
	.time_item_con.pl,.time_item_con.pr{
		padding-left: 130px;
		padding-right: 0;
	}
	.time_item_con img{
		width: 130px;
		height: auto;
	}
	.time_item_font_box{
		left: 10px;
	}
	.time_item_font{
		line-height: 1.5;
	}
	.time_item_con.pr img{
		left: 0;
	}
	.time_item_dot{
		left: -1px;
		width: 7px;
		height: 7px;
	}
	.time_line_item{
		padding-top: 15px;
	}
	.time_line_border img{
		width: 11px;
		height: auto;
		left: -5px;
		top: -7px;
	}
	.article_con .article_item{
		padding: 20px 0;
	}
	.article_con .article_item h4{
		line-height: 1.5;
	}
	.article_title{
		height: 40px;
	}
	.article_title h4{
		line-height: 40px;
		font-size: 16px;
	}
}

