
/* 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:#8a8a8a;
}
:-moz-placeholder{
caret-color:#8a8a8a;
}
::-moz-placeholder{
  color:#8a8a8a;
}
:-ms-input-placeholder{
flood-color:#8a8a8a;
}
 
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow:0 0 0 60px #efefef inset; 
  -webkit-text-fill-color: #000;
}
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;
}
.ellipsis3{
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3; 
  line-clamp: 3;
}
.ellipsis6{
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:6; 
  line-clamp: 6;
}
.ll {float: left;}
.rr {float: right;}

@media (min-width:1500px){
   .container {width: 1500px !important;padding: 0px;max-width: none;}
}
@media (min-width:1400px) and (max-width: 1500px){
  .container {width: 1400px !important;padding: 0px;max-width: none;}
}
@media (min-width:1200px) and (max-width: 1400px){
  .container {width: 1200px !important;padding: 0px;max-width: none;}
}
/*-------header-------*/
.header {position: fixed;z-index: 10;left: 0;right: 0;top:0;transition: all 0.3s;padding: 10px 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;}*/
.header-min {background: rgba(255,255,255,0.9);top:0;} 
.head {width: 96%;height:62px;margin:0 auto;transition: all 0.3s;padding: 0 2%;}
.header .head .logo {height: 62px;}
.header .head .logo a {display: block;height: 100%;}
.header .head .logo h1 {line-height: 62px;height: 62px;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 .head .logo img.noshow {position: absolute;left: 0;top: 0;opacity: 0;visibility: hidden;}
.header .ontel {color: #fe9700;font-size: 22px;line-height: 62px;font-weight: bolder;float: left;} 
.header .ontel i {display: inline-block;width: 20px;height: 20px;background: url(../image/htel.png) no-repeat left center;margin-right: 5px;background-size: contain;}
.header .headr {float: left;margin: 0 5px;text-align: center;padding-top:18px;}
.header .headr a {display: inline-block;width: 22px;height: 22px;margin:0 5px;}
.header .headr a.ali {background: url(../image/ali.png) no-repeat center;background-size: contain;}
/*-------header end-------*/

/*-------nav-------*/
.header__menu__right {
  float: right;
  display: inline-block;
  padding-top: 22px;
}
.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(../image/menu1.png) center no-repeat;
}
.header__navs {
  padding: 0;
  overflow: hidden;
  width: 100%;
  transition: 0.4s;
}
.navs {
  position: relative;
}
.navs > li {
  float: left;
  width: 14%;
  z-index: 2;
  padding-top: 9px;
}
.navs > li:last-child {
  margin-right: 0;
}
.navs > li:first-child > a {
  padding-right: 0;
}
.navs > li:first-child i {
  display: none;
}
.navs > li > a {
  display: block;
  position: relative;
  z-index: 2;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
}
.navs > li > a:before {
  content: "";
  width: 0;
  height: 3px;
  background: #0092df;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.navs > li:hover a:before,
.navs > li.active a:before {
  width: 60px;
  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: 60px;
  right: auto;
  left: 0;
}
.navs > li > a > i {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
.navs__down {
  position: fixed;
  left: 0;
  top: 82px;
  width: 100%;
  background: url(../image/navbg.png) no-repeat bottom center rgba(255,255,255,0.9);
  background-size: cover;
  height: 0;
  overflow: hidden;
}
.navs__item {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 35px 30px 70px;
  display: none;
  overflow: hidden;
}
.navs__item:first-child, .navs__item:nth-child(5),.navs__item:nth-child(6){
  padding: 0;
}
.navs__item .navs_left {
  padding:40px 50px;
  overflow: hidden;
  background: #0092df;
  width: 20%;
  float: left;
}
.navs__item .navs_left .navsimg{
  width: 36px;
  height: 41px;
  margin-bottom: 15px;
}
.navs__item .navs_left .navsimg img {
  max-width: 100%;
}
.navs__item .navs_left h3 {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  background: url(../image/navsimg2.png) no-repeat right center;
}
.navs__list {
  float: right;
  width: 78%;
  padding: 25px 0 0;
  overflow: hidden;
}
.navs__list li {
  float: left;
  padding: 0;
  overflow: hidden;
  margin:0 5px 17px; 
  min-width: 17%;
}
.navs__list li a {
  display: block;
  text-align: center;
  color: #565656;
  font-size: 14px;
  padding:0 20px;
  line-height: 48px;
  border:2px solid #565656;
  transition: all 0.4;
}
.navs__list li:hover a {
  border:2px solid #0092df;
  color: #0092df;
}
.header__menu {
  position: fixed;
  left: 0;
  top: -150%;
  z-index: 89;
  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: #fff;
  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;
}
.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: #666666;
  font-size: 14px;
  font-weight: bold;
  transition: 0.38s;
}
.header__close i {
  display: block;
  float: left;
  line-height: 1;
  color: #333333;
  font-size: 14px;
  font-style: normal;
  transition: 0.36s;
  font-weight: bold;
}
.menu__content {
  position: absolute;
  left: 50%;
  margin-left: -660px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1320px;
  opacity: 0;
}
.menu__li {
  display: flex;
  display: -webkit-flex;
}
.menu__item {
  display: block;
  flex: 1;
  -webkit-flex: 1;
}
.menu__item:last-child {
  flex: inherit;
  -webkit-flex: inherit;
}
.menu__item dt {
  display: block;
  margin-bottom: 18px;
}
.menu__item dt a {
  display: inline-block;
  color: #333333;
  font-size: 24px;
  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: #999999;
  font-size: 18px;
}
.menu__item dd p a:hover {
  color: #333333;
  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: 8px;
    background: #6caddc;
    z-index: -1;
    transition: 0.38s;
}
.product__menu {
  position: relative;
}
.product__menu:first-child .product__menu__li {
  display: block;
}
.product__menu:hover .product__menu__btn span {
  color: #333333;
  font-weight: bold;
}
.product__menu:hover .product__menu__btn span:before {
  width: 100%;
}
.product__menu:hover .product__menu__btn i {
  color: #333;
}
.product__menu:hover .product__menu__btn i:before,
.product__menu:hover .product__menu__btn i:after {
  background: #333333;
}
.product__menu__btn {
  position: relative;
  cursor: pointer;
}
.product__menu__btn.active span {
  color: #333333;
  font-weight: bold;
}
.product__menu__btn.active span:before {
  width: 100%;
}
.product__menu__btn.active i {
  color: #333;
}
.product__menu__btn.active i:before,
.product__menu__btn.active i:after {
  background: #333333;
}
.product__menu__btn.active i:after {
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
}
.product__menu__btn span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 1px;
  color: #999999;
  font-size: 18px;
  transition: 0.32s;
}
.product__menu__btn span:before {
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
  content: "";
  width: 0;
  height: 8px;
  background: #0092df;
  transition: 0.36s;
}
.product__menu__btn i {
  display: inline-block;
  position: relative;
  margin-right: 6px;
  width: 10px;
  height: 10px;
}
.product__menu__btn i:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 100%;
  height: 2px;
  background: #999999;
  transition: 0.32s;
}
.product__menu__btn i:after {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #999999;
  transition: 0.32s;
}
.menu__item dd .product__menu__li {
  padding-left: 18px;
  padding-top: 3px;
  display: none;
}
.menu__item dd .product__menu__li p {
  margin-bottom: 0;
  line-height: 1.5;
}
.menu__share {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 0;
  background: #f6f6f6;
  opacity: 0;
}
.menu__share__wr{
    margin: auto;
    width: 1320px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.menu__share__wr p {text-align: center;}
.menu__share__wr p span{
  display: inline-block;
  margin:0 20px;
  color: #333333;
  font-size: 15px;
  line-height: 48px;
}


/*-------nav end-------*/
.header:hover {background: rgba(255,255,255,0.9);}
.header:hover .head .logo img.show,.header-min .head .logo img.show{opacity: 0;visibility: hidden;}
.header:hover .head .logo img.noshow,.header-min .head .logo img.noshow{opacity: 1;visibility: visible;}
.header:hover .navs > li > a,.header-min .navs > li > a {color: #111;}
.header:hover .header__menu__btn span,.header-min .header__menu__btn span {color: #111;}
.header:hover .header__menu__btn b,.header-min .header__menu__btn b {    background: url(../image/menu2.png) center no-repeat;}

@media screen and (max-width: 1450px) {
  .menu__content {
    width: 90%;
    margin-left: -45%;
  }
  .menu__share__wr {width: 90%;}
  .menu__item dt a {
    font-size: 20px;
  }
  .menu__item dd p a,
  .product__menu__btn span {
    font-size: 16px;
  }
  /*导航*/
  .header .ontel {font-size: 18px;}
}
@media screen and (max-width: 1240px) {
   /*导航*/
  .header .ontel {font-size: 16px;}
  .header .ontel i {display: none;}
  .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;
  }
  .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;
  }
  .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 {position: relative;width: 100%;height: auto;overflow: hidden;}
.banner:before{content: "";width: 100%;background-image: url(../image/bantop.png);background-position: center;background-repeat: repeat-x;background-size: contain;position: absolute;z-index: 2;padding-bottom: 16%;opacity: 0.4;}
.banner .swiper-container {width: 100%;height: auto; overflow:hidden;}
.banner .swiper-slide {width: 100%;height: auto;padding: 0;overflow: hidden;}
.banner .swiper-slide .slide-item {width: 100%;height: 100%;padding: 0;overflow: hidden;}
.banner .swiper-slide .slide-item img {width: 100%;height: 100%;object-fit: contain;}
/*切换样式*/
.banner .point{position: absolute;z-index:2;background: rgba(255,255,255,0.8);right:0;bottom: 0;padding: 0 0 0 60px;overflow: hidden;border-radius: 20px 0 0 0;}
.banner .pbutton {position: relative;z-index: 1;display: inline-block;vertical-align: middle;padding: 55px 210px 55px 50px;overflow: hidden;background: #0092df;height: 40px;}
.banner .arrows{position:absolute;top:50%;margin-top:-20px;display:inline-block;vertical-align:middle;width:20px;height:40px;}
.banner .arrows:after, .banner .arrows:after {font-size: 24px;color: #fff;line-height: 40px;vertical-align: middle;font-weight: bold;}
.banner .arrows.t-prev {left: 40px;}
.banner .arrows.t-next  {left: 80px;right: auto;}
.banner .swiper-button-prev,.banner .swiper-button-next{background:none;}
.banner .swiper-pagination{position:relative;display:inline-block;vertical-align:middle}
.banner .swiper-pagination .swiper-pagination-bullet{float:left;font-size:18px;color:#1e2940;padding:0 9px;width:auto;height:auto;background-color:transparent;font-family:goodmu;opacity:1;filter:alpha(opacity=1);position:relative;font-weight: bolder;}
.banner .swiper-pagination .swiper-pagination-bullet:before{position:absolute;content:"";display:block;height:2px;top:2.5rem;left:2px;width:0;z-index:0;background:#b0b0b0;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.banner .swiper-pagination .swiper-pagination-bullet:hover:before{width:24px}
.banner .swiper-pagination .swiper-pagination-bullet-active.swiper-pagination-bullet:before{display:none}
.banner .swiper-pagination .swiper-pagination-bullet-active.swiper-pagination-bullet{color:#fe9700}
.banner .swiper-pagination .swiper-pagination-bullet:after{content:'';display:inline-block;vertical-align:middle;width:0;height:2px;margin-left:12px;background-color:#b0b0b0;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.banner  .swiper-pagination .swiper-pagination-bullet-active.swiper-pagination-bullet:after{content:'';width:100px}
@media screen and (max-width: 1450px) {
  .banner .pbutton {padding: 45px 210px 45px 50px;}
}
@media screen and (max-width: 1200px) {
  .banner .point {padding: 0 0 0 30px;}
  .banner .pbutton {padding: 30px 80px 30px 50px;}
}
@media screen and (max-width: 640px) {
  .banner .point {padding: 0 0 0 15px;}
  .banner .swiper-pagination .swiper-pagination-bullet {font-size: 14px;}
  .banner .swiper-pagination .swiper-pagination-bullet-active.swiper-pagination-bullet:after {width: 15px;}
  .banner .pbutton {padding: 15px 70px 15px 20px;}
  .banner .arrows:after, .banner .arrows:after {font-size: 20px;}
  .banner .arrows.t-prev {left: 20px;}
  .banner .arrows.t-next {left: 50px;}
}


/*-------banner end-------*/

/*服务行业*/
.sect_fw {padding: 60px 0;overflow: hidden;}
.title_1 {padding: 0;overflow: hidden;margin-bottom: 60px;}
.title_1 .titlel {padding: 0;overflow: hidden;}
.title_1 h2 {color: #1e2940;font-size: 45px;line-height: 50px;font-weight: bolder;}
.title_1 h3 {color: #1e2940;font-size: 25px;line-height: 35px;margin-top: 10px;}
.title_1 .titler {padding: 0;overflow: hidden;vertical-align: middle;position: relative;z-index: 1;}
.title_1 .titler a {color: #1e2940;font-size: 18px;line-height: 50px;display: block;position: relative;padding-left: 20px;font-weight: bold;}
.title_1 .titler a:after {content: "";width: 50px;height: 50px;border-radius: 50%;background: #fe9700;position: absolute;left: 0;top:0;z-index: -1;transition: all 0.3s;}
.title_1 .titler a:hover {color: #1e2940;}
.title_1 .titler a:hover:after {left: 15px;}
.guide-slider {width: 100%;height: 380px;padding: 0;overflow:hidden;}
.guide-slider ul {padding: 0;overflow: hidden;height: 380px;}
.guide-slider .guide {
    width: 25%;
    height: 100%;
    float: left;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    position: relative;
    overflow: hidden;
    background: #f6f6f6;
    cursor: pointer;
}
.guide-slider .guide:nth-child(3) .fwleft{
  background: #e5e5e5;
}
.guide-slider .guide .fwleft {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    z-index: 2;
    background: #f6f6f6;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}
.guide-slider .guide .fwleft .fwlbox {
  padding: 60px;
  overflow: hidden;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}
.guide-slider .guide .fwleft .fwicon {
  width: 30%;
  height: 58px;
  margin-bottom: 15px;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
} 
.guide-slider .guide .fwleft .fwicon img {
  max-width: 100%;
  max-height: 100%;
}
.guide-slider .guide .fwleft .fwbt {
  padding: 0;
  overflow: hidden;
  margin-bottom: 25px;
}
.guide-slider .guide .fwleft .fwbt h2 {
  color: #1e2940;
  font-size: 20px;
  line-height: 32px;
  font-weight: bolder;
}
.guide-slider .guide .fwleft .fwbt p {
  color: #818181;
  font-size: 10px;
  line-height:20px;
  font-weight: lighter;
  text-transform: capitalize;
}
.guide-slider .guide .fwleft .fwcon {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
  margin-bottom: 45px;
}
.guide-slider .guide .fwleft .fwmore {
  width: 48px;
  height: 48px;
  border:1px solid #bbbbbb;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}
.guide-slider .guide .fwleft .fwmore a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/fwjt.png) no-repeat center;
}
.guide-slider .guide .fwright {
  padding: 0;
  overflow: hidden;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.guide-slider .guide .fwright .fwimg {
  padding: 0;
  overflow: hidden;
  width: 70%;
  height: 100%;
  float: right;
}
.guide-slider .guide .fwright .fwimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guide-slider .guide.on {
    width: 50%;
}
.guide-slider .guide.on .fwleft {
    background: #0092df;
    width: 35%;
}
.guide-slider .guide.on .fwleft .fwlbox {
  padding: 60px 15px 60px 35px;
}
.guide-slider .guide.on .fwleft .fwicon {
  display: none;
}
.guide-slider .guide.on .fwleft .fwbt h2, .guide-slider .guide.on .fwleft .fwbt p {
    color: #fff;
}
.guide-slider .guide.on .fwleft .fwcon {
  opacity: 1;
}
.guide-slider .guide.on .fwleft .fwmore {
  border:1px solid #fe9700;
  background: #fe9700;
}
.guide-slider .guide.on .fwleft .fwmore a {
  background: url(../image/fwjta.png) no-repeat center;
}

/*-------关于我们-------*/
.sect_about {padding: 110px 0;overflow: hidden;background-image: url(../image/aboutbg.jpg);background-position: top center;background-size: cover;background-attachment: fixed;}
.sect_about .title_1 h2,.sect_about .title_1 h3{color: #fff;}
.sect_about .title_1 .titler a {color: #fff;}
.sect_about .aboutbox {padding: 0;overflow: hidden;}
.sect_about .about {padding: 0;overflow: hidden;}
.sect_about .about .aboutcon{margin-bottom: 60px;}
.sect_about .about .aboutcon,.sect_about .about .aboutcon p,.sect_about .about .aboutcon span {color: #fff;font-size: 15px;line-height: 30px;}
.sect_about .numgd {padding: 0;overflow: hidden;}
.sect_about .numgd .numitems {padding: 0;overflow: hidden;}
.sect_about .numgd .numitems .numsz {padding: 0;overflow: hidden;}
.sect_about .numgd .numitems .numsz span {color:#0092df;font-size: 38px;line-height: 50px;font-family: 'Impact';position: relative;}
.sect_about .numgd .numitems .numsz i {display: inline-block;color: #0092df;font-size: 14px;vertical-align: top;margin-left: 10px;font-weight: bolder;}
.sect_about .numgd .numitems .numsz span:after {content:"";width: 23px;height: 23px;background: url(../image/anum1.png) no-repeat center;position: absolute;right: -18px;bottom: 0;z-index: 1;border-radius: 50%;background-size: contain;}
.sect_about .numgd .numitems .numsz #num2:after {background: url(../image/anum2.png) no-repeat center;}
.sect_about .numgd .numitems .numsz #num3:after {background: url(../image/anum3.png) no-repeat center;}
.sect_about .numgd .numitems p {color: #fff;font-size: 14px;line-height: 20px;}
.sect_about .aboutright {padding: 0 0 0 40%;overflow: hidden;}
.sect_about .aboutright .aitem {padding:60px;overflow: hidden;background: #0092df;margin-bottom: 40px;border-radius: 10px;position: relative;z-index: 2;    transition: all .5s;}
.sect_about .aboutright .aitem:before {position: absolute;content: '';top: 0;left: 0;width: 100%;height: 100%;background-image: -moz-linear-gradient(-82deg,#73f0ff 0,#5aa7fe 38%,#405efc 100%);background-image: -webkit-linear-gradient(-82deg,#73f0ff 0,#5aa7fe 38%,#405efc 100%);background-image: -ms-linear-gradient(-82deg,#73f0ff 0,#5aa7fe 38%,#405efc 100%);z-index: -1;-ms-transform: translate(-100%,-100%);-webkit-transform: translate(-100%,-100%);transform: translate(-100%,-100%);transition: all .5s;}
.sect_about .aboutright .aitem:after {position: absolute; content: '';top: 0;left: 0; width: 100%;height: 100%;background-image: -moz-linear-gradient(-82deg,#73f0ff 0,#5aa7fe 38%,#405efc 100%);background-image: -webkit-linear-gradient(-82deg,#73f0ff 0,#5aa7fe 38%,#405efc 100%);background-image: -ms-linear-gradient(-82deg,#73f0ff 0,#5aa7fe 38%,#405efc 100%);z-index: -1;-ms-transform: translate(100%,100%);-webkit-transform: translate(100%,100%);transform: translate(100%,100%);transition: all .5s;}
.sect_about .aboutright .aitem:nth-child(2){background: #007fc2;}
.sect_about .aboutright .aitem a {display: block;width: 100%;height: 55px;}
.sect_about .aboutright .aitem .aleft {width:26%;padding:6px 0;overflow: hidden;border-right: 1px dashed #7fbcea;margin-right: 4%;}
.sect_about .aboutright .aitem .aleft img {max-width: 100%;max-height: 100%;}
.sect_about .aboutright .aitem .aright {padding: 0;overflow: hidden;width: 70%;}
.sect_about .aboutright .aitem .aright h2 {color: #fff;font-size: 22px;line-height: 35px;font-weight: bold;}
.sect_about .aboutright .aitem .aright p {color: #fff;font-size: 15px;line-height: 20px;}
.sect_about .aboutright .aitem:hover:before{-ms-transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
    transform: translate(0%,0%);}
.sect_about .aboutright .aitem:hover:after{-ms-transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
    transform: translate(0%,0%);}
/*-------关于我们 end-------*/

/* -------产品中心------- */
.sect_pro {padding: 70px 0;overflow: hidden;background:#fff;}
.sectpt {padding: 0;overflow: hidden;margin-bottom: 25px;text-align: center;}
.sectpt a {display: block;width: 100%;}
.sectpt h2 {color: #1e2940;font-size: 48px;line-height: 50px;}
/*产品分类*/
.pronav {padding: 0;overflow: hidden;margin-bottom: 25px;}
.pronav a {display: block;padding:0;overflow: hidden;position:relative;background: #f6f6f6;height: 121px;float: left;width:15.6%;margin: 0 1% 15px 0;}
.pronav a .inner{position:absolute;top:0;left:0;width:100%;height:100%;}
.pronav a:before,
.pronav a:after,
.pronav a .inner:before,
.pronav a .inner:after{position:absolute;content:"";display:block;-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;transition:transform 0.3s;transition:transform 0.3s,-webkit-transform 0.3s;background-color:#0092df;}
.pronav a:before,
.pronav a:after{left:0;width:100%;height:8px;-webkit-transform:scaleX(0);transform:scaleX(0);}
.pronav a .inner:before,
.pronav a .inner:after{top:0;width:8px;height:100%;-webkit-transform:scaleY(0);transform:scaleY(0);}
.pronav a .inner:before{left:0;}
.pronav a .inner:after{right:0;}
.pronav a .inner:hover:before,
.pronav a .inner:hover:after{-webkit-transform:scaleY(1);transform:scaleY(1);}
.pronav a:before{top:0;}
.pronav a:after{bottom:0;}
.pronav a:hover:before,
.pronav a:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1);}
.pronav a:hover .inner:before,
.pronav a:hover .inner:after{-webkit-transform:scaleY(1);transform:scaleY(1);}
.pronav a .inner:before{-webkit-transform-origin:top center;transform-origin:top center;}
.pronav a .inner:after{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.pronav a:before{-webkit-transform-origin:right center;transform-origin:right center;}
.pronav a:after{-webkit-transform-origin:left center;transform-origin:left center;}
.pronav a:hover .inner:before{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.pronav a:hover .inner:after{-webkit-transform-origin:top center;transform-origin:top center;}
.pronav a:hover:before{-webkit-transform-origin:left center;transform-origin:left center;}
.pronav a:hover:after{-webkit-transform-origin:right center;transform-origin:right center;}
.pronav a .pronr {margin:8px;overflow: hidden;background: #fff;padding: 25px;overflow: hidden;position: relative;z-index: 3;}
.pronav a .pronr span {display: block;color: #1e2940;font-size: 18px;line-height: 35px;}
.pronav a .pronr small {display: block;color: #8a8a8a;font-size: 13px;line-height: 20px;}
.pronav a:hover span,.pronav a:hover small {color: #0092df;}
/*产品分类end*/

/*产品列表*/
.product {padding: 0;overflow: hidden;height: auto;margin-bottom: 50px;}
.product .swiper-container {width: 100%;height: auto;overflow: hidden;}
.product .swiper-container .swiper-slide,.product .swiper-container .swiper-wrapper { height: auto;}
.product .proitem {padding: 0;overflow: hidden;margin-bottom: 15px;background: #f7f7f7;border-bottom:2px solid #0092df;height: 486px;transition: 0.4s;}
.product .proitem a {display: block;width: 100%;}
.product .proimg {padding-bottom: 65%;overflow: hidden;width: 100%;height: 0;position: relative;margin: 70px 0 60px;transition: 0.4s;}
.product .proimg .propic {width: 100%;height: 100%;position: absolute;left:0;top:0;}
.product .proimg .propic img {width: 100%;height:100%;object-fit: contain;display: block;transition: all 1s ease;}
.product .procon {transition: 0.4s;padding: 25px 20px 60px;overflow: hidden;height: 500px;border-top:4px solid #f7f7f7;}
.product .procon h2 {color: #1e2940;font-size: 22px;line-height: 40px;text-align: center;}
.product .procon span {display: block;color: #777;font-size: 14px;line-height: 20px;text-align: center;transition: 0.4s;}
.product .procon p {color: #777;font-size: 14px;line-height: 22px;margin-bottom: 20px;opacity: 0;transition: 0.4s;}
.product .procon small {display: block;color: #fe9700;font-size: 14px;text-align:center;line-height: 25px;opacity: 0;transition: 0.4s;}
.product .proitem:hover {box-shadow: 2px 2px 5px 0px #898989;border-bottom:2px solid #fff; }
.product .proitem:hover .proimg {transition: 0.4s;margin:20px 0;}
.product .proitem:hover .procon {background: #fff;border-top:4px solid #0097e6;}
.product .proitem:hover .procon span {display: none;}
.product .proitem:hover .procon p,.product .proitem:hover .procon small {opacity: 1;}
.sectpmore {padding: 0;overflow: hidden;position: relative;z-index: 1;text-align: center;}
.sectpmore a {color: #1e2940;font-size: 18px;line-height: 50px;display: inline-block;position: relative;padding-left: 20px;font-weight: bold;}
.sectpmore a:after {content: "";width: 50px;height: 50px;border-radius: 50%;background: #fe9700;position: absolute;left: 0;top:0;z-index: -1;transition: all 0.3s;}
.sectpmore a:hover {color: #1e2940;}
.sectpmore a:hover:after {left: 15px;}
/* -------产品中心 end------- */

/*-------4大优势-------*/
.sect_ys {padding:0;overflow: hidden;position: relative;height: 670px;}
.sect_ys .ysimgbg {padding: 0;overflow: hidden;position: absolute;left:0;top:0;bottom:0;right: 0;width: 100%;height: 100%;z-index: -1;}
.sect_ys .swiper-container,.sect_ys .swiper-wrapper,.sect_ys .swiper-wrapper .swiper-slide {width: 100%;height: 100%;}
.sect_ys .ysimgbg .ysbg {padding: 0;overflow: hidden;width: 100%;height: 100%;}
.sect_ys .ysimgbg .ysbg img {width: 100%;height: 100%;object-fit: cover;}
.sect_ys .ysbox {padding:80px 0 0;overflow: hidden;position: relative;height: 100%;}
.sect_ys .ysbox:after {content: "";width: 100%;height: 180px;border-top:1px solid #a3a6a6;position: absolute;left: 0;bottom:0;background: rgba(0,0,0,.4);}
.sect_ys .ysbox .ysbt {padding: 0;overflow: hidden;margin-bottom: 88px;}
.sect_ys .ysbox .ysbt h2 {color: #fff;font-size: 40px;line-height: 50px;font-weight: normal;}
.sect_ys .ysbox .ysbt strong {color: #fe9700;font-size: 40px;line-height: 60px;font-weight: normal;}
.sect_ys .ysbox .ysbt p {color: #fff;font-size: 24px;line-height: 40px;}
.sect_ys .yslist {padding: 0;overflow: hidden;position: absolute;top:60%; left: 0;right: 0;}
.sect_ys .yslist .ysitem {padding:75px 55px 0;overflow: hidden;cursor:pointer;transition: all 1s ease;position: relative;background-size: cover;background-repeat: no-repeat;height: 450px;}
.sect_ys .yslist .ysitem .ys_con {position: relative;z-index: 55;}
.sect_ys .yslist .ysitem .ys_con:after {content: "";}
.sect_ys .yslist .ysitem .ys_con h2 {color: #fff;font-size: 25px;line-height: 50px;transition: all .3s ease;text-align: center;margin-top:57px;}
.sect_ys .yslist .ysitem h3 {color: #fff;font-size: 30px;line-height: 40px;margin-bottom: 20px;opacity: 0;transition: all .3s ease;}
.sect_ys .yslist .ysitem .ysmore {padding: 0;overflow:hidden;text-align: center;}
.sect_ys .yslist .ysitem .ysmore i {display: block;width:45px;height: 45px;font-size: 24px;color: #fff;line-height: 43px;text-align: center;margin:10px auto;position: relative;}
.sect_ys .yslist .ysitem .ysmore i:after {content: "";width:45px;height: 45px;background: url(../image/ysicon1.png) no-repeat center;position: absolute;left: 0;top:0;-webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform:rotate(0deg)
  }
  to {
    -webkit-transform:rotate(360deg)
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform:rotate(0deg)
  }
  to {
    -moz-transform:rotate(360deg)
  }
}
@keyframes spinAround {
  from {
    transform:rotate(0deg)
  }
  to {
    transform:rotate(360deg)
  }
}
.sect_ys .yslist .ysitem em {display: block;width: 0;height: 3px;background: #0092df;margin-bottom: 20px;transition: all .3s ease;}
.sect_ys .yslist .ysitem p {color: #646565;font-size: 15px;line-height: 25px;height: 0;transition: all 0.3s;opacity: 0;}
.sect_ys .yslist .ysitem .ysview {color: #1e2940;font-size: 18px;line-height: 50px;position: relative;padding-left: 20px;font-weight: bold;display: none;}
.sect_ys .yslist .ysitem .ysview:after {content: "";width: 50px;height: 50px;border-radius: 50%;background: #fe9700;position: absolute;left: 0;top:0;z-index: -1;transition: all 0.3s;}
.sect_ys .yslist .swiper-slide-thumb-active .ysitem {
 padding: 25px 55px 50px; 
 height: 450px;
background: #8391a2;
background-image:-webkit-linear-gradient(to bottom, #fff 30%, #8391a2 100%);
background-image: -o-linear-gradient(to bottom, #fff 30%, #8391a2 100%);
background-image: -moz-linear-gradient(to bottom, #fff 30%, #8391a2 100%);
background-image: -ms-linear-gradient(to bottom, #fff 30%, #8391a2 100%);
background-image: linear-gradient(to bottom, #fff 30%, #8391a2 100%);}
.sect_ys .yslist .swiper-slide-thumb-active .ysitem h2 {color: #1a1a1a;text-align: left;margin-top:0;}
.sect_ys .yslist .swiper-slide-thumb-active  .ysitem em {width: 25px;}
.sect_ys .yslist .swiper-slide-thumb-active .ysitem .ysmore {display: none;}
.sect_ys .yslist .swiper-slide-thumb-active .ysitem p {opacity: 1;min-height: 75px;}
.sect_ys .yslist .swiper-slide-thumb-active .ysitem .ysview {color: #1e2940;display: block;}
.sect_ys .yslist .swiper-slide-thumb-active .ysitem .ysview:hover:after {left: 15px;}

/*-------4大优势 end -------*/

/*-------公司动态-------*/
.sect_news {padding: 60px 0 45px;overflow: hidden;}
.sect_news .swiper-container ,.sect_news .swiper-wrapper,.sect_news .swiper-slide {width: 100%;height: auto;}
.sect_news .xwlist {padding: 0;overflow: hidden;margin-bottom: 50px;}
.sect_news .xwitem {padding: 0;overflow: hidden;margin-bottom: 10px;}
.sect_news .xwitem a {display: block;width: 100%;position: relative;}
.sect_news .xwitem .xwview {padding: 10px;overflow: hidden;background: #0092df;width: 50px;position: absolute;right: -50px;top:0;z-index: 7;color: #fff;font-size: 14px;text-align: center;transition: all 0.3s;}
.sect_news .xwitem .xwdate {padding: 0;overflow: hidden;}
.sect_news .xwitem .xwdate span {color: #626262;font-size: 14px;line-height: 40px;}
.sect_news .xwitem .xwdate span strong {color: #263e62;font-size: 32px;line-height: 40px;font-weight: bolder;margin-right: 5px;}
.sect_news .xwitem .xwpic {padding-bottom: 56.25%;overflow: hidden;position: relative;z-index: 2; width: 100%;margin-bottom: 20px;}
.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 .xwcon {padding: 0;overflow: hidden;}
.sect_news .xwitem .xwcon h2 {color: #1e2940;font-size: 20px;line-height: 35px;margin-bottom: 10px;font-weight: bold;}
.sect_news .xwitem .xwcon p {color: #a3a3a3;font-size: 14px;line-height: 25px;}
.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: #0092df;}
.sect_news .xwitem:hover .xwview {opacity: 1;right: 0;}

/*-------公司动态 end-------*/

/*-------footer -------*/
.footer {overflow: hidden;background:#27282d;border-bottom: 5px solid #0092df;}
.footer .ftop {padding: 30px 0;overflow: hidden;border-bottom: 1px solid #3d3e42;}
.footer .ftop .flogo {height:80px;}
.footer .ftop .flogo a {display: block;height: 100%;}
.footer .ftop .flogo h1 {line-height: 80px;height: 80px;margin:0;display: table-cell;vertical-align: middle;}
.footer .ftop .flogo h1 img {width:auto;height: auto;max-height: 100%;max-width: 100%;vertical-align: middle;}
.footer .ftop .htel {height: 80px;text-align: right;}
.footer .ftop  .htel a {display: block;}
.footer .ftop  .htel h4 {color: #fff;font-size: 30px;line-height:80px;font-weight: bold;display: inline-block;}
.footer .ftop  .htel h4 i{display: inline-block;width: 30px;height: 80px;background: url(../image/htel.png) no-repeat left center;vertical-align: bottom;}
.footer .footcon {border-bottom: 1px solid #3d3e42;}
.footer .flm {padding: 0;overflow: hidden;position: relative;min-height: 370px;}
.footer .flm:after {content: "";width: 1px;height: 100%;background: #3d3e42;position: absolute;right:0;top:0;bottom: 0;}
.footer .fnav {padding: 0;overflow: hidden;}
.footer .fnav {padding-top:40px;margin-bottom: 10px;}
.footer .fnav dl{float: left;width: 16.5%;}
.footer .fnav dt a {color: #fff;font-size: 16px;line-height: 40px;display: block;margin-bottom: 10px;font-weight: normal;}
.footer .fnav dd a {display: block;color: #818181;font-size: 14px;line-height: 30px;}
.footer .fnav dt a:hover,.footer .fnav dd a:hover {color: #0092df;}
.footer .flx {padding: 0;overflow: hidden;}
.footer .flx h3 {color: #fff;font-size: 16px;line-height: 40px;display: block;padding-top: 40px;margin-bottom: 10px;}
.footer .flx p {color: #818181;font-size: 14px;line-height: 30px}
.footer .fewm {padding: 10px 0 0;overflow: hidden;}
.footer .fewm .fewml {width: 50%;float: left;padding: 0;overflow: hidden;}
.footer .fewm .fewml .fewmimg {width: 90%;height: 105px;margin:0 auto 12px;text-align: center;}
.footer .fewm .fewml .fewmimg img {height: 100%;width: auto;max-width: 100%;object-fit: contain;}
.footer .fewm .fewml p {color: #637182;font-size: 15px;line-height: 30px;text-align: center;}
/*-------友链-------*/
.links {padding: 0 0 10px;overflow: hidden;color: #818181;font-size: 14px;line-height: 25px;}
.links a {display: inline-block;color: #818181;font-size: 14px;line-height: 25px;margin-right: 15px;}
.links a:hover {color: #0092df;}
/*-------友链 end-------*/
.footer .copryright {padding:31px 0;overflow: hidden;}
.footer .copryright,.footer .copryright p,.footer .copryright span,.footer .copryright a {color: #818181;font-size: 14px;line-height: 30px;}
.footer .copryright a:hover {color: #fff;}

/*-------footer end-----*/
/*-------piaofu-----*/
.rightnav {
    position: fixed;
    right: 2px;
    top: 60%;
    z-index: 9;
}
.rightnav li {
    width: 55px;
    position: relative;
    margin-bottom: 2px
}
.rightnav li a {
}
.rightnav li:last-child {
    border: none
}
.rightnav li.weightcons {
    border: none
}
.weightcons a {
}
.rightnav li a {
    color: #fff;
    font-size: 14px;
    padding:12px;
    display: block;
    text-align: center;
    transition: .3s;
    line-height: 1px;
    background-color: #d0d0cf;
    border-radius: 5px;
}
.rightnav li a img {
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
}
.rightnav li>a:hover {
    background-color: #0092df;
}
.rightnav .hover_con a {
    font-weight: bolder
}
.rightnav li .hover_con {
    width: 166px;
    border-radius: 15px;
    position: absolute;
    left: -175px;
    color: #fff;
    text-align: center;
    background-color: #0092df;
    padding: 5px;
    height: auto;
    top: 0;
    transform: rotateX(-90deg);
    transition: all .2s linear 0s;
    max-height: 140px
}
.rightnav li .hover_con a {
  background-color: #0092df;
}
.rightnav li .hover_con img{
  margin: auto;
}
.rightnav li:hover .hover_con {
    left: -176px;
    transform: rotateY(0deg)
}

/*             内页样式             */
/*---------------------------------*/
/*nbanner and crumbs */
.nbanner {padding:0;overflow: hidden;background-size: cover;background-repeat: no-repeat;height: 600px;background-position: center;border-bottom: 4px solid #0092df;}
.nbanner .container {position: relative;padding: 0;overflow: hidden;height: 100%;}
.nbanner .catname {padding: 0;overflow: hidden;text-align: center;position: absolute;width: 100%;left: 0;top:50%;margin-top:-65px;}
.nbanner .catname p {color: #fff;font-size: 20px;line-height: 30px;margin-bottom:30px;}
.nbanner .catname h3 {color: #fff;font-size: 52px;line-height: 70px;}
.nbanner .nbjt {position: absolute;left: 0;bottom: 50px;width: 100%;z-index: 1;text-align: center;}
.nbanner .nbjt span {display: block;width: 28px;height: 48px;background: url(../image/nbanjt.png) no-repeat center;margin:10px auto 20px;-webkit-animation: ascrolla 3s infinite;-o-animation: ascrolla 3s infinite;animation: ascrolla 3s infinite;}
@keyframes ascrolla {
  0%{transform: translate3d(0,0,0);opacity:1;}
  50%{transform: translate3d(0,20px,0);opacity:0.1;}
  100%{transform: translate3d(0,0,0);opacity:1;}
}
.nbanner .nbjt p {color: #0092df;font-size: 14px;line-height: 20px;}
.crumbs {padding:20px 0;overflow: hidden;border-bottom: 1px solid #e0e0e0;}
.crumbs .current {padding: 0;overflow: hidden;}
.crumbs .current,.crumbs .current a {color: #979797;font-size: 14px;line-height: 30px;}
.crumbs .cnav {padding: 0;overflow: hidden;text-align: right;}
.crumbs .cnav a {display: inline-block;color: #1e2940;font-size: 16px;line-height: 30px;margin-left: 70px;}
.crumbs .cnav a:hover {color: #0092df;}

/*content 公用样式*/
.content {padding:40px 0 0;overflow: hidden;}
.content.nysingle {background: url(../image/about1fbg.jpg) no-repeat bottom center;}
.content.acontent {padding: 0;}
.maininfo {padding:0;overflow: hidden;}
.maininfo p img {max-width: 100% !important;width: auto !important;height: auto !important;}

/*关于我们*/
.content .about1f {padding:0;overflow: hidden;background: url(../image/about1fbg.jpg) no-repeat bottom center;}
.content .about1f .about_gy {padding: 140px 125px 100px 22%;overflow: hidden;}
.content .about1f .about_gy .alogo {padding: 0;overflow: hidden;text-align: center;}
.content .about1f .about_gy .alogo img {max-width: 100%;}
.content .about1f .about_gy .about_t {color: #1e2940;font-size: 26px;line-height: 50px;font-weight: bolder;margin:10px auto 30px;text-align: center;}
.content .about1f .about_gy .about_con,.content .about1f .about_gy .about_con p {color: #6f6f6f;font-size: 15px;line-height: 30px;}
.content .about1f .about_gy .aboutmore {padding: 0;overflow: hidden;text-align: center;margin-top:45px;}
.content .about1f .about_gy .aboutmore a {color: #0092df;font-size: 14px;line-height: 30px;text-decoration: underline;}
.content .about1f .aboutright {background: #007fc2;}
.content .about1f .aboutnum {padding: 0;overflow: hidden;}
.content .about1f .aboutnum .numitems {padding:170px 0;overflow: hidden;text-align: center;}
.content .about1f .aboutnum .col-lg-4:nth-child(1) {background: #2fa9ea;}
.content .about1f .aboutnum .col-lg-4:nth-child(2) {background: #0092df;}
.content .about1f .aboutnum .numitems .numsz {padding: 0;overflow: hidden;}
.content .about1f .aboutnum .numitems .numsz span {color:#fff;font-size: 50px;line-height: 60px;font-family: 'Impact';position: relative;}
.content .about1f .aboutnum .numitems .numsz i {display: inline-block;color: #fff;font-size: 14px;vertical-align: top;margin-left: 10px;font-weight: bolder;}
.content .about1f .aboutnum .numitems .numsz span:after {content:"";width: 23px;height: 23px;background: url(../image/anum1.png) no-repeat center;position: absolute;right: -18px;bottom: 0;z-index: 1;}
.content .about1f .aboutnum .numitems .numsz #num2:after {background: url(../image/anum2.png) no-repeat center;}
.content .about1f .aboutnum .numitems .numsz #num3:after {background: url(../image/anum3.png) no-repeat center;}
.content .about1f .aboutnum .numitems p {color: #fff;font-size: 14px;line-height: 20px;}
.content .about1f .aboutpic {padding: 0;overflow: hidden;height: 390px;}
.content .about1f .aboutpic img {width: 100%;height: 100%;object-fit: cover;}
/*企业文化*/
.content .about2f {padding: 0;overflow: hidden;background: #f4fcff;}
.content .about2f .video {padding: 0;overflow: hidden;height: 768px;}
.content .about2f .video p {height: 100%;display: flex;align-items: center;justify-content: center;}
/*企业视频*/
.video_pop{display: block; width: 100%; height: 100%; background: #000; position: fixed; left: 0; top: 0; z-index: 999!important; display: flex; justify-content: center; align-items: center; display: none;}
.close_btn{width: 40px; height: 40px; position: absolute; right: 0; top: 0; background: url(../image/close.png) no-repeat center; z-index: 100; cursor: pointer;}
#video{width:100%; max-height: 100%;}
.video_pop .warp{ display: flex; align-items: center; justify-content: center; width: 100%; height: 100vh;}
.video_pop .clvideo {width: 80%;margin:0 auto;height: 80vh;}
.jw-skin-bce .jw-controlbar {width: 100% !important;}
.content .about2f .about2r{padding: 85px 90px;overflow: hidden;background: #f4fcff;}
.content .about2f .about2r .ab2tit {color: #1e2940;font-size: 40px;font-weight: bolder;line-height: 60px;margin-bottom: 40px;text-align: center;}
.content .about2f .about2r .ab2list {padding: 0;overflow: hidden;}
.content .about2f .about2r .ab2item {padding: 0 5px;overflow: hidden;position: relative;margin-bottom: 10px;cursor: pointer;}
.content .about2f .about2r .ab2item .ab2top {padding:65px 0;overflow: hidden;text-align: center;}
.content .about2f .about2r .ab2item .ab2top .ab2icon1 {width: 20%;margin:0 auto 15px;}
 .content .about2f .about2r .ab2item .ab2top .ab2icon1 img {max-width: 100%;}
.content .about2f .about2r .ab2item .ab2top h2 {color: #fff;font-size: 20px;line-height: 35px;font-weight: bold;}
.content .about2f .about2r .ab2item .ab2bot {position: absolute;left: 5px;right:5px;top:-10%;bottom: 0;background: url(../image/whbg.jpg) no-repeat center #0092df;transition: 0.4s;opacity: 0;}
.content .about2f .about2r .ab2item .ab2bot .botcon {padding: 20px 65px;overflow: hidden;}
.content .about2f .about2r .ab2item .ab2bot .botcon .ab2icon2 {width:20%;}
.content .about2f .about2r .ab2item .ab2bot .botcon .ab2icon2 img {max-width: 100%;}
.content .about2f .about2r .ab2item .ab2bot .botcon h2 {color: #fff;font-size: 20px;line-height: 50px;font-weight: bolder;}
.content .about2f .about2r .ab2item .ab2bot .botcon em {display: block;width: 14px;height: 3px;background: #fff;margin-bottom: 15px;}
.content .about2f .about2r .ab2item .ab2bot .botcon p {color: #fff;font-size: 14px;line-height: 25px;}
.content .about2f .about2r .ab2item:hover .ab2bot {top:0;bottom: 0;opacity: 1;}
/*内页简介资质*/
.content .about3f {padding: 70px 0;overflow: hidden;}
.content .about3f .ab3tit {padding: 0;overflow: hidden;margin-bottom: 45px;}
.content .about3f .ab3tit h2 {color: #1e2940;font-size: 40px;font-weight: bolder;line-height: 60px;}
.content .about3f .ab3tit span {display: block;width: 100%;position: relative;}
.content .about3f .ab3tit span:after {content: "";width: 100%;height: 1px;background: #dbdbdb;position: absolute;right: 0;top:14px;z-index: -1;}
.content .about3f .ab3tit span a {color: #7a7a7a;font-size: 15px;line-height: 30px;font-weight: bold;display: inline-block; background: #fff;padding-right: 30px;}
.content .about3f .ahonor {padding: 0;overflow: hidden;}
.content .about3f .ahonor .swiper-container,.content .about3f .ahonor .swiper-wrapper,.content .about3f .ahonor .swiper-slide {width: 100%;height: auto;}
.content .about3f .ahonor .swiper-wrapper {margin-bottom: 40px;}
.content .about3f .ahonor .honoritem {padding:0;overflow: hidden;}
.content .about3f .ahonor .honoritem a {display: block;width: 100%;}
.content .about3f .ahonor .honoritem .honorimg {padding: 20px;overflow: hidden;background: #f9f9f9;}
.content .about3f .ahonor .honoritem .honorpic {overflow: hidden;position: relative;z-index: 2;padding-top: 65%;}
.content .about3f .ahonor .honoritem .honorpic img {position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 100%;object-fit:contain;transition: .3s all;}
.content .about3f .ahonor .honoritem .honorcon {padding: 0 5px;overflow: hidden;text-align: center;}
.content .about3f .ahonor .honoritem .honorcon h2 {color: #666;font-size: 18px;line-height: 50px;font-weight: bold;}
.content .about3f .ahonor .honoritem:hover .honorpic 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); }
/*内页产品分类列表*/
.content .cp1f {padding: 0 0 30px;overflow: hidden;}
.content .nycpTit {padding: 0;overflow: hidden;margin-bottom: 40px;}
.content .nycpTit h2 {color: #1e2940;font-size: 40px;line-height: 50px;font-weight: bolder;margin-bottom: 20px;}
.content .nycpTit em {display: block;width: 40px;height: 3px;background: #0092df;}
.content .cpfllist {padding: 0;overflow: hidden;}
.content .cpfllist .cpflitem {padding: 30px 25px 0;overflow:hidden;width: 18%;float: left;margin-right: 2%;position: relative;margin-bottom: 25px;}
.content .cpfllist .cpflitem:after {content: "";width: 100%;height: 80%;background: #f6f6f6;position: absolute;left: 0;top:0;z-index: -1;}
.content .cpfllist .cpflitem a {display: block;width: 100%;position: relative;z-index: 1;}
.content .cpfllist .cpflitem .cpflcon {padding: 0;overflow: hidden;min-height: 135px;}
.content .cpfllist .cpflitem h2 {color: #1e2940;font-size: 24px;line-height: 30px;margin-bottom: 10px;}
.content .cpfllist .cpflitem span {display: block;color: #8a8a8a;font-size: 13px;line-height: 25px;position: relative;transition: 0.4s;}
.content .cpfllist .cpflitem span:after {content: "";height: 25px;width: 25px;background: #f6f6f6;border-radius: 50%;position: absolute;left: 0;top:0;z-index: -1;transition: 0.4s;}
.content .cpfllist .cpflitem .cpflpic {padding-bottom: 61%;overflow: hidden;width: 100%;text-align: center;position: relative;z-index: 2}
.content .cpfllist .cpflitem .cpflpic img {position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 100%;object-fit: contain;transition: .3s all;}
.content .cpfllist .cpflitem:hover h2 {color: #0092df;}
.content .cpfllist .cpflitem:hover span {color: #000;padding-left: 10px;}
.content .cpfllist .cpflitem:hover span:after {background: #fe9700;}
/*cp2f*/
.content .cp2f {padding: 45px 0;overflow: hidden;background: #f6f6f6;}
.content .cp2f .cp2ftit {color: #1e2940;font-size: 26px;line-height: 45px;margin-bottom: 40px;}
.content .cp2f .cp2nav {padding: 25px;overflow: hidden;background: #fff;margin-bottom: 25px;}
.content .cp2f .cp2nav dl {min-height: 251px;}
.content .cp2f .cp2nav dl dt {padding-left: 20px;line-height: 40px;border-bottom: 1px solid #d8d8d8;margin-bottom: 10px;position: relative;}
.content .cp2f .cp2nav dl dt:before {content:"";width: 4px;height: 18px;background: #0092df;position: absolute;left: 0;top:50%;margin-top:-9px;}
.content .cp2f .cp2nav dl dt a {color: #1e2940;font-size: 16px;line-height: 40px;display: block;}
.content .cp2f .cp2nav dl dd{padding-left: 20px;overflow: hidden;line-height: 20px;margin-bottom: 10px;}
.content .cp2f .cp2nav dl dd a {display: inline-block;color: #858585;font-size: 14px;line-height: 25px;position: relative;z-index: 1;}
.content .cp2f .cp2nav dl dd a:after {content:"";width: 0%;height: 7px;background: #99d0ed;position: absolute;left: 0;bottom: 5px;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;z-index: 0;opacity: 0;}
.content .cp2f .cp2nav dl dd span {display: block;position: relative;z-index: 2;color: #858585;font-size: 14px;line-height: 25px;}    
.content .cp2f .cp2nav dl dd a:hover:after {width: 100%;opacity: 1;}
.content .cp2f .cp2nav dl dd a:hover span {color: #000;}
.content .cp2f .cp2liuyan {padding: 20px 40px;overflow: hidden;background: #0092df;}
.content .cp2f .cp2liuyan .cp2lyt {padding: 0;overflow: hidden;margin-bottom: 10px;}
.content .cp2f .cp2liuyan .cp2lyt strong {color: #fff;font-size: 26px;line-height: 45px;font-weight: bold;display: inline-block;}
.content .cp2f .cp2liuyan .cp2lyt small {color: #fff;font-size: 14px;line-height: 35px;display: inline-block;vertical-align: bottom;margin-left: 10px;}
/*产品列表留言*/
.content .cp2f .online-form {padding:10px 0 0;overflow: hidden;}
.content .cp2f .online-form input {float: left;display: block;width: 19%;margin: 0 1% 10px 0;padding: 0 9px;height: 50px;line-height: 50px;border: 1px solid #fff;font-size: 14px;color: #666;background: #fff;outline: none;}
.content .cp2f .online-form a {display: block;}
.content .cp2f .online-form a.code {float: left;height: 50px; width: 19%;margin: 0 1% 10px 0;line-height: 50px;font-size: 0;text-align: center;background: #f3fbfe;}
.content .cp2f .online-form a.code img {display: inline-block;vertical-align: middle;width: 100%;max-height: 100%;}
.content .cp2f .online-form textarea {display: none;font-size: 14px;color: #666;width: 96%;margin:0 2% 10px;border:none;height: 60px;line-height: 30px;padding: 5px 9px;background: #fff;outline: none;}
.content .cp2f .online-form .btn-box {float: left;width: 19%;margin:0 1% 0 0;overflow: hidden;}
.content .cp2f .online-form .btn-box a.btn {display: block;width: 100%;height: 50px;text-align: center;line-height: 40px;background: #fe9700;color: #000;margin: 0 auto;font-size: 15px;}
.content .cp2f .online-form .btn-box a.btn:hover {background: #0061b4;border:1px solid #fff;color: #fff;}
/*产品列表热门产品*/
.content .cp3f {padding: 40px 0 0;overflow: hidden;}
.content .cp3f .swiper-wrapper {margin-bottom: 30px;}
/*产品列表合作案例*/
.content .cp4f {padding: 40px 0;overflow:hidden;background: #fafafa;}
.content .cp4f .title_1 h2 {font-size: 40px;}
.content .cp4f .title_1 p {color: #646464;font-size: 14px;line-height: 30px;}
.content .caselist {padding: 0;overflow:hidden;}
.content .caselist .swiper-container,.content .caselist .swiper-wrapper, .content .caselist .swiper-slide {width: 100%;height: auto;}
.content .caselist .caseitem {padding: 0;overflow: hidden;}
.content .caselist .caseitem a {display: block;width: 100%;}
.content .caselist .caseitem .caseimg {overflow: hidden;position: relative;z-index: 2;padding-top: 60%;}
.content .caselist .caseitem .caseimg img {position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 100%;object-fit: cover;transition: .3s all;}
.content .caselist .caseitem h2 {color: #1e2940;font-size: 22px;line-height: 50px;padding: 0 5px;overflow: hidden;text-align: center;}
.content .caselist .caseitem: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 .cp5f {padding: 70px 0 40px;overflow: hidden;}
.content .cp5f .nycpTit h2 {text-align: center;}
.content .cp5f .shlist {padding: 0;overflow: hidden;}
.content .cp5f .shlist .shitem {background: #f9f9f9;padding: 50px 40px;overflow: hidden;text-align: center;}
.content .cp5f .shlist .shitem .shicon {width:30%;margin:0 auto 10px;padding: 0;overflow: hidden;}
.content .cp5f .shlist .shitem .shicon img {max-width: 100%;}
.content .cp5f .shlist .shitem h3 {color: #1a1a1a;font-size: 25px;line-height:50px;margin-bottom: 10px;}
.content .cp5f .shlist .shitem p {color: #646565;font-size: 16px;line-height: 25px;min-height: 100px;}
.content .cp5f .shlist .shitem a {display: block;width: 80%;height: 45px;border:1px solid #fe9700;border-radius: 10px;text-align: center;line-height: 45px;color: #fe9700;margin:0 auto;transition: 0.4s;}
.content .cp5f .shlist .shitem a:hover {background: #fe9700;color: #fff;}

/*产品列表页*/
.content .prolist .cpitem {padding: 0;overflow: hidden;margin-bottom: 40px;background: #f7f7f7;border-bottom:2px solid #0092df;height: 486px;transition: 0.4s;}
.content .prolist .cpitem a {display: block;width: 100%;}
.content .prolist .cpimg {padding-bottom: 65%;overflow: hidden;width: 100%;height: 0;position: relative;margin: 70px 0 60px;transition: 0.4s;}
.content .prolist .cpimg .cppic {width: 100%;height: 100%;position: absolute;left:0;top:0;}
.content .prolist .cpimg .cppic img {width: 100%;height:100%;object-fit: contain;display: block;transition: all 1s ease;}
.content .prolist .cpcon {transition: 0.4s;padding: 25px 20px 60px;overflow: hidden;height: 120px;border-top:4px solid #f7f7f7;}
.content .prolist .cpcon h2 {color: #1e2940;font-size: 22px;line-height: 40px;text-align: center;}
.content .prolist .cpcon span {display: block;color: #777;font-size: 14px;line-height: 20px;text-align: center;transition: 0.4s;}
.content .prolist .cpcon p {color: #777;font-size: 14px;line-height: 22px;margin-bottom: 20px;opacity: 0;transition: 0.4s;}
.content .prolist .cpcon small {display: block;color: #fe9700;font-size: 14px;text-align:center;line-height: 25px;}
.content .prolist .cpitem:hover {box-shadow: 2px 2px 5px 0px #898989;border-bottom:2px solid #fff; }
.content .prolist .cpitem:hover .cpimg {transition: 0.4s;margin:20px 0;}
.content .prolist .cpitem:hover .cpcon {height: auto;background: #fff;border-top:4px solid #0097e6;}
.content .prolist .cpitem:hover .cpcon span {display: none;}
.content .prolist .cpitem:hover .cpcon p {opacity: 1;}

/*内页产品详情*/
.sect_photo {padding:30px 0;overflow: hidden;background: url(../image/probg.jpg) no-repeat center;background-size: cover;}
.sect_photo .prophoto {position: relative;z-index: 3;width: 100%;height: 520px;padding: 35px 0;}
.sect_photo .prophoto:after {content:"";position: absolute;z-index: -1;background: #fff;width: 110%;height: 100%;left: -5%;top:0px;right:-5%;bottom: 0px;}
/*相册*/
.sect_photo .prophoto .photo{ width: 90%; overflow: hidden;background:#f7f7f7;height: 450px; }
.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: 20px 0 0;overflow: hidden;}
.sect_photo .prophoto .cpcanshu .cpcsTit {color: #1e2940;font-size: 32px;line-height: 50px;font-weight: bolder;}
.sect_photo .prophoto .cpcanshu .cpcst {background: #efefef;color: #3e4553;font-size: 15px;line-height: 45px;width: 180px;border-radius: 5px;overflow: hidden;margin:15px 0;text-align: center;}
.sect_photo .prophoto .cpcanshu .cpcscon {color: #676767;font-size: 15px;line-height: 30px;margin-bottom: 60px;}
.sect_photo .prophoto .cpcanshu .cpshare {padding: 0;overflow: hidden;}
.sect_photo .prophoto .cpcanshu .cpsl {line-height:56px;background: #e3001a;text-align: center;display: inline-block;padding: 0 57px;overflow: hidden;margin-right: 7px;}
.sect_photo .prophoto .cpcanshu .cpsl a {display: block;color: #fff;font-size: 16px;}
.sect_photo .prophoto .cpcanshu .cpsl a i {display: inline-block;background: url(../image/zx.png) no-repeat center;width:22px;height: 56px;vertical-align: middle;margin-right: 10px;background-size: contain;}
.sect_photo .prophoto .cpcanshu .cpsr {display: inline-block;line-height: 56px;color: #fe9700;font-size: 26px;font-weight: bold;padding: 0 30px;overflow: hidden;}
.sect_photo .prophoto .cpcanshu .cpsr i {display: inline-block;width: 28px;height: 56px;background: url(../image/htel.png) no-repeat center;background-size: contain;margin-right: 10px;float: left;}
.ncptab {
  padding: 0;
  overflow: hidden;
  background: #0092df;
  transition: all 0.3s;
}
.ncptab-min {
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 0.3s;
  background: #0092df;
}
.ncptab li {
  line-height: 60px;
  min-width: 20%;
  float: left;
  position: relative;
  text-align: center;
  transition: all 0.3s;
}
.ncptab li:before {
  content: "";
  width: 100%;
  height: 60px;
  background: #fe9700;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s;
   -moz-transition: all .3s; 
   -ms-transition: all .3s;
    -o-transition: all .3s;
     transition: all .3s; 
     -webkit-transform: scaleX(0); 
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
        transform: scaleX(0); 
}
.ncptab li a {
  display: block;
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 3;
}
.ncptab li:hover a {
  color: #fff;
}
.ncptab li:hover:before {
  -webkit-transform: scaleX(1);
   -moz-transform: scaleX(1); 
  -ms-transform: scaleX(1); 
  -o-transform: scaleX(1); 
  transform: scaleX(1);
  right: 0;
}
.ncptab li:hover:after {
  display: none;
}
.xqbox {
  padding: 0 0 20px;
  overflow: hidden;
}
.xqbox .ncpxql {
  padding: 0;
  overflow: hidden;
}
.xqbox .cpxqcon {
  padding: 0 10px 0;
  overflow: hidden;
}
.xqbox .cpxqcon,.xqbox .cpxqcon p{
  color: #2a2a2a;
  font-size: 16px;
  line-height: 35px;
}
.cpxqcon #cpxq1,.cpxqcon #cpxq2,.cpxqcon #cpxq3,.cpxqcon #cpxq4,
.cpxqcon #cpxq5{
  padding:65px 0 0 21px;
  overflow: hidden;
  line-height: 35px;
  position: relative;
  margin-bottom: 10px;
}
.cpxqcon #cpxq1:before,.cpxqcon #cpxq2:before,.cpxqcon #cpxq3:before,.cpxqcon #cpxq4:before,
.cpxqcon #cpxq5:before {
  content: "";
  width: 3px;
  height: 24px;
  background: #0092df;
  position: absolute;
  left: 0;
  top:50%;
  margin-top:20px;
}
.cpxqcon #cpxq1 span,.cpxqcon #cpxq2 span,.cpxqcon #cpxq3 span,.cpxqcon #cpxq4 span,
.cpxqcon #cpxq5 span {color: #1e2940;font-size: 22px !important;font-weight: bolder;}
.xqbox .caselist {padding-top:40px;}
.xqbox  .cp5f {padding: 40px 0;}
.xqbox .cp5f .shlist .shitem {padding: 50px 20px;}
/* Table Styles */
.xqbox .cpxqcon table {
  border-radius: 5px;
  font-size: 15px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  background-color: white;
}
.xqbox .cpxqcon thead ,.xqbox .cpxqcon table tr:first-child{
  padding: 0;
  overflow: hidden;
  background: #0092df!important;
  background: -webkit-linear-gradient(left,#0092df,#0092df);
  background: -o-linear-gradient(right,#0092df,#0092df);
  background: -moz-linear-gradient(right,#0092df,#0092df);
  background: linear-gradient(to right,#0092df,#0092df);
}
.xqbox .cpxqcon td, .xqbox .cpxqcon th{
  text-align: center;
  padding:5px;
  height: auto!important;
  width: auto!important;
  /*white-space: normal;*/
}
.xqbox .cpxqcon td{
  border-right: 1px solid #fff !important;
  color: #000;
  font-size: 15px !important;
  line-height: 40px;
  border-bottom: 1px solid #fff !important;
}
.xqbox .cpxqcon th,.xqbox .cpxqcon table tr:first-child td,.xqbox .cpxqcon table tr:first-child td span {
  color: #fff;
  line-height: 40px;
  font-size: 15px;
}
.xqbox .cpxqcon td span {font-size: 15px !important;}
.xqbox .cpxqcon tbody tr {background: #f6f6f6;}
/* Table Styles end */

/*产品详情右侧*/
.cpxqright {padding: 35px 10px;overflow: hidden;background: #f7f7f7;margin-bottom: 20px;}
.cpxqright .cpsider {padding: 0;overflow: hidden;}
.cpxqright .cpsider h2 {color: #1e2940;font-size: 18px;line-height: 35px;margin-bottom: 15px;text-align: center;}
.cpxqright .cpsider .cpsidnav {padding: 0;overflow: hidden;margin-bottom: 20px;}
.cpxqright .cpsider .cpsidnav li {width: 48%;float: left;margin:0 1% 5px;line-height: 40px;background: #fff;text-align: center;}
.cpxqright .cpsider .cpsidnav li a {display: block;color: #696969;font-size: 14px;line-height: 40px;padding: 0 2px;}
.cpxqright .cpsider .cpsidnav li a:hover {background: #0092df;color: #fff;}
.cpxqright .cprlist {padding: 0;overflow: hidden;margin-bottom: 20px;}
.cpxqright .cprlist li {padding: 0;overflow: hidden;width: 48%;float: left;margin:0 1% 5px;}
.cpxqright .cprlist li a {display: block;width: 100%;}
.cpxqright .cprlist li .cpic {position: relative;width: 100%;padding-bottom: 60%;overflow: hidden;}
.cpxqright .cprlist li .cpic img {position: absolute;left: 0;top:0;height: 100%;width: 100%;object-fit: cover;transition: all 1s ease;}
.cpxqright .cprlist li p {padding: 0 2px;color: #696969;font-size: 14px;line-height: 50px;text-align: center;}
.cpxqright .side_liuyan {padding: 0;overflow: hidden;}
.cpxqright .side_liuyan .online-form {padding:0;overflow: hidden;}
.cpxqright .side_liuyan .online-form input {display: block;width: 100%;margin:0 0 10px;padding: 0 9px;height: 45px;line-height: 45px;border: 1px solid #fff;font-size: 14px;color: #8a8a8a;background: #fff;outline: none;}
.cpxqright .side_liuyan .online-form a {display: block;}
.cpxqright .side_liuyan .online-form input.codea {width: 45%;float: left;}
.cpxqright .side_liuyan .online-form a.code {float: right;height: 45px;width: 46%;line-height: 45px;font-size: 0;text-align: center;margin:0 2% 10px;}
.cpxqright .side_liuyan .online-form a.code img {display: inline-block;vertical-align: middle;width: 100%;max-height: 100%;}
.cpxqright .side_liuyan .online-form textarea {display: block;font-size: 14px;color: #8a8a8a;width: 100%;margin:0 0 10px;border:none;height: 60px;line-height: 30px;padding: 5px 9px;background: #fff;outline: none;}
.cpxqright .side_liuyan .online-form .btn-box {width: 100%;margin:0 auto 20px;overflow: hidden;}
.cpxqright .side_liuyan .online-form .btn-box a.btn {display: block;width: 100%;height: 50px;text-align: center;line-height: 40px;background: #fe9700;color: #fff;margin: 0 auto;}
.cpxqright .side_liuyan .online-form .btn-box a.btn:hover {background: #0061b4;border:1px solid #fff;color: #fff;}
.cpxqright .side_tel {padding:20px 0 0;overflow: hidden;text-align: center;border-top:1px solid #dedede;}
.cpxqright .side_tel h3 {color: #515152;font-size: 16px;line-height: 35px;font-weight: normal;display: inline-block;}
.cpxqright .side_tel h3 i {display: inline-block;width: 28px; height: 28px;background: url(../image/htel.png) no-repeat center;margin-right: 10px;float: left;}

/*图片列表*/
.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:before{content:'';position:absolute;width:60px;height:100%;margin-top:0px;margin-left:-120px;overflow:hidden;z-index:6;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0.4)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}
.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 .plist .pitem .pimg:hover:before{-webkit-animation:aniBlink .6s ease-out forwards;-moz-animation:aniBlink .6s ease-out forwards;
  -o-animation:aniBlink .6s ease-out forwards;  animation:aniBlink .6s ease-out forwards}
@keyframes aniBlink{
  from{margin-left:-50%}
  to{margin-left:120%}
}
@-webkit-keyframes aniBlink{
  from{margin-left:-50%}
  to{margin-left:120%}
}

/*文章列表*/
.content .newslist {padding:0;overflow: hidden;}
.content .newslist .newsitem {padding: 20px 20px;overflow: hidden;    border-bottom: 1px solid #edebeb;}
.content .newslist .newsitem a {display: block;width: 100%;}
.content .newslist .newtop {padding: 0;overflow: hidden;}
.content .newslist .newtop .newdate {width: 50px;float: left;}
.content .newslist .newtop .newdate span {
  display: inline-block;
  white-space: nowrap;
    letter-spacing: 0;
    line-height: 50px;
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;font-size: 14px;}
.content .newslist .xwrpic {padding-bottom:35%;overflow: hidden;position: relative;z-index: 2;width:calc(100% - 50px);float: right;}
.content .newslist .xwrpic img {position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 100%;object-fit: cover;transition: transform 1s ease-out;}
.content .newslist .newsitem .xwbot {padding: 0 0 15px;overflow: hidden;}
.content .newslist .newsitem .xwbot h4 {color: #65656c;font-size: 16px;line-height: 28px;font-weight: normal;}
.content .newslist .newsitem .xwbot h3 {color: #65656c;font-size: 18px;line-height: 25px;padding-top:15px;font-weight: normal;}
.content .newslist .newsitem .xwcon {padding:25px 0 0;overflow: hidden;position: relative;}
.content .newslist .newsitem .xwcon:before {content: "";top: 38px;width: 60px;height: 1px;position: absolute;background: #fe9700;}
.content .newslist .newsitem .xwcon p {color: #65656c;font-size: 14px;line-height: 20px;padding-left: 70px;}
.content .newslist .newsitem:hover 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 .newslist .newsitem:hover span,.content .newslist .newsitem:hover h3 {color: #fe9700;}
/*文章详情页*/
.maininfo .artTit {color: #1e2940;font-size: 40px;line-height: 50px;text-align: center;margin-bottom: 20px;font-weight: bold;}
.maininfo .times {color: #6f6f6f;font-size: 16px;line-height: 30px;margin-bottom: 20px;padding: 15px 0;overflow: hidden;text-align: center;background: #fbfbfb;}
.maininfo .times span {display: inline-block;margin:0 10px;}
.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: #666666;
    font-size: 16px;line-height: 35px;}

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

/*联系我们*/
.content .nylxTit {color: #1e2940;font-size: 40px;line-height: 50px;text-align: center; margin-bottom: 40px;font-weight: bold;}
.content .lxlist {padding: 0;overflow: hidden;margin-bottom: 40px;}
.content .lxlist .lxitem {padding: 35px 30px 10px;overflow: hidden;background: #f8f8f8;text-align: center;}
.content .lxlist .lxitem .lxicon {width:54px;height: 54px;margin: 0 auto 15px;}
.content .lxlist .lxitem .lxicon img {max-width: 100%;}
.content .lxlist .lxitem h3 {color: #1e2940;font-size: 22px;line-height: 45px;font-weight: bolder;}
.content .lxlist .lxitem p {color: #7f7f7f;font-size: 15px;line-height: 30px;min-height: 60px;}
.map{padding: 0;overflow: hidden;margin-bottom: 40px;}
.map #map {height: 600px;}
.nycontact {padding: 0;overflow: hidden;margin-bottom: 30px;}


/*在线留言*/
#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;}
.nmap #map {height: 540px;}

/*加入我们*/
.content .joblist {padding: 0;overflow: hidden;margin-bottom: 20px;}
.content .joblist .jobtit {padding: 15px 0;overflow: hidden;background: #0092df;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(../image/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: #0092df;font-size: 18px;line-height: 30px;}

/*售后服务*/
.content .serverlist {padding: 0;overflow: hidden;margin-bottom: 20px;}
.content .serverlist .seritem {padding: 0;overflow: hidden;margin:15px 0 30px;box-shadow: 0px 0px 10px 0px #e9e5e5;} 
.content .serverlist .seritem .sercontent {padding: 110px 20% 0;overflow: hidden;position: relative;}
.content .serverlist .seritem .sercontent span {display: inline-block;position: absolute;right: 12%;top:40px;z-index: 1;color: #fff;font-size: 150px;font-weight: bolder;text-shadow: -1px 1px 0 #e3e3e3, 1px 1px 0 #e3e3e3, 1px -1px 0 #e3e3e3,-1px -1px 0 #e3e3e3;line-height: 1;}
.content .serverlist .seritem .sercontent h3 {color: #0092df;font-size: 32px;line-height: 60px;font-weight: normal;}
.content .serverlist .seritem .sercontent em {display: block;width: 25px;height: 3px;background: #0092df;margin-bottom: 45px;}
.content .serverlist .seritem .sercontent p {color: #646565;font-size: 16px;line-height: 30px;width: 80%;}
.content .serverlist .seritem .sercontent p strong {color: #ff0000;font-size: 16px;line-height: 30px;font-weight: bolder;}
.content .serverlist .seritem .serpic {padding: 0;overflow: hidden;}
.content .serverlist .seritem .serpic img {width: 100%;height: 100%;object-fit: cover;}

/*上下篇*/
.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;}

/*分页*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
  background: #f3f3f3;
  padding: 0;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
  margin:10px 5px;
}
.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(../image/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../image/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(../image/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../image/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:1400px){
  .title_1 {margin-bottom: 40px;}
  .title_1 h2 {font-size: 35px;line-height: 45px;}
  .title_1 h3 {font-size: 20px;}
  .title_1 .titler a {font-size: 16px;}
/*服务行业*/
  .guide-slider .guide .fwleft .fwbt h2 {font-size: 18px;}
/*-------关于我们-------*/
.sect_about {padding: 80px 0;}
.sect_about .aboutright {padding: 0 0 0 20%;}
/* -------产品中心------- */
.sect_pro {padding: 50px 0;}
.sectpt h2 {font-size: 35px;}
.pronav a {height: 90px;}
.pronav a .pronr {margin: 5px;padding: 15px 10px;}
.pronav a .inner:before, .pronav a .inner:after {width: 5px;}
.pronav a:before, .pronav a:after {height: 5px;}
.pronav a .pronr span {font-size: 16px;line-height: 30px;}
.product .proitem {height: 445px;}
.product .proimg {margin: 50px 0 40px;}
.product .procon {padding: 25px 10px 60px;}
.product .procon h2 {font-size: 20px;}
/*-------4大优势-------*/
.sect_ys .ysbox .ysbt h2 {font-size: 35px;}
.sect_ys .ysbox .ysbt p {font-size: 20px;}
/*-------公司动态-------*/
.sect_news {padding: 50px 0 40px;}
.sect_news .xwitem .xwcon h2 {font-size: 18px;}
/*             内页样式             */
/*nbanner and crumbs */
.nbanner {height: 500px;}
.nbanner .catname p {margin-bottom: 20px;}
.nbanner .catname h3 {font-size: 40px;}
/*content 公用样式*/
/*内页关于我们*/
.content .about1f .about_gy {padding: 140px 50px 100px 22%;}
/*企业文化*/
.content .about2f .video {height: 760px;}
.content .about2f .about2r {padding: 80px 30px;}
/*内页简介资质*/
.content .about3f {padding: 60px 0;}
.content .about3f .ab3tit h2 {font-size: 35px;}
/*内页产品分类列表*/
.content .nycpTit {margin-bottom: 35px;}
.content .nycpTit h2 {font-size: 35px;line-height: 40px;}
.content .cpfllist .cpflitem h2 {font-size: 22px;}
/*产品列表留言*/
/*产品列表合作案例*/
.content .cp4f .title_1 h2 {font-size: 35px;}
.content .caselist .caseitem h2 {font-size: 20px;}
/*产品列表售后与支持*/
/*产品列表页*/
.content .prolist .cpitem {height: 420px;}
.content .prolist .cpimg {margin: 50px 0 40px;}
.content .prolist .cpcon {padding: 25px 10px 60px;}
.content .prolist .cpcon h2 {font-size: 20px;} 
/*内页产品详情*/
/*详情参数*/
.sect_photo .prophoto .cpcanshu .cpsl { padding: 0 40px;}
.sect_photo .prophoto .cpcanshu .cpsr {padding: 0 20px;font-size: 20px;}
/*产品详情页售后与支持*/
.xqbox .cp5f .shlist .shitem {padding: 40px 10px;}
.content .cp5f .shlist .shitem h3 {font-size: 20px;line-height: 40px;}
.content .cp5f .shlist .shitem p {font-size: 14px;line-height: 20px;min-height: 80px;}
/*图片列表*/
}

@media (min-width:768px){
}
@media (max-width:1200px){
/*导航下拉*/
.navs__item .navs_left {padding: 30px 15px;}
.navs__item .navs_left h3 {font-size: 20px;}
.navs__list {padding: 5px 0 0;}
.navs__list li{margin-bottom: 10px;}
.navs__list li a {padding: 0 10px;line-height: 35px;}
/*服务行业*/
.sect_fw {padding: 50px 0;}
.title_1 h2 {font-size: 24px;line-height: 35px;}
.title_1 h3 {font-size: 18px;}
.guide-slider .guide .fwleft .fwlbox {padding: 40px 20px;}
/*-------关于我们-------*/
.sect_about {padding: 50px 0;}
.sect_about .about .aboutcon {margin-bottom: 20px;}
.sect_about .about .aboutcon, .sect_about .about .aboutcon p, .sect_about .about .aboutcon span {line-height: 28px;}
.sect_about .aboutright .aitem {padding: 60px 25px;}
/* -------产品中心------- */
.pronav a {width: 18.5%;}
.product .proitem {height: 370px;}
.product .procon h2 {font-size: 18px;}
/*-------4大优势-------*/
.sect_ys {height: 545px;}
.sect_ys .yslist {top:50%;}
.sect_ys .ysbox {padding: 40px 0 0;}
.sect_ys .ysbox:after {height: 130px;}
.sect_ys .ysbox .ysbt h2,.sect_ys .ysbox .ysbt h2 strong {font-size: 30px;line-height: 45px;}
.sect_ys .ysbox .ysbt p {font-size: 18px;}
.sect_ys .yslist .ysitem {padding: 75px 25px 0;}
.sect_ys .yslist .ysitem .ys_con h2 {font-size: 20px;line-height: 40px;margin-top: 85px;}
.sect_ys .yslist .ysitem .ysmore i {width: 35px;height: 35px;line-height: 33px;}
.sect_ys .yslist .ysitem .ysmore i:after {width: 35px;height: 35px;background-size: contain;}
.sect_ys .yslist .swiper-slide-thumb-active .ysitem {padding:25px 25px 50px;}
.sect_ys .yslist .swiper-slide-thumb-active .ysitem h2 {margin-top:0;}
.sect_ys .yslist .swiper-slide-thumb-active .ysitem p {min-height: 90px;}
.sect_ys .yslist .ysitem .ysview {font-size: 15px;line-height: 40px;}
.sect_ys .yslist .ysitem .ysview:after {width: 40px;height: 40px;}
/*-------公司动态-------*/
.sect_news .xwlist {margin-bottom: 40px;}
.sect_news .xwitem .xwdate span strong {font-size: 24px;}
.sect_news .xwitem .xwpic {margin-bottom: 10px;}
.content .newslist .xwrpic {padding-bottom: 53%;}
.sect_news .xwitem .xwcon h2 {font-size: 16px;}
/*-------footer -------*/
/*             内页样式             */
/*nbanner and crumbs */
.nbanner {height: 430px;}
.nbanner .catname h3 {font-size: 30px;line-height: 45px;}
/*content 公用样式*/
.crumbs .cnav a {margin-left: 20px;}
/*内页关于我们*/
.content .about1f .about_gy {padding: 30px 20px 20px 22%;}
.content .about1f .about_gy .about_t {font-size: 24px;}
.content .about1f .aboutpic {height: 335px;}
.content .about1f .aboutnum .numitems {padding: 140px 0;}
.content .about1f .aboutnum .numitems .numsz span {font-size: 35px;line-height: 50px;}
/*企业文化*/
.content .about2f .video {height: 660px;}
.content .about2f .about2r {padding: 45px 30px;}
.content .about2f .about2r .ab2tit {font-size: 35px;line-height: 45px;margin-bottom: 20px; }
.content .about2f .about2r .ab2item .ab2bot .botcon {padding: 20px 15px;}
/*内页简介资质*/
.content .about3f {padding: 40px 0;}
.content .about3f .ab3tit h2 {font-size: 30px;line-height: 45px;}
.content .about3f .ahonor .honoritem .honorcon h2 {font-size: 15px;line-height: 45px;}
/*内页产品分类列表*/
.content .nycpTit h2 {font-size: 30px;margin-bottom: 15px;}
.content .cpfllist .cpflitem {padding: 30px 10px 0;margin-bottom: 20px;}
.content .cpfllist .cpflitem h2 {font-size: 18px;}
.content .cp2f .cp2ftit {font-size: 24px;line-height: 45px; margin-bottom: 20px;}
.content .cp2f .cp2nav {padding: 15px;}
.content .cp2f .cp2nav dl dt {padding-left: 15px;}
.content .cp2f .cp2nav dl dt a {font-size: 15px;}
.content .cp2f .cp2nav dl dd {padding-left: 15px;}
/*产品列表留言*/
/*产品列表合作案例*/
/*产品列表售后与支持*/
.content .cp5f .shlist .shitem {padding: 40px 15px;}
/*产品列表页*/
.content .prolist .cpitem {height: 350px;margin-bottom: 30px;}
.content .prolist .cpcon h2 {font-size: 18px;}
/*内页产品详情*/
/*相册*/
.sect_photo .prophoto {height: 415px;}
.sect_photo .prophoto .photo {width: 100%;height: 345px;}
/*详情参数*/
.sect_photo .prophoto .cpcanshu {padding: 0;}
.sect_photo .prophoto .cpcanshu .cpcsTit {font-size: 26px;line-height: 40px;}
.sect_photo .prophoto .cpcanshu .cpcscon {font-size: 14px;line-height: 28px;}
.sect_photo .prophoto .cpcanshu .cpsl {padding: 0 15px;}
.sect_photo .prophoto .cpcanshu .cpsl a {font-size: 14px;}
.sect_photo .prophoto .cpcanshu .cpsr {font-size: 18px;}
.xqbox .caselist {padding-top:20px;}
.xqbox .cp5f {padding: 20px 0;}
.xqbox .cp5f .shlist .shitem {padding: 40px 8px;}
.xqbox .cp5f .shlist .shitem p {min-height: 100px;}
/*产品详情右侧*/
.cpxqright .cpsider .cpsidnav li {width: 100%;margin:0 0 5px;}
.cpxqright .side_tel h3 {font-size: 14px;}
.cpxqright .side_tel h3 i {display: none;}
/*图片列表*/
.content .plist .pitem .procs {padding: 15px 8px;}
.content .plist .pitem .procs h2 {font-size: 15px;}
/*文章列表*/
.content .newslist .newsitem .xwcon {padding: 15px 0 0;}
.content .newslist .newsitem .xwcon:before {top:25px;}
/*文章详情页*/
.maininfo .articleTit {font-size: 20px;line-height: 40px;}
.DetailCur {margin:20px auto 0;}
/*联系我们*/
.content .lxlist .lxitem h3 {font-size: 20px;line-height: 40px;}
.map #map {height: 480px;}
/*售后服务*/
.content .serverlist .seritem .sercontent {padding: 65px 10% 0;}
.content .serverlist .seritem .sercontent span {font-size: 90px;}
.content .serverlist .seritem .sercontent h3 {font-size: 28px;line-height: 50px;}
.content .serverlist .seritem .sercontent em {margin-bottom: 25px;}

/*分页*/
}
@media (max-width:992px){
/*服务行业*/
.title_1 h2 {font-size: 20px;line-height: 30px;}
.guide-slider,.guide-slider ul {height: 315px;}
.guide-slider .guide .fwleft .fwlbox {padding: 15px;}
.guide-slider .guide .fwleft .fwicon {height: 40px;margin-bottom: 10px;}
.guide-slider .guide .fwleft .fwbt h2 {font-size: 15px;}
.guide-slider .guide.on .fwleft {width: 50%;}
.guide-slider .guide .fwleft .fwcon {margin-bottom: 15px;}
/*-------关于我们-------*/
.title_1 h3 {font-size: 14px;line-height: 20px;}
.title_1 .titler a {font-size: 15px;}
.sect_about .numgd .numitems .numsz span {font-size: 30px;line-height: 45px;}
.sect_about .aboutright {padding: 40px 0 0;}
.sect_about .aboutright .aitem {padding: 30px 10px;}
.sect_about .aboutright .aitem .aright h2 {font-size: 20px;}
.sect_about .aboutright .aitem .aright p {font-size: 14px;}
/* -------产品中心------- */
.sect_pro {padding: 40px 0;}
.pronav a .pronr span {font-size: 14px;}
.pronav a .pronr small {font-size: 12px;}
.product .proitem {height: 455px;}
/*-------4大优势-------*/
.sect_ys .yslist .ysitem p {font-size: 13px;line-height: 20px;min-height: 120px;}
/*-------公司动态-------*/
.sectpt h2 {font-size: 30px;line-height: 40px;}
.sect_news .xwitem .xwdate span strong {font-size: 18px;}
/*-------footer -------*/
/*             内页样式             */
/*nbanner and crumbs */
.crumbs .cnav a {margin-left: 10px;font-size: 15px;}
/*content 公用样式*/
.nbanner {height: 400px;}
.nbanner .catname p {margin-bottom: 10px;}
.nbanner .catname h3 {font-size: 26px;line-height: 35px;}
.nbanner .nbjt {bottom:15px;}
/*内页关于我们*/
.content .about1f .about_gy {padding: 30px 20px 20px 8%;}
.content .about1f .about_gy .about_t {font-size: 20px;margin: 10px auto;}
.content .about1f .about_gy .aboutmore {margin-top:25px;}
.content .about1f .aboutnum .numitems .numsz span {font-size: 30px;}
/*企业文化*/
.content .about2f .about2r {padding: 35px 20px;}
.content .about2f .video {height: 586px;}
.content .about2f .about2r .ab2tit {font-size: 30px;}
.content .about2f .about2r .ab2item .ab2bot .botcon h2 {font-size: 18px;line-height: 40px;}
.content .about2f .about2r .ab2item .ab2bot .botcon em {margin-bottom: 10px;}
.content .about2f .about2r .ab2item .ab2bot .botcon p {font-size: 13px;line-height: 22px;}
/*内页简介资质*/
.maininfo .artTit {font-size: 30px;line-height: 45px;}
/*内页产品分类列表*/
.content .cpfllist .cpflitem {padding: 25px 8px 0;}
.content .cpfllist .cpflitem .cpflcon {min-height: 110px;}
.content .cpfllist .cpflitem h2 {font-size: 15px;line-height: 22px;}
/*产品列表留言*/
.content .cp2f .cp2liuyan .cp2lyt strong {font-size: 20px;line-height: 35px;}
.content .cp2f .cp2liuyan .cp2lyt small {margin-left: 0;}
/*产品列表合作案例*/
.content .cp4f .title_1 h2 {font-size: 20px;}
/*产品列表售后与支持*/
.content .cp5f .shlist .shitem {padding: 35px 8px;margin-bottom: 10px;}
.content .cp5f .shlist .shitem p {min-height: 100px;}
/*产品列表页*/
/*内页产品详情*/
/*相册*/
.sect_photo .prophoto .cpcanshu .cpcsTit {font-size: 20px;line-height: 35px;}
.sect_photo .prophoto .cpcanshu .cpcscon {line-height: 25px;}
.sect_photo .prophoto .cpcanshu .cpsr {font-size: 16px;}
/*详情参数*/
.sect_photo .prophoto .cpcanshu .cpsl {padding: 0 8px;}
.sect_photo .prophoto .cpcanshu .cpsl a i {width: 15px;margin-right: 5px;}
.sect_photo .prophoto .cpcanshu .cpsr {padding: 0 8px;}
.sect_photo .prophoto .cpcanshu .cpsr i {width: 20px;margin-right: 5px;}
.xqbox .cpxqcon {overflow-x: scroll;}
.xqbox .cpxqcon table {width: 900px !important;}
/*产品详情右侧*/
/*图片列表*/
/*文章列表*/
.content .newslist .xwrpic {padding-bottom:70%;}
/*文章详情页*/
/*联系我们*/
.content .nylxTit {font-size: 30px;line-height: 40px;margin-bottom: 25px;}
.content .lxlist {margin-bottom: 20px;}
.content .lxlist .lxitem {padding: 20px 20px 10px;margin-bottom: 20px;}
/*分页*/
/*招聘*/
.content .joblist .jonitem #job-stn {width:30px;height: 30px;}
/*售后服务*/
.content .serverlist .seritem .sercontent {padding: 25px 5% 0;}
.content .serverlist .seritem .sercontent span {top:15px;font-size: 65px;}
.content .serverlist .seritem .sercontent h3 {font-size: 26px;line-height: 45px;}
.content .serverlist .seritem .sercontent em {margin-bottom: 20px;}
.content .serverlist .seritem .sercontent p {font-size: 15px;line-height: 28px;}
}
@media (max-width:767px){
/*服务行业*/
.sect_fw .guide {padding: 0;overflow: hidden;}
.sect_fw .guide .gitem {padding:10px;overflow: hidden;background: #f6f6f6;margin-bottom: 10px;}
.sect_fw .guide .gitem:nth-child(1) {background: url(../image/fw1.jpg) no-repeat center;background-size: cover;}
.sect_fw .guide .gitem:nth-child(2){background: url(../image/fw2.jpg) no-repeat center;background-size: cover;}
.sect_fw .guide .gitem:nth-child(3){background: url(../image/fw3.jpg) no-repeat center;background-size: cover;}
.sect_fw .guide .gitem a {display: block;width: 100%;padding: 10px;overflow: hidden;background: rgba(0,0,0,0.5);}
.sect_fw .guide .gitem .fwicon {vertical-align: middle;width: 45px;height: 50px;line-height: 50px;float: left;margin-right: 5px;}
.sect_fw .guide .gitem .fwicon img {max-width: 100%;vertical-align: middle;}
.sect_fw .guide .gitem .fwbt {display: inline-block;}
.sect_fw .guide .gitem .fwbt h2 {color: #fff;font-size: 16px;line-height: 30px;font-weight: normal;}
.sect_fw .guide .gitem .fwbt p {color: #fff;font-size: 12px;line-height: 20px;}
/*-------关于我们-------*/
.sect_about .aboutright .aitem {width: 46%;margin:0 2%;float: left;}
/* -------产品中心------- */
/*-------4大优势-------*/
/*-------公司动态-------*/
/*-------footer -------*/
/*             内页样式             */
/*nbanner and crumbs */
/*content 公用样式*/
/*内页关于我们*/
/*企业文化*/
/*内页简介资质*/
/*内页产品分类列表*/
/*产品列表留言*/
/*产品列表合作案例*/
/*产品列表售后与支持*/
/*产品列表页*/
.content .prolist .cpitem {height: 445px;}
/*内页产品详情*/
/*相册*/
.sect_photo .prophoto {height: 710px;}

/*详情参数*/
.sect_photo .prophoto .cpcanshu {padding: 20px 0 0;}
/*产品详情右侧*/
/*图片列表*/
/*文章列表*/
.content .newslist .xwrpic {padding-bottom:53%;}
/*文章详情页*/
/*联系我们*/
/*分页*/

    /*
   * footerbar
   */
  .footer {padding: 10px 0 80px;}
  .footbar {padding: 0;overflow: hidden;position: fixed;bottom: 0;z-index: 9999;background: #292f3b;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;}
  .footer .fnav dl {width: 16.5%;}
  .footer .ftop .htel h4 {font-size: 18px;}
  /*在线留言*/
  .mlxmess .form-trinput {width: 100%;}
  #formData .submit {margin:15px 0;}
  .content .catename h2 {font-size: 24px;line-height: 45px;}
  /*售后服务*/
  .content .serverlist .seritem .sercontent {padding: 25px 5% 20px;}
}
@media (max-width:650px){ 
/*header*/
.head {height: 50px;}
.header .head .logo {height: 50px;}
.header .head .logo h1 {height: 50px;line-height: 50px;}
.header__menu__right {padding-top:17px;}
/*服务行业*/

/*-------关于我们-------*/
.sect_about .numgd .numitems {text-align: center;}
.sect_about .numgd .numitems .numsz span {font-size: 26px;}
.sect_about .aboutright .aitem {padding: 20px 8px;}
.sect_about .aboutright .aitem .aleft {width: 15%;border-right:none;}
.sect_about .aboutright .aitem .aright h2 {font-size: 18px;}
/* -------产品中心------- */
.pronav a {width: 32%;margin: 0 0.5% 5px 0;height: 68px;}
.pronav a .pronr {padding: 5px;}
.pronav a .pronr span {line-height: 28px;}
.product .proitem {height: 350px;}
.product .procon h2 {font-size: 16px;}

/*-------4大优势-------*/
.sect_ys .ysbox .ysbt h2, .sect_ys .ysbox .ysbt h2 strong {font-size: 24px;line-height: 40px;}
.sect_ys .ysbox:after {height: 128px;}
.sect_ys .yslist {top:auto;bottom: 0;}
.sect_ys .yslist .ysitem {padding: 10px 0 0;height: 128px;}
.sect_ys .yslist .swiper-slide-thumb-active .ysitem {height: 128px;}
.sect_ys .yslist .ysitem .ys_con h2 {font-size: 16px;line-height: 40px;margin-top:15px;}
.sect_ys .yslist .swiper-slide-thumb-active .ysitem {padding: 8px 5px 20px;}
.sect_ys .yslist .swiper-slide-thumb-active .ysitem h2 {margin-top:0px;}
.sect_ys .yslist .swiper-slide-thumb-active .ysitem p {opacity: 0;min-height: 0;display: none;}
.sect_ys .yslist .ysitem .ysview {padding-left: 5px;font-size: 12px;}


/*-------公司动态-------*/
.sect_news .xwitem .xwpic {height: 255px;}
/*-------footer -------*/
/*             内页样式             */
/*nbanner and crumbs */
.nbanner {height: 360px;}
.nbanner .catname {text-align: center !important;}
.nbanner .catname h3 {font-size: 18px;line-height: 30px;}

/*content 公用样式*/
.content {padding: 30px 0 0;}
.crumbs .current, .crumbs .current a {font-size: 12px;}
/*内页关于我们*/
.content .about1f .aboutpic {display: none;}
/*企业文化*/
.content .about2f .video {height: 370px;}
.content .about2f .about2r .ab2tit {font-size: 26px;line-height: 40px;}
/*内页简介资质*/
.content .about3f .ab3tit h2 {font-size: 26px;line-height: 40px;}
/*内页产品分类列表*/
.content .cpfllist .cpflitem {width: 24%;margin-right: 1%;}
.content .cpfllist .cpflitem h2 {font-size: 14px;line-height: 20px;}
.content .nycpTit h2 {font-size: 26px;line-height: 40px;}
.content .cp2f .cp2nav dl {min-height: auto;}
/*产品列表留言*/
.content .cp2f .cp2liuyan {padding: 20px 10px;}
.content .cp2f .cp2liuyan .cp2lyt small {font-size: 14px;line-height: 22px;}
.content .cp2f .online-form input,.content .cp2f .online-form a.code {width: 48%;margin:0 1% 10px;}
.content .cp2f .online-form .btn-box {width: 48%;margin:0 1% 10px;}
/*产品列表合作案例*/
.content .caselist .caseitem h2 {font-size: 15px;line-height: 40px;}
/*产品列表售后与支持*/
/*产品列表页*/
.content .prolist .cpitem {height: 310px;}
.content .prolist .cpimg {margin: 30px 0;}
.content .prolist .cpcon h2 {font-size: 15px;line-height: 40px;}
.content .prolist .cpcon p {font-size: 12px;line-height: 20px;margin-bottom: 15px;}
.content .prolist .cpitem:hover .cpimg {margin:10px 0;}
/*内页产品详情*/
/*相册*/
/*详情参数*/
.sect_photo .prophoto {height: 660px;}
.sect_photo .prophoto .photo {height: 265px;}
.sect_photo .prophoto .cpcanshu .cpcsTit {font-size: 18px;}
.ncptab li {min-width: 24%;}
.ncptab li a {font-size: 13px;}
.cpxqcon #cpxq1 span, .cpxqcon #cpxq2 span, .cpxqcon #cpxq3 span, .cpxqcon #cpxq4 span, .cpxqcon #cpxq5 span {font-size: 18px !important;}
.xqbox .cpxqcon, .xqbox .cpxqcon p {font-size: 15px;line-height: 32px;}

/*产品详情右侧*/
/*图片列表*/
.content .plist .pitem .procs {padding: 10px 8px;}
.content .plist .pitem .procs h2 {width: 100%;}
.content .plist .pitem .procs span {display: none;}
/*文章列表*/
.content .newslist .newsitem .xwbot h3 {font-size: 16px;}
/*文章详情页*/
.maininfo .artTit {font-size: 15px;line-height: 28px;}
.maininfo .articleTit {font-size: 18px;line-height: 35px;}
.maininfo .times {font-size: 14px;padding: 5px 0;}
.maininfo .mainxqcon, .maininfo .mainxqcon p, .maininfo .mainxqcon p span, .maininfo .mainxqcon p strong {font-size: 15px;line-height: 32px;}
/*联系我们*/
/*分页*/
.DetailCur li.ll,.DetailCur li.rr {float: none;}
.DetailCur li {width: 100%;}
.DetailCur li.rr .page-a {text-align: left;}
/*招聘*/
.content .joblist .jobtit h2 {font-size: 14px;}

 /*footer*/
  .footer .ftop {padding: 10px 0;}
  .footer .ftop .htel h4 {font-size: 17px;}
  .footer .ftop .htel h4 i {width: 20px;background-size: contain;}
  .footer .flx h3 {padding-top:20px;}
  .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){
  

 /*服务行业*/

/*-------关于我们-------*/
/* -------产品中心------- */
.product .proitem {height: 320px;}
.product .procon {padding: 10px 5px 20px;}
.product .procon h2 {font-size: 14px;line-height: 35px;}
.product .procon p {font-size: 12px;line-height: 22px;}
/*-------4大优势-------*/
.sect_ys {height: 430px;}
.sect_ys .ysbox .ysbt h2, .sect_ys .ysbox .ysbt h2 strong {font-size: 22px;line-height: 40px;}
.sect_ys .ysbox .ysbt p {font-size: 14px;line-height: 30px;}
.sect_ys .yslist .ysitem .ys_con h2 {font-size: 13px;}

/*-------公司动态-------*/
/*-------footer -------*/
/*             内页样式             */
/*nbanner and crumbs */
/*content 公用样式*/
.title_1 .titler a {line-height: 39px;padding-left: 8px;}
.title_1 .titler a:after {width: 39px;height: 39px;}
/*内页关于我们*/
.content .about1f .about_gy .about_t {font-size: 18px;}
.content .about1f .aboutnum .numitems .numsz span {font-size: 28px;}
/*企业文化*/
/*内页简介资质*/
/*内页产品分类列表*/
.content .prolist .cpitem {height: 285px;}
.content .prolist .cpcon {padding: 10px 5px 20px;}
.content .prolist .cpcon h2 {font-size: 14px;line-height: 35px;}
.content .prolist .cpcon p {font-size: 12px;line-height: 22px;}
.content .cp4f .title_1 h2 {font-size: 18px;}
.content .cp4f .title_1 p {font-size: 12px;line-height: 25px;}

/*产品列表留言*/
/*产品列表合作案例*/
/*产品列表售后与支持*/
/*产品列表页*/
/*内页产品详情*/
/*相册*/
/*详情参数*/
/*产品详情右侧*/
/*图片列表*/
/*文章列表*/
/*文章详情页*/
/*联系我们*/
  /*分页*/
  .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){
  .header__menu__top {top:8px;}
  .header__menu__top .header__l {width: 160px;}
  .menu__content {top:90px;}
  .content .cpfllist .cpflitem {width: 32%;margin-right: 1%;}
  .content .cpfllist .cpflitem h2 {font-size: 12px;min-height: 40px;}
  .title_1 .titlel {width: 70%;}
  .sect_fw .guide .gitem .fwicon {width: 35px;}
  .sect_about .numgd .numitems .numsz span {font-size: 20px;}
  .sect_about .numgd .numitems .numsz span:after {display: none;}
  .sect_photo .prophoto .cpcanshu .cpsl {padding: 0 20px;}
  .sect_photo .prophoto .cpcanshu .cpsr {display: none;}
  .ncptab li a {font-size: 12px;} 
  .content .about1f .aboutnum .numitems .numsz span:after {display: none;}


}

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