header {
  min-width: 1300px;
}

.layer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 100;
}

.layer .downLoadCode {
  width: 854px;
  height: 350px;
  background: rgba(255, 255, 255, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -427px;
  margin-top: -175px;
}

.layer .downLoadCode .header {
  height: 70px;
  line-height: 70px;
  background: #f5f5f5;
  overflow: hidden;
}

.layer .downLoadCode .header .fl {
  width: 50%;
  padding-left: 60px;
  text-align: left;
  font-size: 20px;
  color: #505050;
}

.layer .downLoadCode .header .fl i {
  font-size: 22px;
  margin-left: 200px;
  cursor: pointer;
}

.layer .downLoadCode .layerContent {
  overflow: hidden;
}

.layer .downLoadCode .layerContent .fl {
  width: 49.9%;
  height: 280px;
}

.layer .downLoadCode .layerContent .fl p {
  width: 330px;
  font-size: 18px;
  line-height: 28px;
  color: #797979;
  text-align: left;
  margin: 24px 0 0 60px;
}

.layer .downLoadCode .layerContent .left {
  border-right: 1px solid #eeeeee;
}

.layer .downLoadCode .layerContent .left .imgBox {
  overflow: hidden;
  margin-top: 24px;
}

.layer .downLoadCode .layerContent .left .imgBox img {
  width: 67px;
  height: 67px;
  float: left;
  margin-left: 60px;
}

.layer .downLoadCode .layerContent .left .imgBox p {
  width: 220px;
  height: 37px;
  color: #ef9207;
  line-height: 37px;
  border: 1px solid #ef9207;
  border-radius: 19px;
  padding-left: 16px;
  float: left;
  overflow: hidden;
  position: relative;
  margin: 24px 0 0 28px;
  left: 13px;
  top: -8px;
}

.layer .downLoadCode .layerContent .left .imgBox p span {
  display: inline-block;
  width: 73px;
  background: #f68d0c;
  color: #fff;
  height: 35px;
  text-align: center;
  position: absolute;
  left: 146px;
}

.layer .downLoadCode .layerContent .right .imgBox {
  width: 152px;
  height: 152px;
  margin-left: 63px;
  margin-top: 21px;
}

.layer .downLoadCode .layerContent .right .imgBox img {
  width: 100%;
  height: 100%;
}

.downLoadContent {
  width: 100%;
  height: 100%;
  min-width: 1300px;
}

.aboutUs-header {
  display: block;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.aboutUs-margin {
  margin-left: 390px;
}

/* footer更换logo */
footer .footer-logo {
  background: url("/static/img/logo-lion_01.png");
  width: 292px;
  height: 108px;
  margin-top: 15px;
  background-size: 100% 100%;
}

/* tab导航栏 */
.aboutUs-nav {
  width: 100%;
  height: 60px;
  min-width: 1300px;
  line-height: 60px;
  background: #fff;
}

.aboutUs-nav ul {
  display: table;
  margin: 0 auto;
  overflow: hidden;
}

.aboutUs-nav ul .aboutUs-active {
  color: #f68d0c;
  border-bottom: 2px solid #f68d0c;
}

.aboutUs-nav ul a {
  color: rgb(0, 0, 0);
}

.aboutUs-nav ul li {
  float: left;
  width: 70px;
  text-align: center;
  margin: 0 30px;
  font-size: 16px;
  box-sizing: border-box;
  height: 60px;
  cursor: pointer;
}

.aboutUs-nav ul li:hover {
  color: #f68d0c;
  border-bottom: 2px solid #f68d0c;
}

.header-fixed .header-content .header-right .header-img .name-nav-down:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: #313131 solid;
  border-width: 1px 1px 0 0;
  transform: rotate(135deg);
  position: absolute;
  top: 38px;
  right: 16px;
}

.header-fixed .header-content .header-right .header-img .name-nav-up:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: #313131 solid;
  border-width: 1px 1px 0 0;
  transform: rotate(-45deg);
  position: absolute;
  top: 42px;
  right: 16px;
}

.news-content {
  position: relative;
  width: 1200px;
  margin: 20px auto;
  background: #fff;
  padding: 40px 20px 80px;
  min-height: 560px;
  border-radius: 5px;
}

.news-content .no-data {
  text-align: center;
  margin: 200px auto;
  color: #999;
  font-size: 16px;
}

.news-content .news-content-item {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  padding: 20px 40px;
  font-size: 16px;
  border-bottom: 1px solid rgb(242, 242, 242);
  position: relative;
  text-decoration: none;
}

.news-content .news-content-item .title {
  max-width: 650px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.news-content .news-content-item .time {
  color: #999;
}

.news-content .news-content-item:hover {
  border-radius: 5px;
  color: #f68d0c !important;
  cursor: pointer;
}

.news-content .news-content-item:hover .title {
  border-radius: 5px;
  color: #f68d0c !important;
}

.news-content .news-content-item:hover .time {
  color: #f68d0c !important;
}

.news-content .paging {
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.5rem;
  padding: 0 0.15rem;
  background: #fff;
  border-bottom: 1px solid #ebeef5;
}
.h-title {
  position: relative;
  color: #ef9207;
  font-size: 0.18rem;
  font-weight: 700;
}
.h-phone {
  color: #f68d0c;
}
.h-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.12rem;
  height: 0.12rem;
  border-left: 2px solid #ef9207;
  border-bottom: 2px solid #ef9207;
  transform: translateY(-50%) rotate(45deg);
}
.h-title-text {
  color: #f68d0c;
  flex: 1;
  text-align: center;
  font-size: 16px;
}

.h-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 0.1rem 0;
}
.h-nav-item {
  width: 0.8rem;
  color: #f68d0c;
  text-align: center;
  border-bottom: 2px solid #f68d0c;
  padding-bottom: 0.1rem;
  margin-left: 0.1rem;
}
.h-news-content {
  width: 100%;
  margin: 0.15rem 0;
  background: #fff;
  padding: 0.2rem;
}
.h-news-item {
  border-bottom: 1px solid #f2f2f2;
  padding: 0.1rem 0;
}
.h-news-title {
  padding-bottom: 0.02rem;
}
.h-news-time {
  color: #999;
}
