.nyBanner {
  margin-top: 100px;
  position: relative;
  height: 800px;
  margin-bottom: 60px;
}

.nyBanner img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.nyBanner .container {
  height: 100%;
}

.nyBanner .txtBox {
  padding: 0 10%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.nyBanner .txtBox h1 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 40px;
  line-height: 76px;
  letter-spacing: 2px;
  font-weight: 100;
}

.nyBanner .txtBox h1 span {
  color: rgba(255, 255, 255, 0.95);
  font-weight: bold;
}

.nyBanner .txtBox p {
  margin-top: 60px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 36px;
}

/* 向下滚动 */
.nyBanner .about_line {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.nyBanner .about_line:after {
  content: "";
  width: 15px;
  height: 53px;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 100%;
  background: url(../images/about_ban_jt.png) no-repeat center;
}

.nyBanner .about_line .label {
  display: block;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  position: relative;
  padding-bottom: 110px;
  color: #fff;
  text-align: center;
}

.nyBanner .about_line .label .line {
  display: block;
  width: 3px;
  height: 100px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -1px;
  overflow: hidden;
}

.nyBanner .about_line .label .line:before {
  height: 100%;
  background: #fff;
  opacity: 0.3;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  position: absolute;
  width: 2px;
}

.nyBanner .about_line .label .line:after {
  background: #0066ff;
  left: 0px;
  top: 0;
  content: "";
  position: absolute;
  width: 2px;
  -webkit-animation: about_scroll-down-line 3s infinite;
  -o-animation: about_scroll-down-line 3s infinite;
  animation: about_scroll-down-line 3s infinite;
}

@-webkit-keyframes about_scroll-down-line {

  0%,
  20% {
    height: 30%;
    top: -45%;
  }

  80%,
  100% {
    height: 30%;
    top: 145%;
  }
}

@keyframes about_scroll-down-line {

  0%,
  20% {
    height: 30%;
    top: -45%;
  }

  80%,
  100% {
    height: 30%;
    top: 145%;
  }
}

@media only screen and (max-width: 1440px) {
  .nyBanner {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .nyBanner {
    height: 500px;
  }

  .nyBanner .txtBox {
    padding: 0;
  }

  .nyBanner .txtBox h1 {
    font-size: 34px;
    line-height: 64px;
  }

  .nyBanner .txtBox p {
    margin-top: 30px;
    font-size: 15px;
    line-height: 26px;
  }

  .nyBanner .about_line .label {
    padding-bottom: 60px;
  }

  .nyBanner .about_line .label .line {
    height: 50px;
  }
}

@media only screen and (max-width: 576px) {
  .nyBanner .txtBox h1 {
    font-size: 24px;
    line-height: 40px;
  }
}


/* 内页关于我们 */
.syAboutBj {
  margin-top: -60px;
  z-index: 1;
}

.infoAbout .leftBox {
  width: 100%;
}

.infoAbout .sytitle2 h1 {
  padding: 0 20%;
  font-weight: 100;
  color: #666;
  letter-spacing: 4px;
  margin-bottom: 60px;
}

.infoAbout .sytitle2 h1 span {
  font-weight: normal;
  color: #333;
  margin: 0 4px;
}

.infoAbout .leftBox .sytitle2 p {
  color: #555;
  line-height: 30px;
  margin: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 999;
}

.infoAbout .leftBox .row b {
  font-size: 70px;
  font-family: Impact;
  font-weight: bold;
  color: #545f69;
  transition: all 0.5s ease;
}

.infoAbout .leftBox .row li:hover b,
.infoAbout .leftBox .row li:hover p {
  color: #2167d2;
  transition: all 0.5s ease;
}

.about_center02 {
  padding: 60px 0 0;
}

.about_center02 .imgBox {
  position: relative;
}

.about_center02 .imgBox img {
  display: block;
  width: 100%;
}

.about_center02 li {
  width: 32%;
  float: left;
  margin-left: 2%;
}

.about_center02 li:first-child {
  margin-left: 0px;
}

.about_center02 li .more {
  padding: 0 20px 0 40px;
  height: 38px;
  line-height: 38px;
  background: #2167d2;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.about_center02 li .li_box .more span {
  display: inline-block;
  vertical-align: middle;
}

.about_center02 li .li_box .more span.icon {
  margin-left: 46px;
  width: 8px;
  height: 16px;
  background: url(../images/about_center_jtW.png) no-repeat center;
}

.about_center02 li .intro {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.about_center02 li .intro .box {
  padding: 30px 46px 30px 33px;
  color: #343e47;
}

.about_center02 li .intro .box .line {
  width: 43px;
  height: 3px;
  background: #2167d2;
  margin-bottom: 20px;
}

.about_center02 li .intro .box .con {
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  transition: all 0.5s ease;
  font-weight: lighter;
  overflow: hidden;
}

.about_center02 li:hover .li_box .more {
  opacity: 1;
  visibility: visible;
}

.about_center02 li:hover .intro .box .tit {
  font-weight: bold;
}

.about_center02 li:hover .intro .box .con {
  font-weight: bold;
}

.infoAbout .leftBox .row li {
  width: 25%;
}

@media only screen and (max-width: 991px) {
  .infoAbout .sytitle2 h1 {
    padding: 0;
    padding-top: 0px;
    text-align: left;
    font-size: 34px;
    line-height: 56px;
  }

  .about_center02 li .intro .box {
    padding: 10px;
  }

  .infoAbout .leftBox .row b {
    font-size: 50px;
  }

  .infoAbout .leftBox .sytitle2 p {
    text-align: left;
  }

  .infoAbout .leftBox .row li {
    width: 50%;
    text-align: left;
    margin-bottom: 20px;
  }

  .about_center02 li:hover .li_box .more {
    opacity: 0;
    visibility: hidden;
  }

  .about_center02 {
    padding: 30px 0 0;
  }

  .about_center02 li {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .about_center02 li .li_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .about_center02 li .li_box .rect-5269 {
    width: 300px;
    height: auto;
  }

  .about_center02 .rect-5269 img {
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 575px) {
  .infoAbout .leftBox .row b {
    font-size: 40px;
  }

  .infoAbout .sytitle2 h1 {
    font-size: 24px;
    line-height: 40px;
  }
}

/* 时间轴 */
/* 时间轴 */
.history {
  padding: 100px 0 160px;
  overflow: hidden;
  position: relative;
  background-color: rgb(0, 67, 167);
}

.history video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.6;
}

.infoAboutTitle {
  position: relative;
  color: #fff;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  z-index: 2;
}

.infoAboutTitle .leftBt {
  width: 46%;
}

.infoAboutTitle .leftBt h1 {
  line-height: 60px;
}

.infoAboutTitle .pBox {
  padding-top: 100px;
  line-height: 34px;
  margin-left: 10%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.history .swiper-slide {
  padding: 50px 10px 0;
  position: relative;
}

.history .swiper-slide .xian {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}

.history .swiper-slide .item {
  background-color: #fff;
}

.history .swiper-slide .item h3 {
  position: relative;
  display: block;
  height: 44px;
  line-height: 44px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #999999;
  text-align: center;
  background-color: #e2e2e2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.history .swiper-slide:hover .item h3 {
  background-color: #fff;
  color: #232323;
}

.history .swiper-slide .item h3::after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -9px;
  border-width: 0 9px 18px;
  border-style: solid;
  border-color: transparent transparent #e2e2e2;
  content: "";
}

.history .swiper-slide .xian::before {
  display: block;
  position: absolute;
  top: -8px;
  left: 50%;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-left: -10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(44, 83, 255, 0.4);
  content: "";
}

.history .swiper-slide .xian::after {
  display: block;
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin-left: -6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(44, 83, 255, 1);
  content: "";
}

.history .swiper-slide .desc {
  padding: 15px 20px;
}

@media only screen and (max-width: 1439px) {
  .infoAboutTitle {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .infoAboutTitle .leftBt {
    width: 100%;
  }

  .infoAboutTitle .leftBt h1 {
    line-height: 60px;
  }

  .infoAboutTitle .pBox {
    padding: 0;
    margin: 10px 0 0 0;
  }
}

@media only screen and (max-width: 1199px) {
  .history {
    padding: 40px 0;
  }

  .infoAboutTitle {
    margin-bottom: 30px;
  }

  .infoAboutTitle .leftBt h1 {
    font-size: 34px;
    line-height: 46px;
  }

  .infoAboutTitle .pBox {
    line-height: 24px;
  }
}

@media only screen and (max-width: 960px) {
  .history {
    background-position: center !important;
    background-size: cover !important;
  }
}

@media only screen and (max-width: 767px) {
  .infoAboutTitle .leftBt h1 {
    font-size: 22px;
    line-height: 34px;
  }

  .history .swiper-slide .item h3 {
    height: 34px;
    line-height: 34px;
    font-size: 18px;
  }

  .history .swiper-slide .desc {
    padding: 10px;
    font-size: 14px;
  }
}

/* 荣誉 */
.rongyu {
  background-color: #f5f5f5;
}

.rongyu main {
  margin-top: 60px;
}

.rongyu .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.rongyu .swiper-slide {
  padding: 20px;
  background-color: #fff;
  height: 480px;
}

.rongyu .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

@media only screen and (max-width: 1439px) {
  .rongyu .swiper-slide {
    height: 374px;
    padding: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .rongyu .swiper-slide {
    height: 300px;
    padding: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .rongyu .swiper-container .bj {
    display: none;
  }

  .rongyu .indexTitle h1 {
    font-size: 34px;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .rongyu .swiper-slide {
    padding: 10px;
    height: 200px;
  }

  .rongyu main {
    margin-top: 20px;
  }

  .rongyu .indexTitle h1 {
    font-size: 24px;
  }
}

/* 产品选项卡 */
.infoProductTitlePadding {
  padding: 50px 0;
}

.infoPageTab .aBox {
  position: relative;
  padding-left: 100px;
  margin: 30px 0;
}

.infoPageTab .aBox span {
  position: absolute;
  left: 0;
  top: 8px;
  font-weight: bold;
  line-height: 50px;
}

.infoPageTab .aBox a {
  background-color: #fff;
  border: solid 1px #eee;
  line-height: 50px;
  display: inline-block;
  padding: 0 30px;
  margin: 8px;
  border-radius: 6px;
  transition: all 0.5s;
}

.infoPageTab .aBox a.on,
.infoPageTab .aBox a:hover {
  background-color: #2167d2;
  color: #fff;
  transition: all 0.5s;
}

/* 产品翻页 */
.fanye {
  margin: 60px 0 !important;
}

/* 产品详情页-简介*/
.infoProductBox {
  position: relative;
  margin-top: -60px;
  background-color: #fff;
  z-index: 2;
}

.topProductLine {
  position: relative;
}

.topProductLine .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #f8f8f8;
  z-index: -1;
}

.infoProductBox .main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.infoProductBox .main .leftBox {
  width: 50%;
  padding: 60px 0;
}

.infoProductBox .main .tabList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.infoProductBox .main .tabList ul {
  width: 140px;
  height: auto;
}

.infoProductBox .main .tabList ul li {
  display: block;
  border: solid 1px #eee;
  margin: 10px 0;
  width: 140px;
  height: 140px;
}

.infoProductBox .main .tabList ul li.on {
  border-color: #09439b;
}

.infoProductBox .main .tabList ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.infoProductBox .main .tabList .tabContent {
  margin: 0 60px 0 60px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.infoProductBox .tabContent .item {
  display: none;
  height: 100%;
}

.infoProductBox .tabContent .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.infoProductBox .main .rightBox {
  width: 50%;
  padding: 60px 0 60px 60px;
}

.infoProductJJ {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.infoProductJJ h1 {
  font-size: 34px;
  line-height: 50px;
  font-weight: bold;
  color: #333f47;
  margin-bottom: 40px;
}

.infoProductJJ p {
  font-size: 16px;
  color: #787878;
  line-height: 30px;
}

.infoProductJJ strong {
  margin: 20px 0;
  font-size: 20px;
}

a.productDownload {
  position: relative;
  display: block;
  line-height: 40px;
  border-bottom: solid 1px #ddd;
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
}

a.productDownload i {
  float: left;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/pro_add.png) no-repeat;
  position: absolute;
  left: 5px;
  top: 13px;
  transition: all 0.5s ease;
}

a.productDownload:hover i {
  background-position: 0 -16px;
}

.infoProductJJ .jg {
  margin-top: 40px;
}

.infoProductJJ .jg a {
  display: inline-block;
  float: left;
  width: auto;
  height: 54px;
  padding: 0 30px;
  line-height: 50px;
  background: #2167d2;
  border: solid 2px #2167d2;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.infoProductJJ .jg a:nth-child(2) {
  margin-left: 30px;
  background-color: transparent;
  color: #2167d2;
  border-color: #2167d2;
}

/* 产品详情页-详情 */
.infoProductXq .btBox {
  border-bottom: solid 1px #eee;
}

.infoProductXq .btBox .container {
  height: 102px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.infoProductXq .btBox h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 102px;
}

.infoProductXq .btBox h1 em {
  font-size: 18px;
  font-weight: normal;
  color: #798186;
  margin-left: 30px;
}

.infoProductXq .btBox .BackList {
  height: 100%;
  width: 160px;
  text-align: center;
  background-color: #f8f8f8;
  line-height: 102px;
  font-weight: bold;
  letter-spacing: 1px;
}

.infoProductXq .btBox .BackList i {
  margin-left: 20px;
  display: inline-block;
  width: 10px;
  height: 12px;
  background: url(../images/about_center_jt.png) no-repeat;
  background-size: 100% 100%;
}

/* 表格 */
.ProductXqForm {
  background-color: #f2f2f2;
}

.padding60 {
  padding: 60px 0;
}

h5.productXqSmBt {
  margin-bottom: 20px;
}

.ProductXqForm table {
  width: 100%;
}

.ProductXqForm .bianKuang {
  border: solid 1px #aaa;
}

.ProductXqForm td,
.ProductXqForm th,
.ProductXqForm tr {
  border: solid 1px #dadfe6;
  padding: 5px;
}

.ProductXqForm tr:nth-child(1) th {
  background-color: #eaeff5;
}

.ProductXqForm tr:nth-child(2n) {
  background-color: #fff !important;
}

.ProductXqForm .bianKuang {
  width: 100%;
  overflow: auto;
}

.ProductXqForm table {
  min-width: 700px;
}

/* 产品特性等列表 */
.productXqUl main ul {
  width: 50%;
}

.productXqUl main ul li {
  font-size: 16px;
  line-height: 36px;
  color: #666;
}

.productXqUl main ul li strong {
  color: #333;
}

.productXqUl main ul li strong::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #333333;
  margin: 10px 0;
}

/* 图文混编 */
.QiTaNeiRong {
  background-color: #f2f2f2;
}

.QiTaNeiRong img {
  display: block;
  width: 100%;
  margin: 20px auto;
}

.QiTaNeiRong p {
  color: #666;
  margin: 20px 0;
  line-height: 32px;
}

/* 相关产品推荐 */
.productTuiJian {
  background-color: #ffffff;
  padding: 60px 0;
}

.productTuiJian main>a {
  width: 15%;
  margin-right: 2%;
  background-color: #fff;
  border: solid 1px #ddd;
}

.productTuiJian main>a:nth-child(6n) {
  margin-right: 0;
}

.productTuiJian .imgBox {
  width: 100%;
  height: 166px;
}

.productTuiJian .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.productTuiJian .txtBox {
  padding: 10px;
  font-size: 14px;
}

.productTuiJian .txtBox p {
  color: #666;
}

@media only screen and (max-width: 1439px) {
  .infoProductBox .main .tabList ul {
    width: 100px;
  }

  .infoProductBox .main .tabList ul li {
    width: 100px;
    height: 100px;
  }

  .infoProductBox .main .tabList .tabContent {
    margin: 0 20px 0 20px;
  }

  .infoProductBox .leftBox .canshu {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .infoProductXq .btBox .container {
    height: auto;
  }

  .infoProductJJ h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .infoProductJJ h1 span {
    font-size: 16px;
  }

  .infoProductXq .btBox h1 {
    font-size: 24px;
    line-height: 80px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .infoProductXq .btBox .BackList {
    line-height: 80px;
  }

  .productTuiJian main>a {
    width: 31.5%;
    margin-right: 2%;
    margin-bottom: 20px;
  }

  .productTuiJian main>a:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .infoProductBox .main {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .topProductLine .bg {
    display: none;
  }

  .infoProductBox .main .leftBox {
    width: 100%;
    padding: 30px 0;
  }

  .infoProductBox .main .tabList {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .infoProductBox .main .tabList ul {
    margin-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .infoProductBox .main .tabList ul li {
    margin: 0;
    margin-right: 10px;
  }

  .infoProductBox .main .rightBox {
    width: 100%;
    background-color: #f8f8f8;
    padding: 30px;
    margin-bottom: 30px;
  }

  .infoProductBox .main .tabList .tabContent {
    margin: 0;
  }

  .infoProductXq .btBox .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .infoProductXq .btBox h1 span {
    display: none;
  }

  .infoProductXq .btBox h1 em {
    margin-left: 0;
    font-size: 16px;
    font-weight: bold;
  }

  .productXqUl main ul {
    width: 48.5%;
    margin-top: 20px;
    margin-right: 3%;
  }

  .productXqUl main ul:nth-child(2n) {
    margin-right: 0;
  }

  .productXqUl main ul li strong {
    font-size: 16px;
  }

  .productXqUl main ul li {
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .infoProductJJ h1 {
    font-size: 18px;
  }

  .infoProductJJ h1 span {
    font-size: 12px;
    font-weight: normal;
  }

  .infoProductBox .main .tabList .tabContent {
    border: solid 1px #eee;
  }

  .infoProductJJ p {
    font-size: 15px;
    line-height: 28px;
  }

  .infoProductBox .main .rightBox {
    padding: 30px 15px;
  }

  .infoProductJJ strong {
    font-size: 16px;
    margin: 10px 0;
  }

  a.productDownload {
    font-size: 15px;
  }

  .infoProductJJ .jg {
    margin-top: 20px;
  }

  .infoProductJJ .jg a {
    height: 40px;
    padding: 0px 24px;
    line-height: 38px;
    font-size: 14px;
  }

  .productTuiJian main>a {
    width: 49%;
    margin-right: 2%;
  }

  .productTuiJian main>a:nth-child(3n) {
    margin-right: 2%;
  }

  .productTuiJian main>a:nth-child(2n) {
    margin-right: 0;
  }
}

/* 联系页banner */
.infoContactBanner {
  height: 500px;
}

.ContactBanTxtBox {
  height: 100%;
  padding-top: 200px;
  color: rgba(255, 255, 255, 0.95);
}

.ContactBanTxtBox h1 {
  font-weight: bold;
  font-size: 50px;
}

.ContactBanTxtBox .mbx a {
  color: rgba(255, 255, 255, 0.8);
}

.ContactBanTxtBox .mbx a.on {
  color: #ffffff;
  font-weight: bold;
}

.ContactBanTxtBox .mbx span {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 1439px) {
  .infoContactBanner {
    height: 400px;
  }

  .ContactBanTxtBox h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .infoContactBanner {
    height: 340px;
  }

  .ContactBanTxtBox h1 {
    font-size: 24px;
  }

  .ContactBanTxtBox {
    padding-top: 160px;
  }
}

/* 联系我们 */
.contact_us01 {
  padding: 20px 15px 40px;
  overflow: hidden;
}

.contact_us01 .tit {
  font-size: 32px;
  color: #333e46;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact_us01 .left {
  float: left;
  width: 48%;
}

.contact_us01 .left .con {
  font-size: 16px;
  color: #777;
  line-height: 24px;
  margin-bottom: 35px;
  text-align: justify;
}

.contact_us01 .left .con span {
  font-size: 18px;
  font-weight: bold;
  color: #fcb026;
}

.contact_us01 .left ul li {
  float: left;
  width: 45%;
  margin-right: 5%;
  margin-bottom: 35px;
}

.contact_us01 .left ul li .t {
  font-size: 20px;
  color: #333e46;
  font-weight: bold;
  margin-bottom: 5px;
}

.contact_us01 .left ul li .c {
  font-size: 14px;
  color: #727272;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.contact_us01 .left ul li .ewm img {
  display: block;
  width: 100%;
}

.contact_us01 .left .bdsharebuttonbox a {
  background: none;
  padding-left: 0;
  font-size: 20px;
  color: #bebebe;
}

.contact_us01 .left .bdsharebuttonbox a:hover {
  color: #fcb026;
}

.contact_us01 .right {
  float: right;
  width: 46%;
}

.contact_us01 .right ul li {
  overflow: hidden;
  margin-bottom: 20px;
}

.contact_us01 .right ul li input {
  width: 100%;
  font-size: 16px;
  color: #333e46;
  line-height: 40px;
  border: 1px solid #ebebeb;
  text-indent: 20px;
  height: 40px;
  box-sizing: border-box;
}

.contact_us01 .right ul li textarea {
  width: 100%;
  font-size: 16px;
  color: #333e46;
  line-height: 40px;
  border: 1px solid #ebebeb;
  padding-left: 20px;
  height: 130px;
  box-sizing: border-box;
}

.contact_us01 .right button {
  cursor: pointer;
  outline: none;
  background: transparent;
  display: inline-block;
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 2px solid #333e46;
  font-size: 14px;
  color: #333f47;
  font-weight: bold;
  position: relative;
}

.contact_us01 .right button span {
  display: inline-block;
  vertical-align: top;
  line-height: 34px;
  position: relative;
  z-index: 3;
}

.contact_us01 .right button span.icon {
  width: 8px;
  height: 16px;
  position: relative;
  top: 9px;
  background: url(../images/about_center_jt.png) no-repeat;
  margin-left: 33px;
}

.contact_us01 .right button:after {
  content: "";
  width: 0;
  height: 100%;
  background: #2167d2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.5s ease;
}

.contact_us01 .right button:hover {
  border-color: #2167d2;
  color: #fff;
}

.contact_us01 .right button:hover:after {
  width: 100%;
}

.contact_us01 .right button:hover span.icon {
  background: url(../images/about_center_jtW.png) no-repeat;
}

/* 分享 */
#bsWXBox .bsTop {
  width: 208px !important;
}

.bsFrameDiv>div {
  height: 208px !important;
}

.map {
  height: 440px;
  overflow: hidden;
}

.map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact_us02 .map {
  height: 430px;
  width: 100%;
  overflow: hidden;
}

.contact_us02 img {
  max-width: none;
}

.contact_us02 .content {
  background: #2167d2;
  padding: 40px 0;
}

.contact_us02 .content .tit {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}

.contact_us02 .content .con {
  font-size: 18px;
  color: #fff;
}

.contact_us03 {
  margin-top: 45px;
}

.contact_us03 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_us03 ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}

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

.contact_us03 ul li .tit {
  font-size: 28px;
  color: #333e46;
  font-weight: bold;
  margin-bottom: 15px;
}

.contact_us03 ul li .box {
  padding: 50px;
  border: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.contact_us03 ul li .box .left {
  float: left;
  position: relative;
  padding-right: 30px;
  font-size: 26px;
  color: #333e46;
  line-height: 110px;
}

/* .contact_us03 ul li .box .left:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 110px;
  background: #bcbcbc;
  top: 50%;
  margin-top: -55px;
} */
.contact_us03 ul li .box .right {
  width: 60%;
  position: relative;
  float: left;
  padding-left: 30px;
  min-height: 110px;
}

:root .contact_us03 ul li .box .right dl {
  width: 100%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}

.contact_us03 ul li .box .right dl dd {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  color: #333e46;
  line-height: 30px;
}

.contact_us03 ul li .box .right dl dd:after {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0066ff;
  top: 12px;
}

.contact_us03 ul li.li_img {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.contact_us03 ul li.li_img .img_box {
  display: inline-block;
  padding: 0 20px;
  margin-top: 75px;
}

.contact_us03 ul li.li_img .img_box .img_ {
  width: 120px;
  height: auto;
  margin: 0 auto;
}

.contact_us03 ul li.li_img .img_box .img_ img {
  display: block;
  width: 100%;
}

.contact_us03 ul li.li_img .img_box .txt {
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
}

@media only screen and (max-width: 1439px) {
  .contact_us03 {
    padding: 30px 0;
  }

  .contact_us03 ul li .box {
    padding: 20px;
  }

  .contact_us03 ul li .box .left {
    font-size: 20px;
  }

  .contact_us03 ul li.li_img .img_box {
    margin-top: 52px;
  }

  .contact_us03 ul li.li_img .img_box .txt {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
  }

  .contact_us01 .left ul li.li100 {
    width: 95%;
  }
}

@media only screen and (max-width: 1199px) {

  .contact_us01 .tit,
  .contact_us03 ul li .tit {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .contact_us01 .left {
    float: none;
    width: 100%;
  }

  .contact_us01 .right {
    width: 100%;
    float: none;
  }

  .contact_us03 ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .contact_us03 ul li.li_img .img_box {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .contact_us03 {
    padding: 0px 0 20px;
  }

  .map {
    height: 270px;
  }

  .contact_us02 .content .tit {
    font-size: 24px;
  }

  .contact_us03 ul li.li_img .img_box {
    width: 33.33%;
    padding: 0;
  }

  .contact_us03 ul li.li_img .img_box .img_ {
    width: 100%;
  }

  .contact_us03 ul li.li_img .img_box .txt {
    font-size: 13px;
  }

  .contact_us01 .tit,
  .contact_us03 ul li .tit {
    font-size: 18px;
  }

  .contact_us03 ul li .box .left {
    font-size: 16px;
  }

  .contact_us03 ul li .box .right dl dd {
    font-size: 14px;
  }
}

@media only screen and (max-width: 425px) {
  .contact_us03 ul li .box .left {
    padding-right: 15px;
    line-height: 34px;
  }

  .contact_us03 ul li .box {
    padding: 15px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .contact_us03 ul li .box .right {
    padding-left: 0px;
    height: auto;
    overflow: hidden;
    width: 100%;
  }
}

/* 新闻热点推荐 */
.infoNewsTopBox {
  padding: 60px 0;
  margin-top: -60px;
  background: url(../images/infoNewsBj.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.infoNewsTopBox .tltleXxk {
  margin-bottom: 30px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.infoNewsTopBox .tltleXxk h1 {
  font-weight: bold;
  font-size: 48px;
}

.infoNewsTopBox .tltleXxk .xxk a {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin: 0 15px;
}

.infoNewsTopBox .tltleXxk .xxk a.on::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #2167d2;
}

.infoNewsTopBox main .list {
  width: 32%;
  margin-right: 2%;
}

.infoNewsTopBox main .listBg:hover,
.infoNewsTopBox main .list2:hover {
  background-color: #2167d2;
}

.infoNewsTopBox main .listBg {
  background-color: #fff;
}

.infoNewsTopBox main .listBg .txtBox {
  padding: 30px;
}

.infoNewsTopBox main .list:nth-child(3) {
  margin: 0;
}

.infoNewsTopBox main .imgBox {
  height: 300px;
  overflow: hidden;
}

.infoNewsTopBox main a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s;
}

.infoNewsTopBox main .listBg .txtBox p.time,
.infoNewsTopBox main .list2 p.time {
  color: #333f47;
  line-height: 30px;
}

.infoNewsTopBox main .listBg .txtBox p.bt,
.infoNewsTopBox main .list2 p.bt {
  font-size: 22px;
  line-height: 40px;
  margin: 10px 0 20px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.infoNewsTopBox main .listBg .txtBox p.nr,
.infoNewsTopBox main .list2 p.nr {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.infoNewsTopBox main .listBg .txtBox .bq span,
.infoNewsTopBox main .list2 .bq span {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 10px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #a9a9a9;
  text-align: center;
  font-size: 12px;
  color: #7e7e7e;
  margin-right: 8px;
  margin-bottom: 5px;
}

.infoNewsTopBox main .listBg:hover .txtBox .bq span,
.infoNewsTopBox main .list2:hover .bq span {
  border-color: #fff;
  color: #fff;
}

.infoNewsTopBox main .listBg:hover,
.infoNewsTopBox main .listRiht {
  height: 100%;
}

.infoNewsTopBox main .listRight a {
  display: block;
  background-color: #fff;
  padding: 30px;
}

.infoNewsTopBox main .listRight a:nth-child(1) {
  margin-bottom: 30px;
}

.infoNewsTopBox main .list:hover img {
  transform: scale(1.05);
  transition: transform 0.5s;
}

.infoNewsTopBox main .listBg:hover p,
.infoNewsTopBox main .list2:hover p {
  color: #fff !important;
}

/* 新闻全部列表 */
.infoNewsBottomBox {
  padding-bottom: 80px;
}

.infoNewsBottomBox a {
  display: block;
  background-color: #f8f8f8;
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.infoNewsBottomBox .container>a:hover {
  background-color: #2167d2;
}

.infoNewsBottomBox a .imgBox {
  width: 400px;
  height: 260px;
  overflow: hidden;
}

.infoNewsBottomBox a .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s;
}

.infoNewsBottomBox a:hover .imgBox img {
  transform: scale(1.06);
  transition: transform 0.5s;
}

.infoNewsBottomBox a .txtBox {
  position: relative;
  padding: 60px 380px 60px 60px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.infoNewsBottomBox a .txtBox p.bt {
  font-size: 25px;
  line-height: 32px;
}

.infoNewsBottomBox a .txtBox p.nr {
  margin: 10px 0 15px;
  font-size: 15px;
  line-height: 26px;
  color: #666666;
  margin: 12px 0 35px;
  height: 52px;
}

.infoNewsBottomBox a .txtBox p.bt,
.infoNewsBottomBox a .txtBox p.nr {
  color: #000000;
}

.infoNewsBottomBox a .txtBox em {
  color: #999;
}

.infoNewsBottomBox a .txtBox .time {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 90px;
  height: auto;
}

.infoNewsBottomBox a .txtBox .time strong {
  font-size: 60px;
  line-height: 60px;
  color: #333f47;
  font-family: Impact;
  margin-bottom: 5px;
}

.infoNewsBottomBox a .txtBox .time p {
  font-size: 18px;
  line-height: 32px;
  color: #333f47;
  font-family: Arial;
}

.infoNewsBottomBox a:hover p,
.infoNewsBottomBox a:hover strong {
  color: #fff !important;
}

@media only screen and (max-width: 1439px) {
  .infoNewsTopBox .tltleXxk h1 {
    font-size: 34px;
  }

  .infoNewsTopBox .tltleXxk .xxk a {
    font-size: 16px;
  }

  .infoNewsTopBox main .imgBox {
    height: 246px;
  }

  .infoNewsTopBox main .listBg .txtBox p.bt,
  .infoNewsTopBox main .list2 p.bt {
    font-size: 18px;
    line-height: 34px;
  }

  .infoNewsTopBox main .listBg .txtBox,
  .infoNewsTopBox main .listRight a {
    padding: 20px;
  }

  .infoNewsBottomBox a .imgBox {
    width: 300px;
    height: 200px;
  }

  .infoNewsBottomBox a .txtBox {
    padding: 34px 200px 34px 40px;
  }

  .infoNewsBottomBox a .txtBox p.bt {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .infoNewsBottomBox a .txtBox p.nr {
    height: auto;
    margin: 12px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .infoNewsBottomBox a .txtBox .time {
    right: 30px;
    width: 60px;
  }

  .infoNewsBottomBox a .txtBox .time strong {
    font-size: 50px;
    line-height: 50px;
  }

  .infoNewsBottomBox a .txtBox .time p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .infoNewsTopBox {
    padding: 50px 0 40px;
  }

  .infoNewsTopBox main .list {
    width: 49%;
    margin-right: 2%;
  }

  .infoNewsTopBox main .list2 {
    margin-right: 0;
  }

  .infoNewsTopBox main .list:nth-child(3) {
    width: 100%;
    margin-top: 10px;
  }

  .infoNewsTopBox main .listRight a:nth-child(1) {
    margin-bottom: 10px;
  }

  .infoNewsTopBox main .imgBox {
    height: 180px;
  }

  .infoNewsBottomBox a .imgBox {
    display: none;
  }

  .infoNewsBottomBox a .txtBox {
    padding: 20px 120px 20px 20px;
  }
}

@media only screen and (max-width: 576px) {
  .infoNewsBottomBox {
    padding-bottom: 40px;
  }

  .infoNewsTopBox .tltleXxk {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }

  .infoNewsTopBox .tltleXxk h1 {
    font-size: 24px;
  }

  .infoNewsTopBox .tltleXxk .xxk {
    margin-top: 20px;
  }

  .infoNewsTopBox .tltleXxk .xxk .one {
    margin-left: 0;
  }

  .infoNewsTopBox main .imgBox {
    height: 124px;
  }

  .infoNewsTopBox main .listBg .txtBox,
  .infoNewsTopBox main .listRight a {
    padding: 10px;
  }

  .infoNewsTopBox main .listBg .txtBox p.time,
  .infoNewsTopBox main .list2 p.time {
    font-size: 12px;
    line-height: 20px;
  }

  .infoNewsTopBox main .listBg .txtBox p.bt,
  .infoNewsTopBox main .list2 p.bt {
    font-size: 15px;
    line-height: 26px;
    margin: 5px 0 5px;
  }

  .infoNewsTopBox main .listBg .txtBox p.nr,
  .infoNewsTopBox main .list2 p.nr {
    font-size: 12px;
    line-height: 20px;
  }

  .infoNewsBottomBox a .txtBox p.bt {
    font-size: 15px;
  }

  .infoNewsBottomBox a .txtBox p.nr {
    font-size: 12px;
    margin: 0;
    line-height: 20px;
    opacity: 0.6;
  }

  .infoNewsBottomBox a .txtBox .time {
    top: 22px;
    right: 20px;
    width: 48px;
  }

  .infoNewsBottomBox a .txtBox .time strong {
    font-size: 24px;
    line-height: 24px;
  }

  .infoNewsBottomBox a .txtBox .time p {
    font-size: 12px;
  }

  .infoNewsBottomBox a .txtBox {
    padding: 15px 80px 15px 15px;
  }
}

/* 新闻详情标题 */
.infoNewsXq {
  position: relative;
  margin-top: -60px;
  z-index: 2;
}

.NewsXqBt {
  background-color: #f5f5f5;
  padding: 60px 0;
  text-align: center;
}

.NewsXqBt h1 {
  font-size: 34px;
  font-weight: bold;
}

.NewsXqBt p {
  font-size: 13px;
  color: #939393;
  margin-top: 20px;
}

.NewsXqBt p span {
  margin: 0 15px;
}

/* 新闻详情左 */
.infoNewsXq .leftBox {
  padding: 60px 10% 60px 5%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.infoNewsXq .leftBox p {
  margin: 20px 0;
  color: #666666;
  line-height: 32px;
}

.infoNewsXq .leftBox img {
  display: block;
  width: 100%;
}

.infoNewsXq .rightBox {
  width: 340px;
}

.infoNewsXq .rightBox .nextBox a {
  display: block;
  border: solid 1px #eee;
  padding: 30px;
  margin-top: 20px;
}

.infoNewsXq .rightBox .nextBox .line {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 12px 0 24px;
}

.infoNewsXq .rightBox .nextBox .line span {
  position: relative;
  top: -12px;
  display: block;
  width: 90px;
  height: 18px;
  font-size: 18px;
  background-color: #fff;
}

.infoNewsXq .rightBox .nextBox a p.time {
  color: #aaaaaa;
}

.infoNewsXq .rightBox .nextBox a p.title,
.infoNewsXq .rightBox .tuijian a.xw p.bt {
  font-size: 16px;
  color: #696969;
  line-height: 25px;
  height: 50px;
  margin-top: 20px;
  overflow: hidden;
}

.infoNewsXq .rightBox .nextBox a:hover p.title,
.infoNewsXq .rightBox .tuijian a.xw:hover p.bt {
  color: #2167d2;
}

.infoNewsXq .rightBox .tuijian {
  border: 10px solid #f5f5f5;
  padding: 20px;
  margin-top: 20px;
}

.infoNewsXq .rightBox .tuijian .title strong {
  float: left;
  font-size: 24px;
  font-weight: bold;
  color: #323f47;
  line-height: 26px;
}

.infoNewsXq .rightBox .tuijian .title a {
  float: right;
  color: #aaaaaa;
}

.infoNewsXq .rightBox .tuijian .title a:hover {
  color: #ff9d24;
}

.infoNewsXq .rightBox .tuijian a.xw {
  display: block;
  padding: 15px 0;
  border-bottom: solid 1px #eee;
}

.infoNewsXq .rightBox .tuijian a.xw p.time {
  font-size: 14px;
  color: #727272;
  margin-top: 20px;
}

@media only screen and (max-width: 1439px) {
  .NewsXqBt {
    padding: 40px 0;
  }

  .NewsXqBt h1 {
    font-size: 26px;
  }

  .infoNewsXq .leftBox {
    padding: 40px;
  }

  .infoNewsXq .rightBox {
    width: 280px;
  }
}

@media only screen and (max-width: 991px) {
  .infoNewsXq main {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .infoNewsXq .leftBox {
    padding: 15px 0 0;
  }

  .infoNewsXq .rightBox {
    width: 100%;
    padding-bottom: 30px;
  }

  .infoNewsXq .rightBox .tuijian .title strong {
    font-size: 22;
  }

  .infoNewsXq .rightBox .nextBox a {
    padding: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .NewsXqBt h1 {
    font-size: 18px;
  }

  .infoNewsXq .leftBox p {
    margin: 10px 0;
  }

  .infoNewsXq .rightBox .nextBox .line span {
    font-size: 16px;
  }

  .infoNewsXq .rightBox .tuijian .title strong {
    font-size: 18px;
  }
}

/* 解决方案 */
.infoJjfa {
  position: relative;
  margin-top: -60px;
  background-color: #f2f2f2;
  padding-bottom: 100px;
  z-index: 1;
}

.infoJjfa li {
  height: 440px;
  margin-bottom: 80px;
}

.infoJjfa li .imgBox {
  width: 62%;
  height: 100%;
  overflow: hidden;
}

.infoJjfa li .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.infoJjfa li .txtBox {
  margin-left: 2%;
  width: 36%;
  background-color: #fff;
  padding: 50px;
  border-radius: 0 0 30px 0;
  transition: all 0.5s;
}

.infoJjfa li:nth-child(2n) .txtBox {
  margin-left: 0;
  margin-right: 2%;
  border-radius: 0 0 0 30px;
}

.infoJjfa h2 {
  font-family: arial;
  font-size: 40px;
}

.infoJjfa h1 {
  font-size: 30px;
  font-weight: bold;
}

.infoJjfa h1::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #2167d2;
  margin: 20px 0;
  transition: all 0.5s;
}

.infoJjfa .txtBox p {
  color: #666;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: all 0.5s;
}

.infoJjfa .txtBox a {
  text-align: center;
  line-height: 44px;
  margin-top: 30px;
}

.infoJjfa .txtBox a i,
.infoCase ul>li i {
  display: inline-block;
  margin-left: 10px;
  transform: translateX(0px);
  transition: all 0.5s;
}

.infoJjfa li:nth-last-child(1) {
  margin-bottom: 0;
}

/* 动效 */
.infoJjfa li:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.infoJjfa li:hover .txtBox {
  background-color: #2167d2;
  color: #fff;
  transition: all 0.5s;
}

.infoJjfa li:hover .txtBox p,
.infoJjfa li:hover .txtBox a {
  color: #fff;
  transition: all 0.5s;
}

.infoJjfa li:hover .txtBox h1::after {
  background-color: #fff;
  transition: all 0.5s;
}

.infoJjfa li:hover i,
.infoCase ul>li:hover i {
  transform: translateX(10px);
  transition: all 0.5s;
}

@media only screen and (max-width: 1199px) {
  .infoJjfa li {
    height: 320px;
    margin-bottom: 40px;
  }

  .infoJjfa li .txtBox {
    padding: 30px;
  }

  .infoJjfa h1 {
    font-size: 24px;
  }

  .infoJjfa .txtBox p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .infoJjfa li .imgBox {
    width: 40%;
  }

  .infoJjfa li .txtBox {
    width: 58%;
  }
}

@media only screen and (max-width: 991px) {
  .infoJjfa {
    z-index: 2;
  }

  .infoJjfa li {
    height: 200px;
  }

  .infoJjfa li .txtBox {
    padding: 10px;
  }

  .infoJjfa h2 {
    line-height: 30px;
  }

  .infoJjfa h1 {
    font-size: 18px;
  }

  .infoJjfa h1::after {
    margin: 5px 0;
  }
}

/* 资料下载 */
.infoProduct .card {
  border: none;
  padding: 20px 0;
  border-bottom: solid 1px #eee;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

.infoProduct .imgBox {
  width: 200px;
}

.infoProduct .imgBox img {
  display: block;
  width: 100%;
  height: auto;
}

.infoProduct .txtBox {
  padding: 0 10% 0 140px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.infoProduct .txtBox h2 {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 100;
  line-height: 38px;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.infoProduct .txtBox p {
  font-size: 15px;
  font-weight: 100;
  text-align: justify;
  line-height: 30px;
  color: #939393;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.infoProduct .aBox {
  width: 300px;
}

.infoProduct .aBox a {
  display: block;
  line-height: 40px;
  padding: 0 30px;
  width: auto;
  text-align: center;
  background-color: #2167d2;
  color: #fff;
  border-radius: 3px;
  width: 140px;
  margin: 15px auto;
  opacity: 0.9;
}

.infoProduct .aBox a:hover {
  opacity: 1;
}

.infoProduct .aBox a:nth-child(2) {
  width: 200px;
  max-width: 100%;
  background-color: #fff;
  border: solid 1px #2167d2;
  color: #2167d2;
}

.infoProduct .aBox a:nth-child(2):hover {
  border: solid 1px #09439b;
  color: #09439b;
}

.infoProduct .aBox a i {
  font-size: 18px;
  margin-right: 10px;
}

.infoProduct .pagination {
  padding: 60px 0;
}

@media only screen and (max-width: 1599px) {
  .infoProduct .txtBox {
    padding: 0 30px 0 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .infoProduct .txtBox {
    padding-right: 0;
  }

  .infoProduct .txtBox h2 {
    height: auto;
  }

  .infoProduct .txtBox p {
    height: auto;
  }

  .infoProduct .aBox {
    margin-top: 20px;
    width: 100%;
    padding-left: 220px;
  }

  .infoProduct .aBox a {
    display: inline-block;
    margin: 0 8px;
  }

  .infoProduct .card {
    padding: 30px 0;
  }

  .infoProduct .imgBox {
    width: 200px;
  }

  .infoProduct .txtBox h2 {
    font-size: 18px;
    line-height: 34px;
  }

  .infoProduct .txtBox p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .infoProductTitlePadding {
    padding: 30px 0 0;
  }

  .infoPageTab .aBox span {
    display: none;
  }

  .infoPageTab .aBox {
    padding-left: 0;
  }

  .infoProduct .aBox a {
    width: 90px;
    padding: 0;
    font-size: 14px;
  }

  .infoProduct .aBox a:nth-child(2) {
    width: 140px;
  }

  .infoProduct .aBox a i {
    margin-right: 5px;
  }

  .infoPageTab .aBox a {
    line-height: 36px;
    padding: 0 10px;
    font-size: 14px;
    margin: 8px 5px;
  }
}

@media only screen and (max-width: 575px) {
  .infoProduct .card {
    padding: 15px 0;
  }

  .infoProduct .imgBox {
    width: 120px;
  }

  .infoProduct .txtBox p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .infoProduct .txtBox {
    padding-left: 10px;
  }

  .infoProduct .txtBox h2 {
    font-size: 14px;
    line-height: 24px;
  }

  .infoProduct .aBox {
    margin-top: 10px;
    padding-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }

  .infoProduct .aBox a {
    line-height: 30px;
  }

  .infoProduct .pagination {
    padding: 30px 0;
  }
}