``````````````````````````````````````````````````````````````````﻿@charset "utf-8";

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: .5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
  float: left
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
  cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease
}

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease
}

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both
}

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
  0% {
    opacity: 1
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1
  }
}

@keyframes empty {
  0% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px)
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%)
  }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%)
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px)
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%)
  }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%)
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px)
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%)
  }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%)
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%)
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0)
  }
}

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%)
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px)
  }

  z-transform:translateZ(0) translateX(0)
}
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%)
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px)
  }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0)
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(.8)
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(.8)
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(.8)
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%)
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%)
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%)
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5)
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5)
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5)
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5)
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5)
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5)
  }
}

@font-face {
  font-family: "iconfont";
  src: url('iconfont.eot?t=1591689516987');
  /* IE9 */
  src: url('iconfont.eot?t=1591689516987#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
    url('iconfont.woff?t=1591689516987') format('woff'),
    url('iconfont.ttf?t=1591689516987') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('iconfont.svg?t=1591689516987#iconfont') format('svg');
  /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
  content: "\e7d7";
}

.icon-twitter:before {
  content: "\e872";
}

.icon-menu:before {
  content: "\e64e";
}

.icon-dianhua1:before {
  content: "\e625";
}

.icon-dizhi:before {
  content: "\e9f8";
}

.icon-youxiang:before {
  content: "\e633";
}

.icon-facebook:before {
  content: "\e659";
}

.icon-youtube:before {
  content: "\e60c";
}

.icon-ren:before {
  content: "\e600";
}

.icon-dianhua:before {
  content: "\e601";
}

.icon-youxiang1:before {
  content: "\e602";
}

.icon-weixiu:before {
  content: "\e603";
}

.icon-iconset0401:before {
  content: "\e604";
}

.icon-liuyan:before {
  content: "\e605";
}

.icon-pdf:before {
  content: "\e663";
}

.icon--search1:before {
  content: "\e606";
}

.icon-liuyan1:before {
  content: "\e61e";
}

.icon-down:before {
  content: "\e770";
}

.icon-diqiu:before {
  content: "\e607";
}

.iconfont:before {
  display: block;
  margin: 0 auto;
}

.viewer-container, .viewer-navbar {
  background-color: #000;
  overflow: hidden
}

.viewer-canvas, .viewer-container, .viewer-footer, .viewer-player {
  right: 0;
  bottom: 0;
  left: 0
}

.viewer-button, .viewer-canvas, .viewer-container, .viewer-footer, .viewer-list, .viewer-navbar, .viewer-open, .viewer-title, .viewer-toolbar, .viewer-toolbar>li {
  overflow: hidden
}

.viewer-close:before, .viewer-flip-horizontal:before, .viewer-flip-vertical:before, .viewer-fullscreen-exit:before, .viewer-fullscreen:before, .viewer-next:before, .viewer-one-to-one:before, .viewer-play:before, .viewer-prev:before, .viewer-reset:before, .viewer-rotate-left:before, .viewer-rotate-right:before, .viewer-zoom-in:before, .viewer-zoom-out:before {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC);
  background-repeat: no-repeat
}

.viewer-zoom-in:before {
  content: 'Zoom In';
  background-position: 0 0
}

.viewer-zoom-out:before {
  content: 'Zoom Out';
  background-position: -20px 0
}

.viewer-one-to-one:before {
  content: 'One to One';
  background-position: -40px 0
}

.viewer-reset:before {
  content: 'Reset';
  background-position: -60px 0
}

.viewer-prev:before {
  content: 'Previous';
  background-position: -80px 0
}

.viewer-play:before {
  content: 'Play';
  background-position: -100px 0
}

.viewer-next:before {
  content: 'Next';
  background-position: -120px 0
}

.viewer-rotate-left:before {
  content: 'Rotate Left';
  background-position: -140px 0
}

.viewer-rotate-right:before {
  content: 'Rotate Right';
  background-position: -160px 0
}

.viewer-flip-horizontal:before {
  content: 'Flip Horizontal';
  background-position: -180px 0
}

.viewer-flip-vertical:before {
  content: 'Flip Vertical';
  background-position: -200px 0
}

.viewer-fullscreen:before {
  content: 'Enter Full Screen';
  background-position: -220px 0
}

.viewer-fullscreen-exit:before {
  content: 'Exit Full Screen';
  background-position: -240px 0
}

.viewer-close:before {
  content: 'Close';
  background-position: -260px 0
}

.viewer-container {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, .5);
  direction: ltr !important;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.viewer-container ::-moz-selection, .viewer-container::-moz-selection {
  background-color: transparent
}

.viewer-container ::selection, .viewer-container::selection {
  background-color: transparent
}

.viewer-container img {
  display: block;
  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: auto;
  min-height: 0 !important;
  max-height: none !important
}

.viewer-player, .viewer-tooltip {
  display: none;
  position: absolute
}

.viewer-canvas {
  position: absolute;
  top: 0
}

.viewer-canvas>img {
  width: auto;
  max-width: 90% !important;
  height: auto;
  margin: 15px auto
}

.viewer-footer {
  position: absolute;
  text-align: center
}

.viewer-navbar {
  background-color: rgba(0, 0, 0, .5)
}

.viewer-list {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  padding: 1px 0
}

.viewer-list>li {
  font-size: 0;
  line-height: 0;
  float: left;
  overflow: hidden;
  width: 30px;
  height: 50px;
  cursor: pointer;
  opacity: .5;
  color: transparent;
  filter: alpha(opacity=50)
}

.viewer-list>li+li {
  margin-left: 1px
}

.viewer-list>.viewer-active {
  opacity: 1;
  filter: alpha(opacity=100)
}

.viewer-player {
  top: 0;
  cursor: none;
  background-color: #000
}

.viewer-player>img {
  position: absolute;
  top: 0;
  left: 0
}

.viewer-toolbar {
  width: 280px;
  margin: 0 auto 5px;
  padding: 3px 0
}

.viewer-toolbar>li {
  float: left;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #000;
  background-color: rgba(0, 0, 0, .5)
}

.viewer-toolbar>li:hover {
  background-color: #000;
  background-color: rgba(0, 0, 0, .8)
}

.viewer-toolbar>li:before {
  margin: 2px
}

.viewer-toolbar>li+li {
  margin-left: 1px
}

.viewer-toolbar>.viewer-play {
  width: 30px;
  height: 30px;
  margin-top: -3px;
  margin-bottom: -3px
}

.viewer-toolbar>.viewer-play:before {
  margin: 5px
}

.viewer-tooltip {
  font-size: 12px;
  line-height: 20px;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 20px;
  margin-top: -10px;
  margin-left: -25px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .8)
}

.viewer-title {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  max-width: 90%;
  margin: 0 5% 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: .8;
  color: #ccc;
  filter: alpha(opacity=80)
}

.viewer-title:hover {
  opacity: 1;
  filter: alpha(opacity=100)
}

.viewer-button {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #000;
  background-color: rgba(0, 0, 0, .5)
}

.viewer-button:before {
  position: absolute;
  bottom: 15px;
  left: 15px
}

.viewer-fixed {
  position: fixed
}

.viewer-show {
  display: block
}

.viewer-hide {
  display: none
}

.viewer-invisible {
  visibility: hidden
}

.viewer-move {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab
}

.viewer-fade {
  opacity: 0;
  filter: alpha(opacity=0)
}

