@charset "UTF-8";
*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  padding: 0;
  width: 100%;
  color: #222;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif, Microsoft Yahei;
  font-size: 14px;
  line-height: 1;
  background: #fff;
}



.ul, .ul .li, .ul li, .ul td, .ul dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}



a {
  -webkit-transition-timing-function: cubic-bezier(0.43, 0.195, 0.02, 1);
     -moz-transition-timing-function: cubic-bezier(0.43, 0.195, 0.02, 1);
       -o-transition-timing-function: cubic-bezier(0.43, 0.195, 0.02, 1);
          transition-timing-function: cubic-bezier(0.43, 0.195, 0.02, 1);
}

textarea, select {
  outline: none;
  color: #666;
  font-size: 14px;
  width: 100%;
}

img {
  border: none;
 
  max-width: 100%;
}




:root {
  --color: #12479C;
  --webgdt: -webkit-calc(100vw - 100%);
  --webgdt: -moz-calc(100vw - 100%);
  --webgdt: calc(100vw - 100%);
}

.gdt::-webkit-scrollbar {
  width: 6px;
  height: 1px;
  padding: 0 2px;
}

.gdt::-webkit-scrollbar-thumb {
  background: #19A7B3;
  border-radius: 20px;
}

.gdt::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
  border-radius: 20px;
  width: 2px;
  background: -webkit-linear-gradient(left, transparent 0%, transparent 33.33%, #D9D9D9 33.33%, #D9D9D9 66.66%, transparent 66.66%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, transparent 33.33%, #D9D9D9 33.33%, #D9D9D9 66.66%, transparent 66.66%, transparent 100%);
}

.gdt2::-webkit-scrollbar {
  width: 3px;
  height: 1px;
  padding: 0 2px;
}

.gdt2::-webkit-scrollbar-thumb {
  background: #19A7B3;
  border-radius: 20px;
}

.gdt2::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
  border-radius: 20px;
  width: 1px;
  background: -webkit-linear-gradient(left, transparent 0%, transparent 33.33%, #D9D9D9 33.33%, #D9D9D9 66.66%, transparent 66.66%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, transparent 33.33%, #D9D9D9 33.33%, #D9D9D9 66.66%, transparent 66.66%, transparent 100%);
}

.fw_100 {
  font-weight: 100;
}

.img_cct {
  width: 100%;
  opacity: 0;
}

.line10 {
  line-height: -webkit-calc(1em + 10px);
  line-height: -moz-calc(1em + 10px);
  line-height: calc(1em + 10px);
}

