@charset "utf-8";
@font-face {
  font-family: 'rob';
  src: url('../font/roboto.woff2') format('woff2'),
    url('../font/roboto.woff') format('woff'),
    url('../font/roboto.ttf') format('truetype'),
    url('../font/roboto.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'robb';
  src: url('../font/RobotoBold.woff2') format('woff2'),
    url('../font/RobotoBold.woff') format('woff'),
    url('../font/RobotoBold.ttf') format('truetype'),
    url('../font/RobotoBold.eot') format('embedded-opentype');
}

.sear .ser_inp{
  width: 260px;
  padding: 0 0 0 16px;
  height: 46px;
  border: 1px solid #b9b9b9;
  float: left;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
  line-height: 46px;
  outline: none;
}
.sear .ser_so{
  cursor: pointer;
  float: left;
  background: #900 url(../images/sear_icon.png) no-repeat center;
  background-size:22px;
  border: none;
  width: 55px;
  height: 46px;
}
.sear .ser_so:hover{
  background-color: #333;
}

/*关于我们*/
.pub_box {
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.sub_banner {
  position: relative;
}
.sub_banner .mob_pc {
  height: 320px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub_banner .mob_pc img {
  display: block;
  max-width: none;
  max-height: none;
}
.sub_banner .sub_banner_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #fff;
}
.sub_banner .sub_banner_txt .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sub_banner .sub_banner_txt .container h2 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 24px;
}

.cru_dis{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs2_box {
  background: #f5f5f5;
  padding: 28px 0;
}
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs p {
  display: flex;
  align-items: center;
}
.crumbs p > a {
  margin-right: 16px;
  color: #999;
  display: flex;
}
.crumbs p img {
  width: 5px;
  height: auto;
  margin-right: 16px;
}
.crumbs p .cru_sy {
  margin-right: 0;
  width: 16px;
  height: auto;
}
.crumbs p:last-child img,
.crumbs p:last-child i {
  display: none;
}
.abo {
  background: #f5f5f5;
}
.abo_t {
  padding-top: 80px;
}
.abo_t .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.abo_t .container .left {
  width: 43.125%;
  padding: 0 80px 0 0;
}
.abo_t .container .left h2 {
  font-size: 56px;
  font-family: Arial Black;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.abo_t .container .left h2 b {
  color: #900;
}
.abo_t .container .left > span {
  font-size: 32px;
  display: block;
  margin-bottom: 28px;
  line-height: 100%;
}
.abo_t .container .left .g_p {
}
.abo_t .container .left .g_p::scrollbar {
  display: block;
  cursor: pointer;
}

.abo_t .container .left .g_p::-webkit-scrollbar {
  width: 10px;
  height: 100%;
  background-color: #e9e9e9;
}

.abo_t .container .left .g_p::-webkit-scrollbar-thumb {
  background-color: #900;
}
.abo_t .container .left .g_p p {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
  text-align: justify;
  line-height: 32px;
}
.abo_t .container .right {
  width: 56.875%;
  /* padding-right: 100px; */
}
.abo_t .container .right .r_box {
  position: relative;
}
.abo_t .container .right .r_box .g_bj {
  transition: 0.8s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -92px;
  right: -100px;
  background: #e6e9eb;
}
.abo_t .container .right .r_box .img {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.abo_t .container .right .r_box .img .swiper-pagination {
  width: 100%;
  bottom: 15px;
}
.abo_t .container .right .r_box .img .swiper-pagination span {
  margin: 0 5px;
}
.abo_t
  .container
  .right
  .r_box
  .img
  .swiper-pagination
  span.swiper-pagination-bullet-active {
  background-color: #900;
}
.public-img > img {
  z-index: 1;
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.abo_t .container .right .r_box .icon {
  width: 92px;
  height: 92px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #ffffff;
  border-radius: 100%;
  z-index: 2;
  cursor: pointer;
}
.abo_t .container .right .r_box .icon::before,
.abo_t .container .right .r_box .icon::after {
  content: '';
  position: absolute;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: popcircle;
  animation-name: popcircle;
}
.abo_t .container .right .r_box .icon::before {
  width: 154px;
  height: 154px;
  top: calc(50% - 77px);
  left: calc(50% - 77px);
  background-color: #fff;
  opacity: 0.13;
  border-radius: 100%;
}
.abo_t .container .right .r_box .icon::after {
  width: 92px;
  height: 92px;
  top: calc(50% - 46px);
  left: calc(50% - 46px);
  background-color: #fff;
  opacity: 0.29;
  border-radius: 100%;
}
.abo_t .container .right.on .r_box .g_bj {
  transition: 0.8s;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e6e9eb;
  top: -92px;
  right: -100px;
}
.abo_t .about_number {
  width: 100%;
  margin: 50px 0 0;
  /* position: absolute;
  bottom: -50px;
  left: 0; */
  z-index: 2;
  /* background: #f5f5f5; */
  border-color: #ddd;
}
.abo_t .about_number dl {
  justify-content: center;
}
@-webkit-keyframes popcircle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  99% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: 0;
  }
}

@keyframes popcircle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  99% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: 0;
  }
}
.abo_do {
  margin-top: 100px;
  position: relative;
  display: flex;
  padding: 120px 0;
  background-color: #fff;
}
.abo_do .page_width {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.abo_do .img {
  width: 56.875%;
  position: relative;
  overflow: hidden;
}
.abo_do .img img {
  width: 100%;
}
.abo_do .img .swiper-pagination {
  width: 100%;
  bottom: 10px;
}
.abo_do .img .swiper-pagination span {
  margin: 0 5px;
}
.abo_do .img .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #900;
}
.abo_do .abo_do_box {
  width: 43.125%;
  z-index: 5;
  background: #fff;
  padding: 50px 0 0 80px;
}
.abo_do .abo_do_box .title {
  margin-bottom: 50px;
}
.abo_do .abo_do_box .title h2 {
  font-size: 56px;
  font-family: Arial Black;
  font-weight: bold;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.abo_do .abo_do_box .title h2 b {
  color: #900;
}
.abo_do .abo_do_box .title > span {
  font-size: 32px;
  display: block;
  margin-bottom: 28px;
  line-height: 100%;
}
.abo_do .abo_do_box .title > p {
  font-size: 18px;
  text-align: justify;
  line-height: 32px;
}
.abo_do .abo_do_box .title > p + p {
  margin-top: 10px;
}
.abo_do .abo_do_box .g_ico {
  display: flex;
  justify-content: space-between;
}
.abo_do .abo_do_box .g_ico .list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.abo_do .abo_do_box .g_ico .list img {
  height: 55px;
  width: auto;
  margin-bottom: 15px;
}
.abo_do .abo_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.abo_item {
  width: calc((100% - 40px) / 3);
  position: relative;
  overflow: hidden;
}

.abo_item + .abo_item {
  margin-left: 20px;
}

.abo_item img {
  width: 100%;
}

.abo_item .nyys_itemadwtxt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: translateY(70px);
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
}

.abo_item .nyys_itemadwtxt_wb {
  height: 70px;
  line-height: 70px;
  background-color: rgba(153, 0, 0, 0.95);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.nyys_itemadwbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.nyys_itemadwbox_big {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: rgba(156, 0, 0, 0.95);
}

.nyys_itemadwbox_bigtxt {
  width: 100%;
  padding: 0 35px;
  text-align: center;
}

.nyys_itemadwbox_bigtxth {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 100%;
}

.nyys_itemadwbox_bigtxtp {
  margin-top: 20px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 26px;
}

.nyys_itemadwbox_bigtxtimg {
  width: 80px;
}

.nyys_itemadwbox_bigtxtimg {
  margin: auto;
  margin-bottom: 50px;
}

.nyys_itemadwbox_bigtxtimg img {
  display: inline-block;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.abo_item:hover .nyys_itemadwtxt {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.abo_item:hover .nyys_itemadwbox {
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  opacity: 0;
}

.abo_item:hover .nyys_itemadwbox_bigtxtimg img {
  transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
}

.nyys .owl-controls .owl-page.active span {
  background-color: #900;
}
@media (max-width: 1550px) {
  .abo_t .container .left .g_p {
    padding-right: 25px;
  }
}
@media (max-width: 1400px) {
  .abo_do .abo_do_box {
    padding: 0 0 0 80px;
  }
}
.abo_ln {
  margin-top: 100px;
}
.abo_ln .container {
  display: flex;
  justify-content: space-between;
}
.abo_ln .container .left {
  width: 50%;
  background: rgb(255, 255, 255);
  padding: 50px;
}
.abo_ln .container .left h2 {
  font-family: Arial Black;
  font-size: 56px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: 10px;
}
.abo_ln .container .left h2 b {
  color: #900;
}
.abo_ln .container .left > span {
  font-size: 32px;
  margin-bottom: 28px;
  line-height: 100%;
  display: block;
}
.abo_ln .container .left > p {
  text-align: justify;
  line-height: 26px;
}
.abo_ln .container .left ul li {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  line-height: 28px;
  font-size: 18px;
  color: #666;
}
.abo_ln .container .left ul li span {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  display: inline-block;
  margin-right: 20px;
  color: #343434;
}
.abo_ln .container .left ul li + li {
  margin-top: -1px;
}
.abo_ln .container .right {
  width: 56.875%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.abo_ln .container .right img {
  height: 100%;
}
.abo_ls {
  padding: 105px 0px 80px;
}
.abo_ls .title {
  margin-bottom: 60px;
  text-align: center;
}

.abo_ls .title h2 {
  font-family: Arial Black;
  font-size: 56px;
  font-weight: bold;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.abo_ls .title h2 b {
  color: #900;
}
.abo_ls .title span {
  font-size: 32px;
  margin-bottom: 28px;
  display: block;
  line-height: 100%;
}
.abo_ls .abo_ls_box .abo_ls_con {
  position: relative;
  overflow: hidden;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi {
  padding: 225px 36px;
  position: relative;
  list-style: none;
  z-index: 1;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
/* 
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr p {
  font-size: 18px;
  position: absolute;
  color: rgb(102, 102, 102);
  bottom: 30px;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .g_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1px;
  height: 1px;
  position: relative;
  z-index: 10;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .g_i .i1 {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgb(166, 166, 166);
  background: rgba(173, 173, 173, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.abo_ls
  .abo_ls_box
  .abo_ls_con
  .abo_ls_swi
  .swiper-slide-active
  .abo_ls_nr
  .g_i
  .i1 {
  background: rgba(153, 0, 0, 0.3);
  border-color: #900;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .g_i .i2 {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(166, 166, 166);
  display: block;
}
.abo_ls
  .abo_ls_box
  .abo_ls_con
  .abo_ls_swi
  .swiper-slide-active
  .abo_ls_nr
  .g_i
  .i2 {
  transition: all 0.3s;
  width: 14px;
  height: 14px;
  background: #900;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgb(230, 230, 230);
  bottom: 0px;
  left: 0px;
} */

.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .num_txt {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.abo_ls
  .abo_ls_box
  .abo_ls_con
  .abo_ls_swi
  .swiper-slide:nth-child(odd)
  .abo_ls_nr
  .num_txt {
  flex-direction: column-reverse;
}
.abo_ls
  .abo_ls_box
  .abo_ls_con
  .abo_ls_swi
  .swiper-slide:nth-child(odd)
  .abo_ls_nr
  .num_txt {
  top: -35px;
  transform: translate(-50%, -100%);
}
.abo_ls
  .abo_ls_box
  .abo_ls_con
  .abo_ls_swi
  .swiper-slide:nth-child(even)
  .abo_ls_nr
  .num_txt {
  bottom: -35px;
  transform: translate(-50%, 100%);
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .num_txt span {
  font-family: Arial Black;
  font-size: 28px;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .num_txt .txt {
  font-size: 18px;
  line-height: 26px;
  color: #666;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .g_i {
  width: 100%;
  height: 20px;
  position: relative;
}
.abo_ls
  .abo_ls_box
  .abo_ls_con
  .abo_ls_swi
  .swiper-slide:nth-child(odd)
  .abo_ls_nr
  .g_i {
  background-color: #912427;
}
.abo_ls
  .abo_ls_box
  .abo_ls_con
  .abo_ls_swi
  .swiper-slide:nth-child(even)
  .abo_ls_nr
  .g_i {
  background-color: #535153;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .g_i .i1,
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .g_i .i2 {
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .g_i .i1 {
  left: -10px;
}
.abo_ls
  .abo_ls_box
  .abo_ls_con
  .abo_ls_swi
  .swiper-slide:nth-child(odd)
  .abo_ls_nr
  .g_i
  .i1 {
  border-color: #912427 transparent #912427 transparent;
}
.abo_ls
  .abo_ls_box
  .abo_ls_con
  .abo_ls_swi
  .swiper-slide:nth-child(even)
  .abo_ls_nr
  .g_i
  .i1 {
  border-color: #535153 transparent #535153 transparent;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .g_i .i2 {
  right: -20px;
}
.abo_ls
  .abo_ls_box
  .abo_ls_con
  .abo_ls_swi
  .swiper-slide:nth-child(odd)
  .abo_ls_nr
  .g_i
  .i2 {
  border-color: transparent transparent transparent #912427;
}
.abo_ls
  .abo_ls_box
  .abo_ls_con
  .abo_ls_swi
  .swiper-slide:nth-child(even)
  .abo_ls_nr
  .g_i
  .i2 {
  border-color: transparent transparent transparent #535153;
}

.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .icon {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.abo_ls
  .abo_ls_box
  .abo_ls_con
  .abo_ls_swi
  .swiper-slide:nth-child(odd)
  .abo_ls_nr
  .icon {
  bottom: -218px;
}
.abo_ls
  .abo_ls_box
  .abo_ls_con
  .abo_ls_swi
  .swiper-slide:nth-child(even)
  .abo_ls_nr
  .icon {
  top: -218px;
  flex-direction: column-reverse;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .icon i {
  width: 116px;
  height: 116px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .icon i::after,
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .icon i::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .icon i::after {
  width: 2px;
  height: 55px;
}
.abo_ls
  .abo_ls_box
  .abo_ls_con
  .abo_ls_swi
  .swiper-slide:nth-child(odd)
  .abo_ls_nr
  .icon
  i::after {
  background-color: #912427;
  top: 0;
  transform: translate(-50%, -100%);
}
.abo_ls
  .abo_ls_box
  .abo_ls_con
  .abo_ls_swi
  .swiper-slide:nth-child(even)
  .abo_ls_nr
  .icon
  i::after {
  background-color: #535153;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .icon i::before {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #fff;
}
.abo_ls
  .abo_ls_box
  .abo_ls_con
  .abo_ls_swi
  .swiper-slide:nth-child(odd)
  .abo_ls_nr
  .icon
  i::before {
  top: -57px;
  transform: translate(-50%, -100%);
}
.abo_ls
  .abo_ls_box
  .abo_ls_con
  .abo_ls_swi
  .swiper-slide:nth-child(even)
  .abo_ls_nr
  .icon
  i::before {
  bottom: -57px;
  transform: translate(-50%, 100%);
}

.abo_ls
  .abo_ls_box
  .abo_ls_con
  .abo_ls_swi
  .swiper-slide:nth-child(odd)
  .abo_ls_nr
  .icon
  i {
  background-color: #912427;
}
.abo_ls
  .abo_ls_box
  .abo_ls_con
  .abo_ls_swi
  .swiper-slide:nth-child(even)
  .abo_ls_nr
  .icon
  i {
  background-color: #535153;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .icon i img {
  width: 62%;
}
.abo_ls .abo_ls_box .abo_ls_con .abo_ls_swi .abo_ls_nr .icon .num {
  width: 100%;
  font-size: 22px;
  text-align: center;
}

.abo_ls .abo_ls_box .abo_ls_con .qie .pub_nav {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 5%) 0px 0px 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  margin: 0px;
}
.abo_ls .abo_ls_box .abo_ls_con .qie .pub_prev {
  left: 0px;
}
.abo_ls .abo_ls_box .abo_ls_con .qie .pub_next {
  right: 0px;
  left: auto;
}
.abo_ls .abo_ls_box .abo_ls_con .qie .pub_prev img {
  transform: rotate(180deg);
}
.abo_ls .abo_ls_box .g_year {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.abo_ls .abo_ls_box .g_year::before {
  content: '';
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 30%;
}
.abo_ls .abo_ls_box .g_year .g_year_list {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease 0s;
  opacity: 0;
}
.abo_ls .abo_ls_box .g_year .g_year_list.on {
  opacity: 1;
}
.abo_ls .abo_ls_box .g_year .g_year_list .g_year_lb {
  position: relative;
  display: flex;
  justify-content: center;
}
.abo_ls .abo_ls_box .g_year .g_year_list .g_year_lb > span {
  font-size: 482px;
  font-weight: bold;
  color: rgb(153, 153, 153);
  opacity: 0.1;
  line-height: 0.8;
  text-align: center;
  margin: auto;
  transition: all 0.5s ease 0s;
  position: relative;
  top: 50px;
}
.abo_ls .abo_ls_box .g_year .g_year_list.on .g_year_lb > span {
  top: 0px;
}
.abo_ls .abo_ls_box .g_year .g_year_list .g_year_lb .txt {
  transition: all 0.5s ease 0s;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 846px;
  min-height: 274px;
  background: rgb(255, 255, 255);
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 100px;
  text-align: center;
}
.abo_ls .abo_ls_box .g_year .g_year_list.on .g_year_lb .txt {
  top: 50%;
}
.abo_ls .abo_ls_box .g_year .g_year_list .g_year_lb .txt h3 {
  font-weight: bold;
  margin-bottom: 16px;
  display: none;
}
.abo_ls .abo_ls_box .g_year .g_year_list .g_year_lb .txt p {
  font-size: 18px;
  color: rgb(102, 102, 102);
  margin-bottom: 10px;
  line-height: 32px;
}
.abo_sl {
  background: rgb(245, 245, 245);
  padding: 82px 0px 105px;
  position: relative;
}

.abo_sl .g_bj {
  position: absolute;
  top: 0;
  left: 0;
}
.abo_sl .container {
  position: relative;
  z-index: 10;
}
.abo_sl .container .title {
  text-align: center;
  margin-bottom: 50px;
}
.abo_sl .container .title h2 {
  font-family: Arial Black;
  font-size: 56px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 10px;
  color: #fff;
}
.abo_sl .container .title > span {
  font-size: 32px;
  color: #fff;
  margin-bottom: 5px;
  display: block;
}
.abo_sl .container .abo_sl_box {
  margin-top: 125px;
  overflow: hidden;
  padding-bottom: 25px;
}
.abo_sl .container .abo_sl_box .abo_sl_swi {
  margin-bottom: 65px;
}
.abo_sl .container .abo_sl_box .abo_sl_swi .abo_sl_nr {
  padding: 50px 50px 30px;
  background: #fff;
  box-sizing: border-box;
}
.abo_sl .container .abo_sl_box .abo_sl_swi .abo_sl_nr .public-img {
  position: relative;
  padding-bottom: 151%;
  margin-bottom: 38px;
}
.abo_sl .container .abo_sl_box .abo_sl_swi .abo_sl_nr .public-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.abo_sl .container .abo_sl_box .abo_sl_swi .abo_sl_nr p {
  height: 30px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.abo_sl .container .abo_sl_box .bswilj {
  width: 100%;
  padding: 0 92px;
  position: relative;
}
.abo_sl .container .abo_sl_box .bswilj .swip2_pag {
  position: relative;
  height: 2px;
  background-color: #dcdcdc;
}
.abo_sl
  .container
  .abo_sl_box
  .bswilj
  .swip2_pag
  .swiper-pagination-progressbar-fill {
  background: #990000;
}
.abo_sl .container .abo_sl_box .bswilj .pub_prev {
  left: 0;
}
.abo_sl .container .abo_sl_box .bswilj .pub_nav {
  top: 0;
  width: 50px;
  height: 50px;
}
.qie .pub_prev {
  left: 40px;
}
.qie .pub_prev img {
  transform: rotate(180deg);
}

.abo_sl .container .abo_sl_box .bswilj .pub_next {
  right: 0;
  left: auto;
}
.abo_sl .container .abo_sl_box .bswilj .pub_nav {
  top: 0;
  width: 50px;
  height: 50px;
}

.abo_hz {
  padding-bottom: 120px;
}
.abo_hz .container .title {
  text-align: center;
  margin-bottom: 50px;
}
.abo_hz .container .title h2 {
  font-family: Arial Black;
  font-size: 56px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.abo_hz .container .title h2 b {
  color: #900;
}
.abo_hz .container .title > span {
  font-size: 32px;
  margin-bottom: 5px;
  display: block;
}
.abo_hz_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.abo_hz_box .abo_hz_item {
  width: calc((100% - 40px) / 5);
  padding: 10px;
  border: 1px solid #ebe8e8;
  transition: all 0.3s;
}
.abo_hz_box .abo_hz_item:hover {
  background-color: #900;
  border-color: #900;
}
.abo_hz_box .abo_hz_item:nth-child(n + 6) {
  margin-top: 20px;
}
.abo_hz_box .abo_hz_item .pic {
  overflow: hidden;
}
.abo_hz_box .abo_hz_item .pic img {
  width: 100%;
  transition: all 0.3s;
}
.abo_hz_box .abo_hz_item:hover .pic img {
  transform: scale(1.1);
}
.abo_hz_box .abo_hz_item .tit {
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.abo_hz_box .abo_hz_item:hover .tit {
  color: #fff;
}

.qie .pub_next {
  right: 40px;
  left: auto;
}
.qie .pub_nav {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 20px rgb(0 0 0 / 5%);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s;
  margin: 0;
}
.qie .pub_nav img {
  width: 13.34%;
  height: auto;
}
@media (max-width: 1777px) {
  .abo_ln .container .left {
    padding-top: 105px;
  }
  .abo_t .container .left h2,
  .abo_do .abo_do_box .title h2,
  .abo_ln .container .left h2,
  .abo_ls .title h2,
  .abo_sl .container .title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1534px) {
  .abo_ln .container .left {
    padding: 85px 65px 40px;
  }
  .abo_t .container .left h2,
  .abo_do .abo_do_box .title h2,
  .abo_ln .container .left h2,
  .abo_ls .title h2,
  .abo_sl .container .title h2 {
    font-size: 36px;
  }
}

/*联系我们*/
.lx_one {
  width: 100%;
  background: #fff;
  margin: 60px 0;
}
.lx_one .page_width {
  overflow: hidden;
}
.lx_one .left {
  float: left;
  width: 60%;
  height: 700px;
  border: 1px solid #d2d2d2;
}
.lx_one .nei {
  float: left;
  width: 40%;
  padding: 12px 70px;
}
.lx_one h3 {
  float: left;
  width: 100%;
  font-size: 24px;
  color: #990000;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.lx_one ul {
  float: left;
  width: 100%;
}
.lx_one ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 0;
  padding-left: 60px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.lx_one .li_dz {
  background: url(../images/about/contact_icon01.png) no-repeat left center;
  background-size: 40px;
}
.lx_one .li_tell {
  background: url(../images/about/contact_icon02.png) no-repeat left center;
  background-size: 40px;
}
.lx_one .li_email {
  background: url(../images/about/contact_icon03.png) no-repeat left 32px;
  background-size: 40px;
}
.lx_one .li_email p {
  line-height: 27px;
}
.lx_one ul li span {
  color: #999999;
  float: left;
  width: 100%;
}
.lx3 {
  overflow: hidden;
  margin-top: 40px;
}
.lx3 ul li {
  width: 49%;
  height: 222px;
  float: left;
  border: 1px solid #e6e6e6;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 25px 25px 0px;
  transition: 0.3s;
}
.lx3 ul li:nth-child(2n) {
  float: right;
}
.lx3 ul li img {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}
.lx3 ul li .cont {
  overflow: hidden;
}
.lx3 ul li h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  margin: 20px 0px 25px 0px;
  display: flex;
  align-items: center;
  color: #333;
}
.lx3 ul li h2 span {
  width: auto;
  text-transform: uppercase;
  margin-left: 15px;
  font-size: 22px;
  color: #333;
}
.lx3 ul li p {
  font-size: 16px;
  line-height: 32px;
}

/*新闻资讯*/
.xw_one {
  float: left;
  width: 100%;
  margin: 60px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.xw_one .fy {
  position: absolute;
  bottom: 65px;
  right: 60px;
  width: 170px;
  line-height: 30px;
  height: 30px;
}
.xw_one .swiper-button-next:after,
.xw_one .swiper-button-prev:after {
  content: '';
}
.xw_one .swiper-button-next,
.xw_one .swiper-button-prev {
  width: 47px;
  height: 29px;
  top: 12px;
  bottom: 0;
  z-index: 111;
  border-radius: 0px;
  font-family: ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â»Ã‚Â£;
  font-size: 40px;
}
.xw_one .swiper-button-next {
  background: #f0f0f0 url(../images/about/new_right.png) no-repeat left top;
  background-size: 100% 100%;
  left: 55px;
}
.xw_one .swiper-button-prev {
  background: #f0f0f0 url(../images/about/new_left.png) no-repeat left top;
  background-size: 100% 100%;
  left: 0;
}
.xw_one .swiper-button-next:hover {
  background: #900 url(../images/about/new_right_h.png) no-repeat left top;
  background-size: 100% 100%;
}
.xw_one .swiper-button-prev:hover {
  background: #900 url(../images/about/new_left_h.png) no-repeat left top;
  background-size: 100% 100%;
}
.xw_one .swiper-pagination {
  position: relative;
  float: right;
  width: auto;
  text-align: right;
}
.xw_one .swiper-pagination-current {
  font-weight: bold;
  font-size: 20px;
}
.xw_one .swiper-slide {
  background: #fff;
  display: flex;
}
.xw_one .pimg {
  width: 50%;
  height: 480px;
}
.xw_one .pimg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.xw_one .nei {
  width: 50%;
  padding: 60px;
  position: relative;
}
.xw_one .tit {
  float: left;
  width: 100%;
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  padding: 0 0 25px;
  line-height: 100%;
  border-bottom: 1px solid #e4e4e4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xw_one .desc {
  float: left;
  width: 100%;
  margin: 25px 0;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.xw_one .a {
  float: left;
  width: 160px;
  line-height: 50px;
  background: #990000;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: absolute;
  bottom: 65px;
  left: 60px;
}
.xw_two {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
}
.xw_two ul {
  display: inline-block;
  border-bottom: 1px solid #b4b4b4;
  height: 74px;
}
.xw_two ul li {
  float: left;
  padding: 0px 20px;
  line-height: 74px;
  height: 74px;
  font-size: 24px;
  color: #333333;
  cursor: pointer;
  margin: 0px 15px;
}
.xw_two ul li.sel {
  color: #990000;
  border-bottom: 3px solid #990000;
}
.xw_two ul li a {
  color: #333333;
}
.xw_two ul li.sel {
  color: #990000;
  border-bottom: 3px solid #990000;
}
.xw_two ul li:first-child {
  margin-left: 0;
}
.xw_two ul li:last-child {
  margin-right: 0;
}
.xw_list {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
.xw_list li {
  float: left;
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-bottom: 30px;
}
.xw_list li:nth-child(4n) {
  margin-right: 0;
}
.xw_list .a {
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid #bfbfbf;
}
.xw_list .pimg {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
}
.xw_list .pimg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xw_list .nei {
  float: left;
  width: 100%;
  padding: 20px 30px;
}
.xw_list .date {
  float: left;
  width: 100%;
  line-height: 32px;
  color: #999999;
  font-size: 14px;
}
.xw_list .tit {
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 40px;
}
.xw_list .desc {
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 24px;
  color: #656565;
  margin: 5px 0;
}
.xw_list .ck {
  float: left;
  width: 120px;
  line-height: 40px;
  border: 1px solid #bfbfbf;
  margin-top: 20px;
  text-align: center;
  color: #656565;
  font-size: 16px;
}
.xw_list a:hover .ck {
  border: 1px solid #990000;
  background: #990000;
  color: #fff;
}

.qie_main .full_page {
  padding-top: 30px;
  padding-bottom: 120px;
}
/* 新闻详情 */
.innnew {
  background: #f5f5f5;
  overflow: hidden;
}
.xq_left,
.incasbox .right {
  float: left;
  width: 67%;
  margin: 40px 0px 120px 0;
  padding: 40px 50px;
  background: #fff;
}
.xq_title {
  float: left;
  width: 100%;
  color: #333333;
  font-size: 30px;
  line-height: 40px;
}
.xq_date {
  float: left;
  width: 100%;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  padding-top: 15px;
}
.xq_info {
  float: left;
  width: 100%;
  padding: 20px 0;
  margin-top: 20px;
  font-size: 16px;
  color: #656565;
  line-height: 32px;
  border-top: 1px solid #cccccc;
}
.xq_info img {
  max-width: 100%;
}
.xq_fx {
  float: left;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
  line-height: 25px;
  font-size: 16px;
}
.xq_fx .ll {
  float: left;
  color: #656565;
}
.xq_fx .a {
  float: left;
  margin-left: 20px;
  opacity: 0.5;
}
.xq_fx .a:hover {
  opacity: 0.8;
}
.xq_fx .fan {
  float: right;
  padding-left: 28px;
  background: url(../images/about/news_detail_fh.png) no-repeat left center;
  color: #656565;
}
.xq_fx .fan:hover {
  background: url(../images/about/news_detail_fh_h.png) no-repeat left center;
  color: #900;
}
.xq_next {
  float: left;
  width: 100%;
  padding-top: 20px;
  line-height: 30px;
}
.xq_next a {
  color: #999999;
  max-width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 16px;
}
.xq_next .aNext {
  float: right;
}
.xq_next .aPrev {
  float: left;
}
.xq_next a:hover {
  color: #333;
}
.xq_desc {
  padding: 30px 0;
  color: #333333;
  margin-top: 30px;
}
.xq_tou {
  float: left;
  width: 100%;
  border-top: 1px solid #cccccc;
  padding-top: 30px;
  margin-top: 20px;
  padding-bottom: 20px;
}
.xq_tou a {
  float: left;
  width: 160px;
  line-height: 50px;
  border: 1px solid #bfbfbf;
  margin-right: 15px;
  color: #333333;
  font-size: 18px;
  text-align: center;
}
.xq_tou a:hover {
  background: #900;
  border: 1px solid #900;
  color: #fff;
}

.xq_right {
  float: right;
  width: 30%;
  margin: 40px 0px 120px 0;
  background: #fff;
  overflow: hidden;
}
.xq_biao {
  float: left;
  margin: 40px 30px;
  border-left: 2px solid #333333;
  line-height: 28px;
  height: 32px;
  padding-left: 20px;
  color: #333333;
  font-size: 30px;
  width: 80%;
}
.xq_one {
  float: left;
  width: 100%;
}
.xq_one li {
  float: left;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding: 35px 30px;
}
.xq_one .a {
  height: auto;
  padding: 10px 0;
  display: none;
  border: 0;
}
.xq_one .pimg {
  height: 220px;
  margin-bottom: 10px;
}
.xq_one .top {
  float: left;
  width: 100%;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #333333;
}
.xq_one .sel .bottom {
  display: block;
}
.xq_one .sel .top {
  display: none;
}
.xq_two {
  float: left;
  width: 100%;
}
.xq_two li {
  float: left;
  width: 100%;
  border-top: 10px solid #f7f7f7;
  padding: 30px;
}
.xq_two .date {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.xq_two .tit {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  margin: 10px 0;
  font-weight: bold;
}
.xq_two .yao {
  float: left;
  width: 100%;
  border-top: 1px solid #dbdbdb;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  padding: 10px 0;
  padding-top: 15px;
}
.xq_two .desc {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #656565;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
}
.xq_two .a {
  font-size: 14px;
  float: left;
  width: 120px;
  text-align: center;
  line-height: 40px;
  background: #dbdbdb;
  color: #333;
  margin-top: 20px;
}
.xq_two .a i {
  padding-left: 5px;
  font-style: inherit;
  font-weight: bold;
}
.xq_two .a:hover {
  background: #900;
  color: #fff;
}
/* 应用领域 */
.sol_fw {
  padding: 120px 0 140px;
  background: #f5f5f5;
  position: relative;
}
.sol_fw #J_dotLine {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sol_fw .tit {
  border-bottom: 1px solid #ebebeb;
}
.sol_fw .tit .container {
  display: flex;
  justify-content: space-between;
}
.sub_title h2 {
  line-height: 100%;
  font-size: 48px;
  font-weight: bold;
}
.sol_fw .tit .container img {
  width: 80px;
  height: auto;
}
.sol_fw .tit .container .sub_title {
  padding-bottom: 30px;
}
.sol_fw .sol_fw_box {
  padding-top: 120px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.sol_fw .sol_fw_box .left {
  padding: 80px 0 0 40px;
}

.sol_fw .sol_fw_box .left img {
  width: 273px;
  height: auto;
  object-fit: contain;
}
.sol_fw .sol_fw_box .left span {
  font-family: 'rob';
  color: #900;
  font-size: 240px;
  font-weight: bold;
  line-height: 0.8;
  display: block;
}
.sol_fw .sol_fw_box .right {
  width: 1080px;
  display: flex;
  flex-wrap: wrap;
}

.sol_fw .sol_fw_box .right .list_box {
  width: 270px;
  height: 240px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.sol_fw .sol_fw_box .right .list_box .list {
  min-width: 240px;
  min-height: 240px;
  overflow: hidden;
  border-radius: 100%;
  height: 80px;
  z-index: 20;
  border: 1px solid #f0f0f0;
  box-sizing: initial;
  position: relative;
}

.sol_fw .sol_fw_box .right .list_box .list::after {
  content: '';
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 2px solid transparent;
  top: 3px;
  left: 3px;
  z-index: 10;
  box-sizing: border-box;
  border-radius: 100%;
}
.sol_fw .sol_fw_box .right .list_box .list:hover::after {
  border: 2px solid rgba(153, 0, 0, 0.23);
}
.sol_fw .sol_fw_box .right .list_box .list .txt {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100px;
  padding: 0 35px;
  color: #fff;
  text-shadow: 0 0 2px #5a5a5a;
}
.sol_fw .sol_fw_box .right .list_box .list:hover .txt {
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  text-shadow: none;
  padding: 0;
  transition: all 0.3s;
}
.sol_fw .sol_fw_box .right .list_box .list .txt p {
  display: inline-flex;
  height: 100%;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sol_fw .sol_fw_box .right .list_box .list:hover .txt p {
  left: 50%;
  transform: translateX(-50%);
}
.sol_fw .sol_fw_box .right .list_box .list .img {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  overflow: hidden;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sol_fw .sol_fw_box .right .list_box .list:hover .img {
  width: 100%;
  height: 100%;
}
.sol_fw .sol_fw_box .right .list_box .list .img img {
  width: 240px;
}

.sol_ly {
  background: #f5f5f5;
  padding-bottom: 60px;
}
.sol_ly .sol_ly_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 78px;
  height: 693px;
}
.sol_ly .sol_ly_box:nth-child(2n) {
  flex-direction: row-reverse;
}
.sol_ly .sol_ly_box:hover .left .g_a {
  background: #900;
}
.sol_ly .sol_ly_box:hover .left .g_a svg {
  transform: rotate(0);
}

.sol_ly .sol_ly_box .right {
  height: 100%;
  width: 62.26%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sol_ly .sol_ly_box .right img {
  width: 100%;
}

.sol_ly .sol_ly_box .left {
  height: 100%;
  width: 37.74%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.sol_ly .sol_ly_box .left .txt {
  height: calc(100% - 154px);
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sol_ly .sol_ly_box .left .txt h3 {
  font-size: 46px;
  margin-bottom: 20px;
  font-weight: bold;
}
.sol_ly .sol_ly_box .left .txt p {
  color: #666;
}
.sol_ly .sol_ly_box .left .g_a {
  transition: all 0.3s;
  height: 154px;
  background: #260000;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sol_ly .sol_ly_box .left .g_a p {
  color: #fff;
}
.sol_ly .sol_ly_box .left .g_a svg {
  transition: all 0.3s;
  transform: rotate(-45deg);
}
.sol_ly .sol_ly_box .left .g_a svg paht {
  fill: #fff;
}
@media (max-width: 1777px) {
  .sol_ly .sol_ly_box {
    height: 620px;
  }
}
@media (max-width: 1610px) {
  .sol_ly .sol_ly_box {
    height: 550px;
  }
  .sol_ly .sol_ly_box .left .txt h3 {
    font-size: 40px;
  }
  .sol_fw .sol_fw_box .right {
    width: 920px;
  }
  .sol_fw .sol_fw_box .right .list_box {
    width: 230px;
    height: 220px;
  }
  .sol_fw .sol_fw_box .right .list_box .list {
    min-width: 220px;
    min-height: 220px;
  }
}
@media (max-width: 1470px) {
  .sol_ly .sol_ly_box {
    height: 500px;
    margin-bottom: 58px;
  }
  .sol_ly .sol_ly_box .left .txt h3 {
    font-size: 36px;
  }
}
@media (max-width: 1400px) {
  .sol_fw .sol_fw_box .right {
    width: 840px;
  }
  .sol_fw .sol_fw_box .right .list_box {
    width: 200px;
    height: 200px;
  }
  .sol_fw .sol_fw_box .right .list_box .list {
    min-width: 200px;
    min-height: 200px;
  }
}
.sol_b {
  padding: 100px 0;
}
.sol_b .container {
  display: flex;
  justify-content: space-between;
}

.sol_b .container .left h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}
.sol_b .container .left p {
  color: #666;
}
.sol_b .container .right {
  flex-shrink: 0;
  margin-left: 40px;
}

.sol_b .container .right form .for_t {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sol_b .container .right form .for_t .inp {
  width: 484px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 0 20px;
  border: 1px solid #666666;
  border-radius: 100px;
  height: 54px;
}

.sol_b .container .right form .for_t .inp input {
  width: 100%;
}
.sol_b .container .right form .for_t .inp svg {
  width: 22px;
  height: auto;
  flex-shrink: 0;
  margin-left: 20px;
}

.sol_b .container .right form .for_t .inp svg path {
  fill: #900;
}
.sol_b .container .right form .for_t button {
  padding: 0 22px;
  height: 54px;
  background: #900;
  border-radius: 100px;
  color: #fff;
  margin-left: 10px;
  flex-shrink: 0;
}
.sol_b .container .right form .for_t button:hover {
  opacity: 0.9;
}

.sol_b .container .right form > p {
  color: #666;
}

.sub_banner2 .sub_banner_txt {
  background: rgba(0, 0, 0, 0.25);
}
.sub_banner2 .bant_form {
  margin-top: 50px;
}
.sub_banner2 .bant_form form .for_t {
  display: flex;
  margin-bottom: 20px;
}
.sub_banner2 .bant_form form .for_t .inp {
  width: 484px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 0 20px;
  border: 1px solid #fff;
  border-radius: 100px;
  height: 54px;
}

.sub_banner2 .bant_form form .for_t .inp input {
  width: 100%;
  color: #fff;
}
.sub_banner2 .bant_form form .for_t .inp input::-webkit-input-placeholder {
  color: #fff;
}
.sub_banner2 .bant_form form .for_t .inp input::-moz-input-placeholder {
  color: #fff;
}
.sub_banner2 .bant_form form .for_t .inp input::-ms-input-placeholder {
  color: #fff;
}
.sub_banner2 .bant_form form .for_t .inp svg {
  width: 22px;
  height: auto;
  flex-shrink: 0;
  margin-left: 20px;
}

.sub_banner2 .bant_form form .for_t .inp svg path {
  fill: #fff;
}
.sub_banner2 .bant_form form .for_t button {
  padding: 0 22px;
  height: 54px;
  background: #900;
  border-radius: 100px;
  color: #fff;
  margin-left: 10px;
  flex-shrink: 0;
  transition: all 0.3s;
}
.sub_banner2 .bant_form form .for_t button:hover {
  opacity: 0.9;
}

.sub_banner2 .bant_form form > p {
  color: #fff;
}
.sub_banner2 .bant_form form > p a {
  color: #fff;
  transition: all 0.3s;
}
.sub_banner2 .bant_form form > p a:hover {
  color: #900;
}

/* 产品中心 */
.inpro_wrap {
  padding: 80px 0;
}
.incasbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inpro .left,
.incasbox .left {
  width: 27%;
  position: relative;
  overflow: hidden;
}
.incasbox .left .inpro_le {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fanrqbox_l {
  width: 100%;
}

.fanrqbox_ltitle {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 55px;
  background-color: #900;
  cursor: pointer;
}

.fanrqbox_ltitle span {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
}

.fanrqbox_ltitle i {
  font-size: 26px;
  color: #ffffff;
  cursor: pointer;
}

.fanrqbox_lbox {
  padding: 35px 0;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.fanrqbox_lbox .fanrqbox_lbox_item {
  position: relative;
  display: flex;
  align-items: center;
  height: 90px;
  padding-left: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.fanrqbox_lbox .fanrqbox_lbox_item::after {
  content: '+';
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #909090;
  position: absolute;
  top: calc(50% - 12px);
  right: 30px;
  font-family: Arial;
  line-height: 24px;
  text-align: center;
  font-size: 20px;
  color: #999;
  transition: all 0.3s;
}
.fanrqbox_lbox .fanrqbox_lbox_item:hover::after,
.fanrqbox_lbox .fanrqbox_lbox_item.on::after {
  transform: rotate(180deg);
  border-color: #900;
  color: #900;
}
.fanrqbox_lbox_item i {
  width: 30px;
  height: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.fanrqbox_lbox_item i img {
  max-width: 100%;
  max-height: 100%;
}
.fanrqbox_lbox_item span {
  margin-left: 15px;
  font-size: 18px;
  color: #333333;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.fanrqbox_lbox .fanrqbox_lbox_item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #900;
  display: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.fanrqbox_lbox .fanrqbox_lbox_item:hover {
  background-color: #fff;
}

.fanrqbox_lbox .fanrqbox_lbox_item:hover i {
  color: #900;
}

.fanrqbox_lbox .fanrqbox_lbox_item:hover span {
  color: #900;
}

.fanrqbox_lbox .fanrqbox_lbox_item:hover::before {
  display: block;
}

.fanrqbox_lbox .fanrqbox_lbox_item.on {
  /* background-color: #fff; */
  background: linear-gradient(45deg, #99000014, transparent);
}

.fanrqbox_lbox .fanrqbox_lbox_item.on i {
  color: #900;
}

.fanrqbox_lbox .fanrqbox_lbox_item.on span {
  color: #900;
}

.fanrqbox_lbox .fanrqbox_lbox_item.on::before {
  display: block;
}

.inpro_tab {
  margin-bottom: 50px;
}
.cate_lbox {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  overflow: hidden;
}
.cate_lbox .swiper-scrollbar{
  left: 0;
  width: 100%;
}
.cate_lbox_item {
  display: block;
  width: 100%;
  text-align: center;
  padding: 25px 0;
  border: 5px solid #eee;
  border-radius: 15px;
}
.cate_lbox_item:hover,
.cate_lbox_item.on {
  border-color: #900;
}
.cate_lbox_item i {
  display: block;
  padding: 0 50px;
}
.cate_lbox_item i img {
  width: 100%;
}
.cate_lbox_item span {
  display: block;
  font-size: 18px;
  margin-top: 15px;
}
.cate_lbox_item:hover span,
.cate_lbox_item.on span {
  color: #900;
}

.inpro .right {
  width: 70%;
}
.inpro .inpro_ri {
  display: flex;
  flex-wrap: wrap;
}
.inpro .inpro_item {
  width: calc((100% - 90px) / 4);
}
.inpro .inpro_item + .inpro_item {
  margin-left: 30px;
}
.inpro .inpro_item:nth-child(4n + 1) {
  margin-left: 0;
}
.inpro .inpro_item:nth-child(n + 5) {
  margin-top: 30px;
}
.inpro .inpro_item .inpic {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.inpro .inpro_item .inpic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.inpro .inpro_item:hover .inpic img {
  transform: scale(1.1);
}
.inpro .inpro_item .intit {
  overflow: hidden;
  word-spacing: normal;
  padding: 0 15px;
  background-color: #eee;
}
.inpro .inpro_item .intit a {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #666;
  padding: 20px 0;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inpro .inpro_item:hover .intit {
  background-color: #900;
}
.inpro .inpro_item:hover .intit a {
  color: #fff;
}
.full_page .page1 {
  clear: both;
  text-align: center;
  height: 45px;
  margin: 50px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

.full_page .page1 li {
  margin: 2px 5px;
}

.full_page .page1 li a {
  display: inline-block;
  color: #333333;
  line-height: 100%;
  padding: 10px 13px;
  text-decoration: none;
  border: 1px solid #ddd;
}

.full_page .page1 li a:hover,
.full_page .page1 li.active a {
  background: #900;
  color: #fff;
}

.full_page .page2 {
  width: 120px;
  height: 40px;
  background: #900;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 40px;
  display: none;
}
/* 产品详情 */
.inpro_detail {
  width: 100%;
  background-color: #f5f5f5;
  padding: 0 0 80px;
}
.inpro_detail .page_width {
}
.inpro_detail .tlbox {
  margin-bottom: 35px;
}
.inpro_detail .tlbox .cn {
  color: #474443;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}
.inpro_detail .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 50px;
}

.inpro_detail .cont .lt-box {
  width: 42%;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  position: relative;
}
.inpro_detail .cont #imgswiper .swiper-slide {
  /* height: 630px; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.inpro_detail .cont #imgswiper .swiper-slide img {
  width: 100%;
}
.inpro_detail .cont .control-box {
  /* background-color: #f7f7f7; */
  padding: 50px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inpro_detail .cont .control-box .swiper-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inpro_detail .cont .control-box .swiper-btn .btn {
  width: 80px;
  height: 50px;
  background-color: #ccc;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inpro_detail .cont .control-box .swiper-btn .btn img {
  position: relative;
  z-index: 10;
}
.inpro_detail .cont .control-box .swiper-btn .btn img.two,
.inpro_detail .cont .control-box .swiper-btn .btn:hover img.one {
  display: none;
}
.inpro_detail .cont .control-box .swiper-btn .btn:hover img.two {
  display: block;
}
.inpro_detail .cont .control-box .swiper-btn .btn::after {
  content: '';
  background: #900;
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}
.inpro_detail .cont .control-box .swiper-btn .prev_img {
  margin-right: 36px;
}
.inpro_detail .cont .control-box .swiper-btn .prev_img::after {
  right: 0;
}
.inpro_detail .cont .control-box .swiper-btn .next_img::after {
  left: 0;
}
.inpro_detail .cont .control-box .swiper-btn .btn:hover::after {
  width: 100%;
}
.inpro_detail .cont .control-box .backbtn {
  width: 120px;
  height: 50px;
  border: solid 1px #e5e5e5;
  text-align: center;
  line-height: 48px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.inpro_detail .cont .control-box .backbtn span {
  padding-right: 20px;
  background-image: url(../images/about/back-icon.png);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  color: #999999;
}
.inpro_detail .cont .control-box .backbtn:hover {
  border-color: #900;
  background: #900;
}
.inpro_detail .cont .control-box .backbtn:hover span {
  color: #fff;
  background-image: url(../images/about/back-icon-a.png);
}
.inpro_detail .cont .rt-box {
  width: 55%;
}
.inpro_detail .cont .rt-box {
  background: #fff;
}
.inpro_detail .cont .rt-box .stl {
  margin-bottom: 5px;
}
.inpro_detail .cont .rt-box .stl .cn {
  font-size: 18px;
  font-weight: bold;
  color: #4c4c4c;
}
.inpro_detail .cont .rt-box .stl .en {
  color: #cccccc;
  letter-spacing: 1px;
}
.inpro_detail .cont .rt-box .txt {
  color: #999999;
  line-height: 24px;
  max-height: 240px;
  overflow: auto;
}
.inpro_detail .cont .rt-box .tdbox .tdtl {
  font-size: 18px;
  color: #666666;
  margin-bottom: 24px;
  line-height: 100%;
  font-weight: bold;
}
.inpro_detail .cont .rt-box .tdbox .tabbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}
.inpro_detail .cont .rt-box .tdbox .tabbox > div {
  width: calc((100% - 40px) / 3);
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 50px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border: solid 1px #333;
  background: #333;
  /* cursor: pointer; */
}
.inpro_detail .cont .rt-box .tdbox .tabbox > div:hover {
  background: #900;
  border-right-color: #900;
}
.inpro_detail .cont .rt-box .contentbox {
  padding: 25px;
  background-color: #f1f1f1;
  margin-bottom: 15px;
  border-radius: 15px;
  border: 5px solid #900;
}
.inpro_detail .cont .rt-box .contentbox .changebox {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.inpro_detail .cont .rt-box .contentbox .changebox .box {
  color: #666;
  line-height: 24px;
  max-height: 140px;
  overflow: auto;
}
.inpro_detail .cont .rt-box .contentbox .changebox .box .MsoNormal {
  position: relative;
  padding-left: 20px;
}
.inpro_detail
  .cont
  .rt-box
  .contentbox
  .changebox
  .box
  .MsoNormal
  + .MsoNormal {
  margin-top: 15px;
}
.inpro_detail .cont .rt-box .contentbox .changebox .box .MsoNormal::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  border: 2px solid #900;
  /* background-color: #900; */
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}
.inpro_detail .cont .rt-box .contentbox .changebox .box .MsoNormal .model {
  font-size: 22px;
  font-weight: bold;
  color: #900;
}
.inpro_detail .cont .rt-box .inpro_sub {
  padding: 20px 35px;
  background-color: #f1f1f1;
}
.inpro_detail .cont .rt-box .inpro_sub .inpro_hint {
  padding: 7px 0;
  display: flex;
  align-items: center;
  padding-left: 50px;
  background: url(../images/about/inpro_kf.png) no-repeat 0px center;
}
.inpro_detail .cont .rt-box .inpro_sub .inpro_hint p {
  font-size: 16px;
  line-height: 100%;
  padding: 10px 15px;
  border: 1px solid #ccc;
  animation: hint 3s infinite;
}
.inpro_detail .cont .rt-box .inpro_sub .btm {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inpro_detail .cont .rt-box .inpro_sub .zxkf {
  width: 200px;
  height: 50px;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  padding-right: 35px;
  background: #900 url(../images/about/more1.png) no-repeat 145px center;
  cursor: pointer;
  transition: all 0.3s;
}
.inpro_detail .cont .rt-box .inpro_sub .zxkf:hover {
  border-radius: 25px;
}
.inpro_detail .cont .rt-box .inpro_sub .inpro_tel {
  display: flex;
  align-items: center;
}
.inpro_detail .cont .rt-box .inpro_sub .inpro_tel span {
  font-size: 30px;
  font-weight: bold;
  color: #900;
}
.inpro_detail .cont .rt-box .inpro_smal {
  margin-top: 30px;
}
.inpro_detail .cont .rt-box .inpro_smal .tit {
  font-size: 18px;
  color: #666666;
  margin-bottom: 15px;
  line-height: 100%;
  font-weight: bold;
}
.inpro_detail .cont .rt-box #smalimg {
  overflow: hidden;
}
.inpro_detail .cont .rt-box #smalimg .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #900;
}
.inpro_detail .cont .rt-box #smalimg .swiper-slide img {
  width: 100%;
}

.inpro_detail .inpro_detit {
  margin-top: 30px;
  background-color: #333;
}
.inpro_detail .inpro_detit h3 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  background-color: #333;
}

.inpro_detail .bigimgbox {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 50px;
}
.inpro_detail .bigimgbox .detail_rela {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inpro_detail .bigimgbox .tdtab {
  width: 100%;
  display: flex;
}
.inpro_detail .bigimgbox .tdtab.abso {
  width: 50px;
  flex-wrap: wrap;
  position: absolute;
  top: 50px;
  left: -38px;
}
.inpro_detail .bigimgbox .tdtab .tab_li {
  padding: 10px 28px;
  background-color: #333;
  border: 1px solid #333;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  color: #fff;
}
.inpro_detail .bigimgbox .tdtab .tab_li + .tab_li {
  margin-left: 20px;
}
.inpro_detail .bigimgbox .tdtab.abso .tab_li {
  width: 38px;
  padding: 18px 10px;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: none;
}
.inpro_detail .bigimgbox .tdtab.abso .tab_li + .tab_li {
  margin-left: 0;
  margin-top: 20px;
}
.inpro_detail .bigimgbox .tdtab .tab_li:hover,
.inpro_detail .bigimgbox .tdtab .tab_li.on {
  background-color: #900;
  border-color: #900;
  color: #fff;
  cursor: pointer;
}
.inpro_detail .bigimgbox .detail_le {
  width: calc((70% - 30px));
  min-height: 979px;
  padding: 20px;
  border: 1px solid #eee;
}
.inpro_detail .bigimgbox .tdbox .tdtl {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 12px;
  background-color: #333;
  margin-bottom: 20px;
}
.inpro_detail .bigimgbox .tdbox {
  font-size: 16px;
  color: #666;
}
.inpro_detail .bigimgbox .tdbox > img {
  width: 100%;
}
.inpro_detail .bigimgbox .tdbox .ite {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inpro_detail .bigimgbox .tdbox .ite dl {
  width: 49%;
  padding: 20px;
  border: 1px solid #eee;
}
.inpro_detail .bigimgbox .tdbox .ite dl:hover {
  border-color: #900;
}
.inpro_detail .bigimgbox .tdbox .ite dl:nth-child(n + 3) {
  margin-top: 20px;
}
.inpro_detail .bigimgbox .tdbox .ite dl dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  color: #333;
  margin-bottom: 10px;
}
.inpro_detail .bigimgbox .tdbox .ite dl dd {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.inpro_detail .bigimgbox .tdbox .ite .lis {
  width: calc((100% + 1px) / 2);
  padding: 20px 20px 20px 70px;
  border: 1px solid #eee;
  position: relative;
  color: #666;
}
.inpro_detail .bigimgbox .tdbox .ite .lis:nth-child(even) {
  margin-left: -1px;
}
.inpro_detail .bigimgbox .tdbox .ite .lis:nth-child(n + 3) {
  margin-top: -1px;
}
.inpro_detail .bigimgbox .tdbox .ite .lis .nums {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ccc;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-style: normal;
  font-family: Arial;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}
.inpro_detail .bigimgbox .tdbox .ite .lis:nth-child(1) .nums {
  background-color: #900;
  color: #fff;
}
.inpro_detail .bigimgbox .tdbox .ite .lis:nth-child(2) .nums,
.inpro_detail .bigimgbox .tdbox .ite .lis:nth-child(3) .nums {
  background-color: #666;
  color: #fff;
}
.inpro_detail .bigimgbox .tdbox .ite table {
  width: 100%;
}
.inpro_detail .bigimgbox .tdbox .ite table tr:nth-child(odd) {
  background-color: #f4e9e9;
}
.inpro_detail .bigimgbox .tdbox .ite table tr:nth-child(even) {
  background-color: #e8d0d0;
}
.inpro_detail .bigimgbox .tdbox .ite table tr:nth-child(1) {
  background-color: #c0504d;
}
.inpro_detail .bigimgbox .tdbox .ite table tr:nth-child(1) td {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.inpro_detail .bigimgbox .tdbox .ite table td {
  border-color: #fff;
  padding: 10px 15px;
  color: #666;
}
.inpro_detail .bigimgbox .tdbox .ite table td:nth-child(1) {
  width: 25%;
}
.inpro_detail .bigimgbox .tdbox .ite table td:nth-child(2) {
  width: 75%;
}
.inpro_detail .bigimgbox .tdbox .ite .cszs {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.inpro_detail .bigimgbox .tdbox .ite .cszs {
}
.inpro_detail .bigimgbox .tdbox .ite .cszs .jieman {
  position: relative;
}
.inpro_detail .bigimgbox .tdbox .ite .cszs .jieman ul,
.inpro_detail .bigimgbox .tdbox .ite .cszs .bom ul {
  display: flex;
  justify-content: space-between;
}
.inpro_detail .bigimgbox .tdbox .ite .cszs .jieman ul li,
.inpro_detail .bigimgbox .tdbox .ite .cszs .bom ul li {
  width: 49%;
  padding: 15px;
  border: 1px solid #eee;
}
.inpro_detail .bigimgbox .tdbox .ite .cszs .jieman ul li img,
.inpro_detail .bigimgbox .tdbox .ite .cszs .bom ul li img {
  width: 100%;
}
.inpro_detail .bigimgbox .tdbox .ite .cszs .jieman .sos {
  padding: 15px 25px;
  background-color: #900;
  font-size: 16px;
  color: #fff;
  line-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inpro_detail .bigimgbox .tdbox .ite .cszs .jieman .sos::before,
.inpro_detail .bigimgbox .tdbox .ite .cszs .jieman .sos::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 50px;
  border-style: solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.inpro_detail .bigimgbox .tdbox .ite .cszs .jieman .sos::before {
  left: -100px;
  border-color: transparent #900 transparent transparent;
}
.inpro_detail .bigimgbox .tdbox .ite .cszs .jieman .sos::after {
  right: -100px;
  border-color: transparent transparent transparent #900;
}
.inpro_detail .bigimgbox .tdbox .ite .cszs .bom {
  margin-top: 30px;
}
.inpro_detail .bigimgbox .tdbox .ite .cszs .bom .tit {
  margin-top: 15px;
}
.inpro_detail .bigimgbox .tdbox img,
.inpro_detail .bigimgbox .tdshare img {
  max-width: 100%;
}
.inpro_detail .bigimgbox .tdbox table {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.parameter .par_con {
  width: 100%;
  padding: 4% 10%;
  background: url(../images/about/detail_imgbg_02.jpg) repeat-y center;
  background-size: contain;
  color: #333;
}
@keyframes hint {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
/* 相关产品 */
.inpro_detail .bigimgbox .rela_ri {
  width: 30%;
  margin-left: 30px;
  padding: 20px;
  border: 1px solid #eee;
  overflow-y: auto;
}
.inpro_detail .bigimgbox .rela_ri.abso {
  position: absolute;
  right: 0px;
}
/* 滚动条 */
.inpro_detail .bigimgbox .rela_ri::-webkit-scrollbar {
  width: 8px;
  height: 4px;
  background-color: #f0f0f0;
}
.inpro_detail .bigimgbox .rela_ri::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #c7c4c4;
}
.inpro_detail .bigimgbox .rela_ri::-webkit-scrollbar-corner {
  background: transparent;
}

.relatedpro {
  max-width: 1600px;
  width: 100%;
  /* margin: 50px auto 0; */
  overflow: hidden;
}
.relatedpro h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 100%;
  margin-bottom: 20px;
  border-left: 2px solid #333333;
  padding-left: 20px;
}
.relatedpro .rela_box {
  overflow: hidden;
}
.relatedpro .rela_wrap {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
}
.relatedpro .rela_wrap .inpro_item {
  /* width: calc((100% - 60px) / 4); */
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.relatedpro .rela_wrap .inpro_item .inpic {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.relatedpro .rela_wrap .inpro_item .inpic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s;
}
.relatedpro .rela_wrap .inpro_item:hover .inpic img {
  transform: scale(1.1);
}
.relatedpro .rela_wrap .inpro_item .intit {
  text-align: center;
  margin-top: 10px;
}
.relatedpro .rela_wrap .inpro_item:hover .intit a {
  color: #900;
}
/* 相关案例 */
.related {
  max-width: 1600px;
  width: 100%;
  margin: 50px auto 0;
  overflow: hidden;
}
.related h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 100%;
  margin-bottom: 25px;
}
.related .rela_wrap {
  display: flex;
  justify-content: space-between;
}
.related .rela_wrap .inpro_item {
  width: calc((100% - 60px) / 4);
}
.related .rela_wrap .inpro_item .inpic {
  position: relative;
  padding-bottom: 100%;
}
.related .rela_wrap .inpro_item .inpic.pb40 {
  padding-bottom: 40%;
}
.related .rela_wrap .inpro_item .inpic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.related .rela_wrap .inpro_item .intit {
  text-align: center;
  margin-top: 10px;
}
.related .rela_wrap .inpro_item:hover .intit a {
  color: #900;
}
@media (max-width: 1777px) {
  .related {
    width: 90%;
    min-width: 1200px;
  }
  .related.kehu {
    width: 100%;
    min-width: 100%;
  }
}
/* 应用领域详情 */
.incase_wrap {
  padding: 52px 0 80px;
  background-color: #f5f5f5;
}
.incasbox {
  overflow: hidden;
}
.incasbox .left {
  width: 30%;
  padding: 50px;
  background-color: #fff;
}
.incasbox .left .le_box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.incasbox .right {
  margin: 0;
  padding: 0;
  background: none;
}
.incase_wrap .incase {
  width: 100%;
  overflow: hidden;
  padding: 40px 50px;
  background: #fff;
}
/* 图片列表 */
.inner_image {
  width: 100%;
  padding: 80px 0;
}
.inimg_tab {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.inimg_tab a {
  width: calc(100% / 8);
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.inimg_tab a:hover,
.inimg_tab a.on {
  color: #900;
  border-color: #900;
}
.inimg_wrap {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.inimg_item {
  width: calc((100% - 128px) / 5);
  padding: 15px;
  border: 1px solid #f0f0f0;
  margin-right: 32px;
}
.case_item {
  width: calc((100% - 64px) / 3);
}
.inimg_item:hover {
  border-color: #900;
}
.inimg_item:nth-child(5n) {
  margin-right: 0;
}
.case_item:nth-child(3n) {
  width: calc((100% - 64px) / 3);
}
.inimg_item:nth-child(n + 6) {
  margin-top: 32px;
}
.case_item:nth-child(n + 4) {
  margin-top: 32px;
}
.inimg_item .pb40 {
  padding-bottom: 40%;
}
.case_item .pb40 {
  padding-bottom: 70%;
}
.inimg_item .pb151 {
  padding-bottom: 151%;
}
.inimg_item .pic {
  position: relative;
  overflow: hidden;
}
.inimg_item .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.inimg_item:hover .pic img {
  transform: scale(1.1);
}
.inimg_item .tit {
  padding-top: 15px;
}
.inimg_item .tit,
.inimg_item .tit a {
  display: block;
  text-align: center;
  font-size: 16px;
}
.inimg_item:hover .tit,
.inimg_item:hover .tit a {
  color: #900;
}
#tip {
  width: 100%;
  padding: 15% 0;
}