.viewer-in {
  opacity: 1;
  filter: alpha(opacity=100)
}

.viewer-transition {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

@media (max-width:767px) {
  .viewer-hide-xs-down {
    display: none
  }
}

@media (max-width:991px) {
  .viewer-hide-sm-down {
    display: none
  }
}

@media (max-width:1199px) {
  .viewer-hide-md-down {
    display: none
  }
}


@font-face {
  font-family: 'SEGOEUIBOLD';
  src: url('../fonts/SEGOEUIBOLD.otf');
  src: local(''), url('../fonts/SEGOE UI BOLD.woff') format('woff'), url('../fonts/SEGOE UI BOLD.ttf') format('truetype'), url('../fonts/SEGOE UI BOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SEGOEUIL';
  src: url('../fonts/SEGOEUI_0.eot');
  src: local(''), url('../fonts/SEGOEUI_0.woff') format('woff'), url('../fonts/SEGOEUI_0.ttf') format('truetype'), url('../fonts/SEGOEUI_0.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SEGOEUILb';
  src: url('../fonts/SEGUISB.eot');
  src: local(''), url('../fonts/SEGUISB.woff') format('woff'), url('../fonts/SEGUISB.ttf') format('truetype'), url('../fonts/SEGUISB.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


.backToTop {
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 50px;
  background: #f36221 url(../images/icon_top.png) no-repeat center;
  background-size: 20px;
  z-index: 3;
  cursor: pointer;
  position: fixed;
  text-indent: 9999px;
  border-radius: 2px;
  transition: all .3s
}

.backToTop:hover {
  opacity: .8
}

.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/*IE/7/6*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: SEGOEUIL;
  font-size: 18px;
  overflow-x: hidden;
  color: #333;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, table, td, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  margin: 0;
  padding: 0;
}

input, select, textarea {
  font-size: 18px;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  border-radius: 0;
  font-family: SEGOEUIL
}

img {
  border: 0 none;
  vertical-align: middle;
}

a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  cursor: pointer;
}

a:focus {
  outline: none;
}

ul, li, dl, dt, dd {
  list-style: none outside none;
}

header {
  height: 140px;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9;
  background: #fff;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.05);
}

.logo {
  margin: 5px 0;
  position: absolute;
  left: 50%;
  margin-left: -700px;
  top: 40px;
}

.logo a {
  display: block;
}

.logo img {
  display: block;
}

#nav {
  height: 100px;
  margin-top: 40px;
  float: left;
  margin-left: 320px;
}

nav li {
  display: block;
  position: relative;
  float: left;
  margin: 0 18px;
}

nav li>a {
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
  overflow: hidden;
  line-height: 100px;
  position: relative;
  font-family: SEGOEUIBOLD
}

nav li:nth-child(2)>a, nav li:nth-child(3)>a {
  padding-right: 35px;
}

nav li:nth-child(2)>a:before, nav li:nth-child(3)>a:before {
  content: "";
  background: url(../images/left.png) no-repeat;
  display: block;
  width: 19px;
  height: 32px;
  transform: rotate(-90deg);
  background-size: 8px;
  position: absolute;
  right: 0px;
  top: 29px
}

nav li>a:after {
  width: 0;
  height: 4px;
  background: #F36221;
  content: "";
  transition: all .3s;
  position: absolute;
  bottom: 0;
  left: 0
}

nav li.on>a, nav li:hover>a {
  color: #F36221;
}

nav li.on>a:after, nav li:hover>a:after {
  width: 100%;
}

nav dl {
  position: absolute;
  background: rgba(255, 255, 255, .85);
  text-align: left;
  display: block;
  top: 100px;
  opacity: 0;
  transition: opacity 1s ease;
  left: 9999px;
  z-index: 999;
  min-width: 300px;
}

nav dl a {
  display: block;
  padding: 14px 20px;
  font-family: SEGOEUIBOLD;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  text-transform: capitalize;
}

nav dl a:hover {
  background: linear-gradient(to right, #ff9e00, #ff3f00);
  color: #fff;
  border-bottom: 1px solid #F36221
}

/*nav dl dd:last-child{background: #005e5e; font-size: 18px; text-transform: uppercase;}*/
nav li:hover dl {
  opacity: 1;
  left: 0;
}

.toprightNavbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background: #0067B4;
  height: 40px;
  color: #fff;
  font-size: 16px;
  z-index: 1;
}

.toprightNavbar a {
  color: #fff
}

header .toprightNavbar i {
  color: #fff;
}

.toprightNavbar .item {
  line-height: 40px;
  display: inline-block;
  transition: all .3s;
  padding-right: 60px;
}

.toprightNavbar i {
  color: #848b94;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -2px
}

.headtel {
  position: absolute;
  left: 50%;
  top: 0;
  background-image: linear-gradient(to right, #ff9e00, #ff3f00);
  color: #fff;
  z-index: 2;
  height: 51px;
  line-height: 51px;
  padding-left: 15px;
  width: 50%;
  margin-left: 375px;
  font-family: SEGOEUILb
}

.toprightNavbar .item:hover, .toprightNavbar .item:hover a, .toprightNavbar .item:hover i {
  color: #f36221
}

.headtel a {
  font-family: SEGOEUIBOLD;
  color: #fff;
  font-size: 20px;
  margin-left: 12px;
}

.headtel:before {
  content: "";
  position: absolute;
  left: -39px;
  top: 0;
  width: 39px;
  height: 51px;
  background: url(../images/headtelbg.png) no-repeat left center
}

.headtel:hvoer a {
  text-decoration: underline;
}

.searchbox {
  position: absolute;
  right: 50%;
  top: 75px;
  z-index: 2;
  margin-right: -700px;
  width: 34px;
  height: 40px;
}

.searchbox .searchForm {
  height: 40px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0
}

.searchbox .searchForm i {
  font-size: 22px;
  color: #333
}

.searchbox input {
  width: 0;
  height: 40px;
  background: none;
  color: #fff;
  float: left;
  transition: all .3s;
}

.searchbox button {
  width: 34px;
  background: none;
  float: right;
  line-height: 34px;
  height: 40px;
  border: 0;
}

.searchbox input::-webkit-input-placeholder {
  color: #fff;
}

.searchbox input:-moz-placeholder {
  color: #fff;
}

.searchbox:hover input {
  width: 190px;
  padding-left: 15px;
}

.searchbox:hover .searchForm {
  background: #f36221;
  width: 234px;
}

.searchbox:hover .searchForm i {
  color: #fff;
}

#nav .nav-button {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background: #333;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 19px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  display: none;
}

#nav .nav-button i {
  font-size: 22px;
}

.close-nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 88;
}

.nav-open {
  transform: translateX(0);
}

.close-open {
  opacity: 0.5;
  visibility: visible;
}

.body-hidden {
  overflow: hidden !important;
}

.footer {
  background: #015DA6 url(../images/footbg.jpg) no-repeat left top;
  color: #fff;
  overflow: hidden;
}

.footer .warper {
  overflow: hidden;
  padding: 80px 0;
}

.footer h4 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
  font-family: SEGOEUIBOLD;
  text-transform: uppercase
}

.footer h5 {
  font-size: 20px;
  color: #f36221;
  font-family: SEGOEUILb
}

.footer form {
  display: block;
  overflow: hidden;
}

.footer input, .footer textarea {
  background: rgba(255, 255, 255, .1);
  border: 0;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  line-height: 28px;
  width: 100%;
  size: none;
  font-family: SEGOEUIL;
}

.footer input::-webkit-input-placeholder, .footer textarea::-webkit-input-placeholder {
  color: #fff;
}

.footer input:-moz-placeholder, .footer textarea:-moz-placeholder {
  color: #fff;
}

.footer button {
  width: 100%;
  height: 50px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 100;
  font-family: SEGOEUILb;
  cursor: pointer;
  border-radius: 3px;
  cursor: pointer;
  background-image: linear-gradient(to right, #ff9e00, #ff3f00);
  transition: all .3s;
}

.footer button:hover {
  background-image: linear-gradient(to right, #ff9e00, #ff3f00, #ff3f00);
}

.footer .item {
  width: 45%;
  float: left
}

.footer .item2 {
  margin: 0 0 0 10%;
}

.footer ul {
  margin-top: 10px
}

.footer li {
  margin-bottom: 28px;
  font-family: SEGOEUIBOLD;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  padding-left: 60px;
}

.footer li h6 {
  font-size: 42px;
  font-weight: 100;
  color: #fff;
  position: absolute;
  left: 0;
  top: 10px;
}

.footer li label {
  display: block;
  font-family: SEGOEUIL;
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 100;
}

.footer li a {
  color: #fff
}

.footer li:last-child {
  margin-bottom: 0
}

.footer .media {
  margin-top: 30px;
}

.footer .media a {
  float: left;
  display: inline-block;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-right: 10px;
  font-size: 24px;
  color: #fff;
  background: rgba(255, 255, 255, .2);
}

.footer .media a.icon-facebook:hover {
  background: #3b57a0
}

.footer .media a.icon-youtube:hover {
  background: #c60c1e
}

.footer .media a.icon-linkedin:hover {
  background: #0183bf
}

.footer .media a.icon-twitter:hover {
  background: #36b9ff
}

.footer .media a:hover {
  color: #fff
}

.footer li:hover a, .footer li:hover {
  color: #f36221
}

.footer a:hover, .footer .copy a:hover {
  color: #f36221;
}

.footer .copy {
  padding: 25px 0;
  text-align: center;
  background: #f4f4f4;
  overflow: hidden;
  color: #999;
}

.footer .copy a {
  color: #999;
}

/*shouye*/
#banner img {
  display: block;
  width: 100%;
}

#banner .owl-controls {
  margin-top: 0
}

#banner .owl-controls .owl-buttons {
  display: none
}

