@charset "utf-8";
/* CSS Document akakaz */
* {margin: 0;padding: 0;}
.clear {clear: both;} 
strong,a,span,li {font-size: 14px;}
 img {border: none;}
a, a:link, a:active, a:visited, a:hover {color: #707070;text-decoration: none;}
ul, li, ol {list-style: none;}
i,em {font-style:normal;}
/* CSS Document */
/* 样式重置--------------------*/
::-webkit-input-placeholder{
  color:#666;
}
:-moz-placeholder{
caret-color:#666;
}
::-moz-placeholder{
  color:#666;
}
:-ms-input-placeholder{
flood-color:#666;
}
 
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow:0 0 0 60px #efefef inset; 
  -webkit-text-fill-color: #fff;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
 
ul {
  list-style: none;
}
/*浏览器滚动条*/
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#E3E3E3;}
::-webkit-scrollbar-thumb:vertical{background-color:#d3d3d3;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#b0b0b0}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}

/* 清除浮动
-----------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* 兼容清除浮动和错位 */
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #ec3b02;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.f-oh{
  overflow: hidden;
}
.f-cb {
  zoom:1;
}
.scale {
  transition: 1s;
  transform:scale(1.2,1.2); 
  -ms-transform:scale(1.2,1.2);   /* IE 9 */
  -moz-transform:scale(1.2,1.2);  /* Firefox */
  -webkit-transform:scale(1.2,1.2);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.2,1.2); 
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}
.ellipsis2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.ellipsis4{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.ellipsis5{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.ll {float: left;}
.rr {float: right;}

.swiper-slide {  -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform,-webkit-transform}
.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform,-webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box; }
.swiper-container { margin: 0 auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; }
.swiper-container-fade .swiper-slide{    pointer-events: none; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active{pointer-events:auto; z-index: 3;}
.swiper-container-fade .swiper-slide{opacity:0!important;}
.swiper-container-fade .swiper-slide-active{opacity:1!important;} 
.swiper-container-vertical>.swiper-wrapper {flex-direction: column;}

@media (min-width:1640px){ 
  .container {width: 1620px !important;padding: 0px;max-width: none;}
}
@media (min-width:1520px) and (max-width: 1640px){
   .container {width: 1500px !important;padding: 0px;max-width: none;}
}
@media (min-width:1420px) and (max-width: 1520px){
  .container {width: 1400px !important;padding: 0px;max-width: none;}
}
@media (min-width:1220px) and (max-width: 1420px){
  .container {width: 1200px !important;padding: 0px;max-width: none;}
}
/*-------header-------*/
.header {position: fixed;z-index: 10000;left: 0;right: 0;top:0;transition: all 0.3s;padding: 0;}
.header .header-bg {position: fixed;left: 0;top: 0;z-index: -1;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);pointer-events: none;display: none;opacity: 0;}
.header-min {background: rgba(0,0,0,0.6);top:0;} 
.head {width: 96%;height:90px;margin:0 auto;transition: all 0.3s;padding: 0 2%;}
.header .head .logo {height: 90px;}
.header .head .logo a {display: block;height: 100%;}
.header .head .logo h1 {line-height: 90px;height: 90px;margin:0;display: table-cell;vertical-align: middle;position: relative;z-index: 2;}
.header .head .logo h1 img {width:auto;height: auto;max-height: 100%;max-width: 100%;vertical-align: middle;display: table-cell;transition: 0.5s;}
/*-------header end-------*/

/*-------nav-------*/
.header__navs {
  padding: 0;
  overflow: hidden;
  width: 100%;
  transition: 0.4s;
}
.navs {
  position: relative;
}
.navs > li {
  float: left;
  width: 11.1%;
  z-index: 2;
}
.navs > li:last-child {
  margin-right: 0;
}
.navs > li:first-child > a {
  padding-right: 0;
}
.navs > li > a {
  display: block;
  position: relative;
  z-index: 2;
  line-height: 90px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.navs > li > a:before {
  content: "";
  width: 0;
  height: 6px;
  background: #d6000f;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.navs > li:hover a:before,
.navs > li.active a:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li > a:hover,
.navs > li > a.active {
  color: #fff;
}
.navs > li > a:hover:before,
.navs > li > a.active:before {
  width: 80%;
  right: auto;
  left: 10%;
}
.navs > li:last-child a:hover:before,.navs > li:last-child a:before {
  display: none;
}
.navs > li > a .sousuo img {
  max-width: 100%;
} 
.navs__down {
  position: fixed;
  left: 0;
  top: 90px;
  width: 100%;
  background: rgba(0,0,0,0.6);
  height: 0;
  overflow: hidden;
}
.navs__item {
  width:100%;
  margin:0 auto;
  padding: 0;
  display: none;
  overflow: hidden;
}
.navs__item:nth-child(3),.navs__item:nth-child(9){
  padding: 50px 0;
  border-top:2px solid #731215;
}
.navs__item .cpfl {
  padding:0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.navs__item .cpfl a {
  padding: 0;
  width: 15.5%;
  margin: 0 0.5%;
  text-align: center;
}
.navs__item .cpfl a .pimg {
  padding-bottom: 90%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 70%;
  margin: 0 auto;
}
.navs__item .cpfl a .pimg img {
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.navs__item .cpfl a p {color: #fff;font-size: 16px;line-height: 30px;}
.navs__item .topsou {padding: 0;overflow: hidden;}
.navs__item .topsou h2 {color: #fff;font-size: 24px;font-weight: bolder;line-height: 3;}
.navs__item .topsou .search-form {
  padding: 0;
  overflow: hidden;
  outline: none;
  border:1px solid #fff;
}
.navs__item .topsou .search-form .form-control {
  padding: 0 10px;
  width:80%;
  float: left;
  height: 57px;
  border:none;
  border-radius: 0;
  background: none;
  -webkit-appearance:none;/*去除阴影边框*/
  outline: none;
  -webkit-tap-highlight-color:#fff;
  color: #fff;
}
.navs__item .topsou .search-form .search_btn {width: 20%;background:url(../images/sousuo.png) no-repeat center #fff;height: 57px;border: none;float: right;}
.navs__item .topsou .ssnav {padding: 10px 0;overflow: hidden;margin-top:5px;}
.navs__item .topsou .ssnav a {color: #fff;font-size: 14px;line-height: 25px;}
.navs__item .topsou .ssnav a:hover {color: #fff;}
.navs__item .topewm {padding:10px 0;overflow: hidden;width: 80%;margin:0 auto;}
.navs__item .topewm .fewml {width: 40%;float: left;margin:20px 5% 0;}
.navs__item .topewm .fewml .fewmimg{padding-bottom: 100%;overflow: hidden;position: relative;z-index: 2;border-radius: 5px;}
.navs__item .topewm .fewml .fewmimg img {width: 100%;height: 100%;position: absolute;left: 0;top:0;object-fit: contain;}
.navs__item .topewm .fewml p {color: #fff;font-size: 14px;line-height: 30px;text-align: center;}
.navs__item .toplx {padding: 0;overflow: hidden;}
.navs__item .toplx p {color: #fff;font-size: 18px;line-height: 25px;}
.navs__item .toplx h2 {color: #fff;font-size: 28px;font-weight: bolder;line-height: 2;margin-bottom: 10px;}
.navs__item .toplx li {padding-left: 46px;color: #fff;font-size: 16px;line-height: 40px;}
.navs__item .toplx li:nth-child(1) {background: url(../images/nylx1.png) no-repeat left center;background-size: 34px 34px;}
.navs__item .toplx li:nth-child(2) {background: url(../images/nylx2.png) no-repeat left center;background-size: 34px 34px;}
.navs__item .toplx li:nth-child(3) {background: url(../images/nylx3.png) no-repeat left center;background-size: 34px 34px;}
.navs__item .toplx li:nth-child(4) {background: url(../images/nylx4.png) no-repeat left center;background-size: 34px 34px;}
.header__menu__right {
  float: right;
  display: inline-block;
  padding-top: 36px;
}
.header__menu__btn {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
}
.header__menu__btn span {
  display: block;
  margin-right: 14px;
  line-height: 18px;
  color: #ffffff;
  font-size: 14px;
}
.header__menu__btn b {
  display: block;
  width: 25px;
  height: 18px;
  background: url(../images/menu1.png) center no-repeat;
}
.header__menu {
  position: fixed;
  left: 0;
  top: -150%;
  z-index: 1000000000000;
  width: 100%;
  height: 100%;
}
.header__menu:before {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
}
.header__menu.show:before {
  opacity: 1;
  visibility: visible;
}
.wrapper-main-menu .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper-main-menu .background {
  background: rgba(0,0,0,0.7);
  pointer-events: none;
  will-change: transform;
}
.wrapper-main-menu .background .wave {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  fill: #fff;
  transform: translateY(-10px) rotate(180deg);
}
.start,.end {display: none;}
.header__menu__top {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 34px;
  z-index: 3;
}
.header__menu__top .header__l {
  display: block;
  float: left;
  width: 193px;
  height: auto;
}
.header__close {
  float: right;
  line-height: 1;
  cursor: pointer;
  margin-top:20px;
}
.header__close:hover span,
.header__close:hover i {
  color: #0092df;
}
.header__close:hover i {
  transform: rotate(180deg);
}
.header__close span {
  display: block;
  float: left;
  margin-right: 10px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  transition: 0.38s;
}
.header__close i {
  display: block;
  float: left;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  transition: 0.36s;
  font-weight: bold;
}
.menu_box {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.menu__content {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.menu__li {
  display: flex;
  display: -webkit-flex;
  height: 100%;
}
.menu__item {
  display: block;
  flex: 1;
  -webkit-flex: 1;
  height: 100%;
  position: relative;
}
.menu__item:nth-child(even) {
  background: rgba(0,0,0,0.8);
}
.menu__item:hover {background:#7a070d;transition: all 0.3s;}
.menu__item .menu_dl {
  position: absolute;
  left:50px;
  top: 30vh;
}
.menu__item dt {
  display: block;
  padding-bottom: 6px;
  margin-bottom: 18px;
  position: relative;
}
.menu__item dt:after{
  content:"";
  width: 45px;
  height: 6px;
  background: #d6000f;
  position: absolute;
  left: 0;
  bottom: 0;
}
.menu__item dt a {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
}
.menu__item dd {
  display: block;
}
.menu__item dd p {
  margin-bottom: 15px;
}
.menu__item dd p a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
}
.menu__item dd p a:hover {
  color: #fff;
  font-weight: bold;
}
.menu__item dd p a:hover:before {
  width: 100%;
}
.menu__item dd p a:before {
    position: absolute;
    left: 0;
    bottom: 5px;
    content: "";
    width: 0;
    height: 2px;
    background: #fefefe;
    z-index: -1;
    transition: 0.38s;
}

/*-------nav end-------*/
.header:hover {background: rgba(0,0,0,0.6);}

@media screen and (max-width: 1450px) {
  .menu__item dt a {
    font-size: 20px;
  }
  .menu__item dd p a,
  .product__menu__btn span {
    font-size: 15px;
  }
}
@media screen and (max-width: 1240px) {
   /*导航*/
  .header__menu__btn span {display: none;}
  .navs > li > a {font-size: 14px}
}
@media screen and (max-width: 1024px) {
  .menu__content {
    top: 130px;
    bottom: 30px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .menu__li {
    display: block;
  }
  .menu__item {
    margin-bottom: 20px;
    height: auto !important;
  }
  .menu__item:nth-child(even) {
    background: none;
  }
  .menu__item:hover {
    background: none;
  }
  .menu__item .menu_dl {
    position: relative;
    left: auto;
    top: auto;
    margin-left: 50px;
  }
  .menu__item dd {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .menu__item dt {
    margin-bottom: 4px;
  }
  .menu__item dt a {
    font-size: 18px;
  }
  .menu__item dd p a,
  .product__menu__btn span {
    font-size: 14px;
    white-space: nowrap;
  }
  .menu__item dd p {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .menu__item dd p:last-child {
    margin-right: 0;
  }
  .product__menu {
    margin-right: 20px;
  }
}
@media screen and (max-width: 641px) {
  .menu__item {
    margin-bottom: 10px;
  }
  .menu__item dt a {
    line-height: 1.4;
  }
  .menu__item dd p {
    margin-right: 10px;
    margin-bottom: 13px;
  }
  .menu__share {display: none;}
}

@media screen and (max-width: 350px) {
  .header__menu__top {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 15px;}
  .menu__content {top:105px;}
  .menu__item dt a {font-size: 16px;}
  .menu__item dd p {margin-bottom: 3px;}
  .menu__item dd p a, .product__menu__btn span {font-size: 12px;}
}

/*-------header end-------*/
/*-------banner-------*/
/*首页banner轮播图样式*/
.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner:before {
  content: "";
  width: 100%;
  background-image: url(../images/bantop.png);
  opacity: 0.2;
  background-position:top center;
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  z-index: 2;
  padding-bottom: 8%;
}
.banner .swiper1 {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper1 .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.banner .swiper1 .swiper-slide .box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner .swiper1 .swiper-slide .box .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -1000px;
  right: -1000px;
  margin: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.banner .swiper1 .swiper-slide .box .text {
  position: absolute;
  top:50%;
  left: 7%;
  transform:translate(0%, -50%);
  width: 86%;
  margin:0 auto;
}
.banner .swiper1 .swiper-slide .box .text a {
  display: block;
  width: 100%;
  text-align: center;
}
.banner .swiper1 .swiper-slide .box .text img {
  max-width: 100%;
  text-align: center;
}
.banner .swiper1 .swiper-pagination-bullets {
  bottom: 8vh;
  left: 13.5%;
  width: auto;
}
.banner .swiper1 .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  display: inline-block;
  border-radius: 0;
  background: white;
  opacity: 1;
  margin: 0 12px;
  transition: 0.5s;
}
.banner .swiper1 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 80px;
  height: 5px;
  background: #ec0e1d;
  opacity: 1;
}
.banner .swiper1 .swiper-button-next,
.banner .swiper1 .swiper-button-prev {
  position: absolute;
  top: 0;
  width: 10%;
  height: 100vh;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.banner .swiper1 .swiper-button-next::after,
.banner .swiper1 .swiper-button-prev::after {
  content: "";
}
.banner .swiper1 .swiper-button-next1 {
  cursor: url(../images/proright.png) 22 28, pointer;
}
.banner .swiper1 .swiper-button-prev1 {
  cursor: url(../images/proleft.png) 22 28, pointer;
}
/*-------banner end-------*/

/*-------走进我们-------*/
.sect_about {padding:0;overflow: hidden;background:#f2f6f9;position: relative;}
.title_1 {padding: 0;overflow: hidden;margin-bottom: 40px;position: relative;}
.title_1:after {content:"";width: 100%;height: 121px;left:100px;top:25px;background: url(../images/titlebg.png) no-repeat left center;position: absolute;background-size: contain;}
.title_1 a {display: block;position: relative;z-index: 2;}
.title_1 .titlel {width: 120px;padding:55px 0 20px;background: #d6000f;text-align: center;margin-right: 20px;}
.title_1 .titlel .tittu {width:44px;height: 44px;overflow: hidden;margin:0 auto 5px;}
.title_1 .titlel .tittu img {width: 100%;height: 100%;object-fit: contain;}
.title_1 h2 {color: #1f2735;font-size: 2.4vw;font-weight: bolder;line-height: 55px;}
.title_1 p {color: #1f2735;font-size: 16px;line-height:1;}
.title_1 .titler {padding-top:104px;width: calc(100% - 150px);}
.title_1 .titlel,.title_1 .titler {position: relative;z-index: 1;}
.title_1 .titlel h2 {color: #fff;}
.padbox {padding-left: 140px;overflow: hidden;}
.sect_about .aboutcon{margin:0 45px 30px 0;padding:0;overflow: hidden;}
.sect_about .aboutcon,.sect_about .aboutcon p {color: #1f2735;font-size: 16px;line-height: 35px;}
.sect_about .aviewm {padding: 0;overflow: hidden;}
.viewmore {margin: 0 20px 10px 0;width: 160px;position: relative;z-index: 2; transition: all .5s;padding: 0 25px;overflow: hidden;line-height: 45px;border-radius: 25px;background: #fff;box-shadow: 3px 3px 5px 0px rgba(217, 221,224, 0.8);}
.viewmore:before {position: absolute;content: '';top: 0;left: 0;width: 100%;height: 100%;
background-image: -moz-linear-gradient(125deg,#f59c9c 0,#d6000f 38%,#d6000f 100%);
background-image: -webkit-linear-gradient(125deg,#f59c9c 0,#d6000f 38%,#d6000f 100%);
background-image: -ms-linear-gradient(125deg,#f59c9c 0,#d6000f 38%,#d6000f 100%);z-index: -1;
-ms-transform: translate(-100%,0%);
-webkit-transform: translate(-100%,0%);
transform: translate(-100%,0%);
transition: all .5s;}
.viewmore a {display: block;width: 100%;color: #d6000f;font-size: 16px;line-height: 45px;}
.viewmore i {display: inline-block;width:16px;height: 45px;background: url(../images/morejt.png) no-repeat center;vertical-align: middle;margin-left: 10px;}
.viewmore:hover a {color: #fff;}
.viewmore:hover i {background: url(../images/morejta.png) no-repeat center;}
.viewmore:hover:before{-ms-transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
    transform: translate(0%,0%);}
.sect_about .viewmore {float: left;}
.sect_about .aboutnum {padding: 60px 0 0;overflow: hidden;}
.sect_about .aboutnum li {width: 33%;float: left;padding: 0;overflow: hidden;}
.sect_about .aboutnum li span {color: #d6000f;font-size: 2.6vw;line-height:50px;font-weight: bolder;display: inline-block;}
.sect_about .aboutnum li small {color: #1f2735;font-size: 16px;font-weight: bold;display: inline-block;position: relative;margin-left: 5px;}
.sect_about .aboutnum li small:before {content:"+";width: 17px;height: 17px;background: #d6000f;border-radius: 50%;position: absolute;top: -100%;right: 0;color: #fff;font-size:14px;text-align: center;line-height: 17px;font-weight:lighter;}
.sect_about .aboutnum li p {color: #1f2735;font-size: 16px;line-height: 30px;}
.sect_about .aboutpic {padding: 50px 40px 80px;overflow: hidden;}
.sect_about .aboutpic img {width: 100%;height: 100%;object-fit: contain;}
.upcontainer {position: relative;}
.updown {position: absolute;bottom: -10px;z-index: 1;left: 17px;width: 24px;}
.updown img {animation: myfirst 2s infinite;width: 100%;height: auto;}
@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -10px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
.videos{ display:none; position:fixed; z-index:1000000; width:100%; height:100%;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
/*-------走进我们 end-------*/

/*------- 产品中心 -------*/
.sect_pro {padding: 0;overflow: hidden;background: url(../images/m2bg.jpg) no-repeat center;background-size: cover;position: relative;}
.sect_pro:after {content: "";width: 50%;left: 0;height: 100%;top:0;bottom: 0;background: url(../images/m2bg1.png) no-repeat left center;background-size:cover;position: absolute;border-radius: 0 25px 25px 0;}
.sect_pro .container {z-index: 2;}
.sect_pro .title_1:after {display: none;}
.sect_pro .title_1 .titlel {background: #fff;}
.sect_pro .title_1 h2 {color: #fff;} 
.sect_pro .title_1 .titlel h2 {color: #d6000f;}
.sect_pro .title_1 p {color: #fff;}
.sect_pro .homepro {padding: 0;overflow: hidden;width: 100%;margin-bottom: 90px;}
.sect_pro .homepro .z_qy_left {width: 30%;height: 35.6vw;float: left;position: relative;overflow: hidden;}
.z_qy_nav{padding:0 0 0 7px;box-sizing: border-box; position: absolute; left:0; top: 50%; transform: translateY(-50%); z-index: 2;}
.z_qy_nav ul{ border-left: 1px solid #fff;padding: 20px 0;}
.z_qy_nav ul li{padding: 0 0 0 50px; height: 45px; line-height: 45px; color: #fff; font-size: 16px; cursor: pointer; position: relative;z-index: 1;margin-bottom: 15px;}
.z_qy_nav ul li:last-child {margin-bottom: 0;}
.z_qy_nav ul li::before{ content: ""; display: block; width: 14px; height: 14px; background: #fff;border-radius:50%;position: absolute; left: -7px; top: 50%; transform: translateY(-50%);}
.z_qy_nav ul li::after{ content: ""; display: block; width: 0%; height: 100%; position: absolute; left: 20px; top: 0; transition: ease 1s; background: #fff; border-radius:25px;z-index: -1;opacity: 0;}
.z_qy_nav ul li.active::after{opacity: 1;width: 100%;}
.z_qy_nav ul li.active {color: #d6000f;}
.sect_pro .homepro .z_qy_right {width: 70%; height: 35.6vw; float: left;position: relative;overflow: hidden;}
.z_qy_swiper{width: 100%; height: 35.6vw;  overflow: hidden;}
.z_qy_swiper li .imgbox{width: 40%;height: 35.6vw;overflow: hidden;}
.z_qy_swiper li .imgbox .imgbg{ transform: scale(0.8,0.8); transition:ease 2s;width: 100%;height: 100%;background-position: center;background-repeat: no-repeat;background-size: contain;}
.z_qy_swiper li.swiper-slide-active .imgbox .imgbg{ transform: scale(1,1);}
.z_qy_right .infobox{overflow: hidden;box-sizing: border-box;width: 55%;float: right; text-align: right;}
.z_qy_right .infobox .infocon {padding:3vw 0;overflow: hidden;}
.z_qy_right .infobox .infocon h2 {color: #fff;font-size: 30px;font-weight: bold;line-height: 2;margin-bottom: 10px;}
.z_qy_right .infobox .infocon .p {color: #f3f2f2;font-size: 16px;line-height: 1.8;padding-left: 15%;}
.sect_pro .viewmore {float: right;box-shadow: 3px 3px 5px 0px rgb(81,81,82,0.8);}
.sect_pro .pro-swiper-btn {padding: 0;overflow: hidden;position: absolute;right: 0;bottom: 30px;min-width: 160px;height: 50px;}
.sect_pro .pro-swiper-btn .i-swiper-btn {width: 66px;height: 38px;border:1px solid #fff;}
.sect_pro .pro-swiper-btn .prev {float: left;}
.sect_pro .pro-swiper-btn .next {float: right;}
.sect_pro .pro-swiper-btn .i-swiper-btn i {display: block;width: 66px;height: 38px;}
.sect_pro .pro-swiper-btn .next i {background: url(../images/proleft.png) no-repeat center;}
.sect_pro .pro-swiper-btn .prev i {background: url(../images/proright.png) no-repeat center;}
.sect_pro .swiper-button-next:after,.sect_pro .swiper-button-prev:after {display: none;}
/*-------产品中心 end-------*/

/*-------我们的优势-------*/
.sect_ys {padding: 0;overflow: hidden;position: relative;background: url(../images/m3bg.jpg) no-repeat center;background-size: cover;}
.sect_ys .viewmore {float: right;top:104px;}
.sect_ys .ysbox {padding: 0 0 85px;overflow: hidden;}
.sect_ys .ysbox .ysitem {padding: 0;overflow: hidden;height: 42vw;float: left;width: 32%;margin-right:1%;background-size: cover;background-repeat: no-repeat;transition: all 0.3s ease-out;position: relative;cursor: pointer;}
.sect_ys .ysbox .ysitem svg {position: absolute;top: -1px;width: 100%;height: 0%;transition: all 0.3s;}
.sect_ys .ysbox .ysitem svg path {fill: rgba(214,0,15,0.8); }
.sect_ys .ysbox .ysitem:last-child(){margin-right: 0;}
.sect_ys .ysitem .ystit {text-align: center;top:50%;left:50%;transform:translate(-50%,-50%);position: absolute;width: 100%;z-index: 3;transition: all 0.3s; }
.sect_ys .ysitem .ystit .ysicon {max-width: 53px;margin:0 auto 10px;}
.sect_ys .ysitem .ystit .ysicon img {width:100%;height: 100%;object-fit: contain;}
.sect_ys .ysitem .ystit h2 {color: #fff;font-size: 30px;font-weight: bold;}
.sect_ys .ysitem .ystit .p {color: #fff;font-size: 14px;line-height: 30px;transition: all 0.3s;}
.sect_ys .ysitem .yslist {padding: 0;overflow: hidden;opacity: 0;position: absolute;z-index: 2;width: 100%;bottom: 5vw;transition: all 0.3s;}
.sect_ys .ysitem .yslist:before,.sect_ys .ysitem .yslist:after {content:"";background: #fff;position: absolute;}
.sect_ys .ysitem .yslist:before {top:50%;left:50%;transform:translate(-50%,-50%);width: 120px;height: 1px;}
.sect_ys .ysitem .yslist:after {top:50%;left:50%;transform:translate(-50%,-50%);height: 120px;width: 1px;}
.sect_ys .ysitem .yslist li {float: left;width: 50%;padding: 20px;overflow: hidden;text-align: center;}
.sect_ys .ysitem .yslist li .ystu {max-width:52px;margin:0 auto 10px;}
.sect_ys .ysitem .yslist li .ystu img {max-width:100%;}
.sect_ys .ysitem .yslist li p {color: #fff;font-size: 14px;line-height: 20px;}
.sect_ys .ysitem.active .yslist,.sect_ys .ysitem:hover .yslist {opacity: 1;transition: all 0.3s;}
.sect_ys .ysitem.active .ystit,.sect_ys .ysitem:hover .ystit {transform:translate(-50%,0%);top:10%;transition: all 0.3s;}
.sect_ys .ysbox .ysitem.active svg,.sect_ys .ysbox .ysitem:hover svg {opacity: 1;height: 80%;transition: all 0.3s;}
/*-------我们的优势 end -------*/

/*-------应用与案例-------*/
.sect_case {padding: 0;overflow: hidden;position: relative;background: #be0714;}
.sect_case .casebox {padding: 0;overflow: hidden;height: auto;margin-left: 8.2%;}
.sect_case .casebox .title_1 .titlel {background: #fff;}
.sect_case .casebox .title_1 .titlel h2 {color: #d6000f;}
.sect_case .casebox .title_1:after {display: none;}
.sect_case .casebox .title_1 .titlel {background: #fff;}
.sect_case .casebox .title_1 h2 {color: #fff;} 
.sect_case .casebox .title_1 .titlel h2 {color: #d6000f;}
.sect_case .casebox .title_1 p {color: #fff;}
.sect_case .casebox .swiper-container,.sect_case .casebox .swiper-wrapper {width: 100%;height: auto;}
.sect_case .casebox .teamcon {padding: 0;overflow: hidden;}
.sect_case .casebox .teamcon h2 {color: #fff;font-size: 30px;line-height: 50px;font-weight: bold;margin-bottom: 25px;}
.sect_case .casebox .teamcon .p {color: #fff;font-size: 16px;line-height: 35px;padding-right: 20%;}
.sect_case .casebox .teamcon .viewmore {margin-top:50px;}
.sect_case .teamimg {height: 45vw;width: 100%;padding: 0;overflow: hidden;}
.sect_case .teamimg .teampic {height: 100%;width: 100%;}
.sect_case .teamimg .teampic img {width: 100%;height: 100%;object-fit: cover;}
.sect_case #swiper_team .swiper-slide-next {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
 -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
 filter: grayscale(100%);
filter: gray;}
.sect_case #swiper_team .tnext {right: auto;left: 79%;width: 85px;height: 85px;background: #f2f6f9;border-radius: 50%;}
.sect_case #swiper_team .tnext:after {color: #be0815;font-size:30px;}
/*-------应用与案例 end-------*/

/*-------公司动态-------*/
.sect_news {padding: 0;overflow: hidden;position: relative;background: url(../images/m3bg.jpg) no-repeat center;background-size: cover;}
.sect_news .viewmore {float: right;top:104px;}
.sect_news .casebox {padding: 0;overflow: hidden;height: auto;margin-left: 8.2%;}
.sect_news .xwnav {padding: 0;overflow: hidden;}
.sect_news .xwnav li {padding:10px 0;overflow: hidden;line-height: 40px;}
.sect_news .xwnav li a {color: #1f2735;font-size:20px;line-height: 40px;font-weight: bold;display: block;}
.sect_news .xwnav li a:hover {color: #be0714;}
.sect_news .xwlist {padding: 0;overflow: hidden;margin-bottom: 130px;position: relative;}
.sect_news .swiper-container ,.sect_news .swiper-wrapper,.sect_news .swiper-slide {width: 100%;height: auto;}
.sect_news .xwitem {padding:0 0 70px;overflow: hidden;}
.sect_news .xwitem a {display: block;}
.sect_news .xwitem .xwcon {overflow: hidden;padding: 15px 0;}
.sect_news .xwitem .xwdate {color: #1f2735;display: block;font-size: 18px;line-height: 30px;}
.sect_news .xwitem .xwcon h2 {color: #1f2735;font-size: 26px;line-height: 50px;font-weight: bold;margin: 20px 0;}
.sect_news .xwitem .xwcon p {color: #898d94;font-size: 16px;line-height: 28px;}
.sect_news .xwitem .xwpic {padding-bottom: 64%;overflow: hidden;position: relative;z-index: 2;width: 100%;}
.sect_news .xwitem .xwpic img {position: absolute;top: 0;left: 0; z-index: 2;width: 100%;height: 100%;object-fit: cover;transition: all 0.3s ease;}
.sect_news .xwitem:hover .xwpic img {  
  transition: 1s;
  transform:scale(1.1,1.1); 
  -ms-transform:scale(1.1,1.1);   /* IE 9 */
  -moz-transform:scale(1.1,1.1);  /* Firefox */
  -webkit-transform:scale(1.1,1.1);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.1,1.1); }
.sect_news .xwitem:hover h2{color: #d6000f;}
.sect_news .xwlist .xwpag {bottom: 0;top:auto;}
.sect_news .xwlist .xwpag .swiper-pagination-progressbar-fill {background: #d6000f;}
/*-------公司动态 end-------*/

/* -------合作加盟------- */
.sect_jia {padding: 60px 0;overflow: hidden;background: url(../images/m4bg.jpg) no-repeat center;background-size: cover;}
.sect_jia .jiaitem {width: 50%;height: 270px;float: left;background-size: cover;background-repeat: no-repeat;position: relative;}
.sect_jia .jiaitem a {display: block;}
.sect_jia .jiaitem .jiaimg {position: absolute;left: 0;top:0;width: 100%;height: 100%;overflow: hidden;}
.sect_jia .jiaitem .jiaimg img {width: 100%;height: 100%;object-fit: cover;}
.sect_jia .jiaitem .jiacon {padding: 50px;overflow: hidden;position:absolute;z-index: 2;}
.sect_jia .jiaitem .jiacon h2 {color: #fff;font-size: 36px;line-height: 55px;font-weight: bold;}
.sect_jia .jiaitem .jiacon p {color: #fff;font-size: 16px;line-height: 30px;min-height: 90px;}
.sect_jia .jiaitem .jiacon span {display: block;color: #fff;font-size: 14px;}
.sect_jia .jiaitem .jiacon span i {display: inline-block;width: 24px;height: 11px;background: url(../images/jia.png) no-repeat center;
background-size: contain;margin-left: 10px;vertical-align: middle;}
.sect_jia .jiaitem:hover .jiaimg img {transition: 1s;
  transform:scale(1.1,1.1); 
  -ms-transform:scale(1.1,1.1);   /* IE 9 */
  -moz-transform:scale(1.1,1.1);  /* Firefox */
  -webkit-transform:scale(1.1,1.1);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.1,1.1); }
/* -------合作加盟 end------- */

/*-------footer -------*/
.footer {padding:0;overflow: hidden;background:#f2f6f9;}
.footer .footcon {padding: 0;overflow: hidden;}
.footer .fleft {width: 66%;float: left;}
.footer .ftop {padding: 35px 0;overflow: hidden;border-bottom: 1px solid #c6ceda;}
.footer .flogo {height:55px;float: left;}
.footer .flogo a {display: block;height: 100%;}
.footer .flogo h1 {line-height: 55px;height: 55px;margin:0;display: table-cell;vertical-align: middle;}
.footer .flogo h1 img {width:auto;height: auto;max-height: 100%;max-width: 100%;vertical-align: middle;}
.footer .ftel {float: right;text-align: right;padding-right: 15px;}
.footer .ftel p {color: #1f2735;font-size: 18px;line-height: 20px;}
.footer .ftel h2 {color: #b62b2b;font-size: 30px;font-weight: bold;line-height: 1;}
.footer .fnav {padding: 30px 0;overflow: hidden;}
.footer .fnav dl{float: left;width: 16.5%;}
.footer .fnav dt a {color: #17242d;font-size: 16px;line-height: 30px;display: block;margin-bottom: 10px;font-weight: bold;}
.footer .fnav dd {position: relative;z-index: 3;}
.footer .fnav dd a {display: inline-block;color: #17242d;font-size: 14px;line-height: 30px;position: relative;}
.footer .fnav dd a:after{position: absolute;left: 0;bottom: 5px;content: "";width: 0;height: 8px;background: #c9151d;z-index: -1;transition: 0.38s;opacity: 0.3;}
  .footer .fnav dd a:hover:after {width: 100%;}
.footer .fnav dt a:hover,.footer .fnav dd a:hover {color: #c9151d;}
.footer .fright {border-left: 1px solid #c6ceda;width:calc(100% - (66% + 1px));float: right;padding: 0 0 45px;}
.footer .flxcon {padding:35px 0 35px 35px;overflow: hidden;}
.footer .flxcon p {color: #1f2735;font-size: 16px;line-height:40px}
.footer .flxcon p i {display: inline-block;width: 24px;height: 24px;margin-right: 18px;vertical-align: middle;background-size: contain;}
.footer .flxcon p i.faddress {background: url(../images/f1.png) no-repeat center;background-size: contain;}
.footer .flxcon p i.fdianhua {background: url(../images/f2.png) no-repeat center;background-size: contain;}
.footer .flxcon p i.fchuan {background: url(../images/f3.png) no-repeat center;background-size: contain;}
.footer .flxcon p i.femail {background: url(../images/f4.png) no-repeat center;background-size: contain;}
.footer .fewm {padding: 10px 0 0;overflow: hidden;}
.footer .fewm .fewml {width: 33%;float: left;padding: 10px;overflow: hidden;}
.footer .fewm .fewml .fewmimg {padding-bottom:100%;overflow: hidden;position: relative;z-index: 2;text-align: center;border-radius: 15px;box-shadow: 0 0 5px 0 #c7c7c7;overflow: hidden;}
.footer .fewm .fewml .fewmimg img {height: 100%;width: 100%;object-fit: contain;background: #fff;position: absolute;left: 0;top:0;}
.footer .fewm .fewml p {color: #637182;font-size: 15px;line-height: 30px;text-align: center;}
/*-------友链 end-------*/
.footer .copryright {padding:31px 0;overflow: hidden;border-top:1px solid #c6ceda;}
.footer .copryright,.footer .copryright p,.footer .copryright span,.footer .copryright a {color: #1f2735;font-size: 14px;line-height: 30px;}
.footer .copryright a:hover {color:#b62b2b;}
/*-------footer end-----*/
/*             内页样式             */
/*---------------------------------*/
/*nbanner and crumbs */
.nbanner {padding:0;overflow: hidden;background-size: cover;background-repeat: no-repeat;height: 620px;background-position: center;}
.nbanner .container {position: relative;padding: 0;overflow: hidden;height: 100%;}
.nbanner .catname {padding: 0;overflow: hidden;position: absolute;width: 100%;left: 0;top:50%;margin-top:-65px;}
.nbanner .catname h2 {color: #fff;font-size: 60px;line-height: 80px;font-weight: bolder;}
.nbanner .catname p {color: #fff;font-size: 26px;line-height:55px;font-weight: lighter;}

/*content 公用样式*/
.content {padding:0;position: relative;background: #f3f3f3;}
.content.acontent {padding: 0;}
.maininfo {padding:80px 140px 40px;overflow: hidden;background: #fff;margin-top: 70px;}
.maininfo p img {max-width: 100% !important;width: auto !important;height: auto !important;}

/*面包屑*/
.crumbs {overflow: hidden;position:absolute;top:-57px;width: 100%;left: 0;z-index: 2;}
.crumbs .crumbsbox {padding:30px 15px;overflow: hidden;background: #fff;border-radius: 10px;box-shadow: 0 0 5px 0 #e3e7eb;margin-bottom: 10px;}
.crumbs .cnav {padding: 0;overflow: hidden;text-align: right;}
.crumbs .cnav a {display: inline-block;color: #17242d;font-size: 16px;line-height: 30px;padding: 0 23px;position: relative;transition:all 0.3s;}
.crumbs .cnav a:after {content: "";width: 1px;height: 18px;background: #e63a46;position: absolute;right: 0;top:50%;margin-top:-9px;}
.crumbs .cnav a:last-child:after {display: none;}
.crumbs .cnav a:before {position: absolute;left: 0;bottom: 5px;content: "";width: 0;height: 8px;background: #e63a46;z-index: 0;transition: 0.38s;opacity: 0.3;left: 50%;}
.crumbs .cnav a:hover {color: #e63a46;}
.crumbs .cnav a:hover:before {width:100%;left: 0;}
.crumbs .current {padding: 0;overflow: hidden;}
.crumbs .current,.crumbs .current a {color: #979797;font-size: 14px;line-height: 30px;}
.crumbs .current a:hover {color: #e63a46;}

/*关于我们*/
.content .about1f {padding:90px 0 60px;overflow: hidden;background: url(../images/about1fbg.jpg) no-repeat top center;background-size: cover;}
.content .aboutpd {margin-left: 8%;padding: 0;overflow: hidden;}
.content .about1f .about_gy {padding:50px 0 0;overflow: hidden;width: 45%;float: left;}
.content .about1f .about_gy .aboutT {padding: 0;overflow: hidden;margin-bottom: 25px;}
.content .about1f .about_gy .aboutT h2 {color: #333;font-size: 40px;line-height: 50px;font-weight: bold;}
.content .about1f .about_gy .aboutT h3,.content .about1f .about_gy .aboutT h3  strong {color: #333;font-size: 40px;line-height: 50px;}
.content .about1f .about_gy .aboutT h3  strong {color: #d6000f;font-weight: normal;}
.content .about1f .about_gy .about_t {color: #d6000f;font-size: 26px;line-height: 70px;font-weight: bold;margin-bottom:15px;}
.content .about1f .about_gy .about_con {height:210px;overflow-x: auto; padding-right: 40px;}
.content .about1f .about_gy .about_con::-webkit-scrollbar {
  /*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;}
.content .about1f .about_gy .about_con::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
border-radius: 10px;
background-color: #d6000f;}
.content .about1f .about_gy .about_con::-webkit-scrollbar-track {/*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  /*border-radius: 10px;*/
  background: #EDEDED;}
.content .about1f .about_gy .about_con,.content .about1f .about_gy .about_con p {color: #3c3c3c;font-size: 16px;line-height: 30px;}
.content .about1f .aboutright {width:50%;padding: 0;overflow: hidden;float: right;}
.content .about1f .aboutpic {padding: 0;overflow: hidden;height: 710px;}
.content .about1f .aboutpic img {width: 100%;height: 100%;object-fit: cover;}
/*数字滚动*/
.about1f .aboutnum {padding: 60px 0 0;overflow: hidden;}
.about1f .aboutnum li {width: 33%;float: left;padding: 0;overflow: hidden;}
.about1f .aboutnum li span {color: #d6000f;font-size: 2.6vw;line-height:50px;font-weight: bolder;}
.about1f .aboutnum li small {color: #1f2735;font-size: 16px;font-weight: bold;display: inline-block;position: relative;margin-left: 5px;}
.about1f .aboutnum li small:before {content:"+";width: 17px;height: 17px;background: #d6000f;border-radius: 50%;position: absolute;top: -100%;right: 0;color: #fff;font-size:14px;text-align: center;line-height: 17px;font-weight:lighter;}
.about1f .aboutnum li p {color: #1f2735;font-size: 16px;line-height: 30px;}
/*企业文化*/
.about2f {padding: 0;overflow: hidden;background: url(../images/about2fbg.jpg) no-repeat center;background-size: cover;}
.about2f .whitem {width: 25%;float: left;height: 42vw;text-align: center;position: relative;cursor: pointer;transition: all 0.5s;}
.about2f .whitem:after {content:"";width: 1px;height: 100%;position: absolute;right:0;top:0;background: #c1b3a0;}
.about2f .whitem:before {content: "";width: 100%;height: 100%;background: rgba(214,0,15,0.65);position: absolute;left: 0;top:0;opacity: 0;}
.about2f .whitem:last-child():after {display: none;}
.about2f .whitem .whtit {text-align: center;top: 50%;left: 50%;transform: translate(-50%,-50%);position: absolute;z-index: 2;}
.about2f .whitem .whtit .whimg {max-width: 90px;margin:0 auto 23px;}
.about2f .whitem .whtit img {width: 100%;height: 100%;object-fit: contain;}
.about2f .whitem .whtit h2 {color: #fff;font-size: 26px;line-height: 2;}
.about2f .whitem .whtit small {color: #fff;font-size: 16px;font-family: "Arial";text-transform: uppercase;line-height: 2;}
.about2f .whitem .whtit em {display: block;background: url(../images/whhx.png) no-repeat center;width: 100%;height: 6px;margin:20px auto;}
.about2f .whitem .whtit p {color: #fff;font-size: 16px;line-height: 2;opacity: 0;transition: all 0.5s;display: none;}
.about2f .whitem:hover p {opacity: 1;display: block;transition: all 0.5s;}
.about2f .whitem:hover .whtit {top:40%;transition: all 0.5s;} 
.about2f .whitem:hover:before {opacity: 1;transition: all 0.5s;}
/*内页简介发展历程*/
.about3f {padding: 65px 0;overflow: hidden;background: url(../images/about3fbg.jpg) no-repeat center;background-size: cover;}
.title_3 {padding: 0;overflow: hidden;text-align: center;margin-bottom: 60px;}
.title_3 h2 {color: #333;font-size: 40px;line-height: 55px;}
.title_3 h3 {color: #333;font-size: 40px;text-transform: capitalize;}
.title_3 h3 span {display: inline-block;color: #d6000f;font-size: 40px;}
.about3f .yeartop {position: relative;padding: 20px 120px;overflow: hidden;}
.about3f .xmgallery-top {width: 100%;;height:auto;margin: 0 auto;overflow: hidden;}
.about3f .swiper-wrapper,.about3f .swiper-slide {height: auto;} 
.about3f .fzitem {padding: 0;overflow: hidden;margin:10px 10px 40px;height: 30vw;border-radius: 15px;box-shadow: 0 0 8px 0 #d9d6d6;}
.about3f .fzitem .fzleft {width: 50%;float: left;height:100%;background: url(../images/fzleft.jpg) no-repeat center;background-size: cover;}
.about3f .fzitem .fzleft .fzcon {width: 80%;margin:0 auto;}
.about3f .fzitem .fzleft h2 {color: #d6000f;font-size: 134px;font-weight: bold;margin-top: 4vw;line-height: 1.5;border-bottom: 1px solid #e2e3e4;margin-bottom: 15px;text-align: center;}
.about3f .fzitem .fzleft .p {color: #333;font-size: 16px;line-height: 2;}
.about3f .fzitem .fzright {width: 50%;float: right;height: 100%;}
.about3f .fzitem .fzright .fzimg {width: 100%;height: 100%;padding: 0;overflow: hidden;}
.about3f .fzitem .fzright .fzimg img {width: 100%;height: 100%;object-fit: cover;}
.about3f .yeartop .swiper-button-prev,.about3f .yeartop .swiper-button-next { width: 50px;height: 50px;z-index: 1;}
.about3f .yeartop .swiper-button-prev{ left: 0%;right:auto;background: url(../images/fzleft.png) no-repeat;background-size: contain;}
.about3f .yeartop .swiper-button-next{ right:0%;left: auto;background: url(../images/fzright.png) no-repeat;background-size: contain;}
.about3f .yeartop .swiper-button-prev:after,.about3f .yeartop .swiper-button-next:after {display: none;}
.about3f .yeartop .swiper-button-prev.swiper-button-disabled,.about3f .yeartop .swiper-button-next.swiper-button-disabled {opacity: 0.6;}
.about3f .yearList {padding:20px 0px 0;overflow: hidden;position: relative;}
.about3f .yearList .yearitem {padding: 0;overflow: hidden;text-align: center;position: relative;}
.about3f .yearList .yearitem:after {content: "";width: 100%;height: 2px;background: #939ea6;position: absolute;left: 0;right: 0;top: 14px;z-index: -1;}
.about3f .yearList .yearitem span {display: block;width: 30px;height: 30px;background: #939ea6;border-radius: 50%;margin: 0 auto;}
.about3f .yearList .yearitem p {color: #2e373e;font-size: 16px;line-height: 50px;}
.about3f .yearList .swiper-slide-thumb-active .yearitem span {background: #d6000f;}
.about3f .yearList .swiper-slide-thumb-active .yearitem p {color: #d6000f;}
/*--------资质证书--------*/
.about4f {padding: 65px 0;overflow: hidden;background: url(../images/about4fbg.jpg) no-repeat center;background-size: cover;}
.about4f .honorlist {padding: 0;overflow: hidden;position: relative;}
.about4f .honorlist .swiper-container,.about4f .honorlist .swiper-wrapper {width: 100%;height: auto;}
.about4f .honorlist .honoritem {padding: 25px 25px 0;overflow: hidden;background: #fff;}
.about4f .honorlist .honoritem .honorpic{padding-bottom: 125%;overflow: hidden;position: relative;z-index: 2;}
.about4f .honorlist .honoritem .honorpic img {width: 100%;height: 100%;position: absolute;top:0;left: 0;object-fit: contain;transition: .3s all;}
.about4f .honorlist .honoritem p {border-top:1px solid #e6e6e6;color: #666;font-size: 14px;line-height: 55px;text-align: center;}
.about4f .honorlist .honoritem:hover .honorpic img { 
  transition: all 0.5s; 
  transform:scale(1.06,1.06); 
  -ms-transform:scale(1.06,1.06);   /* IE 9 */
  -moz-transform:scale(1.06,1.06);  /* Firefox */
  -webkit-transform:scale(1.06,1.06);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.06,1.06); } 
.about4f .honorlist .honoritem:hover p {color: #d6000f;}
.about4f .honorlist .honorjt {position: relative;padding: 0;overflow: hidden;width: 215px;height: 60px;margin:60px auto 0}
.about4f .honorlist .ynnext,.about4f .honorlist .ynprev {width: 50px;height: 50px;border-radius: 50%;border:2px solid #fff;}
.about4f .honorlist .ynnext:after,.about4f .honorlist .ynprev:after {color: #fff;font-size: 20px;}
/*厂区环境*/
.about5f {padding: 60px 0;overflow: hidden;background: #f8f8f8;}
.about5f .hjlist {padding: 0;overflow: hidden;}
.about5f .hjlist .swiper-container,.about5f .hjlist .swiper-wrapper {width: 100%;height: auto;}
.about5f .hjlist .hjitem {padding: 0;overflow: hidden;}
.about5f .hjlist .hjitem .hjpic {padding-bottom: 78%;overflow: hidden;position: relative;z-index: 2;}
.about5f .hjlist .hjitem .hjpic img {position: absolute;top:0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: .3s all;}
.about5f .hjlist .hjitem:hover .hjpic img { 
  transition: all 0.5s; 
  transform:scale(1.06,1.06); 
  -ms-transform:scale(1.06,1.06);   /* IE 9 */
  -moz-transform:scale(1.06,1.06);  /* Firefox */
  -webkit-transform:scale(1.06,1.06);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.06,1.06); } 
/*了解产品*/
.about6f {padding: 130px 0;overflow: hidden;background: url(../images/about5fbg.jpg) no-repeat center;background-size: cover;}
.about6f .knowcp {padding: 0;overflow: hidden;text-align: center;}
.about6f .knowcp h2 {color: #fff;font-size: 50px;line-height: 75px;}
.about6f .knowcp small {color: #fff;font-size: 16px;line-height: 35px;display: block;margin-bottom: 65px;}
.about6f .knowcp a {display: block;width: 265px;line-height: 47px;background: #d6000f;color: #fff;font-size: 16px;margin:0 auto;transition: all 0.5s;}
.about6f .knowcp a:hover {letter-spacing: 5px;transition: all 0.5s;}

/*文章列表*/
.content .bg1 {padding:120px 0 60px;overflow: hidden;background: url(../images/mainbg.jpg) no-repeat bottom center #f2f3f4;}
.content .newslist {padding:0;overflow: hidden;}
.content .newslist .newsitem {padding: 40px;overflow: hidden;background: #fff;margin-bottom: 25px;position: relative;}
.content .newslist .newsitem:after {content: "";width: 0%;height: 4px;background: #d6000f;position: absolute;left: 0;bottom: 0;z-index: 1;transition: all 0.5s;opacity: 0;}
.content .newsitem a {display: block;width: 100%;}
.content .newsitem .newdate {color: #666;font-size: 14px;line-height: 20px;margin-bottom: 15px;}
.content .newsitem h2 {color: #333;font-size: 22px;font-weight: bold;line-height: 2;margin-bottom: 20px;}
.content .newsitem .xwpic {padding-bottom:64%;overflow: hidden;position: relative;z-index: 2;width:100%;margin-bottom: 20px;}
.content .newsitem .xwpic img {position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 100%;object-fit: cover;transition: all 0.5s;}
.content .newsitem span {display: block;line-height: 39px;color: #666;font-size: 14px;}
.content .newsitem span i {display: inline-block;width:51px;height: 39px;background: #1e7be1;vertical-align: middle;float: right;background: url(../images/casejt.png) no-repeat center;background-size: contain; }
.content .newsitem:hover .xwpic img {
  transform:scale(1.06,1.06); 
  -ms-transform:scale(1.06,1.06);   /* IE 9 */
  -moz-transform:scale(1.06,1.06);  /* Firefox */
  -webkit-transform:scale(1.06,1.06);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.06,1.06); }
.content .newsitem:hover:after {width: 100%;opacity: 1;}
.content .newsitem:hover h2,.content .newsitem:hover span,.content .newsitem:hover .newdate {color: #d6000f;}

/*文章详情页*/
.maininfo {margin-bottom: 60px;}
.maininfo .artTit {color: #333;font-size:28px;line-height: 60px;text-align: center;}
.maininfo .times {margin-bottom: 40px;text-align: center;padding-bottom: 15px;border-bottom: 1px solid #eee;}
.maininfo .times span {display: inline-block;margin:0 10px;color: #666;font-size: 16px;line-height: 30px;}
.maininfo .articleTit {color: #1e2940;font-size: 24px;line-height: 35px;text-align: center;margin-bottom: 20px;font-weight: bold;} 
.maininfo .mainxqcon,.maininfo .mainxqcon p,.maininfo .mainxqcon p span,.maininfo .mainxqcon p strong {color: #666;font-size: 16px;line-height: 40px;}

/*无数据提示*/
.no-goods {padding: 10px 0;overflow: hidden;text-align: center;}
.no-goods p {color: #7d7979;font-size: 15px;line-height: 35px;}

/*联系我们*/
.nylcmap {padding: 0;overflow: hidden;position: relative;height: 700px;}
.nylcmap .map {padding: 0;overflow: hidden;height: 100%;margin-right: 8%;}
#map {height: 100%;width: 100%;}
.nylcmap .mapcon {position: absolute;top:40px;bottom: 40px;width: 100%;}
.nylcmap .nylc {background: rgba(214,0,15,0.85);display: inline-block;padding: 70px 90px;height: 100%;}
.nylcmap .nylc li {padding-left: 80px;margin-bottom: 50px;}
.nylcmap .nylc li p {color: #fff;font-size: 16px;line-height: 25px;}
.nylcmap .nylc li h4 {color: #fff;font-size: 22px;line-height: 35px;}
.nylcmap .nylc li:nth-child(1) {background:url(../images/nylx1.png) no-repeat left center;background-size: contain;max-height: 60px;}
.nylcmap .nylc li:nth-child(2) {background:url(../images/nylx2.png) no-repeat left center;background-size: contain;max-height: 60px;}
.nylcmap .nylc li:nth-child(3) {background:url(../images/nylx3.png) no-repeat left center;background-size: contain;max-height: 60px;}
.nylcmap .nylc li:nth-child(4) {background:url(../images/nylx4.png) no-repeat left center;background-size: contain;max-height: 60px;}
.nymessage {padding: 100px 0;overflow:hidden;background: #f8f8f8;position: relative;margin-bottom: 70px;}
.nymessage:after {content: "";width: 50%;height: 100%;position: absolute;right: 0;top:0;background: #d50010;}
.nymessage .container {position: relative;z-index: 3;}
.nymessage .liuyan {margin: 10px;padding: 80px;overflow: hidden;background: #fff;box-shadow: 0 0 10px 0 #bfbfbf;border-radius: 5px;}
.nymessage .liuyan .title_3 {text-align: left;}
/*联系我们留言*/
.nymessage .liuyan .online-form {padding: 0;overflow: hidden;}
.nymessage .liuyan .online-form input {float: left;display: block;width: 46%;margin:0 2% 15px;padding: 0 9px;height: 50px;line-height: 50px;border: 1px solid #f8f8f8;font-size: 14px;color: #666;background: #f8f8f8;}
.nymessage .liuyan .online-form input.code {width: 30%;}
.nymessage .liuyan .online-form a {display: block;}
.nymessage .liuyan .online-form a.code {float: left;height: 50px;width: 20%;line-height: 50px;font-size: 0;text-align: center;margin:0 2%;}
.nymessage .liuyan .online-form a.code img {display: inline-block;vertical-align: middle;width: 100%;max-height: 100%;}
.nymessage .liuyan .online-form textarea {display: block;font-size: 14px;color: #666;width: 96%;margin:0 2% 25px;border:none;height: 90px;line-height: 30px;padding: 5px 9px;background: #f8f8f8;}
.nymessage .liuyan .online-form .btn-box {float: right;width: 35%;overflow: hidden;margin:0 2%;}
.nymessage .liuyan .online-form .btn-box a.btn {display: block;width: 100%;height: 50px;text-align: center;line-height: 40px;background: #d6000f;color: #fff;margin: 0 auto;}
.nymessage .liuyan .online-form .btn-box a.btn:hover {background: #b60915;}
/*联系我们留言end*/
.nymessage .liuyanr {padding: 0;overflow: hidden;margin-top: 10px;}
.nymessage .liuyanr .lyewm {padding: 0;overflow: hidden;margin-bottom: 40px;}
.nymessage .liuyanr .lyewm .fewml {width: 31%;float: left;margin:0 1%;}
.nymessage .liuyanr .lyewm .fewml .fewmimg {max-width: 80%;margin:0 auto 10px;border-radius: 10px;overflow: hidden;}
.nymessage .liuyanr .lyewm .fewml .fewmimg img {width: 100%;max-width: 100%;}
.nymessage .liuyanr .lyewm .fewml p {color: #fff;font-size: 14px;text-align: center;line-height: 30px;}
.nymessage .liuyanr .lycon {padding: 0 0 0 80px;overflow: hidden;}
.nymessage .liuyanr .lycon p {color: #fff;font-size: 20px;line-height: 55px;}
.nymessage .liuyanr .lyimg {padding-left: 80px;}
.nymessage .liuyanr .lyimg img {max-width: 100%;}

/*产品分类页*/
.index_yw {height: 100vh;width: 100%;overflow: hidden;position: relative;z-index: 1;}
.index_yw ul {height: 100%;}
.ywimgbox{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1;}
.ywimgbox:before{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0,0,0,.5); z-index: 1;}
.ywimgbox li{ width: 100%; opacity: 0; transition: ease 1s; height: 100%; z-index: -1; background-position: center; background-size:cover; background-repeat: no-repeat; position: absolute; left: 0; top: 0; background-attachment: fixed;}
.ywimgbox li.on{ opacity:1;}
.ywfw_list{ width: 100%;height: calc(100% - 90px);top: 90px;
    position: relative;border-top:1px solid #777575; }
.ywfw_list li{ width: 16.666%;height: 100%;transition: ease 1s; float: left; box-sizing: border-box; border-right:1px solid rgba(255,255,255,.3);position: relative;}
.ywfw_list li:last-child{ border-right: none;}
.ywfw_list li .flitem {text-align: center;position: absolute;bottom: 20px;transition: 0.4s;padding: 0 20px;width: 100%;overflow: hidden;}
.ywfw_list li .flitem .flpic {padding-bottom: 120%;overflow: hidden;position: relative;z-index: 2;width: 80%;margin:0 auto 10px;}
.ywfw_list li .flitem .flpic img {position: absolute;left: 0;top:0;width: 100%;height: 100%;object-fit: contain;}
.ywfw_list li .flitem h2 {color: #fff;font-size: 22px;line-height: 35px;}
.ywfw_list li .flitem h4 {color: #fff;font-size: 12px;line-height: 20px;text-transform: uppercase;}
.ywfw_list li .flitem a {display: inline-block;color: #d6000f;font-size: 16px;line-height: 47px;background: #fff;border-radius: 25px;padding: 0 40px;transition: ease .6s;opacity: 0;}
.ywfw_list li .flitem a i {display: inline-block;width: 16px;height: 45px;background: url(../images/morejt.png) no-repeat center;vertical-align: middle;margin-left: 10px;transition: ease .6s;}
.ywfw_list li.on{ background: #85040c;}
.ywfw_list li.on a{margin:60px 0 15vh;opacity: 1;}

/*产品列表页*/
.content .prolist {padding: 0;overflow: hidden;}
.content .prolist .cpitem {padding:28px 20px;overflow: hidden;margin-bottom: 40px;background: #fff;transition: 0.4s;}
.content .prolist .cpitem a {display: block;width: 100%;}
.content .prolist .cpimg {padding-bottom: 100%;overflow: hidden;width: 100%;height: 0;position: relative;transition: 0.4s;z-index: 2;}
.content .prolist .cpimg img {width: 100%;height: 100%;position: absolute;left:0;top:0;width: 100%;height:100%;object-fit: cover;display: block;transition: all 1s ease;}
.content .prolist .cpcon {transition: 0.4s;padding: 30px 0px 15px;overflow: hidden;}
.content .prolist .cpcon h2 {color: #333;font-size: 24px;line-height: 40px;text-align: center;margin-bottom: 25px;}
.content .prolist .cpcon span {display: block;color: #333;font-size: 16px;line-height: 30px;text-align: center;transition: 0.4s;}
.content .prolist .cpitem:hover {background: #d6000f;}
.content .prolist .cpitem:hover .cpimg img {transition: 0.4s;  transform:scale(1.06,1.06); 
  -ms-transform:scale(1.06,1.06);   /* IE 9 */
  -moz-transform:scale(1.06,1.06);  /* Firefox */
  -webkit-transform:scale(1.06,1.06);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.06,1.06); }
.content .prolist .cpitem:hover .cpcon h2,.content .prolist .cpitem:hover .cpcon span {color: #fff;}

/*内页产品详情*/
.sect_photo {padding:150px 0 40px;overflow: hidden;background: url(../images/cpbj.jpg) no-repeat center;background-size: cover;}
.sect_photo .crumbsa {padding: 0;overflow: hidden;margin-bottom: 45px;}
.sect_photo .crumbsa .current {color: #fff;font-size: 16px;line-height: 45px;background: url(../images/home.png) no-repeat left center;padding-left: 27px;}
.sect_photo .crumbsa .current a {color: #fff;font-size: 16px;line-height: 45px;display: inline-block;}
.sect_photo .crumbsa .goback {text-align: right;color: #fff;font-size: 16px;line-height: 45px;}
.sect_photo .crumbsa .goback a {color: #fff;font-size: 16px;line-height: 45px;}
.sect_photo .crumbsa .goback a i {display: inline-block;width: 24px;height: 20px;background: url(../images/goback.png) no-repeat center;vertical-align:middle;margin-right: 10px;}
.sect_photo .prophoto {position: relative;z-index: 3;width: 100%;height: 36vw;padding:0;}
.sect_photo .prophoto:after {content:"";position: absolute;z-index: -1;background: #bd020f;width: 102%;height: 140px;left: -1%;right:-1%;bottom: 0px;}

/*相册*/
.sect_photo .prophoto .photo{ width: 90%; overflow: hidden;background:#c2c2c2;height: 34vw; }
.sect_photo .prophoto .photo .swiper-container {width: 100%;margin-left: auto;margin-right: auto;height: 100%;}
.sect_photo .prophoto .photo .swiper-slide {background-color: #f7f7f7;height: 100%;}
.sect_photo .prophoto .photo .cpphoto {width: 100%;height: 100%;background: #f7f7f7;padding:0;}
.sect_photo .prophoto .photo .cpphoto img {width: 100%;height: 100%;object-fit: cover;}
.sect_photo .prophoto .photo .swiper-button-prev:after,.sect_photo .prophoto  .photo .swiper-button-next:after {font-size: 30px;}
/*详情参数*/
.sect_photo .prophoto .cpcanshu {padding:0;overflow: hidden;position: relative;height: 36vw;}
.sect_photo .prophoto .cpcanshu .cpcsTit {color: #fff;font-size:38px;line-height: 3;font-weight: bolder;border-bottom: 1px solid #878366;}
.sect_photo .prophoto .cpcanshu .cpcscon {padding: 20px;overflow: hidden;}
.sect_photo .prophoto .cpcanshu .cpcst {color: #fff;font-size: 20px;line-height: 2;margin-bottom: 20px;font-weight: bold;}
.sect_photo .prophoto .cpcanshu .cpnr {color: #fff;font-size:22px;line-height: 2.5;}
.sect_photo .prophoto .cpcanshu .cpshare {padding: 0;overflow: hidden;position: absolute;bottom: 40px;width: 100%;left: 0;}
.sect_photo .prophoto .cpcanshu .cpsl {line-height:56px;background: #fff;text-align: center;display: inline-block;padding: 0 55px;overflow: hidden;margin-right: 7px;border-radius: 30px;}
.sect_photo .prophoto .cpcanshu .cpsl a {display: block;color: #d6000f;font-size: 16px;}
.sect_photo .prophoto .cpcanshu .cpsr {display: inline-block;line-height: 56px;color: #fff;font-size: 20px;font-weight: bold;padding: 0 50px;overflow: hidden;border-radius: 30px;border:1px solid #fff;}
.sect_photo .prophoto .cpcanshu .cpsr strong {font-size: 32px;}
/*产品详情*/
.content .bg2 {padding: 70px 0;overflow: hidden;background: #f2f3f4;}
.content .bg5 {padding: 70px 0;overflow: hidden;background: #f2f3f4;}
.content .cpxq1f {padding: 0;overflow: hidden;margin-bottom: 60px;position: relative;min-height: 35vw;}
.content .cpxq1f:after {content: "";width: 60%;height: 100%;background: #fff;position: absolute;right: 8%;top:0;}
.content .cpxq {width: 100%;height: 30vw;padding: 0;overflow: hidden;position: relative;z-index: 2;}
.content .cpxq img {width: 100%;height: 100%;object-fit: cover;}
.content .cpxqright {position: relative;z-index: 2;padding: 2vw;
    overflow: hidden;}
.content .cpxqright .cpxqcon {padding: 0;overflow: hidden;margin-bottom: 50px;}
.content .cpxqright .cpxqcon h2 {color: #333;font-size: 28px;line-height: 2;margin-bottom: 10px;}
.content .cpxqright .cpxqcon p {color: #333;font-size: 18px;line-height: 35px;}
.content .cpxqright .cpxqlist {padding: 0;overflow: hidden;}
.content .cpxqright .cpxqlist li {width: 25%;float: left;margin-bottom: 10px;}
.content .cpxqright .cpxqlist li .xqpic {padding-bottom: 80%;overflow: hidden;position: relative;z-index: 2;border-radius: 15px;border:2px solid #eaeaea;width: 80%;margin: 0 auto 15px;transition: all 0.3s;}
.content .cpxqright .cpxqlist li .xqpic img {width: 50%;height: 100%;position: absolute;left: 25%;top:0;object-fit: contain;}
.content .cpxqright .cpxqlist li p {color: #333;font-size: 16px;line-height: 2;text-align: center;}
.content .cpxqright .cpxqlist li:hover .xqpic {border:2px solid #d6000f;border-radius: 0;transition: all 0.3s;}
.content .bg2 .prolist .swiper-container,.content .bg2 .prolist .swiper-wrapper {width: 100%;height: auto;}
/*图片列表*/
.content .plist {padding: 0 0 30px;overflow: hidden;}
.content .plist .pitem {padding: 0;overflow: hidden;margin-bottom: 50px;background: #f9f9f9;}
.content .plist .pitem a {display: block;width: 100%;position: relative;z-index: 2;}
.content .plist .pitem .pimg {position: relative;padding-bottom: 60%;z-index: 2;overflow: hidden;}
.content .plist .pitem .pimg img {position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 100%;object-fit: cover;transition: .3s all;}
.content .plist .pitem .procs {padding: 18px 15px;overflow: hidden;}
.content .plist .pitem .procs h2 {width:calc(100% - 80px);float: left;color: #3a3a3a;font-size: 16px;line-height: 30px;}
.content .plist .pitem .procs span {display: block;width: 80px;float: right;color: #1e2940;font-size: 14px;line-height: 30px;position: relative;padding-left: 10px;transition: 0.4s;font-weight: bolder;}
.content .plist .pitem .procs span:after {content:"";width: 30px;height: 30px;background: #fe9700;position: absolute;left: 0;top:0;border-radius: 50%;z-index: -1;transition: 0.4s;}
.content .plist .pitem:hover img {  transition: 1s;
  transform:scale(1.05,1.05); 
  -ms-transform:scale(1.05,1.05);   /* IE 9 */
  -moz-transform:scale(1.05,1.05);  /* Firefox */
  -webkit-transform:scale(1.05,1.05);  /* Safari å’Œ Chrome */
  -o-transform:scale(1.05,1.05); }
.content .plist .pitem:hover .procs span:after {left: 20px;}

/*------合作加盟 ------*/
.content .bg3 {padding: 120px 0 0;overflow: hidden;background: #fff;}
.content .hztit {padding: 0;overflow: hidden;margin-bottom: 86px;text-align: center;}
.content .hztit p {color: #2a2a2a;font-size: 18px;line-height: 2.5;}
.content .hzcon {padding: 0;overflow: hidden;height: 34vw;background: url(../images/hz1.jpg) no-repeat center;background-size: cover;margin-bottom: 75px;}
.content .hzcon .hzname {position: relative;width: 100%;left: 50%;top:50%;transform:translate(-50%,-50%);text-align: center;}
.content .hzcon .hzname h2 {color: #fff;font-size: 60px;line-height: 2;font-weight: bold;}
.content .hzcon .hzname p {color: #fff;font-size:26px;line-height: 2;}
.jmlist {padding: 0;overflow: hidden;position: relative;margin-bottom: 70px;}
.jmlist .swiper-container,.jmlist .swiper-container .swiper-wrapper {width: 100%;height: auto;}
.jmlist .swiper-container .swiper-slide {width: 60%;}
.jmlist .jmitem {width: 100%;padding: 0;overflow: hidden;}
.jmlist .jmitem a {display: block;width: 100%;height: 100%;position: relative;}
.jmlist .jmitem a:before {content: "";width: 100%;height: 100%;background: #fff;opacity:0.5;transition: 0.5s ease;position: absolute;z-index: 3; left:0;right: 0;top:0;bottom:0;}
.jmlist .swiper-container .swiper-slide-active .jmitem a:before {opacity: 0;}
.jmlist .jmitem .jmpic {padding-bottom: 58%;position: relative;overflow: hidden;z-index: 2;}
.jmlist .jmitem .jmpic img {position: absolute;left: 0;top:0;width:100%;height: 100%;object-fit: cover;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
.jmlist .jmitem:hover .jmpic img {transform: scale(1.2);transition:all 0.5s;}
.jmlist .jmjt {position: absolute;top:0;left: 0;height: 100%;width: 100%;}
.jmlist .jmjt .container {position: relative;height: 100%;}
.jmlist .jmjt .jmnext,.jmlist .jmjt .jmprev {width: 58px;height: 58px;background: #d6000f;border-radius: 50%;overflow: hidden;}
.jmlist .jmjt .jmnext:after,.jmlist .jmjt .jmprev:after {color: #fff;font-size: 24px;}
/*-------应用案例--------*/
.content .bg4 {padding: 120px 0 0;overflow: hidden;background: url(../images/bg4.jpg) no-repeat top center;}
.content .caselist {padding: 0;overflow: hidden;}
.content .caselist .caseitem {padding: 0;overflow: hidden;margin-bottom: 100px;height: 30vw;margin-right: 8%;}
.content .caselist .caseitem a {display: block;width: 100%;height: 100%;}
.content .caselist .caseitem .casepic {width: 60%;height:100%;float: left;}
.content .caselist .caseitem .casepic img {width: 100%;height: 100%;object-fit: cover;}
.content .caselist .caseitem .casenr {padding: 0;overflow: hidden;width: 36%;float: right;position: relative;height: 100%;}
.content .caselist .casenr .casetit {padding-left: 70px;overflow: hidden;margin-bottom: 27px;position: relative;margin-top:60px;}
.content .caselist .casenr .casetit:before {content: "C";position: absolute;left: 0;top:0;font-size: 78px;line-height: 1;font-weight: bold;color: #d6000f;}
.content .caselist .casenr .casetit h2 {color: #333;font-size: 30px;line-height: 1.6;}
.content .caselist .casenr .casetit h5 {color: #333;font-size: 16px;line-height:20px;font-family:"Arial";text-transform: capitalize;}
.content .caselist .casenr .casecon {color: #333;font-size: 20px;min-height: 90px;line-height: 30px;}
.content .caselist .casenr .caseli {padding: 0;overflow: hidden;margin-top:10px;}
.content .caselist .casenr .caseli span {display: inline-block;float: left;min-width: 210px;margin: 0 15px 20px;line-height: 38px;color: #dd323e;font-size: 16px;border:1px solid #dd323e;border-radius: 20px;text-align: center;}
.content .caselist .casenr .casetime {text-align: right;color: #333;font-size: 16px;line-height: 39px;position: absolute;bottom: 60px;width: 100%;}
.content .caselist .casenr .casetime i {display: inline-block;width: 51px;height: 39px;background: url(../images/casejt.png) no-repeat center;background-size: contain;margin-left: 8px;vertical-align: middle;}
.content .caselist .case2 {margin-left: 8%;margin-right: 0;}
.content .caselist .case2 .casenr {float: left;}
.content .caselist .case2 .casepic {float: right;}
.content .caselist .case2 .casetime {text-align: left;}

/*在线留言*/
#formData{
    width: 100%;
    margin:0 auto;
    padding: 0;
    overflow: hidden;
}
#formData:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #acacac;  
}
#formData::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #acacac;
}
#formData form-tr{
    overflow: hidden;
}
#formData input{
    display: block;
    width: 96%;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
}
#formData .error{
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
}
#formData .submit{
    margin-top: 15px;
    display: block;
    width: 96%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #202020;
    color: #fff;
    font-size: 15px;
}
.form-tr .code {
    overflow: hidden;
}
#formData .form-tr .code input{
    width: 100px;
    float: left;
}
.form-tr .code .verify{
    cursor: pointer;
    float: left;
    margin-left: 25px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
 .form-tr .code .verify img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#formData textarea{
    display: block;
    width: 100%;
    padding: 5px 10px;
    height: 60px;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
}
/*contact us*/
.mlxmess .form-trinput {
  width: 33%;
  float: left;
  padding: 0;
  overflow: hidden;
  padding-right: 0;
}
.mlxmess .form-trinput input {
  color: #000 !important;
  background: #fff !important;
  height: 58px !important;
  line-height: 58px !important;
}
.mlxmess textarea {
  width: 98% !important;
  background: #fff !important;
  height: 180px !important;
}
.mlxmess .code input {
  width: 50% !important;
  float: left;
}
.mlxmess .verify {
  width: 40% !important;
  float: right;
}
.mlxmess .verify img {
  max-width: 100%;
  height: 46px;
}
.mlxmess .submit {
 /* margin-top:0 !important;*/
  height: 46px !important;
  line-height: 46px !important;
}
.nmap {padding: 0;overflow: hidden;}

/*加入我们*/
.content .joblist {padding: 0;overflow: hidden;margin-bottom: 20px;}
.content .joblist .jobtit {padding: 15px 0;overflow: hidden;background: #1e7be1;margin-bottom: 15px;}
.content .joblist .jobtit h2 {color: #fff;font-size: 16px;line-height: 35px;text-align: center;}
.content .joblist .jonitem {padding: 0;overflow: hidden;margin-bottom: 8px;}
.content .joblist .jonitem .jontab {padding:15px 0;overflow: hidden;background: #f8f8f8;} 
.content .joblist .jonitem p {color: #6f6f6f;font-size: 15px;line-height: 25px;text-align: center;}
.content .joblist .jonitem #job-stn {display: block;width: 35px;height: 35px;background: url(../images/down.png) no-repeat;background-size: contain;}
.content .joblist .jobcentent {padding: 15px 20px;overflow: hidden;background: #f8f8f8;display: none;}
.content .joblist .jobcentent,.content .joblist .jobcentent p {color: #5a5a5a;font-size: 16px;line-height: 30px;text-align: left;}
.content .joblist .jonitem .on {background: #e4e4e4;}
.content .joblist .jonitem .on p {color: #000;}
.content .joblist .jobcentent .jobtel strong {color: #1e7be1;font-size: 18px;line-height: 30px;}

/*上下篇*/
.DetailCur {padding:15px;overflow: hidden;margin:20px auto;border: 1px solid #f2f2f2;background: #f2f2f2;}
.DetailCur li {width:48%;padding: 0;overflow: hidden;}
.DetailCur li .page-a {font-size: 14px;line-height: 25px;color: #8d8d8d;}
.DetailCur li .page-a a {font-size: 14px;line-height: 25px;color: #8d8d8d;}
.DetailCur li.rr .page-a {text-align: right;}
.DetailCur li .page-a a:hover {color: #000;}

/*返回顶部*/
.scroll-to-top {
    position: fixed;
    right: -100px;
    bottom: 60px;
    width: 70px;
    height: 70px;
    z-index: 99;
    cursor: pointer
}
.scroll-to-top .box-numper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 35px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #1e7be1;
}
.v-light:not(.no-light) .scroll-to-top .box-numper {
    color: #000
}
.scroll-to-top .box-numper span {
    font-size: 12px
}
.scroll-to-top img {
    width: 65px
}
.v-light:not(.no-light) .scroll-to-top img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

/*分页*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
  background: #f3f3f3;
  padding: 10px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #3f3f3f;
  background: #3f3f3f;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}

@media (max-width:1600px){
  /*首页合作案例*/
  .sect_case .casebox {margin-left: 2.2%;}
  /*首页新闻*/
  .sect_news .casebox {margin-left: 2.2%;}
  /*footer*/
  .footer .fnav dl {width: auto;margin-right: 40px;}
  /*产品中心*/
  .sect_photo .prophoto .cpcanshu .cpcsTit {font-size: 34px;line-height: 2;}
  .sect_photo .prophoto .cpcanshu .cpcscon {padding: 10px;}
  .sect_photo .prophoto .cpcanshu .cpcst {margin-bottom: 5px;}
  .sect_photo .prophoto .cpcanshu .cpnr {font-size: 18px;}
  .sect_photo .prophoto .cpcanshu .cpsl {padding: 0 45px;}
}

@media (max-width:1500px){
  .sect_ys .ysitem .yslist li {padding: 15px;}
}
@media (max-width:1400px){
  /*首页banner轮播图样式*/
  
  /*首页简介*/
  .sect_about .aboutnum li small {font-size: 14px;}
  .sect_about .aboutnum li small:before {width: 15px;height: 15px;line-height: 15px;}
  .sect_about .aboutnum li p {font-size: 15px;line-height: 28px;}
  .sect_about .aboutpic {padding: 50px 0px 80px;}
  /*首页优势*/
  .sect_ys .ysitem .ystit h2 {font-size: 24px;line-height: 35px;}
  .sect_ys .ysitem .yslist li {padding: 16px;}
  .sect_ys .ysitem .yslist li .ystu {max-width: 45px;}
  .sect_ys .ysitem.active .ystit, .sect_ys .ysitem:hover .ystit {top:5%;}
  /*首页合作*/
  .sect_case .casebox .title_1 {margin-bottom: 25px;}
  .sect_case .casebox .title_1 p {line-height: 20px;font-size:14px;}
  .sect_case .casebox .teamcon h2 {font-size: 25px;line-height: 30px;margin-bottom: 7px;}
  .sect_case .casebox .teamcon .p {font-size: 14px;line-height: 25px;padding-left: 0;}
  .sect_case .casebox .teamcon .viewmore {margin-top:35px;}
  .sect_case #swiper_team .tnext {width: 70px;height: 70px;}
  /*首页新闻*/
  .sect_news .xwlist {margin-bottom: 110px;}
  .sect_news .xwitem {padding: 0 0 50px;}
  .sect_news .xwitem .xwdate {font-size: 16px;}
  .sect_news .xwitem .xwcon h2 {font-size: 20px;line-height: 45px;margin:10px 0;}
  /*首页合作加盟*/
  .sect_jia .jiaitem .jiacon h2 {font-size: 32px;}
  /*内页banner*/
  .nbanner {height: 560px;}
  .nbanner .catname h2 {font-size: 52px;line-height: 75px;}
  .nbanner .catname p {font-size: 28px;line-height: 60px;}
  /*面包屑*/
  .crumbs .crumbsbox {padding: 20px 15px;}
  /*关于我们*/
  .about1f .aboutnum li small {font-size: 14px;}
  .about1f .aboutnum li small:before {width: 15px;height: 15px;line-height: 15px;}
  .about1f .aboutnum li p {font-size: 15px;line-height: 28px;}
  .about3f .fzitem .fzleft h2 {font-size: 94px;}
  /*产品中心*/
  .ywfw_list li .flitem h2 {font-size:20px;line-height: 32px;}
  .ywfw_list li .flitem a {padding: 0;width: 100%;text-align: center;}
  .content .bg1 {padding: 80px 0 50px;}
  .content .prolist .cpitem {padding: 20px;}
  .content .prolist .cpcon {padding: 20px 0 10px;}
  .content .prolist .cpcon h2 {font-size: 20px;line-height: 35px;margin-bottom: 10px;}
  .content .prolist .cpcon span {font-size: 15px;line-height: 25px;}
  /*产品详情*/
  .sect_photo .prophoto .cpcanshu .cpcsTit {font-size: 30px;}
  .sect_photo .prophoto .cpcanshu .cpnr {font-size: 16px;line-height: 2;}
  .sect_photo .prophoto .cpcanshu .cpsr {padding: 0 35px;font-size: 18px;}
  .sect_photo .prophoto .cpcanshu .cpsr strong {font-size: 30px;}
  .title_3 h2 {font-size: 36px;}
  .title_3 h3 {font-size: 30px;}
  .content .cpxqright .cpxqcon h2 {font-size: 26px;}
  .content .cpxqright .cpxqcon p {font-size: 16px;line-height: 30px;}
  /*应用方案*/
  .content .bg4 {padding: 70px 0 0;}
  .content .caselist .caseitem {height: 40vw;}
  .content .caselist .casenr .casetit {margin-top: 25px;}
  .content .caselist .casenr .casetit h2 {font-size: 26px;}
  .content .caselist .casenr .casetit:before {font-size: 70px;}
  .content .caselist .casenr .casecon {font-size: 16px;}
  .content .caselist .casenr .caseli span {font-size: 14px;min-width: 185px;margin: 0 5px 10px;border-radius: 15px;}
  .content .caselist .casenr .casetime {bottom: 30px;}
  /*资讯中心*/
  .content .newslist .newsitem {padding: 20px;}
  .content .newsitem h2 {font-size: 18px;}
  /*资讯详情*/
  .maininfo {margin-top: 10px;padding: 50px 90px 40px;}
  .maininfo .artTit {font-size: 24px;}
  /*图片列表*/
  .content .plist .pitem {margin-bottom: 35px;}
  /*合作加盟*/
  .content .bg3 {padding: 80px 0 0;}
  .content .hztit {margin-bottom: 50px;}
  .content .hzcon .hzname h2 {font-size: 50px;}
  .content .hzcon .hzname p {font-size: 22px;line-height: 1.8;}
  /*联系我们*/
  .nylcmap .nylc {padding: 60px;}
  .nylcmap .nylc li {margin-bottom: 35px;}
  .nylcmap .nylc li h4 {font-size: 20px;}
  .nylcmap .map {margin-right: 2.6%;}
  .nylcmap {height: 590px;}
  .nymessage {padding: 70px 0;}
  .nymessage .liuyan {padding: 60px;}
  .nymessage .liuyanr .lyewm {margin-bottom: 35px;}
  .nymessage .liuyanr .lycon {padding: 0 0 0 50px;}
  .nymessage .liuyanr .lycon p {font-size: 18px;line-height: 40px;}
  .nymessage .liuyanr .lyimg {padding-left: 50px;}
}

@media (min-width:768px){
}
@media (max-width:1200px){
/*首页*/
.title_1 {margin-bottom: 30px;}
.title_1 .titlel {padding: 35px 0 20px;}
.title_1 .titler {padding-top:84px;}
.title_1 p {font-size: 13px;}
.title_1:after {height: 85px;left: 120px;}
.viewmore {width: auto;max-width: 160px;}
/*首页关于我们*/
.padbox {padding-left: 60px;}
.sect_about .aboutcon {margin: 0 25px 25px 0;}
.sect_about .aboutcon, .sect_about .aboutcon p {font-size: 15px;line-height: 30px;}
.sect_about .aboutnum {padding: 35px 0 0;}
.sect_about .aboutnum li small {font-size: 13px;}
.sect_about .aboutpic {padding: 80px 0 60px;}
.sect_about .aboutnum li p {font-size: 14px;line-height: 20px;}
/*首页产品*/
.z_qy_nav ul li {padding: 0 0 0 20px;height: 40px;line-height: 40px;margin-bottom: 10px;font-size: 15px;}
.z_qy_nav ul li::after {left: 0;border-radius: 0 25px 25px 0;}
.z_qy_nav ul li.active::after {width: 110%;}
.z_qy_right .infobox .infocon {padding: 1vw 0;}
.z_qy_right .infobox .infocon h2 {font-size: 24px;}
.z_qy_right .infobox .infocon .p {font-size: 14px;line-height: 1.8;padding-left: 5%;}
/*首页优势*/
.sect_ys .ysitem .ystit h2 {font-size: 20px;line-height: 30px;}
.sect_ys .ysitem .ystit .p {min-height: 60px;padding: 0 5px;}
.sect_ys .ysitem .yslist {bottom: 1vw;}
.sect_ys .ysitem .yslist li {padding: 5px;}
.sect_ys .ysitem .yslist li .ystu {max-width: 30px;margin:0 auto 5px;}
.sect_ys .ysitem .yslist li p {font-size: 12px;min-height: 40px;}
/*首页案例展示*/
.sect_case #swiper_team .tnext {width: 50px;height: 50px;left: 88%;}
.sect_case #swiper_team .tnext:after {font-size: 24px;}
.sect_case .casebox .teamcon h2 {font-size: 20px;line-height: 25px;}
.sect_case .teamimg {height: 50vw;}
/*首页新闻*/
.sect_news .xwitem {padding: 0 0 30px;}
.sect_news .xwitem .xwcon h2 {font-size: 18px;line-height: 35px;}
/*首页人才策略*/
.sect_jia {padding: 50px 0;}
.sect_jia .jiaitem {height: 235px;}
.sect_jia .jiaitem .jiacon {padding: 25px;}
.sect_jia .jiaitem .jiacon h2 {font-size: 24px;}
.sect_jia .jiaitem .jiacon p {font-size: 15px;}
/*footer*/
.footer .ftel p {font-size: 14px;line-height: 35px;}
.footer .ftel h2 {font-size: 24px;}
.footer .flxcon p i {width: 20px;height: 20px;margin-right: 5px;}
.footer .flxcon p {font-size: 15px;}
.footer .fewm .fewml {padding: 5px;}
.footer .fewm .fewml p {font-size: 13px;}
/*-------footer -------*/
/*             内页样式             */
/*nbanner and crumbs */
.nbanner {height: 465px;}
.nbanner .catname h2 {font-size: 44px;line-height: 55px;}
.nbanner .catname p {font-size: 22px;line-height: 55px;}
/*content 公用样式*/
.crumbs .cnav a {margin-right: 0;}

/*内页关于我们*/
.content .about1f {padding: 60px 0;}
.content .about1f .about_gy {padding: 20px 0 0;}
.content .about1f .about_gy .aboutT h2 {font-size: 36px;line-height: 50px;}
.content .about1f .about_gy .aboutT h3, .content .about1f .about_gy .aboutT h3 strong {font-size: 35px;line-height: 40px;}
.content .about1f .about_gy .about_t {font-size: 26px;line-height: 50px;}
.content .about1f .about_gy .about_con, .content .about1f .about_gy .about_con p {font-size: 15px;}
.content .about1f .aboutpic {height: 590px;}
.about1f .aboutnum li small {font-size: 12px;}
.about1f .aboutnum li p {font-size: 14px;line-height: 20px;}
.about2f .whitem {height: 50vw;}
.about2f .whitem .whtit {width: 90%;}
.about2f .whitem .whtit .whimg {max-width: 70px;margin: 0 auto 10px;}
.about2f .whitem .whtit h2 {font-size: 24px;}
.about2f .whitem .whtit small {font-size: 14px;}
.about3f {padding: 55px 0;}
.title_3 {margin-bottom: 30px;}
.title_3 h2 {font-size: 32px;}
.title_3 h3 span,.title_3 h3 {font-size: 30px;}
.about3f .fzitem .fzleft .fzcon {width: 90%;}
.about3f .fzitem .fzleft h2 {font-size: 70px;}
.about3f .fzitem .fzleft .p {font-size: 15px;}
.about4f .honorlist .honoritem {padding: 15px 15px 0;}
.about6f {padding: 70px 0;}
.about6f .knowcp h2 {font-size: 40px;}
.about6f .knowcp small {margin-bottom: 30px;}
.about6f .knowcp a {font-size: 15px;width: 235px;}
/*产品中心*/
.index_yw {height: 90vh;}
.ywfw_list li .flitem {padding: 0 10px;}
.ywfw_list li .flitem h2 {font-size: 18px;line-height: 30px;}
.ywfw_list li .flitem a {font-size: 14px;line-height: 40px;}
.ywfw_list li.on a {margin: 45px 0 10vh;}
.ywfw_list li .flitem h2 {font-size: 16px;line-height: 28px;min-height: 56px;}
.ywfw_list li .flitem a i {height: 40px;background-size: contain;}
.content .prolist .cpcon h2 {font-size: 16px;line-height: 30px;}
.content .prolist .cpcon span {font-size: 14px;}
/*产品详情*/
.sect_photo {padding: 115px 0 35px;}
.sect_photo .crumbsa {margin-bottom: 30px;}
.sect_photo .prophoto .cpcanshu .cpcsTit {font-size: 24px;}
.sect_photo .prophoto .cpcanshu .cpcst {font-size: 18px;}
.sect_photo .prophoto .cpcanshu .cpnr {font-size: 15px;}
.sect_photo .prophoto .cpcanshu .cpsr {padding: 0 30px;line-height: 48px;font-size: 16px;}
.sect_photo .prophoto .cpcanshu .cpsr strong {font-size: 22px;}
.sect_photo .prophoto .cpcanshu .cpsl {line-height: 48px;padding: 0 30px;}
.sect_photo .prophoto .cpcanshu .cpshare {bottom: 25px;}
.sect_photo .prophoto:after {height: 100px;}
.content .cpxq1f:after {right: 0;}
.content .bg2 {padding: 60px 0;}
.content .cpxq {height: 33vw;}
.content .cpxqright .cpxqcon h2 {font-size: 22px;}
.content .cpxqright .cpxqcon p {font-size: 15px;line-height: 28px;}
.content .cpxqright .cpxqlist li .xqpic {padding-bottom: 70%;margin: 0 auto 5px;}
.content .cpxqright .cpxqlist li p {font-size: 15px;}
/*应用方案*/
.content .caselist .caseitem {margin-right: 2.6%;}
.content .caselist .case2 {margin-left: 2.6%;margin-right: 0;}
.content .caselist .caseitem .casenr {width: 38%;}
.content .caselist .casenr .casetit {padding-left: 53px;margin-top: 20px;margin-bottom: 25px;}
.content .caselist .casenr .casetit h2 {font-size: 22px;}
.content .caselist .casenr .casetit h5 {font-size: 14px;}
.content .caselist .casenr .casetit:before {font-size: 60px;}
.content .caselist .casenr .casecon {font-size: 15px;}
.content .caselist .casenr .caseli span {font-size: 13px;min-width: 170px;margin: 0 3px 10px;border-radius: 8px;}
.content .caselist .casenr .casetime {font-size: 15px;bottom: 15px;}
.content .caselist .casenr .casetime i {width: 40px;}
/*资讯动态*/
.content .newslist .newsitem {padding: 15px;}
.maininfo {padding: 40px 80px 40px;}
.maininfo .artTit {font-size: 22px;}
.maininfo .mainxqcon, .maininfo .mainxqcon p, .maininfo .mainxqcon p span, .maininfo .mainxqcon p strong {font-size: 15px;line-height: 35px;}
/*文章详情页*/
.maininfo .articleTit {font-size: 20px;line-height: 40px;}
.DetailCur {margin:20px auto 0;}
.DetailCur li .page-a a {font-size: 12px;}
/*合作加盟*/
.content .bg3 {padding: 60px 0 0;}
.content .hztit p {font-size: 16px;line-height: 2;}
.content .hzcon .hzname h2 {font-size: 42px;}
.content .hzcon .hzname p {font-size: 20px;}
/*分页*/
}
@media (max-width:992px){
/*首页简介*/
.title_1 .titlel {padding: 20px 0;}
.title_1 h2 {font-size: 20px;line-height: 45px;}
.title_1 .titler {padding-top:55px;}
.sect_about .aboutpic {padding: 20px 0;height: 464px;}
/*首页产品*/
.z_qy_nav ul {padding: 10px 0;}
.z_qy_nav ul li {height: 35px;line-height: 35px;margin-bottom: 8px;}
.z_qy_right .infobox .infocon h2 {font-size: 18px;}
.z_qy_right .infobox .infocon .p {padding-left: 0;font-size: 13px;}
.viewmore a {font-size: 14px;line-height: 40px;}
.viewmore i {height: 40px;}
.sect_pro .pro-swiper-btn {bottom: 0;}
/*首页优势*/
.sect_ys .viewmore,.sect_news .viewmore {top:80px;}
.sect_ys .ysitem .ystit .ysicon {max-width: 50px;}
.sect_ys .ysitem .ystit h2 {font-size: 18px;}
.sect_ys .ysitem .ystit .p {font-size: 14px;}
.sect_ys .ysbox .ysitem.active svg, .sect_ys .ysbox .ysitem:hover svg {height: 100%;}
.sect_ys .ysitem.active .yslist, .sect_ys .ysitem:hover .yslist {display: none;opacity: 0;}
/*首页案例*/
.sect_case .teamimg {height: 55vw;}
.sect_case #swiper_team .tnext {width: 45px;height: 45px;left: auto;right: 2%;}
.sect_case #swiper_team .tnext:after {font-size: 20px;}
.sect_case .casebox .teamcon h2 {font-size: 18px;}
.sect_case .casebox .teamcon .p {padding-right: 0;}
.sect_case .casebox .teamcon .viewmore {margin-top: 25px;}
/*-------footer -------*/
.footer .fleft {width: 100%;}
.footer .fright {padding:  0 0 30px;}
.footer .ftop {padding: 25px 0;}
.footer .fnav {padding: 0;display: none;}
.footer .fright {width: 100%;border-left: none;}
.footer .flxcon {padding: 10px;}
.footer .fewm .fewml {width: 25%;margin:0 4% 0;}
.footer .copryright {padding: 20px 0;}
/*             内页样式             */
/*nbanner and crumbs */
.nbanner {height: 410px;}
.nbanner .catname h2 {font-size: 36px;line-height: 50px;}
.nbanner .catname p {font-size: 20px;line-height: 45px;font-weight: normal;}
.crumbs {top:-30px;}
.crumbs .crumbsbox {padding: 15px 10px;}
.crumbs .cnav a {padding: 0 10px;font-size: 15px;}

/*关于我们*/
.content .aboutpd {margin-left: 2.6%;}
.content .about1f .about_gy {width: 100%;}
.content .about1f .about_gy .aboutT h2 {font-size: 32px;}
.content .about1f .about_gy .aboutT h3, .content .about1f .about_gy .aboutT h3 strong {font-size: 30px;}
.content .about1f .about_gy .about_con {width: 98%;}
.about1f .aboutnum {padding: 30px 0;}
.content .about1f .aboutright {width: 100%;}
.content .about1f .aboutpic {height: 390px;}
.about2f .whitem .whtit .whimg {max-width: 55px;}
.about2f .whitem .whtit h2 {font-size: 18px;}
.about2f .whitem .whtit p {font-size: 14px;}
.about3f {padding: 50px 0;}
.about3f .yeartop {padding: 20px 60px;}
.about3f .fzitem {height: 38vw;margin: 10px 10px 20px;}
.about3f .fzitem .fzleft h2 {font-size: 60px;margin-top: 2vw;}
.about3f .fzitem .fzleft .p {font-size: 14px;}
.about3f .yearList .yearitem span {width: 25px;height: 25px;}
.about3f .yeartop .swiper-button-prev, .about3f .yeartop .swiper-button-next {width: 45px;height: 45px;}
.about4f .honorlist .honorjt {margin: 25px auto 0;}
.about6f .knowcp h2 {font-size: 32px;line-height: 50px;}
/*产品中心*/
.sect_photo .crumbsa .current a {font-size: 14px;}
.sect_photo .crumbsa .goback {font-size: 14px;}
.sect_photo .crumbsa .goback a {font-size: 14px;}
.sect_photo .prophoto {height: 43vw;}
.sect_photo .prophoto .photo {width: 96%;height: 40vw;}
.sect_photo .prophoto .cpcanshu {height: 43vw;}
.sect_photo .prophoto .cpcanshu .cpcsTit {font-size: 22px;}
.sect_photo .prophoto .cpcanshu .cpcscon {padding: 5px 0;}
.sect_photo .prophoto .cpcanshu .cpsl {padding: 0 20px;}
.sect_photo .prophoto .cpcanshu .cpsl a {font-size: 14px;}
.sect_photo .prophoto .cpcanshu .cpsr {padding: 0 20px;line-height: 48px;font-size: 14px;}
.sect_photo .prophoto .cpcanshu .cpsr strong {font-size: 18px;}
.content .cpxq {height: 40vw;}
.content .cpxqright .cpxqlist li .xqpic img {width: 40%;left: 30%;}
/*应用方案*/
.content .caselist .caseitem {height: 45vw;}
.content .caselist .caseitem .casepic {width: 50%;}
.content .caselist .caseitem .casenr {width: 48%;}
.content .caselist .casenr .casetit h2 {font-size: 20px;}
.content .caselist .casenr .casecon {line-height: 25px;min-height: 75px;}
/*人才策略*/
.content .hzcon {margin-bottom: 50px;}
.content .hzcon .hzname h2 {font-size: 32px;}
.content .hzcon .hzname p {font-size: 18px;}
/*资讯动态*/
.maininfo .artTit {font-size: 20px;}
.maininfo .times {margin-bottom: 30px;}
/*联系我们*/
.nymessage {padding: 50px 0;}
.nymessage .liuyan {padding: 25px;}
.nymessage .liuyanr .lycon {padding: 0 0 20px;}
.nymessage .liuyanr .lycon p {font-size: 15px;line-height: 35px;}
.nymessage .liuyanr .lyimg {padding-left: 20px;}
}
@media (max-width:767px){
/*header*/
.head {height: 70px;}
.header .head .logo {height: 70px;}
.header .head .logo h1 {height: 70px;line-height: 70px;}
.header__menu__right {padding-top:25px;}
/*banner*/
.banner {height: 0;opacity: 0;}
.mbanner {width: 100%;position: relative;}
.mbanner .swiper-container,.mbanner .swiper-slide {width: 100%;height: 100%; overflow:hidden;}
.mbanner a {display: block;width: 100%;height: 100%;}
.mbanner img {width: 100%;height: auto;}

/*首页关于我们*/
.title_1 .titler {padding-top: 69px;}
.updown {width: 15px;}
.padbox {padding-left: 20px;}
.sect_pro .homepro {margin-bottom: 60px;}
.z_qy_nav ul li {padding: 0 0 0 10px;}
.z_qy_nav ul li::before {width: 10px;height: 10px;left: -5px;}
.sect_pro .homepro .z_qy_right {height: 40.6vw;}
/*首页优势*/
.sect_ys .ysbox {padding: 0 0 55px;} 
.sect_ys .viewmore, .sect_news .viewmore {display: none;}
.sect_ys .ysbox .ysitem {height: 48vw;}
.sect_ys .ysitem .ystit .ysicon {max-width: 40px;}
.sect_ys .ysitem .ystit .p {line-height: 25px;min-height: 50px;}
/*首页资讯动态*/
.sect_news .xwnav li {width: 33%;float: left;text-align: center;}
/*联系我们*/
/*-------footer -------*/
/*             内页样式             */
/*nbanner and crumbs */
.nbanner {height: 350px;}
.nbanner .catname {width: 90%;left: 5%;}
/*产品中心分类*/
.ywfw_list li {height: 50%;width: 33%;border-bottom: 1px solid rgba(255,255,255,.3);}
.ywfw_list li:nth-child(3) {border-right: none;}
.ywfw_list li .flitem .flpic {padding-bottom: 60%;margin:0 auto;}
.ywfw_list li .flitem h2 {min-height: auto;}
.ywfw_list li.on a {margin: 25px 0 2vh;}
/*产品详情*/
.sect_photo .prophoto {height: 83vw;}
.sect_photo .prophoto .photo .cpphoto {background: #c8c8c8;}
.sect_photo .prophoto .photo .cpphoto img {object-fit: contain;}
.sect_photo .prophoto .cpcanshu {padding: 20px 0 0;}
.sect_photo .prophoto .cpcanshu .cpcst {font-size: 16px;}
.content .cpxq1f:after {width: 100%;}
/*应用案例*/
.content .bg4 {background-size: cover;}
.content .caselist {padding: 0 2%;}
.content .caselist .caseitem {margin-bottom: 30px;height: auto;border-bottom: 1px solid #c9c9c9;margin-right:0;}
.content .caselist .case2 {margin-left: 0;}
.content .caselist .caseitem .casepic {width: 100%;margin-bottom: 10px;}
.content .caselist .caseitem .casenr {width: 98%;padding:0 0 60px;}
/*资讯详情*/
.maininfo {padding: 20px;}
/*联系我们*/
.nylcmap .nylc li h4 {font-size: 16px;}
.nymessage:after {width: 100%;}
/*分页*/

/*
* footerbar
*/
.footer {padding: 10px 0 100px;}
.footbar {padding: 0;overflow: hidden;position: fixed;bottom: 0;z-index: 9999;background: #d6000f;width: 100%;max-width: 750px;}
.footbar ul {max-width: 750px;}
.footbar li {width: 25%;float: left;text-align: center;}
.footbar li a {display: block;padding: 8px 0;overflow: hidden;border-right: 1px solid #cccccc;}
.footbar li:last-child a {border-right: none;} 
.footbar li .fimg {width: 25%;margin:0 auto 5px;}
.footbar li .fimg img {max-width: 100%;}
.footbar li p {color: #fff;font-size: 14px;line-height: 20px;}
  /*在线留言*/
  .mlxmess .form-trinput {width: 100%;}
  #formData .submit {margin:15px 0;}
}
@media (max-width:650px){ 
/*header*/
.head {height: 50px;}
.header .head .logo {height: 50px;}
.header .head .logo h1 {height: 50px;line-height: 50px;}
.header .head .logo h1 img {max-height: 86%;}
.header__menu__right {padding-top:17px;}
/*banner*/
.banner .swiper1 .swiper-slide .box .text {width: 96%;}
/*下拉导航*/
.header__menu__top {top:15px;left: 15px;right: 15px;}
.header__menu__top .header__l {width: 165px;}
.menu__content {top:85px;}
.menu__item {margin-bottom: 0;}
.menu__item .menu_dl {margin-left: 15px;}
.menu__item dt a {font-size: 16px;}
.menu__item dt:after {height: 3px;}
.menu__item dd p {margin-bottom: 5px;}
.menu__item dd p a {line-height: 35px;}

/*首页公用*/
.updown {display: none;}
.padbox {padding-left: 0;}

/*-------首页关于我们-------*/
.title_1 .titlel {padding: 10px 0;width: 60px;}
.title_1 .titlel .tittu {width: 35px;height: 35px;}
.title_1 h2 {;font-size:18px;line-height: 30px;}
.title_1:after {top:10px;left: 70px;height: 55px;}
.title_1 .titler {width: calc(100% - 80px);padding-top: 45px;}
.title_1 p {font-size: 12px;line-height: 20px;}
.sect_about .aboutnum li span {font-size: 5.6vw;}
.sect_about .aboutpic {height: 335px;}
/* -------首页产品中心------- */
.sect_pro .homepro .z_qy_left {width: 100%;height: 130px;}
.z_qy_nav {top:0;transform: translateY(0%);width: 100%;}
.z_qy_nav ul {border-left: none;border-top:1px solid #fff;}
.z_qy_nav ul li {width: 50%;float: left;height: auto;line-height: 30px;font-size: 13px;padding: 0 0 0 6px;}
.z_qy_nav ul li::before {height: 6px;width: 6px;}
.z_qy_nav ul li.active::after {width: 98%;}
.sect_pro .homepro {margin-bottom: 40px;}
.sect_pro .homepro .z_qy_right {width: 100%;height: 60.6vw;}
.z_qy_swiper {height: 52.6vw;}
.z_qy_right .infobox {width: 60%;}
.z_qy_right .infobox .infocon h2 {font-size: 16px;margin-bottom: 5px;}
.z_qy_right .infobox .infocon .p {font-size: 12px;}
.z_qy_swiper li .imgbox {height: 45vw;}
.viewmore{line-height: 35px;} 
.viewmore a {font-size: 12px;line-height: 35px;}
.viewmore i {height: 35px;}
/*-------首页优势-------*/
.sect_ys .ysbox .ysitem {height: 70vw;}
.sect_ys .ysitem .ystit h2 {font-size: 16px;}
.sect_ys .ysitem .ystit .p {font-size: 12px;line-height: 20px;min-height: 60px;}
/*-------首页应用与方案-------*/
.sect_case .casebox .teamcon h2 {font-size: 16px;}
.sect_case .casebox .teamcon .p {font-size: 12px;line-height: 20px;}
/*-------公司动态-------*/
.sect_news .xwlist {margin-bottom: 60px;}
.sect_news .xwnav li {line-height: 35px;}
.sect_news .xwnav li a {font-size: 16px;line-height: 35px;}
.sect_news .xwitem {padding: 0 0 25px;}
.sect_news .xwitem .xwcon {padding: 10px 0;}
.sect_news .xwitem .xwdate {font-size: 14px;}
.sect_news .xwitem .xwcon h2 {font-size: 16px;line-height: 30px;    margin: 6px 0;}
.sect_news .xwitem .xwcon p {font-size: 12px;line-height: 25px;}
/*-------首页人才策略-------*/
.sect_jia {padding: 40px 0;}
.sect_jia .jiaitem {height: 200px;}
.sect_jia .jiaitem .jiacon {padding: 15px;}
.sect_jia .jiaitem .jiacon h2 {font-size: 18px;line-height: 35px;}
.sect_jia .jiaitem .jiacon p {font-size: 13px;line-height: 22px;}
.sect_jia .jiaitem .jiacon span {font-size: 12px;}
.sect_jia .jiaitem .jiacon span i {width: 16px;}
/*-------footer -------*/
/*             内页样式             */
/*nbanner and crumbs */
.nbanner {height: 290px;}
.nbanner .catname {text-align: center !important;margin-top: -35px;}
.nbanner .catname h2 {font-size: 20px;line-height: 40px;}
.nbanner .catname p {font-size: 15px;line-height: 30px;}
.crumbs .cnav a {padding: 0 8px;font-size: 13px;}
.crumbs .current, .crumbs .current a {font-size: 13px;}
/*content 公用样式*/
/*内页关于我们*/
.content .about1f {padding: 60px 0 35px;}
.content .about1f .about_gy .aboutT h2 {font-size: 24px;}
.content .about1f .about_gy .aboutT h3, .content .about1f .about_gy .aboutT h3 strong {font-size: 22px;line-height: 25px;}
.content .about1f .about_gy .about_t {font-size: 22px;line-height: 30px;}
.content .about1f .about_gy .about_con {padding-right: 10px;}
.about1f .aboutnum li span {font-size: 5.6vw;}
.content .about1f .aboutpic {height: 305px;}
.about2f .whitem {width: 50%;height: 60vw;}
.about2f .whitem .whtit h2 {font-size: 16px;}
.about2f .whitem .whtit small {font-size: 12px;}
.about2f .whitem .whtit em {margin: 10px 0;}
.about2f .whitem .whtit p {font-size: 12px;line-height: 20px;}
.about2f .whitem:hover .whtit {top:45%;}
.about3f,.about5f {padding: 40px 0;}
.title_3 h2 {font-size: 26px;line-height: 45px;}
.title_3 h3 span, .title_3 h3 {font-size: 18px;}
.about3f .yeartop {padding: 10px 30px;}
.about3f .fzitem .fzleft h2 {font-size: 22px;}
.about3f .fzitem .fzleft .p {font-size: 12px;line-height: 20px;}
.about3f .yeartop .swiper-button-prev, .about3f .yeartop .swiper-button-next {width: 28px;height: 28px;}
.about3f .yearList {padding: 10px 0 0;}
.about3f .yearList .yearitem:after {top:10px;}
.about3f .yearList .yearitem span {width: 20px;height: 20px;}
.about3f .yearList .yearitem p {font-size: 15px;line-height: 30px;}
.about4f {padding: 40px 0;}
.about4f .honorlist .honoritem .honorpic {padding-bottom: 75%;}
.about4f .honorlist .honorjt {margin: 15px auto 0;}
.about4f .honorlist .ynnext, .about4f .honorlist .ynprev {width: 40px;height: 40px;}
.about4f .honorlist .ynnext:after, .about4f .honorlist .ynprev:after {font-size: 18px;}
.about6f {padding: 50px 0;}
.about6f .knowcp h2 {font-size: 24px;line-height: 45px;}
.about6f .knowcp small {font-size: 14px;line-height: 30px;margin-bottom: 20px;}
/*------产品分类列表-----*/
.ywfw_list {top:65px;height: calc(100% - 65px);}
.ywfw_list li {width: 50%;height: 33%;}
.ywfw_list li:nth-child(3) {border-right: 1px solid rgba(255,255,255,.3);}
.ywfw_list li .flitem h2 {font-size: 14px;line-height: 25px;margin-bottom: 10px;margin-top: 10px;}
.ywfw_list li .flitem h4 {line-height: 15px;display: none;}
.ywfw_list li .flitem a {opacity: 1;font-size: 12px;line-height: 30px;}
.ywfw_list li .flitem a i {height: 30px;width: 10px;}
.ywfw_list li .flitem .flpic {width: 50%;float: left;}
.ywfw_list li .flitem a {width: 75%;}
.ywfw_list li.on a {margin:5px 0;}
/*产品列表*/
.content .bg1 {padding: 75px 0 20px;}
.content .prolist .cpitem {padding: 8px;margin-bottom: 20px;}
.content .prolist .cpcon {padding: 10px 0 5px;}
.content .prolist .cpcon h2 {font-size: 15px;line-height: 25px;}
/*内页产品详情*/
.content .bg5 {padding: 40px 0;}
.sect_photo {padding: 90px 0 30px;}
.sect_photo .crumbsa .current,.sect_photo .crumbsa .current a {font-size: 12px;line-height: 35px;}
.sect_photo .crumbsa .goback {display: none;}
.sect_photo .prophoto {height: auto;overflow: hidden;}
.sect_photo .prophoto:after {height: 80px;}
.sect_photo .prophoto .photo {width: 100%;height: 60vw;}
.sect_photo .prophoto .cpcanshu {height: auto;padding: 20px 0 80px;}
.sect_photo .prophoto .cpcanshu .cpcsTit {font-size: 18px;}
.sect_photo .prophoto .cpcanshu .cpcst {font-size: 15px;}
.sect_photo .prophoto .cpcanshu .cpshare {bottom: 22px;}
.sect_photo .prophoto .cpcanshu .cpsl,.sect_photo .prophoto .cpcanshu .cpsr {line-height: 35px;}
.sect_photo .prophoto .cpcanshu .cpnr {font-size: 13px;}
.content .cpxqright .cpxqlist li p {font-size: 14px;}

/*项目案例*/
.content .caselist .casenr .casetit {padding-left: 40px;margin-top: 5px;margin-bottom: 15px;}
.content .caselist .casenr .casetit:before {font-size: 50px;}
.content .caselist .casenr .casetit h2 {font-size: 16px;}
.content .caselist .casenr .casetit h5 {font-size: 12px;}
.content .caselist .casenr .caseli span {font-size: 12px;}
.content .caselist .casenr .casetime {font-size: 12px;}
/*-----人才策略-----*/
.content .hztit {margin-bottom: 30px;}
.content .hztit p {font-size: 15px;}
.content .hzcon {margin-bottom: 30px;height: auto;padding: 45px 0;}
.content .hzcon .hzname {top:0;transform: translate(-50%,0%);}
.content .hzcon .hzname h2{font-size: 22px;}
.content .hzcon .hzname p {font-size: 16px;}
/*------加盟扶持-----*/
.content .bg3 {padding: 70px 0 0;}
.jmlist .jmjt .jmnext, .jmlist .jmjt .jmprev {width: 40px;height: 40px;}
.jmlist .jmjt .jmnext:after, .jmlist .jmjt .jmprev:after {font-size: 18px;}
/*动态资讯*/
.content .bg2 {padding: 75px 0 30px;}
.content .newslist .newsitem {padding: 8px;}
.content .newsitem .newdate{font-size: 12px;margin-bottom: 10px;}
.content .newsitem h2 {font-size: 16px;margin-bottom: 10px}
.content .newsitem .xwpic {margin-bottom: 10px;}
.content .newsitem span {line-height: 30px;font-size: 12px;}
.content .newsitem span i {width: 55px;height: 30px;}
/*图片列表*/
.content .plist .pitem .procs {padding: 10px 8px;}
.content .plist .pitem .procs h2 {width: 100%;}
.content .plist .pitem .procs span {display: none;}
/*文章列表*/
.maininfo .artTit {font-size: 18px;line-height: 35px;}
.maininfo .times span {font-size: 12px;}
.maininfo .times {margin-bottom: 20px;}
.maininfo .articleTit {font-size: 18px;line-height: 35px;}
.maininfo .mainxqcon, .maininfo .mainxqcon p, .maininfo .mainxqcon p span, .maininfo .mainxqcon p strong {font-size: 15px;line-height: 32px;}
.mz {font-size: 13px !important;line-height: 25px !important;}
/*联系我们*/
.nylcmap {height: 365px;}
.nylcmap .map {margin-right: 0;}
.nylcmap .nylc {padding: 15px 10px;}
.nylcmap .nylc li:nth-child(1),.nylcmap .nylc li:nth-child(2),.nylcmap .nylc li:nth-child(3),.nylcmap .nylc li:nth-child(4) {background-size: 40px 40px;max-height: none;margin-bottom: 10px;}
.nylcmap .nylc li {padding-left: 45px;}
.nylcmap .nylc li p {font-size: 12px;line-height: 20px;}
.nylcmap .nylc li h4 {font-size: 14px;line-height: 30px;}
.nymessage .liuyanr .lycon p {line-height: 30px;}
.nymessage .liuyanr .lyimg img {max-width: 60%;}

/*分页*/
.DetailCur li.ll,.DetailCur li.rr {float: none;}
.DetailCur li {width: 100%;}
.DetailCur li.rr .page-a {text-align: left;}
 /*footer*/
  .footer .copryright {padding: 15px 0;}
  .footer .copryright, .footer .copryright p, .footer .copryright span, .footer .copryright a {font-size: 14px;line-height: 25px;}
}
@media (max-width:500px){
.nbanner {height: 250px;}
.nbanner .catname h2 {font-size: 18px;line-height: 35px;}
.nbanner .catname p {font-size: 14px;line-height: 25px;}
/*-------公司简介-------*/
.title_1 .titler {padding-top:20px;}
.sect_about .aboutcon {margin: 0 auto 10px;}
/*首页产品*/
.sect_pro .homepro .z_qy_left {height: 155px;}
.z_qy_nav ul li {line-height: 25px;width: 48%;margin-right: 2%;margin-bottom: 0;}
.z_qy_nav ul li::before {top:10px;}
.z_qy_nav ul li::after {border-radius: 0 5px 5px 0;}
.z_qy_nav ul li.active::after {width: 100%;}
.z_qy_right .infobox .infocon h2 {font-size: 15px;}
.z_qy_right .infobox .infocon .p {line-height: 20px;}
.sect_pro .homepro .z_qy_right {height: 69.6vw;}
.viewmore {margin-top:8px;}
.sect_pro .pro-swiper-btn {width: 100%;}
/*首页优势*/
.sect_ys .ysbox .ysitem {width: 100%;margin-bottom: 8px;height: 55vw;}

.content .about1f .about_gy .aboutT h2 {font-size: 18px;line-height: 35px;}
.content .about1f .about_gy .aboutT h3, .content .about1f .about_gy .aboutT h3 strong {font-size: 18px;}
.content .about1f .about_gy .about_t {font-size: 18px;}
.content .about1f .about_gy .about_con, .content .about1f .about_gy .about_con p {font-size: 14px;}

/*-------footer -------*/
.footer { padding: 10px 0 80px;}
.footer .flogo {height: 40px;}
.footer .flogo h1 {height: 40px;line-height: 40px;}
.footer .ftel p {font-size: 12px;line-height: 20px;}
.footer .fright {padding: 0 0 20px;}
.footer .flxcon {padding: 10px 0;}
.footer .flxcon p {font-size: 14px;line-height: 35px;}
.footer .ftel {padding-right: 0;}
.footer .ftel h2 {font-size: 20px;}
/*             内页样式             */
/*nbanner and crumbs */
/*content 公用样式*/
  .content .cpxqright .cpxqcon {margin-bottom: 30px;}
  .content .cpxq1f {margin-bottom: 30px;}
  .nymessage .liuyan .online-form input {width: 96%;}
  
  /*分页*/
  .de-page-mian .page-inner span,.de-page-mian .page-inner input,.de-page-mian .page-inner a.page-btn {display: none;}
  /*立即订购*/
  .layui-layer-iframe {width: 90% !important;margin:0 auto;}
  .maininfo .shlist .shitem {padding: 10px;}
  .maininfo .hxlist .hxitem h3 {font-size: 20px;line-height: 45px;}
  .maininfo .shlist .shitem h2 {font-size: 20px;line-height: 50px;}
  .maininfo .shlist .shitem p {font-size: 15px;line-height: 35px;}
  .maininfo .shlist .shitem h3 {font-size: 20px;line-height: 30px;}
  .maininfo .shlist .shitem .shimg {height: 55px;}
  .layui-layer-dialog {width: 90% !important;margin:0 auto;}
}
@media (max-width:380px){
  
  .menu__item dd p a {line-height: 25px;}
  .nbanner .catname p {font-size: 12px;}
  /*首页*/
  .title_1 .titlel {margin-right: 8px;}
  .title_1 .titler {width: calc(100% - 70px);}
  .sect_about .aboutcon, .sect_about .aboutcon p {font-size: 14px;line-height: 25px;}
  .sect_about .aboutpic {height: 275px;}
  .sect_ys .ysitem .ystit .ysicon {max-width: 35px;}
  .sect_ys .ysbox .ysitem.active svg, .sect_ys .ysbox .ysitem:hover svg{height: 130%;}
  .sect_news .xwitem .xwcon h2 {font-size: 15px;}
  /*首页人才策略*/
  .sect_jia .jiaitem {width: 100%;height: 180px;}
  .sect_jia .jiaitem .jiacon p {font-size: 12px;line-height: 20px;}
  /*产品列表页*/
  .content .bg5 {padding: 30px 0;}
  .title_3 h2 {font-size: 22px;line-height: 40px;}
  .title_3 h3 span, .title_3 h3 {font-size: 16px;}
  .sect_photo .prophoto .cpcanshu .cpsl {border-radius: 20px;padding: 0 12px;}
  .sect_photo .prophoto .cpcanshu .cpsl a,.sect_photo .prophoto .cpcanshu .cpsr {font-size: 12px;}
  .sect_photo .prophoto .cpcanshu .cpsr strong {font-size: 16px;}
  .sect_photo .prophoto .cpcanshu .cpsr {padding: 0 10px;}
  .sect_photo .prophoto .cpcanshu .cpnr {font-size: 12px;}
  .content .cpxqright .cpxqcon p {font-size: 14px;line-height: 24px;}
  .about6f .knowcp h2 {font-size: 22px;}
  .about6f .knowcp small {font-size: 12px;line-height: 25px;}
  .about6f .knowcp a {width: 206px;}
  .nymessage {margin-bottom: 30px;}
  .nymessage .liuyan {padding: 10px;}

  .content .newsitem h2 {font-size: 15px;}
  .content .hzcon .hzname h2 {font-size: 18px;}
  .content .hzcon .hzname p {font-size: 15px;}
  .content .plist {padding: 0;}
  .content .plist .pitem {margin-bottom: 15px;}
  .content .plist .pitem .procs {padding: 8px 5px;}
  .content .plist .pitem .procs h2 {font-size: 14px;text-align: center;}
  .crumbs .cnav a {padding: 0px;font-size: 12px;width: 18%;text-align: center; margin: 0;}
  .crumbs .cnav a:after {display: none;}
  
}

@media (max-width:340px){
  
}
