@charset "utf-8";

@font-face {
  font-family: 'oss';
  src: url('../fonts/oss.eot');
  src: url('../fonts/oss.eot?#iefix') format('embedded-opentype'),
      url('../fonts/oss.woff2') format('woff2'),
      url('../fonts/oss.woff') format('woff'),
      url('../fonts/oss.ttf') format('truetype'),
      url('../fonts/oss.svg#oss') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 统一标准 */
*{box-sizing: border-box; padding: 0; margin: 0;}
html,
body {
  color: #333333;
  font-family: Arial, 'Microsoft YaHei', 'FontAwesome', 'Glyphicons Halflings' !important;
  font-size: 62.5%;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

html {
  overflow: -moz-scrollbars-none;
}

html::-webkit-scrollbar {
  width: 0px;
  background: none;
}

a {
  text-decoration: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
}
.col-xs-2-half, .col-sm-2-half, .col-md-2-half, .col-lg-2-half{ position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; }
 
@media ( min-width : 768px) { .col-sm-2-half{ width: 20%; float: left; } }
 
@media ( min-width : 992px) { .col-md-2-half{ width: 20%; float: left; } }
 
@media ( min-width : 1200px) { .col-lg-2-half{ width: 20%; float: left; } }
.huandong{
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
}

.jianju90{
  padding: 90px 0;
}
.s_jianju90{
  padding: 90px 0 0 0;
}
.gbf7f7f7{
  background-color: #f7f7f7;
}

h1 {
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 1.40;
  letter-spacing: 0;
  margin-bottom: 0.6em
}

h2 {
  font-weight: 600;
  font-size: 4.0rem;
  line-height: 1.40;
  letter-spacing: 0;
  margin-bottom: 0.6em
}

h3 {
  font-weight: 600;
  font-size: 3.0rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 0.6em;
  margin-bottom: 45px;
}

.h4 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 0.6em
}

h5 {
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 0.6em
}

h6 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 0.6em
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-weight: bold;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}

p,span,li,dd,dt,blockquote,a,td,div,input,label,button{
  font-size: 1.5rem;
}
small, h3 small{
  padding-left: 35px;
  font-size: 1.4rem;
}
ol{
  padding-left: 20px;
}
.clear {
  display: block;
  clear: both;
}

.clearfix {
  display: block;
  clear: both;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  outline: none;
}
input:not([type="submit"]){
  border: 1px solid transparent;
  outline: none !important;
}
input:not([type="submit"]):focus{
  border-color:#1168ae !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  html {
      font-size:12px;
      line-height: 22px
  }

  h1 {
      font-size: 2.5rem
  }

  h2 {
      font-size: 2rem
  }

  h3 {
      font-size: 1.75rem;
      margin-bottom: 30px;
  }

  h4 {
      font-size: 1.5rem
  }

  h5 {
      font-size: 1.25rem
  }


  h6 {
      font-size: 1.166rem
  }

  p,span,li,dd,dt,blockquote,a,td,div,input,label,button{
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  html {
      font-size:14px;
      line-height: 24px
  }

  h1 {
      font-size: 2.5rem
  }

  h2 {
      font-size: 2rem
  }

  h3 {
      font-size: 1.75rem;
      font-size: 1.3125rem;
      margin-top: 0;
      margin-bottom: 30px;
  }

  h4 {
      font-size: 1.5rem
  }

  h5 {
      font-size: 1.25rem
  }


  h6 {
      font-size: 1.166rem
  }

  p,span,li,dd,dt,blockquote,a,td,div,input,label,button{
    font-size: 1rem;
  }
}

#headdiv{
  width: 100%;
  height: 80px;
  padding: 0 42px;
  background-color: transparent;
  position:fixed;
  z-index: 10;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
}
#headdiv::after{
  content: '';
  display: block;
  clear: both;
}
.navbar{
  transition: background-color 0.3s, color 0.3s;
}

.logo {
  /*width: 12.0%;*/
  float: left;
  position: relative;
  z-index: 6;
  margin-top: 10px;
  width: 162px;
  height: 60px;
}

.logo a {
  display: block;
  height: 100%;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
}

.navbar .logo a img:nth-of-type(2){
  display: none;
}

.navbar.navScroll {
  background-color: #fff !important;
  color: black;
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.navbar.navScroll a {
  color: black;
}
.navbar.navScroll a:hover{
  color:#1168ae;
}
.navbar.navScroll .navdiv>ul>li.has_sub>a::after{
  color: black;
}
.navbar.navScroll .navdiv>ul>li.has_sub>a:hover::after{
  color:#1168ae;
}
.navbar.navScroll .logo a img:nth-of-type(2){
  display: block;
}
.navbar.navScroll .logo a img:nth-of-type(1){
  display: none;
}


#mobileNavButton {
  float: right;
  display: none;
  position: relative;
  z-index: 6;
}

#mobileNavButton a {
  font-size: 1.8rem;
  color: #000;
}

#mobileNavButton a i {
  color: #fff;
}

.navbar.navScroll #mobileNavButton a {
  color: #000;
}
.navbar.navScroll #mobileNavButton a i {
  color: #000;
}

.language{
  float: right;
  padding-left: 0px;
}
.language ul{
  margin-bottom: 0;
}

.language ul>li{
  display: inline-block;
  padding: 28px 16px;
  list-style: none;
  position: relative;
}
.language ul>li>a{
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color:#fff;
}
.language ul>li>a::before{
  content: '\f0ac';
  font-family: 'FontAwesome';
  font-size: 2.4rem;
  color:#fff;
  padding-right: 8px;
  vertical-align: middle;
}
.language ul ul{
  display: none;
  position: relative;
  width: 132px;
}
.language ul ul li{
  display: block;
  position: relative;
}
.language ul ul li a{
  color:#000;
  font-size: 1.4rem;
}
.language ul li:hover a{
  color:#1168ae;
}
.language ul li:hover ul li a{
  color:#000;
}
.language ul li:hover ul{
  display: block;
  margin-top: 10px;
  position: absolute;
  left: -5px;
  background-color: #fafafa;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.25);
}
.navbar.navScroll .language ul>li>a::before{
  color:black;
}
.navbar.navScroll .language ul>li:hover>a::before{
  color:#1168ae;
}
.language>ul>li ul li{
  padding: 8px 21px 8px 21px;
  border-top: 1px solid #f0f0f0;
  list-style: none;
  text-align: left;
  position: relative;
}
.language>ul>li ul li a::before{
  content: '';
  display: none;
}
.language>ul>li ul li a img{
  height: 15px;
  margin-right: 10px;
}

.searchdiv{
  float: right;
  padding-left: 34px;
}
.searchdiv a{
  font-size: 18px;
  color:#fff;
  vertical-align: middle;
}
.searchdiv a::before{
  content: '\f002';
  font-family: 'FontAwesome';
  font-size: 2.4rem;
  color:#fff;
  padding: 28px 8px;
  display: inline-block;
  vertical-align: middle;
}
.searchdiv a:hover{
  color:#1168ae;
}
.searchdiv a:hover::before{
  color:#1168ae;
}
.navbar.navScroll .searchdiv a::before{
  color:black;
}
.navbar.navScroll .searchdiv a:hover::before{
  color:#1168ae;
}

/*菜单部分*/
.navdiv {
  width: 52.57%;
  margin: 0 auto;
}

.navdiv>ul{
  width: 100%;
  text-align: center;
}
.navdiv>ul>li{
  display: inline-block;
  list-style: none;
  padding: 10px 16px;
  padding: 28px 16px;
  position: relative;
}

.navdiv>ul>li>a{
  font-size: 1.6rem;
  /* font-weight: bold; */
  color: #fff;
}
.navdiv>ul>li.has_sub>a::after{
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 1.6rem;
  color:#fff;
  padding-left: 7px;
}

.navdiv>ul>li ul{
  display: block;
  /* margin-top: 10px; */
  position: absolute;
  top: 80px;
  left: 0;
  background-color: #fafafa;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.25);
}

.navdiv>ul>li ul li{
  width: 240px;
  padding: 8px 8px 8px 21px;
  border-top: 1px solid #f0f0f0;
  list-style: none;
  text-align: left;
  position: relative;
}
.navdiv>ul>li ul li a{
  display: block;
  position: relative;
  width: 100%;
  padding-left: 12px;
  font-size: 15px;
  font-size: 14px;
  /* font-weight: bold; */
  color:#0091d2;
  color:#151515;
  line-height: 1.2;
}
.navdiv>ul>li ul li a::before{
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 1.5rem;
  color:#0091d2;
  color:#151515;
  position: absolute;
  left: 0px;
  top: 0px;
}
.navdiv>ul>li ul li ul{
  position: absolute;
  left: 240px;
}
.navdiv>ul>li ul,
.navdiv>ul>li ul ul,
.navdiv>ul>li ul ul ul{
  display: none;
}

/*菜单事件*/
.navdiv>ul>li>a:hover{
  color:#000;
}
.navdiv>ul>li.has_sub>a:hover::after{
  color:#000;
}
.navdiv>ul>li.has_sub:hover ul{
  display: block;
}
.navdiv>ul>li.has_sub:hover ul ul{
  display: none;
}
.navdiv>ul>li.has_sub:hover ul ul ul{
  display: none;
}

.navdiv>ul>li.has_sub ul li:hover{
  background-color: #0091d2;
  background-color: #1168ae;
}
.navdiv>ul>li.has_sub ul li:hover a{
  color:#fff;
}
.navdiv>ul>li.has_sub ul li:hover a::before{
  color:#fff;
}

.navdiv>ul>li.has_sub ul li.has_sub:hover ul{
  display: block;
  top: 0;
  margin-top: 0;
}
.navdiv>ul>li.has_sub ul li.has_sub:hover ul li a{
  color:#0091d2;
  color:#1168ae;
}
.navdiv>ul>li.has_sub ul li.has_sub:hover ul li a::before{
  color:#0091d2;
  color:#1168ae;
}

.navdiv>ul>li.has_sub ul li.has_sub ul li:hover{
  background-color: #0091d2;
  background-color: #1168ae;
}
.navdiv>ul>li.has_sub ul li.has_sub ul li:hover a{
  color:#fff;
}
.navdiv>ul>li.has_sub ul li.has_sub ul li:hover a::before{
  color:#fff;
}

