@import "/font/iconfont.css";
input,
button,
textarea {
  outline: none;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0px;
  -moz-osx-font-smoothing: grayscale;
}
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
input,
textarea,
button,
p,
blockquote,
th,
td,
img,
iframe {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
textarea,
option {
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
ul,
li,
div {
  list-style: none;
  border: 0px;
  padding: 0px;
}
img {
  border: 0px;
}
html {
  -webkit-text-size-adjust: none;
}
input {
  outline: none;
}
textarea {
  resize: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 12px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  font-size: 12px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  font-size: 12px;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
  font-size: 12px;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
body {
  font-size: 14px;
  color: #444;
  position: relative;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #444;
}
a:hover {
  color: #1a8acc;
}
.wp {
  width: calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  margin: 0px auto;
}
.maxw {
  width: 100%;
  max-width: 1200px;
}
.w1200 {
  margin: 0px auto;
  width: 100%;
  max-width: 1200px;
}
body {
  background: #f9f9f9;
}
#header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1111;
}
#header-bar {
  background: #fff;
  margin: 0px auto;
  border-bottom: 2px solid #efefef;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#header-bar-c {
  width: 100%;
  margin: 0px auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}
#header-logo {
  padding: 20px 0px;
}
#header-logo img {
  height: 54px;
  width: 210px;
}
#header-nav {
  width: 100%;
  max-width: 800px;
}
#header-nav ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#header-nav ul li {
  flex: 1;
  text-align: center;
  line-height: 104px;
  height: 104px;
  position: relative;
}
#header-nav ul li a {
  width: 100%;
  font-size: 18px;
  display: block;
}
#header-nav ul li i.iconfont {
  position: absolute;
  display: none;
  line-height: 14px;
  height: 14px;
  bottom: -5px;
  left: 50%;
  font-size: 18px;
  margin-left: -8px;
  z-index: 999;
}
#header-nav ul li.active a,
#header-nav ul li:hover a {
  color: #1492ff;
}
#header-nav ul li.active i.iconfont,
#header-nav ul li:hover i.iconfont {
  color: #1492ff;
  display: block;
}
#header-nav ul li.closed {
  display: none;
}
#down-nav {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 200px;
  z-index: 9999;
  display: none;
  padding: 20px 0px 40px 0px;
  backdrop-filter: blur(10px);
}
#down-nav .down-nav-item {
  width: 100%;
  display: none;
  height: auto;
  max-width: 1200px;
  margin: 0px auto;
  font-size: 14px;
}
#banner {
  width: 100%;
  background: url(/img/banner.webp) center center no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  margin-top: 151px;
}
#banner .banner-text {
  margin: 0px auto;
  width: 100%;
  max-width: 1200px;
  color: #fff;
}
#banner .banner-text h1 {
  font-size: 52px;
  padding-bottom: 28px;
}
#banner .banner-text h2 {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 12px;
}
#banner .banner-text h4 {
  font-size: 32px;
  font-weight: normal;
  opacity: 0.8;
  display: inline-flex;
  padding: 16px 0px 24px 0px;
  text-transform: uppercase;
}
#banner .banner-text i.line {
  width: 40%;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  display: block;
}
#banner .banner-text i.line1 {
  width: 50%;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  display: block;
}
.index-title {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 55px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
}
.index-title.noborder {
  border: none;
}
.index-title b {
  font-size: 32px;
  color: #1492ff;
  text-transform: uppercase;
}
.index-title p {
  font-size: 12px;
  color: #bbb;
  display: none;
  opacity: 0;
}
.index-title.bg {
  background: #fff;
}
#appliction {
  width: 100%;
  margin: 0px auto;
  margin-top: 40px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
#appliction .app-item {
  flex: 1;
  background: #fff;
}
#appliction .app-item-img {
  width: 100%;
}
#appliction .app-item-img img {
  width: 100%;
  display: block;
}
#appliction .app-item-text {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  line-height: 1.8;
}
#appliction .app-item-text b {
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 24px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 16px;
  padding-top: 20%;
}
#appliction .app-item-text p {
  opacity: 0.5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 12px 24px;
  color: #fff;
}
#appliction .app-item:hover .app-item-text {
  opacity: 1;
}
#index-products {
  background: #fff;
  padding: 40px 0px;
  width: 100%;
  display: block;
  margin: 0px auto;
}
#index-products #ipro-list {
  margin: 0px auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
}
.pro-item {
  width: 32%;
  position: relative;
  margin-right: 2%;
}
.pro-item .pro-item-imgs {
  width: 100%;
}
.pro-item .pro-item-imgs img {
  width: 100%;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.pro-item .pro-item-name {
  padding: 20px 0px;
  border-bottom: 1px solid #eee;
}
.pro-item .pro-item-name b {
  line-height: 50px;
  height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
  width: 100%;
  display: block;
}
.pro-item .pro-item-name p {
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.pro-item .pro-item-shadow {
  width: 100%;
  position: absolute;
  z-index: 9999;
  left: 0px;
  bottom: 90px;
  display: none;
  background: rgba(20, 146, 255, 0.9);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.pro-item .pro-item-shadow b {
  line-height: 30px;
  height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
  width: 100%;
}
.pro-item .pro-item-shadow ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  font-weight: 100;
}
.pro-item .pro-item-shadow ul li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.pro-item:hover .pro-item-shadow {
  bottom: 83px;
  display: block;
}
.pro-item:nth-child(3n) {
  margin-right: 0px;
}
#index-honor {
  margin: 0px auto;
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 50px;
}
.honor-c,
.honor-c2 {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 30px 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}
.honor-c #honor,
.honor-c2 #honor {
  width: 100%;
}
.honor-c #honor .honor-item,
.honor-c2 #honor .honor-item {
  position: relative;
  width: 100%;
  padding: 5px;
  border: 5px solid #e2e2e2;
  background: #fff;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.honor-c #honor .honor-item .imgs,
.honor-c2 #honor .honor-item .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
}
.honor-c #honor .honor-item .imgs img,
.honor-c2 #honor .honor-item .imgs img {
  margin: 0px auto;
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 100%;
}
.honor-c #honor .honor-item .text,
.honor-c2 #honor .honor-item .text {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
.honor-c #honor .honor-item .text span,
.honor-c2 #honor .honor-item .text span {
  border: 1px solid #eee;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
  padding: 8px 16px;
  opacity: 0.7;
}
.honor-c #honor .honor-item:hover .imgs img,
.honor-c2 #honor .honor-item:hover .imgs img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.honor-c #honor .honor-item:hover .text,
.honor-c2 #honor .honor-item:hover .text {
  display: flex;
}
.honor-c #honor .honor-item:hover .text span:hover,
.honor-c2 #honor .honor-item:hover .text span:hover {
  opacity: 1;
}
#honordetail {
  width: 100%;
}
#honordetail .honor-item {
  position: relative;
  width: 100%;
  padding: 5px;
  border: 5px solid #e2e2e2;
  background: #fff;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#honordetail .honor-item .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
}
#honordetail .honor-item .imgs img {
  margin: 0px auto;
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 100%;
}
#honordetail .honor-item .text {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
#honordetail .honor-item .text span {
  border: 1px solid #eee;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
  padding: 8px 16px;
  opacity: 0.7;
}
#honordetail .honor-item:hover .imgs img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
#honordetail .honor-item:hover .text {
  display: flex;
}
#honordetail .honor-item:hover .text span:hover {
  opacity: 1;
}
#footer {
  background: #a5a5a5;
  width: 100%;
  padding: 0px;
  margin: 0px auto;
}
#footer #footer-content {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 40px 0px;
  justify-content: space-between;
  display: flex;
}
#footer #footer-content .foot-item {
  width: 15%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#footer #footer-content .foot-item .footlogo {
  margin-top: 35%;
}
#footer #footer-content .foot-item b {
  line-height: 50px;
  height: 50px;
  color: #fff;
  font-size: 22px;
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
#footer #footer-content .foot-item a {
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}
#footer #footer-content .foot-item a:hover {
  color: #103a4c;
}
#footer #footer-content .foot-item.product {
  width: 20%;
}
#footer #footer-content .foot-item.contact {
  width: 35%;
}
.contacts {
  width: 100%;
  max-width: 1200px;
  display: flex;
  margin: 30px auto;
  justify-content: space-between;
  align-items: center;
}
.contacts .contact-left {
  width: 50%;
}
.contacts .contact-left img {
  width: 100%;
}
.contacts .contact-right {
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 50px;
  line-height: 2;
  font-size: 16px;
}
.contacts .contact-right b {
  font-size: 22px;
  padding-bottom: 24px;
  display: block;
}
.contacts .contact-right p {
  padding-left: 30px;
  position: relative;
  padding-bottom: 10px;
}
.contacts .contact-right i {
  font-size: 20px;
  color: #f80;
  padding-right: 4px;
  position: absolute;
  left: 0px;
  top: -5px;
}
.foot-code {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.foot-code .code-img {
  width: 160px;
  z-index: 10;
  margin-top: -50px;
}
.foot-code .code-img p {
  text-align: center;
  width: 100%;
  color: #fff;
  margin-top: 8px;
}
.foot-code .code-img img {
  width: 120px;
  margin: 0px auto;
  display: block;
}
.foot-code .foot-code-c {
  color: #fff;
  font-size: 15px;
}
.foot-code .foot-code-c p {
  padding: 4px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.foot-code .foot-code-c p i.iconfont {
  margin-right: 10px;
}
.foot-bar {
  width: 160px;
  padding-top: 8px;
  display: flex;
  justify-content: center;
}
.foot-bar i.iconfont {
  background: #17aaf3;
  color: #fff;
  width: 30px;
  min-width: 30px;
  line-height: 30px;
  height: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: block;
  text-align: center;
  font-size: 18px;
}
.footer-copyright {
  width: 100%;
  text-align: center;
  background: #8b8b8b;
  font-size: 14px;
  padding: 14px 0px;
  color: #fff;
}
.footer-copyright a {
  color: #8b8b8b;
}
.about-intro {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
.about-intro ul {
  width: 100%;
}
.about-intro ul:after {
  clear: both;
  content: '';
  font-size: 0px;
  width: 100%;
  height: 0px;
  display: block;
}
.about-intro ul li {
  width: 30%;
  padding: 10px 1%;
  float: left;
}
.about-intro ul li a {
  width: 100%;
}
.about-intro ul li a img {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.about-intro ul li a p {
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  color: #fff;
}
.product-info ul {
  width: 100%;
  display: block;
}
.product-info ul:after {
  clear: both;
  content: '';
  font-size: 0px;
  width: 100%;
  height: 0px;
  display: block;
}
.product-info ul li {
  width: 25%;
  float: left;
}
.product-info ul li b {
  padding: 15px 0px;
  display: block;
  font-size: 18px;
  color: #fff;
}
.product-info ul li a {
  color: #bbb;
  line-height: 25px;
  height: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  font-size: 14px;
}
.product-info ul li a:hover {
  color: #fff;
}
.nybanner {
  width: 100%;
  background: url(../img/about-banner.webp);
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  margin-top: 106px;  /*有多语言导航条用151px*/
  background-size: cover;
  height: 270px;
}
.nybanner.pro {
  background: url(../img/pro-banner.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nybanner.apply {
  background: url(../img/app-banner.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nybanner.cont {
  background: url(../img/contact-banner.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nybanner-content {
  background-size: cover;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
.nybanner-content b {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.nybanner-content p {
  font-size: 14px;
  font-weight: 100;
  color: #fff;
}
#mbx {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  line-height: 60px;
  height: 60px;
  color: #666;
  font-size: 16px;
}
#mbx a i.iconfont {
  color: #0092e7;
  font-size: 18px;
}
#mbx span {
  color: #0092e7;
}
#proinfo {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding-bottom: 30px;
}
#proinfo:after {
  clear: both;
  content: '';
  font-size: 0px;
  width: 100%;
  height: 0px;
  display: block;
}
#proinfo-left {
  width: 400px;
  float: left;
}
#proinfo-right {
  width: 750px;
  float: right;
}
#proinfo-right .proname {
  font-size: 28px;
}
#proinfo-right .proname p {
  color: #999;
  font-size: 14px;
}
#proinfo-img {
  width: 100%;
}
#proinfo-img .proinfo-main-img {
  width: 100%;
  height: 300px;
}
#proinfo-img .proinfo-main-img img {
  width: 100%;
  display: block;
}
#proinfo-img .proinfo-list {
  width: 100%;
  display: flex;
  background: #fff;
  justify-content: space-between;
  padding: 5px;
  box-sizing: border-box;
}
#proinfo-img .proinfo-list .item {
  flex: 1;
  padding: 5px;
  box-sizing: border-box;
}
#proinfo-img .proinfo-list .item .hidden {
  display: none;
}
#proinfo-img .proinfo-list .item img {
  width: 100%;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
