/*header*/
.header-nav{ position:absolute;top:0;left:0;z-index:99;width:100%;transition:all .3s;line-height:59px;/* box-shadow:0 10px 20px rgba(128,128,128,.05); */ z-index:10000;background:none;border-bottom: 1px solid #E7E7E7;}
.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;padding:0 3px; margin-right:50px;font-weight:400;color:#333;}
.header-nav a:hover{opacity:1;color:#2a5af6 !important; }
.header-nav a:last-child{margin-right:0;}
.header-nav a.active{opacity:1;font-weight:500;color:#2a5af6;border-bottom:2px solid #2a5af6;}
.language-box{position: relative;}
.header-nav a.login-button:hover{background-color:#2a5af6;color:#fff !important;}

/* 语言选择 */
.language-box:hover .language-drop{display: block;}
.language-box .language-drop{position:absolute;display:none;top:50px;min-width:100px;padding:0.4rem;background-color:#fff;border-radius:5px;box-shadow:0 0 10px rgba(128,128,128,.2);z-index:9999;}
.language-box .language-drop a{display: block;margin:0;height:36px;line-height:36px;font-size:14px; text-align: center;}
.language-box .language-drop a:hover{background-color:#2A5AF6;color:#fff !important;}
.search-info{position:absolute;right:0;}
	 
	/*手机短导航*/
	.phone-header{position:fixed;top:0;width:100%; background-color:#F6F8FB;z-index:1000;}
	.phone-header .navbar{width:100%; padding:0; }
	.phone-header .navbar-dark .navbar-brand{display:inline-block;padding:0.2rem;margin:0.3rem;overflow:hidden;}
	.phone-header .navbar-dark .navbar-brand img{width:8rem;}
	.navbar-dark .navbar-toggler{margin-right: 5px; color:#2A5AF6;/* border:1px solid rgba(42,90,246,.2); */ }
	.navbar-dark .navbar-toggler span{color:#2A5AF6;font-weight: bold;font-size:1.3rem;}
	.navbar-dark .navbar-toggler-icon{color:#2A5AF6;}
	.nav-drop{position: relative; border-top:1px solid rgba(253, 249, 240, .5);background-color:#2A5AF6;z-index: 2;}
	.nav-drop li{display:inline-block;width:49%;overflow: hidden;}
	.nav-drop li a{display:block;padding:0.6rem 0;margin:0.3rem;font-size:1.2rem;color:#fff; text-align:center;border:1px solid rgba(253, 249, 240, .3);border-radius:1rem;}
	 
	.nav-drop li a b{color:#fff;}
	.nav-mask{position: fixed;width: 100vw;height:100vh;left: 0;top: 0; background-color:rgba(0,0,0,.01);z-index:999;}
/*footer*/
footer{background-color:#F6F8FB;}
footer address{border-top:1px solid #d9d9d9;font-size:13px;}
.footer-main .item{}
.footer-main .item h6{display: flex;align-items: center;	}
.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:1540px}
	}
@media only screen and (min-width:1440px) and (max-width:1679px){	}
@media only screen and (max-width:1439px) and (min-width:992px){
	.header-nav a{margin-right:1.5rem !important;}
	.header-nav .login-button,.header-nav .login-button .language-tab{margin-right:0rem !important;}
}
@media (max-width:998px){
	.max-content{min-width:100%;}
	.phone-none{display:none !important;}
	.phone-show{display:block !important;}
	.phone-show-inlineblock{display:inline-block !important;}
	.phone-mt-0{margin-top:0 !important;}
	.phone-mt-1{margin-top:0.2rem !important;}
	.phone-mt-2{margin-top:0.4rem !important;}
	.phone-mt-3{margin-top:0.6rem !important;}
	.phone-mt-4{margin-top:0.8rem !important;}
	.phone-mt-5{margin-top:1rem !important;}
	.phone-mb-0{margin-bottom:0 !important;}
	.phone-mx-0{margin-left:0 !important;margin-right:0 !important;}
	.phone-mx-1{margin-left:0.2rem !important;margin-right:0.2rem !important;}
	.phone-px-0{padding-left:0 !important;padding-right:0 !important;}
	.phone-px-1{padding-left:0.2rem !important;padding-right:0.2rem !important;}
	.phone-px-2{padding-left:0.4rem !important;padding-right:0.4rem !important;}
	.phone-px-3{padding-left:0.6rem !important;padding-right:0.6rem !important;}
	.phone-px-4{padding-left:0.8rem !important;padding-right:0.8rem !important;}
	.phone-px-5{padding-left:1rem !important;padding-right:1rem !important;}
	.phone-pt-1{padding-top:0.2rem !important; }
	.phone-pt-2{padding-top:0.4rem !important; }
	.phone-pt-3{padding-top:0.6rem !important; }
	.phone-pt-4{padding-top:0.8rem !important; }
	.phone-pt-5{padding-top:1rem !important; }
	.phone-py-1{padding-top:0.2rem !important;padding-bottom:0.2rem !important;}
	.phone-py-2{padding-top:0.4rem !important;padding-bottom:0.4rem !important;}
	.phone-py-3{padding-top:0.6rem !important;padding-bottom:0.6rem !important;}
	.phone-py-4{padding-top:0.8rem !important;padding-bottom:0.8rem !important;}
	.phone-py-5{padding-top:1rem !important;padding-bottom:1rem !important;}
	.phone-pt-0{padding-top:0 !important;}
	.phone-pb-0{padding-bottom:0 !important;}
	.phone-pb-1{padding-bottom:0.2rem !important;}
	.phone-pb-2{padding-bottom:0.4rem !important;}
	.phone-pb-3{padding-bottom:0.6rem !important;}
	.phone-pb-4{padding-bottom:0.8rem !important;}
	.phone-pb-5{padding-bottom:1rem !important;}
	.phone-my-1{margin-top:0.2rem !important;margin-bottom:0.2rem !important;}
	.phone-my-2{margin-top:0.4rem !important;margin-bottom:0.4rem !important;}
	.phone-my-3{margin-top:0.6rem !important;margin-bottom:0.6rem !important;}
	.phone-my-4{margin-top:0.8rem !important;margin-bottom:0.8rem !important;}
	.phone-my-5{margin-top:1rem !important;margin-bottom:1rem !important;}
	.phone-mb-1{margin-bottom:0.2rem !important;}
	.phone-mb-2{margin-bottom:0.4rem !important;}
	.phone-mb-3{margin-bottom:0.6rem !important;}
	.phone-mb-4{margin-bottom:0.8rem !important;}
	.phone-mb-5{margin-bottom:1rem !important;}
	.phone-mr-1{margin-right:0.2rem !important;}
	.phone-mr-2{margin-right:0.4rem !important;}
	.phone-mr-3{margin-right:0.6rem !important;}
	.phone-mr-4{margin-right:0.8rem !important;}
	.phone-mr-5{margin-right:1rem !important;}
	
	.nav-drop li .language-drop{display:flex;padding:0; border-radius:5px;box-shadow:0 0 10px rgba(128,128,128,.2);z-index:9999;}
	.nav-drop li .language-drop a{display: block;width:50%; padding:0.6rem 0.5rem;}
}
@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;background:#E7ECF2;}
	/* footer */
	.footer-main{padding-top: 2rem !important;}
	.footer-main .item {margin-top:1.2rem;}
	.footer-main .item h6{font-size:1.2rem;}
	.footer-main .item p{font-size:1rem;}
	.footer-main .item figure{text-align: center !important;}
	address p{padding:0 0.5rem; font-size:0.9rem;}
	
}
@media (max-width:578px){
		 

	}
@media (max-width:375px){
	 
}
