﻿@charset "utf-8";

/* 手机屏幕样式 - 一行显示一个 */
@media screen and (max-width: 600px) {
  .input-group {
    display: none !important;
  }
}

.con {
  width: 94%;

  margin: 0 auto;

  max-width: 1400px;
}

.container {
  width: 94%;

  margin: 0 auto;

  max-width: 1560px;
}

.pro_list {
  max-width: 1920px;

  margin: 0 auto;

  padding: 60px 0 20px;

  box-sizing: border-box;

  background: #ffffff;
}

.pro_list ul {
  display: flex;

  justify-content: space-between;

  align-items: stretch;

  flex-wrap: wrap;
}

.pro_list ul li {
  width: 33.33333%;

  float: left;

  list-style: none;

  box-sizing: border-box;

  padding: 0 10px;
}

.probg.probg-bor-tb {
  position: relative;
}

.probg {
  background: #f1f1f1;

  height: auto;

  overflow: hidden;

  transition: all 0.3s ease;
}

.probg:hover {
  background: #dfdfdf;
}

.probg .probg-bor-lr {
  position: relative;

  overflow: hidden;
}

.pro_list ul li .pro_img {
  width: 50%;

  float: left;

  text-align: center;

  padding: 20px 0 20px 0px;
}

.pro_list ul li .pro_txt {
  width: 50%;

  float: right;

  text-align: left;

  padding: 20px 0px 20px 15px;
}

.pro_list ul li .pro_txt h2 {
  font-size: 24px;

  padding: 10px 0 10px !important;

  margin-bottom: 10px;
}

.pro_list ul li .pro_txt h2 a {
  color: #222;
}

.pro_list ul li .pro_txt p {
  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;

  line-height: 35px;

  font-size: 16px;

  color: #333;
}

.pro_list ul li .pro_txt p a {
  color: #333;
}

.pro_list ul li .pro_txt a:hover {
  color: #d20b17;
}

.pro_list ul li .pro_img img {
  -webkit-transition: -webkit-transform 1s ease;

  transition: -webkit-transform 1s ease;

  transition: transform 1s ease;

  transition: transform 1s ease, -webkit-transform 1s ease;

  max-width: 100%;
}

.pro_list ul li:hover .pro_img img {
  -webkit-transform: scale(1.1, 1.1);

  -ms-transform: scale(1.1, 1.1);

  transform: scale(1.1, 1.1);
}

/*产品中心*/

.sy_cpzx {
  padding: 60px 0 60px;
}

.sy_cpzx .con {
  display: flex;

  justify-content: space-between;

  align-items: stretch;
}

.sy_cpzx .left {
  width: 25%;

  float: left;

  padding-right: 8px;
}

.sy_cpzx .box {
  position: relative;
}

.sy_cpzx h3 {
  position: absolute;

  font-size: 16px;

  color: #222;

  line-height: 45px;

  text-align: center;

  left: 0;

  bottom: 0;

  width: 100%;
}

.sy_cpzx img {
  width: 100%;

  display: block;
}

.sy_cpzx .t_p {
  width: 100%;

  border: 1px solid #d2d2d2;

  position: relative;

  overflow: hidden;
}

.sy_cpzx .t_p .m_b {
  width: 100%;

  position: absolute;

  height: 100%;

  left: 0;

  z-index: 3;

  background: rgba(230, 33, 42, 0.85);

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  opacity: 0;

  top: 100%;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;
}

.sy_cpzx .t_p:hover .m_b {
  top: 0;

  opacity: 1;
}

.sy_cpzx .t_p .m_b p {
  line-height: 28px;

  font-size: 14px;

  display: inline-block;

  position: relative;

  margin-bottom: 6px;
}

.sy_cpzx .t_p .m_b p::after {
  content: "";

  width: 0;

  height: 1px;

  background: #fff;

  left: 0;

  bottom: 0;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  position: absolute;
}

.sy_cpzx .t_p .m_b a {
  color: #fff;
}

.sy_cpzx .t_p .m_b p:hover::after {
  width: 100%;
}

.sy_cpzx .t_p .m_b .more {
  margin-top: 20px;

  font-size: 16px;
}

.sy_cpzx .t_p .m_b .more i {
  margin-left: 10px;
}

.sy_cpzx .right {
  width: 75%;

  display: flex;

  justify-content: space-between;

  align-items: stretch;

  flex-wrap: wrap;
}

.sy_cpzx .right li {
  width: 33.33333%;

  padding: 0 8px 16px;
}

.sy_cpzx .right li:nth-child(n + 4) {
  padding-bottom: 0;
}

.g_d {
  width: 200px;

  height: 50px;

  line-height: 50px;

  text-align: center;

  background: #e6212a;

  border-radius: 25px;

  margin: 35px auto 0;

  font-size: 16px;
}

.g_d:hover {
  background: #b8131a;
}

.g_d a {
  color: #fff;
}

.g_d a i {
  margin-left: 8px;
}

.slideGroup {
  margin: 0 auto;

  padding: 60px 0 60px;
}

.slideGroup .parHd {
  position: relative;

  line-height: 40px;

  padding: 0 20px;

  margin-top: 50px;
}

.slideGroup .parHd ul {
  width: 100%;

  text-align: center;

  margin: 0 auto;
}

.slideGroup .parHd ul li {
  display: inline-block;

  border: 1px solid #ece6e6;

  background: #f5f5f5;

  border-radius: 8px;

  position: relative;

  margin: 0 5px;

  padding: 15px 20px;

  font-size: 20px;

  color: #333;

  margin: 0.5%;

  text-align: center;
}

.slideGroup .parHd ul li img {
  width: 35px;

  vertical-align: middle;

  margin-right: 5px;
}

.slideGroup .parHd ul li h4 {
  font-size: 16px;

  color: #444;

  line-height: 1.2;
}

.slideGroup .parHd ul li i {
  font-size: 26px;

  margin-right: 10px;

  vertical-align: middle;
}

.slideGroup .parHd ul li:hover img {
  filter: brightness(1000%);
}

.slideGroup .parHd ul li a {
  color: #222;

  font-size: 20px;

  font-weight: bold;
}

.slideGroup .parHd ul li:hover {
  background: #e6212a;

  color: #fff;
}

.slideGroup .parHd ul li.on {
  background: #e6212a;

  color: #fff;
}

.slideGroup .parHd ul li:hover a {
  color: #fff;
}

.slideGroup .parHd ul li:hover h4 {
  color: #fff;
}

.slideGroup .parHd ul li.on a {
  color: #fff;
}

.slideGroup .parHd ul li.on h4 {
  color: #fff;
}

.slideGroup .parHd ul li.on img {
  filter: brightness(1000%);
}

.slideGroup .slideBox {
  overflow: hidden;

  zoom: 1;

  padding: 0px 0 10px;

  position: relative;
}

.slideGroup .sPrev,
.slideGroup .sNext {
  position: absolute;

  left: 0;

  top: 40%;

  display: block;

  width: 50px;

  height: 50px;

  z-index: 88;

  text-align: center;
}

.slideGroup .sPrev i,
.slideGroup .sNext i {
  font-size: 35px;

  color: #222;
}

.slideGroup .sNext {
  left: auto;

  right: 0;
}

.slideGroup .parBd ul {
  overflow: hidden;

  zoom: 1;
}

.slideGroup .parBd {
  margin-top: 35px;
}

.slideGroup .parBd ul {
}

