@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar{width:10px; height:10px; cursor:pointer;}
::-webkit-scrollbar-track{background-color:#fafafa}
::-webkit-scrollbar-thumb{background-color:rgba(89,199,249,1); }
::-webkit-scrollbar-thumb:hover{background-color:rgba(33,150,237,1)}
::-webkit-scrollbar-thumb:active{background-color:rgba(89,199,249,1)}
body{
	font-family: 'microsoft yahei','微软雅黑',Arial,Helvetica,sans-serif;
	line-height: 1.4;
	margin: 0;
	padding: 0;	
	font-size: 14px;    font-weight: lighter;
}
a{
    color: #333;
    text-decoration: none;
    outline: none;
    background: none;
}

.h_header {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 100;
	
}
.h_header .h_headerInfo{
    position: relative;
    width: 1200px;
    height: 90px;
    padding-left: 14px;
    margin: 0 auto;
}

.h_flex_between {
    justify-content: space-between;
}
.h_flex_between, .h_flex_right {
    display: flex;
    align-items: center;
}
.h_header .h_headerInfo .h_fud-logo .h_logo {
    width: 282px;
    height: 70px;
    margin-right: 4px;
}
.h_topCards{
    display: flex;
    align-items: center;
}
.h_topCards{
    position: relative;
}
.h_topCards .h_cardsCans .h_cans1{
    width: 33px;
    height: 33px;
}
.h_topCards .h_cardsCans .h_cans2{
    width: 42px;
}
.h_header .h_headerInfo .h_search-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 187px;
    margin: auto 0;
    width: 360px;
    height: 40px;
    border-radius: 30px;
    border: 3px solid #4caf50;
	background: #4caf50;
	background: #4caf50;overflow: hidden;
}
.h_header .h_headerInfo .h_search-box .h_search-input {
    width: 290px;
}
.h_el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.h_header .h_search-input .h_el-input__inner {
    border: none;
}
.h_el-input__inner {	
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.h_header .h_headerInfo .h_search-box .h_search-btn{
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 40px;
    background: #4caf50;
    cursor: pointer;
}
.h_header .h_headerInfo .h_search-box .h_search-btn img {
    width: 22px;
    height: 22px;
    margin: auto;
}
.h_flex_left {
    justify-content: flex-start;
}
.h_flex_center, .h_flex_left {
    display: flex;
    align-items: center;
}
.h_header .h_headerInfo .h_service-hotline img {
    width: 27px;
    height: 29px;
    margin-right: 15px;
}
.h_flex_column, .h_flex_column_center {
    display: flex;
    flex-direction: column;
}
.h_header .h_headerInfo .h_service-hotline .h_flex_column span {
    font-size: 33px;
    color: #ff5722;
    font-weight: 700;
    font-family: fantasy;
}
.h_nav{
	width: 100%;
    height: 50px;
    background: #3f51b5;
}
.h_nav .h_main_center {
    position: relative;
	width: 1240px;
    margin: 0 auto;
}

.h_nav .h_nav-main {
	position: relative;
	width: 100%;
	font-size: 16px;
	color: #fff;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.h_nav .h_nav-main li{
	position: relative;
    width: 240px; width: 206.666666px;
    height: 50px;
    z-index: 2;
}
.h_nav .h_nav-main li:hover .h_Multistage{
	display: block;
}
.h_nei li a span{ font-size: 17px; font-weight: bold;     font-weight: lighter;}

.h_nav .h_nav-main .h_nav-item{    
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;	
}
.h_nav .h_nav-main .h_nav-item:hover .h_rotate {
    transform: rotate(180deg);
}
.h_nav .h_nav-main .h_nav-item img{
    width: 13px;
    height: 8px;
    margin-left: 9px;
    transition: All .3s ease-in-out;
}
.h_nav .h_nav-main .h_rotate_a{
	position: absolute;
	top:8px;
	left: 159px;
    width: 15px;
	height: auto;
}




.h_nei{
	position: relative;	
	width: 1240px;
	height: 50px;
	background: #3f51b5;
	font-size: 0;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
}
.h_nei li{
	font-size: 15px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	line-height: 40px;
	position: relative;
	z-index: 1;
	display: inline-block;
	text-align: center;
}
.h_nei li a{
	font-size: 15px;
	color: #ffffff;
}
.h_nei .h_nav-main .h_nav-item:hover .h_rotate {
    transform: rotate(180deg);
}
.h_nei .h_nav-main .h_nav-item img{
    width: 13px;
    height: 8px;
    margin-left: 9px;
    transition: All .2s ease-in-out;
}
.h_nei{
	position:relative;
	box-shadow:0 2px 3px 0 rgba(0,0,0,.1);
}
.h_nei li{
	font-size: 15px;
	text-transform: uppercase;
	color:white;
	text-decoration: none;
	line-height: 40px;
	position:relative;
	z-index: 1;
	display: inline-block;
	text-align: center;	
}
.h_nei .h_animation{
	position: absolute;
	height: 100%;
	top:0;
	z-index: 0;
	background: #4370f5;
	transition: all .3s ease 0s;
}
.h_nei li:nth-child(1){
	width: 248px; width: 206.666666px;
}
.h_nei .start-home,li:nth-child(1):hover~.h_animation{
	width: 248px; width: 206.666666px;
	left: 0;
}
.h_nei li:nth-child(2){
	width: 248px; width: 206.666666px;
}
.h_nei li:nth-child(2):hover~.h_animation{
	width: 248px; width: 206.666666px;	
	left: 248px; left: 206.666666px;
}
.h_nav li:nth-child(3){
	width: 248px; width: 206.666666px;
}
.h_nav li:nth-child(3):hover~.h_animation{
	width: 248px; width: 206.666666px;	
	left: 506px; left: 413.333333px;
}
.h_nei li:nth-child(4){
	width: 248px; width: 206.666666px;
}
.h_nei li:nth-child(4):hover~.h_animation{
	width: 248px; width: 206.666666px;	
	left: 754px; left: 620px;
}
.h_nei li:nth-child(5){
	width: 248px; width: 206.666666px;
}
.h_nei li:nth-child(5):hover~.h_animation{
	width: 248px; width: 206.666666px;	
	left: 1002px; left: 826.666666px;
}
.h_nei li:nth-child(6){
	width: 248px; width: 206.666666px;
}
.h_nei li:nth-child(6):hover~.h_animation{
	width: 248px; width: 206.666666px;	
	left: 1002px; left: 1033.333333px;
}

.h_Multistage {
    position: absolute;
    top: 50px;
	height: 570px;
    width: 240px; width: 206.666666px;	
    font-size: 16px; margin-left: -206.666666px;
}
.h_nei li:nth-child(2) .h_Multistage{ left: 0px; }
.h_nei li:nth-child(3) .h_Multistage{ left: -206.666666px; }
.h_Multistage_a{
	display: block;
}
.h_Multistage_b{
	display: none;
}



.h_Multistage .h_multistage-second-ul {
	position: relative;
	width: 247px;
	height: 570px;
	background: #fff;
	border-right: 1px solid #eee;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
}
.h_Multistage .h_multistage-second-li .h_multistage-second-item {
	align-items: center;
	position: relative;
	width: 180px;
	height: 41px;
	line-height: 41px;
	margin-left: 0;
	padding-left: 68px;
	cursor: pointer;
	text-align: left;
	color: #333;
}

.h_Multistage .h_multistage-second-li .h_multistage-second-item i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    height: 7px;
    width: 7px;
    margin: auto 0 auto 3px;
    transition: All .3s ease-in-out;
    transform: rotate(45deg);
    border-color: #222d39 #222d39 transparent transparent;
    border-style: solid;
    border-width: 1px 1px 2px 2px;
}
.h_Multistage .h_multistage-second-li .h_multistage-second-item small {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    margin: auto 0;
    width: 2px;
    height: 21px;
    background: #4370f5;
	display: none;
}
.h_Multistage .h_multistage-second-li:hover .h_multistage-second-item small{	
	display: block;
}
.h_Multistage .h_multistage-second-li:hover .h_multistage-second-item:hover span{	
	color: #4370f5;
}

