﻿
/*2017-9-14修改导航*/
/*
#top_menu_productCenter .sub_menu_nav,
#top_menu_solution .sub_menu_nav{
  width:150% !important;
  left:50% !important;
 margin-left:-75% !important;

}
*/



.header {
	height: 90px;
	background: #fbfbfb;
}

.head {
	position: relative;
	height: 90px;
	padding-left:210px;
}
.logo {
	position: absolute;
	top:60%;
	left:10px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	width: 210px;
}
.logo img {
	max-height: 50px;
	max-width: 100%;
}
.header .top  {
	height: 35px;
	font-size: 14px;
	color:#272a2f;
}
.top .top_right {
	height: 25px;
	line-height: 25px;
	margin-top:10px;
}
.top_right span {
	margin-left:15px;
}
.top_right span em.color_red {
	color:#e0281e;
	font-size: 16px;
	font-weight: 700;
}
.top_right span.tu_icons {
	display: inline-block;
	height: 25px;
	width: 37px;
	background:url('../images/icons/map_icons.png') center no-repeat;
	background-size: 37px 20px;
	vertical-align: middle;
	margin-left:34px;
}



/*导航样式*/

.nav {
	height: 55px;
}
.nav ul li {
	float: left;
	font-size: 16px;
	color:#262626;
	padding:0 22px;
}
.nav ul li a {
	display: inline-block;
	height: 55px;
	line-height: 53px;
	color:#262626;
	padding:0 3px;
	border-bottom: 2px solid transparent;
}
.nav ul li.active a,
.nav ul li a:hover {
  border-color:#e0281e;
  color:#e0281e;
}


.main_head {
	height: 55px;
}

.main_head .searchCon {
	position: relative;
}
.main_head .searchBtn {
	width: 30px;
	height: 30px;
	background: url('../images/icons/searchBtn.png') center no-repeat;
	background-size: auto 21px;
	margin-top:12.5px;
	margin-left:20px;
	cursor: pointer;
	
}
.searchCon .Search {
	width: 225px;
  height: 40px;
  border:1px solid #e0281e;
  position: absolute;
  top: 54px;
  left: -165px;
  z-index: 2;
  display: none;

}
.searchCon .Search input[type=text] {
  width: 158px;
  padding:0 10px;
  height: 38px;
  line-height: 38px;
  float: left;
}
.searchCon .Search input[type=button] {
	width:65px;
	height: 38px;
	line-height: 38px;
	background:#e0281e;
	color:#fff;
	font-size: 14px;
	text-align: center;
	float: left;
}









#top_menu_service .sub_menu_nav {
width:150px !important;
}