#banner .owl-pagination {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}

#banner .owl-controls.clickable .owl-page span {
  background: #fff;
  opacity: .8;
  margin: 0 4px;
}

#banner .owl-controls .owl-page.active span, #banner .owl-controls.clickable .owl-page:hover span {
  background: #f36221
}

body {
  background: #f4f4f4;
  padding-top: 140px;
}

.container {
  overflow: hidden;
}

.warper {
  max-width: 1400px;
  margin: 0 auto;
}

.conbox {
  padding: 65px 0 70px 0
}

.hometit {
  margin-bottom: 35px;
  background: url(../images/hometitbg.png) no-repeat center 6px;
  text-align: center;
}

.hometit h2 {
  font-size: 67px;
  line-height: 70px;
  color: #222;
  font-family: SEGOEUIBOLD;
  text-transform: uppercase
}

.hometit h5 {
  font-size: 20px;
  font-family: SEGOEUIBOLD;
  color: #f36221;
  text-transform: uppercase
}

.peijianbox .hometit h2 {
  color: #fff
}

.in-about {
  position: relative;
}

.hometit p {
  color: #888;
  margin-top: 10px;
  line-height: 30px;
  overflow: hidden;
  font-size: 18px;
}

.hometit.ia-left {
  float: left;
  width: 46%;
  background: none;
  text-align: left;
}

.hometit.ia-left span {
  font-weight: bold;
  font-size: 30px;
  display: block;
  padding-bottom: 15px;
}



.hometit.ia-left a.boxmore {
  margin: 20px 0
}

.ia-right {
  width: 50%;
  position: absolute;
  right: 0;
  top: 106px
}

.aboutbox {
  overflow: hidden;
  position: relative;
}

.aboutbox p {
  line-height: 30px;
  color: #666;
}

.aboutbox .box {
  padding: 50px;
  background: #fff;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, .1);
}

.homeaboutimg {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between; 
    overflow: hidden;
}

.homeaboutimg li {
    width: calc(33.33% - 10px); 
    margin-bottom: 20px; 
}

.homeaboutimg .innew-img {
    width: 100%;
    overflow: hidden;
}

.homeaboutimg img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.homeaboutimg h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5; 
    overflow: hidden; 
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3; 
    padding-top: 10px;
}

.homeaboutimg p {
    margin: 10px 0; 
        overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    padding-top: 10px;
}


@media (max-width: 768px) {
    .homeaboutimg li {
        width: 100%; 
    }
}


.productbox {
  overflow: hidden;
}

.pro_lis {
  overflow: hidden;
  padding: 10px 0;
  max-width: 1903px;
  margin: 0 auto
}

.pro_lis li {
  margin: 0px 1.5%;
  padding-bottom: 25px;
  float: left;
  transition: all .3s;
  background: #fff;
  text-align: center;
  display: block;
}

.pro_lis .pic, .peijianbox li .pic {
  overflow: hidden;
  margin-bottom: 20px;
}

.pro_lis img, .peijianbox li img {
  width: 100%;
  display: block;
  transition: all .6s
}

.pro_lis h3 {
  font-size: 18px;
  font-family: SEGOEUIBOLD;
  margin: 0 10px;
  font-weight: 100;
  text-transform: uppercase;
}

.pro_lis li:hover, .peijianbox li:hover {
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, .1);
}

.pro_lis li:hover img, .peijianbox li:hover img, .homeaboutimg li:hover img {
  transform: scale(1.1);
}

.pro_lis li:hover h3, .peijianbox li:hover h3 {
  color: #f36221
}

.boxmore {
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  color: #fff;
  line-height: 50px;
  width: 250px;
  text-align: center;
  background-image: linear-gradient(to right, #ff9e00, #ff3f00);
  font-family: SEGOEUILb
}

.boxmore:hover {
  background-image: linear-gradient(to right, #ff9e00, #ff3f00, #ff3f00);
}

.productbox .boxmore {
  margin-top: 30px;
}

.peijianbox {
  background: url(../images/peijianboxbg.jpg) no-repeat center top;
  padding-top: 60px;
}

.peijianbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* 使项目之间有间隔 */
  padding: 0; /* 移除默认的内边距 */
  list-style: none; /* 移除默认的列表样式 */
}

.peijianbox li {
  flex: 0 0 24%; /* 每个li占24%的宽度 */
  margin: 0 .5%;
  background: #fff;
  text-align: center;
  padding: 25px 0; /* 上下内边距 */
  margin-bottom: 20px;
  transition: all .3s;
  display: flex;
  flex-direction: column; /* 纵向排列内部元素 */
  justify-content: space-between; /* 使元素之间有间隔 */
}

.peijianbox li h3 {
  font-size: 18px;
  font-weight: 100;
  margin: 0 10px;
  font-family: SEGOEUIBOLD;
  margin-bottom: 5px;
  flex-grow: 1; /* 允许h3占用剩余空间 */
  display: -webkit-box; /* 适用于 Safari */
  display: box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 3; /* 限制为三行 */
  overflow: hidden; /* 隐藏多余的文本 */
  text-overflow: ellipsis; /* 超出部分用省略号表示 */
}

.peijianbox li p {
  line-height: 24px;
}

.peijianbox .boxmore {
  margin-top: 20px;
}


@media (max-width: 1280px) {
  .peijianbox li {
    flex: 0 0 32%; /* 在手机端每个li占48%的宽度 */
  }
}
@media (max-width: 768px) {
  .peijianbox li {
    flex: 0 0 48%; /* 在手机端每个li占48%的宽度 */
  }
}



/*二级页公用*/
.main {
  padding: 50px 0 120px 0;
  overflow: hidden;
}

#sub_banner {
  position: relative;
  overflow: hidden;
}