#proinfo-img .proinfo-list .item.active img {
  border: 1px solid #f97f00;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.proicon {
  border-bottom: 1px solid #ddd;
  padding: 20px 0px 10px 0px;
}
.proicon:after {
  clear: both;
  content: '';
  font-size: 0px;
  width: 100%;
  height: 0px;
  display: block;
}
.proicon img {
  display: inline-block;
}
.proicon a {
  line-height: 26px;
  height: 26px;
  color: #fff;
  background: #f97f00;
  display: inline-block;
  float: right;
  font-size: 14px;
  padding: 0px 25px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.proicon a:hover {
  background: #f89b39;
}
.proinfos {
  position: relative;
  padding: 15px 0px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.proinfos dl {
  position: relative;
  padding: 5px 0px 0px 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 80px;
}
.proinfos dl dt {
  line-height: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 5px;
  width: 80px;
}
.proinfos dl dd:after {
  clear: both;
  content: '';
  font-size: 0px;
  width: 100%;
  height: 0px;
  display: block;
}
.proinfos dl dd span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 20px;
  font-size: 13px;
  margin-right: 15px;
  border: 1px solid #d8d8d8;
  float: left;
  margin-bottom: 10px;
  cursor: pointer;
}
.proinfos dl dd span.active,
.proinfos dl dd span:hover {
  border: 1px solid #27a2e5;
  color: #27a2e5;
}
.proinfos dl.des {
  padding: 10px 0px 10px 80px;
}
.promain {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
.promain:after {
  clear: both;
  content: '';
  font-size: 0px;
  width: 100%;
  height: 0px;
  display: block;
}
#left {
  width: 240px;
  float: left;
}
#right2 {
  float: right;
  width: calc(100% - 290px);
  width: -wekbit-calc(100% - 290px);
  width: -moz-calc(100% - 290px);
}
#right {
  width: 100%;
}
#left-type {
  width: 240px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 15px 15px 5px 15px;
}
#left-type ul li {
  padding-bottom: 5px;
}
#left-type ul li span {
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  background: #9f9f9f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0px 25px 0px 10px;
  position: relative;
}
#left-type ul li span a {
  line-height: 40px;
  height: 40px;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}
#left-type ul li span i.iconfont {
  position: absolute;
  right: 5px;
  top: 0px;
  z-index: 10;
  cursor: pointer;
}
#left-type ul li span i.iconfont.icon-jia {
  display: block;
}
#left-type ul li span i.iconfont.icon-jian {
  display: none;
}
#left-type ul li ul {
  display: none;
}
#left-type ul li ul li a {
  padding-left: 10px;
  border-bottom: 1px dashed #eee;
  font-size: 14px;
  color: #787677;
  line-height: 37px;
  height: 37px;
  display: block;
}
#left-type ul li ul li a:hover {
  color: #12abef;
}
#left-type ul li.active span {
  background: #12abef;
}
#left-type ul li.active span i.iconfont.icon-jian {
  display: block;
}
#left-type ul li.active span i.iconfont.icon-jia {
  display: none;
}
#left-type ul li.active ul {
  display: block;
}
.promain-bg {
  width: 100%;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
#right-type {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px 15px 5px 15px;
  position: relative;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#right-type ul li {
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
#right-type ul li b {
  font-size: 15px;
  line-height: 38px;
  height: 38px;
  font-weight: normal;
}
#right-type ul li .list {
  padding: 5px 0px 5px 0px;
}
#right-type ul li .list:after {
  clear: both;
  content: '';
  font-size: 0px;
  width: 100%;
  height: 0px;
  display: block;
}
#right-type ul li .list a {
  font-size: 13px;
  border-radius: 2px;
  white-space: nowrap;
  word-wrap: keep-all;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
  border: 1px solid #eee;
  padding: 2px 10px;
  margin-right: 10px;
}
#right-type ul li:nth-child(n + 2) {
  display: none;
}
#right-type .right-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 12px;
  padding: 5px 10px;
  background: #666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
}
#right-type.active ul li:nth-child(n + 2) {
  display: block;
}
.prodetail-title {
  margin-top: 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 55px;
  height: 55px;
  padding-left: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}
