﻿@charset "utf-8";

header{
	width: 100%;
	height: 70px;
	background: #fff;
	position: fixed;
	z-index: 999;
	box-shadow:0 0 20px 0 rgba(0,0,0,0.05);
	top: 0;
	left: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
header.hide{
	top: -80px;
}
header .content{
	position: relative;
	margin:0 auto;
	width: 80%;
}
header .logo{
	position: absolute;
	z-index: 9;
	top: 13px;
	left: 0;
	width: 120px;
	height: 50px;
}
header .logo .icon-logo{
	display: block;
	width: 180px;
	height: 50px;
	background: url(../img/icon.png) no-repeat left top;
}
header .drop{
	display: none;
}
header .menu{
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

header .menu ul.menu-con{
	height: 70px;
	float: left;
	position: relative;
	display: inline-block;
}

header .menu ul li{
	display: block;
	overflow: hidden;
	float: left;
	position: relative;
}
header .menu ul li:hover{
	overflow: visible;
}
header .menu ul li a{
	position: relative;
	display: block;
	color: #333;
	line-height: 70px;
	height: 70px;
	padding: 0 20px;
	overflow: hidden;	
}
header .menu ul .solution span{
	display: none;
}
 .solution .link{
	display: none;
}
header .menu ul .product span{
	display: none;
}
 .product .link{
	display: none;
}
header .menu ul li a:hover{
	color: #1dc091;
}
header .menu ul li:hover a.nav{
	border-bottom: 3px solid #1dc091;
}
header .menu ul li ul{
    filter:alpha(opacity=0); 
    opacity:0; 
    top:70px;
	position: absolute;
	width: 100%;
    height: 0;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
header .menu ul li:hover ul{
    filter:alpha(opacity=100); 
    opacity:1; 
    height: auto;
	display: block;
	background:rgba(0,0,0,0.7);
	padding: 10px 0;
}
header .menu ul li:hover ul li{
	float: none;
}
header .menu ul li:hover ul li a{
	border-bottom: 0;
	display: block;
	text-align: center;
	height: 30px;
	font-size: 0.8em;
	line-height: 30px;
	color: #ccc;
}
header .menu ul li:hover ul li a:hover{
	border-bottom: 0;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
header .menu ul li.service ul{
	width: 120px;
	left: 50%;
	margin-left: -60px;
}


header .menu ul li .solution-nav,header .menu ul li .product-nav{
	position: fixed;
    opacity:0; 
    filter:alpha(opacity=0); 
	display: block;
	top: 70px;
	left: 0;
	width: 100%;
    height: 0;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
header .menu ul li:hover .solution-nav,header .menu ul li:hover .product-nav{
    filter:alpha(opacity=100); 
    opacity:1; 
    height: auto;
	background: rgba(0,0,0,.7);
}
header .menu ul li .content{
	position: relative;
	margin:0 auto;
	width: 100%;
	max-width:1200px;
}
header .menu ul li div,header .menu ul li:hover div a{
	border-bottom: 0;
	display: block;
	text-align: center;
	padding-left: 1px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	text-align: left;
	color: #ccc;
}
header .menu ul li div a:hover{
	border-bottom: 0;
	height: 24px;
	line-height: 24px;
	color: #fff;
}

header .menu ul li div dl{
	float: left;
	position: relative;
	width: 25%;
	padding-top: 20px;
	padding-left: 100px;
	height: 320px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
header .menu ul li div dl:hover{
	background: rgba(0,0,0,0.7);
}
header .menu ul li div dl dt{
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 10px;
	line-height: 3.6em;
}
	#solution dt a,#product dt a{
		margin-top: 18px;
		color: #ccc;
		font-size: 20px;
		height: 50px;
		line-height: 1.6em;
	}
	#solution dt a:hover,#product dt a:hover{
		color: #fff;
	}


header .menu ul li div dl .icon{
	display: block;
	width: 60px;
	position: absolute;
	height: 62px;
	left: 30px;
	top: 23px;
	background: url(../img/icon.png);
}
header .menu ul li div dd .icon-1{
	background-position: -400px -100px;
}
header .menu ul li div dd .icon-2{
	background-position: -500px -100px;
}
header .menu ul li div dd .icon-3{
	background-position: -600px -100px;
}
header .menu ul li div dd .icon-4{
	background-position: -700px -100px;
}




header .menu .user{
	position: relative;
	float: right;
	display: inline-block;
	margin-top: 20px;
}
header .menu .user i{
	display: inline-block;
	border-left: 1px solid #333;
	height: 12px;
	top: 1px;
	position: relative;
	margin: 0 15px 0 7px;
}
header .menu .user form{
	display: inline-block;
}
header .menu .user a{
	display: inline-block;
	line-height: 30px;
	margin:0px 5px 0;
}
header .menu .user a:hover{
	color: #1dc091;
}

header .menu .menu-btn {
	display: none;		
}

#window_login .content{
	width: 400px;
	margin-top: -180px;
	margin-left: -200px;
	height: auto;
}
#window_login .content h2{
	font-size: 16px;
	margin-bottom: 10px;
}
#window_login .content p{
	line-height: 20px;
	font-size: 12px;
	color: #999;
}


@media screen and (max-width: 768px) {
/*mobile css*/
header{
	height: 60px;
	background: rgba(0,0,0,0.6);
}
header .content{
	width: 100%;
}

header .drop{
	display: block;
	position: absolute;
	background: url(../img/drop.png) no-repeat center top;
	z-index: 9;
	top: 13px;
	right: 0;
	width: 60px;
	height: 50px;


}
header .logo{
	left: 9px;
	z-index: 9;
	background: none;
}
header .logo .icon-logo{
	display: block;
	width: 120px;
	height: 50px;
	background: url(../img/logo.png) no-repeat left top;
}
header .logo .icon-qogee{
	display: none;
}

#header .menu .menu-btn{
	display: block;
}
#header .menu a.menu-btn:hover .icon-menu-btn{
	background-color: rgba(0,0,0,0.35);
}
header .menu{
	position: fixed;
	z-index: 2;
	right: -100%;
	top: 0;
	width: 100%;
	height:100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: rgba(0,0,0,0.9);
}
header .open{
	right: 0;
}