#sub_banner img {
  display: block;
  width: 100%;
}

#sub_banner .con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

#sub_banner .con h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: Conv_POP;
  text-align: center;
  color: #fff;
}

.positionline {
  font-size: 16px;
  color: #fff;
  font-style: italic;
  text-align: center;
  margin-top: 5px;
}

.positionline a {
  color: #fff
}

.positionline i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  font-size: 20px;
  margin-right: 5px;
}

.row {
  overflow: hidden;
}

.digg4 {
  padding: 3px;
  margin: 3px;
  text-align: center;
  font-family: Tahoma, Arial, Helvetica, Sans-serif;
  margin-top: 20px;
  font-size: 16px;
}

.digg4 a,.digg4 b, .digg4 span.miy, .digg4 span.current, .digg4 span.disabled {
  /*width: 36px;*/
  /*height: 36px;*/
  padding: 5px 10px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  line-height: 34px;
  margin: 0 2px;
  color: #333;
  text-decoration: none;
  border: 1px solid #666;
}

.digg4 span.current,.digg4 b {
  background: #f36221;
  border-color: #f36221;
  color: #fff;
  text-decoration: none;
}

.digg4 span.disabled {
  line-height: 32px;
  font-size: 26px;
}

.digg4 .disabledfy {
  font-family: Tahoma, Verdana;
}

/*faq*/
.faq-box {
  padding-bottom: 60px;
}

.faq_list {
  overflow: hidden;
  margin-top: 40px;
}

.faq_list li {
  margin-bottom: 25px;
}

.in_faqitem h3 {
  font-size: 20px;
  transition: all 0.5s;
  font-family: SEGUISB_1;
  background: url(../images/ask-icon.png) no-repeat 20px center #f4f4f4;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
  padding-left: 60px;
}

.faq-anbox {
  margin-top: 22px;
  padding: 0 22px 0 60px;
}

.faq-anbox p {
  line-height: 26px;
  color: #454545;
  font-family: segoeui_0;
}

.faq_list li:hover .in_faqitem h3 {
  background: url(../images/ask-icon2.png) no-repeat 20px center #FF7200;
  color: #fff;
}

/*contact us*/
.edit-box {
  line-height: 30px;
  margin: 25px 0 45px 0;
  overflow: hidden;
}

.edit-box .con {
  font-size: 16px;
}

.edit-box h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 20px 0
}

.edit-box .item a {
  color: #333;
}

.edit-box .item {
  width: 31%;
  margin: 0 1%;
  position: relative;
  text-align: center;
  float: left;
  overflow: hidden;
  position: relative;
}

.edit-box .item a:hover {
  color: #19227c;
}

.edit-box .item span {
  display: block;
  font-size: 22px;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 22px;
  word-break: break-all;
  font-weight: 100;
}

