body{
	background-color: #f6f7fa !important;
}
#myCarousel{
	height: 500px !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:500px;
	width:100%;
	overflow:hidden;
}
.carousel-inner .item-pic {
	position:absolute;
	top:0;
	width: 100%;
	height:500px;
	overflow:hidden;
}
.pagination {
	position:absolute;
	bottom:30px;
	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;
}
.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: 6px 6px 6px 6px;
	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: 18px;
	font-weight: 500;
	color: #EFBC90;
	background-color: transparent;
	box-sizing: border-box;
	padding:12px 40px;
}
.banner_menu_item_curr{
	background-color: #000000 !important;
	opacity: 1;
}
.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%;
}

	
.page_content{
	position: relative;
}
.page_content_none{
	display: none;
}
.page_content_cur{
	display: block !important;
}
.page_left{
	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;
	max-width: 120px;
}
.page_left .page_left_item{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	position: relative;
	cursor: pointer;
}
.page_left .page_left_item:last-child{
	margin-bottom: 0;
}
.page_left .page_left_item:hover{
	color: #1E50AE !important;
	font-weight: bold !important;
}
.page_left_item_cur{
	color: #1E50AE !important;
	font-weight: bold !important;
}
.page_left_item_cur::after{
	content: '';
	position: absolute;
	width: 3px;
	height: 30px;
	background: #1E50AE;
	border-radius: 2px 2px 2px 2px;
	left: -21px;
	top: 50%;
	transform: translateY(-50%);
}
.page_left .page_left::after{
	content: '';
	position: absolute;
	width: 3px;
	height: 30px;
	background: #1E50AE;
	border-radius: 2px 2px 2px 2px;
	left: -21px;
	top: 50%;
	transform: translateY(-50%);
}
.page_right{
	width: 100%;
}
.page_right_one{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page_right_one .page_one_l{
	width: 900px;
	background-color: #fff;
	height: 286px;
	box-sizing: border-box;
	border-radius: 6px 6px 6px 6px;
	padding: 30px;
}
.page_right_one .page_one_l .page_one_title{
	font-size: 32px;
	font-weight: bold;
	color: #333333;
}
.page_right_one .page_one_l .page_one_desc{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 20px;
	margin-bottom: 40px;
	min-height: 76px;
	line-height: 20px;
}
.page_right_one .page_one_l .page_one_button{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.page_right_one .page_one_l .page_one_button a{
	width: 130px;
	height: 44px;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	border: 1px solid #AAAAAA;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
}
.page_right_one .page_one_l .page_one_button .detail_btn{
	background: #FFFFFF;
	color: #333333;
	margin-right: 20px;
}
.page_right_one .page_one_l .page_one_button .yuyue_btn{
	background: #1E50AE;
	color: #FFFFFF;
}
.page_one_r{
	width: 280px;
	height: 285px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.page_one_r .page_r_title{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}
.page_one_r .page_r_ewm{
	width: 140px;
	height: 140px;
	margin-top: 20px;
}
.page_one_r .page_r_ewm img{
	width: 100%;
	height: 100%;
}
.page_one_r .page_r_message{
	font-size: 18px;
	font-weight: bold;
	color: #1E50AE;
	margin-top: 20px;
}

.page_right_two{
	width: 100%;
	margin-top: 50px;
}
.page_right_two .page_two_top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page_right_two .page_two_top .page_two_title{
	font-size: 32px;
	font-weight: bold;
	color: #333333;
}
.page_right_two .page_two_top .page_two_more{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	color: #777777;
}
.page_right_two .page_two_top .page_two_more img{
	width: 5px;
	height: 10px;
	margin-left: 5px;
}
.page_right_two .page_two_desc{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	margin-top: 10px;
}


.page_right_two_list{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top:50px;
}
.page_right_two_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;
}
.page_right_two_item{
	width: 282px;
	height: 305px;
	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;
	position: relative;
	overflow: hidden;
}
.page_right_two_item:nth-child(4n){
	margin-right: 0 !important;
}
.page_right_two_item .page_right_two_item_img{
	width: 262px;
	height: 200px;
}
.page_right_two_item .page_right_two_item_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.page_right_two_item .page_right_two_item_title{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
}
.page_right_two_item .page_right_two_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;
}
.page_right_two_item:hover .page_right_two_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;
}


