﻿@charset "utf-8";
.nav0019_box{
	width:100%;
	height: 10vh;
	background:var(--FontWhiColor);
	position: relative;
	z-index: 500;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.nav0019{
	width: 90vw;
	height: 100%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}

.nav0019_left{
	width: 16%;
	height:100%;
}
.nav0019_left a{
	display: block;
	height: 100%;
	font-size: 0px;
	position: relative;
}

.nav0019_logo_1{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav0019_logo_2{
	display: flex;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
}
.nav0019_logo_1 img,.nav0019_logo_2 img{
	width: auto;
		height: 5vh;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}



.nav0019_you{
	display: flex;
	justify-content: space-between;
}
.nav0019_menu{
	height: 100%;
	display: flex;
	justify-content: flex-start;
	position: relative;
	padding-right: 1rem;
	margin-right: 2.25rem;
}
.nav0019_menu:after{
	content: '';
	width: 1px; 
	height: 1.125rem;
	position: absolute;
	top: calc(5vh - 0.5625rem);
	right: 0;
	background:rgba(52, 52, 52, 0.3);
		
}

.nav0019_menu_1{
	height: 100%;
	position: relative;
}
.nav0019_menu_1 a{
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0px 1.25rem;
	Font-size:1.125rem;
	color:var(--FontTowColor);

}
.nav0019_menu_1>a:after{
	content: '';
	width: 100%;
	height: 3px;
    background: var(--OneColor);
    transform: scaleX(0);
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.nav0019_menu_1>a:hover:after{
	 transform: scaleX(1);
}
.nav0019_menu_1 a:hover{
	color: var(--FontOneColor);
}

.nav0019_menu_1 a.nav0019_menu_1_a:after{
	 transform: scaleX(1);
}
.nav0019_menu_1 a.nav0019_menu_1_a{
	color: var(--FontOneColor);
}

.nav0019_menu_1:hover .nav0019_menu_warp{
	height: auto;
	transform: translateX(0px);
}
.nav0019_menu_1:hover .nav0019_con{
	opacity: 1;
	height: auto;
}

.nav0019_menu_warp{
	top: 100%;
	width: 180%;
	left: -40%;
	position:absolute;
	height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	 box-shadow: 0 10px 40px rgba(0,0,0,.06);
}
.nav0019_con{
	width:100%;
	background: var(--FontWhiColor);
	opacity: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	 height: 0px;
	overflow: hidden;
}
.nav0019_con a{
	text-align: center;
	height: 3.75rem;
	line-height: 3.75rem;
	display: block;
	font-size: 1rem;
	color:var(--FontOneColor);
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	overflow: hidden;
	padding: 0px 1rme;
}
.nav0019_con span{
	position: relative;
	z-index: 2;
}


.nav0019_menu_warp a:hover{
	color: var(--FontWhiColor);
	background: var(--OneColor);
}


.nav0019head_1{ 
	width: 90px;
	padding-left: 1.5rem;
	height: 38px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	margin-right: 2rem;
	position: relative;
	margin-top: calc(5vh - 19px);
}

.nav0019head_1:after{
	content: "";
	display: block;
	width: 0;
	height: 0; 
	border-left: 4px solid transparent; 
	border-right: 4px solid transparent; 
	border-bottom: 8px solid var(--FontTowColor); 
	top:calc(50% - 3px);
	right:0px;	
	position: absolute;
	transform: rotate(180deg);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav0019head_1:before{
	content: '';
	display: block;
	width: 16px;
	height: 16px; 
	background: url("../images/nav0019icon-1-1.png") no-repeat left;
	top:calc(50% - 8px);
	left:0;	
	position: absolute;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.nav0019head_1 p{ 
	width: 100%;
	line-height: 38px;
	font-size: 1rem;
	color: var(--FontTowColor); 
}
.nav0019head_1 ul{
	width: 100%;
	display: block;
	font-size: 0.875rem;
	background: var(--FontWhiColor); 
	position: absolute;
	top: 100%;
	left: 0px;
	max-height: 0px;
	overflow: hidden;
	transition: max-height all 0.5s; 
	z-index:300;
	-moz-box-shadow: 0px 4px 35px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 4px 35px rgba(0,0,0,0.12);
    box-shadow: 0px 4px 35px rgba(0,0,0,0.2);
}
.nav0019head_1 ul li{
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px;
	list-style: none;
	color:  var(--FontOneColor); 
	text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav0019head_1 ul li.Selected{
	background: var(--OneColor); 
	color: var(--FontWhiColor); 
}
.nav0019head_1 ul li:hover{
	background: var(--OneColor); 
	color: var(--FontWhiColor); 
}		
.nav0019head_1.nav0019head_open ul{
	max-height: 250px;
	transform-origin: 50% 0;
	-webkit-animation: slide-down all 0.5s;
	transition: max-height all 0.5s;
	
}
.nav0019head_1.nav0019head_open::after{
	transform: rotate(0deg);
	transition: all 0.5s;
}

@-webkit-keyframes slide-down{
0%{transform: scale(1,0);}
25%{transform: scale(1,1.2);}
50%{transform: scale(1,0.85);}
75%{transform: scale(1,1.05);}
100%{transform: scale(1,1);}
}



.nav0019search_shou{
	margin-top: calc(5vh - 1.312rem);
	height: calc(2.625rem + 4px);
	overflow: hidden;
	    border-radius: 30px;
	width: 15rem;
    border: 2px solid rgba(52, 52, 52, 0.3);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	position: relative;
	line-height: 2.625rem;
	
}
.nav0019search_shou>a{
	cursor: pointer;
	
}

.nav0019search_text{
	width:100%;
	height:2.625rem;
	border: none;
	font-size: 0.875rem;
	padding-left: 15px;
}
.nav0019search_text::-webkit-input-placeholder {  color:var(--FontTowColor);}

.nav0019search_shou a{
	position: absolute;
	right: 0px;
	width: 3.5rem;
	text-align: center;
	height:2.625rem;
	line-height: 2.4rem;
	font-size: 1.125rem;
	top:0vh;
	color: var(--FontTowColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav0019search_shou a:hover{
	color: var(--OneColor);
}

.nav0019search_shoua{
	opacity: 1;
	height: 12vh;
}

.nav0019fiex{
	position:fixed;
	background: var(--OneColor);
	height: 8vh;
}

.nav0019fiex .nav0019_logo_1{
	opacity: 0;
}
.nav0019fiex .nav0019_logo_2{
opacity: 1;
}

.nav0019fiex .nav0019_logo_1 img{
	height:4vh;
}
.nav0019fiex .nav0019_logo_2 img{
	height:4vh;
}

.nav0019fiex .nav0019_menu_1>a{
    color: var(--FontWhiColor);
}
.nav0019fiex .nav0019_menu:after {
    top: calc(4vh - 0.5625rem);
    background: rgba(255, 255, 255, 0.3);
}
.nav0019fiex .nav0019_menu_1>a:after {
   
    background: var(--FontWhiColor);
}


.nav0019fiex .nav0019head_1 {
    margin-top: calc(4vh - 19px);
}
.nav0019fiex .nav0019head_1::before {
    background: url(../images/nav0019icon-1-2.png) no-repeat left;
}
.nav0019fiex .nav0019head_1::after {
    content: "";
   
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid var(--FontWhiColor);
}
.nav0019fiex .nav0019head_1 p {
    color: var(--FontWhiColor);
}
.nav0019fiex .nav0019search_shou {
    margin-top: calc(4vh - 1.312rem);
    border: 2px solid rgba(255, 255, 255, 0.3);
}
.nav0019fiex .nav0019search_text {
   background: transparent;
color: 	var(--FontWhiColor);
}
.nav0019fiex .nav0019search_text::-webkit-input-placeholder {  color:var(--FontWhiColor);}
.nav0019fiex .nav0019search_shou a {  color:var(--FontWhiColor);}



.nav0019_bbox{
	display: none;
}

@media screen and (max-width:1023px)and (min-width:300px){
.nav0019_box{
	display: none;
}
.top0012_bei{
		width: 100%;
		height:6vh;
	}
.nav0019_bbox {
    width: 100%;
    height: 6vh;
	display:block;
	position: fixed;
    background: var(--FontWhiColor);
    z-index: 50;
}
	.nav0019{
		width: 96vw;
	}	
	
.nav0019_left{
	height: 100%;
	height: 4vh;
	margin-top: 1vh;
}
.nav0019_left img{
	height: 4vh;
}
.nav0019_left img.bai{
	opacity: 0;
}

.nav0019_nava{
	display: block;
	width:100%;
	height:auto;
		justify-content: center;
		flex-direction: column;
		position: absolute;
		right:-120%;
		border-top: 1px #e5e5e5 solid;
		top: 6vh;
	-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		background: var(--FontWhiColor);
		z-index: 99;
	-moz-box-shadow: 0px 4px 35px rgba(0,0,0,0.08);
		-webkit-box-shadow: 0px 4px 35px rgba(0,0,0,0.08);
		box-shadow: 0px 4px 35px rgba(0,0,0,0.08);
}	

.nav0019_3{
	width: 100%;
overflow: hidden;
	height:  auto;
	
}
	.nav0019_3_hover a{color: var(--OneColor);}
	.nav0019_3_hover i{ transform:rotate(90deg); color: var(--OneColor);} 	
	.nav0019_3_hover .nav_2_warp a{ color: var(--FontOneColor);} 	
	
.nav0019_3 a{
	display: block;
	font-size: 1.125rem;
	width:100%;
	height:40px;
	line-height: 40px;
	padding-left: 4%;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	position: relative;
	color: var(--FontOneColor);
}	
.nav0019_3 a.nav0019_3_a{
	color: var(--OneColor);
}
.nav0019_3 a i{ 
	position: absolute;
	right: 2%;
	font-size: 1.625rem;
	line-height: 40px;
}	
	.nav0019_3:hover .nav0019_3_warp{
		height:auto;
	}
	
.nav0019_3_warp{
	width: 100%;
    margin: 0 auto;
	height: 0px;
	overflow: hidden;
}	
.nav0019_3_warp a{
	display: block;
	font-size: 1rem;
	width:100%;
	height:40px;
	line-height: 40px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-left: 8%;
	position: relative;
}
	.nav0019_3_warp a:after{
		content:"";
		width: 2px;
		height: 14px;
		background: var(--OneColor);
		position: absolute;
		left: 5%;
		top: 13px;
		
	}	
	

	.menubtn{
		width: 25px;
		position: relative;
		right: 0;
		left: auto;
		top: calc(3vh - 10px);
		display: block;
	cursor: pointer;
	}
	/* nav-icon-5 */
	.nav-icon-5{  width: 25px; z-index: 20;  height: 18px; position: absolute;  cursor: pointer; margin-right: 2%;}
	.nav-icon-5 span{  background-color:var(--OneColor);  position: absolute;  border-radius:3px;  transition: 0.3s cubic-bezier(.8, .5, .2, 1.4);  width:100%;  height: 2px;  transition-duration: 500ms}
	.nav-icon-5 span:nth-child(1){  top:0px;  left: 0px;}
	.nav-icon-5 span:nth-child(2){  top:8px;  left: 0px;  opacity:1;}
	.nav-icon-5 span:nth-child(3){  bottom:0px;  left: 0px;}
	.nav-icon-5:not(.open):hover span:nth-child(1){  transform: rotate(0deg) scaleY(1.1);}
	.nav-icon-5:not(.open):hover span:nth-child(2){  transform: rotate(0deg) scaleY(1.1);}
	.nav-icon-5:not(.open):hover span:nth-child(3){  transform: rotate(0deg) scaleY(1.1);}
	.nav-icon-5.open span:nth-child(1){  transform: rotate(45deg);  top: 8px;}
	.nav-icon-5.open span:nth-child(2){  opacity:0;}
	.nav-icon-5.open span:nth-child(3){  transform: rotate(-45deg);  top: 8px;}

.top_bei{
		 display: none;
		width: 100%;
		height:100vh;
		background: var(--FontTowColor);
		position: fixed;
		top: 0;
		z-index: 3;
	}	
	
.nav0019_search{
	width:38px;
	height: 38px;
	margin-left:0;
	position: absolute;
	top: calc(3vh - 19px);
	right: 40px;
	position: absolute;
	text-align: center;
	line-height: 38px;
}
.nav0019_search i{
	color: var(--FontOneColor);
	font-size: 1.375rem;
}

.nav0019search_shou{
	top: 0;
	position: absolute;
    padding: 0 2%;
	height: 0px;
	overflow: hidden;
	width: 100%;
    left: 0;
	z-index: 70;
	margin-top: 0px;
	border: none;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
}

.nav0019search_text{
	width:100%;
	height:6vh;
	line-height: 6vh;
	border: none;
	font-size: 1.5rem;
	margin-top: 0vh;
}

.nav0019search_shou a{
	position: absolute;
	right: 2%;
	height:6vh;
	line-height: 6vh;
	font-size: 1.625rem;
	top: 0vh;
}

.nav0019search_shou a.nav0019search_shou_search{
	right: calc(2% + 30px);
}
.nav0019search_shou a.nav0019search_shou_close{
	right: 2%;
}
.nav0019search_shoua{
	opacity: 1;
	height: 6vh;
}	
.nav0019head_1{
	width: 80px;
	padding-left: 1.5rem;
	height: 38px;
	cursor: pointer;
	right: 85px;
	margin-right: 0rem;
	top: 0;
	position: absolute;
	margin-top: calc(3vh - 19px);
	z-index: 70;
}

	
}