﻿@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased
}
body, html {
	height: 100%;
}


@media screen and (min-width:1240px){

nav{display:none;}

}

@media screen and (max-width:1239px){
nav {
	background: #fff;
	width: 96%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 1%;
	position: fixed;
	top: 0;
	z-index: 99;
	-moz-box-shadow:0px 3px 20px #ADADAD; -webkit-box-shadow:0px 3px 20px #ADADAD; box-shadow:0px 3px 15px #ADADAD;
}
.Mlanuage {
	color: #fff;
	display: block;
	width: 20%;
	float: left;
	margin-top:0.8rem;
}
.Mlanuage a {
	background: #2056ae;
	color: #fff;
	padding: 4% 8% 4% 8%;
	border-radius:3px;
	font-size:1.4rem;
}
.nav-logo {
	float: left;
	width: 60%;
	text-align: center;
	display:block;
}
.nav-logo img {
	height: 46px;vertical-align:bottom;
}
.navMenu {
	width: 20%;
	float: left;
}
nav .nav-list {
	position: fixed;
	height: 100%;
	top: 0;
	padding-top: 10px;
	width: 60%;
	background: #fff;
	left: -60%;
	-webkit-transition: 1s;
	transition: 1s;
	z-index: 99999;
}
}

nav .nav-list>li {
	position: relative;
	list-style: none;
	float: left;
	text-align: center
}

nav .nav-list>li {
	width: 100%;
	margin: 0;
	overflow: hidden;
}
nav .nav-list>li {
	margin-bottom: 15px
}
nav .nav-list>li .active {
	color: #2056ae;
	background-color: #fff;
}
nav .nav-list>li a {
	color: #000;
	display: inline-block;
	line-height: 32px;
	padding: 1px 0px;
	margin: 0 10px;
	font-size: 15px;
	border-radius: 5px;
	text-decoration: none;
	border-bottom:solid 1px #ccc;
}

nav .nav-list>li a {
	width: 100%;
	border-radius: 0;
	margin: 0
	
}
nav .nav-list>li a:hover {
	color: #fff;
	background-color: #2056ae;
}
nav .nav-list>li .menu {
	min-width: 100px;
	-webkit-box-shadow: 0 2px 10px #ccc;
	box-shadow: 0 2px 10px #ccc;
	position: absolute;
	border-radius: 5px;
	white-space: nowrap;
	left: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: 0.2s;
	transition: 0.2s
}

nav .nav-list>li .menu {
	position: relative;
	width: 100%;
	text-align: center;
	border-radius: 0;
	-webkit-box-shadow: 0 -1px 7px #ccc inset;
	box-shadow: 0 -1px 7px #ccc inset
}
nav .nav-list>li .menu li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0
}
nav .nav-list>li:hover .menu {
	height: auto
}
nav .nav-menu {
	display: none;
	z-index: 999;
	cursor: pointer
}

nav .nav-menu {
	display: block;
	float: right;
	padding: 8px 5px;
	position: relative;
	border:none;
	margin-top: 2px;
}
nav .nav-menu span {
	height: 2px;
	width: 25px;
	display: block;
	background: #ccc;
	border-radius: 10px
}
nav .nav-menu span+span {
	margin-top: 6px
}
nav .open {
	left: 0%;
	overflow: auto;
	box-shadow: 2px 0 8px #ccc
}
.container-fluid {
	width: 100%;
	padding-bottom: 10px
}
.carect {
	position: relative;
	width: 0;
	height: 0;
	margin-left: 5px;
	margin-bottom: 2px;
	border-top: 6px solid;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-radius: 10px;
	display: inline-block;
}
