html, body {
  position: relative;
  height: 100%;

}
body {
  width: 100%;
  /*min-width: 1250px;*/
  font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color:#FFF;
  margin: 0;
  padding: 0;
  /*防止animate动画过程出现滚动条*/
  /*overflow-y:hidden;*/
}
ul li{
  list-style: none;
  float: left;
  padding-inline-start: 0;
}
h1,
h2,
p {
  margin: 0;
  padding: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.inline-block {
  display: inline-block;
}
a{
  text-decoration: none;
  outline: none;
}
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.container {
  overflow-x: hidden;
}
.header{
  height: 80px;
  width: 100%;
  background: #001C73;
  background-size: 100% 100%;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.8;


}
.head{
  height: 80px;
  font-size: 18px;
  margin-left:160px;
  margin-right:160px;
}
.banner {
  height: 700px;
  width: 100%;
}
.logo{
  width: 285px;
  height: 35px;
}
.rightH{
  height: 80px;
  line-height: 80px;
}

.links{
  color: #FFF;
  margin-left: 30px;
  line-height: 35px;
  outline: none;
}
.header a{
  color: #FFF;
  text-decoration: none;
}
.header a:link{
  color: #FFF;
  text-decoration: none;
}
/*.header a:visited{*/
/*color: #fff;*/
/*border-bottom: 2px solid #fff;*/

/*}*/
.header a:hover{
  color: #fff;
  border-bottom: 2px solid #fff;
}
.header .active{
  color: #fff;
  border-bottom: 2px solid #fff;
}
.links:hover{
  color: #fff;
  text-decoration: none;
}
.all{
  height: 780px;
  width: 100%;
}
.hl_nav{
  position: relative;
  color: #ffffff;
  width: 720px;
  height: 80px;
  line-height: 80px;
  float: right;

}
.hl_nav a{
  display: block;
  text-decoration: none;
}
.hl_nav .shade{
  position: absolute;
  width: 100%;
  height: 40px;
  top: 50px;
  left: 0;
  z-index: 1;
  background-color: #EEEEEE;
  opacity: 0.9;
  filter: alpha(opacity=90);
  box-shadow: 0 5px 15px #CCCCCC;
  display: none;
  border-bottom: #ffffff solid 1px;
  border-bottom: rgba(255,255,255,0.3) solid 1px;
}
.hl_nav .nav_list{
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 0;
  list-style: none;
  width:720px;
  height: 50px;
}
.hl_nav .nav_list>li{
  padding-left: 40px;
  float: right;
  margin: 0;
  width: 10%;
  text-align: center;
  height: 50px;
  transition: height 0.3s;
}
.hl_nav .nav_head{
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 18px;
  position: relative;
}
.hl_nav .nav_body{
  display: none;
  width: 158px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  color: #FFFFFF;
  text-align: center;
  background-color: rgba(0,28,115,0.6);
  margin-top: 2px;

}
.hl_nav .nav_body img{
  width: 24px;
  height: 24px;
  margin-right: 5px;
  vertical-align:middle;
  padding-bottom:3px;
}
.hl_nav .nav_list>li:hover{
  height: auto;
}
.hl_nav .nav_list>li:hover .nav_body{
  display: block;
}
.hl_nav .nav_body:after{
  content: '';
  display: block;
  height: 0;
  position: absolute;
  bottom: -1px;
  width: 60%;
  left: 20%;
}
.content{
  padding-bottom: 64px;
}
