@charset "UTF-8";
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  text-decoration: none; }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }



/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

section, .list li, footer .main-width {
  transition: all 0.7s; }
  section.hide, .list li.hide, footer .main-width.hide {
    transform: translateY(1rem);
    opacity: 0; }
/*  section.show, .list li.show, footer .main-width.show {
    opacity: 1;
    transform: translateY(0); }*/

body {
  font-family: "微软雅黑";

}

.nybanner{
  width: 100%;
  overflow: hidden;
  height: 311px;
  text-align: center;
}

.nybanner .text{
  margin-top: 100px;
  font-size: 47px;
  color: #fff;
  font-weight: bold;

}

.nybanner .text span{
  display: inline-block;
  margin-left: 40px;
}


.backtop {
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  right: 1rem;
  bottom: 1rem;
  width: 1rem;
  height: 1rem;
  background: url(../images/back-top.png) no-repeat center;
  background-size: cover;
  background-color: black;
  opacity: 0.7;
  border-radius: 50%;
  transition: all 0.35s; }
  .backtop:hover {
    opacity: 1;
    background-color: #fba52d; }

.container {
  background: white; }
  .container .backtop {
    display: none !important; }

.main-width {
  width: 1400px;
  margin: 0 auto;
  position: relative; }

.main-width2 {
  width: 1400px;
  margin: 0 auto;
  position: relative; }

.float-right {
  float: right; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.clearfix > *:not(.float-right) {
  float: left; }

.common {
  position: relative;
  background-color: white; }

.common .more {
  position: absolute;
  top: 0.85rem;
  right: 0;
  font-size: 0.2rem;
  color: black;
  height: 1rem;
  line-height: 1rem;
  display: inline-block;
  padding-right: 0.75rem;
  background: url(../images/more-bg.png) no-repeat right center;
  background-size: 1rem 1rem; }
  .common .more:hover {
    opacity: 0.8; }

.common .title {
  position: relative;
  text-align: center;
  margin: 80px auto;
}

.common .title .zi-bg {
  font-size: 0.2rem;
  color: #999999;
  text-transform: capitalize;
  margin-top: 0.2rem;

}

.common .title .name {
  position: relative;
  font-size: 0.32rem;
  color: black;
  text-transform: capitalize;
}

.common .title p {
  font-size: 0.2rem;
  color: #333333;
  text-transform: capitalize;
  margin-top: 0.2rem;
}



.common .title .name small {
  font-size: 0.3rem;
  color: #282828;
  font-style: italic; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  line-height: 60px;
  z-index: 10;
  height: 80px;

}

.category{
  background: #fff;
  width: 100%;
  font-size: 16px;
  overflow: hidden;
  padding: 15px 20px;
  border-radius: 10px;
  margin-top: -50px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  position: relative;
  box-sizing: border-box;
}
.category li{
  float: left;
  padding: 0 5px;
}

.category li a{
  color: #666666;
  display: inline-block;
  padding: 10px;
}

.category li .active{
  color: #fff;
  background: #3f7abe;
  border-radius: 5px;
}


.category li a:hover{
  color: #fff;
  background: #3f7abe;
  border-radius: 5px;
}

.category .path{
  float: right;
  margin-top: 10px;
}

.category .path a{
  color: #666666;
}


.category .path{
  float: right;
}

.dalei{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}

.dalei li{
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
  background: #fff;
  height: 300px;
  border-radius: 10px;
}
.dalei li:hover{
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
  background: #4187c8;
  height: 300px;
  border-radius: 10px;
  color: #fff;
}

.dalei li:hover a{

  color: #fff!important;
}



.dalei li .img{
  width: 50%;
  overflow: hidden;
  float: left;
}

.dalei li .text{
  width: 42%;
  overflow: hidden;
  float: right;
  padding: 0 3%;
  position: relative;
  height: 100%;
}
.dalei li:nth-child(2n) .img{
  float: right;
}

.dalei li:nth-child(2n) .text{

  float: left;
}

.dalei li .text h3{
  font-size: 24px;
  margin-top: 30px;
}

.dalei li .text p{
  font-size: 16px;
  line-height: 28px;
  min-height: 112px;
}

.dalei li .text .more{
  font-size: 14px;
  float: right;
  display: inline-block;
  border: #ddd 1px solid;
  padding: 10px 20px;
  color: #000;
 position: absolute;
  bottom: 20px;
  right: 45px;
}

.productlist{
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 50px;
}

.productlist .left{
  width: 250px;
  float: left;
  background: #fff;
}

.productlist .right{
  width: 1080px;
  float: right;
  background: #fff;
  padding: 20px;
}

.productlist .right .biaodan{
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.productlist .right .biaodan .ll{
  border-radius: 80px;
  width: 300px;
  overflow: hidden;
  padding: 10px;
  display: flex;
}


.productlist .right .biaodan .ll input{
  border: none;
  background: #ecf0f3;
  padding-left: 20px;
  border-top-left-radius:50px ;
  border-bottom-left-radius:50px ;
  font-size: 14px;
  width: 100%;
}

.productlist .right .biaodan .ll .tijiao{
  border: none;
  background: #3f7abe;
  padding: 10px;
  border-radius: 0px;
  border-top-right-radius:50px ;
  border-bottom-right-radius:50px ;
  color: #fff;
  width: 80px;
}

.productlist .right .biaodan .rr{
  color: #999999;
  font-size: 14px;
}

.productlist .right .biaodan .rr span{
  display: inline-block;
  padding: 10px 30px;
  background: #fd8b1a;
  color: #fff;
  margin-left: 10px;
  border-radius: 50px;
}

.productlist .right .lists{
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  border-left:1px solid #ecf0f3;
}

.productlist .right .lists li{
  width: 100%;
  display: flex;
  height: 100px;
  line-height: 100px;
}

.productlist .right .lists .top{
  background: #ecf0f3;
  height: 50px;
  line-height: 50px;
}

.productlist .right .lists li dd{
  width: 20%;
  border-bottom: 1px solid #ecf0f3;
  border-right: 1px solid #ecf0f3;
  margin: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
*:focus {
  outline: none;
}

.productlist .right .lists li dd input[type="checkbox"] {
  -webkit-appearance: none; /* 移除默认样式 */
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #d3d9dd; /* 边框颜色 */
  background-color: white; /* 背景颜色 */
  border-radius: 4px;
  outline: none;
  transition: background-color 0.3s; /* 平滑过渡效果 */
}


.productlist .right .lists li dd input[type="checkbox"]:checked {
  background-color: #fff; /* 选中时的背景颜色 */
  border-color: #fd8b1a; /* 选中时的边框颜色 */
  background-image: url("../images/duihao.png");
  background-size: 100%;

}




.productlist .right .lists li dd input{
  width: 80%;
  border: #ddd 1px solid;
  height: 30px;
  line-height: 30px;
}
.productlist .right .lists li dd .bj{

  margin-right: 10px;
}

.lxly{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
  background: #fff;
  margin-top: 30px;
  overflow: hidden;
}

.lxly .tt{

  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 20px;
}

.lxly .li1{
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.lxly .li1 li{
  width: 31%;
  margin-right: 1%;
  float: left;
}

.lxly .li1 li .ttt{
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
}

.lxly .li1 li .ttt span{
  color: #ff0000;
}


.lxly .li1 li input{
  width: 90%;
  border: #ecf0f3 1px solid;
  height: 35px;
  line-height: 35px;
}

.lxly .li1 li textarea{
  width: 96%;
  border: #ecf0f3 1px solid;
  height: 135px;
}

.lxly .li1 li .tijiao{
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #fd8b1a;
  border-radius: 80px;
  margin: 0 auto;
  color: #fff;
  display: inline-block;
  border: none;
}



.ey_lanmu .hd {
  text-align: center;
  background: #3f7abe;
}
.ey_lanmu .hd p {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

.ey_lanmu .hd span {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase
}
.ey_lanmu .bd {
  margin-top: 20px
}
.ey_lanmu .bd ul li {
  margin: 0;
  padding: 0 0 1px 0
}

.ey_lanmu .bd ul li p {
  height: 40px;
  line-height: 40px;
  margin: 0;
  position: relative;
  padding-left: 40px;
  border-bottom: 1px solid #ddd;
}
.ey_lanmu .bd ul li p a {
  display: block;
  width: 80%;
  overflow: hidden;
  color: #303030;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px
}

.ey_lanmu .bd ul li p span {
  display: block;
  height: 100%;
  cursor: pointer;
  float: left;
  margin-right: 8px;
}
.ey_lanmu .bd ul li div {
  display: none;
}
.ey_lanmu .bd ul li div a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #666;
  font-size: 14px;
  margin: 0;
  padding: 0 20px 0 15%;
  padding-left: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff url(../images/icon4.png) 8% center no-repeat;
  border-bottom: 1px dotted #f1f1f1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s
}
.ey_lanmu .bd ul li div a:first-child {
  border-top: 0
}


.ey_lanmu .bd ul li p:hover a, .ey_lanmu .bd ul li.active p a {
  color: #3f7abe
}
.ey_lanmu .bd ul li p:hover span {
  background: url(../images/mulu2.png) center center no-repeat
}
.ey_lanmu .bd ul li.active p span {
  background: url(../images/mulu3.png) center center no-repeat
}
.ey_lanmu .bd ul li div a:hover {
  color: #1f3c74;
  background: #f5f5f5 url(../images/icon5.png) 8% center no-repeat
}
.ey_lanmu .bd ul a.ckqb {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #303030;
  background: #f1f1f1;
  width: 92%;
  margin: 10px auto;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer
}
.ey_lanmu .bd ul a.ckqb:hover {
  background: #1f3c74;
  color: #fff
}
.ey_lanmu .bd ul li a.proAllBtn {
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  color: #303030;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s
}
.ey_lanmu .bd ul li a.proAllBtn i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(../images/jt3.png) center center no-repeat;
  margin: -4px 0 0 10px;
  padding: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s
}
.ey_lanmu .bd ul li a.proAllBtn:hover {
  color: #fff;
  background-color: #1f3c74
}
.ey_lanmu .bd ul li a.proAllBtn:hover i {
  background: url(../images/jt0.png) center center no-repeat;
  margin: -4px 0 0 20px
}


.links{
  font-size: 14px;
  color: #666;
  padding: 0.2rem 0;
  text-align: left;
}

.links a{

  color: #666;
  margin-right: 20px;
}

.links a:hover{

  color: #fba52d;
}


.header .toggle-menu {
  display: none; }

.header .logo {
  float: left;
  margin-top: 0.27rem;
  width: 2.33rem;
  width: 222px;
}

.header .menu {
  display: flex; }

.header .menu .language {
  display: none; }

.header .menu .menu-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.1rem;
  line-height: 70px;
  font-size: 0.16rem;
  color: black;
  transition: all 0.5s; }

.header .menu .menu-item.active {
  font-weight: bold;
  color: #4981c1;
  border-bottom: 0.04rem solid #4981c1; }
  .header .menu .menu-item.active .submenu {
    font-weight: normal; }

.header .menu .menu-item:hover {
  border-bottom: 0.04rem solid #4981c1; }

.white .menu-item a{
  color: #fff;
}
.header .menu .menu-item:hover .submenu {
  max-height: 5rem;
  padding: 1rem 0;
  border-top: 1px solid #d9d9d9; }

.header .language {
  transition: all 0.5s;
  color: black;
  font-size: 0.2rem;
  margin-left: 0.26rem; }

.header .language > a, .header .language > span {
  margin: 0 0.16rem;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  color: black; }

.header .language > a.active, .header .language > span.active {
  color: #fba52d; }

.header .language > a:not(:last-child):after, .header .language > span:not(:last-child):after {
  transition: all 0.5s;
  content: "";
  position: absolute;
  right: -0.18rem;
  top: 50%;
  height: 0.18rem;
  border-right: 2px solid black;
  margin-top: -0.09rem; }

.header .search {
  cursor: pointer;
  margin-left: 0.38rem;
  float: none; }

.header .float-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;

}
.header .menu .menu-item a{
  color: #000;
}

.white .menu .menu-item a{
  color: #fff;
}

.icon-search {
  background: url(../images/search-icon.png) no-repeat;
  background-size: contain;
  width: 0.24rem;
  height: 0.24rem;
  display: block; }

.header.white {
  background-color: transparent;
  box-shadow: none; }
  .header.white .menu .menu-item, .header.white .language, .header.white .language > a {
    color: white; }
  .header.white .language > a:not(:last-child):after, .header.white .language > span:not(:last-child):after {
    border-right-color: white; }
  .header.white .language > a.active, .header.white .language > span.active {
    color: #fba52d; }
  .header.white .icon-search {
    background: url(../images/search-icon-22.png) no-repeat;
    background-size: contain; }

.header .submenu {
  max-height: 0;
  box-sizing: border-box;
  transition: all 0.35s;
  overflow: hidden;
  position: fixed;
  top: 80px;
  width: 100%;
  left: 0;
  background-color: white;
  padding: 0; }

.header .submenu .main-width {
  display: flex;
  align-items: center; }

.header .submenu .item {
  text-align: center;
  width: 33.3333%; }

.header .submenu a {
  position: relative;
  font-size: 0.22rem;
  color: black;
  display: inline-flex;
  align-items: center; }

.header .submenu a:after {
  transition: all 0.35s;
  content: "";
  position: absolute;
  right: -0.36rem;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fba52d;
  z-index: -1; }

.header .submenu a .arrow {
  background: url(../images/black-arrow.png) no-repeat;
  background-size: contain;
  width: 0.28rem;
  height: 0.07rem;
  margin-left: 0.2rem; }

.header .submenu a:hover, .header .submenu a.active {
  font-weight: bold; }

.header .submenu a:hover:after, .header .submenu a.active:after {
  transform: translateY(-50%) scale(1); }

.main {
  padding-top: 80px; }

.banner {
  width: 100%; }

.banner img {
  width: 100%; }

.banner .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5); }

.banner .swiper-pagination-bullet-active {
  background-color: white; }

.aboutus .cont{
  width: 80%;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  margin-left: 10%;
  padding-bottom: 1.2rem;
}

.navr{
  height: 80px;
  display: flex;
  align-items: center;
}

.navr span{
  color: #000;
  margin-left: 0.2rem;
  font-size: 0.26rem;
  position: relative;

}

.navr .icon-xiaoxi i{
  font-size: 12px;
  position: absolute;
  background: #ff0000;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  top: 10px;
  right: -10px;
}


.lang{
  font-size: 0.2rem;
  margin-left: 0.5rem;
  position: relative;
}

.lang:after{
  content: "";
  width: 2px;
  height: 22px;
  position: absolute;
  background: #000;
  left: -20px;
  top: 21px;
}

.white .lang:after{
  content: "";
  width: 2px;
  height: 22px;
  position: absolute;
  background: #fff;
  left: -20px;
  top: 21px;
}

.lang span{
  margin-left: 0rem;
  font-size: 0.16rem;
  color: #000;

}

.white .lang{
  color: #fff;
  position: relative;
}

.lang .con{
  position: absolute;
  background: #fff;
  font-size: 14px;
  width: 130px;
  text-indent: 30px;
  left: -50px;
  display: none;
}
.lang .con li{
  height: 40px;
  line-height: 40px;
}

.lang .con li a{
  color: #333;
}

.lang .con li a:hover{
  color: #ff0000;
}

 .navr span{
  color: #000;

}

 .white  .navr span{
   color: #fff!important;

 }

.mySwiper3  .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background: #fecd33;
}


.product{
  background: #f5f9fc;
}
.product .cont{
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}

.product .cont .lists1{
  margin: 1rem 0;
  position: relative;
}

.product .cont .lists1{
  margin: 1rem 0;
  width: 90%;
  margin-left: 5%;
}

.product .cont .lists1 .swiper-button-next{
  background: none;
  right: -50px;
}

.product .cont .lists1 .swiper-button-next .iconfont {
    font-size: 36px;
    color: #3780c5;
}

.product .cont .lists1 .swiper-button-prev{
  background: none;
  left: -50px;
}

.product .cont .lists1 .swiper-button-prev .iconfont {
  font-size: 36px;
  color: #3780c5;
}

.mySwiper2 .swiper-pagination{
  display: none;
}

.sipern2,.siperp2{
  height: 100px;
  top: 16px;
  width: 44px;
  background-color: #fff;
  border: #ddd 1px solid;
  background-size: 29%;
  border-radius: 10px;
}

.product .cont .lists1 li{
  margin: 1%;
  width: 100%;
  float: left;
  background: #fff;
  overflow: hidden;
}


.product .cont .lists2{
  margin: 1rem 0;
  width: 100%;
}

.product .cont .lists2 li{

  width: 100%;
  float: left;
}

.product .cont .lists2 li .img img{
  border-radius: 10px;
  overflow: hidden;
  width: 92%;
}




.business {
  background-color: #fff; }


.business .lists1{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 100px;
}

.business .lists1 dd{
  width: 23%;
  overflow: hidden;
  margin: 0px;
}

.business .lists1 dd .img{
  width: 100%;
  height: 152px;
  overflow: hidden;
}

.business .lists1 dd .img img{
  width: 100%;
}
.business .lists1 dd .text{
  width: 100%;
  margin-top: 20px;
}

.business .lists1 dd .text h3{
  font-size: 18px;
  font-weight: bold;
}

.business .lists1 dd .text p{
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}



.haoping{
  background: url("../images/index_37.png") no-repeat;
}

.haoping .title .name{
  color: #fff;
}
.haoping .title .zi-bg{
  color: #fff;
}

.haoping .cont {
  padding-bottom: 0.8rem;
  width: 60%;
  margin-left: 20%;

}

.haoping .cont li{
  font-size: 14px;
  background: #679dd0;
  padding: 30px;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  min-height: 60px;
  opacity: 0.8;
  line-height: 40px;
  box-sizing: border-box;
  width: 96%;

}


.lxwm{

}

.lxwm .cont {
  padding-bottom: 0.8rem;
  display: flex;
}

.lxwm .cont .left{
  width: 410px;
}

.lxwm .cont .left img{
  width: 362x;
}


.lxwm .cont .right{
  width: 1300px;
}

.lxwm .cont .right .li{
  width: 100%;
  margin-bottom: 10px;
  line-height: 30px;
}

.lxwm .cont .right .li1{
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.lxwm .cont .right .li1 .li{
 width: 48%;
  margin-bottom: 0px;
}

.lxwm .cont .right .li .tt{
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
}

.lxwm .cont .right .li textarea{
  width: 100%;
  height: 80px;
  border: none;
  background: #f5f9fc;
  border-radius: 10px;
  overflow: hidden;
  font-size: 14px;
  padding: 10px;
  box-sizing: border-box;
}


.lxwm .cont .right .li input{
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #f5f9fc;
  border-radius: 10px;
  font-size: 14px;
  text-indent: 10px;
}

.lxwm .cont .right .li .tijiao{
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #3780c5;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}


.tips{
  font-size: 16px;
  margin-top: 40px;
  color: #666666;
  text-align: center;

}

.business .cont {
  padding-bottom: 0.8rem; }

.business .cont li {
  width: 33.33%;
  height: 300px;
  position: relative;
  overflow: hidden; }
  .business .cont li:before, .business .cont li:after {
    content: "";
    background-color: white;
    z-index: 2; }
  .business .cont li:before {
    width: 1px;
    height: 5rem;
    position: absolute;
    top: 0;
    right: 0; }
  .business .cont li:after {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0; }

.business .cont li img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.35s; }

.business .cont li .cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;

  text-align: center;
  padding: 120px 0.4rem 0;
  transition: all 0.5s;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); }

.business .cont li a:hover img {
  transform: scale(1.1); }

.business .cont li a:hover .cover {
  padding-top: 30px;
  background: rgba(0, 0, 0, 0.7); }

.business .cont li a:hover .cover .desc {

  opacity: 1; }

.business .cont li .cover .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto; }

.business .cont li .cover .icon01 {
  background: url(../images/application01-icon.png) no-repeat;
  background-size: contain; }

.business .cont li .cover .icon02 {
  background: url(../images/application02-icon.png) no-repeat;
  background-size: contain; }

.business .cont li .cover .icon03 {
  background: url(../images/application03-icon.png) no-repeat;
  background-size: contain; }

.business .cont li .cover .icon04 {
  background: url(../images/application04-icon.png) no-repeat;
  background-size: contain; }

.business .cont li .cover .icon05 {
  background: url(../images/application05-icon.png) no-repeat;
  background-size: contain; }

.business .cont li .cover .icon06 {
  background: url(../images/application06-icon.png) no-repeat;
  background-size: contain; }

.business .cont li .cover .name {
  font-size: 26px;
  font-weight: bold;
  height: 0.56rem; }

.business .cont li .cover .desc {
  font-size: 14px;
  line-height: 0.24rem;
  opacity: 0;
  transition: all 0.35s; }

.about .cont {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 0.7rem; }

.about .cont .left-text {
  position: relative;
  box-sizing: border-box;
  width: 6rem;
  padding: 0 1.12rem;
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: black;
  font-weight: bold;
  font-style: italic; }

.about .cont .left-text::before, .about .cont .left-text::after {
  content: "";
  position: absolute;
  width: 0.34rem;
  height: 0.26rem; }

.about .cont .left-text::before {
  background: url(../images/yh-start-icon.png) no-repeat;
  background-size: contain;
  top: 0;
  left: 0.6rem; }

.about .cont .left-text::after {
  background: url(../images/yh-end-icon.png) no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0.6rem; }

.about .cont .right-text {
  width: 7.5rem; }

.about .cont .right-text .text {
  font-size: 0.2rem;
  line-height: 0.36rem; }

.about .about-tags .tit {
  color: #b4b4b4;
  font-size: 0.2rem;
  font-style: italic;
  margin-bottom: 0.16rem; }

.about .about-tags .list {
  display: flex;
  flex-wrap: wrap; }

.about .about-tags .list .item {
  display: block;
  line-height: 0.38rem;
  border-radius: 0.2rem;
  border: 1px solid #e5e5e5;
  padding: 0 0.2rem;
  font-size: 0.2rem;
  color: black;
  margin: 0 0.1rem 0.1rem 0;
  transition: all 0.35s; }

.about .about-tags .list .item:hover {
  background-color: #fba52d;
  color: white; }

.about .more {
  top: auto;
  bottom: 0.85rem; }


.nyabout .cont {
  font-size: 0.16rem;
  line-height: 0.36rem;
}

.nyabout .qywh{
  background: #f5f9fc;
  padding: 30px;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.36rem;
  margin-bottom: 1rem;
}

.nyabout .qywh h3{
  color: #3f7abe;
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}


.nyzill .cont{
  width: 100%;
  margin-top: 0.2rem;
  overflow: hidden;
}


.nyzill .cont .lists{
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.nyzill .cont .lists li{
  width: 31%;
  background: #f5f9fc;
  padding-bottom: 10px;
}

.nyzill .cont .lists li .img{
  width: 100%;
}

.nyzill .cont .lists li .img img{
  width: 100%;
}


.nyzill .cont .lists li .text{
 /*background: #fff;*/
  border-left: #4981c1 0px solid;
  width: 90%;
  margin-left: 1%;
  margin-top: 0px;
  font-size: 16px;
  position: relative;
  z-index: 11111;
  padding: 15px;
  box-sizing: border-box; /* 或者不设置 */
}

.nyzill .cont .lists li .text .tt{
  font-size: 18px;
}

.nyzill .cont .lists li .text p{
  font-size: 14px;
  line-height: 0.26rem;
  color: #8c8c8c;
}

.jianyao{
  width: 100%;
  margin-top: 0.2rem;
}


.jianyao .tt{
  font-size: 0.18rem;
  margin-bottom: 0.4rem;
  font-weight: bold;
}

.jianyao .con{
  font-size: 0.16rem;
  background: #f5f9fc;
  border-radius: 360px;
  padding: 30px;
}

.jianyao .con .conn{
  width: 90%;
  margin-left: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jianyao .con .conn li{
  width: 116px;
  height: 116px;
  text-align: center;
  line-height: 116px;
  background: linear-gradient(to right, #2a78d9,#1e5eb6);
  border-radius: 0.6rem;
  color: #fff;
}



.guige{
  width: 100%;
  margin-top: 0.6rem;
}


.guige .tt{
  font-size: 0.18rem;
  margin-bottom: 0.4rem;
  font-weight: bold;
}

.guige .con{
  font-size: 0.16rem;
  background: #f5f9fc;
  border-radius: 360px;
  padding: 30px;
}

.guige .con .conn{
  width: 90%;
  margin-left: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.guige .con .conn li{
  width: 166px;
  height: 71px;
  text-align: center;
  line-height: 71px;
  background: linear-gradient(to right, #0ebdf0,#2093e1);
  border-radius:30px;
  color: #fff;
}




.gongneng{
  width: 100%;
  margin-top: 0.6rem;
  padding-bottom: 0.6rem;
}


.gongneng .tt{
  font-size: 0.18rem;
  margin-bottom: 0.4rem;
  font-weight: bold;
}

.gongneng .con{
  font-size: 0.16rem;
  background: #f5f9fc;
  padding: 30px;
  text-align:center;
}

.gongneng .conn{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.gongneng .conn li{
  width: 16%;
  background: #fff;
  overflow: hidden;
}

.gongneng .conn li .img{
  width: 100%;
}

.gongneng .conn li .img img{
  width: 100%;
}

.gongneng .conn li .txt{
  text-align: center;
  font-size: 0.16rem;
}

.nylxwm .cont{
  width: 90%;
  margin-left: 5%;
  margin-top: 0.6rem;
  overflow: hidden;
}

.nylxwm .cont .left{
  width: 48%;
  float: left;
}

.nylxwm .cont .right{
  width: 49%;
  float: right;
}

.nylxwm .cont .tt{
  font-size: 0.24rem;
  margin-bottom: 0.4rem;
}

.nylxwm .cont .left .cc{

  margin-left: 20px;
  font-size: 0.16rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}


.nylxwm .cont .left .cc li{
  display:flex;
  align-items: center;
  margin-bottom: 0.3rem;
}


.nylxwm .cont .left .cc li img{
  margin-right: 10px;
}



.nylxwm .cont .right .cc{

  margin-left: 20px;
  font-size: 0.16rem;
  margin-top: 0.4rem;
}


.nylxwm .cont .right .cc li{
  display:flex;
  align-items: center;
  margin-bottom: 0.2rem;
}


.nylxwm .cont .right .cc li input{
  width: 100%;
  border: #ddd solid 1px;
  height: 46px;
  line-height: 46px;
  border-radius: 5px;
  padding-left: 20px;
}

.nylxwm .cont .right .cc li textarea{
  width: 100%;
  border: #ddd solid 1px;
  height: 126px;
  border-radius: 5px;
  padding-left: 20px;
}

.nylxwm .cont .right .cc li .tijiao{
  width: 200px;
  height: 48px;
  line-height: 48px;
  background: #3780c5;
  color: #fff;
  font-size: 14px;
  border: none;
}


.nylxwm .ditu{
  width: 100%;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}


.xuqiu{
  display: flex;
  justify-content: space-between;
  font-size: 0.16rem;
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
}

.xuqiu #xz{
  display: inline-block;
  padding: 10px 30px;
  background: #fd8b1a;
  margin-left: 20px;
  color: #fff;
  border-radius: 50px;
}




.band .title {
  height: 1rem;
  background-image: linear-gradient(to right, #ea9511, #ea9511 40%, #003582 60%, #003582);
  display: flex;
  align-items: center;
  justify-content: center; }

.band .title .name {
  position: relative;
  color: white;
  font-size: 0.58rem;
  font-weight: normal;
  text-transform: uppercase;
  font-style: italic; }

.band .title .name:before, .band .title .name:after {
  content: "";
  width: 0.5rem;
  border-top: 1px solid white;
  position: absolute;
  top: 50%; }

.band .title .name:before {
  left: -0.9rem; }

.band .title .name:after {
  right: -0.9rem; }

.band .cont {
  padding-bottom: 0.85rem; }

.band .cont .list {
  padding: 0.18rem 0.5rem; }

.band .cont .list .swiper-slide {
  width: 2.31rem;
  height: 1.5rem; }

.band .cont .list .swiper-slide a {
  display: flex;
  padding: 0.1rem;
  justify-content: center;
  align-items: center;
  transition: all 0.45s; }

.band .cont .list .swiper-slide a:hover {
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1); }

.band .cont .list .swiper-slide img {
  width: 100%;
  height: 100%; }

.band .swiper-pagination {
  bottom: -0.14rem; }

.band .swiper-pagination-bullet {
  background-color: #11418e;
  opacity: 0.5; }
  .band .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1; }

.band .cont .list a {
  display: flex;
  flex-direction: column; }

.band .cont .list .name {
  font-size: 0.12rem;
  color: #333;
  text-align: center; }

.contact {
  background-color: #f7f7f7; }

.contact .cont {
  width: 9.4rem;
  padding: 1.2rem 0 1.4rem;
  margin: 0 auto;
  font-size: 0.2rem;
  text-align: center; }

.contact .cont .name {
  font-size: 0.48rem;
  border-bottom: 1px solid black;
  padding: 0.2rem 0; }

.contact .cont .address {
  padding: 0.1rem 0; }

.contact .cont .list {
  padding: 0 1.2rem;
  display: flex;
  justify-content: space-around;
  margin-bottom: 0.6rem; }

.contact .cont .list .item .icon {
  margin: 0.03rem 0.05rem 0 0; }

.contact .cont .icon-mail {
  background: url(../images/mail-icon.png) no-repeat;
  background-size: contain;
  width: 0.28rem;
  height: 0.22rem;
  display: inline-block;
  vertical-align: text-top; }

.contact .cont .icon-phone {
  background: url(../images/phone-icon.png) no-repeat;
  background-size: contain;
  width: 0.25rem;
  height: 0.24rem;
  display: inline-block;
  vertical-align: text-top; }

.contact .cont .buttons {
  position: relative;
  margin: 0 auto;
  height: 1rem;
  width: 6.1rem;
  line-height: 1rem;
  background-color: #fba52d;
  border-radius: 0.5rem;
  display: flex; }
  .contact .cont .buttons:after {
    content: "";
    width: 50%;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0.5rem;
    background-color: #11418e;
    transition: all 0.35s; }
  .contact .cont .buttons.hover1:after {
    left: 50%; }

.contact .cont .buttons .button {
  color: white;
  display: block;
  height: 100%;
  border-radius: 0.5rem;
  width: 50%;
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
  z-index: 2; }

.footer {
  background-color: #111a3d;
  color: white;
  padding: 0.54rem 0 0.64rem; }
  .footer .main-width {
    display: flex;
    width: 80%;
    margin-left: 10%;
  }

.footer .copyright {
  font-size: 16px;
  text-align: center;
  color: #686f87;
}


.footer .left-text {
  width: 41%}

.footer .left-text .logo2 {
  margin-bottom: 0.24rem;
  width: 2.33rem;
  height: 0.46rem; }

.footer .left-text .address {
  font-size: 0.18rem;
  margin-bottom: 0.24rem;
  line-height: 42px;
  font-size: 14px;
}

.footer .left-text .item {
  font-size: 0.18rem;
  border-left: 0.03rem solid #fba52d;
  padding-left: 0.1rem;
  margin-bottom: 0.1rem; }

.footer .biaodan {
  width: 33%;
  padding: 0 0.3rem;
  box-sizing: border-box;
  text-align: center; }


.footer .biaodan .conn{
  float: right;
}

.footer .biaodan .conn .tt{
  font-size: 16px;
  text-align: left;
}
.footer .biaodan .conn .bd{
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
  height: 35px;
}

.footer .biaodan .conn .bd .input{
  height: 35px;
  width: 80%;
  font-size: 12px;
  border: none;
  padding-left: 5px;
}

.footer .biaodan .conn .bd .tj{
  height: 35px;
  width: 28%;
  background: #3780c5;
  font-size: 12px;
  border: none;
  color: #fff;
}

.footer .biaodan .conn .tb{
  display: flex;
  margin-top: 10px;
}


.footer .biaodan .conn .tb li{
  margin-right: 20px;
  line-height: 0px;
}

.footer .biaodan .conn .tb li img{
  width: 100%;
}

.footer .biaodan .conn .logo{
  text-align: left;
}



.footer .right-text {
  float: right;
  text-align: right;
  width: 20%;
  flex: 1; }

.footer .right-text .menu {
  padding: 0.2rem 0 0.3rem;
  display: flex; }

.footer .right-text .menu .item {
  margin-left: 0.1rem;
  flex: 1; }

.footer .right-text .menu a {
  display: block;
  line-height: 1;
  font-size: 0.24rem;
  font-weight: bold;
  color: white;
  text-align: left;
  margin-bottom: 0.2rem; }
  .footer .right-text .menu a:hover {
    text-decoration: underline; }

.footer .right-text .menu .c a {
  font-size: 14px;
  font-weight: normal; }

.footer .right-text .copyright {
  font-size: 0.18rem;
  line-height: 0.3rem; }

/** 内页  **/
.breadcrumb {
  background-color: #fbfbfb;
  line-height: 0.6rem;
  font-size: 0.2rem; }

.breadcrumb a, .breadcrumb span {
  position: relative;
  color: #ababab;
  margin-right: 0.44rem; }

.breadcrumb span {
  color: black; }

.breadcrumb a:after, .breadcrumb span:after {
  content: "";
  background: url(../images/arrow-right2.png) no-repeat;
  background-size: contain;
  width: 0.11rem;
  height: 0.18rem;
  position: absolute;
  left: -0.29rem;
  top: 50%;
  transform: translateY(-50%); }

.breadcrumb a:first-child:after {
  display: none; }

.breadcrumb span:after {
  background: url(../images/arrow-right.png) no-repeat;
  background-size: contain; }

.about-common {
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  padding: 0.45rem 0; }

.about-common .title {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-family: "Gotham Bold";
  text-transform: uppercase;
  background: url(../images/title-bg-logo.png) no-repeat center; }

.about-common .title2 {
  font-size: 0.4rem; }

.about-common .cont {
  width: 11.2rem;
  margin: 0 auto; }

.about-common p {
  margin: 0; }

.about-container .banner {
  line-height: 0; }

.about-container .company-overview, .about-container .company-culture {
  background: url(../images/about-bg1.jpg) no-repeat;
  background-size: cover; }

.about-company {
  color: black;
  font-size: 0.2rem;
  line-height: 0.36rem;
  text-align: left; }

.about-company p {
  margin-bottom: 1em; }

.about-container .our-advantage {
  background: url(../images/about-bg2.jpg) no-repeat;
  background-size: cover; }

.inventory {
  background: url(../images/about-bg22.jpg) no-repeat;
  background-size: cover; }

.about-ys {
  padding: 0.85rem 0;
  background: url(../images/about-bg3.jpg) no-repeat center;
  background-size: cover; }

.about-ys .list {
  display: flex;
  flex-wrap: wrap; }

.about-ys .list li {
  width: 33.3333%;
  padding-right: 0.6rem;
  box-sizing: border-box;
  color: white; }

.about-ys .list li .tit {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-family: "Gotham Bold"; }

.about-ys .list li .tit .icon {
  display: block;
  width: 0.56rem;
  height: 0.56rem;
  margin-right: 0.1rem; }

.about-ys .list li .tit .icon01 {
  background: url(../images/about-icon01.png) no-repeat;
  background-size: cover; }

.about-ys .list li .tit .icon02 {
  background: url(../images/about-icon02.png) no-repeat;
  background-size: cover; }

.about-ys .list li .tit .icon03 {
  background: url(../images/about-icon03.png) no-repeat;
  background-size: cover; }

.about-ys .list li .tit .icon04 {
  background: url(../images/about-icon04.png) no-repeat;
  background-size: cover; }

.about-ys .list li .tit .icon05 {
  background: url(../images/about-icon05.png) no-repeat;
  background-size: cover; }

.about-ys .list li .tit .icon06 {
  background: url(../images/about-icon06.png) no-repeat;
  background-size: cover; }

.about-ys .list li .con {
  font-size: 0.18rem;
  line-height: 0.3rem;
  min-height: 1.56rem;
  padding-bottom: 0.2rem;
  box-sizing: border-box; }

.company-culture .cont {
  width: 13.6rem;
  font-style: italic; }

.company-culture-content {
  padding: 1rem 0;
  background-color: #f6f6f6; }

.company-culture-content .list {
  display: flex; }

.company-culture-content .list .item {
  flex: 1;
  margin-right: 0.5rem;
  background-color: white;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: black; }

.company-culture-content .list .item:last-child {
  margin-right: 0; }

.company-culture-content .list .item .photo {
  overflow: hidden; }

.company-culture-content .list .item img {
  transition: all 0.35s;
  transform: scale(1);
  width: 100%; }

.company-culture-content .list .item:hover img {
  transform: scale(1.2); }

.company-culture-content .list .item .text {
  padding: 0.3rem 0.4rem; }

.company-culture-content .list .item .name {
  font-size: 0.3rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Gotham Bold";
  margin-bottom: 0.15rem; }

.company-team {
  background-color: white; }

.company-team .cont {
  position: relative;
  text-align: center;
  width: 13.8rem;
  margin: 0 auto;
  padding: 0.56rem 0;
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #11418e;
  font-weight: bold; }

.company-team .cont:after {
  content: "";
  width: 1.2rem;
  height: 0.08rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fba52d; }

.company-group {
  background-color: white;
  padding: 0; }

.company-group .list {
  display: flex; }

.company-group .list .item {
  flex: 1;
  position: relative; }

.company-group .list .item .photo {
  overflow: hidden;
  line-height: 0; }

.company-group .list .item .photo img {
  width: 100%;
  transform: scale(1);
  transition: all 0.35s; }

.company-group .list .item:hover .photo img {
  transform: scale(1.1); }

.company-group .list .item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 0.4rem;
  font-size: 0.2rem; }

.company-group .list .item .text .name {
  font-size: 0.3rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Gotham Bold";
  margin-bottom: 0.15rem; }

.company-group .list .item .text .name2 {
  font-size: 0.4rem; }

.company-group .list .item .text-desc {
  font-size: 0.3rem;
  width: 10.8rem; }

.company-group .list .item .line {
  width: 0.6rem;
  height: 0.04rem;
  background: #fba52d;
  margin: 0.7rem 0; }

.company-group .list .item .wz {
  position: relative;
  padding: 0 0.2rem; }

.company-group .list .item .wz:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  height: 0.08rem;
  transform: translateY(-100%);
  background: #fba52d; }

.company-group .list .item .wz img {
  position: relative;
  z-index: 2;
  width: 13.54rem; }

.business-1-cont {
  position: relative;
  background: url(../images/business-1-bg.jpg) no-repeat;
  background-size: 100% 100%; }

.business-1-cont .service {
  position: relative;
  height: 4.7rem;
  text-align: center;
  padding: 0.45rem 0;
  box-sizing: border-box; }

.business-1-cont .service:after {
  content: "";
  background: url(../images/business-1-icon02.png) no-repeat;
  background-size: contain;
  width: 0.07rem;
  height: 1.2rem;
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  transform: translateX(-50%); }

.business-1-cont .service .name {
  font-size: 0.3rem;
  font-weight: bold;
  font-family: "Gotham Bold";
  color: #11418e;
  line-height: 1.3rem;
  margin-bottom: 0.3rem;
  background: url(../images/business-1-icon01.png) no-repeat center;
  background-size: contain; }

.business-1-cont .service .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.24rem; }

.business-1-cont .service .text p {
  position: relative;
  margin-bottom: 0.12rem;
  padding: 0 0.08rem; }

.business-1-cont .service .text p > span {
  position: relative;
  z-index: 2; }

.business-1-cont .service .text p:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.08rem;
  background-color: white;
  z-index: 1; }

.business-1-cont .swiper {
  height: 13.55rem;
  overflow: hidden;
  position: relative; }

.business-1-cont .swiper .swiper-titles {
  display: flex;
  justify-content: center;
  padding: 0.88rem 0; }

.business-1-cont .swiper .swiper-title {
  position: relative;
  font-size: 0.24rem;
  font-family: "Gotham Light";
  margin-right: 0.7rem;
  line-height: 0.68rem;
  color: white;
  cursor: pointer;
  transition: all 0.45s; }

.business-1-cont .swiper .swiper-title.active {
  font-size: 0.36rem;
  font-family: "Gotham Bold";
  font-weight: bold; }

.business-1-cont .swiper .swiper-title.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.6rem;
  height: 0.04rem;
  background-color: #faa42d; }

.business-1-cont .swiper .photos {
  transform: translateX(0);
  transition: all 0.45s;
  display: flex;
  position: absolute;
  left: 50%;
  padding: 0.5rem 0; }

.business-1-cont .swiper .photo-item {
  position: relative;
  padding: 0 0.28rem;
  margin: 2.3rem 0.12rem 0;
  transition: all 0.45s; }

.business-1-cont .swiper .photo-item .name {
  visibility: hidden;
  font-size: 0.3rem;
  color: white;
  width: 2rem;
  height: 2rem;
  background-image: linear-gradient(to right, #f4a52f, #e48b1c);
  border-radius: 50%;
  padding: 0 0.3rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1rem;
  left: -0.66rem; }

.business-1-cont .swiper .photo-item .photo {
  transition: all 0.45s;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #f1f1f1;
  overflow: hidden; }
  .business-1-cont .swiper .photo-item .photo img {
    width: 100%;
    height: 100%; }

.business-1-cont .swiper .photo-item.active {
  margin-top: 0; }

.business-1-cont .swiper .photo-item.active .name {
  visibility: visible; }

.business-1-cont .swiper .photo-item.active .photo {
  width: 7rem;
  height: 7rem; }

.business-1-cont .swiper .texts {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  padding: 0 2.4rem;
  width: 6rem;
  transform: translateX(-50%); }

.business-1-cont .swiper .texts .text-item {
  display: none;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: white; }

.business-1-cont .swiper .texts .active {
  display: block; }

.business-1-cont .swiper .texts .btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.85rem;
  background: url(../images/swiper-btn.png) no-repeat center;
  background-size: contain; }
  .business-1-cont .swiper .texts .btn:hover {
    opacity: 0.8; }

.business-1-cont .swiper .texts .left-btn {
  left: 0;
  transform: translateY(-50%) rotateY(180deg); }

.business-1-cont .swiper .texts .right-btn {
  right: 0; }

.business2-service {
  padding: 1rem 0; }

.business2-service .list {
  display: flex;
  margin-bottom: 0.5rem; }

.business2-service .list:last-child {
  margin-bottom: 0; }

.business2-service .list .item {
  display: block;
  flex: 1;
  cursor: pointer;
  margin-right: 0.5rem; }

.business2-service .list .item .text-panel {
  position: relative;
  overflow: hidden; }
  .business2-service .list .item .text-panel img {
    transform: scale(1);
    transition: all 0.35s; }
  .business2-service .list .item .text-panel:hover img {
    transform: scale(1.1); }

.business2-service .list .item:last-child {
  margin-right: 0; }

.business2-service .list .item .pic {
  width: 100%;
  line-height: 0; }

.business2-service .list .item .icon {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.1rem; }

.business2-service .list .item .icon01 {
  background: url(../images/business-2-icon01.png) no-repeat center;
  background-size: contain; }

.business2-service .list .item .icon02 {
  background: url(../images/business-2-icon02.png) no-repeat center;
  background-size: contain; }

.business2-service .list .item .icon03 {
  background: url(../images/business-2-icon03.png) no-repeat center;
  background-size: contain; }

.business2-service .list .item .icon04 {
  background: url(../images/business-2-icon04.png) no-repeat center;
  background-size: contain; }

.business2-service .list .item .icon05 {
  background: url(../images/business-2-icon05.png) no-repeat center;
  background-size: contain; }

.business2-service .list .item .icon06 {
  background: url(../images/business-2-icon06.png) no-repeat center;
  background-size: contain; }

.business2-service .list .item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.3rem;
  font-family: "Gotham Bold";
  font-weight: bold; }

.business2-service .list .item .more {
  height: 1rem;
  width: 100%;
  background: url(../images/business-2-more-icon.png) no-repeat center #f6f6f6;
  background-size: 0.69rem 0.5rem; }

.business2-service .list .item:hover .more {
  background: url(../images/business-2-more-icon-on.png) no-repeat center #f6f6f6;
  background-size: 0.69rem 0.5rem; }

.business3-service {
  padding: 1rem 0;
  background: #f6f6f6; }

.business3-service .list {
  display: flex;
  margin-bottom: 0.5rem; }

.business3-service .list:last-child {
  margin-bottom: 0; }

.business3-service .list .item {
  width: 5.35rem;
  cursor: pointer;
  margin-right: 0.5rem;
  position: relative; }

.business3-service .list .item:last-child {
  margin-right: 0; }

.business3-service .list .item .pic {
  width: 100%;
  line-height: 0; }

.business3-service .list .item .text {
  padding: 0.3rem 0.5rem 0.5rem;
  background-color: white;
  font-size: 0.2rem;
  line-height: 0.3rem; }

.business3-service .list .item .text .name {
  font-size: 0.3rem;
  font-family: "Gotham Bold";
  font-weight: bold;
  text-transform: uppercase;
  height: 2em;
  margin-bottom: 0.1rem;
  text-align: center; }

.business-3-products {
  background-color: white; }

.business-3-products .title {
  font-size: 0.4rem;
  text-align: center;
  color: #282828;
  padding: 0.76rem 0; }

.business-3-products .cont {
  width: 100%;
  overflow: hidden;
  padding: 0.2rem 0 1.4rem 0.2rem;
  margin: -0.2rem 0 0 -0.2rem; }

.business-3-products .cont img {
  width: 100%; }

.business-3-products .cont .list {
  width: 30rem;
  display: flex; }

.business-3-products .cont .list .item {
  padding: 0.2rem;
  margin-right: 0.2rem; }

.business-3-products .cont .list .item img {
  width: 100%; }

.business-3-products .cont .list .item:hover {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1); }

.business-3-products .cont .list .item .name {
  text-align: center;
  font-size: 0.2rem;
  padding: 0.2rem;
  height: 2em; }

.business-3-products .button-prev, .business-3-products .button-next {
  cursor: pointer;
  width: 0.44rem;
  height: 0.85rem;
  background: url(../images/swiper-btn-black.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 3.4rem; }

.business-3-products .button-prev {
  left: -0.5rem;
  transform: rotateY(180deg); }

.business-3-products .button-next {
  right: -0.5rem; }

.quality-1-list {
  padding: 1rem 0; }

.quality-1-list .list {
  display: flex;
  margin-bottom: 0.5rem; }

.quality-1-list .list:last-child {
  margin-bottom: 0; }

.quality-1-list .list .item {
  flex: 1;
  cursor: pointer;
  margin-right: 0.5rem;
  position: relative;
  padding-bottom: 1.54rem;
  overflow: hidden; }

.quality-1-list .list .item:last-child {
  margin-right: 0; }

.quality-1-list .list .item img {
  width: 100%;
  transform: scale(1);
  transition: all 0.35s; }

.quality-1-list .list .item:hover img {
  transform: scale(1.1); }

.quality-1-list .list .item .text {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem; }

.quality-1-list .list .item .text {
  width: 88%;
  padding: 0.5rem;
  box-sizing: border-box;
  border-left: 0.08rem solid #faa42d;
  background-color: white;
  box-shadow: 0.2rem 0.2rem 0 #f7f7f7;
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 2.9rem; }

.quality-1-list .list .item.blue .text {
  border-left-color: #11418e; }

.quality-1-list .list .item .text .name {
  font-size: 0.3rem;
  font-family: "Gotham Bold";
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.1rem; }

.quality-2-about .cont {
  display: flex;
  align-items: center;
  padding: 1rem 0; }

.quality-2-about .cont .text {
  flex: 1;
  margin-right: 0.5rem;
  font-size: 0.2rem;
  line-height: 0.3rem; }

.quality-2-about .cont .photo {
  flex: 1; }

.quality-2-about .cont .photo img {
  width: 100%; }

.quality-2-process .title {
  position: relative;
  padding-top: 0.4rem; }

.quality-2-process .title .word {
  line-height: 1.2rem;
  font-size: 1.5rem;
  color: #f6f6f6;
  padding-left: 1.34rem; }

.quality-2-process .title .name {
  font-size: 0.3rem;
  font-family: "Gotham Bold";
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0.3rem; }

.quality-2-process .cont {
  background-color: #f6f6f6;
  border-radius: 1.45rem; }

.quality-2-process .cont .list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem; }

.quality-2-process .cont .list .item {
  position: relative;
  width: 1.7rem;
  height: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Gotham Bold";
  font-size: 0.24rem;
  border-radius: 50%;
  background-image: linear-gradient(to right, #2a7bdd, #1b59af);
  color: white;
  margin: 0 0.24rem;
  text-align: center; }

.quality-2-process .cont .list .item:after {
  content: "";
  width: 0.51rem;
  height: 0.15rem;
  background: url(../images/quality-2-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -0.39rem;
  top: 50%;
  transform: translateY(-50%); }

.quality-2-process .cont .list .item:last-child:after {
  display: none; }

.quality-2-process .cont .list2 .item {
  background-image: linear-gradient(to right, #0ec0f2, #218ddf); }

.quality-2-process2 {
  padding-bottom: 1rem; }

.quality-2-process2 .cont {
  border-radius: 0;
  padding: 0.2rem 0; }

.quality-2-process2 .cont .name {
  font-size: 0.24rem;
  color: #11418e;
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
  background: url(../images/business-1-icon01.png) no-repeat center;
  background-size: contain;
  text-align: center;
  height: 1.54rem;
  display: flex;
  justify-content: center;
  align-items: center; }

.quality-2-process2 .list2 {
  display: flex; }

.quality-2-process2 .list2 .item {
  flex: 1;
  border-right: 1px solid white; }

.quality-2-process2 .list2 .item:last-child {
  border-right: 0; }

.quality-2-process2 .list2 .item img {
  width: 100%; }

.quality-2-process2 .list2 .item .name {
  font-size: 0.24rem;
  font-weight: bold;
  padding: 0.24rem 0;
  text-align: center; }

.product-1-list {
  padding: 0.5rem 0 1rem; }

.product-1-list .list {
  display: flex;
  margin-bottom: 0.5rem; }

.product-1-list .list:last-child {
  margin-bottom: 0; }

.product-1-list .list .item {
  display: block;
  flex: 1;
  cursor: pointer;
  margin-right: 0.5rem; }

.product-1-list .list .item:last-child {
  margin-right: 0; }

.product-1-list .list .item .photo {
  overflow: hidden; }

.product-1-list .list .item img {
  width: 100%;
  transform: scale(1);
  transition: all 0.35s; }

.product-1-list .list .item:hover img {
  transform: scale(1.1); }

.product-1-list .list .item .text {
  color: black;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f6f6f6;
  height: 2rem;
  line-height: 1rem;
  font-size: 0.3rem;
  font-family: "Gotham Bold";
  font-weight: bold; }

.product-1-list .list .item .text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.5rem;
  width: 100%;
  background: url(../images/business-2-more-icon.png) no-repeat center;
  background-size: 0.69rem 0.5rem; }

.product-1-list .list .item:hover .text:after {
  background: url(../images/business-2-more-icon-on.png) no-repeat center;
  background-size: 0.69rem 0.5rem; }

.product-1-buttons {
  background: url(../images/product-1-bg.jpg) no-repeat center;
  background-size: cover; }

.product-1-buttons .list {
  padding: 1.5rem 0;
  display: flex; }

.product-1-buttons .list .item {
  display: block;
  cursor: pointer;
  position: relative;
  flex: 1;
  height: 2rem;
  line-height: 2rem;
  border-radius: 1rem;
  margin: 0 0.3rem;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 0.3rem;
  font-family: "Gotham Bold";
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 1.3rem; }

.product-1-buttons .list .item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3rem;
  height: 0.5rem;
  width: 0.69rem;
  transform: translateY(-50%);
  background: url(../images/business-2-more-icon-white.png) no-repeat center;
  background-size: contain; }

.product-1-buttons .list .item:hover:after {
  background: url(../images/business-2-more-icon-on.png) no-repeat center;
  background-size: contain; }

.product-1-inventory .more, .product-card .more {
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background: url(../images/more-bg-white.png) no-repeat right center;
  background-size: 1rem 1rem; }

.product-2-list .name {
  position: relative;
  line-height: 1.5rem;
  font-size: 0.54rem;
  font-weight: bold;
  padding-left: 0.3rem; }

.product-2-list .name:after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: black;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

.product-2-list .indexs-wrap {
  background: url(../images/about-bg2.jpg) no-repeat;
  background-size: cover; }

.product-2-list .indexs {
  padding: 0.2rem; }

.product-2-list .indexs .item {
  cursor: pointer;
  margin: 0.2rem;
  width: 0.8rem;
  height: 0.8rem;
  float: left;
  font-size: 0.3rem;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }

.product-2-list .indexs .item-all {
  float: right; }

.product-2-list .indexs .item:hover, .product-2-list .indexs .item.active {
  background-color: white;
  color: black; }

.product-2-list .tips {
  line-height: 1rem;
  font-size: 0.24rem;
  background-color: white; }

.product-2-list .group .tit {
  height: 1rem;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center; }

.product-2-list .group .tit span {
  display: block;
  position: relative;
  font-size: 0.48rem; }

.product-2-list .group .tit span:before, .product-2-list .group .tit span:after {
  content: "";
  border-top: 1px solid black;
  width: 0.5rem;
  position: absolute;
  top: 50%; }

.product-2-list .group .tit span:before {
  left: -0.78rem; }

.product-2-list .group .tit span:after {
  right: -0.78rem; }

.product-2-list .group .con .item {
  width: 14.28%;
  padding: 0.2rem;
  box-sizing: border-box;
  float: left; }

.product-2-list .group .con .item:hover {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1); }

.product-2-list .group .con .item img {
  width: 100%; }

.product-2-list .group .con .item .name {
  font-size: 0.12rem;
  color: #333;
  text-align: center;
  padding: 0;
  font-weight: normal;
  line-height: 0.18rem; }

.product-2-list .group .con .item .name::after {
  display: none; }

.product-2-list .desc {
  font-size: 0.24rem;
  color: #11418e;
  background-color: #f6f6f6;
  height: 1rem;
  line-height: 1rem;
  text-align: center; }

.product-2-list .tools {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.product-2-list .tools {
  padding: 0.4rem 0.1rem; }

.product-2-list .tools .button {
  cursor: pointer;
  min-width: 2rem;
  height: 0.6rem;
  padding: 0 0.3rem;
  box-sizing: border-box;
  border-radius: 0.3rem;
  line-height: 0.6rem;
  text-align: center;
  color: white;
  font-size: 0.24rem;
  font-weight: bold;
  background-color: #11418e; }

.product-2-list .tools .search {
  position: relative;
  width: 6rem;
  box-sizing: border-box; }

.product-2-list .tools .search .button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #faa42d; }

.product-2-list .tools .search .input-panel {
  width: 100%;
  font-size: 0; }

.product-2-list .tools .search input {
  width: 100%;
  box-sizing: border-box;
  height: 0.6rem;
  border: 1px solid #e2e2e2;
  border-radius: 0.3rem;
  padding: 0 2.4rem 0 0.4rem;
  font-size: 0.24rem; }

.product-2-list .components {
  display: flex;
  flex-wrap: wrap; }

.product-2-list .components .item {
  width: 20%;
  padding: 0.1rem;
  box-sizing: border-box; }

.product-2-list .components .item img {
  width: 100%; }

.product-2-list .components .item .label {
  font-size: 0.2rem;
  text-align: center;
  height: 2em; }

.product-2-list .components .item .info {
  padding: 0.2rem; }
  .product-2-list .components .item .info .photo {
    height: 2.8rem; }

.product-2-list .components .item .btn {
  cursor: pointer;
  visibility: hidden;
  box-sizing: border-box;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0.2rem auto 0;
  color: rgba(0, 0, 0, 0);
  background: url(../images/unchecked-icon.png) no-repeat;
  background-size: contain; }

.product-2-list .components .item.checked .btn {
  background: url(../images/checked-icon.png) no-repeat;
  background-size: contain;
  visibility: visible; }

.product-2-list .components .item:hover .info {
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1); }

.product-2-list .components .item:hover .btn {
  visibility: visible;
  font-size: 0.24rem; }

.table {
  border: 1px solid #e5e5e5;
  font-size: 0.2rem; }

.table, .table table {
  width: 100%;
  text-align: center; }

.table .check {
  width: 0.88rem; }

.table .check .checkbox {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  cursor: pointer; }

.table th, .table td {
  height: 0.6rem;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

.table td input {
  appearance: none;
  border: none;
  width: auto;
  text-align: center;
  background: none; }

.table th:last-child, .table td:last-child {
  border-right: none; }

.table tr:last-child td {
  border-bottom: none; }

.table th {
  background-color: #ecf0f3; }

.table tr:nth-child(even) td {
  background-color: #f8f8f8; }

.table .checked .check .checkbox {
  border-color: #faa42d;
  background: url(../images/check.png) no-repeat center;
  background-size: 0.17rem 0.12rem; }

.table tr.checked td {
  background-color: #fff5e7; }

.table .operation {
  display: flex;
  align-items: center;
  justify-content: center; }

.table .operation .check-btn {
  cursor: pointer;
  width: 0.33rem;
  height: 0.22rem;
  background: url(../images/table-check.png) no-repeat;
  background-size: contain; }

.table .operation .line {
  height: 0.2rem;
  width: 1px;
  background: #e5e5e5;
  margin: 0 0.2rem; }

.table .operation .delete-btn {
  cursor: pointer;
  width: 0.21rem;
  height: 0.21rem;
  background: url(../images/table-delete.png) no-repeat;
  background-size: contain; }

.table .operation .edit-btn {
  cursor: pointer;
  padding-left: 0.35rem;
  font-size: 0.22rem;
  font-weight: bold;
  background: url(../images/table-edit.png) no-repeat;
  background-size: 0.26rem 0.26rem; }

.page {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  padding: 1rem 0; }

.page .tit {
  margin-right: 0.2rem; }

.page .page-num {
  display: flex;
  box-sizing: border-box;
  width: 0.5rem;
  height: 0.5rem;
  justify-content: center;
  align-items: center;
  color: black;
  background: #f8f8f8;
  margin: 0 1px; }

.page .page-num:hover, .page .page-num.current {
  font-weight: bold;
  border: 1px solid black;
  background-color: white; }

.page .page-point {
  width: 0.3rem;
  text-align: center; }

.page .line {
  width: 2px;
  height: 0.15rem;
  background-color: #e2e2e2; }

.page .page-btn {
  margin: 0 0.2rem;
  color: black; }

.page .go {
  display: flex;
  align-items: center;
  width: 1.4rem;
  height: 0.5rem;
  border: 1px solid #e2e2e2;
  border-radius: 0.25rem; }

.page .go input {
  width: 100%;
  text-align: center;
  appearance: none;
  border: none;
  outline: none;
  background: none; }

.page .go .btn2 {
  margin: 0 0.1rem;
  cursor: pointer;
  font-weight: bold; }

.rqf-desc {
  font-size: 0.24rem;
  color: #11418e;
  line-height: 1rem;
  background-color: #f6f6f6;
  text-align: center; }

.rqf-content .name {
  position: relative;
  line-height: 1.5rem;
  font-size: 0.54rem;
  font-weight: bold;
  padding-left: 0.3rem; }

.rqf-content .name:after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: black;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

.form .form-panel {
  display: flex;
  margin-bottom: 0.16rem; }

.form .form-panel .form-item {
  flex: 1;
  margin-right: 0.4rem; }

.form .form-panel .form-item:last-child {
  margin-right: 0; }

.form .form-panel .label {
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 0.16rem; }

.form .form-panel .label .required {
  color: #dd0000;
  position: absolute;
  left: 0;
  top: 0; }

.form .form-panel .input-panel, .form .form-panel .input-panel input, .form .form-panel .input-panel textarea {
  font-size: 0.24rem;
  width: 100%; }

.form .form-panel .input-panel input {
  height: 0.6rem; }

.form .form-panel .input-panel input, .form .form-panel .input-panel textarea {
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: none;
  padding: 0.2rem; }

.form .form-panel .input-panel textarea {
  height: 5em; }

.rqf-content .tools {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.rqf-content .tools {
  padding: 0.4rem 0.1rem; }

.rqf-content .tools .text {
  font-size: 0.24rem;
  color: #11418e;
  padding: 0 0.4rem; }

.rqf-content .tools .button {
  cursor: pointer;
  width: 2.5rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  line-height: 0.6rem;
  text-align: center;
  color: white;
  font-size: 0.24rem;
  font-weight: bold;
  background-color: #faa42d; }

.form-buttons {
  width: 60%;
  margin: 1rem auto;
  display: flex;
  background-color: #b4b4b4;
  border-radius: 0.3rem;
  text-transform: uppercase; }

.form-buttons .button {
  cursor: pointer;
  width: 25%;
  height: 0.6rem;
  border-radius: 0.3rem;
  line-height: 0.6rem;
  text-align: center;
  color: white;
  font-size: 0.24rem;
  font-weight: bold; }

.form-buttons .button2 {
  width: 75%;
  background-color: #11418e; }

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center; }

.dialog .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7); }

.dialog .body {
  position: relative;
  z-index: 2;
  width: 10rem;
  background: #faa42d;
  color: white;
  text-align: center;
  padding: 0 0.4rem;
  box-sizing: border-box; }

.dialog .body .title {
  line-height: 1rem;
  font-size: 0.3rem;
  font-family: "Gotham Bold";
  text-transform: uppercase;
  font-weight: bold; }

.dialog .body .cont {
  padding: 0.6rem;
  font-size: 0.3rem;
  border: 1px solid white; }

.dialog .body .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem; }

.dialog .body .buttons .button {
  cursor: pointer;
  width: 2.5rem;
  line-height: 0.6rem;
  border-radius: 0.3rem;
  margin: 0 0.2rem;
  background: white;
  color: black;
  font-size: 0.3rem; }

.dialog .body .buttons .button2 {
  background: #11418e;
  color: white; }

.contact-banner {
  position: relative; }

.contact-banner .contact-text {
  line-height: normal;
  color: white;
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 0.24rem;
  line-height: 0.3rem;
  padding: 0.8rem 1.28rem;
  box-sizing: border-box; }

.contact-banner .contact-text .address {
  border-bottom: 1px solid white;
  padding-bottom: 0.16rem;
  margin-bottom: 0.16rem; }

.contact-banner .contact-text .item {
  display: flex;
  align-items: center; }

.contact-banner .contact-text .icon {
  display: block;
  margin-right: 0.1rem; }

.contact-banner .contact-text .icon-phone {
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/contact-phone-icon.png) no-repeat;
  background-size: contain; }

.contact-banner .contact-text .icon-mail {
  width: 0.28rem;
  height: 0.22rem;
  background: url(../images/contact-mail-icon.png) no-repeat;
  background-size: contain; }

.dialog-search {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center; }

.dialog-search .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white; }

.dialog-search .body {
  position: relative;
  z-index: 2; }

.dialog-search .logo {
  text-align: center;
  margin-bottom: 0.7rem; }

.dialog-search .logo img {
  width: 3.34rem;
  height: 0.43rem; }

.dialog-search .search-panel {
  display: flex;
  width: 80%;
  position: relative;
  margin: 0 auto; }

.dialog-search .search-panel input {
  width: 100%;
  background: none;
  border: 1px solid #e6e6e6;
  height: 1rem;
  border-radius: 0.5rem;
  font-size: 0.3rem;
  padding: 0 0.5rem; }

.dialog-search .search-panel .search-btn {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 0.38rem;
  height: 0.38rem;
  background: url(../images/search-icon2.png) no-repeat;
  background-size: contain;
  cursor: pointer; }

.dialog-search .keywords {
  margin: 0 auto;
  padding-top: 1rem;
  width: 70%; }

.dialog-search .keywords .tit {
  font-size: 0.24rem;
  text-align: center;
  padding: 0.3rem 0; }

.dialog-search .keywords .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.dialog-search .keywords .con span {
  cursor: pointer;
  display: block;
  line-height: 0.4rem;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 0 0.2rem;
  border-radius: 0.2rem;
  margin: 0.05rem;
  font-size: 0.24rem;
  transition: all 0.35s; }
  .dialog-search .keywords .con span:hover {
    background-color: #fba52d;
    color: white; }

.dialog-search .close-btn {
  cursor: pointer;
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: url(../images/search-close.png) #11418e no-repeat center;
  background-size: 30px 30px; }

.search-result .title {
  font-size: 0.54rem;
  color: #fba52d;
  text-align: center;
  padding: 0.7rem 0; }

.search-result .search-panel {
  display: flex;
  width: 12rem;
  position: relative;
  margin: 0 auto; }

.search-result .search-panel input {
  width: 100%;
  background: none;
  border: 1px solid #e6e6e6;
  height: 1rem;
  border-radius: 0.5rem;
  font-size: 0.3rem;
  padding: 0 0.5rem; }

.search-result .search-panel .search-btn {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 0.38rem;
  height: 0.38rem;
  background: url(../images/search-icon2.png) no-repeat;
  background-size: contain;
  cursor: pointer; }

.search-result .search-num {
  font-size: 0.24rem;
  color: #b9b9b9;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.7rem 0 0.2rem; }

.search-result .result-list .result-item {
  padding: 0.4rem 0;
  font-size: 0.2rem;
  border-bottom: 1px solid #e5e5e5; }
  .search-result .result-list .result-item .link {
    display: block; }
  .search-result .result-list .result-item .path {
    display: block;
    font-size: 0.3rem;
    font-weight: bold;
    margin: 0.16rem 0; }
  .search-result .result-list .result-item a {
    color: black; }
  .search-result .result-list .result-item a:hover {
    color: #11418e; }
  .search-result .result-list .result-item .text {
    display: flex; }
    .search-result .result-list .result-item .text .con {
      flex: 1; }
  .search-result .result-list .result-item .list {
    display: flex;
    flex-wrap: wrap; }
  .search-result .result-list .result-item .list li {
    width: 20%;
    height: 3.6rem;
    text-align: center;
    margin-bottom: 0.18rem; }
  .search-result .result-list .result-item .list li a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.45s; }
  .search-result .result-list .result-item .list li a:hover {
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1); }
  .search-result .result-list .result-item .list li .name {
    font-size: 0.2rem;
    color: #0a0a0a;
    line-height: 0.87rem; }
  .search-result .result-list .result-item .list li a img {
    width: 2.29rem;
    height: 2.29rem; }

.search-result .result-empty {
  color: #b9b9b9;
  text-align: center;
  padding: 1.4rem 0; }
  .search-result .result-empty .icon {
    margin: 0 0 0.5rem;
    background: url(../images/empty-icon.png) no-repeat center;
    background-size: 1.81rem 1.43rem;
    height: 1.43rem; }
  .search-result .result-empty .tit {
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.1rem; }
  .search-result .result-empty .con {
    font-size: 0.24rem; }

.email-container .main {
  padding: 1rem 0; }
  .email-container .main .rqf-content {
    padding-top: 0.4rem; }
  .email-container .main .form .form-panel .label {
    color: #11418e; }

.email-container .header .name {
  font-size: 0.4rem;
  float: right;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 0.2rem; }

/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/styles/media.scss ***!
  \**************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* 超小屏幕（手机，小于 768px） */

.mb{
  display: none;
}
@media (max-width: 1000px) {
  .mb{
    display: block;
  }

  .path2{
    font-size: 16px;

    margin-top: 20px;
    margin-bottom: -20px;
  }

  .path2 a{
    color: #333;
  }



  .main-width {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.2rem; }
  .backtop {
    right: 0.4rem;
    bottom: 0.4rem;
    width: 0.88rem;
    height: 0.88rem; }
  .header {
    height: 0.88rem;
    line-height: 0.88rem; }
  .main {
    padding-top: 0.88rem; }
  .header .main-width {
    padding: 0; }

  .sipern2,.siperp2{
    display: none;
  }

  .ydbusinees .main-width{
    width: 100%!important;
    margin: 0px!important;
  }
  .tips{
    font-size: 14px;
    line-height: 30px;
  }

  .mySwiper2 .swiper-pagination{
    display: block;
  }
  .business .lists1{
    display: block;
  }
  .business .lists1 dd{
    width: 100%;
  }
  .lxwm .cont{
    display: block;
  }
  .lxwm .cont .left{
    width: 100%;
  }

  .lxwm .cont .right{
    width: 100%!important;
  }
  .footer .main-width{
    display: block;
    width: 100%;
    margin: 0px;
  }

  .footer .right-text{
    width: 25%!important;
    float: left;
  }
  .footer .left-text{
    width: 75%;
    display: block!important;
    float: left;
    font-size: 12px;
  }

  .footer .right-text .menu a{
    font-size: 12px!important;
    height: 23px;
    line-height: 23px;
  }

  .footer .left-text .address {
    font-size: 12px;
    line-height: 33px;
    /* padding: 5px; */
    margin-top: 13px;
  }

  .footer .biaodan{
    width: 100%;
  }

  .footer .biaodan .conn{
    width: 100% ;
  }
  .footer .biaodan .conn .logo{
    display: none;
  }
 .footer .right-text .menu{
    display: block!important;
    width: 100%;


  }
  .footer .biaodan .conn .tb li{
    width: 15px;
  }

  .footer .copyright{
    font-size: 12px;
    margin-top: 20px;
    width: 90%;
    margin-left: 5%;
  }
  .haoping .cont{
    width: 100%;
    margin: 0px;
  }


  .nybanner{
    height: 150px;
    background-size: 60%!important;
  }


  .nybanner .text{
    margin-top: 0px;
    height: 100%;
    display: flex
  ;
    align-items: center;
    font-size: 24px;
    justify-content: center;
  }

  .nybanner .text span{
    font-size: 18px;
    margin-left: 10px;
  }

  .nylxwm .cont{
    width: 100%;
    margin-left: 0px;
  }
  .nylxwm .cont .left{
    width: 100%;
  }

  .nylxwm .cont .left .cc li img{
    width: 16px;
  }
  .nylxwm .cont .tt{
    font-size: 24px;
  }

  .nylxwm .cont .left .cc{
    font-size: 14px;
    margin-left: 0px;
  }

  .nylxwm .cont .left .img img{
    width: 100%!important;
  }

  .nylxwm .cont .right{
    width: 100%;
    margin-top: 20px;
  }

  .nylxwm .cont .right .cc{
    width: 100%;
    margin: 0px;
  }

  .nylxwm .cont .right .cc li input{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .nylxwm .cont .right .cc li .tijiao{
    width: 100%;
    font-size: 18px;
  }

  .productlist .left{
    width: 100%;
  }

  .productlist .right{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .ey_lanmu .bd ul li p{
    padding-left: 10px;
  }
  .ey_lanmu .bd ul li div a{
    padding-left: 30px;
  }
  .productlist .right .lists li dd img{
    width: 80%;
  }
  .productlist .right .biaodan .rr{
    display: none;
  }

  .dalei li{
    height: auto;
  }
  .dalei li .img{
    width: 100%;
  }

  .dalei li .text p{
    font-size: 14px;
  }

  .dalei li .img img{
    width: 100%;
  }

  .dalei li .text{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    padding-bottom: 60px;
  }

  .dalei li .text .more{
    padding: 8px 15px;
  }

  .dalei li .text h3{
    font-size: 18px;
    margin-top: 10px;
  }

  .nylxwm .ditu img{
    width: 100%;
  }
  .category{
    margin-top: -40px;
  }

  .category li{
    width: 33%;
    padding: 0px;
  }

  .nyabout .cont{
    font-size: 14px;
    line-height: 30px;
  }

  .nyabout .qywh h3{
    font-size: 18px;
  }
  .nyabout .qywh{
    font-size: 14px;
    line-height: 30px;
  }
  .category .path{
    display: none;
  }

  .productlist .right .lists{

    overflow-x: auto;
  }

  .xuqiu{
    font-size: 14px;
  }

  .zengjia{
    font-size: 12px;
  }

  .xuqiu #xz{
    padding: 6px 20px;
    font-size: 14px;
  }

  .nyzill .main-width{
    width: 100%!important;
    margin-left: 0!important;
  }

  .jianyao .tt,.guige .tt,.gongneng .tt
  {
    font-size: 18px;
  }

  .jianyao .con,.guige .con{
    width: 100%;
    overflow-x: auto;
    box-sizing: border-box;
  }
  .jianyao .con .conn{
    width: 700px;
    padding-right: 50px;
  }

  .jianyao .con .conn li{
    font-size: 14px;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    line-height: 80px;
  }

  .guige .con .conn li{
    width: 80px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  .guige .con .conn{
    width: 600px;
    padding-right: 50px;
  }
  .gongneng .con{
    font-size: 14px;
    line-height: 30px;
  }
  .gongneng .conn{
    display: block;
  }

  .gongneng .conn li{
    width: 48%;
    float: left;
    margin: 1%;
  }
  .gongneng .conn li .txt{
    font-size: 14px;
  }

  .lxly .li1{
    margin-bottom: 0px;
  }
  .lxly .li1 li
  {
    width: 48%;
    margin: 1%;
  }
  .productlist .right .lists li{
    width: 700px;
  }

  .nyzill .cont .lists{
    display: block;
  }

  .nyzill .cont .lists li .text p{
    line-height: 30px;
  }
  .nyzill .cont .lists li{
    width: 100%;
  }

  .header .toggle-menu {
    z-index: 11111;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0.88rem;
    height: 0.88rem;
    display: block;
    background: url(../images/icon-menu.png) no-repeat center;
    background-size: 0.4rem 0.28rem; }
  .header.open-menu .toggle-menu {
    background: url(../images/icon-menu2.png) no-repeat center;
    background-size: 0.3rem 0.3rem; }
  .header .logo {

    float: none;
    position: absolute;
    top: 0;
    left: 0px;
    width: 160px!important;
  }
  .header .float-right {
    float: none;
    display: block;

  }
  .navr{
    float: right;
    align-items: flex-start;
    margin-right: -24px;
  }

  .navr span{
    font-size: 16px;
  }

  .navr .lang{
    font-size: 14px;
  }


  .header .menu {
    float: none;
    display: none;
    flex-direction: column;
    background: white;
    position: fixed;
    top: 0.88rem;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #e5e5e5; }
  .header.show-menu .menu {
    display: flex !important; }
  .header .menu .menu-item {
    position: relative;
    color: black;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0.4rem;
    border-bottom: 1px solid #e5e5e5;
    line-height: 50px;
      font-size: 14px;
  }
  .header .menu span.menu-item::after {
    content: "";
    position: absolute;
    top: 0;
    margin-top: 0.4rem;
    right: 0.3rem;
    background: url(../images/icon-menu3.png) no-repeat center;
    background-size: contain;
    width: 0.3rem;
    height: 0.18rem;
    transform: rotateX(0);
    transition: all 0.35s; }
  .header .submenu {
    position: static;
    background-color: #f7f7f7; }
  .header .submenu .main-width {
    flex-wrap: wrap; }
  .header .submenu .item {
    width: 100%;
    border-bottom: 1px solid white; }
  .header .menu .menu-item:hover::after {
    transform: rotateX(180deg); }
  .header .menu .menu-item:hover .submenu {
    padding: 0; }
  .header .menu .language {
    display: block;
    position: static;
    text-align: center;
    padding: 0.4rem 0; }
    .header .menu .language span {
      padding: 0 0.26rem; }
  .header .language {
    float: none;
    position: absolute;
    top: 0.16rem;
    right: 0.9rem;
    display: none; }

  .lang:after{
    display: none;
  }
  .header .search{
    margin-left: 10px;
  }
  .lang{
    margin-left: 10px;
  }
  .header .search::after{
    display: none;
  }
  .header .search {}
    .header .search .icon-search {
      display: none; }
    .header .search::after {
      content: "";
      height: 0.26rem;
      border-right: 1px solid black;
      position: absolute;
      top: 0.31rem;
      right: 0; }
  .common .title{
    margin: 20px 0;
  }
  .common .title .zi-bg {
    font-size: 0.30rem;
    left: 0.14rem; }
  .aboutus .cont{
    font-size: 14px;
    width: 100%;
    margin: 0px;
    line-height: 28px;
  }

  .haoping .cont{
    padding-bottom: 60px;
  }
  .haoping .cont li{
    font-size: 14px;
    padding: 15px;
    line-height: 30px;
  }
  .common .title p{
    font-size: 16px;
  }
  .product .cont .lists1 .swiper-button-prev{
    left: 10px;
  }

  .product .cont .lists1 .swiper-button-next{
    right: 20px;
  }

  .common .title .name {
    font-size: 0.48rem;}
  .common .title .name small {
    font-size: 0.2rem; }
  .common .more {
    color: rgba(0, 0, 0, 0);
    background-size: 0.94rem 0.94rem !important;
    top: 0.56rem; }

  .footer {
    padding: 0.3rem 0; }
  .footer .left-text, .footer .right-text .menu {
    display: none; }

  .footer .right-text {
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
    text-align: center; }



    .footer .right-text .copyright {
      font-size: 0.22rem; }


    .footer .right-text br {
      display: none; }
  .products .cont {
    width: 100%;
    overflow-x: auto;
    margin-top: -0.8rem; }
    .products .cont .list {
      display: flex;
      flex-wrap: nowrap;
      padding-top: 0.4rem;
      white-space: nowrap; }
      .products .cont .list li {
        overflow: visible !important;
        float: left;
        width: 3.33rem;
        margin-right: 0.4rem; }
  .business .cont li {
    width: 100%;
    margin-bottom: 0.04rem; }
  .business .cont li .cover .name {
    font-size: 0.4rem; }
  .business .cont li .cover {
    padding-top: 50px; }
  .business .cont li a:hover .cover {
    padding-top: 1.2rem; }
  .business .cont li a:hover .cover .desc {
    opacity: 1; }
  .about .more {
    top: -1.8rem;
    bottom: auto; }
  .about .cont {
    flex-wrap: wrap; }
  .about .cont .left-text, .about .cont .right-text {
    width: 100%; }
  .band .title .name {
    font-size: 0.48rem; }
  .contact .cont {
    width: 100%;
    font-size: 0.21rem;
    padding: 0.5rem 0 0.8rem; }
  .contact .cont .name {
    font-size: 0.32rem; }
  .band .cont {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.4rem; }
    .band .cont .list {
      display: flex;
      flex-wrap: nowrap;
      padding: 0.2rem 0 0.2rem; }
      .band .cont .list li {
        width: 2rem;
        margin-right: 0.2rem;
        height: 0.8rem; }
        .band .cont .list li img {
          width: 2rem;
          height: 0.8rem; }
  .band .swiper-pagination {
    bottom: -0.14rem; }
  .breadcrumb {
    display: none; }
  .about-company {
    font-size: 0.24rem; }
  .about-common .cont {
    width: 100%; }
  .company-overview, .our-advantage, .company-culture {
    padding: 0.35rem 0; }
    .company-overview .title, .our-advantage .title, .company-culture .title {
      margin-bottom: 0; }
    .company-overview .cont, .our-advantage .cont, .company-culture .cont {
      display: none; }
  .company-group .list .item .wz {
    width: 100%;
    height: 0.74rem;
    background: url(../images/about-text-small.png) no-repeat center;
    background-size: contain; }
    .company-group .list .item .wz::after, .company-group .list .item .wz img {
      display: none; }
  .about-ys .list li {
    width: 100%;
    padding: 0 0.7rem; }
  .company-culture-content {
    padding: 0.66rem; }
  .company-culture-content .list, .company-group .list {
    flex-wrap: wrap; }
  .company-culture-content .list .item, .company-group .list .item {
    flex: none;
    width: 100%; }
  .company-culture-content .list .item {
    margin-right: 0;
    margin-bottom: 0.34rem; }
  .company-group .list .item .text-desc {
    width: 100%; }
  .company-team .cont {
    width: 100%; }
  .company-group .list .item .wz img {
    width: 100%; }
  .company-group .list:last-child .item .photo {
    height: 5.45rem; }
    .company-group .list:last-child .item .photo img {
      height: 100%; }
  .business-1-cont .service:after {
    bottom: 0px; }
  .business-1-cont .service .name {
    line-height: normal; }
  .business-1-cont .swiper .swiper-titles {
    padding: 0.1rem 0.2rem 0px; }
  .business-1-cont .swiper .swiper-title {
    line-height: 1em;
    margin: 0;
    text-align: center; }
  .business-1-cont .swiper .swiper-title.active:after {
    bottom: -0.2rem; }
  .business-1-cont .swiper .texts {
    width: 100%;
    padding: 0 1.8rem;
    box-sizing: border-box; }
  .business-1-cont .swiper .texts .left-btn {
    left: 0.3rem; }
  .business-1-cont .swiper .texts .right-btn {
    right: 0.3rem; }
  .business-1-cont .swiper .photo-item .name {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 0.24rem; }
  .business-1-cont .swiper .photo-item .photo {
    width: 2.7rem;
    height: 2.7rem; }
  .business-1-cont .swiper .photo-item.active .photo {
    width: 4.7rem;
    height: 4.7rem; }
  .business-1-cont .swiper {
    height: 10.4rem; }
  .business2-service {
    padding: 0.6rem 0; }
  .business2-service .list {
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0.4rem 0.3rem; }
    .business2-service .list:last-child {
      padding-bottom: 0; }
    .business2-service .list .item {
      margin: 0;
      flex: none;
      width: 100%;
      line-height: 0;
      margin-bottom: 0.3rem; }
      .business2-service .list .item:last-child {
        margin-bottom: 0; }
      .business2-service .list .item .icon {
        width: 1.5rem;
        height: 1.5rem; }
      .business2-service .list .item .text {
        font-size: 0.4rem; }
  .business3-service {
    padding: 0.6rem 0; }
  .business3-service .list {
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0.4rem 0.3rem; }
    .business3-service .list:last-child {
      padding-bottom: 0; }
    .business3-service .list .item {
      margin: 0;
      flex: none;
      width: 100%;
      line-height: 0;
      margin-bottom: 0.3rem; }
      .business3-service .list .item:last-child {
        margin-bottom: 0; }
      .business3-service .list .item .icon {
        width: 1.5rem;
        height: 1.5rem; }
      .business3-service .list .item .text {
        font-size: 0.4rem;
        line-height: 1em; }
        .business3-service .list .item .text .name {
          font-size: 0.32rem;
          margin-bottom: 0.2rem; }
        .business3-service .list .item .text .desc {
          font-size: 0.24rem; }
  .business-3-products .cont {
    padding: 0;
    margin: 0;
    overflow: auto; }
    .business-3-products .cont .list {
      margin-left: 0 !important;
      width: auto !important; }
      .business-3-products .cont .list .item {
        width: 3.6rem !important; }
        .business-3-products .cont .list .item img {
          width: 2.6rem;
          height: 2.6rem; }
        .business-3-products .cont .list .item .name {
          font-size: 0.24rem; }
  .business-3-products .button-prev, .business-3-products .button-next {
    display: none; }
  .quality-1-list {
    padding: 0.6rem 0; }
  .quality-1-list .list {
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0.4rem 0.3rem; }
    .quality-1-list .list:last-child {
      padding-bottom: 0; }
    .quality-1-list .list .item {
      margin: 0;
      flex: none;
      width: 100%;
      line-height: 0;
      margin-bottom: 0.3rem; }
      .quality-1-list .list .item:last-child {
        margin-bottom: 0; }
      .quality-1-list .list .item .icon {
        width: 1.5rem;
        height: 1.5rem; }
      .quality-1-list .list .item .text {
        font-size: 0.4rem;
        line-height: 1em;
        padding: 0.36rem 0.16rem 0.36rem 0.36rem;
        height: auto; }
        .quality-1-list .list .item .text .name {
          font-size: 0.32rem;
          margin-bottom: 0.2rem; }
        .quality-1-list .list .item .text .desc {
          font-size: 0.24rem; }
  .quality-2-about .cont {
    display: block;
    padding: 0.2rem 0; }
    .quality-2-about .cont .photo {
      margin-top: 0.2rem; }
  .quality-2-process .cont {
    background: none; }
  .quality-2-process2 .cont {
    background: #f6f6f6; }
  .quality-2-process .cont .list {
    padding: 0;
    height: 3.94rem;
    background: url(../images/quality-pic-01.png) no-repeat center top;
    background-size: contain; }
    .quality-2-process .cont .list.list2 {
      background: url(../images/quality-pic-02.png) no-repeat center top;
      background-size: contain; }
    .quality-2-process .cont .list .item {
      display: none; }
  .quality-2-about + .our-advantage .cont {
    display: block; }
  .quality-2-process2 .list2 {
    flex-wrap: wrap; }
    .quality-2-process2 .list2 .item {
      flex: none;
      width: 33.3333%;
      border: none; }
      .quality-2-process2 .list2 .item .photo {
        line-height: 0; }
  .product-1-list {
    padding: 0.6rem 0; }
  .product-1-list .list {
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0.4rem 0.3rem; }
    .product-1-list .list:last-child {
      padding-bottom: 0; }
    .product-1-list .list .item {
      margin: 0;
      flex: none;
      width: 100%;
      line-height: 0;
      margin-bottom: 0.3rem; }
      .product-1-list .list .item:last-child {
        margin-bottom: 0; }
      .product-1-list .list .item .icon {
        width: 1.5rem;
        height: 1.5rem; }
      .product-1-list .list .item .text {
        font-size: 0.4rem;
        line-height: 1em;
        padding: 0.36rem 0.16rem 1.08rem 0.36rem;
        height: auto; }
        .product-1-list .list .item .text .name {
          font-size: 0.32rem;
          margin-bottom: 0.2rem; }
        .product-1-list .list .item .text .desc {
          font-size: 0.24rem; }
  .product-1-buttons .list .item {
    height: 1.06rem;
    line-height: 1.06rem;
    padding: 0 0.53rem;
    border-radius: 0.53rem; }
    .product-1-buttons .list .item:after {
      right: 0.18rem; }
  .product-1-inventory .more {
    right: 0.2rem; }
  .product-2-list .group .con .item {
    width: 33.3333%; }
  .indexs-wrap {
    width: 100%;
    overflow-x: auto; }
  .product-2-list .indexs {
    display: flex; }
  .product-2-list .indexs .item {
    padding: 0 0.3rem;
    border-radius: 0.4rem; }
  .product-2-list .desc {
    min-height: 1rem;
    line-height: 1em;
    padding: 0.26rem 0.8rem; }
  .product-2-list .tools .search {
    width: 3.34rem;
    overflow: hidden; }
  .product-2-list .components .item {
    width: 50%; }
  .product-2-list .tools .button {
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.4rem; }
  .product-2-list .tools .search input {
    height: 0.8rem;
    padding: 0 0.8rem 0 0.4rem;
    border-radius: 0.4rem; }
  .product-2-list .tools .search .button {
    min-width: 0.8rem;
    width: 0.8rem;
    background: url(../images/search-icon-22.png) #faa42d no-repeat center;
    color: rgba(0, 0, 0, 0); }
  .product-2-list .components .item .photo {
    line-height: 0;
    margin-bottom: 0.2rem; }
  .product-2-list .components .item .label {
    font-size: 0.24rem; }
  .product-2-list .components .photo-item .info {
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1); }
  .product-2-list .components .item .btn {
    visibility: visible;
    font-size: 0.24rem; }
  .table td input {
    width: 100%; }
  .form .form-panel {
    flex-wrap: wrap; }
  .form .form-panel .form-item {
    flex: none;
    width: 100%;
    margin-bottom: 0.2rem; }
  .rqf-desc {
    min-height: 1rem;
    line-height: 1em;
    padding: 0.26rem 0.4rem; }
  .dialog .body {
    width: 6.7rem; }
  .contact-banner {
    height: calc(100vh - 0.88rem - 1.24rem);
    background: url(../images/contact-banner22.jpg) no-repeat top center;
    background-size: cover; }
    .contact-banner img {
      display: none; }
  .contact-banner .contact-text {
    width: 6.4rem;
    top: 5.8rem;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0.6rem 0.3rem; }
  .dialog-search .body {
    width: 7.5rem; }
  footer .main-width {
    opacity: 1 !important;
    transform: translateY(0) !important; } }

.search-result .search-panel {
  width: 100%; }

.search-result .result-list .result-item .product-list {
  width: 100%;
  overflow-x: auto; }
  .search-result .result-list .result-item .product-list .list {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 0.4rem; }
    .search-result .result-list .result-item .product-list .list li {
      width: 3.33rem;
      margin-right: 0.4rem; }

