body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  margin: 0;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
body {
  font-family: tahoma, arial, "PingFangSC", "Microsoft Yahei", "SimHei", sans-serif;
}
.fr {
  float: right;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.arrow-right:after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  vertical-align: bottom;
  background: url(../img/arrow-right.png);
  background-size: cover;
}
#app {
  visibility: hidden;
}
.fp-nav-white #fp-nav span {
  background: #fff;
}
.white {
  color: #fff;
}
/*顶部导航*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.navbar-top {
  height: 18px;
  line-height: 16px;
  min-width: 6em;
  font-size: 0;
  background: #f4f4f4;
}
.navbar-top .feedback {
  top: 30px;
  left: -10px;
}
.navbar-top .feedback > img {
  width: 76px;
}
.navbar-top .official {
  top: 30px;
  left: 18px;
}
.navbar-top .official > img {
  width: 76px;
}
.qrcode-hover {
  position: relative;
}
.qrcode-hover > div {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  animation: feedback-out ease-out 1s forwards;
  -webkit-animation: feedback-out ease-out 1s forwards;
}
.qrcode-hover:hover > div {
  display: block !important;
  animation: feedback-in ease-out 1s forwards;
  -webkit-animation: feedback-in ease-out 1s forwards;
}
.qrcode-hover img {
  width: 100px;
}
@keyframes feedback-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes feedback-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes feedback-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes feedback-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.navbar-link {
  padding-right: 14px;
}
.navbar-link > a {
  font-size: 10px;
  font-weight: bold;
  color: #282727;
}
.navbar-link > a:first-child:before {
  display: none;
}
.navbar-link > a:before {
  display: inline-block;
  content: "|";
  padding: 0 10px;
  width: 2px;
  height: 11px;
}
/*品牌logo*/
.navbar-header {
  position: relative;
  font-size: 11px;
  color: #000;
  text-align: center;
  background: #fff;
  height: 29px;
  padding-top: 11px;
  padding-bottom: 10px;
}
.navbar-header img {
  display: block;
  margin: auto;
  width: 83px;
  height: 29px;
  padding-top: 11px;
  padding-bottom: 10px;
}
.navbar-brand {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.navbar-contact {
  position: absolute;
  right: 16px;
  bottom: 10px;
  font-size: 0;
}
.navbar-contact-span {
  cursor: default;
}
.navbar-contact > a {
  font-size: 11px;
  font-weight: bold;
  color: #000;
}
.navbar-contact > a:first-child:before {
  display: none;
}
.navbar-contact > a:before {
  display: inline-block;
  content: "|";
  padding: 0 15px;
  width: 2px;
  height: 13px;
}
.icon-tel {
  display: inline-block;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background: url("../img/icon-tel.png");
  background-size: cover;
  vertical-align: bottom;
}
.icon-chat {
  display: inline-block;
  margin-right: 4px;
  width: 19px;
  height: 16px;
  background: url("../img/icon-chat.png");
  background-size: cover;
  vertical-align: bottom;
}
/*主导航*/
.navbar-nav {
  color: #fff;
  text-align: center;
  background: #000;
}
.navbar-nav-wrap {
  display: inline-block;
}
.navbar-nav-item {
  display: inline-block;
  margin-left: 50px;
  height: 30px;
  font-size: 15px;
  font-weight: normal;
}
.navbar-nav-item:first-child {
  margin-left: 0;
}
.navbar-nav a {
  padding-top: 5px;
  padding-bottom: 2px;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}
.navbar-nav a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  transition: 0.2s all linear;
}
.navbar-nav a:hover:before {
  left: 0;
  width: 100%;
}
.navbar-nav a:hover ~ a:before {
  left: 0;
}
.navbar-nav a.active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.navbar-nav a.noactive {
  border-bottom: 0;
}
/*尾部*/
.footer {
  position: relative;
  padding-top: 65px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #fff;
  background: #000;
}
.footer-wrap {
  position: relative;
  width: 1102px;
  font-size: 0;
  text-align: left;
  margin: 0 auto;
}
.footer .site-logo {
  vertical-align: top;
}
.footer .site-logo img {
  width: 105px;
}
.footer .site-link-wrap {
  font-size: 0;
  display: inline-block;
}
.footer .site-link-wrap .site-link-item:first-child {
  position: relative;
  margin-left: 148px;
  padding-left: 94px;
  box-sizing: border-box;
}
.footer .site-link-wrap .site-link-item:first-child:before {
  display: block;
  content: "网站导航";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #979797;
}
.footer .site-link-item {
  display: inline-block;
  margin-left: 34px;
  min-width: 60px;
  font-size: 15px;
  color: #d2d2d2;
  vertical-align: top;
}
.footer .site-link {
  display: block;
  margin-bottom: 8px;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.footer .site-link .feedback {
  top: -90px;
  left: -8px;
}
.footer .site-link .feedback > img {
  width: 76px;
}
.footer .site-link:hover {
  border-bottom: 1px solid rgba(210, 210, 210, 0.7);
}
.footer .nocur > .site-link:hover {
  border-bottom: 1px solid transparent;
}
.footer .qrcode-wrap {
  position: absolute;
  top: 10px;
  right: 0;
}
.footer .qrcode-img {
  display: block;
  width: 76px;
  margin-bottom: 10px;
}
.footer .qrcode-text {
  line-height: 19px;
  font-size: 13px;
  text-align: center;
  color: #fff;
}
.footer .friendlink {
  margin-top: 24px;
  font-size: 14px;
  color: #d2d2d2;
}
.footer .friendlink ul {
  padding: 0;
  padding-left: 2em;
}
.footer .friendlink li {
  height: 1.5em;
  list-style: none;
  color: #979797;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .friendlink li a {
  display: inline-block;
  margin-left: 20px;
}
.footer .friendlink li a:first-child {
  margin-left: 0;
}
.footer .copyright {
  margin-top: 34px;
  margin-left: 254px;
  font-size: 15px;
  color: #979797;
}
.footer .copyright-icp {
  margin-left: 40px;
}
.section h4,
.section .subtitle {
  display: block;
  margin-top: 16px !important;
}
/*加入优剪*/
.section-join {
  position: relative;
  height: 100%;
  background: url(../img/index/section-join.png) center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-join-wrap {
  position: absolute;
  top: 49%;
  left: 0;
  right: 0;
  margin-top: -318.25px;
  height: 636.5px;
}
.section-join .card {
  padding: 22.8px 20.9px 9.5px 20.9px;
  width: 383.8px;
  height: 464.55px;
  background: #dbdbdb;
}
.section-join .card-cover {
  width: 342px;
  height: 218.5px;
}
.section-join .card-desc {
  margin-top: -1.9px;
  height: 144.4px;
  font-size: 14.25px;
}
.section-join .card-mark {
  margin-top: -3.8px;
  line-height: 35.15px;
  font-size: 26.6px;
  font-weight: bold;
}
.section-join .card-text {
  font-size: 13.3px;
  text-indent: 1.9px;
}
/*新闻资讯*/
.section-news {
  position: relative;
  height: 100%;
  background: #dbdbdb;
}
.section-news-wrap {
  position: absolute;
  top: 49%;
  left: 0;
  right: 0;
  margin-top: -295px;
  height: 590px;
}
.section-news .card {
  padding: 17px;
  width: 354px;
  height: 416px;
  background: #fff;
}
.section-news .card-cover {
  width: 320px;
  height: 200px;
}
.section-news .card-desc {
  margin-top: -4px;
  height: 118px;
  font-size: 15px;
}
.section-news .view-more {
  margin-right: -6px;
}
.view-more {
  margin-right: -8px;
  display: block;
  font-size: 13px;
  text-align: right;
}
@media screen and (device-width: 2560px) {
  .arrow-right:after {
    width: 16px;
    height: 16px;
  }
  /*尾部*/
  .footer {
    position: relative;
    padding-top: 78px;
    padding-bottom: 12px;
    font-size: 14.4px;
    color: #fff;
    background: #000;
  }
  .footer-wrap {
    position: relative;
    width: 1322.4px;
    font-size: 0;
    text-align: left;
    margin: 0 auto;
  }
  .footer .site-logo {
    vertical-align: top;
  }
  .footer .site-logo img {
    width: 126px;
  }
  .footer .site-link-wrap {
    font-size: 0;
    display: inline-block;
  }
  .footer .site-link-wrap .site-link-item:first-child {
    position: relative;
    margin-left: 177.6px;
    padding-left: 112.8px;
    box-sizing: border-box;
  }
  .footer .site-link-wrap .site-link-item:first-child:before {
    display: block;
    content: "\7f51\7ad9\5bfc\822a";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16.8px;
    color: #979797;
  }
  .footer .site-link-item {
    display: inline-block;
    margin-left: 40.8px;
    min-width: 72px;
    font-size: 18px;
    color: #d2d2d2;
    vertical-align: top;
  }
  .footer .site-link {
    display: block;
    margin-bottom: 9.6px;
    padding-bottom: 2.4px;
    border-bottom: 1px solid transparent;
  }
  .footer .site-link .feedback {
    top: -90px;
    left: -8px;
  }
  .footer .site-link .feedback > img {
    width: 76px;
  }
  .footer .site-link:hover {
    border-bottom: 1px solid rgba(210, 210, 210, 0.7);
  }
  .footer .nocur > .site-link:hover {
    border-bottom: 1px solid transparent;
  }
  .footer .qrcode-wrap {
    position: absolute;
    top: 12px;
    right: 0;
  }
  .footer .qrcode-img {
    display: block;
    width: 91.2px;
    margin-bottom: 12px;
  }
  .footer .qrcode-text {
    line-height: 22.8px;
    font-size: 15.6px;
    text-align: center;
    color: #fff;
  }
  .footer .friendlink {
    margin-top: 28.8px;
    font-size: 16.8px;
    color: #d2d2d2;
  }
  .footer .friendlink ul {
    padding: 0;
    padding-left: 2em;
  }
  .footer .friendlink li {
    height: 1.5em;
    list-style: none;
    color: #979797;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .footer .friendlink li a {
    display: inline-block;
    margin-left: 24px;
  }
  .footer .friendlink li a:first-child {
    margin-left: 0;
  }
  .footer .copyright {
    margin-top: 40.8px;
    margin-left: 304.8px;
    font-size: 18px;
    color: #979797;
  }
  .footer .copyright-icp {
    margin-left: 48px;
  }
  /*加入优剪*/
  .section-join {
    position: relative;
    height: 100%;
    background: url(../img/index/section-join.png) center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-join-wrap {
    position: absolute;
    top: 49%;
    left: 0;
    right: 0;
    margin-top: -381.9px;
    height: 763.8px;
  }
  .section-join .card {
    padding: 27.36px 25.08px 11.4px 25.08px;
    width: 460.56px;
    height: 557.46px;
    background: #dbdbdb;
  }
  .section-join .card-cover {
    width: 410.4px;
    height: 262.2px;
  }
  .section-join .card-desc {
    margin-top: -2.28px;
    height: 173.28px;
    font-size: 17.1px;
  }
  .section-join .card-mark {
    margin-top: -4.56px;
    line-height: 42.18px;
    font-size: 31.92px;
    font-weight: bold;
  }
  .section-join .card-text {
    font-size: 15.96px;
    text-indent: 2.28px;
  }
  /*新闻资讯*/
  .section-news {
    position: relative;
    height: 100%;
    background: #dbdbdb;
  }
  .section-news-wrap {
    position: absolute;
    top: 49%;
    left: 0;
    right: 0;
    margin-top: -354px;
    height: 708px;
  }
  .section-news .card {
    padding: 20.4px;
    width: 424.8px;
    height: 499.2px;
    background: #fff;
  }
  .section-news .card-cover {
    width: 384px;
    height: 240px;
  }
  .section-news .card-desc {
    margin-top: -4.8px;
    height: 141.6px;
    font-size: 18px;
  }
  .section-news .view-more {
    margin-right: -7.2px;
  }
  .view-more {
    margin-right: -9.6px;
    display: block;
    font-size: 15.6px;
    text-align: right;
  }
}
