.ft_index {
  overflow: hidden;
}

.main {
  padding-bottom: 50px;
}

.main .main-content {
  margin-top: 48px;
}

.f5 {
  background-color: #f5f5f5;
}

.sidebar {
  will-change: min-height;
}

.sidebar__inner {
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.main-content {
  display: flex;
  justify-content: space-between;
}

.main-content .sidebar {
  width: 19%;
}

.main-content .sidebar .pro_box_l {
  width: 100%;
}

.main-content .content {
  width: 78%;
}

.banner .banner_pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  transition: all 0.5s;
}

.banner .banner_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 62px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--styleColor);
  background-color: #da251e;
}

.banner .banner_next,
.banner .banner_prev {
  width: 47px;
  height: 47px;
  background-color: #ffffff;
  border-radius: 50%;
}

.banner .banner_next::after,
.banner .banner_prev::after {
  font-size: 20px;
  font-weight: 600;
}

.banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}

.banner img {
  width: 100%;
}

.f7 {
  background-color: #f7f7f7;
}

.card {
  background-color: #fff;
  box-shadow: -4px 9px 17px 1px rgba(6, 0, 1, 0.1);
}

.ipro_box {
  padding: 45px 0;
  background: url(/skin/images/bg.jpg) no-repeat center top;
  background-size: cover;
}

.ipro_box .w .ipro_item {
  display: flex;
}

.ipro_box .w .ipro_item .ipro_l {
  width: 50%;
  padding-top: 50px;
}

.ipro_box .w .ipro_item .ipro_l .inpot {
  font-size: 16px;
  color: #da251e;
  text-transform: uppercase;
}

.ipro_box .w .ipro_item .ipro_l .ipro_title {
  font-size: 49px;
  line-height: 70px;
  letter-spacing: 2px;
  color: #da251e;
}

.ipro_box .w .ipro_item .ipro_l .ipro_content {
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #474747;
  margin: 30px 0;
  padding: 0 10% 0 0;
}

.ipro_box .w .ipro_item .ipro_l .ipro_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 159px;
  height: 39px;
  background-color: #ff0000;
  font-size: 17px;
  letter-spacing: 1px;
  color: #ffffff;
  transition: all 0.3s;
  border: 1px solid #ff0000;
}

.ipro_box .w .ipro_item .ipro_l .ipro_btn a:hover {
  background-color: #fff;
  color: var(--styleColor);
  color: #da251e;
  border-color: var(--styleColor);
  border-color: #da251e;
}

.ipro_box .w .ipro_item .ipro_r {
  width: 50%;
}

.ipro_box .w .ipro_item .ipro_r img {
  width: 100%;
  max-height: 375px;
}

.ipro_box .w .swiper-slide-thumb-active .thumb_item::before {
  transform: translateX(-50%) scale(1);
}

.ipro_box .w .gallery-thumbs {
  margin-top: 50px;
}

.ipro_box .w .gallery-thumbs .swiper-slide:last-child .thumb_item::after {
  content: none;
}

.ipro_box .w .thumb_item {
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
}

.ipro_box .w .thumb_item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 59px;
  background-color: #a6a6a6;
}

.ipro_box .w .thumb_item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 86px;
  height: 4px;
  background-color: #da251e;
  border-radius: 2px;
  transition: all 0.5s;
}

.ipro_box .w .thumb_item img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}

.ipro_box .w .thumb_item p {
  margin-top: 24px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}

.ind_cus {
  padding: 80px 0;
}

.ind_cus .w .ind_black_title {
  text-align: center;
  font-size: 42px;
  color: #da251e;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.ind_cus .w .ind_black_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 212px;
  height: 1px;
  background-color: #da251e;
}

.ind_cus .w .ind_sectitle {
  text-align: center;
  font-size: 20px;
  color: #474747;
}

.cus_box {
  margin-top: 60px;
}

.cus_box .cus_top ul {
  display: flex;
}

.cus_box .cus_top ul li {
  padding: 0 15px;
  width: calc((100% - 30%) / 3);
  display: flex;
  height: 400px;
  align-items: flex-end;
  transition: all 0.5s;
}

.cus_box .cus_top ul li.active {
  width: 40%;
}

.cus_box .cus_top ul li img {
  width: 100%;
  cursor: pointer;
  border-bottom: 8px solid #da251e;
  transition: all 0.5s;
}

.cus_box .cus_bottom {
  width: 50%;
  margin: 80px auto 0;
}

.cus_box .cus_bottom ul li {
  display: none;
}

.cus_box .cus_bottom ul li.active {
  display: block;
  animation: xcf_show 0.5s;
}

.cus_box .cus_bottom ul li .text_box {
  text-align: center;
}

.cus_box .cus_bottom ul li .text_box .title {
  font-size: 24px;
  color: #000000;
}

.cus_box .cus_bottom ul li .text_box .content {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #474747;
  margin: 30px auto;
  width: 92%;
}

.cus_box .cus_bottom ul li .text_box .go_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 199px;
  height: 39px;
  background-color: #ff0000;
  font-size: 17px;
  color: #ffffff;
  transition: all 0.3s;
  border: 1px solid #ff0000;
}

.cus_box .cus_bottom ul li .text_box .go_btn a:hover {
  background-color: #fff;
  color: var(--styleColor);
  color: #da251e;
  border-color: var(--styleColor);
  border-color: #da251e;
}

.i_about {
  padding: 100px 0;
  background: url(/skin/images/bg1.jpg) no-repeat center bottom;
  background-size: cover;
}

.i_about .w {
  display: flex;
  align-items: center;
}

.i_about .w .i_about_l {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.i_about .w .i_about_l .about_option {
  width: 22%;
}

.i_about .w .i_about_l .about_option .about_title h5 {
  font-size: 24px;
  color: #333333;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.i_about .w .i_about_l .about_option .about_title h5::before {
  content: '';
  font-size: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2em;
  height: 1px;
  background-color: var(--styleColor);
  background-color: #da251e;
}

.i_about .w .i_about_l .about_option .about_title p {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 35px;
}

.i_about .w .i_about_l .about_option ul li {
  width: 90%;
  background-color: #626262;
  height: 67px;
  margin-bottom: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.i_about .w .i_about_l .about_option ul li:hover img {
  transform: rotateY(359deg);
}

.i_about .w .i_about_l .about_option ul li::before {
  position: absolute;
  left: 100%;
  top: 0;
  border-top: 33.5px solid transparent;
  border-left: 16px solid #da251e;
  border-bottom: 33.5px solid transparent;
}

.i_about .w .i_about_l .about_option ul li:last-child {
  margin-bottom: 0;
}

.i_about .w .i_about_l .about_option ul li.active {
  background-color: var(--styleColor);
  background-color: #da251e;
}

.i_about .w .i_about_l .about_option ul li.active::before {
  content: '';
}

.i_about .w .i_about_l .about_option ul li img {
  margin-right: 15px;
  transition: all .3s;
}

.i_about .w .i_about_l .about_option ul li a {
  font-size: 18px;
  color: #ffffff;
}

.i_about .w .i_about_l .content_box {
  width: 68%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.i_about .w .i_about_l .content_box .title {
  padding-bottom: 46px;
  border-bottom: 1px solid #cacaca;
}

.i_about .w .i_about_l .content_box .title h4 {
  font-size: 32px;
  font-weight: bold;
  color: #e60012;
}

.i_about .w .i_about_l .content_box .title p {
  font-size: 14px;
  color: #a0a0a0;
}

.i_about .w .i_about_l .content_box .content {
  font-size: 18px;
  line-height: 37px;
  color: #696969;
}

.i_about .w .i_about_l .content_box .go_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 42px;
  background-color: #ff0000;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s;
  border: 1px solid #ff0000;
}

.i_about .w .i_about_l .content_box .go_btn a:hover {
  background-color: #fff;
  color: var(--styleColor);
  color: #da251e;
  border-color: var(--styleColor);
  border-color: #da251e;
}

.i_about .w .i_about_r {
  width: 43.75%;
  margin-left: 2%;
  overflow: hidden;
}

.i_about .w .i_about_r:hover img {
  transform: scale(1.1);
}

.i_about .w .i_about_r img {
  width: 100%;
  transition: all .5s;
}

.i_networl {
  background: url(/skin/images/bg2.jpg) no-repeat center top;
  padding: 60px 0;
  border-bottom: 13px solid #e60012;
}

.i_networl.on .w .i_networl_r .map_box .map2 {
  animation: mapsan 1s;
  animation-fill-mode: forwards;
}

.i_networl.on .w .i_networl_r .map_box .map3 {
  animation: mapmove 1s 1s;
  animation-fill-mode: forwards;
}

.i_networl .w {
  display: flex;
}

.i_networl .w .i_networl_l {
  flex: 1;
}

.i_networl .w .i_networl_l .title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 100px;
}

.i_networl .w .i_networl_l .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 112px;
  height: 1px;
  background-color: #da251e;
}

.i_networl .w .i_networl_l .title h2 {
  font-size: 42px;
  color: #333333;
  margin: 0;
  display: inline-block;
  position: relative;
}

.i_networl .w .i_networl_l .title h2 span {
  position: absolute;
  left: 100%;
  bottom: 0;
  font-size: 24px;
  color: #333333;
  white-space: nowrap;
}

.i_networl .w .i_networl_l .title p {
  font-size: 18px;
  line-height: 28px;
  color: #7d7d7d;
  margin: 20px 0 0 0;
}

.i_networl .w .i_networl_l .content {
  font-size: 18px;
  line-height: 43px;

  color: #333333;
  margin-bottom: 80px;
}

.i_networl .w .i_networl_l .content span {
  color: var(--styleColor);
  color: #da251e;
  font-weight: bold;
}

.i_networl .w .i_networl_l .tel_btn a {
  width: 360px;
  height: 70px;
  background: url(/skin/images/number.png) no-repeat center center;
  display: flex;
  align-items: center;
  padding: 0 25px;
}

.i_networl .w .i_networl_l .tel_btn a::before {
  content: '';
  width: 37px;
  height: 37px;
  background: url(/skin/images/hot-tel-icon.png) no-repeat center center;
  background-size: cover;
  display: inline-block;
  margin-right: 15px;
}

.i_networl .w .i_networl_l .tel_btn a h4 {
  font-size: 27px;
  color: #ffffff;
  margin: 0;
}

.i_networl .w .i_networl_l .tel_btn a p {
  font-size: 18px;
  color: #ffffff;
}

.i_networl .w .i_networl_r {
  width: 73.875%;
}

.i_networl .w .i_networl_r .map_box {
  width: 100%;
  position: relative;
}

.i_networl .w .i_networl_r .map_box .map1 {
  width: 100%;
}

.i_networl .w .i_networl_r .map_box .map1 img {
  width: 100%;
}

.i_networl .w .i_networl_r .map_box .map2,
.i_networl .w .i_networl_r .map_box .map3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.i_networl .w .i_networl_r .map_box .map2 img,
.i_networl .w .i_networl_r .map_box .map3 img {
  width: 100%;
}

.i_networl .w .i_networl_r .map_box .map2 {
  background: url(/skin/images/map2.png) no-repeat center center;
  background-size: contain;
  opacity: 0;
  transform-origin: 77.83% 50.57%;
}

.i_networl .w .i_networl_r .map_box .map3 {
  opacity: 0;
}

@-webkit-keyframes mapmove {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }

  50% {
    opacity: 1;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

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

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.i_news {
  padding: 60px 0;
}

.i_news .w .i_news_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
}

