﻿@charset "utf-8";
/* CSS Document */
@import url('reset.css');


.top {
	background: url(../../img/indexv2/bgline.png) top center no-repeat;
	padding: 14px 0 10px;
	overflow: hidden
}
.logo {
	float: left;
	margin-top: 16px;
}
.logo a {
	background: url(../../img/indexv2/logo_bg.png) no-repeat;
	width: 185px;
	height: 39px;
	display: block;
}
.top_right {
	float: right;
}
.top_tel {
	float: left;
	margin-right: 45px;
	border-right: solid 1px #dadada;
	padding-right: 45px;
	margin-top: 5px;
}
.top_tel p {
	color:#666;
	line-height: 20px;
}
.top_ewmbox {
	float: left;
	text-align: center;
}
.ewmbox_mright {
	margin-right: 45px;
}
.top_ewmbox img {
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.top_ewmbox p {
	font-size:12px;
	color:#666;
	margin-top: 2px;
	text-align: center;
}
.menu_box {
	height: 50px;
	background: #458ae5
}
.menu_mainbox {
	margin: 0 auto;
	width: 1100px;
	*position:relative;
	*z-index:99;
}
.menu_mainbox ul {
	position: relative;
}
.menu_mainbox ul li {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-top: 5px;
}
.menu_mainbox ul li a {
	width: 135px;
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.menu_mainbox ul li a:hover, .menu_mainbox ul li a.on {
	background: #fff;
	border-radius: 8px 8px 0 0;
	color: #458ae5
}
.menu_mainbox ul li.hover {
	display: block
}
.menu_pulldown {
	background: url(../../img/indexv2/whitebg.png) repeat;
	width: 1060px;
	position: absolute;
	left: 0;
	top: 50px;
	z-index:999 !important;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	overflow: hidden;
	padding: 20px
}
.menu_pulldown ul {
    float: left;
    border-right: dotted 1px #ededed;
    padding: 0 40px;
}
.menu_pulldown ul li {
	float: none;
    display: block;
    margin-right: 0;
}
.menu_pulldown ul li a {
	color: #333;
    font-size: 14px !important;
    width: auto;
    height: auto;
    line-height: 34px;
    text-align: left;
}
.menu_pulldown ul li a:hover {
	text-decoration: underline
}
.line_none {
	border: none !important;
}







