.H {
  height: 170px;
}

/* 内页banner */
.infoBanner {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.infoBanner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.infoBanner .txt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.infoBanner .txt .title {
  padding-right: 50%;
}

.infoBanner h1.ch {
  color: #fff;
}

.infoBanner p.wz {
  color: rgba(255, 255, 255, 0.6);
}

/* 选项卡 */

.infoPageTab .aBox {
  position: relative;
  padding-left: 150px;
}

.infoPageTab .aBox span {
  position: absolute;
  left: 0;
  top: 0;
  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-right: 15px;
  border-radius: 20px 0 20px 0;
  transition: all 0.5s;
}

.infoPageTab .aBox a.on,
.infoPageTab .aBox a:hover {
  background-color: #2b408a;
  color: #fff;
  transition: all 0.5s;
}

/* 面包屑导航 */
.mbx {
  justify-content: end;
}

.mbx i {
  line-height: 60px;
  margin: 0 10px;
  color: #888;
  font-size: 12px;
}

.mbx a i {
  font-size: 16px;
}

.mbx a {
  line-height: 60px;
  color: #888;
}

.mbx a.on {
  font-weight: bold;
  color: #666;
}

@media (max-width:1199px) {
  .H {
    height: 60px;
  }

  .infoBanner .txt .title {
    padding-right: 0;
  }
}

/* 产品中心 */
.infoCpBg {
  background-color: #edf2f2;
}

.infoProduct .container {
  position: relative;
  min-height: 100vh;
}

.infoProduct main {
  width: calc(100% - 310px);
  float: right;
}

.infoProduct .cardBox a,
.productTuijian a {
  width: 23.5%;
  margin-right: 2%;
}

.infoProduct main a:nth-child(4n),
.productTuijian a:nth-child(4n) {
  margin-right: 0;
}

.infoProduct .pagination {
  padding: 60px 0;
}

/* 左侧折叠选项卡 */
.infoProduct .infoTabBox {
  position: sticky;
  top: 60px;
  left: 0px;
  display: inline-block;
  width: 280px;
  margin-top: 40px;
  border-radius: 20px 0 0 0;
}

.infoProduct .infoTabBox .bt {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 80px;
  padding-left: 20px;
  font-family: "DIN";
  background: url(../images/zhuantiTabBj.jpg) no-repeat;
  color: #fff;
  border-radius: 20px 0 0 0;
}

.infoProduct .infoTabBox form {
  display: block;
  padding: 20px;
  width: 100%;
  background-color: #fff;
}

.infoProduct .infoTabBox form input {
  border: solid 1px #ddd;
  font-size: 14px;
  padding: 5px 10px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.infoProduct .infoTabBox form button {
  border: none;
  background-color: #2b408a;
  color: #fff;
  height: 33px;
  position: relative;
  width: 55px;
  font-size: 14px;
}

.leftContactTab {
  background-color: #2b408a;
  padding: 5px;
  padding-top: 0;
  border-radius: 10px;
  margin-top: 30px;
}

.leftContactTab h2 {
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}

.leftContactTab .ewm {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

.leftContactTab .ewm img {
  display: block;
  width: 120px;
  margin: 0 auto;
}

.leftContactTab .ewm p {
  color: #333;
  line-height: 30px;
  font-weight: bold;
}

.leftContactTab .ewm strong {
  font-size: 16px;
  color: #2b408a;
}

.leftContactTab .ewm em {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 20px 0;
}

@media (max-width: 1199px) {
  .infoProduct .infoTabBox {
    display: none;
  }

  .infoProduct main {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .infoPageTab .aBox a:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* 产品详情 */
/********* 详情 *********/
.infoProductProfile {
  margin-top: 60px;
  padding-bottom: 20px;
}

.infoProductProfile .left {
  position: relative;
  width: 460px;
  height: auto;
}

.infoProductProfile .right {
  padding-top: 0px;
  margin-left: 6%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.infoProductProfile .left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.infoProductProfile .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.infoProductProfile .mySwiper2 {
  height: auto;
  width: 100%;
}

.infoProductProfile .mySwiper2 img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.infoProductProfile .mySwiper {
  height: 114px;
  box-sizing: border-box;
  padding: 10px 0;
}

.infoProductProfile .mySwiper .swiper-slide {
  padding: 10px;
  height: 100%;
  opacity: 0.4;
  border: solid 1px #ddd;
  margin-right: 10px;
  background-color: #fff;
}

.infoProductProfile .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.infoProductProfile .swiper-button-next,
.infoProductProfile .swiper-button-prev {
  border-color: #eee;
  color: #eee;
}

.infoProductProfile .swiper-button-next:hover,
.infoProductProfile .swiper-button-prev:hover {
  border-color: #2289a3;
  color: #2289a3;
}

.infoProductProfile .right h1 {
  font-size: 34px;
  font-weight: bold;
  color: #4a4a4a;
  margin: 0px 0 0px;
}

.infoProductProfile .right .nr {
  font-size: 16px;
  line-height: 30px;
  min-height: 30px;
  color: #888888;
  margin: 20px 0 0 0;
  position: relative;
  padding-left: 94px;
}

.infoProductProfile .right .nr span {
  font-size: 16px;
  color: #2b408a;
  font-weight: bold;
  display: inline-block;
  min-width: 94px;
  position: absolute;
  left: 0;
  top: 0;
}

.infoProductProfile .right a {
  float: right;
}

.infoProductProfile .right a.a1 {
  margin-left: 20px;
  background-color: #2b408a;
  color: #fff;
}

.infoDetails {
  margin-bottom: 60px;
}

.infoDetails h1.bt {
  padding: 10px 0;
  text-align: center;
  background-color: #f8f8f8;
  color: #2b408a;
  font-size: 22px;
  font-weight: bold;
}

.infoDetails main {
  background-color: #fff;
  padding: 40px 60px;
}

.infoDetails main p {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 32px;
  margin: 20px 0;
}

.infoDetails main img {
  display: block;
  width: 100%;
  height: auto;
}

.infoDetails main strong {
  display: block;
  font-size: 22px;
  color: #2b408a;
}

.infoDetails main a {
  text-decoration: underline;
}

.infoDetails main a:hover {
  color: #2289a3;
}

/* 产品推荐 */
.productTuijian {
  padding-bottom: 60px;
}

.productTuijian h1 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #2b408a;
}

@media (max-width: 1199px) {
  .infoPageTab .aBox {
    padding-left: 0;
  }

  .infoPageTab .aBox a {
    margin-bottom: 15px;
  }

  .infoPageTab .aBox span {
    display: none;
  }

  .infoProductProfile .right h1 {
    font-size: 22px;
  }

  .infoProductProfile .right a {
    width: 160px;
    line-height: 40px;
  }

  .infoProduct .cardBox a,
  .productTuijian a {
    width: 49%;
    margin-right: 2%;
    margin-top: 15px;
  }

  .infoProduct .cardBox a:nth-child(2n),
  .productTuijian a:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
.infoProductProfile .right .nr { font-size:18px;}
.infoProductProfile .right .nr span { font-size:16px;}
  .infoPageTab .aBox a {
    width: 32%;
    margin-right: 2%;
    text-align: center;
    padding: 0;
  }

  .infoPageTab .aBox a:nth-of-type(3n) {
    margin-right: 0;
  }

  .infoProductProfile {
    margin-top: 20px;
  }

  .infoProductProfile .left {
    width: 100%;
  }

  .infoProductProfile .right {
    margin-left: 0;
  }
}

@media (max-width: 539px) {
  .infoProductProfile .mySwiper .swiper-slide {
    height: 70px;
    padding: 3px;
  }

  .infoProductProfile .right {
    padding-top: 0;
  }

  .infoProductProfile .right h1 {
    margin-bottom: 10px;
    line-height: 38px;
  }

  .infoDetails main {
    padding: 15px;
  }

  .infoDetails main strong {
    font-size: 18px;
  }

  .infoDetails main p {
    margin: 10px 0;
  }

  .infoDetails {
    margin-bottom: 30px;
  }

  .productTuijian h1 {
    font-size: 22px;
  }
}

/* 新闻列表 */

.infoNewsBottomBox .leftBox,
.infoNewsXq .leftBox {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.infoNewsBottomBox .rightBox,
.infoNewsXq .rightBox {
  width: 340px;
  margin-left: 5%;
}

.infoNewsBottomBox main a {
  display: block;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.infoNewsBottomBox main a .imgBox {
  width: 260px;
  height: 160px;
  overflow: hidden;
}

.infoNewsBottomBox main a .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s;
}

.infoNewsBottomBox main a:hover .imgBox img {
  transform: scale(1.06);
  transition: transform 0.5s;
}

.infoNewsBottomBox main a .txtBox {
  padding-left: 40px;
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.infoNewsBottomBox main a .txtBox p.bt {
  font-size: 22px;
  line-height: 32px;
  font-weight: 100;
}

.infoNewsBottomBox main a:hover .txtBox p.bt {
  color: #2b408a;
}

.infoNewsBottomBox main a .txtBox p.nr {
  margin: 10px 0 15px;
  font-size: 15px;
  line-height: 26px;
  color: #9babbf;
  height: 52px;
  overflow: hidden;
}

.infoNewsBottomBox main a .txtBox p.bt,
.infoNewsBottomBox a .txtBox p.nr {
  color: #000000;
}

.infoNewsBottomBox main a .txtBox em {
  color: #999;
}

.infoNewsBottomBox main a .txtBox .time {
  font-size: 14px;
  line-height: 32px;
  color: #9babbf;
  font-family: Arial;
  margin-top: 30px;
}

.infoRightTabBox .nextBox a {
  display: block;
  padding: 30px;
  border-radius: 5px;
  border: solid 1px #eee;
  margin-bottom: 40px;
}

.infoRightTabBox .nextBox .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 12px 0 24px;
}

.infoRightTabBox .nextBox .line span {
  position: relative;
  top: -12px;
  display: block;
  width: 90px;
  height: 18px;
  font-size: 18px;
  background-color: #ffffff;
}

.infoRightTabBox .nextBox a p.title,
.infoRightTabBox .tuijian a.xw p.bt {
  font-size: 16px;
  color: #696969;
  line-height: 25px;
  height: 50px;
  margin-top: 20px;
  overflow: hidden;
  text-align: left;
}

.infoRightTabBox .nextBox a:hover p.title,
.infoRightTabBox .tuijian a.xw:hover p.bt {
  color: #2b408a;
}

.infoRightTabBox .tuijian {
	background:#fff;
  padding: 20px;
  border-radius: 10px;
}

.infoRightTabBox .tuijian .title strong {
  float: left;
  font-size: 24px;
  font-weight: bold;
  color: #323f47;
  line-height: 26px;
}

.infoRightTabBox .tuijian .title a {
  float: right;
  color: #aaaaaa;
}

.infoRightTabBox .tuijian a.xw {
  display: block;
  padding: 15px 0;
  border-bottom: solid 1px #eee;
}

.infoRightTabBox .tuijian a.xw p.time {
  font-size: 14px;
  color: #727272;
  margin-top: 20px;
}

@media only screen and (max-width: 1439px) {
  .infoNewsBottomBox main a .imgBox {
    width: 300px;
    height: 200px;
  }

  .infoNewsBottomBox main a .txtBox p.bt {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .infoNewsBottomBox main 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;
  }
}

@media only screen and (max-width: 1199px) {
  .infoNewsBottomBox main a {
    padding: 15px;
  }

  .infoNewsBottomBox main a .imgBox {
    width: 200px;
    height: auto;
  }

  .infoNewsBottomBox main a .imgBox img {
    display: block;
    width: 100%;
    height: auto;
  }

  .infoNewsBottomBox main a .txtBox {
    padding-left: 20px;
  }

  .infoNewsBottomBox main a .txtBox p.nr {
    -webkit-line-clamp: 2;
  }
}

@media only screen and (max-width: 1023px) {

  .infoNewsBottomBox .rightBox,
  .infoNewsXq .rightBox {
    width: 100%;
    margin-left: 0;
    background-color: #fff;
    margin-top: 20px;
  }

  .infoRightTabBox .tuijian a.xw p.time {
    margin-top: 0;
  }
}

@media only screen and (max-width: 539px) {
  .infoNewsBottomBox main a {
    margin-bottom: 15px;
  }

  .infoNewsBottomBox main a .imgBox {
    width: 120px;
  }

  .infoNewsBottomBox main a .txtBox p.bt {
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 24px;
  }

  .infoNewsBottomBox main a .txtBox p.nr {
    display: none;
  }

  .infoRightTabBox .tuijian .title strong {
    font-size: 22px;
  }

  .infoNewsBottomBox main a .txtBox .time {
    margin-top: 10px;
  }
}

/* 新闻详情 */
.newsTitle {
  padding: 60px 0;
  margin-bottom: 60px;
  background-color: #edf2f2;
}

.newsTitle h1 {
  font-size: 30px;
  line-height: 50px;
}

.newsTitle p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.4);
}

.infoNewsXq {
  width: 70%;
  padding: 0 60px;
}

.infoNewsXq img {
  display: block;
  width: 100%;
  margin: 20px 0;
}

.infoNewsXq p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  margin: 20px 0;
}

@media only screen and (max-width: 1023px) {
  .newsTitle {
    padding: 60px 15px;
  }

  .infoNewsXq {
    padding: 0;
  }
}

@media only screen and (max-width: 575px) {
  .newsTitle h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .newsTitle {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
}

/* 内页：联系我们 */
.contact_us01 {
  padding: 60px 15px 60px;
  overflow: hidden;
}

.contact_us01 .left {
  width: 48%;
  float: left;
}

.contact_us01 .left .title {
  margin-bottom: 20px;
}

.contact_us01 .left .txt {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  color: #ccc;
  font-size: 16px;
}

.contact_us01 .left .ll {
  width: 48%;
  margin-bottom: 20px;
}

.contact_us01 .left .rt {
  margin-left: 4%;
}

.contact_us01 .left .txtt {
  width: 100%;
  height: 120px;
  line-height: 45px;
  background: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  color: #ccc;
  font-size: 16px;
  border: none;
  outline: none;
}

.contact_us01 .indexMore {
  float: left;
  cursor: pointer;
}

.contact_us01 .right {
  float: right;
  width: 46%;
}

.map {
  height: 440px;
  overflow: hidden;
  -webkit-filter: drop-shadow(15px 15px 2px rgba(0, 0, 0, 0.2));
}

.map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact_us02 .map {
  height: 430px;
  width: 100%;
  overflow: hidden;
}

.contact_us02 {
  background: #2b408a;
}

.contact_us02 .box {
  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-lsit {
  background-color: #fff;
}

.contact-lsit ul {
  margin-top: 40px;
}

.contact-lsit li .top a {
  font-size: 18px;
  color: #2b408a;
  font-weight: bold;
}

.contact-lsit li {
  transition: all 1s;
  background-color: #fff;
  background-image: url(../images/ys.png);
  background-repeat: no-repeat;
  background-position: bottom -20% right 0;
  background-size: 50% auto;
  float: left;
  margin-bottom: 2%;
  border: solid 1px #e5e5e5;
  padding: 40px 20px 20px;
  width: 48.5%;
  height: auto;
  line-height: 30px;
  transform: translateX(0px) translateY(0px);
  transition: all 0.5s;
}

.contact-lsit li:hover {
  transform: translateX(-10px) translateY(-10px);
  transition: all 0.5s;
}

.contact-lsit li span {
  display: block;
}

.contact-lsit li i {
  margin-right: 5px;
}

.contact-lsit li:nth-child(2n) {
  margin-left: 3%;
}

.contact-lsit li .top {
  padding: 0 0 25px 0;
  border-bottom: 1px solid #e5e5e5;
}

.contact-lsit li .bot {
  font-size: 14px;
  color: #333333;
  padding-top: 25px;
}

.contact-lsit {
  padding: 30px 0;
}

.contact-lsit li .ewm {
  display: inline-block;
  float: left;
  margin-left: 20px;
}

.contact-lsit li .ewm img {
  width: 120px;
  height: 120px;
}

.contact-lsit li .ewm p {
  color: #999;
}

@media (max-width: 991px) {
  .contact_us01 {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .contact_us01 .left {
    width: 100%;
  }

  .contact_us01 .right {
    width: 100%;
    display: none;
  }

  .contact-lsit li {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }

  .contact_us02 .content .tit {
    font-size: 20px;
  }
}

@media (max-width: 539px) {
  .contact_us01 .left .ll {
    width: 100%;
  }
}

/* 通用单页 */
.infoZhuanTi {
  padding: 40px 0;
}

.infoZhuanTi .left {
  width: 260px;
}

.infoZhuanTi .infoTabBox {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 30px 0 0 0;
}

.infoZhuanTi .infoTabBox .bt {
  padding: 30px;
  background: url(../images/zhuantiTabBj.jpg) no-repeat;
  background-size: cover;
  border-radius: 30px 0 0 0;
}

.infoZhuanTi .infoTabBox .bt p {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.infoZhuanTi .infoTabBox li {
  position: relative;
  padding: 0;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #ebebeb;
}

.infoZhuanTi .infoTabBox li a {
  position: relative;
  font-size: 16px;
  line-height: 54px;
  width: 100%;
  padding-left: 50px;
}

.infoZhuanTi .infoTabBox li i {
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 54px;
  background: url(../images/jia.png) no-repeat;
  background-position: center center;
  background-size: 14px 14px;
}

.infoZhuanTi .infoTabBox li i.cur {
  background: url(../images/jian.png) no-repeat;
  background-position: center center;
  background-size: 14px 14px;
}

.infoZhuanTi .infoTabBox li ul {
  background-color: #f8f8f8;
  display: none;
}

.infoZhuanTi .infoTabBox li ul li:nth-last-child(1) {
  border: none;
}

.infoZhuanTi .infoTabBox>li>a::before {
  position: absolute;
  left: 20px;
  top: 10px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #666;
  transform: rotate(45deg);
}

.infoZhuanTi .right {
  margin-left: 40px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.infoZhuanTi .right .bt {
  background-color: #fff;
  height: 60px;
  padding-right: 40px;
}

.infoZhuanTi .right .bt span {
  background-color: #2b408a;
  color: #fff;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: bold;
  font-size: 22px;
}

.infoZhuanTi .mbx {
  display: inline-block;
  float: right;
}

.infoZhuanTi .imageAtext {
  background-color: #fff;
  margin-top: 30px;
  padding: 40px;
  font-size: 16px;
  line-height: 30px;
}

.infoZhuanTi .imageAtext p {
  margin: 20px 0;
}

.infoZhuanTi .imageAtext img {
  display: block;
  width: 100%;
  margin: 20px 0;
}

@media (max-width: 1023px) {
  .infoZhuanTi .left {
    display: none;
  }

  .infoZhuanTi .right {
    margin-left: 0;
  }
}

@media (max-width: 539px) {
  .infoZhuanTi .right .bt {
    height: 50px;
  }

  .infoZhuanTi .right .bt span {
    font-size: 18px;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
  }

  .infoZhuanTi .right .bt .mbx i {
    line-height: 50px;
  }

  .infoZhuanTi .mbx {
    height: 50px;
  }

  .infoZhuanTi .right .bt .mbx a {
    line-height: 50px;
  }

  .infoZhuanTi .imageAtext {
    padding: 15px;
  }

  .infoZhuanTi .imageAtext {
    margin-top: 10px;
  }
}