#myCarousel{
	height: 500px !important;
}
#myCarousel .carousel-inner{
	height: 500px !important;
}
#myCarousel .carousel-inner>.item{
	height: 500px !important;
}
.carousel-inner .item-pic{
	height: 500px !important;
}
.pagination-item{
	width: 30px;
	height: 4px;
	border-radius: 4px;
	border: none;
	background-color: #fff;
	opacity: 0.5;
	margin:0 5px;
}
.pagination-item.active{
	opacity: 1;
}
.banner_menu_box{
	height: 500px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.banner_menu_box .banner_menu{
	width: 320px;
	height: 360px;
	background: rgba(0, 0, 0, 0.5);;
	border-radius: 16px 16px 16px 16px;
	opacity: 0.5;
}
.banner_menu_box .banner_menu .banner_menu_title{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 500;
	color: #EFBC90;
	margin-top: 20px;
}
.banner_menu_title_left{
	width: 60px;
	height: 2px;
	background: linear-gradient(to right, rgba(239, 188, 144, 0), rgba(239, 188, 144, 1));
}
.title_text{
	margin: 0 20px;
}
.banner_menu_title_right{
	width: 60px;
	height: 2px;
	background: linear-gradient(to left, rgba(239, 188, 144, 0), rgba(239, 188, 144, 1));
}
.banner_menu_content{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 26px;
}
.banner_menu_item{
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	color: #EFBC90;
	background-color: transparent;
	box-sizing: border-box;
	padding:12px 32px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.banner_menu_item img{
	width: 20px;
	height: 20px;
	margin-right: 12px;
	min-width: 20px;
}
.banner_menu_item_curr{
	background-color: #000000 !important;
	opacity: 1;
}
.p_imag{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.p_imag .p_image_jump{
	width: 282px;
	height: 120px;
}
.p_imag .p_image_jump img{
	width: 100%;
	height: 100%;
}
.page_b_w{
	margin-top: 50px;
}
.fw_project{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 100px;
}
.block_box{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	padding: 50px 0;
}
.block_title{
	font-size: 32px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
.block_desc{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 70px;
}
.project_content{
	width: 100%;
	margin-top: 50px;
}
.swiper-slide{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.swiper-slide .project_item{
	width: 380px;
	margin-right: 30px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.swiper-slide .project_item:nth-child(3n){
	margin-right: 0;
}
.swiper-slide .project_item .project_item_img{
	width:100%;
	height: 210px;
}
.swiper-slide .project_item .project_item_img img{
	width: 100%;
	height: 100%;
}
.swiper-slide .project_item .project_item_title{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 20px;
}
.swiper-slide .project_item .project_item_tag_list{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.swiper-slide .project_item .project_item_tag_item{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	padding-right: 20px;
	border-right: 1px solid #333333;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 28px;
	text-align: center;
}
.swiper-slide .project_item .project_item_tag_item:last-child{
	padding-right: 0px;
	border-right: none;
	margin-right: 0px;
}
.project_item_buttom{
	width: 120px;
	height: 40px;
	background: #1E50AE;
	border-radius: 22px 22px 22px 22px;
	opacity: 1;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	margin-top: 10px;
}
.swiper-pagination{
	left: 50%;
	transform: translate3d(-50%, 0%, 0px) !important;
}
.swiper-box .swiper-pagination-bullet{
	width: 30px;
	height: 4px;
	border-radius: 3px;
	margin-right: 10px;
	background: rgba(230, 230, 230, 1);
}
.swiper-box .swiper-pagination-bullet:last-child{
	margin-right: 0px;
}
.swiper-box .swiper-pagination-bullet-active{
	background: rgba(30, 80, 174, 1) !important;
}
.fw_flow_box{
	background-color: #F1F3FF;
	margin-top: 0px !important;
}
.fw_flow_content{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.fw_flow_content_tab{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.fw_flow_content_tab .fw_flow_tab_item{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	border-bottom: 2px solid transparent;
	padding-bottom: 4px;
	cursor: pointer;
}
.fw_flow_content_tab .fw_flow_tab_item:first-child{
	position: relative;
	margin-right: 60px;
}
.fw_flow_content_tab .fw_flow_tab_item:first-child::after{
	content: '';
	width: 1px;
	height: 17px;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #1E50AE;
}
.fw_flow_content_tab .fw_flow_tab_item_current{
	color: #1E50AE !important;
	border-bottom-color: #1E50AE !important;
}
.fw_flow_content_box{
	display: none;
	margin-top: 30px;
}
.show_flow_content{
	display: block;
}
.fw_flow_list{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.fw_flow_item{
	width: 224px;
	height: 184px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 30px 0 40px;
}
.fw_flow_item:last-child{
	margin-right: 0;
}
.fw_flow_item img{
	width: 40px;
	height: 40px;
}
.fw_flow_item .fw_flow_item_name{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 10px;
}
.fw_flow_item .fw_flow_item_desc{
	font-size: 14px;
	font-weight: 400;
	color: #777777;
}

.advantage_content{
	width: 100%;
	margin-top: 50px;
}
.advantage_top_list{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	padding-bottom: 30px;
	border-bottom: 1px solid #1E50AE;
}
.advantage_top_item{
	width: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 24px;
}
.advantage_top_item:last-child{
	margin-right: 0;
}
.advantage_top_item .advantage_t_item_img{
	width: 70px;
	height: 70px;
}
.advantage_top_item .advantage_t_item_img img{
	width:100%;
	height:100%;
}
.advantage_top_item .advantage_t_item_name{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
}
.advantage_top_item .advantage_t_item_desc{
	font-size: 14px;
	font-weight: 400;
	color: #777777;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}
.advantage_bottm_list{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.advantage_bottm_item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	padding: 0 80px;
}
.advantage_bottm_item .advantage_bottm_item_num{
	font-size: 40px;
	font-weight: bold;
	color: #1E50AE;
}
.advantage_bottm_item .advantage_bottm_item_desc{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	margin-top: 13px;
}

.data_content{
	margin-top: 15px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.data_content .data-item{
	width: 220px;
	height: 80px;
	margin-right: 25px;
	margin-top: 25px;
}
.data_content .data-item:nth-child(5n){
	margin-right: 0;
}
.data_content .data-item img{
	width: 100%;
	height: 100%;
}
.map_content{
	margin-top: 40px;
	width: 1058px;
	height: 786px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
}
.map_content img{
	width: 100%;
	height: 100%;
}
.school_img{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 26px;
}
.school_img img{
	width: 282px;
	height: 100px;
	margin-right: 24px;
	margin-bottom: 24px;
}
.school_img img:nth-child(4n){
	margin-right: 0;
}