:root {
  --mcolor: #3eb134;
  --rcolor: #3eb134;
  --bili: 1;
}

.c_mcolor {
  color: var(--mcolor);
}

.bg-mcolor {
  background-color: var(--mcolor);
}

ul {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

@font-face {
  font-family: "BarlowCondensed";
  /*定义字体名称*/
  src: url(../font/BarlowCondensed-Bold.ttf);
  /*兼容eot*/
  font-style: normal;
  font-stretch: ultra-expanded;
  /*定义字体符合拉伸*/
  font-weight: normal;
}


.w1400 {
  width: 1400px;
}

.content {
  /* width: 1200px;
  margin: 0 auto; */
}

.inner {
  /* max-width: calc(var(--bili) * 1920px); */
  /* min-width: 1200px; */
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 1680px) {
  :root {
    --bili: 0.88;
  }

  .inner {
    width: calc(var(--bili) * 1680px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 1480px) {
  :root {
    --bili: 0.833;
  }

  .inner {
    width: calc(var(--bili) * 1480px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 1200px) {
  /*body *{*/
  /*    visibility: visible;*/
  /*}*/
}

.wap-none {
  display: block;
}

.wap-block {
  display: none;
}

.header {
  width: 99%;
  /* width: 100%; */
  /*background: rgb(0 0 0 / 20%);*/
  /*box-shadow: 0 1px 8px rgb(0 0 0 / 6%);*/
  position: relative;
  z-index: 1005;
  background-color: #ffffff;
  /*transition: all 0.3s;*/
}

.header .inner {
  /* position: relative; */
}

/*.header.dark{*/
/*    position: fixed;*/
/*    top: 0;*/
/*    background-color: #ffffff;*/
/*    box-shadow: 0 1px 8px rgb(0 0 0 / 6%);*/
/*}*/

.header .header-box {
  height: 90px;
  /* position: relative; */
  margin: 0 2.6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .header-logo {
  /* width: calc( var(--bili) * 420px ); */
  z-index: 9;
}

.header .header-logo .wimg {
  height: 80px;
  width: auto;
}

.header-cdlx {
  display: flex;
  align-items: center;
}

.header .header-fl {
  display: flex;
  align-items: center;
}

.header .header-menu {
  /*margin: 0 calc( var(--bili) * 160px ) 0 0;*/
}

.header .header-menu .CAul {
  display: flex;
}

.header .header-menu .CAli {
  /* position: relative; */
  margin-right: 3.5rem;
}

.header .header-menu .CAli .CAa {
  font-weight: 400;
  color: #262626;
  font-size: calc(var(--bili) * 18px);
  line-height: calc(var(--bili) * 96px);
  /* padding: 0 calc(var(--bili) * 20px); */
  display: block;
  text-align: center;
  position: relative;
}

.header .header-menu .CAli .CAa::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 24px;
  height: 2px;
  width: 0;
  transition: all 0.5s;
  background-color: var(--mcolor);
}

.header .header-menu .CAli:hover .CAa::after,
.header .header-menu .CAli.cur .CAa::after {
  width: 100%;
}

.header .header-menu .CAli:hover .CAa,
.header .header-menu .CAli.cur .CAa {
  color: var(--mcolor);
}

.header .header-lxal {
  display: flex;
  align-items: center;
  /*width: calc( var(--bili) * 280px );*/
  justify-content: flex-end;
  /*position: absolute;*/
  /*right: 0;*/
}

.header .header-lxal .hl-logo {
  width: calc(var(--bili) * 40px);
  height: calc(var(--bili) * 40px);
  overflow: hidden;
  border-radius: 40px;
  margin: 0 0 0 calc(var(--bili) * 20px);
  border: 1px solid var(--mcolor);
  display: flex;
  align-items: center;
  transition: all 0.5s;
  justify-content: flex-end;
  position: relative;
  cursor: pointer;
}

.header .header-lxal .lx-email {
  background: #ffffff url(../images/u15.png) no-repeat right;
  background-size: calc(var(--bili) * 40px) calc(var(--bili) * 40px);
}

.header .header-lxal .lx-phone {
  background: #ffffff url(../images/u12.png) no-repeat right;
  background-size: calc(var(--bili) * 40px) calc(var(--bili) * 40px);
}

.header .header-lxal .lx-hm {
  position: absolute;
  left: 15px;
  opacity: 0;
  width: calc(var(--bili) * 180px);
  transition: all 0.5s;
  font-size: calc(var(--bili) * 14px);
  color: var(--mcolor);
}

.header .header-lxal .lx-email:hover {
  width: calc(var(--bili) * 220px);
  border-radius: 40px;
}

.header .header-lxal .lx-phone:hover {
  width: calc(var(--bili) * 160px);
  border-radius: 40px;
}

.header .header-lxal .hl-logo:hover .lx-hm {
  opacity: 1;
}

.drop-down-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: left;
  /* border-radius: 0 0 10px 10px; */
  padding: 0 0 10px;
  box-shadow: 0 1px 8px rgb(0 0 0 / 6%);
}

.drop-down-menu ul {
  width: 1200px;
  padding: 20px 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.drop-down-menu ul .CBli {
  padding-left: 15px;
  margin: 0 50px;
}

.drop-down-menu ul .CBa {
  /* display: block;
  width: 100%;
  line-height: 2.5; */
  font-weight: 400;
  font-size: calc(var(--bili) * 16px);
  color: #262626;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  word-break: break-all;
  transition: all 0.5s;
  /*padding: 0 0 0 20%;*/
}

.drop-down-menu ul .CBli:hover .CBa {
  color: var(--mcolor);
  /*padding: 0 0 0 5px;*/
}

/*搜索*/

.wn-srch {
  /*display: none;*/
}

.wn-srch .srch-menu {
  cursor: pointer;
}

.wn-srch .srch-box {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0 7.5%;
  display: none;
}

.wn-srch .srch-box .srch-block {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  height: 100%;
}

.wn-srch .srch-box .srch-form {
  display: flex;
  align-items: center;
}

.wn-srch .srch-box .srch-block .srch-ann {
  background: url(../images/srch-ann.png) no-repeat center;
  cursor: pointer;
  width: calc(var(--bili) * 24px);
  height: calc(var(--bili) * 24px);
  background-size: 100% 100%;
}

.wn-srch .srch-box .srch-block .srch-srk {
  font-size: calc(var(--bili) * 16px);
  padding: 0 15px;
  width: 500px;
  height: 40px;
}

.wn-srch .srch-box .srch-block .srch-close {
  background: url(../images/srch-close.png) no-repeat center;
  width: calc(var(--bili) * 24px);
  height: calc(var(--bili) * 24px);
  background-size: 100% 100%;
  cursor: pointer;
}

/*搜索*/

/*banner*/
.swiper-container-banner {
  height: calc(var(--bili) * 740px);
  overflow: hidden;
}

.swiper-pagination.swiper-page-banner {
  bottom: 30px !important;
}

/* .swiper-page-banner .swiper-pagination-bullet {
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0 12px !important;
  position: relative;
} */
/*.bannerPic{*/
/*    transition: all 5s ease 0s;*/
/*    transform: scale(1.1);*/
/*}*/
/*.swiper-slide-active .bannerPic{*/
/*    transform: scale(1);*/
/*    z-index: 999;*/
/*    position: relative;*/
/*}*/

/* #wnbanner .banner .swiper-pagination > span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#wnbanner .banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  margin: 0 15px;
  opacity: 0.5;
  color: transparent;
}
#wnbanner .banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: #ffffff;
} */

#wnbanner .wrapper_con {
  width: 21px;
  height: 42px;
  position: absolute;
  top: -2px;
  overflow: hidden;
  display: none;
}

#wnbanner .banner .swiper-pagination-bullet-active .wrapper_con {
  display: block;
}

#wnbanner .left {
  left: -2px;
}

#wnbanner .right {
  right: -2px;
}

#wnbanner .circleProgress {
  width: 42px;
  height: 42px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-135deg);
}

#wnbanner .leftcircle {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  left: 0;
}

#wnbanner .rightcircle {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  right: 0;
}

#wnbanner .banner .swiper-pagination-bullet-active .rightcircle {
  -webkit-animation: circleProgressLoad_right 6s linear infinite;
  animation: circleProgressLoad_right 6s linear infinite;
}

#wnbanner .banner .swiper-pagination-bullet-active .leftcircle {
  -webkit-animation: circleProgressLoad_left 6s linear infinite;
  animation: circleProgressLoad_left 6s linear infinite;
}

.swiper-index {
  line-height: 38px;
}

@keyframes circleProgressLoad_right {
  0% {
    transform: rotate(45deg);
  }

  50%,
  100% {
    transform: rotate(225deg);
  }
}

@keyframes circleProgressLoad_left {

  0%,
  50% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(225deg);
  }
}

.detail-banner {
  width: 100%;
  position: relative;
  /* height: calc(var(--bili) * 700px);
  overflow: hidden;
  display: flex;
  align-items: center;
  background-size: 100% 100% !important; */
}

.banner-txt {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

/*banner*/

.footer {
  width: 1200px;
  margin: 0 auto;
  /* padding: calc(var(--bili) * 50px) 0 calc(var(--bili) * 40px); */
  /* background-color: #f6f9fb; */
}

.footer-list {
  display: flex;
  justify-content: space-between;
}

.foot-lx {
  position: relative;
}

.foot-lx .dca {
  background: url(../images/u94.png) no-repeat left;
  margin: 0 0 calc(var(--bili) * 20px) 0;
  font-size: calc(var(--bili) * 20px);
  font-weight: bold;
  color: var(--mcolor);
  line-height: calc(var(--bili) * 32px);
  background-size: calc(var(--bili) * 32px) calc(var(--bili) * 32px);
  padding: 0 0 0 calc(var(--bili) * 42px);
}

.foot-lx .dcb {
  font-size: calc(var(--bili) * 15px);
  color: #333333;
  line-height: 2;
}

.foot-wx {
  display: flex;
  align-items: center;
}

.foot-wx .foot-gz {
  background: url(../images/u98.svg) no-repeat center 0;
  background-size: calc(var(--bili) * 34px) calc(var(--bili) * 34px);
  font-size: calc(var(--bili) * 15px);
  color: #333333;
  padding: calc(var(--bili) * 46px) 0 0 0;
}

.foot-wx .foot-ewm {
  text-align: center;
  margin: 0 0 0 calc(var(--bili) * 50px);
  position: relative;
}

/* .foot-wx .foot-ewm:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30%;
  top: 40%;
  left: -25px;
  background-color: #cccccc;
} */
.foot-wx .foot-ewm .ewm-img {
  width: calc(var(--bili) * 126px);
  height: calc(var(--bili) * 126px);
}

.foot-wx .foot-ewm .ewm-tit {
  font-weight: 400;
  font-size: calc(var(--bili) * 14px);
  color: #e8e8e8;
  line-height: 3;
}

.footer-icons {
  width: 48px;
  height: 36px;
}

.copyright {
  padding: calc(var(--bili) * 30px) 0;
  font-weight: 400;
  font-size: calc(var(--bili) * 14px);
  color: #ffffff;
  text-align: left;
  background-color: #42464c;
}

.copyright .infx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*回到顶部-s*/
.back-top {
  width: calc(var(--bili) * 50px);
  height: calc(var(--bili) * 50px);
  background-color: var(--mcolor);
  position: fixed;
  right: 10px;
  bottom: 10%;
  border-radius: 4px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
}

.back-top .bt-arw {
  background: url(../images/back_top.png) no-repeat center 0;
  width: calc(var(--bili) * 12px);
  height: calc(var(--bili) * 7px);
  position: absolute;
  top: calc(var(--bili) * 12px);
  transition: all 0.5s;
}

.back-top .bt-tie {
  font-weight: 700;
  font-size: calc(var(--bili) * 13px);
  color: #ffffff;
  margin: calc(var(--bili) * 14px) 0 0 0;
}

.back-top:hover {
  background-color: var(--mcolor);
}

.back-top:hover .bt-arw {
  animation: bounce-inSS 1.5s infinite;
  /* 启动动画特效 */
  /*top: calc( var(--bili) * 8px );*/
}

/*@keyframes bounce-inSS {*/
/*    0% { top: calc( var(--bili) * 12px );}*/
/*    50% {  top: calc( var(--bili) * 10px )  }*/
/*    100% { top: calc( var(--bili) * 8px ) }*/
/*}*/
@keyframes bounce-inSS {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
    -webkit-animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: translate3d(0, -4px, 0);
    -webkit-animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: translate3d(0, 0px, 0);
  }
}

/*回到顶部-e*/

.wn-title {
  text-align: center;
  padding: calc(var(--bili) * 80px) 0 calc(var(--bili) * 40px);
}

.wn-title .dcn {
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--bili) * 36px);
  color: #333333;
  margin: 0 0 calc(var(--bili) * 15px) 0;
}

.wn-title .din {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 16px);
  color: #919191;
}

/*首页-关于我们-s*/
.wn-about-wrp {
  background: url(../images/u24_div.png) no-repeat bottom;
  padding: 90px 0 100px;
  background-size: cover;
}

/* .wn-about {
  width: 1200px;
  margin: 0 auto;
} */

.wn-about .content dl {
  height: 471px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.5);
}

.wn-about .content dl dt {
  float: right;
  width: 57%;
  height: 411px;
  padding: 61px 63px 0 0;
  margin-right: -36px;
  background: url(/static/index/images/yz_1.jpg) no-repeat right top;
  position: relative;
  background-size: 40%;
}

.pic {
  overflow: hidden;
  font-size: 0;
}

.pic img {
  transition: transform 0.5s;
}

.pic img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.wn-about .content dl dt b {
  position: absolute;
  font-size: 30px;
  color: #1e2187;
  font-family: Arial;
  line-height: 30px;
  top: 85px;
  right: -42px;
}