main{
  position: relative;
  z-index: 1;
}

/* BACKGROUNDS SLIDER
-------------------------------------------------- */
.header-back {
  width: 100%;
  /* height: 945px; */
  height: auto;
  overflow: hidden;
}
.header-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* opacity: 1;
  transition: opacity 0.5s ease; */
  animation: myzoomIn 10s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  transform-origin: center center; 
  transform: scale(1.12);
}
@keyframes myzoomIn {
  0% {
      transform: scale(1);
  }
  100% {
      transform: scale(1.12);
  }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel {
  /*height: 945px;*/
  width: 100%;
  height: auto;
}

.carousel-caption {
  z-index: 10;
}
.carousel .item {
  /*height: 945px;*/
  background-color: #777;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  opacity: 1;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.carousel-control {
  width: 6%;
}
.carousel-control span:before {
  padding: 10px 13px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: -10px;
}
.carousel-inner .container {
  position: relative;
}
.carousel-inner {
  overflow: visible;
}

.carousel-caption {
  width: 100%;
  position: absolute;
  top: 29.4vh;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: left;
}
.carousel-caption.t296{
  top: 29.6vh;
}
.carousel-caption.blank {
  top: 39.78vh;
}
.carousel-image {
  position: absolute;
  left: auto;
  top: auto;
  right: 42px;
  bottom: 42px;
  z-index: 3;
}
.carousel-image img{
  display: block;
  width: 480px;
  height: 70px;
  width: 25vw;
  height: auto;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ae002b;
  border-color: #ae002b;
}
.carousel-caption h1 {
  font-weight: 700;
  font-size: 38px;
  font-size: 3vw;
  color:#fff;
  text-transform: uppercase;
  text-shadow: none;
}
.carousel-caption h1 span{
  padding-left: 16px;
  padding-left: 0.833vw;
  font-size: 3vw;
  font-weight: normal;
}
.carousel-caption h1.bline::after{
  content: '';
  display: block;
  width: 238px;
  height: 5px;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 38px;
  margin-top: 1.041vw;
  margin-bottom: 1.979vw;

}
.carousel-caption p {
  text-transform: uppercase;
  text-shadow: none;
  font-size: 24px;
  font-size: 1.20vw;
  font-size: 1.0vw;
  line-height: 42px;
  line-height: 1.625;
  margin-top: 26px;
  margin-top: 1.354vw;
}
.carousel-caption p i{
  padding-right: 10px;
}
.caption-link-a{
  display: inline-block;
  background-color: #ae002b;
  color:#fff;
  font-size: 0px;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  line-height: normal;
  border-radius: 5px;
}
.caption-link-a span{
  padding: 12px 46px;
  padding: 0.625vw 2.3958vw;
  font-size: 21px;
  font-size: 1.09375vw;
  font-size: 0.9375vw;
  display: inline-block;
  border-right: 1px solid #fff;
}
.caption-link-a i{
  font-size: 21px;
  font-size: 1.09375vw;
 /* padding-left: 18px;
  padding-right: 18px !important;*/
  padding-left: 0.9375vw;
  padding-right: 0.9375vw !important;
}
.caption-link-a:hover{
  background-color: #000;
  color:#fff;
}
.caption-link {
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  text-transform: uppercase;
  font-weight: 400;
}
.caption-link:hover {
  text-decoration: none;
  color: inherit;
}
.carousel-indicators{
  display: none;
}

/**/
.servicesidebar {
  position: fixed;
  z-index: 99999;
  right: 0px;
  bottom: 60px;
}

.sidebarwrap {
  position: relative;
  padding: 10px 8px;
  border-radius: 28px;
  background-color: #fff;
  box-shadow: 0 2px 25px rgb(184 187 197 / 75%);
}

.sideemail {
  width: 24px;
  height: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  box-sizing: content-box;
  border-bottom: 1px solid #e7e9ed;
}

.sideemail a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 21px;
  text-align: center;
  color:#333333;
}
.sideemail a i{font-size: 21px;}

.sideemail a:hover {
  color:#0091d2;
  color:#2e7ae5;
}

.sideemailwrap {
  display: none;
  position: absolute;
  top: -2px;
  left: -201px;
  width: 210px;
  background-color: transparent;
}

.sideemail .sideemailcontent {
  padding: 20px;
  width: 196px;
  text-align: left;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 25px rgb(184 187 197 / 75%);
}

.sideemail .sideemailcontent p {
  font-size: 14px;
  color: #333;
  margin: 0;
  word-break: break-all;
}

.sideemail:hover .sideemailwrap {
  display: block;
}

.sidephone {
  width: 24px;
  height: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  box-sizing: content-box;
  border-bottom: 1px solid #e7e9ed;
}

.sidephone a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 21px;
  text-align: center;
  color:#333333;
}
.sidephone a i{font-size: 24px;}
.sidephone a:hover {
  color:#0091d2;
}

.sidephone .sidephonewrap {
  display: none;
  position: absolute;
  top: 30px;
  left: -201px;
  width: 210px;
  background-color: transparent;
}

.sidephone .sidephonecontent {
  padding: 20px;
  width: 196px;
  border-radius: 10px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 2px 25px rgb(184 187 197 / 75%);
}

.sidephone .sidephonecontent p {
  font-size: 14px;
  color: #333;
  margin: 0;
}

.sidephone:hover .sidephonewrap {
  display: block;
}

.sidechar {
  width: 24px;
  height: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  box-sizing: content-box;
  border-bottom: 1px solid #e7e9ed;
}

.sidechar a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 21px;
  text-align: center;
  color:#333333;
}
.sidechar a i{font-size: 21px;}

.sidechar a:hover {
  color:#01c000;
}
.sidechar .sideweixinwrap{
  display: none;
  position: absolute;
  top: 30px;
  left: -165px;
  width: 172px;
  background-color: transparent;
}

.sidechar .sideweixincontent{
  padding: 20px;
  width: 160px;
  border-radius: 10px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 2px 25px rgb(184 187 197 / 75%);
}
.sidechar .sideweixincontent img{
  width: 120px;
}
.sidechar:hover .sideweixinwrap {
  display: block;
}

.sidetoup {
  width: 24px;
  height: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  box-sizing: content-box;
}

.sidetoup a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 21px;
  text-align: center;
  color:#333333;
}

.sidetoup a:hover {
  color:#0091d2;
}

#HBox {
  width: 300px;
  height: 270px;
  margin: 0 auto;
  box-shadow: 1px 1px 5px #333;
  -webkit-box-shadow: 1px 1px 5px #333;
  display: none;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -120px 0 0 -150px;
  z-index: 100000
}

#searchform {
  padding: 50px 15px 10px;
  font-size: 0px;
}

#searchform #searchtxt {
  width: 245px;
  height: 42px;
  border: 1px solid #d00743;
  padding-left: 15px;
  font-size: 1.6rem;
  vertical-align: top;
  border-radius: 4px 0 0 4px;
}

#searchform button {
  width: 42px;
  height: 42px;
  border: none;
  background-color: #d00743;
  color: #fff;
  cursor: pointer;
  vertical-align: top;
  border-radius: 0 4px 4px 0;
}

#searchform button i {
  font-size: 2.0rem;
  line-height: 1.75;
}
.hexinkinds{
  width: 100%;
  margin: 0 auto;
  background-color: #f7f7f7;
}
.hexinkindstop{
  padding-bottom: 20px;
  text-align: center;
}
.hexinkindstop h2{
  margin-top: 0;
  font-size: 3.6rem;
}
.hexinkindstop h2 a{
  font-size: 3.6rem;
  color:#ae002b;
  padding-left: 12px;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
}
.hexinkindstop h2 a:hover{
  padding-left: 17px;
}
.hexinkindstop p{
  padding: 0 20%;
}

