/*===========================================================tab1*/
.title_h2{
	margin: 1.5rem auto 2rem;
	width: 92%;
	height: 0.55rem;
	line-height: 0.55rem;
	font-size: 0.8rem;
	color: #333333;
	text-align: center;
	background: url(../images/special_major_selsect_title.png) no-repeat;
	background-size: 100% 100%;
}
.tab1_title_h2_tit1{
	margin: 1.5rem auto 1.5rem;
	background: url(../images/special_tab1_title1.png) no-repeat;
	background-size: 100% 100%;
}
.tab1_title_h2_tit2{
	margin: 1.1rem auto 1.125rem;
	padding-left: 0.5rem;
	width: 94.6%;
	background: url(../images/special_tab1_title2.png) no-repeat;
	background-size: 100% 100%;
}
.line{
	position: relative;
	margin: 1rem auto 0;
	padding: 0;
	width: 94.6%;
	height: 0.05rem;
	background: #DFE8EF;
}
.line span{
	position: absolute;
	top: 0;
	left: 0;
	width: 27%;
	height: 0.05rem;
}
.span_background_blue{background: #23498D;}
.span_background_yellow{background: #E88E24;}
.span_background_green{background: #39BF80;}
.span_background_green1{background: #28B7B1;}
.span_background_red{background: #DF4772;}

.tab1_title_h3{
	margin: 0 auto;
	padding: 0.75rem 0 1rem;
	width: 94.6%;
	font-size: 0.7rem;
	line-height: 1rem;
	color: #23498D;
	overflow: hidden;
}
.tab1_title_h3 span{
	float: left;
	display: block;
	margin-top: -0.1rem;
	padding-right: 0.4rem;
	font-size: 0.9rem;
	color: #D1E9FF;
	vertical-align: middle;
}
.tab1_title_h3 p{
	display: inline-block;
	font-size: 0.7rem;
	line-height: 1rem;
	color: #23498D;	
	width: 85%;
}
.tab1>p{
	padding: 0 1rem;
	font-size: 0.6rem;
	color: #333333;
	line-height: 1rem;
	text-align: justify;
}
.tab1>p.tab1_tip{
	font-weight: bold;
	margin-bottom: 2rem;
	padding: 1rem 1rem 0 1rem;
}

.tab1_ul_list{
	padding: 1rem;
}
.tab1_ul_list li{
	margin-bottom: 1rem;
	width: 100%;
	height: 3.75rem;
	overflow: hidden;
	border-radius: 0.2rem;
}
.tab1_ul_list li span{
	display: block;
	float: left;
	text-align: center;
	line-height: 3.75rem;
	width: 1.75rem;
	height: 3.75rem;
	font-size: 0.9rem;
	color: #FFFFFF;
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}
.tab1_ul_list li p{
	float: left;
	margin-left: 0.3rem;
	padding-top: 1rem;
	font-size: 0.6rem;
	color: #333333;
	line-height: 1rem;
	width: 85%;
}
.tab1_ul_list li:nth-child(even) p{
	padding-top: 0.51rem;
}
.bottom_summary{
	box-sizing: border-box;
	margin: 0.8rem auto 5.5rem;
	padding: 0.8rem 0.7rem;
	width: 89%;
	background: #F7FCFF;
	border: 0.05rem solid #2263B3;
	border-radius: 0.4rem;
	font-size: 0.6rem;
	color: #333333;
}
.tab1_ul_list .li_background_blue{background: #E6F4FF;}
.tab1_ul_list .li_background_yellow{background: #FAF5EF;}
.tab1_ul_list .li_background_green1{background: #E8F7F0;}
.tab1_ul_list .li_background_green2{background: #E7FFFE;}
.tab1_ul_list .li_background_red{background: #F7E7EB;}
.tab1_ul_list .span_background_blue{background: #2488C2;}
.tab1_ul_list .span_background_yellow{background: #E88E24;}
.tab1_ul_list .span_background_green1{background: #39BF80;}
.tab1_ul_list .span_background_green2{background: #2CC6C0;}
.tab1_ul_list .span_background_red{background: #EE5681;}
/*===========================================================tab2*/
.padding_box{
	padding: 0.5rem 0.5rem 0;
}
.major_select_list{
	padding: 0 0.25rem;
	width: 100%;
	overflow: hidden;
}
.major_select_list li{
	float: left;
	margin-right: 1rem;
	margin-bottom: 0.75rem;
	width: 4.8rem;
	height: 1.55rem;
	line-height: 1.55rem;
	text-align: center;
	font-size: 0.6rem;
	color: #222222;
	border: 0.05rem solid #B0B0B0;
	border-radius: 0.2rem;
}
.major_select_list li.bg{
	background: #F1F6FB;
	color: #133B84;
	border: 0.05rem solid #F1F6FB;
}
.major_select_list li:nth-child(3n){
	margin-right: 0;
}
.tab_box{
	display: none;
}
.tab_box.bg{
	display: block;
}

.tab1_p1{
	box-sizing: border-box;
	margin: 0 auto;
	padding: 1rem 0.5rem;
	font-size: 0.6rem;
	color: #666666;
	background: #D7E1FE;
	border-radius: 0.2rem;
	width: 94.6%;
}
.tab1_p1 b{
	color: #222222;
}
.tab1_div1{
	padding-top: 2rem;
}
.tab1_div1 h2{
	position: relative;
	font-size: 0.7rem;
	color: #333333;
	text-align: center;
}
.tab1_div1 h2::before{
	position: absolute;
	top: 1.25rem;
	left: 7.125rem;
	content: '';
	width: 4.5rem;
	height: 0.05rem;
	background: #333333;
}
.tab1_div1 img{
	display: block;
	margin-top: 2.825rem;
	width: 100%;
}
.tab1_div1 p{
	font-size: 0.6rem;
	padding: 2.2rem 0.9rem 2rem;
}
.tab1_title_h2{
	width: 100%;
	background: url(../images/special_major_selsect_title1.png) no-repeat;
	background-size: 100% 100%;
}
.tab1_ul1{
	padding-top: 0.55rem;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.tab1_ul1 li{
	box-sizing: border-box;
	position: relative;
	float: left;
	padding: 0.8rem 0.6rem 0;
	width: 46.5%;
	height: 8.5rem;
	margin-right: 2%;
	margin-bottom: 1.875rem;
	border-radius: 0.3rem;
}
.tab1_ul1 li:nth-child(2n){
	margin-right: 0;
}
.tab1_ul1 li:nth-child(1)::after{
	content: '';
	position: absolute;
	top: 3.5rem;
	left: 102%;
	width: 0.9rem;
	height: 0.225rem;
	background: url(../images/special_tab1_arrow1.png) no-repeat;
	background-size: 100% 100%;
}
.tab1_ul1 li:nth-child(2)::after{
	content: '';
	position: absolute;
	top: 8.7rem;
	left: 51%;
	width: 0.25rem;
	height: 0.9rem;
	background: url(../images/special_tab1_arrow2.png) no-repeat;
	background-size: 100% 100%;
}
.tab1_ul1 li:nth-child(3)::before{
	content: '';
	position: absolute;
	top: 3.5rem;
	left: 102%;
	width: 0.9rem;
	height: 0.225rem;
	background: url(../images/special_tab1_arrow3.png) no-repeat;
	background-size: 100% 100%;
}
.tab1_ul1 li:nth-child(3)::after{
	content: '';
	position: absolute;
	top: 8.7rem;
	left: 51%;
	width: 0.25rem;
	height: 0.9rem;
	background: url(../images/special_tab1_arrow4.png) no-repeat;
	background-size: 100% 100%;
}
.tab1_ul1 li:nth-child(5)::after{
	content: '';
	position: absolute;
	top: 3.5rem;
	left:102%;
	width: 0.9rem;
	height: 0.225rem;
	background: url(../images/special_tab1_arrow5.png) no-repeat;
	background-size: 100% 100%;
}
.tab1_ul1 li:nth-child(6)::after{
	content: '';
	position: absolute;
	top: 8.7rem;
	left: 51%;
	width: 0.25rem;
	height: 0.9rem;
	background: url(../images/special_tab1_arrow6.png) no-repeat;
	background-size: 100% 100%;
}
.tab1_ul1 li:nth-child(7)::after{
	content: '';
	position: absolute;
	top: 3.5rem;
	left: 102%;
	width: 0.9rem;
	height: 0.225rem;
	background: url(../images/special_tab1_arrow7.png) no-repeat;
	background-size: 100% 100%;
}
.tab1_ul1 li span{
	position: absolute;
	top: -0.575rem;
	left: 4%;
	display: block;
	width: 92%;
	height: 1.1rem;
	line-height: 1.1rem;
	text-align: center;
	font-size: 0.5rem;
	color: #FFFFFF;
	border-radius: 0.5rem;
	
}
.tab1_ul1 li i{
	display: block;
	margin: 0.8rem 0 0.4rem;
	font-size: 2.2rem;
	text-align: center;
}
.tab1_ul1 li p{
	padding-top: 0.4rem;
	font-size: 0.5rem;
	line-height: 0.8rem;
	color: #333333;
}
.tab1_p2{
	font-size: 0.6rem;
	line-height: 0.8rem;
	padding-bottom: 6rem;
}
.buy_box{
	position: fixed;
	bottom: 0;
	display: block;
	box-sizing: border-box;
	padding: 0.9rem 1rem;
	width: 100%;
	background: #F8F8F8;
	overflow: hidden;
	z-index: 9999;
}
.buy_box .buy_box_left{
	float: left;
	width: 55%;
}
.buy_box .buy_box_left p{
	line-height: 0.7rem;
}
.buy_box .buy_box_left p:first-child{
	font-size: 0.7rem;
	color: #222222;
}
.buy_box .buy_box_left p:first-child span{
	font-size: 0.6rem;
}
.buy_box .buy_box_left p:nth-child(2){
	font-size: 0.5rem;
	color: #999999;
}
.buy_box .buy_box_left p:last-child{
	padding-top: 0.3rem;
	text-align: center;
}
.buy_box .buy_box_left p:last-child span{
	font-size: 0.6rem;
	color: #999999;
	text-decoration: line-through;
}
.buy_box .buy_box_left p:last-child b{
	color: #EA9F46;
	font-size: 1rem;
	margin-left: 0.4rem;
}
.buy_box .buy_box_left p:last-child b i{
	font-size: 0.7rem;
	font-weight: 400;
}
.buy_box button{
	float: right;
	display: inline-block;
	margin-top: 0.2rem;
	width: 6.5rem;
	height: 2.25rem;
	line-height: 2.25rem;
	font-size: 0.8rem;
	color: #FFFFFF;
	background: #EA9F46;
	border-radius: 1.125rem;
}
.li_background_blue{background: #ECF7FF;}
.span_background_blue1{background: #58B3E8;}
.i_color_bule{color: #58B3E8;}
.border_blue{border: 0.05rem dashed #58B3E8;}
.li_background_blue2{background: #EFFBFF;}
.span_background_blue12{background: #58C8E8;}
.i_color_bule2{color: #58C8E8;}
.border_blue2{border: 0.05rem dashed #58C8E8;}
.li_background_yellow{background: #FFF6EC;}
.span_background_yellow1{background: #EA9F46;}
.i_color_yellow{color: #EA9F46;}
.border_yellow{border: 0.05rem dashed #EA9F46;}
.li_background_yellow2{background: #FFF5F1;}
.span_background_yellow12{background: #E18B65;}
.i_color_yellow2{color: #E18B65;}
.border_yellow2{border: 0.05rem dashed #E18B65;}
.li_background_red{background: #FFEDF2;}
.span_background_red1{background: #DF597F;}
.i_color_red{color: #DF597F;}
.border_red{border: 0.05rem dashed #DF597F;}
.li_background_green{background: #F1FFF8;}
.span_background_green1{background: #39BF80;}
.i_color_green{color: #39BF80;}
.border_green{border: 0.05rem dashed #39BF80;}
.li_background_green2{background: #EFFFFE;}
.span_background_green12{background: #2AD5CE;}
.i_color_green2{color: #2AD5CE;}
.border_green2{border: 0.05rem dashed #2AD5CE;}
.li_background_purple{background: #F2F0FF;}
.span_background_purple1{background: #9689D0;}
.i_color_purple{color: #9689D0;}
.border_purple{border: 0.05rem dashed #9689D0;}

/*==========================================================tab3*/
.tab3_title_h2_tit1{
	width: 92%;
	background: url(../images/special_tab3_title.png) no-repeat;
	background-size: 100% 100%;
}
.title_h2 span:first-child{
	color: #EA9F46;
}
.title_h2 span:last-child{
	color: #2488C2;
}
.tab3_box{
	overflow: hidden;
	padding: 0.2rem 0.5rem 0;
}
.tab3_ul_left{
	float: left;
	width: 50%;
}
.tab3_box ul{
	overflow: hidden;
}
.tab3_box ul li{
	position: relative;
	float: right;
	margin-bottom: 0.75rem;
	padding: 0.5rem;
	width: 89%;
	height: 5.8rem;
	text-align: justify;
	line-height: 0.8rem;
	border-radius: 0.2rem;
	font-size: 0.5rem;
	color: #333333;
}
.tab3_box ul li:last-child{
	height: 4rem;
}
.tab3_box ul li:nth-child(6),.tab3_box ul li:nth-child(4){
	height: 6.5rem;
}
.tab3_ul_left li{
	border: 0.05rem solid #EA9F46;
}
.tab3_ul_left li span{
	color: #EA9F46;
}
.tab3_ul_left li i{
	position: absolute;
	top: 0.2rem;
	left: -1rem;
	font-style: inherit;
	display: inline-block;
	width:0.75rem;
	height: 0.75rem;
	text-align: center;
	line-height: 0.75rem;
	border-radius: 50%;
	background: #EA9F46;
	color: #FFFFFF;
}
.tab3_ul_right{
	float: right;
	width: 50%;
}
.tab3_ul_right li{
	border: 0.05rem solid #2488C2;
}
.tab3_ul_right li span{
	color: #2488C2;
}
.tab3_ul_right li i{
	position: absolute;
	top: 0.2rem;
	left: -0.85rem;
	font-style: inherit;
	display: inline-block;
	width:0.75rem;
	height: 0.75rem;
	text-align: center;
	line-height: 0.75rem;
	border-radius: 50%;
	background: #2488C2;
	color: #FFFFFF;
}
.tab3_titles{
	position: relative;
	margin-top: 2.25rem;
	font-size: 0.7rem;
	color: #222222;
	text-align: center;
	
}
.tab3_titles::after{
	content: '';
	position: absolute;
	top: 1.2rem;
	left: 50%;
	margin-left: -1.5rem;
	width: 3rem;
	height: 0.05rem;
	background: #333333;
}
.tab3_img1{
	display: block;
	margin: 2rem auto 1rem;
	width: 100%;
}
.tab3_imgBox p{
	font-size: 0.6rem;
	line-height: 1rem;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
.tab3 .bottom_summary{
	margin-top: 2.5rem;
}

/*===========================================================tab4*/
.tab4>p{
	padding: 0 1rem 1rem;
	font-size: 0.6rem;
	color: #333333;
	line-height: 1rem;
}
.tab4_img1{
	display: block;
	margin: 0 auto 1.5rem;
	width: 7rem;
}
.tab4_scene_list{
	padding: 0 1.1rem 1rem;
}
.tab4_scene_list li{
	font-size: 0.6rem;
	line-height: 1rem;
	color: #333333;
	overflow: hidden;
}
.tab4_scene_list li span{
	float: left;
	color: #222;
	font-size: 0.6rem;
	font-weight: bold;
}
.tab4_scene_list li i{
	float: left;
	color: #222;
	font-size: 0.6rem;
	font-weight: bold;
}
.tab4_scene_list li p{
	max-width: 11.5rem;
	float: left;
	font-size: 0.6rem;
	color: #333333;
}
.letter_spacing1{
	letter-spacing: 0.15rem;
}
.letter_spacing2{
	letter-spacing: 0.38rem;
}
/*03*/
.tab4_list_03{
	padding: 0 1.65rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	overflow: hidden;
}
.tab4_list_03 li{
	box-sizing: border-box;
	margin-bottom: 1.15rem;
	padding: 0.5rem 0 0.4rem;
	width: 28%;
	height: 5.6rem;
	background: #f9f9f9;
	text-align: center;
}
.tab4_list_03 li img{
	display: block;
	margin: 0 auto 0.5rem;
	width: 3.1rem;
}
.tab4_list_03 li span{
	display: block;
	text-align: center;
	font-size: 0.4rem;
	line-height: 0.6rem;
	color: #333333;
}
.tab4_04_list{
	padding: 0 0.5rem 1rem;
	overflow: hidden;
}
.tab4_04_list_left,.tab4_04_list_right{
	float: left;
}
.tab4_04_list_left p{
	padding-bottom: 0.25rem;
	font-size: 0.5rem;
	line-height: 0.8rem;
	color: #FF6700;
	width: 3.5rem;
	border-bottom: 0.05rem dashed #999999;
	
}
.tab4_04_list_left ul,.tab4_04_list_right ul{
	margin-top: 0.8rem;
	position: relative;
}
.tab4_04_list_left ul::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0.65rem;
	height: 5.15rem;
	background: url(../images/special_tab4_left_img.png) no-repeat;
	background-size: 100% 100%;
}
.tab4_04_list_left ul li{
	font-size: 0.5rem;
	padding-right: 0.8rem;
	color: #333333;
	text-align: right;
}

.balance{
	float: left;
	margin-top: 3.2rem;
	margin-left: 0.3rem;
	margin-right: 0.3rem;
	display: block;
	width: 5.65rem;
}
.tab4_04_list_right p{
	padding-bottom: 0.25rem;
	font-size: 0.5rem;
	color: #23498D;
	width: 5.825rem;
	border-bottom: 0.05rem dashed #999999;
}
.tab4_04_list_right ul li{
	font-size: 0.5rem;
	padding-left: 0.8rem;
	color: #333333;
}
.tab4_04_list_right ul::after{
	content: '';
	position: absolute;
	top: 0.2rem;
	left: 0;
	width: 0.65rem;
	height: 7.05rem;
	background: url(../images/special_tab4_right_img.png) no-repeat;
	background-size: 100% 100%;
}
.tab4_04_list_right{
	margin-top: 1.3rem;
}

.product_flow_box{
	position: relative;
	padding: 0 0.5rem 2.5rem;
}
.product_flow_box>p{
	box-sizing: border-box;
	float: left;
	padding: 0.4rem 0.2rem;
	width: 4rem;
	height: 4rem;
	text-align: center;
	line-height: 0.9rem;
	background: #B3F0D6;
	border-radius: 50%;
	border: 0.05rem dashed #4BC9AB;
	font-size: 0.45rem;
	color: #333333;
}
.product_flow_box>p b{
	display: block;
	padding-bottom: 0.05rem;
	text-align: center;
}
.product_flow_box>span{
	display: block;
	float: left;
	margin-top: 0.2rem;
	width: 2.625rem;
	height: 3.6rem;
	background: url(../images/special_tab4_arrow.png) no-repeat;
	background-size: 100% 100%;
}
.product_flow_box>span i{
	display: block;
	font-size: 0.4rem;
	padding-top: 1rem;
	padding-left: 0.5rem;
	color: #333333;
}
.tab4_ul_content{
	position: absolute;
	top: -1rem;
	right: 0.5rem;
	width: 58%;
}
.product_flow_box ul{
	overflow: hidden;
	margin-bottom: 0.5rem;
}

.product_flow_box ul li{
	float: left;
	width: 23%;
	margin-right: 0.2rem;
	font-size: 0.4rem;
	text-align: center;
}
.product_flow_box ul li:last-child{
	margin-right: 0;
}
.product_flow_box ul li span{
    display: block;
    margin: 0 auto 0.1rem;
	width: 1.9rem;
	height: 1.9rem;
	line-height: 1.9rem;
	text-align: center;
	background: #B3F0D6;
	border-radius: 50%;
	border: 0.05rem dashed #4BC9AB;
}
.product_flow_box ul li span i{
	color: #FFFFFF;
	font-size: 1rem;
}
/*用户反馈*/
.tab4_list_06{
	padding: 0.2rem 0 1.5rem;
}
.tab4_list_06_two{
	padding: 0.2rem 0 0.5rem;
}
.tab4_feedback{
	margin-bottom: 1rem;
	padding: 0 1.1rem;
	overflow: hidden;
}
.tab4_feedback span{
	float: left;
	display: block;
	font-size: 0.6rem;
	color: #333333;
	background: #E6F4FF;
	width: 3.75rem;
	height: 1.3rem;
	line-height: 1.3rem;
	text-align: center;	
	border-radius: 0.2rem;
}
.tab4_feedback p{
	float: left;
	margin: -0.6rem 0 0 4rem;
	width: 75%;
	height: 0.05rem;
	background: #F1F6FB;
}
.list_06_ul{
	padding: 0 1rem;
}
.list_06_ul li{
	margin-bottom: 2rem;
	overflow: hidden;
}
.list_06_ul li img{
	float: left;
	margin-top: 1.1rem;
	display: block;
	width: 3.9rem;
}
.ul_li_right{
	float: right;
	width: 72%;
}
.ul_li_right span{
	display: block;
	padding-bottom: 0.5rem;
	font-size: 0.6rem;
}
.ul_li_right p{
	position: relative;
	box-sizing: border-box;
	width: 98%;
	font-size: 0.6rem;
	color: #333333;
	padding: 0.725rem 0.6rem 0.625rem;
	border-radius: 0.1rem;
}
.ul_li_right p::before{
	content: '';
	position: absolute;
	top: 50%;
	left: -0.55rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.55rem 0.55rem 0.55rem 0;
}
.tab4_feedback_parent span{
	background: #E7FFFE;
}

.ul_li_right span.color_green{color: #2CC6C0;}
.ul_li_right p.background_green{background: #E7FFFE;}
.ul_li_right p.triangle_green::before{border-color: transparent #E7FFFE transparent transparent ; }
.ul_li_right span.color_red{color: #EE5681;}
.ul_li_right p.background_red{background: #F7E7EB;}
.ul_li_right p.triangle_red::before{border-color: transparent #F7E7EB transparent transparent ; }
.ul_li_right span.color_blue{color: #2488C2;}
.ul_li_right p.background_blue{background: #E6F4FF !important;}
.ul_li_right p.triangle_blue::before{border-color: transparent #E6F4FF transparent transparent; }

/*tab4轮播*/
.tab4_banner{
	position: relative;
	padding: 0 2rem;
	margin-bottom: 5rem;
}
.tab4_banner img{
	width: 6.35rem;
}
.tab4_banner .swiper-button-prev,.tab4_banner .swiper-container-rtl .swiper-button-next{
	background-image: url(../images/special_tab4_left_tab_btn.png);
	background-size: 100% 100%;
	left: 0.8rem;
}
.tab4_banner .swiper-button-next,.tab4_banner .swiper-container-rtl .swiper-button-prev{
	background-image: url(../images/special_tab4_right_tab_btn.png);
	background-size: 100% 100%;
	right: 0.8rem;
}
.tab4_banner .swiper-button-next, .swiper-button-prev{
	width: 0.8rem;
}

/*=============================================================tab5*/
.tab5 .title_h2{
	background: url(../images/special_tab5_title_01.png) no-repeat;
	background-size: 100% 100%;
}
.tab5>p{
	font-size: 0.6rem;
	color: #333333;
	padding: 0 1rem;
	text-align: justify;
}
.tab5>p.title_p_line{
	margin: 0 1rem 1rem;
	padding:0 0 1rem;
	border-bottom: 0.05rem dashed #666666;
}
.tab5_tab{
	padding: 1.5rem 2rem 1.25rem;
	overflow: hidden;
}
.tab5_tab li{
	float: left;
	width: 50%;
	text-align: center;
	font-size: 0.7rem;
	color: #666666;
}
.tab5_tab li.bg span{
	padding: 0 0.6rem 0.5rem;
	color: #2488C2;
	border-bottom: 0.1rem solid #2488C2;
	font-weight: bold;
}
.tab5_tab_box{
	display: none;
	padding: 0 0.5rem;
}
.tab5_tab_box>span{
	display: block;
	margin-top: 0.6rem;
	text-align: center;
	font-size: 0.6rem;
	color: #222222;
}
.tab5_tab_box.bg{
	display: block;
}
.tab_big_title{
	position: relative;
	margin: 0 auto;
	font-size: 0.7rem;
	color: #FFFFFF;
	text-align: center;
	background: #2488C2;
	width: 80%;
	height: 1.5rem;
	line-height: 1.5rem;
	border-radius: 0.15rem;
}
.tab_big_title::after{
	content: '';
	position: absolute;
	top: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	border-width: 0.5rem 0.5rem 0;
	border-style: solid;
	border-color: #2488C2 transparent transparent;
}
.tab5_tab_box>h5{
	padding: 1.175rem 0 0.75rem;
	font-size: 0.7rem;
}
.tab5_tab_box h5.tab5_title_02 {
	padding: 1.5rem 0 0.9rem;
}

.tab5_tab_box>h5 span{
	float: right;
	margin-top: 0.3rem;
	position: relative;
	display: block;
	width: 75%;
	height: 0.05rem;
	background: #DFE8EF;
}
.tab5_tab_box h5.tab5_title_02 span{
	width: 62%;
}
.tab5_tab_box h5.tab5_title_03 span {
	width: 71%;
}
.tab5_tab_box h5 span i{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 4.75rem;
	height: 0.05rem;
}
.tab5_tab_box h5 span i.background_green{background: #39BF80;}
.tab5_tab_box h5.color_green{color: #39BF80;}
.tab5_tab_box h5 span i.background_blue{background: #23498D;}
.tab5_tab_box h5.color_blue{color: #23498D;}

.tab5_tab1_01{
	padding: 1.05rem 0.6rem 1.1rem;
	font-size: 0.6rem;
	background: #E8F7F0;
	text-align: justify;
}

.tab5_module2{
	padding: 1.1rem 0.5rem 1rem;
	background: #F1F6FB;
}
.tab5_module2.background_green{
	background: #E8F7F0 !important;
}
.tab5_module2 h5{
	margin-bottom: 1.1rem;
	padding-bottom: 0.5rem;
	border-bottom: 0.05rem dashed #666666;
	font-size: 0.6rem;
	color: #333333;
	font-weight: bold;
}
.tab5_module2>p{
	font-size: 0.6rem;
	color: #333333;
	line-height: 1rem;
	margin-bottom: 0.5em;
}

.tab5_module2>ul>li{
	overflow: hidden;
	font-size: 0.6rem;
	color: #333333;
	line-height: 1rem;
}
.tab5_module2>ul>li span,.tab5_module2>ul>li b{
	float: left;
	font-size: 0.6rem;
	color: #222222;
	font-weight: bold;
}
.color_blue{
	color: #23498D !important;
}
.tab5_module2>ul>li p{
	float: left;
	line-height: 1rem;
	font-size: 0.6rem;
	color: #333333;
	width: 80%;
	text-align: justify;
}
.tab5_module2 p.tip{
	padding-top: 1rem;
	font-size: 0.6rem;
	color: #CB4141;
}
.letter_spacing3{
	letter-spacing: 1.15rem;
}
.tab5_module3>p{
	font-size: 0.6rem;
	color: #333333;
	margin-bottom: 0.5rem;
	line-height: 1rem;
	text-align: justify;
}
.tab5_module3>p b{
	color: #23498D;
}
.tab5_module3>ul{
	margin-bottom: 0.7rem;
	padding: 0;
	border-bottom: 0.05rem dashed #666666;
}
.tab5_module3>ul li{
	margin-bottom: 0.5rem;
	overflow: hidden;
	font-size: 0.6rem;
}
.tab5_module3>ul li span{
	display: block;
	float: left;
	margin-top: 0.1rem;
	margin-right: 0.1rem;
	font-size: 0.6rem;
	color: #333333;
	font-weight: 400;
	
}
.tab5_module3>ul li p{
	float: left;
	width: 96%;
	font-size: 0.6rem;
	color: #333333;
	text-align: justify;
}
.summary{
	box-sizing: border-box;
	margin: 0.85rem auto 5rem;
	width: 100%;
	padding: 1rem 0.6rem;
	background: #F1F6FB;
	border: 0.05rem solid #2263B3;
	border-radius: 0.4rem;
}
.summary h6{
	padding-bottom: 0.8rem;
	font-size: 0.6rem;
	color: #23498D;
}
.summary p{
	font-size: 0.6rem;
	color: #333333;
	line-height: 1rem;
	text-align: justify;
}
.tab5_tab_box_one>h5 span,.tab5_tab_box_one h5.tab5_title_02 span{
	width: 87%;
}
.tab5_tab_box_one .tab5_module2 ul li>span{
	font-weight: 400;
}
.tab5_tab_box_one .tab5_module2>ul{
	margin-bottom: 1.5rem;
}
.tab5_tab_box_one .tab5_module2>ul>li p{
	width: 96%
}
.banner_module3 h5.tab5_title_02 span{
	width: 57.5%;
}
.banner_module3 h5.tab5_title_03 span{
	width: 53%;
}

/*中间轮播详情*/
.banner_module2,.banner_module3{
	display: block;
}