.wn-about .content dl dd {
  float: left;
  width: 505px;
  margin-top: 30px;
}

.wn-about .content dl dd h2 {
  font-size: 42px;
  color: #333;
  line-height: 42px;
  font-weight: normal;
  position: relative;
}

.wn-about .content dl dd h2:after {
  position: absolute;
  width: 35px;
  height: 5px;
  content: "";
  background: #bfbfbf;
  left: 0;
  bottom: 0;
}

.wn-about .content dl dd h2 i {
  display: block;
  font-size: 22px;
  line-height: 22px;
  padding: 22px 0 37px;
}

.wn-about .content dl dd .yz_desc {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin: 32px 0 45px;
}

.wn-about .infx {
  display: flex;
  justify-content: space-between;
}

.wn-about .wal {
  width: 44%;
}

.wn-about .war {
  width: 50.3125%;
}

.wn-about .waca {
  font-size: calc(var(--bili) * 36px);
  color: #333333;
  font-weight: bold;
  margin: 0 0 calc(var(--bili) * 30px) 0;
  padding: calc(var(--bili) * 10px) 0 calc(var(--bili) * 30px) 0;
  position: relative;
}

.wn-about .waca:after {
  content: "";
  position: absolute;
  width: calc(var(--bili) * 36px);
  height: 3px;
  background-color: var(--mcolor);
  left: 0;
  bottom: 0;
}

.wn-about .wacb {
  font-size: calc(var(--bili) * 16px);
  color: #333333;
  line-height: 2.5;
  margin: 0 0 calc(var(--bili) * 50px) 0;
}

.def_more {
  display: block;
  width: 63px;
  padding-left: 5px;
  height: 43px;
  line-height: 43px;
  text-align: left;
  transition: all 0.5s;
  font-family: Tahoma;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: url(../images/more1.png) no-repeat;
  /* box-sizing: content-box; */
}

.def_more:hover {
  /* background-color: var(--mcolor); */
  color: #ffffff;
}

.wn-about .wacd {
  width: 100%;
  height: calc(var(--bili) * 465px);
  overflow: hidden;
}

/* .border-bottom {
  border-bottom: 1px solid rgba(191, 191, 191, 0.5);
  margin: 20px auto;
} */

/*首页-关于我们-e*/

/*首页-业务中心-s*/

.wn-business {
  background: url(../images/wn-business.png) no-repeat bottom;
  width: 100%;
  height: calc(var(--bili) * 910px);
  display: flex;
  flex-wrap: wrap;
  background-size: cover;
}

.wb-item {
  width: 25%;
  height: calc(var(--bili) * 910px);
  position: relative;
  border-right: 1px solid rgb(255 255 255 / 50%);
}

.wb-item:last-child {
  border-right: 0;
}

.wb-item .wbca {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: relative;
  transition: all 0.5s;
}

.wb-item .wbcbs {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 12%;
  text-align: center;
  z-index: 2;
  top: 0;
}

.wb-item .wbcc {
  width: calc(var(--bili) * 92px);
  height: calc(var(--bili) * 92px);
  overflow: hidden;
}

.wb-item .wbcd {
  font-size: calc(var(--bili) * 28px);
  color: #ffffff;
  margin: calc(var(--bili) * 30px) 0 calc(var(--bili) * 30px) 0;
  font-weight: 700;
}

.wb-item .wbce {
  font-size: calc(var(--bili) * 16px);
  color: #ffffff;
  margin: 0 0 calc(var(--bili) * 40px) 0;
  line-height: 2;
}

.wb-item .wbcf {
  font-size: calc(var(--bili) * 16px);
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 40px;
  width: calc(var(--bili) * 154px);
  height: calc(var(--bili) * 46px);
  line-height: calc(var(--bili) * 44px);
  text-align: center;
}

.wb-item:hover .wbca {
  opacity: 1;
}

.wb-item .wbcf:hover {
  color: var(--mcolor);
  background-color: rgba(255, 255, 255, 0.7);
}

/*首页-业务中心-e*/

/*首页-优势-s*/

.wn-advantage {
  padding: 0 0 calc(var(--bili) * 70px);
}

.wys-lst {
  display: flex;
  flex-wrap: wrap;
}

.wys-item {
  width: 31.5%;
  height: calc(var(--bili) * 358px);
  position: relative;
  margin: 0 1.25% 1.25% 0;
}

.wys-item .wica {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wys-item .wicbs {
  position: absolute;
  top: 10%;
  left: 7%;
  width: 70%;
}

.wys-item .wicc {
  font-size: calc(var(--bili) * 30px);
  color: #ffffff;
  margin: 0 0 2% 0;
  font-weight: 700;
}

.wys-item .wicd {
  font-size: calc(var(--bili) * 14px);
  color: #ffffff;
  line-height: 2;
}

.wys-item:first-child {
  width: 64.375%;
}

.wys-item:nth-of-type(2),
.wys-item:nth-of-type(5) {
  width: 34.375%;
  margin: 0 0 1.25% 0;
}

/*首页-优势-e*/

/*首页-工程案例-s*/
.wn-case {
  background-color: #eff4f8;
  padding: 0 0 calc(var(--bili) * 80px);
  position: relative;
}

.wal-lst {
  position: relative;
}

.walsw {
  overflow: hidden;
  position: relative;
}

.wal-item {
  overflow: hidden;
}

.wal-item .wica {
  width: 100%;
  height: calc(var(--bili) * 385px);
  overflow: hidden;
}

.wal-item .wicb {
  font-weight: bold;
  height: calc(var(--bili) * 86px);
  line-height: calc(var(--bili) * 86px);
  font-size: calc(var(--bili) * 18px);
  background-color: #ffffff;
  color: #333333;
  text-align: center;
  padding: 0 5%;
  font-weight: 700;
}

.wal-item:hover .wicb {
  background-color: var(--mcolor);
  color: #ffffff;
}

.wn-case .swiper-button-next {
  right: -80px;
}

.wn-case .swiper-button-prev {
  left: -80px;
  transform: rotate(180deg);
}

.wn-case .swiper-button-next,
.wn-case .swiper-button-prev {
  top: 46%;
  width: calc(var(--bili) * 30px);
  height: calc(var(--bili) * 30px);
  background: url(../images/u118.svg) no-repeat center;
  background-size: 100% 100%;
}

.wn-case .swiper-button-next:hover,
.wn-case .swiper-button-prev:hover {
  background: url(../images/u117.svg) no-repeat center;
  background-size: 100% 100%;
}

.wn-case .swiper-button-disabled {
  opacity: 0.8;
}

.wn-case .swiper-button-next:after,
.wn-case .swiper-button-prev:after {
  display: none;
}

/*首页-工程案例-e*/

/*首页-新闻资讯-s*/
.wn-news {
  padding: 0 0 calc(var(--bili) * 50px);
}

.wn-news .wnxw-lst {
  display: flex;
  justify-content: space-between;
}

.wn-news .wnxw-lst .dcml {
  width: 41.25%;
}

.wn-news .wnxw-lst .dcmc {
  width: 29.375%;
}

.wn-news .wnxw-lst .dcmr {
  width: 24.375%;
}

.dcml-box {
  width: 100%;
  position: relative;
}

.dcml-box .dca {
  width: 100%;
  height: calc(var(--bili) * 320px);
  overflow: hidden;
}

.dcml-box .dcmb {
  height: calc(var(--bili) * 228px);
  background-color: #f1f3f4;
  padding: calc(var(--bili) * 30px);
}

.dcml-box .dcmb .dcc {
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--bili) * 20px);
  color: #333333;
  margin: 0 0 calc(var(--bili) * 20px) 0;
}

.dcml-box .dcmb .dcd {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 14px);
  color: #828282;
  line-height: calc(var(--bili) * 30px);
  height: calc(var(--bili) * 60px);
  margin: 0 0 calc(var(--bili) * 30px) 0;
}

.dcml-box .dcmb .dce {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 14px);
  color: #8e8e8e;
}

.dcml-box:hover .dcc {
  color: var(--mcolor);
}

.dcmc-box {
  background: url(../images/u63_div.png) no-repeat center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10%;
}

.dcmc-box .dca {
  color: var(--mcolor);
  font-size: calc(var(--bili) * 14px);
  margin: 0 0 calc(var(--bili) * 30px) 0;
}

.dcmc-box .dcb {
  font-size: calc(var(--bili) * 20px);
  color: #333333;
  margin: 0 0 calc(var(--bili) * 30px) 0;
  font-weight: bold;
  line-height: 2;
}

.dcmc-box .dcc {
  font-size: calc(var(--bili) * 14px);
  color: #828282;
  margin: 0 0 calc(var(--bili) * 100px) 0;
  line-height: 2;
}

.dcmc-box .dcd {
  display: flex;
  width: calc(var(--bili) * 120px);
  height: calc(var(--bili) * 40px);
  background-color: var(--mcolor);
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}

.dcmc-box .dcd:hover {
  background-color: #117941;
}

.dcmc-box .dcd img {
  width: calc(var(--bili) * 25px);
  height: calc(var(--bili) * 25px);
  transform: rotate(90deg);
}

.dcmc-box:hover .dcb {
  color: var(--mcolor);
}

.dcmr-box {
  height: calc(var(--bili) * 172px);
  position: relative;
  margin: 0 0 calc(var(--bili) * 20px) 0;
  border-bottom: 1px solid #f5f5f5;
}

.dcmr-box .dca {
  color: var(--mcolor);
  font-size: calc(var(--bili) * 14px);
  margin: 0 0 calc(var(--bili) * 10px) 0;
}

.dcmr-box .dcb {
  font-size: calc(var(--bili) * 18px);
  color: #333333;
  margin: 0 0 calc(var(--bili) * 20px) 0;
}

.dcmr-box .dcc {
  font-size: calc(var(--bili) * 14px);
  color: #828282;
  line-height: 2;
}

.dcmr-box:last-child {
  margin: 0 0 0 0;
  border-bottom: 0;
}

.dcmr-box:hover .dcb {
  color: var(--mcolor);
}

/*首页-新闻资讯-e*/

/*友情链接*/
.wn-link {
  padding: 0 0 calc(var(--bili) * 50px);
}

.wn-link .wl-lst {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.wn-link .wl-lst .link-title {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 16px);
  color: #333333;
  margin: 0 calc(var(--bili) * 5px) 0 0;
}

.wn-link .wl-lst .wla {
  font-size: calc(var(--bili) * 14px);
  color: #828282;
  margin: 0 calc(var(--bili) * 5px) 0 0;
}

.wn-link .wl-lst .wla:hover {
  color: var(--mcolor);
}

/*友情链接*/

/*分页*/
.total-num {
  padding: 0 calc(var(--bili) * 24px);
}

#page {
  display: flex;
  flex-wrap: wrap;
  padding: calc(var(--bili) * 20px) 0 calc(var(--bili) * 50px);
  justify-content: center;
}

.pagel #page {
  justify-content: flex-end;
}

#page .page-item {
  height: calc(var(--bili) * 36px);
  line-height: calc(var(--bili) * 34px);
  border: 1px solid #d9d9d9;
  margin: 0 -1px 5px 0;
  font-size: calc(var(--bili) * 14px);
  background: #fff;
  color: #444444;
}

#page a {
  display: block;
  padding: 0 calc(var(--bili) * 20px);
  text-decoration: none;
  height: calc(var(--bili) * 36px);
  line-height: calc(var(--bili) * 34px);
  border: 1px solid #d9d9d9;
  margin: 0 -1px 5px 0;
  font-size: calc(var(--bili) * 14px);
  background: #fff;
  color: #444444;
}

#page p {
  padding: 0 calc(var(--bili) * 12px);
  height: calc(var(--bili) * 36px);
  line-height: calc(var(--bili) * 34px);
  border: 1px solid #d9d9d9;
  margin: 0 -1px 5px 0;
  font-size: calc(var(--bili) * 14px);
  background: #fff;
  color: #444444;
}

#page a:last-child {
  margin-right: 0;
}

#page a:hover {
  color: var(--mcolor);
}

#page a.myde-page {
  background: var(--mcolor);
  color: #fff;
  border: 1px solid var(--mcolor);
}

#page a.cur {
  background: var(--mcolor);
  color: #fff;
  border: 1px solid var(--mcolor);
}

#page p.pageRemark {
  border-style: none;
  background: none;
  margin-right: 0;
  color: #555;
}

#page p.pageRemark b {
  margin: 0 6px;
  color: var(--mcolor);
  /*border: 1px solid var(--mcolor);*/
}

#page p.pageEllipsis {
  background: none;
  line-height: 30px;
  color: #555;
}

/*分页*/

/*位置*/

/*位置*/

/*分类菜单*/

.wn-menu {
  /*margin: 0 0 calc( var(--bili) * 20px );*/
  background-color: #ffffff;
  position: relative;
  /* border-bottom: 1px solid #f3f3f3; */
}

.wn-menu.fixed {
  position: fixed;
  top: 0;
  background: #ffffff;
  width: 100%;
  padding: calc(var(--bili) * 20px) 0 0;
  z-index: 999;
  margin: 0;
}

.wn-menu .infx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wn-menu-lst {
  display: flex;
  justify-content: flex-start;
}

.wn-menu-box {
  font-style: normal;
  font-size: calc(var(--bili) * 16px);
  color: #333333;
  width: auto;
  /* text-align: center; */
  position: relative;
}

.wn-menu-box .mCa {
  width: 100%;
  /* height: calc(var(--bili) * 80px);
  line-height: calc(var(--bili) * 80px);
  display: inline-block;
  padding: 0 calc(var(--bili) * 45px); */
}

.wn-menu-lst li {
  position: relative;
}

.wn-menu-lst li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: var(--mcolor);
}

.wn-menu-lst li.on {
  font-weight: bold;
  color: var(--mcolor);
  /* background-color: var(--mcolor); */
}