.i_news .w .i_news_title .title_l {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-bottom: 28px;
}

.i_news .w .i_news_title .title_l::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 112px;
  height: 1px;
  background-color: #da251e;
}

.i_news .w .i_news_title .title_l h2 {
  font-size: 42px;
  color: #333333;
  margin: 0 20px 0 0;
}

.i_news .w .i_news_title .title_l p {
  font-size: 18px;
  color: #7d7d7d;
}

.i_news .w .i_news_title .title_r {
  display: flex;
  align-items: center;
}

.i_news .w .i_news_title .title_r .option ul {
  display: flex;
}

.i_news .w .i_news_title .title_r .option ul li {
  margin-right: 90px;
}

.i_news .w .i_news_title .title_r .option ul li.active a {
  color: var(--styleColor);
  color: #da251e;
}

.i_news .w .i_news_title .title_r .option ul li a {
  font-size: 18px;
  color: #333;
}

.i_news .w .i_news_title .title_r .go_new a {
  width: 156px;
  height: 42px;
  border: solid 1px #e60012;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #e60012;
}

.i_news .w .i_news_box .all_box .pick_box {
  display: none;
}

.i_news .w .i_news_box .all_box .pick_box.active {
  display: block;
  animation: xcf_show 0.3s;
}

.i_news .w .i_news_box .all_box .pick_box ul {
  display: flex;
}

.i_news .w .i_news_box .all_box .pick_box ul li {
  width: 25%;
  padding: 0 12px;
}

.i_news .w .i_news_box .all_box .pick_box ul li a {
  display: inline-block;
  transition: all 0.3s;
  width: 100%;
}

.i_news .w .i_news_box .all_box .pick_box ul li a:hover {
  box-shadow: 0px 4px 10px 0px rgba(177, 177, 177, 0.55);
}

.i_news .w .i_news_box .all_box .pick_box ul li a:hover .text::after {
  opacity: 1;
}

.i_news .w .i_news_box .all_box .pick_box ul li a .imgbox img {
  width: 100%;
}

.i_news .w .i_news_box .all_box .pick_box ul li a .text {
  padding: 20px 20px 60px 20px;
  background-color: #fff;
  position: relative;
}

.i_news .w .i_news_box .all_box .pick_box ul li a .text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #e60012;
  opacity: 0;
  transition: all 0.3s;
}

.i_news .w .i_news_box .all_box .pick_box ul li a .text .date {
  font-size: 16px;
  color: #868686;
  margin-bottom: 20px;
}

.i_news .w .i_news_box .all_box .pick_box ul li a .text .content {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.i_contact {
  background: url(/skin/images/message-bg.jpg) no-repeat center top;
}

.modal-content .modal-body {
  padding: 0;
}

.modal-content .i_contact_box {
  height: auto;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.i_contact_box {
  width: 759px;
  height: 714px;
  background-color: rgba(24, 24, 24, 0.7);
  margin: 0 auto;
  color: #fff;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.i_contact_box .title {
  text-align: center;
  margin-bottom: 20px;
}

.i_contact_box .title h3 {
  font-size: 35px;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
}

.i_contact_box .title h2 {
  font-size: 53px;
  color: #da251e;
  margin: 0;
}

.i_contact_box .title p {
  font-size: 15px;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0 0 10px 0;
}

.i_contact_box .content {
  width: 100%;
  margin-bottom: 24px;
}

.i_contact_box .content .form_row {
  display: flex;
}

.i_contact_box .content .form_row textarea {
  width: 100%;
  height: 96px;
  resize: none;
  color: #333;
}

.i_contact_box .content .form_row:last-child {
  justify-content: space-between;
  align-items: center;
}

.i_contact_box .content .form_row label {
  font-size: 15px;
  letter-spacing: 1px;
  color: #c9c9c9;
  font-weight: normal;
}

.i_contact_box .content .form_row #yzm {
  width: 33.33%;
  height: 43px;
  outline: none;
  color: #333;
}

.i_contact_box .content .form_row input[type="submit"] {
  width: 33.33%;
  height: 43px;
  background-color: #ff0000;
  outline: none;
  border: none;
  color: #fff;
}

.i_contact_box .content .form_col {
  flex: 1;
  margin-right: 20px;
  margin-bottom: 14px;
}

.i_contact_box .content .form_col:last-child {
  margin-right: 0;
}

.i_contact_box .content .form_col input {
  width: 100%;
  height: 43px;
  color: #333;
}

.i_contact_box .qrcode_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.i_contact_box .qrcode_list .qrcode_item {
  width: 105px;
  text-align: center;
  font-size: 16px;
}

.i_contact_box .qrcode_list .qrcode_item img {
  width: 100%;
}

.i_contact_box .qrcode_list .qrcode_item p {
  line-height: 40px;
}

.about {
  padding: 90px 0 90px 0;
  background-color: #f7f7f7;
  margin-bottom: 67px;
}

.about .w {
  display: flex;
  align-items: center;
}

.about .w .about_l {
  width: 50%;
  padding-right: 45px;
}

.about .w .about_l p {
  font-size: 16px;
  line-height: 29px;
  color: #333333;

}

.about .w .about_r {
  width: 50%;
}

.about .w .about_r img {
  width: 100%;
}

.photo_box {
  margin-bottom: 70px;
}

.photo_box .title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 27px;
  margin-bottom: 46px;
}

.photo_box .title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 112px;
  height: 1px;
  background-color: #da251e;
}

.photo_box .title .title_l {
  display: flex;
  align-items: flex-end;
}

.photo_box .title .title_l h3 {
  font-size: 42px;
  color: #333333;
  margin: 0 20px 0 0;
}

.photo_box .title .title_l p {
  font-size: 16px;
  color: #6e6e6e;
}

.photo_box .title .title_r {
  position: relative;
  width: 120px;
  height: 38px;
}

.photo_box .title .title_r .photo_prev,
.photo_box .title .title_r .photo_next {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: url(/skin/images/next.png) no-repeat center center;
  top: 0;
  margin-top: 0;
}

.photo_box .title .title_r .photo_prev::after,
.photo_box .title .title_r .photo_next::after {
  content: none;
}

.photo_box .title .title_r .photo_prev {
  background-image: url(/skin/images/prev.png);
  left: 0;
}

.photo_box .title .title_r .photo_next {
  right: 0;
}

.networl_title {
  background: url(/skin/images/bg3.jpg) no-repeat center top;
  background-attachment: fixed;
  padding: 120px 0;
  text-align: center;
  color: #ffffff;
}

.networl_title h2 {
  font-size: 42px;
}

.networl_title p {
  font-size: 24px;
}

.main .i_networl .w {
  align-items: center;
}

.main .i_networl .w .i_networl_l .content {
  margin-bottom: 0;
  line-height: 45px;
  position: relative;
  padding-bottom: 30px;
}

.main .i_networl .w .i_networl_l .content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 135px;
  height: 2px;
  background-color: #da251e;
}

.about_btn {
  background: url(/skin/images/bg4.jpg) no-repeat center top;
  background-attachment: fixed;
  padding: 120px 0;
}

.about_btn .w .btn_list {
  display: flex;
  justify-content: center;
}

.about_btn .w .btn_list .btn_item {
  width: 309px;
  height: 86px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-right: 130px;
  transition: all 0.3s;
}

.about_btn .w .btn_list .btn_item:hover {
  background-color: var(--styleColor);
  background-color: #da251e;
}

.about_btn .w .btn_list .btn_item:hover a .c_text h5 {
  color: #fff;
}

.about_btn .w .btn_list .btn_item:hover a .c_text p {
  color: #fff;
}

.about_btn .w .btn_list .btn_item:hover a .c_icon {
  background-image: url(/skin/images/icon3-2.png);
}

.about_btn .w .btn_list .btn_item:hover:nth-child(2) a .c_icon {
  background-image: url(/skin/images/icon4-2.png);
}

.about_btn .w .btn_list .btn_item:hover:nth-child(3) a .c_icon {
  background-image: url(/skin/images/icon5-2.png);
}

.about_btn .w .btn_list .btn_item:last-child {
  margin-right: 0;
}

.about_btn .w .btn_list .btn_item:nth-child(2) a .c_icon {
  background-image: url(/skin/images/icon4-1.png);
}

.about_btn .w .btn_list .btn_item:nth-child(3) a .c_icon {
  background-image: url(/skin/images/icon5-1.png);
}

.about_btn .w .btn_list .btn_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.about_btn .w .btn_list .btn_item a .c_icon {
  width: 34px;
  height: 34px;
  background: url(/skin/images/icon3-1.png) no-repeat center center;
  background-size: contain;
  transition: all 0.3s;
  margin-right: 20px;
}

.about_btn .w .btn_list .btn_item a .c_text h5 {
  font-size: 20px;
  color: #4b4b4b;
  transition: all 0.3s;
  margin: 0 0 6px 0;
  font-weight: 600;
}

.about_btn .w .btn_list .btn_item a .c_text p {
  font-size: 14px;
  letter-spacing: -1px;
  transition: all 0.3s;
  color: #525252;
}

.pro_list {
  margin-bottom: 50px;
}

.pro_list .pro_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.pro_list .pro_item:hover .item_img::after {
  width: 100%;
}

.pro_list .pro_item:hover .item_img img {
  box-shadow: -4px 9px 17px 1px rgba(6, 0, 1, 0.1);
}

.pro_list .pro_item .item_img {
  width: 33.75%;
  margin-right: 4%;
  position: relative;
}

.pro_list .pro_item .item_img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: var(--styleColor);
  background-color: #da251e;
  transition: all 0.3s;
}

.pro_list .pro_item .item_img img {
  border: solid 1px #e8e8e8;
  transition: all 0.3s;
  width: 100%;
  padding: 15px 0;
}

.pro_list .pro_item .item_text {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pro_list .pro_item .item_text .setting {
  width: 70%;
}

.pro_list .pro_item .item_text .setting h5 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 50px;
}

.pro_list .pro_item .item_text .setting ul li {
  font-size: 16px;
  line-height: 38px;
  color: #545454;
}

.pro_list .pro_item .item_text .btn_list {
  width: 20%;
}

.pro_list .pro_item .item_text .btn_list .btn_item {
  margin-bottom: 10%;
}

.pro_list .pro_item .item_text .btn_list .btn_item:last-child {
  margin-bottom: 0;
}

.pro_list .pro_item .item_text .btn_list .btn_item:nth-child(2) a:hover::before {
  background-image: url(/skin/images/icon2-2.png);
}

.pro_list .pro_item .item_text .btn_list .btn_item:nth-child(2) a::before {
  background-image: url(/skin/images/icon2-1.png);
}

.pro_list .pro_item .item_text .btn_list .btn_item:nth-child(3) a:hover::before {
  background-image: url(/skin/images/icon2-2.png);
}

.pro_list .pro_item .item_text .btn_list .btn_item:nth-child(3) a::before {
  background-image: url(/skin/images/icon2-1.png);
}

.pro_list .pro_item .item_text .btn_list .btn_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  background-color: #ffffff;
  border: solid 1px #c7c7c7;
  transition: all 0.3s;
}

.pro_list .pro_item .item_text .btn_list .btn_item a:hover {
  background-color: var(--styleColor);
  background-color: #da251e;
  border: solid 1px var(--styleColor);
  border: solid 1px#da251e;
  color: #fff;
}

.pro_list .pro_item .item_text .btn_list .btn_item a:hover::before {
  background-image: url(/skin/images/icon1-2.png);
}

