.index_ban {
  position: relative;
}
.index_ban .swiper-slide {
  height: 100vh;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.index_ban .swiper-pagination {
  top: 23%;
  bottom: auto;
  width: fit-content;
  left: auto;
  right: 10%;
}
.index_ban .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  background-color: transparent;
  margin-bottom: 18px;
  opacity: 1 !important;
}
.index_ban .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
.index_ban .nav {
  height: 180px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.index_ban .nav a {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.index_ban .nav a:hover p {
  color: #e5212d;
}
.index_ban .nav a:hover img:nth-child(1) {
  display: none;
}
.index_ban .nav a:hover img:nth-child(2) {
  display: block !important;
}
.index_ban .nav a:nth-child(2)::after {
  display: block;
  content: '';
  width: 2px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #f0f0f0;
}
.index_ban .nav a:nth-child(2)::before {
  display: block;
  content: '';
  width: 2px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f0f0f0;
}
.index_ban .nav a p {
  margin-top: 16px;
  font-size: 16px;
  color: #999999;
  transition: 0.3s;
}
.index_about {
  width: 86%;
  display: flex;
  justify-content: space-between;
  padding-top: 12%;
}
.index_about .left {
  width: 55%;
}
.index_about .right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_about .right .pub_title {
  text-align: left;
  padding-bottom: 50px;
  border-bottom: 1px solid #cbcbcb;
  width: fit-content;
  height: fit-content;
  position: relative;
}
.index_about .right .pub_title::after {
  width: 11px;
  height: 11px;
  border: 1px solid #ccc;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  border-radius: 50%;
  background: #fff;
  transform: translate(50%, 50%);
}
.index_about .right .content h3 {
  font-size: 20px;
  color: #3b3a3a;
  font-weight: bold;
  margin-bottom: 18px;
}
.index_about .right .content p {
  font-size: 18px;
  line-height: 41px;
  color: rgba(51, 51, 51, 0.9);
}
.index_about .right .shuju {
  display: flex;
  justify-content: space-between;
}
.index_about .right .shuju p {
  font-size: 70px;
  color: #c5191a;
  font-weight: bold;
}
.index_about .right .shuju p sup {
  font-size: 24px;
}
.index_about .right .shuju span {
  font-size: 16px;
  color: #bcbcbc;
}
.index_pd {
  background: url(../images/index_pd.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.index_pd .pub_title {
  color: #fff;
  margin-bottom: 96px;
}
.index_pd .pub_title .cn {
  color: #fff;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.index_pd .pub_title .cn::after {
  content: '';
  display: block;
  width: 194px;
  height: 1px;
  background: #cbcbcb;
  position: absolute;
  left: -218px;
  top: 50%;
  transform: translateY(-50%);
}
.index_pd .pub_title .cn::before {
  content: '';
  display: block;
  width: 194px;
  height: 1px;
  background: #cbcbcb;
  position: absolute;
  right: -218px;
  top: 50%;
  transform: translateY(-50%);
}
.index_pd ul {
  display: flex;
  margin-bottom: 58px;
}
.index_pd ul li {
  width: 23.3%;
}
.index_pd ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index_pd ul li a:hover .img {
  border: 3px solid #dc1c27;
}
.index_pd ul li a:hover .name p {
  background: #dc1c27;
  opacity: 1;
}
.index_pd ul li a .img {
  margin-bottom: 37px;
  background: #fff;
  border: 3px solid #696969;
  transition: 0.3s;
}
.index_pd ul li a .name {
  position: relative;
  width: 100%;
}
.index_pd ul li a .name p {
  height: 50px;
  font-size: 20px;
  background: #fff;
  text-align: center;
  opacity: 0.3;
  transition: 0.3s;
}
.index_pd ul li a .name span {
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  color: #fff;
}
.index_pd .more {
  display: flex;
  width: 178px;
  height: 47px;
  border: 1px solid #d2d2d2;
  margin: 0 auto;
  border-radius: 47px;
  text-align: center;
  line-height: 47px;
  font-size: 16px;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.index_pd .more img {
  margin-left: 14px;
}
.index_adv .pub_title {
  text-align: center;
  margin-bottom: 90px;
}
.index_adv ul li {
  width: 18%;
  text-align: center;
}
.index_adv ul li img {
  margin-bottom: 60px;
}
.index_adv ul li h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}
.index_adv ul li p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(59, 59, 58, 0.7);
}
.index_vr {
  background: #f6f6f6;
  padding-bottom: 0;
}
.index_vr .pub_title {
  margin-bottom: 100px;
}
.index_shili .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
.index_shili .top .title {
  font-size: 36px;
}
.index_shili .top .btn {
  display: flex;
}
.index_shili .top .btn a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  margin-left: 20px;
}
.index_shili .bottom {
  line-height: 90px;
}
.index_shili .bottom p {
  font-size: 22px;
  text-align: center;
}
.cloudzoom-zoom {
  z-index: 9999;
}
.header {
  z-index: 99999;
}
* {
  font-family: "微软雅黑";
  box-sizing: border-box;
}
.Corporate {
  margin: 180px 0 200px 0;
}
.pub_title1 .en1 {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
.pub_title1 .en1 span {
  color: #e5212d;
}
.pub_title1 .cn1 {
  color: #d2d2d2;
  font-size: 30px;
}
.pub_title1 .cn1 img {
  margin-top: 15px;
  margin-left: 20px;
}
.Cor {
  margin-top: 98px;
}
.Cor_li {
  width: 32%;
  border: 1px solid #d7d7d7;
  padding: 130px 0 130px 60px;
  background-color: #fff;
}
.Cor_li .p1 {
  font-size: 24px;
  line-height: 35px;
  margin: 50px 0 35px 0;
}
.Cor_li .p2 {
  font-size: 22px;
  line-height: 38px;
}
.Cor_li .img_w {
  display: none;
}
.Cor_li:hover p {
  color: #fff;
}
.Cor_li:hover {
  background-color: #c63435;
  border: 0;
}
.Cor_li:hover .img_w {
  display: block;
}
.Cor_li:hover .img_b {
  display: none;
}
.Cor_ul {
  display: flex;
  justify-content: space-between;
}
.honor {
  margin: 150px 0;
}
.hon_li p {
  font-size: 22px;
  line-height: 68px;
  text-align: center;
}
.hon_li {
  width: 31%;
  margin-bottom: 60px;
  transition: 0.5s;
}
.hon_li:hover {
  margin-top: -15px;
}
.hon_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.Strength {
  margin: 120px 0;
}
.str_li p {
  font-size: 22px;
  line-height: 68px;
  text-align: center;
}
.str_li {
  width: 47.5%;
  margin-bottom: 35px;
}
.str_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.str_li div {
  overflow: hidden;
}
.str_li img {
  transition: 0.5s;
}
.str_li:hover img {
  transform: scale(1.1);
}
.lian_center1 .input {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lian_center1 .input input {
  height: 60px;
  padding-left: 20px;
  margin-bottom: 15px;
  border: 1px solid #bfbfbfc1;
  border-radius: 5px;
}
.lian_center1 .input input::placeholder {
  font-size: 16px;
  line-height: 20px;
}
.lian_center1 .input textarea {
  height: 100px;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 15px;
  border: 1px solid #bfbfbfc1;
  border-radius: 5px;
}
.lian_center1 .input textarea::placeholder {
  font-size: 16px;
  line-height: 20px;
}
.eemail {
  display: none;
}
.public_w {
  max-width: 1440px;
  width: 80%;
  margin: 0 auto;
}
.public_w2 {
  max-width: 1600px;
  width: 85%;
  margin: 0 auto;
}
.pro_box h2 {
  padding: 60px 0 40px;
  text-align: center;
  font-size: calc(28px + 0.5rem);
  margin-bottom: 2rem ;
}
.pro_box .pro_pro_bottom {
  padding: 20px 0 50px;
}
.pro_box .pro_pro_ul {
  display: flex;
  flex-wrap: wrap;
}
.pro_box .pro_item {
  width: calc(33.33333333% - 20px);
  background-color: #fff;
  box-sizing: border-box;
  display: inline-block;
  margin: 10px;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s ease-out;
}
.pro_box .pro_item a {
  display: block;
  padding: 5%;
  position: relative;
  z-index: 1;
  color: #333;
  overflow: hidden;
}
.pro_box .pro_item img {
  width: 100%;
}
.pro_box .pro_item .name {
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
  transform: 0.3s;
}
.pro_box .pro_item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.pro_box .pro_item:hover .name {
  color: #1e50ae;
}
.pro_read {
  padding: 20px 0;
}
.pro_read .pro_swiper_share {
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(20px + 3.2rem);
}
.pro_read .Prod_read_left {
  width: 42.5%;
}
.pro_read .Prod_read_left .thuuu {
  padding: 0 30px;
  position: relative;
  margin-top: 14px;
  margin-bottom: 2rem;
}
.pro_read .Prod_read_left .swiper-button-next {
  right: 0;
  color: #999;
}
.pro_read .Prod_read_left .swiper-button-prev {
  left: 0;
  color: #999;
}
.pro_read .Prod_read_left .swiper-button-next::after,
.pro_read .Prod_read_left .swiper-button-prev::after {
  font-size: 17px;
}
.pro_read .Prod_read_left .swiper-slide.thu_slide {
  border: 1px solid transparent;
}
.pro_read .Prod_read_left .swiper-slide-thumb-active {
  border-color: #1E50AE !important;
}
.pro_read .Prod_read_left .switch1 {
  display: flex;
  width: calc(60px + 1rem);
  height: calc(24px + 0.3rem);
  justify-content: center;
  align-items: center;
  border: 1px solid #e9e9e9;
  border-radius: 24px;
}
.pro_read .Prod_read_right {
  width: 56%;
}
.pro_read .Prod_read_right .prod_tit_share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro_read .Prod_read_right .title {
  font-size: 20px;
  color: #333;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  display: -webkit-box;
  font-weight: inherit;
  min-width: calc(100% - 120px);
  overflow: hidden;
  padding-right: 20px;
}
.pro_read .Prod_read_right .share {
  width: 60px;
  position: relative;
  cursor: pointer;
}
.pro_read .Prod_read_right .share_name {
  width: 40px;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.pro_read .Prod_read_right .share_list {
  top: 130%;
  right: 0;
  display: flex;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 15px;
  position: absolute;
  transition: 0.3s;
  opacity: 0;
  z-index: -5;
}
.pro_read .Prod_read_right .share_list::after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 100%;
  right: 12%;
}
.pro_read .Prod_read_right .shareItem {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background-color: #46D42F;
  border-radius: 50%;
  margin: 0 5px;
}
.pro_read .Prod_read_right .shareItem i {
  color: #fff;
  font-size: 20px;
}
.pro_read .Prod_read_right .share:hover .share_list {
  opacity: 1;
  z-index: 5;
}
.pro_read .dd1 {
  display: flex;
  border: 1px solid #F0F0F0;
  margin-bottom: 25px;
}
.pro_read .dd1 .p1 {
  width: 160px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 8px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-right: 1px solid #f0f0f0;
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.pro_read .dd1 .p1::before {
  display: block;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
  height: calc(2px + 0.1rem);
  background-color: #1e50ae;
}
.popupBox {
  display: none;
  width: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  max-width: 420px;
  text-align: center;
  padding: calc(30px + 1.5rem) 0 40px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.popupBox .returns {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3%;
  right: 5%;
  background-position: -296px -12px;
  cursor: pointer;
}
.popupBox p {
  font-size: calc(12px + 0.3rem);
  padding: 0 3rem;
  margin-bottom: calc(20px + 1.5rem);
  line-height: calc(20px + 0.5rem);
}
.popupBox .qr {
  padding: 0 3rem;
}
.popups {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  display: none;
  align-items: end;
  z-index: -5;
  opacity: 0;
}
.popups .popups_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000008a;
  z-index: 101;
}
.popups .popups_list {
  width: 100%;
  position: absolute;
  bottom: -10%;
  left: 0;
  z-index: 105;
  background-color: #fff;
  padding: 24px 3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: bottom 0.5s;
}
.popups .popupsIte {
  width: 48px;
  margin: 0 11px 10px;
}
.popups .shareItem {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}
.popups .shareItem i {
  color: #fff;
  font-size: 20px;
}
.popups .jz_share_name {
  display: block;
  width: 48px;
  color: #333;
  font-size: 12px;
  line-height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.newsBox {
  background-color: #FAFAFA;
}
.newsBox h3 {
  margin-top: calc(10px + 1.25vw);
  margin-bottom: calc(10px + 1rem);
  font-size: calc(16px + 1.1rem);
  font-weight: bold;
  text-align: center;
}
.newsBox .newList {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  padding-top: 1rem;
}
.newsBox .new_item {
  width: calc(24.99% - 20px);
  background-color: #fff;
  box-sizing: border-box;
  display: inline-block;
  margin: 10px;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.newsBox .new_item a {
  display: block;
  padding: 5%;
  position: relative;
  z-index: 1;
  color: #333;
  overflow: hidden;
}
.newsBox .new_item .new_img {
  width: 100%;
  overflow: hidden;
}
.newsBox .new_item img {
  width: 100%;
  transition: 0.3s;
}
.newsBox .new_item .name {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s;
}
.newsBox .new_item .new_time {
  color: #999;
  font-size: 14px;
  line-height: 1;
  margin-top: 9px;
  max-width: 100%;
}
.newsBox .new_item .arrows {
  margin-top: 1rem;
  display: block;
  float: right;
  height: 28px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 40px;
}
.newsBox .new_item .arrows:before {
  background: url("../images/vbg01.png") -23px -324px;
  content: "";
  display: inline-block;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.36s ease;
  width: 30px;
}
.newsBox .new_item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.newsBox .new_item:hover img {
  transform: scale(1.1);
}
.newsBox .new_item:hover .name {
  color: #1e50ae;
}
.news_R {
  padding-top: 1.9rem;
}
.news_R .news_read {
  padding-top: 24px;
}
.news_R .news_read h5 {
  font-size: calc(18px + 0.5rem);
  color: #212121;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
}
.news_R .news_read .time {
  display: flex;
  color: #999;
  font-size: 14px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  margin-top: 36px;
  justify-content: space-between;
}
.news_R .news_read .news_Content {
  border-top: 1px solid #ebebeb;
  padding: 30px 0 1.5rem;
}
.news_R .new-pageSwitch {
  margin: 3.5rem 0 4.5rem;
}
.news_R .new-pageSwitch .new-pageSwitch-d1 .te {
  color: #333;
  font-size: 14px;
  margin-right: calc(10px + 0.9rem);
}
.contact {
  margin-top: calc(20px + 1rem);
  margin-bottom: calc(20px + 1rem);
}
.contact .title_name {
  text-align: center;
  margin-bottom: calc(20px + 1rem);
}
.contact .title_name h1 {
  color: #333;
  font-size: calc(16px + 0.4rem);
  margin-bottom: 0.5rem;
}
.contact .title_name p {
  color: #999999;
  font-size: 14px;
}
.contact .contact_us {
  margin-bottom: calc(20px + 1.5rem);
}
.contact .contact_us ul {
  display: flex;
  justify-content: space-between;
}
.contact .contact_us li {
  width: 33.333%;
  text-align: center;
}
.contact .contact_us li .con_img {
  display: flex;
  height: calc(50px + 2rem);
  justify-content: center;
  align-items: center;
}
.contact .contact_us li img {
  min-width: 30px;
  width: 9%;
}
.contact .contact_us li .contact_item {
  margin-top: 0.5rem;
  font-size: 15px;
}
@media screen and (max-width: 800px) {
  .public_w {
    width: 90%;
  }
  .pro_box .pro_item {
    width: 46.4%;
    margin: 0 1.8% 20px;
  }
  .pro_box .pro_item a {
    padding: 0;
  }
  .pro_box .pro_item .name {
    font-size: 14px;
  }
  .pro_box .pro_item:hover {
    box-shadow: none;
  }
  .pro_read .pro_swiper_share {
    display: block;
  }
  .pro_read .Prod_read_left,
  .pro_read .Prod_read_right {
    width: 100%;
  }
  .pro_read .Prod_read_left .thuuu,
  .pro_read .Prod_read_left .switchover {
    display: none;
  }
  .pro_read .Prod_read_right .share_name {
    display: none;
  }
  .pro_read .Prod_read_right .title {
    font-size: 18px;
  }
  .pro_read .Prod_read_right .share .share_list {
    display: none;
  }
  .popupBox {
    width: 79%;
  }
  .popups {
    display: flex;
  }
  .newsBox .newList {
    justify-content: space-between;
  }
  .newsBox .newList .new_item {
    width: 48%;
    margin: 0 0 20px;
  }
  .newsBox .newList .new_item a {
    padding: 0;
    padding-bottom: 20px;
  }
  .newsBox .newList .new_item .name {
    font-size: 14px;
    padding: 0 6px;
    margin-top: 10px;
  }
  .newsBox .newList .new_item .new_time {
    font-size: 14px;
    padding: 0 6px;
  }
  .newsBox .newList .new_item .arrows {
    display: none;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1642px) {
  /* .w1500 {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  } */
}
@media screen and (min-width: 1150px) and (max-width: 1500px) {
}