.wn-menu-lst li.on::after {
  width: 100%;
}

.wn-location {
  background: url(../images/wn-location.svg) no-repeat left;
  background-size: calc(var(--bili) * 24px) calc(var(--bili) * 24px);
  padding-left: calc(var(--bili) * 26px);
  /* line-height: calc(var(--bili) * 80px); */
}

.wn-location .wlai {
  font-size: calc(var(--bili) * 16px);
  color: #999999;
  margin: 0 0 0 10px;
  position: relative;
}

.wn-location .wlai:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: #999999;
  border-radius: 50%;
  right: -8px;
  top: 49%;
}

.wn-location .wlai:last-child {
  color: var(--mcolor);
}

.wn-location .wlai:last-child:after {
  display: none;
}

/*分类菜单*/

.cadBg {
  background: linear-gradient(180deg,
      rgba(239, 244, 248, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
}

.cadBg .wn-menu {
  border-bottom: 0;
  background-color: transparent;
}

.wn-content {
  /* padding: calc(var(--bili) * 70px) 0 calc(var(--bili) * 70px); */
}

.cadBg .wn-content {
  padding: 0 0 calc(var(--bili) * 30px);
}

.bsys {
  background-color: #ffffff;
}

.hsys {
  background-color: #f4f4f4;
}

/*新闻*/
.news-content {}

.news-top {
  display: flex;
  justify-content: space-between;
}

.news-switch {
  width: 51.875%;
}

.news-switch .lsxw-ulall .news-switch-box {
  height: calc(var(--bili) * 543px);
}

.news-switch .lsxw-ulall .news-switch-box .dca {
  height: 100%;
}

.news-hot {
  width: 45%;
}

.news-hot-box {
  margin: calc(var(--bili) * 30px) 0;
}

.news-hot-box .Acls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-hot-box .dcmal {
  text-align: center;
}

.news-hot-box .dcmal .dca {
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--bili) * 52px);
  color: #221f22;
  line-height: 1.2;
}

.news-hot-box .dcmal .dcb {
  font-weight: 400;
  font-size: calc(var(--bili) * 18px);
  color: #221f22;
  position: relative;
  padding: calc(var(--bili) * 10px) 0 0 0;
}

.news-hot-box .dcmal .dcb:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: #e3e3e2;
  left: 25%;
  top: 0;
}

.news-hot-box .dcmar {
  width: 85%;
}

.news-hot-box .dcmar .dcc {
  font-weight: 700;
  font-size: calc(var(--bili) * 20px);
  color: #333333;
  margin: 0 0 calc(var(--bili) * 15px);
  transition: all 0.5s;
  height: calc(var(--bili) * 28px);
  line-height: calc(var(--bili) * 28px);
}

.news-hot-box .dcmar .dcd {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 14px);
  color: #848484;
  line-height: calc(var(--bili) * 22px);
}

.news-hot-box:hover .dcmar .dcc {
  color: var(--mcolor);
  padding: 0 0 0 10px;
}

.lsxw-ulall {
  position: relative;
  overflow: hidden;
  height: calc(var(--bili) * 543px);
  /*height: calc( var(--bili) * 550px );*/
}

.lsxw-ulall .slick-arrow {
  position: absolute;
  font-size: 0;
  background: url(../images/ixw_arrow.png) no-repeat;
  width: calc(var(--bili) * 50px);
  height: calc(var(--bili) * 50px);
  top: 45%;
  background-size: 100%;
  cursor: pointer;
  z-index: 2;
}

.lsxw-ulall .slick-prev:hover {
  /*transform: rotate(180deg);*/
  /*background: url(../images/u36.png) no-repeat;*/
}

.lsxw-ulall .slick-prev {
  left: calc(var(--bili) * 35px);
}

.lsxw-ulall .slick-next {
  right: calc(var(--bili) * 35px);
  transform: rotate(180deg);
}

.news-list {
  /*padding: calc( var(--bili) * 20px ) 0 0 0;*/
  position: relative;
}

.news-item {
  margin: 0 0 calc(var(--bili) * 40px);
  background-color: #f5f5f5;
  padding: calc(var(--bili) * 30px) 0;
}

.news-item .Acls {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.news-item .decl {
  width: 12.5%;
  overflow: hidden;
  text-align: center;
}

.news-item .decc {
  width: 16%;
  height: calc(var(--bili) * 160px);
  border-left: 1px solid #e7e7e7;
  margin: 0 3% 0 0;
  padding: 0 0 0 3%;
  overflow: hidden;
}

.news-item .decr {
  width: 65%;
}

.news-item .dca {
  font-size: calc(var(--bili) * 70px);
  color: #c3c3c3;
  font-weight: bold;
  line-height: 1.2;
}

.news-item .dcb {
  font-size: calc(var(--bili) * 18px);
  color: #333333;
}

.news-item .dcc {
  font-size: calc(var(--bili) * 22px);
  color: #333333;
  margin: 0 0 calc(var(--bili) * 10px);
}

.news-item .dcd {
  font-size: calc(var(--bili) * 14px);
  color: #6f6f6f;
  line-height: 2;
}

.news-item:hover {
  background-color: var(--mcolor);
}

.news-item:hover .decc {
  border-left: 1px solid #08b256;
}

.news-item:hover .dca,
.news-item:hover .dcb,
.news-item:hover .dcc,
.news-item:hover .dcd {
  color: #ffffff !important;
}

.news-item:last-child {
  margin: 0;
}

.notice-top .Acls {
  display: flex;
  justify-content: space-between;
  margin: 0 0 calc(var(--bili) * 60px);
}

.notice-top .dca {
  width: 43.75%;
  height: calc(var(--bili) * 360px);
  overflow: hidden;
}

.notice-top .dcma {
  width: 53.5%;
}

.notice-top .dcb {
  font-weight: 700;
  font-size: calc(var(--bili) * 26px);
  color: #333333;
  margin: calc(var(--bili) * 35px) 0 calc(var(--bili) * 20px);
  transition: all 0.5s;
}

.notice-top .dcc {
  font-weight: 400;
  font-size: calc(var(--bili) * 16px);
  color: #848484;
  line-height: calc(var(--bili) * 28px);
  margin: 0 0 calc(var(--bili) * 30px);
}

.notice-top .dcd {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 16px);
  color: #a4a4a4;
  margin: 0 0 calc(var(--bili) * 70px);
}

.notice-top .dce {
  font-weight: 400;
  width: calc(var(--bili) * 140px);
  height: calc(var(--bili) * 45px);
  line-height: calc(var(--bili) * 45px);
  text-align: center;
  font-size: calc(var(--bili) * 16px);
  color: #ffffff;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  background: var(--mcolor);
  /*border-radius: 5px;*/
}

.notice-top:hover .dcb {
  padding: 0 0 0 10px;
  color: var(--mcolor);
}

.notice-list {}

.notice-box {
  border-bottom: 1px solid #e3e3e3;
  padding: 0 0 0 calc(var(--bili) * 20px);
  margin: 0 0 calc(var(--bili) * 25px) 0;
}

.notice-box .Acls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.notice-box .dca {
  font-weight: 600;
  font-style: normal;
  font-size: calc(var(--bili) * 18px);
  line-height: calc(var(--bili) * 80px);
  color: #333333;
  transition: all 0.5s;
  width: 60%;
}

.notice-box .dcb {
  font-weight: 400;
  font-size: calc(var(--bili) * 20px);
  color: #6f6f6f;
  width: 12%;
}

.notice-box .dcc {
  background: url(../images/u489.svg) no-repeat;
  width: calc(var(--bili) * 36px);
  height: calc(var(--bili) * 36px);
  background-size: 100% 100%;
  margin: 0 0 0 25%;
}

.notice-box:hover .dca {
  color: var(--mcolor);
  padding: 0 0 0 calc(var(--bili) * 10px);
}

.notice-box:hover .dcc {
  background: url(../images/u490.svg) no-repeat;
  background-size: 100% 100%;
}

/*新闻*/

/*关于我们*/

/*简介-s*/
.ab-intro {
  padding: calc(var(--bili) * 80px) 0 calc(var(--bili) * 90px);
}

.ab-intro .abi-tips {
  font-size: calc(var(--bili) * 20px);
  color: #1f1f1f;
  margin: 0 0 calc(var(--bili) * 60px);
  padding: calc(var(--bili) * 36px) calc(var(--bili) * 105px);
  display: inline-block;
  box-shadow: 0 0 16px rgb(204 204 204 / 41%);
  position: relative;
}

.ab-intro .abi-tips:after {
  content: "";
  position: absolute;
  background: url(../images/yh1.png) no-repeat;
  width: calc(var(--bili) * 31px);
  height: calc(var(--bili) * 25px);
  background-size: 100% 100%;
  left: calc(var(--bili) * 45px);
  top: calc(var(--bili) * 20px);
}

.ab-intro .abi-tips:before {
  content: "";
  position: absolute;
  background: url(../images/yh2.png) no-repeat;
  width: calc(var(--bili) * 30px);
  height: calc(var(--bili) * 25px);
  background-size: 100% 100%;
  right: calc(var(--bili) * 30px);
  bottom: calc(var(--bili) * 20px);
}

.ab-intro .abi-con {
  display: flex;
  justify-content: space-between;
}

.ab-intro .abi-con .abil {
  width: calc(var(--bili) * 760px);
}

.ab-intro .abi-con .abir {
  width: calc(var(--bili) * 754px);
  height: calc(var(--bili) * 465px);
  overflow: hidden;
  margin: calc(var(--bili) * 30px) 0 0 0;
}

.ab-intro .abi-con .abia {
  font-size: calc(var(--bili) * 32px);
  color: #333333;
  font-weight: 700;
  margin: 0 0 calc(var(--bili) * 20px) 0;
  padding: 0 0 calc(var(--bili) * 20px) 0;
  position: relative;
}

.ab-intro .abi-con .abia:after {
  content: "";
  position: absolute;
  width: calc(var(--bili) * 50px);
  height: 2px;
  background-color: var(--mcolor);
  left: 0;
  bottom: 0;
}

.ab-intro .abi-con .abib {
  font-size: calc(var(--bili) * 16px);
  color: #666666;
  line-height: 2;
}

/*简介-e*/

/*文化-s*/
.ab-culture {
  background-image: linear-gradient(180deg,
      #405e76 0,
      #405e76 45%,
      #eff4f8 45%,
      #eff4f8 100%);
  padding: calc(var(--bili) * 70px) 0 calc(var(--bili) * 190px);
}

.ab-culture .abc-tie {
  font-size: calc(var(--bili) * 36px);
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  margin: 0 0 calc(var(--bili) * 60px) 0;
}

.abc-lst {
  position: relative;
}

.abc-swp {
  padding: 0 calc(var(--bili) * 30px);
  overflow: hidden;
}

.abc-lst .abc-sil {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  max-width: calc(var(--bili) * 460px);
  transition: all 0.3s;
}

.abc-lst .abc-sil .dea {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.abc-lst .abc-sil .debs {
  height: calc(var(--bili) * 185px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--bili) * 30px);
}

.abc-lst .abc-sil .debs .dec {
  font-size: calc(var(--bili) * 26px);
  color: #333333;
  margin: 0 0 calc(var(--bili) * 15px) 0;
  font-weight: 700;
}

.abc-lst .abc-sil .debs .ded {
  font-size: calc(var(--bili) * 16px);
  color: #666666;
  line-height: 1.8;
}

.abc-lst .abc-sil:hover {
  background-color: var(--mcolor);
}

.abc-lst .abc-sil:hover div {
  color: #ffffff !important;
}

.abc-lst .swiper-button-next,
.abc-lst .swiper-button-prev {
  top: 115%;
  background-size: 100% 100%;
  width: calc(var(--bili) * 48px);
  height: calc(var(--bili) * 48px);

  background-color: var(--mcolor);
}

.abc-lst .swiper-button-prev {
  left: 46%;
}

.abc-lst .swiper-button-next {
  right: 46%;
}

.abc-lst .swiper-button-next:hover,
.abc-lst .swiper-button-prev:hover {
  opacity: 0.8;
}

.abc-lst .swiper-button-disabled {
  background-color: #ffffff;
  opacity: 0.8;
}

.abc-lst .swiper-button-next:after,
.abc-lst .swiper-button-prev:after {
  /*display: none;*/
  color: #fff;
  font-size: 16px;
}

.abc-lst .swiper-button-disabled:after {
  color: #000;
}

/*文化-e*/

/*荣誉-s*/
.ab-honor {
  background: url(../images/u288_div.png) no-repeat bottom;
  padding: calc(var(--bili) * 90px) 0 calc(var(--bili) * 110px);
  background-size: cover;
}

.ab-honor .abh-tie {
  font-size: calc(var(--bili) * 36px);
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin: 0 0 calc(var(--bili) * 60px) 0;
}

.ab-honor .abh-swp {
  overflow: hidden;
}

.abh-lst {
  position: relative;
}

.abh-sil {
  position: relative;
}

.abh-sil .dea {
  width: calc(var(--bili) * 364px);
  height: calc(var(--bili) * 364px);
  max-height: calc(var(--bili) * 364px);
  border: 1px solid #dbdbdb;
  overflow: hidden;
  margin: 0 0 calc(var(--bili) * 30px) 0;
  cursor: pointer;
}

.abh-sil .deb {
  font-size: calc(var(--bili) * 18px);
  color: #333333;
  text-align: center;
}

.ab-honor .abh-more {
  font-size: calc(var(--bili) * 16px);
  color: var(--mcolor);
  border: 1px solid var(--mcolor);
  width: calc(var(--bili) * 140px);
  height: calc(var(--bili) * 42px);
  line-height: calc(var(--bili) * 40px);
  text-align: center;
  border-radius: 5px;
  margin: calc(var(--bili) * 70px) auto 0;
  cursor: pointer;
}

.ab-honor .abh-more:hover {
  background-color: var(--mcolor);
  color: #ffffff;
}

.abh-sil:hover .deb {
  color: var(--mcolor);
}

.ab-honor .swiper-button-next {
  right: calc(var(--bili) * -80px);
}

.ab-honor .swiper-button-prev {
  left: calc(var(--bili) * -80px);
  transform: rotate(180deg);
}

.ab-honor .swiper-button-next,
.ab-honor .swiper-button-prev {
  top: 46%;
  width: calc(var(--bili) * 30px);
  height: calc(var(--bili) * 30px);
  background: url(../images/u118.svg) no-repeat center;
  background-size: 100% 100%;
}

.ab-honor .swiper-button-next:hover,
.ab-honor .swiper-button-prev:hover {
  background: url(../images/u117.svg) no-repeat center;
  background-size: 100% 100%;
}

.ab-honor .swiper-button-disabled {
  opacity: 0.8;
}

.ab-honor .swiper-button-next:after,
.ab-honor .swiper-button-prev:after {
  display: none;
}

/*荣誉-e*/

/*关于我们*/

/*荣誉资质-s*/
.honor-tab {
  display: flex;
  justify-content: center;
  padding: calc(var(--bili) * 10px) 0 calc(var(--bili) * 60px);
}

.honor-tab .honor-tab-box {
  width: calc(var(--bili) * 128px);
  height: calc(var(--bili) * 52px);
  line-height: calc(var(--bili) * 52px);
  text-align: center;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  margin: 0 calc(var(--bili) * 15px);
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 18px);
  color: #717075;
  cursor: pointer;
}

