body{
	background-color: #f6f7fa !important;
}
#myCarousel{
	height: 550px !important;
}
#myCarousel .carousel-inner{
	height: 500px !important;
	position:absolute;
	left:0;
	top:0;
	width:100%;
}
#myCarousel .carousel-inner>.item{
	height: 500px !important;
	float:left;
	position:relative;
	width:100%;
}
.carousel {
	position:relative;
	height:550px;
	width:100%;
	overflow:hidden;
}
.carousel-inner .item-pic {
	position:absolute;
	top:0;
	width: 100%;
	height:500px;
	overflow:hidden;
}
.pagination {
	position:absolute;
	bottom:70px;
	z-index:6;
	text-align:center;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
}
.pagination-item {
	width: 30px;
	height: 4px;
	border-radius: 4px;
	border: none;
	background-color: #fff;
	opacity: 0.5;
	margin:0 5px;
	display: inline-block;
	cursor:pointer;
}
.pagination-item:hover {
	background-color:#fff;
}
.pagination-item.active {
	background-color:#fff;
	opacity: 1;
}
.carousel-control {
	position:absolute;
	top:50%;
	margin-top:-40px;
	width:40px;
	height:80px;
	color:#fff;
	background-color:#000;
	background-image:url("../images/ico-arrow-banner.png");
	background-repeat:no-repeat;
	opacity:.2;
}
.carousel-control.left-btn {
	background-position: -2px 0;
	position: absolute;
	left: 210px;
	top: -200px;
}
.carousel-control.right-btn {
	background-position: -42px 0;
	position: absolute;
	right: 0;
	top: -200px;
}
.carousel .carousel-control:hover {
	opacity:.6;
}
.banner-right-box {
	position:absolute;
	top:0;
	left:50%;
	margin-left:412px;
	width:200px;
	height:440px;
	padding-top:10px;
}
.banner-right-item {
	display:block;
	width:200px;
	height:210px;
	margin-bottom:10px;
	opacity:0.7;
}
.banner-right-item:hover {
	opacity:1;
}
.carousel_content{
	width: 100%;
	background: #fff;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.carousael_list{
	height: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	color: #1E50AE;
}
.carousael_item{
	cursor: pointer;
	position: relative;
	/* margin-right: 60px; */
	/* min-width: 72px; */
	width: 20%;
	min-width: 20%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10px;
	/* overflow: hidden; */
}
.current_item{
	color: #333333;
}
.current_item::after{
	content: '';
	display: inline-block;
	width: 72px;
	height: 4px;
	background: #1E50AE;
	border-radius: 2px 2px 2px 2px;
	position: absolute;
	bottom: -13px;
	left: 50%;
	transform: translateX(-50%);
}
.current_item::before{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	border-bottom-color: #FFFFFF;
}
.carousael_item:last-child{
	margin-right: 0;
}