.prodetail-title span {
  color: #0093e7;
}
.prodetail-title i.iconfont {
  background: #0093e7;
  position: absolute;
  left: 0px;
  top: 17px;
  color: #fff;
  width: 20px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  display: block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.prodetail-title.mt0 {
  margin-top: 0px;
}
#detail {
  padding: 30px 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 2;
  width: 100%;
}
#detail img {
  max-width: 100%;
}
.xgpro {
  width: 100%;
  padding-top: 30px;
}
.xgpro:after {
  clear: both;
  content: '';
  font-size: 0px;
  width: 100%;
  height: 0px;
  display: block;
}
.xgpro .xgpro-tab {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 15px;
  border: 1px solid #eee;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: calc(50% - 15px);
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  margin-bottom: 30px;
}
.xgpro .xgpro-tab:after {
  clear: both;
  content: '';
  font-size: 0px;
  width: 100%;
  height: 0px;
  display: block;
}
.xgpro .xgpro-tab:nth-child(2n-1) {
  margin-right: 30px;
}
.xgpro .xgpro-tab .imgs {
  width: 130px;
  float: left;
  height: 130px;
}
.xgpro .xgpro-tab .imgs img {
  width: inherit;
  height: inherit;
}
.xgpro .xgpro-tab .xgpro-info {
  float: right;
  width: calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
  width: -moz-calc(100% - 150px);
}
.xgpro .xgpro-tab .xgpro-info b {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  padding: 5px 0px;
  display: block;
}
.xgpro .xgpro-tab .xgpro-info p {
  font-size: 14px;
  color: #999;
  padding: 5px 0px;
}
.xgpro .xgpro-tab .xgpro-info span {
  color: #ffaa00;
  font-size: 15px;
}
.xgpro .xgpro-tab:hover {
  border: 1px solid #55a1df;
}
.prolist {
  width: 100%;
  margin-top: 30px;
}
.prolist:after {
  clear: both;
  content: '';
  font-size: 0px;
  width: 100%;
  height: 0px;
  display: block;
}
.prolist .protab {
  width: calc(33% - 20px);
  width: -webkit-calc(33% - 20px);
  width: -moz-calc(33% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}
.prolist .protab .imgs {
  width: 100%;
}
.prolist .protab .imgs img {
  width: 100%;
}
.prolist .protab .name {
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.prolist .protab p {
  line-height: 30px;
  height: 30px;
  color: #999;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.prolist .protab .more {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  line-height: 30px;
  height: 30px;
  border: 1px solid #eee;
  font-size: 12px;
  text-align: center;
  padding: 0px 10px;
  margin: 0px auto;
  display: block;
  width: 90px;
  margin-top: 15px;
}
.prolist .protab:nth-child(3n) {
  margin-right: 0px;
}
.prolist .protab:hover a.more {
  background: #0092e7;
  color: #fff;
}
#content {
  padding: 25px 0px;
  line-height: 220%;
  font-size: 16px;
  text-align: justify;
}
#content img {
  max-width: 100%;
}
.applist {
  width: 100%;
  margin-top: 30px;
}
.applist:after {
  clear: both;
  content: '';
  font-size: 0px;
  width: 100%;
  height: 0px;
  display: block;
}
.applist .apptab {
  width: calc(33% - 20px);
  width: -webkit-calc(33% - 20px);
  width: -moz-calc(33% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  float: left;
}
.applist .apptab .imgs {
  width: 100%;
}
.applist .apptab .imgs img {
  width: 100%;
}
.applist .apptab .name {
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.applist .apptab p {
  line-height: 30px;
  height: 30px;
  color: #999;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.applist .apptab .more {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 34px;
  height: 34px;
  border: 1px solid #eee;
  font-size: 12px;
  text-align: center;
  padding: 0px 20px;
  margin: 0px auto;
  display: block;
  width: 90px;
  margin-top: 15px;
}
.applist .apptab:nth-child(3n) {
  margin-right: 0px;
}
.applist .apptab:hover a.more {
  background: #0092e7;
  color: #fff;
}
.app {
  width: 100%;
}
.app .apptitle {
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
}
.app .apptitle b {
  font-size: 24px;
  padding-bottom: 15px;
}
.app .apptitle p {
  font-size: 14px;
  color: #999;
  line-height: 200%;
}
.app .appcontent {
  line-height: 220%;
  padding: 25px 0px;
}
.app .appcontent img {
  max-width: 100%;
}
#header-top {
  position: absolute;
  z-index: 999;
  left: 0px;
  top: 0px;
  width: 100%;
}
#header-top .c {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: flex-end;
}
#header-top .c .translation-box {
  width: 200px;
  min-height: 32px;
  text-align: right;
}
.tj {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-top: 24px;
}
.tj .number {
  width: 100%;
  text-align: center;
}
.tj .number b {
  color: #1492ff;
  font-size: 38px;
  font-family: Arial, Helvetica, sans-serif;
}
.tj .number p {
  color: #888;
}
.network {
  width: 100%;
  padding-bottom: 32px;
}
.network img {
  max-width: 1100px;
  width: 100%;
  display: block;
  margin: 0px auto;
}
.culture {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  padding: 26px 0px;
}
.culture .culture-left {
  width: 50%;
}
.culture .culture-left img {
  max-width: 100%;
}
.culture .culture-right {
  width: 50%;
  padding-left: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.culture .culture-right .title {
  padding: 16px 0px;
}
.culture .culture-right .title b {
  font-size: 32px;
  color: #1492ff;
  text-transform: uppercase;
}
.culture .culture-right .title p {
  font-size: 12px;
  color: #bbb;
}
.culture .culture-right .culture-content {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  text-align: justify;
}
#industry {
  width: 100%;
  padding: 80px 0px;
}
#industry .list {
  width: 100%;
  padding: 0px 0px;
  display: block;
}
#industry .list:nth-child(2n) {
  background: #f9f9f9;
}
#industry .list .indtab {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#industry .list .indtab .indtab_img {
  width: 50%;
  overflow: hidden;
}
#industry .list .indtab .indtab_img img {
  width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#industry .list .indtab .indtab_text {
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 5%;
}
#industry .list .indtab .indtab_text b {
  font-size: 32px;
  font-weight: normal;
  display: block;
  padding-top: 36px;
  color: #0092e7;
  padding-bottom: 32px;
}
#industry .list .indtab .indtab_text p {
  color: #999;
  font-size: 14px;
  margin-bottom: 32px;
  display: block;
}
#industry .list .indtab .indtab_text .line {
  position: relative;
  z-index: 11;
  width: 120%;
  height: 2px;
  background: #eee;
  display: block;
  margin-left: -20%;
}
#industry .list .indtab .indtab_text .line i {
  width: 15%;
  background: #0ba8ed;
  height: 2px;
  display: block;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
#industry .list .indtab .indtab_text .des {
  padding-top: 40px;
  display: block;
  line-height: 2;
  color: #555;
}
#industry .list .indtab:hover .indtab_img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
#industry .list .indtab:hover .indtab_text .line i {
  width: 100%;
}
#industry .list .indtab2 {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#industry .list .indtab2 .indtab2_img {
  width: 50%;
  overflow: hidden;
}
#industry .list .indtab2 .indtab2_img img {
  width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#industry .list .indtab2 .indtab2_text {
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 5%;
}
#industry .list .indtab2 .indtab2_text b {
  font-size: 32px;
  font-weight: normal;
  display: block;
  padding-top: 36px;
  color: #0092e7;
  padding-bottom: 32px;
}
#industry .list .indtab2 .indtab2_text p {
  color: #999;
  font-size: 14px;
  margin-bottom: 32px;
  display: block;
}
#industry .list .indtab2 .indtab2_text .line {
  width: 120%;
  height: 2px;
  background: #eee;
  display: block;
  margin-right: -20%;
  display: flex;
  justify-content: right;
  position: relative;
  z-index: 10;
}
#industry .list .indtab2 .indtab2_text .line i {
  width: 15%;
  background: #0ba8ed;
  height: 2px;
  display: block;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
