

:root {
  --thm-font: "Poppins", sans-serif;
  --thm-base: #ffffff;
  --thm-base-rgb: 255, 255, 255;
  --thm-primary: #0458c6;
  --thm-primary-rgb: 234, 19, 14;
  --thm-black: #151515;
  --thm-black-rgb: 21, 21, 21;
  --thm-gray: #868686;
}

body {
  font-family: var(--thm-font);
  color: var(--thm-gray);
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
p{margin: 0;}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--thm-black);
  margin: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
}
ul, li {
  list-style: none;
}
/*设置左右浮动*/
.fl{float: left;}
.fr{float: right;}
/*清楚浮动*/
.clearfix:after{visibility:hidden; display:block; font-size:0; content: " "; clear:both; height:0;}
.clearfix{*zoom:1;}
.mt20{ margin-top: 20px;}
.col-xs-6 {
  width: 50%;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    -ms-interpolation-mode: bicubic;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 3rem;
  overflow: hidden;
  background: #f5f5f5;
}

.container {
  max-width: 1420px;
}

.auto-container {
  position: static;
  max-width: 14.2rem;
  padding: 0px 0.15rem;
  margin: 0 auto;
}

.header-wrap{
    background: #ffffff;
    z-index: 999;
    width: 100%;
    transition: all .3s;
    padding: 0.07rem 0;
}
.activehead {
  padding: 0.10rem 0;
  top: 0;
  background: #fff;
  box-shadow: 0px 0px 0.15rem 0px rgb(170 170 170 / 15%);
}
.header-wrap .navbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 1.28rem;
  padding: 0.25rem 0;
}

.header-wrap .navbox  .logobox {
  width: 6.40rem;
  float: left;
}
.header-wrap .navbox .navList {
  float: right;
}

.header-wrap .navbox .navList a {
  display: block;
  color: #000000;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.45rem;
  height: 0.45rem;
  padding: 0 0.21rem;
  margin: 0.14rem 0;
  float: left;
  transition: all .3s;
  position: relative;
  font-weight: bold;
}
.header-wrap .navbox .navList a:hover {
  color: #1350f8!important;
}
.header-wrap .navbox .navList a:hover::after, .header-wrap .navbox .navList a:hover::before {
  transform: scaleX(1);
}
.head .navbox .navList a:hover {
    color: #fff!important;
}
.header-wrap .navbox .navList a::before {
  transition: all .3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  display: block;
  content: "";
  background: #097bc8;
  transform: scaleX(0);
  transform-origin: 0 100%;
  z-index: -1;
}
.header-wrap .navbox .navList a::after {
  z-index: -1;
  transition: all .3s;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  display: block;
  content: "";
  background: #097bc8;
  transform: scaleX(0);
  transform-origin: 100% 0;
}


.header-wrap .navbox .logobox .side-menu-toggler {
  display: none;
}

/* 轮播 */
.bannerbox-wrap{
  margin-top: 0.38rem;
}


#swiper1 .swiper-slide img{
  width: 100%;
}

.mobanner{
  display: none;
}

#swiper1 .tobox{
    width: 1.45rem;
    position: absolute;
    left: 28%;
    bottom: 15%;
    height: 0.80rem;
    z-index: 111;
}

.product-wrap {
  padding: 0.40rem 0;
}
.component-title{
  margin-bottom: 0.10rem;
}
.component-title h2{
  color: #393939;
  font-size: 0.26rem;
  text-align: center;
  height: 0.45rem;
  line-height: 0.45rem;
  margin-bottom: 0.15rem;
}
.component-title p{
  color: #747774;
  font-size: 0.12rem;
  text-align: center;
  height: 0.30rem;
  line-height: 0.30rem;
}
.tabbar {
  margin: 0 auto;
  text-align: center;
  margin-top: 0.34rem;
  margin-bottom: 0.34rem;
}
.tabbar li{
  display: inline-block;
  padding: 0 0.28rem;
  border-right: 1px solid #dedede;
  line-height: 0.18rem;
}
.tabbar li:last-child{
  border-right: 0;
}

