
/* CSS Document */
html,body{
	overflow-x:hidden;
	}
* {
	margin:0;
	font-size:14px;
	box-sizing: border-box;   /*盒模型内缩*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:0;
	text-decoration:none !important;
	list-style:none;
}
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content: " ";
	clear:both;
	height:0;
}
img{
	border:none;
	}
.clearfix {
*zoom:1;
}
a{text-decoration: none !important; }
a:hover{text-decoration: none !important;}
button{outline:none;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
 u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family:"siyuan",Helvetica Neue,Source Han Sans SC;
	font: inherit;
	vertical-align: baseline;
	outline:none;
	text-decoration: none !important; 
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
	padding-left: 0;
}
/*
@font-face {
	font-family:'SourceHanSansCN Medium';
	src: url("http://www.feidiao.com/fonts/SourceHanSansCN-Medium.otf");
}
*/
@font-face {
	font-family:'Arial';
	src: url("http://www.feidiao.com/fonts/Arial.ttf");
}
/***********滚动条*********/
*::-webkit-scrollbar,
*::-webkit-scrollbar {
  width: 4px;
  border-radius: 1.5px; opacity: 1;}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-button {
  display: none; }

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
  background-color: #eee; opacity: 0;}

*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
  background-color: #888; }
  
*{
	font-family:"siyuan",Helvetica Neue,Source Han Sans SC;
	font-size: 18px;
	/*color: #222;*/
    line-height: 2;
}
a{
	font-family:"siyuan",Helvetica Neue,Source Han Sans SC;
	color: #666;
	cursor: pointer;
	outline: none !important;
}
.center{
	position: relative;
	max-width:1200px;
	width: 84%;
	height: 100%;
	margin: 0 auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image:none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image:none;
}
.swiper-pagination{
	width:100%;
}
/*******************导航******************/
header{
	/*
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	*/
	width: 100%;
	/*
	height: 140px;
	*/
	padding: 10px 0;
	z-index: 99999;
}
header.nav{
	/*
	height: 80px;
	padding-top: 0;
	*/
	background: #fff;
	/*border-bottom: 1px solid rgba(255,255,255,.3);*/
    box-shadow: 0 0 10px rgba(0,0,0,.2);
	transition: all .5s linear; 
	z-index: 99999;
}
header .menu{
	position: relative;
	width: 100%;
	height: 80px;
}
header .menu ul, .black-nav ul{
	display: flex;
	justify-content:flex-start;
	width: 100%;
	height: 100%;
}
header .menu ul li, .black-nav ul li{
	/*width: 10%;*/
	align-items: center;
	font-family:"siyuan",Helvetica Neue,Source Han Sans SC;
	margin-left:35px;
}
header .menu ul li.logo{
	display: flex;
	/*justify-content: center;*/
	margin: 0 0px;
	width: 40%;
	text-align: center;
	flex-grow:1;
	margin-left:0;
}
header .menu ul .logo .logo1{
	display: none;
	max-width: 260px;
    max-height: 60px;
}

header .menu ul .logo .logo2{
	display: block;
	max-width: 260px;
    max-height: 60px;
}

header .menu ul li .item, .black-nav ul li .item{
	position: relative;
	display: block;
	/*
	height: 100%;
	*/
	height:40px;
	line-height: 40px;
	margin-top:40px;
	color: #333;
	font-size: 16px;
}
header .menu ul li.logo .item{
	line-height:normal;
	height:auto;
	margin-top:0;
}
header.nav .menu ul li.on .item{
	color: var(--mainblue);
	text-shadow: 0px 0px 0px #000;
}
header .menu ul li.on .item, .black-nav ul li.on .item{
	/*
	color: var(--maingreen);
	font-weight: bold;
    text-shadow: 0px 0px 2px #000;
	*/
}
.black-nav ul li:hover{
	background:var(--maingreen);
}
.black-nav ul li.on{
	background:var(--mainred);
}
.black-nav ul li:hover>a, .black-nav ul li.on>a{
	color:#fff !important;
}
header.nav .menu ul li:hover .item{
	/*color: var(--mainblue);*/
    /*text-shadow: 0px 0px 0px #000;*/
}
header .menu ul li:hover .item, .black-nav ul li:hover .item{
	/*color: var(--maingreen);*/
	/*font-weight: bold;*/
    /*text-shadow: 0px 0px 2px #000;*/
}
/* header .menu ul li.on .item:after{
	position: absolute;
	content: "";
	left: 36px;
	bottom: 20px;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--mainblue);
} */
/* header .menu ul li:hover .item:after{
	position: absolute;
	content: "";
	left: 36px;
	bottom: 20px;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--mainblue);
} */
header .menu ul li.logo:hover .item:after, .black-nav ul li.logo:hover .item:after{
	width: 0;
	height: 0;
}
header.nav .menu ul li .item{
	color: #333;
}
.language{
	position: absolute;
	top: 0;
	right: 0;
	/*
	height: 40px;
	line-height:40px;
	*/
	display:flex;
	align-items: center;
    height: 100%;
}
.language a{
	display: inline-block;
	/*
	margin-top: 31px;
	*/
	padding-left: 10px;
	font-size: 18px;
	line-height: 1;
	color: #333;
	/*border-left: 1px solid #ffffff60;*/
}
.nav .language a{
	color: #666;
	border-left: 1px solid #666;
}
#search{
	position: absolute;
	top: 0;
	right: 50px;
	height: 40px;
}
#search a{
	height:100%;
	display:block;
	width:22px;
	background-image:url(../picture/search-3.png);
	background-position:center;
	background-repeat:no-repeat;
}
#search a:hover{
	background-image:url(../picture/search-g.png);
}
.nav #search a{
	background-image:url(../picture/search-3.png);
}
.nav #search a:hover{
	background-image:url(../picture/search-b.png);
}
#search .form{
	position:absolute;
	top:0px;
	visibility:hidden;
	right:-10px;
	width:300px;
	background-color:#fff;
	padding:10px;
	border-radius:10px;
	opacity: 0;
	transition: all 0.5s;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