#industry .list .indtab2 .indtab2_text .des {
  padding-top: 40px;
  display: block;
  line-height: 2;
  color: #555;
}
#industry .list .indtab2:hover .indtab2_img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
#industry .list .indtab2:hover .indtab2_text .line i {
  width: 100%;
}
.product-type {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
}
.product-type .product-type_tab {
  width: calc(33.3% - 16px);
  -webkit-width: calc(33.3% - 16px);
}
.product-type {
  width: 100%;
  max-width: 1200px;
  padding-top: 48px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-type .product-type_tab {
  width: calc(33.3% - 24px);
  overflow: hidden;
  position: relative;
  margin-bottom: 36px;
}
.product-type .product-type_tab .ptimg {
  width: 100%;
}
.product-type .product-type_tab .ptimg img {
  width: 100%;
}
.product-type .product-type_tab .ptname {
  border: 1px solid #eee;
  line-height: 44px;
  height: 44px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.product-type .product-type_tab .child {
  width: 100%;
  position: absolute;
  left: 0px;
  top: -100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  padding: 24px;
  height: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.product-type .product-type_tab .child .child-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
}
.product-type .product-type_tab .child .child-list a {
  width: 100%;
  line-height: 40px;
  height: 40px;
  margin-bottom: 6%;
  overflow: hidden;
  display: block;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
}
.product-type .product-type_tab .child .child-list a:hover {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.product-type .product-type_tab:hover .child {
  top: 0;
}
.s-bar {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 24px;
}
.pro-search {
  box-sizing: border-box;
  z-index: 900;
  border: 1px solid #ddd;
  border-radius: 2px;
  right: 160px;
  width: 300px;
  margin-right: 32px;
  display: flex;
  justify-content: space-between;
}
.pro-search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro-search form input[type="text"] {
  width: 232px;
  border: none;
  font-size: 14px;
  padding: 8px;
}
.pro-search form .button {
  width: 50px;
  border: none;
  background: none;
  text-align: center;
  border-left: 1px solid #eee;
  line-height: 100%;
  height: 100%;
}
.pro-search form .button i {
  font-size: 20px;
  color: #0ba8ed;
}
.pro-search form .button:hover {
  background: #0ba8ed;
}
.pro-search form .button:hover i {
  color: #fff;
}
.pro-search form button {
  width: 50px;
  border: none;
  background: none;
  text-align: center;
  border-left: 1px solid #eee;
  line-height: 100%;
  height: 100%;
}
.pro-search form button i {
  font-size: 20px;
  color: #0ba8ed;
}
.pro-search form button:hover {
  background: #0ba8ed;
}
.pro-search form button:hover i {
  color: #fff;
}
a.ca {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 12px;
}
a.ca i {
  font-size: 18px;
  color: #999;
  margin-right: 8px;
}
a.ca:hover {
  background: #0ba8ed;
  color: #fff;
}
a.ca:hover i {
  color: #fff;
}
#catalog {
  position: fixed;
  transform: translateX(-200%);
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.07);
  top: 0px;
  left: 0px;
  z-index: 99999;
  width: 300px;
  background: #fff;
  border-right: 1px solid #eee;
  height: 100vh;
  padding: 40px 30px;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#catalog .close {
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: absolute;
  right: -10px;
  top: 10px;
}
#catalog .close i.iconfont {
  font-size: 24px;
  color: #888;
}
#catalog.active {
  transform: translateX(0);
}
#catalog-list {
  padding-top: 32px;
  height: 88vh;
  overflow-y: auto;
  overflow-x: hidden;
}
#catalog-list ul li {
  border: 1px solid #eee;
  margin-bottom: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#catalog-list ul li > a {
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px 12px;
  font-size: 15px;
  position: relative;
}
#catalog-list ul li > a i.iconfont {
  position: absolute;
  right: 0px;
  top: 6px;
  z-index: 1;
  font-size: 24px;
  color: #999;
}
#catalog-list ul li > a.active {
  color: #0ba8ed;
}
#catalog-list ul li > a.active i.iconfont {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  color: #0ba8ed;
}
#catalog-list ul li > ul {
  display: none;
  padding-bottom: 8px;
}
#catalog-list ul li > ul li {
  margin-bottom: 0px;
  border: none;
  padding: 0px;
}
#catalog-list ul li > ul li a {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 12px 8px 16px;
  font-size: 14px;
  color: #999;
}
#catalog-list ul li > ul li a:hover {
  color: #0ba8ed;
}
#catalog-list ul li > ul.active {
  display: block;
}
.prolist2 {
  width: 100%;
  max-width: 1200px;
  padding-top: 48px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prolist2 .protab2 {
  width: 23%;
  border: 1px solid #eee;
  margin-bottom: 2.2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.prolist2 .protab2:hover {
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.06);
}
.prolist2 .protab2 a {
  display: block;
}
.prolist2 .protab2 a .protab2-img {
  position: relative;
  width: 100%;
}
.prolist2 .protab2 a .protab2-img img {
  width: 100%;
  display: block;
}
.prolist2 .protab2 a .protab2-img .video {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 12;
  height: 100%;
  width: 100%;
  display: none;
}
.prolist2 .protab2 a b {
  line-height: 2;
  height: 40px;
  font-weight: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 16px;
  text-align: center;
  display: block;
  background: #fbfbfb;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.prolist2 .protab2:hover a .video {
  display: block;
}
.page-fy {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.page-fy a,
.page-fy span {
  border: 1px solid #eee;
  font-size: 14px;
  padding: 10px 15px;
  margin-right: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.page-fy a.active,
.page-fy span.active {
  border: 1px solid #0ba8ed;
  background: #0ba8ed;
  color: #fff;
}
.page-fy a:hover {
  border: 1px solid #0ba8ed;
  background: #0ba8ed;
  color: #fff;
}
#prodetail {
  padding: 60px 0px;
  background: #fff;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
.prodetail-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.prodetail-info .prodetail-img {
  width: 40%;
  box-sizing: border-box;
  position: relative;
}
.prodetail-info .prodetail-img .swiper-box .view .swiper-wrapper {
  height: 480px;
}
.prodetail-info .prodetail-img .video-img {
  position: absolute;
  left: 0px;
  z-index: 888;
  top: 0px;
  height: 100%;
  display: none;
}
.prodetail-info .prodetail-img:hover .video-img {
  display: block;
}
.prodetail-info .prodetail-img .img-btn {
  position: absolute;
  right: -1px;
  z-index: 999;
  border: 1px solid #eee;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #0ba8ed;
  opacity: 0.4;
  bottom: 0px;
}
.prodetail-info .prodetail-img .img-btn:hover {
  opacity: 1;
}
.prodetail-info .prodetail-img .img-btn i {
  font-size: 24px;
  color: #fff;
}
.prodetail-info .prodetail-img .imgleft-btn {
  right: 40px;
}
.prodetail-info .prodetail-img .imgleft-btn i {
  transform: rotate(180deg);
}
.prodetail-info .prodetail-img .imgright-btn {
  position: absolute;
  z-index: 999;
}
.prodetail-info .prodetail-text {
  width: 60%;
  box-sizing: border-box;
  padding-left: 8%;
}
.prodetail-info .prodetail-text h1 {
  font-weight: 400;
  font-size: 24px;
  padding: 16px 0px 24px 0px;
  display: block;
}
.prodetail-info .prodetail-text p {
  font-size: 14px;
  color: #888;
  padding-bottom: 16px;
  display: block;
}
.prodetail-info .prodetail-text .pro-specs {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin: 5px auto;
  flex-wrap: wrap;
  position: relative;
  height: 34px;
  overflow: hidden;
  padding-right: 50px;
  box-sizing: border-box;
}
.prodetail-info .prodetail-text .pro-specs.height-auto {
  height: auto;
}
.prodetail-info .prodetail-text .pro-specs b {
  font-size: 12px;
  font-weight: normal;
  padding: 4px 0px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #888;
  min-width: 80px;
}
.prodetail-info .prodetail-text .pro-specs.other span {
  padding: 4px 12px;
}
.prodetail-info .prodetail-text .pro-specs.other span a {
  padding: 0;
}
.prodetail-info .prodetail-text .pro-specs span {
  font-size: 12px;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 16px;
  margin-bottom: 12px;
  padding: 0px;
  cursor: pointer;
}
.prodetail-info .prodetail-text .pro-specs span a {
  display: block;
  padding: 4px 12px;
  white-space: normal;
}
.prodetail-info .prodetail-text .pro-specs span.more {
  background: #0ba8ed;
  color: #fff;
  padding: 0px 8px;
  line-height: 24px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 123;
}
.prodetail-info .prodetail-text .pro-specs span.active,
.prodetail-info .prodetail-text .pro-specs span:hover {
  border: 1px solid #0ba8ed;
  background: #0ba8ed;
  color: #fff;
}
.prodetail-info .prodetail-text .pro-specs span.active a,
.prodetail-info .prodetail-text .pro-specs span:hover a {
  color: #fff;
}
.prodetail-info .prodetail-text .pro-bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prodetail-info .prodetail-text .pro-bar a {
  font-size: 16px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 0px;
  margin-top: 12px;
  width: 32%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prodetail-info .prodetail-text .pro-bar a i.iconfont {
  font-size: 22px;
  margin-right: 6px;
}
.prodetail-info .prodetail-text .pro-bar .wechat {
  background: #50b674;
}
.prodetail-info .prodetail-text .pro-bar .order {
  background: #f90;
}
.prodetail-info .prodetail-text .pro-bar .order:hover {
  background: #f80;
}
.prodetail-info .prodetail-text .pro-bar .ca {
  background: #ddd;
  color: #333;
}
.prodetail-info .prodetail-text .pro-bar .ca i.iconfont {
  color: #888;
}
.prodetail-info .prodetail-text .pro-bar .ca:hover {
  background: #0ba8ed;
  color: #fff;
}
.prodetail-info .prodetail-text .pro-bar .ca:hover i.iconfont {
  color: #fff;
}
.similar-box {
  position: relative;
  width: 100%;
}
.similar {
  position: absolute;
  margin-top: 24px;
  box-sizing: border-box;
  border: 1px solid #eee;
  overflow: hidden;
  padding: 8px 16px;
  width: 100%;
  height: 96px;
  background: #fff;
  z-index: 2999;
}
.similar.active {
  height: auto;
}
.similar.active #similar-btn b {
  color: #0ba8ed;
}
.similar.active i.iconfont {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  color: #0ba8ed;
}
.similar #similar-btn {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 22px;
  display: flex;
  align-items: center;
}
.similar #similar-btn b {
  font-size: 12px;
  font-weight: normal;
  color: #666;
}
.similar #similar-btn i {
  font-size: 20px;
  position: relative;
}
.similar .similar-item {
  width: 100%;
  padding: 6px 0px;
  line-height: 2;
}
.similar .similar-item b {
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding: 8px 0px;
  color: #666;
}
.similar .similar-item > div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.similar .similar-item > div a {
  font-size: 14px;
  margin-right: 1%;
  color: #888;
  word-break: keep-all;
  width: 48%;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.similar .similar-item > div a:hover {
  color: #0ba8ed;
}
.view .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  margin: 0px auto;
  display: block;
}
.view .swiper-slide div {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
}
.view .swiper-slide:hover div {
  display: block;
}
.preview {
  width: 100%;
  margin-top: 12px;
  position: relative;
}
.preview .swiper-container {
  margin-left: 45px;
  margin-right: 45px;
}
.preview .swiper-slide {
  width: 90px;
  height: 90px;
  cursor: pointer;
  overflow: hidden;
  margin-right: 10px;
}
.preview .swiper-slide img {
  width: 86px;
  height: 86px;
  margin: 0 auto;
  border: 2px solid #edeef5;
}
.preview .arrow-left {
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: 10px;
  margin-top: -9px;
  width: 44px;
  height: 90px;
  text-align: center;
  z-index: 10;
}
.preview .arrow-left i {
  display: inline-block;
  width: 12px;
  height: 18px;
  font-size: 24px;
  background-size: 100% 100%;
  transform: rotate(180deg);
  margin-top: 34px;
}
.preview .arrow-right {
  position: absolute;
  right: 0px;
  top: 10px;
  margin-top: -9px;
  width: 44px;
  height: 90px;
  text-align: center;
  z-index: 10;
}
.preview .arrow-right i {
  display: inline-block;
  font-size: 24px;
  width: 12px;
  height: 18px;
  background-size: 100% 100%;
  margin-top: 30px;
}
.preview .active-nav img {
  padding: 0;
  border-color: #ff5909;
  opacity: 0.9;
}
.pic_page {
  position: absolute;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.swiper-tab {
  display: flex;
  justify-content: space-between;
}
.swiper-tab .swiper-slide {
  position: relative;
}
.swiper-tab .swiper-slide i {
  position: absolute;
  left: 35%;
  top: 25%;
  z-index: 11;
  color: #0ba8ed;
  font-size: 40px;
}
.swiper-box {
  margin: 0px auto;
  width: 100%;
}
.tools {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #eee;
  align-items: center;
  margin-bottom: 16px;
  background: #fff;
}
.tools a {
  margin-left: auto;
  padding: 0px 12px;
  border: 1px solid #eee;
  border-bottom: none;
  line-height: 44px;
  height: 44px;
}
.tools a:hover {
  background: #0ba8ed;
  color: #fff;
  border: 1px solid #0ba8ed;
  border-bottom: none;
}
.tools > span {
  line-height: 44px;
  height: 44px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  padding: 0px 24px;
  background: #fafafa;
  margin-right: 8px;
}
.tools > span.active,
.tools > span:hover {
  background: #0ba8ed;
  color: #fff;
}
.tools.active {
  position: fixed;
  top: 106px;   /*有多语言导航条改为150px*/
  z-index: 777;
  width: 1200px;
}
.newpro-content {
  width: 100%;
  padding-bottom: 24px;
}
.newpro-content .newpro-content-item {
  font-size: 14px;
  width: 100%;
  display: none;
  line-height: 2;
}
.newpro-content .newpro-content-item img {
  max-width: 100%;
}
.newpro-content .newpro-content-item table {
  max-width: 100%;
  width: 100%;
  border: 1px solid #eee;
}
.newpro-content .newpro-content-item table tr th {
  background: #e7f8fc;
}
.newpro-content .newpro-content-item table tr td,
.newpro-content .newpro-content-item table tr th {
  border: 1px solid #eee;
  padding: 6px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
}
.newpro-content .newpro-content-item.padtop {
  padding-top: 60px;
}
.newpro-content .newpro-content-item.active {
  display: block;
}
.pro-title {
  border-bottom: 1px solid #eee;
}
.pro-title span {
  padding: 10px 24px;
  font-size: 16px;
  background: #0ba8ed;
  display: inline-block;
  color: #fff;
}
.pro-content {
  padding: 24px 0px;
  line-height: 2;
}
.pro-content .ab-content {
  text-align: justify;
}
.rproducts {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  flex-wrap: wrap;
}
.rproducts .rpro-tab {
  width: 19%;
  margin-bottom: 24px;
}
.rproducts .rpro-tab .rpro-tab_img {
  width: 100%;
  border: 1px solid #eee;
  border-bottom: none;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.rproducts .rpro-tab .rpro-tab_img img {
  max-width: 100%;
  max-height: 100%;
  margin: 0px auto;
}
.rproducts .rpro-tab .rpro-tab_text {
  width: 100%;
  border: 1px solid #eee;
  text-align: center;
  background: #fafafa;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#order-box {
  width: 640px;
  display: none;
  box-sizing: border-box;
  padding: 32px 32px 24px 32px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-size: auto 70px;
}
#order-box h1 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 4px 0px 22px 0px;
  color: #0ba8ed;
}
#order-box .order-box-item {
  width: 100%;
}
#order-box .order-box-item dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 0px 12px 0px;
}
#order-box .order-box-item dl dt {
  width: 120px;
  text-align: center;
  color: #555;
}
#order-box .order-box-item dl dd {
  position: relative;
  flex: 1;
}
#order-box .order-box-item dl dd input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eee;
  padding: 10px;
  font-size: 14px;
}
#order-box .order-box-item dl dd input[type="text"]:focus {
  outline: #0ba8ed;
}
#order-box .order-box-item dl dd textarea {
  padding: 8px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 14px;
  line-height: 1.7;
}
#order-box .order-box-item dl dd .error {
  position: absolute;
  top: 40px;
  left: 10px;
  font-size: 11px;
  color: red;
  z-index: 999;
  display: none;
}
#order-box .order-box-item dl dd .error.active {
  display: block;
}
#order-box2 {
  width: 100%;
  margin: 0px auto;
  max-width: 1000px;
  box-sizing: border-box;
  padding: 32px 32px 24px 32px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-size: auto 70px;
}
#order-box2 h1 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 4px 0px 22px 0px;
  color: #0ba8ed;
}
#order-box2 .order-box-item {
  width: 100%;
}
#order-box2 .order-box-item dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 0px 12px 0px;
}
#order-box2 .order-box-item dl dt {
  width: 140px;
  text-align: center;
  color: #555;
}
#order-box2 .order-box-item dl dd {
  position: relative;
  flex: 1;
}
#order-box2 .order-box-item dl dd input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eee;
  padding: 12px;
  font-size: 14px;
}
#order-box2 .order-box-item dl dd input[type="text"]:focus {
  outline: #0ba8ed;
}
#order-box2 .order-box-item dl dd textarea {
  padding: 8px;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 14px;
  line-height: 1.7;
}
#order-box2 .order-box-item dl dd .error {
  position: absolute;
  top: 40px;
  left: 10px;
  font-size: 11px;
  color: red;
  z-index: 999;
  display: none;
}
#order-box2 .order-box-item dl dd .error.active {
  display: block;
}
#order-submit {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  background: #0ba8ed;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 5px auto;
  display: block;
  line-height: 42px;
  height: 42px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#order-submit:hover {
  background: #f80;
}
#newsny {
  padding-top: 40px;
  margin: 0px auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}
