/*导航*/
.banner_box{
  width: 100%;
  height: 105px;
  background-image: linear-gradient(to right, #00C5C6 , #0889EE);
}
.banner{
  width: 1028px;
  height: 105px;
  margin: 0 auto;
}
.banner li{
  float: left;
}
.banner li>a{
  display: block;
  width: 100%;
  height: 100%;
}
.banner li:first-child>a{
  background: url("btn_1.png") no-repeat;
}
#hover_0{
  background: url("hover_1.jpg") no-repeat;
  transition: background 0.4s;
}
/*.banner li:nth-child(1)>a:hover{
  background: url("jmc_hover.jpg") no-repeat;
}*/
.banner li:nth-child(2)>a{
  background: url("btn_2.png") no-repeat;
}
#hover_1{
  background: url("hover_2.jpg") no-repeat;
  transition: background 0.4s;
}
/*.banner li:nth-child(2)>a:hover{
  background: url("ghjs_hover.jpg") no-repeat;
}*/
.banner li:nth-child(3)>a{
  background: url("btn_3.png") no-repeat;
}
#hover_2{
  background: url("hover_3.jpg") no-repeat;
  transition: background 0.4s;
}
/*.banner li:nth-child(3)>a:hover{
  background: url("szsy_hover.jpg") no-repeat;
}*/
.banner li:nth-child(4)>a{
  background: url("btn_4.png") no-repeat;
}
#hover_3{
  background: url("hover_4.jpg") no-repeat;
  transition: background 0.4s;
}
/*.banner li:nth-child(4)>a:hover{
  background: url("xmxx_hover.jpg") no-repeat;
}*/
.banner li:nth-child(5)>a{
  background: url("btn_5.png") no-repeat;
}
#hover_4{
  background: url("hover_5.jpg") no-repeat;
  transition: background 0.4s;
}
/*.banner li:nth-child(5)>a:hover{
  background: url("xwdt_hover.jpg") no-repeat;
}*/
.banner li:nth-child(6)>a{
  background: url("btn_6.png") no-repeat;
}
#hover_5{
  background: url("hover_6.jpg") no-repeat;
  transition: background 0.4s;
}
/*.banner li:nth-child(6)>a:hover{
  background: url("zwgk_hover.jpg") no-repeat;
}*/
.banner li:nth-child(7)>a{
  background: url("btn_7.png") no-repeat;
}
#hover_6{
  background: url("hover_7.jpg") no-repeat;
  transition: background 0.4s;
}
/*.banner li:nth-child(7)>a:hover{
  background: url("hdjl_hover.jpg") no-repeat;
}*/