.slideGroup .parBd ul li {
  width: calc(33.3333% - 30px);

  float: left;

  margin: 10px 15px 20px;

  position: relative;

  border-bottom: 2px solid #eee;

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.slideGroup .parBd ul li span {
  width: 0%;

  height: 2px;

  background: #e6212a;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  position: absolute;

  left: 0;

  bottom: -1;
}

.slideGroup .parBd ul li:hover span {
  width: 100%;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;
}

.slideGroup .parBd ul li .t_p {
  overflow: hidden;

  position: relative;
}

.slideGroup .parBd ul li img {
  width: 100%;

  display: block;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  z-index: 1;

  height: auto;

  object-fit: cover;
}

.slideGroup .parBd ul li:hover img {
  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -o-transform: scale(1.07);

  -ms-transform: scale(1.07);

  transform: scale(1.07);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;
}

.slideGroup .parBd ul li .t_p .mb {
  position: absolute;

  width: 100%;

  height: 100%;

  z-index: 9;

  background: rgba(6, 102, 178, 0);
}

.slideGroup .parBd ul li:hover .t_p .mb {
  background: rgba(230, 33, 42, 0.8) url(../images/jh.png) center / 30px
    no-repeat;
}

.slideGroup .parBd ul li .t_p .hr {
  position: absolute;

  left: 50%;

  top: 50%;

  transform: translateX(-50%) translateY(-50%);

  z-index: 5;
}

.slideGroup .parBd ul li .t_p .hr img {
  width: auto !important;

  height: auto !important;

  opacity: 0;

  transition: all 0.5s ease;

  -webkit-transform: all 0.5s ease;
}

.slideGroup .parBd ul li:hover .hr img {
  opacity: 1;
}

.slideGroup .parBd ul li:hover .hr img {
  -webkit-transform: rotate(360deg);

  animation: rotation 10s linear infinite;

  -moz-animation: rotation 10s linear infinite;

  -webkit-animation: rotation 10s linear infinite;

  -o-animation: rotation 10s linear infinite;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.slideGroup .parBd ul li h3 {
  font-size: 16px;

  color: #333;

  margin: 10px 0 15px;

  text-align: center;

  line-height: 1.8;

  overflow: hidden;

  padding-left: 15px;
}

.slideGroup .parBd ul li i {
  margin-right: 20px;

  font-size: 20px;

  color: #222;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;
}

.slideGroup .parBd ul li:hover i {
  float: right;

  margin-right: 5px;

  color: #222;
}

.slideGroup .parBd ul li:hover h3 {
  color: #e6212a;
}

/*案例展示*/

.sy_al {
  padding: 60px 0;

  overflow: hidden;

  background: url(../images/al_bj.jpg) center / cover no-repeat;
}

.sy_al .g-tit1 h2 {
  color: #fff;
}

.sy_al .g-tit1 span {
  color: #fff;
}

.sy_al .g-tit1 .en {
  color: rgba(255, 255, 255, 0.04);
}

.al_fl {
  background: rgba(255, 255, 255, 0.85);

  display: flex;

  justify-content: space-between;
}

.al_fl li {
  width: 20%;

  line-height: 80px;

  font-size: 18px;

  color: #222;

  text-align: center;

  border-right: #999 1px solid;
}

.al_fl li i {
  font-size: 30px;

  vertical-align: middle;

  margin-right: 10px;
}

.al_fl li a {
  color: #222;
  display: block;
}

.al_fl li:hover,
.al_fl .on {
  background: #e6212a;
}

.al_fl li:hover a,
.al_fl .on a {
  color: #fff;
}

.al_fl li:last-child {
  border-right: 0;
}

.sy_al .al_list {
  margin-top: 35px;
}

.sy_al .al_list ul {
  display: flex;

  justify-content: space-between;

  align-items: stretch;

  flex-wrap: wrap;
}

.sy_al .al_list ul li {
  position: relative;

  width: 32%;

  margin-bottom: 30px;

  overflow: hidden;
}

.sy_al .al_list ul li .t_p {
  position: relative;

  padding-top: 60%;

  overflow: hidden;
}

.sy_al .al_list ul li .t_p img {
  position: absolute;

  width: 100%;

  height: 100%;

  object-fit: cover;

  left: 0;

  top: 0;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;
}

.sy_al .al_list ul li:hover .t_p img {
  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -o-transform: scale(1.07);

  -ms-transform: scale(1.07);

  transform: scale(1.07);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;
}

.sy_al .al_list ul li .m_b {
  width: 100%;

  height: 100%;

  position: absolute;

  left: 0;

  background: rgba(0, 0, 0, 0.4);

  z-index: 9;

  top: 100%;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  opacity: 0;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;
}

.sy_al .al_list ul li .m_b h3 {
  font-size: 16px;

  color: #fff;

  margin-top: 20px;
}

.sy_al .al_list ul li .m_b img {
  width: 50px;
}

.sy_al .al_list ul li:hover .m_b {
  opacity: 1;

  top: 0;
}

/*关于我们*/

.index4 {
  padding: 70px 0 60px;

  position: relative;

  background: url(../images/a_3_bg.jpg) center / cover no-repeat;
}

.index4 .text {
  width: 48%;

  float: left;

  padding: 0 0 35px 0;
}

.index4 .text .H4 {
  font-size: 36px;

  color: #333;

  text-transform: uppercase;

  font-weight: bolder;

  font-family: Arial;
}

.index4 .text .bold {
  font-weight: bold;

  color: #e6212a;
}

.index4 .text .thin {
  font-weight: normal;
}

.index4 .text .H5 {
  font-size: 36px;

  color: #313131;

  padding: 5px 0 20px 0;

  position: relative;

  font-weight: bold;
}

.index4 .text .H5::after {
  width: 40px;

  height: 2px;

  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  background-color: #dd0303;

  opacity: 0.9;
}

.index4 .text .p {
  font-size: 16px;

  color: #333;

  line-height: 2;

  margin: 20px 0 35px;

  height: 217px;

  overflow: hidden;
}

.more2 {
  display: block;

  width: 163px;

  height: 45px;

  line-height: 45px;

  background-color: #2f2aa3;

  border: 1px solid #2f2aa3;

  text-align: center;

  font-size: 16px;

  color: #fff;

  border-radius: 25px;
}

.more2:hover {
  background-color: transparent;

  border: 1px solid #2f2aa3;

  color: #2f2aa3;
}

.videoR {
  width: 48%;

  padding: 0 0 32px 5%;

  background: url(../images/p13.png) left bottom no-repeat;

  background-size: 93% 91.58%;

  float: right;

  box-sizing: border-box;
}

.videoR .pic {
  height: auto;

  overflow: hidden;
}

.videoR .playBtn {
  width: 90px;

  height: 90px;

  position: absolute;

  top: 37.98%;

  left: 11.11%;

  cursor: pointer;
}

.videoBox {
  width: 100%;

  height: 100%;

  position: fixed;

  top: 0;

  left: 0;

  z-index: 99999;

  background-color: rgba(0, 0, 0, 0.4);

  display: none;
}

.videoBox2 {
  width: 50%;

  position: fixed;

  top: 50%;

  left: 50%;

  z-index: 999999;

  display: none;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.videoBox2 .aboutVideo {
  display: block;

  width: 100%;

  min-height: 10px;

  background: #000;
}

.videoBox2 .close3 {
  width: 25px;

  height: 25px;

  position: absolute;

  top: -15px;

  right: -15px;
}

/* 新闻中心 */

.sy_news {
  padding: 80px 0;
}

.sy_news .box1 {
  width: 29%;

  margin-right: 1%;

  float: left;

  transition: all ease 0.3s;
}

.sy_news .box1 .t_p {
  overflow: hidden;

  height: 280px;
}

.sy_news .box1 img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;
}

.sy_news .box1:hover img {
  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -o-transform: scale(1.07);

  -ms-transform: scale(1.07);

  transform: scale(1.07);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;
}

.sy_news .tbox {
  width: 100%;

  height: 270px;

  box-sizing: border-box;

  background: #f7f7f7;

  padding: 0 30px;

  transition: all ease 0.3s;
}

.sy_news .box1 .tbox:hover .time {
  color: #b00202;
}

.sy_news .box2 .tbox:hover .time {
  color: #b00202;
}

.sy_news .tbox .time {
  color: #999;

  font-family: "sheepsansbold";

  font-weight: bold;

  font-size: 48px;

  line-height: 50px;

  border-bottom: 1px solid #dbdbdb;

  padding: 22px 0 16px;

  /* background: url(../images/icon20.png) right 54px no-repeat; */

  transition: all ease 0.3s;
}

.sy_news .tbox .time span {
  font-size: 16px;

  line-height: 20px;

  font-weight: initial;

  display: block;
}

.sy_news .box1:hover .tbox .time {
  background: url(../images/icon21.png) right 54px no-repeat;

  transition: all ease 0.3s;
}

.sy_news .tbox .titles {
  font-size: 16px;

  line-height: 36px;

  color: #000;

  margin-top: 30px;

  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;
}

.sy_news .tbox .txts {
  font-size: 14px;

  line-height: 24px;

  color: #666;

  margin-top: 14px;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;
}

.sy_news .box2 {
  width: 29%;

  margin-right: 1%;

  transition: all ease 0.3s;

  float: left;
}

.sy_news .box3 {
  width: 40%;

  float: left;
}

.sy_news .box3 .tbox {
  width: 100%;

  height: 130px;

  margin-bottom: 10px;

  box-sizing: border-box;

  padding: 30px;

  /* background: #f4f4f4 url(../images/icon20.png) 95% 60px no-repeat; */

  transition: all ease 0.3s;
}

.sy_news .box1 .tbox:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.sy_news .box2 .tbox:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.sy_news .box3 .tbox:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.sy_news .box1 .tbox:hover .titles {
  color: #b00202;
}

.sy_news .box2 .tbox:hover .titles {
  color: #b00202;
}

.sy_news .box3 .tbox:hover .titles {
  color: #b00202;
}

.sy_news .box3 .tbox a {
  display: inline-block;
}

.sy_news .box3 .tbox .time {
  font-size: 48px;

  font-weight: bold;

  line-height: 50px;

  font-family: "sheepsansbold";

  color: #999;

  float: left;

  margin-right: 30px;

  transition: all ease 0.3s;

  background: none;

  padding: 0;

  border: 0;
}

.sy_news .box3 .tbox:hover .time {
  color: #b00202;
}

.sy_news .box3 .tbox .time span {
  font-size: 16px;

  display: block;

  line-height: 20px;
}

.sy_news .box3 .tbox .titles {
  width: 410px;

  float: left;

  font-size: 16px;

  line-height: 26px;

  color: #000;

  padding-top: 10px;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;
}

.g-tit1 {
  text-align: center;

  position: relative;

  z-index: 2;

  margin-bottom: 50px;
}

.g-tit1 .left {
  text-align: left;
}

.g-tit1 .cn {
  position: relative;

  z-index: 2;
}

.g-tit1 h2 {
  font-size: 40px;

  font-weight: normal;

  line-height: 1.1;

  margin-bottom: 15px;

  font-weight: bold;

  color: #000;
}

.g-tit1 span {
  font-size: 16px;

  color: #333;
}

.g-tit1 .en {
  position: absolute;

  top: -30px;

  left: 0;

  right: 0;

  font-size: 80px;

  text-transform: uppercase;

  font-family: ariblk;

  line-height: 1.1;

  font-weight: bold;

  color: rgba(0, 0, 0, 0.04);

  font-style: normal;
}

.sy_alzs {
  position: relative;
}

.sy_alzs .g-tit1 {
  position: absolute;

  top: 50px;

  left: 0;

  width: 100%;
}

.sy_alzs .g-tit1 h2 {
  color: #fff;
}

.sy_alzs .g-tit1 span {
  color: #fff;
}

.sy_alzs .g-tit1 .en {
  color: rgba(255, 255, 255, 0.04);
}

.sy_alzs .kzg {
  position: absolute;

  width: 100%;

  bottom: 0;
}

.sy_alzs .kzg::after {
  content: "";

  position: absolute;

  bottom: 5px;

  width: 100%;

  height: 1px;

  background: #fff;

  opacity: 0.2;

  z-index: 99;
}

.wzxx {
  float: left;

  line-height: 40px;

  font-size: 16px;

  color: #333;
}

.wzxx a {
  font-size: 16px;

  color: #333;
}

.wzxx a:hover {
  color: #e6212a;
}

.sy_hzhb {
  padding: 100px 0;

  text-align: center;
}

.sy_hzhb ul {
  display: flex;

  justify-content: center;

  flex-wrap: wrap;
}

.sy_hzhb ul li {
  width: 11.5%;

  display: inline-block;

  border: #eee 1px solid;

  margin: 0 0.5% 1%;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;
}

.sy_hzhb ul li img {
  width: 100%;

  display: block;
}

.sy_hzhb ul li:hover {
  box-shadow: 0 0 10px #ccc;

  transform: translateY(-5px);

  -wbkit-transform: translateY(-5px);

  -o-transform: translateY(-5px);

  -moz-transform: translateY(-5px);

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;
}

.sy_hz {
  padding: 100px 0;
}

.sy_hz li {
  width: 12.5%;

  margin: 10px 0 0;

  float: left;

  text-align: center;
}

.sy_hz li .box {
  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  border: #eee 1px solid;

  width: 90%;

  margin: 0 auto 15px;
}

.sy_hz li .box img {
  width: 100%;

  display: block;
}

.sy_hz li .box:hover {
  box-shadow: 0 0 10px #ccc;

  transform: translateY(-5px);

  -wbkit-transform: translateY(-5px);

  -o-transform: translateY(-5px);

  -moz-transform: translateY(-5px);

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;
}

.xx21 li {
  display: inline-block;
}

.xx2 {
  margin: 0 auto;

  overflow: hidden;
}

/* start footer */

.footer_bg {
  background: #292929;

  width: 100%;

  padding: 50px 0 0;
}

.foot {
  margin: 0 auto;

  overflow: hidden;

  padding-bottom: 30px;
}

.foot .zuo3 {
  float: left;
}

.foot .zuo3 ul {
  display: flex;

  justify-content: space-between;

  align-items: flex-start;

  flex-wrap: wrap;
}

.foot .zuo3 ul li {
  float: left;

  text-align: left;

  margin-right: 60px;
}

.foot .zuo3 ul li .tit {
  margin-bottom: 0;
}

.foot .zuo3 ul li .tit a {
  font-size: 16px;

  font-weight: bold;

  color: #fff;

  line-height: 36px;

  display: block;

  text-align: left;

  opacity: 1;
}

.foot .zuo3 ul li .line {
  margin-bottom: 20px;

  height: 2px;

  margin-top: 10px;
}

.foot .zuo3 ul li .line span {
  width: 15px;

  height: 1px;

  background: #e6212a;

  -webkit-transition: all 1s;

  -moz-transition: all 1s;

  -o-transition: all 1s;

  transition: all 1s;

  display: block;
}

.foot .zuo3 ul li:hover .line span {
  width: 50px;

  height: 1px;
}

.foot .zuo3 ul li a {
  width: 100%;

  display: block;

  line-height: 28px;

  font-size: 14px;

  color: #fff;

  opacity: 0.8;
}

.foot .zuo3 ul li a:hover {
  opacity: 1;
}

.foot .zuo3 ul li.lx {
  width: 310px;

  margin-right: 0;
}

.dzwz {
  line-height: 30px;

  color: #fff;

  font-size: 14px;

  margin-top: 20px;
}

.dzwz p {
  line-height: 30px;

  color: #fff;

  font-size: 14px;

  opacity: 0.8;

  -webkit-opacity: 0.8;

  -moz-opacity: 0.8;
}

.dzwz p i {
  margin-right: 10px;

  color: #fff;
}

.foot .you3 {
  float: right;
}

.foot .you3 .weixin {
  width: 90px;

  padding-top: 20px;

  float: right;

  line-height: 30px;

  color: #fff;

  text-align: center;

  float: left;

  margin-left: 8px;
}

.foot .you3 .weixin img {
  width: 100%;
}

.foot .you3 .dian {
  width: 230px;

  float: left;
}

.foot .you3 .dian h2 {
  font-size: 20px;

  line-height: 50px;

  color: #fff;

  padding-top: 20px;
}

.foot .you3 .dian p {
  line-height: 30px;

  font-size: 14px;

  color: #fff;

  text-align: left;
}

.footer_btm {
  margin: 0px auto 0;

  line-height: 60px;

  width: 100%;

  background: #222;
}

.copy {
  text-align: center;
}

.copy p {
  font-size: 14px;

  text-transform: uppercase;

  color: #b9b9b9;
}

.copy p a {
  color: #ffffff;

  -webkit-transition: 0.9s;

  -moz-transition: 0.9s;

  -o-transition: 0.9s;

  transition: 0.9s;
}

.nban {
  width: 100%;

  height: 580px;

  position: relative;

  margin: 0 auto;
}

.nban .bt {
  width: 500px;

  padding: 20px;

  position: absolute;

  left: 50%;

  margin-left: -640px;

  top: 40%;

  z-index: 5;
}

.nban .bt h2 {
  font-size: 30px;

  color: #fff;

  text-transform: uppercase;

  margin-bottom: 10px;
}

.nban .bt h3 {
  font-size: 44px;

  color: #fff;

  font-weight: bold;
}

.ntit {
  background: rgba(255, 255, 255, 0.6);

  border-bottom: #eee 1px solid;

  padding: 15px 0;

  overflow: hidden;
}

.ntit ul {
  text-align: center;

  text-align: right;
}

.ntit ul li {
  line-height: 38px;

  margin-right: 10px;

  position: relative;

  background: #eee;

  text-align: center;

  border-radius: 10px;

  overflow: hidden;

  display: inline-block;
}

.ntit ul li a {
  color: #000;

  font-size: 16px;

  display: block;

  padding: 0 15px;
}

.ntit ul li .e_j {
  width: 100%;

  display: none;

  position: absolute;

  left: 0;

  top: 40px;

  background: rgba(255, 255, 255, 0.8);
}

.ntit ul li .e_j a {
  padding: 0;

  text-align: center;

  border-bottom: #eee 1px solid;
}

.ntit ul li:hover .e_j {
  display: block;
}

.ntit ul li a:hover {
  background: #e6212a;

  color: #fff;

  -webkit-transition: all 0.4s linear -1ms;

  -moz-transition: all 0.4s linear -1ms;

  -ms-transition: all 0.4s linear -1ms;

  -o-transition: all 0.4s linear -1ms;

  transition: all 0.4s linear -1ms;
}

.ntit ul li.on a {
  background: #e6212a;

  color: #fff;
}

.ny_jj {
  margin: 60px auto;
}

.ny_jj .w_z {
  width: 55%;

  font-size: 16px;

  color: #222;

  line-height: 2;
}

.ny_jj .w_z h3 {
  position: relative;

  font-size: 38px;

  color: #333;

  line-height: 1.2;

  margin-bottom: 40px;

  font-weight: bold;

  text-align: center;
}

.ny_jj .w_z h3::after {
  content: "";

  width: 60px;

  bottom: -15px;

  height: 4px;

  background: #e6212a;

  position: absolute;

  left: 50%;

  margin-left: -30px;
}

.ny_jj .more {
  width: 180px;

  height: 50px;

  line-height: 50px;

  text-align: center;

  background: #e6212a;

  border-radius: 6px;

  margin: 35px auto 0;
}

.ny_jj .more::after {
  background-color: #044e88;
}

.ny_jj .more a {
  font-size: 16px;

  color: #fff;
}

.ny_jj .tp {
  width: 40%;

  position: relative;
}

.ny_jj .tp .box {
  position: absolute;

  left: -25px;

  width: 100%;

  height: 100%;

  border: #ccc 10px solid;

  bottom: -25px;

  box-sizing: border-box;

  z-index: 1;
}

.ny_jj .tp img {
  width: 100%;

  display: block;

  position: relative;

  z-index: 3;
}

.ny_jj .po {
  position: relative;

  height: 50px;
}

.ny_jj .biji-oth {
  width: 180px;

  height: 50px;

  line-height: 50px;

  text-align: center;

  background: #e6212a;

  border-radius: 6px;

  margin: 35px auto 0;
}

.ny_jj .biji-oth button {
  overflow: visible;

  line-height: 50px;

  font-size: 16px;

  color: #fff;

  width: 180px;

  background: #e6212a;

  border-radius: 10px;

  position: absolute;

  left: 50%;

  bottom: 0px;

  margin-left: -90px;
}

.ny_jj .biji-oth button.n {
  left: 50%;

  margin-left: -90px;
}

.ny_jjtp {
  padding: 60px 0;

  overflow: hidden;

  background: #f5f5f5;
}

.ny_jjtp h1 {
  font-size: 40px;

  text-align: center;

  color: #222;

  position: relative;

  font-weight: bold;

  text-transform: capitalize;

  margin-bottom: 50px;
}

.ny_jjtp ul li {
  width: 23%;

  float: left;

  margin: 0 1% 30px;
}

.ny_jjtp ul li h3 {
  font-size: 14px;

  text-align: center;

  color: #333;

  margin: 10px 0;
}

.ny_jjtp ul li img {
  width: 100%;

  display: block;
}

/* .ny_jjtp ul li:nth-child(3n) {

  margin-right: 0;

} */

.ny_ryzz {
  padding: 60px 0;

  overflow: hidden;
}

.ny_ryzz ul {
  display: flex;
  flex-wrap: wrap;
}

.ny_ryzz ul li {
  width: 23%;

  margin: 1%;
  display: flex;
  align-items: end;
  border: #ccc 1px solid;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;
}

.ny_ryzz ul li img {
  max-width: 100%;

  display: block;

  height: 180px;

  margin: 10px auto;
}

.ny_ryzz ul li a {
  display: block;
  width: 100%;
}

.ny_ryzz ul li h3 {
  padding: 15px;

  background: #f5f5f5;

  font-size: 16px;

  color: #222;

  text-align: center;
  width: 100%;
}

.ny_ryzz ul li:hover h3 {
  color: #e6212a;
}

.ny_ryzz ul li:hover {
  color: #e6212a;

  transform: translateY(-5px);

  -wbkit-transform: translateY(-5px);

  -o-transform: translateY(-5px);

  -moz-transform: translateY(-5px);

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  border: #e6212a 1px solid;
}

.about-ab-three {
  overflow: hidden;

  padding: 60px 0 80px;

  background: #f5f5f5;
}

.about-three-item {
  float: left;

  width: 32%;

  margin-right: 2%;

  position: relative;

  border-radius: 10px;

  overflow: hidden;
}

.about-three-item:last-child {
  margin-right: 0;
}

.about-three-item img {
  width: 100%;
}

.about-three-bg {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.3);

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;
}

.about-three-item:hover .about-three-bg {
  position: absolute;

  background: rgba(230, 33, 42, 0.85);

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;
}

.about-three-bg > div {
  text-align: center;

  position: relative;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);
}