.teseWrap{
  width: 100%;
  font-size: 0;
}
.teseWrap::after{
  content: '';
  display: block;
  clear: both;
}
.teseItem{
  display: block;
  float: left;
  width: 32.38%;
  margin-right: 1.42857%;
  margin-bottom: 20px;
  text-align: center;
}
.teseItem:nth-of-type(3n){
  margin-right: 0;
}
.teseItem a{
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 87.72%;
  position: relative;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 40px rgba(0,0,0,0.05);
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
}
.iconItem{
  width: 5.2vw;
  margin: 0 auto;
  margin-top: 15%;
}
.iconItem img{
  width: 100%;
}
.teseItem a .iconItem img:nth-of-type(1){
  display: block;
}
.teseItem a .iconItem img:nth-of-type(2){
  display: none;
}
.teseItem h3{
  margin: 8.69% auto 8.04%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color:#000;
}
.teseItem p{
  padding: 0 7.17%;
  font-size: 1.6rem;
  text-align: left;
  color:#999999;
}
.teseItem a:hover{
  border-color:#1166ab;
  box-shadow: 0 0 40px rgba(0,0,0,0.30);
  transform: translateY(-10px);
}
.teseItem:hover .iconItem img:nth-of-type(1){
  display: none;
}
.teseItem:hover .iconItem img:nth-of-type(2){
  display: block;
}
.appdiv{
  width: 100%;
  padding-bottom: 116px;
  background: url(../images/i-005.jpg) center top no-repeat;
  background-size: cover;
}
.iproductlist{
  width: 100%;
}
.iproductItem {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.itemcontainerPic {
  width: 100%;
  height: 0px;
  padding-bottom: 70%;
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.itemcontainerPic a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.itemcontainerPic a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.itemcontainerPic a:hover img{
  transform: scale(1.125);
  -webkit-transform: scale(1.125);
  -moz-transform: scale(1.125);
  -o-transform: scale(1.125);
}
.itemcontainerTxt{
  display: none;
  width: 100%;
  padding: 30px 30px 60px;
}
.itemcontainerTxt a{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color:#313e46;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}
.itemcontainerTxt a:hover{
  text-decoration: underline;
}
.swiper-pagination {
  position: static!important;
  margin-top: 30px;
}
.morediv{
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 100px;
}
.iabout{
  display: block;
  clear: both;
  width: 100%;
}
.iaboutContainer{
  display: flex;
            flex-direction: row;
            align-items: stretch; /* 使子元素等高 */
            /*height: 100vh;*/ /* 使用视口高度的100%来确保父元素足够高 */
}

.iaboutleft{
  /*
  width: 50%;
  float: left;
  */
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iaboutleft a{
  display: block;
  width: 100%;
  min-height: 30px;
}
.iaboutleftbg{
  width: 100%;
  background-color: #1168ae;
  border-radius: 15px;
}
.iaboutleftimg{
  position: relative;
  width: 100%;
  border-radius: 15px;
  transform: translateX(10px) translateY(10px);
  overflow: hidden;
}
.iaboutleftimg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iaboutleft a:hover .iaboutleftimg img{
  transform: scale(1.125);
  -webkit-transform: scale(1.125);
  -moz-transform: scale(1.125);
  -o-transform: scale(1.125);
}
.iaboutright{
  /*
  width: 50%;
  float: left;
  */
  flex: 1;
  box-sizing: border-box;
}
.iaboutrightwrap{
  width: 100%;
  padding-left: 14.285%;
}
.iaboutrighttop{
  margin-top: 40px;
}
.iaboutrighttop small{
  display: block;
  font-size: 1.6rem;
  color:#1168ae;
  padding-bottom: 14px;
  padding-left: 0;
}
.iaboutrighttop h2{
  font-size: 3.6rem;
  margin-top: 0;
  margin-bottom: 50px;
}
.iaboutrighttop h2 a{
  font-size: 3.6rem;
  color:#ae002b;
  padding-left: 12px;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
}
.iaboutrighttop h2 a:hover{
  padding-left: 17px;
}
.iaboutdesc{
  margin-bottom: 90px;
}
.iaboutdesc p{
  font-size: 1.6rem;
  color:#333;
  text-align: justify;
  line-height: 1.8;
}
.iaboutdesc p strong{
  padding-right: 7px;
}
.iaboutModal{
  width: 100%;
}
.iaboutModal a{
  display: block;
  width: 100%;
  min-height: 30px;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
}
.iaboutModal a:hover{
  transform: translateY(-10px);
}
.iaboutModal a ul{
  width: 100%;
  display: block;
}
.iaboutModal a ul::after{
  content: '';
  display: block;
  clear: both;
}
.iaboutModal a ul li{
  width: 50%;
  float: left;
  list-style: none;
  margin-bottom: 12px;
}
.iaboutModal a ul li dl{
  display: block;
  width: 100%;
}
.iaboutModal a ul li dl::after{
  content: '';
  display: block;
  clear: both;
}
.iaboutModal a ul li dl dt{
  display: block;
  float: left;
  width: 70px;
  height: 70px;
}
.iaboutModal a ul li dl dd{
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 16px;
}
.iaboutModal a ul li dl dd h3{
  font-size: 3.6rem;
  font-family: 'oss';
  margin: 0;
}
.iaboutModal a ul li dl dd p{
  font-size: 1.5rem;
  color:#999999;
}
.iaboutequipment{
  width: 100%;
  padding: 70px 0 50px;
  background-color: #d2e4f0
}
.iaboutequipmentBox{
  width: 100%;
  
}
.iaboutequipmentBox::after{
  content: '';
  display: block;
  clear: both;
}
.iaboutitem{
  width: 48.57%;
  float: left;
  margin-right: 1.4285%;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: all 0.6s ease 0s, -webkit-transform 1s ease 0.2s, opacity 1s ease 0.2s;
  transition: all 0.6s ease 0s, transform 1s ease 0.2s, opacity 1s ease 0.2s;
}
.iaboutitem:nth-of-type(3){
  margin-right: 0;
}
.iaboutitem a{
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 58.8888%;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.iaboutitempic{
  position: absolute;
  width: 100%;
  height: 100%;
}
.iaboutitempic img{
  /* height: 100%; */
  max-height: 100%;
  width: auto;
  max-width: none;
}
.iaboutitemtxt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(255,255,255,0.95);
  background-color: rgba(255,255,255,1);
  padding-left: 30px;
  padding-top: 30px;
}
.iaboutitemtxt span{
  position: absolute;
  right: 20px;
  bottom: 30px;
  display: block;
  width: 76px;
  height: 24px;
  border-radius: 12px;
  background-color: #999;
  color:#fff;
  text-align: center;
  font-size: 2.1rem;
  line-height: 24px;
}
.iaboutitem a:hover .iaboutitemtxt span{
  background-color: #1168ae;
}
.iaboutitemtxt h4{
  font-size: 1.6rem;
  font-weight: normal;
}
.iaboutitem:nth-of-type(2){
  width: 24.2857%;
}
.iaboutitem:nth-of-type(3){
  width: 24.2857%;
}
.iaboutitem:nth-of-type(2) a{
  padding-bottom: 117.71771%;
}
.iaboutitem:nth-of-type(3) a{
  padding-bottom: 117.71771%;
}
.ibo{
  width: 100%;
  padding: 10px;
  background-color: #fff;
}
.ibox{
  display: grid;
  /* grid-template-columns: calc(25% - 7.5px) calc(25% - 7.5px) calc(25% - 7.5px) calc(25% - 7.5px);; */
  grid-template-columns: calc(50% - 5px) calc(50% - 5px);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-items: center;
  align-items:center;
  grid-auto-flow:row;
}
.iboxItem{
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.iboxItem a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  
  margin: auto;
}
.iboxItem a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iboxItem a:hover img{
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
}

.inews{
  width: 100%;
}
.inewssettop{
  width: 52.57%;
  float: left;
}
.inewssettopwrap{
  width: 100%;
}
.inewssettopwrap a{
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 45.45%;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 10px;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  overflow: hidden;
}
.inewssettopwrap a dl{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.inewssettopwrap a dl::after{
  content: '';
  display: block;
  clear: both;
}
.inewssettopwrap a dl dt{
  width: 58.3333%;
  float: left;
  height: 100%;
  overflow: hidden;
}
.inewssettopwrap a dl dt img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inewssettopwrap a dl dd{
  width: 41.6666%;
  float: left;
  padding: 5%;
}
.inewssettopwrap a dl dd h3{
  font-size: 1.8rem;
  margin-top: 2%;
  margin-bottom: 25px;
}
.inewssettopwrap a dl dd p{
  font-size: 1.4rem;
  color:#454545;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.inewssettopwrap a dl dd span{
  font-size: 2.1rem;
  color:#1168ae;
  margin-top: 15%;
}
.inewssettopwrap a:hover{
  background-color: #1168ae;
  transform: translateY(-10px);
}
.inewssettopwrap a:hover dl dt img{
  transform: scale(1.125);
}
.inewssettopwrap a:hover dl dd h3{
  color:#fff;
}
.inewssettopwrap a:hover dl dd p{
  color:#fff;
}
.inewssettopwrap a:hover dl dd span{
  color:#fff;
}
.inewsrightlist{
  width: 47.43%;
  float: left;
}
.inewsrightlist ul{
  display: block;
  width: 100%;
  padding-left: 9%;
  margin-bottom: 0;
}
.inewsrightlist ul li{
  width: 100%;
  list-style: none;
  margin-bottom: 11%;
}
.inewsrightlist ul li:nth-of-type(2){
  margin-bottom: 0;
}
.inewsrightlist ul li a{
  display: block;
  width: 100%;
  min-height: 30px;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
}
.inewsrightlist ul li a dl{
  width: 100%;
  margin-bottom: 0;
}
.inewsrightlist ul li a dl::after{
  content: '';
  display: block;
  clear: both;
}
.inewsrightlist ul li a dl dt{
  width: 35.86%;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}
.inewsrightlist ul li a dl dd{
  width: 64.13%;
  float: left;
  padding-left: 5%;
}
.inewsrightlist ul li  a dl dd h3{
  font-size: 1.8rem;
  margin-top: 2%;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.inewsrightlist ul li  a dl dd p{
  font-size: 1.4rem;
  color:#454545;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inewsrightlist ul li  a dl dd span{
  font-size: 2.1rem;
  color:#1168ae;
  margin-top: 2%;
}
.inewsrightlist ul li a:hover{
  transform: translateY(-10px);
}
.inewsrightlist ul li a:hover dl dd h3{
  color:#1168ae;
}
.ipartner{
  width: 100%;
  padding: 100px 0 100px;
  background-color: #f7f7f7;
}
.ipartnertop h2{
  font-size: 3.6rem;
  margin-bottom: 48px;
}
.ipartnertop h2 a{
  font-size: 3.6rem;
  color:#ae002b;
  padding-left: 12px;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
}
.ipartnertop h2 a:hover{
  padding-left: 17px;
}
.ipartnerico {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ipartnerico li {
  flex: 0 0 16%;
  flex: 0 0 12.5%;
  box-sizing: border-box;
  margin-right: 5%;
  margin-bottom: 5%;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
}
.ipartnerico li img{
  width: 100%;
}
.ipartnerico li:nth-of-type(6n){
  margin-right: 0%;
}
.ipartnerico li:hover{
  transform: translateY(-10px);
  box-shadow: 0 0 40px rgba(0,0,0,0.25);
}
.footerdiv{
  width: 100%;
  padding-top: 100px;
  background: url(../images/i-007.jpg) center center no-repeat;
  background-size: cover;
}
.footernavleft{
  float: left;
  width: 67.14%;
}
.footernavleft::after{
  content: '';
  display: block;
  clear: both;
}
.footernavleftmodel{
  float: left;
  padding-right: 11.0%;
}
.footernavleftmodel h3{
  font-size: 2.1rem;
  color:#fff;
  margin-bottom: 35px;
}
.footernavleftmodel ul {
  padding-left: 15px;
}
.footernavleftmodel ul li{
  /* list-style: none; */
  margin-bottom: 16px;
}
.footernavleftmodel ul li a{
  font-size: 1.5rem;
  font-size: 1.3rem;
  color:#fff;
  opacity: .7;
  line-height: 1.36;
}
.footernavleftmodel ul li::marker {
  color: #fccf00;
  color: #ae002b;
  color: #fff;
}
.footernavleftmodel ul li a:hover{
  opacity: 1;
}
.footerfollow{
  float: right;
  width: 190px;
}
.followlinks{
  margin-top: 35px;
  text-align: right;
}
.followlinks a{
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  margin: 4px;
  line-height: 31px;
}
.followlinks a img{
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.footetdown{
  clear: both;
  width: 100%;
  background-color: rgba(0,0,0,0.75);
  text-align: left;
  padding: 35px 0;
  margin: 70px auto 0;
}
.footetdown p{
  font-size: 1.5rem;
  font-size: 1.3rem;
  color:#fff;
}
.footetdown p span{
  padding-left: 45px;
}
.footetdown a{
  font-size: 1.5rem;
  font-size: 1.3rem;
  color:#fff;
}
.footetdown a:hover{
  text-decoration: underline;
}

/*about*/
.topicbanner{
  width: 100%;
  height: 700px;
  height: 600px;
  background-color: #333333;
  display: flex;
  align-items: center;
}
.topicbanner h2{
  /* font-size: 5.4rem; */
  color:#fff;
  text-transform: uppercase;
}
.topicbanner h2 small{
  color:#fff;
}
/*
.topicbanner h2::after{
  content: '';
  display: block;
  width: 106px;
  height: 5px;
  margin-top: 15px;
  border-radius: 3px;
  background-color: rgb(227,55,30);
}*/
.about-banner{
  background: url(../images/top02.jpg) center center no-repeat;
  background-size: cover;
}
.product-banner{
  background: url(../images/top01.jpg) center center no-repeat;
  background-size: cover;
}
.product-banner h2{ text-align: center;}
.support-banner{
  background: url(../images/top03.jpg) center center no-repeat;
  background-size: cover;
}
.news-banner{
  background: url(../images/top04.jpg) center center no-repeat;
  background-size: cover;
}
.application-banner{
  background: url(../images/top05.jpg) center center no-repeat;
  background-size: cover;
}
.contact-banner{
  background: url(../images/top06.jpg) center center no-repeat;
  background-size: cover;
}
.returnDiv{
  text-align: center;
  padding: 70px 0;
  margin: 0 auto;
  
}
.returnDiv a{
  display: inline-block;
  background-color: #ae002b;
  color: #fff;
  border-radius: 30px;
  padding: 12px 60px;
  padding: 0.625vw 3.125vw;
  font-size: 1.6rem;
  font-size: 0.8333vw;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  line-height: normal;
}
.returnDiv a:hover{
  background-color: #1168ae;
}
.companyprofilewrap{
  margin-bottom: 100px;
}
.companyphoto {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.developmentHistory{
  width: 100%;
  background: url(../images/about02-bg.jpg) center top no-repeat;
  background-size: cover;
}
.developmentCon h3{
  color:#1168ae;
  color:#fff;
}
.developmentul{
  width: 100%;
}
.developmentul li{
  top: 7%;
  list-style: none;
}
.developmentul li:nth-of-type(1){
  padding-left: 68%;
}
.developmentul li:nth-of-type(2){
  padding-left: 51%;
}
.developmentul li:nth-of-type(3){
  padding-left: 34%;
}
.developmentul li:nth-of-type(4){
  padding-left: 20%;
}
.liwrap{
  background: linear-gradient(to right, #fff, transparent);
  padding-left: 36px;
  border-radius: 25px 0 0 25px;
}
.developmentTitle{
  font-family: 'oss';
  font-size: 2.34375vw;
  color:#1168ae;
}
.imgc{
  text-align: center;
  margin: 0 auto;
}
.liwrap p{
  color:#1168ae;
  padding-bottom: 15px;
}
.cultureCon h3 small{
  color:#999999;
}
.cultureContent{
  margin-top: 60px;
}
.companyCulture{
  background-color: #ededed;
}
.culturePanel{
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.cultureTxt{
  padding: 0 10%;
  min-height: 170px;
}
.cultureContent .row .col-xs-6.col-ms-3.col-md-3:nth-of-type(even){
  transform: translateY(-30px);
}
.companyAlbum{
  background-color: #d2e4f0;
  background-color: #fff;
}
.companyAlbumItem{
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  overflow: hidden;
}
.companyAlbumItem2{
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.companyAlbumPic{
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.companyAlbumPic2{
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}
.companyAlbumPic img{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.companyAlbumTxt{
  padding: 20px 12px;
}
.companyAlbumTxt a{
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color:#000;
}
.companyAlbumItem:hover .companyAlbumPic img{
  transform: scale(1.25);
}
.certificate_of_honor{	
  width: 100%; 
  background: url(../images/about05-bg.jpg) center top no-repeat #f7f7f7; 
  background-size: cover;
  background: #ededed;
}
.showHonor{display: flex; flex-direction: row; align-items: center; justify-content: center; width:100%; min-height: 460px; padding: 20px; background-color: rgba(255,255,255,0.475); text-align: center; margin: 0 auto; box-shadow: 0px 0px 8px rgba(0,0,0,0.10); border-radius: 12px;}
.showHonor img{max-width:100%; max-height: 420px; margin: auto;}

#bigHonorTxt{
  font-size:2.1rem; 
  color:#fff; 
  color:#000; 
  margin-top: 10px;
  margin-bottom: 50px; 
  height: 60px; 
  text-align: center;
  line-height: 30px; 
  text-overflow: ellipsis; 
  display: -webkit-box; 
  -webkit-line-clamp:2; 
  -webkit-box-orient:vertical;
}
#honor_btn_left, #honor_btn_right{
	padding: 6px 15px;
	font-size: 18px;
}
#honor_btn_left:focus, #honor_btn_right:focus,#honor_btn_left:active, #honor_btn_right:active{ outline: none;}

#honorul{ padding-left: 30px; background: url("../images/vline_bg.png") left bottom no-repeat;}
#honorul li{ margin-bottom: 6px;}
#honorul li::marker{ color:#fff;}
#honorul li a{font-size:1.4rem; color:#000; text-decoration: none;}
#honorul li:hover::marker{color:#f94e03;}
#honorul li a:hover{color:#f94e03;}
#honorul li a.active{color:#fff; font-size:1.5rem;}
/*
#honorulpic{
  display: grid;
  grid-template-columns: calc(25% - 3px) calc(25% - 3px) calc(25% - 3px) calc(25% - 3px);
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-items: center;
  align-items:center;
  grid-auto-flow:row;
}
#honorulpic li{
  width: 100%;
  height: 0;
  padding-bottom: 125%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
#honorulpic li a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#honorulpic li a img{
  max-width: 100%;
  margin: auto;
}
  */
  #honorulpic {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 每行显示5个li */
    grid-template-columns: repeat(6, 1fr); /* 每行显示6个li */
    gap: 3px; /* li元素的间隔 */
    list-style: none;
    padding: 0;
    margin: 0;
}

#honorulpic li {
    background-color: white; /* 设置li元素背景为白色 */
    padding: 10px; /* 内间距 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    box-sizing: border-box; /* 确保内间距不影响大小 */
    aspect-ratio: 1 / 1.25; /* 保持li元素的宽高比为1:1.25 */
    overflow: hidden; /* 防止图片溢出 */
}

#honorulpic li img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* 确保图片按比例缩放，不拉伸 */
    display: block;
    height: auto; /* 防止图片撑开li */
}

.honorulpic{
  width: 100%;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 15px;
}
.honorulpic a{
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 125%;
  position: relative;
  overflow: hidden;
}
.honorulpic a img{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  margin: auto;
}
.honorulpic a:hover img{
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
}
.honorulpic p{
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0;
  padding: 10px;
  height: 60px;
  font-size: 1.3rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  background-color: #f0f0f0;
  background-color: #1168ae;
  color:#fff;
}


.topDescription h3{text-align: center;}
.updes{ background-color: rgba(17,104,174,0.125); border-left-color: #1168ae; padding: 30px; border-radius: 15px;}
.catPicList h3{
  text-align: center;
  width: 100%;
}
/*
.catPicList ul{
  width: 100%;
}

.catPicList ul li{
  float: left;
  list-style: none;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.catPicList ul li:nth-of-type(3n){
  margin-right: 0;
}
.catPicList ul li:nth-of-type(3n){
  margin-right: 0;
}
*/
.catPicList ul{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px 24px;
}

.catPicList ul li{
  flex: 0 0 calc((100% - 48px) / 3);
  list-style: none;
}

.catpic{
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.catpic a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.catpic a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catpic a:hover img{
  transform: scale(1.25);
}
.catPicList ul li p{
  text-align: center;
  padding: 15px 30px;
}
.catPicList ul li p a{
  color:#000000;
}
.catPicList ul li p a:hover{
  color:#1168ae;
}
.cattopic{
  margin: 45px 0;
}
.cattopic span{
  float: right;
}
.productlist{
  margin-top: 45px;
}
.productlist li{
  float: left;
  list-style: none;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.productlist li:nth-of-type(3n){
  margin-right: 0;
}
.productlistpic{
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.productlistpic a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.productlistpic a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productlistpic a:hover img{
  transform: scale(1.25);
}
.productlisttxt{
  text-align: center;
  padding: 15px 30px;
}
.productlisttxt a{
  color:#000000;
}
.productlisttxt a:hover{
  color:#1168ae;
}
.p_container{
  display: flex;
  flex-direction: row;
  position: relative;
}
.p_leftTxt{
  flex: 1;
  padding-right: 10%;
}
.p_leftTxt h3{
  color:#1168ae;
}
.p_pic{
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p_pic img{
  max-width: 530px;
}
.feature_app{
  background-color: #f7f7f7;
  border-bottom: 2px solid #fff;
}
.feature_app_wrap{
  display: flex;
  flex-direction: row;
  position: relative;
}
.feature_app_txt{
  flex: 0 0 50%;
}
.feature_app_pic{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-grid-container {
  display: flex;
  justify-content: center;
  align-items: center;
 /* height: 100vh; /* 确保容器占满整个视口高度 */
  text-align: center; /* 水平居中 */
}

.image-grid {
  display: inline-block;
}

.image-grid img {
  display: inline-block;
  /* width: 100px; 
  height: 100px;  */
  margin: 5px; /* 图片之间的间距 */
  vertical-align: middle; /* 确保图片对齐在同一行 */
}
.test_data_wrap{
  display: flex;
  flex-direction: row;
  position: relative;
}
.test_data_table{
  flex: 1;
}
.test_data_table table{
  border-collapse: collapse;
  width: 100% !important;
}
.test_data_table table th{
  background-color: #1168ae;
  color:#fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 15px;
  border:1px solid #000;
}
.test_data_table table tr td{ text-align: center; padding: 15px; border:1px solid #000;}
.test_data_table table tr:nth-of-type(even) td{
  background-color: #f7f7f7;
}
.test_data_pic{
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.test_data_pic img{
  max-width: 500px;
}
.moreAppPic{
  width: 100%;
  margin-top: 25px;
}
.moreAppPic a{
  display: inline-block;
  padding: 15px 50px;
  background-color: #1168ae;
  color:#fff;
  border-radius: 25px;
}
.moreAppPic a:hover{
  background-color: #151515;
}
.kangjundiv{
  background-color: #f7f7f7;
}
.kangjunWrap{
  display: flex;
  flex-direction: row;
  position: relative;
  align-items:flex-end;
}
.kangjundes{
  flex: 1;
  padding-right: 10%;
}
.kangjundes img{
  margin-top: 25px;
}
.kangjunport{
  flex: 0 0 50%;
}
.kangjunport table td{
  padding: 15px;
}
.safe_certificate{
  border-top: 2px solid #f7f7f7;
}
.safe_certificate p{
  margin-bottom: 25px;
}
.safe_certificate img{
  margin-right: 15px;
  margin-bottom: 15px;
}
.tip{ background-color: #d9edf7;}
.productTip{
  font-weight: 700;
  margin-bottom: 0;
}

/* news*/
.indexInfoWrap {
  width: 100%;
  margin: 0 auto;
}

.indexInfoWrap ul {
  display: block;
  width: 100%;
  font-size: 0;
}

.indexInfoWrap ul li {
  width: 31.66%;
  margin-right: 2.5%;
  margin-bottom: 30px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 36px rgba(0,0,0,0.1);
}
.indexInfoWrap ul li:nth-of-type(3n){
  margin-right: 0;
}

.indexInfoWrap ul li:hover{
  box-shadow: 0 0 36px rgba(0,0,0,0.45);
}

.indexInfoWrap ul li a {
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 0;
}

.indexInfoWrap ul li a .indexInfoPic {
  width: 100%;
  height: 0;
  padding-bottom: 59.3%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.indexInfoWrap ul li a .indexInfoPic img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.indexInfoTxt{
  width: 100%;
  padding: 6%;
  padding-bottom: 6.5%;
}
.indexInfoTxt h6{
  font-size: 1.3rem;
  color:#1168ae;
}
.indexInfoTxt h4 {
  text-align: left;
  height: 52px;
  overflow: hidden;
  font-size: 2.1rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
  line-height: 26px;
}


.indexInfoTxt p {
  font-family: 'ssc';
  font-size: 1.4rem;
  color: #999;
  text-align: left;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexInfoTxt span.dateinfo{
  font-size: 1.4rem;
  color:#999;
}

.indexInfoTxt span.arrowObj{
  display: block;
  float: right;
  width: 36px;
  height: 36px;
  border:1px solid #1168ae;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 1.4rem;
  color:#1168ae;
  line-height: 34px;
}

.indexInfoWrap ul li a:hover .indexInfoPic img {
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
}

.indexInfoWrap ul li a:hover .indexInfoTxt h6 {
  color: #999999;
}
.indexInfoWrap ul li a:hover .indexInfoTxt h4 {
  color: #006691;
}
.indexInfoWrap ul li a:hover .indexInfoTxt p {
  color: #181818;
}
.indexInfoWrap ul li a:hover .indexInfoTxt span.arrowObj {
  color: #fff;
  background-color: #1168ae;
}

.indexInfoMore {
  margin: 0 auto;
  text-align: center;
  margin-top: 64px;
}

.indexInfoMore a {
  display: block;
  width: 290px;
  height: 60px;
  margin: 0 auto;
  background-color: #006691;
  border-radius: 10px;
  text-align: center;
  font-size: 2.1rem;
  color:#fff;
  line-height: 58px;
}

.indexInfoMore a:hover {
  background-color: #000;
  color: #fff;
}
.newsInfo{
  /* padding: 35px 9%; */
  background-color: #fff;
}
.newsviewTop {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 40px;
}

.newsviewTop h3 {
  margin-top: 0px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 3.0rem;
  color: #000000;
}

.newsviewTop p {
  text-align: center;
  font-size: 1.6rem;
  color: #999;
}

.newsviewTop p span {
  padding-left: 38px;
  padding-right: 38px;
  font-size: 1.6rem;
}

.newsviewTop p span i {
  padding-right: 7px;
}

.newsContent,
.newsContent div,
.newsContent p,
.newsContent span,
.newsContent i,
.newsContent em,
.newsContent li,
.newsContent dt,
.newsContent dd,
.newsContent td {
  font-size: 1.5rem;
  color: #555555;
  line-height: 1.76;
}
.newsContent p{
  margin-bottom: 15px;
}

.newsContent img {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.updowndiv {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.updowndiv dl {
  display: block;
  width: 100%;
  font-size: 0;
  margin-bottom: 0;
}

.updowndiv dl dt {
  display: inline-block;
  width: 50%;
  padding: 0px;
  box-sizing: border-box;
  font-size: 1.5rem;
  color: #999999;
}

.updowndiv dl dt span {
  font-weight: 700;
  margin-right: 15px;
  font-size: 1.5rem;
}

.updowndiv dl dt a {
  font-size: 1.5rem;
  color: #006691;
}

.updowndiv dl dt a:hover {
  color: #000;
}

.updowndiv dl dd {
  display: inline-block;
  width: 50%;
  padding: 0px;
  box-sizing: border-box;
  font-size: 1.5rem;
  color: #999999;
}

.updowndiv dl dd span {
  font-weight: 700;
  margin-right: 15px;
  font-size: 1.5rem;
}

.updowndiv dl dd a {
  font-weight: 700;
  font-size: 1.5rem;
  color: #006691;
}

.updowndiv dl dd a:hover {
  color: #000;
}

/*contact*/
.contactbox{
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 50px;
}
.contactbox::after{
  content: '';
  display: block;
  clear: both;
}
.contactInfo {
  flex: 0 0 40%;
  display: block;
  min-height: 450px;
  background-color: #fff;
}
.contacttxtwrap {
  width: 100%;
  padding: 50px;
  background-color: #fff;
}
.contacttxtwrap h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #000;
}

.contacttxtwrap ul li {
  list-style: none;
  font-size: 16px;
  color: #333;
  border-bottom: 1px dotted #ccc;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.contacttxtwrap ul li span::before,
.contacttxtwrap ul li a::before {
  color: #006691;
  color: #1168ae;
}

span.a_address {
  padding-left: 25px;
  font-size: 16px;
  color: #333;
  position: relative;
  display: block;
  line-height: 1.3;
}

span.a_address::before {
  content: "\f041";
  font-family: FontAwesome;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -5px;
  display: block;
  height: auto;
  color: #151515;
}

a.a_tel {
  padding-left: 25px;
  font-size: 16px;
  color: #333;
  position: relative;
  display: block;
  line-height: 1.3;
}

a.a_tel::before {
  content: "\f098";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  height: auto;
  color: #151515;
}

a.a_mobile {
  padding-left: 25px;
  font-size: 16px;
  color: #333;
  position: relative;
  display: block;
  line-height: 1.3;
}

a.a_mobile::before {
  content: "\f232";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -3px;
  display: block;
  height: auto;
  color: #151515;
}

a.a_weixin {
  padding-left: 25px;
  font-size: 16px;
  color: #333;
  position: relative;
  display: block;
  line-height: 1.3;
}

a.a_weixin::before {
  content: "\f1d7";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -3px;
  display: block;
  height: auto;
  color: #151515;
}

span.a_fax {
  padding-left: 25px;
  font-size: 16px;
  color: #333;
  position: relative;
  display: block;
  line-height: 1.3;
}

span.a_fax::before {
  content: "\f1ac";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  height: auto;
  color: #151515;
}

a.a_email {
  padding-left: 25px;
  font-size: 16px;
  color: #333;
  position: relative;
  display: block;
  line-height: 1.3;
}

a.a_email::before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  height: auto;
  color: #151515;
}

span.a_zipcode {
  padding-left: 25px;
  font-size: 16px;
  color: #333;
  position: relative;
  display: block;
  line-height: 1.3;
}

span.a_zipcode::before {
  content: "\f277";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  height: auto;
  color: #151515;
}

a.a_web {
  padding-left: 25px;
  font-size: 16px;
  color: #333;
  position: relative;
  display: block;
  line-height: 1.3;
}

a.a_web::before {
  content: "\f0ac";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  height: auto;
  color: #151515;
}
.contactForm{
  flex: 1;
  padding: 50px 5%;
  background-color: #1168ae;
  background-color: rgba(17,104,174,0.65);
}
.contactForm p{
  color:#fff;
  margin-bottom: 20px;
}

input#yourname,
input#yourphone,
input#youremail{
  width: 100%;
  height: 42px;
  border-radius: 0.5rem;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0.5em;
  background-color: rgba(255,255,255,0.75);
}
input#yourname:focus,
input#yourphone:focus,
input#youremail:focus
{
  border-color:#264258 !important;
  background-color: #fff;
}
textarea#message{
  width: 100%;
  border-radius: 0.5rem;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0.5em;
  border-color: transparent;
  outline: none;
  background-color: rgba(255,255,255,0.75);
}
textarea#message:focus
{
  border-color:#264258 !important;
  background-color: #fff;
}
.submitbtn{
  width: 200px;
  height: 42px;
  background-color: rgba(255,255,255,0.1);
  border:1px solid #fff;
  color:#fff;
  border-radius: 25px;
}
.submitbtn:hover{
  background-color: #264258;
  color:#fff;
}

.baidumap {
  display: block;
  float: left;
  width: 100%;
  height: 550px;
  background: url(../images/baiduMap.jpg) center center no-repeat;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.baidumap a {
  display: block;
  width: 100%;
  height: 100%;
}
.jiheShow h3 span{
  color:#1168ae;
  font-size: 3.0rem;
}
.catnewul{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.catnewul li{
  /* flex: 1; */
  position: relative;
  width: 16%;
  transition: all 1s;
  margin-left: 1%;
  overflow: hidden;
}
.catnewul li.on{
  width: 32%;
}
.catnewul li:nth-child(5n+1) {
  margin-left: 0;
}
.catnewul li a {
  color: #fff;
}
.catnewul li .catnewpic{
  height: 642px;
}
.catnewul li .catnewpic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
  -ms-transition: all 1s;
  filter: brightness(90%);
  -webkit-filter: brightness(90%);
  margin: 0 auto;
}
.catnewul li .catnewcon{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
.catnewul li .catnewcon h3{
  color:#fff;
  transition: all 0.3s;
}
.catnewul li .catnewcon p{
  padding: 0 10%;
  transition: all 1s;
  opacity: 1;
  display: none;
}
.catnewul li.on .catnewcon p{
  opacity: 1.0;
  display: inline;
}


@media (max-width: 320px) {
  .teseItem a {
      padding-bottom: 190%;
  }
  .searchdiv {
    float: right;
    padding-left: 25px;
  }
}

@media (max-width:767px) {
  #headdiv {
    height: 60px;
    padding: 0 12px;
  }
  .logo{
    width: 108px;
    height: 40px;
  }
  .language ul>li{
    padding: 17px 8px;
  }
  .language ul li a{
    font-size: 12px;
  }
  .language ul>li>a::before {
    content: '\f0ac';
    font-family: 'FontAwesome';
    font-size: 1.8rem;
    padding-right: 6px;
  }
  .language>ul>li ul li {
    padding: 8px 10px 8px 12px;
  }
  .searchdiv {
    float: right;
    padding-left: 25px;
  }
  .searchdiv a::before {
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 1.8rem;
    padding: 17px 8px;
  }
  #mobileNavButton{
    display: block;
    padding-left: 8px;
    padding-top: 17px;
  }
  #mobileNavButton a i {
      color: #fff;
  }
  /* Mobile nva style */
  .m_nav {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 6;
  }
  .m_nav>ul {
      display: block;
      width: 100%;
      margin-bottom: 0;
      /* border-top: 1px solid #d00743; */
      border-bottom: 1px solid #d00743;
      background-color: #fff;
      position: relative;
      top: 0px;
      z-index: 3;
  }
  .m_nav ul {
      display: block;
      width: 100%;
      margin-bottom: 0;
      position: relative;
      top: 0px;
      z-index: 3;
      background-color: #fff;
  }
  .m_nav ul li {
      display: block;
      width: 100%;
      border-top: 1px solid #ececec;
      text-align: left;
      overflow: visible;
      position: relative;
  }
  .m_nav ul li ul {
      display: none;
  }
  .m_nav ul li ul li ul {
      display: none;
  }
  .m_nav ul li a {
      display: block;
      width: 100%;
      padding: 10px 0px 10px 30px;
      color: #333;
      font-size: 1.4rem;
      /* text-transform: uppercase;
  font-family: "Poppins"; */
      line-height: 1.1;
      position: relative;
  }
  .m_nav ul li a i {
      margin-right: 8px;
  }
  .m_nav ul li.has_sub {
      pointer-events: none;
  }
  .m_nav ul li.has_sub a {
      padding: 10px 50px 10px 30px;
      pointer-events: auto;
  }
  .m_nav ul li.has_sub::after {
      content: "\f105";
      display: block;
      width: 50px;
      height: 36px;
      font-size: 16px;
      font-family: FontAwesome;
      color: #fff;
      background-color: #ccc;
      text-align: center;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 10;
      cursor: pointer;
      pointer-events: auto;
      line-height: 36px;
  }
  .m_nav ul li.has_sub.on::after {
      content: "\f107";
  }
  .m_nav ul li ul {
      padding-left: 30px;
  }
  .m_nav ul li ul li a::before {
      content: "\f0da";
      font-size: 14px;
      font-family: FontAwesome;
      color: #454545;
      position: absolute;
      left: 16px;
      top: 10px;
  }
  .m_nav ul li ul li ul {
      padding-left: 30px;
  }
  .m_nav ul li ul li.has_sub {
      pointer-events: none;
  }
  .m_nav ul li ul li.has_sub a {
      padding: 10px 50px 10px 30px;
      pointer-events: auto;
  }
  .m_nav ul li ul li.has_sub::after {
      content: "\f105";
      display: block;
      width: 50px;
      height: 36px;
      font-size: 16px;
      font-family: FontAwesome;
      color: #fff;
      background-color: #ccc;
      text-align: center;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 10;
      cursor: pointer;
      pointer-events: auto;
      line-height: 36px;
  }
  .m_nav ul li ul li.has_sub.on::after {
      content: "\f107";
  }
  .carousel-caption {
    padding: 0 30px;
    top: 29.4vh;
    top: 20vh;
  }
  .carousel-caption.t296{
    top: 23vh;
  }
  .carousel-caption.blank {
    top: 34vh;
  }
  .carousel-caption h1 {
    font-size: 7vw;
  }
  .carousel-caption h1 span{
    padding-left: 16px;
    padding-left: 1vw;
    font-weight: normal;
  }
  .carousel-caption h1.bline::after{
    content: '';
    display: block;
    width: 106px;
    height: 5px;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 24px;
  
  }
  .carousel-caption p{
    font-size: 13px;
  }
  .caption-link-a{
    margin-top: 30px;
  }
  .caption-link-a span {
    padding: 9px 40px;
    font-size: 14px;
  }
  .caption-link-a i {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px !important;
  }
  .carousel-image {
    right: 12px;
    bottom: 80px;
  }
  .carousel-image img{
    width: 50vw;
  }
  .carousel-control{
    display: none;
  }
  .carousel-indicators{
    display: block;
  }
  .header-back {
    width: auto;
    height: 100vh;
    overflow: hidden;
  }
  .servicesidebar{
    display: none;
  }
  .language ul li:hover ul{
    left: -15px;
  }
  .jianju90{
    padding: 30px 0 !important;
  }
  .s_jianju90{
    padding: 30px 0 0 0 !important;
  }
  .hexinkinds {
    padding-bottom: 20px;
  }
  .hexinkindstop {
    padding-top: 30px;
    padding-top: 0px;
    padding-bottom: 20px;
    text-align: center;
  }
  .hexinkindstop h2{
    font-size: 18px;
  }
  .hexinkindstop h2 a{
    font-size: 18px;
  }
  .teseItem {
    width: 47.826%;
    margin-right: 4.347%;
  }
  .teseItem:nth-of-type(3n){
    margin-right: 4.347%;
  }
  .teseItem:nth-of-type(2n){
    margin-right: 0;
  }
  .teseItem a {
    padding-bottom: 150.0%;
  }
  .iconItem{
    width: 48px;
  }
  .teseItem h3{
    margin: 8.69% auto 8.04%;
    font-size: 15px;
  }
  .teseItem p{
    font-size: 12px;
  }
  .appdiv {
    padding-bottom: 30px;
  }
  .morediv {
    margin: 0 auto;
    margin-top: 0px;
  }
  .inews {
    width: 100%;
    padding: 0px 0 20px;
  }
  .inewssettop {
    width: 100%;
    margin-bottom: 20px;
  }
  .inewssettopwrap a {
    height: auto;
    padding-bottom: 0;
    position: relative;
  }
  .inewssettopwrap a dl {
    position: static;
    height: auto;
    margin-bottom: 0;
  }
  .inewssettopwrap a dl dt {
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
  }
  .inewssettopwrap a dl dd {
    width: 100%;
  }
  .inewssettopwrap a dl dd h3 {
    font-size: 15px;
    margin-top: 2%;
    margin-bottom: 15px;
  }
  .inewssettopwrap a dl dd p {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
  .inewssettopwrap a dl dd span {
    margin-top: 5%;
  }
  .inewsrightlist {
    width: 100%;
    float: left;
  }
  .inewsrightlist ul {
    padding-left: 0%;
    margin-bottom: 0;
  }
  .inewsrightlist ul li {
    margin-bottom: 20px;
    background-color: #f7f7f7;
    border-radius: 0 0 10px 10px;
  }
  .inewsrightlist ul li a dl dt {
    width: 100%;
    float: left;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
  .inewsrightlist ul li a dl dd {
    width: 100%;
    float: left;
    padding: 5%;
  }
  .inewsrightlist ul li a dl dd h3 {
    font-size: 15px;
    margin-top: 2%;
    margin-bottom: 15px;
  }
  .inewsrightlist ul li a dl dd p {
    font-size: 12px;
  }
  .inewsrightlist ul li a dl dd span {
    margin-top: 5%;
  }
  .ipartner {
    padding: 30px 0 30px;
  }
  .ipartnertop h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .ipartnertop h2 a{
    font-size: 18px;
  }
  .ipartnerico li {
    flex: 0 0 30%;
    margin-right: 5%;
  }
  .ipartnerico li:nth-of-type(6n) {
    margin-right: 5%;
  }
  .ipartnerico li:nth-of-type(3n) {
    margin-right: 0%;
  }
  .footerdiv {
    padding-top: 30px;
  }
  .footernavleft {
    width: 100%;
  }
  .footernavleftmodel {
    float: left;
    padding-right: 0%;
    width: 50%;
    margin-bottom: 25px;
  }
  .footernavleftmodel h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
  }
  .footernavleftmodel ul li {
    margin-bottom: 12px;
  }
  .footernavleftmodel ul li a {
    font-size: 12px;
  }
  .footerfollow {
    float: left;
  }
  .footetdown {
    margin: 35px auto 0;
    text-align: left;
  }
  .footetdown p, .footetdown a{
    font-size: 12px;
  }
  .footetdown p span{
    display: block;
    padding: 0;
    margin: 12px 0;
  }
  .iabout {
    padding: 30px 0 0px;
  }
  .iaboutleft {
    width: 97%;
  }
  .iaboutleftbg {
    border-radius: 15px 15px 0 0;
  }
  .iaboutleftimg {
    border-radius: 15px 15px 0 0;
  }
  .iaboutright {
    width: 100%;
  }
  .iaboutrightwrap {
    padding-left: 0;
  }
  .iaboutrighttop {
    margin-top: 20px;
  }
  .iaboutrighttop small {
    font-size: 12px;
    color: #000;
    padding-bottom: 6px;
  }
  .iaboutrighttop h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .iaboutrighttop h2 a {
    font-size: 18px;
  }
  .iaboutdesc {
    margin-bottom: 30px;
  }
  .iaboutdesc p {
    font-size: 12px;
    line-height: 1.65;
  }
  .iaboutModal a ul li dl dt {
    display: block;
    float: none;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
  }
  .iaboutModal a ul li dl dd {
    display: block;
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-left: 0px;
    text-align: center;
  }
  .iaboutModal a ul li dl dd h3 {
    font-size: 3.0rem;
    font-size: 2.4rem;
  }
  .iaboutModal a ul li dl dd p {
    font-size: 14px;
    color: #999999;
  }
  .iaboutequipment {
    padding: 30px 0;
    padding: 0px 0;
    background-color: #fff;
  }
  .iaboutitem {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
  }
  .iaboutitem:nth-of-type(2), .iaboutitem:nth-of-type(3){
    width: 100%;
  }
  .iaboutitem:nth-of-type(2) a, .iaboutitem:nth-of-type(3) a {
    padding-bottom: 58.8888%;
  }
  .iaboutitemtxt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.95);
    padding-left: 30px;
    padding-top: 16px;
  }
  .iaboutitemtxt h4 {
    font-size: 14px;
  }
  .iaboutitemtxt span {
    bottom: 15px;
  }
  .topicbanner{
    height: 400px;
  }
  .companyprofilewrap {
    margin-bottom: 50px;
  }
  .developmentul li{
    padding-left: 0px !important;
  }
  .liwrap{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .liwrap p{
    padding: 0;
    margin: 0;
  }
  .cultureCon h3 small {
    padding-left: 0;
    padding-top: 10px;
    display: block;
    font-size: 12px;
  }
  .cultureContent .row .col-xs-6.col-ms-3.col-md-3:nth-of-type(even) {
    transform: translateY(0px);
  }
  .cultureContent .row .col-xs-6.col-ms-3.col-md-3{
    margin-bottom: 20px;
  }
  .showHonor{
    max-height: 380px;
    min-height: 360px;
  }
  .showHonor img {
    max-width: 100%;
    max-height: 340px;
    margin: auto;
  }
  .smbigHonor{
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #bigHonorTxt {
    font-size: 1.4rem;
    color: #000;
    margin-bottom: 0px;
    text-align: center;
    height: 60px;
    line-height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .returnDiv a{
    padding: 12px 75px;
    font-size: 14px;
  }
  .catPicList ul{
    gap: 10px 15px;
  }
  
  .catPicList ul li {
    flex: 0 0 calc((100% - 15px) / 2);
    list-style: none;
  }
  /*
  .catPicList ul li{
    width: 49%;
    margin-bottom: 10px;
  }
  .catPicList ul li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .catPicList ul li:nth-of-type(2n) {
    margin-right: 0;
  }*/
  .returnDiv {
    text-align: center;
    padding: 30px 0;
    margin: 0 auto;
  }
  .productlist li{
    width: 49%;
    margin-bottom: 10px;
  }
  .productlist li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .productlist li:nth-of-type(2n) {
    margin-right: 0;
  }
  .p_container{
    flex-direction: column;
  }
  .p_leftTxt{
    padding-right: 0;
  }
  .p_pic img{
    max-width: 100%;
  }
  .feature_app_wrap{
    flex-direction:column;
  }
  .feature_app_pic{
    margin-top: 20px;
  }
  .feature_app_pic img{
    width: 80px;
  }
  .test_data_wrap{
    flex-direction:column;
  }
  .test_data_table table th{
    font-size: 14px;
  }
  .test_data_pic img{
    max-width: 100%;
  }
  .kangjunWrap{
    flex-direction: column;
  }
  .kangjundes{
    padding-right: 0;
  }
  .kangjunport table{
    background-color: #fff;
  }
  .safe_certificate img{
    max-width: 60px;
  }
  .indexInfoWrap ul li{
    width: 48.75%;
    margin-bottom: 25px;
  }
  .indexInfoWrap ul li:nth-of-type(3n){
    margin-right: 2.75%;
  }
  .indexInfoWrap ul li:nth-of-type(2n){
    margin-right: 0;
  }
  .indexInfoTxt h6{
    font-size: 12px;
  }
  .indexInfoTxt h4{
    font-size: 14px;
    line-height: 18px;
  }
  .indexInfoTxt span.dateinfo{
    font-size: 12px;
  }
  .indexInfoTxt span.arrowObj {
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 22px;
  }
  .newsInfo{
    padding: 30px 0;
  }
  .newsviewTop {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 25px;
  }
  .newsviewTop h3{
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
  .newsviewTop p{
    font-size: 12px;
  }
  .newsviewTop p span{
    font-size: 12px;
  }
  .newsContent, .newsContent div, .newsContent p, .newsContent span, .newsContent i, .newsContent em, .newsContent li, .newsContent dt, .newsContent dd, .newsContent td {
    font-size: 12px;
  }
  .updowndiv {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .updowndiv dl dt,
  .updowndiv dl dd{
    width: 100%;
    font-size: 13px;
  }
  .updowndiv dl dt span{
    font-size: 13px;
  }
  .updowndiv dl dt a{
    font-size: 13px;
  }
  .updowndiv dl dd span{
    font-size: 13px;
  }
  .updowndiv dl dd a{
    font-size: 13px;
  }
  .contactbox{
    flex-direction: column;
  }
  .contacttxtwrap{
    padding: 30px;
  }
  .contactInfo{
    min-height:auto;
  }
  .contacttxtwrap ul li{
    font-size: 15px;
  }
  .contacttxtwrap ul li span,
  .contacttxtwrap ul li a{
    font-size: 15px;
  }
  .baidumap{
    height: 450px;
  }
  .moreAppPic {
    width: 100%;
    margin-top: 25px;
    text-align: center;
  }
  .iaboutContainer{
    flex-direction: column;
  }
  .ibo {
    width: 100%;
    padding: 5px;
    background-color: #fff;
  }
  .ibox {
    grid-template-columns: calc(50% - 2.5px) calc(50% - 2.5px);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: center;
    align-items: center;
    grid-auto-flow: row;
  }
  .imgc img{
    width: 60px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .honorulpic p{
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 10px;
    height: 60px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background-color: #f0f0f0;
    background-color: #1168ae;
    color:#333;
    color:#fff;
  }
  .jiheShow h3 span {
    color: #1168ae;
    font-size: 1.75rem;
  }
  .catnewul{
    flex-direction: column;
  }
  .catnewul li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
  }
  .catnewul li.on{
    width: 100%;
    margin-left: 0;
  }
  .catnewul li .catnewpic{
    height: 270px;
  }
  .catnewul li .catnewcon p{
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #headdiv {
    height: 80px;
    padding: 0 12px;
  }
  .logo{
    width: 162px;
    height: 60px;
  }
  .language ul>li{
    padding: 17px 8px;
  }
  .language ul li a{
    font-size: 12px;
  }
  .language ul>li>a::before {
    content: '\f0ac';
    font-family: 'FontAwesome';
    font-size: 1.8rem;
    padding-right: 6px;
  }
  .searchdiv a::before {
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 1.8rem;
    padding: 17px 8px;
  }
  #mobileNavButton{
    display: block;
    padding-left: 8px;
    padding-top: 17px;
  }
  #mobileNavButton a i {
      color: #fff;
  }
  /* Mobile nva style */
  .m_nav {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 6;
  }
  .m_nav>ul {
      display: block;
      width: 100%;
      margin-bottom: 0;
      /* border-top: 1px solid #d00743; */
      border-bottom: 1px solid #d00743;
      background-color: #fff;
      position: relative;
      top: 0px;
      z-index: 3;
  }
  .m_nav ul {
      display: block;
      width: 100%;
      margin-bottom: 0;
      position: relative;
      top: 0px;
      z-index: 3;
      background-color: #fff;
  }
  .m_nav ul li {
      display: block;
      width: 100%;
      border-top: 1px solid #ececec;
      text-align: left;
      overflow: visible;
      position: relative;
  }
  .m_nav ul li ul {
      display: none;
  }
  .m_nav ul li ul li ul {
      display: none;
  }
  .m_nav ul li a {
      display: block;
      width: 100%;
      padding: 10px 0px 10px 30px;
      color: #333;
      font-size: 1.4rem;
      font-size: 1.14285rem;
      line-height: 1.1;
      position: relative;
  }
  .m_nav ul li a i {
      margin-right: 8px;
  }
  .m_nav ul li.has_sub {
      pointer-events: none;
  }
  .m_nav ul li.has_sub a {
      padding: 10px 50px 10px 30px;
      pointer-events: auto;
  }
  .m_nav ul li.has_sub::after {
      content: "\f105";
      display: block;
      width: 50px;
      height: 36px;
      font-size: 16px;
      font-family: FontAwesome;
      color: #fff;
      background-color: #ccc;
      text-align: center;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 10;
      cursor: pointer;
      pointer-events: auto;
      line-height: 36px;
  }
  .m_nav ul li.has_sub.on::after {
      content: "\f107";
  }
  .m_nav ul li ul {
      padding-left: 30px;
  }
  .m_nav ul li ul li a::before {
      content: "\f0da";
      font-size: 14px;
      font-family: FontAwesome;
      color: #454545;
      position: absolute;
      left: 16px;
      top: 10px;
  }
  .m_nav ul li ul li ul {
      padding-left: 30px;
  }
  .m_nav ul li ul li.has_sub {
      pointer-events: none;
  }
  .m_nav ul li ul li.has_sub a {
      padding: 10px 50px 10px 30px;
      pointer-events: auto;
  }
  .m_nav ul li ul li.has_sub::after {
      content: "\f105";
      display: block;
      width: 50px;
      height: 36px;
      font-size: 16px;
      font-family: FontAwesome;
      color: #fff;
      background-color: #ccc;
      text-align: center;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 10;
      cursor: pointer;
      pointer-events: auto;
      line-height: 36px;
  }
  .m_nav ul li ul li.has_sub.on::after {
      content: "\f107";
  }
  .carousel-image {
    right: 12px;
    bottom: 80px;
  }
  .carousel-image img{
    width: 40vw;
  }
  .carousel-caption {
    padding: 0 30px;
    top: 29.4vh;
    top: 20vh;
  }
  .carousel-caption.t296{
    top: 23vh;
  }
  .carousel-caption.blank {
    top: 34vh;
  }
  .carousel-caption h1 {
    font-size: 7vw;
  }
  .carousel-caption h1 span{
    padding-left: 16px;
    padding-left: 1vw;
    font-weight: normal;
  }
  .carousel-caption h1.bline::after{
    content: '';
    display: block;
    width: 106px;
    height: 5px;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 24px;
  
  }
  .carousel-caption p{
    font-size: 13px;
  }
  .caption-link-a{
    margin-top: 30px;
  }
  .caption-link-a span {
    padding: 9px 40px;
    font-size: 14px;
  }
  .caption-link-a i {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px !important;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: 15px;
  }
  .header-back {
    width: auto;
    height: 100vh;
    overflow: hidden;
  }
  .jianju90 {
    padding: 45px 0 !important;
  }
  .s_jianju90{
    padding: 45px 0 0 0 !important;
  }
  .servicesidebar{
    display: none;
  }
  .hexinkinds{
    padding-bottom: 60px;
  }
  .hexinkindstop {
    padding-top: 60px;
    padding-top: 0px;
  }
  .teseItem a {
    padding-bottom: 108.72%;
    padding-bottom: 122.72%;
  }
  .teseItem h3 {
    font-size: 1.8rem;
    font-size: 1.2857rem;
  }
  .teseItem p {
    font-size: 1.4rem;
    font-size: 0.9285rem;
  }
  .iabout {
    padding: 60px 0 60px;
  }
  .iaboutleft {
    width: 97%;
  }
  .iaboutleftbg {
    border-radius: 15px 15px 0 0;
  }
  .iaboutleftimg {
    border-radius: 15px 15px 0 0;
  }
  .iaboutright {
    width: 100%;
    padding-left: 5%;
  }
  .iaboutrightwrap {
    padding-left: 0;
  }
  .iaboutrighttop {
    margin-top: 36px;
    margin-top: 0px;
  }
  .iaboutrighttop small {
    font-size: 12px;
    color: #000;
    padding-bottom: 6px;
  }
  .iaboutrighttop h2 {
    font-size: 3.6rem;
    font-size: 2.1rem;
    margin-bottom: 25px;
    margin-bottom: 15px;
  }
  .iaboutrighttop h2 a {
    font-size: 3.6rem;
    font-size: 2.1rem;
  }
  .iaboutdesc {
    margin-bottom: 45px;
    margin-bottom: 25px;
  }
  .iaboutdesc p {
    font-size: 1.4rem;
    font-size: 0.9285rem;
    line-height: 1.65;
  }
  .iaboutModal a ul li dl dt {
    display: block;
    float: none;
    width: 72px;
    height: 72px;
    margin: 0 auto;
    text-align: center;
  }
  .iaboutModal a ul li dl dd {
    display: block;
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-left: 0px;
    text-align: center;
  }
  .iaboutModal a ul li dl dd h3 {
    font-size: 1.75rem;
    font-size: 1.2857rem;
  }
  .iaboutModal a ul li dl dd p {
    font-size: 1.0rem;
    font-size: 0.857rem;
    color: #999999;
  }
  .iaboutitemtxt span{
    display: none;
  }
  .inewssettopwrap a{
    padding-bottom: 85%;
    padding-bottom: 66%;
  }
  .inewssettopwrap a dl dd p{
    font-size: 1.0rem;
  }
  .inewssettopwrap a dl dd h3 {
    font-size: 1.6rem;
    font-size: 1.142rem;
    margin-top: 2%;
    margin-bottom: 20px;
  }
  .inewsrightlist ul {
    padding-left: 5%;
  }
  .inewsrightlist ul li a dl dd h3 {
    font-size: 1.6rem;
    font-size: 1.142rem;
    margin-top: 0%;
    margin-bottom: 12px;
  }
  .inewsrightlist ul li a dl dd p{
    font-size: 1.0rem;
  }
  .ipartner {
    width: 100%;
    padding: 45px 0 45px;
    background-color: #f7f7f7;
  }
  .ipartnertop h2 {
    font-size: 2.1rem;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .ipartnertop h2 a{
    font-size: 2.1rem;
  }
  .footerdiv {
    padding-top: 60px;
  }
  .footernavleft {
    float: left;
    width: 100%;
  }
  .footernavleft::after {
    content: '';
    display: block;
    clear: both;
  }
  .footernavleftmodel {
    width: 25%;
    float: left;
    padding-right: 0;
  }
  .footernavleftmodel ul li {
    margin-bottom: 12px;
  }
  .footernavleftmodel ul li a{
    font-size: 13px;
  }
  .footerfollow {
    clear: both;
    width: 100%;
    float: none;
    padding: 40px 30%;
    border-top: 1px dashed #1168ae;
    margin-top: 285px;
  }
  .followlinks {
    margin-top: 35px;
    text-align: center;
  }
  .followlinks a{
    margin: 15px;
  }
  .footetdown {
    margin: 20px auto 0;
  }
  .footernavleftmodel h3{
    font-size: 1.2857rem;
    margin-bottom: 30px;
  }
  .footetdown p, .footetdown a{
    font-size: 1.071rem;
  }
  
  .topicbanner{
    height: 360px;
  }
  .returnDiv {
    text-align: center;
    padding: 45px 0;
    margin: 0 auto;
  }
  .returnDiv a {
    padding: 12px 75px;
    font-size: 14px;
  }
  .contactInfo{
    flex: 0 0 50%;
  }
  .indexInfoTxt h6{
    font-size: 12px;
  }
  .indexInfoTxt h4{
    font-size: 1.071rem;
    line-height: 20px;
  }
  .indexInfoTxt span.dateinfo{
    font-size: 13px;
  }
  .indexInfoTxt span.arrowObj{
    width:28px;
    height: 28px;
    font-size: 15px;
    line-height: 26px;
  }
  .newsInfo{
    padding: 45px 0;
  }
  .newsviewTop {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 25px;
  }
  .newsviewTop h3{
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
  .newsviewTop p{
    font-size: 13px;
  }
  .newsviewTop p span{
    font-size: 13px;
  }
  .newsContent, .newsContent div, .newsContent p, .newsContent span, .newsContent i, .newsContent em, .newsContent li, .newsContent dt, .newsContent dd, .newsContent td {
    font-size: 13px;
  }
  .updowndiv {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .updowndiv dl dt,
  .updowndiv dl dd{
    width: 100%;
    font-size: 13px;
  }
  .updowndiv dl dt span{
    font-size: 13px;
  }
  .updowndiv dl dt a{
    font-size: 13px;
  }
  .updowndiv dl dd span{
    font-size: 13px;
  }
  .updowndiv dl dd a{
    font-size: 13px;
  }
  .p_pic img{
    max-width: 100%;
  }
  .p_leftTxt{
    padding-right: 8%;
  }
  .p_leftTxt h3{
    font-size: 1.3125rem;
  }
  .feature_app_txt{
    padding-right: 8%;
  }
  .feature_app_pic img{
    width: 100px;
    margin: 0 10px 10px 0;
  }
  .test_data_wrap{
    flex-direction: column;
  }
  .test_data_table table th{
    font-size: 16px;
    font-size: 14px;
  }
  .test_data_pic img {
    max-width: 400px;
  }
  .safe_certificate img {
    max-width: 72px;
  }
  .companyprofilewrap {
    margin-bottom: 30px;
  }
  .iaboutModal a ul{
    margin-bottom: 0;
  }
  .iaboutModal a ul li{
    width: 25%;
    margin-bottom: 0;
  }
  .iaboutModal a ul li dl{
    margin-bottom: 0;
  }
  .iaboutModal a ul li dl dt{
    width: 42px;
    height: 42px;
  }
  .iaboutequipment {
    width: 100%;
    padding: 20px 0 20px;
    background-color: #d2e4f0;
  }
  .cultureCon h3 small{
    font-size: 14px;
  }
  .cultureContent .row .col-xs-6.col-ms-3.col-md-3:nth-of-type(even) {
    transform: translateY(0px);
  }
  .cultureContent .row .col-xs-6.col-ms-3.col-md-3{
    margin-bottom: 20px;
  }
  .cultureContent {
    margin-top: 30px;
  }
  .certificate_of_honor {
    width: 100%;
    background: url(../images/about05-bg.jpg) left center no-repeat #f7f7f7;
    background-size: 255%;
    background: #ededed;
  }
  .honorulpic p{
    height: 46px;
    font-size: 12px;
  }
  #honorul {
    display: none;
  }
  .smbigHonor {
    padding-top: 138px;
  }
  #bigHonorTxt{
    color:#000;
    font-size: 18px;
  }
  .cultureTxt h4{
    font-size: 1.3125rem;
  }
  .hexinkindstop h2 {
    margin-top: 0;
    font-size: 2.1rem;
  }
  .hexinkindstop h2 a{
    font-size: 2.1rem;
  }
  .iconItem {
    width: 8.2vw;
    margin: 0 auto;
    margin-top: 15%;
  }
  .morediv{
    margin-top: 45px;
  }
  .jiheShow h3 span {
    color: #1168ae;
    font-size: 1.3125rem;
  }
  .catnewul{
    flex-direction: column;
  }
  .catnewul li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
  }
  .catnewul li.on{
    width: 100%;
    margin-left: 0;
  }
  .catnewul li .catnewpic{
    height: 270px;
  }
  .catnewul li .catnewcon p{
    opacity: 1;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .navdiv {
    width: 56.57%;
    margin: 0 auto;
  }
  .teseItem a {
      padding-bottom: 100%;
  }
  .companyprofilewrap {
    margin-bottom: 70px;
  }
}
@media (min-width: 1601px) and (max-width: 1919px) {
  .teseItem a {
    padding-bottom: 100%;
  }
  .companyprofilewrap {
    margin-bottom: 70px;
  }
}
@media (min-width: 1920px) {
  .container {
      width: 1400px;
  }
}
@media (min-width: 2100px) 
{

}