.tabbar li a{
  color: #747774;
  font-size: 0.16rem;
}
.tabbar li a.on{
  color: #1244e9;
  font-weight: bold;
} 
.product-block{
  margin-top: 0.45rem;
}
.product-block .left-pro .img{
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0) scale(1,1);
  text-align: center!important;
}

.product-block .left-pro .ico {
  width: 1.30rem;
  height: .42rem;
  line-height: 0.42rem;
  background: #ffffff;
  position: absolute;
  left: calc(50% - 0.65rem);
  top: calc(50% - 0.21rem);
  transform: scale(0);
  border-radius: 0.25rem;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 1000;
}

.product-block .left-pro:hover .ico a{
  color: #000000;
  font-size: 0.18rem;
}

.product-block .left-pro .img::before{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: rgba(10, 10, 10, 0.4);
  transform: scaleX(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 999;
}
.product-block .left-pro:hover .img::before {
  transform: scaleX(1);
}
.product-block .left-pro:hover .ico {
  transform: scale(1);
}












.product-block .left-pro .link-title h6{
  font-size: 0.16rem;
  height: 0.35rem;
  line-height: 0.35rem;
  text-align: center;
}
.product-block .left-pro .link-title .desc{
  font-size: 0.12rem;
  height: 0.30rem;
  line-height: 0.30rem;
  text-align: left;
  color: #a8a8a8;
}



.product-block .right-pro .item{
  padding: 0 0.12rem;
}

.product-block .right-pro .item .img{
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0) scale(1,1);
}
.product-block .right-pro .item .img{
  text-align: center!important;
}

.product-block .right-pro .link-title p{
  font-size: 0.12rem;
  height: 0.36rem;
  line-height: 0.18rem;
  text-align: left;
  color: #a8a8a8;
  overflow: hidden;
}
.product-block .right-pro .link-title .title {
  font-size: 0.16rem;
  line-height: 0.35rem;
  text-align: center;
}
.product-block .right-pro .link-title .title a {
  color: #000000;
}
.product-block .right-pro .ico {
  width: 1.30rem;
  height: .42rem;
  line-height: 0.42rem;
  background: #ffffff;
  position: absolute;
  left: calc(50% - 0.65rem);
  top: calc(50% - 0.21rem);
  transform: scale(0);
  border-radius: 0.25rem;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 1000;
}

.product-block .right-pro .item .ico a{
  color: #000000;
  font-size: 0.18rem;
}