.about-three-bg h3 {
  font-size: 24px;

  display: inline-block;

  position: relative;

  margin-bottom: 35px;

  color: #fff;

  font-weight: bold;
}

.about-three-bg h3::after {
  content: "";

  position: absolute;

  bottom: -8px;

  left: calc(50% - 15px);

  height: 2px;

  width: 30px;

  background: #fff;
}

.about-three-bg p {
  line-height: 1.8;

  color: #fff;

  font-size: 16px;

  padding: 0 30px;
}

.sy_hzhb {
  padding: 60px 0;

  text-align: center;
}

.sy_hzhb ul {
  display: flex;

  justify-content: flex-start;

  flex-wrap: wrap;
}

.sy_hzhb ul li {
  width: 15.6666%;

  float: left;

  border: #eee 1px solid;

  margin: 0 0.5% 1%;

  transition: all 0.3s;

  box-sizing: border-box;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  padding: 10px 0;
}

.sy_hzhb ul li img {
  width: 100%;

  display: block;
}

.sy_hzhb ul li:hover {
  box-shadow: 0 0 10px #ccc;

  transform: translateY(-5px);

  -wbkit-transform: translateY(-5px);

  -o-transform: translateY(-5px);

  -moz-transform: translateY(-5px);

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;
}

.ny_wh {
  padding: 60px 0 50px;

  background-color: #fff;

  overflow: hidden;
}

