@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
img {
  display: block;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
i.to-top {
    background: url(../images/to_top.png) center center no-repeat;
    background-size: 28px;
    width: 28px;
    height: 28px;
    display: block;
    margin: 11px auto;
}
.block {
  padding: 20px 0;
}
.nabout_left_txt{height:500px; line-height: 45px!important; padding: 60px!important}
.cl {
  clear: both;
}
.nbanner_txt .container{padding: 0 8vw!important}
/* 主菜单 */
.head {
  transition: all 0.7s ease-in-out;
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 1000;
  top: 0;
  background: rgba(138, 151, 161, 0.36);
}
.col-language {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: bold;
  color: #e5e5e5;
  line-height: 100px;
}
.col-language span {
  margin: 0 3px;
}
.col-language a {
  color: #e5e5e5;
  position: relative;
}
.col-language a:before {
  transition: 0.5s;
}
.col-language a:hover:before, .col-language a.on:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-bottom: 2px solid #fff;
}
.col-language a:hover, .col-language a.on {
  color: #ccc;
}
.head .navbox {
  width: 80%;
  margin: 0 auto;
  height: auto;
}
.logo {
  float: left;
  position: relative;
  width: 20%;
  height: 88px;
  overflow: hidden;
}
.logo img {
  position: absolute;
  left: 0%;
  top: 60%;
  transform: translate(0%, -50%);
  max-width: 100%;
  max-height: 50px;
}
.logo img.lg_heise {
  opacity: 0;
  transition: all 0.7s ease-in-out;
}
.logo img.lg_baise {
  opacity: 1;
  transition: all 0.7s ease-in-out;
}
.logo a {
  display: block;
}
.tel {
  width: auto;
  height: auto;
  overflow: hidden;
  float: right;
  color: #fff;
  font-size: 18px;
  line-height: 100px;
  text-align: right;
  /* font-weight: 600; */
  margin-left: 30px;
}
.tel i {
  font-size: 20px;
  margin-right: 10px;
}
.proo{position: fixed!important;
    width: 100%!important;
    left: 0px!important; padding: 40px 0 60px}