header .menu .user{
	margin-top: 0;
	margin: 0 50px;
	float: none;
	display: block;
	font-size: 26px;
	text-align: center;
	line-height: 70px;
	color: white;
	border-bottom: 1px solid rgba(255,255,255,0.9);
}
header .menu .user i{
	display: none;
}
header .menu .user a{
	font-size: 26px;
	text-align: center;
	line-height: 70px;
	color: white;
}
header .menu ul.menu-con{
	/*position: fixed;
	top: 0px;
	padding-top: 100px;
	right: -100%;
	width: 100%;
	margin: 0;
	height: 100%;	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;*/	
	float: none;
	height: auto;
	display: block;	
	margin-top: 70px;
}
header .menu ul li{
	float: none;
	width: 100%;
	display: block;
}
header .menu ul li a{
	font-size: 26px;
	text-align: center;
	line-height: 70px;
	color: white;
	padding: 0;
	margin: 0 50px;
	border-bottom: 1px solid rgba(255,255,255,0.9);
}
header .menu ul li:hover ul{
	display: none;
}
/*header .menu ul li ul{
	display: none;
}*/
header .menu ul li .solution-nav, header .menu ul li .product-nav{
	display: none;
}
#window_login .content{
	width: 100%;
	margin: 0;
	height: 100%;
}
#header .menu ul li:first-child a{
	border-top: 1px solid rgba(255,255,255,0.6);
}

#header .menu ul li a .en{
	text-align: center;
	text-transform: uppercase;
	display: block;
	padding: 0 20px;
	font-weight: 100;
	filter:alpha(opacity=100); 
	opacity:1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}
#header .menu ul li a .cn{
	top: 15px;
}
#header .menu ul li a .current{
	display: none;
	width: 260px;
	margin-left: -130px;
	opacity: 0.6;
}
#header .menu ul.menu-con.hide{
	top: 0;
	right: -100%;
	height: 100%;
}
#header .menu.right{
	right: 0px;
}
#header .menu ul.menu-con.open{
	background-color: rgba(0,0,0,0.9);
	top: 0px;
	right: 0;
}
#header .QR-code{
	display: none;
}
#window_login .content h2{
	font-size: 20px;
	margin-bottom:30px;
}
#window_login .content p{
	font-size: 14px;
	margin-bottom: 30px;
}
/*手机样式*/
header .menu ul .solution  span{
	display: block;
	width: 100%;
	height: 70px;
	position:absolute;
	top: 0;
}
header .menu ul .product  span{
	display: block;
	width: 100%;
	height: 70px;
	position:absolute;
	top: 0;
}
.big{
	min-height: 140px;
}
#solution .show{
	display: block;
}
#product .show{
	display: block;
}
header .menu ul .solution .link{
	position: absolute;
	top: 70px;
	width: 100%;
	padding: 0 50px;
	height: auto;
}
header .menu ul .product .link{
	position: absolute;
	top: 70px;
	width: 100%;
	padding: 0 50px;
	height: auto;
}
header .menu ul .solution .link a{
	float: left;
	width: 50%;
	text-align: center;
	height: 35px;
	line-height: 35px;
	margin: 0;
	font-size: 18px;
	border: none;
}
header .menu ul .product .link a{
	float: left;
	width: 50%;
	text-align: center;
	height: 35px;
	line-height: 35px;
	margin: 0;
	font-size: 18px;
	border: none;
}
}