#search .form form{
	display:flex;
	width:100%;
	align-items: center;
	justify-content: space-between;
}
#search .form input{
	display:inline-block;
	width:260px;
	border:none;
	background:none;
	outline: none;
}
#search .form button{
	display:flex;
	width:22px;
	height:22px;
	border:none;
	background:url(../picture/search-3.png) center no-repeat;
}

			.search{
				width:100%;
				margin-top:30px;
			}
			.search form{
				display:flex;
				justify-content: space-between;
				border:1px solid var(--mainblue);
				padding:10px;
				border-radius: 30px;
			}
			.search form input{
				display:inline-block;
				width:calc(100% - 30px);
				border:none;
				background:none;
				outline: none;
			}
			.search form button{
				display:flex;
				width:22px;
				height:22px;
				border:none;
				background:url(../picture/search-3.png) center no-repeat;
			}

#search.on .form{
	top:0px;
	visibility:visible;
	opacity: 1;
	right:-10px;
}
header .menu ul li .lists, .black-nav ul li .lists{
	display: block;
	position: absolute;
	top: 100px;
	margin-left:-15px;
	/*
	left: -10%;
	width: 120%;
	height: 0px;
	*/
	background: rgba(255,255,255,1);
	transition: all .3s;
	/*
	overflow: hidden;
	*/
	visibility:hidden;
	opacity: 0;
	width:max-content;
	padding-bottom: 5px;
    border-radius: 0 0 10px 10px;
}
header .menu ul li .lists .center, .black-nav ul li .lists .center{max-width:none; width:100%;}
header .menu ul li .lists ul, .black-nav ul li .lists ul{
	position: relative;
	display: block;
	width:100%;
}
header.nav .menu ul li .lists{
	border-top: 1px solid #eee;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
header .menu ul li .lists ul .proTypeItem, .black-nav ul li .lists ul .proTypeItem{
	/*
	display: flex;
	justify-content: center;
	position: relative;
	width: 14.25%;
	*/
	 width:100%;
	 margin-left:0;
}
header .menu ul li .lists ul .proTypeItem a, .black-nav ul li .lists ul .proTypeItem a{
	font-family:"siyuan",Helvetica Neue,Source Han Sans SC;
	font-size: 16px;
	color: #333;
	display: block;
	padding:0 15px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	border-bottom: 1px solid rgba(229,229,229,.5);
	
}
header .menu ul li .lists ul .proTypeItem a .img1, .black-nav ul li .lists ul .proTypeItem a .img1{
	display: inline-block;
}
header .menu ul li .lists ul .proTypeItem a .img2, .black-nav ul li .lists ul .proTypeItem a .img2{
	display: none;
}
header .menu ul li .lists ul .proTypeItem a:hover, .black-nav ul li .lists ul .proTypeItem a:hover{
	color: var(--mainblue);
}
header .menu ul li .lists ul .proTypeItem a:hover .img1, .black-nav ul li .lists ul .proTypeItem a:hover .img1{
	display: none;
}
header .menu ul li .lists ul .proTypeItem a:hover .img2, .black-nav ul li .lists ul .proTypeItem a:hover .img2{
	display: inline-block;
}
header .menu ul li .lists ul .proTypeItem:last-child a, .black-nav ul li .lists ul .proTypeItem:last-child a{
	border:none;
}
header .menu ul li .lists ul .proTypeItem a img, .black-nav ul li .lists ul .proTypeItem a img{
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
	margin-top: -3px;
}

.phone-nav{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 999999999999;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid rgba(255,255,255,.3);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	transition: all 1s ease;
}
.phone-nav.phone-nav-bg{
	height: 100%;
	background: #fff;
	
}
.phone-nav .navBox{
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
	height: 60px;
	padding: 0 15px;
	background: #fff;
}
.phone-nav .navBox .logo img{
	max-width: 65%;
    max-height: 60px;
}

.navBars{
	position: relative;
	width: 33px;
	height: 33px;
}
.menuBar{
	position: absolute;
    width: 30px;
    top: 22px;
    right: 5px;
    z-index: 35;
    display: block;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.menuBar b{
	display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #363636;
    margin-bottom: 5px;
    transition: .5s;
    transform: rotateZ(0);
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    opacity: 1;
}
 .menuBar b:last-child{
   	margin-bottom: 0;
   }
   .menuBar.open b{
   	opacity: 0;
   }
   .menuBar.open b:first-child{
	margin-bottom: 7px;
   	opacity: 1;
   	transform: translateY(9px) rotateZ(42deg);
   	-webkit-transform: translateY(9px) rotateZ(42deg);-moz-transform: translateY(9px) rotateZ(42deg);-ms-transform: translateY(9px) rotateZ(42deg);-o-transform: translateY(9px) rotateZ(42deg);
   }
   .menuBar.open b:last-child{
	margin-top: 11px;
   	opacity: 1;
   	transform: translateY(-13px) rotateZ(-42deg);
   	-webkit-transform:translateY(-13px) rotateZ(-42deg);-moz-transform:translateY(-13px) rotateZ(-42deg);-ms-transform:translateY(-13px) rotateZ(-42deg);-o-transform:translateY(-13px) rotateZ(-42deg);
   	
   }
.phone-nav .navList{
	display: block;
	position: relative;
	width: 100%;
	padding: 0 20px 30px;
	height:calc(100% - 60px);
	overflow-y:scroll;
}
.phone-nav .navList ul li{
	border-bottom: 1px solid #F8F8F8;
	text-indent: 0px;
	/*display:flex;*/
}
.phone-nav .navList ul li>a{
	display: inline-block;
	font-size: 18px;
    line-height: 3.4;
    color: #333;
	width:calc(100% - 62px);
	/*flex-grow:1;*/
}
.phone-nav .navList ul li>span{
	display: inline-block;
	width:60px;
	/*border-left:1px solid #eee;*/
	text-align:center;
	font-size: 18px;
	font-family: cursive;
	font-weight:bold;
    line-height: 3.4;
    color: #333;
	flex-shrink:0;
	transform: rotate(90deg);
	transition: all .5s;
}
.phone-nav .navList ul li>span.cur{transform: rotate(-90deg);}
.phone-nav .navList ul li>dl{ /*height:0; overflow:hidden;*/ display:flex; flex-wrap:wrap; border-bottom: 1px solid #ddd;}
.phone-nav .navList ul li>dl dd{ width:50%;}
.phone-nav .navList ul li>dl dd a{display: inline-block; line-height:3; font-size:14px;}

/***********************footer************************/
footer{
	position: relative;
	background: #ddd;
	color: #333;
	padding-top: 70px;
    z-index: 20;
}
footer .center .footerList{
	display: flex;
	justify-content: space-between;
}
footer .center .footerList .footer-left{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: auto;
}
@media screen and (min-width: 780px){
footer .center .footerList .footer-left{
	width: calc(40% - 120px);
}
}
footer .center .footerList .footer-left dl{
	/*width: 16.5%;*/
}
footer .center .footerList .footer-left dl dt{
	margin-bottom: 30px;
}
footer .center .footerList .footer-left dl dt a{
	font-family:/*'SourceHanSansCN Medium',*/"siyuan",Helvetica Neue,Source Han Sans SC;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
footer .center .footerList .footer-left dl dt a:hover{
	color: var(--mainblue);
}
footer .center .footerList .footer-left dl dd{
	margin-bottom: 10px;
}
footer .center .footerList .footer-left dl dd a{
	font-family:"siyuan",Helvetica Neue,Source Han Sans SC;
	font-size: 14px !important;
	font-weight: 400;
	color: #fff;
}
footer .center .footerList .footer-left dl dd a:hover{
	color: var(--maingreen);
}
footer .center .footerList .footer-center{
	position: relative;
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: space-between;
	width: 55%;
	margin-top:30px;
}
footer .center .footerList .footer-center dl{
	width:100%;
	margin-right:5%;
}
footer .center .footerList .footer-center dt{
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
footer .center .footerList .footer-center dt a{
	display:inline-block;
	color:#fff;
	/*
	margin-right:15px;
	padding:0 15px;
	border-left:1px solid #aaa;
	*/
}
footer .center .footerList .footer-center dd{
	/*
	display:inline-block;
	margin-right:25px;
	*/
	margin-bottom:5px;
}
footer .center .footerList .footer-center dd:last-child{
	margin-right:0;
}
footer .center .footerList .footer-center dd a{
	font-size:14px;
	color:#ddd;
}
footer .center .footerList .footer-center dd a:hover{
	color: var(--maingreen);
}
footer .center .footerList .footer-center dt a:last-child{
	margin-right:0;
}
footer .center .footerList .footer-right{
	position: relative;
	text-align: center;
}
footer .center .footerList .footer-right>div{
	
}
footer .center .footerList .footer-right .cantac-tit .cant-tit{
	font-family:/*'SourceHanSansCN Medium',*/"siyuan",Helvetica Neue,Source Han Sans SC;
	font-size: 18px;
	color: #FFFFFF;
}
footer .center .footerList .footer-right .cantac-tit .cant-tel{
	margin-top: 10px;
    font-size: 40px;
	font-family: Arial;
	font-weight: 400;
	color: var(--mainblue);
}
footer .center .footerList .footer-right .ewm{
	position: relative;
	margin-top: 30px;
}
footer .center .footerList .footer-right .ewm>div{
	float: right;
}
footer .center .footerList .footer-right .ewm .ewm-img{
	/*width: 130px;*/
	
}
footer .center .footerList .footer-right .ewm .ewm-img img{
	width: 120px;
}
footer .center .footerList .footer-right .ewm .ewm-img p{
	margin-top: 10px;
	width: 100%;
	
	color: #fff;
	font-family:"siyuan",Helvetica Neue,Source Han Sans SC;
}
footer .center .footerList .footer-right .online-store{
	position: relative;
	margin-top: 50px;
	float: right;
	width: 100%;
}
footer .center .footerList .footer-right .online-store p{
	display: flex;
	justify-content: flex-end;
}
footer .center .footerList .footer-right .online-store a{
	position: relative;
	margin-left: 20px;
	width: 45px;
	height: 45px;
}
footer .center .footerList .footer-right .online-store a img{
	width: 45px;
	height: 45px;
}
footer .center .footerList .footer-right .online-store .icon1{
	display: block;
}
footer .center .footerList .footer-right .online-store .icon2{
	display: none;
}
footer .center .footerList .footer-right .online-store a:hover .icon1{
	display: none;
}
footer .center .footerList .footer-right .online-store a:hover .icon2{
	display: block;
}
footer .center .footerList .footer-right .online-store a span{
	position: absolute;
	top: 0px;
	left: -80px;
	display: block;
	width: 180px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	opacity: 0;
	transition: 0.8s ease;
}
footer .center .footerList .footer-right .online-store a:hover span{
	opacity: 1;
	top: -30px;
}
footer .footer-bottom{
	/*background:#666;*/
	position: relative;
	margin-top: 30px;
	border-top: 1px solid #ffffff12;
	padding-bottom: 20px;
	text-align:center;
}
footer .footer-bottom p{
	font-family:"siyuan",Helvetica Neue,Source Han Sans SC;
	display: block;
	font-size: 14px;
	margin-top: 30px;
	color: #fff;
}
footer .footer-bottom p a{
	font-size: 14px;
	color: #fff;
}
footer.footer-bottom p span{
	float: right;
	color: #fff;
}
@media screen and (max-width: 1920px){
	
}
@media screen and (max-width: 1600px){
	
}
@media screen and (max-width: 1440px){
	header .menu ul li, .black-nav ul li{
		/*width: 9.5%;*/
	}
	header .menu ul li .lists ul .proTypeItem a, .black-nav ul li .lists ul .proTypeItem a{
		font-size: 16px;
		
	}
	header .menu ul li .lists ul .proTypeItem a img, .black-nav ul li .lists ul .proTypeItem a img{
			width: 30px;
		}
	
}
@media screen and (max-width: 1280px){
	header .menu ul li, .black-nav ul li{
		/*width: 9.5%;*/
	}
	header .menu ul li .lists ul .proTypeItem a img, .black-nav ul li .lists ul .proTypeItem a img{
		margin-right: 5px;
		width: auto;
	}
	header .menu ul li .lists ul .proTypeItem a, .black-nav ul li .lists ul .proTypeItem a{
		font-size: 16px;
	}
	
}
@media screen and (max-width: 1100px){
	header .menu ul li.logo{
		width: 34%;
	}
	
}
@media screen and (max-width: 1024px){
	header .menu ul li, .black-nav ul li{
		/*width: 9.5%;*/
	}
	header .menu ul li .lists ul .proTypeItem a img, .black-nav ul li .lists ul .proTypeItem a img{
		margin-right: 5px;
		width: 30px;
	}
	header .menu ul li .lists ul .proTypeItem a, .black-nav ul li .lists ul .proTypeItem a{
		font-size: 12px;
	}
	
}
@media screen and (max-width: 990px){
	footer .center .footerList .footer-left{
		display: flex;
	}
	footer .center .footerList .footer-right{
		text-align: right;
		width: auto;
	}
	footer .center .footerList .footer-right .ewm>div{
		float: right;
	}
	footer .center .footerList .footer-right .online-store p{
		justify-content: flex-end;
	}
	footer .center .footerList .footer-right .online-store a{
		margin-left: 20px;
		margin-right: 0px;
	}
	footer .center .footer-bottom p span{
		float: right;
	}
	header .menu ul li .lists, .black-nav ul li .lists{
		display: none;
	}
	
}
@media screen and (max-width: 780px){
	
	.center{
		width: 90%;
	}
	footer .center .footerList .footer-center{
		display: none;
	}
	footer .center .footerList .footer-right{
		width: 100%;
		text-align: center;
	}
	footer .center .footerList .footer-right .ewm>div{
		position: relative;
		float: none;
		/*left: 50%;
		margin-left: -65px;*/
	}
	footer .center .footerList .footer-right .online-store p{
		justify-content: center;
	}
	footer .center .footerList .footer-right .online-store a{
		margin-left: 0;
		margin-right: 20px;
	}
	footer .center .footer-bottom{
		text-align: center;
		line-height: 22px;
	}
	footer .center .footer-bottom p,footer .center .footer-bottom p a{
		font-size: 14PX;
	}
	footer .center .footer-bottom p span{
		float: none;
		text-align: center;
	}
	footer .center .footerList .footer-right .cantac-tit .cant-tel{
		font-size: 36px;
	}
}
@media screen and (max-width: 500px){
	footer .center .footerList{
		flex-wrap:wrap;
	}
	footer .center .footerList .footer-left, footer .center .footerList .footer-right, footer .center .footerList .footer-left dl{
		width:100%;
		text-align:center;
	}
}

.header{ position:relative; width:100%; left:0; z-index:9998}
.header.nav{ position:fixed; top:0;}
.navheight{ height:0;}
@media screen and (min-width: 990px){
.navheight.nav{ height:50px;}
}
.black-nav{ background:#000; /*padding:5px 0;*/}
.black-nav ul li{margin-left:0; margin-right:0; position:relative;}
.black-nav ul li .item{margin-top:0; color:#fff; padding:5px 15px; height:auto; line-height:40px;}
.black-nav ul li .lists{z-index:99; top:50px; margin-left:0; box-shadow: 2px 2px 6px rgba(0, 0, 0, .2); min-width:150px;padding-bottom: 0px; border-radius: 0;}
.black-nav ul li .threenav{position:absolute !important; background:#fff; top:0; left:100%; height:max-content; z-index:2; visibility:hidden; opacity: 0;box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);}
.black-nav ul li .lists .proTypeItem:hover .threenav{ opacity: 1; visibility:visible;}
#search{right:0;height: 100%; display: flex; align-items: center;}
#search .form{visibility:visible;opacity: 1; padding:4px 10px; /*top:5px;*/ right:0;border-radius:30px; position:relative;}
@media screen and (max-width: 1024px){
#search .form{ width:200px;}
#search .form input{width:150px;}
}