/*case*/
/*.infoTopTitle{*/
/*  padding-top: calc(4vw + 120px);*/
/*  padding-bottom: 4vw;*/
/*}*/
/*.infoTopTitle h3{*/
/*  font-size: 4.6rem;*/
/*  color: #d91a32;*/
/*  font-weight: bold;*/
/*}*/
/*.infoTopTitle h3 span {*/
/*  font-weight: normal;*/
/*  color: #2e2e2e;*/
/*}*/

.zbanner{
  width: 100%;
  height:27vw;
  background-repeat: no-repeat;

  background-size:cover;
  background-position: center;

  display:flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3vw;

  box-sizing: border-box;
  padding-top:100px;

}
.zbanner h2{
  font-size: 4.6rem;
  font-weight: bold;
  color: #fff;
}
.zbanner p{
  font-size: 2rem;
  color: #fff;
}



.infoTopTitle{
  padding-top: calc(6vw + 120px);
  padding-bottom: 11vw;
}
.infoTopTitle h3{
  font-size: 5.7rem;
  color: #d91a32;
  font-weight: bold;
  letter-spacing: 2px;
}

.infoTopTitle h3 span {
  font-weight: normal;
  color: #2e2e2e;
  color: transparent;
  -webkit-text-stroke: 0.5px #d91a32; /* 1px是描边宽度，#333是描边颜色 */
  font-weight: bold;
}


.caseCont ul li{
  float:left;
  width: 32%;
  margin-right: 2%;
}
.caseCont ul li:nth-of-type(3n){
  margin-right: 0;
}

/*case_gc*/
.case_gc{
  background:#f5f5f5;
  padding:3vw 0;
}
.ztitle{
  font-size:4.6rem;
  color: #2e2e2e;
  font-weight: bold;
  margin-bottom: 1.5vw;
}
.gc_bom {
  display: grid;
  grid-template-rows: 1fr 1fr;
  /* 3列，等宽（各占1份） */
  grid-template-columns: 2fr 1.5fr 1.5fr;
  /* 模块间的间距 */
  gap: 20px;
  width: 100%;
  height: 496px;
  margin: 0 auto;
}

/* 左侧大图区域：跨满整个左侧行高 */
.left-img {
  grid-row: span 2;
  grid-column: 1;
  overflow: hidden; /* 配合圆角裁剪图片 */
}

.left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 图片等比填充，不拉伸 */
}
.right-item{
  height: 100%; /* 让嵌套Grid高度和左侧图片一致 */
  background-color: #fff;
  display:flex;
  box-sizing: border-box;
  padding:30px;
}
.right-item h4{
  font-size: 2.4rem;
  color: #383838;
  font-weight: bold;
  margin-bottom: 10px;
}
.item-last_mid>small,
.right-item small{
  font-size: 1.8rem;
  line-height: 32px;
  color: #4e4e4e;
}
.right-item b{
  display: block;
  width: 24px;
  height: 3px;
  background: #e10f1c;
  margin-bottom: 20px;
}

