/* 轮播图 */
#swpie {
  width: 100%;
}

.swiper-container {
  height: 100%;
}

.swiper-container0 .swiper-slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.swiper-container0 .swiper-slide a,
.swiper-container0 .swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-pagination0 .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  opacity: 1;
  background: transparent;
}

.swiper-pagination0 .swiper-pagination-bullet-active {
  background: #fff;
}

@media (max-width: 991px) {
  .swiper-pagination0 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 767px) {
  .swiper-pagination0 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}

/* banner动画效果 */
.frames {
  animation: framesScale 6s;
  -webkit-animation: framesScale 6s;
  /* Safari 与 Chrome */
}

@keyframes framesScale {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

/* Safari 与 Chrome */
@-webkit-keyframes framesScale {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

.frames_2 {
  animation: framesScale2 6s;
  -webkit-animation: framesScale2 6s;
  /* Safari 与 Chrome */
}

@keyframes framesScale2 {
  from {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

/* Safari 与 Chrome */
@-webkit-keyframes framesScale2 {
  from {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

/* 产品中心 */
#product {
  height: 100%;
  background: url('../image/product_bg.jpg') no-repeat center top;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.pro_tit {
  float: left;
  width: 10.42%;
  overflow: hidden;
  text-align: left;
}

.pro_tit img {
  max-width: 100%;
}

.pro_cfn {
  float: left;
  width: 300px;
}

.pro_cfn ul li {
  position: relative;
}

.pro_cfn ul li a {
  max-width: 100%;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  align-items: center;
  border: solid 1px rgba(174, 174, 174, 0.5);
  padding-left: 30px;
  transition: all 0.5s ease;
}

.pro_cfn .pro_ico {
  max-height: 26px;
  max-width: 26px;
  overflow: hidden;
}

.pro_cfn .pro_ico>img {
  max-width: 100%;
  transition: all 0.3s ease;
}

.pro_cfn .cur .pro_ico>img {
  margin-top: -26px;
}

.pro_cfn ul li h3 {
  font-size: 16px;
  line-height: 70px;
  color: #333;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 199px;
}

.pro_cfn ul li {
  margin-top: 10px;
}

.pro_cfn ul li:first-child {
  margin-top: 0;
}

.pro_cfn ul li .cur {
  background: #005eb8;
  border: solid 1px #005eb8;
  color: #fff;
}

.pro_cfn ul li .cur h3 {
  color: #fff;
}

.pro_cfn .cur:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 72px;
  background: url('../image/r_btn.png') no-repeat center;
  background-size: 100%;
  top: 0;
  right: 7px;
}

.pro_img {
  width: 53%;
  float: left;
}


.pro_img>img {
  width: 100%;
}

.pro_list {
  float: right;
  width: 63%;
}


.pro_text {
  float: right;
  width: 36%;
  display: flex;
  padding-top: 6.1979vw;
}

.pro_exp p {
  font-size: 24px;
  font-weight: bold;
  color: #005eb8;
}

/* .pro_exp p:nth-child(2) {
  font-size: 20px;
  color: #333333;
  margin-top: 16px;
  font-weight: 600;
} */

.pro_exp h1 {
  font-size: 20px;
  color: #333333;
  margin-top: 16px;
  font-weight: 600;
}

.pro_text a {
  display: block;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 30px;
  border: solid 1px #005eb8;
  width: 108px;
  margin-top: 50px;
  transition: all 0.3s ease;
}


.pro_text a:hover {
  background: #005eb8;
  color: #fff;
}

.mb_product {
  display: none;
  text-align: center;
  margin-bottom: 30px;
}

.mb_product h3 {
  color: #005eb8;
  font-size: 44px;
  font-weight: bold;
}

.mb_product p {
  color: #005eb8;
  font-size: 18px;
  font-weight: bold;
  line-height: initial;
  margin-top: 5px;
  text-transform: uppercase
}

/* 四大理由 */
#reason {
  background: url('../image/work_bg.jpg') no-repeat center top;
  padding-top: 95px;
  margin-bottom: 10px;
  background-size: 100% auto;
}

.res_tit h3 {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
}

.res_tit p {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  margin-top: 15px;
}

.ron_cfn {
  margin-top: 60px;
}

.ron_cfn .ron_ico {
  max-height: 55px;
  max-width: 51px;
  overflow: hidden;
}


.ron_cfn .ron_ico>img {
  max-width: 100%;
  transition: all 0.3s ease;
}

.ron_cfn ul {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.ron_cfn ul li {
  width: 23.6%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 37px 0;
  /* padding-left: 50px; */
  padding-left: 25px;
  cursor: pointer;
  margin-left: 1.86%;
  box-sizing: border-box;
}

.ron_cfn ul li:first-child {
  margin-left: 0;
}

.ron_cfn .ron_tit {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.ron_cfn h3 {
  font-size: 28px;
  text-align: center;
}

.ron_cfn span {
  display: block;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  font-family: Arial;
  line-height: initial;
  margin-top: 5px;
}

.ron_cfn .active {
  background-color: #005eb8;
  color: #fff;
}

.active .ron_ico>img {
  margin-top: -55px;
}

.tab {
  display: none;
}

.active_tab {
  display: block;
}

.ron_show {
  background-color: #fff;
  margin-top: 58px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  box-shadow: 0px 8px 8px 0px #ededed;
}

.ron_left {
  width: 50%;
  /* height: 440px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.ron_left>img {
  width: 100%;
}

.ron_right {
  width: 50%;
  padding-left: 4%;
  box-sizing: border-box;
}

.ron_hot {
  /* position: absolute; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 74px;
  padding-left: 32px;
  width: 90%;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 6px #eee;
  margin-top: 30px;
}

.ron_hot h3 p {
  font-size: 26px;
  color: #005eb8;
}

.ron_text {
  position: relative;
  /* width: 50%; */
  /* padding-left: 70px; */
  /* padding-top: 25px; */
}


.ron_text h4 {
  font-size: 100px;
  font-family: Impact;
  color: #000;
  opacity: 0.06;
  position: absolute;
  top: 0;
  right: -10px;
}

.ron_text h3 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 25px;
  color: #005eb8;
  text-align: left;
}

.ron_text span {
  display: block;
  font-size: 30px;
  color: #333;
  margin-top: 20px;
}

.ron_text .text {
  line-height: 40px;
  margin-top: 45px;
  line-height: 40px;
  text-align: left;
  margin-top: 45px;
}

.ron_text .text>p {
  font-size: 18px;
  color: #666;
}

/* 行业案例 */
#case {
  padding-top: 45px;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.ca_tit {
  text-align: center;
  padding: 0 230px;
}

#case .ca_tit h3 {
  font-size: 44px;
  font-weight: bold;
  color: #333;
}

.case_show {
  margin: 32px auto 0;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.case-list {
  position: relative;
  width: 100%;
  /* height: 400px; */
  z-index: 1;
  display: flex;
  padding-bottom: 30px;
}

#case .swiper-slide {
  overflow: hidden;
  width: 400px;
}


#case .swiper-slide img {
  width: 100%;
  /* height: 100%; */
}


#case .swiper-slide h3 {
  font-size: 18px;
  /* line-height: 54px; */
  line-height: 200%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(0 0 0 / 40%);
  color: #fff;
  text-align: center;
}

#case .swiper-pagination1 {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
}

/* 合作伙伴 */
#work_friend {
  background: url('../image/w_friend_bg1.jpg') no-repeat;
  background-size: cover;
  padding: 20px 0;
}

