@charset "utf-8";
/* CSS Document */
body {
  font: 14px / 1.5 "Microsoft YaHei", arial, 微软雅黑, sans-serif;
  color: #333;
  font-size: 15px;
  background: #fff;
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  min-width: 1200px;
}
body,
form,
input,
p,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
  vertical-align: middle;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  color: #333;
}
a:hover {
  outline: none;
  color: #333;
  text-decoration: none;
}
input,
textarea {
  box-sizing: border-box;
  border: 0;
  background: none;
  width: 100%;
  -webkit-appearance: none;
  outline: none;
  resize: none;
}
h2 {
  font-weight: 400;
}
i {
  font-style: normal;
}

.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.container {
  min-width: 1200px;
}

/*头部logo top1*/
.header {
  width: 100%;
  background-color: #ffffff;
  z-index: 999999999999;
}

.header .header_slogan {
  height: 120px;
  margin: 0 auto;
  position: relative;
}
.header .header_slogan .logo {
  width: auto;
  height: 80px;
  padding-top: 30px;
}
.header .header_slogan .logo img {
  width: auto;
  height: 100%;
}
.header .header_slogan .line {
  width: 1px;
  height: 40px;
  margin: 12px 40px 0 30px;
}
.header .header_slogan .text {
  float: left;
  margin: 14px 0 0 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header .header_slogan .text .t1 {
  height: 50px;
  font-size: 24px;
  color: #333333;
  line-height: 50px;
}
.header .header_slogan .text .t2 {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-family: "yahei";
  font-weight: bold;
  color: #6d6d6d;
}

.header .header_slogan .right {
  width: auto;
  height: auto;
  position: relative;
}
.header .header_slogan .right .r2 {
  width: 309px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/t_bd.png) no-repeat center;
  padding-left: 45px;
}
.header .header_slogan .right .r2 ul li {
  float: left;
  width: 85px;
  font-size: 14px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.6);
}
.header .header_slogan .right .r2 ul li:hover a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  width: 66px;
}
.header .header_slogan .right .r2 ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.header .header_slogan .right .rx {
  width: 200px;
  height: 70px;
  margin-top: 66px;
  text-align: right;
  font-size: 25px;
  color: #444444;
  font-weight: bold;
  line-height: 30px;
}
.header .header_slogan .right .phone {
  margin-left: 222px;
  margin-top: -80px;
}

.header .header_slogan .right .phone {
  float: left;
  -webkit-animation: move 1.3s linear infinite;
  animation: move 1.3s linear infinite;
}
/*logo 导航 top2*/
.header .top2 {
  border-top: solid 1px #eee;
  background-color: #e9e9eb;
}
.header .nav {
  width: 100%;
}
.header .nav ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header .nav ul li {
  font-size: 16px;
  text-align: center;
  float: left;
  display: block;
  position: relative;
  line-height: 66px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header .nav ul li.on {
  background-color: #1c268c;
}
.header .nav ul li.on > a {
  color: #fff;
}
.header .nav ul li a {
  color: #333;
  font-size: 17px;
  display: block;
}
.header .nav ul li a i {
  font-size: 12px;
  float: right;
  position: relative;
  right: 30px;
}
.header .nav ul li:hover a i {
  transform: rotate(90deg);
}
.header .nav .ej {
  width: 260px;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  left: 50%;
  margin-left: -130px;
  z-index: 999;
  display: none;
  padding: 0px;
  text-align: center;
}
.header .nav .ej a {
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.header .nav .ej img {
  width: 100%;
}
.header .nav .ej a:hover {
  background: #283795;
  color: #fff;
}
.header .nav ul li:hover .ej {
  display: block;
}
.header .nav .ej ul {
  position: relative;
}
.header .nav .ej ul:hover .sj {
  display: block;
}
.header .nav .ej .sj {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background-color: rgba(245, 245, 245, 0.9);
}
/* banner */
.gallery-top {
  width: 100%;
  height: auto;
  position: relative !important;
  left: 0;
  z-index: 9;
}
.gallery-top .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  background: #fff;
}
.gallery-top .swiper-slide img {
  width: 100%;
  height: auto;
  opacity: 1;
}
.gallery-top .swiper-slide .hb {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.gallery-top .swiper-slide .dxs {
  display: block;
}
.gallery-top .swiper-slide .sxs {
  display: none;
}
.gallery-top .swiper-slide .wz {
  color: #ffffff;
  position: absolute;
  left: 6%;
  top: 35%;
  width: 88%;
}
.gallery-top .swiper-slide .wz h3 {
  font-size: 50px;
  line-height: 120px;
  color: #fff;
  text-transform: uppercase;
}
.gallery-top .swiper-slide .wz p {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
.gallery-top .swiper-slide .wz .aBox {
  overflow: hidden;
}
.gallery-top .swiper-slide .wz .aBox .ljgd {
  display: inline-block;
  width: 160px;
  height: 50px;
  border: solid 1px #fff;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  margin: 20px 10px 0 0;
}
.gallery-top .swiper-slide .wz .aBox .ljgd:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.gallery-top .swiper-button-next::after,
.gallery-top .swiper-button-prev::after {
  display: none;
}
.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
  width: 40px;
  height: 80px;
  opacity: 0.5;
  font-size: 40px;
  line-height: 80px;
  color: #fff;
  background-image: none;
}
.gallery-top .swiper-button-next:hover,
.gallery-top .swiper-button-prev:hover {
  background-color: #333;
}
.gallery-top .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  margin: 0 5px !important;
  opacity: 0.5;
}
.gallery-top .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 2px 5px -2px !important;
  background-color: #00a0e9;
  opacity: 1;
}