.t_line1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.t_line2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.t_line3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.t_line4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.t_line5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/*分页*/
.w1440 {
  max-width: 1440px;
  width: 76%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.boxss {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.boxss2 {
  max-width: 1400px;
  width: 88%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.boxss3 {
  max-width: 1760px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.alltime, .alltime * {
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.alltime2, .alltime2 * {
  -webkit-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.alltime3, .alltime3 * {
  -webkit-transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.alltime4, .alltime4 * {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.wow, .wow2 {
  opacity: 0;
}

.wow1 {
  opacity: 1;
}

.fbd {
  font-weight: bold;
}

.fce {
  text-align: center;
}

.iw100 {
  width: 100%;
}

.place::-webkit-input-placeholder {
  color: #DDDDDD;
}

.place:-moz-placeholder {
  color: #DDDDDD;
}

.place::-moz-placeholder {
  color: #DDDDDD;
}

.place:-ms-input-placeholder {
  color: #DDDDDD;
}

/* 视频弹框 */
.z_tanchuang {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.z_tanchuang .tbox {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}

.z_tanchuang .tbox .modal {
  background: white;
  padding: 0px;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto;
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
  transform: translateY(5%);
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.z_tanchuang .tbox .modal .out {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff url(../images_die/svg/out.svg) center no-repeat;
  -o-background-size: 20px;
     background-size: 20px;
  color: #000;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  top: -20px;
  right: -20px;
  cursor: pointer;
  z-index: 5;
}

.z_tanchuang .tbox .modal .img {
  margin: 0 auto;
}

.z_tanchuang .tbox .modal .img video {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.z_tanchuang .tbox .modal .img img {
  margin: 0 auto;
}

.z_tanchuang .tbox .modal .out:hover {
  background: #fff url(../images_die/svg/out2.svg) center no-repeat;
  -o-background-size: 20px;
     background-size: 20px;
  -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.z_tanchuang .tbox .modal2 {
  padding: 20px;
}

.z_tanchuang .tbox .modal .img {
  max-width: 1000px;
}

.z_tanchuang.act {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
}

.z_tanchuang.act .tbox .modal {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* 分页 */
/*分页*/
.page1 {
  text-align: center;
  margin: 0;
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "arial";
}

.page1 span a {
  display: block;
  color: #666;
  width: 40px;
  height: 40px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 30px;
}

.page1 span a:hover, .page1 span.current a {
  background: #3366CC;
  color: #fff;
  border: 1px solid #3366CC;
}

.page1 span.current a {
  background: #3366CC;
  color: #fff;
}

.page1 span {
  margin: 0 5px;
  display: inline-block;
  line-height: 38px;
  color: #333;
}

.page1 span input, .page1 span .go {
  display: block;
  width: 55px;
  height: 40px;
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  outline: none;
  text-align: center;
  background: #fff;
  border-radius: 30px;
}

.page1 span .all {
  display: block;
  width: 160px;
  height: 40px;
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  outline: none;
  text-align: center;
  background: #fff;
  border-radius: 30px;
}

.page2 {
  width: 160px;
  background: #3366CC;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 40px;
  display: none;
  text-align: center;
}

.page1 span a {
  border-radius: 0;
}

.page1 span {
  margin: 0;
}

.page1 span input {
  border-radius: 6px;
}

.page1 span a:hover, .page1 span.current a {
  background: #3366CC;
  border: 1px solid #3366CC;
}

.page1 span.current a {
  background: #3366CC;
}

.page2 {
  background: #3366CC;
}

.page1 span a.pre s {
  display: block;
  width: 21px;
  height: 21px;
  background: url(../images/svg/bmm/fy_jt.svg) center no-repeat;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.page1 span a.pre:hover s {
  background: url(../images/svg/bmm/fy_jt2.svg) center no-repeat;
}

.page1 span a.nex s {
  display: block;
  width: 21px;
  height: 21px;
  background: url(../images/svg/bmm/fy_jt.svg) center no-repeat;
}

.page1 span a.nex:hover s {
  background: url(../images/svg/bmm/fy_jt2.svg) center no-repeat;
}

.page1 span a.pre, .page1 span a.nex {
  width: 100px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page1 span a.pre {
  border-radius: 6px 0 0 6px;
}

.page1 span a.nex {
  border-radius: 0 6px 6px 0;
}

.page1 .page-text {
  color: #333;
  margin: 0 0.08rem;
}

.page1 span.qd {
  width: 72px;
}

.page1 span.qd a {
  width: 100%;
  border-radius: 6px;
}

/* 关于 */
.boxss_ny {
  max-width: 1680px;
}

.banner_ny {
  position: relative;
}

.banner_ny img {
  width: 100%;
}

.banner_ny .mimg {
  display: none;
}

.banner_ny .txt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 3;
  color: #fff;
  line-height: 1.2;
  padding-top: 0.3rem;
}

.banner_ny .txt .tc {
  margin-top: 20px;
  line-height: 1.32;
}

.banner_nav {
  border-bottom: 1px solid #ddd;
}

.banner_nav .aox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner_nav .aox a {
  display: block;
  position: relative;
  line-height: 76px;
  margin: 0 0.65rem;
}

.banner_nav .aox a s {
  display: block;
  width: 0%;
  height: 4px;
  border-radius: 100px;
  background: -webkit-linear-gradient(left, #437BE6 0%, #89BAEE 17.76%, #CFF9F7 42.94%, #CFF9F7 51.82%, #89BAEE 75.91%, #437BE6 100%);
  background: -moz-linear-gradient(left, #437BE6 0%, #89BAEE 17.76%, #CFF9F7 42.94%, #CFF9F7 51.82%, #89BAEE 75.91%, #437BE6 100%);
  background: -o-linear-gradient(left, #437BE6 0%, #89BAEE 17.76%, #CFF9F7 42.94%, #CFF9F7 51.82%, #89BAEE 75.91%, #437BE6 100%);
  background: linear-gradient(90deg, #437BE6 0%, #89BAEE 17.76%, #CFF9F7 42.94%, #CFF9F7 51.82%, #89BAEE 75.91%, #437BE6 100%);
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
       transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -1px;
  z-index: 2;
}

.banner_nav .aox a.act s, .banner_nav .aox a:hover s {
  width: 100%;
}

.banner_nav .aox a.act, .banner_nav .aox a:hover {
  color: #3366CC;
}

.ab1 {
  padding: 1.45rem 0 1.7rem;
}

.ab1 .img {
  width: 48%;
  max-width: 804px;
  position: relative;
  float: right;
}

.ab1 .img .img1 {
  width: 100%;
  height: 595px;
  border-radius: 10px;
  overflow: hidden;
}

.ab1 .img .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ab1 .img .img2 {
  width: 42%;
  max-width: 336px;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  left: -0.7rem;
  bottom: -0.6rem;
  z-index: 2;
}

.ab1 .img .img2 .img2-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 0.64rem;
}

.ab1 .txt {
  width: 44%;
  float: left;
  line-height: 1.3;
}

.ab1 .txt .tt {
  color: #3366CC;
}

.ab1 .txt .tt2 {
  margin: 0.3rem 0 0.15rem;
}

.ab1 .txt .tc {
  color: #666;
  text-align: justify;
  line-height: 28px;
  padding-bottom: 50px;
}

.ab1 .txt .ul1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.ab1 .txt .ul1 li {
  width: 45%;
  margin-top: 30px;
}

.ab1 .txt .ul1 li .ltt {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #3366CC;
  font-weight: bold;
  line-height: 1;
}

.ab1 .txt .ul1 li .ltt .sz {
  font-family: "popM";
}

.ab1 .txt .ul1 li .ltc {
  line-height: 32px;
}

.ab2 {
  padding: 1.05rem 0 1.2rem;
  background: #3366CC;
  color: #fff;
}

.ab2 .tt {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.ab2 .tt .anniu {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.ab2 .tt .anniu .btn {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 15px;
  cursor: pointer;
  background: url(../images_die/svg/bmm/jt_b.svg) center no-repeat;
  -o-background-size: 0.1rem;
     background-size: 0.1rem;
}

.ab2 .tt .anniu .prev_ab1 {
  -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.ab2 .tt .anniu .btn:hover {
  background: #fff url(../images_die/svg/bmm/jt_l.svg) center no-repeat;
  -o-background-size: 0.1rem;
     background-size: 0.1rem;
}

.ab2 .lunbo {
  padding: 0.7rem 0 0.9rem;
}

.swiper_ab1 .swiper-slide .sbox {
  position: relative;
  height: 400px;
}

.swiper_ab1 .swiper-slide .sbox .img {
  width: 42%;
  max-width: 700px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  float: left;
}

.swiper_ab1 .swiper-slide .sbox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper_ab1 .swiper-slide .sbox .txt {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 58%;
  height: 100%;
  padding-left: 1rem;
  line-height: 1.5;
  padding-bottom: 1rem;
}

.swiper_ab1 .swiper-slide .sbox .txt .stt {
  font-family: "popM";
}

.swiper_ab1 .swiper-slide .sbox .txt .tox {
  position: relative;
  z-index: 3;
}

.swiper_ab1 .swiper-slide .sbox .txt .yrar {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18vw;
  font-family: "popM";
  padding-left: 5%;
  opacity: 0.12;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}

.ab2 .abtm {
  position: relative;
  z-index: 2;
}

.ab2 .abtm .xian {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 1;
  opacity: 0.2;
}

.swiper_ab2 .swiper-slide {
  cursor: pointer;
}

.swiper_ab2 .swiper-slide .sbox {
  text-align: center;
  opacity: 0.3;
}

.swiper_ab2 .swiper-slide .sbox .year {
  line-height: 28px;
  margin-bottom: 15px;
}

.swiper_ab2 .swiper-slide .sbox .yuan {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  position: relative;
}

.swiper_ab2 .swiper-slide .sbox .yuan s {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 2;
}

.swiper_ab2 .swiper-slide .sbox .yuan span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  background: #fff;
}

.swiper_ab2 .swiper-slide.act .sbox {
  opacity: 1;
}

.ab3 {
  position: relative;
  overflow: hidden;
  padding: 1.1rem 0 1.6rem;
}

.ab3 .tt {
  text-align: center;
  color: #3366CC;
}

.ab3 .dl1 {
  max-width: 620px;
  width: 37%;
  margin: 0.9rem auto 0;
  position: relative;
}

.ab3 .dl1 dt, .ab3 .dl1 dt img {
  width: 100%;
}

.ab3 .dl1 dd {
  width: -webkit-calc(50% - 6px);
  width: -moz-calc(50% - 6px);
  width: calc(50% - 6px);
  height: -webkit-calc(50% - 6px);
  height: -moz-calc(50% - 6px);
  height: calc(50% - 6px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}

.ab3 .dl1 dd .img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.ab3 .dl1 dd .img img {
  width: 100%;
}

.ab3 .dl1 dd .img img:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  max-width: 150%;
  opacity: 0;
}

.ab3 .dl1 dd .xian {
  display: block;
  width: 2.1rem;
  position: absolute;
  right: 88%;
  top: 50%;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.ab3 .dl1 dd .xian .dian {
  display: block;
  width: 10px;
  height: 10px;
  background: #3366CC;
  border-radius: 50%;
  position: relative;
  top: -5px;
  left: -5px;
}

.ab3 .dl1 dd .txt {
  position: absolute;
  right: 120%;
  top: 43%;
  width: 2.7rem;
  line-height: 1.5;
  color: #888;
}

.ab3 .dl1 dd .txt .att {
  color: #000;
  margin-bottom: 5px;
}

.ab3 .dl1 dd .txt .en {
  max-height: 20px;
  overflow: hidden;
}

.ab3 .dl1 dd .txt .cn {
  max-height: 0px;
  overflow: hidden;
}

.ab3 .dl1 dd:nth-child(2) {
  left: auto;
  right: 0;
}

.ab3 .dl1 dd:nth-child(2) .img img:nth-child(2) {
  right: auto;
  left: 0;
}

.ab3 .dl1 dd:nth-child(2n) .xian {
  right: auto;
  left: 88%;
}

.ab3 .dl1 dd:nth-child(2n) .xian .dian {
  top: -5px;
  left: -webkit-calc(100% - 5px);
  left: -moz-calc(100% - 5px);
  left: calc(100% - 5px);
}

.ab3 .dl1 dd:nth-child(2n) .txt {
  left: 175%;
  right: auto;
  top: 43%;
  width: 2.7rem;
  line-height: 1.5;
  color: #888;
}

.ab3 .dl1 dd:nth-child(3) {
  top: auto;
  bottom: 0;
}

.ab3 .dl1 dd:nth-child(3) .img img:nth-child(2) {
  bottom: auto;
  top: 0;
}

.ab3 .dl1 dd:nth-child(4) {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.ab3 .dl1 dd:nth-child(4) .img img:nth-child(2) {
  bottom: auto;
  top: 0;
  right: auto;
  left: 0;
}

.ab3 .dl1 dd.act .img img:nth-child(1) {
  opacity: 0;
}

.ab3 .dl1 dd.act .img img:nth-child(2) {
  opacity: 1;
  width: 113%;
}

.ab3 .dl1 dd.act .txt .att {
  color: #3366CC;
}

.ab3 .dl1 dd.act .txt .en {
  max-height: 0px;
}

.ab3 .dl1 dd.act .txt .cn {
  max-height: 100px;
}

.ab4 {
  background: url(../images/bmm/ab_4bg.webp) center no-repeat;
  -o-background-size: cover;
     background-size: cover;
  min-height: 46.875vw;
  padding-top: 1rem;
}

.ab4 .tt {
  text-align: center;
  color: #3366CC;
  margin-bottom: 1.55rem;
}

.ab4 .txt {
  width: 43%;
  margin-left: 57%;
  line-height: 1.325;
}

.ab4 .txt .tc {
  line-height: 28px;
  color: #666;
  margin-top: 0.35rem;
  text-align: justify;
}

.ab5 {
  padding: 1.35rem 0 1rem;
}

.ab5 .tt {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  color: #3366CC;
  margin-bottom: 0.7rem;
}

.ab5 .tt .anniu {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.ab5 .tt .anniu .btn {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  margin-left: 15px;
  cursor: pointer;
  background: url(../images_die/svg/bmm/jt_h.svg) center no-repeat;
  -o-background-size: 0.1rem;
     background-size: 0.1rem;
}

.ab5 .tt .anniu .prev_ab3 {
  -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.ab5 .tt .anniu .btn:hover {
  background: #3366CC url(../images_die/svg/bmm/jt_b.svg) center no-repeat;
  -o-background-size: 0.1rem;
     background-size: 0.1rem;
  border: 1px solid #3366CC;
}

.swiper_ab3 {
  padding-bottom: 30px;
}

.swiper_ab3 .swiper-slide {
  height: auto;
}

.swiper_ab3 .swiper-slide .sbox {
  padding: 0.7rem 0.6rem;
  background: #F3F8FC;
  cursor: pointer;
  text-align: center;
  line-height: 1.5;
  width: 100%;
  height: 100%;
}

.swiper_ab3 .swiper-slide .sbox .img {
  margin: 0 auto;
  width: 100%;
  max-width: 280px;
  position: relative;
}

.swiper_ab3 .swiper-slide .sbox .img img {
  width: 100%;
}

.swiper_ab3 .swiper-slide .sbox .img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.swiper_ab3 .swiper-slide .sbox .img .stt {
  width: 60%;
  position: absolute;
  left: 20%;
  bottom: 37%;
  z-index: 2;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.swiper_ab3 .swiper-slide .sbox .txt {
  padding-top: 20px;
  line-height: 1.8;
  color: #666;
  opacity: 0;
}

.swiper_ab3 .swiper-slide .sbox .txt .stt {
  color: #3366CC;
}

.swiper_ab3 .swiper-slide:hover .sbox .img .stt {
  opacity: 0;
}

.swiper_ab3 .swiper-slide:hover .sbox .img img:nth-child(2) {
  opacity: 1;
}

.swiper_ab3 .swiper-slide:hover .sbox .txt {
  opacity: 1;
}

.swiper_ab3 .pagination_ab3 {
  bottom: 0;
}

/* 产品分类 */
.prs1 {
  padding: 1rem 0 0.2rem;
}

.prs1 .ul1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.prs1 .ul1 li {
  width: 48.3%;
  max-width: 810px;
  margin-bottom: 0.8rem;
}

.prs1 .ul1 li .img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.prs1 .ul1 li .img img {
  width: 100%;
  -moz-transform: scale(1.0002);
   -ms-transform: scale(1.0002);
    -o-transform: scale(1.0002);
       transform: scale(1.0002);
  -webkit-transform: scale(1.0002);
}

.prs1 .ul1 li .ltt {
  line-height: 1.35;
  margin: 0.4rem 0 0.25rem;
}

.prs1 .ul1 li .ltc {
  line-height: 28px;
  color: #666;
}

.prs1 .ul1 li .dl1 {
  margin-top: 0.4rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.prs1 .ul1 li .dl1 dd {
  width: 50%;
}

.prs1 .ul1 li .dl1 dd .dox {
  margin-top: 15px;
}

.prs1 .ul1 li .dl1 dd .dox .dtt {
  line-height: 26px;
  color: #333;
  opacity: 0.5;
}

.prs1 .ul1 li .dl1 dd .dox .dtc {
  padding-top: 5px;
  overflow: hidden;
  max-height: 0px;
}

.prs1 .ul1 li .dl1 dd .dox .dtc a {
  display: block;
  line-height: 22px;
  color: #666;
  padding-left: 1em;
  opacity: 0.5;
  margin-top: 5px;
}

.prs1 .ul1 li .dl1 dd .dox .dtc a:hover {
  color: #3366CC;
  opacity: 1;
}

.prs1 .ul1 li:hover .img img {
  width: 100%;
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
       transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.prs1 .ul1 li:hover .ltt {
  color: #3366CC;
}

.prs1 .ul1 li .dl1 dd .dox:hover .dtt {
  opacity: 1;
  font-weight: bold;
}

.prs1 .ul1 li .dl1 dd .dox:hover .dtc {
  max-height: 200px;
}

/* 产品列表 */
.pr_li1 {
  padding: 1rem 0;
}

.pr_li1 .plt {
  width: 24%;
  max-width: 400px;
  float: left;
}

.pr_li1 .plt .ss {
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.pr_li1 .plt .ss input {
  display: block;
  width: 100%;
  height: 60px;
  outline: none;
  padding: 0 0.8rem 0 0.25rem;
  border: 0;
}

.pr_li1 .plt .ss .a {
  display: block;
  width: 0.72rem;
  height: 100%;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  z-index: 2;
  background: url(../images_die/svg/bmm/ss.svg) center no-repeat;
}

.pr_li1 .plt .ss .a:hover {
  background: #3366CC url(../images_die/svg/bmm/ss2.svg) center no-repeat;
}

.pr_li1 .plt .aox {
  margin-top: 40px;
}

.pr_li1 .plt .aox .ax{

}

.pr_li1 .plt .aox .a {
  display: block;
  position: relative;
  border-bottom: 1px solid #ddd;
  z-index: 1;
  line-height: 34px;
  padding: 25px;
}

.pr_li1 .plt .aox .a .wz {
  position: relative;
  z-index: 3;
  padding-right: 30px;
  background: url(../images_die/svg/bmm/jt_b.svg) center right no-repeat;
}

.pr_li1 .plt .aox .a .bg {
  width: 100%;
  height: -webkit-calc(100%);
  height: -moz-calc(100%);
  height: calc(100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #12479C;
  border-radius: 10px;

  opacity: 0;
}

.pr_li1 .plt .aox .ax:hover .a, .pr_li1 .plt .aox .ax.act .a {
  z-index: 2;
  border-bottom: 1px solid rgba(0,0,0,0);
}

 .pr_li1 .plt .aox .ax.act2 .a{
   border-bottom: 1px solid rgba(0,0,0,0);
 } 

.pr_li1 .plt .aox .ax:hover .a .bg, .pr_li1 .plt .aox .ax.act .a .bg {
  opacity: 1;
}

.pr_li1 .plt .aox .ax:hover .a .wz, .pr_li1 .plt .aox .ax.act .a .wz {
  color: #fff;
}


.pr_li1 .plt .aox .atc{padding: 10px 25px ;display:none;}

.pr_li1 .plt .aox .atc .a2{display: block;line-height: 30px;border-bottom: 1px solid #ddd;padding: 10px ;}

.pr_li1 .plt .aox .atc .a2.act,.pr_li1 .plt .aox .atc .a2:hover{color: #12479C;font-weight: bold;}


.pr_li1 .plt .aox .ax.act .atc{display:block;}

.pr_li1 .prt {
  width: 71%;
  max-width: 1190px;
  float: right;
}

.pr_li1 .prt .ptop {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  line-height: 50px;
}

.pr_li1 .prt .ptop .ptll {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #888;
  opacity: 0;
  pointer-events: none;
  margin: 0 15px 0 0;
}

.pr_li1 .prt .ptop .ptll span {
  color: #3366CC;
}

.pr_li1 .prt .ptop .ptll a {
  display: none;
  width: 50px;
  height: 50px;
  border: 1px solid #3366CC;
  border-radius: 50%;
  text-align: center;
  color: #3366CC;
  margin: 0 15px 0 20px;
}

.pr_li1 .prt .ptop .ptll a:hover {
  background: #3366CC;
  color: #fff;
}

.pr_li1 .prt .ptop .ptrr {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.3rem;
  background: #3366CC;
  border-radius: 30px;
  color: #fff;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  cursor: pointer;
}

.pr_li1 .prt .ptop .ptrr .ico {
  margin-left: 10px;
}

.pr_li1 .prt .ptop .ptrr:hover, .pr_li1 .prt .ptop .ptrr.act {
  background: #12479C;
}

.pr_li1 .prt .ul1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0.5rem 0 0.2rem;
}

.pr_li1 .prt .ul1 li {
  width: -webkit-calc((100% - 0.6rem) / 3);
  width: -moz-calc((100% - 0.6rem) / 3);
  width: calc((100% - 0.6rem) / 3);
  margin: 0 0.3rem 0.4rem 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.pr_li1 .prt .ul1 li:nth-child(3n) {
  margin-right: 0;
}

.pr_li1 .prt .ul1 li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.7rem 0.35rem 0.45rem;
  text-align: center;
  line-height: 1.5;
}

.pr_li1 .prt .ul1 li a.act + .item-check {
  background: url(../images_die/svg/bmm/dx2.svg) center no-repeat;
}

.pr_li1 .prt .ul1 li a .img {
  display: block;
  width: 100%;
  margin: 0 auto 0.2rem;
  max-width: 300px;
}

.pr_li1 .prt .ul1 li a .img img {
  width: 100%;
  -moz-transform: scale(1.00002);
   -ms-transform: scale(1.00002);
    -o-transform: scale(1.00002);
       transform: scale(1.00002);
  -webkit-transform: scale(1.00002);
}

.pr_li1 .prt .ul1 li a div {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.pr_li1 .prt .ul1 li a .ltt2 {
  margin: 5px 0 20px;
  color: #3366CC;
}

.pr_li1 .prt .ul1 li a .ltc {
  color: #888;
}

.pr_li1 .prt .ul1 li .item-check {
  position: absolute;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 2;
  cursor: pointer;
  background: url(../images_die/svg/bmm/dx1.svg) center no-repeat;
  pointer-events: none;
  opacity: 0;
}

.pr_li1 .prt .ul1 li .item-check.act {
  background: url(../images_die/svg/bmm/dx2.svg) center no-repeat;
}

.pr_li1 .prt .ul1 li:hover a .img img {
  width: 100%;
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
       transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.pr_li1 .prt .ul1 li:hover a .ltt {
  color: #3366CC;
}

.pr_li1 .prt .ul1 li:hover {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
}

.pr_li1 .prt .ul1 li.act {
  border: 1px solid #3366CC;
}

.pr_li1 .prt.act .ul1 li .item-check {
  opacity: 1;
  /*pointer-events: visible;*/
}

.pr_li1 .prt.act .ptop .ptll {
  opacity: 1;
  pointer-events: visible;
}

.products .section3.show .ptop {
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.products .section3.show.active .bottom {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.products .section3 .ptop {
  position: fixed;
  z-index: 1000;
  left: 50%;
  bottom: 0;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  color: #fff;
  background-color: #434343;
  -webkit-transform: translateX(-50%) translateY(100%);
  -moz-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  -o-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  border-radius: 40px;
}

.products .section3 .ptop:hover .icon img {
 -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.products .section3 .ptop .icon {
  width: 50px;
  background: #12479C;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 40px;
}

.products .section3 .ptop .icon img {
    display: block;
    width: 24px;
    height: 24px;
}

.products .section3 .ptop p {
  width: 100px;
  white-space: nowrap;
  text-align: center;
  padding-right: 10px;
}

.products .section3 .bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
  background-color: #fff;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  border: 1px solid #EAEAEA;
  background: #FFF;
  box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.05);
}

.products .section3 .bottom .boxss {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products .section3 .bottom .boxss .yincang{
    display: block;
    position: absolute;
    left: .5rem;
    top: .2rem;
    cursor: pointer;
    color: #3366CC;z-index: 3;
}

.products .section3 .bottom .content {
  width: -webkit-calc(100% - 240px);
  width: -moz-calc(100% - 240px);
  width: calc(100% - 240px);
  padding: 0.5rem 0 80px;
}

.products .section3 .bottom .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.5rem 0 0;
}

.products .section3 .bottom .item {
  position: relative;
  width: -webkit-calc((100% - 3rem) / 4);
  width: -moz-calc((100% - 3rem) / 4);
  width: calc((100% - 3rem) / 4);
  margin: 0 0.5rem;
  border-radius: 10px;
  border: 1px solid #EAEAEA;
  background: #FFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 0;
}

.products .section3 .bottom .item .w100 {
  width: 100%;
  margin: 0 auto;
  max-width: 200px;
}

.products .section3 .bottom .item-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.products .section3 .bottom .item-icon:hover {
  -moz-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.products .section3 .bottom .dtt {
  text-align: center;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.products .section3 .bottom .btns {
  width: 240px;
  padding: 0.5rem 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.products .section3 .bottom .btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 5px 0;
  cursor: pointer;
  width: 140px;
  line-height: 50px;
  background: #fff;
  text-align: center;
}

.products .section3 .bottom .btn.active {
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(100%);
  opacity: 0.6;
}

.products .section3 .bottom .btn img {
  width: 24px;
  height: 24px;
  margin-left: 5px;
}

.products .section3 .bottom .btn:hover {
  background: #3366CC;
  color: #fff;
}

.products .section3 .bottom .btn:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.products .section3 .bottom .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 40px;
 color: #3366CC;

  z-index: 3;
  -o-background-size: 30px;
     background-size: 30px;
}

.products .section3 .bottom .close:hover {

}

/* 产品对比 */
.pr_com1 {
  padding: 1rem 0;
}

.w1560 .boxss {
  max-width: 1560px;
}

.pr_com1 .tt {
  text-align: center;
  color: #3366CC;
  margin-bottom: 0.7rem;
}

.table_duibi table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.table_duibi table tr:nth-child(1){
    position: sticky;
    top: 76px;
    left: 0;
    z-index: 9;
}

.table_duibi table tr td {
  padding: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 1.5;
  color: #666;
  background: #FCFCFC;
}

.table_duibi table tr td {
  position: relative;
}

.table_duibi table tr td .td-close {
  position: absolute;
  width: 1.2em;
  cursor: pointer;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.table_duibi table tr td .td-close:hover {
  -webkit-transform: scale(1.2) rotate(90deg);
     -moz-transform: scale(1.2) rotate(90deg);
      -ms-transform: scale(1.2) rotate(90deg);
       -o-transform: scale(1.2) rotate(90deg);
          transform: scale(1.2) rotate(90deg);
}

.table_duibi table tr td.add {
  cursor: pointer;
}

.table_duibi table tr td .td-add {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table_duibi table tr td .td-add .td-add-icon {
  width: 2em;
}

.table_duibi table tr td a {
  display: block;
  color: #666;
}

.table_duibi table tr td a img {
  margin: 0 auto;
}

.table_duibi table tr td a .att {
  color: #3366CC;
  margin-bottom: 5px;
  position: relative;
  z-index: 3;
}

.table_duibi table tr td a:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
       transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.table_duibi table tr td:last-child {
  border-right: 0;
}

.table_duibi table tr:last-child td {
  border-bottom: 0;
}

.table_duibi table tr:nth-child(2n) td {
  background: #fff;
}

.table_duibi table tr td:nth-child(1) {
  color: #333;
  text-align: left;
}

.table_duibi table tr:nth-child(1) td:nth-child(1) {
  text-align: center;
}

.table_duibi table tr td .anniu {
  display: block;
  width: 50px;
  height: 20px;
  background: #DCDCDC;
  border-radius: 30px;
  padding: 1px;
  margin: 0 auto 10px;
  cursor: pointer;
}

.table_duibi table tr td .anniu span {
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  left: 0;
}

.table_duibi table tr td .anniu.act {
  background: #3366CC;
}

.table_duibi table tr td .anniu.act span {
  left: 30px;
}

.besan {
  line-height: 26px;
  color: #888;
  margin-top: 45px;
}

/* 产品专题 */
.banner_przt {
  padding: 1rem 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  background: url(../images/bmm/przt_bg.webp) center no-repeat;
  -o-background-size: cover;
     background-size: cover;
  color: #fff;
  line-height: 1.5;
}

.banner_przt .blt {
  width: 34%;
  max-width: 642px;
}

.banner_przt .brt {
  width: 37%;
  max-width: 704px;
  margin-left: 0.7rem;
}

.banner_przt .brt .tc {
  line-height: 1.75;
  padding-top: 0.2rem;
}

.banner_przt .brt .tc p {
  margin-top: 20px;
}

.fudong_nav {
  position: relative;
  width: 100%;
  height: 76px;
}

.fudong_nav .nav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fudong_nav .nav .nox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 76px;
}

.fudong_nav .nav .nox a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 50%;
}

.fudong_nav .nav .nox a .ico {
  margin-right: 10px;
  opacity: 0;
}
.fudong_nav .nav .nox a .ico img{
  border: none;
  display: block;
  max-width: 100%;
}
.fudong_nav .nav .nox a .xian {
  display: block;
  width: 0%;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
       transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  height: 2px;
  background: #3366CC;
  position: absolute;
  bottom: -1px;
  z-index: 2;
}

.fudong_nav .nav .nox a.act, .fudong_nav .nav .nox a:hover {
  color: #3366CC;
}

.fudong_nav .nav .nox a.act .ico {
  opacity: 1;
}

.fudong_nav .nav .nox a.act .xian, .fudong_nav .nav .nox a:hover .xian {
  width: 100%;
}

.fudong_nav.act .nav {
  position: fixed;
  z-index: 1001;
}

.pr_zt1 {
  padding: 0.8rem 0;
}

.pr_zt1 .tt {
  text-align: center;
  color: #3366CC;
  margin-bottom: 45px;
}



.swiper_pr_zt1 {
  padding-bottom: 50px;
  display: none;
}

.swiper_pr_zt1 .swiper-slide {
  height: auto;
}

.swiper_pr_zt1 .swiper-slide .sbox {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  padding: 0.35rem;
  line-height: 1.5;
}


.swiper_pr_zt1 .swiper-slide .sbox img {
  margin: 0 auto;
}

.swiper_pr_zt1 .swiper-slide .sbox .dtt {
  text-align: center;
}

.swiper_pr_zt1 .swiper-slide .sbox .dtc {
  line-height: 20px;
  color: #888;
  text-align: center;
  margin-top: 20px;
}

.swiper_pr_zt1 .pagination_pr_zt1 {
  bottom: 0;
}

.pr_zt1 .dl1{display: flex;flex-wrap: wrap;}

.pr_zt1 .dl1 dd{width: calc(calc(100% - 60px) / 4);margin: 0 20px 20px 0;}

.pr_zt1 .dl1 dd:nth-child(4n){margin-right: 0;}



.pr_zt1 .dl1 dd .sbox {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  padding: 0.35rem;
  line-height: 1.5;
}


.pr_zt1 .dl1 dd .sbox img {
  margin: 0 auto;
}

.pr_zt1 .dl1 dd .sbox .dtt {
  text-align: center;
}

.pr_zt1 .dl1 dd .sbox .dtc {
  line-height: 20px;
  color: #888;
  text-align: center;
  margin-top: 20px;
}

.pr_zt1 .dl1 dd .sbox:hover .dtt{
  color: #3366CC;
}







.pr_zt2 {
   padding: 0;
}

.pr_zt2 .jianju0{
  padding: .8rem 0;
}


.pr_zt2 .tt {
  text-align: center;
  color: #3366CC;
  margin-bottom: 60px;
}

.swiper_pr_zt2 {
  padding-bottom: 50px;
}

.swiper_pr_zt2 .swiper-slide .sbox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.swiper_pr_zt2 .swiper-slide .sbox .img {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.swiper_pr_zt2 .swiper-slide .sbox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper_pr_zt2 .swiper-slide .sbox .txt {
  width: 50%;
  height: 100%;
  background: #3366CC url(../images/bmm/przt_2_1.png) 180% 100% no-repeat;
  color: #fff;
  padding: 0.8rem 0.7rem;
  text-align: justify;
  line-height: 1.5;
}

.swiper_pr_zt2 .swiper-slide .sbox .txt .xian {
  width: 24px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  margin: 15px 0;
}

.swiper_pr_zt2 .swiper-slide .sbox .txt .ltc {
  line-height: 32px;
  padding-top: 0.4rem;
}

.swiper_pr_zt2 .swiper-slide .sbox .txt .ltc p {
  margin-bottom: 20px;
}

.swiper_pr_zt2 .pagination_pr_zt2 {
  bottom: 0;
}

.pr_zt2 .mux {
}

.pr_zt2 .mux img {
  width: 100%;
}

.pr_zt3 {
  padding: 0.8rem 0;
}

.pr_zt3 .tt {
  text-align: center;
  color: #3366CC;
  margin-bottom: 60px;
}

.pr_zt3 .pox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pr_zt3 .pox .img {
  width: 57%;
  max-width: 877px;
}

.pr_zt3 .pox .txt {
  width: 38.5%;
  max-width: 600px;
  line-height: 1.5;
}

.pr_zt3 .pox .txt .ptc {
  line-height: 28px;
  color: #999;
  margin: 0.1rem 0 0.4rem;
}

.pr_zt3 .pox .txt .dl1 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pr_zt3 .pox .txt .dl1 dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pr_zt3 .pox .txt .dl1 dd .dtop {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  line-height: 1.5;
  cursor: pointer;
}

.pr_zt3 .pox .txt .dl1 dd .dtop .wz {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
}

.pr_zt3 .pox .txt .dl1 dd .dtop .jt {
  width: 24px;
  height: 24px;
  background: url(../images/svg/bmm/jia.svg) center no-repeat;
}

.pr_zt3 .pox .txt .dl1 dd .dbtm {
  padding: 1px 30px 30px;
  line-height: 26px;
  color: #666;
  display: none;
}

.pr_zt3 .pox .txt .dl1 dd.act {
  background: #F0F9FF;
}

.pr_zt3 .pox .txt .dl1 dd.act .dtop .wz {
  color: #3366CC;
}

.pr_zt3 .pox .txt .dl1 dd.act .dtop .jt {
  background: url(../images/svg/bmm/jian.svg) center no-repeat;
  -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.pr_zt4 {
   padding: 0.8rem 0;
}

.pr_zt4 .tt {
  text-align: center;
  color: #3366CC;
  margin-bottom: 60px;
}

.swiper_pr_zt3 {
  padding-bottom: 50px;
}

.swiper_pr_zt3 .swiper-slide {
  height: auto;
}

.swiper_pr_zt3 .swiper-slide .sbox {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper_pr_zt3 .swiper-slide .sbox .img {
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.swiper_pr_zt3 .swiper-slide .sbox .img img {
  width: 100%;
  -moz-transform: scale(1.00002);
   -ms-transform: scale(1.00002);
    -o-transform: scale(1.00002);
       transform: scale(1.00002);
  -webkit-transform: scale(1.00002);
}

.swiper_pr_zt3 .swiper-slide .sbox .txt {
  padding-top: 30px;
}

.swiper_pr_zt3 .swiper-slide .sbox .txt .stt {
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.swiper_pr_zt3 .swiper-slide .sbox .txt .stc {
  line-height: 26px;
  color: #666;
  margin-top: 20px;
}

.swiper_pr_zt3 .swiper-slide .sbox .txt .stc .p {
  padding-left: 25px;
  position: relative;
}

.swiper_pr_zt3 .swiper-slide .sbox .txt .stc .p::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #3366CC;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.swiper_pr_zt3 .swiper-slide .sbox:hover .img img {
  width: 100%;
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
       transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.swiper_pr_zt3 .swiper-slide .sbox:hover .txt .stt {
  color: #3366CC;
}

.swiper_pr_zt3 .pagination_pr_zt3 {
  bottom: 0;
}

.pr_zt5 {
   padding: 0.8rem 0;
}

.pr_zt5 .tt {
  text-align: center;
  color: #3366CC;
  margin-bottom: 60px;
}

.table_zhinan table {
  width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.table_zhinan table tr td {
  padding: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 1.5;
  color: #666;
  background: #fff;
}

.table_zhinan table tr td a {
  display: block;
  color: #666;
}

.table_zhinan table tr td a img {
  margin: 0 auto;
  -moz-transform: scale(1) !important;
   -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
       transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
}

.table_zhinan table tr td a .att {
  color: #3366CC;
  margin-bottom: 5px;
}
.table_zhinan table tr td .att a{
    color: #3366CC;
}

.table_zhinan table tr td a:hover img {
  -moz-transform: scale(1.1) !important;
   -ms-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
       transform: scale(1.1) !important;
  -webkit-transform: scale(1.1) !important;
}

.table_zhinan table tr td:last-child {
  border-right: 0;
}

.table_zhinan table tr:last-child td {
  border-bottom: 0;
}

.table_zhinan table tr:nth-child(2n) td {
  background: #FCFCFC;
}

.table_zhinan table tr td:nth-child(1) {
  color: #333;
}

.table_zhinan table tr td .dian {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #3366CC;
  border-radius: 50%;
}

.a_dw {
  top: -77px !important;
}

.pr_zt6 {
   padding: 0.8rem 0;
}

.swiper_pr_zt4 {
  padding-bottom: 40px;
  margin-bottom: 0.3rem;
}

.swiper_pr_zt4 .pagination_pr_zt4 {
  bottom: 0;
}

.swiper_pr_zt4 .swiper-slide .sbox {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.swiper_pr_zt4 .swiper-slide .sbox img {
  margin: 0 auto;
}

.pr_zt6 .tt {
  margin-bottom: 25px;
}

.pr_zt6 .dl1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.pr_zt6 .dl1 dd {
  width: 49%;
  background: #F7F9FA;
  padding: 20px 40px 20px 70px;
  border-radius: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.75;
  margin-bottom: .3rem;
}

.pr_zt6 .dl1 dd .txt {
  width: 50%;
}

.pr_zt6 .dl1 dd .dtt {
  margin: 10px 0 40px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.pr_zt6 .dl1 dd a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #3366CC;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 24px;
}

.pr_zt6 .dl1 dd a .ico {
  width: 30px;
  margin-right: 15px;
}

.pr_zt6 .dl1 dd .img {
  width: 42%;
  border-radius: 10px;
  overflow: hidden;
}

.pr_zt6 .dl1 dd .img img {
  width: 100%;
  -moz-transform: scale(1.00002);
   -ms-transform: scale(1.00002);
    -o-transform: scale(1.00002);
       transform: scale(1.00002);
  -webkit-transform: scale(1.00002);
}

.pr_zt6 .dl1 dd:hover .img img {
  width: 100%;
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
       transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.pr_zt6 .dl1 dd:hover .dtt {
  color: #3366CC;
}

.swiper_pr_zt5 .pagination_pr_zt5 {
  bottom: 0;
  position: relative;
  width: auto;
  margin: 0 10px;
  line-height: 20px;
}

.swiper_pr_zt5 .swiper-slide .sbox {
  display: block;
  line-height: 30px;
 
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.swiper_pr_zt5 .swiper-slide .sbox a{
     color: #888;
}

.swiper_pr_zt5 .swiper-slide .sbox a:hover {
  color: #3366CC;
}

.swiper_pr_zt5 .fd {
  position: relative;
  margin-top: 25px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper_pr_zt5 .fd .btn {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/svg/bmm/fy_jt.svg) center no-repeat;
  cursor: pointer;
}

.swiper_pr_zt5 .fd .prev_pr_zt5 {
  -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.swiper_pr_zt5 .fd .btn:hover {
  background: url(../images/svg/bmm/fy_jt3.svg) center no-repeat;
}

/* 产品详情 */
.banner_prc {
  padding: 100px 0 50px;
  background: #fafbfd;
  -o-background-size: cover;
     background-size: cover;
}

.banner_prc .blt {
  width: 48.5%;
  float: left;
  max-width: 750px;
}

.swiper_prc1 {
  background: #fff;
  margin-bottom: 10px;
}

.swiper_prc1 .swiper-slide .sbox img {
  width: 100%;
  border-radius: 10px;
}

.swiper_prc1 .b360 {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 5;
}

.swiper_prc1 .iframe {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: none;
}

.swiper_prc1 .iframe iframe{
  width: 100%;
  height: 100%;
  border: 0;
}

.swiper_prc2 .swiper-slide .sbox {
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.swiper_prc2 .swiper-slide .sbox img {
  width: 100%;
}

.swiper_prc2 .swiper-slide .sbox::after {
  content: "";
  display: block;
  width: 0%;
  height: 4px;
  background: #3366CC;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.swiper_prc2 .swiper-slide.act .sbox::after {
  width: 100%;
}

.banner_prc .brt {
  width: 48%;
  float: right;
  padding-top: 50px;
  line-height: 1.5;
}

.banner_prc .brt .tt1 {
  color: #3366CC;
}

.banner_prc .brt .tt2 {
  margin: 20px 0 20px;
}

.banner_prc .brt .tc {
  color: #666;
  line-height: 30px;
}

.banner_prc .brt .hq {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 40px;
  border: 1px solid #3366CC;
  border-radius: 30px;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3366CC;
  margin: 50px 0 50px;
}

.banner_prc .brt .hq .ico {
  position: relative;
  margin-right: 13px;
}

.banner_prc .brt .hq .ico img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.banner_prc .brt .hq:hover {
  background: #3366CC;
  color: #fff;
}

.banner_prc .brt .hq:hover .ico img:nth-child(2) {
  opacity: 1;
}

.banner_prc .brt .ul1 {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.banner_prc .brt .ul1 li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  padding: 13px 0;
  line-height: 1.5;
}

.banner_prc .brt .ul1 li .ico {
  width: 30px;
}

.banner_prc .brt .ul1 li .wz {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  padding-left: 20px;
}

.fudong_prcnav .nav .nox a .ico {
  opacity: 1;
  position: relative;
}

.fudong_prcnav .nav .nox a .ico img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.fudong_prcnav .nav .nox a.act .ico img:nth-child(1) {
  opacity: 0;
}

.fudong_prcnav .nav .nox a.act .ico img:nth-child(2) {
  opacity: 1;
}

.prcneox{}

.prcneox .prcox {display: none;}

.prcneox .prcox:nth-child(1){display: block;}







.prc1 {
  padding: .8rem 0;
}

.prc1 .tt {
  text-align: center;
  color: #3366CC;
  margin-bottom: 60px;
}

.swiper_prc3 {
  padding-bottom: 50px;
}

.swiper_prc3 .swiper-slide {
  height: auto;
}

.swiper_prc3 .swiper-slide .sbox {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.4rem;
  background: #FAFBFD;
  border-radius: 10px;
}

.swiper_prc3 .swiper-slide .sbox .img {
  display: block;
  width: 100%;
}

.swiper_prc3 .swiper-slide .sbox .img img {
  margin: 0 auto;
  width: 1rem;
}

.swiper_prc3 .swiper-slide .sbox .txt {
  padding-top: 30px;
  line-height: 1.75;
}

.swiper_prc3 .swiper-slide .sbox .txt .dtt {
  text-align: center;
}

.swiper_prc3 .swiper-slide .sbox .txt .dtc {
  color: #888;
  margin-top: 10px;
  text-align: center;
}

.swiper_prc3 .pagination_pr_zt3 {
  bottom: 0;
}

.prc1 .dl1 dd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.65rem;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}

.prc1 .dl1 dd .img {
  width: 50%;
}

.prc1 .dl1 dd .img img {
  width: 100%;
  border-radius: 12px;
}

.prc1 .dl1 dd .txt {
  width: -webkit-calc(50% - 1rem);
  width: -moz-calc(50% - 1rem);
  width: calc(50% - 1rem);
  line-height: 1.75;
  color: #666;
}

.prc1 .dl1 dd .txt .dtt {
  color: #3366CC;
}

.prc1 .dl1 dd .txt .dtc {
  margin-top: 20px;
}

.prc1 .dl1 dd .txt .dtc .p {
  position: relative;
  padding-left: 20px;
  line-height: 28px;
}

.prc1 .dl1 dd .txt .dtc .p::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #3366CC;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

/*.prc1 .dl1 dd:nth-child(2n) {*/
/*  -webkit-flex-direction: row;*/
/*     -moz-box-orient: horizontal;*/
/*     -moz-box-direction: normal;*/
/*      -ms-flex-direction: row;*/
/*          flex-direction: row;*/
/*}*/
.prc1 .dl1 dd.active{
    -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.prc1 .dl2 dd {
  margin-top: 0.65rem;
}

.prc2 {
   padding: .8rem 0;
}

.prc2 .tt {
  text-align: center;
  color: #3366CC;
  margin-bottom: 60px;
}

.swiper_prc4 {
  padding-bottom: 50px;
}

.swiper_prc4 .swiper-slide {
  height: auto;
}

.swiper_prc4 .swiper-slide .sbox {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.4rem;
  background: #FAFBFD;
  border-radius: 10px;
  text-align: center;
  line-height: 1.5;
}

.swiper_prc4 .swiper-slide .sbox .img {
  display: block;
  width: 100%;
}

.swiper_prc4 .swiper-slide .sbox .img img {
  margin: 0.5rem auto;
}

.swiper_prc4 .swiper-slide .sbox .stc {
  color: #3366CC;
  margin-top: 10px;
}

.swiper_prc4 .pagination_pr_zt4 {
  bottom: 0;
}

.swiper_prc4 .swiper-slide .sbox .ico {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: -25px;
}

.swiper_prc4 .swiper-slide:last-child .sbox .ico {
  display: none;
}

.prc3 {
   padding: .8rem 0;
}

.prc3 .tt {
  text-align: center;
  color: #3366CC;
  margin-bottom: 60px;
}

.prc3 .tt2 {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}

.table_canshu table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.table_canshu table tr td {
  padding: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 1.5;
  color: #666;
  background: #FCFCFC;
  width: 65%;
}





.table_canshu table tr td a {
  display: block;
  color: #666;
}

.table_canshu table tr td a img {
  margin: 0 auto;
}

.table_canshu table tr td a .att {
  color: #3366CC;
  margin-bottom: 5px;
}

.table_canshu table tr td a:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
       transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.table_canshu table tr td:last-child {
  border-right: 0;
}

.table_canshu table tr:last-child td {
  border-bottom: 0;
}

.table_canshu table tr:nth-child(2n) td {
  background: #fff;
}

.table_canshu table tr td:nth-child(1) {
  color: #333;
  width: 35%;
}


.table_canshu table tr:nth-child(1) td {
  background: #3366CC;
  color: #fff;
  font-weight: bold;
}

.prc3 .tt3 {
  text-align: center;
  line-height: 1.5;
  margin: 0.8rem 0 40px;
}

.table_canshu2 table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.table_canshu2 table tr td {
  padding: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 1.5;
  color: #666;
  background: #FCFCFC;
  width: 40%;
}

.table_canshu2 table tr td:last-child {
  border-right: 0;
}

.table_canshu2 table tr:last-child td {
  border-bottom: 0;
}

.table_canshu2 table tr:nth-child(2n) td {
  background: #fff;
}

.table_canshu2 table tr td:nth-child(1), .table_canshu2 table tr td:nth-child(2) {
  width: 10%;
}

.table_canshu2 table tr:nth-child(1) td {
  background: #3366CC;
  color: #fff;
}


.prc4 {
   padding: .8rem 0 .1rem;
}

.prc4 .tt2 {
  text-align: center;
  line-height: 1.5;
  color: #3366CC;
}

.prc4 .tt {
  text-align: center;
  margin: 0.65rem 0 40px;
}

.table_dinghuo table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.table_dinghuo table tr td {
  padding: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 1.5;
  color: #666;
  background: #FCFCFC;
}

.table_dinghuo table tr td:last-child {
  border-right: 0;
}

.table_dinghuo table tr:last-child td {
  border-bottom: 0;
}

.table_dinghuo table tr:nth-child(2n) td {
  background: #fff;
}

.table_dinghuo table tr:nth-child(1) td {
  background: #3366CC;
  color: #fff;
}

.table_dinghuo {
  margin-bottom: .5rem;
}

.table_dinghuo table tr td:nth-child(1) {
  width: 35%;
  font-weight: bold;
}

.table_dinghuo2 table tr td:nth-child(2n) {
  width: 30%;
  color: #666;
}

.table_dinghuo3 table tr td:nth-child(4) {
  border-right: 0;
  border-bottom: 0;
  text-align: center;
}

.table_dinghuo3 table tr td:nth-child(2) {
  width: 15%;
  color: #666;
}

.table_dinghuo3 table tr td:nth-child(3) {
  width: 45%;
}

.prc5 {
  background: rgba(51, 102, 204, 0.1);
  padding: 80px 0;
}

.prc5 .tt {
  text-align: center;font-weight: bold;
  color: #3366CC;
  margin-bottom: 60px;
}

.swiper_prc5 {
  padding-bottom: 50px;
}

.swiper_prc5 .swiper-slide {
  height: auto;
}

.swiper_prc5 .swiper-slide .sbox {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  line-height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.swiper_prc5 .swiper-slide .sbox .img {
  display: block;
  width: 100%;
}

.swiper_prc5 .swiper-slide .sbox .img img {
  margin: 0 auto;
}

.swiper_prc5 .swiper-slide .sbox .txt {
  padding: 25px 40px 0px;
}

.swiper_prc5 .swiper-slide .sbox .txt .xian {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.1;
  margin-bottom: 25px;
}

.swiper_prc5 .swiper-slide .sbox .txt .atc .wz {
  position: relative;
  line-height: 50px;
  padding-right: 60px;
}

.swiper_prc5 .swiper-slide .sbox .txt .atc .wz span {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/prc_5_1.png) center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.swiper_prc5 .pagination_pr_zt5 {
  bottom: 0;
}

.swiper_prc5 .swiper-slide .sbox:hover .img img {
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
       transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.swiper_prc5 .swiper-slide .sbox:hover .txt .atc .wz {
  color: #3366CC;
}

.prc6 {
  padding: 80px 0 ;
}

.prc6 .tt2 {
  text-align: center;
  color: #3366CC;
  margin-bottom: 60px;
}

.prc6 .prtox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  min-height: 250px;
  background: url(../images/prc_6_1.webp) center no-repeat;
  -o-background-size: cover;
     background-size: cover;
  color: #fff;
  line-height: 30px;
  padding: 50px 140px;
  margin-bottom: 50px;
}

.prc6 .prtox .wz {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
}

.prc6 .prtox a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 180px;
  height: 60px;
}

.prc6 .prtox a s {
  display: block;
  width: 41px;
  height: 41px;
  background: url(../images/prc_6_1.svg) center no-repeat;
  margin-left: 10px;
  background-size: 41px;
}

.prc6 .prtox a:hover {
  border: 1px solid #3366CC;
  background: #3366CC;
}

/* 复杂产品详情 */
.prc_hezi {
  position: relative;
  overflow: hidden;
}

/* .prc_hezi .hezi{display: none;}

.prc_hezi .hezi:nth-child(2){display: block;} */
.prc_hezi .hezi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}

.prc_hezi .hezi.act {
  position: relative;
  opacity: 1;
  pointer-events: visible;
}

.prc_hezi .hezi .prco_pz2{padding-top: .8rem;}


/* 概述 */
.prco_gs1 {
  padding: 0.8rem 0 .4rem;
}




.prco_gs1 .tt {
  text-align: center;
  color: #3366CC;
  margin-bottom: 0.6rem;
}

.prco_gs1 .dl1 dd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.prco_gs1 .dl1 dd .img {
  width: 50%;
  height: 400px;
}

.prco_gs1 .dl1 dd .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.prco_gs1 .dl1 dd .txt {
  width: 50%;
  padding: 50px 65px;
  line-height: 30px;
  color: #666;
}

.prco_gs1 .dl1 dd .txt .dtt {
  margin-bottom: 20px;
  color: #333;
}

.prco_gs1 .dl1 dd .txt .dtt span {
  color: #3366CC;
}

.prco_gs2{padding: .8rem 0 .4rem ;}

.prco_gs2 .tt1 {
  text-align: center;
  line-height: 1.5;
  color: #3366CC;
  margin-bottom: .5rem;
}
.prco_gs2 .tt {
  text-align: center;
  line-height: 1.5;
  margin: 10px 0 20px;
}

.prco_gs2 .tt span {
  color: #3366CC;
}

.prco_gs2 .tc {
  text-align: center;
  color: #666;
  line-height: 1.75;
  margin: 5px 0 35px;
}

.my-tc{
  text-align: center;
  margin: 5px 0 35px;
}

.my-tc span{
    color: #3366CC;
}

.prco_gs2 .img, .prco_gs2 .img img {
  width: 100%;
}

.prco_gs3 {
  padding: 0.8rem 0 .4rem;
}

.prco_gs3 .tt1 {
  text-align: center;
  line-height: 1.5;
  color: #3366CC;
}

.prco_gs3 .tt {
  text-align: center;
  line-height: 1.5;
  margin: 10px 0 20px;
}

.prco_gs3 .tt2{
    margin-bottom: .3rem;
}

.prc7 {
  background: #eff5f9;
  padding: 0.8rem 0;
}

.swiper_prc6 {
  padding-bottom: 30px;
}

.swiper_prc6 .swiper-slide {
  height: auto;
}

.swiper_prc6 .swiper-slide .sbox {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper_prc6 .swiper-slide .sbox .img {
  display: block;
  width: 100%;
}

.swiper_prc6 .swiper-slide .sbox .img img {
  margin: 0 auto;
  width: 100%;
  border-radius: 10px;
}

.swiper_prc6 .swiper-slide .sbox .txt {
  padding: 25px 10px;
  text-align: center;
  line-height: 1.5;
}

.swiper_prc6 .swiper-slide .sbox .txt .stc {
  color: #666;
  margin-top: 10px;
}

.swiper_prc6 .pagination_pr_zt6 {
  bottom: 0;
}

.prco_pz1 {
  padding: 0.8rem 0;
}

.prco_pz1 .tt {
  text-align: center;
  color: #3366CC;
  margin-bottom: 0.5rem;
}

.prco_pz1 .img, .prco_pz1 .img img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  background: #FAFBFD;
}

.prco_pz1 .dl1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.6rem 0.6rem 0.3rem;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FAFBFD;
}

.prco_pz1 .dl1 dd {
  width: 48%;
  margin-bottom: 0.4rem;
  color: #666;
  line-height: 1.5;
}

.prco_pz1 .dl1 dd .dtt {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  color: #333;
}

.prco_pz1 .dl1 dd .dtt .sz {
  width: 36px;
  line-height: 36px;
  background: #006935;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
}

.prco_pz1 .dl1 dd .dtc {
  line-height: 1.75;
  padding-top: 10px;
}

.prco_pz1 .dl1 dd .dtc .p span {
  color: #006935;
}

.prco_pz1 .dl1 dd:nth-child(2) .dtt .sz {
  background: #F39800;
}

.prco_pz1 .dl1 dd:nth-child(3) .dtt .sz {
  background: #E83528;
}

.prco_pz1 .dl1 dd:nth-child(3) .p span {
  color: #E83528;
}

.prco_pz1 .dl1 dd:nth-child(4) .dtt .sz {
  background: #00A1E9;
}

.prco_pz1 .dl1 dd:nth-child(4) .p span {
  color: #00A1E9;
}

.prco_pz2 .tt {
  text-align: center;
  color: #3366CC;
  margin-bottom: 0.6rem;
}

.prco_pz2 .dl1{
    margin-bottom: .4rem;
}

.prco_pz2 .dl1 dd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.prco_pz2 .dl1 dd .img {
  width: 50%;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
}

.prco_pz2 .dl1 dd .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.prco_pz2 .dl1 dd .txt {
  width: 45%;
  line-height: 1.5;
}

.prco_pz2 .dl1 dd .txt .dtt span {
  color: #3366CC;
}

.prco_pz2 .dl1 dd .txt .dtc {
  color: #666;
  line-height: 28px;
  margin: 25px 0 0.4rem;
}

.prco_pz2 .dl1 dd .txt .dtc .p {
  padding-left: 20px;
  position: relative;
}

.prco_pz2 .dl1 dd .txt .dtc .p::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #3366CC;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.table_yiye {
  margin: 0.55rem 0;
}

.table_yiye table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.table_yiye table tr td {
  padding: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 1.5;
  color: #666;
  background: #fff;
  width: 14.285%;
}

.table_yiye table tr td:last-child {
  border-right: 0;
}

.table_yiye table tr:last-child td {
  border-bottom: 0;
}

.table_yiye table tr:nth-child(2n) td {
  background: #fff;
}

.table_yiye table tr td:nth-child(1) {
  background: #FCFCFC;
  color: #333;
}

.prco_pz2 .dl2 dd {
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.prco_pz3 {
  padding: 1rem 0;
}

.prco_pz3 .tt {
  text-align: center;
  color: #3366CC;
  margin-bottom: 0.6rem;
}

.swiper_prc7 {
  padding-bottom: 50px;
}

.swiper_prc7 .swiper-slide {
  height: auto;
}

.swiper_prc7 .swiper-slide .sbox {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.3rem 0.3rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.swiper_prc7 .swiper-slide .sbox .img {
  display: block;
  width: 100%;
}

.swiper_prc7 .swiper-slide .sbox .img img {
  margin: 0 auto;
  width: 100%;
  border-radius: 10px;
}

.swiper_prc7 .swiper-slide .sbox .txt {
  padding: 0.4rem 0 0;
  line-height: 1.5;
}

.swiper_prc7 .swiper-slide .sbox .txt .stt {
  color: #3366CC;
}

.swiper_prc7 .swiper-slide .sbox .txt .stc {
  color: #666;
  line-height: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(217,217,217,0.3);
  margin-bottom: 20px;
}

.swiper_prc7 .swiper-slide .sbox .txt .stc2 {
  height: 160px;
  overflow: auto;
  padding-right: 5px;
  margin-bottom: 0.3rem;
}

.swiper_prc7 .swiper-slide .sbox .txt .stc2 .p {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  background: url(../images/svg/bmm/dui.svg) 0px 5px no-repeat;
  line-height: 30px;
}

.swiper_prc7 .pagination_pr_zt7 {
  bottom: 0;
}

.prco_rj1 {
  padding: 1rem 0;
  background: url(../images/bmm/prcrj_1.webp) top center no-repeat;
  -o-background-size: cover;
     background-size: cover;
  overflow: hidden;
}

.prco_rj1 .tt {
  text-align: center;
  color: #3366CC;
  margin-bottom: 0.3rem;
}

.prco_rj1 .tc {
  margin: 0 0 0.7rem;
  line-height: 1.5;
  text-align: center;
}

.prco_rj1 .dl1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  position: relative;
  z-index: 3;
}

.prco_rj1 .dl1 dt {
  position: relative;
  width: 55%;
  max-width: 840px;
}

.prco_rj1 .dl1 dt img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.prco_rj1 .dl1 dt img:nth-child(1) {
  position: relative;
}

.prco_rj1 .dl1 dt img.act {
  opacity: 1;
}

.prco_rj1 .dl1 dd {
  width: 45%;
  padding-left: 1rem;
}

.prco_rj1 .dl1 dd .ul1 {
  position: relative;
}

.prco_rj1 .dl1 dd .ul1 li {
  padding: 14px 0;
  position: relative;
  z-index: 3;
}

.prco_rj1 .dl1 dd .ul1 li .ltop {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 32px;
  padding-left: 56px;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  position: relative;
  font-size: 20px;
  cursor: pointer;
}

.prco_rj1 .dl1 dd .ul1 li .ltop .sz {
  display: block;
  width: 32px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: -16px;
  border: 4px solid #CDD2DE;
  border-radius: 50%;
  background: #fff;
  color: #666;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.prco_rj1 .dl1 dd .ul1 li .lbtm {
  padding-left: 56px;
  line-height: 24px;
  display: none;
  color: #666;
  padding-bottom: 50px;
}

.prco_rj1 .dl1 dd .ul1::after {
  content: "";
  display: block;
  width: 1px;
  height: -webkit-calc(100% - 32px);
  height: -moz-calc(100% - 32px);
  height: calc(100% - 32px);
  position: absolute;
  left: 0;
  top: 16px;
  border-left: 1px solid #ddd;
}

.prco_rj1 .dl1 dd .ul1 li.act .ltop {
  line-height: 54px;
}

.prco_rj1 .dl1 dd .ul1 li.act .ltop .sz {
  width: 54px;
  line-height: 40px;
  border: 7px solid #0A69F6;
  background: #fff;
  font-size: 20px;
  left: -27px;
}

.prco_rj1 .dl1 dd .ul1 li.act .ltop .wz {
  color: #3366CC;
  font-size: 24px;
  font-weight: bold;
}

.prco_rj1 .bg {
  position: absolute;
  left: 0;
  bottom: -3%;
  z-index: 1;
  width: 100%;
}

.prco_rj1 .bg img {
  width: 100%;
}

.prco_yy1 {
  padding: 0.8rem 0 0.4rem;
}

.prco_yy1 .pox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.prco_yy1 .pox .img {
  width: 50%;
  max-width: 770px;
}

.prco_yy1 .pox .img img {
  width: 100%;
  border-radius: 10px;
}

.prco_yy1 .pox .txt {
  width: 50%;
  padding-left: 0.5rem;
  text-align: justify;
  line-height: 1.5;
}

.prco_yy1 .pox .txt .dtt {
  color: #3366CC;
}

.prco_yy1 .pox .txt .dtt2 {
  margin: 0.35rem 0 15px;
}

.prco_yy1 .pox .txt .dtc {
  line-height: 1.75;
  color: #666;
}

.prco_yy2 {
  padding: 0.4rem 0 1rem;
}

.prco_yy2 .tt {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #3366CC;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  line-height: 1.5;
}

.prco_yy2 .tt span {
  display: block;
  width: 36px;
  line-height: 36px;
  background: #3366CC;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
}

.prco_yy2 .tc {
  line-height: 28px;
  color: #666;
  margin: 0.35rem 0 0.45rem;
}

.prco_yy2 .img, .prco_yy2 .img img {
  width: 100%;
}

.prco_yy3 {
  padding-top: 0;
}

.prco_yy3 .txt {
  padding: 0.74rem 5%;
  text-align: center;
  color: #fff;
  line-height: 40px;
  background: url(../images/bmm/prcyy_2_4.webp) center no-repeat;
  -o-background-size: cover;
     background-size: cover;
  border-radius: 10px;
  margin-top: 0.8rem;
}

.prco_zn1 {
  padding: 0.8rem 0 1.1rem;
}

.table_duibi table tr td:nth-child(1):nth-child(1) {
  text-align: center;
}

.prco_cs1 {
  padding: 1rem 0;
}

.prco_dh1 {
  padding: 0.5rem 0 1rem;
}

/* 动画 */
@-moz-keyframes tm {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
         transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(2);
         transform: scale(2);
  }
}
@-o-keyframes tm {
  0% {
    opacity: 0;
    -o-transform: scale(1);
       transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -o-transform: scale(2);
       transform: scale(2);
  }
}
@keyframes tm {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
       -moz-transform: scale(2);
         -o-transform: scale(2);
            transform: scale(2);
  }
}
@-webkit-keyframes tm {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
  }
}
@media screen and (min-width: 1051px) {
  .yd {
    display: none;
  }
  .mhead, .mnav {
    display: none;
  }

}
@media (max-width: 1050px) {
  
  .fw_100 {
    font-weight: normal;
  }
  
  .z_tanchuang .tbox .modal {
    width: 90%;
    padding: 5px;
  }
  .z_tanchuang .tbox .modal .out {
    right: 0;
    top: -50px;
  }
  /* ph nav */
  .mhead {
    display: block;
    width: 100%;
    height: 50px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .mhead .menu {
    height: 50px;
    padding-left: 35px;
    background: url(../images_die/m1.png) center no-repeat;
    -o-background-size: 30px;
       background-size: 30px;
    float: right;
    cursor: pointer;
  }
  
  .mhead .ss {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    background: url(../images_die/svg/7m.svg) center no-repeat;
    -o-background-size: 40% auto;
       background-size: 40% auto;
  }
  .mhead .hy2 {
    display: block;
    line-height: 50px;
    float: right;
    -o-background-size: 16px;
       background-size: 16px;
    width: 70px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin-right: 10px;
  }
  .mhead.act {
    box-shadow: 0px 1px 5px #ddd;
  }
  .mnav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 250;
    display: block;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mnav .hei {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
  }
  .mnav .mbox {
    width: 80%;
    height: 100%;
    overflow: auto;
    background: #fff;
    position: relative;
    z-index: 2;
    left: -100%;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mnav .mbox .ul1 li .ltop {
    position: relative;
    line-height: 50px;
    padding: 0 50px 0 15px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
  }
  .mnav .mbox .ul1 li .ltop a {
    display: block;
    width: 100%;
  }
  .mnav .mbox .ul1 li .ltop span {
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .mnav .mbox .ul1 li .ltop span::after {
    width: 16px;
    height: 2px;
    background: #444444;
    content: "";
    position: absolute;
    right: 15px;
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
  }
  .mnav .mbox .ul1 li .ltop span::before {
    width: 2px;
    height: 16px;
    background: #444444;
    content: "";
    position: absolute;
    right: 22px;
    top: 17px;
  }
  .mnav .mbox .ul1 li .ltop span.act::before {
    opacity: 0;
  }
  .mnav .mbox .ul1 li .lbtm {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  .mnav .mbox .ul1 li .lbtm a {
    display: block;
    width: 100%;
    padding: 0 15px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
  }
  .mnav .mbox .ul1 .lang .ltop {
    font-weight: bold;
    background: #EEEEEE;
    height: 50px;
  }
  .mnav .mbox .ul1 .lang .yy {
    position: relative;
    width: 80px;
    line-height: 30px;
    top: 10px;
    left: 0px;
    z-index: 3;
    font-family: Arial, Helvetica, sans-serif;
  }
  .mnav .mbox .ul1 .lang .yy1 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    padding-left: 30px;
    background: url(../images_die/svg/myy_1.svg) center left no-repeat;
    -o-background-size: 20px;
       background-size: 20px;
  }
  .mnav .mbox .ul1 .lang .yy1 s {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images_die/svg/myy_3.svg) center no-repeat;
    -moz-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
         transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-background-size: 14px;
       background-size: 14px;
  }
  .mnav .mbox .ul1 .lang .yy2 {
    width: 110px;
    padding: 40px 10px 10px 40px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: -5px;
    left: -10px;
    z-index: -1;
    box-shadow: 0px 1px 5px #ddd;
    display: none;
  }
  .mnav .mbox .ul1 .lang .yy.act .yy1 s {
    -moz-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
         transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    background: url(../images_die/svg/myy_3.svg) center no-repeat;
    -o-background-size: 14px;
       background-size: 14px;
  }
  .mnav .mbox .ul1 .scxz .ltop {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  .mnav .mbox .ul1 .scxz .ltop .i {
    height: 14px;
    margin-right: 10px;
  }
  .mnav.act {
    left: 0;
  }
  .mnav.act .mbox {
    left: 0;
    -moz-transition-delay: 0.15s;
      -o-transition-delay: 0.15s;
         transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
  }
  .mnav2 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 2000;
    display: block;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
  }
  .mnav2 .hei {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .mnav2 .mbox {
    width: 80%;
    height: 100%;
    overflow: auto;
    background: #fff;
    position: relative;
    z-index: 2;
    left: -100%;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mnav2 .mbox .dl1 dd .dtop {
    position: relative;
    line-height: 50px;
    padding: 0 50px 0 15px;
    border-bottom: 1px solid #ddd;
  }
  .mnav2 .mbox .dl1 dd .dtop a {
    display: block;
    width: 100%;
  }
  .mnav2 .mbox .dl1 dd .dtop span {
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .mnav2 .mbox .dl1 dd .dtop span::after {
    width: 16px;
    height: 2px;
    background: #444444;
    content: "";
    position: absolute;
    right: 15px;
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
  }
  .mnav2 .mbox .dl1 dd .dtop span::before {
    width: 2px;
    height: 16px;
    background: #444444;
    content: "";
    position: absolute;
    right: 22px;
    top: 17px;
  }
  .mnav2 .mbox .dl1 dd .dtop span.act::before {
    opacity: 0;
  }
  .mnav2 .mbox .dl1 dd .dbtm {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  .mnav2 .mbox .dl1 dd .dbtm a {
    display: block;
    width: 100%;
    padding: 0 15px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
  }
  .mnav2.act {
    left: 0;
  }
  .mnav2.act .mbox {
    left: 0;
    -moz-transition-delay: 0.15s;
      -o-transition-delay: 0.15s;
         transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
  }
  .wow, .wow2 {
    opacity: 1;
  }
  .banner_ny .pimg {
    display: none;
  }
  .banner_ny {
    background: #000;
  }
  .banner_ny .mimg {
    display: block;
    opacity: 0.6;
  }
  .banner_nav {
    display: none;
  }
  .ab1 {
    padding: 50px 0;
  }
  .ab1 .img {
    width: 100%;
    float: none;
  }
  .ab1 .img .img1 {
    height: auto;
  }
  .ab1 .img .img2 {
    left: auto;
    right: 0.7rem;
  }
  .ab1 .txt {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .ab1 .txt .tc {
    padding-bottom: 20px;
  }
  .ab1 .txt .ul1 li {
    width: 50%;
    margin-top: 20px;
  }
  .ab2 {
    padding: 50px 0;
  }
  .ab2 .tt .anniu {
    display: none;
  }
  .ab2 .lunbo {
    padding: 30px 0 0;
  }
  .ab2 .abtm {
    display: none;
  }
  .swiper_ab1 {
    padding-bottom: 40px;
  }
  .swiper_ab1 .swiper-slide .sbox {
    height: auto;
  }
  .swiper_ab1 .swiper-slide .sbox .img {
    width: 100%;
    float: none;
  }
  .swiper_ab1 .swiper-slide .sbox .txt {
    width: 100%;
    float: none;
    padding: 20px 0 0;
  }
  .swiper_ab1 .swiper-slide .sbox .txt .yrar {
    display: none;
  }
  .swiper_ab1 .pagination_ab1 {
    bottom: 0;
  }
  .swiper_ab1 .pagination_ab1 span {
    opacity: 0.5;
    background: #fff;
  }
  .swiper_ab1 .pagination_ab1 .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .ab3 .dl1 dd .xian {
    width: 50%;
  }
  .ab3 .dl1 dd .txt {
    right: 120%;
    top: 30%;
    width: 170%;
  }
  .ab3 .dl1 dd .txt div {
    font-size: 8px;
  }
  .ab3 .dl1 dd .txt .att {
    font-size: 12px;
  }
  .ab3 {
    padding: 50px 0 100px;
  }
  .ab4 {
    min-height: 100px;
    padding: 50px 0;
    background: #CEDEF7;
    background-position: top right !important;
  }
  .ab4 .tt {
    margin-bottom: 20px;
    text-align: left;
  }
  .ab4 .txt {
    width: 100%;
    margin: 0;
  }
  .swiper_ab3 .swiper-slide .sbox .img .stt {
    opacity: 0;
  }
  .swiper_ab3 .swiper-slide .sbox .img img:nth-child(2) {
    opacity: 1;
  }
  .swiper_ab3 .swiper-slide .sbox .txt {
    opacity: 1;
  }
  .prs1 {
    padding: 50px 0;
  }
  .prs1 .ul1 {
    display: block;
  }
  .prs1 .ul1 li {
    width: 100%;
    margin: 0 0 30px;
  }
  .prs1 .ul1 li .dl1 {
    margin-top: 0px;
  }
  .pr_li1 {
    padding: 50px 0;
  }
  .pr_li1 .plt {
    width: 100%;
    float: none;
    max-width: 1000px;
  }
  .pr_li1 .plt .aox {
    margin: 10px 0 20px;
  }
  .pr_li1 .plt .aox .a {
    padding: 20px;
    line-height: 30px;
  }
  .pr_li1 .prt {
    width: 100%;
    float: none;
  }
  .pr_li1 .prt .ptop {
    display: block;
  }
  .pr_li1 .prt.act .ptop .ptll {
    margin-bottom: 20px;
  }
  .pr_li1 .prt .ptop .ptrr {
    width: 160px;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 10px;
  }
  .pr_li1 .prt .ul1 {
    display: block;
  }
  .pr_li1 .prt .ul1 li {
    width: 100%;
    margin: 0 0 20px;
  }
  .products .section3 .bottom .boxss {
    display: block;
  }
  .products .section3 .bottom {
    padding: 50px 0 30px;
  }
  .products .section3 .bottom .content {
    width: 100%;
    padding: 0;
  }
  .products .section3 .bottom .list {
    overflow: auto;
    padding: 0 0 50px;
  }
  .products .section3 .bottom .item {
    width: 200px;
    margin: 0 20px 0 0;
    min-width: 200px;
  }
  .products .section3 .bottom .close {
    top: 10px;
    right: 10px;
  }
  .products .section3 .bottom .btns {
    width: 100%;
    padding: 20px 0;
    border: 0;
    border-top: 1px solid #ddd;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .products .section3 .bottom .btn {
    width: 45%;
  }
  .pr_com1 {
    padding: 50px 0;
  }
  .pr_com1 .tt {
    margin-bottom: 20px;
  }
  .table_duibi {
    width: 100%;
    overflow: auto;
  }
  .table_duibi table {
    width: 1200px;
  }
  .besan {
    line-height: 1.6;
    margin-top: 20px;
  }
  .banner_przt {
    padding: 50px 5%;
    display: block;
  }
  .banner_przt .blt {
    width: 100%;
  }
  .banner_przt .brt {
    width: 100%;
    margin: 20px 0 0;
  }
  .banner_przt .brt .tc {
    padding-top: 0;
  }
  .fudong_nav {
    height: 50px;

  }

  .fudong_nav .nav .nox{
    flex-wrap: wrap;
  }


  .fudong_nav .nav{
    position: relative;
  }

  .fudong_nav .nav .boxss{width: 100%;}

  .fudong_nav .nav .nox{flex-wrap: nowrap;overflow: auto;}
  
  .fudong_nav .nav .nox a{width: 150px;min-width: 150px;}
  
  
  
  .pr_zt1 {
    padding: 50px  0;
  }
  .pr_zt1 .tt {
    margin-bottom: 20px;
  }
  .pr_zt2 .tt {
    margin-bottom: 30px;
  }

   .swiper_pr_zt2 .swiper-slide{height: auto;}
  .swiper_pr_zt2 .swiper-slide .sbox {
    display: block;
    height: 100%;
  }
  .swiper_pr_zt2 .swiper-slide .sbox .img {
    width: 100%;
    height: auto;
  }
  .swiper_pr_zt2 .swiper-slide .sbox .txt {
    width: 100%;
    padding: 20px 5%;
  }
  .pr_zt2 .mux {
  }
  .pr_zt3 .tt {
    margin-bottom: 20px;
  }
  .pr_zt3 .pox {
    display: block;
  }
  .pr_zt3 .pox .img {
    width: 100%;
  }
  .pr_zt3 .pox .txt {
    width: 100%;
    margin-top: 20px;
  }
  .pr_zt3 .pox .txt .ptt {
    font-size: 20px;
  }
  .pr_zt4 .tt {
    margin-bottom: 20px;
  }
  .swiper_pr_zt1, .swiper_pr_zt2, .swiper_pr_zt3 {
    padding-bottom: 30px;
  }
  .table_zhinan {
    width: 100%;
    overflow: auto;
  }
  .table_zhinan table {
    width: 1200px !important;
  }
  .pr_zt5 .tt {
    margin-bottom: 20px;
  }
  .pr_zt6 .dl1 {
    display: block;
  }
  .pr_zt6 .dl1 dd {
    display: block;
    width: 100%;
    padding: 30px 5%;
  }
  .pr_zt6 .dl1 dd .img {
    width: 100%;
  }
  .pr_zt6 .dl1 dd .txt {
    width: 100%;
    margin-top: 20px;
  }
  .pr_zt6 .dl1 dd .dtt {
    margin: 10px 0;
  }

  
  .pr_zt3,.pr_zt4,.pr_zt5,.pr_zt6 {
    padding: 50px 0;
  }
  .banner_prc {
    padding: 120px 0 30px;
  }
  .banner_prc .blt {
    width: 100%;
    float: none;
  }
  .swiper_prc1 .b360 {
    width: 40px;
    left: 10px;
    bottom: 10px;
  }
  .banner_prc .brt {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .banner_prc .brt .tt2 {
    margin: 10px 0;
  }
  .banner_prc .brt .ul1 li {
    line-height: 2;
  }
  .prc1 {
    padding: 50px 0;
  }
  .prc1 .tt {
    margin-bottom: 20px;
  }
  .swiper_prc3 .swiper-slide .sbox {
    padding: 30px 5%;
  }
  .prc1 .dl1 dd {
    display: block;
  }
  .prc1 .dl1 dd .img {
    width: 100%;
  }
  .prc1 .dl1 dd .txt {
    width: 100%;
    margin-top: 20px;
  }
  .prc1 .dl1 dd .txt .dtc {
    margin-top: 5px;
  }
  .prc2 {
     padding: 50px 0;
  }
  .prc2 .tt {
    margin-bottom: 20px;
  }
  .swiper_prc4 .swiper-slide .sbox .ico {
    display: none;
  }
  .swiper_prc4 .swiper-slide .sbox {
    padding: 30px 5%;
  }
  .prc3 {
    padding: 50px 0;
  }
  .prc3 .tt {
    margin-bottom: 20px;
  }
  .prc3 .tt2 {
    margin-bottom: 20px;
  }
  .prc3 .tt3 {
    margin: 30px 0 20px;
  }
  .table_canshu2 {
    overflow: auto;
  }
  .table_canshu2 table {
    width: 1200px;
  }
  .prc4 {
     padding: 50px 0;
  }
  .prc4 .tt {
    margin: 30px 0 20px;
  }
  .table_dinghuo {
    margin-bottom: 30px;
    overflow: auto;
  }
  .table_dinghuo table tr td:nth-child(1), .table_dinghuo table tr td:nth-child(2) {
    width: 50%;
  }
  .table_dinghuo table {
    width: 100%;
  }
  .table_dinghuo {
    overflow: auto;
  }
  .prc5 {
    padding: 50px 0;
    margin-top: 50px;
  }



  .prc6 .prtox {
    display: block;
    padding: 30px 5%;
  }
  .prc6 .prtox .wz {
    width: 100%;
    line-height: 2;
    margin-bottom: 20px;
    text-align: center;
  }
  .prc6 .prtox a {
    margin: 0 auto;
    width: 160px;
    height: 50px;
  }
  .prco_gs1 {
    padding: 50px 0;
  }
  .prco_gs1 .tt {
    margin-bottom: 20px;
  }
  .prco_gs1 .dl1 dd {
    display: block;
  }
  .prco_gs1 .dl1 dd .img {
    width: 100%;
    height: auto;
  }
  .prco_gs1 .dl1 dd .txt {
    width: 100%;
    padding: 20px 5%;
  }
  .prco_gs2 .tc,.my-tc {
    margin: 10px 0 20px;
  }
  .prco_gs3 {
    padding: 30px 0;
  }
  .fudong_prcnav2 {
    display: block;
    height: auto;
  }

  .fudong_nav{z-index: 1;}
  .fudong_prcnav2 .nav {
    position: relative;
    border: 0;
  }
  .fudong_prcnav2 .nav .nox {
   
  }
  .fudong_prcnav2 .nav .nox a {
    width: 33.33%;
    border-bottom: 1px solid #ddd;
  }
  .fudong_prcnav .nav .nox a .ico {
    width: 20px;
  }

  .prco_pz1 {
    padding: 50px 0;
  }
  .prco_pz1 .dl1 {
    display: block;
  }
  .prco_pz1 .dl1 dd {
    width: 100%;
  }
  .prco_pz1 .tt {
    margin-bottom: 20px;
  }
  .prco_pz2 .tt {
    margin-bottom: 20px;
  }
  .prco_pz2 .dl1 dd {
    display: block;
  }
  .prco_pz2 .dl1 dd .img {
    width: 100%;
    height: auto;
  }
  .prco_pz2 .dl1 dd .txt {
    width: 100%;
    margin-top: 20px;
  }
  .prco_pz2 .dl1 dd .txt .dtc {
    margin: 10px 0 20px;
  }
  .table_yiye {
    margin: 30px 0;
    overflow: auto;
  }
  .table_yiye table {
    width: 1200px;
  }
  .prco_pz3 .tt {
    margin-bottom: 20px;
  }
  .swiper_prc7 .swiper-slide .sbox .txt .stc2 .p {
    margin-bottom: 0;
  }
  .prco_rj1 {
    padding: 50px 0;
  }
  .prco_rj1 .tc {
    margin-bottom: 20px;
  }
  .prco_rj1 .dl1 {
    display: block;
  }
  .prco_rj1 .dl1 dt {
    width: 100%;
  }
  .prco_rj1 .dl1 dd {
    width: 100%;
  }
  .prco_rj1 .dl1 dd .ul1 li .lbtm {
    padding-bottom: 10px;
  }
  .prco_rj1 .dl1 dd .ul1 li .ltop .wz {
    font-size: 16px;
  }
  .prco_rj1 .dl1 dd .ul1 li.act .ltop .wz {
    font-size: 18px;
  }
  .prco_yy1 {
    padding: 50px 0;
  }
  .prco_yy1 .pox {
    display: block;
  }
  .prco_yy1 .pox .img {
    width: 100%;
  }
  .prco_yy1 .pox .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .prco_yy2 {
    padding: 0 0 50px;
  }
  .prco_dh1 {
    padding: 20px 0 50px;
  }

  .a_dw {
    top: -50px !important;
  }

  .a_dw2{display: none;}

  .pr_zt1 .dl1{display: none;}

  .swiper_pr_zt1{display: block;}


  .prc1 .dl2 dd ul,  .prc1 .dl2 dd ul li {
    list-style-type: none;
  }


 .prc1 .dl2 dd ul li *{font-size: 16px !important;line-height: 2 !important;}


 .index .section2 .content{display: none;}

  .index .section2 .content2{display: none;}

.index .section2  .content3{display: block;}

 .index .section2 .swiper_3m{padding: 30px 0;}

 .index .section2 .swiper_3m img{width: 100%;}

  .index .section2 .swiper_3m .pagination_3m {width: 100%;position: absolute;left: 0;bottom: 0;display: flex;justify-content: center;}

  .index .section2 .swiper_3m .pagination_3m span{background: #fff;border: 1px solid #3366CC;opacity: 1;width: 6px;height: 6px;margin: 0 2px !important;border-radius: 6px;}

  .index .section2 .swiper_3m .pagination_3m span.swiper-pagination-bullet-active{width: 15px;background: #3366CC;}

  .index .section2 .content3 .gl{text-align: center;margin: 30px 0 10px;}

  .index .section2 .content3 .dl1{display: flex;overflow: auto;padding: 0 5% 10px;margin-top: 20px;}

  .index .section2 .content3 .dl1 dd{width: 180px;min-width: 180px;margin-right: 20px;}

  .index .section2 .content3.dl1 dd:last-child{margin-right: 0;}

  .index .section2 .content3 .dl1 dd .imgm{width: 100%;border: 1px solid #ddd;padding: 10px;border-radius: 5px;}

  .index .section2 .content3 .dl1 dd .wz{display: flex;justify-content: center;position: relative;z-index: 3;margin-top: -15px;}

  .index .section2 .content3 .dl1 dd .wz span{display: block;padding: 0 10px;line-height: 24px;border-radius: 20px;border: 1px solid #3366CC;background: #F4F7FC;color: #3366CC;}

  
  .prs1 .ul1 li .dl1{display:block;}

  .prs1 .ul1 li .dl1 dd{width:100%;}


  .prs1 .ul1 li .dl1 dd .dox{margin-top:0;}

  .fudong_nav.act{z-index:8;}

  .fudong_nav.act .nav{z-index:8;top:50px;}
  
  .fudong_nav .nav .nox{line-height:50px;}




}