.header {
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 11111;
}
.head-menu {
  padding: 0px 0 0 3%;
}
.head-menu .logo {
  float: left;
  display: block;
  position: relative;
  z-index: 10;
  padding-top: 10px;
}
.head-menu .logo a {
  width: 208px;
  height: 60px;
  background: url(../images/logo.png) no-repeat center center / 100% 100%;
}
.head-menu .navbar {
  float: right;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  width: auto;
  padding-top: 15px;
}
.head-menu .navbar li {
  position: relative;
  float: left;
  margin-right: 0.65rem;
}
.head-menu .navbar .nav-link {
  padding: 0 2px 0 2px;
  height: 65px;
  line-height: 50px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}
.head-menu .navbar .float-menu {
  display: none;
  position: absolute;
  width: 128px;
  height: 144px;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  z-index: 999;
  background: url(../images/menu-bg.png) no-repeat center center / 100% 100%;
}
.head-menu .navbar .float-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.head-menu .navbar .float-wrap a {
  height: auto;
  line-height: 1;
  cursor: pointer;
  color: #333333;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}
.head-menu .navbar .float-wrap a:first-child {
  margin-bottom: 30px;
}
.head-menu .navbar .float-wrap a:hover {
  color: #c30d23;
  font-weight: 600;
}
.add {
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 11111;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.add .nav-wrap .nav-link {
  color: #000;
}
.add .logo a {
  width: 192px;
  height: 55px;
  margin-top: 5px;
  background: url(../images/logo-2.png) no-repeat center center / 100% 100%;
}
#magic-line {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 10px;
  height: 3px;
  background: #c30d23;
}
canvas {
  background: transparent;
  opacity: 0.7;
}
.abut_banner {
  position: relative;
  height: 621px;
  background: url('../images/about.jpg') no-repeat center top / 100% 100%;
}
.abut_banner .ab_zi {
  padding-left: 30px;
  padding-top: 210px;
  color: #fff;
}
.abut_banner .ab_zi h2 {
  line-height: 68px;
  font-size: 45px;
}
.abut_banner .ab_zi .abs {
  display: inline-flex;
  margin-top: 120px;
  padding-right: 35px;
  line-height: 1;
  font-size: 15px;
  font-style: normal;
  background: url(../images/lsj.png) no-repeat right -52px;
}
.abut_banner .three {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
  z-index: 0;
}
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translatey(280px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translatey(280px);
  }
  100% {
    opacity: 1;
    transform: translatey(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.J_fTxt {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.r_2 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.r_3 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.r_4 {
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.conpany-area {
  padding-top: 60px;
  display: flex;
}
.conpany-area .company-desc {
  margin-right: 42px;
  color: #000;
}
.conpany-area .company-desc h1 {
  font-size: 35px;
  font-weight: 500;
}
.conpany-area .company-desc p {
  line-height: 28px;
  margin-top: 32px;
  font-size: 18px;
  text-align: justify;
  font-family: 'PingFang SC';
}
.conpany-area .company-desc p:first-child {
  margin-top: 36px;
}
.conpany-area .company-logo {
  flex-shrink: 0;
  margin-top: 76px;
  width: 466px;
  height: 461px;
}
.main-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  width: 100%;
  border-bottom: 1px solid #ededed;
}
.main-title h2 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
}
.main-title .view-more {
  font-size: 16px;
  color: #666666;
}
.main-title .view-more:hover {
  color: #c30d23;
}
.company-news-area .news-wrap {
  display: flex;
  flex-wrap: wrap;
}
.company-news-area .news-wrap .new-item {
  width: 582px;
  height: 175px;
  display: flex;
  margin-top: 42px;
  background-color: #fafafa;
  cursor: pointer;
  color: #000;
}
.company-news-area .news-wrap .new-item:nth-of-type(even) {
  margin-left: 34px;
}
.company-news-area .news-wrap .new-item:hover .new-more {
  background-color: #000;
  color: #fff;
}
.company-news-area .news-wrap .new-item .new-logo {
  width: 273px;
  height: 175px;
  flex-shrink: 0;
  overflow: hidden;
}
.company-news-area .news-wrap .new-item .new-logo img {
  transition: all 0.3s ease-in-out;
}
.company-news-area .news-wrap .new-item .new-logo:hover img {
  transform: scale(1.1);
}
.company-news-area .news-wrap .new-item .new-desc {
  flex: 1;
  padding: 15px 29px 15px 32px;
}
.company-news-area .news-wrap .new-item .new-desc .new-title {
  line-height: 26px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: 600;
}
.company-news-area .news-wrap .new-item .new-desc .new-time {
  position: relative;
  line-height: 22px;
  padding-left: 23px;
  margin: 16px 0;
  color: #666666;
}
.company-news-area .news-wrap .new-item .new-desc .new-time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url('../images/new-time.png') no-repeat center center / 100% 100%;
}
.company-news-area .news-wrap .new-item .new-desc .new-more {
  padding: 10px 18px;
  display: inline-flex;
  font-size: 14px;
  border: 1px solid #000;
  transition: all 0.3s ease-in-out;
}
.operator-area {
  padding-top: 34px;
}
.operator-area .main-title {
  border-bottom: 0 none;
}
.operator-area .operator-bg {
  padding-bottom: 45px;
  border-bottom: 1px solid #ededed;
}
.organization-area {
  padding-top: 25px;
}
.organization-area .main-title {
  border-bottom: 0 none;
}
.organization-area .organization-bg {
  padding-bottom: 92px;
}
.footer-area {
  width: 100%;
  min-height: 293px;
  background: #1e1e1e;
}
.footer-area .footer-left {
  padding-top: 70px;
  float: left;
}
.footer-area .footer-left .footer-left-logo {
  width: 344px;
  margin-bottom: 38px;
}
.footer-area .footer-left h6 {
  margin-bottom: 8px;
  line-height: 22px;
  font-size: 15px;
  text-indent: 24px;
  color: #949494;
  background: url(../images/t2.png) no-repeat 0 1px / 18px 18px;
}
.footer-area .footer-left .footer-addr {
  background: url(../images/t1.png) no-repeat 1px 1px;
  background-size: 16px 19px;
}
.footer-area .footer-ct {
  float: left;
  padding-top: 65px;
  margin-left: 1.4rem;
  font-size: 16px;
}
.footer-area .footer-ct li {
  float: left;
  margin-right: 1.2rem;
}
.footer-area .footer-ct a {
  color: #fff;
  line-height: 40px;
}
.footer-area .footer-ct a:hover {
  color: #ec2e42;
}
.footer-area .footer-right {
  float: right;
  padding-top: 57px;
  color: #7F7F7F;
  font-size: 14px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
}
.footer-area .footer-right .qr-img {
  width: 115px;
  height: 115px;
  cursor: pointer;
}
.footer-area .footer-right .rtx-qr {
  margin-right: 50px;
}
.footer-area .footer-copy-area {
  float: left;
  width: 100%;
  padding-top: 30px;
}
.footer-area .footer-copy-area .copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #414141;
  color: #4f4f4f;
}
.footer-area .footer-copy-area .copy span {
  line-height: 1;
}
.footer-area .footer-copy-area .copy .copy-desc {
  display: flex;
  align-items: center;
  line-height: 1;
}
.footer-area .footer-copy-area .copy .copy-desc a:first-child {
  margin-right: 26px;
}
.footer-area .footer-copy-area .copy .copy-desc a:hover {
  color: #ec2e42;
}