#work_friend .tit {
  text-align: center;
  padding: 0 230px;
}

#work_friend .tit h3 {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
}

#work_friend .img_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

#work_friend .img_wrap img {
  margin-top: 1%;
  width: 24%;
  border-radius: 15px;
}

/* 新闻中心 */
#news {
  background: url('../image/news_bg.jpg');
  padding-top: 80px;
  padding-bottom: 105px;
  background-size: 100% 100%;
  box-sizing: border-box;
}

#news .tit {
  text-align: center;
  padding: 0 230px;
}

#news .tit h3 {
  font-size: 44px;
  font-weight: bold;
  color: #333;
}

.new_cfn {
  margin-top: 25px;
}

.new_cfn ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 500px;
  margin: 0 auto;
}

.new_cfn li {
  position: relative;
}


.new_cfn li span {
  display: block;
  font-size: 20px;
  color: #666;
  padding-left: 30px;
  line-height: 36px;
  cursor: pointer;
}

.new_cfn li:nth-child(1) span {
  background: url('../image/news_ico.png') no-repeat left center;
  padding-left: 35px;
}

.new_cfn li:nth-child(2) span {
  background: url('../image/trade.png') no-repeat left center;
  padding-left: 35px;
}

.new_cfn li:nth-child(3) span {
  background: url('../image/often_q.png') no-repeat left center;
  padding-left: 35px;
}

.new_cfn li.cur span {
  font-weight: bold;
  color: #005eb8;
}

.new_con {
  overflow: hidden;
  /* height: 400px; */
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}

.new_con .list {
  position: relative;
  overflow: hidden;
  width: 44.7%;
  max-height: 500px;
  z-index: 1;
  display: flex;
}

.new_con .swiper-slide img {
  width: 100%;
  height: 100%;
}

.new_con .swiper-slide h3 {
  position: absolute;
  bottom: 24px;
  left: 0;
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 9, 0.45);
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.new_con .swiper-pagination2 {
  bottom: 0;
  background-color: rgba(0, 0, 9, 0.45);
}

