﻿

/************************/
header {
	width:100%;min-width: 1200px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  }
  .topbar {
    background: #121212;
    color: #ccc;
    line-height: 40px; position: relative; font-size:14px;
  }
  .topbar .w:after {
    content: '';
    clear: both;
    display: table;
  }
  .topbar-welcome {
    float: left;
  }
  .topbar-welcome i {
    float: left;
    margin: 5px 0;
    display: block;
  padding-right:5px;
    height: 30px;
  line-height:30px;
  font-size:16px;
  }
  .topbar-tel {
    float: right;
  }
  .topbar-tel i {
  float: left;
  margin: 5px 0;
  display: block;
  padding-right:5px;
  height: 30px;
  line-height:30px;
  font-size:20px;
  }
  .topbar-tel a {
    color: #ccc;
  }
  
  .language{float:right; margin-left:30px;}
  .language a{display:inline-block;line-height:34px;background: url(../images/icon-language.png) no-repeat left 10px center;color:#fff;padding:0 10px 0 35px;border-radius:5px;}
  .language a:hover{background:#f2ac24 url(../images/icon-language.png) no-repeat left 10px center;}		
              
  
  
  .head {}
  .head .w:after {
    content: '';
    clear: both;
    display: table;
  }
  .head-logo {
    float: left;
    padding: 20px 0 15px;
  }
  .head-logo img {
    width: 200px;
  }
  .head-nav {
    float: right;
  }

  .nav span {
    display: none;
  }
  .nav ul { float:right;}
  .nav li {
    float: left;
    position: relative;
    margin-right: 1px;
  }
  .nav li a {
    display: block;
    font-size: 18px;
    line-height: 100px;
    padding: 0 40px;
    position: relative;
      text-transform:capitalize;
  }
  .nav li a:before {
    content: '';
    display: block;
    position: absolute;
    bottom:30px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #2488e6;
    transition: all ease-out 0.3s;
    transform: translateX(-50%);
  }
  .nav li:last-child a{ padding: 0 0px 0 40px;}
  .nav li.on > a, .nav > li > a:hover, .nav li a.on {
    color: #121212;
    font-weight: bold;
  }
  .nav li.on a:before, .nav li a:hover:before, .nav li a.on:before {
    width: 20px;
  }
  .nav li ul {
    display: none;
    position: absolute;
    z-index: 9;
    top: 100px;
    left: 0;
    background: #fff;
    min-width: 120px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  }
  .nav li li {
    float: none;
    margin-right: 0;
  }
  .nav li li a {
    font-size: 14px;
    white-space: nowrap;
    line-height: 40px;
  }
  .nav li li a:before {
    display: none;
  }
  .nav li li a:after {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(45deg) translateY(-50%);
    transition: all ease-out 0.3s;
  }
  .nav li li a:hover {
    padding: 0 40px;
    background: #f6f6f6;
    background-position: right 15px top 10px;
    color: #2488e6;
  }
  .nav li li a:hover:after {
    right: 10px;
    border-top: 1px solid #2488e6;
    border-right: 1px solid #2488e6;
  }
  .nav li li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 260px
  }
  .nav li li ul ul {
    display: none;
  }
  
  @media screen and (max-width:768px){
  .nav li:first-child{display:none}
  .nav li a{padding:0 10px}
      }


  
  
