@charset "utf-8";
::-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: normal;
    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; }