
body{
	font-family: "microsoft yahei","微软雅黑" !important;
}
.zh-CN{
	display: none;
}
.eng{
	display: none;
}
/*
 *Hearder
 */
.head-wrap{
    width: 100%;
    transition:ease all .5s;
    background-color: #fff;
    position: fixed;
    top: 0px;
    z-index: 1000;
} 
.head-wrap.on{
	box-shadow: -3px 0px 20px #ccc;
    background-color: #fff;
}
.head {
    height: 80px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
}
.head-brand {
    width: 185px;
    height: 50px;
    margin-top: 15px;
    float: left;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size:100% 100% ;
    background-color: transparent;
}

.head-nav {
    height: 100%;
    float: right;
    top: 10px;
}
.head-nav > li .nav-option.on{
	color: #000;
}
.head-nav > li {
    height: 100%;
    display: inline-block;
    line-height: 80px;
    margin-left: -7px;
}
.head-nav > li .nav-option{
	color: #000;
	transition:ease all .5s;
	font-size: 16px;
	height: 80px;
	padding: 0 25px;
}
.head-nav .nav-option .caret{
	margin-left: 5px;
    margin-top: -1px;
}
.head-nav .nav-option .active{
	color: #0984f7 !important;
}
.head-nav > li:hover .nav-option{
	color: #0984f7;
}
.head-nav > li .nav-option:hover{
	color: #0984f7;
	background-color: transparent;
}
.change-lang{
	margin-left:20px ;
	display: inline-block;
}
.change-lang .lang-btn{
	display: inline-block;
    color: #000;
    font-size: 10px;
    height: 18px;
    width: 24px;
    text-align: center;
    line-height: 18px;
    background-color: #fff;
    cursor: pointer;
}
.change-lang span:nth-child(1){
	border-radius: 3px 0 0px 3px;;
}
.change-lang span:nth-child(2){
	border-radius: 0px 3px 3px 0px;
}
.change-lang span.active{
	background-color: #000;
	color: #fff;
}
.head-nav .login-btn{
	display: inline-block;
	border-radius: 4px;
	margin-left:20px ;
}

.head-nav .login-btn .nav-btn{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
    padding: 5px 20px;
    display: inline-block;
    position: relative;
    border-radius: 45px;
    transition: ease all .8s;
} 

.login-btn .nav-btn:nth-child(1){

}
.login-btn .nav-btn:nth-child(2){
	border: 1px solid #0984f7;
	background-color: #0984f7;
	color: #fff;
}

.head-nav li:hover .sed-list{
	display: block;
}

.head-nav .sed-list{
	list-style: none;
	position: absolute;
	padding-left: 0;
	background-color: #fff;
	transition:ease all .5s;
	min-width: 100%;
	display: none;
	box-shadow: 0 2px 5px #E3E3E3;
}

.head-nav .sed-list>li{
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
.head-nav .sed-list>li:hover{
	background-color: #f2f2f2;
}
.head-nav .sed-list>li:hover a{
	color: #0984f7;
}
.sed-list>li>a{
	padding: 10px 0;
    display: block;
	text-decoration: none;
	color: #000;
}
.head-nav .has-logged{
	display: inline-block;
	width: 120px;
	text-align: center;
}
.head-nav .has-logged .sed-list li{
	text-align: left;
	padding: 0 15px;
}
.head-nav .has-logged .glyphicon{
	top: 2px;
}
#user-id{
	height: 40px;
    line-height: 40px;
    color: #dadada;
    margin: 0 10px;
   	border-bottom:1px solid #dadada;

}
/*
 * nav-xs
 */
.head-wrap-xs{
	opacity: 0;
	height: 0px;
	box-shadow: -3px 0px 6px #999;
    background-color: #fff;
	position: fixed;
    width: 100%;
    top: 0;
    transition: all .4s ease-in-out;
    z-index: 1000;
}
.head-wrap-xs.on{
	background-color: #fff ;
}
.nav-xs{
	width: 100%;
	border-top: 1px solid #999;
	text-align: center;
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
	position: absolute;
	background-color: #fff;
	transition: all .4s ease-in-out;
	box-shadow: 0px 3px 6px #999 ;
	height: 0px;
	overflow: hidden;
}
.nav-xs.on{
	background-color:#fff;
}
.nav-xs.on li a{
	color: #ed552b;
}
.logo-xs{
	text-align: center;
	position: relative;
	display: none;
}

.logo-xs img{
	height: 40px;
    margin: 5px 0;
}
.nav-collapse{
	display: inline-block;
	background-color:#000;
	height: 35px;
	width: 35px;
	margin-top: 5px;
	border-radius: 4px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	right: 10px;
	cursor: pointer;
	background-image: url(../img/collapse.png);
	background-repeat: no-repeat;
	background-size: 70% 70%;
	background-position: center;
}
.nav-collapse img{
	width: 20px;
	height: 20px;
}
.nav-xs li {
	
}
.nav-xs li a{
	color: #000;
	display: block;
	font-size: 16px;
	text-decoration: none;
	padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    transition: all .5s ease-in-out;
}
.nav-xs li a:hover{
	color: #0984f7;
}
.nav-xs .change-lang{
	margin-left: 0px;
}
.nav-xs .change-lang .lang-btn{
	
}
.nav-xs .login-btn{
	padding: 7.5px 0;
}
.nav-xs .login-btn .nav-btn{
	color: #fff;
	text-decoration: none;
	padding: 5px 30px;
	display: inline-block;
	font-weight: 600;
	position: relative;
	border-radius: 4px;
	transition:ease all .8s;
} 

.login-btn .nav-btn:nth-child(1){
	background-color: #fff;
	color: #646361;
}
.login-btn .nav-btn:nth-child(2){
	border: 1px solid #0984f7;
	color: #fff;
}

h1{
	font-size: .25rem;
}
h2{
	font-size: .21rem;
}
h3{
	font-size: .17rem;
}
h4{
	font-size: .14rem;
}
/*
 * footer
 */
.foot{
	height: 50px;
	text-align: center;
	color:#777;
	font-size: .1rem;
	line-height:50px ;
	background-color: #000;
	width: 100%;
}
#footer .head-wrap{
	position: static;
	display: block !important; 
	background-color: #1a1a1a;
}
#footer .head-brand{
	width: 150px;
	background-image: url(../img/logo2.png);
}
#footer .head-nav .nav-option{
	color: #777;
}

@media (max-width: 1000px){
	.head-wrap{
		display: none;
	}	
	.head-wrap-xs{
		opacity: 1;
		height: 50px;
	}
	.logo-xs{
		display: block;
	}
	#slider-1{
		margin-top: 50px !important;
	}
}