.edit-box .item h6 {
  background: linear-gradient(to right, #ff9e00, #ff3f00);
  width: 90px;
  height: 90px;
  line-height: 90px;
  color: #fff;
  font-size: 28px;
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 100%;
  margin-left: -45px;
}

.edit-box .item div {
  background: #fff;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  height: 200px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 45px;
  padding: 90px 15px 0 15px;
}

.contact_form {
  overflow: hidden;
  margin-top: 70px;
}

.contact_form h2 {
  font-size: 40px;
  font-family: SEGOEUIBOLD;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact_form p {
  color: #999;
  margin-bottom: 25px;
  line-height: 28px;
}

.contact_form form {
  text-align: center;
}

.contact_form li {
  width: 49.5%;
  float: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #444;
  margin-bottom: 15px;
}

.contact_form li h6 {
  position: absolute;
  font-size: 24px;
  font-weight: 100;
  left: 10px;
  top: 12px;
  color: #333;
}

.contact_form li:nth-child(even) {
  margin-left: 1%
}

.contact_form li:last-child {
  width: 100%;
  height: auto
}

.contact_form li select {
  width: 100%;
  padding: 10px;
  line-height: 35px;
}

.contact_form input, .contact_form textarea {
  width: 100%;
  padding: 10px 18px 10px 45px;
  line-height: 30px;
}

.contact_form textarea {
  float: left;
}

.contact_form button {
  width: 320px;
  height: 50px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 100;
  font-family: SEGOEUILb;
  cursor: pointer;
  transition: all .3s;
  border-radius: 5px;
  background-image: linear-gradient(to right, #ff9e00, #ff3f00);
}

.contact_form button:hover {
  background-image: linear-gradient(to right, #ff9e00, #ff3f00, #ff3f00);
}

.map {
  overflow: hidden;
  width: 65%;
  background-color: #fff;
  padding: 5px;
  float: right;
}

.map img {
  display: block;
  width: 100%;
}

/**/
.lis_news {
  overflow: hidden;
}

.lis_news li {
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  overflow: hidden;
}

.lis_news .pic {
  width: 350px;
  float: left;
  overflow: hidden;
}

.lis_news .time {
  color: #666
}

.lis_news .con {
  margin-left: 350px;
  padding: 5px 15px 0 40px;
}

.lis_news img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.lis_news h3 {
  font-size: 26px;
  font-family: SEGOEUIBOLD;
  margin: 10px 0 15px 0
}

.lis_news p {
  color: #666;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}

.lis_news em {
  display: block;
  width: 200px;
  line-height: 48px;
  background-image: linear-gradient(to right, #ff9e00, #ff3f00);
  text-align: center;
  color: #fff;
  font-family: SEGOEUILb;
  border-radius: 5px;
  font-style: normal;
  margin-top: 35px;
  transition: all .3s;
}

.lis_news em:hover {
  background-image: linear-gradient(to right, #ff9e00, #ff3f00, #ff3f00);
}

.lis_news li:hover img {
  transform: scale(1.1);
}

.lis_news li:hover h3 {
  color: #f36221
}

.lis_news li em:hover {
  background-position: 90% center
}

.lis_down {
  overflow: hidden;
}

.lis_down li {
  position: relative;
  background: #fff;
  transition: all .3s;
  padding: 20px 30px;
  margin-bottom: 20px;
}

.lis_down h3 {
  font-size: 20px;
  font-family: SEGOEUILb;
  vertical-align: middle;
  display: inline-block;
  margin-left: 40px;
  margin-right: 40px;
}

.lis_down i {
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 20px;
  font-size: 30px;
  vertical-align: middle;
  margin-right: 10px;
  color: #cc2525
}

.lis_down h6 {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -13px;
  font-weight: 100;
  font-size: 24px;
}

.lis_down li:hover {
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, .1)
}

.lis_down li:hover h6, .lis_down li:hover h3 {
  color: #f36221
}

.infocon {
  overflow: hidden;
  padding: 50px;
  background: #fff;
}

.infocon h1 {
  font-size: 30px;
  font-family: SEGOEUIBOLD;
  text-align: center;
  margin-bottom: 20px;
}

.infocon img {
  display: inline-block;
  max-width: 100%;
}

.infocon .other {
  margin: 50px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 20px;
  line-height: 28px;
  color: #333;
}

.infocon .other b {
  font-weight: 100;
  margin-right: 10px;
  font-family: SEGOEUILb;
}

.infocon .other a {
  color: #666
}

.infocon .other div {
  transition: all .3s;
  margin: 5px 0
}

.infocon .other div:hover a {
  color: #f36221;
}

.infocon p {
  line-height: 32px;
  margin: 12px 0;
  color: #666;
}

.infocon p strong {
  color: #333;
  font-family: SEGOEUILb;
  font-size: 22px;
  font-weight: 100;
}

.infocon .time {
  text-align: center;
  color: #999;
  margin-bottom: 25px;
}

.proclassname_tit {
  font-size: 40px;
  font-family: SEGOEUIBOLD;
  margin-bottom: 25px;
}

.proclassname_tit a {
  transition: all .3s;
}

.proclassname_tit a:hover {
  color: #f36221
}

.prolist-column ul {
  display: flex; 
  flex-wrap: wrap; 
  justify-content: space-between; 
  padding: 0; 
  margin: 0; 
  list-style: none; 
  margin-bottom: 20px;
}

.prolist-column ul li {
  padding: 10px 0;
  width: calc(16%); /* 默认宽度 */
  margin: 30px 0; 
  background: #FFFFFF;
  text-align: center;
  cursor: pointer;
}

.prolist-column ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}

.prolist-column ul li:hover {
  background: linear-gradient(to right, #ff9e00, #ff3f00);
}

.prolist-column ul li:hover a {
  color: #fff;
}


@media (max-width: 768px) {
  .prolist-column ul li {
    width: calc(48%); 
    margin: 5px 1%;
  }
}

  .prolist-column ul li a {
    font-size: 14px;
  }
}



.lis_pro {
  overflow: hidden;
  margin: 0 -5px;
  margin-bottom: 40px;
}

.lis_pro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}

.lis_pro li {
  width: calc(25% - 1%); 
  background: #fff;
  padding-bottom: 30px;
  margin: 0 .5% 15px;
  text-align: center;
  overflow: hidden;
  transition: transform .3s;
}

.lis_pro .pic {
  overflow: hidden;
  margin-bottom: 10px;
}

.lis_pro img {
  display: block;
  transition: all .3s;
  width: 100%;
}

.lis_pro h3 {
  font-family: SEGOEUIBOLD;
  overflow: hidden;
  font-size: 18px;
  margin: 0 10px;
      display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lis_pro h6 {
  font-size: 18px;
  margin-top: 10px;
  color: #f36221;
  font-family: SEGOEUILb;
}

.lis_pro .fon {
  margin: 15px 0;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.lis_pro li:hover img {
  transform: scale(1.1);
}

.lis_pro li:hover h3 {
  color: #f36221;
}

.lis_pro:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .lis_pro li {
    width: calc(50% - 1%); 
  }
}

@media (max-width: 480px) {
  .lis_pro li {
    width: 100%; 
    margin: 0 0 15px;
  }
}


.pro_listnr {
  margin-bottom: 70px;
}

.pro_listnr li {
  margin-top: 42px;
}

.pro_item {
  overflow: hidden;
}

.pro_item .lcon {
  float: left;
  overflow: hidden;
}

.pro_item .rcon {
  margin-left: 400px;
  padding: 28px 0 0 45px;
}

.pro_item .rcon h4 {
  font-size: 30px;
  font-family: SEGUISB_1;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.pro_item .rcon p {
  margin-top: 20px;
  line-height: 28px;
  color: #888;
  height: 112px;
  overflow: hidden;
}

.pro_btn {
  margin-top: 40px;
}

.pro_btn a {
  display: block;
  width: 250px;
  background: #f36221;
  color: #fff;
  line-height: 48px;
  height: 48px;
  float: left;
  margin-left: 40px;
  text-align: center;
  font-family: SEGOEUILb;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
}

.pro_btn a i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  font-weight: 100;
  font-size: 24px;
  margin-right: 10px;
}

.pro_btn a:first-child {
  background: #0067B4;
  margin-left: 0
}

.pro_btn a:hover {
  opacity: .8
}

.pro_item .changpic img {
  transition: all .5s;
}

.pro_item:hover .changpic img {
  transform: scale(1.15);
  transition: all .5s;
}

.pro_item:hover h4 a {
  color: #e8be15;
}

.jingxiaomain .proclassname_tit {
  margin-bottom: 0;
  text-transform: capitalize;
}

.jingxiaomain p {
  color: #999;
  margin: 15px 0
}

.jingxiaomain img {
  max-width: 100%;
}

.jingxiaotab {
  background: #fff;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
}

.jingxiaotab:after {
  width: 100%;
  content: "";
  height: 62px;
  background: #f36221;
  position: absolute;
  left: 0;
  top: 0
}

.jingxiaotab table {
  margin: 0 auto;
  width: 96%;
  position: relative;
  z-index: 2;
}

.jingxiaotab td {
  padding: 15px 30px;
  border-bottom: 1px solid #666;
}

.jingxiaotab td p {
  margin: 0;
  color: #444
}

.jingxiaotab table tr:nth-child(1) {
  background: #f36221;
}

.jingxiaotab table tr:nth-child(1) td {
  border: 0;
  color: #fff;
  font-family: SEGOEUILb;
  font-size: 24px;
}

.jingxiaotab tr:last-child td {
  border-bottom: 0
}

.jingxiaotab a:hover {
  color: #f36221
}
.about-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.about-list dl {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 10px;
    padding: 20px;
    text-align: center;
    flex: 1 1 200px; 
    transition: transform 0.2s;
}

.about-list dt {
    font-size: 1.6em;
    color: #333;
}

.about-list dd {
    font-size: 1em;
    color: #666;
}

.about-list dl:hover {
    transform: scale(1.05);
    background-color: rgba(105, 176, 77,.8);
}
.about-list dl:hover dt,.about-list dl:hover dd{
	color:#fff;
}

@media (max-width: 600px) {
    .about-list dl {
        flex: 1 1 100%; 
    }

    .about-list dt {
        font-size: 1.5em;
    }

    .about-list dd {
        font-size: 0.9em;
    }
}
.about_main {
  overflow: hidden;
  background: #fff;
  padding: 40px;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, .1);
}

.about_main p, .about_main div, .about-main span {
  line-height: 28px;
  color: #888;
  padding: 8px 0;
}

.about_main img {
    max-width:100%;
  margin: 10px 0
}

.about_main h2 {
  text-align: center;
  font-size: 46px;
  font-family: SEGOEUIBOLD;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.showimg {
  overflow: hidden;
  margin: 0 -5px;
}

.showimg li {
  width: 32.3333%;
  margin: 0 .5%;
  overflow: hidden;
  float: left;
  margin-bottom: 20px;
}

.showimg li img {
  width: 100%;
  transition: all .3s;
  display: block;
}

.showimg li:hover img {
  transform: scale(1.1);
}

.aboutbox .about_service {
  margin-bottom: 0
}

/*product*/
.pro_detail {
  position: relative;
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 15px;
}

.flashpic {
  float: left;
  width: 525px;
  position: relative;
}

.flashpic img {
  width: 100%;
}

.flashpic .owl-controls .owl-pagination {
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  width: 100%;
}

.flashpic .owl-controls .owl-page span {
  opacity: 1;
  background: #eee;
  margin: 0 3px;
  width: 15px;
  height: 15px;
}

.flashpic .owl-controls .owl-page.active span, .flashpic .owl-controls.clickable .owl-page:hover span {
  background: #f36221;
}

.pro_detail .rcon {
  margin-left: 525px;
  padding: 10px 30px 30px 40px;
  overflow: hidden;
}

.pro_detail .rcon ul li {
  padding: 10px 0;
}

.pro_detail .rcon ul li span {
  font-weight: bold;
  font-size: 20px;
  color: #222;
}

.pro_detail h1 {
  font-size: 28px;
  font-family: SEGOEUIBOLD;
  font-weight: 100;
}

.pro_detail .fon {
  color: #222;
  line-height: 30px;
  overflow: hidden;
  margin: 20px 0 30px 0;
}

.pro_detail .links {
  overflow: hidden;
  margin-bottom: 25px;
}

.l_fixed-pro li {
  margin-bottom: 1px;
  position: relative;
  float: left;
}

.l_fixed-pro li a {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  background: #c50e0e;
  color: #fff;
  display: block;
  border-radius: 5px
}

.l_fixed-pro li a:first-child {
  marign-left: 0;
}

.l_fixed-pro li a span {
  display: block;
  position: absolute;
  top: 0;
  line-height: 40px;
  padding: 0 10px;
  background: #c50e0e;
  left: -999px;
  width: 0;
  font-size: 16px;
  transition: all 0.5s;
}

.l_fixed {
  width: 40px;
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 666;
}

.l_fixed li {
  margin-bottom: 1px;
  position: relative;
}

.l_fixed li a {
  width: 100%;
  height: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  background: #f8c324;
  color: #fff;
  display: block;
}

.l_fixed li a i {
  font-size: 22px;
}

.l_fixed li a span {
  display: block;
  position: absolute;
  top: 0;
  line-height: 40px;
  padding: 0 10px;
  background: #f8c324;
  right: -999px;
  width: 0;
  font-size: 16px;
  transition: all 0.5s;
}

.l_fixed li:nth-of-type(2) a {
  background: #2676e2;
}

.l_fixed li:nth-of-type(3) a, .l_fixed-pro li:nth-of-type(1) a {
  background: #3a82d3;
}

.l_fixed li:nth-of-type(4) a, .l_fixed-pro li:nth-of-type(2) a {
  background: #30afeb;
}

.l_fixed li:nth-of-type(5) a, .l_fixed-pro li:nth-of-type(3) a {
  background: #0085b2;
}

.l_fixed li:nth-of-type(6) a, .l_fixed-pro li:nth-of-type(4) a {
  background: #d20000;
}

.l_fixed li:nth-of-type(2) a span {
  background: #2676e2;
}

.l_fixed li:hover a span {
  width: 210px;
  right: 40px;
}

.l_fixed li a:hover {
  opacity: 0.85;
}

.pro_detail .links {
  display: flex;
  justify-content: space-between; 
  margin-bottom: 25px;
}

.links a {
  display: flex;
  align-items: center; 
  justify-content: center; 
  width: 250px;
  background: #f36221;
  color: #fff;
  height: 48px;
  text-align: center;
  font-family: SEGOEUILb;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
}

.links a i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  font-weight: 100;
  font-size: 24px;
  margin-right: 10px;
}

.links a:first-child {
  background: #0067B4;
}

.links a:hover {
  opacity: .8;
}
/*search*/
.search-body {
    padding: 20px;
    background-color: #f9f9f9;
}

.warper {
    max-width: 1200px;
    margin: 0 auto;
}

.search_war {
    padding: 10px;
}

.rcon {
    margin-left: 0;
}

.search_list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search_list li {
    flex: 0 0 calc(33.33% - 10px);
    margin-bottom: 20px; 
    box-sizing: border-box; 
}

.hop_item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.hop_item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.changpic img {
    width: 100%;
    height: auto;
}

.hop_tx {
    padding: 10px;
}

.hop_tx p {
    margin: 0;
}

/* Pagination styling */
.digg4 {
    margin-top: 20px;
    text-align: center;
}

/* Responsive styles */
@media (max-width: 768px) {
    .search_list li {
        flex: 0 0 calc(50% - 10px); /* 2 items per row */
    }
}

@media (max-width: 480px) {
    .search_list li {
        flex: 0 0 100%; /* 1 item per row */
    }
}
/*search end*/
.info_tit {
  font-size: 36px;
  color: #222;
  font-family: SEGOEUIBOLD;
  text-transform: capitalize;
  margin-top: 50px;
  margin-bottom: 15px;
}

.parameterbox {
  padding: 40px;
  background: #fff;
}

.parameterbox p, .parameterbox div, .parameterbox span {
  line-height: 30px;
  color: #666;
  margin-bottom: 20px;
}

.parameterbox img {
  margin: 0 10px;
}

.parameterbox .info_tit {
  margin-top: 0
}

.tabbox {
  overflow-x: auto;
}

.tabbox table {
    width:100%;
     border-collapse: collapse; 
  border-spacing: 0; 
  border-left: 1px solid #999;
  border-top: 1px solid #999
}

.tabbox table tr {
  transition: all .3s;
}

.tabbox table td,.tabbox table th {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  color: #333;
  padding: 12px 30px;
}

.tabbox table p {
  color: #333;
}

.tabbox table tr:nth-child(odd) {
  background: #e4e4e4
}

.rel_pro .lis_pro {
  margin: 0;
  overflow: initial;
}

.rel_pro .lis_pro li {
  width: 96%;
  margin: 0 auto;
  float: none
}

.rel_pro .lis_pro h3 {
  font-size: 19px;
}

.rel_pro .owl-controls, .pro_lis .owl-controls {
  margin-top: 0
}

.rel_pro .owl-pagination, .pro_lis .owl-pagination {
  display: none;
}

.rel_pro .owl-controls .owl-buttons div, .pro_lis .owl-controls .owl-buttons div {
  margin: 0;
  text-indent: 999px;
  overflow: hidden;
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: url(../images/left.png) no-repeat center;
  opacity: .2;
  background-size: 19px;
}

.rel_pro .owl-controls .owl-buttons div.owl-prev, .pro_lis .owl-controls .owl-buttons div.owl-prev {
  left: auto;
  right: -60px;
  transform: rotate(180deg);
}

.rel_pro .owl-controls .owl-buttons div:hover, .pro_lis .owl-controls .owl-buttons div:hover {
  opacity: 1
}

.pro_lis .owl-controls .owl-buttons div {
  right: 0;
  left: auto;
  background: rgba(0, 0, 0, .2) url(../images/right.png) no-repeat center;
  background-size: 15px;
  border-radius: 0;
  opacity: 1;
  display: none;
}

.pro_lis:hover .owl-controls .owl-buttons div {
  display: block;
}

.pro_lis .owl-controls .owl-buttons div.owl-prev {
  left: 0;
  right: auto;
}

.pro_lis .owl-controls .owl-buttons div:hover:hover {
  background-color: #f36221
}

.proinfo_main .contact_form {
  margin: 0;
  text-align: center;
}

.proinfo_main .contact_form h2 {
  margin-bottom: 6px;
  text-transform: capitalize;
  font-size: 36px;
  text-align: left;
}

.proinfo_main .contact_form p {
  text-align: left;
}


@media screen and (max-width: 1420px) {
  .warper {
    padding: 0 60px;
  }

  .logo {
    left: 60px;
    margin-left: 0
  }

  .searchbox {
    right: 60px;
    margin-right: 0
  }

  .headtel {
    margin-left: 300px
  }

  nav li {
    margin: 0 10px;
  }

  .footer .warper {
    padding: 50px 60px;
  }


  .about_main {
    padding: 40px 60px;
    width: 98%;
  }
}

@media screen and (max-width: 1366px) {
  nav li {
    margin: 0 5px;
  }

  .headtel {
    padding-left: 0
  }

  .headtel a {
    margin-left: 5px;
  }

  .toprightNavbar .item {
    padding-right: 40px;
  }

  .hometit h2 {
    font-size: 62px;
  }
}

@media screen and (max-width: 1280px) {
  .headtel {
    margin-left: 280px;
  }

  nav li>a {
    padding: 0 6px;
    font-size: 17px;
  }

  .about_main h2 {
    font-size: 43px;
  }

  .aboutbox .box {
    padding: 40px;
  }

  .conbox {
    padding: 50px 0 60px 0
  }

  .peijianbox {
    padding-top: 50px;
  }

  .links a {
    margin-right: 15px;
    width: 230px
  }

  .pro_detail .rcon {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .toprightNavbar, .headtel {
    display: none;
  }

  #nav {
    margin-top: 0
  }

  .logo {
    top: 0
  }

  header {
    height: 100px;
  }

  body {
    padding-top: 100px;
  }

  .warper {
    padding: 0 10px;
  }

  .logo {
    left: 10px;
  }

  .searchbox {
    right: 10px;
    display: none;
  }

  nav li>a {
    padding: 0 2px;
  }

  .postionline {
    bottom: 10px;
    font-size: 18px;
  }

  .footer ul {
    margin-top: 60px;
  }

  .footer .warper {
    padding: 50px 10px;
  }

  .editbox {
    width: 100%;
    float: none;
  }

  .map {
    width: 100%;
    float: none;
    margin-top: 15px;
  }

  .editbox li:nth-child(1) {
    margin-bottom: 15px;
  }

  .contact_form {
    margin-top: 50px;
  }

  .jingxiaotab {
    overflow-x: auto
  }

  .jingxiaotab td {
    padding: 15px
  }

  .jingxiaotab table {
    width: 100%;
  }

  .jingxiaotab table tr:nth-child(1) td {
    font-size: 22px;
  }

  .lis_pro {
    margin: 0;
    margin-bottom: 40px;
  }

  .about_main {
    padding: 30px 30px
  }

  .about_service h6 {
    font-size: 72px
  }

  .hometit h2 {
    font-size: 58px;
  }

  .links a {
    margin-bottom: 10px;
  }

  .rel_pro .owl-controls .owl-buttons div {
    left: auto;
    right: 0;
    background-color: rgb(0, 0, 0, .2);
    border-radius: 0;
    background-size: 10px;
    background-image: url(../images/right.png);
    opacity: 1;
    width: 30px;
    height: 30px;
  }

  .rel_pro .owl-controls .owl-buttons div.owl-prev {
    right: auto;
    left: 0
  }

}

@media screen and (max-width: 1024px) {
  .backToTop {
    width: 30px;
    height: 30px;
    right: 0;
    background-size: 25px;
  }

  .logo {
    margin: 10px 0;
  }

  .logo img {
    height: 40px;
  }
.edit-box .item{
    width:100%;
}
  header {
    height: 60px;
  }

  body {
    padding-top: 60px;
  }

  #nav {
    margin-left: 0;
    float: none;
  }

  nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 280px;
    height: 100%;
    box-shadow: 0 3px 5px #666;
    z-index: 99;
    overflow-y: auto;
    background: #fff;
    transform: translateX(-300px);
    transition: 0.3s;
    margin-left: 0
  }

  nav li {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  nav li>a {
    line-height: 50px;
    text-align: left;
    display: block;
    height: auto;
    padding: 0 10px;
    margin-left: 0
  }

  nav li>a:after {
    display: none;
  }

  nav li.on>a {
    height: auto;
    line-height: 45px;
  }

  nav dl {
    opacity: 1;
    left: 0;
    top: auto;
    width: 100%;
    position: initial;
    min-width: auto;
    background: #fff
  }

  nav dl a {
    padding: 10px 10px;
    font-size: 16px
  }

  #nav {
    height: auto;
    padding-left: 0;
    margin-top: 0
  }

  #nav .nav-button {
    display: block;
    top: 13px;
    background: #f36221
  }

  .close-nav {
    left: 0
  }

  nav li:nth-child(3)>a:before, nav li:nth-child(4)>a:before {
    display: none;
  }
    .hometit.ia-left{width:100%}
    .ia-right{position:static;width:100%}
.hometit.ia-left span,.homeaboutimg h4{font-size:20px}
.footer h4{font-size:24px}
.ia-right img{max-width:100%}
  .footer .warper {
    padding: 40px 10px
  }

  .footer li {
    font-size: 22px;
    padding-left: 50px;
  }

  .footer li h6 {
    font-size: 36px;
  }


  .main {
    padding: 40px 0 100px 0
  }

  .contact_form {
    margin-top: 35px;
  }

  .contact_form h2, .proclassname_tit {
    font-size: 37px;
  }

  .jingxiaotab {
    margin-bottom: 40px;
  }

  .lis_pro li {
    width: 48.5%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px
  }

  .lis_pro li:nth-child(even) {
    margin-left: 3%
  }

  .lis_pro {
    margin-bottom: 10px;
  }

  .proclassname_tit {
    margin-bottom: 15px;
  }

  .lis_news em {
    margin-top: 20px;
  }

  .lis_news h3 {
    font-size: 24px;
  }

  .about_service li {
    padding-left: 90px
  }

  .about_service h6 {
    font-size: 68px;
  }

  .about_main h2 {
    font-size: 40px;
  }

  .hometit {
    background-size: auto 80px
  }

  .hometit h2 {
    font-size: 52px;
    line-height: 60px;
  }

  .aboutbox .box {
    padding: 30px
  }

  .hometit {
    margin-bottom: 20px;
  }

  .peijianbox {
    padding-top: 40px;
  }

  .conbox {
    padding: 40px 0 50px 0
  }

  .peijianbox li {
    width: 32.333%;
  }

  .peijianbox .boxmore {
    margin-top: 0
  }

  .productbox .boxmore {
    margin-top: 0;
  }



  .boxmore {
    width: 200px;
    line-height: 42px;
  }

  .pro_detail h1, .info_tit {
    font-size: 33px;
  }

  .parameterbox {
    padding: 25px;
  }

  .info_tit {
    margin-top: 40px
  }

  .infocon {
    padding: 40px;
  }

  .infocon h1 {
    font-size: 28px;
  }

}

@media screen and (max-width: 990px) {
  .footer .item {
    width: 48%;
    overflow: hidden;
  }

  .footer .item2 {
    margin-left: 4%;
  }

  .footer {
    background-size: auto 100%
  }

  .editbox ul {
    padding: 30px
  }

  .about_service li {
    width: 100%;
    float: none;
    margin-top: 25px;
  }

  .about_service li:nth-child(even) {
    margin-left: 0
  }

  .about_service {
    margin: 0 0 20px 0;
  }

  .pro_detail {
    padding: 15px;
  }

  .flashpic {
    float: none;
  }

  .pro_detail .rcon {
    margin-left: 0;
    padding: 15px 0 10px 0;
  }

  .pro_detail .fon {
    margin: 15px 0
  }

  .pro_detail .links {
    margin-bottom: 10px;
  }


}

@media screen and (max-width:900px) {
  .jingxiaotab td {
    padding: 10px
  }

  .hometit h2 {
    font-size: 48px;
    line-height: 55px;
  }

  .infocon {
    padding: 30px 15px;
  }

  .infocon h1 {
    font-size: 26px;
  }

}

@media screen and (max-width:899px) {
  .lis_down li {
    padding: 20px
  }

  .lis_down i {
    left: 20px;
  }

  .lis_down h6 {
    right: 20px
  }

  .pro_detail h1, .info_tit {
    font-size: 30px;
  }

}

@media screen and (max-width:780px) {
  .footer .warper {
    padding: 30px 10px
  }

  .footer ul {
    margin-top: 0
  }

  .footer li {
    margin-bottom: 15px;
  }

  .footer .media {
    margin-top: 15px;
  }

  .footer .item {
    width: 100%;
    overflow: hidden;
  }

  .footer .item2 {
    margin-left: 0;
    margin-top: 30px;
  }

  .footer {
    background-size: auto 100%
  }

  .footer li label {
    margin-bottom: 0
  }

  .footer li h6 {
    top: 8px;
  }

  .footer li {
    font-size: 20px;
  }

  .footer h4 {
    margin-bottom: 25px;
  }

  .main {
    padding: 30px 0 80px 0
  }

  .contact_form h2, .proclassname_tit {
    font-size: 32px;
  }

  .editbox li h4 {
    font-size: 24px;
  }

  .jingxiaotab {
    margin-bottom: 30px;
  }

  .lis_news h3 {
    font-size: 22px;
  }

  .lis_news .con {
    padding-left: 30px;
    padding-top: 0
  }

  .about_main h2 {
    font-size: 37px;
  }

  .about_service h6 {
    font-size: 60px;
  }

  .hometit {
    background-size: auto 70px
  }

  .hometit h2 {
    font-size: 44px;
    line-height: 50px;
  }

  .conbox {
    padding: 30px 0 40px 0
  }

  .peijianbox {
    padding-top: 30px;
  }

  .info_tit {
    margin-top: 30px;
  }

}

@media screen and (max-width:768px) {
  .jingxiaotab table tr:nth-child(1) td {
    font-size: 20px;
  }

  .lis_news .pic {
    width: 300px;
  }

  .lis_news .con {
    margin-left: 300px
  }

  .lis_news li {
    padding: 10px;
  }

  .peijianbox li {
    width: 48.5%;
    margin-left: 0;
    margin-right: 0
  }

  .peijianbox li:nth-child(even) {
    margin-left: 3%;
  }

  .pro_detail h1, .info_tit, .proinfo_main .contact_form h2 {
    font-size: 26px;
  }

}

@media screen and (max-width:640px) {
  .contact_form li {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .contact_form li:nth-child(even) {
    margin-left: 0
  }

  .contact_form li h6 {
    font-size: 20px;
  }

  .contact_form input, .contact_form textarea {
    padding: 8px 10px 8px 40px
  }

  .contact_form h2 {
    font-size: 28px;
    margin-bottom: 5px
  }

  .contact_form p {
    margin-bottom: 15px;
    line-height: 24px;
  }

  .editbox ul {
    padding: 20px
  }

  .editbox li h4 {
    font-size: 22px;
  }

  .postionline {
    font-size: 16px;
  }

  #sub_banner img {
    height: 120px;
    width: auto
  }

  #sub_banner {
    overflow: hidden;
  }

  .lis_news .pic {
    width: 100%;
    float: none;
  }

  .lis_news .con {
    margin-left: 0;
    padding-left: 0;
    padding-top: 15px;
  }

  .lis_news h3 {
    margin-bottom: 5px;
  }

  .lis_news em {
    margin-top: 15px;
  }

  .about_main h2 {
    font-size: 33px;
  }

  .aboutbox .box {
    padding: 12px;
  }

  .hometit h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .hometit {
    background-size: auto 60px
  }

  .flashpic {
    width: 100%;
  }

  .flashpic .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
  }

  .infocon h1 {
    font-size: 24px;
  }
}

