/*header*/
.header-nav{position:absolute;top:0;left:0;z-index:99;width:100%;transition:all .3s;line-height:70px;box-shadow:0 10px 20px rgba(128,128,128,.05);background-color: #202123;z-index:10000;}
.header-nav .container{		}
.header-nav .logo-img{display:inline-block;}
.header-nav .logo-img img{width:130px;}
.header-nav a{display:inline-block;vertical-align:middle;margin-right:60px;font-weight:400;color:#fff;}
.header-nav a:hover{opacity:1;}
.header-nav a:last-child{margin-right:0;}
.header-nav a.active{opacity:1;font-weight:500;color:#2a5af6;}
.search-info{position:absolute;right:0;}
	/* header-nav-light */
	.header-nav-light{background-color: #fff;}
	.header-nav-light a{display:inline-block;vertical-align:middle;margin-right:60px;font-weight:400;color:#333;}
	/* .header-nav .product-down{position:fixed;left:-9999px;z-index:10000;width:100vw;top:75px;background-color:rgba(255,255,255,.9);} */
	.header-nav .product-down{position:fixed;left:0;right:0;z-index:10000;width:100vw;top:72px;background-color:rgba(0,0,0,.9);}
	.header-nav .product-down .item{width:100px;}
	.header-nav .product-down .item a{font-size:14px;color:#999;}
	.header-nav .product-down .item.on a{color:#5488ff;}
	/*手机短导航*/
	.phone-product-down{background:rgba(0,0,0,.06)}
	.phone-product-down a{color:#fff !important;font-size:14px;}
	.phone-product-down a.on{color:#2a5af6;}
	.phone-product-down a:hover{color:#fff !important;font-size:14px;}
	.phone-product-down .item.on a{color:#5488ff !important;}

	.menu-item:hover .product-down{transform:translateX(9999px);}
	.header-nav .phone-nav .nav-item{text-align:center;}
	.header-nav .phone-nav .nav-link{color:#fff !important;}
	.phone-product-down a{color:#fff !important;font-size:14px;}
	.phone-header .navbar-dark .navbar-brand img{width:5rem;}
	.navbar-toggler-icon{width: 1rem;height: 1rem;color: #fff;opacity: 1;}
	.navbar{padding: 0 1rem;}
/*footer*/
footer{background-color:#fff;}
footer address{border-top:1px solid #d9d9d9;font-size:13px;}
.footer-main .item{}
.footer-main .item h6{	}
.footer-main .item p{margin-top:10px;color:#666;font-size:13px;}
/*footer-black*/
footer.black{background-color:#111;}
footer.black address{border-top:1px solid #333;font-size:13px;}
footer.black.footer-main .item{}
footer.black.footer-main .item h6{color:#8a8a8a;}
footer.black.footer-main .item p{margin-top:10px;color:#8a8a8a;font-size:13px;}
@media only screen and (min-width:1680px){
	.container {max-width:1440px}
	}
@media only screen and (min-width:1440px) and (max-width:1679px){	}
@media only screen and (max-width:1439px) and (min-width:992px){	}
@media (max-width:991px){
	 .header-nav-light a {margin-right:20px;}
}
@media only screen and (max-width:990px) and (min-width:768px) {	}
@media (max-width:767px){
	.ggbianxian-box img{width:100%;}
	.banner-box .banner-main{min-height:18rem;margin-top:0;} 
	.phone-none{display: none !important;}
 	.max-content{min-width: auto;}
	/*顶部导航控制*/
	.pc-header{display:none;}
	.phone-header{display:block !important;position: relative;top:0;line-height:40px;}
	/* footer */
	.footer-main{padding-top: 2rem !important;}
	.footer-main .item {margin-top:1rem;}
	.footer-main .item figure{text-align: center !important;}
}
@media (max-width:578px){
		 

	}
@media (max-width:375px){
	 
}