.item-last{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.item-last_left{
  width: 68px;
  height: 68px;
  border-radius: 6px;
  overflow:hidden;
}
.item-last_mid>h5{
  font-weight: bold;
  font-size: 2.2rem;
  color: #3a3a3a;
}
.item-last_right{
  width: calc(100% - 150px);
}
.gc_button{
  display:flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.gc_button .swiper-pagination,
.gc_button .swiper-button-prev,
.gc_button .swiper-button-next{
  position:initial;
  top:initial;
  left:initial;
  right:initial;
  bottom:initial;
  margin:initial;
}

.gc_button .swiper-button-prev,
.gc_button .swiper-button-next{
  width: 50px;
  height: 50px;
  border-radius:50%;
  background:#fff;
  transition: .3s ease;
}
.gc_button .swiper-button-prev:after,
.gc_button .swiper-button-next:after{
  font-size: 18px;
  font-weight: bold;
  color: #2d2d2d;
  transition: .3s ease;
}
.gc_button .swiper-button-prev:hover,
.gc_button .swiper-button-next:hover{
  background:#e10f1c;
}
.gc_button .swiper-button-prev:hover:after,
.gc_button .swiper-button-next:hover:after{
  color: #fff;
}
.gc_button .swiper-pagination span{
  border-radius: 0;
  width: 36px;
  height: 6px;
  margin:0 5px;
  background:#fff;
  opacity: 1;
}
.gc_button .swiper-pagination span.swiper-pagination-bullet-active{
  background:#e10f1c;
}
/*评论*/
.case_pl{
  background:#fff;
  padding:3vw 0;
}
.case_pl .warpper>h2{
  font-size: 4.6rem;
  color: #2e2e2e;
  font-weight: bold;
  margin-bottom: 1vw;
}

/*wf滚动*/
.plStyle{
  width: 100%;
}
.plStyle ul {
 position:relative;
  height: 450px;
}
.plStyle ul li{
  position:absolute;
  cursor: pointer;
  animation: moveup 4s linear 0.2s infinite alternate forwards;
}
.plStyle ul li p{
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #4c4c4c;
  font-size: 2rem;
  transition: .3s ease;
  transform: scale(1);
  transform-origin:center;
  text-align: center;
  background:#f5f5f5;
  border-radius: 25px;
  padding:0 20px;
  box-shadow: 0 2px 10px #ddd;
}
.plStyle ul li span{
  display:block;
  font-size: 1.5rem;
  color: #777;
  text-align: right;
  margin-top: 5px;
}
.plStyle ul li:hover p{
  font-weight: bold;
  transform: scale(1.08);
}

@keyframes moveup {
  0%{transform:translateY(0)}
  35%{transform:translateY(5px)}
  50%{transform:translateY(0)}
  70%{transform:translateY(3px)}
  100%{transform:translateY(0)}
}

/*server*/
.serCont{
  margin-top: 3vw;
}
.serCont a{
  display:flex;
  justify-content: space-between;
  margin-bottom: 1vw;
  border-radius:10px;
  overflow:hidden;
  height: 22.5vw;
  cursor: initial;
}
.ser_text{
  background:#f5f5f5;
  position:relative;
  overflow:hidden;
  width: 50%;
  box-sizing: border-box;
  padding:0 3vw;
  display:flex;
  align-items: center;
}
.ser_text>div{
  position:relative;
}
.ser_text h5{
  font-size: 3.6rem;
  color: #2e2e2e;
  font-weight: bold;
  margin-top: 1vw;
  transition: 350ms 0s all ease;
}
.serCont a:hover .ser_text h5 {
  color: #e10f1c;
}
.ser_text p{
  font-size: 3.6rem;
  color: #2e2e2e;
}
.ser_text .btnStyle{
  width: 138px;
  height: 52px;
  border-radius: 26px;
}
.ser_text i{
  display:block;
  width: 42px;
  height: 2px;
  background:#d6d6d6;
  margin-top: 15px;
  margin-bottom: 15px;
}
.ser_text small{
  font-size: 2rem;
  color: #575757;
  display:block;
  margin-bottom: 1vw;
}
.ser_pic{
  width: 50%;
  position:relative;
  overflow:hidden;
  background-repeat: no-repeat;
   background-size:cover;
  background-position:center;
}
.ser_pic>img{
  position:absolute;
  left:50%;
  top:62%;
  transform: translate(-50%,-50%);
  max-height: 90%;
}
.serCont a:nth-of-type(even) .ser_pic{
  order: 2;
}
.btn_white{
  background:#fff;
  transition: 350ms 0s all ease;
}
.btn_white span{
  color:#373737;
  font-weight: normal;
}
.btn_white:hover{
  background:#e10f1c;
}
.btn_white:hover span{
  color:#fff;
}
.btn_white img{
  transform:rotate(0);
  filter:grayscale(50) brightness(0)
}
.btn_white:hover img{
  filter:grayscale(100) brightness(100);
  transform:rotate(45deg);
}
.serCont a .ser_text:before{
  display:block;
  content: '';
  position:absolute;
  left:-100%;
  top: -100%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transform-origin: center center;
}
.serCont a:hover .ser_text:before{
  animation: msgMove2 600ms 1 cubic-bezier(0.1, 0.8, 0.9, 1) normal forwards;
}

/*sercoop*/
.serCoop{
  background:#f5f5f5;
  padding:3vw 0;
}
.serCoop .warpper>h2{
  font-size: 4.6rem;
  color: #2e2e2e;
  font-weight: bold;
}
.serCoop .warpper>p{
  font-size: 2rem;
  color: #2e2e2e;
}
.serCoopCont{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.serCoopLeft{
  width: 38%;
}
.serCoopLeft li {
  margin-top: 1vw;
}
.serCoopLeft li:first-of-type{
  margin-top: 0;
}
.serCoopLeft li p{
  font-size: 2rem;
  color: #2e2e2e;
}
.serCoopLeft li p span{
  font-size: 3.6rem;
  font-weight: bold;
}
.serCoopLeft li>b{
  position:relative;
  overflow:hidden;
  display:block;
  width: 80%;
  height: 4px;
  margin-top: 10px;
}
.serCoopLeft li:nth-of-type(2)>b { width: 60%;}
.serCoopLeft li:nth-of-type(3)>b { width: 100%;}
.serCoopLeft li>b i{
  background:#e10f1c;
  display:block;
  height: 100%;
  border-radius: 2px;
  position:absolute;
  left:0;
  bottom:0;
  width: 0;
  transition: 3s 500ms all ease;
}
.serCoop.animate .serCoopLeft li>b i {
  width: 100%;
}

.serCoopRight{
  width: 52%;
  display:flex;
  flex-wrap: wrap;
}
.serCoopRight li{
  width: 25%;
  height: 100px;
  box-sizing: border-box;
  border-top:1px solid rgba(230, 230, 230, 0.66);
  border-right: 1px solid rgba(230, 230, 230, 0.66);
  display:flex;
  justify-content: center;
  align-items: center;
}
.serCoopRight li:nth-of-type(-n+4){
  border-top: none;
}
.serCoopRight li:nth-of-type(4n){
  border-right: none;
}

.serCoopRight li img{
  max-width: 60%;
  max-height: 48%;
  filter:grayscale(100) brightness(0.65);
  transition: 0.3s ease;
}
.serCoopRight li:hover img{
  filter:grayscale(0) brightness(1);
}

.serLc{
  padding:4vw 0;
}
.serLc h2{
  font-size: 4.6rem;
  color: #2e2e2e;
  font-weight: bold;
}
.serLc p{
  font-size: 2rem;
  color: #585858;
}
.serLc ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5vw;
}
.serLc ul li{
  background:#f5f5f5;
  border-radius: 8px;
  text-align: center;
  padding-top: 1.5vw;
  position:relative;
  top:0;
  cursor: pointer;
  overflow:hidden;
  width: 9%;
  padding-bottom: 97px;
  transition:150ms 0s all ease;

  transform:scale(1);

}
.serLc ul li:hover{
  /*top:-15px;*/

  transform:scale(1.08);
}

.serLc ul li:before {
  display:block;
  content: '';
  position:absolute;
  left:-100%;
  top: -100%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transform-origin: center center;
}

@keyframes msgMove3 {
  0% {
    left:80%;
    top:80%;
    opacity: 1;
    transform:scale(1);
    /*background: radial-gradient(rgba(217, 26, 50, 1),rgba(217, 26, 50, 0.8),rgba(217, 26, 50, 0.5),rgba(217, 26, 50, 0.0),rgba(255, 255, 255, 0));*/

    background: radial-gradient(#e10f1c, #e10f1c);


  }

  100% {
    left:80%;
    top:80%;
    transform:scale(16);
    /*background: radial-gradient(rgba(217, 26, 50, 1),rgba(217, 26, 50, 0.8),rgba(217, 26, 50, 0.5),rgba(217, 26, 50, 0.0),rgba(217, 26, 50, 0));*/

    background: radial-gradient(#e10f1c, #e10f1c);
  }
}
.serLc ul li:hover:before{
  animation: msgMove3 600ms 1 cubic-bezier(0.1, 0.8, 0.9, 1) normal forwards;
}
.serLc ul li b{
  width: 100%;
  height: 90px;
  display:flex;
  justify-content: center;
  align-items: center;
  position:relative;
}
.serLc ul li b img{
  filter:brightness(0);
}
.serLc ul li p{
  font-size: 1.9rem;
  color: #313131;
  text-align: center;
  position:relative;
}
.serLc ul li:hover img{
  filter:brightness(100);
  transition:250ms 0ms all ease
}
.serLc ul li:hover p {
  color: #fff;
  transition:350ms 0ms all ease;
}
.serLc ul li span{
  display:block;
  position:absolute;
  bottom:-42px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 8rem;
  color: #fff;
}
.serCaseShow{
  position:relative;
  overflow:hidden;
  height: 43vw;
}
.swipercoop{
  width: 100%;
  height: 100%;
}
.swipercoop .swiper-slide{
  background-size:cover;
  background-position:center;
}
.serCaseShow>.warpper{
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  /*bottom:4vw;*/
  z-index: 100;

  background:rgb(0 0 0 / 22%);
  bottom:0;
  width: 100%!important;
}
.swipercoop .swiper-slide .warpper {
  padding-top: 4vw;
}
.swipercoop .swiper-slide .warpper>h3{
  font-size: 4.6rem;
  font-weight: bold;
  color: #fff;
}
.swipercoop .swiper-slide .warpper>p{
  font-size: 1.6rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1vw;
}
.swipercoop .swiper-slide .warpper .btnStyle{
  width: 138px;
  height: 52px;
  border-radius: 26px;
}
.swipercoopbtn .swiper-slide b{
  /*border-radius: 35px;*/
  height: 69px;
  width: 100%;
  /*background:#fff;*/
  cursor: pointer;
  display:flex;
  justify-content: center;
  align-items: center;
  transition: 350ms 0s all ease;


  border-right:1px solid rgba(255, 255, 255, 0.3);
}
.swipercoopbtn .swiper-slide b img{
  max-width: 53%;
  max-height: 50%;
  /*filter: grayscale(0) brightness(1);*/
  transition: 350ms 0s all ease;

  filter: grayscale(100) brightness(100);

}
.swipercoopbtn .swiper-slide:hover b,
.swipercoopbtn .swiper-slide-thumb-active b{
  background:#e10f1c;
}
.swipercoopbtn .swiper-slide:hover b img,
.swipercoopbtn .swiper-slide-thumb-active b img{
  filter: grayscale(100) brightness(100);
}


  /*相关资讯*/
.infoAboutNews{
  background:#f5f5f5;
  padding-bottom:4vw;
}
.zinfo_tit>h2,
.infoAboutNews .warpper>h2{
  font-size: 4.6rem;
  color: #2e2e2e;
  line-height: 46px;
  font-weight: bold;
}
.zinfo_tit{
  padding-top: 3vw;
  padding-bottom:2vw;
}
.zinfo_tit>p{
  font-size: 1.8rem;
  color: #626262;
  text-transform: capitalize;
}
.infoAboutNews .zinfo_tit{
  padding-bottom: 0;
}
.swiperNews{
  padding-top: 40px;
}
.swiperNews .swiper-slide{
  position:relative;
  top:0;
  transition: 350ms 0s all ease;
}
.swiperNews .swiper-slide a{
  display:block;
  width: 100%;
  box-sizing: border-box;
  padding:2vw;
  background:#fff;
  position:relative;
  overflow:hidden;
}
.swiperNews .swiper-slide:hover{
  box-shadow: 0 0 10px #ddd;
  top:-20px;
}
/* 定义圆弧形移动的关键帧动画 */
@keyframes msgMove2 {
  0% {
    left:-100%;
    top: -100%;
    opacity: 1;
    background:#d91a32;
  }
  70% {
    left:50%;
    top:50%;
    transform:translate(50%,50%) scale(1);
    background: radial-gradient(rgba(217, 26, 50, 0.3),rgba(217, 26, 50, 0.2),rgba(217, 26, 50, 0),rgba(217, 26, 50, 0));
  }
  100% {
    left:80%;
    top:80%;
    transform:scale(16);
    background: radial-gradient(rgba(217, 26, 50, 0.3),rgba(217, 26, 50, 0.2),rgba(217, 26, 50, 0),rgba(217, 26, 50, 0));
  }
}
.swiperNews .swiper-slide a:before{
  display:block;
  content: '';
  position:absolute;
  left:-100%;
  top: -100%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transform-origin: center center;
}
.swiperNews .swiper-slide a:hover:before{
  animation: msgMove2 600ms 1 cubic-bezier(0.1, 0.8, 0.9, 1) normal forwards;
}
.swiperNews .swiper-slide a>p{
  font-size: 1.8rem;
  color: #5c5c5c;
  margin-bottom: 10px;
  position:relative;
}
.swiperNews .swiper-slide a>h4{
  font-size: 2.8rem;
  color: #343434;
  font-weight: bold;
  height: 80px;
  display: -webkit-box;                /* 作为弹性盒子模型显示 */
  -webkit-box-orient: vertical;       /* 设置盒子方向为垂直 */
  -webkit-line-clamp: 2;               /* 限制显示的行数 */
  overflow: hidden;
  position:relative;
}
.swiperNews .swiper-slide a>div{
  display:flex;
  align-items: center;
  margin-top: 4vw;
  position:relative;
}
.swiperNews .swiper-slide a>div span{
  font-size: 1.8rem;
  color: #373737;
  margin-right: 4px;
}
.swiperNews .swiper-slide a>div img{
  transition: 350ms 0s all ease;
  transform: rotate(0);
}
.swiperNews .swiper-slide:hover a>div img {
  transform: rotate(45deg);
}






.common-inner {
  background: #f6f6f6;
  padding: 28px 0 48px;
  min-height: 500px;
}
.common-inner .inner-left {
  float: left;
  width: 260px;
}
.common-inner .inner-left .pro-sider {
  float: none;
}
.common-inner .inner-right {
  float: right;
  width: 870px;
  background: #fff;
  min-height: 800px;
  padding: 0 25px;
}
.common-inner .inner-right .rig-title {
  font-size: 18px;
  color: #0058b1;
  font-weight: bold;
  height: 54px;
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .rig-title .crumbs {
  overflow: hidden;
  margin-top: 6px;
  float: right;
  padding-left: 25px;
  height: 48px;
  line-height: 54px;
  background: url(../images/home-icon.png) no-repeat left center;
  color: #b2b2b2;
  font-size: 13px;
  font-weight: normal;
  max-width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-inner .inner-right .rig-title .crumbs a {
  color: #b2b2b2;
}
.common-inner .inner-right .rig-title .crumbs a:hover {
  color: #237ed2;
  text-decoration: underline;
}
.common-inner .inner-right .search-result {
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  margin: 12px 0 25px;
  padding: 0 17px;
  font-size: 14px;
  color: #595959;
}
.common-inner .inner-right .search-result span {
  color: #0058b1;
  font-weight: bold;
}
.common-inner .inner-right .search-result .search-record {
  float: right;
}
.common-inner .inner-right .search-list,
.common-inner .inner-right .de-product-list {
  overflow: hidden;
  min-height: 622px;
}
.common-inner .inner-right .search-list ul,
.common-inner .inner-right .de-product-list ul {
  margin: 0 -12px;
}
.common-inner .inner-right .search-list ul li,
.common-inner .inner-right .de-product-list ul li {
  border: 2px solid #fff;
  float: left;
  width: 270px;
  margin: 0 12px 25px;
}
.common-inner .inner-right .search-list ul li a,
.common-inner .inner-right .de-product-list ul li a {
  display: block;
}
.common-inner .inner-right .search-list ul li .img,
.common-inner .inner-right .de-product-list ul li .img {
  width: 268px;
  height: 200px;
  background: #e6e6e6;
  font-size: 0;
  line-height: 200px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  overflow: hidden;
}
.common-inner .inner-right .search-list ul li .img img,
.common-inner .inner-right .de-product-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.common-inner .inner-right .search-list ul li .title,
.common-inner .inner-right .de-product-list ul li .title {
  font-size: 14px;
  padding: 0 18px;
  height: 80px;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.common-inner .inner-right .search-list ul li .title h3,
.common-inner .inner-right .de-product-list ul li .title h3 {
  color: #595959;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-inner .inner-right .search-list ul li .title em,
.common-inner .inner-right .de-product-list ul li .title em {
  font-weight: bold;
  display: block;
  color: #ff8111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-inner .inner-right .search-list ul li:hover,
.common-inner .inner-right .de-product-list ul li:hover {
  border-color: #268AE7;
}
.common-inner .inner-right .search-list ul li:hover .title,
.common-inner .inner-right .de-product-list ul li:hover .title {
  border-color: #fff;
}
.common-inner .inner-right .search-list ul li:hover .img img,
.common-inner .inner-right .de-product-list ul li:hover .img img {
  transform: scale(1.1);
}
.common-inner .inner-right .de-product-list {
  margin-top: 26px;
}
.common-inner .inner-right .de-news-list {
  overflow: hidden;
  min-height: 644px;
  padding: 5px;
}
.common-inner .inner-right .de-news-list ul li {
  padding: 20px 15px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .de-news-list ul li a {
  display: block;
}
.common-inner .inner-right .de-news-list ul li .img {
  float: left;
  width: 175px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  font-size: 0;
}
.common-inner .inner-right .de-news-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .de-news-list ul li .box {
  float: right;
  width: 640px;
  font-size: 14px;
}
.common-inner .inner-right .de-news-list ul li .box h4 {
  color: #323232;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.common-inner .inner-right .de-news-list ul li .box p {
  color: #595959;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 15px 0 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.common-inner .inner-right .de-news-list ul li .box .time {
  color: #999999;
  line-height: 1.1;
}
.common-inner .inner-right .de-news-list ul li .box .time span {
  display: block;
  float: right;
  font-size: 14px;
  color: #0058b1;
}
.common-inner .inner-right .de-news-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-news-list ul li:hover .time span {
  color: #237ed2;
}
.common-inner .inner-right .news-detail-content {
  padding: 0 18px;
}
.common-inner .inner-right .news-detail-content .news-detail-title {
  padding-bottom: 15px;
  border-bottom: 1px dashed #ededed;
  text-align: center;
  margin-bottom: 15px;
}
.common-inner .inner-right .news-detail-content .news-detail-title .h3 {
  font-size: 18px;
  color: #323232;
  line-height: 24px;
  font-weight: bold;
  margin: 25px 0 10px;
}
.common-inner .inner-right .news-detail-content .news-detail-title .b {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
}
.common-inner .inner-right .news-detail-content .news-detail {
  padding: 0 12px 30px;
}
.common-inner .inner-right .news-detail-content .news-detail p {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
}
.common-inner .inner-right .news-detail-content .news-detail img {
  max-width: 100%;
  margin: 0 auto;
}

.common-inner .inner-right .de-honor-list {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 24px;
  padding-top: 6px;
  min-height: 556px;
}
.common-inner .inner-right .de-honor-list ul {
  margin: 0 -5px;
}
.common-inner .inner-right .de-honor-list ul li {
  float: left;
  margin: 0 10px 30px;
  overflow: hidden;
  width: 270px;
  background: #f6f6f6;
}
.common-inner .inner-right .de-honor-list ul li a {
  display: block;
}
.common-inner .inner-right .de-honor-list ul li .img {
  width: 270px;
  height: 200px;
  text-align: center;
  line-height: 200px;
  font-size: 0;
  overflow: hidden;
}
.common-inner .inner-right .de-honor-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.common-inner .inner-right .de-honor-list ul li .title {
  text-align: center;
  height: 48px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 48px;
  font-size: 14px;
  color: #595959;
}
.common-inner .inner-right .de-honor-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-honor-list ul li:hover .img img {
  transform: scale(1.1);
}
.common-inner .inner-right .de-job-list {
  overflow: hidden;
  padding-bottom: 19px;
  min-height: 645px;
  padding: 5px 5px;
}
.common-inner .inner-right .de-job-list ul li {
  overflow: hidden;
  padding: 0 55px 0 25px;
  height: 128px;
  border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .de-job-list ul li .job-title {
  float: left;
  width: 260px;
  margin-right: 10px;
  padding-top: 38px;
}
.common-inner .inner-right .de-job-list ul li .job-title h3 {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}
.common-inner .inner-right .de-job-list ul li .job-title p {
  font-size: 16px;
  color: #237ed2;
  line-height: 20px;
  font-weight: bold;
}
.common-inner .inner-right .de-job-list ul li .job-title p em {
  font-weight: normal;
  font-size: 12px;
}
.common-inner .inner-right .de-job-list ul li .job-info {
  float: left;
  width: 200px;
  padding-top: 38px;
}
.common-inner .inner-right .de-job-list ul li .job-info p {
  font-size: 13px;
  color: #b2b2b2;
  line-height: 20px;
  margin-bottom: 15px;
}
.common-inner .inner-right .de-job-list ul li .job-info p span {
  color: #737373;
}
.common-inner .inner-right .de-job-list ul li .job-btn {
  display: none;
  float: right;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #237ed2;
  margin-top: 50px;
}
.common-inner .inner-right .de-job-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-job-list ul li:hover .job-btn {
  display: block;
}
.common-inner .inner-right .jobs-info {
  padding: 40px 10px 30px;
  margin-bottom: 28px;
  border-bottom: 1px dashed #ededed;
}
.common-inner .inner-right .jobs-info .h3 {
  overflow: hidden;
  margin-bottom: 15px;
}
.common-inner .inner-right .jobs-info .h3 .job-name {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  width: 450px;
}
.common-inner .inner-right .jobs-info .h3 .job-price {
  float: right;
  font-weight: bold;
  font-size: 24px;
  color: #237ed2;
  line-height: 1.1;
  max-width: 360px;
}
.common-inner .inner-right .jobs-info .h3 .job-price em {
  font-weight: normal;
  font-size: 16px;
}
.common-inner .inner-right .jobs-info .p {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 10px;
}
.common-inner .inner-right .jobs-info .p span {
  color: #595959;
}
.common-inner .inner-right .jobs-info .btn {
  padding-top: 10px;
  overflow: hidden;
}
.common-inner .inner-right .jobs-info .btn a {
  display: block;
  width: 230px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  background: #237ed2;
  font-size: 14px;
}
.common-inner .inner-right .jobs-info .btn a:hover {
  background: #0058b1;
}
.common-inner .inner-right .jobs-info-content {
  padding: 0 20px 30px;
  overflow: hidden;
}
.common-inner .inner-right .jobs-info-content h3 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}
.common-inner .inner-right .jobs-info-content p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}

.common-inner .inner-right .apply-job {
  overflow: hidden;
  margin-top: 20px;
}
.common-inner .inner-right .apply-job .job-tr {
  overflow: hidden;
}
.common-inner .inner-right .apply-job .job-tr .tr-over {
  overflow: hidden;
}
.common-inner .inner-right .apply-job .job-tr .error {
  padding-left: 75px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
}
.common-inner .inner-right .apply-job .job-tr .tr-title {
  float: left;
  width: 50px;
  min-height: 20px;
  text-align: right;
  font-size: 14px;
  color: #808080;
  margin-right: 25px;
  line-height: 40px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont {
  float: left;
  width: 640px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont h3 {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont input[type=text] {
  line-height: 38px;
  font-size: 14px;
  color: #333;
  display: block;
  padding: 0 10px;
  width: 618px;
  height: 38px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont input[name='captcha'] {
  font-size: 14px;
  line-height: 38px;
  color: #333;
  width: 190px;
  float: left;
  margin-right: 30px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont .verify {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont textarea {
  font-size: 14px;
  color: #333;
  display: block;
  height: 170px;
  line-height: 20px;
  padding: 5px 10px;
  width: 618px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont {
  line-height: 40px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont input[type=radio] {
  margin-right: 10px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont label {
  margin-right: 30px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit {
  display: block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #237ed2;
  color: #fff;
  font-size: 15px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit:hover {
  background: #0058b1;
}


.prodect-Info {
  overflow: hidden;
  min-height: 500px;
  padding-bottom: 48px;
}
.prodect-Info .info-crumbs {
  overflow: hidden;
  height: 54px;
  line-height: 58px;
  font-size: 14px;
  color: #999;
  padding-left: 28px;
  background: url(../images/home-icon.png) no-repeat 5px center;
}
.prodect-Info .info-crumbs a {
  color: #595959;
}
.prodect-Info .info-crumbs a:hover {
  color: #237ed2;
  text-decoration: underline;
}
.prodect-Info .info-main {
  overflow: hidden;
  background: #fff;
  padding: 25px 25px 20px;
  margin-bottom: 25px;
}
.prodect-Info .info-main .info-preview {
  float: left;
  width: 350px;
}
.prodect-Info .info-main .info-main-rig {
  float: right;
  width: 775px;
  overflow: hidden;
}
.prodect-Info .info-main .info-main-rig .title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 18px 0;
}
.prodect-Info .info-main .info-main-rig .price {
  height: 65px;
  background: #f6f6f6;
  line-height: 65px;
  padding: 0 20px;
  color: #ff8111;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}
.prodect-Info .info-main .info-main-rig .price span {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
  margin-right: 25px;
}
.prodect-Info .info-main .info-main-rig .de-list {
  overflow: hidden;
  padding: 0 20px;
  min-height: 150px;
  max-height: 223px;
}
.prodect-Info .info-main .info-main-rig .de-list .list-item {
  overflow: hidden;
  padding-left: 60px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  word-wrap: break-word;
  margin-bottom: 10px;
}
.prodect-Info .info-main .info-main-rig .de-list .list-item .item-title {
  width: 60px;
  float: left;
  margin-left: -60px;
  color: #808080;
}
.prodect-Info .info-main .info-main-rig .order-btn {
  overflow: hidden;
  padding: 0 10px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit {
  display: block;
  width: 155px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #237ed2;
  color: #fff;
  font-size: 14px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit:hover {
  background: #0058b1;
}
.prodect-Info .info-center {
  overflow: hidden;
}
.prodect-Info .info-center .infoCenter-left {
  float: left;
  width: 260px;
}
.prodect-Info .info-center .infoCenter-left .pro-sider {
  float: none;
}
.prodect-Info .info-center .infoCenter-right {
  float: right;
  width: 870px;
  background: #fff;
  padding: 0 25px;
  min-height: 800px;
}
.prodect-Info .info-center .infoCenter-right .center-title {
  font-weight: bold;
  font-size: 18px;
  color: #0058b1;
  line-height: 60px;
  margin-bottom: 20px;
  height: 59px;
  border-bottom: 1px solid #ededed;
}


.spec-items {
  position: relative;
  width: 292px;
  height: 69px;
  overflow: hidden;
  padding-top: 20px;
  margin: 0 auto;
}
.spec-items ul {
  width: 500%;
  position: absolute;
  top: 20px;
  left: 0;
}
.spec-items ul * {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.spec-items li {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  float: left;
  overflow: hidden;
  margin-right: 5px;
  border: 2px solid #fff;
  font-size: 0;
  cursor: pointer;
}
.spec-items li[data-type=video] {
  position: relative;
}
.spec-items li[data-type=video]::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  background: url(../images/video-icon.png) no-repeat center;
  background-size: 100% auto;
}
.spec-items li.on {
  border: 2px solid #268ae7;
}
.spec-items li img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
span.spe_leftBtn,
span.spe_rightBtn {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 20px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #ddd;
  cursor: default;
  background-color: #f9f9f9;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
span.on {
  background-color: #f9f9f9;
  color: #0058b1;
  cursor: pointer;
}
span.spe_leftBtn {
  left: 0;
  background: url(../images/p-detail-left.png) no-repeat center;
}
span.spe_leftBtn.on {
  background: url(../images/p-detail-left-active.png) no-repeat center;
}
span.spe_rightBtn {
  right: 0;
  background: url(../images/p-detail-right.png) no-repeat center;
}
span.spe_rightBtn.on {
  background: url(../images/p-detail-right-active.png) no-repeat center;
}
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
  margin-top:2vw;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  margin:0 10px;
  min-width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #f6f6f6;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  color: #464646;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  background: #e10f1c;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
  display: none;
}
.de-page-mian .page-inner span {
  display: none;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: none;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}

/*案例详情*/
.caseinfoline{
  border-top: 1px solid #e1e1e1;
  line-height: 42px;
  font-size: 2rem;
  color: #414141;
  padding-top: 1vw;
  margin-top: 3vw;
  margin-bottom: 1.5vw;
}
.textStyle{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.textStyle>h4{
  font-size: 34rem;
  color: #fff;
  -webkit-text-stroke: 2px #4e4e4e;
}
.textSize{
  display:flex;
  justify-content: center;
  align-items: center;
}
.textSize li{
  margin-right: 5vw;
}
.textSize li:last-of-type{
  margin-right: 0;
}
.textSize h5{
  font-size: 2.6rem;
  font-weight: bold;
  color: #363636;
  margin-bottom: 10px;
}
.textSize p{
  font-size:1.6rem;
  color: #363636;
}
.textSize b{
  display:block;
  width: 15px;
  height: 2px;
  background:#d91a32;
  margin-top: 10px;
  margin-bottom: 10px;
}
.news-detail img{
  max-width: 100%;
}
.textColor{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 724px;
}
.textColor li{
  width: calc(50% - 12px);
  height: 255px;
  margin-top:12px;
  margin-bottom:12px;
  border:1px solid #dfdfdf;
  border-radius: 10px;
  overflow:hidden;
  font-size: 2rem;
  color: #525252;
  box-sizing: border-box;
  padding:20px;
  display:flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.textColor li p{
  text-transform: capitalize;
}

.caseinfoTop{
  background: url("../images/caseinfobg.jpg") no-repeat center/cover;
  padding-top: calc(120px + 2vw);
  box-sizing: border-box;
  overflow:hidden;
}
.caseinfoTop>.warpper{
  position:relative;
}
.caseinfoBtn{
  display:flex;
  align-items: center;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
.caseinfoBtn a{
  display:flex;
  align-items: center;
  justify-content: center;
  background:#d91a32;
  border-radius: 22px;
  width: 125px;
  line-height: 44px;
}
.caseinfoBtn a span{
  color: #fff;
  font-size: 1.6rem;
}
.caseinfoBtn a svg{
  /*transform: rotate(-90deg);*/
}
.caseinfoBtn a:last-of-type{
  background:#fff;
  margin-left: 13px;
}
.caseinfoBtn a:last-of-type span{
  font-size: 1.6rem;
  color: #2a2a2a;
}
.caseinfoText{
  width: 36%;
}
.caseinfoText>h3{
  color: #fff;
  font-weight: bold;
  font-size: 5rem;
}
.caseinfoText>p{
  font-size: 1.8rem;
  color: #fff;
  margin-top: 10px;
}
.caseinfoText>h5{
  display:flex;
  align-items: center;
  margin-top: 1.5vw;
  margin-bottom: 4vw;
}
.caseinfoText>h5 span{
  color: #fff;
  margin-left: 8px;
  font-weight: bold;
  font-size: 3.2rem;
}
.caseinfoCode{
  width: 175px;
  background:#fff;
  padding:15px;
  padding-bottom: 0;
  box-sizing: border-box;
  text-align: center;
}
.caseinfoCode img{
  max-width: 100%;
  margin:0 auto;
}
.caseinfoCode p{
  text-align: center;
  color: #2a2a2a;
  font-size: 1.6rem;
  line-height: 40px;
}
.pageStyle{
  display:flex;
  justify-content: space-between;
  background:#f5f5f5;
  align-items: center;
  height: 120px;
  position:relative;
  box-sizing: border-box;
  padding-right:2vw;
}
.pageStyle:before{
  display:block;
  content: '';
  position:absolute;
  right:100%;
  top:0;
  background:#f5f5f5;
  height: 100%;
  width: 500px;
}
.pageStyle li{
  width: 48%;
  box-sizing: border-box;
  color:#f5f5f5;
}
.pageStyle li a{
  font-size: 1.8rem;
  color: #3d3d3d;
}
.pageStyle li:first-of-type {
  padding-left:42px;
  background:url("../images/casejt_l.png") no-repeat left center;
}
.pageStyle li:last-of-type{
  display:flex;
  justify-content: flex-end;
  padding-right:42px;
  background:url("../images/casejt_r.png") no-repeat right center;
}
.caseWeb{
  position:absolute;
  left:36%;
  bottom:0;
  width: 64%;
  height: 775px;
  box-sizing: border-box;
  padding:50px;
  padding-right: 0;
  padding-bottom: 0;
  background:#fff;
}
.caseWeb:before{
  width: 50%;
  height: 100%;
  position:absolute;
  left:100%;
  bottom:0;
  background:#fff;
  display:block;
  content: '';
}
.caseWeb:after{
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:0;
  background:url("../images/caseline.png") repeat-x left top;
  width: 1600px;
  height: 30px;
}
.casewebpic{
  width: 100%;
  height: 100%;
  overflow-y:auto;
}
/**滚动条整体*/
.casewebpic::-webkit-scrollbar{
  width:0; /*滚动条宽度*/
}

.casewebpic>img{
  width: 100%;
}


/*contact*/
.zcontact01{
  padding-bottom: 3vw;
}
.zcontact01 .title{
  padding-top: 1vw;
}
.zcontact01 .zcont_ul{
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.zcont_ul li{
  width: 48%;
  border-radius: 8px;
  background:#f9f9f9;
  display:flex;
  align-items: center;
  padding:30px;
  box-sizing: border-box;
  height:138px;
}
.zcont_ul li>img{
  margin-right: 26px;
}
.zcont_ul li div h4{
  font-weight: bold;
  font-size: 2.8rem;
  color: #3a3a3a;
}
.zcont_ul li div p{
  font-size: 2.6rem;
  color: #3a3a3a;
}

.zcontact02{
  width: 100%;
  height: 720px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
#dituContent{
  width: 72%;
  height: 100%;
}
.zcontact02_right{
  width: 28%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 45px;
  background:url("../images/mapbg.jpg") no-repeat center/cover;
}
.zcontact02 .zcont_ul li{
  width: 100%;
  background:none;
  padding-left: 0;
  height: initial;
}
.zcontact03{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding:3vw 0;
}
.zcont03_left {
  width: 575px;
}
.zcont03_left>p{
  font-size: 2rem;
  color: #6b6b6b;
}
.zcont03_left li {
  overflow: hidden;
  position: relative;
}
.zcont03_left li span{
  font-size: 6rem;
  line-height: 80px;
  color: #282828;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
@keyframes sonTitleRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(110%);
  }
}
.zcont03_left ul li i{
  position: absolute;
  width: 100%;
  height: 110%;
  left: 0;
  top: -5%;
  transform-origin: 100% 50%;
  transform: translateZ(0);
  background: rgba(255, 255, 255, 0.7);
  /*animation: sonTitleRight 2.6s ease both;*/
}
.sonTitleRight{
  -webkit-animation-name: sonTitleRight;
  animation-name: sonTitleRight;
  animation-fill-mode: both;
}
.zcont03_left>small{
  font-size: 2rem;
  color: #5a5a5a;
  line-height: 35px;
  margin-top: 3vw;
  display:block;
}
.zcont03_right{
  width: 50%;
}
#formData .form-group{
  display:flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #252525;
  margin-bottom: 1.5vw;
}
.youneed>span,
#formData .form-group span{
  color: #e10f1c;
  font-size: 16px;
  display:block;
  content: '*';
  line-height: 55px;
  width: 15px;
}
#formData input{
  line-height: 55px;
  font-size: 1.8rem;
  color: #757575;
  width: calc(100% - 15px);
}

.youneed>p,
#formData .code input,
#formData input::placeholder{
  font-size: 1.8rem;
  color: #757575;
  line-height: 55px;
}
#formData .code input{
  width: calc(100% - 215px);
}
#formData .code .verify{
  width: 200px;
  height: 55px;
  background:#f3fbfe;
  display:flex;
  align-items: center;
  justify-content: center;
}
#formData .code .verify img{
  max-width: 100%;
  max-height: 100%;
}

#formData .code{position:relative}
#formData .code>p{
  background:#fff;
  width: calc(100% - 15px);
  height: 100%;
  position:absolute;
  right:0;
  bottom:0;
  line-height: 55px;
  font-size: 1.8rem;
  color: #757575;
  cursor: pointer;
}


.youneed{
  display:flex;
  align-items: center;
}
.youneed ul{
  display:flex;
  flex-wrap: wrap;
}
.youneed ul li{
  text-align: center;
  padding:0 20px;
  font-size: 1.8rem;
  color: #757575;
  border-radius: 18px;
  line-height: 35px;
  border:1px solid #bebebe;
  margin-left: 15px;
  cursor: pointer;
  transition: 0.3s ease;
}
.youneed ul li:hover,
.youneed ul li.active{
  background:#e10f1c;
  color: #fff;
  border:1px solid #e10f1c;
}
#formData .submit{
  display:flex;
  justify-content: center;
  align-items: center;
  background:#e10f1c;
  line-height: 54px;
  border-radius: 27px;
  width: 150px;
  margin-top: 2vw;
}
#formData .submit span{
  color: #fff;
  font-size: 2rem;
}
#formData .submit img{
  transition: 0.3s ease;
  filter: brightness(100);
  margin-top: 5px;
  margin-left: 7px;
}
#formData .submit:hover img {
  transform: rotate(45deg);
}


/*promotion推广运营*/
.promotion_ul li{
  width: 100%;
  display:flex;
  align-items: center;
  overflow:hidden;
  padding:100px 55px;
  border-radius: 10px;
  box-sizing: border-box;
}
.zban_promotion .btnStyle{
  width: 265px;
  border-radius: 6px;
  height: 50px;
  margin-top: 15px;
  cursor: pointer;
}
.zban_promotion .btnStyle span{
  font-size: 2.2rem;
}
.promotion_div>div{
  display:flex;
  align-items: center;
}
.promotion_div>div>p{
  color: #fff;
  margin-left: 25px;
  font-size: 3.8rem;
}
.promotion_div>b{
  display:block;
  width: 28px;
  height: 2px;
  background:#fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.promotion_div>h5{
  font-weight: bold;
  color: #fff;
  font-size: 4.4rem;
}
.promotion_div>small{
  color: #fff;
  font-size: 2.6rem;
}

.promotion_ser{
  padding:2.5vw 0;
}
.promotion_ser ul{
  display:flex;
  flex-wrap: wrap;
}

.promotion_ser ul li{
  width:calc(100% / 6);
  height: 158px;
  box-sizing: border-box;
  display:flex;
  justify-content: center;
  align-items: center;
  transition: 350ms 0s all ease;
  background:#f8f8f8;
}
.promotion_ser ul li:nth-of-type(1),
.promotion_ser ul li:nth-of-type(3),
.promotion_ser ul li:nth-of-type(5),
.promotion_ser ul li:nth-of-type(8),
.promotion_ser ul li:nth-of-type(10),
.promotion_ser ul li:nth-of-type(12){
  background:#fff;
  box-shadow: inset 0 0 13px 1px rgba(0, 0, 0, 0.13);
}
.promotion_ser ul li img{
  max-width: 67%;
  max-height: 38%;
}
.promotion_ser ul li:hover{
  background:#d91a32;
}
.promotion_ser ul li:hover img{
  filter:grayscale(100) brightness(100);
}

.promotion_diff{
  padding-bottom: 3vw;
}
.promotion_diff ul{
  background:url("../images/butongbg.jpg") no-repeat center;
  background-attachment: fixed;
  display:flex;
  justify-content: space-between;
}
.promotion_diff ul li{
  box-sizing: border-box;
  padding:4vw 2vw;
  padding-bottom: 0;
  height: 495px;
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.promotion_diff ul li:last-of-type{
  border-right: none;
}
.promotion_diff ul li>span{
  font-weight: bold;
  font-size: 6rem;
  -webkit-text-stroke: 1px rgba(255,255,255,0.3);
  color: transparent;
}
.promotion_diff ul li>h5{
  font-size: 3rem;
  color: #ffffff;
  font-weight: bold;
}
.promotion_diff ul li>h5 span{
  color: #d91a32;
}
.promotion_diff ul li>b{
  display:block;
  width: 19px;
  height: 2px;
  background:#d91a32;
  margin-top: 10px;
  margin-bottom: 10px;
}
.promotion_diff ul li>small{
  font-size: 2rem;
  line-height: 30px;
  color: #fff;
}

.promotion_ul2{
  position:sticky;
  top:0;
  transition: .5s ease;
}
#block1{top:0;}
#block2{top:15px;}
#block3{top:30px;}
#block3{top:45px;}
.promotion_ul2 li{
  margin-top: 2vw;
}






@keyframes duidie {
  0% {
    z-index: 1;
    transform: translate3d(calc(0px), calc(0px), calc(-400px)) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.duidie {
  -webkit-animation-name: duidie;
  animation-name: duidie
}













/*COMPANY*/
.zcom01{
  padding:3vw 0;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zcom01>div{
  width: 52%;
}
.zcom01>div h2{}
.zcom01>div small{
  font-size: 2rem;
  line-height: 38px;
  color: #3a3a3a;
}
.zcom01>div h6{
  font-size: 24rem;
  color: #393939;
  opacity: 0.06;
  line-height: 212px;
  font-weight: bold;
}
.zcom01>b{
  border-radius: 8px;
  overflow:hidden;
  width: 44%;
  height: 25vw;
}

.zcom02{
  background:#e10f1c;
  padding:3vw 0;
}
.zcom02_top{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zcom02_top h3{
  font-size: 4.6rem;
  color: #fff;
  font-weight: bold;
}
.zcom02_top div{
  font-size: 2rem;
  color: #fff;
  line-height: 40px;
  width: 65%;
}
.zcom02_top div b{
  font-weight: bold;
  text-decoration: underline;
}
.zcom02>.warpper>h5{
  margin-top: 1.5vw;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
}

.zcom03{
  padding:3vw 0;
}
.zcom03 ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zcom03 ul li{
  display:flex;
  align-items: center;
}
.zcom03 ul li b{
  border-radius: 10px;
  width: 80px;
  height: 80px;
  background:#e10f1c;
  display:flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.zcom03 ul li:hover>b{
  /*background:#ddd;*/
}
.zcom03 ul li>div{
  margin-left: 15px;
  transform-style: preserve-3d;
  transition: all 0.5s;
  position:relative;
  cursor: pointer;
  width: 200px;
  height: 80px;
}

.zcom03 ul li:hover>div{
  transform: rotateX(90deg);
}
.zcom03 ul li>div>div{
  transform: translateZ(25px);
  perspective: 300px;
  position:absolute;
  right:0;
  top:0;
  width: 100%;
  height: 100%;
}
.zcom03 ul li>div h5{
  height: 50px;
  font-size: 2rem;
  color: #3a3a3a;
}
.zcom03 ul li:first-of-type>div h5,
.zcom03 ul li:nth-of-type(2)>div h5{
  position: relative;
  left: -8px;
}
.zcom03 ul li div h5 span{
  font-size: 4.6rem;
  color: #e10f1c;
  font-weight: normal;
  margin-right: 2px;
  line-height: 50px;
  letter-spacing: -3px;
}
.zcom03 ul li div h5 span i{
  font-family: 'qxy';
  text-align: right;
}
.zcom03 ul li div h5 span div{
  font-family: 'qxy';
}
.zcom03 ul li div small{
  font-size: 1.8rem;
  color: #4e4e4e;
}
.zcom03 ul li p{
  background: #fff;
  transform: translateY(45px) rotateX(-90deg);
  perspective: 300px;
  position:absolute;
  right:0;
  top:0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding:5px;
  display:flex;
  justify-content: center;
  align-items: center;
}
.zcom03 ul li p span{
  color: #4e4e4e;
  font-size: 1.6rem;
}



.zcom04{
  position:relative;
  height: 800px;
  background:url("../images/expbg.jpg") no-repeat center/cover;
}
.zcom04>div{
  position:absolute;
  top:3vw;
  width: 100%;
}
.zcom04>div h2{
  color: #fff;
}
.zcom04 ul{
  height: 100%;
  display:flex;
  justify-content: space-between;
}
.zcom04 ul li{
  border-right:1px solid rgba(255, 255, 255, 0.4);
  width: 25%;
  height: 100%;
  box-sizing: border-box;
  padding:4vw 3vw;
  padding-top: 0;
  display:flex;
  align-items: flex-end;
  transition: 0.3s linear;
  position:relative;
  overflow:hidden;
}
.zcom04 ul li:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background:linear-gradient(rgba(0, 0, 0, 0),#e10f1c);
  transition: 0.4s linear;
  opacity: 0;
}
.zcom04 ul li:hover:before{
  opacity: 1;
}
.zcom04 ul li div{
  position:relative;
}
.zcom04 ul li div h3{
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1vw;
}
.zcom04 ul li div small{
  display:block;
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  top: 10px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.3s,opacity 0.4s 0.2s;
}
.zcom04 ul li:hover div small{
  height: 150px;
  top: 0;opacity: 1;
}

.zcom05{
  padding:3vw 0;
}
.swiper-team{
  height: 680px;
}
.swiper-team .swiper-slide{
  height: calc((100% - 50px) / 2);
  background:#f5f5f5;
  border-radius: 8px;
  overflow:hidden;
}
.zteam_pic {
  display:flex;
  align-items:center;
  padding:20px;
  box-sizing: border-box;
  border-bottom: 2px dashed #c9c9c9;
}
.zteam_pic h3{
  font-size: 2.6rem;
  color: #2e2e2e;
  font-weight: bold;
}
.zteam_pic h3 span{
  font-size: 2rem;
  color: #575757;
}
.zteam_text{
  box-sizing: border-box;
  padding:10px 34px;
  line-height: 30px;
}
.zteam_text small{
  font-size: 1.8rem;
  color: #5b5b5b;
}
.zteam_text b{
  font-weight: bold;
  font-size: 1.8rem;
  color: #404040;
  display:block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.zteam_text p{
  background:#fff;
  border-radius: 44px;
  font-size: 1.8rem;
  color: #474747;
  box-sizing: border-box;
  padding:10px 33px;
}

/* 网格容器：3列3行等分布局 */
.zcom06{

  display:none;


  padding:3vw 0;
  background:#f4f4f4;
}
.zcom06 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列等宽 */
  grid-template-rows: repeat(3, 1fr);    /* 3行等高 */
  gap: 33px; /* 项目之间的间距 */
  width: 100%; /* 容器最大宽度（避免太宽） */
  height: 1200px;
}
.zcom06 ul li {
  border-radius: 8px;
  border: 8px solid #fff;
  overflow: hidden;
}
.zcom06 ul li .img_cover{
  width: 100%;
  height: 100%;
}
.zcom06 ul li.teampic_last{
  grid-column: 3; /* 固定在第3列（最后一列） */
  grid-row: 2 / 4; /* 明确指定从第2行到第4行（即占据第2、3行） */
}
.zcom06 ul .text-block {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border:none;
}
.text-block h2 {
  font-size: 4.6rem;
  font-weight: bold;
  color: #2e2e2e;
}
.text-block p {
  font-size: 2rem;
  color: #585858;
  line-height: 30px;
}

/* 响应式：手机端变成1列 */
@media (max-width: 768px) {
  .zcom06 ul {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(9, 250px);
    min-height: auto;
  }
}





.zcom07bg{
  padding:3vw 0;
}
.zcom07{
  background:url("../images/zcom07bg.jpg") no-repeat center/cover;
  border-radius: 8px;
  overflow:hidden;
  height: 640px;
  display:flex;
  align-items: center;
  justify-content: center;
}
.zcom07 div{
  text-align: center;
}
.zcom07 div h3{
  font-size: 4rem;
  color: #fff;
  line-height: 60px;
}
.zcom07 div b{
  font-size: 4rem;
  color: #fff;
  line-height: 60px;
  font-weight: bold;
}
.zcom07 .btnStyle{
  width: 245px;
  border-radius: 8px;
  height: 60px;
  margin:0 auto;
  margin-top: 1.5vw;
}
.zcom07 .btnStyle span{
  font-size: 2.2rem;
}


/*舆情管理*/
.sen01{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sen01 li{
  width: 49.5%;
  height: 30vw;
  margin-top: 1vw;
}
.sen01 li img {
  position:relative;
  top:0;
  transition: 0.3s 0.1s ease;
}
.sen01 li>div{
  width: 100%;
  height: 100%;
  display:flex;
  justify-content: center;
  align-items: flex-end;
  transition: 0.3s 0s ease;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.sen01 li:hover>div{
  background: linear-gradient(rgba(0, 0, 0, 0), #e10f1c);
}
.sen01_ul{
  width: 100%;
  box-sizing: border-box;
  padding:3vw;
}
.sen01_ul>h5{
  font-weight: bold;
  color: #fff;
  font-size: 4rem;
  margin-top: 10px;
  transition: 0.3s 0.15s ease;
  position:relative;
  top:0;
}
.sen01_ul>p{
  font-size: 1.6rem;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s 0.2s ease;
  position:relative;
  top:0;
}
.sen01_ul>b{
  display:block;
  width: 28px;
  height: 2px;
  background:#fff;
  margin-top: 10px;
  margin-bottom: 12px;
  transition: 0.3s 0.25s ease;
  position:relative;
  top:0;
}
.sen01_ul>small{
  font-size: 2.8rem;
  color: #fff;
  transition: 0.3s 0.3s ease;
  position:relative;
  top:0;
}

.sen01 li:hover .sen01_ul>h5,
.sen01 li:hover .sen01_ul>p,
.sen01 li:hover .sen01_ul>b,
.sen01 li:hover .sen01_ul>small,
.sen01 li:hover img {
  top:-10px;
}

.sentiment02{
  padding:3vw 0;
  background:#f9f9f9;
  margin-top: 1vw;
}
.sentiment02 ul{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap:24px
}
.sentiment02 ul li{
  background:#fff;
  border-radius: 6px;
  position:relative;
  height: 296px;
  display:flex;
  justify-content: center;
  align-items: center;
  overflow:hidden;
  transition: 350ms ease;
}
.sentiment02 ul li>h6{
  position:absolute;
  top:-45px;
  left:20px;
  font-family: 'Helvetica';
  font-weight: bold;
  line-height: 145px;
  font-size: 12rem;
  color: #ededed;
  transition: 350ms ease;
}

.sentiment02 ul li>div{
  text-align: center;
  position:relative;
}
.sentiment02 ul li>div b{
  margin:0 auto;
  height: 85px;
  display:flex;
  align-items: center;
  justify-content: center;
}
.sentiment02 ul li.active>div img{
  filter:brightness(100);
}
.sentiment02 ul li>div h5{
  font-size: 2.8rem;
  color: #2e2e2e;
  font-weight: bold;
  transition: 350ms ease;
}
.sentiment02 ul li>div small{
  font-size: 2rem;
  line-height: 30px;
  display:block;
  color: #696969;
  transition: 350ms ease;
}
.sentiment02 ul li.active{
  background:#e10f1c;
}
.sentiment02 ul li.active>h6,
.sentiment02 ul li.active>div h5,
.sentiment02 ul li.active>div small{
  color: #fff;
}

.sentiment03{
  padding:3vw 0;
  overflow:hidden;
}

.swipersen03{
  /*overflow: visible;*/
}
.swipersen03 .swiper-slide{
  width: 800px;
  height: 520px;
  border-radius: 8px;
  overflow:hidden;
}
.swipersen03 .swiper-slide div{
  width: 100%;
  height: 100%;
  display:flex;
  justify-content: center;
  align-items: flex-end;
  transition: 350ms ease;
}
.swipersen03 .swiper-slide:hover div {
  background:linear-gradient(rgba(0, 0, 0, 0),#e10f1c);
}
.swipersen03 .swiper-slide div p{
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 2vw;
  width: 72%;
}


.sentiment04{
  background:#f9f9f9;
  padding:3vw 0;
}
.sentiment04 ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.sentiment04 ul li:first-of-type{
  margin-left: 0;
}

.sentiment04 ul li{
  background:#fff;
  border-radius: 10px;
  position:relative;
  height: 268px;
  overflow:hidden;
  transition: 350ms ease;
  margin-left: 30px;
  width: calc((100% - 140px) * 0.19);
}
.sentiment04 ul li>h6{
  position:absolute;
  bottom:-45px;
  right:20px;
  font-family: 'Helvetica';
  font-weight: bold;
  line-height: 120px;
  font-size: 11rem;
  color: #f9f9f9;
  transition: 350ms ease;
}
.sentiment04 ul li>div{
  position:relative;
  box-sizing: border-box;
  padding:20px;
}
.sentiment04 ul li>div b{
  height: 50px;
}
.sentiment04 ul li.active>div img{
  filter:brightness(100);
}
.sentiment04 ul li>div h5{
  font-size: 2.6rem;
  color: #313131;
  font-weight: bold;
  transition: 350ms ease;
}
.sentiment04 ul li>div small{
  font-size: 2rem;
  line-height: 30px;
  display:block;
  color: #fff;
  transition: 350ms ease;
  opacity: 0;
}
.sentiment04 ul li.active{
  background:#e10f1c;
  width: calc((100% - 140px) * 0.24);
}
.sentiment04 ul li.active>h6,
.sentiment04 ul li.active>div h5{
  color: #fff;
}
.sentiment04 ul li.active>div small{
  opacity: 1;
}

.sentiment05{
  padding:3vw 0;
}
.sentiment05 ul{
  display:grid;
  grid-gap:22px;
  grid-template-columns: repeat(6, 1fr);
}

.sentiment05 ul li{
  height: 150px;
  box-sizing: border-box;
  display:flex;
  justify-content: center;
  align-items: center;
  transition: 350ms 0s all ease;
  background:#f9f9f9;
}
.sentiment05 ul li img{
  max-width: 67%;
  max-height: 38%;
}
.sentiment05 ul li:hover{
  box-shadow: 0 0 10px #ddd;
}


/*灵犀学院*/
/*灵犀学院*/
.newsCategory{
  display:flex;
  align-items: center;
  margin-bottom:1.5vw;
  margin-top:3vw;
}
.newsCategory a{
  margin-right: 15px;
  font-size: 1.8rem;
  color: #3d3d3d;
  background:#f6f6f6;
  border-radius: 32px;
  width: 180px;
  line-height: 53px;
  text-align: center;
  display:block;
  transition: 350ms 0s all ease;
}
.newsCategory a.hoverin,
.newsCategory a:hover{
  background:#e10f1c;
  color: #fff;
}
.newsStyle{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  /*grid-template-rows: repeat(3, 1fr);*/
  gap: 60px;
}
.newsStyle li a{
  display:block;
  width: 100%;
  border-radius: 10px;
  overflow:hidden;
}
.newsStyle li a>b{
  width: 100%;
  height: 10vw;
}
.newsStyle .readStyle{
  position:absolute;
  left:20px;
  bottom:30px;
}
.newsStyle li:hover .readStyle{
  bottom:35px;
}
.znewsText{
  background:#f6f6f6;
  box-sizing: border-box;
  padding:20px;
  width: 100%;
  height: 215px;
  position:relative;
  overflow:hidden;
}
.znewsText p{
  margin-top: 10px;
  font-size: 1.8rem;
  color: #777777;
}
.znewsText h5{
  font-size: 2.4rem;
  color: #323232;
  font-weight: bold;
  display: -webkit-box;                /* 作为弹性盒子模型显示 */
  -webkit-box-orient: vertical;       /* 设置盒子方向为垂直 */
  -webkit-line-clamp: 1;               /* 限制显示的行数 */
  overflow: hidden;
}
.znewsText small{
  display:none;
}
.newsStyle li:nth-of-type(5){
  grid-column: 1/3;
  grid-row: 2;
}

.newsStyle li:nth-of-type(5) a{
  height: 100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.newsStyle li:nth-of-type(5) a>b{
  width: 50%;
  height: 100%;
}
.newsStyle li:nth-of-type(5) .znewsText{
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding:3vw 30px;
}
.newsStyle li:nth-of-type(5) .znewsText small{
  display:block;
  font-size: 1.6rem;
  line-height: 24px;
  color: #6f6f6f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 1vw;
}



.readStyle{
  display:flex;
  align-items: center;
  justify-content: center;
  transition: 350ms 0s all ease;
}
.readStyle img{
  filter: grayscale(0) brightness(0.4);
  transform: rotate(-45deg);
}
.readStyle span{
  font-size: 1.6rem;
  color: #303030;
  font-weight: normal;
  margin-right: 10px;
}
.znewsTop{
  margin-bottom: 2vw;
}
.znewsTop a{
  display:flex;
  justify-content: space-between;
  align-items: center;
  background:#f6f6f6;
  border-radius: 8px;
  overflow:hidden;
  position:relative;
}
.znewsTop>a>b{
  width: 50%;
  height:480px;
}
.znewsTopText{
  width: 50%;
  box-sizing: border-box;
  padding:0 3vw;
  padding-bottom: 0;
}
.znewsTop>a>p{
  position: absolute;
  right: -83px;
  top: -51px;
  line-height: 45px;
  font-size: 1.6rem;
  background: #e10f1c;
  color: #fff;
  width: 186px;
  text-align: center;
  transform-origin: left;
  transform: rotate(45deg);
}
.znewsTopText>h4{
  font-size: 3.2rem;
  font-weight: bold;
  margin-top:15px;
  margin-bottom: 15px;
  color: #000000;
  transition: 350ms ease;
}
.znewsTopText>small{
  font-size: 1.8rem;
  line-height: 30px;
  color: #555555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: 350ms ease;
}
.znewsTopText>span{
  display:block;
  font-size: 1.8rem;
  color: #555555;
  margin-top: 0.8vw;
  margin-bottom: 1.5vw;
  transition: 350ms ease;
}
.newsStyle li:nth-of-type(5) .readStyle,
.znewsTopText>b{
  width: 126px;
  line-height: 50px;
  border: 1px solid #a3a3a3;
  border-radius: 25px;
  transition: 350ms ease;
}
.newsStyle a .readStyle{
  width: 126px;
  line-height: 50px;
  border-radius: 25px;
  border: 1px solid #f6f6f6;
  transition: 350ms ease;
}
.newsStyle a:hover .readStyle img,
.newsStyle li:nth-of-type(5) .readStyle img,
.znewsTop a .znewsTopText>b img{
  transition: 350ms ease;
}
.newsStyle a:hover .readStyle,
.newsStyle li:nth-of-type(5):hover .readStyle,
.znewsTop a:hover .znewsTopText>b {
  background:#e10f1c;
  border:1px solid #e10f1c;
}
.newsStyle a:hover .readStyle span,
.newsStyle li:nth-of-type(5):hover .readStyle span,
.znewsTop a:hover .znewsTopText>b span{
  color: #fff;
}
.newsStyle a:hover .readStyle>img,
.newsStyle li:nth-of-type(5):hover .readStyle>img,
.znewsTop a:hover .znewsTopText>b>img{
  filter:brightness(100);
  transform: rotate(0deg);
}


.tags_bom{
  background:#fff;
  height: 75px;
  display:flex;
  justify-content: center;
  align-items: center;
}
.tags_bom p{
  font-size: 1.8rem;
  color: #353535;
}

/*page*/
.newsPage .page-a{
  width: 100%;
  background:#f9f9f9;
  box-sizing: border-box;
  padding:15px 25px;
  font-size: 1.8rem;
  color: #787878;
  transition: 350ms ease;
  margin-bottom: 20px;
}
.newsPage .page-a>a{
  font-size: 1.8rem;
  color: #787878;
  transition: 350ms ease;
}
.newsPage .page-a:hover {
  background:#e10f1c;
  color: #fff;
}
.newsPage .page-a:hover>a{
  color: #fff;
}
/*newsinfo*/
.znewsinfo01{
  padding:3vw 0;
  padding-top: calc(120px + 3vw);
  background:#f9f9f9;
}
.znewsinfo01>.warpper>a{
  width: 120px;
  border-radius: 22px;
  display:flex;
  align-items: center;
  justify-content: center;
  padding:0 12px;
  height: 40px;
  border:2px solid #a2a2a2;
  transition:350ms ease;
}
.znewsinfo01>.warpper>a span{
  font-size: 1.8rem;
  color: #4c4b4b;
  transition:350ms ease;
}
.znewsinfo01>.warpper>a img{
  filter: grayscale(100) brightness(0.4);
  transform: rotate(-45deg);
  margin-left: 5px;
  transition:350ms ease;
}
.znewsinfo01>.warpper>a:hover{
  border:2px solid #e10f1c;
  background:#e10f1c;
}
.znewsinfo01>.warpper>a:hover span{
  color: #fff;
}
.znewsinfo01>.warpper>a:hover img{
  filter: grayscale(0) brightness(100);
  transform: rotate(0deg);
}

.znewsinfo01>.warpper>h2{
  font-size: 5.6rem;
  color: #313131;
  font-weight: bold;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
.znewsinfo01 ul{
  display:flex;
  align-items: center;
}
.znewsinfo01 ul li{
  margin-right: 3vw;
  display:flex;
  align-items: center;
}
.znewsinfo01 ul li p{
  font-size: 1.8rem;
  color: #727272;
}
.znewsinfo01 ul li small{
  font-size: 1.8rem;
  padding-left: 5px;
  color: #313131;
}

.znewsinfo02{
  display:grid;
  grid-template-columns: 3fr 1fr;
  margin-bottom: 3vw;
  border-bottom: 2px solid #e6e6e6;
  box-sizing: border-box;
}
.znewsinfo02_left{
  box-sizing: border-box;
  padding: 3vw;
  padding-left: 0;
  border-right: 2px solid #e6e6e6;
}
.znewsinfo02_text{
  font-size: 2rem;
  color: #585858;
  line-height: 40px;
}
.znewsinfo02_text img{
  max-width: 100%;
}
.znewsinfo02_right{
  box-sizing: border-box;
  padding: 3vw 1.5vw;
  padding-right: 0;
}
.znewsinfo02_right>h2{
  font-size: 2.8rem;
  color: #313131;
  font-weight: bold;
}
.znewsinfo02_right>div a{
  display:block;
  margin-top: 2vw;
}
.znewsinfo02_right a small{
  font-size: 1.8rem;
  color: #8f8e8e;
  line-height: 31px;
}
.znewsinfo02_right a p{
  margin-top: 10px;
  font-size: 2.4rem;
  color: #323232;
  transition: 350ms ease;
}
.znewsinfo02_right a:hover p{
  color: #e10f1c;
}
.znewsinfoTag{
  display:flex;
  align-items: flex-start;
  margin-top: 3vw;
  margin-bottom: 3vw;
}
.znewsinfoTag>span{
  font-weight: bold;
  font-size: 1.8rem;
  color: #5d5d5d;
}
.znewsinfoTag>div a{
  font-weight: bold;
  font-size: 1.8rem;
  color: #5d5d5d;
  margin-right: 20px;
}
.znewsinfoTag>div a:hover{
  text-decoration: underline;
  color: #e10f1c;
}
.znewsinfo02_right>div .firstpic{
  position:relative;
  overflow:hidden;
  border-radius: 8px;
  width: 100%;
  height: 276px;
  display:flex;
  align-items: flex-end;
}
.firstpic>b{
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
}
.firstpic>b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.firstpic>div{
  position:relative;
  width: 100%;
  padding:20px;
  padding-top: 0;
  box-sizing: border-box;
}
.firstpic>div>small{
  color: #fff;
  font-size: 1.8rem;
}
.firstpic>div>p{
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}

/*资讯热点*/
.hotlist li {
  position:relative;
  overflow:hidden;
  width: 100%;
  border-bottom: 2px solid #f0f0f0;
}
.hotlist li a{
  width: 100%;
  position:relative;
}
.hotlist li:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:100%;
  width: 100%;
  height: 100%;
  background:#f6f6f6;
}
.hotlist li:hover:before{
  bottom:0;
  transition: 350ms ease;
}

.hotlist li .warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding:3vw 0;
}
.hotlist_left{
  font-size: 3.4rem;
  color: #303030;
  line-height: 48px;
  width: 26%;
}
.hotlist_left span{
  background: #e10f1c;
  color: #fff;
  padding: 2px 5px;
  font-size: 1.2rem;
  border-radius: 10px 10px 10px 0;
  vertical-align: super;
}
.hotlist .warpper>p{
  font-size: 3rem;
  color: #303030;
}

.hotlist_right {
  width: 32%;
}
.hotlist_right>small{
  font-size: 1.8rem;
  color: #5f5f5f;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.readbtn{
  position:relative;
  overflow:hidden;
  width: 126px;
  height: 44px;
  margin-top: 1.5vw;
  opacity: 0;
  margin-left: 0;
  transition: 350ms ease;
}
.readbtn .readStyle{
  background:#e10f1c;
  border-radius: 22px;
  line-height: 44px;
  width: 100%;
  transition: 350ms 0.2s ease;
}
.hotlist li:hover .readbtn {
  opacity: 1;
  margin-left: 5px;
}
.readbtn .readStyle span{
  color: #fff;
}
.readbtn .readStyle img{
  filter: brightness(100);
  transform: rotate(0deg);
  width: 14px;
  margin-top: 2px;
}


/*下拉*/
.downlist{
  /*display:none;*/
  background:#f8f8f8;
  width: 100%;
  top:130px;
  position:fixed;
  overflow:hidden;
  opacity: 0;
  z-index: -1;
  transition: 350ms ease;

}
.downlistshow{
  top:120px;
  opacity: 1;
  z-index: 999;
}
.nav-bar .downlist>div{
  height: 65px;
  display:none;
  align-items: center;
  justify-content: space-between;
}
.downleft{
  width: 100%;
  height: 80px;


  display:flex;
  justify-content: center;
  align-items: center;
}

.downleft a{
  margin-right: 20px;
  font-size: 1.8rem;
  color: #2a2a2a;
  display:flex;
  align-items: center;
  transition: 350ms ease;
}
.downleft a svg{
  height: 28px;
  transition: 350ms ease;
}
.downleft a.active,
.downleft a:hover{
  color: #d91a32;
}
.downleft a.active svg path,
.downleft a:hover svg path{
  fill:#d91a32;
}



/*safe*/
.zban_safe h2{
  color: #fff;
}
.zban_safe p{
  margin-top: 1vw;
  width: 53%;
  font-size: 2rem;
  color: #fff;
  line-height: 32px;
}
.safe01{
  padding-top: 4vw;
}
.safe01 ul{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap:50px;
}
.safe01 ul li{
  background:#f9f9f9;
  box-sizing: border-box;
  padding:35px;
}
.safe01 ul li div{
  display:flex;
  align-items: center;
}
.safe01 ul li div h4{
  font-size: 2.4rem;
  color: #333333;
  margin-left: 17px;
  font-weight: bold;
}
.safe01 ul li>p{
  margin-top: 15px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #333333;
}
.safe02{
  padding: 3vw 0;
}
.safe02 .ztitle{
  margin-bottom: 0;
}
.safe02>p{
  font-size: 1.8rem;
  color: #363636;
  line-height: 36px;
  margin-bottom: 1vw;
}
.safe02>img{
  max-width: 100%;
}

.safe03{
  background:url("../images/sencebg.jpg") no-repeat center/cover;
  padding:3vw 0;
}
.swipersence{
  background:#fff;
  border-radius: 10px;
  overflow:hidden;
}
.swipersence .swiper-slide h3{
  font-size: 2rem;
  color: #333333;
  line-height: 78px;
  text-align: center;
  position:relative;
  overflow:hidden;
  cursor: pointer;
}
.swipersence .swiper-slide h3:after{
  bottom:0;
  display:block;
  content: '';
  left:0;
  width: 100%;
  height: 4px;
  background:#d91a32;
  opacity: 0;
}
.swipersence .swiper-slide-thumb-active h3:after{
  opacity: 1;
}
.swipersence .swiper-slide-thumb-active h3 {
  color: #d91a32;
  font-weight: bold;
}
.swipersenceshow{
  background:#fff;
  border-radius: 10px;
  overflow:hidden;
  margin-top: 35px;
}
.senceshow{
  display:flex;
  justify-content: space-between;
  height: 445px;
}
.sen_left{
  width: 58%;
  height: 100%;
  overflow-y:auto;
  font-size: 1.8rem;
  color: #333333;
  line-height: 34px;
  padding:2vw 30px;
  box-sizing: border-box;
}
.sen_left::-webkit-scrollbar{
  width:0;
}

.sen_left_text{
  width: 100%;
}
.sen_left p{
  /*max-width: 100%;*/
  word-wrap: break-word;
}
.sen_right{
  width: 40%;
  height: 100%;
}
.safe04{
  padding:3vw 0;
}
.safe04 ul{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap:35px;
}
.safe04 ul li{
  background:#f7f7f7;
  padding:40px 30px;
}
.safe04 ul li h4{
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 2.6rem;
  color: #282828;
}
.safe04 ul li p{
  font-size: 1.8rem;
  color: #464646;
}

/*文旅*/
.zban_travel h2{
  color: #fff;
}
.zban_travel p{
  margin-top: 1vw;
  width: 45%;
  font-size: 2rem;
  color: #fff;
  line-height: 32px;
}
.travel01{
  padding:3vw 0;
}
.travel01 ul{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap:28px;
}
.travel01 ul li{
  border:2px solid #dcdcdc;
  border-radius: 10px;
  overflow:hidden;
  padding:2vw 25px;
}
.travel01 ul li p{
  font-size: 1.8rem;
  color: #515151;
  line-height: 30px;
  margin-top: 10px;
}
.travel02{
  background:#f9f9f9;
}

.travel03{
  padding:3vw 0;
}
.travel03_cont{
  height: 470px;
  display:flex;
  justify-content: space-between;
}
.swi_travel01{
  width: 215px;
  height: 100%;
}
.swi_travel01 .swiper-slide{
  width: 100%;
  line-height: 90px;
  height: 90px;
  border-radius: 8px;
  background:#f9f9f9;

  text-align: center;
  margin-bottom: 30px;
  overflow:hidden;
}
.swi_travel01 .swiper-slide h3{
  font-size: 2.2rem;
  color: #515151;
}
.swi_travel01 .swiper-slide-thumb-active h3{
  background: #dd0000;
  color: #fff;
}
.swi_travel02{
  width: calc(100% - 235px);
  height: 100%;
  background:#f9f9f9;
  border-radius: 8px;
  overflow:hidden;
}
.swi_travel02 .swi_travel_text{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding:30px;
  overflow-y:auto;
  color: #515151;
  font-size: 1.8rem;
  line-height: 35px;
}

.swi_travel02 .swi_travel_text::-webkit-scrollbar{
  width:0;
}
.travel04{
  background:#f9f9f9;padding:3vw 0;
}
.travel04 ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.travel04 ul li{
  width: 18%;
  height: 340px;
  background:#fff;
  border-radius: 10px;
  overflow:hidden;
  box-sizing: border-box;
  padding:2vw 25px;
  transition: 350ms ease;
}
.travel04 ul li.active{
  width: 23%;
}
.travel04 ul li h4{
  font-size: 2.6rem;
  color: #000000;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.travel04 ul li p{
  font-size: 1.8rem;
  line-height: 28px;
  color: #393939;
}


.travel05{
  padding:3vw 0;
}
.travel05_cont{
  height: 517px;
  border-radius: 10px;
  overflow:hidden;
  background:#f9f9f9;
  display:flex;
  justify-content: space-between;
  padding:2vw 10px;
  box-sizing: border-box;
}
.swi_travel03{
  width: 215px;
  height: 100%;
}
.swi_travel03 .swiper-slide{
  width: 100%;
  line-height: 66px;
  height: 66px;
  border-radius:10px;
  background:#fff;
  text-align: center;
  margin-bottom: 20px;
  overflow:hidden;
  cursor: pointer;
}
.swi_travel03 .swiper-slide h3{
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
}
.swi_travel03 .swiper-slide-thumb-active h3{
  background: #dd0000;
  color: #fff;
}
.swi_travel04{
  width: calc(100% - 243px);
  height: 100%;
  background:#f9f9f9;
  border-radius: 8px;
  overflow:hidden;
}
.swi_travel04 .travel_text02{
  width: 50%;
  max-height: 100%;
  box-sizing: border-box;
  padding:30px;
  overflow-y:auto;
  color: #333333;
  font-size: 1.8rem;
  line-height: 30px;
}
.swi_travel04 .travel_text02::-webkit-scrollbar{
  width:0;
}
.travel02_cont{
  width:100%;
  height: 100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.travel02_cont>b{
  width: 50%;
  height: 100%;
}
.travel_text02 strong{
  font-size: 3.2rem;
  margin-bottom: 1vw;
  display:block;
}

/*巡检*/
.ins01{
  padding:3vw 0;
}
.ins01 ul{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap:50px;
}
.ins01 ul li{
  border-radius: 10px;
  background:#f6f6f6;
  overflow:hidden;
  padding:2vw 3vw;
}
.ins01 ul li h2{
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  color: #333333;
}
.ins01 ul li p{
  font-size: 1.8rem;
  color: #424242;
}
.ins02{
  padding:3vw 0;
  background:#fafafa;
}
.ins02 ul{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows:repeat(2, 1fr);
  grid-gap:50px;
}
.ins02 ul li{
  border-radius: 8px;
  background:#fff;
  overflow:hidden;
  padding:2vw 27px;
  box-sizing: border-box;
}
.ins02 ul li h2{
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 2.4rem;
  color: #333333;
  padding-left: 17px;
  position:relative;
  overflow:hidden;
}
.ins02 ul li h2:after{
  position:absolute;
  display:block;
  content: '';
  left:0;
  top:50%;
  transform: translateY(-50%);
  width: 5px;
  height: 22px;
  background:#dd0000;
}
.ins02 ul li p{
  font-size: 1.8rem;
  color: #515151;
  line-height: 30px;
}
.ins03{
  padding-top: 3vw;
}
.ins03 img{
  max-width: 100%;
}
.ins04{
  padding:3vw 0;
}
.ins04 ul{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap:37px;
}
.ins04 ul li{
  background:#f7f7f7;
  overflow:hidden;
  padding:2vw 27px;
}
.ins04 ul li h2{
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 2.4rem;
  color: #282828;
  padding-left: 17px;
  position:relative;
  overflow:hidden;
}
.ins04 ul li p{
  font-size: 1.8rem;
  color: #464646;
  line-height: 30px;
}




/*ipad menu*/
.mmenu{
  margin-right:2%;
}
.mmenu,.mobile_head .close{
  width: 28px;
  height: 28px;
  display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top:-6px;
  margin-left:15px;
}
.mmenu>div,.mobile_head .close>div{
  width: 100%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.mmenu>div i,.mobile_head .close>div>i{
  background:#fff;
  display:block;
  height: 2px;
  width:100%;
  margin-top:6px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  opacity: 1;
  position: relative;
}

.navfix .mmenu>div i,.navfix .mobile_head .close>div>i{
  background:#424242;
}

.menuchange>div .i2{
  opacity: 0;
}
.menuchange>div{
  width: 40px;
}
.menuchange .i1{
  top:8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center;
}
.menuchange .i3{
  top: -8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: center;
}








@media screen and (max-width:960px){

  .nav-bar .mnavbar{
    border-top: 1px solid #ddd;
    position:fixed;
    right:0;
    z-index: 999;
    background:#fff;
    width: 100%;
    display:none;
    height: calc(100% - 80px);
    top:80px;
  }
  .nav-bar .mnavbar li{margin-right:0;
    border-bottom: 1px solid #f7f7f7;}
  .nav-bar .mnavbar li a{font-size: 2.3rem;box-sizing: border-box;
    color: #373737;
    padding:0 45px;
    font-weight: bold;
  }

}


/*浮动*/
.webfudong{
  display:none;
  position:fixed;
  right:5px;
  top:100px;
  z-index: 10000;
}

.fd_top{
  background:#fff;
  border-radius: 30px;
  box-shadow:-9px 3px 17px rgba(0, 0, 0, 0.16);
  padding: 5px 0;
}


.fd_top li{
  position:relative;
  width: 50px;
  cursor: pointer;
}
.fdicon{
  width: 100%;
  height: 65px;
  border-radius: 50%;
  display:flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  transition: 350ms ease;
  background: radial-gradient(circle, #fff, #fff);
}
.fd_top li:hover>.fdicon{
  /*background: radial-gradient(circle, #fbebeb, #fff);*/
}
/*.fd_top li:hover>div p{*/
/*  color: #fff;*/
/*}*/
.fdicon svg path{
  transition: 350ms ease;
}

/*.fd_top li:hover>div svg path{*/
/*  fill:#fff;*/
/*}*/
.fdicon>b{
  width: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.fdicon>b>svg{
  max-width: 24px;
  max-height: 27px;
}
.fdicon p{
  font-size: 1.4rem;
  color: #313131;
  text-align: center;
  transition: 350ms ease;
}

.fd_top li:hover svg path{
  fill:#e10f1c;
}
.fd_top li:hover p{
  color: #e10f1c;
}

.fdlist{
  position: absolute;
  right: 50%;
  top: 50%;
  border-radius: 15px;
  padding-right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .6s;
  transition: all .6s;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.fd_top li:hover .fdlist{
  right: 99%;
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}
.fdlist b{
  display:block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding:15px;
  border-radius: 15px;
  background:#fff;
  position: relative;
  overflow: hidden;

  -webkit-filter: drop-shadow(5px 13px 18px rgba(85, 65, 46, 0.19));
  filter: drop-shadow(5px 13px 18px rgba(85, 65, 46, 0.19));
}
.fd_tel>.fdlist{
  width: 220px;
}

.fdlist b h5{
  position:relative;
  font-size: 1.4rem;
  color: #3e3e3e;
  font-weight: normal;
}
.fdlist b a{
  position:relative;
  font-size: 2rem;
  color: #3e3e3e;
  font-weight: normal;
}
.fdlist b:before{
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
}
.fdlist:after{
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
.fd_wx .fdlist{
  width: 150px;
}
.fdlist>b img{
  position:relative;
  max-width: 100%;
}


.backTop{
  cursor: pointer;
  display:flex;
  justify-content: center;
  align-items: center;
  background:#fff;
  border-radius: 50%;
  width:50px;
  height: 50px;
  box-shadow:-9px 3px 17px rgba(0, 0, 0, 0.16);
  margin-top: 12px;
  transition: 350ms ease;
  background: radial-gradient(circle, #fff, #fff);
}
.backTop svg{
  width: 25px;
  transition: 350ms ease;
}
.backTop:hover svg path{
  fill: #e10f1c;
}

.btn02Style{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 7px 0px 18px;
  height: 48px;
  -webkit-border-radius: 48px;
  border-radius: 48px;
  box-sizing: border-box;
  position:relative;
  overflow:hidden;
  background: #e10f1c;
  margin-top: 1vw;
  cursor: pointer;
}
.btn02Style01{
  width: 189px;
}
.btn02Style02{
  width: 180px;
}
.btn02Style03{
  width: 188px;
  margin: 0 auto;
  margin-top: 2vw;
}
.btn02Style span{
  font-size: 1.5rem;
  position: relative;
  z-index: 10;
  color: #fff;
  -webkit-transition: all .6s;
  transition: all .6s;
  font-weight: normal;
}
.btn02Style i{
  font-size: 20px;
  width: 36px;
  height: 36px;
  display:flex;
  align-items: center;
  justify-content: center;
  position:relative;
}

.btn02Style i:after{
  content: '';
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  position: absolute;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .6s;
  transition: all .6s;
}
.btn02Style:hover i:after{
  width: 500px;
  height: 500px;
  background: linear-gradient(90deg, #ff961d, #ff7200);
}
.btn02Style i svg{
  position: relative;
  z-index: 10;
  width: 25px;
  left:0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.btn02Style i svg path{
  fill:#666
}
.btn02Style:hover i svg {
  left:-5px;
}
.btn02Style:hover i svg path{
  fill:#fff;
}