.new_con .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  border: 1px solid #fff;
}

.new_con .swiper-pagination-bullet-active {
  background-color: #fff;
}

.new_top {
  float: left;
  width: 44.725%;
  position: relative;
}

.new_wrap {
  float: right;
  width: calc(100% - 44.725%);
  background-color: #fdfdfd;
  padding-left: 60px;
  padding-right: 40px;
  box-sizing: border-box;
}

.new_list {
  display: none;
  padding-top: 10px;
  box-sizing: border-box;
}

.show_list {
  display: block;
}

.new_list ul li a {
  text-align: left;
  display: block;
  padding-top: 25px;
  padding-bottom: 15px;
  background: url('../image/r_btn.png') no-repeat right center;
}

.new_list ul li+li a {
  border-top: solid 1px #ddd;
}

.new_list ul li a h3 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  transition: all 0.3s ease;
}

.new_list ul li:hover a h3 {
  color: #005eb8;
}

.new_list ul li a p {
  font-size: 16px;
  color: #666;
  padding-right: 20%;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.new_list ul li a span {
  display: block;
  font-size: 16px;
  font-family: Arial;
  color: #999;
  margin-top: 15px;
}

/* 联系我们 */
.mb_contact_wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5vh 0;
  position: fixed;
  width: 100vw;
  overflow-y: scroll;
  top: 0;
  left: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 999999;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}

#mb_contact {
  width: 90%;
  margin-bottom: 20px;
}

/* 多媒体兼容 */
@media (max-width: 1440px) {
  .ron_cfn ul li {
    padding: 25px 0;
    padding-left: 20px;
  }

  .ron_cfn ul li h3 {
    font-size: 24px;
  }

  .pro_list {
    width: 60%;
    /* padding-top: 80px; */
  }

  .pro_list .pro_text {
    padding-top: 80px;
  }

  .ron_hot h3 p {
    font-size: 22px;
  }

  .ron_text {
    font-size: 36px;
  }

  .ron_text h3 {
    font-size: 36px;
  }

  .ron_text h4 {
    font-size: 80px;
  }

  .ron_text span {
    font-size: 26px;
  }

  .ron_text .text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 25px;
  }

  .ron_text .text>p {
    font-size: 14px;
  }

  .new_wrap {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .pro_cfn ul li a {
    padding-left: 15px;
  }

  .pro_list {
    width: 56%;
    /* padding-top: 80px; */
  }

  .pro_list .pro_text {
    padding-top: 60px;
  }

  #product {
    padding-top: 60px;
  }

  .pro_tit {
    width: 8%;
  }
}

@media (max-width: 1199px) {
  .ron_cfn ul li {
    padding-left: 0;
  }

  .ron_cfn ul li .ron_tit {
    margin-left: 10px;
  }

  .ron_cfn ul li .ron_tit h3 {
    font-size: 24px;
  }

  .ron_cfn .ron_ico {
    max-width: 40px;
    max-height: 44px;
  }

  .pro_cfn {
    margin-left: 3%;
    width: 285px;
  }

  .pro_tit {
    width: 8%;
  }

  .active .ron_ico>img {
    margin-top: -44px;
  }

  .ron_text h3 {
    font-size: 28px;
  }

  .ron_text h4 {
    font-size: 70px;
    right: 0;
    top: 0;
  }

  .ron_text span {
    font-size: 22px;
    margin-top: 5px;
  }

  .ron_text .text {
    font-size: 14px;
    margin-top: 20px;
    line-height: 20px;
  }

  #work_friend .tit,
  #news .tit,
  .ca_tit {
    padding: 0;
  }

  .new_con {
    margin-top: 30px;
  }

  .new_wrap {
    padding-left: 40px;
    padding-right: 30px;
  }

  .new_wrap .new_list {
    padding-top: 2px;
  }


  .new_wrap .new_list ul li a {
    padding-top: 10px;
  }

  .new_wrap .new_list ul li a p {
    font-size: 14px;
    margin-top: 5px;
  }

  .new_wrap .new_list ul li a span {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .ron_cfn {
    margin-top: 40px;
  }

  .ron_cfn ul li {
    justify-content: center;
    padding: 15px 0;
  }


  .ron_cfn ul li .ron_tit {
    margin-left: 5px;
  }

  .ron_cfn ul li .ron_tit h3 {
    font-size: 18px;
    font-weight: bold;
  }

  .mb_product h3,
  .res_tit h3,
  #case .ca_tit h3,
  #work_friend .tit h3,
  #news .tit h3 {
    font-size: 36px;
  }

  .res_tit p,
  .mb_product p {
    font-size: 16px;
  }

  .mb_close {
    display: block;
  }

  .left_con .cont_wrap {
    padding: 0;
  }

  #swpie {
    margin-top: 60px;
  }

  .pro_cfn ul li a {
    padding-left: 9px;
  }

  .pro_cfn ul li h3 {
    font-size: 14px;
    line-height: 44px;
  }

  .pro_cfn .cur:after {
    height: 46px;
    background-size: 15px 15px;
    width: 15px;
  }

  .pro_list {
    width: 50%;
    /* padding-top: 40px; */
  }

  .pro_list .pro_text {
    padding-top: 40px;
  }

  .pro_list .pro_text .pro_exp p,
  .pro_list .pro_text .pro_exp h1 {
    font-size: 20px;
  }

  .pro_list .pro_text .pro_exp a {
    margin-top: 40px;
  }

  .pro_cfn {
    width: 250px;
  }

  .pro_text a {
    font-size: 12px;
    line-height: 28px;
    width: 100px;
    margin-top: 20px;
  }

  .ron_cfn .ron_ico {
    max-width: 30px;
    max-height: 33px;
  }

  .active .ron_ico>img {
    margin-top: -33px;
  }

  .ron_show {
    margin-top: 30px;
    padding: 15px;
  }

  .ron_hot {
    display: none;
  }

  .ron_text h3 {
    font-size: 22px;
  }

  .ron_text span {
    font-size: 16px;
  }

  .new_wrap {
    padding-left: 30px;
    padding-right: 20px;
  }

  .new_wrap .new_list ul li a h3 {
    font-size: 18px;
  }


  .new_wrap .new_list ul li a p {
    font-size: 12px;
    line-height: initial;
  }

  .new_wrap .new_list ul li a span {
    line-height: initial;
    font-size: 12px;
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  .pro_tit {
    display: none;
  }

  .pro_cfn {
    margin-left: 0;
  }

  .pro_list {
    width: 65%;
    padding-top: 0;
  }

  #product {
    padding-top: 40px;
    padding-bottom: 60px;
    background-size: cover;
  }

  .mb_product {
    display: block;
  }
}