.ny_wh ul {
  display: flex;

  justify-content: space-between;

  align-items: stretch;

  flex-wrap: wrap;
}

.ny_wh ul li {
  width: 24%;

  padding: 30px;

  box-sizing: border-box;

  margin-bottom: 40px;

  text-align: center;

  border: #eee 1px solid;

  -webkit-transition: 0.3s;

  transition: 0.3s;

  position: relative;

  z-index: 1;

  background: #fff;

  border-radius: 10px;

  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 29, 8, 0.1);

  box-shadow: 0px 20px 40px 0px rgba(0, 29, 8, 0.06);
}

.ny_wh ul li:hover {
  background: #fff;

  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 29, 8, 0.1);

  box-shadow: 0px 20px 40px 0px rgba(0, 29, 8, 0.1);
}

.latest-service__item-icon {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 80px;

  height: 80px;

  -ms-flex-negative: 0;

  flex-shrink: 0;

  background: #fee8e9;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  border-radius: 500px;

  margin: auto;

  margin-bottom: auto;

  margin-bottom: 24px;

  color: #e6212a;

  -webkit-transition: 0.3s;

  transition: 0.3s;
}

.latest-service__item-icon i {
  font-size: 40px;
}

.ny_wh ul li .bt {
  font-size: 20px;

  color: #111;

  margin-bottom: 15px;

  font-weight: bold;

  text-align: center;

  -webkit-transition: 0.3s;

  transition: 0.3s;
}

.ny_wh ul li .nr {
  font-size: 16px;

  line-height: 1.6;

  color: #333;

  margin-bottom: 10px;
}

.ny_wh ul li:hover .bt {
  color: #e6212a;
}

.ny_wh ul li:hover .latest-service__item-icon {
  background: #e6212a;

  color: #fff;
}

/*产品详情*/

.xq_box {
  padding: 60px 0;

  overflow: hidden;
}

.cpxq {
  float: right;

  width: calc(100% - 320px);
}

.cpxq .left {
  width: 610px;

  float: left;
}

#play {
  width: 100%;

  text-align: center;

  position: relative;

  overflow: hidden;
}

#play .change_a {
  width: 50%;

  height: 100%;

  position: absolute;

  top: 0;

  z-index: 1;

  cursor: pointer;

  display: block;

  overflow: hidden;

  background: url(about:blank);
}

#play .prev_a {
  left: 0;
}

#play .next_a {
  right: 0;
}

#play .change_a span {
  width: 24px;

  height: 43px;

  display: block;

  position: absolute;

  top: 50%;

  margin-top: -21px;

  display: none;
}

#play .prev_a span {
  background: url(../images/s_gallery_2012110702.png) no-repeat 0px -50px;

  left: 0;
}

#play .next_a span {
  background: url(../images/s_gallery_2012110702.png) no-repeat -30px -50px;

  right: 0;
}

#play .img_ul {
  position: relative;

  z-index: 1;
}

#play .img_ul img {
  max-width: 100%;
}

.img_hd {
  width: 100%;

  overflow: hidden;

  height: 102px;

  margin-top: 15px;

  margin: 5px auto;

  position: relative;
}

.img_hd ul {
  position: absolute;

  z-index: 1;
}

.img_hd ul li {
  float: left;

  width: 112px !important;

  height: 100px;

  border: 1px solid #eee;

  cursor: pointer;

  margin: 0 5px;

  overflow: hidden;
}

.img_hd ul li img {
  height: 100%;

  width: 100%;

  display: block;

  object-fit: cover;
}

.img_hd ul li.on {
  border-color: rgb(230, 33, 42);
}

.img_hd .bottom_a {
  background: url(../images/s_gallery_2012110702.png) no-repeat;

  width: 22px;

  height: 22px;

  position: absolute;

  display: block;

  top: 50%;

  margin-top: -11px;

  cursor: pointer;

  z-index: 10;
}

.img_hd .prev_a {
  background-position: 0 -24px;

  left: 5px;
}

.img_hd .next_a {
  background-position: -30px -24px;

  right: 5px;
}

.cpxqlb {
  width: 100%;

  position: relative;

  border: #eee 1px solid;
}

.cpxqlb .swiper-slide {
  width: 100%;

  text-align: center;

  box-sizing: border-box;
}

.cpxqlb .swiper-slide img {
  max-height: 500px;

  margin: 0 auto;

  display: block;
}

.cpxqlb .swiper-pagination {
  bottom: 10px !important;

  width: 100%;

  height: 10px;

  text-align: center;
}

.cpxqlb .swiper-pagination-bullet {
  width: 10px;

  height: 10px;

  display: inline-block;

  border-radius: 0;

  opacity: 1;

  border-radius: 50%;

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

  border: #e6212a 1px solid;

  background: none;
}

.cpxqlb .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e6212a;
}

.cpxqlb .swiper-button-prev {
  background: url(../images/prev_off.png) no-repeat;

  width: 30px;

  height: 50px;

  margin-top: 0;

  left: 0px;

  background-size: 30px 50px;

  -webkit-background-size: 30px 50px;

  -moz-background-size: 30px 50px;

  -ms-background-size: 30px 50px;

  -o-background-size: 30px 50px;
}

.cpxqlb .swiper-button-next {
  background: url(../images/next_off.png) no-repeat;

  width: 30px;

  height: 50px;

  margin-top: 0;

  right: 0px;

  background-size: 30px 50px;

  -webkit-background-size: 30px 50px;

  -moz-background-size: 30px 50px;

  -ms-background-size: 30px 50px;

  -o-background-size: 30px 50px;
}

.cpxq .rightwz {
  width: calc(100% - 660px);

  float: right;
}

.cpxq .rightwz h3 {
  font-size: 25px;

  color: #333;

  margin-bottom: 20px;

  font-weight: bold;

  margin-top: 10px;
}

.cpxq .rightwz p {
  font-size: 16px;

  line-height: 1.8;

  color: #555;

  margin-bottom: 20px;
}

.cpxq .rightwz h4 {
  font-size: 20px;

  font-weight: bold;

  color: #e6212a;

  margin-top: 30px;
}

.cpxq .rightwz .tel {
  padding: 20px 10px;

  background: #f5f5f5;

  border-radius: 25px;

  margin-top: 50px;
}

.cpxq .rightwz .tel li {
  width: 50%;

  border-right: #ccc 1px solid;

  float: left;

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 0 15px;
}

.cpxq .rightwz .tel li .ico {
  width: 40px;

  background: #e6212a;

  color: #fff;

  height: 40px;

  border-radius: 20px;

  text-align: center;

  line-height: 40px;
}

.cpxq .rightwz .tel li:nth-child(2) {
  border-right: 0;
}

.cpxq .rightwz .tel li .w_z {
  width: calc(100% - 50px);

  font-size: 24px;

  color: #111;

  line-height: 26px;

  text-align: left;
}

.cpxq .rightwz .tel li .w_z h5 {
  font-size: 18px;

  color: #333;
}

.cpxq .rightwz .flex {
  justify-content: center;

  align-items: center;

  display: flex;
}

.cpxq .rightwz .zxzx {
  width: 200px;

  height: 55px;

  border-radius: 6px;

  background: #e6212a;

  text-align: center;

  line-height: 55px;

  margin-top: 50px;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  float: left;

  margin-right: 5px;

  margin-left: 5px;
}

.cpxq .rightwz .zxzx.ly {
  background: #222;
}

.cpxq .rightwz .zxzx i {
  font-size: 24px;

  margin-right: 8px;
}

.cpxq .rightwz .zxzx a {
  color: #fff;

  font-size: 18px;
}

.cpxq .rightwz .zxzx:hover {
  background: #af1314;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;
}

.cpxq .cptd {
  padding-top: 50px;
}

.cpxq .cptd .bt {
  font-size: 20px;

  color: #fff;

  margin-bottom: 40px;

  font-weight: bold;

  border-bottom: #eee 2px solid;

  line-height: 2.2;
}

.cpxq .cptd .bt i {
  font-size: 24px;

  margin-right: 10px;

  vertical-align: middle;

  font-weight: normal;
}

.cpxq .cptd h3 {
  font-size: 18px;

  color: #333;

  font-weight: bold;

  margin-bottom: 15px;
}

.cpxq .cptd .bt span {
  display: inline-block;

  padding: 0 30px;

  background: #e6212a;

  border-radius: 10px 10px 0 0;
}

.cpxq .cptd p {
  font-size: 16px;

  line-height: 2;

  color: #555;

  /* margin-bottom: 15px; */
}

.bgbox .table {
  border: #ddd 1px solid;

  overflow: hidden;
}

.bgbox .table li {
  border-bottom: #ddd 1px solid;

  overflow: hidden;

  display: flex;

  align-items: stretch;
}

.bgbox .table li:last-child {
  border-bottom: 0;
}

.bgbox .table span {
  width: 19%;

  float: left;

  display: block;

  padding: 10px;

  font-size: 16px;

  line-height: 1.8;

  color: #222;

  border-right: #ddd 1px solid;
}

.bgbox .table span:last-child {
  border-right: 0;
}

.bgbox .table span.l1 {
  width: 24%;
}

.bgbox .table span.l2 {
  width: 76%;
}

.w-detail .selectTdClass {
  background-color: #edf5fa !important;
}

.w-detail table.noBorderTable td,
table.noBorderTable th,
table.noBorderTable caption {
  border: 1px dashed #ddd !important;
}

.w-detail table {
  width: 100%;

  margin-bottom: 10px;

  border-collapse: collapse;

  display: table;

  color: #222;

  font-size: 16px !important;
}

.w-detail td,
th {
  padding: 10px 10px;

  line-height: 1.8;

  border: 1px solid #ddd;
}

.w-detail caption {
  border: 1px dashed #ddd;

  border-bottom: 0;

  padding: 3px;

  text-align: center;
}

.w-detail th {
  border-top: 1px solid #bbb;

  background-color: #f7f7f7;
}

.w-detail table tr.firstRow th {
  border-top-width: 2px;
}

.w-detail .ue-table-interlace-color-single {
  background-color: #fcfcfc;
}

.ue-table-interlace-color-double {
  background-color: #f7faff;
}

.w-detail td p {
  margin: 0;

  padding: 0;
}

.ny_tjcp {
  padding: 0px 0 60px;

  position: relative;
}

.swiper-yyly {
  width: 100%;

  margin: 0 auto;

  padding-bottom: 50px !important;
}