.pro_list .pro_item .item_text .btn_list .btn_item a::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(/skin/images/icon1-1.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-right: 15px;
}

.contact_box {
  max-width: 1500px;
  margin: 0 auto;
}

.contact_box .contact_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 68px;
}

.contact_box .contact_list .contact_item {
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.contact_box .contact_list .contact_item:nth-child(2) .title::before {
  background-image: url(/skin/images/icon6.png);
}

.contact_box .contact_list .contact_item:nth-child(3) .title::before {
  background-image: url(/skin/images/icon7.png);
}

.contact_box .contact_list .contact_item .title {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #da251e;
  height: 112px;
  padding: 0 6%;
}

.contact_box .contact_list .contact_item .title::before {
  content: '';
  height: 58px;
  width: 58px;
  background: url(/skin/images/icon5.png) no-repeat center center;
  background-size: contain;
  display: block;
  margin-right: 20px;
}

.contact_box .contact_list .contact_item .title h3 {
  font-size: 22px;
  color: #ffffff;
  margin: 0 0 10px 0;
}

.contact_box .contact_list .contact_item .title p {
  font-size: 16px;
  color: #ffffff;
}

.contact_box .contact_list .contact_item .c_content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.contact_box .contact_list .contact_item .c_content>div {
  width: 100%;
}

.contact_box .contact_list .contact_item .c_content>div {
  font-size: 17px;
  padding: 0 10px 0 40px;
  line-height: 49px;
}

.c_mapbox .maptitle {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  position: relative;
}

.c_mapbox .maptitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 112px;
  height: 1px;
  background-color: #da251e;
}

.c_mapbox .maptitle h5 {
  font-size: 42px;
  color: #333333;
  margin: 0 0 15px 0;
}

.c_mapbox .maptitle p {
  font-size: 24px;
  color: #333333;
}

.network_body {
  background: url(/skin/images/n-banner1.jpg) no-repeat center top;
  background-size: cover;
  padding: 60px 0;
}

.network_body .network_main {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  height: 548px;
}

.network_body .network_main .network_nav {
  width: 29%;
  height: 100%;
  overflow-y: scroll;
  background-color: rgba(255, 255, 255, 0.7);
}

.network_body .network_main .network_nav ul {
  padding: 34px 0;
}

.network_body .network_main .network_nav ul li {
  margin-bottom: 14px;
}

.network_body .network_main .network_nav ul li:last-child {
  margin-bottom: 0;
}

.network_body .network_main .network_nav ul li.active a {
  background-color: var(--styleColor);
  background-color: #da251e;
  color: #fff;
}

.network_body .network_main .network_nav ul li a {
  height: 42px;
  color: #333;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.network_body .network_main .network_nav ul li a:hover {
  background-color: var(--styleColor);
  background-color: #da251e;
  color: #fff;
}

.network_body .network_main .network_info {
  width: 69%;
  height: 100%;
  overflow-y: scroll;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 32px;
  line-height: 30px;
}

.network_body .network_main .network_info .tab-pane {
  display: none;
}

.network_body .network_main .network_info .tab-pane.active {
  display: block;
}

.photo_swiper img {
  width: 100%;
}

.c_ggao {
  background: url(/skin/images/bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 17px 0;
  background-attachment: fixed;
}

.c_ggao .slogan {
  display: flex;
  align-items: center;
}

.c_ggao .slogan .slogan_l h2 {
  font-size: 34px;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 0 0 15px 0;
}

.c_ggao .slogan .slogan_l p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
}

.c_ggao .slogan .slogan_r {
  flex: 1;
  padding-left: 50px;
}

.c_ggao .slogan .slogan_r .imglist {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
}

.c_ggao .slogan .slogan_r .imglist .imgitem p {
  text-shadow: 0px 5px 6px #000;
}

.pro_box_l {
  width: 260px;
}

.pro_box_l .option .title {
  height: 96px;
  background-color: var(--styleColor);
  background-color: #da251e;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pro_box_l .option .title h2 {
  font-size: 24px;
  margin: 0 0 10px 0;
}

.pro_box_l .option .title p {
  font-size: 16px;
}

.pro_box_l .option .option_list ul li {
  padding: 0 20px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-bottom: solid 1px #e4e4e4;
}

.pro_box_l .option .option_list ul li:last-child {
  margin-bottom: 0;
}

.pro_box_l .option .option_list ul li.active {
  color: var(--styleColor);
  color: #da251e;
}

.pro_box_l .option .option_list ul li.active a {
  color: var(--styleColor);
  color: #da251e;
}

.pro_box_l .option .option_list ul li a {
  font-size: 18px;
  line-height: 61px;
  display: inline-block;
  width: 100%;
}

.pro_box_l .option .option_tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: none;
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
  border-bottom: 8px solid var(--styleColor);
  border-bottom: 8px solid #da251e;
}

.pro_box_l .option .option_tel .tel {
  margin-bottom: 10px;
}

.pro_box_l .option .option_tel .teltext {
  font-size: 16px;
  color: #333333;
}

.pro_box_l .option .option_tel .teltext p {
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -1px;
  color: #005db3;
}

.pro_box_l .option .details_tel {
  background-color: #fff;
}

.pro_box_l .option .details_tel .tel_title {
  display: flex;
  align-items: center;
  background-color: #005db3;
  padding: 0 20px 0 30px;
  height: 48px;
}

.pro_box_l .option .details_tel .tel_title::before {
  content: '';
  background: url(/skin/images/forward1.png) no-repeat center center;
  width: 25px;
  height: 25px;
  margin-right: 13px;
}

.pro_box_l .option .details_tel .tel_title h5 {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
}

.pro_box_l .option .details_tel ul {
  padding: 20px 0;
}

.pro_box_l .option .details_tel ul li {
  font-size: 16px;
  line-height: 34px;
  color: #333333;
  padding: 0 20px 0 20px;
}

.news_item {
  margin-bottom: 20px;
}

.news_item a {
  display: flex;
  background-color: #fff;
  padding: 26px;
  transition: all 0.3s;
}

.news_item a:hover {
  box-shadow: -4px 9px 17px 1px rgba(6, 0, 1, 0.1);
}

.news_item a:hover .news_l img {
  transform: scale(1.1);
}

.news_item a:hover .news_r .new_title .title {
  color: var(--styleColor);
  color: #da251e;
}

.news_item a:hover .news_r .new_btn {
  background-color: var(--styleColor);
  background-color: #da251e;
  color: #fff;
  border-color: var(--styleColor);
  border-color: #da251e;
}

.news_item a .news_l {
  width: 35%;
  overflow: hidden;
}

.news_item a .news_l img {
  width: 100%;
  transition: all 0.3s;
}

.news_item a .news_r {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 48px;
}

.news_item a .news_r .new_title .title {
  font-size: 20px;
  line-height: 42px;
  color: #333333;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  white-space: nowrap;
}

.news_item a .news_r .new_date {
  line-height: 42px;
  font-size: 16px;
  color: #666666;
}

.news_item a .news_r .new_content {
  font-size: 15px;
  line-height: 26px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_item a .news_r .new_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #9d9d9d;
  width: 122px;
  height: 29px;
  transition: all 0.3s;
  border: solid 1px #e4e4e4;
}

.c_about_box {
  background-color: #fff;
  padding: 40px;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}

.c_about_box img {
  width: 100%;
  margin-bottom: 40px;
}

.c_about_box p {
  text-indent: 2em;
  text-align: justify;
}

.n_content .pro_pick ul li {
  width: 25%;
}

.pro_pick {
  display: none;
}

.pro_pick.active {
  display: block;
  animation: xcf_show 0.3s;
}

.pro_pick ul {
  display: flex;
  flex-wrap: wrap;
}

.pro_pick ul li {
  width: 50%;
  padding: 0 12px;
  margin-bottom: 16px;
}

.pro_pick ul li:hover a {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}

.pro_pick ul li:hover a .imgbox img {
  transform: scale(1.1);
}

.pro_pick ul li:hover a .text span {
  background-color: var(--styleColor);
  background-color: #da251e;
  border-color: var(--styleColor);
  border-color: #da251e;
  color: #fff;
}

.pro_pick ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  background-color: #fff;
  transition: box-shadow 0.3s;
}

.pro_pick ul li a .imgbox {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 288px;
}

.pro_pick ul li a .imgbox img {
  max-width: 100%;
  height: 100%;
  transition: all 0.8s;
}

.pro_pick ul li a .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.pro_pick ul li a .text p {
  text-align: center;
  font-size: 18px;
  color: #4b4b4b;
  line-height: 30px;
  font-weight: 600;
  transition: all 0.3s;
}

.pro_pick ul li a .text span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 122px;
  font-size: 14px;
  height: 29px;
  color: #9d9d9d;
  border: solid 1px #e4e4e4;
  margin-top: 40px;
  transition: all 0.3s;
}

.partner {
  margin-bottom: 80px;
}

.partner .w {
  display: flex;
  height: 194px;
}

.partner .w .title {
  background: url(/skin/images/partner-title.jpg) no-repeat center center;
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  writing-mode: tb-rl;
  line-height: 95px;
  height: 100%;
}

.partner .w .partner_box {
  border: solid 1px #e9e9e9;
  height: 100%;
  width: calc(100% - 95px);
  padding: 0 15px;
  position: relative;
}

.partner .w .partner_box .swiper-button-next,
.partner .w .partner_box .swiper-button-prev {
  width: 46px;
  height: 46px;
  background: url(/skin/images/next.png) no-repeat center center;
}

.partner .w .partner_box .swiper-button-next {
  transform: rotateZ(180deg);
}

.partner .w .partner_box .partner_swiper {
  width: 94%;
  height: 100%;
}

.partner .w .partner_box .partner_swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner .w .partner_box .partner_swiper .swiper-slide img {
  max-width: 100%;
}

.advantage {
  padding: 90px 0;
  background: url(/skin/images/advantage-bg.jpg) no-repeat center top;
  background-size: cover;
}

.advantage .advantage_title {
  text-align: center;
}

.advantage .advantage_title h2 {
  font-size: 46px;
  font-weight: 600;
  color: #1184da;
}

.advantage .advantage_title p {
  font-size: 16px;
  color: #333333;
}

.advantage .advantage_pro .advantage_swiper {
  padding-bottom: 50px;
}

.advantage .advantage_pro .advantage_swiper .box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.advantage .advantage_pro .advantage_swiper .box .imgbox {
  width: 39%;
}

.advantage .advantage_pro .advantage_swiper .box .imgbox img {
  width: 100%;
}

.advantage .advantage_pro .advantage_swiper .box ul li {
  position: absolute;
  left: 5%;
  top: 10%;
  width: 20%;
}

.advantage .advantage_pro .advantage_swiper .box ul li .advantage_box {
  width: 100%;
  padding: 10%;
  border: solid 1px #1184da;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  position: relative;
}

.advantage .advantage_pro .advantage_swiper .box ul li .advantage_box::before {
  content: '';
  position: absolute;
  right: -20%;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1184da;
  z-index: 2;
}

.advantage .advantage_pro .advantage_swiper .box ul li .advantage_box::after {
  content: '';
  position: absolute;
  right: -20%;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #a6cfee;
  z-index: 1;
  animation: move 1s infinite;
}