.honor-tab .honor-tab-box.on {
  border: 1px solid var(--mcolor);
  background-color: var(--mcolor);
  color: #ffffff;
}

.enterprise-honor {
  display: flex;
  justify-content: space-between;
  margin: 0 0 calc(var(--bili) * 20px) 0;
}

.enterprise-honor .dcml {
  width: 25.625%;
  height: calc(var(--bili) * 515px);
}

.enterprise-honor .dcmr {
  width: 70%;
  height: calc(var(--bili) * 600px);
  overflow-x: auto;
}

.enterprise-honor .dcmr .ehitem {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 22px);
  color: #666666;
  text-align: right;
  line-height: calc(var(--bili) * 30px);
  padding: calc(var(--bili) * 15px) 3% calc(var(--bili) * 15px) 0;
}

.enterprise-honor .dcmr .ehitem:hover {
  color: var(--mcolor);
}

.enterprise-honor .dcmr::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.enterprise-honor .dcmr::-webkit-scrollbar-track {
  background-color: #eaeaea;
}

.enterprise-honor .dcmr::-webkit-scrollbar-thumb {
  background-color: var(--mcolor);
}

.honor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.honor-box {
  width: 22.75%;
  margin: 0 3% 3% 0;
  transition: all 0.5s;
  cursor: pointer;
}

.honor-box:nth-child(4n) {
  margin: 0 0 3% 0;
}

.honor-box .dca {
  width: 100%;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(var(--bili) * 364px);
}

.honor-box .dcb {
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 18px);
  color: #333333;
  text-align: center;
  padding: calc(var(--bili) * 25px) 0 0;
}

.honor-box:hover {
  transform: translateY(-10px);
}

.honor-box:hover .dcb {
  color: var(--mcolor);
}

.honor-eh {
  display: none;
}

.honor-eh.on {
  display: flex;
}

/*荣誉资质-e*/

.tab-lst {
  display: flex;
  margin: 0 0 50px 0;
  align-items: center;
  justify-content: center;
}

.tab-lst .hb-item {
  color: #333333;
  border: 1px solid #bdbdbd;
  margin: 0 calc(var(--bili) * 15px) calc(var(--bili) * 10px);
}

.tab-lst .hb-item a {
  width: calc(var(--bili) * 140px);
  height: calc(var(--bili) * 60px);
  line-height: calc(var(--bili) * 60px);
  display: inline-block;
  text-align-last: center;
}

.tab-lst .hb-item.on {
  background-color: var(--mcolor);
  color: #ffffff;
  border: 1px solid var(--mcolor);
}

/*产品列表-s*/
.about-lor .about-box {
  width: 100%;
  position: relative;
}

.about-lor .about-box .dcm-img {
  width: 50%;
  /* height: calc(var(--bili) * 505px); */
}

.about-lor .about-box .dcm-cal {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  padding: 4% 10% 4% 5%;
  display: flex;
  height: 100%;
  align-items: center;
}

.about-lor .about-box .dcm-cal .dca {
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--bili) * 36px);
  color: var(--mcolor);
  margin: 0 0 calc(var(--bili) * 30px) 0;
  padding: 0 0 calc(var(--bili) * 30px) 0;
  position: relative;
}

.about-lor .about-box .dcm-cal .dca:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #89898a;
  bottom: 0;
  left: 0;
}

.about-lor .about-box .dcm-cal .dcb {
  font-style: normal;
  font-size: calc(var(--bili) * 16px);
  color: #575757;
  line-height: calc(var(--bili) * 30px);
  height: calc(var(--bili) * 90px);
  margin: 0 0 calc(var(--bili) * 30px) 0;
}

.about-lor .about-box .dcm-cal .dcc {
  width: calc(var(--bili) * 180px);
  height: calc(var(--bili) * 60px);
  line-height: calc(var(--bili) * 58px);
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 18px);
  color: #717075;
  text-align: center;
}

.about-lor .about-box .dcm-cal .dcc:hover {
  background-color: var(--mcolor);
  border: 1px solid var(--mcolor);
  color: #ffffff;
}

.about-lor .about-box:nth-child(2n) .dcm-img {
  margin: 0 0 0 50%;
}

.about-lor .about-box:nth-child(2n) .dcm-cal {
  left: 0;
  padding: 4% 5% 4% 10%;
}

/*产品列表-e*/

/*案例列表*/
.case-list {
  /* display: flex;
  justify-content: flex-start; */
}

.case-item {
  width: calc(var(--bili) * 507px);
  position: relative;
  margin: 0 calc(var(--bili) * 39px) calc(var(--bili) * 55px) 0;
  cursor: pointer;
}

.case-item .dca {
  width: 100%;
  height: calc(var(--bili) * 400px);
  overflow: hidden;
  cursor: pointer;
}

.case-item .dcma {
  height: calc(var(--bili) * 80px);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #eeeeee;
  position: absolute;
  bottom: 0;
  transition: all 0.5s;
}

.case-item .dcb {
  font-size: calc(var(--bili) * 18px);
  color: #333333;
  text-align: center;
  padding: 0 5%;
}

.case-item .dcc {
  background: url(../images/case_arrow.png) no-repeat;
  width: calc(var(--bili) * 40px);
  background-size: 100% 100%;
  transform: scale(0);
  transition: all 0.3s;
}

.case-item:nth-child(3n) {
  margin: 0 0 calc(var(--bili) * 55px) 0;
}

.case-item:hover .dcma {
  background-color: rgb(0 146 65 / 80%);
  height: calc(var(--bili) * 180px);
  justify-content: space-evenly;
}

.case-item:hover .dcb {
  color: #ffffff;
  font-weight: 700;
}

.case-item:hover .dcc {
  transform: scale(1);
  height: calc(var(--bili) * 40px);
  display: block;
  font-weight: 600;
}

/*案例列表*/

/*留言*/

.message-lst {
  width: 76%;
  margin: 0 auto;
}

.message-lst .message-blc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 calc(var(--bili) * 20px) 0;
}

.message-lst .w30 {
  width: 31.5%;
}

.message-lst .message-blc .mbs {
  position: relative;
}

.message-lst .message-blc .mbs .srk {
  width: 100%;
  height: calc(var(--bili) * 54px);
  padding: 0 calc(var(--bili) * 30px);
}

.message-lst .message-blc .mbs .srks {
  width: 100%;
  height: calc(var(--bili) * 186px);
  padding: calc(var(--bili) * 20px) calc(var(--bili) * 30px);
}

.message-lst .message-blc:last-child {
  justify-content: center;
  margin: calc(var(--bili) * 50px) 0;
}

.message-lst .message-blc .ann {
  width: calc(var(--bili) * 166px);
  height: calc(var(--bili) * 54px);
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--bili) * 18px);
  color: #ffffff;
  background-color: var(--mcolor);
  border-radius: 5px;
  cursor: pointer;
}

.message-lst .message-blc .ann:hover {
  background-color: #19c169;
}

/*留言*/

/*联系我们*/

.lx-tie {}

.lx-tie .lx-cn {
  font-size: calc(var(--bili) * 30px);
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin: 0 0 calc(var(--bili) * 10px) 0;
}

.lx-tie .lx-in {
  font-size: calc(var(--bili) * 16px);
  color: #666666;
  text-align: center;
  margin: 0 0 calc(var(--bili) * 40px) 0;
}

.lx-con {
  display: flex;
  justify-content: center;
}