/* 首页标题 */
.flexBox {
  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;
}
.syTitle {
  margin-bottom: 40px;
}
.syTitle h1 {
  font-size: 36px;
  color: #293a47;
}
.syTitle h1 b {
  color: #0155a7;
}

.syTitle p.js {
  margin-top: 15px;
  font-family: 微软雅黑;
  letter-spacing: 4px;
  color: #808080;
}
.syTitleW h1,
.syTitleW p,
.syTitleW b {
  color: #fff !important;
}
/* 关于我们 */
.syAbout {
  padding-top: 80px;
}
.syAbout main {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.syAbout .left {
  width: 46%;
}
.syAbout .left h1 {
  font-size: 30px;
  line-height: 60px;
}
.syAbout .left p.en {
  font-size: 18px;
  color: #666;
  line-height: 36px;
  margin-bottom: 40px;
}
.syAbout .left p.blue {
  font-size: 20px;
  font-weight: bold;
  color: #0155a7;
  margin-top: 40px;
}
.syAbout .left p.nr {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.syAbout .right {
  width: 46%;
  padding: 60px 0 0 60px;
  background: url(../images/aboutvideoBj.png) no-repeat;
  background-position: left top;
  background-size: auto 100%;
}
.syAbout video {
  display: block;
  width: 100%;
  height: auto;
}
.syAbout a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 60px;
  padding: 30px 0;
  background: url(../images/ljgdBj.jpg) no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.syAbout a span {
  display: block;
  width: 130px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border: solid 2px #fff;
}
/* 产品 */
.sy-product {
  padding: 80px 0;
  background: url(../images/dd_bg.png) repeat;
}
.sy-product .left {
  width: 20%;
  position: relative;
  display: inline-block;
  float: left;
}
.sy-product .listBox {
  width: 77%;
  margin-left: 3%;
  display: inline-block;
  float: right;
}
/* 左侧 */
.sy-product .infoTabBox {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px #eee;
}
.sy-product .infoTabBox .bt {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 80px;
  padding-left: 20px;
  border-bottom: solid 1px #ccc;
  font-family: "DIN";
  background-color: #1c268c;
  color: #fff;
  overflow: hidden;
}
.sy-product .infoTabBox .bt img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
}
.sy-product .infoTabBox li {
  position: relative;
  border-bottom: solid 1px #eee;
}
.sy-product .infoTabBox li a {
  line-height: 60px;
  padding-left: 20px;
}
.sy-product .infoTabBox i {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/jia.png) no-repeat;
  background-size: 14px 14px;
  background-position: center;
}
.sy-product .infoTabBox .bt i {
  height: 80px;
  background: url(../images/jian.png) no-repeat;
  background-size: 16px 16px;
  background-position: center;
}
.sy-product .infoTabBox li i.cur {
  background: url(../images/jian.png) no-repeat;
  background-size: 16px 16px;
  background-position: center;
}
.sy-product .infoTabBox li ul a {
  display: block;
  padding-left: 40px;
}
.sy-product .infoTabBox li ul a:hover {
  background-color: #1c268c;
  color: #fff;
}
/* 右侧 */
.sy-product .listBox li {
  display: inline-block;
  width: 31.6%;
  margin-right: 2%;
  border-radius: 5px;
  border: solid 1px #eee;
  margin-bottom: 20px;
  background-color: #ffffff;
  transform: translateY(0px);
  transition: transform 0.5s;
}
.sy-product .listBox li:hover {
  border: solid 1px #0155a7;
  transform: translateY(-5px);
  transition: transform 0.5s;
}
.sy-product .listBox li:nth-child(3n) {
  margin-right: 0;
}
.sy-product .listBox li img {
  display: block;
  width: 100%;
}
.sy-product .listBox li .txt {
  padding: 10px 15px;
}
.sy-product .listBox li:hover .txt {
  background-color: #1c268c;
  color: #fff;
}
.sy-product .listBox li h2 {
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
}
.sy-product .listBox li p {
  font-size: 15px;
  line-height: 26px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.sy-product .listBox li:hover p {
  color: rgba(255, 255, 255, 0.8);
}
.sy-product .listBox li a.card-link {
  color: #1c268c;
  border-bottom: solid 1px #1c268c;
}
.sy-product .listBox li span {
  float: right;
  font-size: 14px;
  color: #aaa;
}
.sy-product .more,
.sy-news .more {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  background: url(../images/promore1.jpg) no-repeat;
  background-size: 100% 100%;
}
/*case*/
.case {
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
  background: url(../images/caseBj.jpg) no-repeat;
  background-size: cover;
}
.case .container {
  position: relative;
}
.case .hd {
  height: 106px;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
}
.case .hd .nav {
  width: 100%;
  height: 106px;
  margin: 0 auto;
  border-left: 1px solid #e9e9e9;
}
.case .hd .nav ul {
  width: 100%;
}
.case .hd .nav ul li {
  height: auto;
  border-right: 1px solid #e9e9e9;
  float: left;
  padding-top: 23px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.case .hd .nav ul li .l1 {
  width: 100%;
  text-align: center;
}
.case .hd .nav ul li .l2 {
  width: 100%;
  text-align: center;
  color: #3a3a3a;
  font-size: 18px;
  margin-top: 8px;
}

.case .swiper {
  margin-top: 40px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .swiper-slide .l1 {
  width: 100%;
  height: 230px;
}
.case .swiper-slide .l1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .swiper-slide .l2 {
  color: #424242;
  font-size: 20px;
  margin-top: 15px;
}

.case .l3 {
  font-size: 13px;
  color: #767676;
  margin-top: 9px;
  line-height: 25px;
}
.case .swiper-button-next,
.case .swiper-button-prev {
  top: 66%;
  background-image: none !important;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 27px;
  text-align: center;
}
.case .swiper-button-next {
  right: -40px;
}
.case .swiper-button-prev {
  left: -40px;
}
/* 技术资讯 */
.sy-news {
  background: url(../images/synewsBJ.png) no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 80px 0;
}
.sy-news main {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  height: 400px;
  -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-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.sy-news main .left {
  width: 49.5%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
.sy-news main .left .imgBox {
  height: 240px;
  overflow: hidden;
}
.sy-news main .left .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.sy-news main .left:hover .imgBox img {
  transform: scale(1.06);
  transition: all 0.5s;
}
.sy-news main .right {
  width: 49.5%;
  height: 100%;
}
.sy-news main .right a {
  position: relative;
  background-color: #fff;
  height: 180px;
}
.sy-news main .right a.top {
  display: block;
  height: 206px;
  margin-bottom: 14px;
}
.sy-news main .right a.bottom {
  width: 49%;
}
.sy-news main .right a.bottom2 {
  margin-left: 2%;
}
.sy-news main a p.bt {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.sy-news main .right a p.bt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.sy-news main a p.nr {
  font-size: 13px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.sy-news main .time {
  margin-top: 15px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.sy-news main .time span {
  display: inline-block;
  line-height: 36px;
  font-size: 13px;
  color: #999;
}
.sy-news main .time span:nth-child(2) {
  padding-right: 40px;
  background: url(../images/morejt.png) no-repeat;
  background-position: right center;
}
.sy-news main .right a .time {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 10px 30px;
}
.sy-news .mag {
  margin-top: 20px;
}

/* 底部 */
footer {
  background: url(../images/infoNewsBj.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
}
.syContact {
  padding: 100px 0 80px;
  color: rgba(0, 0, 0, 0.8);
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.syContact .leftBox {
  width: 50%;
}
.syContact .leftBox h1 {
  line-height: 50px;
  letter-spacing: 2px;
  color: #0f144a;
  font-size: 40px;
  font-weight: bold;
}
.syContact .leftBox h2,
.syContact .rightBox h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
}
.syContact .leftBox p {
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0 10px;
  color: rgba(0, 0, 0, 0.5);
}
.syContact .leftBox ul {
  margin-top: 10px;
  line-height: 30px;
}
.syContact .leftBox ul span {
  color: #1c268c;
  font-size: 24px;
}
.syContact .leftBox ul span i {
  font-size: 14px;
}
.syContact .rightBox {
  width: 30%;
}
.syContact .rightBox input,
.syContact .rightBox textarea {
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.2);
  line-height: 28px;
  padding: 4px 10px;
  border-radius: 3px;
  margin-top: 10px;
  font-size: 12px;
  background-color: #fff;
}
.syContact .rightBox input:hover,
.syContact .rightBox textarea:hover {
  background-color: #f8f8f8;
}
.syContact .rightBox textarea {
  height: 160px;
}
.syContact .rightBox button {
  display: block;
  width: 100%;
  font-size: 16px;
  height: 36px;
  margin-top: 6px;
  color: #fff;
  background-color: #1c268c;
  outline: none;
}
.syContact .rightBox button:hover {
  background-color: #fff;
  color: #1c268c;
  border-color: #1c268c;
}
/* 底部logo */
footer .bottomBox {
  margin-top: 40px;
  display: block;
  height: 60px;
  border-bottom: solid 1px #444;
}
footer .bottomBox img {
  height: 50px;
}
footer .bottomBox .right li {
  position: relative;
  float: right;
  margin: 15px 2px;
}
footer .bottomBox .right li a {
  display: block;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border-radius: 50%;
}
footer .bottomBox .right li img.icon {
  height: 18px;
  margin: 8px;
}
footer .bottomBox .right .tc {
  display: none;
  position: absolute;
  bottom: 40px;
  right: -5px;
  width: 144px;
  height: auto;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
footer .bottomBox .right .tc p {
  text-align: center;
}
footer .bottomBox .right .tc img {
  width: 100%;
  height: 100%;
}
footer .bottomBox .right .tc p {
  position: relative;
}
footer .bottomBox .right .tc p::after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: solid 10px transparent;
  border-top-color: #fff;
  right: 8px;
  bottom: -23px;
}
footer ul li:hover a {
  color: #eee;
}
/* footer .bottomBox .right li:hover .tc {
  display: block;
} */
footer .bottomBox .right li:hover a {
  background-color: #343434;
}
/* 版权 */
footer .banquan {
  padding: 40px 0;
  background-color: #272727;
  overflow: hidden;
}
footer .banquan p,
footer .banquan a {
  color: #6c7073;
  font-size: 13px;
  line-height: 30px;
}
footer .banquan a:hover {
  color: #eee;
}
/* 在线客服 */

.sidebar {
  position: fixed;
  z-index: 1000;
  left: auto;
  right: 0px;
  top: 50%;
  margin-top: -150px;
  width: 70px;
  height: 240px;
  transition: all 0.5s;
  /*width: 62px; height: 240px; transform: translate(0,-50%); -webkit-transform: translate(0,-50%);*/
}

.sidebar li {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  float: left;
  cursor: pointer;
  width: 100%;
  text-align: center;
  position: relative;
  width: 70px;
  height: 70px;
  border: 1px solid #ebe7e7;
  border-radius: 2px;
  background: #fff;
  background: linear-gradient(to bottom, #e8e8e8 0%, #d9d9d9 100%);
}

.sidebar li span {
  width: 32px;
  height: 32px;
  display: block;
  margin: 8px auto 0;
  font-size: 20px;
}
.sidebar li:hover span {
  color: #fff;
}

.sidebar li em {
  display: block;
  font-size: 14px;
}

.sidebar li a {
  color: #333;
}

.sidebar li .li_con {
  padding: 15px;
  display: none;
  text-align: left;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  position: absolute;
  right: 70px;
  top: 0;
  box-shadow: 0px 0px 3px 0px #ccc;
  background: #fff;
}

.sidebar li:hover {
  background: #292e39;
  border: 1px solid #292e39;
  border-radius: 2px;
}

.sidebar li:hover em {
  color: #fff;
}

.sidebar li:hover .li_con {
  display: block;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.sidebar li .li_con .cl {
  display: none;
}

.sidebar li .li_box01 {
  width: 420px;
}

.sidebar li .li_box01 dt {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.sidebar li .li_box01 h5 {
  margin-bottom: 15px;
}
.sidebar li .li_box01 dt input {
  float: left;
  width: calc(100% - 110px);
  padding: 0 10px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ebe7e7;
  background: #fff;
  font-size: 12px;
}

.sidebar li .li_box01 dt button {
  float: right;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  border: none;
  font-size: 12px;
  color: #fff;
  background: #292e39;
}

.sidebar li .li_box01 dd {
  margin-bottom: 5px;
}

.sidebar li .li_box01 dd > img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.sidebar li .li_box01 dd i {
  color: #292e39;
}

.sidebar li .li_box03 {
  text-align: center;
  width: 150px;
}

.sidebar li .li_box03 p {
  margin-top: 5px;
}
.sidebar li .li_box03 img {
  display: block;
  width: 100%;
}

/* 内页banner */
.infoBanner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
}
.infoBanner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.infoBanner .word {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}
.infoBanner .word2 {
  color: #fff;
  letter-spacing: 1px;
}
.infoBanner .box .word2 h2 {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}
.infoBanner .box .word2 p {
  margin-top: 14px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
/* 产品列表 */
.infoProduct main .left {
  position: relative;
}
.infoProduct main .left .infoTabBox {
  position: sticky;
  top: 0;
  left: 0;
}
.infoProduct .pagination {
  margin-top: 40px;
}
.infoProduct .pagination a {
  padding: 18px 25px;
}
/* 产品详情 */
.infoXqTxt {
  display: inline-block;
  float: right;
  width: 76%;
  margin-left: 4%;
  background-color: #fff;
  overflow: hidden;
  padding: 0 0 60px 0;
}
/* 产品简介 */
.ny-product-jj .imgBox {
  width: 340px;
  height: 440px;
  float: left;
  display: inline-block;
  background-color: #fff;
  position: relative;
}
.ny-product-jj .imgBox a.DownV {
  position: absolute;
  right: 10px;
  bottom: 110px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fcc800;
  color: #000;
  text-align: center;
  line-height: 40px;
  z-index: 99;
}

.ny-product-jj .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.ny-product-jj .mySwiper2 {
  height: 340px;
  width: 100%;
}
.ny-product-jj .mySwiper2 .swiper-slide {
  position: relative;
  background-color: #fff;
}

.ny-product-jj .mySwiper {
  padding: 10px 0;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
}

.ny-product-jj .mySwiper .swiper-slide {
  width: 50%;
  height: 100%;
  opacity: 0.6;
  background-color: #fff;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 65px;
  border: solid 1px #ccc;
  padding: 10px;
}

.ny-product-jj .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  background: url(../images/jbbj.png) no-repeat;
  background-size: 100%;
  border: solid 1px #fcc800;
}

.ny-product-jj .swiper-slide img,
.ny-product-jj .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

.ny-product-jj .swiper-button-next,
.ny-product-jj .swiper-button-prev {
  width: 20px;
  height: 30px;
  border: solid 1px #aaa;
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 26px;
  text-align: center;
}

.ny-product-jj .txtBox {
  display: inline-block;
  width: calc(100% - 380px);
  float: right;
}
.ny-product-jj .txtBox .bt {
  font-size: 24px;
  font-weight: bold;
}
.ny-product-jj .txtBox .xian {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 40px 0;
}
.ny-product-jj .txtBox .xian span {
  display: block;
  width: 40%;
  height: 2px;
  background-color: #fcc800;
}
.ny-product-jj .txtBox li {
  font-size: 16px;
  color: #666;
  margin: 10px 0;
  padding-left: 30px;
  position: relative;
}
.ny-product-jj .txtBox li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #6b5c67;
}
.ny-product-jj .txtBox .aBox {
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ny-product-jj .txtBox .aBox a {
  padding: 12px 26px;
  border: solid 1px transparent;
  margin-right: 30px;
  border-radius: 5px;
  font-weight: bold;
  opacity: 0.8;
}
.ny-product-jj .txtBox .aBox a:hover {
  opacity: 1;
}
.ny-product-jj .txtBox .aBox a:nth-child(1) {
  background-color: #ffa300;
  color: #000;
}
.ny-product-jj .txtBox .aBox a:nth-child(2) {
  color: #333;
  border-color: #333;
}
.infoCpBt {
  margin-top: 40px;
  border: solid 1px #eee;
  line-height: 50px;
  background-color: #f9f9f9;
}
.infoCpBt span {
  display: block;
  width: 160px;
  background-color: #ffa300;
  color: #000;
  text-align: center;
  font-weight: bold;
}

.infoXqTxt .wz p {
  font-size: 16px;
  line-height: 32px;
  margin: 20px 0;
  text-align: justify;
}
.infoXqTxt .wz img {
  max-width: 100%;
  margin: 20px 0;
  margin: 0 auto;
}
.next-box {
  border-top: solid 1px #eee;
  overflow: hidden;
  padding: 15px 0;
}

.next-box a {
  display: inline-block;
  float: left;
  font-size: 16px;
  width: 49%;
  background-color: #fff;
  border: solid 1px #eee;
  margin: 0;
  padding: 0 20px;
  line-height: 50px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.next-box a:nth-child(2) {
  float: right;
}

.next-box a:hover {
  color: #ffa300;
  border-color: #ffa300;
}
