* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "微软雅黑";
}
.p_width {
  width: 100%;
  min-width: 1350px;
}
.m_width {
  width: 1350px;
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
.index_main {
  margin: 50px auto;
}
.index_mian {
  margin: 20px auto;
}
.index_middle {
  background: url(../images/index_middle.png) center no-repeat;
  padding: 82px 0;
  height: 506px;
  margin-top: 20px;
}
.footerbox {
  height: 390px;
  padding: 30px 0;
  background: #1b0253;
  color: #fff;
  border-bottom: 1px solid #2b018a;
}
.footerbox h1 {
  font-size: 26px;
  line-height: 50px;
  font-weight: 500;
}
.footerbox .f_logo {
  text-align: center;
  margin: 15px auto;
}
.footerbox .yqljbox {
  width: 665px;
}
.footerbox .yqljbox ul {
  margin-top: 20px;
  margin-left: -40px;
}
.footerbox .yqljbox ul li {
  float: left;
  margin-left: 40px;
  width: 195px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 42px;
}
.footerbox .yqljbox ul li a {
  font-size: 15px;
  color: #fff;
}
.footerbox .lxfsbox ul {
  margin-top: 20px;
}
.footerbox .lxfsbox ul li {
  font-size: 15px;
  line-height: 42px;
  color: #fff;
}
.copyrightbox {
  background: #1b0253;
  height: 42px;
  font-size: 15px;
  line-height: 42px;
  color: #fff;
  text-align: center;
}
.ej_banner {
  background: url(../images/ej_banner.png) center bottom no-repeat;
  height: 500px;
  position: relative;
}
.ej_banner .ej_topbox {
  background: url(../images/ej_topbox.png) center top no-repeat;
  position: absolute;
  top: 0;
  z-index: 3;
  height: 110px;
  padding: 35px 0;
}
.ej_banner .ej_topbox .logobox {
  width: 300px;
  height: 70px;
}.ej_banner .ej_topbox .navbox .navlist li {
  float: left;
  margin-left: 18px;
}
.ej_banner .ej_topbox .navbox .navlist li a {
  font-size: 18px;
  color: #fff;
  height: 54px;
  line-height: 54px;
}


.bannerbox .topbox .navbox .navlist li {
  float: left;
  margin-left: 22px;
  position:relative;
}
.bannerbox .topbox .navbox .navlist li ul.sub_navlist{display:none}
.bannerbox .topbox .navbox .navlist li:hover ul.sub_navlist{
display:block;
position:absolute;
top:54px;
background: #7a3ffe;
left:-55px;
}
.bannerbox .topbox .navbox .navlist li:hover ul.sub_navlist li{height:42px;line-height:42px;text-align:center;min-width:160px;float:none;margin-left:0;padding:0 10px;}
.bannerbox .topbox .navbox .navlist li:hover ul.sub_navlist li a{color:#fff;font-size:15px;height:42px;line-height:42px;}
.bannerbox .topbox .navbox .navlist li:hover ul.sub_navlist li:hover{background: #fd014e;}
.bannerbox .topbox .navbox .navlist li a {
  font-size: 18px;
  color: #fff;
  height: 54px;
  line-height: 54px;
font-weight:bolder;
}