@charset "UTF-8";

/**
 *
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: "fBold";
  src: url("../font/FuturaBT-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "dBold";
  src: url("../font/din-bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "rMedium";
  src: url("../font/Roboto-Medium.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sBold";
  src: url("../font/SourceHanSansCN-Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.top {
  background-color: #e1031f;
  width: 100%;
  position: relative;
  z-index: 9999999;
}

.top-main {
  display: flex;
  justify-content: space-between;
  color: #fff;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

.top-right {
  display: flex;
}

.top-pdf {
  display: flex;
  align-items: center;
  color: #fff;
  padding-right: 20px;
  position: relative;
}

.top-pdf img {
  margin-right: 5px;
}

.top-pdf::after {
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
}

/* header */
header {
  width: 100%;
  z-index: 22;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100px;
}

.logo {
  width: 118px;
  position: absolute;
  height: 72px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.nav-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-ul:last-child {
  justify-content: flex-end;
}

.nav-ul li {
  margin-right: 100px;
}

.nav-ul li:last-child {
  margin-right: 0px;
}

.nav-ul li > a {
  display: block;
  font-size: 18px;
  color: #222;
  position: relative;
  line-height: 100px;
}

.nav-ul li:hover a,
.nav-ul li.on a {
  color: #e1031f;
  font-weight: bold;
}

@media (max-width: 1600px) {
  .nav-ul li {
    margin-right: 60px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li a {
    font-size: 16px;
  }

  .nav-ul li {
    margin-right: 40px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li {
    margin-right: 25px;
  }
}

@media (max-width: 991px) {
  .top {
    display: none;
  }

  .logo {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0px, 0px);
    width: 100px;
    height: 61px;
  }

  .header-main {
    height: 70px;
    width: 100%;
  }

  #navToggle {
    display: block;
  }

  .nav-ul {
    display: none;
  }
}

/* 底部 */
#footer {
  overflow: hidden;
  width: 100%;
  background: #494949;
  padding-top: 55px;
}

.footer-ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.footer-ul li h3 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 18px;
}

.footer-ul li dl dd > a {
  line-height: 30px;
  display: block;
  color: #808080;
  font-size: 14px;
}

.footer-dl {
  display: flex;
}

.footer-dl dl:first-child {
  margin-right: 70px;
}

.footer-list .footer-item dl {
  min-height: 90px;
}

.footer-list .footer-item:first-child {
  margin-bottom: 20px;
}

.footer-tel {
  margin-top: 2px;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 16px;
  font-family: "fBold";
}

.footer-contact p {
  font-size: 16px;
  line-height: 30px;
  color: #808080;
}

.copy {
  height: 100px;
  color: #808080;
  background-color: #333;
}

.copy p {
  font-size: 14px;
  float: left;
  line-height: 100px;
}

.copy p:last-child {
  float: right;
}

.footer-share {
  position: relative;
  margin-top: 25px;
}

.footer-share .bshare-custom {
  display: flex;
  justify-content: flex-end;
}

.footer-share .bshare-custom a {
  padding-left: 0px;
  margin: 0 15px;
  border-radius: 0px;
  display: block;
}

.footer-share .bshare-custom a:hover {
  opacity: 1;
}

.footer-share .bshare-custom .bshare-more {
  display: none;
}

.footer-share .bshare-custom .bshare-share-count {
  display: none;
}

.footer-share .bshare-custom .mshare-renren {
  width: 28px;
  height: 30px;
  background: url(../img/footer-dy.png) no-repeat center;
}

.footer-share .bshare-custom .bshare-sinaminiblog {
  width: 37px;
  height: 31px;
  background: url(../img/footer-wb.png) no-repeat center;
}

.footer-share .bshare-custom .mshare-qqim {
  width: 28px;
  height: 29px;
  background: url(../img/footer-qq.png) no-repeat center;
}

.footer-share .bshare-custom .mshare-weixin {
  width: 34px;
  height: 27px;
  margin-left: 0px;
  background: url(../img/footer-wchat.png) no-repeat center;
}

.footer-share .bshare-custom .mshare-qqmb {
  width: 30px;
  height: 35px;
  margin-right: 0px;
  background: url(../img/footer-ks.png) no-repeat center;
}

@media (max-width: 1200px) {
  .footer-dl dl:first-child {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .copy {
    height: auto;
    padding: 15px 0px;
  }

  .footer-ul {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 12px;
  }

  .footer-ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-ul li h3 {
    margin-bottom: 8px;
  }

  .footer-dl {
    flex-wrap: wrap;
  }

  .footer-dl dl {
    width: 100%;
  }

  .footer-dl dl:first-child {
    margin-right: 0px;
  }

  .footer-ul li dl {
    text-align: center;
  }

  .footer-ul li dl dd {
    display: inline-block;
    margin: 0 4px;
  }

  .footer-ul li dl dd a {
    line-height: 26px;
  }

  .footer-list .footer-item dl {
    min-height: 20px;
  }

  .footer-list .footer-item:first-child {
    margin-bottom: 6px;
  }

  .footer-tel {
    margin-bottom: 10px;
  }

  .footer-share {
    margin-top: 10px;
  }

  .footer-share .bshare-custom {
    justify-content: center;
  }

  .footer-share .bshare-custom a {
    margin: 0 10px;
  }

  .copy p {
    float: none;
    line-height: 26px;
    margin-bottom: 5px;
    text-align: center;
  }

  .copy p:last-child {
    margin-bottom: 0px;
    float: none;
  }

  #footer {
    padding-top: 30px;
  }
}

/* 首页关于我们 */
.public-wrap {
  padding: 100px 0px;
  overflow: hidden;
  width: 100%;
}

.habout-main {
  display: flex;
  position: relative;
}

.habout-img {
  width: 62.5%;
}

.habout-year {
  width: 37.5%;
  display: flex;
  justify-content: center;
  color: #e1031f;
}

/* .habout-since {
  display: flex;
  flex-direction: column;
  align-items: center;
} */
.habout-since p {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 15px;
}

.habout-since span {
  font-size: 150px;
  display: block;
  font-family: "dBold";
  line-height: 150px;
}

.habout-info {
  width: 50%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 22;
  background: url(../img/habout-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 62px 62px 82px 65px;
  color: #fff;
}

.habout-info h3 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 45px;
}