.advantage .advantage_pro .advantage_swiper .box ul li .advantage_box .line {
  width: 20%;
  border: 1px dashed #a1a1a1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}

.advantage .advantage_pro .advantage_swiper .box ul li .advantage_box .title {
  font-size: 28px;
  color: #1184da;
}

.advantage .advantage_pro .advantage_swiper .box ul li .advantage_box .content {
  font-size: 16px;
  color: #333333;
}

.advantage .advantage_pro .advantage_swiper .box ul li:nth-child(2) {
  left: auto;
  right: 5%;
  top: 10%;
}

.advantage .advantage_pro .advantage_swiper .box ul li:nth-child(2) .advantage_box .line {
  left: auto;
  right: 100%;
}

.advantage .advantage_pro .advantage_swiper .box ul li:nth-child(2) .advantage_box::before {
  right: auto;
  left: -20%;
}

.advantage .advantage_pro .advantage_swiper .box ul li:nth-child(2) .advantage_box::after {
  right: auto;
  left: -20%;
}

.advantage .advantage_pro .advantage_swiper .box ul li:nth-child(3) {
  left: 5%;
  top: auto;
  bottom: 5%;
}

.advantage .advantage_pro .advantage_swiper .box ul li:nth-child(4) {
  left: auto;
  right: 5%;
  top: auto;
  bottom: 5%;
}

.advantage .advantage_pro .advantage_swiper .box ul li:nth-child(4) .advantage_box .line {
  left: auto;
  right: 100%;
}

.advantage .advantage_pro .advantage_swiper .box ul li:nth-child(4) .advantage_box::before {
  right: auto;
  left: -20%;
}

.advantage .advantage_pro .advantage_swiper .box ul li:nth-child(4) .advantage_box::after {
  right: auto;
  left: -20%;
}

.reason {
  background-color: #f5f5f5;
  padding: 60px 0;
}

.reason .w .ft_title .border::before {
  margin-top: 12px;
}

.reason .w .nr ul {
  display: flex;
}

.reason .w .nr ul li {
  width: 25%;
  padding: 0 9px;
}

.reason .w .nr ul li:hover a {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}

.reason .w .nr ul li:hover .reason_img img {
  transform: scale(1.1);
}

.reason .w .nr ul li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.3s;
}

.reason .w .nr ul li .reason_img {
  position: relative;
  overflow: hidden;
}

.reason .w .nr ul li .reason_img .mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 74px;
  height: 91px;
  background: url(/skin/images/mark.png) no-repeat center top;
  font-size: 41px;
  line-height: 3px;
  color: #ffffff;
  line-height: 65px;
  text-align: center;
  font-weight: 600;
}

.reason .w .nr ul li .reason_img .mark span {
  text-shadow: 2px 6px 5px rgba(0, 0, 0, 0.75);
}

.reason .w .nr ul li .reason_img img {
  width: 100%;
  transition: all 0.5s;
}

.reason .w .nr ul li .reason_text {
  padding: 30px 18px;
  flex: 1;
  background-color: #fff;
}

.reason .w .nr ul li .reason_text .title {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.reason .w .nr ul li .reason_text .title h3 {
  font-size: 24px;
  color: var(--styleColor);
  color: #da251e;
  margin: 0;
  font-weight: 600;
}

.reason .w .nr ul li .reason_text .title p {
  font-size: 24px;
  color: #333;
  font-weight: 600;
}

.reason .w .nr ul li .reason_text .reason_content p {
  position: relative;
  padding-left: 1em;
  line-height: 30px;
  font-size: 15px;
}

.reason .w .nr ul li .reason_text .reason_content p::before {
  content: '-';
  position: absolute;
  top: 0px;
  left: 0;
}

.index_case {
  padding: 60px 0;
}

.index_case .ft_title p {
  background-color: #fff;
}

.index_case .ft_title .border h2 {
  background-color: #fff;
}

.index_case .case_list {
  display: flex;
}

.index_case .case_list .case_item {
  width: 25%;
  padding: 0 12px;
}

.index_case .case_list .case_item:hover a .imgbox img {
  transform: scale(1.1);
}

.index_case .case_list .case_item:hover a .text .go_btn {
  background-color: var(--styleColor);
  background-color: #da251e;
  color: #fff;
  border-color: var(--styleColor);
  border-color: #da251e;
}

.index_case .case_list .case_item:nth-child(2n) a {
  flex-direction: column-reverse;
}

.index_case .case_list .case_item a {
  display: flex;
  flex-direction: column;
  border: solid 1px #dadada;
}

.index_case .case_list .case_item .imgbox {
  overflow: hidden;
}

.index_case .case_list .case_item .imgbox img {
  width: 100%;
  transition: all 0.3s;
}

.index_case .case_list .case_item .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 22px;
  text-align: center;
}

.index_case .case_list .case_item .text .title {
  font-size: 18px;
  color: #333333;
  margin-bottom: 22px;
}

.index_case .case_list .case_item .text .go_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 29px;
  border: solid 1px #e4e4e4;
  font-size: 14px;
  color: #9d9d9d;
  transition: all 0.3s;
}

.more a {
  font-size: 16px;
  display: inline-block;
  background-color: #1184da;
  padding: 10px 30px;
  color: #ffffff;
}

.hot_contnet {
  padding: 0 28px;
  margin-top: -120px;
}

.hot_contnet a:hover .imgbox img {
  transform: scale(1.1);
}

.hot_contnet a:hover .article .title {
  color: #1184da;
}

.hot_contnet .imgbox {
  overflow: hidden;
}

.hot_contnet .imgbox img {
  width: 100%;
  transition: transform 0.3s;
}

.hot_contnet .article .title {
  font-size: 20px;
  font-weight: 600;
  color: #515151;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 20px 0;
}

.hot_contnet .article p {
  font-size: 16px;
  color: #646464;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  margin-bottom: 30px;
}

.hot_contnet .article .article_f {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hot_contnet .article .article_f .date {
  font-size: 14px;
  color: #646464;
}

.hot_contnet .article .article_f .go {
  font-size: 14px;
  color: #1184da;
}

.index_jj {
  background: url(/skin/images/jj-bg.jpg) no-repeat center top;
  padding: 70px 0;
}

.index_jj .index_jj_title {
  text-align: center;
  margin-bottom: 45px;
}

.index_jj .index_jj_title h2 {
  font-size: 41px;
  letter-spacing: 2px;
  color: #ffffff;
}

.index_jj .index_jj_title p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
}

.jj_box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 30px;
  background-color: #fff;
  box-shadow: -4px 9px 17px 1px rgba(6, 0, 1, 0.07);
}