.proo a:hover{background: none}
.proo ul{width: 16.6666%; float: left; }
.proo ul h3 a{font-size:18px!important; text-align: left!important; width: 100%; padding-left: 15%}
.proo ul c a{width: 100%!important; padding:10px 0 10px 13%; text-align: left!important}
.proo ul c img{width: 13%; display: block; float: left}
.proo ul c span{float:left; font-size:16px!important; line-height: 100px; color: #000!important; width: 70%!important; padding: 10px 0 0 10px; text-align: left!important}
.head .nav {
  display: block;
  float: left;
  /* width: 100%; */
  width: 70%;
}
.head .nav .nav_pc {
  width: 100%;
}
.head .nav ul li {
  float: left;
  position: relative;
  box-sizing: border-box;
  z-index: 999;
  height: 100px;
}
.head .nav ul li:first-child {}
.head .nav ul li a {
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  display: block;
  width: 100%;
}
.head .nav ul li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: #0168b5;
  left: 50%;
  top: 98%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
}
.head .nav ul li:hover::before, .head .nav ul li.active::before {
  width: 50%;
  left: 50%;
  top: 98%;
  transform: translate(-50%, -50%);
}
.head .nav ul li a span {
  display: block;
  line-height: 30px;
  text-align: center;
  z-index: 9999;
  width: inherit;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
}
.head .nav ul li a .en {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  /* transition: all 0.3s ease-in-out; */
}
.head .nav ul li a .ch {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  /* transition: all 0.7s ease-in-out; */
}
.head .nav ul li a:hover .en {
  opacity: 0;
  /* transition: all 0.3s ease-in-out; */
}
.head .nav ul li a:hover .ch {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  /* transition: all 0.7s ease-in-out; */
}
/* 滚动加背景色 */
.head.nav_fixed {
  transition: all 0.6s ease-in-out;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
/* 滚动加背景色 */
.m_img.nav_fixed {
  transition: all 0.6s ease-in-out;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.head.nav_fixed .nav ul li a span {
  color: #333;
}
.head.nav_fixed .tel {
  color: #333;
}
.head.nav_fixed .tel i {
  color: #333;
}
.head.nav_fixed .logo img.lg_heise {
  opacity: 1;
  transition: all 0.7s ease-in-out;
}
.head.nav_fixed .logo img.lg_baise {
  opacity: 0;
  transition: all 0.7s ease-in-out;
}
.head .nav ul li .s_navbox {
  display: none;
  position: absolute;
  left: -25%;
  top: 100px;
  width: 150%;
  background: rgba(255, 255, 255, 1);
  z-index: 9999;
  box-sizing: border-box;
  box-shadow: 0 13px 10px 0px rgba(151, 150, 150, 0.22);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.head .nav ul li .s_navbox .s_a a {
  color: #333;
  font-size: 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  height: auto;
  line-height: 50px;
  border-bottom: 1px solid #eee;
  transition: all .36s ease;
}
.head .nav ul li .s_navbox .s_a a:last-child {
  border-bottom: 0px solid #fff;
}
.head .nav ul li .s_navbox .s_a a:hover {
  background: #0168b5;
  color: #fff;
}
.head .nav ul li .proo .s_a a:hover,.head .nav ul li .proo .s_a ul c a:hover span{transition: all 0.3s;
  background: #fff!important;
  color: #0168b5!important;
}
.head .nav ul li .proo .s_a a:hover img{
   transition: all 0.3s;transform: scale(1.1);
}
.m_nav {
  display: none;
}
.headlf .m_logo {
  display: none;
}
.headrg .m_menuimg {
  display: none;
}
/* 轮播图 */
.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slideBox .hd {
  height: 10px;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 1;
}
.slideBox .hd ul {
  text-align: center;
  padding-top: 5px;
}
.slideBox .hd ul li {
  cursor: pointer;
  float: left;
  margin-right: 5px;
  width: 30px;
  height: 10px;
  line-height: 14px;
  text-align: center;
  background: #fff;
}
.slideBox .hd ul .on {
  background: #00a2ff;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  z-index: 0;
}
.slideBox .bd li img {
  width: 100%;
  /* height: 100vh; */
  vertical-align: top;
}
/* 测试轮播图 */
.img_cut {
  background: no-repeat center center;
  background-size: cover;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
}
.iBannerHome .pd img {
  transition: all 3s ease-out;
}
.iBanner {
  /* position: absolute;
	top: -48px; */
}
.iBanner .swiperArrow {
  display: block;
}
.iBanner .swiperPrev {
  left: 80px;
}
.iBanner .swiperNext {
  right: 80px;
}
.iBanner .swiperDots {
  display: block;
}
.iBanner .pd {
  overflow: hidden;
  display: block;
}
.iBanner .pd img {
  width: 100%;
  /* height: calc(100vh - 50px); */
  /* 导航不固定 */
  height: 100vh;
}
.iBannerHome .pd img {
  transform: scale(1);
}
.iBannerHome .swiper-slide-active .pd img {
  transform: scale(1);
}
@media screen and (max-width:1024px) {
  body {
    padding-top: 0;
  }
  .iBanner .pd img {
    height: auto;
  }
}
@media screen and (max-width:540px) {
  .iBanner .swiperArrow {
    display: block;
  }
  .iBanner .swiperPrev {
    left: 20px;
  }
  .iBanner .swiperNext {
    right: 20px;
  }
}
/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
  .nav ul li .f_a {
    font-size: 16px;
  }
  .nav ul li .s_navbox .s_a a {
    font-size: 16px;
  }
  .nav ul li .s_navbox .s_a {
    width: 100%;
  }
  .head .nav ul li a span {
    font-size: 20px;
  }
  .head .nav ul li .s_navbox .s_a a {
    font-size: 14px;
  }
}
/*移动端导航*/
@media screen and (max-width: 1200px) and (min-width: 960px) {
  .head .nav {
    display: block;
    float: right;
    /* width: 100%; */
    width: 72%;
  }
}
@media screen and (max-width: 960px) and (min-width: 0px) {
  .msgNum {
    display: none;
  }
  .slider {
    margin-top: 0;
  }
  .head {
    display: none;
  }
  .m_img {
    display: block;
    height: 50px;
    background:rgba(0,0,0,.3);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    /* border-bottom: 1px solid #ddd; */
    overflow: hidden;
  }
  .m_img .headlf {
    padding-top: 2px;
    padding-left: 5px;
    float: left;
  }
  .m_img .headlf .m_logo {
    position: absolute;
    height: 33px;
    display: block;
    left: 10px;
    top:9px;
  }
  .m_img .headlf .m_logo.caise {
    opacity:0;

  }
  .m_img.nav_fixed .headlf .m_logo.caise {
    opacity: 1;
  }
  .m_img.nav_fixed .headlf .m_logo {
      
    opacity: 0;
  }
  .m_img .headrg .m_menuimg.caise {
    opacity: 0;
  }
  .m_img.nav_fixed .headrg .m_menuimg.caise {
    opacity: 1;
  }
  .m_img.nav_fixed .headrg .m_menuimg {
    opacity: 0;
  }
  .m_img .headrg {
    padding-right: 3%;
    padding-top: 15px;
    float: right;
  }
  .m_img .headrg a .m_menuimg {
    position: absolute;
    right: 10px;
    height: 16px;
    vertical-align: top;
    display: block;
  }
  .m_nav {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000;
  }
  .m_nav .closecover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0b0d19;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  .m_nav .closeicon {
    position: absolute;
    width: 20%;
    left: 30px;
    top: 5%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .m_nav .m_navList {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #0b0d19;
    height: 100%;
    z-index: 100;
    right: -80%;
    overflow-y: scroll;
  }
  .m_nav .m_navList ul {
    padding-left: 5%;
    padding-right: 5%;
  }
  .m_nav .m_navList ul li {
    border-bottom: 1px solid #232530
  }
  .m_nav .m_navList ul li a {
    display: block;
    height: 45px;
    color: #fff;
    line-height: 45px;
    padding-left: 5%;
    font-size: 16px;
  }
  .m_nav .m_navList ul li .m_f_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .m_nav .m_navList ul li .m_f_a a {
    flex: 1;
  }
  .m_nav .m_navList ul li .m_f_a i {
    width: 40px;
    height: 35px;
    box-sizing: border-box;
    padding: 9px 5px 0 10px;
    display: block;
  }
  .none{display:none!important}
  .icon {
    background: url("../images/plus.png") /*tpa=http://www.wxzchj.com/images/plus.png*/ 100% no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
    display:block!important;
    font-size: 14px;
    color: #fff;
  }
  .icon_on {
    background: url("../images/reduce.jpg") /*tpa=http://www.wxzchj.com/images/reduce.jpg*/ 50% no-repeat !important;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .m_nav .m_navList ul li .m_s_nav {
    display: none;
    width: 100%;
  }
  .m_nav .m_navList ul li .m_s_nav a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 10%;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
    text-overflow: ellipsis;
    text-decoration: none;
  }
}
.Search .text {
  width: 73%;
  height: 56px;
  padding-left: 15px;
  line-height: 56px;
}
.Search .submit {
  width: 27%;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-size: 16px;
}
.pop {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0 0 0 / 0.8);
  display: none;
}
.searchPop .Search {
  width: 50%;
}
.searchClose {
  position: absolute;
  top: 150px;
  right: 10vw;
  cursor: pointer;
  opacity: 0.8;
  transition: all .36s;
}
.searchClose:hover {
  opacity: 1;
  transform: rotate(180deg);
}
/* ===================首页banner样式========================== */
.banner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100vh;
  width: 100vw;
}
.banner a {
  display: block;
  width: 100%;
}
.ban-imgpc, .ban-imgmb {
  width: 100%;
  object-fit: cover;
  height: 100vh;
}
.ban-imgpc {
  min-height: 400px;
}
.ban-imgmb {
  min-height: 360px;
  display: none;
}
.ban-videopc {
  width: 100%;
  object-fit: cover;
  height: 100vh;
}
.banner .swiper-slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .swiper-pagination {
  bottom: 40px;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
.banner .swiper-pagination-bullet {
  background: #FFF;
  position: relative;
  opacity: .58;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #FFF;
}
.banner .swiper-pagination-bullet-active:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #FFF;
  position: absolute;
  border-radius: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.newshow .newshowtxt img{display:block; max-width:100%; margin:10px auto}
/* 2019/11/27 banner文字分离 */
.banner-words {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 50%;
  top: 33%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner-words h6 {
  font-size: 55px;
  font-weight: 600;
  color: #FFF;
  display: inline-block;
  position: relative;
  padding: 0;
  opacity: 0;
}
.vidban{width: 100%}
.banner-words p {
  width: 100%;
  font-size: 16px;
  color: #FFF;
  margin-top: 10px;
  opacity: 0;
}
.banner-words h3 {
  width: 100%;
  font-size: 26px;
  color: #FFF;
  opacity: 0;
  margin: 35px auto;
  font-weight: lighter;
}
.banner-words .anniu_btn_text {
  opacity: 0;
}
.swiper-slide-active .banner-words h6 {
  animation: banToun 1.2s ease both 600ms;
}
/* .swiper-slide-active .banner-words h6:after,
.swiper-slide-active .banner-words h6:before {
	animation: banToun 1.2s ease both 1s;
} */
.swiper-slide-active .banner-words p {
  animation: banToun 1.2s ease both 1s;
}
.swiper-slide-active .banner-words h3 {
  animation: banToun 1.2s ease both 1.1s;
}
.swiper-slide-active .banner-words .anniu_btn_text {
  animation: banToun 1.2s ease both 1.1s;
}
.banner_baise {
  width: 80px;
  height: 2px;
  background: #fff;
  margin: 25px auto;
  opacity: 0;
}
.swiper-slide-active .banner_baise {
  animation: banToun 1.2s ease both 1s;
}
@keyframes banToun {
  0% {
    opacity: 0;
    transform: translateY(180px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.btns i {
  font-size: 3vw;
  color: #fff;
}
@media screen and (max-width: 1600px) and (min-width: 0px) {
    .shuzhi_box_txt i{50px!important}
  .banner {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100vh;
    width: 100vw;
  }
  .banner-words {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .banner-words h6 {
    font-weight: 600;
    font-size: 28px;
    color: #FFF;
    display: inline-block;
    position: relative;
    padding: 10px 36px;
    /* border: 1px solid #FFF; */
    opacity: 0;
  }
  .banner-words h6:after, .banner-words h6:before {
    display: none;
    content: "";
    position: absolute;
    height: 3px;
    width: 60px;
    top: 50%;
    margin-top: 2px;
  }
  .banner-words h6:after {
    left: -68px;
    background: #0890f5;
  }
  .banner-words h6:before {
    right: -68px;
    background: #9cf6f5;
  }
  .banner-words p {
    width: 100%;
    font-size: 14px;
    color: #FFF;
    margin-top: 8px;
    opacity: 0;
  }
  .banner-words h3 {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    margin-top: 8px;
    opacity: 0;
  }
  .swiper-slide-active .banner-words h6 {
    animation: banToun 1.2s ease both 600ms;
  }
  .swiper-slide-active .banner-words p {
    animation: banToun 1.2s ease both 1s;
  }
  .swiper-slide-active .banner-words h3 {
    animation: banToun 1.2s ease both 1.1s;
  }
  .banner_baise {
    width: 150px;
    height: 1px;
    background: #fff;
    margin: 5px auto;
    opacity: 0;
  }
}
/*小屏幕*/
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner-words h6 {
    font-size: 40px;
  }
  .banner-words h3 {
    font-size: 20px;
    margin: 10px auto;
    font-weight: lighter;
  }
}
.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #3c3c3c;
  position: relative;
  padding: 50px 0;
  position: relative;
  z-index: 9;
}
.footer_address_wrap {
  width: 30%;
  padding-right: 20px;
  opacity: 1;
}
.footer_nav_wrap {
  width: 50%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  opacity: 1;
}
.footer_ewm_wrap {
  width: 20%;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  opacity: 1;
}
.footer_nav_box {
  padding: 0 10px;
}
.footer_nav_tit, .footer_address_tit {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}
.footer-h2 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  font-family: arial;
}
.footer_address_text a, .footer_address_text {
  font-size: 14px;
  line-height: 28px;
  color: #ddd;
}
.footer_content_address {
  margin-bottom: 30px;
}
.footer_content_address:nth-child(2) {
  margin-bottom: 0px;
}
.footer_nav_item a {
  font-size: 14px;
  line-height: 28px;
  color: #ddd;
}
.footer_nav_item a.footer_cp_link {
  width: 33.33333%;
  float: left;
}
.footer_nav_list {
  margin-top: 20px;
}
.footer_content_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.footer_ewm_content {
  width: 39.520958%;
  margin: 0 16px
}
.footer_logo_box {
  margin-bottom: 20px;
}
.footer_logo_box svg {
  width: 100%;
  height: 100%;
}
.footer_ewm_box {
  width: 100%;
}
.footer_ewm_img {
  padding-bottom: 100%;
  height: 0;
  position: relative;
}
.footer_ewm_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer_share_box {
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 15px;
}
.footer_share_item a {
  display: block;
}
.footer_share_icon {
  font-size: 1.71875vw;
  color: #9d9d9d;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.footer_share_icon:hover {
  color: #333;
}
.footer_bottom_box {
  background: #2d2d2d;
  padding: 36px 0;
}
.footer_bq_box {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer_bq_text {
  padding: 0 18px;
  position: relative;
}
.footer_bq_text:after {
  content: "";
  height: 50%;
  top: 25%;
  left: 0;
  width: 1px;
  position: absolute;
  background: #999999;
}
.footer_bq_text:first-child {
  padding: 0 18px 0 0;
}
.footer_bq_text:first-child:after {
  display: none;
}
.footer_build_text, .footer_bq_text {
  line-height: 28px;
  font-size: 16px;
  color: #999999;
}
.footer_build_text a, .footer_bq_text a {
  color: #999999;
  display: inline-block;
}
.footer_address_wrap a, .footer_bottom_box a, .footer_nav_wrap a {
  position: relative;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.footer_address_wrap a:after, .footer_bottom_box a:after, .footer_nav_wrap a:after {
  /* content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	pointer-events: none;
	height: 1px;
	width: 0;
	background-image: linear-gradient(225deg, #0168b5, #0168b5);
	-webkit-transition: all .6s ease;
	transition: all .6s ease; */
}
.footer_address_wrap a:hover, .footer_nav_wrap a:hover {
  color: #ddd;
}
.footer_address_wrap a:hover:after, .footer_bottom_box a:hover:after, .footer_nav_wrap a:hover:after {
  left: 0;
  width: 100%;
}
.footer_banquan {
  font-size: 14px;
  position: relative;
  z-index: 3;
  background: #2d2d2d;
  padding: 20px 0;
  color: #999999;
  text-transform: uppercase;
}
.footer_banquan a {
  color: #999999;
}
/*移动端默认样式*/
@media screen and (max-width: 960px) {
    .business .tabs .item .text h2{font-size:18px!important}
    .business .slide .swiper-slide img{min-height:300px!important}
    .banner-words{top:29%!important}
  .flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #3c3c3c;
    position: relative;
    padding: 30px 0;
    position: relative;
    z-index: 9;
  }
  .footer_address_wrap {
    width: 100%;
    padding-right: 0px;
    opacity: 1;
  }
  .footer_nav_wrap {
    display: none!important;
    width: 42%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    opacity: 1;
  }
  .footer_ewm_wrap {
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: center;
    opacity: 1;
  }
  .footer_nav_box {
    padding: 0 10px;
  }
  .footer_nav_tit, .footer_address_tit {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
  }
  .footer_address_text a, .footer_address_text {
    font-size: 14px;
    line-height: 28px;
    color: #ddd;
  }
  .footer-h2 {
    font-size: 28px
  }
  .footer_content_address {
    margin-bottom: 10px;
  }
  .footer_nav_item a {
    font-size: 16px;
    line-height: 32px;
    color: #666;
  }
  .footer_nav_list {
    margin-top: 10px;
  }
  .footer_content_box {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .footer_ewm_content {
    width: 39.520958%;
  }
  .footer_logo_box {
    margin-bottom: 20px;
  }
  .footer_logo_box svg {
    width: 100%;
    height: 100%;
  }
  .footer_ewm_box {
    width: 100%;
  }
  .footer_ewm_img {
    padding-bottom: 100%;
    height: 0;
    position: relative;
  }
  .footer_ewm_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .footer_share_box {
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 15px;
  }
  .footer_share_item a {
    display: block;
  }
  .footer_share_icon {
    font-size: 1.71875vw;
    color: #9d9d9d;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
  }
  .footer_share_icon:hover {
    color: #333;
  }
  .footer_bottom_box {
    background: #2d2d2d;
    padding: 36px 0;
  }
  .footer_bq_box {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer_bq_text {
    padding: 0 18px;
    position: relative;
  }
  .footer_bq_text:after {
    content: "";
    height: 50%;
    top: 25%;
    left: 0;
    width: 1px;
    position: absolute;
    background: #999999;
  }
  .footer_bq_text:first-child {
    padding: 0 18px 0 0;
  }
  .footer_bq_text:first-child:after {
    display: none;
  }
  .footer_build_text, .footer_bq_text {
    line-height: 28px;
    font-size: 16px;
    color: #999999;
  }
  .footer_build_text a, .footer_bq_text a {
    color: #999999;
    display: inline-block;
  }
  .footer_address_wrap a, .footer_bottom_box a, .footer_nav_wrap a {
    position: relative;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
  }
  .footer_address_wrap a:after, .footer_bottom_box a:after, .footer_nav_wrap a:after {
    /* content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		pointer-events: none;
		height: 1px;
		width: 0;
		background-image: linear-gradient(225deg, #0168b5, #0168b5);
		-webkit-transition: all .6s ease;
		transition: all .6s ease; */
  }
  .footer_address_wrap a:hover, .footer_nav_wrap a:hover {
    color: #333;
  }
  .footer_address_wrap a:hover:after, .footer_bottom_box a:hover:after, .footer_nav_wrap a:hover:after {
    left: 0;
    width: 100%;
  }
  .footer_banquan {
    position: relative;
    z-index: 3;
    background: #2d2d2d;
    padding: 20px 0;
    color: #999999;
    font-size: 12px;
  }
  .footer_banquan a {
    color: #999999;
    font-size: 12px;
  }
}
.swkc_scroll {
  position: fixed;
  bottom: 30%;
  right: 1%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  display: none;
  z-index: 999999;
  background: #666;
  transition: all .6s;
}
.swkc_scroll:hover {
  background: #0168b5;
}
.swkc_scroll:hover i {
  color: #fff;
}
.swkc_scroll i {
  font-size: 25px;
  color: #fff;
  line-height: 55px;
  cursor: pointer;
}

.mt0{margin-top: 0!important}
.footer_nav_box,.footer_nav_item{width: 100%}
.footer_nav_item ul{width: 25%; float: left; line-height: 65px}
.footer_nav_item ul a{width: 100%; display: block}
.footer_nav_item ul a:first-child{font-size: 20px;padding-bottom: 10px}

.p14-infolist-1-list img{width: 100%}
.p14-infolist-1-list img:hover{transition: all 0.5s;transform: scale(1.05);}

.pages span{margin: 5px; float: left}
.page-numbar{margin-top: 0!important}
.page-num{float: left; margin-left:5px!important}
.pages span a{padding:5px 10px; background: #f5f5f5; color: #333}
.pages span a:hover,.pages span .page-num-current{background:#005bac; color: #fff}
.pages .page-numbar a{margin: 0 5px}
.fanye{width: 100%; overflow: hidden; padding-top:25px; border-top:1px solid #eee}
.fanye li{width: 100%; float: left;overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;}
.fanye li a{color: #333}

#translate{display:none}