.habout-des {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.habout-more {
  display: flex;
  width: 200px;
  height: 48px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 40px;
}

.habout-more img {
  transition: all 0.5s;
}

.habout-img:hover .public-img img {
  transform: scale(1.1);
}

.habout-more:hover img {
  transform: translateX(8px);
}

@media (max-width: 1700px) {
  .habout-info {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 1600px) {
  .habout-since span {
    font-size: 110px;
    line-height: 110px;
  }

  .habout-info {
    padding: 30px 40px;
  }

  .habout-info h3 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  .habout-des {
    margin-bottom: 24px;
  }
}

@media (max-width: 1200px) {
  .habout-since span {
    font-size: 80px;
    line-height: 80px;
  }

  .habout-since p {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 4px;
  }

  .habout-info {
    padding-left: 25px;
    padding-right: 25px;
  }

  .habout-info h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .habout-des {
    margin-bottom: 14px;
  }

  .habout-more {
    width: 168px;
    padding: 0 20px;
  }

  .public-wrap {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media (max-width: 991px) {
  .public-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .habout-main {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .habout-img {
    width: 100%;
  }

  .habout-year {
    width: 100%;
    justify-content: flex-start;
  }

  .habout-since span {
    font-size: 70px;
    line-height: 70px;
  }

  .habout-info {
    width: 70%;
  }
}

@media (max-width: 559px) {
  .habout-since span {
    font-size: 50px;
  }
  .habout-info {
    width: 82%;
    padding: 10px;
  }

  .habout-info h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .habout-des {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    margin-bottom: 8px;
  }

  .habout-more {
    width: 108px;
    font-size: 14px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
  }
}

/* 首页产品 */
.hpro-wrap {
  background-color: #f0f0f4;
}

.hpro-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 58px;
}

.public-title {
  font-size: 48px;
  color: #111;
  line-height: 48px;
}

.hpro-category {
  display: flex;
  align-items: center;
}

.hpro-category p {
  font-size: 18px;
  color: #111;
  font-family: "sBold";
}

.hpro-category a {
  color: #444;
  margin-right: 8px;
  display: block;
}

.hpro-category a:last-child {
  margin-right: 0px;
}

.hpro-category a:hover {
  color: #e1031f;
}

.hpro-swiper .swiper-slide {
  padding: 1px;
}

.hpro-item {
  border: 1px solid #c9c9c9;
  overflow: hidden;
  position: relative;
}

.hpro-item img {
  width: 100%;
  transition: all 0.5s;
}

.hpro-info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 48px;
}

.hpro-txt {
  text-align: center;
}

.hpro-txt h3 {
  font-size: 30px;
  color: #111;
  line-height: 30px;
  margin-bottom: 13px;
}

.hpro-txt p {
  font-size: 16px;
  line-height: 24px;
  color: #444;
  text-align: center;
  display: none;
}

.hpro-more {
  display: block;
  width: 187px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #444;
  margin-bottom: 33px;
  background-color: transparent;
  border-radius: 22px;
  text-transform: uppercase;
  font-family: "rMedium";
  transition: all 0.5s;
}

.hpro-wrap .container {
  position: relative;
}

.hpro-next,
.hpro-prev {
  width: 34px;
  height: 34px;
  border-radius: 17px;
  margin-top: -17px;
  background-color: #595757;
  background-size: 18px 16px;
}

.hpro-next {
  right: -66px;
  background-image: url(../img/hpro-next.png);
}

.hpro-prev {
  left: -66px;
  background-image: url(../img/hpro-prev.png);
}

.hpro-prev:hover,
.hpro-next:hover {
  background-color: #e1031f;
}

.hpro-item:hover img {
  transform: scale(1.1);
}

.hpro-item:hover .hpro-txt h3 {
  color: #e1031f;
}

.hpro-item:hover .hpro-more {
  background-color: #e1031f;
  color: #fff;
}

@media (max-width: 1600px) {
  .hpro-info {
    padding-top: 34px;
  }

  .hpro-more {
    margin-bottom: 24px;
  }
}

@media (max-width: 1400px) {
  .hpro-txt h3 {
    font-size: 24px;
    line-height: 24px;
  }

  .hpro-info {
    padding-top: 24px;
  }

  .hpro-prev {
    left: -20px;
  }

  .hpro-next {
    right: -20px;
  }
}

@media (max-width: 1200px) {
  .public-title {
    font-size: 40px;
    line-height: 40px;
  }

  .hpro-title {
    margin-bottom: 40px;
  }

  .hpro-prev {
    left: -10px;
  }

  .hpro-next {
    right: -10px;
  }
}

@media (max-width: 991px) {
  .hpro-title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }

  .public-title {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
  }

  .hpro-title .public-title {
    margin-bottom: 16px;
  }

  .hpro-prev {
    left: 17px;
  }

  .hpro-next {
    right: 17px;
  }

  .hpro-category {
    flex-wrap: wrap;
  }
}

/* 首页技术实力 */
.strength-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
}

.public-more {
  display: block;
  color: #999;
  text-align: center;
  width: 130px;
  height: 44px;
  border: 1px solid #dcdcdc;
  line-height: 44px;
  transition: all 0.5s;
}

.public-more:hover {
  border-color: #e1031f;
  background-color: #e1031f;
  color: #fff;
}

.strength-main {
  display: flex;
  flex-wrap: wrap;
}

.strength-imglist {
  width: 68.75%;
}

.strength-img {
  overflow: hidden;
  width: 100%;
  display: none;
}

.strength-show {
  display: block;
}

.strength-img img {
  width: 100%;
  transition: all 0.5s;
}

.strength-list {
  width: 31.25%;
  display: flex;
  flex-direction: column;
}

.strength-list li {
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
}

.strength-item {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 55px;
  background-color: #f0f0f4;
  padding-right: 50px;
}

.strength-list li.on .strength-item {
  background-color: #e1031f;
  width: calc(100% + 100px);
  z-index: 22;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0 100px;
}

.strength-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.strength-icon {
  position: relative;
}

.strength-icon img {
  transition: all 0.5s;
}

.strenth-img-on {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.strength-info h3 {
  font-size: 30px;
  color: #111;
  line-height: 30px;
  margin-bottom: 6px;
}

.strength-info p {
  font-size: 16px;
  color: #444;
  text-transform: uppercase;
}

.strength-des {
  font-size: 16px;
  line-height: 24px;
  margin-top: 18px;
  display: none;
  color: #fff;
}

.strength-list li.on .strength-info h3 {
  color: #fff;
}

.strength-list li.on .strength-info p {
  color: #fff;
}

.strength-list li.on .strength-des {
  display: block;
}

.strength-list li.on .strenth-img-on {
  opacity: 1;
}

.strength-list li.on .strenth-img {
  opacity: 0;
}

@media (max-width: 1700px) {
  .strength-list li.on .strength-item {
    padding: 0 80px;
  }
}

@media (max-width: 1400px) {
  .strength-list li.on .strength-item {
    padding: 0 40px;
  }

  .strength-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1200px) {
  .strength-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .strength-des {
    margin-top: 8px;
  }

  .strength-info p {
    font-size: 14px;
    line-height: 20px;
  }

  .strength-info h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .strength-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .strength-title {
    margin-bottom: 25px;
  }

  .public-more {
    width: 120px;
    height: 36px;
    line-height: 36px;
  }

  .strength-imglist {
    width: 100%;
  }

  .strength-list {
    width: 100%;
    flex-wrap: wrap;
  }

  .strength-list li {
    height: auto;
    flex: none;
    width: 100%;
  }

  .strength-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .strength-des {
    display: block;
    color: #444;
  }

  .strength-list li.on .strength-item {
    width: 100%;
    position: relative;
    padding: 20px;
    top: auto;
    right: auto;
  }

  .strength-list li.on .strength-des {
    color: #fff;
  }
}

/* 首页新闻中心 */
.hnews-wrap {
  background-color: #f0f0f4;
}

.hnews-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 58px;
}

.hnews-category {
  display: flex;
  align-items: center;
}

.hnews-category a {
  font-size: 18px;
  color: #222;
  line-height: 42px;
  border-bottom: 2px solid transparent;
  margin-right: 100px;
}

.hnews-category a:last-child {
  margin-right: 0px;
}

.hnews-category a:hover,
.hnews-category a.on {
  color: #e1031f;
  border-color: #e1031f;
}

.hnews-top {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.hnews-img {
  width: 50%;
  overflow: hidden;
}

.hnews-img img {
  width: 100%;
  transition: all 0.5s;
}

.hnews-right {
  width: 50%;
  background-color: #fff;
}

.hnews-info {
  padding: 95px 50px 0px;
}

.hnews-info h3 {
  font-size: 24px;
  color: #111;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
  text-overflow: ellipsis;
}

.hnews-time {
  display: flex;
  align-items: center;
  color: #999;
  height: 16px;
  margin-bottom: 15px;
}

.hnews-des {
  font-size: 16px;
  color: #444;
  line-height: 32px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 60px;
}

.hnews-more {
  position: absolute;
  right: 0px;
  bottom: 0px;
  line-height: 32px;
  color: #e1031f;
  line-height: 32px;
}

.hnews-swiper {
  padding-bottom: 15px;
}

.hnews-swiper > .swiper-pagination-bullets {
  bottom: 0px;
}

.hnews-swiper .swiper-pagination {
  text-align: left;
  padding-left: 45px;
}

.hnews-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 0px;
  opacity: 1;
  background-color: #595757;
}

.hnews-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.hnews-swiper .swiper-pagination-bullet-active {
  background-color: #e1031f;
}

.hnews-info:hover h3 {
  color: #e1031f;
}

.hnews-img:hover img {
  transform: scale(1.1);
}

.hnews-list {
  margin-left: -14px;
  margin-right: -14px;
}

.hnews-list li {
  width: 33.33%;
  padding: 0 14px;
  float: left;
}

.hnews-item:hover .public-img img {
  transform: scale(1.1);
}

.hnews-txt {
  background-color: #fff;
  padding: 26px 28px;
}

.hnews-txt h3 a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 7px;
}