#newsny .ny-newslist {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#newsny .ny-newstab {
  width: 380px;
  margin-right: 30px;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  background: #fff;
}
#newsny .ny-newstab a {
  display: block;
  width: 100%;
}
#newsny .ny-newstab a .ny-newstab_img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
#newsny .ny-newstab a .ny-newstab_img img {
  width: 100%;
  height: 220px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#newsny .ny-newstab a .ny-newstab_text {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  padding: 16px;
}
#newsny .ny-newstab a .ny-newstab_text time {
  display: block;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #999;
  padding: 12px 0px;
  border-top: 1px solid #eee;
}
#newsny .ny-newstab a .ny-newstab_text time.noline {
  border: none;
  padding: 0px 0px 12px 0px;
}
#newsny .ny-newstab a .ny-newstab_text b {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.7;
  color: #222;
  height: 25px;
  line-height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 16px;
}
#newsny .ny-newstab a .ny-newstab_text b.noline {
  margin-bottom: 8px;
}
#newsny .ny-newstab a .ny-newstab_text p.des {
  padding: 8px 0px;
  font-size: 14px;
  color: #999;
  line-height: 26px;
  max-height: 50px;
  overflow: hidden;
}
#newsny .ny-newstab a .ny-newstab_text > i.iconfont {
  font-size: 12px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  display: block;
  background: #f0f0f0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin-top: 12px;
  color: #888;
}
#newsny .ny-newstab a .ny-newstab_text > span {
  font-size: 12px;
  color: #0ba8ed;
  margin-top: 12px;
  display: block;
}
#newsny .ny-newstab a .ny-newstab_text > span i.iconfont {
  font-size: 10px;
  color: #888;
  zoom: 0.8;
  padding-left: 12px;
  color: #0ba8ed;
}
#newsny .ny-newstab:hover {
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
}
#newsny .ny-newstab:hover a .index-newstab_img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
#newsny .ny-newstab:hover a .index-newstab_text b {
  color: #0ba8ed;
}
#newsny .ny-newstab:hover a .index-newstab_text p.des {
  color: #555;
}
#newsny .ny-newstab:hover a > i.iconfont {
  background: #0ba8ed;
  color: #fff;
}
#newsny .ny-newstab:nth-child(2n) {
  margin-right: 0px;
}
#newsny .news-content-right {
  width: 330px;
  padding: 0px 24px;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.news-t {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 65px;
  margin-bottom: 12px;
  color: #888;
}
.hot-list {
  width: 100%;
}
.hot-list a {
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  line-height: 48px;
  height: 48px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.hot-list a::before {
  content: "●";
  color: #999;
  font-size: 10px;
  margin-right: 6px;
}
.hot-list a:hover {
  color: #0ba8ed;
}
.hot-list a:hover::before {
  color: #0ba8ed;
}
.news-more {
  width: 80%;
  text-align: center;
  font-size: 14px;
  display: block;
  border-radius: 3px;
  line-height: 40px;
  height: 40px;
  margin: 0px auto;
  margin-top: 24px;
  border: 1px solid #eee;
  color: #888;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-more:hover {
  background: #0ba8ed;
  color: #fff;
  border: 1px solid #0ba8ed;
}
.prev-next {
  margin: 0px auto;
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  margin: 24px auto 0px auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px 20px;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.04);
  font-size: 14px;
}
.prev-next .item {
  padding: 16px 0px;
}
.prev-next .item span {
  color: #999;
}
.prev-next .item a {
  color: #666;
}
.prev-next .item a:hover {
  color: #0ba8ed;
}
.prev-next .item:nth-child(1) {
  border-bottom: 1px solid #eee;
}
.newsdetail-content {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.newsdetail-content .news-content-left {
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.04);
  background: #fff;
  line-height: 2;
  flex: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 40px 40px 40px;
  margin-right: 24px;
}
.newsdetail-content .news-content-left img {
  max-width: 100%;
}
.newsdetail-content .news-content-right {
  width: 280px;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 20px 20px 20px;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.04);
}
#newsdetail {
  background: #fcfcfc;
  width: 100%;
  padding-bottom: 24px;
  max-width: 1200px;
  margin: 0px auto;
}
#newsdetail .newsdetail-title {
  text-align: center;
  padding: 60px 0px;
  display: block;
}
#newsdetail .newsdetail-title h1 {
  font-size: 28px;
  font-weight: normal;
  padding-bottom: 12px;
  display: block;
  color: #333;
  font-weight: 400;
}
#newsdetail .newsdetail-title p {
  text-align: center;
  font-size: 14px;
  color: #999;
}
#newsdetail .newsdetail-title p span {
  padding: 0px 18px;
}
.right-prenext {
  width: 100%;
}
.right-prenext .item {
  font-size: 14px;
  color: #333;
  padding: 12px 0px;
  border-bottom: 1px solid #eee;
  line-height: 1.7;
}
.right-prenext .item span {
  color: #888;
  padding-right: 4px;
  display: block;
}
.right-prenext .item a {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  white-space: nowrap;
}
.right-prenext .item a:hover {
  color: #0ba8ed;
}
#wap-nav {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 20px;
  cursor: pointer;
  display: none;
}
#wap-nav i {
  font-size: 24px;
  color: #0092e7;
  width: 40px;
  line-height: 40px;
  height: 40px;
}
.ab-tj {
  margin-top: 40px;
  background: #fff;
  box-shadow: 0px 0px 12px 2px rgba(122, 122, 122, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}
.ab-tj .number {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
}
.ab-tj .number b {
  font-size: 46px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #0ba8ed;
  letter-spacing: 2px;
}
.ab-tj .number sup {
  font-size: 18px;
  position: relative;
  right: -10px;
  top: -20px;
  color: #0ba8ed;
}
.ab-tj .number p {
  color: #666;
}
.index-about {
  width: 100%;
  background: url(../img/map.png) center center no-repeat #f9f9f9;
  background-size: auto 100%;
}
.index-about-c {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 80px 0px 100px 0px;
  display: flex;
  justify-content: space-between;
}
.index-about-c .index-about_left {
  width: 320px;
  position: relative;
  box-sizing: border-box;
  opacity: 0;
  padding-left: 80px;
  text-align: center;
}
.index-about-c .index-about_left h1 {
  font-family: "Arial Narrow Bold", sans-serif;
  font-weight: bold;
  font-size: 44px;
  color: #ddd;
  color: #0ba8ed;
}
.index-about-c .index-about_left h4 {
  font-size: 28px;
  color: #aaa;
  padding-top: 12px;
  letter-spacing: 2px;
}
.index-about-c .index-about_right {
  flex: 1;
  box-sizing: border-box;
  opacity: 0;
}
.index-about-c .index-about_right .ab-content {
  text-align: justify;
  line-height: 2;
  font-size: 18px;
}
.index-newslist {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto 0px auto;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 30px;
  flex-wrap: wrap;
}
.index-newslist .index-newstab {
  width: calc(33.33% - 20px);
  width: -webkit-calc(33.33% - 20px);
  margin-right: 30px;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  background: #fff;
}
.index-newslist .index-newstab a {
  display: block;
  width: 100%;
}
.index-newslist .index-newstab a .index-newstab_img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.index-newslist .index-newstab a .index-newstab_img img {
  width: 100%;
  height: 220px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.index-newslist .index-newstab a .index-newstab_text {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  padding: 16px;
}
.index-newslist .index-newstab a .index-newstab_text time {
  display: block;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #999;
  padding: 12px 0px;
  border-top: 1px solid #eee;
}
.index-newslist .index-newstab a .index-newstab_text time.noline {
  border: none;
  padding: 0px 0px 12px 0px;
}
.index-newslist .index-newstab a .index-newstab_text b {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.7;
  color: #222;
  height: 25px;
  line-height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 16px;
}
.index-newslist .index-newstab a .index-newstab_text b.noline {
  margin-bottom: 8px;
}
.index-newslist .index-newstab a .index-newstab_text p.des {
  padding: 8px 0px;
  font-size: 14px;
  color: #999;
  line-height: 26px;
  max-height: 50px;
  overflow: hidden;
}
.index-newslist .index-newstab a .index-newstab_text > i.iconfont {
  font-size: 12px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  display: block;
  background: #f0f0f0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin-top: 12px;
  color: #888;
}
.index-newslist .index-newstab a .index-newstab_text > span {
  font-size: 12px;
  color: #0ba8ed;
  margin-top: 12px;
  display: block;
}
.index-newslist .index-newstab a .index-newstab_text > span i.iconfont {
  font-size: 10px;
  color: #888;
  zoom: 0.8;
  padding-left: 12px;
  color: #0ba8ed;
}
.index-newslist .index-newstab:hover {
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
}
.index-newslist .index-newstab:hover a .index-newstab_img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.index-newslist .index-newstab:hover a .index-newstab_text b {
  color: #0ba8ed;
}
.index-newslist .index-newstab:hover a .index-newstab_text p.des {
  color: #555;
}
.index-newslist .index-newstab:hover a > i.iconfont {
  background: #0ba8ed;
  color: #fff;
}
.index-newslist .index-newstab:nth-child(3n) {
  margin-right: 0px;
}
.swiper-button-next,
.swiper-button-prev {
  zoom: 0.7;
}
#prohonor ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
  justify-content: space-between;
}
#prohonor ul li {
  box-sizing: border-box;
  width: 23%;
  height: 100%;
  padding-bottom: 3%;
}
#prohonor ul li .honor-item {
  position: relative;
  width: 100%;
  padding: 5px;
  border: 5px solid #e2e2e2;
  background: #fff;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#prohonor ul li .honor-item .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
}
#prohonor ul li .honor-item .imgs img {
  margin: 0px auto;
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 100%;
}
#prohonor ul li .honor-item .text {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
#prohonor ul li .honor-item .text span {
  border: 1px solid #eee;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
  padding: 8px 16px;
  opacity: 0.7;
}
#prohonor ul li .honor-item:hover .imgs img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
#prohonor ul li .honor-item:hover .text {
  display: flex;
}
#prohonor ul li .honor-item:hover .text span:hover {
  opacity: 1;
}
.upload-awrp {
  overflow: hidden;
  margin: 120px 0;
}
#data_code {
  font-family: Arial;
  font-style: italic;
  font-size: 24px;
  border: 0;
  padding: 0px 3px;
  letter-spacing: 3px;
  font-weight: bolder;
  display: inline-block;
  cursor: pointer;
  width: 100px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eee;
  box-sizing: border-box;
}
#check-code dd {
  display: flex;
  align-items: center;
}
#check-code dd i.iconfont {
  font-size: 18px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  display: none;
}
#check-code dd i.iconfont.active {
  display: inline-block;
}
#check-code dd i.iconfont.icon-cuowu {
  color: red;
}
#check-code dd i.iconfont.icon-duigouxiao {
  color: green;
}
.layui-layer-tips .layui-layer-content {
  background-color: #fff !important;
}
.layui-layer-tips i.layui-layer-TipsB,
.layui-layer-tips i.layui-layer-TipsT {
  border-right-color: #fff !important;
}
.page404-m {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.page404-m .page404 {
  max-width: 1000px;
  margin: 0px auto;
  width: 100%;
  display: flex;
  align-items: center;
}
.page404-m .page404 .page404-img img {
  max-width: 370px;
  width: 100%;
}
.page404-m .page404 .page404-text {
  padding-left: 3%;
}
.page404-m .page404 .page404-text b {
  font-size: 24px;
  display: block;
  padding-bottom: 16px;
}
.page404-m .page404 .page404-text p {
  font-size: 16px;
  padding-bottom: 8px;
  display: block;
}
.page404-m .page404 .page404-text a {
  color: #f90;
  border: 1px solid #f80;
  border-radius: 4px;
  line-height: 40px;
  height: 40px;
  width: 140px;
  margin-top: 16px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page404-m .page404 .page404-text a:hover {
  background: #f80;
  color: #fff;
}
.ke-zeroborder {
  border: 1px solid #eee;
}
.ke-zeroborder tr td {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.ke-zeroborder tr td:nth-last-child(1) {
  border-right: none;
}
#bottom-tools {
  position: fixed;
  z-index: 999999;
  right: 20px;
  bottom: 50px;
}
#bottom-tools a {
  margin-bottom: 12px;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  background: #fff;
  display: block;
  text-align: center;
  width: 70px;
  height: 70px;
  font-size: 12px;
}
#bottom-tools a img {
  width: 24px;
  margin: 12px auto 6px auto;
}
#bottom-tools a:hover {
  color: #0093e7;
}
.a2a_kit a {
  width: auto !important;
}
.share {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.share .t {
  font-size: 16px;
  color: #333;
  padding-right: 16px;
}
#new-message {
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  background: #fff;
  max-width: 240px;
  border-radius: 4px;
  position: fixed;
  right: 10px;
  bottom: -50%;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 1s ease-in-out;
  z-index: 19999;
}
#new-message .new-message-t {
  width: 100%;
  padding: 0px 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42px;
  background: #0092e7;
  color: #fff;
}
#new-message .new-message-t i {
  cursor: pointer;
}
#new-message .new-message-c {
  padding: 24px;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