.jj_box .text .title {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.jj_box .text .content {
  font-size: 17px;
  line-height: 31px;
  color: #444444;
  text-align: justify;
  margin-bottom: 40px;
}

.jj_box .jj_box_t {
  margin-bottom: 40px;
}

.jj_box .jj_box_t .imgbox {
  margin-bottom: 40px;
}

.jj_box .jj_box_t .imgbox img {
  width: 100%;
}

.number_box {
  background-image: linear-gradient(90deg, transparent, #f4f4f4 5%, #f4f4f4 95%, transparent);
  padding: 30px 0;
}

.number_box ul {
  display: flex;
}

.number_box ul li {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #dadada;
}

.number_box ul li:last-child {
  border-right: none;
}

.number_box ul li .nun_item {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}

.number_box ul li .nun_item .counter {
  font-size: 43px;
  line-height: 35px;
  color: #005db3;
  font-weight: 600;
  margin: 0;
}

.number_box ul li .nun_item span {
  font-size: 43px;
  line-height: 35px;
  font-weight: 600;
  color: #005db3;
}

.number_box ul li .nun_item .unit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: solid 1px #333333;
  font-size: 15px;
  color: #333333;
  margin-left: 10px;
}

.index_honor {
  background: url(/skin/images/honor.png) no-repeat center top;
}

.index_honor .honor_box {
  max-width: 1225px;
  margin: 0 auto;
  padding-top: 11%;
  padding-bottom: 6%;
}

.index_honor .honor_box>div {
  position: relative;
}

.index_honor .honor_box .honor_swiper {
  max-width: 940px;
  margin: 0 auto;
}

.index_honor .honor_box .honor_swiper img {
  width: 100%;
}

.index_honor .honor_box .honor_next,
.index_honor .honor_box .honor_prev {
  width: 36px;
  border-radius: 50%;
  height: 36px;
  border: 2px solid #0065c1;
}

.index_honor .honor_box .honor_next::after,
.index_honor .honor_box .honor_prev::after {
  font-size: 18px;
}

.index_honor .honor_box .honor_next {
  right: 4%;
}

.index_honor .honor_box .honor_prev {
  left: 4%;
}

.index_honor .w {
  position: relative;
}

.index_honor .hot_tel {
  position: absolute;
  top: 0;
  right: 150px;
  height: 70px;
  width: auto;
}

.index_honor .hot_tel h5 {
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 68px;
  margin: 0 auto;
}

.index_honor .hot_tel h5::before {
  content: '';
  position: absolute;
  right: 105%;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #999999;
  font-size: 16px;
  width: 8em;
}

.index_honor .hot_tel h5 span {
  font-size: 33px;
  color: var(--styleColor);
  color: #da251e;
  font-weight: 600;
  display: inline-block;
  line-height: 68px;
}

.index_partner {
  padding: 60px 0;
  background: url(/skin/images/partner-bg.jpg) no-repeat center top;
}

.index_partner .partner_box {
  max-width: 1200px;
  margin: 0 auto;
}

.index_partner .partner_box .partner_swiper {
  width: 100%;
  padding-bottom: 50px;
}

.index_partner .partner_box .partner_swiper .imgbox img {
  width: 100%;
}

.index_news {
  padding: 60px 0;
}

.index_news .news_box .option ul {
  display: flex;
  justify-content: center;
}

.index_news .news_box .option ul li {
  margin-right: 50px;
}

.index_news .news_box .option ul li.active a {
  background-color: var(--styleColor);
  background-color: #da251e;
  color: #fff;
}

.index_news .news_box .option ul li:last-child {
  margin-right: 0;
}

.index_news .news_box .option ul li a {
  font-size: 18px;
  color: #555555;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  background-color: #e8e8e8;
  transition: all 0.3s;
}

.index_news .news_box .all_box {
  margin-top: 10px;
  border-top: 1px solid #e5e5e5;
  padding-top: 35px;
}

.index_news .news_box .all_box .pick_box {
  display: none;
}

.index_news .news_box .all_box .pick_box.active {
  display: block;
  animation: xcf_show 0.3s;
}

.index_news .news_box .all_box .pick_box ul {
  display: flex;
}

.index_news .news_box .all_box .pick_box ul li {
  width: 33.33%;
  padding: 0 20px;
}

.new_item:hover a {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}

.new_item:hover a .imgbox img {
  transform: scale(1.1);
}

.new_item:hover a .text .title {
  color: var(--styleColor);
  color: #da251e;
}

.new_item a .imgbox {
  margin-bottom: 15px;
  overflow: hidden;
}

.new_item a .imgbox img {
  width: 100%;
  transition: all 0.3s;
}

.new_item a .text .title {
  font-size: 18px;
  line-height: 42px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s;
}

.new_item a .text .date {
  font-size: 16px;
  line-height: 42px;
  color: #666666;
}

.new_item a .text .content {
  font-size: 15px;
  line-height: 26px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.details_box {
  background-color: #fff;
  padding: 40px;
}

.details_box .pro_info {
  display: flex;
  margin-bottom: 60px;
}

.details_box .pro_info .pro_img {
  width: 420px;
}

.details_box .pro_info .pro_img img {
  width: 100%;
}

.details_box .pro_info .pro_text {
  flex: 1;
  padding: 0 67px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.details_box .pro_info .pro_text h2 {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  width: 100%;
  margin: 0;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e8e7;
}

.details_box .pro_info .pro_text ul {
  width: 100%;
  border-bottom: 1px solid #e6e8e7;
  padding-bottom: 20px;
}

.details_box .pro_info .pro_text ul li {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}

.contact_box {
  background-color: #fff;
  padding: 40px;
}

.xinxi_list {
  display: flex;
  margin-bottom: 40px;
}

.xinxi_list .xinxi_item {
  flex: 1;
}

.xinxi_list .xinxi_item .xinxi_title {
  font-size: 22px;
  line-height: 41px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 15px;
}

.xinxi_list .xinxi_item ul li {
  font-size: 16px;
  line-height: 34px;
  color: #333333;
  display: flex;
}

.xinxi_list .xinxi_item ul li span {
  color: var(--styleColor);
  color: #da251e;
  line-height: 34px;
  margin-right: 20px;
}

.map {
  width: 100%;
  height: 400px;
  background-color: #ddd;
  margin-bottom: 40px;
}

.c_messages .min_title {
  text-align: center;
  font-size: 16px;
  color: #666666;
  padding-bottom: 24px;
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 45px;
}

.c_messages .min_title span {
  color: #d22121;
}

.c_messages .big_title {
  text-align: center;
  font-size: 29px;
  line-height: 33px;
  letter-spacing: -1px;
  color: #005db3;
  margin-bottom: 22px;
}

.message_box {
  background-color: #f1f3f5;
  padding: 40px 30px;
}

.message_box label {
  font-size: 17px;
  color: #333333;
  font-weight: normal;
}

.message_box .form-control {
  border: none;
}

.message_box .form-group {
  margin-bottom: 20px;
}

.message_box input.form-control {
  height: 40px;
}

.message_box .auth_code .form-control {
  width: 50%;
  display: inline-block;
}

.message_box .c_submit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.message_box .c_submit input[type="submit"] {
  width: 150px;
  height: 39px;
  background-color: #005db3;
  color: #fff;
  outline: none;
  border: none;
}

.pro_details {
  margin-bottom: 60px;
}

.menu_box .nav>li>a:focus,
.menu_box .nav>li>a:hover {
  background-color: transparent;
}

.menu_box .nav-tabs>li.active>a,
.menu_box .nav-tabs>li.active>a:focus,
.menu_box .nav-tabs>li.active>a:hover {
  border-bottom-color: #fff;
}

.menu_box .pro_details_box {
  border: 1px solid #ddd;
  border-top: none;
}

.correlation .correlation_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.correlation .correlation_title h2 {
  font-size: 20px;
  color: #333333;
  margin: 0;
}

.correlation .correlation_title h2 span {
  font-size: 20px;
  color: var(--styleColor);
  color: #da251e;
  margin-right: 15px;
}

.correlation .correlation_title a {
  font-size: 16px;
  color: #333333;
}

.correlation .correlation_box {
  position: relative;
}

.correlation .correlation_box .correlation_swiper {
  width: 90%;
  margin: 0 auto;
}

.pro_tiem a:hover .imgbox img {
  transform: scale(1.1);
}

.pro_tiem a:hover .text {
  background-color: var(--styleColor);
  background-color: #da251e;
  color: #fff;
}

.pro_tiem a .imgbox {
  overflow: hidden;
}

.pro_tiem a .imgbox img {
  width: 100%;
  transition: all 0.3s;
}

.pro_tiem a .text {
  text-align: center;
  line-height: 47px;
  font-size: 16px;
  color: #333333;
  transition: all 0.3s;
  background-color: #fff;
}

.c_content .pro_box .pro_list {
  display: flex;
  flex-wrap: wrap;
}

.c_content .pro_box .pro_list .pro_tiem {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.ft_banner {
  width: 100%;
  overflow: hidden;
}

.ft_banner img {
  width: 100%;
}

a:hover {
  text-decoration: none;
}

.nabouts {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 40px;
  background-color: #fff;
}

.nabouts_a {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 60px;
  margin-top: 20px;
}

.nabouts_id {
  width: 100%;
  height: auto;
  line-height: 26px;
}

.nabouts_id p {
  text-indent: 2em;
}

.nabouts_id p img {
  width: 96%;
  padding: 1%;
  border: 1px solid #ccc;
}

/*新闻内页*/
.nnews_head {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}

.nnews_aa {
  width: 74%;
  height: auto;
  line-height: 32px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 34px;
}

.nnews_a font {
  padding-left: 20px;
}

.bdsharebuttonbox {
  float: right;
}

.nnews_kd {
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #d2d2d2;
  margin-bottom: 15px;
}

.djg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  color: #666666;
  line-height: 24px;

  margin: 15px 0;
  text-align: left;
}

.nnews_l {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 50px;
}

.nnews_l li {
  padding-bottom: 10px;
}

.nnews_l li a:hover {
  color: var(--styleColor);
  color: #da251e;
}

.nnews_img {
  width: 100%;
  text-align: center;
}

.nnews_img img {
  max-width: 100%;
}

.news_b .lg_x_t {
  margin-bottom: 0;
}

.news_b {
  width: 100%;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  padding: 10px 15px;
  margin-top: 20px;
}

.news_b ul li {
  display: inline-block;
  width: 49%;
  margin-bottom: 5px;
}

.news_b ul li a {
  color: #666666;
}

.news_b ul {
  margin-top: 20px;
}

.news_b ul li a:hover {
  color: var(--styleColor);
  color: #da251e;
}

/*产品内页*/
.nprosf {
  width: 100%;
  float: right;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.npros_head {
  width: 100%;
  height: auto;
  padding-top: 70px;
  padding-bottom: 50px;
  text-align: center;
  color: #033e99;
  font-size: 24px;
}

.npros_lefta {
  width: 45%;
  float: left;
  text-align: center;
}

.npros_lefta img {
  max-width: 100%;
}

.npros_right {
  width: 53%;
  height: auto;
  float: right;
}

.npros_right p {
  border-bottom: 1px dashed #999;
  line-height: 50px;
  font-size: 16px;
}

.npros_bottm {
  width: 130px;
  height: auto;
  background: #000;
  border-radius: 0.5em;
  text-align: center;
  line-height: 36px;
  margin-top: 5%;
}

.npros_bottm a {
  color: #fff;
}

.npros_bottm a:hover {
  color: #fff;
}

.npros_kg {
  width: 100%;
  height: auto;
  line-height: 40px;
  background: #f3f3f3;
  border-left: 3px solid var(--styleColor);
  border-left: 3px solid #da251e;
  padding-left: 10px;
  margin-top: 15px;
}

.npros_dg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 2%;
}

.npros_ld {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 2%;
}

.npros_gg {
  width: 100%;
  height: auto;
  line-height: 26px;
  padding-top: 4%;
}

.npros_gg a {
  color: #333333;
}

.npros_gg a:hover {
  color: var(--styleColor);
  color: #da251e;
}

/*************分辨率小于768px************/
@media only screen and (max-width: 768px) {

  .nabouts_a,
  .npros_right,
  .npros_lefta {
    width: 100%;
  }

  .npros_lefta img {
    width: 100%;
    height: auto;
  }

  .nnews_head {
    padding-top: 0;
    font-size: 18px;
  }

  /*.nabouts_a{padding-top: 20px;}*/
  .news_b ul li {
    width: 100%;
  }

  .npros_right p {
    font-size: 14px;
    line-height: 40px;
  }

  .npros_kg {
    margin-top: 40px;
  }

  .nnews_aa {
    width: 100%;
  }

  .npros_right {
    margin-top: 20px;
  }
}

.Pagination {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 70px;
}

.Pagination a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
}

.Pagination .current {
  color: white;
}

.Pagination .current {
  background: #f7ac03;
  border-color: #f7ac03;
}

.Pagination a {
  color: #666666;
  font-size: 12px;
}


/* 内页新闻列表 */
.xypg-news-list li {
  border: 1px solid #e1e1e1;
  padding: 30px;
  background: #fff;
  margin-bottom: 35px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xypg-news-list li a {
  display: flex;
  justify-content: space-between;

}

.xypg-news-list li a .imgbox img {
  width: 100%;
}

.xypg-news-list li a .imgbox {
  width: 26%;
}

.xypg-news-list li a .textbox {
  width: 70%;
}

.xypg-news-list li .tit {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 15px;
  position: relative;
}

.xypg-news-list li .tit h3 {
  padding-bottom: 15px;
  font-size: 18px;
  color: #565656;
  font-weight: normal;
  padding-right: 25%;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xypg-news-list li .tit .date {
  /* position: absolute; */
  /* right: 0;
  top: 0; */
  padding-bottom: 15px;
  font-size: 16px;
  color: #666666;
}

.xypg-news-list li .info {
  font-size: 14px;
  line-height: 2;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.xypg-news-list li .more {
  margin-top: 15px;
}

.xypg-news-list li .more span {
  display: inline-block;
  width: 130px;
  line-height: 33px;
  text-align: center;
  color: #000;
  font-size: 14px;
  color: #666666;
  border: 1px solid #e1e1e1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-news-list li:hover {
  -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
  box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
  color: #da251e;
}

.xypg-news-list li:hover .more span {
  color: #fff;
  background-color: #da251e;
}



.xypg-case-list {
  margin: 30px -1% 60px;
  font-size: 0;
}

.xypg-case-list li {
  display: inline-block;
  vertical-align: bottom;
  width: 31.333%;
  position: relative;

  margin: 0 1% 30px 1%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-case-list li .img {
  display: block;
  overflow: hidden;
}

.xypg-case-list li .img img {
  max-width: 100%;
  transition: all 0.3s;
}

.xypg-case-list li h3 a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  padding: .8em 0;
  padding-left: 40px;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.xypg-case-list li:hover h3 a {
  color: #f09027;
}

.xypg-case-list li h3 {
  margin: 0;
}

.xypg-case-list li:hover img {
  transform: scale(1.1);
}

.news_b .lg_x_t,
.pro_b .lg_x_t {
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.news_b .lg_x_t p,
.pro_b .lg_x_t p {
  color: var(--styleColorb);
  font-size: 18px;
  margin-right: 10px;
}

.news_b .lg_x_t span,
.pro_b .lg_x_t span {
  color: #666;
}

.news_b,
.pro_b {
  width: 100%;
  overflow: hidden;
  /* border: 1px solid #CCCCCC; */
  padding: 10px 15px;
  margin-top: 20px;
}

.pro_b .pro_list_box {
  margin-top: 20px;

}

.pro_b .pro_list_box .pro_list {
  display: flex;
}

.w.pro_list_box .pro_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.w.pro_list_box .pro_list::after {
  /* content: '';
  width: 30%; */
}

.w.pro_list_box .pro_list .pro_item {
  width: 24%;
  margin-bottom: 30px;
  margin-right: calc(4% / 3);
  border-bottom: none !important;
}

.w.pro_list_box .pro_list .pro_item:nth-child(4n) {
  margin-right: 0;
}

.w.pro_list_box .pro_list .pro_item:hover img {
  -webkit-transform: translateZ(0) scale(1.2) !important;
  transform: translateZ(0) scale(1.2) !important;
}

.w.pro_list_box .pro_list .pro_item:hover .pro_item_imgbox {
  border-color: var(--styleColor);
  border-color: #da251e;
}

.w.pro_list_box .pro_list .pro_item:hover .pro_item_title {
  background-color: var(--styleColor);
  background-color: #da251e;
  color: #fff;
  border-color: var(--styleColor);
  border-color: #da251e;
}

.w.pro_list_box .pro_list .pro_item a .pro_item_imgbox {
  height: auto;
  padding: 15px;
  border: solid 1px #e5e5e5;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  height: 10vw;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.w.pro_list_box .pro_list .pro_item a .pro_item_imgbox img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1)
}

.pro_details {
  margin-bottom: 80px;
}

.w.pro_list_box .pro_list .pro_item a .pro_item_title {
  text-align: center;
  font-size: 18px;
  color: #666666;
  padding: 5px 15px;
  line-height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #e5e5e5;
  border-top: none;
  /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow:

  hidden; */
}


.w.pro_list_box .pro_list .pro_item {
  width: 24%;
  margin-bottom: 30px;
  margin-right: calc(4% / 3);
}

.w.pro_list_box .pro_list .pro_item:nth-child(4n) {
  margin-right: 0;
}

.w.pro_list_box .pro_list .pro_item:hover img {
  -webkit-transform: translateZ(0) scale(1.2) !important;
  transform: translateZ(0) scale(1.2) !important;
}

.w.pro_list_box .pro_list .pro_item:hover .pro_item_imgbox {
  border-color: var(--styleColor);
  border-color: #da251e;
}

.w.pro_list_box .pro_list .pro_item:hover .pro_item_title {
  background-color: var(--styleColor);
  background-color: #da251e;
  color: #fff;
  border-color: var(--styleColor);
  border-color: #da251e;
}





.pro_details {
  margin-bottom: 80px;
}


.pro_box .w .pro_details .bg {
  width: 100%;
  /* height: 540px; */
  /* overflow: hidden; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pro_box .w .pro_details .bg .m-pro_details_box {
  /* display: none; */
  width: 36%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  margin-right: 6%;
}

.details_box_bottom {
  width: 100%;
  position: relative;
  --swiper-navigation-color: #da251e;
}

.details_box_bottom .swiper-slide.active .img_border {
  border-color: #da251e;
}

.details_box_bottom .img_border {
  padding: 15px 0;
  border: 1px solid #ccc;
}

.details_box_bottom img {
  width: 100%;
}

.details_box_swiper {
  width: 80%;
  margin: 0 auto;
}

.details_box_swiper .swiper-wrapper {
  height: auto;
}

.details_box_swiper .swiper-wrapper .swiper-slide {
  height: auto;
  padding-bottom: 2px;
}

.pro_details_content .product_btn a {
  display: flex;
  width: 200px;
  height: 50px;
  background-color: #fe0000;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.pro_details_content {
  position: relative;
}

.pro_details_content .product_btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.pro_details_content .product_btn .hot_tel {
  font-size: 16px;
  display: flex;
  align-items: flex-end;

}

.pro_details_content .product_btn .hot_tel h5 {
  font-size: 26px;
  color: #fe0000;
  margin: 0;
  font-weight: bold;
}

.details_box_top {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 40px;
}

.details_box_top .img_border {
  padding: 15px;
  border: 1px solid #ccc;
  float: left;
  width: 100%;
  clear: both;
}

.details_box_top .img_border .jqzoom {
  border: none;
}

.details_box_top .img_border .jqzoom img {
  width: 100%;
}

.pro_box .w .pro_details .bg_left {
  width: 430px;
  height: auto;
  float: left;
  margin-right: 10%;
}

.pro_details_content .product_title {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.pro_details_content .product_title .inpot {
  font-size: 16px;
  color: #da251e;
  margin-top: 10px;
}

.pro_details_content .product_details {
  font-size: 18px;
  line-height: 30px;
}

.pro_box .w .pro_details .bg_right {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  left: 50%;
}

.pro_box .w .pro_details .show {
  width: 430px;
  height: 430px;
  margin-bottom: 10px;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #E8E8E8;
  cursor: move;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.pro_box .w .pro_details .show img {
  width: 430px;
  /* height: 430px; */
}

.pro_box .w .pro_details .mask {
  width: 215px;
  height: 215px;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.pro_box .w .pro_details .bigshow {
  width: 430px;
  height: 430px;
  overflow: hidden;
  margin-left: 10px;
  display: none;
  border: 1px solid #E8E8E8;
}

.pro_box .w .pro_details .bigshow img {
  width: 860px;
  /* height: 860px; */
  margin-right: 10px;
}

.pro_box .w .pro_details .smallshow {
  width: 100%;
  height: 72px;
  position: relative;
}

.pro_box .w .pro_details .smallshow img {
  width: 70px;
  height: 70px;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pro_box .w .pro_details .smallshow>.middle_box {
  margin: 0 auto;
  width: 315px;
  overflow: hidden;
  height: 72px;
}

.pro_box .w .pro_details .smallshow .middle {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 72px;
}

.pro_box .w .pro_details .smallshow .middle>li {

  float: left;
  cursor: pointer;
  padding: 0 5px;
  /* -webkit-box-sizing: content-box;
  box-sizing: content-box; */
}

.pro_box .w .pro_details .smallshow>p {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 32px;
  margin-top: -16px;
}

.pro_box .w .pro_details .smallshow>.prev {
  left: 0;
  background: url(/skin/images/hover-prev1.png) no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pro_box .w .pro_details .smallshow>.next {
  right: 0;
  background: url(/skin/images/hover-next1.png) no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pro_box .w .pro_details .smallshow>.prev.prevnone {
  left: 0;
  background: url(/skin/images/prev1.png) no-repeat;
  cursor: not-allowed;
}

.pro_box .w .pro_details .smallshow>.next.nextnone {
  right: 0;
  background: url(/skin/images/next1.png) no-repeat;
  cursor: not-allowed;
}

.kwn_proxy .kwn_proxy_data {
  background: url(/skin/images/proxy-bg.jpg) no-repeat top center;
  height: 565px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 124px;
}









































@media screen and (max-width: 1620px) {
  .i_about .w .i_about_l .about_option {
    width: 26%;
  }
}

@media screen and (max-width: 1420px) {
  .i_about .w .i_about_l .content_box .title {
    padding-bottom: 24px;
  }

  .i_about .w .i_about_l .content_box .title h4 {
    font-size: 30px;
  }

  .i_about .w .i_about_l .content_box .title p {
    font-size: 12px;
  }

  .i_about .w .i_about_l .content_box .content {
    font-size: 16px;
  }

  .i_about .w .i_about_l .about_option {
    width: 30%;
  }

  .index_honor .honor_box {
    padding-top: 9.5%;
    padding-bottom: 3.5%;
  }

  .pro_box_l .option .option_list ul li a {
    font-size: 16px;
    line-height: 50px;
  }

  .pro_box_l .option .details_tel ul li {
    font-size: 14px;
    line-height: 30px;
  }

  .c_about_box {
    padding: 30px;
  }

  .xinxi_list .xinxi_item .xinxi_title {
    font-size: 20px;
  }

  .xinxi_list .xinxi_item ul li {
    font-size: 14px;
    line-height: 30px;
  }

  .xinxi_list .xinxi_item ul li span {
    line-height: 30px;
  }
}

@media screen and (max-width: 1220px) {
  .pro_box_l .option .option_list ul li a {
    font-size: 14px;
    line-height: 44px;
  }

  .pro_box_l .option .details_tel ul li {
    font-size: 12px;
    line-height: 26px;
  }

  .c_about_box {
    padding: 20px;
  }
}

@media screen and (max-width: 780px) {
  .pro_box .w .pro_details .bg {
    width: 100%;
    height: auto;
    overflow: unset;
    background: unset;
    display: block;
  }

  .pro_details {
    margin-bottom: .4rem;
  }

  .pro_details_content .product_btn {
    position: static;
    display: flex;
    flex-direction: column-reverse;
  }

  .pro_details_content .product_btn a {
    margin: 20px auto 0px;
  }

  .pro_box .w .pro_details .bg .pro_details_content .product_title {
    font-size: 22px;
  }

  .pro_box .w .pro_details .bg .m-pro_details_box {
    margin-bottom: 0.6rem;
    /* display: block; */
    width: 100%;
  }

  .pro_box .w .pro_details .bg .m-pro_details_box .details_box_top {
    margin-bottom: 30px;
    padding: 0;
  }

  .pro_box .w .pro_details .bg .m-pro_details_box .details_box_top .img_border {
    width: 100%;
    height: calc(100vw - 0.6rem);
    border: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    margin-bottom: .3rem;
    padding: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pro_box .w .pro_details .bg .m-pro_details_box .details_box_top .img_border img {
    width: 99%;
  }

  .pro_box .w .pro_details .bg .m-pro_details_box .details_box_bottom {
    padding: 0 5px;
    --swiper-navigation-size: 20px;
  }

  .pro_box .w .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide {
    width: 70px;
  }

  .pro_box .w .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide.active .img_border {
    border-color: #c41f2a;
  }

  .pro_box .w .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide .img_border {
    /* width: 70px;
    height: 70px; */
    border: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pro_box .w .pro_details .bg .m-pro_details_box .details_box_bottom .details_box_swiper .swiper-wrapper .swiper-slide .img_border img {
    width: 100%;
  }

  .pro_box .w .pro_details .bg .pro_details_content {
    margin-bottom: 0.6rem;
  }

  .pro_box .w .pro_details .bg .pro_details_content .product_title {
    margin-bottom: 10px;
  }

  .pro_box .w .pro_details .bg .pro_details_content .product_details {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .pro_box .w .pro_details .bg .pro_details_content .product_use {
    font-size: 16px;
  }

  .pro_box .w .product_box {
    margin-bottom: 30px;
  }

  .pro_box .w .pro_details .bg .bg_left {
    display: none;
  }



  .pro_box .w .pro_details .bg .bg_right {
    display: none;
  }


  .pro_box .w .pro_list_box .pro_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pro_box .w .pro_list_box .pro_list .pro_item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;

  }


  .pro_box .w .pro_list_box .pro_list .pro_item a .pro_item_title {
    line-height: 20px;
    font-size: 12px;
    border: none;
  }

  .pro_box .w .pro_list_box .pro_list .pro_item a .pro_item_imgbox {
    /* height: auto; */
    height: 25vw;
  }

  .xypg-news-list li a {
    display: block;
  }

  .xypg-news-list li a .imgbox {
    width: 100%;
    margin-bottom: .3rem;
  }

  .xypg-news-list li .more {
    text-align: center;
  }

  .xypg-news-list li a .textbox {
    width: 100%;
  }

  .xypg-news-list li {
    padding: .2rem;
  }

  .xypg-news-list li .tit h3 {
    padding-bottom: .2rem;
    padding-right: 0;
  }

  .xypg-news-list li .tit .date {
    padding-bottom: .2rem;
    font-size: 14px;
  }

  .ft_index {
    margin-top: 60px;
  }

  .nabouts {
    padding: 0.3rem;
  }

  .nabouts_a {
    padding-bottom: 0.3rem;
  }

  .banner .banner_pagination .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
  }

  .banner .banner_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.2rem;
  }

  .ipro_box {
    padding: .6rem 0;
  }

  .ipro_box .w {
    display: flex;
    flex-direction: column-reverse;
  }

  .ipro_box .w .gallery-top {
    width: 100%;
  }

  .ipro_box .w .gallery-top .ipro_item {
    flex-direction: column-reverse;
  }

  .ipro_box .w .gallery-top .ipro_item .ipro_l {
    width: 100%;
    padding-top: .2rem;
    text-align: center;
  }

  .ipro_box .w .gallery-top .ipro_item .ipro_l .ipro_title {
    font-size: 26px;
    line-height: 50px;
  }

  .ipro_box .w .gallery-top .ipro_item .ipro_l .ipro_content {
    font-size: 15px;
    line-height: 28px;
    padding: 0;
    margin: 0 0 0.2rem 0;
  }

  .ipro_box .w .gallery-top .ipro_item .ipro_l .ipro_btn a {
    margin: 0 auto;
  }

  .ipro_box .w .gallery-top .ipro_item .ipro_r {
    width: 100%;
  }

  .ipro_box .w .gallery-top .ipro_item .ipro_r img {
    max-height: 3.16rem;
  }

  .ipro_box .w .gallery-thumbs {
    /* display: none; */
    margin-top: 0;
    width: 100%;
    margin-bottom: .4rem;
  }

  .ipro_box .w .thumb_item {
    height: 2.8rem;
  }

  .ipro_box .w .thumb_item img {
    max-width: 80%;
  }

  .ipro_box .w .thumb_item p {
    margin-top: .2rem;
    font-size: 14px;

    text-align: center;
  }

  .ipro_box .w .thumb_item::after {
    right: -10px;
    transform: translateY(-50%);
  }

  .main .main-content {
    margin-top: 0;
  }

  .main-content .sidebar {
    position: fixed;
    top: 60px;
    height: calc(100% - 60px);
    left: -99%;
    width: 100%;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    transition: all 0.3s;
    z-index: 888;
  }

  .main-content .sidebar.open {
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .main-content .sidebar .sidebar__inner {
    height: 100%;
  }

  .main-content .sidebar .sidebar__inner::after {
    content: '>>';
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background-color: var(--styleColor);
    background-color: #da251e;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
  }

  .main-content .sidebar .sidebar__inner .pro_box_l {
    width: 50%;
    height: 100%;
  }

  .main-content .sidebar .sidebar__inner .pro_box_l .option {
    height: 100%;
  }

  .main-content .sidebar .sidebar__inner .pro_box_l .option .option_list {
    height: calc(100% - 96px);
  }

  .main-content .sidebar .sidebar__inner .pro_box_l .option .option_list ul {
    overflow: auto;
    max-height: 100%;
    padding: 10px 0;
    background-color: #fff;
  }

  .main-content .sidebar .sidebar__inner .pro_box_l .option .option_list ul li {
    background-color: transparent;
    padding: 0 0.2rem;
  }

  .main-content .sidebar .sidebar__inner .pro_box_l .option .option_list ul li:nth-child(1) {
    border-top: 1px solid #e4e4e4;
  }

  .main-content .sidebar .sidebar__inner .pro_box_l .option .option_list ul li a {
    font-size: 14px;
    line-height: 40px;
  }

  .main-content .sidebar .sidebar__inner .pro_box_l .details_tel {
    display: none;
  }

  .main-content .content {
    width: 100%;
  }

  .message_box {
    padding: 0.3rem;
  }

  .message_box .auth_code .col-sm-10 {
    display: flex;
    align-items: center;
  }

  .message_box .auth_code .col-sm-10 img {
    width: 45%;
    height: auto;
    margin-left: 5%;
  }

  .tel_btn a {
    font-size: 14px;
  }

  .details_box {
    padding: 0.2rem;
  }

  .details_box .pro_info {
    display: block;
    margin-bottom: 0.3rem;
  }

  .details_box .pro_info .pro_img {
    width: 100%;
  }

  .details_box .pro_info .pro_text {
    padding: 0.2rem;
    align-items: center;
  }

  .details_box .pro_info .pro_text h2 {
    font-size: 20px;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .details_box .pro_info .pro_text ul {
    padding-bottom: 0.2rem;
    margin-bottom: 0.4rem;
  }

  .details_box .pro_info .pro_text ul li {
    font-size: 14px;
    line-height: 30px;
  }

  .details_box .pro_details {
    margin-bottom: 0.6rem;
  }

  .details_box .nav-tabs>li {
    border-bottom: 1px solid #ddd;
  }

  .details_box .nav-tabs>li>a {
    position: relative;
    margin-right: 0;
  }

  .details_box .menu_box .nav-tabs {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    border: none;
  }

  .details_box .menu_box .nav-tabs li {
    margin-bottom: 0;
  }

  .correlation .correlation_title {
    padding: 0 0.2rem 0.2rem 0.2rem;
  }

  .correlation .correlation_title h2 {
    font-size: 18px;
  }

  .correlation .correlation_title h2 span {
    font-size: 18px;
    margin-right: 0.2rem;
  }

  .correlation .correlation_title a {
    font-size: 14px;
  }

  .menu_box .nav-tabs>li.active {
    border-bottom-color: #fff;
  }

  .menu_box .nav-tabs>li.active>a::before,
  .menu_box .nav-tabs>li.active>a:focus::before,
  .menu_box .nav-tabs>li.active>a:hover::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }

  .c_about_box {
    padding: 0.2rem;
    font-size: 15px;
    line-height: 30px;
  }

  .c_about_box img {
    margin-bottom: 0.3rem;
  }

  .contact_box {
    padding: 0.2rem;
  }

  .contact_box .contact_list {
    display: block;
    margin-bottom: 0.4rem;
  }

  .contact_box .contact_list .contact_item {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 0.3rem;
  }

  .contact_box .contact_list .contact_item .title {
    height: auto;
    padding: 5%;
  }

  .contact_box .contact_list .contact_item .title::before {
    height: 0.6rem;
    width: 0.6rem;
  }

  .contact_box .contact_list .contact_item .title h3 {
    font-size: 18px;
    margin: 0 0 5px 0;
  }

  .contact_box .contact_list .contact_item .title p {
    font-size: 12px;
  }

  .contact_box .contact_list .contact_item .c_content {
    padding: 0.2rem 0;
  }

  .contact_box .contact_list .contact_item .c_content>ul>li {
    font-size: 14px;
    padding: 0 0.3rem;
    line-height: 0.8rem;
  }

  .c_mapbox .maptitle {
    margin-bottom: 0.4rem;
    padding-bottom: 0.2rem;
  }

  .c_mapbox .maptitle h5 {
    font-size: 26px;
    margin: 0 0 0.2rem 0;
  }

  .c_mapbox .maptitle p {
    font-size: 0.24rem;
  }

  .pro_list .pro_item {
    display: block;
    padding-bottom: 0;
  }

  .pro_list .pro_item .item_img {
    width: 100%;
  }

  .pro_list .pro_item .item_text {
    width: 100%;
    display: block;
  }

  .pro_list .pro_item .item_text .setting {
    width: 100%;
  }

  .pro_list .pro_item .item_text .setting h5 {
    font-size: 22px;
    margin: 0.3rem 0;
  }

  .pro_list .pro_item .item_text .setting ul li {
    font-size: 14px;
  }

  .pro_list .pro_item .item_text .btn_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .pro_list .pro_item .item_text .btn_list .btn_item {
    width: 33%;
    margin-bottom: 5%;
  }

  .pro_list .pro_item .item_text .btn_list .btn_item:nth-child(2) a::before {
    background-image: url(/skin/images/icon2-2.png);
  }

  .pro_list .pro_item .item_text .btn_list .btn_item:nth-child(3) a::before {
    background-image: url(/skin/images/icon2-2.png);
  }

  .pro_list .pro_item .item_text .btn_list .btn_item a {
    background-color: var(--styleColor);
    background-color: #da251e;
    color: #fff;
    border: solid 1px var(--styleColor);
    border: solid 1px#da251e;
  }

  .pro_list .pro_item .item_text .btn_list .btn_item a::before {
    background-image: url(/skin/images/icon1-2.png);
  }

  .network_body .network_main .network_nav {
    width: 25%;
  }

  .network_body .network_main .network_info {
    padding: 0.2rem;
    width: 75%;
  }

  .network_body .network_main .network_info img {
    max-width: 100%;
  }

  .xinxi_list {
    display: block;
  }

  .main {
    margin-top: 60px;
    padding-bottom: 0;
  }

  .news_item a {
    padding: 0.2rem;
    display: block;
  }

  .news_item a .news_l {
    width: 100%;
  }

  .news_item a .news_r {
    width: 100%;
    padding: 0.2rem;
  }

  .news_item a .news_r .new_title {
    margin-bottom: 0.2rem;
  }

  .news_item a .news_r .new_title .title {
    font-size: 18px;
  }

  .news_item a .news_r .new_title .new_date {
    font-size: 12px;
    line-height: 1;
  }

  .news_item a .news_r .new_content {
    font-size: 14px;
    margin-bottom: 0.2rem;
  }

  .news_item a .news_r .new_btn {
    margin: 0 auto;
  }

  .c_content .pro_box .pro_list .pro_tiem {
    width: 50%;
    padding: 0 0.1rem;
  }

  .pro_tiem a .text {
    line-height: 40px;
  }

  .ind_cus {
    padding: 0.3rem 0;
  }

  .ind_cus .w .ind_black_title {
    font-size: 26px;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .ind_cus .w .ind_sectitle {
    font-size: 14px;
  }

  .ind_cus .w .cus_box {
    margin-top: 0.3rem;
  }

  .ind_cus .w .cus_box .cus_top ul li:nth-child(-n+2) {
    display: block;
    width: 50%;
    padding: 0 .1rem;
  }

  .ind_cus .w .cus_box .cus_top ul li {
    width: 100%;
    height: auto;
    display: none;
  }

  .ind_cus .w .cus_box .cus_top ul li.active {
    display: block;
  }

  .ind_cus .w .cus_box .cus_bottom {
    width: 100%;
    margin: 0.3rem 0 0 0;
  }

  .ind_cus .w .cus_box .cus_bottom ul li .text_box .title {
    font-size: 20px;
  }

  .ind_cus .w .cus_box .cus_bottom ul li .text_box .content {
    font-size: 14px;
    line-height: 24px;
    margin: 0.4rem 0;
  }

  .i_about {
    padding: 0.3rem 0;
    background-size: cover;
  }

  .i_about .w {
    flex-direction: column;
  }

  .i_about .w .i_about_r {
    width: 100%;
    margin-right: 0;
  }

  .i_about .w .i_about_l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0.2rem;
  }

  .i_about .w .i_about_l .about_option {
    width: 100%;
  }

  .i_about .w .i_about_l .about_option .about_title {
    text-align: center;
  }

  .i_about .w .i_about_l .about_option .about_title h5 {
    margin: 0;
    padding-bottom: 0;
  }

  .i_about .w .i_about_l .about_option .about_title h5::before {
    content: none;
  }

  .i_about .w .i_about_l .about_option .about_title p {
    font-size: 14px;
    margin-bottom: 0.3rem;
  }

  .i_about .w .i_about_l .about_option ul {
    display: flex;
    justify-content: space-between;
  }

  .i_about .w .i_about_l .about_option ul li {
    width: 33%;
    height: 0.8rem;
  }

  .i_about .w .i_about_l .about_option ul li a {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .i_about .w .i_about_l .about_option ul li a img {
    height: 70%;
    margin-right: 5px;
  }

  .i_about .w .i_about_l .about_option ul li:nth-child(1) {
    display: none;
  }

  .i_about .w .i_about_l .content_box {
    width: 100%;
  }

  .i_about .w .i_about_l .content_box .title {
    padding-bottom: 0.3rem;
    text-align: center;
    border-bottom: none;
  }

  .i_about .w .i_about_l .content_box .title h4 {
    font-size: 22px;
  }

  .i_about .w .i_about_l .content_box .title p {
    font-size: 12px;
  }

  .i_about .w .i_about_l .content_box .content {
    font-size: 16px;
    line-height: 30px;
  }

  .i_about .w .i_about_l .content_box .go_btn a {
    margin: 0 auto;
  }

  .i_networl {
    padding: 0.3rem 0;
  }

  .i_networl .w {
    flex-direction: column;
  }

  .i_networl .w .i_networl_l {
    width: 100%;
    margin-bottom: .2rem;
  }

  .i_networl .w .i_networl_l .title {
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
  }

  .i_networl .w .i_networl_l .title h2 {
    font-size: 26px;
  }

  .i_networl .w .i_networl_l .title h2 span {
    font-size: 12px;
  }

  .i_networl .w .i_networl_l .title p {
    font-size: 14px;
    line-height: 22px;
  }

  .i_networl .w .i_networl_l .content {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .i_networl .w .i_networl_l .tel_btn a {
    width: 100%;
    background-size: contain;
  }

  .i_networl .w .i_networl_r {
    width: 100%;
    /* margin-bottom: 0.4rem; */
  }

  .about {
    padding: 0.3rem 0;
  }

  .about .w {
    flex-direction: column-reverse;
  }

  .about .w .about_l {
    width: 100%;
    padding-right: 0;
    text-align: justify;
  }

  .about .w .about_r {
    width: 100%;
  }

  .photo_box .title {
    padding-bottom: 0.4rem;
    margin-bottom: 0.8rem;
  }

  .photo_box .title .title_l {
    display: block;
  }

  .photo_box .title .title_l h3 {
    font-size: 26px;
  }

  .photo_box .title .title_l p {
    font-size: 12px;
  }

  .photo_box .title .title_r {
    width: 2rem;
  }

  .networl_title {
    padding: 0.6rem 0;
  }

  .networl_title h2 {
    font-size: 26px;
  }

  .networl_title p {
    font-size: 16px;
  }

  .main .i_networl .w .i_networl_l .content::after {
    content: none;
  }

  .about_btn {
    padding: 0.3rem 0;
  }

  .about_btn .w .btn_list {
    display: block;
  }

  .about_btn .w .btn_list .btn_item {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .about_btn .w .btn_list .btn_item a .c_icon {
    width: 30%;
  }

  .about_btn .w .btn_list .btn_item a .c_text {
    width: 70%;
  }

  .pro_pick ul li {
    width: 50%;
    padding: 0 5px;
  }

  .pro_pick ul li a {
    flex-direction: column-reverse;
    padding: 0;
  }

  .pro_pick ul li a .text {
    padding: 0.2rem 0;
  }

  .pro_pick ul li a .text p {
    font-size: 16px;
    line-height: 26px;
  }

  .pro_pick ul li a .text span {
    margin-top: 0.2rem;
  }

  .pro_pick ul li a .imgbox {
    width: 100%;
  }

  .pro_pick ul li a p {
    font-size: 14px;
    line-height: 35px;
  }

  .c_ggao .w .slogan {
    display: block;
  }

  .c_ggao .w .slogan .slogan_l {
    text-align: center;
    margin-bottom: 0.3rem;
  }

  .c_ggao .w .slogan .slogan_l h2 {
    font-size: 20px;
  }

  .c_ggao .w .slogan .slogan_l p {
    font-size: 12px;
  }

  .c_ggao .w .slogan .slogan_r {
    padding-left: 0;
  }

  .c_ggao .w .slogan .slogan_r .imglist {
    flex-wrap: wrap;
  }

  .c_ggao .w .slogan .slogan_r .imglist .imgitem {
    width: 50%;
    margin-bottom: 0.2rem;
  }

  .c_ggao .w .slogan .slogan_r .imglist .imgitem img {
    max-width: 100%;
  }

  .partner {
    margin-bottom: 0.4rem;
  }

  .partner .w {
    display: block;
    height: auto;
  }

  .partner .w .title {
    width: 100%;
    text-align: center;
    background: none;
    color: #1184da;
    writing-mode: inherit;
    height: auto;
    line-height: inherit;
    margin-bottom: 0.3rem;
  }

  .partner .w .partner_box {
    width: 100%;
    border: none;
    padding: 0;
  }

  .partner .w .partner_box .partner_swiper {
    width: 100%;
  }

  .partner .w .partner_box .partner_next,
  .partner .w .partner_box .partner_prev {
    display: none;
  }

  .advantage {
    padding: 0.3rem 0;
  }

  .advantage .advantage_title h2 {
    margin-top: 0;
    font-size: 26px;
  }

  .advantage .advantage_title p {
    font-size: 12px;
  }

  .advantage .advantage_pro .advantage_swiper .box ul li .advantage_box {
    display: none;
  }

  .reason {
    padding: 0.3rem 0;
  }

  .reason .w .reason_title {
    font-size: 12px;
  }

  .reason .w .reason_title h2 {
    font-size: 26px;
  }

  .reason .w .reason_title h2 i {
    font-size: 40px;
  }

  .reason .w .nr {
    max-width: 100%;
  }

  .reason .w .nr ul {
    display: block;
  }

  .reason .w .nr ul li {
    display: block;
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .reason .w .nr ul li .reason_img {
    width: 100%;
    border-radius: 0 !important;
    margin: 0 !important;
  }

  .reason .w .nr ul li .reason_text {
    width: 100%;
    padding: 0.3rem;
  }

  .reason .w .nr ul li .reason_text .title {
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .reason .w .nr ul li .reason_text .title h3 {
    font-size: 20px;
  }

  .reason .w .nr ul li .reason_text .title p {
    font-size: 20px;
  }

  .reason .w .nr ul li .reason_text .reason_content p {
    font-size: 14px;
  }

  .index_case {
    padding: 0.3rem 0;
  }

  .index_case .w .case_list {
    display: block;
  }

  .index_case .w .case_list .case_item {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .index_case .w .case_list .case_item a {
    display: block;
  }

  .index_case .w .case_list .case_item:nth-child(2n) {
    display: block;
  }

  .index_jj {
    padding: 0.3rem 0;
  }

  .index_jj .index_jj_title {
    margin-bottom: 0.4rem;
  }

  .index_jj .index_jj_title h2 {
    font-size: 22px;
  }

  .index_jj .index_jj_title p {
    font-size: 12px;
  }

  .index_jj .jj_box {
    padding: 0.2rem;
  }

  .index_jj .jj_box .jj_box_t .imgbox {
    margin-bottom: 0.3rem;
  }

  .index_jj .jj_box .jj_box_t .text .title {
    font-size: 20px;
    margin-bottom: 0.2rem;
  }

  .index_jj .jj_box .jj_box_t .text .content {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0.4rem;
  }

  .index_jj .jj_box .jj_box_t .text .go_btn a {
    font-size: 14px;
    width: 160px;
    height: 40px;
    border-radius: 30px;
  }

  .number_box {
    padding: 0.3rem;
  }

  .number_box ul {
    flex-wrap: wrap;
  }

  .number_box ul li {
    width: 50%;
    border-right: none;
    margin-bottom: 0.2rem;
  }

  .number_box ul li .nun_item {
    margin-bottom: 0.16rem;
  }

  .number_box ul li .nun_item .counter {
    font-size: 30px;
  }

  .number_box ul li .nun_item span {
    font-size: 30px;
  }

  .number_box ul li .nun_item .unit {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.24rem;
  }

  .index_honor {
    background: #f5f5f5;
  }

  .index_honor .w .hot_tel {
    position: static;
  }

  .index_honor .w .hot_tel h5 {
    justify-content: center;
    font-size: 0.24rem;
  }

  .index_honor .w .hot_tel h5 span {
    font-size: 0.44rem;
  }

  .index_honor .w .honor_box {
    padding: 0;
  }

  .i_news {
    padding: 0.3rem 0;
  }

  .i_news .w .i_news_title {
    display: block;
    margin-bottom: 0.3rem;
  }

  .i_news .w .i_news_title .title_l {
    width: 100%;
    padding-bottom: 0.3rem;
  }

  .i_news .w .i_news_title .title_l::after {
    content: none;
  }

  .i_news .w .i_news_title .title_l h2 {
    font-size: 26px;
    margin: 0 0.2rem 0 0;
  }

  .i_news .w .i_news_title .title_l p {
    font-size: 14px;
  }

  .i_news .w .i_news_title .title_r {
    width: 100%;
    display: block;
  }

  .i_news .w .i_news_title .title_r .option ul li {
    margin-right: 0;
    flex: 1;
    text-align: center;
  }

  .i_news .w .i_news_title .title_r .option ul li a {
    font-size: 16px;
  }

  .i_news .w .i_news_title .title_r .go_new {
    display: none;
  }

  .i_news .w .i_news_box .all_box .pick_box ul {
    display: block;
  }

  .i_news .w .i_news_box .all_box .pick_box ul li:nth-child(-n+2) {
    display: block;
  }

  .i_news .w .i_news_box .all_box .pick_box ul li {
    width: 100%;
    margin-bottom: 0.3rem;
    padding: 0;
    display: none;
  }

  .i_contact_box .content .form_row {
    flex-wrap: wrap;
  }

  .i_contact_box .content .form_col {
    width: 100%;
    flex: none;
    margin-right: 0;
  }

  .i_news .w .i_news_box .all_box .pick_box ul li a {
    box-shadow: 0px 4px 10px 0px rgba(177, 177, 177, 0.55);
  }

  .i_news .w .i_news_box .all_box .pick_box ul li a .text {
    padding: 0.3rem 0.3rem 0.6rem 0.3rem;
  }

  .i_news .w .i_news_box .all_box .pick_box ul li a .text::after {
    opacity: 1;
  }

  .i_news .w .i_news_box .all_box .pick_box ul li a .text .date {
    font-size: 14px;
    margin-bottom: 0.2rem;
  }

  .i_news .w .i_news_box .all_box .pick_box ul li a .text .content {
    font-size: 16px;
  }

  .i_contact_box {
    padding: 0.4rem 0.3rem;
    width: 100%;
    height: auto;
  }

  .i_contact_box .title {
    margin-bottom: 0.4rem;
  }

  .i_contact_box .title h3 {
    font-size: 25px;
    margin: 0 0 0.2rem 0;
  }

  .i_contact_box .title p {
    font-size: 12px;
    margin: 0 0 0.04rem 0;
  }

  .i_contact_box .title h2 {
    font-size: 30px;
    margin: 0;
  }

  .i_contact_box .content .form_row:last-child {
    flex-wrap: wrap;
  }

  .i_contact_box .content .form_row:last-child label {
    width: 100%;
  }

  .i_contact_box .content .form_row:last-child #yzm {
    width: 100%;
    margin-bottom: .3rem;
  }

  .i_contact_box .content .form_row:last-child input[type="submit"] {
    width: 48%;
    margin: 0 auto;
  }

  .i_contact {
    background-size: cover;
  }

  .i_contact_box .qrcode_list .qrcode_item {
    font-size: 14px;
    padding: 0 0.2rem;
  }

  .i_contact_box .qrcode_list .qrcode_item img {
    max-width: 100%;
  }

  .npros_ld iframe,
  .npros_ld video {
    max-width: 100%;
    height: 210px;
  }

  .npros_ld img {
    max-width: 100%;
  }


  .w.pro_list_box .pro_list .pro_item {
    margin: 0 auto 25px !important;
    width: 100%;
  }

  .w.pro_list_box .pro_list .pro_item a .pro_item_imgbox {
    height: auto;
  }

  header .nav .w>ul>li .nav-child {
    transform: none;
  }




}
<!--0.00027203559875488-->