.t-me {
  width: 100%;
  height: 55px;
  padding-top: 20px;
  border-bottom: 1px solid #ececec;
  box-shadow: 0px 2px 5px #f0f0f0;
  -o-box-shadow: 0px 2px 5px #f0f0f0;
  -ms-box-shadow: 0px 2px 5px #f0f0f0;
  -moz-box-shadow: 0px 2px 5px #f0f0f0;
  -webkit-box-shadow: 0px 2px 5px #f0f0f0;
}
.t-me .logo {
  float: left;
  width: 130px;
  height: 40px;
  background: url('/tpl/me/css/image/logo.jpg?t=160714') no-repeat center center;
}
.t-me .nav {
  float: left;
}
.t-me .nav li {
  position: relative;
  float: left;
  margin-left: 50px;
  padding: 10px 0 24px;
  font-size: 16px;
  transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
}
.t-me .nav li .icon-new{
  position: absolute;
  top: 0px;
  left: 65px;
  display: inline-block;
  width: 22px;
  height: 16px;
  background: url('/tpl/common/images/t6-ico.png?t=151229') no-repeat;
  background-position: 0 -37px;    
}
.t-me .nav li.on {
  border-bottom: 2px solid #e82b1a;
}
.t-me .nav li.on a {
  color: #f85547;
}
.t-me .nav li.xl div {
  position: absolute;
  top: 50px;
  left: -15px;
  width: 90px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #ececec;
  box-shadow: 0px 2px 5px #f0f0f0;
  -o-box-shadow: 0px 2px 5px #f0f0f0;
  -ms-box-shadow: 0px 2px 5px #f0f0f0;
  -moz-box-shadow: 0px 2px 5px #f0f0f0;
  -webkit-box-shadow: 0px 2px 5px #f0f0f0;
  text-align: center;
  transform-origin: 40% 0 0;
  -o-transform-origin: 40% 0 0;
  -ms-transform-origin: 40% 0 0;
  -moz-transform-origin: 40% 0 0;
  -webkit-transform-origin: 40% 0 0;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  visibility: hidden;
  opacity: 0;
}
.t-me .nav li.xl div a {
  display: block;
  height: 36px;
  line-height: 36px;
  border-top: solid 1px #eee;
  padding: 0 6px;
  font-size: 14px;
  color: #666;
}
.t-me .nav li.xl div .nobdr {
  border: none;
}
.t-me .nav li.xl div:before {
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #fff;
  border: solid 1px #ddd;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: -6px;
  right: 56px;
  content: " ";
}
.t-me .nav li.xl:hover a {
  color: #f85547;
  text-decoration: none;
}
.t-me .nav li.xl:hover a b {
  width: 0;
  height: 0;
  border: 4px solid;
  border-color: #f85547 transparent transparent transparent;
  font-size: 0;
  line-height: 0;
  transform-origin: 50% 30% 0;
  -o-transform-origin: 50% 30% 0;
  -ms-transform-origin: 50% 30% 0;
  -moz-transform-origin: 50% 30% 0;
  -webkit-transform-origin: 50% 30% 0;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.t-me .nav li.xl:hover div {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.3s cubic-bezier(0.31, 0.57, 0.68, 1.36) 0s;
  -o-transition: all 0.3s cubic-bezier(0.31, 0.57, 0.68, 1.36) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.31, 0.57, 0.68, 1.36) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.31, 0.57, 0.68, 1.36) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.31, 0.57, 0.68, 1.36) 0s;
  z-index: 100;
}
.t-me .nav li.xl:hover div a {
  color: #666;
}
.t-me .nav li.xl:hover div a:hover {
  color: #f85547;
}
.t-me .nav a {
  position: relative;
  color: #666;
}
.t-me .nav a:hover {
  color: #f85547;
  text-decoration: none;
}
.t-me .nav a b {
  position: absolute;
  top: 8px;
  right: -10px;
  width: 0;
  height: 0;
  border: 4px solid;
  border-color: #444 transparent transparent transparent;
  font-size: 0;
  line-height: 0;
  transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
}
