/*public*/
.size1 {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.backcolor {
  background: #01509d
}
.color {
  color: #01509d;
}
/*menu*/
.menu {
  position: relative;
  z-index: 100;
}
.menu > li {
  height: 58px;
  line-height: 25px;
  padding: 0 17px;
  float: left;
  text-align: center;
  position: relative;
}
.menu > li a {
  font-size: 16px;
  color: #01509d;
}
.menu > li:hover a,
.menu > li.hover a{
  color: #e03f26!important;
}
.menu > li:hover a span,
.menu > li.hover a sapn{
 color: #e03f26!important;
}
.menu li span {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: -52px; 
  color: #999999;
}

.menu .menu_2 {
  position: absolute;
  width: 100%;
  top: 58px;
  left: 0;
  display: none;
  overflow: hidden;
}
.menu .menu_2 li {
  background: #57c5a0;
}
.menu .menu_2 a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #57c5a0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu li:hover .menu_2 {
  display: block;
}
.main {
  margin-bottom: 10px;
}

/*footer*/
.footer{
background: url(../images/footer.jpg) no-repeat center;
height: 330px;
overflow: hidden;
}
.footermue{
  width: 650px;
}
.footer_nav ul li{
  float: left;
  padding-top: 68px;
  width: 20%;
}
.footer_nav a{
  color: #fff;
 
}
.footer_conter{
  padding-top: 50px;
  width: 271px;
  height:141px;
  color: #fff;
  line-height: 30px;
}
.weixin{
  float: right;
  position: relative;
  top:-63px;
  right:68px;
}
.weixin img{
  width: 82px;
  height: 82px;
}
.liuyan a{
  padding-left: 40px;
}
.right{
  width: 505px;
  line-height: 70px;
}
.ipt{
  float: left;
  color: #fff;
  width: 250px;
}
.text{
  color: #fff;
 
  margin-left: -23px;
}
.txtt{
  width:158px ;
  height: 33px;
  background: #636363;
}
.texarr{
width: 405px;
background: #636363;

}
.btnt{
  background: #01509d;
  width: 158px;
  height: 36px;
}
.tijiao{
  text-align: center;
}
.foot {
  background: #2e2e2e;
  height:44px; 
  font-size: 14px;
  text-align: center;}
.ddb p { 
  float: left;
  line-height: 42px;
  color: #e5e5e5; 
  width: 33.3%; 
}
.ddb p a{ 
  color: #e5e5e5;
}