.page_content_top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page_content_top .page_content_title{
	font-size: 32px;
	font-weight: bold;
	color: #333333;
}
.page_content_top .page_content_more{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	color: #777777;
}
.page_content_top .page_content_more img{
	width: 5px;
	height: 10px;
	margin-left: 5px;
}
.page_content_desc{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	margin-top: 10px;
	width: 1050px;
	line-height: 30px;
}
.page_content_bottom{
	margin-top: 40px;
}
.option_list{
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	background-color: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
}
.option_item{
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 30px;
	margin-bottom: 30px;
	cursor: pointer;
}
.option_item:last-child{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.option_item .option_item_title{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.option_item .option_item_btn{
	width: 84px;
	height: 42px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	border: 1px solid #1E50AE;
	text-align: center;
	line-height: 42px;
	color: #1E50AE;
	margin-top: 20px;
	margin-left: 10px;
	display: inline-block;
}
.option_item .option_item_btn:hover{
	background: #1E50AE !important;
	color: #FFFFFF !important;
}
.option_item:hover .option_item_title{
	color: #1E50AE;
}

.thanks_list{
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	background-color: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
}
.thanks_head_list{
	background: #F1F3FF;
	width: 100%;
	margin-bottom: 30px;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.thanks_list .thanks_head_list .thanks_head_item{
	font-size: 16px;
	font-weight: bold;
	color: #1E50AE;
	text-align: left;
}
.thanks_list .thanks_head_list .thanks_head_item:nth-child(1){
	width: 144px;
}
.thanks_list .thanks_head_list .thanks_head_item:nth-child(2){
	width: 162px;
}
.thanks_list .thanks_head_list .thanks_head_item:nth-child(3){
	width: 200px;
}
.thanks_list .thanks_head_list .thanks_head_item:nth-child(4){
	width: 154px;
}
.thanks_list .thanks_head_list .thanks_head_item:nth-child(5){
	width: 230px;
}
.thanks_list .thanks_head_list .thanks_head_item:nth-child(6){
	width: 154px;
}

.thanks_content_tr{
	width: 100%;
	padding:30px 0px 10px 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-top: 1px solid #E6E6E6;
	margin-bottom: 30px;
}
.thanks_content_tr:last-child{
	margin-bottom: 0px !important;
}
.thanks_list .thanks_content_tr .thanks_content_item{
	box-sizing: border-box;
	padding-right: 20px;
	font-size: 14px;
	font-weight: 400;
}
.thanks_list .thanks_content_tr .thanks_content_item:last-child{
	padding-right: 0;
}
.thanks_list .thanks_content_tr .thanks_content_item:nth-child(1){
	width: 144px;
}
.thanks_list .thanks_content_tr .thanks_content_item:nth-child(2){
	width: 162px;
}
.thanks_list .thanks_content_tr .thanks_content_item:nth-child(3){
	width: 200px;
}
.thanks_list .thanks_content_tr .thanks_content_item:nth-child(4){
	width: 154px;
	color: #1E50AE !important;
}
.thanks_list .thanks_content_tr .thanks_content_item:nth-child(5){
	width: 230px;
}
.thanks_list .thanks_content_tr .thanks_content_item:nth-child(6){
	width: 154px;
}


.fw_flow_box{
	background-color: #F1F3FF;
}
.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;
}
.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;
}
.page_none{
	display: none;
	width: 100%;
}
.page_show{
	display: block !important;
}
.option_item_bottom{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.dataTables_paginate .pagination{
	width: auto !important;
	margin-left: 0 !important;
	right: 50px !important;
	left: auto !important;
	bottom: 0 !important;
}



.thesis_content_page_table{
	width: 100%;
}
.thesis_content_page_table .thesis_content_page_table_head{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #F1F3FF;
	border-radius: 0px 0px 0px 0px;
	box-sizing: border-box;
	padding: 10px;
}
.thesis_content_page_table .thesis_content_page_table_head .thesis_content_page_table_head_item{
	font-weight: bold;
	font-size: 16px;
	color: #1E50AE;
}
.thesis_content_page_table .thesis_content_page_table_head .thesis_content_page_table_head_item:nth-child(1){
	width: 140px;
	min-width: 140px;
	margin-right: 111px;
}
.thesis_content_page_table .thesis_content_page_table_head .thesis_content_page_table_head_item:nth-child(2){
	width: 88px;
	min-width: 88px;
	margin-right: 102px;
}
.thesis_content_page_table .thesis_content_page_table_head .thesis_content_page_table_head_item:nth-child(3){
	width: 100px;
	min-width: 100px;
	margin-right: 80px;
}
.thesis_content_page_table .thesis_content_page_table_head .thesis_content_page_table_head_item:nth-child(4){
	width: 100px;
	min-width: 100px;
	margin-right: 118px;
}
.thesis_content_page_table .thesis_content_page_table_head .thesis_content_page_table_head_item:nth-child(5){
	width: 279px;
	min-width: 279px;
}
.thesis_content_page_table_body{
	width: 100%;
	margin-top: 20px;
}
.thesis_content_page_table_body .thesis_content_page_table_body_tr{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	padding:20px 10px;
	border-top: 1px solid #cccccc;
}
.thesis_content_page_table_body .thesis_content_page_table_body_tr .thesis_content_page_table_body_td {
	display: -webkit-box;           /* 设置为WebKit内核的弹性盒子模型 */
	overflow: hidden;               /* 隐藏超出范围的内容 */
	text-overflow: ellipsis;        /* 使用省略号 */
	-webkit-box-orient: vertical;   /* 垂直排列 */
	-webkit-line-clamp: 5;          /* 限制显示四行 */
	width: 300px;                   /* 设置容器宽度 */
	/*border: 1px solid #ccc;         !* 可选：为容器添加边框 *!*/
}
.thesis_content_page_table_body .thesis_content_page_table_body_tr .thesis_content_page_table_body_td:nth-child(1){
	width: 140px;
	min-width: 140px;
	margin-right: 111px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}
.thesis_content_page_table_body .thesis_content_page_table_body_tr .thesis_content_page_table_body_td:nth-child(2){
	width: 88px;
	min-width: 88px;
	margin-right: 102px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.thesis_content_page_table_body .thesis_content_page_table_body_tr .thesis_content_page_table_body_td:nth-child(3){
	width: 100px;
	min-width: 100px;
	margin-right: 80px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}
.thesis_content_page_table_body .thesis_content_page_table_body_tr .thesis_content_page_table_body_td:nth-child(4){
	width: 100px;
	min-width: 100px;
	margin-right: 118px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}
.thesis_content_page_table_body .thesis_content_page_table_body_tr .thesis_content_page_table_body_td:nth-child(5){
	width: 279px;
	min-width: 279px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.thesis_content_page_table_body .thesis_content_page_table_body_tr .thesis_content_page_table_body_td:nth-child(5) a{
	font-weight: 400;
	font-size: 14px;
	color: #1E50AE;
}
.thesis_content_page_table_body_td_top{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.thesis_content_page_table_body .thesis_content_page_table_body_tr .thesis_content_page_table_body_td:nth-child(5) span{
	width: 225px;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
	/* margin-left: 10px; */
	word-break: break-all;
}