.hnews-txt span {
  font-size: 16px;
  line-height: 24px;
  color: #999;
}

.hnews-txt p {
  font-size: 16px;
  color: #444;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}

.hnews-item:hover .hnews-txt h3 a {
  color: #e1031f;
}

@media (max-width: 1600px) {
  .hnews-info {
    padding-top: 55px;
  }
  .hnews-more {
    position: relative;
  }
}

@media (max-width: 1400px) {
  .hnews-category a {
    margin-right: 50px;
  }

  .hnews-info {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hnews-swiper .swiper-pagination {
    padding-left: 35px;
  }
}

@media (max-width: 1200px) {
  .hnews-info {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hnews-time {
    margin-bottom: 10px;
  }

  .hnews-des {
    margin-bottom: 35px;
  }

  .hnews-swiper .swiper-pagination {
    padding-left: 25px;
  }

  .hnews-title {
    margin-bottom: 38px;
  }
}

@media (max-width: 991px) {
  .hnews-category a {
    margin-right: 20px;
    font-size: 16px;
    line-height: 32px;
  }

  .hnews-title {
    margin-bottom: 25px;
  }

  .hnews-img {
    width: 100%;
  }

  .hnews-right {
    width: 100%;
    padding-bottom: 25px;
  }

  .hnews-top {
    margin-bottom: 20px;
  }

  .hnews-list {
    margin-left: 0px;
    margin-right: 0px;
  }

  .hnews-list li {
    width: 100%;
    padding: 0px;
    float: none;
    margin-bottom: 20px;
  }

  .hnews-list li:last-child {
    margin-bottom: 0px;
  }

  .hnews-txt {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .hnews-info {
    padding: 20px 20px 0px;
  }

  .hnews-swiper .swiper-pagination {
    padding-left: 15px;
  }

  .hnews-des {
    margin-bottom: 20px;
  }

  .hnews-right {
    padding-bottom: 18px;
  }
}

/* 合作伙伴 */
.partner-img {
  border: 1px solid #f1f1f1;
  overflow: hidden;
}

.partner-img img {
  width: 100%;
  transition: all 0.5s;
}

.partner-item .partner-img:first-child {
  margin-bottom: 12px;
}

.partner-img:hover {
  border-color: #e1031f;
}

.partner-img:hover img {
  transform: scale(1.1);
}

.partner-swiper {
  padding-bottom: 43px;
}

.partner-swiper > .swiper-pagination-bullets {
  bottom: 0px;
}

.partner-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0px;
  background-color: #595757;
}

.partner-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.partner-swiper .swiper-pagination-bullet-active {
  background-color: #e1031f;
}

@media (max-width: 1200px) {
  .partner-wrap {
    padding-bottom: 65px;
  }
}

@media (max-width: 991px) {
  .partner-wrap {
    padding-bottom: 30px;
  }
}

/******内页导航*******/
.inav {
  border-bottom: 1px solid #e6e6e6;
}

.inav-swiper {
  height: 70px;
  line-height: 70px;
  overflow: hidden;
}

.inside-banner img {
  display: block;
}

.inav-swiper .swiper-slide a {
  display: block;
  text-align: center;
  border-right: 1px solid #e6e6e6;
}

.inav-swiper .swiper-slide:first-child a {
  border-left: 1px solid #e6e6e6;
}

.inav-swiper .swiper-slide.on {
  background: #e1031f;
}

.inav-swiper .swiper-slide.on a {
  color: #fff;
}

.about-top {
  display: flex;
  padding-top: 100px;
  overflow: hidden;
}

.about-tl {
  width: 50%;
}

.about-tr {
  width: 50%;
}

.about-tltit h2 {
  font-family: "rMedium";
  font-size: 40px;
}

.about-tltit h3 {
  font-family: "rMedium";
  font-size: 40px;
  margin-top: 20px;
}

.about-tltit img {
  margin-top: 30px;
}

.about-tltit h2 span {
  color: #e1031f;
}

.about-tr p {
  line-height: 33px;
  margin-bottom: 30px;
}

.about-center {
  padding-top: 10px;
}

.about-center img {
  width: 100%;
}

.about-bot {
  padding: 100px 0;
}

.about-bot .about-bottitimg img:last-child {
  display: none;
}

.about-bottit h3 {
  margin-top: 30px;
  font-size: 30px;
}

.about-bottit h4 {
  margin-top: 30px;
  line-height: 33px;
  color: #555555;
}

.about-bot li:hover .about-bottitimg img:first-child {
  display: none;
}

.about-bot li:hover .about-bottitimg img:last-child {
  display: block;
}

.about-bot li:hover h3 {
  color: #e1031f;
}

.about-bot li {
  cursor: pointer;
}

@media (max-width: 1400px) {
  .about-tltit h2 {
    font-size: 28px;
  }

  .about-tltit h3 {
    font-size: 28px;
  }

  .about-tltit img {
    width: 80%;
  }
}

@media (max-width: 1200px) {
  .about-bottit h4 {
    margin-top: 30px;
    line-height: 24px;
    color: #555555;
    font-size: 14px;
    height: 180px;
  }

  .about-bottit h3 {
    margin-top: 15px;
    font-size: 24px;
  }

  .about-bottit h4 {
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .about-top {
    display: block;
  }

  .about-tl {
    width: 100%;
  }

  .about-tr {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .about-top {
    padding-top: 30px;
  }

  .about-tltit h2 {
    font-size: 22px;
    line-height: 35px;
  }

  .about-tltit h3 {
    font-size: 22px;
  }

  .about-tltit h3 {
    margin-top: 10px;
  }

  .about-tr p {
    line-height: 28px;
    margin-bottom: 12px;
  }

  .inav-swiper .swiper-slide a {
    box-sizing: border-box;
  }
}

@media (max-width: 449px) {
  .about-bottit h4 {
    height: auto;
  }

  .about-bot {
    padding: 40px 0 0;
  }

  .about-bot li {
    margin-bottom: 30px;
  }
}

.scale-img {
  overflow: hidden;
}

.scale-img img {
  transition: all 0.4s;
}

.scale-img:hover img {
  transform: scale(1.1);
}

/* 人才招聘 */
.job-nav {
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}

.job-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.job-list li {
  flex: 1;
  border-right: 1px solid #e6e6e6;
}

.job-list li:first-child {
  border-left: 1px solid #e6e6e6;
}

.job-list li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #555;
  line-height: 70px;
  transition: all 0.5s;
}

.job-list li.on a,
.job-list li:hover a {
  background-color: #e1031f;
  color: #fff;
}

.talent {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 98px;
}

.talent-img {
  width: 50%;
  overflow: hidden;
}

.talent-img img {
  width: 100%;
  transition: all 0.5s;
}

.talent-img:hover img {
  transform: scale(1.1);
}

.talent-info {
  width: 50%;
  border: 2px solid #f0f0f4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 45px;
}

.talent-info h3 {
  font-size: 48px;
  line-height: 48px;
  color: #111;
}

.talent-des {
  color: #555;
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
}

.talent-des p {
  margin-bottom: 15px;
}

.talent-des p:last-child {
  margin-bottom: 0px;
}

.pos-name {
  background-color: #e1031f;
}

.recrument-bottom h3 {
  font-size: 48px;
  line-height: 48px;
  color: #111;
  margin-bottom: 48px;
  text-align: center;
}

.recruitment-pulic {
  display: flex;
  align-items: center;
  padding: 0 100px;
  justify-content: space-between;
}

.pos-name p {
  line-height: 80px;
  color: #fff;
  font-size: 24px;
}

.recruitment-more {
  width: 100px;
  text-align: right;
}

.recruitment-more {
  width: 100px;
  text-align: center;
}

.recruitment-pos {
  display: flex;
  align-items: center;
  width: calc(100% - 100px);
}

.recruitment-pos p {
  width: 25%;
}

.pos-list p {
  font-size: 16px;
  color: #555;
  line-height: 80px;
}

.pos-list li .recruitment-pulic {
  border-bottom: 1px solid #d9d9d9;
}

.pos-list .recruitment-more {
  cursor: pointer;
  transition: all 0.5s;
  background: url(../img/job-arrow.png) no-repeat right center;
}

.job-detail {
  border-bottom: 1px solid #d9d9d9;
  padding: 42px 100px;
  display: none;
}

.job-detail p {
  color: #555;
  line-height: 32px;
}

.job-detail p.job-email {
  margin-top: 32px;
  color: #e1031f;
}

.pos-list li.on .recruitment-postop {
  background-color: #e1031f;
}

.pos-list li.on .recruitment-postop p {
  color: #fff;
}

.pos-list li.on .recruitment-more {
  background-image: url(../img/job-arrow-on.png);
}

@media (max-width: 1400px) {
  .talent-info h3 {
    font-size: 34px;
    line-height: 34px;
  }

  .talent-des {
    margin-top: 15px;
    line-height: 26px;
  }

  .recrument-bottom h3 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 38px;
  }
}

@media (max-width: 1200px) {
  .talent-img {
    width: 100%;
  }

  .talent {
    margin-bottom: 75px;
  }

  .talent-info {
    width: 100%;
    padding: 30px;
  }

  .recruitment-pulic {
    padding: 0 50px;
  }

  .job-detail {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .job-list li a {
    line-height: 50px;
  }

  .talent-info h3 {
    font-size: 28px;
    line-height: 28px;
  }

  .recrument-bottom h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 28px;
  }

  .talent-info {
    padding: 15px;
  }

  .talent-des p {
    margin-bottom: 10px;
  }

  .talent {
    margin-bottom: 30px;
  }

  .recruitment-pulic {
    padding: 0 10px;
    height: 50px;
  }

  .job-detail {
    padding: 15px 10px;
  }

  .pos-name p {
    line-height: 24px;
    font-size: 16px;
    text-align: center;
  }

  .recruitment-more {
    width: 80px;
  }

  .recruitment-pos {
    width: calc(100% - 80px);
  }

  .pos-list p {
    line-height: 24px;
    font-size: 14px;
    text-align: center;
  }

  .job-detail p {
    line-height: 26px;
    text-align: left;
  }

  .job-detail p.job-email {
    margin-top: 10px;
  }
}

.news-wrap {
  padding-top: 100px;
  overflow: hidden;
}

.news-right {
  border: 2px solid #f0f0f4;
}

.news-list .hnews-txt {
  border: 2px solid #f0f0f4;
}

.news-list li {
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .news-wrap {
    padding-top: 75px;
  }
}

@media (max-width: 991px) {
  .news-wrap {
    padding-top: 40px;
  }

  .news-list li {
    margin-bottom: 20px;
  }
}

/* 产品中心 */
.pro-wrap {
  background-color: #f0f0f4;
  padding-top: 100px;
  overflow: hidden;
}

.pro-left {
  width: 330px;
  float: left;
}

.pro-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e1031f;
  padding: 0 30px;
  height: 110px;
  color: #fff;
}

.pro-titletxt h2 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 4px;
}

.pro-titletxt span {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0.5;
}

.pro-leftlist li {
  background-color: #fff;
}

.pro-leftlist li .pro-category {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  color: #555;
  font-size: 18px;
  border-bottom: 1px solid #f0f0f4;
}

.pro-category i {
  display: block;
  width: 9px;
  height: 15px;
  background: url(../img/pro-left-arrow.png) no-repeat center;
  transition: all 0.3s;
}

.pro-leftlist li .pro-dl {
  padding: 18px 30px;
  border-bottom: 1px solid #f0f0f4;
}

.pro-dl dd a {
  font-size: 16px;
  line-height: 38px;
  color: #999;
}

.pro-leftlist li.on .pro-category,
.pro-leftlist li:hover .pro-category {
  color: #e1031f;
}

.pro-leftlist li.on .pro-category i {
  width: 15px;
  height: 9px;
  background-image: url(../img/pro-down-arrow.png);
}

.pro-leftlist li.on .pro-dl dd a,
.pro-dl dd a:hover {
  color: #e1031f;
}

.pro-right {
  width: calc(100% - 330px);
  padding-left: 50px;
  float: right;
}

.pro-list {
  margin-left: -18px;
  margin-right: -18px;
}

.pro-list li {
  float: left;
  width: 33.33%;
  padding: 0 18px;
  margin-bottom: 36px;
}

.pro-img {
  overflow: hidden;
  width: 100%;
}

.pro-img img {
  width: 100%;
  transition: all 0.5s;
}

.pro-list li p {
  font-size: 18px;
  color: #555;
  background-color: #fff;
  border: 1px solid #f0f0f4;
  height: 70px;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  text-align: center;
  line-height: 70px;
  width: 100%;
  transition: all 0.5s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*width: 85%;*/
}

.pro-list li a:hover .pro-img img {
  transform: scale(1.1);
}

.pro-list li a:hover p {
  color: #fff;
  background-color: #e1031f;
}

@media (max-width: 1200px) {
  .pro-left {
    width: 280px;
  }

  .pro-title {
    padding: 0 18px;
  }

  .pro-leftlist li .pro-category {
    padding: 0 18px;
    font-size: 16px;
  }

  .pro-leftlist li .pro-dl {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pro-right {
    width: calc(100% - 280px);
    padding-left: 35px;
  }

  .pro-list {
    margin-left: -14px;
    margin-right: -14px;
  }

  .pro-list li {
    padding: 0 14px;
    margin-bottom: 26px;
  }

  .pro-wrap {
    padding-top: 75px;
  }
}

@media (max-width: 991px) {
  .pro-left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .pro-right {
    width: 100%;
    float: none;
    padding-left: 0px;
  }

  .pro-wrap {
    padding-top: 40px;
  }

  .pro-titletxt h2 {
    font-size: 28px;
    line-height: 28px;
  }

  .pro-title {
    height: 80px;
  }

  .pro-leftlist li .pro-category {
    height: 48px;
  }

  .pro-leftlist li .pro-dl {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pro-dl dd a {
    line-height: 30px;
  }

  .pro-list li p {
    height: 50px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 748px) {
  .pro-list {
    margin-left: 0px;
    margin-right: 0px;
  }

  .pro-list li {
    padding: 0px;
    margin-bottom: 20px;
    float: none;
    width: 100%;
  }
}

/* 产品详情 */
.pro-detailtop {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.smallBox {
  position: relative;
  cursor: move;
}

.pro-wrappos {
  position: relative;
}

.pro-detailtopBig {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 666;
  background: red;
  width: 100%;
}

.bigBox {
  width: 50%;
  height: 660px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
}

.smallBox .lay {
  background: #e1031f;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  display: none;
  width: 150px;
  height: 150px;
}

.smallBox img {
  width: 100%;
}

.prodetail-next,
.prodetail-prev {
  width: 20px;
  height: 39px;
  border-radius: 0px;
  margin-top: -19px;
  background-size: 20px 39px;
  opacity: 1;
}

.prodetail-next {
  right: 50px;
  background-image: url(../img/depro-next.png);
}

.prodetail-prev {
  left: 50px;
  background-image: url(../img/depro-prev.png);
}

.prodetail-prev:hover {
  background-image: url(../img/depro-prev-on.png);
}

.prodetail-next:hover {
  background-image: url(../img/depro-next-on.png);
}

.pro-detailright {
  width: 49%;
  padding: 100px 60px 0px;
  background-color: #fff;
}

.pro-detailtitle h2 {
  font-size: 48px;
  line-height: 48px;
  color: #111;
  margin-bottom: 25px;
}

.pro-detailtitle p {
  font-size: 18px;
  color: #555;
}

.pro-detailtitle {
  padding-bottom: 48px;
  border-bottom: 1px solid #d9d9d9;
}

.pro-advantage {
  padding-top: 45px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 18px;
}

.pro-advantage p {
  color: #e1031f;
  line-height: 24px;
  margin-bottom: 18px;
}

.pro-advantage dl dd {
  color: #555;
  position: relative;
  line-height: 32px;
  padding-left: 14px;
}

.pro-advantage dl dd::before {
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #333333;
  content: "";
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.pro-contact {
  margin-top: 40px;
  display: flex;
  align-items: center;
  height: 50px;
  cursor: pointer;
  color: #fff;
}

.pro-contact p {
  width: 155px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  background-color: #e1031f;
}

.contact-icon {
  width: 63px;
  background-color: #ca0820;
  line-height: 50px;
  text-align: center;
}

.pro-recomend {
  padding-top: 96px;
  padding-bottom: 100px;
}

.pro-recomend h3 {
  font-size: 48px;
  line-height: 48px;
  color: #111;
  margin-bottom: 48px;
  text-align: center;
}

.recommend-item p {
  font-size: 18px;
  color: #555;
  background-color: #fff;
  border: 1px solid #f0f0f4;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  width: 100%;
  transition: all 0.5s;
}

.recommend-item:hover .pro-img img {
  transform: scale(1.1);
}

.recommend-item:hover p {
  background-color: #e1031f;
  color: #fff;
}

.pro-argu {
  padding: 50px;
  background-color: #fff;
}

.pro-argu h3 {
  font-size: 30px;
  color: #111;
  line-height: 30px;
  margin-bottom: 28px;
}

.argu-item {
  display: flex;
}

.argu-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
}

.argu-top .argu-header {
  background-color: #e1031f;
  color: #fff;
  height: 80px;
}

.argu-scale {
  width: 22.67%;
}

.argu-electorn {
  width: 15.67%;
}

.argu-uf {
  width: 14.33%;
  border-right: none;
}

.argu-header p {
  font-size: 24px;
  margin-bottom: 4px;
}

.argu-header span {
  font-size: 18px;
  font-family: "sBold";
}

.argu-txt {
  font-size: 20px;
  font-family: "sBold";
  color: #333;
  line-height: 52px;
}

.argu-list li:nth-child(odd) {
  background-color: #fff;
}

.argu-list li:nth-child(even) {
  background-color: #f0f0f4;
}

.warn-txt {
  color: #e1031f;
  font-family: "sBold";
  background-color: #f0f0f4;
  font-size: 24px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-detailleft {
  width: 49.5%;
  overflow: hidden;
  /* width: 50%; */
}
.pro-detailleft img {
  width: 100%;
}
.pro-detailright {
  width: 49.5%;
}

@media (max-width: 1700px) {
  .pro-detailright {
    padding-top: 50px;
  }

  .pro-detailtitle {
    padding-bottom: 30px;
  }
}

@media (max-width: 1600px) {
  .pro-detailtitle h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 18px;
  }

  .pro-advantage {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 1400px) {
  .pro-detailright {
    padding: 40px 35px 0px;
  }

  .pro-detailtitle h2 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .pro-detailtitle p {
    font-size: 16px;
  }

  .pro-detailtitle {
    padding-bottom: 20px;
  }

  .pro-contact {
    margin-top: 25px;
  }

  .prodetail-next {
    right: 25px;
  }

  .prodetail-prev {
    left: 25px;
  }
}

@media (max-width: 1200px) {
  .pro-advantage {
    padding-top: 15px;
    font-size: 16px;
    padding-bottom: 15px;
  }

  .pro-advantage dl dd {
    line-height: 26px;
  }

  .pro-advantage p {
    margin-bottom: 10px;
  }

  .pro-detailright {
    padding: 25px 20px 0px;
  }

  .pro-recomend h3 {
    font-size: 36px;
    line-height: 36px;
  }

  .pro-recomend {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .recommend-item p {
    font-size: 16px;
    height: 60px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .pro-argu {
    padding: 15px;
  }

  .pro-detailleft {
    width: 100%;
    margin-bottom: 10px;
  }

  .pro-detailright {
    width: 100%;
    padding: 20px;
  }

  .pro-detailtitle h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 6px;
  }

  .pro-detailtitle {
    padding-bottom: 10px;
  }

  .pro-detailtop {
    margin-bottom: 20px;
    position: relative;
  }

  .pro-advantage {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pro-advantage dl dd {
    line-height: 24px;
  }

  .pro-advantage p {
    margin-bottom: 6px;
  }

  .pro-contact p {
    width: 135px;
    font-size: 16px;
  }

  .pro-contact {
    margin-top: 18px;
  }

  .pro-argu h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 18px;
  }

  .argu-top .argu-header {
    height: 52px;
  }

  .argu-header p {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 20px;
  }

  .argu-header span {
    font-size: 14px;
  }

  .argu-txt {
    font-size: 16px;
    line-height: 40px;
  }

  .warn-txt {
    height: 58px;
    font-size: 20px;
  }

  .pro-recomend h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 25px;
  }

  .pro-recomend {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .prodetail-next {
    right: 10px;
  }

  .prodetail-prev {
    left: 10px;
  }
}

@media (max-width: 559px) {
  .pro-detailright {
    padding: 10px;
  }

  .pro-detailtitle p {
    font-size: 14px;
    line-height: 20px;
  }

  .pro-argu {
    padding: 8px;
  }

  .pro-argu h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 12px;
    margin-top: 5px;
  }

  .argu-top .argu-header {
    height: 52px;
  }

  .argu-header p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 20px;
  }

  .argu-header span {
    font-size: 12px;
    line-height: 14px;
  }

  .argu-txt {
    font-size: 14px;
    line-height: 36px;
  }

  .warn-txt {
    font-size: 16px;
    text-align: center;
  }
}

/* 发展历程 */
.history-wrap {
  padding-top: 98px;
  overflow: hidden;
}

.history-title {
  padding: 0 80px;
  text-align: center;
  margin-bottom: 52px;
}

.history-title p {
  color: #444;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  line-height: 32px;
}

.culture-list {
  width: 100%;
  overflow: hidden;
  display: flex;
  height: 800px;
  background: url(../img/culture-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.culture-list li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  transition: all 0.5s;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  width: 20%;
}

.culture-list li:last-child {
  border-right: none;
}

.culture-list li h3 {
  margin-top: 28px;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}

.culture-list li p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 0 15px;
  visibility: hidden;
  height: 50px;
  padding: 0 10px;
  word-break: break-all;
}

.culture-list li:hover {
  background-color: #e1031f;
}

.culture-list li:hover p {
  visibility: visible;
}

@media (max-width: 1600px) {
  .culture-list {
    height: 700px;
  }
}

@media (max-width: 1400px) {
  .culture-list {
    height: 520px;
  }
}

@media (max-width: 1200px) {
  .culture-list {
    height: 480px;
  }

  .history-wrap {
    padding-top: 70px;
  }

  .history-title {
    padding: 0px;
  }
}

@media (max-width: 991px) {
  .history-title .public-title {
    text-align: center;
  }

  .history-wrap {
    padding-top: 35px;
  }

  .culture-list {
    height: 480px;
  }

  .history-title p {
    margin-top: 12px;
    line-height: 30px;
  }

  .history-title {
    margin-bottom: 26px;
  }
}

@media (max-width: 991px) {
  .history-title .public-title {
    text-align: center;
  }

  .history-wrap {
    padding-top: 35px;
  }

  .culture-list {
    height: auto;
  }

  .culture-list li {
    flex: none;
    width: 33.33%;
    padding: 20px 15px;
    border-right: none;
  }

  .culture-list li h3 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .culture-list li p {
    padding: 0px;
    visibility: visible;
  }

  .culture-list {
    flex-wrap: wrap;
  }

  .history-title p {
    margin-top: 12px;
    line-height: 30px;
  }

  .history-title {
    margin-bottom: 26px;
  }
}

@media (max-width: 559px) {
  .culture-list li {
    width: 50%;
  }
}

.history-box {
  text-align: left;
  padding: 60px 0 30px;
  position: relative;
}

.marginTwo {
  margin-top: 435px;
}

.history-box-swiper .swiper-slide a {
  display: block;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
}

.triangle {
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-top: 15px solid #f0f0f4;
  border-bottom: 15px solid transparent;
  border-right: 15px solid transparent;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  bottom: -29px;
}

.history-box-swiper .swiper-slide a img {
  width: 100%;
}

.history-box-m {
  position: relative;
}

.his-line {
  width: 100%;
  height: 10px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.circle {
  width: 40px;
  height: 40px;
  background: #cccccc;
  border: 6px solid #f0f0f4;
  position: absolute;
  border-radius: 50%;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
}

.his-txt {
  height: 170px;
}
.his-txt h3 {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 12px;
  line-height: 24px;
  height: 48px;
  margin: 0 0 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.his-txt h4 {
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}
.his-img {
  margin-top: 12px;
}

.marginTwo .circle {
  top: -65px;
}

.marginTwo .triangle {
  top: -29px;
  border-left: 15px solid transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid #f0f0f4;
  border-right: 15px solid transparent;
}

.history-box-swiper .swiper-slide:hover {
  background: #e1031f;
  color: #fff;
}

.history-box-swiper .swiper-slide:hover .his-txt h3 {
  color: #fff;
}

.history-box-swiper .swiper-slide:hover .his-txt h4 {
  color: #fff;
}

.history-box-swiper .swiper-slide {
  cursor: pointer;
}

.history-box-swiper .swiper-slide:hover .triangle {
  border-top: 15px solid #e1031f;
}

.history-box-swiper .swiper-slide.marginTwo:hover .triangle {
  border-bottom: 15px solid #e1031f;
  border-top: 15px solid transparent;
}

.history-box-swiper .swiper-slide:hover .circle {
  background: #e1031f;
}

.history-box .swiper-button-prev {
  left: -70px;
  width: 42px;
  height: 42px;
  top: 52%;
  background: url("../img/history-prev.png") no-repeat center;
}

.history-box .swiper-button-next {
  right: -70px;
  width: 42px;
  height: 42px;
  top: 52%;
  background: url("../img/history-next.png") no-repeat center;
}

.history-box .swiper-button-prev:hover {
  background: url("../img/history-prev-on.png") no-repeat center;
}

.history-box .swiper-button-next:hover {
  background: url("../img/history-next-on.png") no-repeat center;
}

@media (max-width: 1700px) {
  .marginTwo {
    margin-top: 400px;
  }
  .his-txt {
    font-size: 14px;
  }
  .history-box-swiper .swiper-slide a {
    padding: 20px;
  }
}

@media (max-width: 1600px) {
  .marginTwo {
    margin-top: 384px;
  }
}

@media (max-width: 1400px) {
  .marginTwo {
    margin-top: 405px;
  }
}

@media (max-width: 1200px) {
  .marginTwo {
    margin-top: 427px;
  }
}

@media (max-width: 1024px) {
  .history-box .swiper-button-prev {
    left: 0;
  }

  .history-box .swiper-button-next {
    right: 0;
  }
}

@media (max-width: 991px) {
  .his-line {
    display: none;
  }

  .circle {
    display: none;
  }
  .his-txt {
    height: 170px;
  }
  .triangle {
    display: none;
  }

  .marginTwo {
    margin-top: 0;
  }

  .history-box .swiper-button-prev {
    left: -60px;
  }

  .history-box .swiper-button-next {
    right: -60px;
  }
}

@media (max-width: 767px) {
  .his-line {
    display: none;
  }
  .his-txt {
    height: 150px;
  }
  .circle {
    display: none;
  }

  .triangle {
    display: none;
  }

  .marginTwo {
    margin-top: 0;
  }

  .history-box .swiper-button-prev {
    left: 0px;
  }

  .history-box .swiper-button-next {
    right: 0px;
  }

  .history-box {
    padding: 30px 0;
  }
}
@media (max-width: 449px) {
  .his-txt {
    height: auto;
  }
}
.prolens {
  height: 300px;
}

/* 本例子css */
.picScroll-top {
  margin: 0 auto;
  width: 170px;
  overflow: hidden;
  position: relative;
}

.picScroll-top .hd {
  overflow: hidden;
  height: 30px;
  padding: 0 10px;
}

.picScroll-top .hd .prev,
.picScroll-top .hd .next {
  display: block;
  width: 40px;
  height: 22px;
  margin-right: 5px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}

.picScroll-top .hd .next {
  background: url("../img/spro-next.png") no-repeat center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.picScroll-top .hd .prev {
  background: url("../img/spro-prev.png") no-repeat center;
  left: 50%;
  transform: translateX(-50%);
}

.picScroll-top .hd .prevStop {
  background-position: -60px -100px;
}

.picScroll-top .hd .nextStop {
  background-position: -60px -140px;
}

.picScroll-top .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  zoom: 1;
}

.picScroll-top .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-top .hd ul li.on {
  background-position: 0 0;
}

.picScroll-top .bd {
  padding: 10px;
}

.picScroll-top .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-top .bd ul li {
  text-align: center;
  zoom: 1;
}

.picScroll-top .bd ul li .pic {
  text-align: center;
}

.picScroll-top .bd ul li .pic img {
  width: 150px;
  height: 134px;
  display: block;
  margin: 10px;
}

.picScroll-top .bd ul li .pic a:hover img {
  border-color: #999;
}

.picScroll-top .bd ul li .title {
  line-height: 24px;
}

.pro-dc {
  width: 47.5%;
}
.pro-dc img {
  width: 100%;
}

.picScroll-top .bd .tempWrap {
  height: 650px !important;
}

/*淘宝放大镜*/

/* box */
.box {
  width: 100%;
  /* margin:100px auto; */
}
.box img {
  width: 100%;
}
.tb-pic a {
  display: block;
  text-align: center;
  vertical-align: middle;
}
.tb-pic a img {
  vertical-align: middle;
}
.tb-pic a {
  *display: block;
  *font-family: Arial;
  *line-height: 1;
}
.tb-thumb {
  margin: 10px 0 0;
  overflow: hidden;
}
.tb-thumb li {
  background: none repeat scroll 0 0 transparent;
  float: left;
  height: 42px;
  margin: 0 6px 0 0;
  overflow: hidden;
  padding: 1px;
}
.tb-s310,
.tb-s310 a {
  height: 310px;
  width: 310px;
}
.tb-s310,
.tb-s310 img {
  max-height: 310px;
  max-width: 310px;
}
.tb-s310 a {
  *font-size: 271px;
}
.tb-s40 a {
  *font-size: 35px;
}
.tb-s40,
.tb-s40 a {
  height: 40px;
  width: 40px;
}
.tb-booth {
  position: relative;
  z-index: 1;
}
.tb-thumb .tb-selected {
  background: none repeat scroll 0 0 #c30008;
  height: 40px;
  padding: 2px;
}
.tb-thumb .tb-selected div {
  background-color: #ffffff;
  border: medium none;
}
.tb-thumb li div {
  border: 1px solid #cdcdcd;
}
.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 500px;
  height: 500px;
  background: #ffffff;
  display: block;
  text-align: center;
  overflow: hidden;
  /* border: 1px solid #ccc; */
}
.zoomMask {
  position: absolute;
  background: rgba(274, 103, 83, 0.8);
  cursor: move;
  z-index: 1;
  width: 200px !important;
  height: 200px !important;
}

.pro-detailright .button-next {
  background: url("../img/depro-next.png") no-repeat center;
  width: 20px;
  height: 39px;
  margin-left: 40px;
}
.pro-detailright .button-next:hover {
  background: url("../img/depro-next-on.png") no-repeat center;
}

.pro-detailright .button-prev {
  background: url("../img/depro-prev.png") no-repeat center;
  width: 20px;
  height: 39px;
}
.pro-detailright .button-prev:hover {
  background: url("../img/depro-prev-on.png") no-repeat center;
}

.wprodetail-btn {
  display: flex;
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .pro-detailtitle h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 14px;
  }
  .pro-contact {
    margin-top: 15px;
  }
  .zoomMask {
    width: 150px !important;
    height: 150px !important;
  }
}

@media (max-width: 1400px) {
  .pro-advantage {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 1200px) {
  .pro-detailtitle h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .pro-advantage {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (max-width: 991px) {
  .pro-detailtop {
    display: block;
  }
  .pro-detailleft {
    width: 100%;
    position: relative;
  }
  .zoomMask {
    display: none;
  }
  .zoomDiv {
    display: none !important;
  }
}

.lan-wrap {
  margin-left: 20px;
  height: 80px;
}
.lan-boxt {
  height: 38px;
  line-height: 38px;
}
.lan-box a {
  color: #fff;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
}
.lan-boxsub {
  display: none;
  height: 38px;
  line-height: 38px;
  margin-top: -3px;
}
.lan-boxsub a {
  color: #555555;
  display: block;
}
/*手机电脑切换*/
.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}

#pbanner .swiper-slide img {
  width: 100%;
  display: block;
}

.message-main {
  width: 1200px;
  padding: 48px 62px;
  min-height: 440px;
  background-color: #fff;
  max-width: 100%;
  position: fixed;
  left: 50%;
  display: none;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  border: 1px solid #dcdfe6;
  -webkit-box-shadow: 0 2px 4px 0 #0000001f, 0 0 6px 0 #0000000a;
  box-shadow: 0 2px 4px 0 #00000024, 0 0 6px 0 #0000000a;
}

.message-main h2 {
  font-size: 34px;
  padding: 20px 0;
}

.message-left-ad h4 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

.message-left-ad p {
  line-height: 30px;
}

.home-about-form {
  padding-top: 24px;
}

.message-form-input {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.message-form-input label {
  width: calc(50% - 20px);
  margin-top: 7px;
}

.message-form-input input {
  height: 44px;
}

.message-textarea {
  width: 100%;
  padding-top: 7px;
}

.message-form-but {
  padding-top: 28px;
  text-align: center;
}

.message-form-but a {
  display: inline-block;
  height: 44px;
  width: 160px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  border: 1px solid #44cef6;
  background-color: #44cef6;
}
.inner-main img {
  max-width: 100%;
}
.inner-main img {
  max-width: 100%;
}

/*联系我们*/

.contact-us {
  display: flex;
  justify-content: space-between;
  background-color: #eee;
}

.contact-us:hover {
  color: #fff;
  background-color: #004d9d;
}

.contact-info {
  width: 550px;
  text-align: center;
  padding: 40px 0 30px;
}

.contact-info h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #b60023;
  padding-bottom: 40px;
}

.contact-us:hover h2,
.contact-us:hover p {
  color: #fff;
}

.contact-info div {
  display: inline-block;
  text-align: left;
}

.contact-info p {
  line-height: 32px;
}

.contact-img img,
.contact-map img {
  max-width: 100%;
}

.contact-map img {
  width: 100%;
}

.contact-img:hover img {
  transform: scale(1.1);
}

.contact-map {
  padding-top: 50px;
}

.contact-map:hover img {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .contact-us {
    flex-direction: column;
    background-color: #fff;
  }

  .contact-us:hover {
    background-color: #fff;
  }

  .contact-us:hover .contact-info {
    color: #fff;
    background-color: #004d9d;
  }

  .contact-info {
    width: 100%;
    background-color: #eee;
    margin-bottom: 30px;
  }

  .contact-img img {
    width: 100%;
  }

  .contact-map {
    padding-top: 30px;
  }
}
.inner-content .img img {
  transition: all 0.4s;
}
.inner-content .img {
  overflow: hidden;
}