@media (max-width: 767px) {
  .mb_footer {
    display: block;
  }

  .pro_cfn .cur:after {
    height: 0;
  }

  .pro_cfn .pro_ico {
    display: none;
  }

  .pro_cfn {
    width: 202px;
  }

  .pro_list {
    width: calc(100% - 220px);
  }

  .pro_cfn ul li h3 {
    margin-left: 0;
  }

  .pro_img {
    width: 70%;
  }

  .pro_list .pro_text {
    width: 100%;
  }

  .pro_exp,
  .pro_text a {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
  }

  .pro_text a {
    margin-left: 20px;
  }

  .ron_left {
    width: 100%;
  }

  .ron_right {
    width: 100%;
    padding-top: 20px;
  }

  #server {
    display: none;
  }
}

@media (max-width: 713px) {
  .ron_cfn ul li .ron_tit h3 {
    font-size: 16px;
  }
}

@media (max-width: 652px) {
  .ron_cfn ul li {
    width: 48%;
    margin-top: 10px;
  }

  .ron_cfn ul li,
  .ron_cfn ul li:first-child {
    margin-left: 10px;
  }
}

@media (max-width: 650px) {
  .new_con .list {
    width: 100%;
  }

  .new_wrap {
    width: 100%;
  }

  .new_cfn li:nth-child(1) span {
    font-size: 17px;
    padding-left: 25px
  }

  .new_cfn li:nth-child(2) span {
    font-size: 17px;
    padding-left: 25px
  }

  .new_cfn li:nth-child(3) span {
    font-size: 17px;
    padding-left: 25px
  }
}

@media (max-width: 600px) {
  .pro_cfn {
    width: 100%;
  }

  .pro_cfn .pro_ico {
    display: block;
  }

  .pro_cfn ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .pro_cfn ul li {
    margin: 5px 1%;
  }

  .pro_cfn ul li:first-child {
    margin-top: 5px;
  }

  .pro_list {
    border-top: solid 1px #ddd;
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
  }

  .pro_cfn ul li a {
    padding: 0 5px;
  }
}

@media (max-width: 530px) {
  .ron_cfn ul li {
    width: 47%;
  }

  #case .swiper-slide h3 {
    font-size: 14px;
  }
}

@media (max-width: 425px) {

  .mb_product h3,
  .res_tit h3,
  #case .ca_tit h3,
  #work_friend .tit h3,
  #news .tit h3 {
    font-size: 22px;
  }

  #case .swiper-slide {
    width: 200px;
  }
}

@media (max-width: 363px) {
  .ron_cfn ul li {
    width: 46%;
  }
}

@media (max-width: 350px) {
  .ron_cfn {
    margin-top: 20px;
  }

  .ron_ico {
    display: none;
  }
}