.product-block .right-pro .item .img::before{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: rgba(10, 10, 10, 0.4);
  transform: scaleX(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 999;
}
.product-block .right-pro .item:hover .img::before {
  transform: scaleX(1);
}
.product-block .right-pro .item:hover .ico {
  transform: scale(1);
}



.more-btn{
  width: 5.59rem;
  height: 0.60rem;
  display: block;
  line-height: 0.6rem;
  background: #e7e7e7;
  border: 2px solid #000000;
  border-radius: 5px;
  margin: 0.45rem auto 0.5rem;
  text-align: center;
  font-size: 0.16rem;
}


.about-wrap {
  position: relative;
  padding: 0.35rem 0.31rem;
  
}

.about-block{
  background: url('../images/about.jpg') top center no-repeat;
  background-size: 100%;
  padding-top: 1.97rem;
}

.about-block .about-content-block{
  background: #ffffff;
  width: 11.68rem;
  margin: 0 auto;
  padding: 0.50rem 0.85rem 0.25rem;
  border-radius: 0.15rem;
}
.about-block .about-content-block .title{
  font-size: 0.26rem;
  color: #393939;
  height: 0.38rem;
  line-height: 0.38rem;
  text-align: center;
}

.about-block .about-content-block .en{
  font-size: 0.14rem;
  color: #a8a8a8;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
}
.about-block .about-content-block .content-block{
  margin-top: 0.15rem;
  font-size: 0.16rem;
  color: #a8a8a8;
  line-height: 0.27rem;
  text-indent: 2em;
}

.about-block .about-content-block .number{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 0.25rem;
}

.about-block .about-content-block .number .col4{
  width: 24%;
  display: inline-block;
  border-right: 1px solid #dedede;
}
.about-block .about-content-block .number .col4:last-child {
  border-right: 0;
}

.about-block .about-content-block .number .col4 .title_atext{
  display: block;
  width: 100%;
}
.about-block .about-content-block .number .col4 .title_atext h3 {
  width: 100%;
  font-weight: 600;
  width: 70%;
  float: left;
  text-align: right;
  font-size: 0.30rem;
  color: #000000;
  padding-top: 0.18rem;
}

.about-block .about-content-block .number .col4 .title_atext span {
  width: 30%;
  float: left;
  text-align: left;
  font-size: 0.14rem;
}
.about-block .about-content-block .number .col4 .title_text {
  display: block;
  float: left;
  text-align: left;
  font-size: 0.16rem;
  width: 100%;
  height: 0.30rem;
  text-align: center;
  color: #a8a8a8;
}


.about-wrap .about-left-wrap{
  float: left;
  width: 48%;
 padding-top: 215px;
 padding-right: 60px;
}

.about-wrap .about-wrap-title {
  background: url(../images/about-title.png) left bottom no-repeat;
  position: absolute;
  z-index: 100;
  width: 1033px;
  height: 155px;
  top: 60px;
  padding-top: 30px;
}

.about-wrap .about-wrap-title p{
  font-size: 60px;
  font-weight: bold;
  display: block;
  color: #000000;
  height: 60px;
  line-height: 60px;
  
}

.about-wrap .about-right-wrap{
  float: left;
  width: 50%;
}


.about-more-block .more-btn{
  font-size: 24px;
  color: #1055dd;
  font-weight: bold;
}


.about-wrap .about-left-wrap .about-left-wrap-content p{
  font-size: 16px;
  color: #000000;
  line-height: 28px;
}
.service-block {
  text-align: center;
} 
.service-block .col5 {
  display: inline-block;
  padding: 0 0.15rem;
}
.service-block .col5 .img {
  position: relative;
  width: 2.11rem;
  height: 2.02rem;
}
.service-block .col5 .img .img-bg{
  background: url('../images/ico_bg.png') center no-repeat;
  z-index: -1;
  background-size: 100% 100%;
}

.service-block .col5 .img image{
  width: 2.11rem;
  height: 2.02rem;
}

.service-block .col5 .bg-line{
  position: absolute;
  top: -0.06rem;
  transform: rotate(354deg);
  /*支持 safari chrome浏览器 */
  -webkit-transform: rotate(354deg);
  /* 支持IE浏览器 */
  -ms-transform: rotate(354deg);
  /* 支持opera浏览器 */
  -o-transform: rotate(354deg);
  width: 2.11rem;
  height: 2.02rem;
  background: url('../images/ico_line.png') center no-repeat;
  background-size: 100% 100%;
  left: -0.16rem;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}



.service-block .col5 .caption-text{
  margin-top: 0.26rem;
  color: #a8a8a8;
  font-size: 0.16rem;
  text-align: center;
  height: 0.4rem;
  line-height: 0.4rem;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service-block .col5 .caption-text a{
  color: #a8a8a8;
}
.service-block .col5:hover .caption-text{
  color: #d66446;
}
.service-block .col5:hover .img .bg-line{
  top: 0;
  left: 0;
  transform: rotate(360deg);
 /*支持 safari chrome浏览器 */
 -webkit-transform: rotate(360deg);
 /* 支持IE浏览器 */
 -ms-transform: rotate(360deg);
 /* 支持opera浏览器 */
 -o-transform: rotate(360deg);
 /* 支持Firefox浏览器 */

}
.service-block .col5:hover .img .img-bg{
  background: url('../images/ico_line_hs.png') center no-repeat;
  background-size: 100% 100%;

}


.service-block .col5:hover .img .bg-line:after{
  background: url('../images/ico_bg.png') center no-repeat;
}


.message-wrap .message-block{
  background: url('../images/message_bg.png') top center no-repeat;
  padding: 0.46rem 0.65rem;
  display: flex;
  justify-content: space-between;
}


.message-wrap .message-block .left .company{
  font-size: 0.36rem;
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  color: #552b32;
  font-weight: bold;
  margin: 0.45rem auto .2rem;
}
.message-wrap .message-block .left .dzimg{
  width: 5.65rem;
  height: 1.18rem;
}
.message-wrap .message-block .left .pm1{
  color: #393939;
  font-size: 0.24rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
}

.message-wrap .message-block .left .pm2 .pt{
  color: #393939;
  font-size: 0.24rem;
  float: left;
  padding-left: 0.5rem;
}
.message-wrap .message-block .left .pm2 p{
  color: #000000;
  font-size: 0.24rem;
  float: left;
  padding-left: 0.25rem;
}

.message-wrap .message-block .right form{
  padding-left: 0.90rem;
}
.message-wrap .message-block .right form .input input{
  margin-bottom: 0.15rem;
  height: 0.65rem;
  padding: .2rem .3rem;
  width: 100%;
  outline:none;
  border: 0;
  background:rgba(255, 255, 255, 0.75);
  font-size: 0.14rem;
}

.message-wrap .message-block .right form .textarea .textarea-text{
  outline:none;
  border: 0;
  padding: .2rem .3rem;
  background:rgba(255, 255, 255, 0.75);
  font-size: 0.14rem;
  width: 100%;
}

.message-wrap .message-block .right form .submit-button{
  outline:none;
  height: .64rem;
  line-height: 0.64rem;
  background: #552b32;
  color: #ffffff;
  text-align: center;
  font-size: 0.14rem;
  margin-top: 0.32rem;
  width: 100%;
  border: 0;
  border-radius: 5px;
}

.footer-wrap .footer-block{
  background: #d9d9d9;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
}

.footer-wrap .footer-logo {
  float: left;
  padding-top: 0.18rem;
}
.footer-wrap .list {
  float: right;
}
.footer-wrap .list li{
  font-size: 0.14rem;
  color: #393939;
  height: 0.26rem;
  line-height: 0.26rem;
}
.footer-wrap .copyright{
  background: #1a1a1a;
  padding: 0.2rem 0;
}
.footer-wrap .copyright p{
  font-size: 0.14rem;
  color: #a8a8a8;
  text-align: center;
  display: block;
  height: 0.32rem;
  line-height: 0.32rem;
}

.footer-wrap .copyright p a{
  color: #a8a8a8;
}

.case-wrap {
  margin: 0.35rem 0;
}

.case-wrap .item {
  text-align: center;
  margin-bottom: 0.35rem;
  overflow: hidden;
}
.case-wrap .item .elc-text{
  text-align: center;
  margin: 5px 0 0 0;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 40px;
  color: #4c4c4c;
}


.case-wrap .item :hover img {
  -webkit-transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}

.case-wrap .item :hover .elc-text {
  color: var(--thm-primary);
}

.case-wrap .item  .elc-img {
  overflow: hidden;
}

.case-wrap .item  .elc-img img {
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  -o-transition: all ease 0.7s;
  transition: all ease 0.7s;
}




.show {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.show .title {
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.5rem;
  color: #000000;
  font-weight: bold;
}

.show .content {
  margin-top: 0.3rem;
  margin-top: 0.35rem;
  font-size: 0.15rem;
  line-height: 0.28rem;
}
.show .content table td{
  padding: 5px 8px;
}

/* 联系我们 */
.distable {
  width: 100%;
  display: table;
}
.contact{
  margin-top: 40px;
}
.contact-top h2 {
  color: #323232;
  padding-top: 20px;
  font-size: 24px;
  padding-bottom: 30px;
}
.contact-top p {
  margin-bottom: 10px;
}
.contact-top p {
  font-size: 16px;
}
.contact-top img {
  display: block;
  max-width: 100%;
}




/* 单页面子页 */
.location_main {
  padding: 10px 0;
  background: #fbfbfb;
}
.location_main .crumbs_nav {
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.location_main .crumbs_nav a {
  position: relative;
  color: #666;
}
.location_main .crumbs_nav i {
  margin: 0 10px;
}
.content_title{
  margin: 20px auto 25px;
}

.content_title .title_p1{
  font-size: 32px;
  color: #008cd6;
}
.content_title .title_p1{
  font-size: 32px;
  color: #008cd6;
}
.content-wrap .container{
  padding-bottom: 20px;
}
.content-wrap .news-title {
  text-align: center;
  padding: 30px;
  /* border-bottom: 1px solid #dfdfdf; */
}

.content-wrap .news-title h1 {
  font-size: 20px;
  color: #333;
  display: block;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  white-space: initial;
}

.content_title .title_p2 {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}

.content-wrap .contents {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  text-align: left;
  padding: 40px 10px;
}


/* 产品列表 */

.product-list-wrap .menu-block {
  width: 24%;
  overflow: hidden;
  margin: 0;
  padding: 0 0 20px;
  float: left;
}
.product-list-wrap .menu-block  .menu_tit {
  width: 100%;
  height: 72px;
  overflow: hidden;
  margin: 0 auto;
  padding: 16px 20px;
  background: #0071bf;
  box-sizing: border-box;
}
.product-list-wrap .menu-block .menu_tit p {
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 24px;
  margin: 0 auto;
  padding: 0;
}
.product-list-wrap .menu-block .menu_tit span {
  display: block;
  width: 100%;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  color: rgba(255,255,255,.5);
  font-family: arial;
  font-size: 14px;
  font-style: italic;
  margin: 0 auto;
  padding: 0;
}
.product-list-wrap .menu-block .menu_list {
  background: #fff;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 20px;
  padding: 20px 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-top: 0;
}
.sub-nav-box .sub-nav {
  clear: both;
  text-align: left;
  margin-bottom: 20px;
  width: 100%;
  overflow: visible;
}

.sub-nav-box .sub-nav li {
  width: 100%;
  padding: 0px;
  text-align: left;
  position: relative;
  display: block;
}
.sub-nav-box li .arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  transition-duration: 0.1s;
  cursor: pointer;
}

.sub-nav-box li .arrow {

  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}


.sub-nav-box .sub-nav li a {
  display: block;
  padding-left: 25px;
  line-height: 54px;
  font-size: 14px;
  color: #464545;
  font-family: "Microsoft YaHei",Tahoma,Verdana,"Simsun";
  border-bottom: 1px #ececec solid;
  font-size: 15px;
  font-weight: bold;
}


.sub-nav-box .sub-nav li ul{display:none}
.sub-nav-box .sub-nav li ul li a{padding-left:55px;font-size: 12px;}
.sub-nav-box .sub-nav li ul li ul li a{padding-left:85px;}

.sub-nav-box li .arrow{position:absolute;right:0px;top:0px;width:54px;height:54px;line-height:54px; text-align:center;transition-duration:0.1s;cursor:pointer;transform:rotate(0deg)}
.sub-nav-box li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.sub-nav-box .sub-nav li.current > a{color:#5a342b;}
.sub-nav-box .sub-nav li.active > ul{display:block}
.sub-nav-box .sub-nav li.active > .arrow{transform:rotate(90deg)}





/* 产品子页 */


/* 证书子页 */



/* 分页 */

.navigation{
	text-align: center;
	font-size: 0;
	margin-top: 30px;
  display: flex;
  clear: both;
  justify-content: center;
}
.navigation h2{
	display: none;
}
.navigation a,.navigation span{
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	background: #f5f5f5;
	margin: 0 1px;
}
.navigation span{
	background: #1244e9;
	color: #ffffff;
}
.navigation a:hover,.navigation span:hover{
	background: #1244e9;
	color: #ffffff;
}
.navigation a.next,.navigation a.prev{
	width: auto;
	padding: 0 15px;
}



.footer-wrap .footer-copyright p{
  font-size: 18px;
  font-weight: 300;
  color: #ababab;
  line-height: 72px;
  background: #000000;
  text-align: center;
}

.footer-wrap .footer-copyright p a{
  color: #ababab;
}

.footer-main {
  color: #ababab;
  font-size: 18px;
  background: #26498d;
  padding: 40px 0;
}

.footer-main .row{
  align-items: center;
  justify-content: center;
}
.footer-main .row p{
  font-size: 18px;
  color: #ababab;
}


  /* 子页 */

  .product-wrap{
    margin: 0.35rem 0;
  }
  .product-wrap .proinfo{
    margin-bottom: 0.35rem;
  }
  .product-wrap .proinfo .link-title .title {
    font-size: 0.16rem;
    line-height: 0.35rem;
    text-align: center;
  }
  .product-wrap .proinfo .link-title .title a {
    color: #000000;
  }

  .product-wrap .proinfo  .link-title p {
    font-size: 0.14rem;
    height: 0.36rem;
    line-height: 0.18rem;
    text-align: left;
    color: #a8a8a8;
    overflow: hidden;
  }
  .product-wrap .proinfo .ico {
    width: 1.30rem;
    height: .42rem;
    line-height: 0.42rem;
    background: #ffffff;
    position: absolute;
    left: calc(50% - 0.65rem);
    top: calc(50% - 0.21rem);
    transform: scale(0);
    border-radius: 0.25rem;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 1000;
  }
  .product-wrap .proinfo .img {
    text-align: center!important;
  }

  .product-wrap .proinfo .img {
      overflow: hidden;
      position: relative;
      -webkit-transform: translateZ(0) scale(1,1);
  }

  
  .product-wrap .proinfo:hover .ico a{
    color: #000000;
    font-size: 0.18rem;
  }

  .product-wrap .proinfo .img::before{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: rgba(10, 10, 10, 0.4);
    transform: scaleX(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 999;
  }
  .product-wrap .proinfo:hover .img::before {
    transform: scaleX(1);
  }
  .product-wrap .proinfo:hover .ico {
    transform: scale(1);
  }
    


  


@media (max-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1199px) {
  
  .about-wrap .about-wrap-title{
    background-size: 100%;
    width: 790px;
    top: 20px;
    height: 140px;
  }
  .about-wrap .about-wrap-title p{
    font-size: 40px;
    height: 40px;
    line-height: 40px;
  }

  .about-wrap .about-left-wrap{
    padding-top: 127px;
    padding-right: 20px;
  }
  .about-wrap .about-left-wrap .about-left-wrap-content p:last-child{
    display: none;
  }

  .tit_1{
    font-size: 46px;
  }
  .tit_1 .more-btn{
    font-size: 18px;
    margin-left: 25px;
  }
  .slideGroup .hd{
    top: -110px;
  }
  .tit_1 h1{
    opacity: 0.1;
    font-size: 150px;
  }
  .footer-main .row p{
    font-size: 14px;
  }
  
}
@media (max-width: 992px) {
  .header-wrap .navbox .logobox{
    width: 100%;
  }
  .header-wrap .navbox .navList{
    display: none;
  }
  .header-wrap .navbox .logobox .side-menu-toggler {
    float: right;
    font-size: 32px;
    margin: 10px 10px 10px 0;
  }
  .header-wrap .navbox .logobox .side-menu-toggler {
    display: block;
  }



  .wz-box {
    display: none;
  }
  .pageTitleTel{
    display:block;
  }
  
  
}

@media (max-width: 767px) {
  .main-wrap{
    background-repeat:repeat-y;
  }
  .header-wrap .navbox .logobox img {
      height: 40px;
  }
  .header-wrap .navbox .logobox .side-menu-toggler{
    margin: 0;
  }
  .header-wrap .navbox{
    height: 40px;
  }
  .activehead{
    background: #bfbfbf;
  }
  
  .product-block .left{
    display: none;
  }





  .about-block .about-content-block{
    width: 95%;
    padding: 0.20rem 0.25rem 0.25rem;
    
  }
  .about-block .about-content-block .number{
    width: 100%;
  }

  .message-wrap .message-block{
    padding: 0.2rem 0.25rem;
  }
  .message-wrap .message-block .left{
    width: 100%;
    margin-left: 0; 
  }

  .message-wrap .message-block .left .dzimg{
    margin: 0 auto;
    margin-bottom: 0.2rem;
  }
  .message-wrap .message-block .left .company{
    margin: 0 auto .2rem;
  }

  .message-wrap .message-block .left .pm1,.message-wrap .message-block .left .pm2{
    display: none;
  }
  

  .message-wrap .message-block .right{
    width: 100%;
    
  }
  .message-wrap .message-block .right form{
    padding-left: 0;
  }
  .footer-wrap .footer-block{
    padding: 0.2rem .25rem;
  }
  .footer-wrap .list{
    width: 100%;
    margin-top: 0.2rem;
  }

  .footer-wrap .list li{
    font-size: 0.18rem;
  }


  .product-wrap .proinfo .link-title .title a{
    font-size: 0.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .product-wrap .proinfo .link-title p{
    font-size: 0.28rem;
    height: 0.72rem;
    line-height: 0.36rem;
  }
  
 
}
@media (max-width: 420px){
  .header-wrap .navbox .logobox img {
    height: 35px;
  }
  .bannerbox-wrap .container{
    padding: 0;
  } 
  .component-title h2{
    font-size: 0.32rem;
  }
  .tabbar{
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .tabbar li{
    padding: 0 0.2rem;
  }
  .tabbar li a{
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.28rem;
  }

  .tabbar li:nth-child(4){
    border-right: 0;
  }
  
  
  .product-block .right-pro .link-title{
    padding: 0.05rem 0.1rem;
  }

  .product-block .left-pro{
    margin-bottom: 0.3rem;
  }
  .product-block .left-pro .link-title h6{
    font-size: 0.32rem;
    height: 0.52rem;
    line-height: 0.52rem;
  }
  .product-block .left-pro .link-title .desc{
    font-size: 0.24rem;
    height: 0.96rem;
    line-height: 0.48rem;
  }


  .product-block .right-pro .link-title .title {
    font-size: 0.32rem;
    height: 0.52rem;
    line-height: 0.52rem;
    text-align: center;
  }
  

  .product-block .right-pro .link-title p{
      font-size: 0.26rem;
      height: 0.78rem;
      line-height: 0.39rem;
  }
.product-block .right-pro .link-title .title
  .product-block .right-pro .ico{
    height: 0.68rem;
    line-height: 0.68rem;
    width: 1.5rem;
  }
  .about-wrap {
    padding: 0;
  }

  .about-block .about-content-block{
    padding : 0;
    width: 100%;
  }
  .about-block .about-content-block .title{
    font-size: 0.36rem;
    height: 0.72rem;
    line-height: 0.72rem;
  }
  .about-block .about-content-block .en{
    font-size: 0.28rem;
  }
  .about-block .about-content-block .content-block{
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  .about-block .about-content-block .number .col4{
    width: 45%
  }
  .about-block .about-content-block .number .col4:nth-child(2){
    border-right: 0;
  }
  .about-block .about-content-block .number .col4 .title_atext h3{
    font-size: 0.4rem;
  }

  .component-title p{
    font-size: 0.26rem;
    height: 0.56rem;
    line-height: 0.56rem;
  }
.product-block .right-pro .link-title .title
  .more-btn{
    height: 0.80rem;
    line-height: 0.80rem;
    font-size: 0.32rem;
  }

  .service-block .col5 .caption-text{
    font-size: 0.28rem;
    height: 0.56rem;
    line-height: 0.56rem;
  }

  .footer-wrap .list li{
    font-size: 0.24rem;
    height: 0.3rem;
    line-height: 0.3rem;
  }
  .footer-wrap .copyright p{
    font-size: 0.24rem;
    height: 0.64rem;
    line-height: 0.32rem;
  }

  
  
}

/* 手机端菜单 */

/* 手机端菜单 */
.mobile-nav-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #151515;
	opacity: 0.8;
	cursor: pointer;
}

.mobile-nav-wraper.expanded {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.mobile-nav-wraper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	z-index: 9999999;
}
.mobile-nav-content {
  width: 300px;
  background-color: #000000;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}


.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.mobile-nav-close i{
	font-size: 18px;
	color: #ffffff;
}
.mobile-nav-content .logo-box {
	margin-bottom: 40px;
}
.mobile-nav-content .logo-box img{
	width: 170px;
}

.mobile-nav-block .mobile-nav-box li{
	display: block;
	
}
.mobile-nav-block .mobile-nav-box li ul{
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.mobile-nav-content .mobile-nav-box li:not(:last-child){
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav-content .mobile-nav-box li a{
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    line-height: 30px;
	    color: #fff;
	    font-size: 15px;

	    height: 46px;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-transition: 500ms;
	    transition: 500ms;
}
.mobile-nav-block .mobile-nav-box li button{
	height: 30px;
	width: 30px;
	background: #0458c6;
	border: none;
	outline: none;
	color: #fff;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg); 
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.mobile-nav-block .mobile-nav-box li button i{
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}
.mobile-nav-block .mobile-nav-box li button.open{
	background: #0458c6;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg); 
}
.mobile-nav-block .mobile-nav-box li button.open i{
	color: #000;
	
}


.mobile-nav-block .mobile-nav-box li ul li{
	padding-left: 1em;
}
.mobile-nav-contact{
	margin: 20px 0;
}
.mobile-nav-contact li{
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}
.mobile-nav-contact li i{
	height: 30px;
	width: 30px;
	background: #0458c6;
	border-radius: 50%;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	
	margin-right: 10px;
	color: #fff;
}
.mobile-nav-contact li a{
	font-size: 16px;
	color: #fff;
}

.mobile-nav-bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}
.mobile-nav-bottom .mobile-nav-language img{
	border-radius: 50%;
	margin-right: 10px;
}
.mobile-nav-bottom .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 70px;
	padding: 0;
}
.mobile-nav-language .bootstrap-select .dropdown-menu > li > a{
	background: #0458c6;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 4px 20px;
	color: #ffffff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.mobile-nav-language .bootstrap-select > .dropdown-toggle{
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	border: none;
	outline: none !important;
	color: #fff;
}
.bootstrap-select > .dropdown-toggle {
    box-shadow: none !important;
}

.mobile-nav-language .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
	color: #fff;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus{
	box-shadow: 0;
}

.mobile-nav-language .bootstrap-select .dropdown-menu{
	background: #0458c6;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}
.mobile-nav-language .bootstrap-select .dropdown-menu li a span.text{
	color: #ffffff;
}

.mobile-nav-bottom .mobile-nav-social a i{
	font-size: 16px;
	color: #ffffff;
}



/* 通用 */
@keyframes myfirst{
	from {transform:scale(1.1,1.1);}
	to {transform:scale(1,1);}
}
@-webkit-keyframes myfirst {
	from {transform:scale(1.1,1.1);}
	to {transform:scale(1,1);}
}
.sub_banner {
  position: relative;
  overflow: hidden;
}
.sub_banner img {
  width: 100%;
  display: block;
  transform: scale(1.1,1.1);
  animation: myfirst 3s forwards;
  -webkit-animation: myfirst 3s forwards;
}
.min_show {
  display: none!important;
}

/* 分页 */

.navigation{
	text-align: center;
	font-size: 0;
	margin-top: 30px;
}
.navigation h2{
	display: none;
}
.navigation a,.navigation span{
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	background: #f5f5f5;
	margin: 0 1px;
}
.navigation span{
	background: #1350f8;
	color: #ffffff;
}
.navigation a:hover,.navigation span:hover{
	background: #1350f8;
	color: #ffffff;
}
.navigation a.next,.navigation a.prev{
	width: auto;
	padding: 0 15px;
}