@media screen and (max-width:520px) {
  .contact_form button {
    width: 100%;
  }

  .lis_down i {
    font-size: 24px;
  }

  .lis_down h3 {
    font-size: 18px;
  }

  .about_service h6 {
    font-size: 50px;
  }

  .about_service li {
    padding-left: 70px
  }

  .pro_detail h1, .info_tit, .proinfo_main .contact_form h2 {
    font-size: 24px;
  }
}

@media screen and (max-width:480px) {
  .footer li label {
    font-size: 16px;
  }

  .footer li {
    font-size: 18px;
  }

  .footer li h6 {
    font-size: 32px
  }

  .footer h4 {
    margin-bottom: 20px;
  }

  .footer .media a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }

  .contact_form h2, .proclassname_tit {
    font-size: 25px;
  }

  .jingxiaomain p {
    margin: 8px 0
  }

  .lis_pro li {
    padding-bottom: 15px
  }

  .lis_pro .fon {
    margin: 10px 0
  }

  .about_main h2 {
    font-size: 30px;
  }

  .about_main {
    padding: 20px 15px;
  }

  .about_service h6 {
    font-size: 40px;
  }

  .about_service li {
    padding-left: 60px
  }

  .showimg {
    margin: 0
  }

  .hometit h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .hometit {
    background-size: auto 50px
  }

  .hometit p {
    line-height: 24px;
    max-height: 48px;
    font-size: 16px;
  }

  .tabbox table td {
    padding: 8px
  }

  .parameterbox {
    padding: 15px;
  }

  .main {
    padding: 30px 0 50px 0
  }

  .infocon h1 {
    font-size: 22px;
  }

}