.swiper-yyly .swiper-slide {
  position: relative;
}

.swiper-yyly .swiper-slide img {
  width: 100%;

  height: auto;

  display: block;
}

.swiper-yyly .swiper-slide .w_z {
  width: 100%;

  padding: 10px 5%;

  background-color: rgba(0, 0, 0, 0.5);

  position: absolute;

  bottom: 0px;

  left: 0;

  color: #222;

  transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

  -o-transition: all 0.5s;
}

.swiper-yyly .swiper-slide .w_z h3 {
  font-size: 14px;

  color: #fff;

  position: relative;

  text-align: center;
}

.swiper-yyly .swiper-slide:hover .w_z {
  background-color: rgba(230, 33, 42, 0.9);

  bottom: 5px;
}

.swiper-yyly .swiper-slide:hover .w_z h3 {
  color: #fff;
}

.sy_cp .swiper-pagination-bullet {
  background: #ccc;

  border: #333 1px solid;
}

.sy_cp .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e6212a;

  border: #e6212a 1px solid;
}

.sy_cp {
  padding-bottom: 0px;

  padding-top: 40px;
}

.htit {
  font-size: 20px;

  color: #fff;

  margin-bottom: 40px;

  font-weight: bold;

  border-bottom: #eee 2px solid;

  line-height: 2.2;
}

.htit span {
  display: inline-block;

  padding: 0 30px;

  background: #e6212a;

  font-weight: bold;

  border-radius: 10px 10px 0 0;

  color: #fff;
}

.htit i {
  font-size: 24px;

  margin-right: 10px;

  vertical-align: middle;

  font-weight: normal;
}

.ny_khfw {
  margin: 0px auto 0px;
}

.ny_khfw h3 {
  font-size: 14px;

  color: #333;

  line-height: 2;

  text-align: left;
}

.ny_khfw ul {
  margin-top: 40px;

  display: flex;

  justify-content: space-between;

  align-items: stretch;

  flex-wrap: wrap;
}

.ny_khfw ul li {
  width: 32%;

  float: left;

  margin-bottom: 40px;

  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.04),
    0 15px 40px 0 rgba(0, 0, 0, 0.04);

  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.04),
    0 15px 40px 0 rgba(0, 0, 0, 0.04);

  padding-bottom: 35px;

  padding: 30px;

  box-sizing: border-box;
}

.ny_khfw ul li .tb {
  width: 60px;

  height: 60px;

  margin: 10px 0 20px;
}

.ny_khfw ul li .tb img {
  width: 100%;

  display: block;
}

.ny_khfw ul li h4 {
  font-size: 18px;

  color: #333;

  margin-bottom: 10px;
}

.ny_khfw ul li p {
  font-size: 14px;

  color: #666;

  line-height: 1.8;
}

.ny_khfw ul li:nth-child(3n) {
  margin-right: 0;
}

.cpxq_lx {
  padding: 90px 0;

  background: url(../images/lxbj.jpg) center / cover no-repeat;

  overflow: hidden;
}

.cpxq_lx .w_z {
  text-align: center;
}

.cpxq_lx .w_z h1 {
  font-size: 50px;

  color: #fff;

  font-weight: bold;

  margin-bottom: 20px;
}

.cpxq_lx .w_z h3 {
  font-size: 20px;

  color: #fff;

  line-height: 1.8;
}

.cpxq_lx .w_z .more {
  width: 180px;

  height: 50px;

  line-height: 50px;

  background: #e6212a;

  border-radius: 25px;

  text-align: center;

  font-size: 16px;

  color: #fff;

  margin: 50px auto 0;
}

.cpxq_lx .w_z .more a {
  color: #fff;
}

.sy_hyyy {
  padding: 60px 0;

  overflow: hidden;
}

.sy_hyyy ul {
  margin: 0 auto;
}

.sy_hyyy ul li {
  width: 30.3333%;

  float: left;

  margin: 0 1.5% 30px;

  position: relative;

  overflow: hidden;
}

.sy_hyyy ul li img {
  width: 100%;

  display: block;

  -webkit-transition: all 1s;

  -moz-transition: all 1s;

  -o-transition: all 1s;

  transition: all 1s;
}

.sy_hyyy ul li .sign {
  position: absolute;

  left: 50%;

  top: 35%;

  width: 400px;

  margin-left: -200px;

  height: 100%;

  background: url(../images/hybj.png) no-repeat center top;

  font-size: 14px;

  line-height: 22px;

  color: #fff;

  text-align: center;

  padding-top: 20px;

  box-sizing: border-box;

  -webkit-transition: all 0.8s;

  -moz-transition: all 0.8s;

  -o-transition: all 0.8s;

  transition: all 0.8s;

  z-index: 999;
}

.sy_hyyy ul li .sign .tb {
  width: 70px;

  height: 52px;

  margin: 0 auto;
}

.sy_hyyy ul li .sign span {
  font-size: 19px;
}

.sy_hyyy ul li:hover img {
  -webkit-transition: all 1s;

  -moz-transition: all 1s;

  -o-transition: all 1s;

  transition: all 1s;

  filter: grayscale(100%);

  -webkit-filter: grayscale(100%);

  -moz-filter: grayscale(100%);

  -ms-filter: grayscale(100%);

  -o-filter: grayscale(100%);
}

.sy_hyyy ul li:hover .sign {
  -webkit-transition: all 0.8s;

  -moz-transition: all 0.8s;

  -o-transition: all 0.8s;

  transition: all 0.8s;

  top: 45%;

  background: none;
}

.sy_hyyy ul li .bg {
  left: 0;

  bottom: 0;

  width: 100%;

  height: 80%;

  background: url(../images/bg_shadow06.png) center / 80% 100% no-repeat;

  position: absolute;

  -webkit-transition: all 0.8s;

  -moz-transition: all 0.8s;

  -o-transition: all 0.8s;

  transition: all 0.8s;

  opacity: 0;

  z-index: 998;
}

.sy_hyyy ul li:hover .bg {
  -webkit-transition: all 0.8s;

  -moz-transition: all 0.8s;

  -o-transition: all 0.8s;

  transition: all 0.8s;

  opacity: 1;
}

.gy_hy {
  padding: 4vw 0;

  overflow: hidden;
}

.gy_hy ul li {
  width: 23%;

  margin: 0 1%;

  float: left;
}

.gy_hy ul li img {
  width: 100%;

  display: block;
}

.jj_ywfw {
  padding: 60px 0;

  background: #f6f6f6;
}

.jj_ywfw ul li {
  width: calc((100% - 100px) / 5);

  float: left;

  margin-right: 25px;

  border-radius: 10px;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  padding: 30px 0;
}

.jj_ywfw ul li:hover {
  transform: translateY(-5px);

  -wbkit-transform: translateY(-5px);

  -o-transform: translateY(-5px);

  -moz-transform: translateY(-5px);

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;
}

.jj_ywfw ul li .tb {
  width: 188px;

  height: 188px;

  background: rgba(38, 132, 190, 0.16);

  margin: 0 auto 22px;

  border-radius: 50%;

  justify-content: center;

  align-items: center;

  display: flex;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;
}

.jj_ywfw ul li:hover .tb {
  -webkit-transform: rotateZ(360deg);

  -moz-transform: rotateZ(360deg);

  -o-transform: rotateZ(360deg);

  -ms-transform: rotateZ(360deg);

  transform: rotateZ(360deg);
}

.jj_ywfw ul li .tb .box {
  width: 156px;

  height: 156px;

  justify-content: center;

  align-items: center;

  display: flex;

  border-radius: 50%;

  margin: 0 auto;

  background: #2684be;
}

.jj_ywfw ul li .tb .box img {
  width: 66px;

  display: block;
}

.jj_ywfw ul li h3 {
  font-weight: bold;

  font-size: 16px;

  line-height: 178.5%;

  text-align: center;

  color: #000000;

  margin-bottom: 10px;
}

.jj_ywfw ul li:nth-child(5n) {
  margin-right: 0;
}

.jj_ywfw ul li p {
  font-size: 16px;

  color: #555;

  line-height: 1.8;

  text-align: center;

  height: 58px;

  overflow: hidden;
}

.tit {
  margin-bottom: 50px;
}

.tit h1 {
  position: relative;

  font-size: 40px;

  color: #333;

  margin-bottom: 30px;

  text-align: center;

  font-weight: bold;

  position: relative;

  padding-bottom: 20px;
}

.tit h1::after {
  position: absolute;

  width: 60px;

  height: 4px;

  content: "";

  left: 50%;

  margin-left: -30px;

  background: #e6212a;

  bottom: 0;
}

.tit h4 {
  text-align: center;

  font-size: 16px;

  line-height: 1.8;

  color: #444;
}

/*产品中心*/
.lmosa li {
  height: 21.19rem;
  padding: 10px 12px;
  background: #f2f2f2;
}
.catlist ul {
  overflow: hidden;
}
.input-group {
  display: table;
  border-collapse: separate;
}
.lmosa li .dblt {
  font-size: 18px;
  font-weight: bold;
}
.catlist ul li {
  line-height: 38px;
  border-bottom: 1px dotted #c7c4c4;
  vertical-align: middle;
  font-size: 16px;
}
.lmosa li .pnlou {
  overflow: hidden;
}
.lmosa li .pnlou p {
  float: left;
  width: 49%;
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 6px;
}
.lmosa li .pnlou p a:hover {
  color: #3399cc;
}
.clear {
  clear: both;
}

.ny_cp {
  position: relative;

  padding: 30px 0;
  margin-bottom: 30px;
}

.ny_cp .list {
  width: 280px;

  float: left;

  background: #f5f5f5;

  border-radius: 0 0 6px 6px;
}

.ny_cp .list .bt {
  background: #3f509f;

  color: #fff;

  font-size: 20px;

  font-weight: bold;

  text-align: center;

  padding: 20px;

  line-height: 1.5;
}

.ny_cp .list .bt p {
  font-size: 16px;

  color: #fff;
}

.subNavBox {
  margin-top: 10px;
}

.subNav {
  cursor: pointer;

  font-weight: 400;

  font-size: 16px;

  color: #000000;

  background: url(../images/jiah.png) no-repeat;

  background-position: 92% 50%;

  background-size: 15px;

  line-height: 50px;

  padding: 0 20px;

  border-bottom: #fff 2px solid;
}

.subNav:hover {
  color: #fff;

  background: #e6212a url(../images/jianh.png) no-repeat;

  background-position: 92% 50%;

  background-size: 15px;
}

.currentDd {
  color: #fff;

  background: #e6212a url(../images/jianh.png) no-repeat;

  background-position: 92% 50%;

  background-size: 15px;
}