#new-message .new-message-c .icon-youxiang2 {
  font-size: 28px;
  margin-right: 12px;
  color: #ffaa00;
}
#new-message.active {
  bottom: 10px;
}
.pro-specs2 {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 12px 12px 12px;
  border: 1px solid #eee;
  margin-top: 16px;
}
.pro-specs2 b {
  font-size: 14px;
  display: block;
  height: 48px;
  line-height: 48px;
}
.pro-specs2 span {
  margin-right: 12px;
  margin-bottom: 2px;
  border-radius: 2px;
  padding: 0px 12px;
  background: #fff;
  border: 1px solid #eee;
  display: inline-block;
  overflow: hidden;
  line-height: 36px;
  height: 36px;
}
.pro-specs2 span a {
  color: #444;
  font-size: 12px;
  white-space: normal;
}
.pro-specs2 span:hover {
  background: #0ba8ed;
  border: 1px solid #0ba8ed;
}
.pro-specs2 span:hover a {
  color: #fff;
}
.pro-specs2 span.active {
  background: #0ba8ed;
  border: 1px solid #0ba8ed;
}
.pro-specs2 span.active a {
  color: #fff;
}
.language-top-bar {
  background: #00a2e7;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.language-top {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.language-top img {
  max-width: 100px;
  max-height: 20px;
}
.language-bar {
  position: relative;
  width: auto;
}
.language-bar .current {
  display: flex;
  align-items: center;
  padding: 12px;
  color: #fff;
  width: 100%;
  min-width: 180px; /* 蓝色导航条上语言框最小宽度 */
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 4px 4px 0px 0px;
}
.language-bar .current img {
  margin-right: 10px;
}
.language-bar .language-list {
  display: none;
  position: absolute;
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  z-index: 999;
  width: 100%;
  top: 40px;
  right: 0px;
  max-height: 60vh;
  overflow-y: scroll;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.language-bar .language-list a {
  width: 27%;
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 1.5%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.language-bar .language-list a img {
  margin-right: 10px;
}
.language-bar .language-list a:hover {
  background: #0092e7;
  color: #fff;
}
.language-bar:hover .language-list {
  display: flex;
}
.language-bar:hover .current {
  background: #fff;
  color: #0092e7;
}
.home-pro {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.home-pro .home-pro-item {
  position: relative;
  padding: 12px 15px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.home-pro .home-pro-item a {
  font-size: 15px;
  height: 36px;
  padding-left: 20px;
  padding-right: 20px;
}
.home-pro .home-pro-item .home-pro-img {
  position: absolute;
  display: none;
  z-index: 500;
  bottom: 45px;
  width: 100%;
  left: 0%;
  border-radius: 4px;
  border: 1px solid #eee;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}
.home-pro .home-pro-item .home-pro-img img {
  width: 100%;
}
.home-pro .home-pro-item:hover .home-pro-img {
  display: block;
}
.top-tips {
  position: fixed;
  right: 0;
  top: -200px;
  z-index: 8888;
  background: rgba(255, 255, 255, 0.95);
  padding: 24px ;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 1.5s;
}
.top-tips .top-tips-title {
  font-size: 14px;
  color: #111;
  font-weight: bold;
  padding-bottom: 20px;
}
.top-tips .top-tip-closed {
  position: absolute;
  right: 5px;
  top: 5px;
  color: red;
  font-size: 20px;
  cursor: pointer;
}
.top-tips .top-tips-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.top-tips .top-tips-btn > div {
  border: 1px solid #0092e7;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: 12px;
  cursor: pointer;
}
.top-tips .top-tips-btn > div.btns-no {
  color: #0092e7;
}
.top-tips .top-tips-btn > div.btns-enter {
  background: #0092e7;
  color: #fff;
  border-color: #0092e7;
}
.top-tips .top-tips-btn > div:hover {
  opacity: 0.7;
}
.top-tips.active {
  top: 0;
}
.prolist-name-list {
  padding: 24px 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}
.prolist-name-list a {
  width: calc(25% - 16px);
  border: 1px solid #eee;
  border-radius: 2px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 12px 16px;
  box-sizing: border-box;
}
.prolist-name-list a:hover {
  border-color: #0092e7;
  color: #0092e7;
}
@media screen and (max-width: 800px) {
  .share {
    flex-wrap: wrap;
  }
  #order-box {
    width: 100%;
    padding: 16px;
  }
  #order-box h1 {
    font-size: 24px;
  }
  #order-box .order-box-item dl dt {
    width: 70px;
    font-size: 12px;
  }
  #bottom-tools {
    bottom: 20px;
  }
  #bottom-tools a {
    width: 60px;
    height: 60px;
  }
  #bottom-tools a img {
    margin: 10px auto 6px auto;
    width: 20px;
  }
  .page404-m .page404 {
    flex-wrap: wrap;
  }
  .page404-m .page404 .page404-img {
    width: 100%;
  }
  .page404-m .page404 .page404-img img {
    width: 80%;
    margin: 0px auto;
    display: block;
  }
  .point {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 20px;
    top: 0px;
  }
  .point i {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    left: 40px;
    top: 30px;
    z-index: 10;
    background: #0ba8ed;
  }
  .point i:nth-child(2) {
    left: 40px;
    z-index: 10;
    left: 50px;
    top: 30px;
    width: 40px;
    height: 40px;
    background: #0ba8ed;
    opacity: 0.6;
  }
  #prohonor ul {
    flex-wrap: wrap;
  }
  #prohonor ul li {
    width: 48%;
    padding-bottom: 4%;
  }
  .index-newslist {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 16px 16px 16px;
    display: block;
  }
  .index-newslist .index-newstab {
    width: 100%;
    margin-bottom: 16px;
  }
  .index-newslist .index-newstab a .index-newstab_img {
    height: 160px;
  }
  .index-newslist .index-newstab a .index-newstab_img img {
    height: inherit;
  }
  .index-newslist .index-newstab a .index-newstab_text {
    padding: 12px;
  }
  .index-newslist .index-newstab a .index-newstab_text time {
    padding: 6px 0px;
  }
  .index-newslist .index-newstab a .index-newstab_text b {
    font-size: 16px;
    height: 25px;
    display: block;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .index-newslist .index-newstab a .index-newstab_text p.des {
    font-size: 12px;
    line-height: 1.7;
  }
  .index-newslist .index-newstab a .index-newstab_text span {
    padding: 12px 0px;
  }
  #index-honor {
    padding-bottom: 24px;
  }
  #banner {
    margin-top: 110px;
  }
  #banner .banner-text {
    padding: 0px 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #banner .banner-text h2 {
    font-size: 10px;
    padding-bottom: 8px;
  }
  #banner .banner-text h1 {
    font-size: 20px;
    padding-bottom: 0px;
  }
  #banner .banner-text h4 {
    font-size: 12px;
    padding: 4px 0px;
  }
  #wap-nav {
    display: block;
  }
  .language-bar .language-list {
    max-height: 70vh;
    overflow: auto;
    justify-content: space-between;
  }
  .language-bar .language-list a {
    width: calc(50% - 24px);
  }
  #header-top .c {
    display: none;
  }
  #header-nav {
    position: fixed;
    width: 120px;
    height: 100vh;
    display: none;
    right: 0px;
    top: 0px;
    z-index: 998;
    background: rgba(0, 0, 0, 0.9);
  }
  #header-nav ul {
    flex-wrap: wrap;
    width: 100%;
  }
  #header-nav ul li {
    flex: auto;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 60px;
    line-height: 60px;
  }
  #header-nav ul li a {
    color: #fff;
  }
  #header-nav ul li i {
    display: none;
  }
  #header-nav ul li.active i.iconfont {
    display: none;
  }
  #header-nav ul li.closed {
    display: block !important;
  }
  #header-nav ul li.closed > div {
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    display: block;
  }
  #header-nav ul li.closed > div i.iconfont {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 32px;
    position: static;
    left: 0px;
    top: 50px;
  }
  .right-prenext {
    display: none;
  }
  #newsny .news-content-right {
    display: none;
  }
  #newsny .ny-newstab {
    margin-right: 0px;
  }
  .news-t {
    height: 44px;
    margin-bottom: 12px;
    font-size: 14px;
    display: none;
  }
  #newsdetail {
    padding-bottom: 0;
  }
  #newsdetail .newsdetail-title {
    background: #fff;
    padding: 16px 0px;
  }
  #newsdetail .newsdetail-title h1 {
    font-size: 18px;
  }
  #newsdetail .newsdetail-title p {
    font-size: 12px;
  }
  .newsdetail-content {
    background: #fff;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .newsdetail-content .news-content-left {
    box-shadow: none;
    padding: 0px;
    margin-right: 0px;
  }
  .newsdetail-content .news-content-left img {
    max-width: 100%;
  }
  .newsdetail-content .news-content-right {
    width: 100%;
    margin: 0;
    margin-top: 24px;
  }
  #header-logo {
    padding: 10px;
  }
  .index-about-c {
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box;
    padding-top: 70px;
    position: relative;
  }
  .index-about-c .index-about_left {
    width: 100%;
    position: absolute;
    left: 16px;
    top: 10px;
    text-align: left;
    padding-left: 0px;
  }
  .index-about-c .index-about_left h1 {
    font-size: 28px;
  }
  .index-about-c .index-about_left h4 {
    font-size: 18px;
    padding-top: 6px;
  }
  .index-about-c .index-about_right {
    width: 100%;
  }
  .index-about-c .index-about_right .ab-content {
    text-align: justify;
    font-size: 16px;
    padding-top: 16px;
  }
  .ab-tj {
    box-shadow: none;
    background: none;
    margin: 10px auto;
    padding: 12px 0px;
  }
  .ab-tj .number b {
    font-size: 28px;
  }
  .ab-tj .number p {
    font-size: 14px;
  }
  .ab-tj .number sup {
    top: -10px;
  }
  .tj .number p {
    font-size: 12px;
  }
  .tj .number b {
    font-size: 28px;
  }
  .index-title {
    padding: 24px;
  }
  .index-title b {
    font-size: 24px;
  }
  #appliction {
    padding: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    flex-wrap: wrap;
    margin: 0px;
  }
  #appliction .app-item-text {
    opacity: 1;
  }
  #appliction .app-item-text b {
    padding-top: 12%;
    line-height: 1.5;
  }
  #appliction .app-item {
    width: 100%;
    flex: auto;
    margin-bottom: 12px;
  }
  #index-products {
    padding: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #index-products #ipro-list {
    flex-wrap: wrap;
  }
  #index-products #ipro-list .pro-item {
    width: 100%;
  }
  #index-products #ipro-list .pro-item .pro-item-name {
    padding-top: 12px;
  }
  .honor-c {
    padding: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .honor-c #honor ul {
    justify-content: space-between;
  }
  .honor-c #honor ul li {
    width: 49%;
    padding-bottom: 2%;
  }
  #footer #footer-content {
    display: none;
  }
  .nybanner {
    margin-top: 64px;
    height: 160px;
  }
  .nybanner-content {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 16px;
  }
  .nybanner-content b {
    font-size: 28px;
  }
  .promain-bg {
    padding: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #content {
    line-height: 1.8;
    padding: 16px 0px;
    text-align: justify;
  }
  .culture {
    padding: 12px 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    flex-wrap: wrap;
  }
  .culture .culture-left {
    width: 100%;
  }
  .culture .culture-right {
    width: 100%;
    padding: 0;
  }
  .culture .culture-right .title b {
    font-size: 18px;
  }
  #newsny {
    padding-top: 12px;
  }
  #industry,
  #networks {
    padding: 0px;
  }
  #industry .list,
  #networks .list {
    padding: 8px 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #industry .list .indtab,
  #networks .list .indtab {
    display: block;
  }
  #industry .list .indtab .indtab_img,
  #networks .list .indtab .indtab_img {
    width: 100%;
  }
  #industry .list .indtab .indtab_img img,
  #networks .list .indtab .indtab_img img {
    width: 100%;
    height: 160px;
  }
  #industry .list .indtab .indtab_text,
  #networks .list .indtab .indtab_text {
    padding: 0;
    width: 100%;
  }
  #industry .list .indtab .indtab_text .des,
  #networks .list .indtab .indtab_text .des {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  #industry .list .indtab .indtab_text p,
  #networks .list .indtab .indtab_text p {
    padding-bottom: 12px;
    margin-bottom: 0px;
  }
  #industry .list .indtab .indtab_text b,
  #networks .list .indtab .indtab_text b {
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #industry .list .indtab .indtab_text .line,
  #networks .list .indtab .indtab_text .line {
    margin-left: 0px;
    width: 100%;
  }
  #industry .list .indtab2,
  #networks .list .indtab2 {
    display: block;
  }
  #industry .list .indtab2 .indtab2_img,
  #networks .list .indtab2 .indtab2_img {
    width: 100%;
  }
  #industry .list .indtab2 .indtab2_img img,
  #networks .list .indtab2 .indtab2_img img {
    width: 100%;
    height: 160px;
  }
  #industry .list .indtab2 .indtab2_text,
  #networks .list .indtab2 .indtab2_text {
    padding: 0;
    width: 100%;
  }
  #industry .list .indtab2 .indtab2_text .des,
  #networks .list .indtab2 .indtab2_text .des {
    padding-top: 8px;
    padding-bottom: 12px;
  }
  #industry .list .indtab2 .indtab2_text p,
  #networks .list .indtab2 .indtab2_text p {
    padding-bottom: 12px;
    margin-bottom: 0px;
  }
  #industry .list .indtab2 .indtab2_text b,
  #networks .list .indtab2 .indtab2_text b {
    font-size: 24px;
    padding-top: 12px;
  }
  #industry .list .indtab2 .indtab2_text .line,
  #networks .list .indtab2 .indtab2_text .line {
    margin-left: 0px;
    width: 100%;
  }
  .contacts {
    margin: 0px auto;
    flex-wrap: wrap;
  }
  .contacts .contact-left {
    width: 100%;
    display: none;
  }
  .contacts .contact-right {
    width: 100%;
    padding: 0 0px 24px 0px;
    min-height: 50vh;
  }
  #order-box2 {
    padding: 0;
  }
  #order-box2 .order-box-item dl {
    padding: 6px 0px;
  }
  #order-box2 .order-box-item dl dt {
    width: 120px;
  }
  .product-type {
    padding-top: 24px;
  }
  .product-type .product-type_tab {
    width: 100%;
    margin-bottom: 16px;
  }
  .product-type .product-type_tab .child {
    padding: 12px;
    top: -200%;
    overflow-y: scroll;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .product-type .product-type_tab .child .child-list a {
    width: 100%;
    line-height: 32px;
    height: 32px;
    margin-bottom: 4px;
    font-size: 16px;
  }
  .product-type .product-type_tab .ptname {
    font-size: 16px;
    line-height: 36px;
    height: 36px;
  }
  .s-bar {
    flex-wrap: wrap;
    padding-top: 12px;
  }
  .s-bar .pro-search {
    width: 100%;
    margin-right: 0px;
  }
  .s-bar .pro-search form {
    width: 100%;
  }
  .s-bar .pro-search form input[type="text"] {
    width: 100%;
  }
  a.ca {
    border: 1px solid #eee;
    margin-top: 16px;
    width: 100%;
    text-align: center;
  }
  .prolist2 {
    padding-top: 24px;
  }
  .prolist2 .protab2 {
    width: 48%;
  }
  .prolist2 .protab2 a b {
    font-size: 14px;
  }
  .page-fy {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 8px;
  }
  .page-fy a,
  .page-fy span {
    border: 1px solid #eee;
    font-size: 12px;
    padding: 6px 10px;
    margin-right: 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .page-fy a.active,
  .page-fy span.active {
    border: 1px solid #0ba8ed;
    background: #0ba8ed;
    color: #fff;
  }
  .page-fy a:hover {
    border: 1px solid #0ba8ed;
    background: #0ba8ed;
    color: #fff;
  }
  #prodetail {
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .prodetail-info {
    display: block;
    margin-bottom: 16px;
  }
  .prodetail-info .prodetail-img {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .prodetail-info .prodetail-img .swiper-box .view .swiper-wrapper {
    height: 320px;
  }
  .prodetail-info .prodetail-text {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .prodetail-info .prodetail-text h1 {
    padding: 16px 0px;
    font-size: 18px;
  }
  .prodetail-info .prodetail-text p {
    font-size: 12px;
    padding-bottom: 8px;
  }
  .prodetail-info .prodetail-text .pro-specs {
    flex-wrap: wrap;
    height: 32px;
  }
  .prodetail-info .prodetail-text .pro-specs b {
    margin-bottom: 8px;
    padding: 4px 6px;
  }
  .prodetail-info .prodetail-text .pro-specs span {
    margin-bottom: 8px;
    margin-right: 8px;
  }
  .prodetail-info .prodetail-text .pro-bar a {
    padding: 8px 0px;
    font-size: 12px;
    white-space: nowrap;
  }
  .prodetail-info .prodetail-text .pro-bar a:nth-child(1) {
    width: 37%;
  }
  .prodetail-info .prodetail-text .pro-bar a:nth-child(2) {
    width: 27%;
  }
  .prodetail-info .prodetail-text .pro-bar a i.iconfont {
    font-size: 14px;
  }
  .tools {
    width: 100%;
  }
  .tools a {
    display: none;
  }
  .tools.active {
    width: calc(100% - 24px);
    z-index: 999;
    top: 74px;
  }
  .tools span {
    width: 25%;
    margin-right: 0px;
    padding: 0;
    text-align: center;
    display: block;
  }
  .tools .share {
    display: none;
  }
  .rproducts {
    padding-top: 16px;
  }
  .rproducts .rpro-tab {
    width: 48%;
  }
  .rproducts .rpro-tab:nth-child(n + 11) {
    display: none;
  }
  #prodimg {
    border: none;
    max-width: 400px;
  }
  #prodimg .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
  }
  .videos {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .similar-box {
    position: relative;
  }
  .similar-box .similar {
    position: relative;
    padding-top: 0px;
    height: 86px;
  }
  .similar-box .similar #similar-btn {
    top: 10px;
  }
  .similar-box .similar.active {
    height: auto;
  }
  .prolist-name-list a {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 321px) {
  #order-box {
    width: 100%;
    margin-bottom: 4px;
  }
}


/* 基础样式 - 在所有设备上生效 */
.product-pricing-notice {
  color: #888;
  font-size: 14px;
  margin: 10px 0;
}

/* 响应式样式 - 仅在小屏幕上生效 */
@media screen and (max-width: 800px) {
  .product-pricing-notice {
    font-size: 12px;
    margin: 8px 0;
  }
}