@media screen and (max-width:414px) {
  .footer .copy {
    padding: 15px 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .footer h5 {
    font-size: 18px;
  }

  input, select, textarea {
    font-size: 16px;
  }


  .contact_form h2, .proclassname_tit {
    font-size: 22px;
  }

  .editbox li h4 {
    font-size: 20px;
  }

  .lis_news h3 {
    font-size: 20px
  }

  .lis_news em {
    line-height: 40px;
    width: 170px;
  }

  .about_main h2 {
    font-size: 26px;
  }

  .about_service h6 {
    font-size: 30px;
    top: 8px;
  }

  .about_service li {
    padding-left: 50px;
    margin-top: 15px;
  }

  .showimg li {
    width: 48.5%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .showimg li:nth-child(even) {
    margin-left: 3%;
  }

  .hometit h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .hometit {
    background-size: auto 30px;
    background-position: center 15px
  }

  .pro_detail h1, .info_tit, .proinfo_main .contact_form h2 {
    font-size: 22px;
  }

  .infocon h1 {
    font-size: 20px;
  }

  .infocon .time {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .infocon {
    padding: 20px 15px;
  }

}

@media screen and (max-width:400px) {}

@media screen and (max-width:375px) {}

@media screen and (max-width:359px) {
  .lis_pro li {
    width: 100%;
    float: none;
    margin-bottom: 10px
  }

  .lis_pro li:nth-child(even) {
    margin-left: 0
  }


}