.currentDt {
  background: #e6212a url(../images/jianh.png) no-repeat;

  background-position: 92% 50%;

  background-size: 15px;

  color: #fff;
}

.navContent {
  display: none;

  background: #ffffff;

  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);

  width: 100%;

  padding: 5px 20px 40px;
}

.navContent li a {
  line-height: 56px;

  display: block;

  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);

  font-size: 16px;

  color: #000000;

  position: relative;
}

.navContent li a::before {
  content: "•";

  margin-right: 5px;
}

.navContent li a:hover {
  color: #e6212a;
}

.navContent li a.on {
  color: #e6212a;
}

.ny_cp .list ul li {
  position: relative;
}

.ny_cp .list ul li .y_j {
  position: relative;

  line-height: 76px;

  padding: 0 50px;
}

.ny_cp .list ul li:hover .y_j {
  background: #e6212a;
}

.ny_cp .list ul li.on .y_j {
  background: #e6212a;
}

.ny_cp .list ul li.on i {
  background: url(../images/jianh.png) center center no-repeat;
}

.ny_cp .list ul li:hover .y_j a {
  color: #fff;
}

.ny_cp .list ul li.on .y_j a {
  color: #fff;
}

.ny_cp .list ul li .y_j a {
  font-weight: 400;

  font-size: 20px;

  color: #000000;
}

.ny_cp .list ul li i {
  position: absolute;

  width: 130px;

  height: 100%;

  right: 0px;

  background: url(../images/jiah.png) center center no-repeat;
}

.ny_cp .list ul li .e_j {
  position: relative;

  background: #ffffff;

  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);

  width: 100%;

  display: none;

  padding: 5px 42px 60px;
}

.ny_cp .list ul li .e_j a {
  line-height: 56px;

  display: block;

  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);

  font-size: 16px;

  color: #e6212a;
}

.ny_cp .list ul li .e_j a:hover {
  color: #e6212a;
}

.ny_cp .list .l_x {
  padding-top: 15px;

  background: #fff;
}

.ny_cp .list .l_x .text {
  padding: 15px 20px;

  background: #f5f5f5;

  border-radius: 0 0 6px 6px;

  font-size: 15px;

  line-height: 28px;

  color: #222;
}

.ny_cp .right {
  float: right;

  width: calc(100% - 300px);
}

.ny_cp .right .box {
  padding: 0 0 2vw 0;

  background: #fff;

  min-height: 900px;
}

.ny_cp .right .lb {
  padding-top: 1px;
}

.ny_cp .right .lb ul {
  display: flex;
  flex-wrap: wrap;
}
.ny_cp .right .lb ul li {
  width: calc((100% - 120px) / 4);

  margin: 0 15px 15px;
}

.ny_cp .right .lb ul li .tp {
  background: rgba(255, 255, 255, 0.58);

  box-shadow: 0px 0px 3.08149px rgba(0, 0, 0, 0.25);

  overflow: hidden;

  position: relative;

  height: 15vw;

  display: flex;

  justify-content: center;

  align-items: center;
}

.ny_cp .right .lb ul li .tp img {
  max-width: 100%;

  max-height: 100%;

  display: block;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;
}

.ny_cp .right .lb ul li:hover .tp img {
  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -o-transform: scale(1.07);

  -ms-transform: scale(1.07);

  transform: scale(1.07);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;
}

.ny_cp .right .lb ul li .mb {
  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  display: flex;

  justify-content: center;

  align-items: center;

  background: rgba(51, 153, 204, 0.65);

  opacity: 0;

  z-index: -1;
}

.ny_cp .right .lb ul li .mb .more {
  width: 144px;

  height: 40px;

  background: #ffffff;

  border: 1px solid #ffffff;

  border-radius: 50px;

  font-size: 13px;

  color: #2f2aa3;

  text-align: center;

  line-height: 40px;
}

.ny_cp .right .lb ul li .mb .more a {
  color: #e6212a;
}

.ny_cp .right .lb ul li:hover .mb {
  opacity: 1;

  z-index: 2;
}

.ny_cp .right .lb ul li h3 {
  margin-top: 10px;

  font-size: 16px;

  line-height: 32px;

  color: #000000;

  text-align: center;
}

.ny_cp .list .a_n {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .foot .zuo3 ul li {
    margin-right: 50px;
  }

  .foot .zuo3 ul li.lx {
    width: 280px;
  }

  .header .nav ul li {
    margin: 0 10px;
  }

  .header .right .yy {
    padding: 0 6px;

    color: #222;
  }

  .speechcon {
    font-size: 14px;
  }

  .ny_cp .list {
    width: 260px;
  }

  .ny_cp .right {
    width: calc(100% - 290px);
  }

  .ny_cp .right .box {
    min-height: 500px;
  }

  .subNav {
    font-size: 18px;
  }

  .nban {
    height: 480px;
  }

  .cpxq .left {
    width: 500px;
  }

  .img_hd ul li {
    float: left;

    width: 90px;

    height: 80px;

    border: 1px solid #eee;

    cursor: pointer;

    margin: 0 5px;

    overflow: hidden;

    text-align: center;

    box-sizing: border-box;
  }

  .cpxq .rightwz {
    width: calc(100% - 540px);
  }

  .img_hd {
    height: 92px;

    margin: 20px auto 0;
  }

  .cpxq .rightwz .tel li .ico {
    width: 35px;

    height: 35px;

    line-height: 35px;
  }

  .cpxq .rightwz .tel li .w_z {
    width: calc(100% - 40px);

    font-size: 20px;

    line-height: 24px;
  }

  .cpxq .rightwz .tel li .w_z h5 {
    font-size: 16px;
  }

  .cpxq .rightwz p {
    display: -webkit-box;

    overflow: hidden;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 8;
  }

  .cpxq .rightwz .zxzx {
    width: 200px;

    height: 50px;

    line-height: 50px;

    margin-top: 30px;
  }
}

@media only screen and (max-width: 1380px) {
  .index4 .text .p {
    font-size: 14px;

    line-height: 1.8;

    height: 130px;
  }

  .w-detail table {
    font-size: 14px;
  }

  .cpxq .rightwz .zxzx {
    width: 160px;

    height: 50px;

    line-height: 50px;
  }

  .cpxq .rightwz .zxzx a {
    font-size: 16px;
  }

  .cpxq .rightwz .tel li {
    width: 100%;

    border-right: #ccc 0 solid;

    padding: 0 15px;

    margin-bottom: 15px;
  }

  .cpxq .rightwz .tel {
    padding: 10px 10px;

    margin-top: 20px;
  }

  .cpxq .rightwz p {
    -webkit-line-clamp: 7;
  }

  .w-detail td,
  th {
    padding: 10px 6px;
  }

  .sy_cpzx .t_p .m_b p {
    line-height: 24px;
  }

  .sy_news .box3 .tbox .time {
    font-size: 44px;

    margin-right: 20px;
  }

  .sy_news .box3 .tbox .titles {
    width: calc(100% - 80px);

    float: right;
  }

  .sy_news .box3 .tbox a {
    display: flex;
  }

  .nban .bt {
    margin-left: -600px;
  }

  .nav .e_j.cp .lm h3 a {
    font-size: 14px;
  }

  .nav .e_j.cp .lm {
    padding: 0 25px 0 0;
  }
}