.lx-con .lxcl {
  width: calc(var(--bili) * 617px);
  background-color: #f6f6f6;
  padding: calc(var(--bili) * 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lx-con .lxcl .dea {
  font-size: calc(var(--bili) * 28px);
  color: var(--mcolor);
  font-weight: bold;
  padding: 0 0 calc(var(--bili) * 30px) 0;
  margin: 0 0 calc(var(--bili) * 30px) 0;
  border-bottom: 1px solid #e5e5e5;
}

.lx-con .lxcl .deb {
  font-size: calc(var(--bili) * 18px);
  color: #333333;
  line-height: 2;
}

.lx-con .lxcr {
  width: calc(var(--bili) * 652px);
  background-color: #f6f6f6;
}

.wn-container {
  width: 100%;
  height: calc(var(--bili) * 363px);
}

/*联系我们*/

/*新闻详情*/
.cadBg .detail-main {
  background-color: #ffffff;
}

.detail-content {
  padding: calc(var(--bili) * 20px) calc(var(--bili) * 100px) 0;
}

.cadBg .detail-content {
  padding: calc(var(--bili) * 40px) calc(var(--bili) * 100px) calc(var(--bili) * 40px);
}

.detail-content .title {
  font-weight: 700;
  font-size: calc(var(--bili) * 28px);
  color: #262626;
  line-height: calc(var(--bili) * 40px);
  text-align: center;
  margin: 0 0 calc(var(--bili) * 35px);
}

.detail-content .title.Pd-title {
  /* font-size: calc(var(--bili) * 40px);
  color: var(--mcolor);
  font-weight: 700; */
}

.detail-content .info {
  font-weight: 400;
  font-size: calc(var(--bili) * 14px);
  color: #909090;
  display: flex;
  justify-content: space-between;
  margin: 0 0 calc(var(--bili) * 30px);
  align-items: center;
  border-bottom: 1px solid #cccccc;
  padding-bottom: calc(var(--bili) * 20px);
}

.detail-content .info.cpinfo {
  justify-content: center;
}

.detail-content .info .dcaml {}

.detail-content .info .dcamr {}

.detail-content .info .time {
  margin: 0 20px 0 0;
}

.detail-content .content {
  font-size: 16px;
  color: #555555;
  line-height: 2;
}

.detail-content .content * {
  max-width: 100%;
  line-height: 2;
}

.xwsx-content {
  padding: calc(var(--bili) * 60px) 0;
  border-top: 1px solid #e9e9e9;
}

.Around {
  border-top: 1px solid #cccccc;
  padding-top: calc(var(--bili) * 20px);
  margin: calc(var(--bili) * 60px) 0 0 0;
  display: flex;
  justify-content: space-between;
}

.Around .Aroundul {
  font-weight: 400;
  color: #333333;
  line-height: 2;
  font-size: calc(var(--bili) * 16px);
  width: 48%;
}

.Around .Aroundul:first-child {
  text-align: left;
}

.Around .Aroundul:last-child {
  text-align: right;
}

.Around .Aroundul a {
  color: #666666;
  line-height: 2;
}

.Around .Aroundul:hover a {
  color: var(--mcolor);
}

.sx-Around.Around {
  display: flex;
  justify-content: space-between;
}

.sx-Around.Around .Aroundul {
  width: 48%;
  margin: 0 0 calc(var(--bili) * 20px) 0;
}

.sx-Around.Around .Aroundul:last-child {
  text-align: right;
}

/*新闻详情*/

/*招聘*/

.recruit-cot {}

.recruit-cot .rc-title {
  font-size: calc(var(--bili) * 32px);
  color: var(--mcolor);
  transition-property: all;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 calc(var(--bili) * 30px) 0;
}

.recruit-cot .rc-lst {
  display: flex;
  justify-content: space-between;
}

.recruit-cot .ll-dcmal {
  width: 50%;
  background-color: #e8effb;
  padding: calc(var(--bili) * 80px) calc(var(--bili) * 50px);
}

.recruit-cot .ll-dcmal .dca {
  line-height: normal;
  font-size: calc(var(--bili) * 28px);
  font-weight: 400;
  margin-top: calc(var(--bili) * 10px);
  color: #303030;
  margin-bottom: calc(var(--bili) * 10px);
}

.recruit-cot .ll-dcmal .dcb {
  line-height: normal;
  color: #939292;
  font-size: calc(var(--bili) * 18px);
  font-weight: 400;
  margin-bottom: calc(var(--bili) * 30px);
}

.recruit-cot .ll-dcmal .dcc {
  font-size: calc(var(--bili) * 18px);
  color: #303030;
  line-height: 2;
}

.recruit-cot .ll-dcmar {
  width: 50%;
  overflow: hidden;
}

.recruit-cot .ypxz-box {
  width: 32%;
  background-color: #f5f5f5;
  height: calc(var(--bili) * 250px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.recruit-cot .ypxz-box .dca {
  overflow: hidden;
  width: calc(var(--bili) * 30px);
  margin: 0 auto;
}

.recruit-cot .ypxz-box .dcb {
  line-height: 1.5;
  font-size: calc(var(--bili) * 18px);
  font-weight: 700;
  color: #333;
  text-align: center;
  padding-top: calc(var(--bili) * 30px);
  padding-bottom: calc(var(--bili) * 20px);
}

.recruit-cot .ypxz-box .dcc {
  font-size: calc(var(--bili) * 16px);
  color: #000000;
  line-height: 2;
  text-align: center;
}

.recruit-cot .ypxz-box.on {
  background-color: var(--mcolor);
}

.recruit-cot .ypxz-box.on .dcb {
  color: #ffffff;
}

.recruit-cot .ypxz-box.on .dcc {
  color: #ffffff;
}

.recruit-box {
  overflow: hidden;
}

.recruit-box .recruit-title {
  font-weight: 700;
  font-size: calc(var(--bili) * 18px);
  color: #1f1f1f;
  display: flex;
  background-color: #f2f2f2;
}

.recruit-box .recruit-title .recruit-mk {
  width: 16.6%;
  text-align: center;
  line-height: calc(var(--bili) * 60px);
}

.recruit-item {
  margin: calc(var(--bili) * 15px) 0 0;
  overflow: hidden;
}

.recruit-item .recruit-name {
  /*font-weight: 700;*/
  font-size: calc(var(--bili) * 16px);
  display: flex;
  cursor: pointer;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #dddddd;
}

.recruit-item .recruit-name .recruit-mk {
  width: 16.6%;
  text-align: center;
  line-height: calc(var(--bili) * 60px);
}

.recruit-item .recruit-whnr {
  border: 1px solid #dddddd;
  padding: 0 calc(var(--bili) * 40px);
  display: flex;
  justify-content: space-between;
  height: 0;
  transition: all 0.3s;
  opacity: 0;
}

.recruit-item .recruit-whnr .zwbox {
  width: 45%;
}

.recruit-item .recruit-whnr .zwbox .dca {
  font-weight: 700;
  font-size: calc(var(--bili) * 18px);
  color: #404040;
}

.recruit-item .recruit-whnr .zwbox .dcb {
  font-weight: 400;
  font-size: calc(var(--bili) * 16px);
  color: #666666;
  line-height: 36px;
}

.recruit-item.on .recruit-whnr {
  padding: calc(var(--bili) * 40px);
  height: 100%;
  opacity: 1;
  background-color: #f8f8f8;
}

.recruit-item.on .recruit-name {
  color: #ffffff;
  background-color: var(--mcolor);
  border: 1px solid var(--mcolor);
}

.recruit-item:hover .recruit-name {
  color: #ffffff;
  background-color: var(--mcolor);
  border: 1px solid var(--mcolor);
}

/*招聘*/

/*产品*/
.product-all {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.product-all .dcml {
  width: 18.25%;
  background-color: #fff;
  /*border: 1px solid #e6e6e6;*/
}

.product-all .dcmr {
  width: 80%;
}

.Ca-list {
  padding: calc(var(--bili) * 75px) 0 calc(var(--bili) * 5px) 0;
}

.Ca-list .Cali {
  position: relative;
  margin: 0 0 5px 0;
}

/*.Ca-list .Cali:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: url(../images/icons/next_blank.png) no-repeat;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    background-size: 100%;*/
/*    right: 20px;*/
/*    top: 18px;*/
/*    opacity: 0.5;*/
/*    transition: all 0.3s;*/
/*}*/
.Ca-list .Cali .Cadca {
  font-size: calc(var(--bili) * 20px);
  color: #191919;
  cursor: pointer;
  border: 1px solid #e2e2e2;
}

.Ca-list .Cali .Cadca .CAa {
  display: block;
  padding: 0 calc(var(--bili) * 40px) 0 calc(var(--bili) * 30px);
  height: calc(var(--bili) * 80px);
  line-height: calc(var(--bili) * 80px);
  text-align: center;
}

.Ca-list .Cali .Cb-list {
  height: 0;
  overflow: hidden;
  /*transition: all 0.3s;*/
  opacity: 0;
}

.Ca-list .Cali .Cb-list .Cbli {
  border: 1px solid #e2e2e2;
  margin: -1px 0 0 0;
}

.Ca-list .Cali .Cb-list .Cbli .Cba {
  padding: 0 calc(var(--bili) * 45px);
  height: calc(var(--bili) * 60px);
  line-height: calc(var(--bili) * 60px);
  color: #6e6e6e;
  font-size: calc(var(--bili) * 18px);
}

.Ca-list .Cali.on .Cb-list {
  height: 100%;
  opacity: 1;
}

.Ca-list .Cali.on:before {
  transform: rotate(90deg);
}

.Ca-list .Cali .Cb-list .Cbli .Cba:hover {
  color: var(--mcolor);
}

.Ca-list .Cali.cur .Cadca {
  color: #ffffff;
  background-color: var(--mcolor);
}

.Ca-list .Cali.cur .Cb-list {
  height: 100%;
  opacity: 1;
}

.Ca-list .Cali .Cb-list .Cbli.cur .Cba {
  color: var(--mcolor);
}

.product-list {
  display: flex;
  flex-wrap: wrap;
}

.product-item {
  width: 31.25%;
  border: solid 1px #e6e6e6;
  text-align: center;
  background-color: #fff;
  transition: all 0.3s ease-out;
  margin: 0 3% 3% 0;
  position: relative;
}

.product-item:nth-child(3n) {
  margin-right: 0;
}

.product-item .dca {
  display: block;
  width: 100%;
  height: calc(var(--bili) * 360px);
  overflow: hidden;
}

.product-item .dcb {
  font-weight: 600;
  font-size: calc(var(--bili) * 18px);
  color: #333333;
  margin: 5%;
}

.product-item .dcc {
  border-top: 1px solid #e6e6e6;
  font-size: calc(var(--bili) * 16px);
  color: #444444;
  max-height: calc(var(--bili) * 50px);
  line-height: calc(var(--bili) * 25px);
  margin: 5%;
  padding: 4.5% 0 0 0;
}

.product-item:hover {
  box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
}

.product-item:before {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: var(--mcolor);
  transition: all 0.5s;
}

.product-item:hover:before {
  width: 100%;
}

.product-item:hover .dcb {
  color: var(--mcolor);
}

.product-item:hover .dcc {
  color: var(--mcolor);
}

.product-search {
  margin: 0 0 calc(var(--bili) * 35px) 0;
  display: flex;
  justify-content: flex-end;
}

.product-search .srk {
  width: calc(var(--bili) * 310px);
  height: calc(var(--bili) * 46px);
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 0 calc(var(--bili) * 20px);
  font-size: 14px;
}

.product-search .ann {
  width: calc(var(--bili) * 63px);
  height: calc(var(--bili) * 46px);
  border: 1px solid var(--mcolor);
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background: url(../images/product-search.svg) no-repeat center;
  background-color: var(--mcolor);
  background-size: 22px 22px;
  cursor: pointer;
}

.product-detail {
  padding: calc(var(--bili) * 20px) 0 calc(var(--bili) * 80px);
}

.product-lr {
  display: flex;
  justify-content: space-between;
}

.product-lr .cpl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(var(--bili) * 780px);
}

.xt-all {
  position: relative;
}

.xt-all .icon-fl {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  display: none;
}

.xt-all .icon-fr {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  display: none;
}

.product-lr .cpl .xt-list {
  border: 1px solid #c0c0c0;
  width: calc(var(--bili) * 198px);
  height: calc(var(--bili) * 602px);
  padding: calc(var(--bili) * 65px) calc(var(--bili) * 50px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-lr .cpl .xt-list .xt-all {
  overflow: hidden;
}

.product-lr .cpl .xt-list .xtbox {
  width: calc(var(--bili) * 85px);
  height: calc(var(--bili) * 85px);
  margin: 0 0 calc(var(--bili) * 10px) 0;
}

.product-lr .cpl .dt-list {}

.product-lr .cpl .dt-list .dtbox {
  width: calc(var(--bili) * 564px);
  height: calc(var(--bili) * 564px);
  overflow: hidden;
}

.product-lr .cpr {
  width: calc(var(--bili) * 750px);
}

.product-lr .cpr .cpmc {
  font-weight: 700;
  font-size: calc(var(--bili) * 36px);
  color: #333333;
  padding: calc(var(--bili) * 20px) 0 calc(var(--bili) * 40px);
}

.product-lr .cpr .cpis {
  font-size: calc(var(--bili) * 16px);
  color: #606060;
  line-height: 34px;
}

.product-intro {
  background-color: #f6f6f6;
  padding: calc(var(--bili) * 20px) 0;
}

.product-intro-title {
  font-size: calc(var(--bili) * 24px);
  color: #333333;
}

.product-info {
  font-size: calc(var(--bili) * 16px);
  color: #333333;
  line-height: 2;
}

.product-info * {
  max-width: 100%;
  font-size: calc(var(--bili) * 16px);
  color: #333333;
  line-height: 2;
}

/*产品*/

/*手机*/
.wap-header {
  display: none;
}

.wap-head {
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s;
  /* top: 0;
  position: fixed; */
  z-index: 105;
  box-shadow: none;
  height: 15vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.wap-head .wap-head-logo {
  width: 60%;
  height: 100%;
  /* margin: 0 0 0 5%; */
}

.wap-head .wap-head-logo .wimg {
  width: 140px;
  height: auto;
}

.wap-head .wap-door {
  width: 8%;
  margin: 0 5% 0 0;
  height: 100%;
  position: relative;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.wap-head .wap-door .wds {
  width: 100%;
  height: 3px;
  background-color: #353535;
  display: block;
  transition: all 0.3s;
  margin: 10% 0;
  border-radius: 2px;
}

.wap-head .wap-door .wds:nth-of-type(3) {
  width: 100%;
}

.wap-header.show .wap-head .wap-door .wds:nth-child(2n) {
  opacity: 0;
}

.wap-header.show .wap-head .wap-door .wds:nth-of-type(1) {
  transform: rotate(45deg);
  position: absolute;
}

.wap-header.show .wap-head .wap-door .wds:nth-of-type(3) {
  transform: rotate(-45deg);
  position: absolute;
  width: 100%;
}

.wap-header.show .headclose {
  width: 100%;
  display: block;
}

/*菜单*/
.wap-menu {
  position: fixed;
  width: 70%;
  right: -100%;
  top: 0;
  z-index: 101;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 1;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}

.wap-menu .wap-menu-lst {
  padding: 16vw 0;
}

.wap-menu .wap-menu-lst .CAli {
  position: relative;
  padding: 5% 8%;
  border-bottom: 1px solid #f5f5f5;
}

.wap-menu .wap-menu-lst .CAli:after {
  content: "";
  position: absolute;
  background: url(../images/icons/next_blank.png) no-repeat right;
  width: 4vw;
  height: 4vw;
  right: 5%;
  top: 32%;
  background-size: 100%;
  opacity: 0.7;
}

.wap-menu .wap-menu-lst .CAli .CAa {
  width: 100%;
  display: -webkit-box;
  font-size: 4vw;
  color: #333333;
}

.wap-header.show .wap-menu {
  right: 0;
  opacity: 1;
}

.w1200 {
  width: 1200px;
}

/* 首页新增样式 */
.def_title {
  /* width: 1200px; */
  /* margin: 0 auto 40px; */
}

.def_title div {
  font-size: 42px;
  color: #333;
  line-height: 42px;
}

.def_title p {
  font-size: 16px;
  color: #666;
  line-height: 16px;
  padding-top: 15px;
  opacity: 0.3;
  text-transform: uppercase;
  font-family: Cambria Math;
}

.gyfs_con {
  height: 662px;
}

.gyfs_con dl {
  float: left;
  width: 13%;
  height: 762px;
  overflow: hidden;
  position: relative;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  background: rgba(6, 78, 0, 1);
  transition: all 0.5s;
}

.gyfs_con dl:last-child {
  border: 0;
}

.gyfs_con dt img {
  display: block;
  height: 762px;
  opacity: 0.3;
  transition: all 0.3s;
  width: 100%;
}

.gyfs_con dd {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 0 2.6vw;
  box-sizing: border-box;
}

.gyfs_con dd h3 {
  margin: 72px 0 25px;
  white-space: nowrap;
}

.gyfs_con dd h3 i {
  display: block;
  width: 25px;
  height: 30px;
  background: url(../images/jia1.png) no-repeat;
}

.gyfs_con dd h3 span {
  display: block;
  font-size: 26px;
  color: #fff;
  font-weight: normal;
  line-height: 42px;
  padding-top: 16px;
}

.gyfs_con dd h3 em {
  display: block;
  font-size: 26px;
  font-weight: normal;
  line-height: 42px;
  color: #fff;
}

.gyfs_con dd strong {
  position: absolute;
  width: 150px;
  font-size: 16px;
  line-height: 27px;
  left: 2.6vw;
  bottom: 70px;
  text-transform: uppercase;
  font-family: Arial;
  color: #fff;
}

.gyfs_con dd p {
  display: none;
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  opacity: 0.9;
}

.gyfs_con dl.cur {
  width: 48%;
}

.gyfs_con dl.cur dt img {
  opacity: 1;
}

.gyfs_con dl.cur dd {
  width: 360px;
  background: rgba(14, 167, 0, 0.85);
}

.gyfs_con dl.cur h3 i {
  background: url(../images/jia2.png) no-repeat;
}

.gyfs_con dl.cur p {
  display: block;
}

.gyfs_con dl.cur strong,
.gyfs_con dl.cur h3 em {
  color: #fff;
  opacity: 0.9;
}

.wn-al-wrp {
  background: url(../images/case_bg.jpg) no-repeat center;
  background-size: cover;
}

/* .al-title {
  width: 1200px;
  margin: 0 auto;
} */

/* .al_swiper .swiper-pagination {
  text-align: right;
} */

.swiper_container_banner .swiper-button-prev {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  opacity: 0;
  top: 50%;
  margin-top: -40px;
  z-index: 10;
  transition: all 0.5s;
}

.swiper_container_banner .swiper-button-next {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 0;
  opacity: 0;
  top: 50%;
  margin-top: -40px;
  z-index: 10;
  transition: all 0.5s;
}

.swiper_container_banner:hover .swiper-button-prev {
  left: 4%;
  opacity: 1;
}

.swiper_container_banner:hover .swiper-button-next {
  right: 4%;
  opacity: 1;
}

.swiper .swiper-pagination {
  bottom: 40px;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 10px;
  background: #bfbfbf;
}

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--mcolor);
}

.al_swiper_bottom {
  width: 1200px;
  margin: 0 auto;
}

.wn-news-wrp {
  /* width: 1200px;
  margin: 0 auto; */
}

.wn-news-wrp .news_swiper .swiper-pagination-bullets {
  bottom: 10px;
}

.detail_left {
  width: 330px;
}

.detail_left li.on .mCa {
  color: var(--mcolor);
  font-weight: bold;
}

.detail_more {
  width: 49px;
  height: 37px;
  line-height: 37px;
  padding-left: 5px;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  box-sizing: border-box;
  background: url("../images/way_m.png") no-repeat;
  font-family: Tahoma;
}

.img_hover img {
  transition: all 0.5s;
}

.img_hover:hover img {
  transform: scale(1.1);
}

.img_hover_tranY {
  transition: all 0.5s;
}

.img_hover_tranY:hover {
  transform: translateY(-10px);
}

/*fea*/
.fea {
  padding: 130px 0 70px;
}

.fea h2 {
  margin-bottom: 68px;
}

.fea li {
  float: left;
  width: calc(25% - 18px);
  height: 414px;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 18px;
  position: relative;
  text-align: center;
  border: 1px solid #e5e5e5;
}

.fea li:last-child {
  margin-right: 0;
}

.fea li>img {
  display: block;
  margin: 56px auto 25px;
}

.fea li h3 {
  font-size: 24px;
  color: var(--mcolor);
  line-height: 24px;
  padding: 32px 0 16px;
  font-weight: normal;
  margin: 0 28px;
  border-top: 1px solid rgba(62, 177, 52, 0.2);
}

.fea li p {
  font-size: 16px;
  color: #808080;
  line-height: 28px;
  padding: 0 35px;
}

.fea li .hv {
  position: absolute;
  width: 100%;
  height: 414px;
  left: -1px;
  bottom: 414px;
  z-index: 10;
  transition: all 0.5s;
  background: var(--mcolor);
}

.fea li .hv>img {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.fea li .hv h4 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}

.fea li .hv h4 span {
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  padding-top: 22px;
  line-height: 24px;
}

.fea li.cur .hv {
  bottom: -1px;
}

/*sgfs*/

.white,
.whites {
  position: relative;
  overflow: hidden;
}

.white:after,
.whites:after {
  content: "";
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}

.white:hover:after {
  left: 100%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.whites:hover:after {
  left: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tit i {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 16px;
  padding-top: 15px;
  opacity: 0.3;
  text-transform: uppercase;
  font-family: Cambria Math;
}

.sgfs {
  padding: 150px 0;
}

.sgfs h2 {
  margin-bottom: 60px;
  font-size: 3em;
}

.sgfs h2 span {
  margin-left: -26px;
}

.sgfs dl {
  height: 704px;
}

.sgfs dt {
  float: left;
  width: 614px;
  height: 704px;
  overflow: hidden;
}

.sgfs dd {
  float: right;
  width: 560px;
}

.sgfs_desc {
  margin: 76px 0 222px;
}

.sgfs_desc p {
  margin-left: 40px;
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  margin-bottom: 28px;
}

.sgfs_desc p em {
  position: absolute;
  font-size: 20px;
  color: var(--mcolor);
  padding-right: 12px;
  line-height: 28px;
  right: 100%;
  top: 0;
  font-family: Bahnschrift;
  transition: all 0.5s;
}

.sgfs_desc p:after {
  position: absolute;
  width: 0;
  height: 3px;
  content: "";
  background: var(--mcolor);
  right: 545px;
  top: 41px;
  transition: all 0.5s;
}

.sgfs_desc p.cur:after {
  width: 207px;
}

.sgfs_desc p.cur em {
  font-size: 34px;
}

.sgfs dd ul {
  width: 561px;
  position: relative;
  z-index: 1;
  font-size: 0;
}

.sgfs dd ul:after {
  position: absolute;
  width: 348px;
  height: 1px;
  content: "";
  background: #d2d2e7;
  left: 50%;
  margin-left: -174px;
  top: 5.5px;
  z-index: -1;
}

.sgfs dd li {
  display: inline-block;
  width: 187px;
  padding-top: 28px;
  position: relative;
  text-align: center;
  background: url(/static/index/images/pro_c1.png) no-repeat top center;
  vertical-align: top;
}

.sgfs dd li a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  transition: all 0.3s;
  height: 20px;
}

.sgfs dd li p {
  position: absolute;
  width: 100%;
  height: 0;
  box-sizing: border-box;
  overflow: hidden;
  left: 0;
  bottom: 100%;
  background: url(/static/index/images/pro_s.png) no-repeat bottom;
  transition: all 0.5s;
}

.sgfs dd li p i {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 26px;
}

.sgfs dd li.cur {
  background: url(/static/index/images/pro_c2.png) no-repeat top center;
}

.sgfs dd li.cur a {
  font-weight: bold;
  color: var(--mcolor);
  font-size: 20px;
}

.sgfs dd li.cur p {
  height: 141px;
  padding-top: 8px;
}

/*team*/
.team {
  height: 785px;
  padding-top: 100px;
  background: url(/static/index/images/team_bg.jpg) no-repeat center 0;
  width: 100%;
  overflow-x: hidden;
  box-sizing: content-box;
  background-size: cover;
}

.team.team_about {
  background: url(/static/index/images/wgzj_bg.jpg) no-repeat center 0;
  background-size: cover;
}

.team h2 {
  margin-bottom: 65px;
  font-size: 3em;
}

.team_l {
  float: left;
  width: 520px;
}

.team_txt {
  display: none;
  padding-top: 106px;
  background: url(/static/index/images/yin.png) no-repeat;
}

.team_txt h3 span {
  display: block;
  font-size: 28px;
  color: #282828;
  line-height: 28px;
}

.team_txt h3 i {
  display: block;
  font-size: 36px;
  color: #282828;
  line-height: 36px;
  padding-top: 13px;
  font-family: PangMenZhengDao, Arial;
  height: 36px;
}

.team_desc {
  margin: 40px 0 52px;
}

.team_desc p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.team_r {
  float: right;
  width: 79%;
  margin-right: -360px;
  position: relative;
}

.team_r .more {
  position: absolute;
  width: 110px;
  height: 110px;
  background: url(/static/index/images/jia3.png) no-repeat center var(--mcolor) !important;
  bottom: 38px;
  left: -53px;
  z-index: 10;
}

.team_list li {
  float: left;
  width: 374px;
  margin-right: 14px;
  height: 498px;
  overflow: hidden;
  background: var(--mcolor);
}

.team_list li img {
  width: 374px;
  height: 498px;
  transition: all 0.5s;
  opacity: 0.3;
}

.team_list li.on img {
  opacity: 1;
}

.team_list li:hover img {
  transform: scale(1.05);
}

.team_list .tempWrap {
  width: 100% !important;
}

.team_list .prev {
  position: absolute;
  left: -27px;
  top: 244px;
  z-index: 10;
}

.team_swiper {
  overflow: hidden;
  position: relative;
}

.team_swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--mcolor);
}

.team_swiper .swiper-slide img {
  width: 100%;
}

.team_swiper .swiper-slide h3 {
  font-size: 16px;
  padding: 10px 0 30px;
}

.team_swiper .swiper-slide h3 span {
  display: block;
}

.f_nav {
  background: #096415;
  padding-top: 80px;
  padding-bottom: 60px;
  box-sizing: border-box;
}

.f_nav h3 {
  height: 25px;
  padding-left: 16px;
  border-left: 6px solid #fff;
  font-size: 22px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 22px;
}

.f_nav p {
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  margin-left: 22px;
}

.f_nav p b {
  font-size: 16px;
  color: #fff;
  margin-right: 12px;
}

.f_nav p a {
  color: #fff;
  margin-right: 27px;
}

.f_nav p a:hover {
  color: var(--mcolor);
  font-weight: bold;
}

/* 内页样式 */
.p12-curmbs-1 {
  height: 60px;
  line-height: 60px;
  padding-left: 26px;
  background: url(/static/index/images/site.png) no-repeat left center;
  font-size: 14px;
  color: #999;
  /* width: 1200px; */
  margin: 0 auto;
}

.p12-curblock {
  display: none;
}

.p12-curmbs-1 b {
  border-left: 10px solid var(--mcolor);
  font-weight: normal;
  padding-left: 8px;
}

.p12-curmbs-1 i {
  font-style: normal;
}

.p12-curmbs-1 span {
  /*font-family: '宋体';*/
  padding: 0 5px;
  /*height: 46px;*/
  /*line-height: 46px;*/
}

.new_ctg {
  padding: 40px 25px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.new_ctg h3 {
  font-size: 20px;
  color: #333;
  line-height: 20px;
  margin-bottom: 15px;
}

.new_ctg li {
  height: 70px;
  line-height: 70px !important;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  color: #333;
  background: url(/static/index/images/case_jia.png) no-repeat left center;
}

.new_ctg li a {
  display: block;
  padding-left: 26px;
  color: #333;
  height: 70px;
  line-height: 70px !important;
}

.new_ctg li:last-child {
  border: 0;
}

.new_ctg li.sidenavcur:after,
.new_ctg li:hover:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: calc(100% + 25px);
  height: 2px;
  content: "";
  background: var(--mcolor);
}

.blk-xs {
  width: 25%;
}

.way-sm {
  width: calc(75% - 30px);
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tjal {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 20px 0 0;
  padding: 50px 30px 10px;
}

.tjal h3 {
  font-size: 20px;
  color: #333;
  line-height: 20px;
  margin-bottom: 28px;
}

.tjal_list dt a {
  display: block;
  overflow: hidden;
  position: relative;
}

.tjal_list dt img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  filter: grayscale(100%);
}

.tjal_list dt a:hover:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 3px solid var(--mcolor);
  box-sizing: border-box;
}

.tjal_list dt:hover img {
  transform: scale(1.05);
  filter: grayscale(0);
}

.tjal_list dd {
  height: 60px;
}

.tjal_list dd h4 a {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.k12-xl-xwlb-1nt2-1-01-list dl {
  /*border: 1px solid #dedede;*/
  margin-bottom: 15px;
  padding: 20px;
  background: #fff;
  display: block;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.17);

  /* width: 780px; */
}

.k12-xl-xwlb-1nt2-1-01-list dt {
  width: 45%;
  float: left;
  margin-right: 40px;
  overflow: hidden;
}

.k12-xl-xwlb-1nt2-1-01-list dt img {
  width: 100%;
  display: block;
  transition: all 0.5s;
}

.k12-xl-xwlb-1nt2-1-01-list dt:hover img {
  transform: scale(1.05);
}

.k12-xl-xwlb-1nt2-1-01-list dd h4 {
  height: 40px;
  font-weight: normal;
  font-size: 24px;
  color: #154c64;
  line-height: 40px;
  padding-top: 10px;
  margin-bottom: 8px;
  overflow: hidden;
}

.k12-xl-xwlb-1nt2-1-01-list h4 a {
  display: block;
  height: 40px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*.k12-xl-xwlb-1nt2-1-01-list dl:hover{border:1px solid #1c2087;}*/
.k12-xl-xwlb-1nt2-1-01-list dl:hover h4 a {
  color: var(--mcolor);
}

.k12-xl-xwlb-1nt2-1-01-list-desc {
  max-height: 84px;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  overflow: hidden;
  padding-right: 15px;
}

.k12-xl-xwlb-1nt2-1-01-list-deta {
  float: right;
  width: 49px;
  height: 37px;
  line-height: 37px;
  padding-left: 5px;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  box-sizing: border-box;
  background: url(/static/index/images/way_m.png) no-repeat;
  margin-top: 10px;
  font-family: Tahoma;
  margin-right: 15px;
}

.k12-xl-xwlb-1nt2-1-01-list-deta a {
  color: #666;
}

.k12-xl-xwlb-1nt2-1-01-list-deta:hover a {
  color: var(--mcolor);
}

.ft_pic {
  height: 209px;
  background: url(/static/index/images/ft_pic.jpg) no-repeat center 0;
  margin-bottom: 17px;
  background-size: cover;
}

.ft_pic .content {
  position: relative;
}

.ft_pic p {
  position: absolute;
  left: 100px;
  top: 63px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #1c2087;
  font-weight: bold;
}

.ft_pic p i {
  display: inline-block;
  padding-left: 24px;
  background: url(/static/index/images/addr_ic.png) no-repeat left center;
  margin-right: 55px;
}

.new_tag {
  padding: 40px 30px;
  font-size: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 20px 0;
}

.new_tag a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  padding: 0 20px;
  margin-bottom: 6px;
  margin-right: 5px;
}

.new_tag a:nth-child(4n + 1) {
  background: #d2d2e7;
}

.new_tag a:nth-child(4n + 2) {
  background: #e5e5e5;
}

.new_tag a:nth-child(4n + 3) {
  background: #eef0f6;
}

.new_tag a:nth-child(4n) {
  background: #dadada;
}

.blk {
  margin-bottom: 20px;
}

.blk-sm {
  width: calc(75% - 30px);
}

.anli_list dt {
  overflow: hidden;
}

.anli_list dt img {
  display: block;
  width: 100%;
}

.anli_list dd {
  height: 180px;
  position: relative;
}

.anli_list dd h4 {
  font-size: 25px;
  line-height: 25px;
  padding: 32px 0 12px;
  color: #282828;
  margin-left: 120px;
}

.anli_list dd h4 a {
  color: #282828;
}

.anli_list dd p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}

.anli_list dd .xq {
  position: absolute;
  width: 90px;
  height: 88px;
  padding-right: 8px;
  padding-top: 2px;
  box-sizing: border-box;
  background: url(/static/index/images/case_xq.jpg) no-repeat;
  top: -32px;
  left: 0;
  line-height: 90px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.anli_list dl:hover h4 a {
  color: var(--mcolor);
}

.p12-pagination-1-main {
  margin: 0 auto;
  padding: 20px 0;
  height: 30px;
  text-align: center;
  box-sizing: content-box;
}

.p12-pagination-1 a,
.p12-pagination-1 span {
  vertical-align: top;
  display: inline-block;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 2px;
  background: #fff;
}

.p12-pagination-1 span {
  border: 1px solid #fff;
}

.p12-pagination-1 .page_curr {
  background: var(--mcolor);
  color: #fff;
  border-color: var(--mcolor);
}

.p12-pagination-1 .laypage_first,
.p12-pagination-1 .laypage_last {
  display: none;
}

/* 公司简介 */
.gyus {
  margin: 20px 0 0;
  height: 669px;
  background: url(/static/index/images/gyus_bg.jpg) no-repeat center 0;
  width: 100%;
  overflow-x: hidden;
}

.gyus dl {
  height: 669px;
  position: relative;
}

.gyus dt {
  float: left;
  width: 1015px;
  height: 669px;
  margin-left: -360px;
}

.gyus dd {
  position: absolute;
  width: 1048px;
  padding-left: 60px;
  background: #fff;
  left: 412px;
  top: 88px;
}

.gyus dd h3 {
  margin: 30px 0 15px;
  padding: 15px 0 0;
  font-size: 42px;
  color: #333;
  line-height: 42px;
  font-weight: normal;
  /* background: url(/static/index/images/gyus_t.png) no-repeat; */
}

.gyus_desc {
  width: 800px;
}

.gyus_desc p {
  font-size: 15px;
  color: #666;
  line-height: 28px;
  margin-bottom: 15px;
}

/* .video-box { position: fixed;width: 800px; height: 450px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%) z-index: 9999; display: none }
  .video-box .video{ width: 800px; height: 450px;  }
  .video-box .video iframe { width: 800px; height: 450px }
  .video-box .close-video { position: absolute; top: -30px; right: -30px; width: 30px; height: 30px; cursor: pointer; background: url(/static/index/imagesimages/close.png) no-repeat center } */

.qywh {
  padding: 110px 0;
}

.qywh ul {
  height: 220px;
  border: 1px solid #e5e5e5;
  position: relative;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  padding: 0 20px !important;
}

.qywh ul:after {
  position: absolute;
  width: 29px;
  height: 25px;
  content: "";
  right: 50px;
  top: -13px;
  background: url(/static/index/images/gy_y.png) no-repeat;
}

.qywh li {
  /* float: left; */
  /* margin-left: 65px; */
  height: 60px;
  margin-top: 80px;
  font-size: 0;
  width: 25%;
}

/* .qywh li:nth-child(1) {
  margin-left: 40px;
} */

.qywh li em {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--mcolor);
  vertical-align: top;
  margin-right: 13px;
}

.qywh li p {
  display: inline-block;
  font-size: 20px;
  color: var(--mcolor);
  line-height: 20px;
  padding-top: 10px;
  max-width: 170px;
}

.qywh li p i {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  padding-top: 7px;
}

.qywh li:hover em {
  animation: flipInY 1s;
}

.eff {
  padding: 100px 0 130px;
}

.eff h2 {
  margin-bottom: 60px;
  background: url(/static/index/images/ny_tit.png) no-repeat center 60px;
  font-size: 42px;
  color: #333;
  line-height: 42px;
  font-weight: normal;
  text-align: center;
}

.eff h2 i {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 16px;
  padding-top: 40px;
}

.eff_con {
  height: 425px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.eff_con dl {
  /* float: left;
  width: 400px; */

  height: 425px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.eff_con dt {
  opacity: 0;
  transition: all 0.5s;
}

.eff_con dd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.5s;
}

.eff_con dd i {
  display: block;
  height: 64px;
  margin: 74px 0 48px;
}

.eff_con dd h3 {
  font-size: 26px;
  color: #333;
  line-height: 26px;
  margin-bottom: 16px;
  font-weight: normal;
}

.eff_con dd p {
  font-size: 15px;
  color: #666;
  line-height: 26px;
  padding: 0 25px;
}

.eff_con dl.cur dt {
  opacity: 1;
}

.eff_con dl.cur dt img {
  width: 100%;
}

.eff_con dl.cur dd {
  padding-top: 110px;
}

.eff_con dl.cur dd i {
  display: none;
}

.eff_con dl.cur h3 {
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  padding-bottom: 10px;
  position: relative;
}

.eff_con dl.cur h3:after {
  position: absolute;
  width: 22px;
  height: 2px;
  content: "";
  background: #fff;
  left: 50%;
  margin-left: -11px;
  bottom: 0;
}

.eff_con dl.cur h3 em {
  display: none;
}

.eff_con dl.cur h3 b {
  display: block;
  font-size: 26px;
}

.eff_con dl.cur p {
  color: #fff;
}

.his {
  height: 484px;
  padding-top: 100px;
  background: url(/static/index/images/his_bg.jpg) no-repeat bottom center;
  box-sizing: content-box;
  background-size: cover;
  text-align: center;
}

.his h2 {
  font-size: 42px;
  color: #333;
  line-height: 42px;
  font-weight: normal;
  margin-bottom: 60px;
  text-align: center;
  padding-bottom: 20px;
  background: url(/static/index/images/ny_tit.png) no-repeat bottom center;
}

.his li {
  float: left;
  padding-right: 32px;
  position: relative;
  text-align: right;
  width: 293px;
  height: 228px;
}

.his li:after {
  position: absolute;
  width: 22px;
  height: 279px;
  content: "";
  background: url(/static/index/images/his_line1.png) no-repeat;
  right: 0;
  top: 1px;
}

.his li h3 {
  font-size: 24px;
  color: #333;
  line-height: 24px;
  margin-bottom: 10px;
}

.his li p {
  font-size: 15px;
  color: #000;
  line-height: 24px;
  /* opacity: 0.5; */
  padding-left: 10px;
}

.his_con {
  /* width: 90%;
  margin: 0 auto; */
  display: inline-block;
}

.his_con ul {
  padding-top: 70px !important;
}

.his li:nth-child(2n) {
  transform: translateY(-70px);
}

/* 新闻 */
.ysbtt {
  padding: 0 0 60px;
}

.new_t {
  padding-left: 17px;
  height: 32px;
  line-height: 32px;
  font-size: 26px;
  color: #333;
  font-weight: normal;
  position: relative;
  margin-bottom: 25px;
}

.new_t:after {
  position: absolute;
  width: 5px;
  height: 32px;
  content: "";
  left: 0;
  top: 0;
  background: #333;
  border-radius: 3px;
}

.new_t a {
  float: right;
  width: 44px;
  height: 33px;
  line-height: 33px;
  font-size: 14px;
  color: #fff;
  background: url(/static/index/images/new_m.png) no-repeat;
  padding-left: 4px;
  box-sizing: border-box;
  font-family: Tahoma;
}

.ysbtt_bd dl {
  display: flex;
}

.ysbtt_bd dt {
  /* float: left;
  width: 728px; */
  overflow: hidden;
}

.ysbtt_bd dt img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.ysbtt_bd dt:hover img {
  transform: scale(1.05);
}

.ysbtt_bd dd {
  /* float: right;
  width: 472px;
  height: 410px; */
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 0 32px 0 54px;
  margin-bottom: 0;
}

.ysbtt_bd dd h4 {
  font-size: 22px;
  color: #333;
  line-height: 28px;
  font-weight: normal;
  margin: 80px 0 30px;
}

.ysbtt_bd dd h4 a {
  color: #333;
}

.ysbtt_bd dd h4:hover a {
  color: var(--mcolor);
}

.ysbtt_bd dd p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  letter-spacing: 1px;
}

.ysbtt_bd dd .xq {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: var(--mcolor);
  border-radius: 15px;
  margin-top: 56px;
  transition: all 0.5s;
}

.ysbtt_bd dd .xq:hover {
  width: 120px;
}

.ysbtt_list {
  margin-top: 12px;
}

.ysbtt_list ul {
  display: flex;
  justify-content: space-between;
  /* gap: 20px; */
}

.ysbtt_list li {
  /* float: left;
  width: 230px;
  margin-right: 12px; */
  position: relative;
  width: calc(20% - 20px);
}

.ysbtt_list li:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  background: var(--mcolor);
  transition: all 0.5s;
}

/* .ysbtt_list li:last-child {
  margin-right: 0;
} */

.ysbtt_list li img {
  display: block;
  width: 100%;
}

.ysbtt_list li h4 {
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ysbtt_list li.on:after {
  width: 100%;
}

.kphb {
  padding: 50px 0 0;
}

.kphb_con dl {
  height: 176px;
  margin-bottom: 28px;
  height: auto;
  overflow: hidden;
}

.kphb_con dt {
  /* float: left;
  width: 290px;
  height: 176px; */
  float: left;
  width: 25%;
  overflow: hidden;
}

.kphb_con dt img {
  display: block;
  width: 100%;
  /* height: 176px; */
  transition: all 0.5s;
}

.kphb_con dt:hover img {
  transform: scale(1.05);
}

.kphb_con dd {
  float: right;
  width: calc(75% - 30px);
  /* height: 176px; */
}

.kphb_con dd h4 {
  font-size: 18px;
  color: #333;
  line-height: 18px;
  font-weight: normal;
  margin: 30px 0 15px;
}

.kphb_con dd h4 a {
  color: #333;
}

.kphb_con dd p {
  font-size: 16px;
  color: #7f7f7f;
  line-height: 26px;
}

.kphb_con dd i {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  opacity: 0.5;
  margin-top: 24px;
}

/* 新闻详情 */

.p15-infocontent-1 {
  /*margin-bottom: 30px;*/
}

.p15-infocontent-1-tit {
  font-size: 30px;
  color: #333;
  line-height: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #999;
  font-weight: normal;
}

.new_ly {
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}

.new_ly i {
  padding: 0 14px;
}

.p15-infocontent-1-bool {
  border-bottom: 1px solid var(--mcolor);
  height: 20px;
  font-size: 12px;
  color: #909090;
}

.endit-content p {
  margin: 15px 0;
}

.p15-infocontent-1-bool span {
  margin-right: 20px;
}

.p15-infocontent-1-bool span a {
  color: #909090;
}

.p15-infocontent-1-bool i {
  font-style: normal;
  float: right;
  display: block;
  width: 80px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: var(--mcolor);
}

.p15-infocontent-1-bool i a {
  color: #fff;
}

.p15-infocontent-1-bool span {
  margin-right: 15px;
}

.p15-infocontent-1-tag span {
  margin-right: 10px;
}

.endit-content {
  line-height: 28px;
}

.endit-content p {
  font: 14px / 22px "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica,
    "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  color: #666;
}

/*.endit-content p{margin:15px 0;}*/
.endit-content img {
  max-width: 100%;
}

.endit101-content {
  line-height: 28px;
}

.endit101-content p {
  margin: 0 0 20px;
}

.endit101-content img {
  max-width: 100%;
}

.tjyd {
  padding: 40px 0 0;
  border-top: 1px dashed #dcdcdc;
  margin-top: 30px;
}

.tjyd h3 {
  font-size: 20px;
  color: #0b2d6d;
  line-height: 24px;
  height: 24px;
  padding-left: 12px;
  border-left: 6px solid #0b2d6d;
  margin-bottom: 10px;
}

.tjyd li {
  padding-left: 28px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dotted #dcdcdc;
  background: url(/static/index/images/case_jia.png) no-repeat left center;
}

.tjyd li a {
  font-size: 16px;
  color: #333;
  height: 50px;
  line-height: 50px;
}

.tjyd li i {
  float: right;
  font-size: 14px;
  color: #686868;
  height: 50px;
  line-height: 50px;
}

.tjyd li:last-child {
  border: 0;
}

.tjyd li:hover a {
  color: var(--mcolor);
}

.bwbq {
  margin: 20px 0 50px;
}

.zhus {
  float: right;
  font-size: 14px;
  color: #686868;
  line-height: 32px;
}

.zhus p:nth-child(2) {
  padding-left: 10px;
}

.new_tag {
  font-size: 16px;
  color: #686868;
  line-height: 30px;
  margin-top: 40px;
}

.new_tag a {
  color: #686868;
  margin-right: 10px;
}

.sxp {
  margin-top: 20px;
}

.sxp p {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
}

.sxp p a {
  color: #333;
}

.new_tag a:hover,
.sxp p a:hover {
  color: var(--mcolor);
}

.rdtj {
  padding: 50px 25px 30px;
  border: 1px solid #d9d9d9;
}

.rdtj h3 {
  font-size: 20px;
  color: #333;
  line-height: 20px;
}

.rdtj_con dl {
  padding: 30px 0;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 0 !important;
  height: auto;
  overflow: hidden;
}

.rdtj_con dl:last-child {
  border: 0;
}

.rdtj_con dt {
  float: left;
  width: 152px;
  overflow: hidden;
  border-radius: 2px;
  margin-right: 10px;
}

.rdtj_con dt a {
  display: block;
  position: relative;
}

.rdtj_con dt img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.rdtj_con dt:hover a:after {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  content: "";
  border: 3px solid var(--mcolor);
  box-sizing: border-box;
}

.rdtj_con dt:hover img {
  transform: scale(1.05);
}

.rdtj_con dd h4 {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  font-weight: normal;
  padding-top: 14px;
}

.rdtj_con dd h4 a {
  color: #333;
}

.rdtj_con dl:hover h4 a {
  color: var(--mcolor);
}

.tjfl {
  padding: 40px 27px 25px;
  border: 1px solid #d9d9d9;
  margin: 25px 0;
}

.tjfl li {
  position: relative;
  margin-bottom: 15px;
}

.tjfl li img {
  display: block;
  width: 100%;
}

.tjfl li h3 {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  padding: 0 20px 0 25px;
  font-weight: normal;
  box-sizing: border-box;
}

.tjfl li h3 span {
  float: left;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}

.tjfl li h3 span i {
  display: block;
  font-size: 14px;
  opacity: 0.5;
  font-family: Arial;
  line-height: 34px;
}

.tjfl li h3 em {
  float: right;
  width: 46px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding-right: 5px;
  box-sizing: border-box;
  margin-top: 19px;
  background: url(/static/index/images/tact_m.png) no-repeat;
  font-family: Tahoma;
}

.tjfl li .tel {
  position: absolute;
  left: 25px;
  bottom: 0;
  height: 70px;
  background: url(/static/index/images/tact_tel.png) no-repeat;
  padding-left: 56px;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
}

.tjfl li .tel em {
  display: block;
  font-size: 28px;
  line-height: 34px;
  font-family: Arial;
}

.PubShare {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 999;
}

.PubShare .EcItem {
  position: relative;
  margin-top: 8px;
}

.PubShare .EcItem .ecMA {
  /*background-image: linear-gradient(135deg,#374667,#566689);*/
  background: var(--mcolor);
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.PubShare .EcItem .ecA {
  width: 30px;
  height: 30px;
  background-size: 100% !important;
  /* margin: 0 0 5px 0; */
}

.PubShare .EcItem .ecB {
  font-size: 12px;
  color: #ffffff;
  line-height: 1.4;
  zoom: 0.9;
}

.PubShare .EcItem .ecA.ic1 {
  background: url(/static/index/images/w5.png) no-repeat 20% center;
}

.PubShare .EcItem .ecA.ic2 {
  background: url(/static/index/images/w6.png) no-repeat 20% center;
}

.PubShare .EcItem .ecA.ic3 {
  background: url(/static/index/images/w7.png) no-repeat 20% center;
}

.PubShare .EcItem .ecA.ic4 {
  background: url(/static/index/images/w8.png) no-repeat 20% center;
}

.PubShare .EcItem .ecMB {
  overflow: hidden;
  /*background-image: linear-gradient(135deg,#374667,#566689);*/
  background: #333333;
  position: absolute;
  right: -1000%;
  top: 0;
  height: 100%;
  font-size: 16px;
  color: #ffffff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  width: max-content;
}

.PubShare .EcItem .ecMB .cnEwm {
  width: 120px;
  height: 120px;
}

.PubShare .EcItem .ecMB.EwmBox {
  padding: 0;
  height: auto;
}

.PubShare .EcItem:hover .ecMB {
  right: 100%;
}

/* 底部 */
.f_con {
  height: 267px;
}

.gsxx {
  float: left;
  width: 800px;
  margin-top: 64px;
}

.gsxx p {
  margin-bottom: 38px;
  padding-left: 60px;
  width: 375px;
  float: left;
  box-sizing: border-box;
  position: relative;
}

.gsxx p:after {
  position: absolute;
  width: 1px;
  height: 35px;
  content: "";
  background: #e2e2e2;
  left: 45px;
  top: 8px;
}

.gsxx p i {
  display: block;
  font-size: 14px;
  color: #333;
  opacity: 0.5;
  line-height: 14px;
  padding-bottom: 10px;
}

.gsxx p span {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 28px;
}

.gsxx p em {
  display: block;
  font-size: 28px;
  color: #333;
  line-height: 28px;
  font-family: Bahnschrift;
  font-weight: 400;
}

.gsxx p:nth-child(1) {
  background: url(/static/index/images/tel1.png) no-repeat left center;
}

.gsxx p:nth-child(2) {
  background: url(/static/index/images/email.png) no-repeat left center;
}

.gsxx p:nth-child(3) {
  background: url(/static/index/images/addr.png) no-repeat left center;
  width: 100%;
}

.sao {
  float: right;
  margin-top: 56px;
}

.sao p {
  width: 132px;
  float: left;
  padding-left: 20px;
  box-sizing: content-box;
}

.sao p img {
  display: block;
  width: 132px;
  height: 132px;
}

.sao p span {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 56px;
  text-align: center;
  opacity: 0.5;
}

.f_bt {
  line-height: 30px;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5);
  border-top: 1px solid #f0f0f0;
  padding: 15px 0;
}

.f_bt a {
  color: rgba(51, 51, 51, 0.5);
}

.f_bt .gongan {
  padding-left: 30px;
  display: inline-block;
  background: url(/static/index/images/gongan.png) no-repeat left center;
  margin-left: 20px;
  vertical-align: top;
}

.f_bt i {
  padding: 0 10px;
}

/* 首页案例样式 */

/*case*/
.case {
  height: auto;
  padding-top: 116px;
  padding-bottom: 80px;
  box-sizing: content-box;
  background: url(/static/index/images/case_bg.jpg) no-repeat center 0;
  width: 100%;
  overflow-x: hidden;
  background-size: cover;
}

.case_t {
  height: 128px;
}

.case_t h2 {
  float: left;
}

.case_t h2 span {
  color: #fff;
}

.case_t h2 i {
  color: #fff;
  opacity: 0.3;
}

.case_t .more {
  float: right;
  width: 50px;
  padding-right: 7px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  transition: all 0.5s;
  top: 0;
  position: relative;
  font-family: Tahoma;
  font-size: 14px;
  color: #fff !important;
  text-transform: uppercase;
  background: url(/static/index/images/more1.png) no-repeat !important;
  box-sizing: content-box;
}

.case_t .more:hover {
  top: -10px;
}

.case_con {
  position: relative;
}

.case_bd {
  width: 100% !important;
}

.case_bd dl {
  width: 100% !important;
  height: 34.635vw;
}

.case_bd dt {
  float: left;
  width: 57.3%;
  overflow: hidden;
}

.case_bd dt img {
  display: block;
  width: 100%;
  height: 34.635vw;
  transition: all 0.5s;
}

.case_bd dt:hover img {
  transform: scale(1.05);
}

.case_bd dd {
  float: right;
  width: 42.7%;
  height: 29.165vw;
  background: #fff;
  margin-top: 5.47vw;
  padding: 0 4.6875vw;
  box-sizing: border-box;
}

.case_bd .case_lg {
  font-size: 0;
  margin: 3.021vw 0 1.25vw;
}

.case_bd dd h4 em {
  display: block;
  font-size: 25px;
  color: #282828;
  line-height: 25px;
}

.case_bd dd h4 span {
  display: block;
  font-size: 21px;
  color: #282828;
  line-height: 30px;
  padding-top: 8px;
}

.case_desc {
  margin: 2.34375vw 0 1.771vw;
  font-size: 16px;
  color: #000;
  line-height: 26px;
}

.case_desc em {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  margin-bottom: 10px;
}

.case_desc p {
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  opacity: 0.8;
  margin-bottom: 24px;
}

.case_desc p i {
  display: inline-block;
  width: 150px;
}

.case_bd dd .xq {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: var(--mcolor);
  border-radius: 15px;
  transition: all 0.5s;
}

.case_bd dd .xq:hover {
  width: 120px;
}

.case_pg {
  position: absolute;
  text-align: right;
  right: 80px;
  height: 8px;
  font-size: 0;
  z-index: 10;
  bottom: 30px;
}

.case_pg i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  vertical-align: top;
  margin-left: 8px;
  background: #bfbfbf;
}

.case_pg i.on {
  background: var(--mcolor);
}

.coop {
  margin: 56px auto 0;
  width: 1200px;
  position: relative;
}

.coop li {
  float: left;
  width: 190px;
  margin-right: 12px;
  overflow: hidden;
  position: relative;
}

.coop li img {
  display: block;
  width: 100%;
}

.coop li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/static/index/images/jia4.png) no-repeat center rgba(82, 177, 52, 0.8);
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s;
}

.coop li:hover i {
  opacity: 1;
  transform: scale(1);
}

.coop .prev {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}

.coop .next {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}

.coop .tempWrap {
  width: 100% !important;
}

.pro_pic {
  float: right;
  overflow: hidden;
  font-size: 0;
  padding-top: 15px;
}

.pro_erji {
  float: right;
  width: 400px;
  margin-top: 17px;
}

.pro_erji a {
  float: left;
  font-size: 16px;
  color: #333;
  height: 50px;
  line-height: 50px;
  /* padding-left: 15px; */
  width: 200px;
  box-sizing: border-box;
  /* margin-right: 80px; */
  position: relative;
  width: 50%;
}

.sou {
  position: relative;
  width: 22px;
  height: 22px;
  /* top: 50%; */
  z-index: 2;
  /* right: 0; */
  /* margin-top: -11px; */
}

.sea_icon {
  width: 20px;
  height: 22px;
  background: url(/static/index/images/sou.png) no-repeat center;
  cursor: pointer;
}

.sea_box {
  position: absolute;
  width: 345px;
  right: 0;
  top: 56px;
  z-index: 10;
  display: none;
}

.sea_box input {
  float: left;
  border: 2px solid var(--mcolor);
  font-size: 14px;
}

.sea_box input.txt {
  width: 230px;
  padding: 0 20px;
  line-height: 34px;
  height: 34px;
  outline: 0;
  box-sizing: content-box;
}

.sea_box input.btn {
  width: 70px;
  background-color: var(--mcolor);
  color: #fff;
  cursor: pointer;
  height: 38px;
  outline: 0;
  border-radius: 0;
}

/* 头部样式 */
.header {
  height: 90px;
  background: #fff;
  z-index: 99999;
}

.h_con {
  height: 90px;
  position: relative;
  margin: 0 2.6%;
}

.h_con .logo {
  float: left;
  height: 90px;
  margin-right: 20px;
  display: table;
  margin-bottom: 0;
}

.h_con .logo a {
  display: table-cell;
  vertical-align: middle;
}

.h_con .logo img {
  display: block;
  width: 100%;
  max-height: 80px;
}

.h_con h2 {
  float: left;
  font-size: 20px;
  color: #1c2087;
  height: 90px;
  line-height: 90px;
  margin-bottom: 0;
  font-weight: bold;
}

.h_nav {
  float: right;
  height: 90px;
  width: 70%;
  overflow: hidden;
}

.h_nav li {
  float: left;
  height: 90px;
  position: relative;
  margin-right: 4rem;
}

.h_nav li:last-child {
  margin-right: 2.125vw;
}

.h_nav li>a {
  display: block;
  font-size: 18px;
  color: #1c2087;
  line-height: 90px;
}

.h_nav li:after {
  position: absolute;
  width: 0;
  height: 2px;
  content: "";
  background: var(--mcolor);
  left: 0;
  bottom: 24px;
  transition: all 0.3s;
}

.h_nav li:hover:after,
.h_nav li.cur:after {
  width: 100%;
}

.h_nav li:hover>a,
.h_nav li.cur>a {
  font-weight: bold;
}

.pro_nav {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  top: 90px;
  z-index: 200;
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #ced5e2;
}

.pro_nav .content {
  padding: 14px 0;
}

.pro_pic {
  float: right;
  overflow: hidden;
  font-size: 0;
  padding-top: 15px;
}

.pro_erji {
  float: left;
  width: 800px;
  margin-top: 17px;
}

.pro_erji a {
  float: left;
  font-size: 16px;
  color: #333;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  width: 200px;
  box-sizing: border-box;
  margin-right: 80px;
  position: relative;
}

.proc1 .pro_erji a:nth-child(3n) {
  margin-right: 0;
}

.pro_erji a:hover {
  font-weight: bold;
}

.pro_erji a:hover:after {
  position: absolute;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--mcolor);
  left: 0;
  top: 16px;
}

