header a {
    text-decoration: none;
}
header .top {
    position: relative;
    background: #fff;
    z-index: 11;
}
header .logo{
    background: #fff;
    padding: 15px 20px;
}
header .search {
    position: absolute;
    height: 72px;
    width: 100%;
    top: -70px;
    z-index: 15;
    transition: all 0.5s;
    background: #fff;
}
header .search.show{
    top: 30px;
}
header .search input[type="text"] {
    height: 70px;
    font-size: 2.4em;
    color: #1e317a;
    font-weight: 300;
    width: 100%;
}
header .search input[type="submit"] {
    height: 70px;
    width: 70px;
    background-color: #fff;
    background-image: url('../img/i-search-submit.png');
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
}
header .middle {
    position: relative;
    z-index: 15;
    height: 30px;
    background-color: #00a0dc;
}
header .middle a, header .middle span {
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 1.4em;
    cursor: pointer;
}
header .lang a {
    margin: 0 10px;
    color: #acacac;
}
header .lang a:hover {
    color: #fff;
}
header .lang a.active {
    color: #fff;
    text-decoration: underline;
}
header .left {
    width: 280px;
}
header .right > a:hover,header .left > a:hover{
    color: #1e317a;
	background-color: #fff;
}
header .right {
    width: 600px;
}
header .right > a ,header .left>a{
    padding: 0 15px;
}
header .right > a:last-child:hover i.search-icon{
	background-image: url('../img/i-search-blue.png');
}
header .middle .dropdown-link {
    cursor: pointer;
    padding: 0px 20px;
    transition: all 0.3s;
}
header .middle .dropdown-link:hover {
    background-color: #fff;
}
header .middle .dropdown-link:hover span, header .middle .dropdown span {
    color: #1e317a;
    text-decoration: none;
}
header .dropdown-link:hover .dropdown {
    max-height: 600px;
    opacity: 1;
}
header .dropdown-link:hover a{
    color: #1e317a;
}
header .dropdown-link:hover i.down-black{
	background-image: url('../img/i-down-blue-up.png');
}
header .dropdown-link:hover .dropdown_models
{
    padding: 20px;
    overflow: visible; 
    border-width: 1px;
}
header .dropdown-link:hover .dropdown_service{
    overflow: visible; 
    border-width: 1px;
}

header .dropdown {
	opacity: 0;
    width: 100%;
    top: 0;
    max-height: 0;
    position: absolute;
    z-index: 10;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.4s;
    overflow: hidden;
    left: 0;
}
header .dropdown_models {
top: 70px;
padding: 0 20px;
left: -294px;
width: 1032px;
background: #ffffff;
border: 0px solid #eaeaea;
box-shadow: none;
box-sizing: border-box;
}
header .dropdown_models:after,
header .dropdown_models:before {
	bottom: 100%;
    left: 35%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 10;
}

header .dropdown_models:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
header .dropdown_models:before {
	border-color: rgba(234, 234, 234, 0);
	border-bottom-color: #eaeaea;
	border-width: 11px;
	margin-left: -11px;
}
header .dropdown-link {
    position: relative;
}
header .dropdown a {
    color: #000;
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #e8e8e8;
}
header .dropdown a.small {
    padding: 0;
}
header .dropdown a:hover {
    background-color: #00a0dc;
    color: #fff;
}
header .dropdown_models a {
    	background-color: #fff;
width: 140px;
position: relative;
z-index: 0;
border: 0;
height: 145px;
display: inline-block;
float: left;
padding: 0;
text-align: center;
margin-bottom: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.47);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
header .dropdown_models a:hover {
    border-color: #00a0dc;
    z-index: 5;
    box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.47);
    background: #fff;
}
header .dropdown_models .model__img {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 80px;
    line-height: 80px;
}
header .dropdown_models .model__title {
    display: block;
    color: #00a0dc;
    font-size: 1.2em;
    font-weight: 600;
    margin: 10px 0;
}
header .dropdown_models .model__price {
    color: #000;
    font-size: 0.9em;
}
header .dropdown_models .model__img img {
    vertical-align: middle;
    max-width: 100%
}
header > nav > .nav > ul {
    width: 800px;
    font-size: 1.4em;
    height: 70px;
}
header > nav > .nav > ul > li > a {
    display: block;
    color: #000;
    height: 70px;
    line-height: 70px;
}
header > nav > .nav > ul > li > a.red{
    color: #e7285e;
}
header > nav > .nav > ul > li > a.bold{
    font-weight: 700;
}
header > nav > .nav > ul > li > a:hover {
    color: #00a0dc;
}
header > nav > .nav > ul > li{
	flex-grow: 1;
	text-align: center;
}
header .dropdown_service{
	width: 280px;
	border: 0px solid #eaeaea;
	box-shadow: none;
    top: 70px;
	left: -90px;
}
header .dropdown_service:after,
header .dropdown_service:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 10;
}

header .dropdown_service:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
header .dropdown_service:before {
	border-color: rgba(234, 234, 234, 0);
	border-bottom-color: #eaeaea;
	border-width: 11px;
	margin-left: -11px;
}
header .search-trigger.active{
    background-color: #fff;
    color: #1e317a;
}
header .search-trigger.active i.search-icon{
    background-image: url('../img/i-close.png') !important;
}

nav{
    z-index: 10;
    position: relative;
}
nav .nav{
    padding: 0 20px 0px;
    margin-top: 25px;
    background: rgba(255,255,255,0.8);
}