@media only screen and (max-width: 1280px) {
  .foot .zuo3 {
    width: auto;
  }

  .ban .swiper-slide .word h3 {
    font-size: 50px;

    letter-spacing: 2px;

    line-height: 60px;
  }

  .ban .swiper-slide .word h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .container {
    width: 94%;

    margin: 0 auto;

    -moz-box-sizing: border-box;

    /*Firefox3.5+*/

    -webkit-box-sizing: border-box;

    /*Safari3.2+*/

    -o-box-sizing: border-box;

    /*Opera9.6*/

    -ms-box-sizing: border-box;

    /*IE8*/

    box-sizing: border-box;
  }

  .ban .swiper-slide {
    height: 20rem;
  }

  .nav .e_j.cp .lm h3 a {
    font-size: 15px;
  }

  .ban .swiper-slide .bg1 {
    height: 20rem;
  }

  .ban .swiper-slide .word h3 {
    font-size: 2.4rem;

    letter-spacing: 1px;

    margin: 15px 0 10px;

    line-height: 1.4;
  }

  .ban .swiper-slide .word h4 {
    font-size: 1.5rem;

    color: #fff;

    margin-top: 0px;

    letter-spacing: 0;
  }

  .ban .swiper-slide .word {
    width: 90%;

    top: 50%;
  }

  .ban .swiper-slide .word a.xq {
    width: 140px;

    height: 34px;

    font-size: 14px;

    line-height: 34px;

    bottom: 20px;
  }

  .ban .swiper-slide .word a.xq::after {
    right: 15px;
  }

  .sy_cpzx .left {
    width: 50%;

    padding-right: 8px;
  }

  .sy_cpzx .right {
    width: 50%;
  }

  .sy_cpzx .right li {
    width: 50%;
  }

  .g_d {
    width: 160px;

    height: 40px;

    line-height: 40px;
  }

  .sy_cpzx {
    padding: 40px 0 40px;
  }

  .al_fl li i {
    font-size: 25px;

    margin-right: 6px;
  }

  .al_fl li {
    line-height: 60px;

    font-size: 16px;
  }

  .sy_al .al_list {
    margin-top: 20px;
  }

  .sy_al .al_list ul li {
    width: 48%;

    margin-bottom: 20px;
  }

  .sy_al {
    padding: 40px 0 20px;
  }

  .index4 {
    padding: 40px 0 30px;
  }

  .index4 .text {
    width: 100%;

    padding: 0 0 25px 0;
  }

  .index4 .text .p {
    font-size: 16px;

    height: auto;
  }

  .videoR {
    width: 100%;

    padding: 0 0 25px 3%;
  }

  .sy_news {
    padding: 40px 0;
  }

  .sy_news .box1 {
    width: 48%;

    margin: 0 1% 0;
  }

  .sy_news .box2 {
    width: 48%;

    margin: 0 1%;
  }

  .sy_news .box3 {
    width: 100%;

    margin-top: 20px;
  }

  .sy_xwzx .right {
    width: 100%;
  }

  .sy_xwzx {
    padding-top: 50px;

    padding-bottom: 50px;
  }

  .sy_xwzx .left {
    width: 100%;
  }

  .sy_xwzx .con {
    display: block;
  }

  .g-tit1 h2 {
    font-size: 2.4rem;
  }

  .g-tit1 .en {
    top: -1.5rem;

    font-size: 2.5rem;
  }

  .g-tit1 span {
    font-size: 1.2rem;
  }

  .g-tit1 {
    margin-bottom: 30px;
  }

  .ny_xsbj img {
    width: 100%;
  }

  .ny_cp .list .bt {
    font-size: 18px;

    text-align: left;

    padding: 10px 15px;

    border-left: 5px #000 solid;
  }

  .swiper-yxxy {
    width: 90%;

    padding: 0 0px 30px;
  }

  .swiper-yxxy .swiper-pagination {
    bottom: 0px !important;
  }

  .swiper-yxxy .swiper-slide .w_z {
    top: 20%;
  }

  .swiper-yxxy .swiper-slide .w_z .tb {
    width: 40px;

    margin: 0 auto 20px;
  }

  .swiper-yxxy .swiper-slide:hover .w_z {
    top: 25%;
  }

  .swiper-yxxy .swiper-slide:hover .w_z p {
    display: none;
  }

  .swiper1 .equip-min p {
    font-size: 16px;

    line-height: 25px;
  }

  .indcase-wd-font {
    width: 100%;

    box-sizing: border-box;

    padding: 20px;
  }

  .con {
    width: 90%;
  }

  .sy_alzs .g-tit1 {
    top: 50px;
  }

  .tit {
    margin-bottom: 30px;
  }

  .sy_ry ul {
    flex-wrap: wrap;
  }

  .sy_ry ul li {
    width: 25%;
  }

  .sy_cp ul li {
    width: 100%;

    margin: 0 0 20px;

    height: 20rem;
  }

  .aboutc2 .aboutclist .icon {
    width: 70px;

    height: 70px;

    line-height: 70px;
  }

  .aboutc2 .aboutclist .icon i {
    font-size: 40px;
  }

  .aboutc2 .aboutclist .text {
    margin-top: 20px;
  }

  .aboutc2 .aboutclist {
    padding: 30px 10px;
  }

  .honor-prev {
    left: 0px;
  }

  .aboutc2 {
    padding: 30px 0 40px;
  }

  .ny_ryzz {
    margin: 0px auto;

    padding: 30px 0;
  }

  .abo-ind-strategy {
    padding: 40px 0 40px;
  }

  .xm6 {
    width: 100%;

    margin-top: 20px;
  }

  .abo-ind-strategy-edac {
    padding: 30px 20px 40px;
  }

  .abo-ind-strategy-til {
    font-size: 28px;

    line-height: 35px;
  }

  .abo-ind-strategy-tex {
    font-size: 16px;

    line-height: 28px;
  }

  .abo-ind-strategy-ico {
    font-size: 28px;

    width: 30px;

    height: 30px;

    line-height: 30px;
  }

  .abo-ind-strategy-ico i {
    font-size: 26px;
  }

  .foot {
    padding: 0px 0;
  }

  .foot .zuo3 ul li {
    display: none;
  }

  .foot .zuo3 ul li.lx {
    width: 100%;

    display: block;

    margin-right: 0;
  }

  .foot .zuo3 {
    width: 100%;
  }

  .foot .you3 {
    float: none;

    margin: 0 auto;
  }

  .footer_btm {
    line-height: 1.5;

    padding: 10px 0;
  }

  .nban {
    width: 100%;

    height: 16rem;

    background-size: cover !important;
  }

  .nban .bt {
    width: auto;

    padding: 15px;

    left: 5%;

    margin-left: 0px;

    top: 26%;
  }

  .nban .bt h2 {
    font-size: 16px;

    margin-bottom: 5px;
  }

  .nban .bt h3 {
    font-size: 20px;
  }

  .ntit ul {
    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;
  }

  .wzxx {
    width: 100%;

    text-align: left;

    font-size: 14px;

    line-height: 1.4;
  }

  .wzxx a {
    font-size: 14px;
  }

  .ntit ul li {
    line-height: 30px;

    width: 46%;

    margin: 1% 2%;

    border-radius: 5px;

    display: block;
  }

  .ntit ul li a {
    font-size: 14px;

    padding: 0 0;
  }

  .ntit {
    padding: 10px 0;
  }

  .ny_jj {
    margin: 0px auto;
  }

  .ny_jj .tp {
    width: 100%;

    margin-top: 20px;
  }

  .ny_jjtp {
    padding: 30px 0;
  }

  .ny_jjtp ul li {
    width: 48%;

    margin: 0 1% 20px;
  }

  .ny_jjtp ul li:nth-child(3n) {
    margin-right: 1%;
  }

  .ny_alzs {
    width: 90%;

    margin: 30px auto;
  }

  .ny_alzs ul li {
    width: 100%;

    margin: 0 0 4%;
  }

  .ny_hy ul li {
    width: 48%;

    margin: 0 1% 3%;
  }

  .ny_hy {
    padding: 30px 0 40px;
  }

  .ny_cp {
    padding: 30px 0;
  }

  .ny_jj {
    padding: 30px 0;
  }

  .ny_jj .w_z {
    width: 100%;
  }

  .lx_wm {
    width: 90%;

    margin: 30px auto 30px;
  }

  .lx_wm .x_x {
    width: 100%;
  }

  .lx_wm h4 {
    font-size: 16px;

    line-height: 28px;
  }

  .lx_wm .l_y {
    width: 100%;

    margin-top: 30px;
  }

  .lx_wm input.w_z {
    width: 100%;

    margin-right: 0px;

    box-sizing: border-box;

    margin-bottom: 10px;
  }

  .lx_wm textarea {
    width: 100%;

    box-sizing: border-box;

    line-height: 40px;
  }

  .lx_wm .d_t {
    margin-top: 30px;
  }

  .ny_xw {
    padding: 0px 0;
  }

  .Activsbf1_lb {
    width: 100%;

    margin-top: 0px;
  }

  .Activsbf1_lb dt {
    width: 40%;
  }

  .Activsbf1_lb dd {
    width: 58%;

    margin-top: 0;

    margin-right: 0%;
  }

  .Activsbf1_lb dd .newNrjs {
    letter-spacing: 0px;

    -webkit-line-clamp: 2;

    min-height: 50px;
  }

  .ny_cp .list {
    width: 100%;

    position: relative;

    top: 0;

    height: 50px;

    line-height: 50px;
  }

  .subNavBox {
    position: absolute;

    margin-top: 0;

    width: 100%;

    left: 0;

    top: 50px;

    display: none;

    background: #fff;

    z-index: 99;
  }

  .ny_cp .list .a_n {
    height: 50px;

    width: 100%;

    position: absolute;

    right: 15px;

    top: 0;

    display: block;

    line-height: 50px;

    font-size: 16px;

    text-align: right;

    padding-right: 30px;

    color: #fff;

    font-weight: normal;

    background: url(../images/nyej.png) right center / 20px no-repeat;
  }

  .subNav {
    line-height: 50px;

    padding: 0 25px;

    font-size: 16px;

    background-size: 14px;

    background-position: 94% 50%;

    border-bottom: #ccc 1px solid;
  }

  .ny_cp .list .l_x {
    display: none;
  }

  .ny_cp .right .box {
    padding: 3vw 0;

    min-height: 500px;
  }

  .ny_cp .right {
    width: 100%;
  }

  .ny_cp .right .lb ul li {
    width: 46%;

    margin: 0 2% 30px;
  }

  .ny_cp .right .lb ul li .tp {
    height: 11rem;
  }

  .navContent {
    padding: 5px 25px 20px;

    box-shadow: 0 0 0;
  }

  .navContent li a {
    line-height: 50px;
  }

  .cpxq {
    padding: 40px 0 30px;

    width: 100%;
  }

  .cpxq .left {
    width: 100%;
  }

  .cpxq .right {
    width: 100%;

    margin-top: 25px;
  }

  .cpxq .rightwz {
    width: 100%;

    margin-top: 20px;
  }

  .ny_khfw ul li {
    margin-bottom: 20px;

    padding: 20px;
  }

  .cpxq_lx .w_z h1 {
    font-size: 30px;
  }

  .cpxq_lx {
    padding: 50px 0;
  }

  .sy_gg {
    padding: 40px 0;
  }

  .sy_gg ul li {
    width: 100%;

    margin-bottom: 20px;

    margin-top: 10px;
  }

  .lx_wm .rc_zp .lxfs {
    line-height: 40px;

    font-size: 20px;

    margin-top: 30px;
  }

  .ny_jj .w_z h3 {
    font-size: 30px;

    margin-bottom: 30px;
  }

  .gy_js {
    padding: 50px 0 50px;
  }

  .gy_js ul li {
    width: 33.3333%;

    padding: 30px 10px;
  }

  .gy_js ul li h3 {
    font-size: 20px;
  }

  .gy_js ul li:nth-child(n + 4) {
    width: 25%;
  }

  .sy_hyyy ul li {
    width: 48%;

    margin: 0 1% 20px;
  }

  .sy_hyyy {
    padding: 30px 0;
  }

  .sy_hzhb {
    padding: 30px 0;
  }

  .sy_hzhb ul li {
    width: 31.3333%;

    margin: 0 1% 2%;
  }

  .ny_news {
    padding: 20px 0 30px 0;
  }

  .ny_news ul li .text {
    width: calc(100% - 140px);
  }

  .ny_news ul li .tim {
    width: 90px;
  }

  .ny_news ul li .text {
    width: calc(100% - 100px);
  }

  .lx_wm p {
    line-height: 32px;
  }

  .ny_ryzz ul li {
    width: 48%;
  }

  .about-ab-three {
    padding: 30px 0 40px;
  }

  .about-three-item {
    width: 100%;

    margin-right: 0;

    margin-bottom: 20px;
  }

  .ny_wh {
    padding: 30px 0 20px;
  }

  .ny_wh ul li {
    width: 48%;

    padding: 20px;

    margin-bottom: 20px;
  }

  .bgbox .table span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  .ban .swiper-slide .word a.xq {
    width: 120px;

    height: 30px;

    line-height: 30px;

    margin-top: 20px;
  }

  .ban .swiper-slide .bg1 {
    height: 24rem;
  }

  .ban .swiper-slide {
    height: 24rem;
  }

  .ban .swiper-pagination {
    bottom: 10px !important;
  }

  .ban .swiper-slide .word h4 span {
    margin: 0 8px;
  }

  .ban .swiper-slide .word a.xq::after {
    background: url(../images/rights.png) center / 10px no-repeat;

    right: 10px;
  }

  .sy_cpzx .con {
    flex-wrap: wrap;
  }

  .sy_cpzx .right {
    width: 100%;
  }

  .sy_cpzx .right li {
    width: 100%;

    margin: 5px 0;

    padding: 0;
  }

  .sy_gsjj .w_z p {
    line-height: 32px;
  }

  .ban .swiper-slide .word h3 {
    letter-spacing: 0;

    margin: 0 0 10px;
  }

  .al_fl li {
    width: 33.3333%;

    line-height: 50px;

    font-size: 14px;

    border-bottom: #999 1px solid;
  }

  .al_fl {
    flex-wrap: wrap;
  }

  .al_fl li:nth-child(n + 4) {
    width: 50%;
  }

  .sy_al .al_list ul li {
    width: 100%;

    margin-bottom: 20px;
  }

  .index4 .text .H4 {
    font-size: 2.2rem;
  }

  .index4 .text .H5 {
    font-size: 2.4rem;
  }

  .container {
    width: 90%;
  }

  .sy_news .box1 {
    width: 100%;

    margin: 0 0 15px;
  }

  .sy_news .box1 .t_p {
    height: 16rem;
  }

  .sy_news .tbox {
    height: auto;

    padding: 0 20px 20px;
  }

  .sy_news .box2 {
    width: 100%;

    margin: 0;
  }

  .header .right .yy i.xjt {
    font-size: 12px;

    margin-right: 0;
  }

  .sy_cpzx .t_p .m_b .more {
    font-size: 14px;
  }

  .sy_news .tbox .time {
    padding: 15px 0 10px;
  }

  .sy_news .tbox .titles {
    margin-top: 15px;
  }

  .sy_news .tbox .txts {
    margin-top: 8px;
  }

  .sy_cpzx .left {
    width: 100%;

    padding-right: 0;

    display: none;
  }

  .sy_ry {
    padding: 15px;

    margin-top: 0px;

    margin-bottom: 30px;
  }

  .sy_ry ul li {
    width: 50%;
  }

  .sy_cp ul li {
    height: 24rem;
  }

  .sy_cp ul li .w_z {
    top: 20%;
  }

  .sy_cp ul li:hover .w_z {
    top: 10%;
  }

  .sy_cp ul li .w_z h3 {
    font-size: 18px;

    margin-bottom: 10px;
  }

  .sy_cp ul li .w_z p {
    font-size: 14px;

    padding: 8px;
  }

  .sy_cp ul li .w_z .tb {
    width: 50px;

    margin: 0 auto 15px;
  }

  .g-tit1 span {
    padding: 0 10px;
  }

  .ny_cp .right .lb ul li {
    width: 100%;

    margin: 0 0 30px;
  }

  .ny_cp .right .lb ul li .tp {
    height: 23rem;
  }

  .ny_cp .right .box {
    padding: 0px 0 4.27vw;

    min-height: 500px;
  }

  .foot .you3 .weixin {
    margin: 0 6px;
  }

  .foot .you3 {
    display: flex;

    justify-content: center;

    width: 100%;
  }

  .ny_jscx ul li {
    height: 32rem;
  }

  .ny_jscx ul li .w_z p {
    font-size: 1.2rem;

    padding: 0 10px;

    line-height: 1.8;
  }

  .ny_jscx ul li .w_z h3 {
    font-size: 18px;

    margin-bottom: 8px;
  }

  .ny_jscx ul li:hover .w_z {
    top: 3%;
  }

  .ny_jj .w_z h3 {
    font-size: 2rem;

    margin-bottom: 20px;
  }

  .ny_jj .w_z p {
    font-size: 14px;
  }

  .ny_jj .tp {
    width: 100%;

    margin-top: 20px;
  }

  .ny_hy ul li .tp {
    height: 20rem;
  }

  .ny_hy ul li {
    width: 100%;

    margin: 0 0 3%;
  }

  .gy_js ul li {
    width: 50%;

    padding: 20px 5px;
  }

  .gy_js ul li:nth-child(4) {
    width: 50%;
  }

  .gy_js ul li:nth-child(n + 5) {
    width: 33.3333%;
  }

  .gy_js ul li h3 {
    font-size: 15px;
  }

  .cpxqlb .swiper-slide img {
    max-height: auto;

    width: 100%;
  }

  .cpxq .right h3 {
    font-size: 20px;
  }

  .cpxq .cptd .bt span {
    padding: 0 15px;
  }

  .cpxq .cptd .bt {
    font-size: 18px;

    line-height: 1.8;

    margin-bottom: 20px;
  }

  .cpxq .cptd {
    padding-top: 30px;
  }

  .htit span {
    padding: 0 15px;
  }

  .htit {
    font-size: 18px;

    margin-bottom: 20px;
  }

  .bgbox {
    width: 100%;

    overflow-x: auto;
  }

  .sy_cp .swiper-pagination-bullet {
    width: 16px;
  }

  .w-detail table {
    width: 800px !important;
  }

  .ny_khfw ul {
    margin-top: 20px;

    flex-wrap: wrap;
  }

  .ny_khfw ul li {
    width: 100%;
  }

  .sy_bmdt .dt {
    padding: 10px 15px 0;
  }

  .cpxq_lx .w_z h1 {
    font-size: 2.2rem;
  }

  .cpxq_lx .w_z .more {
    width: 150px;

    height: 40px;

    line-height: 40px;

    margin: 40px auto 0;
  }

  .cpxq_lx .w_z h3 {
    font-size: 16px;
  }

  .ny_qydw .w_z h3 {
    font-size: 2rem;

    margin-bottom: 20px;
  }

  .ny_qydw .w_z p {
    font-size: 14px;
  }

  .jj_ywfw {
    padding: 30px 0;
  }

  .tit h1 {
    font-size: 2.2rem;

    margin-bottom: 20px;

    padding-bottom: 10px;
  }

  .tit h4 {
    font-size: 14px;
  }

  .ny_cp {
    padding: 30px 0 20px;
  }

  .jj_ywfw ul li {
    width: 100%;

    float: left;

    margin-right: 0;

    padding: 20px 0;
  }

  .recr_lin .box li .first {
    height: auto;

    margin: 0px 0px;

    padding: 20px 25px;
  }

  .kpfz ul li {
    width: 100%;
  }

  .aboutc2 .aboutclist {
    width: 100%;

    margin-bottom: 20px;

    height: auto;
  }

  .sy_hzhb {
    padding: 30px 0 !important;
  }

  .Activsbf1_lb dl {
    display: block;

    padding: 0;

    overflow: hidden;
  }

  .Activsbf1_lb dt {
    width: 100%;
  }

  .Activsbf1_lb dd {
    width: 100%;

    margin-top: 15px;

    padding: 0 10px;
  }

  .lx_wm {
    overflow-x: scroll;
  }

  .abo-ind-strategy-til {
    font-size: 24px;
  }

  .footer_bg {
    padding: 30px 0 0;
  }

  .sy_hyyy ul li {
    width: 100%;

    margin: 0 0 20px;
  }

  .lx_wm h5 {
    font-size: 16px;

    line-height: 26px;
  }

  .img_hd ul li {
    width: 5.8rem !important;

    height: 50px;
  }

  .img_hd {
    height: 52px;
  }

  .cpxq .rightwz h3 {
    font-size: 20px;

    margin-bottom: 15px;
  }

  .cpxq .rightwz .tel li {
    padding: 0 5px;
  }

  .cpxq .rightwz .zxzx {
    width: 140px;

    height: 40px;

    line-height: 40px;
  }

  .ny_news ul li {
    padding: 10px;

    margin: 10px 0;
  }

  .ny_news ul li .tim .yr {
    font-size: 26px;
  }

  .ny_news ul li .tim .nf {
    font-size: 16px;
  }

  .ny_news ul li .tim {
    width: 80px;
  }

  .ny_news ul li .text {
    width: calc(100% - 90px);
  }

  .ny_news ul li .text p {
    font-size: 14px;

    line-height: 24px;

    height: 48px;

    margin-top: 10px;
  }

  .ny_news ul li .text h3 {
    font-size: 18px;
  }

  .lx_wm p i {
    padding-right: 10px;
  }

  .ny_ryzz ul li {
    width: 100%;
  }

  .ny_ryzz ul li img {
    height: 17rem;
  }

  .about-three-bg h3 {
    font-size: 2rem;

    margin-bottom: 25px;
  }

  .about-three-bg p {
    font-size: 1.3rem;

    padding: 0 20px;
  }

  .ny_wh ul li {
    width: 100%;
  }

  .Activsbf1_lb dd .more1 a {
    width: 140px;

    line-height: 40px;
  }

  .w-detail td[td] {
    font-size: 14px;

    /* 示例值，根据实际需求调整 */
  }

  .w-detail td {
    font-size: 14px !important;
  }

  .w-detail td span {
    font-size: 14px !important;
  }

  .bgbox .table {
    width: 800px;
  }
}