.h_Multistage .h_multistage-second-ul .h_nshu{
	display: none;
	position: absolute;
	top:0;
	left: 248px;
	width: 800px;
	height: 570px;
	background: #ffffff;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
		
}
.h_Multistage .h_multistage-second-ul .h_nshu .h_nsne{
	height: 570px;
	width: 750px;	
	padding: 0 25px;
	position: relative;
	overflow: hidden scroll;
}
.h_Multistage .h_multistage-second-ul .h_nshu .h_nsne .h_nsne_a{
	width: 100%;
	height: 75px;
	margin-top: 25px;
	border-bottom: 1px solid #DCDCDC;
}
.h_Multistage .h_multistage-second-ul .h_nshu .h_nsne .h_nsne_a .h_nsne_zou{
	float: left;
	width: 130px;
	height: 75px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 16px;
}
.h_Multistage .h_multistage-second-ul .h_nshu .h_nsne .h_nsne_a .h_nsne_zou a{	
	color: #000000;
	font-size: 16px;
}
.h_Multistage .h_multistage-second-ul .h_nshu .h_nsne .h_nsne_a .h_nsne_n{
	float: right;
	width: 600px;
	height: 85px;
	
}
.h_Multistage .h_multistage-second-ul .h_nshu .h_nsne .h_nsne_a .h_nsne_n .h_nsne_li{
	float: left;
	width: 150px;
	font-size: 16px;
	color: #000000;
	line-height: 16px;
	margin-bottom: 15px;
	list-style-type: none;
}
.h_Multistage .h_multistage-second-ul .h_nshu .h_nsne .h_nsne_a .h_nsne_n .h_nsne_li a{
	color: #000000;
}
.h_Multistage .h_multistage-second-ul .h_nshu .h_nsne .h_nsne_a .h_nsne_n .h_nsne_li a:hover{
	color: #4370f5;
}
.h_Multistage .h_multistage-second-ul .h_nshu .h_nsne_t{
	position: absolute;
	bottom: 20px;
	left: 25px;
	width: 750px;
	height: 100px;
}
.h_Multistage .h_multistage-second-ul .h_nshu .h_nsne_t .h_nsne_tu{
	float: left;
	margin-right: 20px;
	width: 165px;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.h_Multistage .h_multistage-second-ul .h_nshu .h_nsne_t .h_nsne_tu .h_nsne_wen{
	font-size: 16px;
	color: #ffffff;
	background: #4370f5;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 15px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-bottom-right-radius: 32px;
	overflow: hidden;
}

.h_Multistage .h_multistage-second-ul .h_nshu .h_nsne_t .h_nsne_tu .h_nsne_img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
}
.h_Multistage .h_multistage-second-ul .h_nshu .h_nsne_t .h_nsne_tu .h_nsne_img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.h_Multistage_d{
	display: none;
	position: absolute;
    top: 50px;
	left: 0px;
    width: 206.666666px;
    font-size: 16px;
	background: #3f51b5;
}
.h_Multistage_dul{
	padding-bottom: 10px;
}
.h_Multistage_dul .h_Multistage_dli{
	font-size: 16px;
	line-height: 40px;
	text-indent: 73px;
	color: #ffffff;
	text-align: left;
}
.dao_c:hover .h_Multistage_d{
	display: block;
}
.h_Multistage_dul a:hover .h_Multistage_dli{
	color: #4370f5;
}
.dao_d:hover .h_Multistage_d{
	display: block;
}
.h_Multistage_a{
	display: block;
}
.h_Multistage_b{
	display: none;
}
.dao_a:hover .h_Multistage_b{
	display: none;
}
.dao_a:hover ul .h_multistage-second-li:nth-child(1) .h_nshu{ display: block; }
/* .dao_a:hover .h_nshu {
	display: block;
} */
.dao_a .h_multistage-second-li:hover .h_nshu{ display: block; }