.page_b_w{
	margin-top: 50px;
}
.p_imag{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.p_imag .p_image_jump{
	width: 380px;
	height: 120px;
}
.p_imag .p_image_jump img{
	width: 100%;
	height: 100%;
}
.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;
}
.page_recommended_title{
	margin-bottom: 0px !important;
}
.block_desc{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
}
.page_recommended{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 10px;
}
.recommended_content{
	width: 100%;
	margin-top: 50px;
}
.swiper-slide{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.swiper-pagination{
	left: 50%;
	transform: translate3d(0%, 10px, 0px) !important;
	z-index: 0;
}
.swiper-container{
	padding-bottom: 30px !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;
}
.swiper-slide .recommended_item{
	width: 282px;
	height: 310px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-right: 24px;
	margin-bottom: 24px;
}
.swiper-slide .recommended_item:nth-child(4n){
	margin-right: 0 !important;
}
.swiper-slide .recommended_item .recommended_item_img{
	width: 262px;
	height: 200px;
}
.swiper-slide .recommended_item .recommended_item_img img{
	width: 100%;
	height: 100%;
}
.swiper-slide .recommended_item .recommended_item_title{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.swiper-container{
	margin-bottom: 16px;
}
.recommended_item_desc{
	font-size: 14px;
	font-weight: 400;
	color: #777777;
	width: 100%;
	box-sizing: border-box;
	padding:0 20px;
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
	margin-top: 10px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
	
.list_box{
	position: relative;
}
.list_cat_one{
	position: absolute;
	left: -160px;
	top: 0;
	width: 95px;
	box-sizing: border-box;
	padding-left: 21px;
	border-left: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
.list_cat_one .list_cat_one_item{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	position: relative;
	cursor: pointer;
}
.list_cat_one .list_cat_one_item:last-child{
	margin-bottom: 0;
}
.list_cat_one .cur_one_item{
	color: #1E50AE !important;
	font-weight: bold !important;
}
.list_cat_one .list_cat_one_item:hover{
	color: #1E50AE !important;
	font-weight: bold !important;
}
.list_cat_one .cur_one_item::after{
	content: '';
	position: absolute;
	width: 3px;
	height: 30px;
	background: #1E50AE;
	border-radius: 2px 2px 2px 2px;
	left: -21px;
	top: 50%;
	transform: translateY(-50%);
}
.list_cat_two{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #cccccc;
}

.list_cat-two_list{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 6px 6px 0px 0px;
	overflow: hidden;
}
.list_cat-two_item{
	min-width: 100px;
	border: 1px solid #ccc;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-bottom: none;
	border-right: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	box-sizing: border-box;
	padding: 0 10px;
}
.list_cat-two_item:first-child{
	border-radius: 6px 0px 0px 0px;
}
.list_cat-two_item:last-child{
	border-right: 1px solid #ccc;
	border-radius: 0px 6px 0px 0px;
}
.cur_two_item{
	background: #1E50AE;
	color: #FFFFFF;
	border-color: #1E50AE;
}
.list_two_more{
	font-size: 16px;
	font-weight: 400;
	color: #777777;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.list_two_more img{
	width: 5px;
	height: 10px;
	margin-left: 10px;
}




.list_cat_three{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 40px;
	min-height: 500px;
}
.list_cat_three_item_desc{
	font-size: 14px;
	font-weight: 400;
	color: #777777;
	width: 100%;
	box-sizing: border-box;
	padding:0 20px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}
.list_cat_three_item{
	width: 282px;
	height: 310px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	/* margin-right: 18px;
	margin-bottom: 24px; */
	position: relative;
	overflow: hidden;
	margin: 0 9px 24px;
}
.list_cat_three_item:nth-child(4n){
	/* margin-right: 0 !important; */
}
.list_cat_three_item .list_cat_three_item_img{
	width: 262px;
	height: 200px;
}
.list_cat_three_item .list_cat_three_item_img img{
	width: 100%;
	height: 100%;
}
.list_cat_three_item .list_cat_three_item_title{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.list_cat_three_item .list_cat_three_item_mask{
	width: 282px;
	height: 159px;
	background: #1E50AE;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	box-sizing: border-box;
	padding: 14px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(100%);
	transition: all 0.25s ease-out;
}
.list_cat_three_item:hover .list_cat_three_item_mask{
	transform: translateY(0%);
}
.item_mask_title{
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	box-sizing: border-box;
	padding:0 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.item_mask_desc{
	font-size: 14px;
	font-weight: 400;
	color: #E6E6E6;
	margin-top: 10px;
	width: 100%;
	box-sizing: border-box;
	padding:0 32px;
	text-align: center;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.item_mask_button{
	width: 100%;
	box-sizing: border-box;
	padding: 0 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.item_mask_button .detail_btn{
	width: 110px;
	height: 36px;
	border-radius: 22px 22px 22px 22px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}
.item_mask_button .yuyue_btn{
	width: 110px;
	height: 36px;
	border-radius: 22px 22px 22px 22px;
	opacity: 1;
	background: #FFFFFF;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	font-weight: 400;
	color: #1E50AE;
}





.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_box{
	margin-top: 30px;
}
.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;
}
.list_cat_box{
	display: none;
}
.list_cat_box_cur{
	display: block !important;
}

.fixed_nav{
	/*position: fixed !important;*/
	/*left: 50% !important;*/
	/*top: 100px !important;*/
	/*margin-left: -750px;*/
}
/* .list_cat_three_item_show{
	display: flex !important;
} */