@charset "utf-8";
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, p,input {
    padding: 0;
    margin: 0;
}
html,body{
    height: 100%;
    width: 100%;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
ul,li{list-style: none;}
a{text-decoration: none;}
img{border: none}
body{
	background-image: url(../../images/minhang/bg.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment:fixed;
}
/***header***/
.header{
	width: 1194px;
	margin: 0 auto;
	overflow: hidden;
}
.header .logo{
    width: 60px;
    margin-top: 24px;
    float: left;
    margin-left: 95px;
}
.header .content{
    width: 445px;
    height: 70px;
    float: left;
    margin-top: 21px;
    margin-left: 14px;
    font-weight: bold;
    color: #fff;
}
.content .content-chi{
    line-height: 38px;
    font-size: 32px;   
    letter-spacing: 1px;
}
.content .content-eng{
    line-height: 24px;
    font-size: 13px;
    letter-spacing: -1px;
}
.header .phone{
	float: right;
	margin-right: 95px;
	margin-top: 21px;
}
.header .phone i{
	float: left;
}
.header .phone p{
	margin-left: 11px;
	float: left;
	color: #fcfb13;
	font-size: 16px;
	font-weight: bold;
}
.header .case{
	width: 340px;
	float: right;
	margin-top: 10px;
	margin-right: 35px;
}
.header .case .data{
	color: #333;
	float: left;
	padding-top: 3px;
}
/***nav***/
.nav{
	width: 100%;
	background-color:#00406c;
}
.nav-top,.nav-bottom{
	width: 100%;
	height: 8px;
}
.nav-top{
	background-color: #07568e;
	margin-top: 11px;
}
.nav-bottom{
	background-color: #287db6;
} 
.nav .nav-levelone{
	width: 1194px;
	height: 42px;
	margin: 0 auto;
	position: relative;
}
.nav .nav-levelone ul{
	margin-left: 95px;
	position: relative;
	height: 42px;
	width: 1010px;
}
.nav .nav-levelone ul li{
	float: left;
	text-align: center;
  position: relative;
}
.nav .nav-levelone ul li .first{
	border-left: 1px solid #3f6b88;
	padding: 0 13px;
}
.nav .nav-levelone ul li a{
	color: #fff;
	height: 42px;
	letter-spacing: 1px;
	display: inline-block;
	line-height: 42px;
	border-right: 1px solid #3f6b88;
	padding: 0 12.5px;
}
.nav .nav-levelone ul li:hover{
	background-color: #00243c;
}
.nav .nav-levelone ul li .current{
	background-color: #00243c;
}
.nav-levelone ul li div{
	position: absolute;
	z-index: 100;
	background-color: #174264;
	filter:alpha(opacity=70);   
      -moz-opacity:0.7;   
      -khtml-opacity: 0.7;   
      opacity: 0.7;  
	display: none;
}
.nav .nav-levelone ul li div a{
  font-size: 14px;
  display: inline-block;
  line-height: 22px;
  padding: 0 17px;
  text-align: center;
  height:27px;
}
.nav .nav-levelone ul li div a:hover{
	color:#fcfb13;
}
.nav .nav-levelone ul li div .oth{
	padding: 0 9px;
}
.nav .nav-levelone ul li div .other{
	padding: 0 2px;
}