.dao_b:hover .h_Multistage_a{
	display: none;
}
.dao_b:hover .h_Multistage_b{
	display: none;
}
.dao_b:hover ul .h_multistage-second-li:nth-child(1) .h_nshu{ display: block; }
/* .dao_b:hover .h_nshu {
	display: block;
} */
.dao_b .h_multistage-second-li:hover .h_nshu{ display: block; }

.b_banner{
	width: 100%;
	height: 570px;
	overflow: hidden;
}
.b_banner img{
	width: 100%;
	height: 100%;
}
.main{
	width: 100%;
	background: #eee; background: #ffffff;
}


.m_main{
	width: 1240px;
	margin: 0 auto;
}
.m_flex_c{
	display: flex;
	justify-content: space-between;
	align-items: center;	
}
.m_flex_cli{ display: none; }
.m_flex_clion{ display: flex; }
.m_flex_left{
	display: flex;
	justify-content: flex-start;
	align-items: center;	
}
.m_Section{
	width: 100%;
	padding-top: 50px;
	margin: 0 0 35px;
}
.m_Section .m_tab_title{    position: relative;	
	font-size: 25px;    font-weight: bold;    color: #03a9f4;
}
.m_Section .m_tab_title img{	opacity: 0;
	width: 31px;
    margin-right: 16px;margin-right: 2px;
    font-size: 24px;
}
.m_Section .m_tab_title span{
    position: absolute;
    top: -14px;
    left: 0px;
    font-family: -webkit-body;
    font-size: 40px;
    color: #8bc34a;    color: #e3e3e3;
}
.m_Section .m_tab_colum{
	font-size: 18px;
}

