*{
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 12px;
  list-style: none;
  font-family:  Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB,"\5B8B\4F53",sans-serif;
  text-decoration: none;
}

/* header start */
header{
	min-width: 1200px;
}
header .top{
  background: #f6f7f8;
  border-bottom: 1px solid #cfd0d1;
}
header .top .content{
  width: 1200px;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
}
.top .content .lx li{
  float: left;
  height: 16px;
  line-height: 16px;
  margin-top: 8px;
  padding: 0px 10px;
  color: rgb(175, 176, 177);
  border-right: 1px solid rgb(222, 223, 224);
}
.top .content .lx li:nth-child(1) {
  padding-left: 0px;
}
.top .content .lx .phone:before{
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  vertical-align: middle;
  background: url("../images/phone1.png");
  margin-right: 5px;
}
.top .content .lx .qq{
  display: inline-block;
  margin-right: 5px;
}
.top .content .lang{
	float: right;
	
}
.top .content .lang a{
	color: #A2A2A2;
	padding-right: 10px;
}
.top .content .lang .checked{
	color: #0151A1;
	font-weight: 600;
}
.logo-container{
  width: 1200px;
  margin: 0 auto;
  height: 120px;
  line-height: 120px;
}
.logo-container h1{
  width: 450px;
  height: 120px;
  line-height: 120px;
  float: left;
}
.logo-container h1 a{
  display: block;
  height: 120px;
  line-height: 120px;
}
.logo-container img{
  vertical-align: middle;
}
.logo-container .lx-phone{
  float: right;
  font-size: 14px;
  height: 120px;
  line-height: 120px;
  color: #929394;
  margin-right: 10px;
}
.logo-container .lx-phone::before{
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  vertical-align: middle;
  background: url("../images/phone1.png");

  margin-right: 5px;
}
.logo-container .lx-phone span{
  color: #0151A1;
  font-weight: 600;
  font-size: 14px;
}
header nav{
  background: #0055A2;
  height:40px;
}
header nav .list{
  width: 1200px;
  margin: 0 auto;
}
header nav .list li{
  display: block;
  float: left;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}
header nav .list li .a{
  display: block;
  font-size: 14px;
  color: #fff;
}
nav .list li:hover{
  background: #009FFB;
}
header nav .list li:hover .menu{
  display: block;
}
nav .list li .menu{
  display: none;
  position: absolute;
  box-shadow: 1px 1px 5px #888888;
  width: 240px;
  padding: 10px 0px;
  z-index: 100;
  background: #fff;
}
nav .list li .menu a{
	white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #333435;
  font-size: 14px;
}
nav .list li .menu a:hover{
  background: #0055A2;
  color: #fff;
}

.crumbs {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 30px;
}

.crumbs a, .crumbs {
    color: #686868;
}
/* end header */