li a:hover {
  color: red !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
i {
  font-style: normal;
}
html,
body {
  width: 100%;
  height: 100%;
  font-size: 100px;
  font-family: "微软雅黑", "Microsoft YaHei";
  background: #f5f5f5;
}
body {
  font-size: 0.14rem;
}
html {
  overflow-x: hidden;
}
img {
  border: 0px;
}
/* 去除ie中输入框× */
input::-ms-clear {
  display: none;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*导航*/
.navBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0.05rem 0.1rem rgba(0, 0, 0, 0.05);
  z-index: 9;
}
.nav {
  width: 1400px;
  height: 60px;
  margin: 0 auto;
  z-index: 99999;
}
.nav_log {
  float: left;
  width: 1.3rem;
}
.nav_log img {
  margin-top: 0.1rem;
}
.nav_log > a {
  display: inline-block;
}
.nav_list {
  float: left;
  width: 9.6rem;
}
.nav_list ul {
  display: table;
  margin: 0 auto;
}
.nav_list_li {
  display: table-cell;
  width: auto;
  height: 0.6rem;
  padding: 0 0.2rem;
}
.nav_list_li > a {
  color: #222222;
  line-height: 0.6rem;
}
.nav_list_li:hover > a {
  color: #222222;
  font-weight: bold;
}
.nav_list_li:hover > .Secondary_nav {
  display: block;
  z-index: 333;
}

/*二级导航*/
.Secondary_nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0.6rem;
  margin: 0 auto;
  width: 14rem;
  height: auto;
  overflow: hidden;
  padding: 0.6rem;
  z-index: 9;
  border-top: 1px solid #f5f5f5;
  background: #fff;
}
.Secondary_list {
  float: left;
  width: 4rem;
  height: 1.2rem;
  padding: 0.3rem;
  border: 1px solid #dddddd;
  margin-right: 0.4rem;
}
.Secondary_list:nth-of-type(3n) {
  margin-right: 0;
}
.Secondary_list:nth-of-type(4),
.Secondary_list:nth-of-type(5),
.Secondary_list:nth-of-type(6) {
  margin-top: 0.4rem;
}
.Secondary_list:hover {
  border: 1px solid #ffcc00;
  background: #ffcc00;
}
.Secondary_list > div {
  float: left;
}
.Secondary_list_Left > img {
  width: 0.56rem;
  margin-right: 0.15rem;
}
.Secondary_list_right {
  width: 78%;
  font-size: 0.16rem;
  color: #222;
  line-height: 0.27rem;
}
.Secondary_list_right a {
  font-size: 0.12rem;
  color: #666666;
  margin-right: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Secondary_list_right > div > a {
  float: left;
}
.Secondary_list_right > p:nth-of-type(1) {
  font-weight: bolder;
  color: #222;
}
.Secondary_list_right > a:last-of-type {
  margin-right: 0;
}
.logIn img {
  vertical-align: middle;
  margin-right: 3px;
}

/*导航右边*/
.nav_logBtn {
  float: right !important;
}
.nav_logBtn select {
  color: #222222;
  margin-top: 0.2rem;
  border: none;
  outline: none;
}
.phonImg {
  float: left;
  margin-top: 0.03rem;
  margin-right: 0.3rem;
}
.phonImg img {
  width: 105px;
  height: 24px;
  margin-top: 0.15rem;
  border: none;
}
.nav_logBtn > a {
  display: inline-block;
  width: 50px;
  float: left;
  color: #222222;
  margin: 20px 10px 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.registered {
  padding-left: 0.15rem;
  margin-right: 0.15rem;
  border-left: 1px solid #222222;
}

/*底部*/
.footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #222222;
}
.footerBox {
  width: 14rem;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.footer_nav {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #333333;
}
.footer_nav_list {
  float: left;
  width: 15%;
  height: auto;
  overflow: hidden;
  margin-top: 0.8rem;
  color: #f5f5f5;
}
.footer_nav_list:last-of-type {
  width: 25%;
  overflow: visible;
}
.footer_nav_list > p {
  margin-bottom: 0.2rem;
}
.footer_nav_text {
  font-size: 0.12rem;
  color: #999999;
  line-height: 0.25rem;
}
.log_phonNb,
.iconMode {
  width: 100%;
  height: auto;
}
.log_phonNb {
  overflow: hidden;
}
.log_phonNb a {
  color: #222;
}
.log_phonNb a:nth-child(2) > img {
  width: 1.22rem;
  height: 0.28rem;
  margin-top: 0.05rem;
}
.log_phonNb a:nth-child(1) > img {
  width: 120px;
  height: 40px;
}
.fonnter_log {
  width: 1.1rem;
  height: 0.38rem;
}
.fonnter_phonNb {
  width: 1.32rem;
  height: 0.28rem;
}
.iconMode {
  margin: 0.2rem 0;
}
.iocnSpan {
  position: relative;
  display: inline-block;
  width: 20%;
  text-align: left;
}
.iconImg {
  width: 0.46rem;
  height: 0.46rem;
  border: none;
}
.iocnSpan:nth-of-type(2) .iconImg,
.iocnSpan:nth-of-type(2) .newImg {
  margin-left: 0.05rem;
}
.iocnSpan:nth-of-type(3) .iconImg,
.iocnSpan:nth-of-type(3) .newImg {
  margin-left: 0.1rem;
}
.iocnSpan:nth-of-type(4) .iconImg,
.iocnSpan:nth-of-type(4) .newImg {
  margin-left: 0.15rem;
}
.iocnSpan:last-of-type .iconImg,
.iocnSpan:last-of-type .newImg {
  margin-left: 0.23rem;
}

.address {
  color: #999;
}
.hoverEwm {
  display: none;
  position: absolute;
  left: -0.48rem;
  bottom: 0.55rem;
  width: 1.4rem;
  height: 1.64rem;
  background: url("../images/frame.png") no-repeat left center;
  background-size: 100% 100%;
  text-align: center;
}
.newImg {
  width: 0.46rem;
  height: 0.46rem;
  border: none;
  display: none;
}
.hoverEwm p {
  font-style: normal;
  font-size: 12px;
  color: #222;
}
.iocnSpan:hover .hoverEwm {
  display: block;
}
.iocnSpan:nth-of-type(2) .hoverEwm {
  left: -0.43rem;
}
.iocnSpan:nth-of-type(3) .hoverEwm {
  left: -0.38rem;
}
.iocnSpan:nth-of-type(4) .hoverEwm {
  left: -0.33rem;
}

.hoverEwm > img {
  width: 1rem;
  height: 1rem;
  margin: 0.1rem auto 0;
}

.footerCopyright {
  margin-top: 0.3rem;
  font-size: 0.12rem;
  color: #999;
}
.footerCopyright a {
  font-size: 0.12rem;
  color: #999;
}
.CopyrightP > a:nth-of-type(2) {
  margin: 0 0.15rem;
  padding: 0 0.15rem;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
.CopyrightDiv {
  margin-top: 0.1rem;
}
.CopyrightDiv > p {
  float: right;
}
.CopyrightDiv > p > a {
  padding-left: 0.2rem;
  margin-left: 0.2rem;
  background: url("../images/policemen.png") no-repeat left center;
  background-size: 0.14rem 0.14rem;
}
.CopyrightDiv > p > a:last-of-type {
  background: url("../images/electronic.png") no-repeat left center;
  background-size: 0.14rem 0.14rem;
}

/*右侧固定*/
.fixedRight {
  position: fixed;
  right: 0.5rem;
  bottom: 0.6rem;
  width: 0.8rem;
  height: auto;
  overflow: hidden;
  z-index: 99;
}
.fixedRight a:nth-child(3) {
  display: none;
}
.fixedRight img {
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0.1rem;
  border: none;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
@media all and (max-width: 1400px) {
  .footerBox {
    padding: 0 0.3rem 1rem;
  }
}

.bootom_nav {
  width: 86%;
}
.bootom-info img {
  max-width: 820px;
}
table {
  max-width: 820px;
  border-collapse: collapse;
}
tr,
td {
  border: 1px solid #000;
}
.loginout {
  display: none;
  float: left;
  font-size: 0.14rem;
  margin-top: 0.2rem;
  font-family: "微软雅黑", "宋体", "Arial", "Source Han Sans CN",
    "Microsoft YaHei";
  color: #222;
  margin-right: 0.08rem;
}
.loginout > a {
  width: 0.6rem;
  color: #ffcc00;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 右侧内容标题 */
.textt {
  width: 0.94rem;
  height: 0.52rem;
  line-height: 0.6rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 999;
}
.last_text {
  width: 120px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  z-index: 999;
}
.content-head > ul > li {
  height: 0 !important;
  line-height: normal !important;
  position: relative;
}
.content-head > ul > li > .line {
  margin: 0 auto !important;
}
.bro {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  font-size: 12px;
  color: #bbbbbb;
  padding: 6px 4px;
  background-color: #222222;
  border-radius: 2px;
  display: none;
  z-index: 88;
}
.top-title > ul li {
  position: relative;
}
.last_bro {
  position: absolute;
  top: 0.35rem;
  left: 0.66rem;
  font-size: 12px;
  color: #ffffff;
  padding: 6px 4px;
  background-color: #222222;
  border-radius: 2px;
  display: none;
  z-index: 88;
}