.m_Section .m_tab_colum .m_tful{
	margin-right: 20px;
	position: relative;
}
.m_Section .m_tab_colum .m_tful .m_tfli{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 32px;
    cursor: pointer;
    z-index: 2;
    transition: All .1s ease-in-out;
}
.m_Section .m_tab_colum .m_tful .m_tfli:hover{
	color: #fff;
	background: #4370f5;
}
.m_Section .m_tab_colum .m_tful .m_lflion{	color: #fff;
	background: #4370f5; background: #2196f3;  border-radius: 30px; }
.m_tfli_ani{
	position: absolute;
	left: 0;
	color: #fff;
    background: #4370f5;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 32px;
    cursor: pointer;
	z-index: -10;
}
.m_ef_li{
	display: flex;
	align-items: center;
	justify-content: space-between;	
	-webkit-box-shadow:0 0 10px #eee;  
	-moz-box-shadow:0 0 10px #eee;  
	box-shadow:0 0 10px #eee;  
}
.m_efmain{ display: none;
	width: 1240px;
	margin: 0 auto;
	background: #DEE7E9;background: #ffffff;
}
.m_efmainon{ display: block;}
.m_left{
	float: left;
}
.m_right{
	float:right;
}
.m_efmain .m_t_left{
	position: relative;
	width: 220px;
	height: 320px;
	padding: 40px;
	font-size: 14px;
	color: #fff;
	background: #fff;
}
.m_efmain .m_t_lefta{
	background-image: url(../images/ef1.png);
	background-size: 300px 400px;
	background-repeat: no-repeat; background-color: #009688;    border-radius: 0px 50px 0px 50px;
}
.m_efmain .m_t_leftb{
	position: relative;
	width: 240px;
	height: 340px;
	padding: 30px;
}
.m_efmain .m_t_left h5{
	margin: 0;
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
}
.m_efmain .m_t_left p{
	margin: 30px 0;
	line-height: 28px;
}
.m_efmain .m_t_left .m_labels{
	margin-top: 70px;
}
.m_efmain .m_t_left .m_labels span{	
	padding: 5px 10px;
	margin-right: 10px;
	border: 1px solid #ffffff;
}

.m_efmain .m_t_right{
	width: 890px;	
}
.m_efmain .m_t_right .m_t_ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.m_efmain .m_t_right .m_t_ul .m_t_li{
	position: relative;
    width: 250px;
    height: 155px;
    padding: 20px;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
}
.m_efmain .m_t_right .m_t_ul .m_t_li:hover{
	box-shadow: 0 8px 16px rgba(0,0,0,.2);
    transition: .3s;
    transform: translate3d(0,-3px,0);
}
.m_efmain .m_t_right .m_t_ul .m_t_li .m_t_tit{
	font-size: 18px;
	width: 100%;
}
.m_efmain .m_t_right .m_t_ul .m_t_li .m_t_nei{
	margin: 20px 0 10px;
	flex-wrap: wrap;
}
.m_efmain .m_t_right .m_t_ul .m_t_li .m_t_nei .m_t_neili{
	padding: 4px 7px;
    margin: 0 10px 10px 0;
    border: 1px solid #999;
    color: #666;
}
.m_efmain .m_t_right .m_t_ul .m_t_li .m_t_nei .m_t_neili:hover{
	background: #4370f5;
    border: 1px solid #4370f5;
}
.m_lina{
	color: #222d39;
}
.m_efmain .m_t_right .m_t_ul .m_t_li .m_t_nei .m_t_neili:hover a{	
	color: #ffffff;
}

.m_efmain .m_t_right .m_t_ul .m_t_li .m_t_lia{
	color: #4370f5;
}
.m_efmain .m_t_right .m_t_ul .m_t_li .m_t_gen{
	position: absolute;
    top: 8px;
    right: -26px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: linear-gradient(136deg,#55b1ee,#4370f5);
    font-size: 14px;
    color: #fff;
    text-align: center;
    transform: rotate(45deg);border-radius: 0px 0px 50px 50px;
}
.m_border{
	border-bottom: 1px dashed #eeeeee;
	width: 100%;
	padding: 40px 0;
}
.m_border .m_b_pagul{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.m_border .m_b_pagul li{
    width: 100px;
    height: 13px;
    margin-right: 8px;
    border-radius: 10px;
    background: #e3e3e3;
    cursor: pointer;
    list-style-type: none;
}
.m_border .m_b_pagul .active{
	background: #2196f3;
}
.m_border .m_b_pagul li:hover{
	background: #2196f3;
}
.m_efmain .m_t_left img{
	width: 240px;
    height: 166px;
    margin: 30px 0 20px;
}
.m_efmain .m_t_left .m_t_two{
	margin: 0;
	line-height: 23px;
	color: #999999;
}
.m_efmain .m_t_left .m_t_cha{ 
	 position: absolute;
    bottom: 30px;
    right: 30px;
    color: #4370f5;
    cursor: pointer;
}
.m_t_li .m_t_name{
	line-height: 23px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.m_t_li .m_t_tnei{
	margin: 15px 0 10px;
    line-height: 23px;
    font-size: 14px;
    color: #999;
}
.m_t_li img{
	width: 100%;
    height: 92px;
}
.m_ef_cli{
}
.m_ef_cli .m_t_leftc{
	position: relative;
	width: 260px;
	height: 400px;
	padding: 40px;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #fff;
	background-image: url(../images/mf1.png);
	box-sizing: border-box;     border-radius: 0px 50px 0px 50px;
}
.m_ef_cli .m_t_leftc h5{
	font-size: 24px;
    font-weight: 700;
	margin: 0;
	color: #ffffff;
}
.m_ef_cli .m_t_leftc p{
	margin: 30px 0;
    line-height: 23px;
	color: #ffffff;
}
.m_ef_cli .m_t_labc{
	flex-wrap: wrap;
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 180px;
}
.m_ef_cli .m_t_labc{
	color: #ffffff;
}
.m_ef_cli .m_t_labc span{
	padding: 5px 10px;
    margin: 0 10px 20px 0;
    background: hsla(0,0%,100%,.32);
}
.m_ef_cli .m_t_righc{
	width: 980px;
    height: 400px;
    background: #fff;
}
.m_ef_cli .m_t_righc .m_t_riul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.m_ef_cli .m_t_righc .m_t_riul .m_t_rili{
	position: relative;
	width: 326.66px;
    height: 247px;
    padding: 30px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff;	
	box-sizing: border-box;
}
.m_ef_cli .m_t_righc .m_t_riul .m_t_rnt{
	font-size: 18px;
    font-weight: 400;
    color: #333;
}
.m_ef_cli .m_t_righc .m_t_riul .m_t_rne{
	margin: 20px 0 2px;
    line-height: 23px;
    font-size: 14px;
    color: #999;
}
.m_ef_cli .m_t_righc .m_t_riul .m_t_ryu{
	position: absolute;
    bottom: 10px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
    background: linear-gradient(137deg,#99a8f5,#233bf5);
}
.m_ef_cli .m_t_righc .m_t_riul .m_t_ryua{
	background: linear-gradient(137deg, rgb(153, 168, 245) 0%, rgb(35, 59, 245) 100%);
}
.m_ef_cli .m_t_righc .m_t_riul .m_t_ryub{
	background: linear-gradient(137deg, rgb(154, 228, 243) 0%, rgb(48, 193, 223) 100%);
}
.m_ef_cli .m_t_righc .m_t_riul .m_t_ryuc{
	background: linear-gradient(137deg, rgb(248, 129, 110) 0%, rgb(239, 49, 18) 100%);
}

.m_ef_cli .m_t_righc .m_t_riul .m_t_rxli{
	width: 490px;
    height: 153px;
    padding: 30px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff;	
	box-sizing: border-box;
}
.m_t_hover:hover{
	box-shadow: 0 8px 16px rgba(0,0,0,.2);
    transition: .3s;
    transform: translate3d(0,-3px,0);
}
.m_h_xue .m_h_xli{
	width: 191px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
}
.m_h_fle{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    white-space: pre;    border-radius: 50px 0px 50px 50px;
}
.m_h_xue .m_h_xli .m_h_xlia img{
	width: 28px;
    margin-right: 10px;
}
.m_h_xue .m_h_xtu{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 400px; height: 200px;
    margin-top: 40px;
	background: #ffffff;
}
.m_h_xue .m_h_xtu .m_h_xtuli{
	width: 310px;
    height: 200px;
}
.m_h_xue .m_h_xtu .m_h_xtuli .m_h_ani{
	border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    background: #fff;
    padding: 19px 20px 20px 20px;
    cursor: pointer;	
}
.m_h_xue .m_h_xtu .m_h_xtuli:hover{
	box-shadow: 0 8px 16px rgba(0,0,0,.2);
    transition: .3s;
    transform: translate3d(0,-3px,0);	
}
.m_h_xue .m_h_xtu .m_h_xtuli .m_h_xtus{
	width: 100%;
    height: 115px;
    overflow: hidden;
}
.m_h_xue .m_h_xtu .m_h_xtuli .m_h_xtus img{
	width: 100%;
}
.m_h_xue .m_h_xtu .m_h_xtuli .m_h_xwen{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 20px;
    font-size: 18px;
    color: #000;
}

.m_h_xue .m_h_xtu .m_h_xtuli .m_h_xwen .m_h_xwenb{
	margin-left: 20px;
    font-size: 14px;
    color: #4370f5;
}
.m_yli{
	position: relative;
    padding: 5px 20px;
    font-size: 18px;
    color: #999;
    cursor: pointer;
}
.m_ylis:after{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 1px;
    height: 16px;
    background: #999;
}
.m_yli:hover{
	color: #4370f5;
}
.m_s_left{
	
}
.m_s_stu{
	font-size: 18px;
}
.m_s_sli .m_s_left{
	position: relative;
    width: 565px;
    height: 410px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.m_s_sli .m_s_lefta{
	background-image: url(../images/fd1.png);	
}
.m_s_sli .m_s_left span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: hsla(0,0%,100%,.9);
    border-radius: 0 0 4px 4px;
}
.m_s_sli .m_s_stu .m_s_left:hover{
	box-shadow: 0 8px 16px rgba(0,0,0,.2);
    transition: .3s;
    transform: translate3d(0,-3px,0);
}
.m_s_right{
	width: 665px;
}
.m_s_right .m_s_xtul{
	flex-wrap: wrap;
}
.m_s_right .m_s_xtul .m_s_anli{
	display: flex;
	margin-bottom: 10px;
	background: #fff;
	overflow: hidden;	
    border-radius: 4px;
}
.m_s_right .m_s_xtul .m_s_anli:hover{
	box-shadow: 0 8px 16px rgba(0,0,0,.2);
    transition: .3s;
    transform: translate3d(0,-3px,0);
}   
.m_s_mtme{
	width: 215px;
	height: 195px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.m_s_mtua{
	background-image: url(../images/hxzj_1.png);	
}
.m_s_mtub{
	background-image: url(../images/fd1_2.png);	
}
.m_s_mtuc{
	background-image: url(../images/fd1_3.png);	
}
.m_s_mtud{
	background-image: url(../images/fd1_4.png);	
}
.m_s_mtue{
	background-image: url(../images/fd1_5.png);	
}
.m_s_mtuf{
	background-image: url(../images/fd1_6.png);	
}
.m_s_mtme span{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
}
 
.m_f_fu{
	width: 1240px;
	height: 604px;
	font-size: 18px;	
}
.m_f_fu .m_f_left{
	width: 380px;
	justify-content: space-between;
	display: flex;
	flex-direction:column;
}
.m_f_fu .m_f_left .m_f_ti{
	position: relative;
    width: 100%;
    height: 298px;
    background: #fff;
    border-radius: 4px;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 4px;
}
.m_f_fu .m_f_left .m_f_ti img{	
    width: 100%;
}
.m_f_fu .m_f_left .m_f_ti span{
	position: absolute;
	width: 380px;
	bottom: 10px;
	left: 0;
	right: 0;
	color: #999;
	text-align: center;
}
.m_f_riy{
	width: 850px;
}
.m_f_ful{
	flex-wrap: wrap;
}
.m_f_ful .m_f_fli{
	display: flex;
	margin-bottom: 5px;
	margin-top: 5px;
	background: #fff;
	overflow: hidden;	
    border-radius: 4px;
}

.m_f_mtme{
	width: 205px;
	height: 195px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.m_f_mtme span{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
	color: #999;
}
.m_g_zou{
	width: 584px;
	height: 400px;	    border-radius: 50px;  overflow: hidden;
}
.m_g_zou img{
	width: 100%;
	height: 100%;	
}
.m_g_you{
	display: flex;
    flex-direction: column;
    justify-content: center;
    width: 495px;
    min-height: 472px;
    color: #333;
}
.m_g_you .m_g_tit{
	font-size: 18px;
    font-weight: 700;
}
.m_g_you .m_g_gul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.m_g_you .m_g_gul .m_g_gli{
	width: 50%;
	margin-top: 40px;
	display: flex;
	flex-direction: column;
}
.m_g_you .m_g_gul .m_g_gli .m_g_flex{
	display: flex;
	flex-direction: column;
}
.m_g_you .m_g_gul .m_g_gli .m_g_wena{
	line-height: 24px;
	font-size: 18px;
	color: #333;
}
.m_g_you .m_g_gul .m_g_gli .m_g_wend{
	width: 168px;
    min-height: 38px;
    margin-top: 10px;
    line-height: 19px;
    font-size: 14px;
	color: #333;
}
.m_borderx{
	border-bottom: 0px solid #999;
	width: 100%;
	padding: 40px 0;
}
.about{
	width: 100%;
    background: #fff;
}
.about .a_anei{
	width: 1240px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.about .a_x_xia{
	height: 595px;
}
.about .a_x_xia .a_x_aul{
	flex-wrap: wrap;
}
.about .a_x_xia .a_x_ali{
	margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.about .a_x_xia .a_x_ali:hover{ -webkit-box-shadow: 0 0 10px #eee; -moz-box-shadow: 0 0 10px #eee; box-shadow: 0 0 10px #eee; border-radius: 0px; }
.about .a_x_xia .a_x_ali:hover .a_x_atu .a_x_wen{ display: none; }
.about .a_x_xia .a_x_ali>div{
	width: 280px;
}
.about .a_x_xia .a_x_ali .a_x_atu{
	position: relative;
    height: 260px;
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
}
.a_x_btua{
	background-image: url(../images/instrument1.png);	
}
.a_x_btua{
	background-image: url(../images/instrument1.png);	
}
.a_x_btua{
	background-image: url(../images/instrument1.png);	
}
.a_x_btua{
	background-image: url(../images/instrument1.png);	
}
.about .a_x_xia .a_x_ali .a_x_atu .a_x_wen{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    color: #fff;
    background: linear-gradient(180deg,rgba(34,45,57,0),rgba(20,27,34,.54) 40%,#000);
    opacity: .54;
}

.footer{
	background: #0a1127;
    height: 478px;
    padding: 40px 0;
    font-size: 16px;
}
.footer .f_mian{
	width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
}
.footer .f_mian .f_wenzi{
	display: flex;
	align-items: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
	justify-content: flex-start;
}
.footer .f_mian .f_wenzi .f_w_row:first-child{
	display: flex;	
	justify-content: flex-start;
	width: 285px;
}
.footer .f_mian .f_wenzi .f_w_row:first-child img{
	width: 19px;
    height: 19px;
    margin-right: 10px;
}
   
.footer .f_mian .f_wenzi .f_w_row:nth-child(2){
	width: 398px;	
}
.footer .f_mian .f_wenzi .f_w_row:nth-child(3){
	width: 187px;	
}
.footer .f_mian .f_wenzi .f_w_row:nth-child(4){
	width: 228px;	
}
.f_wen_two{
	padding-top: 14px;
}

.f_w_info{
	flex-direction: column;
	justify-content: flex-start;
}
.f_w_info h5{
	margin: 0px;
	margin-bottom: 14px;
    font-size: 24px;
    color: #4370f5;
    font-weight: 700;
}
.f_w_info p{
	line-height: 40px;
    color: #999;
}
.f_w_ful{
	height: 205px;
	flex-wrap: wrap;
	display: flex;
	flex-direction: column;
	list-style-type: none;
}
.f_w_ful li{
	width: 104px;
    height: 21px;
    line-height: 23px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #999;
}
.f_w_ful li .f_w_lia{
	color: #999!important;
}
.f_w_ful li a:hover{
	color: #4370f5!important;
}
.footer .f_mian .f_wenzi{
	font-size: 16px;
}
.footer .f_mian .f_wenzi img{
	width: 16px;
    height: 18px;
    margin-right: 11px
}
.footer .f_mian .f_wenzi .f_w_min{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 1200px;
	list-style-type: none;	
}
.footer .f_mian .f_wenzi .f_w_min li{
	min-width: 64px;
    margin: 0 37px 10px 0;
    color: hsla(0,0%,100%,.8);
    cursor: pointer;	
} 
.f_wen_three{
	margin: 20px 0;
}

.f_w_zdi{
	display: flex;
	align-items: center;
	justify-content:space-between;
	flex-wrap: wrap;
	width: 1200px;
	list-style-type: none;	
	color: hsla(0,0%,100%,.7);
}
.f_w_zdi li span a{
	color: hsla(0,0%,100%,.7);
}



.h_Multistage_a_h{
	display: none;
}
.dao_a:hover .h_Multistage_a_h{
	display: block;
}
.b_banner_fu{
	width: 100%;
	height: 300px;
	position: relative;
	margin-bottom: 50px;
	text-align: center;	
	
}
.b_banner_fu img{
	width: auto;
	height: 100%;
	position: relative;
	margin-bottom: 50px;
}
.fu_main{
	display: flex;
	width: 1240px;
	margin: 0 auto;	
}
.fu_main .fu_m_navs{
	margin-bottom: 28px;
}
.fu_main .fu_m_navs .fu_m_nul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.fu_main .fu_m_navs .fu_m_nul .fu_m_nli{
	margin: 0 35px 10px 0;
    font-size: 16px;
    color: #687294;
    cursor: pointer;
}
.fu_main .fu_m_navs .fu_m_nul.fu_m_activefu_main .fu_zou{
	margin: 0 35px 10px 0;
    font-size: 16px;
    color: #687294;
    cursor: pointer;
 color: #4370f5;
    font-weight: 700;   font-size: 16px;
    font-weight: 400;
    z-index: 10;
}
.fu_main .fu_zou .fu_quan{
	width: 205px;
    margin-right: 35px;
    padding: 20px 0;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 20px;
}
.fu_main .fu_zou .fu_quan .fu_tit{
	width: 145px;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fu_main .fu_zou .fu_quan .fu_tit i{
	width: 10px;
    height: 10px;
    transform: rotate(135deg);
    margin-left: 3px;
    transition: All .3s ease-in-out;
    border-color: #222d39 #222d39 transparent transparent;
    border-style: solid;
    border-width: 1px 1px 2px 2px;
}
.fu_main .fu_zou .fu_quan .fu_tul .fu_tul_li{
	min-height: 60px;
	padding: 0 15px;
	list-style-type: none;
}
.fu_tul_hou{
	font-size: 18px;
	line-height: 45px;
	position: relative;
    height: 60px;
    padding-left: 12px;
    border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
}
.fu_tul_hou img{
	width: 25px;
	height: 25px;
	margin-right: 8px;
}
.fu_tul_hou span{
	line-height: 60px;
    cursor: pointer;
}
.fu_tul_hou i{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto 0;
}
.fu_tul_hou .fu_tul_jia{
    border-right: 1px solid #4370f5;
    border-top: 1px solid #4370f5;
	height: 6px;
    width: 6px;
    margin-left: 3px;
    transition: All .3s ease-in-out;
    transform: rotate(135deg);
    border-color: #4370f5 #4370f5 transparent transparent;
    border-style: solid;
    border-width: 1px 1px 2px 2px;
	transition: All .3s ease-in-out;
}
.fu_tul_hou .fu_tul_jib{
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
	height: 6px;
    width: 6px;
    margin-left: 3px;
    transition: All .3s ease-in-out;
    transform: rotate(45deg);
    border-color: #222d39 #222d39 transparent transparent;
    border-style: solid;
    border-width: 1px 1px 2px 2px;
}
.fu_tul_xi{
	font-size: 14px;
}
.fu_tul_xi .fu_lev_li{
	
	display: flex;
    align-items: center;
    position: relative;
    height: 38px;
    padding-left: 30px;
    color: #687294;
    cursor: pointer;
}

.fu_tul_xi .fu_lev_li .fu_dul{
	display: none;
	position: absolute;
    top: 0;
    right: -140px;
    width: 160px;
    max-height: 500px;
    overflow-y: auto;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 8px;
    z-index: 10000;
	box-sizing: border-box;
}
.fu_tul_xi .fu_lev_li .fu_dul .fu_dli{
	height: 40px;
    line-height: 40px;
    padding: 0 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}
.fu_lev_li:hover .fu_dul{
	display: block;
}
.fu_tul_xia{
	display: block;
}
.fu_tul_xib{
	display: none;
}
.fu_tul_xic{
	display: none;
}
.fu_tul_xid{
	display: none;
}
.fu_tul_xie{
	display: none;
}
.fu_tul_xif{
	display: none;
}
.fu_blocka{
	display: block;
	color: rgb(67, 112, 245);
	cursor: pointer;
}
.fu_nonea{
	display: none;
	cursor: pointer;
}
.fu_blockb{
	display: none;
	color: rgb(67, 112, 245);
	cursor: pointer;
}
.fu_noneb{
	display: block;
	cursor: pointer;
}
.fu_blockc{
	display: none;
	color: rgb(67, 112, 245);
	cursor: pointer;
}
.fu_nonec{
	display: block;
	cursor: pointer;
}
.fu_blockd{
	display: none;
	color: rgb(67, 112, 245);
	cursor: pointer;
}
.fu_noned{
	display: block;
	cursor: pointer;
}
.fu_blocke{
	display: none;
	color: rgb(67, 112, 245);
	cursor: pointer;
}
.fu_nonee{
	display: block;
	cursor: pointer;
}
.fu_blockf{
	display: none;
	color: rgb(67, 112, 245);
	cursor: pointer;
}
.fu_nonef{
	display: block;
	cursor: pointer;
}
.fu_you{
	width: 1000px;
}
.fu_you .fu_y_tou{
	width: 600px;
    padding: 25px 0 10px;
    margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
}
.fu_you .fu_y_tou .fu_y_title{
	
}
.fu_you .fu_y_tou  .fu_y_fli{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #222d39;
}
.fu_you .fu_y_tou  .fu_y_fli span{
	padding: 0 5px;
}
.fu_you .fu_y_pag{
	width: 1000px;
	padding-bottom: 80px;
}
.fu_you .fu_y_pag .fu_y_slp{
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    margin-top: 10px;
}
.fu_you .fu_y_pag .fu_y_slp .fu_y_sli{
	width: 191px;
    height: 184px;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.fu_you .fu_y_pag .fu_y_slp .fu_y_sli .fu_y_imga{
	width: 100%;
	height: 123px;
}
.fu_you .fu_y_pag .fu_y_slp .fu_y_sli .fu_y_imgb{
	width: 50px;
	position: absolute;
	top: -10px;	
}
.fu_you .fu_y_pag .fu_y_slp .fu_y_sli .fu_y_item{
	position: relative;
    width: 100%;
    height: 61px;
    padding: 8px 10px 0;
	box-sizing: border-box;
}
.fu_you .fu_y_pag .fu_y_slp .fu_y_sli .fu_y_item .fu_y_wen{
	font-size: 16px;
	color: #22d39;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	list-style-type: none;	
}
.fu_you .fu_y_pag .fu_y_slp .fu_y_sli .fu_y_item span{
	position: absolute;
    bottom: 8px;
    right: 10px;
    font-size: 14px;
    color: #4370f5;
}


#m_h_xue1{ display: block; }
#m_h_xue2{ display: none; }
#m_h_xue3{ display: none; }
#m_h_xue4{ display: none; }
#m_h_xue5{ display: none; }
#m_h_xue6{ display: none; }
#m_h_xue7{ display: none; }
#m_h_xue8{ display: none; }

#m_h_xtu1{ display: flex; }
#m_h_xtu2{ display: none; }
#m_h_xtu3{ display: none; }
#m_h_xtu4{ display: none; }
#m_h_xtu5{ display: none; }
#m_h_xtu6{ display: none; }
#m_h_xtu7{ display: none; }
#m_h_xtu8{ display: none; }

.m_flex_cli{ display: none; }
.m_flex_clion{ display: flex; }