.proc2 .pro_erji {
  float: right;
  width: 400px;
}

.proc3 .pro_erji {
  float: right;
  width: 400px;
}

.proc2 .pro_erji a,
.proc3 .pro_erji a {
  margin-right: 0;
}

.nav_down {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  top: 90px;
  z-index: 200;
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #ced5e2;
  height: 84px;
  text-align: center;
}

.nav_down a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #333;
  height: 84px;
  line-height: 84px;
  padding-left: 15px;
  position: relative;
}

.nav_down a:hover:after {
  position: absolute;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--mcolor);
  left: 0;
  top: 50%;
  margin-top: -3.5px;
}

.nav_down p {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sou {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  z-index: 2;
  right: 0;
  margin-top: -11px;
}

.sea_icon {
  width: 20px;
  height: 22px;
  background: url(/static/index/images/sou.png) no-repeat center;
  cursor: pointer;
}

.sea_box {
  position: absolute;
  width: 345px;
  right: 0;
  top: 56px;
  z-index: 10;
  display: none;
}

.sea_box input {
  float: left;
  border: 2px solid var(--mcolor);
  font-size: 14px;
}

.sea_box input.txt {
  width: 230px;
  padding: 0 20px;
  line-height: 34px;
  height: 34px;
  outline: 0;
}

.sea_box input.btn {
  width: 70px;
  background-color: var(--mcolor);
  color: #fff;
  cursor: pointer;
  height: 38px;
  outline: 0;
}

@media screen and (max-width: 1600px) {
  .h_con h2 {
    font-size: 18px;
  }

  .h_nav li>a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1400px) {
  .h_con h2 {
    font-size: 16px;
  }

  .h_nav li>a {
    font-size: 14px;
  }
}