@media only screen and (max-width: 375px) {
  .ntit ul li a {
    font-size: 12px;
  }
}

.detailP {
}

.detailP .pageTitle {
  font-size: 36px;

  color: rgb(51, 51, 51);

  font-weight: bold;

  text-align: center;
}

.detailP .pageTime {
  font-size: 16px;

  color: rgb(102, 102, 102);

  margin-top: 20px;

  text-align: center;
}

.detailP .pageNr {
  font-size: 16px;

  color: rgb(102, 102, 102);

  line-height: 1.875;

  border-top: 1px solid rgba(0, 0, 0, 0.1);

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

  margin-top: 32px;

  padding: 24px 0;

  margin-bottom: 24px;

  min-height: 400px;
}

.detailP .pageNr img,
.detailP .pageNr video,
.detailP .pageNr iframe {
  max-width: 100%;
}

.detailP .pageNum {
}

.detailP .pageNum a {
  font-size: 16px;

  color: rgb(102, 102, 102);

  margin-top: 8px;
}

.detailP .pageNum a:first-child {
  margin-top: 0;
}

.detailP .pageNum a:hover {
  color: #e6212a;
}

@media (max-width: 1432px) {
  .detailP .pageTitle {
    font-size: 32px;
  }
}

@media (max-width: 1232px) {
  .detailP .pageTitle {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .detailP .pageTitle {
    font-size: 24px;
  }
}

@media (max-width: 800px) {
  .detailP .pageTime {
    font-size: 14px;

    margin-top: 8px;
  }

  .detailP .pageNr {
    font-size: 14px;

    line-height: 1.6;

    margin-top: 16px;

    padding: 16px 0;
  }

  .detailP .pageNum a {
    font-size: 14px;
  }
}

.ovh1 {
  display: block;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;
}

.ovh2 {
  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;
}

.ovh3 {
  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

  overflow: hidden;
}

.ovh4 {
  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 4;

  overflow: hidden;
}
