@font-face {
  font-family: "Conv_DINCondensedC";
  src: url("../fonts/DINCondensedC.eot");
  src: local("â˜º"), url("../font/DINCondensedC.woff") format("woff"),
    url("../font/DINCondensedC.ttf") format("truetype"),
    url("../font/DINCondensedC.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "微软雅黑", Helvetica Neue, sans-serif, Arial;
  height: 100%;
  position: relative;
}
input[type="text"] {
    margin-top: 30px;
  /*-webkit-appearance: none;*/
}
textarea {
  -webkit-appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  font-weight: 400;
}
::-webkit-selection {
  color: #fff;
  background: #4dd3cd;
}
::-moz-selection {
  color: #fff;
  background: #4dd3cd;
}
::selection {
  color: #fff;
  background: #4dd3cd;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase,
.initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
a {
  color: #6e6e6e;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #4dd3cd;
  transition: none;
}
a.text-gray:hover {
  color: #6e6e6e;
}
p {
  margin: 0;
}
dl,
dd,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fixed {
  z-index: 9999;
}
.bg-gray {
  background: #f7f7f7;
}
.bg-sub {
  background: #6e6e6e;
}
.w1400 {
  width: 1400px;
  margin: auto;
}
.w1600 {
  width: 1600px;
  margin: auto;
}
.color-f {
  color: #fff;
}
.color-9 {
  color: #999;
}
.color-3 {
  color: #333;
}
.color-6 {
  color: #666;
}
.flex-1 {
  flex: 1;
}
.main-color {
  color: #4dd3cd;
}
.swiper-pagination-bullet-active {
  background: #4dd3cd;
}
.mobile-mask {
  overflow: hidden;
}
/* 标签 */
.tag {
  display: inline-block;
  transition: 0.5s;
}
.tag.padding {
  padding: 5px 12px;
}
.tags {
  color: #4dd3cd !important;
  border: 1px solid #4dd3cd !important;
  background-color: unset;
}
/* 英文字体begin */
.Conv_DINCondensedC {
  font-family: "Conv_DINCondensedC";
}
/* 英文字体end */
.text-yellow {
  color: #4dd3cd;
}
.mb5 {
  margin-bottom: 5px;
}
/* 行距 begin*/
.blank {
  height: 10px;
  line-height: 10px;
  clear: both;
  font-size: 0;
}
.blank-small {
  height: 20px;
  line-height: 20px;
  clear: both;
  font-size: 0;
}
.blank-middle {
  height: 30px;
  line-height: 30px;
  clear: both;
  font-size: 0;
}
.blank-big {
  height: 50px;
  line-height: 50px;
  clear: both;
  font-size: 0;
}
.blank-large {
  height: 80px;
  line-height: 80px;
  clear: both;
  font-size: 0;
}
/* 行距 end*/

.sidebar-l {
  margin-right: 30px;
}
.sidebar-r {
  margin-left: 0px;
}
.container-layout {
  max-width: 1500px;
}
.line-large {
  margin-left: -15px;
  margin-right: -15px;
}
.line-large .x1,
.line-large .x2,
.line-large .x3,
.line-large .x4,
.line-large .x5,
.line-large .x6,
.line-large .x7,
.line-large .x8,
.line-large .x9,
.line-large .x10,
.line-large .x11,
.line-large .x12,
.line-large .xl1,
.line-large .xl2,
.line-large .xl3,
.line-large .xl4,
.line-large .xl5,
.line-large .xl6,
.line-large .xl7,
.line-large .xl8,
.line-large .xl9,
.line-large .xl10,
.line-large .xl11,
.line-large .xl12,
.line-large .xs1,
.line-large .xs2,
.line-large .xs3,
.line-large .xs4,
.line-large .xs5,
.line-large .xs6,
.line-large .xs7,
.line-large .xs8,
.line-large .xs9,
.line-large .xs10,
.line-large .xs11,
.line-large .xs12,
.line-large .xm1,
.line-large .xm2,
.line-large .xm3,
.line-large .xm4,
.line-large .xm5,
.line-large .xm6,
.line-large .xm7,
.line-large .xm8,
.line-large .xm9,
.line-large .xm10,
.line-large .xm11,
.line-large .xm12,
.line-large .xb1,
.line-large .xb2,
.line-large .xb3,
.line-large .xb4,
.line-large .xb5,
.line-large .xb6,
.line-large .xb7,
.line-large .xb8,
.line-large .xb9,
.line-large .xb10,
.line-large .xb11,
.line-large .xb12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* owl-carousel轮播插件 */
.owl-carousel .owl-dots {
  position: absolute;
  top: 50%;
  padding: 0;
  text-align: left;
  width: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 50%;
  background: #d3d3d3;
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.owl-carousel .owl-dots .owl-dot.active span {
  width: 16px;
  height: 8px;
  background: #000;
  border-radius: 20px;
}
.owl-carousel .owl-nav i {
  font-size: 24px;
  color: #fff;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  background: #000;
  width: 42px;
  height: 42px;
  line-height: 48px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
}
.owl-carousel .owl-nav .owl-prev {
  background: #000;
  left: 20px;
  right: auto;
}
.owl-carousel .owl-nav .owl-next {
  right: 20px;
}
/* owl-carousel轮播插件 */

/* 首页轮播 */
.slides-arrow:hover .owl-nav .owl-next,
.slides-arrow:hover .owl-nav .owl-prev {
  opacity: 0.3;
}
.slides-arrow.dot-center .owl-dots {
  position: relative;
  top: -30px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}
/* 首页轮播 */

/* 常用TAB */
.tab-normal .tab-head {
  border-radius: 0;
  font-size: 0;
  -webkit-text-size-adjust: none;
  width: 100%;
}
.tab-normal .tab .tab-nav li {
  display: inline-block;
  width: auto;
  text-align: center;
}
.tab-normal .tab .tab-nav li a {
  background: #fff;
  color: #6e6e6e;
  border-radius: 30px;
  padding: 0px 20px;
  height: 42px;
  line-height: 42px;
  margin: 0 10px;
  display: block;
  border: 0;
  font-size: 16px;
}
.tab-normal .tab .tab-nav .active a {
  background: linear-gradient(-45deg, #ff9415, #4dd3cd);
  cursor: default;
  color: #fff;
  border-bottom: 0px solid #fd3c6b;
}
.tab-normal .tab .tab-nav .active {
  background: none;
}
.tab-normal .tab .tab-nav .active a:hover {
  color: #fff;
}
.tab-normal .tab .tab-nav li a:focus {
  outline: none;
}
.tab-normal .tab .tab-nav li a:hover {
  background: linear-gradient(-45deg, #ff9415, #4dd3cd);
  color: #fff;
}
.tab-normal .tab .tab-body {
  padding: 0;
  border-radius: 0;
  border-top: 0px solid #ff0000;
}
/* 常用TAB */

/* 首页样式 */
.home-product {
  /*background: url(../images/index/product-bg.jpg);*/
  background-size: cover;
  background-position: center center;
  position: relative;
  background-color: rgb(252,252,252);
}
.home-product .img {
  padding-top: 65%;
  overflow: hidden;
}
.home-product .text {
  position: absolute;
  left: 0;
  top: 20%;
  right: 0;
  bottom: 0;
  margin: auto;
}
.home-product .text a {
  margin-top: 10%;
}
.ho-more {
  width: 164px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4dd3cd;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  border: 1px #4dd3cd solid;
  border-radius: 24px;
  overflow: hidden;
  transition: 0.5s;
}
.ho-more::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  z-index: -1;
  background-color: #4dd3cd;
  transition: 0.5s;
}
.ho-more:hover {
  color: #4dd3cd;
  background-color: #fff;
}
.ho-more:hover::before {
  top: 50%;
  bottom: 50%;
}
.home-about {
  position: relative;
}
.home-about .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  width: 720px;
  margin-top: 10%;
}
.home-about .text .img {
  width: 420px;
}
.home-about .text .img img {
  width: 100%;
  display: block;
}
.home-about .text .desc {
  line-height: 30px;
}
.home-setting {
  overflow: hidden;
}
.home-setting ul li .item {
  position: relative;
}
.home-setting ul li .item .text {
  position: absolute;
  left: 0;
  top: 10%;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-setting ul li .item .text h5 {
  display: flex;
  align-items: center;
}
.home-setting ul li .item .text h5 i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4dd3cd;
}
.home-setting ul li .item .text .desc {
  line-height: 30px;
}
.home-news ul li a {
  position: relative;
  overflow: hidden;
}
.home-news ul li a .text {
  padding: 10px 0 50px;
}
.home-news ul li a .text .line {
  width: 30px;
  height: 1px;
  background-color: #4dd3cd;
}
.home-news ul li a .text h4 {
  width: 80%;
  line-height: 24px;
  height: 48px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  transition: 0.5s;
}
.home-news ul li a .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}
.home-news ul li a:hover h4 {
  color: #4dd3cd;
}
/* 首页样式 */

/* 路径 */
.nav-bread {
  padding: 0;
  height: 70px;
  line-height: 70px;
  font-size: 0;
}
.nav-bread h2 {
  font-size: 24px;
  font-weight: 600;
}
.nav-bread a {
  color: #888888;
  font-size: 14px;
  display: inline-block;
}
.nav-bread a:hover {
  color: #4dd3cd;
}
.nav-bread a:after {
  content: "";
  padding: 0 10px;
  background: url(../images/nav-bread.png) no-repeat center 50%;
}
.nav-bread a:last-child:after {
  content: "";
  background: none;
}
/* 路径 */

/* 上下篇  */
.prenext-pro a.button {
  height: 70px;
  line-height: 70px;
  padding: 0 25px;
}
.prenext-pro a.button:hover {
  background: #4dd3cd;
  color: #fff;
}
.prenext-pro a.border {
  border: 1px solid #eee;
}

/*分页 begin*/
.pagination li {
  margin: 0 5px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
}
.pagination li a {
  border-radius: 4px;
  color: #6e6e6e;
  background: #fff;
  padding: 12px 16px;
  border: 1px solid #dcdcdc;
}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,
.pagination li a:hover {
  background: #4dd3cd;
  color: #fff;
  border: 1px solid #4dd3cd;
}
/*分页 end*/

/* 标题样式-居中 */
.title-c {
  position: relative;
}
.title-c h3 {
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 auto 50px auto;
  font-weight: 600;
}
.title-c h3:before {
  background: #4dd3cd;
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
}

/* 标题样式-左 */
.title-l h2 {
  line-height: 28px;
  height: 28px;
  color: #333;
  position: relative;
  font-size: 18px;
  letter-spacing: 0;
  padding-left: 20px;
  margin-bottom: 10px;
}
.title-l h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 20px;
  top: 4px;
  background: #4dd3cd;
  left: 0;
}

/* 下拉分类 */
.nav-tree {
  font-size: 0;
  height: 70px;
  line-height: 70px;
} /*font-size:0去掉 display:inline-block间隔 */
.nav-tree li {
  position: relative;
  display: inline-block;
}
.nav-tree li a {
  color: #6e6e6e;
  display: block;
  padding: 0 30px;
  font-size: 16px;
  background: #fff;
}
.nav-tree li a.active,
.nav-tree li a.cur {
  background: linear-gradient(-45deg, #ff9415, #4dd3cd);
  color: #fff;
}
.nav-tree li.focusa a {
  background: linear-gradient(-45deg, #ff9415, #4dd3cd);
  color: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0;
}
.nav-tree li ul:after {
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  content: "";
}
.nav-tree li ul {
  top: 70px;
  left: 0;
  background: #fff;
  padding: 10px 0;
  z-index: 99;
  position: absolute;
  width: 100%;
  display: none;
  border-radius: 0px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.03);
}
.nav-tree li ul li {
  display: block;
  width: 100%;
  text-align: left;
}
.nav-tree li ul li.children a {
  font-size: 14px;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  display: block;
  color: #6e6e6e;
  line-height: 34px;
  height: 34px;
}
.nav-tree li ul li.children a.active,
.nav-tree li ul li.children a:hover {
  color: #4dd3cd;
}
/*
.nav-tree li ul li.children:first-child a{border-top-left-radius:0px;border-top-right-radius:0px;}
.nav-tree li ul li.children:last-child a{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
*/
/* 下拉分类 */

/* 属性 */
.filter-box .padding-big {
  padding: 15px 25px;
}
.filter-box dl {
  margin: 15px 0;
}
.filter-box dl dt {
  width: 8%;
  display: block;
  float: left;
  line-height: 24px;
  font-weight: normal;
}
.filter-box dl dd {
  display: block;
  float: left;
  position: relative;
}
.filter-nav ul li {
  margin: 0;
  display: block;
  float: left;
  width: auto;
  line-height: 24px;
}
.filter-nav ul li a {
  margin: 0 10px 0 0;
  padding: 2px 10px;
  cursor: pointer;
  display: block;
  color: #6e6e6e;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.filter-nav ul li a:hover {
  color: #4dd3cd;
}
.filter-nav ul li a.active {
  color: #fff;
  background: #4dd3cd;
}
.filter-nav ul li b {
  font-weight: normal;
}

/* 横向不带ICO导航 */
.nav-x {
  background: #fff;
  width: 100%;
  position: relative;
}
.nav-x .menu-toggle h3 {
  display: none;
}
.nav-x ul {
  font-size: 0;
  -webkit-text-size-adjust: none;
  text-align: center;
}
.nav-x li {
  display: inline-block;
}
.nav-x li i {
  margin: 0px auto 5px auto;
  font-size: 24px;
  display: block;
}
.nav-x li a {
  font-size: 16px;
  padding: 0;
  height: 70px;
  line-height: 70px;
  color: #6e6e6e;
  text-align: center;
  display: block;
}
.nav-x li a:hover {
  color: #4dd3cd;
}
.nav-x li a.active {
  background: linear-gradient(-45deg, #ff9415, #4dd3cd);
  color: #fff;
}
.col-2 {
  width: 10%;
}
/* 横向不带ICO导航 */

.page-banner .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-banner .breadcrumb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7%;
  display: flex;
  justify-content: flex-end;
  margin: auto;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}
.page-banner .breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  margin: 0 4px;
}
.page-banner .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "|");
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
/* 购买渠道 */
.link-list ul li .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.link-list ul li .item .img {
  width: 49%;
}
.link-list ul li .item .text {
  width: 49%;
  padding-left: 5%;
  padding-right: 8%;
}
.link-list ul li .item .text .desc {
  line-height: 36px;
}
.link-list ul li .item .text a {
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c1c1c1;
  border-radius: 50%;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.link-list ul li .item .text a img {
  max-width: 80%;
}
.link-list ul li .item .text a:hover {
  background-color: #4dd3cd;
  box-shadow: 0 0 6px 2px rgba(76, 211, 205, 0.1);
}
.link-list ul li:nth-child(odd) .item {
  flex-direction: row-reverse;
}
.link-list ul li:nth-child(odd) .item .text {
  padding-left: 8%;
  padding-right: 0;
}
/* 购买渠道 */

/* 售后渠道 */
.contact-page .title {
  display: flex;
  align-items: center;
}
.contact-page .title i {
  width: 6px;
  height: 6px;
  background-color: #4dd3cd;
  border-radius: 50%;
}
.contact-page .section1 ul li .item {
  display: flex;
  align-items: center;
}
.contact-page .section1 ul li .item span {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 1px #4dd3cd solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-page .section1 ul li .item span img {
  max-width: 80%;
  max-height: 80%;
}
.contact-page .section1 .map {
  height: 500px;
  width: 100%;
}
.contact-page .section2 ul li {
  padding-left: 10%;
  border-bottom: 1px #f7f7f8 solid;
}
.contact-page .section2 ul li .q {
  display: flex;
  align-items: center;
}
.contact-page .section2 ul li .q > span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #989898;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.contact-page .section2 ul li .q h4 {
  transition: 0.5s;
}
.contact-page .section2 ul li .a {
  display: flex;
}
.contact-page .section2 ul li .a > span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #4dd3cd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-page .section2 ul li .a .desc {
  line-height: 30px;
}
.contact-page .section2 ul li:hover .q span {
  background-color: #cf005c;
}
.contact-page .section2 ul li:hover .q h4 {
  color: #333;
}
/* 售后渠道 */

/* 新闻列表 */

.news-list ol li a {
  color: #a8aaac;
  width: 92px;
  height: 28px;
  border-radius: 14px;
  border: 1px #a8aaac solid;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.news-list ol li a:hover,
.news-list ol li a.active {
  color: #fff;
  border-color: #4dd3cd;
  background-color: #4dd3cd;
}

.news-list ul li  {
  width: 32%;
  height: 150px;
}

.news-list ul li a {
  display: flex;
  align-items: center;
  border-bottom: 1px #e8e8e8 solid;
  transition: 0.5s;
  position: relative;
}
/*.news-list ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #4dd3cd;
  transition: 1s;
  width: 0;
}*/
.news-list ul li a .img {
  width: 25%;
  margin-right: 5%;
  overflow: hidden;
}
.news-list ul li a .img img {
  transition: 0.5s;
}
.news-list ul li a .text h3 {
  display: flex;
  align-items: center;
}
.news-list ul li a .text h3 i {
  width: 6px;
  height: 6px;
  background-color: #4dd3cd;
  border-radius: 50%;
}
.news-list ul li a .text h4 {
  transition: 0.5s;
}
.news-list ul li a .text .desc {
  line-height: 24px;
  transition: 0.5s;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.news-list ul li a:hover::before {
  width: 100%;
}
.news-list ul li a:hover .img img {
  transform: scale(1.1);
}
.news-list ul li a:hover .text h4 {
  color: #4dd3cd;
}
/* 新闻列表 */

/* 新闻详情 */
.news-detail {
  border-bottom: 1px #bbb solid;
}
.news-detail .content {
  line-height: 24px;
  min-height: 200px;
}
.news-detail .content img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.news-detail .news-detail-footer {
  line-height: 30px;
}
.news-detail .news-detail-footer p {
  font-size: 14px !important;
  color: #333;
}
.news-detail .news-detail-footer a {
  font-size: 14px !important;
  color: #333;
}
.news-detail .news-detail-footer a:hover {
  color: #4dd3cd;
}
.news-detail .video {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-detail .video video {
  width: 100%;
  display: block;
}
.news-detail .related ul li .img {
  overflow: hidden;
}
.news-detail .related ul li .img img {
  transition: 0.5s;
}
.news-detail .related ul li a:hover img {
  transform: scale(1.1);
}
.news-detail .related ul li a:hover h4 {
  color: #4dd3cd;
}
.news-detail .new ol li .img {
  width: 36%;
  overflow: hidden;
}
.news-detail .new ol li .img img {
  transition: 0.5s;
}
.news-detail .new ol li a:hover img {
  transform: scale(1.1);
}
.news-detail .new ol li a:hover h4 {
  color: #4dd3cd;
}
/* 新闻详情 */

.pagination-box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.pagination-box li {
  width: auto !important;
  margin: 0 3px;
  font-size: 14px;
  border: none;
  border-radius: 50%;
}
.pagination-box li a,
.pagination-box li .disabled {
  border-radius: 50%;
  color: rgb(6,52,100);
  background: #fff;
  padding: 8px 12px;
  /*border: 1px solid #dcdcdc;*/
  display: inline-block;b
}
.pagination-box li.active a,
.pagination-box li a:hover {
  background: rgb(6,52,100);
  color: #fff;
  /*border: 1px solid #4dd3cd;*/
}
.pagination-box li .current {
  background: rgb(6,52,100) ;
  color: #fff;
  border-radius: 50%;
  padding: 7px 11px;
  border: 1px solid #4dd3cd;
  display: inline-block;
}

/* 纯文字列表  begin*/
.list-post-text li {
  padding: 5px 0;
}
.list-post-text li a {
  display: block;
}
.list-post-text li.dot a {
  padding-left: 15px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-post-text li.dot:hover a:before {
  background: #4dd3cd;
}
.list-post-text li.dot a:before {
  content: "";
  position: absolute;
  left: -2px;
  background: #ccc;
  width: 6px;
  height: 6px;
  top: 9px;
  border-radius: 50%;
}
/* 纯文字列表  end*/

/* 下载列表 */
.normal-list li {
  position: relative;
  display: block;
  background: #fff;
  margin-bottom: 20px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.normal-list li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 25px 30px 25px 50px;
  color: #333;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.normal-list li span {
  color: #888888;
  position: absolute;
  right: 30px;
  top: 28px;
}
.normal-list li:hover {
  background: #4dd3cd;
  color: #fff;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.normal-list li:hover a,
.normal-list li:hover span {
  color: #fff;
}
.normal-list li.dot:hover a:before {
  background: #fff;
}
.normal-list li.dot a {
  position: relative;
}
.normal-list li.dot a:before {
  content: "";
  position: absolute;
  left: 30px;
  background: #ececec;
  width: 7px;
  height: 7px;
  top: 35px;
  border-radius: 50%;
}

/* 下载详细页begin */
.download-page .title {
  display: flex;
  align-items: center;
}
.download-page .title i {
  width: 6px;
  height: 6px;
  background-color: #4dd3cd;
  border-radius: 50%;
}
.download-page .section1 .content {
  background: url(../images/app/app-bg.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: space-between;
  padding-top: 10%;
  overflow: hidden;
}
.download-page .section1 .content .img {
  width: 32%;
  transform: translate(-8px, 4px);
}
.download-page .section1 .content .img img {
  max-width: 100%;
}
.download-page .section1 .content .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4%;
}
.download-page .section1 .content .text h3 {
  letter-spacing: 3px;
}
.download-page .section1 .content .text .down {
  display: flex;
  align-items: center;
}
.download-page .section1 .content .text .down a {
  width: 166px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 24px;
}
.download-page .section1 .content .text .down a:hover,
.download-page .section1 .content .text .down a.active {
  background-color: #4dd3cd;
  color: #fff;
}
.download-page .section1 .content .text .down a:hover .icon,
.download-page .section1 .content .text .down a.active .icon {
  color: #fff;
}
.download-page .section1 .content .code {
  padding-right: 8%;
}
.download-page .section1 .content .code .img {
  width: 140px;
  display: none;
}
.download-page .section1 .content .code .img.active {
  display: block;
  animation: opacity1 0.5s forwards linear;
}
.download-page .section2 .content {
  position: relative;
}
.download-page .section2 .content .down-pagination {
  position: absolute;
  top: -40px;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.download-page .section2 .content .down-pagination span {
  width: 12px;
  height: 12px;
  border: 3px #fff solid;
  background-color: #4dd3cd;
  border-radius: 50%;
  opacity: 1;
  margin-left: 8px;
}
.download-page
  .section2
  .content
  .down-pagination
  .swiper-pagination-bullet-active {
  border-color: #4dd3cd;
  background-color: #fff;
}
.download-page .section2 .content ul li .item {
  background-color: #f6f7f7;
  position: relative;
}
.download-page .section2 .content ul li .item span {
  position: absolute;
  background-color: #e3f9f8;
  top: 5%;
  right: 5%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  border-radius: 50%;
}
.download-page .section2 .content ul li .item .img {
  padding: 50%;
  position: relative;
  overflow: hidden;
}
.download-page .section2 .content ul li .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  max-height: 90%;
  transition: 0.5s;
}
.download-page .section2 .content ul li .item:hover .img img {
  transform: scale(1.1);
}
.download-page .section2 .content ul li .item:hover h4 {
  color: #4dd3cd;
}
@keyframes opacity1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 下载详细页end */

/* 关于我们 */
.about-page {
  background-color: #f6f7f7;
}
.about-page .title {
  display: flex;
  align-items: center;
}
.about-page .title i {
  width: 6px;
  height: 6px;
  background-color: #4dd3cd;
  border-radius: 50%;
}
.about-page .section1 .content {
  background: url(../images/about/about-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.about-page .section1 .content .desc {
  line-height: 32px;
}
.about-page .section1 .video {
  position: relative;
}
.about-page .section1 .video span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .section1 .video span img {
  width: 80px;
}
.about-page .section2 ul li .item .img {
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .section2 ul li .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.about-page .section3 ul li .item {
  position: relative;
}
.about-page .section3 ul li .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  background-color: #cfd0d0;
  height: 1px;
}
.about-page .section4 .desc {
  line-height: 36px;
}
.about-page .section4 .content {
  position: relative;
}
.about-page .section4 .content .honor-pagination {
  position: absolute;
  top: -20px;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.about-page .section4 .content .honor-pagination span {
  width: 12px;
  height: 12px;
  border: 3px #fff solid;
  background-color: #4dd3cd;
  border-radius: 50%;
  opacity: 1;
  margin-left: 8px;
}
.about-page
  .section4
  .content
  .honor-pagination
  .swiper-pagination-bullet-active {
  border-color: #4dd3cd;
  background-color: #fff;
}
.about-page .section4 .content ul li .item {
  background-color: #f6f7f7;
  padding-top: 110%;
  position: relative;
}
.about-page .section4 .content ul li .item img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  max-height: 90%;
}

/* 关于我们 */

/* 横向左图右字列表 begin*/
.list-post-x .media {
  margin-bottom: 20px;
}
.list-post-x .media.border {
  border: 0;
  border-bottom: 1px solid #eceff5;
  padding-bottom: 20px;
}
.list-post-x .media img {
  transition: all 0.3s ease-out;
}
.list-post-x .media .thumb-md {
  position: relative;
  max-width: 100px;
  overflow: hidden;
}
.list-post-x .media .thumb-md .playtime {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 0 5px;
  height: 20px;
  line-height: 18px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.list-post-x .media .thumb-md .playicon {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  line-height: 18px;
}
.list-post-x .media:hover img {
  transition: all 0.3s ease-out;
  transform: scale(1.1);
}
.list-post-x .media.media-x .float-left {
  margin-right: 15px;
}
.list-post-x .media.media-x .float-right {
  margin-left: 15px;
}
.list-post-x .media.media-x .media-body {
  text-align: left;
  padding: 0;
}
.list-post-x .media a:hover {
  color: #434c5a;
}
.list-post-x .media-body p {
  color: #888888;
  line-height: 22px;
}
.list-post-x .media:last-child {
  margin-bottom: 0;
}
/* 横向上图下字列表 end *

/* 内容 begin */
.article {
  overflow: hidden;
}
.article .padding-large {
  padding: 30px 50px;
}
.article .post h1 {
  font-size: 28px;
  font-weight: 600;
}
.article .post h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0;
}
.article .post h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}
.article .post hr {
  margin: 10px 0;
  height: 1px;
}
.article .post strong {
  font-size: 16px;
  margin: 10px 0;
}
.article .post table {
  margin: 20px 0;
}
.article .post table th {
  background: #daf0fd;
  color: #fff;
  border: 1px solid #fff;
}
.article .post table tr.ue-table-interlace-color-single {
  background: #daf0fd;
}
.article .post p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}
.article .post img {
  max-width: 100%;
  height: auto !important;
}
.article .post a {
  text-decoration: none;
}
.article .post a:hover {
  color: #4dd3cd;
  border-bottom: 0 solid #4dd3cd;
}
.article .post .text-right {
  text-align: right;
}
.article .post ul li {
  padding: 0 0 5px 20px;
  position: relative;
  font-size: 16px;
}
.article .post ul li p {
  line-height: 24px;
}
.article .post ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background: #888888;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.article .post ol {
  padding: 10px 0 0 0;
}
.article .post ol.list-paddingleft-2 {
  position: relative;
}
.article .post ol li {
  padding: 0;
  position: relative;
}
.article .post ol li p {
  line-height: 26px;
  font-size: 16px;
  color: #888888;
}
/* 内容 end */

/* 产品列表*/

.product-list ul li {
  position: relative;
}
.product-list ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-list ul li .item .img {
  width: 52%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-list ul li .item .img img {
  max-width: 100%;
  max-height: 80%;
}
.product-list ul li .item .text {
  flex: 1;
  padding-left: 10%;
}
.product-list ul li .item .text a {
  width: 140px;
  height: 40px;
  background-color: #4dd3cd;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.product-list ul li .item .text a:hover {
  color: #4dd3cd;
  background-color: #fff;
}
/*产品列表*/

/* 产品详细页begin */
.product-description .padding-large {
  padding: 30px 0 0 30px;
}
.product-description .padding-large-top {
  padding: 0;
}
.product-description .padding-large-top .thumb {
  border: 1px #ccc solid;
  background-color: #fff;
}
.product-description p {
  line-height: 24px;
}
.product-description .zoomimg {
  width: 474px;
} /* PC端独有 */

/* 产品详情TAB begin */
.product-overview .tab-head {
  border-radius: 0;
  font-size: 0;
  -webkit-text-size-adjust: none;
  width: 100%;
  border-bottom: 1px solid #efefef;
}
.product-overview .tab .tab-nav li {
  display: inline-block;
  width: 12%;
}
.product-overview .tab .tab-nav li a {
  margin-bottom: -1px;
  color: #6e6e6e;
  padding: 20px 0;
  display: block;
  line-height: 24px;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  text-align: center;
}
.product-overview .tab .tab-nav .active {
  border-radius: 0px;
}
.product-overview .tab .tab-nav .active a {
  cursor: default;
  color: #4dd3cd;
  background: #fff;
  border-bottom: 3px solid #4dd3cd;
}
.product-overview .tab .tab-nav li a,
.product-overview .tab .tab-nav .active a:focus {
  outline: none;
}
.product-overview .tab .tab-body {
  padding: 0;
  border-radius: 0;
  border-top: solid 0px #ebebeb;
}
/* 产品详情TAB END */

/* 放大镜 begin */
#zoomimg {
  cursor: pointer;
  display: block;
}
.pro-thumb .item img {
  border: 1px solid #ececec;
}
.pro-thumb .item:hover img {
  border: 1px solid #4dd3cd;
}
.pro-thumb:hover .owl-nav .owl-prev,
.pro-thumb:hover .owl-nav .owl-next {
  opacity: 0.6;
}
/* 放大镜 end */

/* 商品参数 */
.attribute li {
  position: relative;
  color: #666;
  line-height: 32px;
}
/* .attribute li:before {content:'';position:absolute;left:0px;background:#ccc;width:6px;height:6px;top:11px;border-radius:50%;} */
.attribute li span {
  color: #999;
}
/* 商品参数 end */

/* 商品详情 */
.content img {
  max-width: 100% !important;
  height: auto !important;
}
/* 商品详情 end */

/* 产品详细页end */

.job-list {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.job-list:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.job-list dt {
  font-weight: normal;
}

/* 弹出层*/

.dialog {
  border-radius: 0;
  border: 0 solid #ebebeb;
  margin: 0 auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.dialog .dialog-head {
  font-size: 18px;
  border-bottom: 0;
  background: #fff;
  color: #383838;
}
.dialog .dialog-head .close {
  float: right;
  line-height: 24px;
}
.dialog .dialog-body {
  padding: 10px 40px 40px 40px;
}
.dialog-body h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.dialog-body .form-group {
  padding-bottom: 20px;
}
.dialog-body .input {
  height: 48px;
  line-height: 24px;
  padding: 0 12px;
  border: 1px solid #ebebeb;
  width: 100%;
  display: block;
  border-radius: 0px;
  -webkit-appearance: none;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
  background: transparent;
}
.dialog-body input.btn-primary {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 47px;
  width: 101px;
  color: #666;
  border: none !important;
}
.dialog-body .textarea {
  padding: 10px 12px;
  line-height: 24px;
  width: 100%;
  background: transparent;
  border: 1px solid #ebebeb;
}
.dialog-body .label {
  padding-bottom: 10px;
  display: block;
  line-height: 24px;
}
.dialog-body .label label {
  font-weight: 400;
}
.dialog-body select {
  padding: 0 30px 0 8px;
  color: #adadad;
  border-radius: 0px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: solid 1px #ebebeb;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/select-down.png) no-repeat right 50%;
}
.dialog-body .form-tips .dialog-body .input-help ul {
  border: solid 0px #ebebeb;
  background: #fff;
  padding: 5px 10px;
  box-shadow: 0 0 0 #fff;
  border-radius: 0 0 4px 4px;
  width: 150px;
  min-width: 150px;
  width: auto;
  _width: 150px;
  color: #ee3333;
  font-size: 12px;
}
.dialog-body .input::-webkit-input-placeholder,
.dialog-body .textarea::-webkit-input-placeholder {
  color: #6e6e6e;
}
.dialog-body .input:-moz-placeholder,
.dialog-body .textarea:-moz-placeholder {
  color: #6e6e6e;
}
.dialog-body .input::-moz-placeholder,
.dialog-body .textarea::-moz-placeholder {
  color: #6e6e6e;
}
.dialog-body .input:-ms-input-placeholder,
.dialog-body .textarea:-ms-input-placeholder {
  color: #6e6e6e;
}
.dialog-body .input-group .addon {
  background-color: #fff;
  border: 0px solid #ebebeb;
  border-radius: 0px;
  line-height: 1;
  padding: 0;
  text-align: center;
}
.dialog-body .input-group .addon img {
  max-height: 50px;
}
/* 弹出层 end*/

/*  联系我们begin  */
.inside h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
}
.inside .contact {
  padding: 0 0 50px 0;
}
.inside .contact hr {
  height: 1px;
  background: #f2f2f2;
}
.inside .contact .media {
  margin: 0;
  padding: 0 0 30px 0;
}
.inside .contact .media span {
  width: 42px;
  height: 42px;
  line-height: 64px;
}
.inside .contact .media i {
  font-size: 36px;
}
.inside .contact .media .media-body {
  padding: 0 0 0 10px;
  margin-top: 0px;
}
.inside .contact .media .media-body a,
.inside .contact .media .media-body p {
  color: #333;
}
.inside .wx {
  border: 1px solid #eee;
  padding: 20px 30px;
}

.home-contact {
  background: #cacaca;
}
.home-contact .title {
  position: relative;
  width: 590px;
  float: right;
  text-align: left;
}
.home-contact .title h2 {
  font-size: 64px;
  line-height: 64px;
  padding-top: 25%;
  padding-right: 50px;
  padding-bottom: 30px;
}
.home-contact .title h2 span {
  color: #4dd3cd;
}
.home-contact .title a {
  font-size: 24px;
  text-decoration: none;
  border-bottom: 2px solid #4dd3cd;
  color: #fff;
}
.home-contact .title a:hover {
  border-bottom: 0 solid #82cc37;
}
.home-contact .gb {
  position: relative;
  width: 590px;
  float: right;
  text-align: left;
}

/*guestbook*/

.BMap_bubble_title {
  text-align: center;
}
.navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 36px;
  background-color: #4dd3cd;
  margin: auto;
  margin-top: 10px;
}
.navigation:hover {
  color: #fff;
}

.pop-up {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 360px;
  height: 560px;
  background-color: #fff;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.08);
  transform: translateY(510px);
  transition: 0.5s;
  z-index: 99;
}
.pop-up .title {
  height: 60px;
  background-color: #4dd3cd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  cursor: pointer;
}
.pop-up .title span {
  width: 24px;
  height: 24px;
  border: 1px #fff solid;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4dd3cd;
  font-size: 12px;
}
.pop-up .title span:hover {
  color: #fff;
}
.pop-up.active {
  transform: translateY(0);
}
.pop-up.active .title span {
  color: #fff;
}
.pop-up form {
  height: 510px;
  padding: 8px 16px;
}
.pop-up form .item {
  position: relative;
}
.pop-up form .item h5 {
  height: 30px;
  display: flex;
  align-items: center;
}
.pop-up form .item h5 i {
  color: #cf005c;
  padding-top: 4px;
  margin-right: 3px;
}
.pop-up form .item input {
  width: 100%;
  display: flex;
  height: 50px;
  align-items: center;
  padding: 0 16px;
  background-color: #f4f4f4;
  border: 1px #f4f4f4 solid;
}
.pop-up form .item textarea {
  height: 100px;
  background-color: #f4f4f4;
  padding: 16px;
  width: 100%;
  display: block;
  border: none;
}
.pop-up form .item.error input {
  border-color: red;
}
.pop-up form .item.error .error {
  display: none;
}
.pop-up form button {
  width: 100%;
  margin: 16px 0;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #cf005c;
  transition: 0.5s;
  border: none;
}
.pop-up form button:hover {
  background-color: #4dd3cd;
}

/* 联系我们end */

.channel-banner {
  height: 350px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 0;
}
.channel-banner .banner-info {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 0;
  right: 0;
  z-index: 3;
}
.channel-banner .banner-info h3 {
  font-size: 40px;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
}
.channel-banner .banner-info h3:before {
  left: 50%;
  margin-left: -15px;
  bottom: -10px;
  width: 30px;
  height: 3px;
  background: #4dd3cd;
  content: "";
  display: block;
  position: absolute;
}
.channel-banner .banner-info p {
  font-size: 36px;
}

/* 底部地图版权 begin*/



footer {
    background-color: rgb(6,52,100);
    color: white;
}
footer a{
    text-decoration: none;
    color: white;
}
footer .content {
  padding-bottom: 120px;
}
footer .content .f-logo {
  /*width: 500px;*/
  /*height: 200px;*/
}
footer .content .f-logo img {
  width: 300px;
  height: 200px;
}
footer .content ul {
  display: flex;
  justify-content: space-between;
  margin: 0 30px 0 90px;
}
footer .content ul li a {
  line-height: 26px;
  display: block;
}
footer .content ul li a:hover {
  color: #4dd3cd;
}
footer .content ul li p {
  max-width: 212px;
  line-height: 30px;
}
footer .content .code div {
  width: 110px;
}
footer .content .code div img {
  height: 105px !important;
}
footer .copyright {
  border-top: 1px rgba(0, 0, 0, 0.08) solid;
}
footer .copyright a:hover {
  color: #333;
}

/* 底部地图版权 end*/
@media screen and (max-width: 1440px) {
  .container-layout {
    max-width: 98%;
  }
}
.br-r{
  /*border-right: 1px solid #ccc;*/
  height: 100%;
}
.br-b{
  border-bottom: 1px solid #cccccc33;
}
.br-b span{
  margin-bottom: 3px;
  margin-top: 3px;
  color: #333;
  font-size: 14px;
  
}
.br-b strong{
    color: rgb(6,52,100) !important;
  font-size: 14px;
}

.br-a{
  border: 1px solid #f3f0f0;
}
.pcb-mark li {
   box-shadow: 0 0 12px #bcb9b9;
    border-radius: 10px; 
  border: 1px solid #f3f0f0;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.ml-5{
  margin-left: 5px;
}
.ml-10{
  margin-left: 10px;
}
.ml-15{
  margin-left: 15px;
}
.ml-50{
  margin-left: 50px;
}
.ml-150{
  margin-left: 150px;
}
.mr-50{
  margin-right: 50px;
}
.mt-50{
  margin-top: 50px;
}
.fc-l {
  color: rgb(6,52,100) !important;
}
.w1200 {
  width: 1200px;
  margin: auto;
}
.w1200 .mb-xl-3 {
  font-size: 28px !important;
}
.w1200 .mb-xl-3 h3{
  font-size: 28px !important;
}
.ma{
  margin: auto;
}
.fs-12 ma text-c{
    list-style: 20px;;
}
.ho-img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform .5s ease;
  object-fit: cover;
  max-height: 100%;
}
.home-product-characters{
  font-size: 14px !important;
  text-align: center;
}

.home-product p{
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.text-c{
    color:rgb(6,52,100);
    text-align: center;
}



.home-service{
  background-color: rgb(244,244,244);
}

.home-service .content{
  background-color: rgb(244,244,244);
}
.home-service .content .title h2 {
  width: 50%;
}
.home-service .content ul {
  display: flex;
}
.home-service .content ul li {
  width: 18.45%;
  /*margin-right: 1%;*/
  position: relative;
  height: 384px;
  transition: 0.5s;
}
.home-service .content ul li:last-child {
  margin-right: 0;
}
.home-service .content ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(244,244,244);
  padding: 16%;
}
.home-service .content ul li .item img {
  position: absolute;
  right: 8%;
  bottom: 0%;
}

.home-service .content ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #289B8F;
  display: none;
}
.home-service .content ul li .text .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-service .content ul li .text .info {
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 8% !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.home-service .content ul li.on {
  width: 44%;
}
.home-service .content ul li.on .item {
  display: none;
}
.home-service .content ul li.on .text {
  display: block;
}
.home-service .content ul li.on .text h3{
    font-size: 18px !important ;
}
.home-service .content ul li.on .text p{
    font-size: 12px !important ;
    text-align: left !important;
}
.home-service .top ul {
  display: flex;
}

.home-service .top ul li {
  width: 32%;
  margin-right: 1%;
  height: 90px;
}
.home-service .top ul li p {
    text-align: left;
  font-size: 12px;
}
.home-service .top ul li h3 {
  font-size: 18px !important;
}
.home-service .top .on-top-info {
    padding: 12px 12px;
  border: 1px solid #f3f0f0;
  background-color: rgb(255,255,255);
}
.home-service .top .on-top-ho-img {
    margin-left: 0px;
  float: right;
  margin-right: 0px;
  margin-top: -20px;
}


.home-service .top ul li:last-child {
  margin-right: 0;
}
.home-service .top ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 16%;
}
.home-service .top ul li .item img {
  position: absolute;
  right: 8%;
  bottom: 8%;
}
.home-service .top ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #289B8F;
  display: none;
}
.home-service .top ul li .text .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-service .top ul li .text .info {
  padding-left: 10%;
  padding-right: 8%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}


.home-pcba{
  background-color: rgb(255,255,255);
}
.home-pcba .content .title h2 {
  width: 50%;
}
.home-pcba .content ul {
  display: flex;
}
.home-pcba .content ul li {
  width: 23%;
  margin-right: 2%;
  position: relative;
  height: 340px;
  transition: 0.5s;
}
.home-pcba .content ul li:last-child {
  margin-right: 0;
}
.home-pcba .content ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(244,244,244);
  /*padding: 16%;*/
}
.home-pcba .content ul li .text h3  {
    font-size: 18px !important;
}
.home-pcba .content ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home-pcba .content ul li .text .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-pcba .content ul li .text .info {
  padding-left: 10%;
  padding-right: 8%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/*.home-pcba .content ul li.on {*/
  /*width: 40%;*/
/*}*/
/*.home-pcba .content ul li.on .item {*/
/*  display: none;*/
/*}*/
/*.home-pcba .content ul li.on .text {*/
/*  display: block;*/
/*}*/

.home-pcba .top ul {
  display: flex;
}

.home-pcba .top ul li {
  width: 32%;
  margin-right: 1%;
  height: 90px;
}
.home-pcba .top .on-top-info {
  height: 115px;
  padding: 20px 10px;
  border: 1px solid #f3f0f0;
  background-color: rgb(255,255,255);
}
.home-pcba .top .on-top-ho-img {
    margin-top: -20px;
    margin-left: 0px;
    float: right;
}
.home-pcba .top h3 {
   font-size: 18px ! important;
}
.home-pcba .top p {
    text-align: left;
   font-size: 12px ! important;
}

.home-pcba .top ul li:last-child {
  margin-right: 0;
}
.home-pcba .top ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 16%;
}
.home-pcba .top ul li .item img {
  position: absolute;
  right: 8%;
  bottom: 8%;
}
.home-pcba .top ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #289B8F;
  display: none;
}
.home-pcba .top ul li .text .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-pcba .top ul li .text .info {
  padding-left: 10%;
  padding-right: 8%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.home-buy {
  background-color: rgb(244,244,244);
}

.home-buy ul li a .img {
  padding-top: 10px;
  padding-right: 10px;
  overflow: hidden;
}
.home-buy ul li a .img h3 {
  position: absolute;
  left: 20px;
  top: 12px;
  z-index: 2;
}
/*
.home-buy ul li a:hover img {
  transform: scale(1.1);
}*/


.buy-ho-img{
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform .5s ease;
  object-fit: cover;
  max-height: 100%;
}





.home-authentication {
  background-color: rgb(255,255,255);
}

.home-authentication ul li a .img {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-right: 10px;
  overflow: hidden;
}
.home-authentication ul li a .img h3 {
  position: absolute;
  left: 20px;
  top: 12px;
  z-index: 2;
}
/*
.home-authentication ul li a:hover img {
  transform: scale(1.1);
}*/


.buy-ho-img{
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform .5s ease;
  object-fit: cover;
  max-height: 100%;
}





.home-industry{
  background-color: rgb(255,255,255);
}
.home-industry .content{
}
.home-industry .content .title h2 {
  width: 50%;
}
.home-industry .content ul {
  display: flex;
}
.home-industry .content ul li {
  width: 18%;
  /*margin-right: 2%;*/
  position: relative;
  height: 300px;
  transition: 0.5s;
}
.home-industry .content ul li:last-child {
  margin-right: 0;
}
.home-industry .content ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(244,244,244);
  padding: 16%;
}
.home-industry .content ul li .item img {
  position: absolute;
  right: 8%;
  bottom: 8%;
}
.home-industry .content ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #289B8F;
  display: none;
}
.home-industry .content ul li .text .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-industry .content ul li .text .info {
  padding-left: 10%;
  padding-right: 8%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.home-industry .content ul li.on {
  width: 40%;
}
.home-industry .content ul li.on .item {
  display: none;
}
.home-industry .content ul li.on .text {
  display: block;
}

.home-industry .top ul {
  display: flex;
}

.home-industry .top ul li {
  width: 32%;
  margin-right: 1%;
  height: 50px;
}
.home-industry .top .on-top-info {
  border: 1px solid #f3f0f0;
  background-color: rgb(255,255,255);
}
.home-industry .top .on-top-ho-img {
  float: left;
}


.home-industry .top ul li:last-child {
  margin-right: 0;
}
.home-industry .top ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 16%;
}
.home-industry .top ul li .item img {
  position: absolute;
  right: 8%;
  bottom: 8%;
}
.home-industry .top ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #289B8F;
  display: none;
}
.home-industry .top ul li .text .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-industry .top ul li .text .info {
  padding-left: 10%;
  padding-right: 8%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}






.home-industry{
  background-color: rgb(255,255,255);
}
.home-industry .content{
}
.home-industry .content .title h2 {
  width: 50%;
}
.home-industry .content ul {
  display: flex;
}
.home-industry .content ul li {
  width: 18%;
  /*margin-right: 2%;*/
  position: relative;
  height: 300px;
  transition: 0.5s;
}
.home-industry .content ul li:last-child {
  margin-right: 0;
}
.home-industry .content ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(244,244,244);
  padding: 16%;
}
.home-industry .content ul li .item img {
  position: absolute;
  right: 8%;
  bottom: 8%;
}
.home-industry .content ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #289B8F;
  display: none;
}
.home-industry .content ul li .text .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-industry .content ul li .text .info {
  padding-left: 10%;
  padding-right: 8%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.home-industry .content ul li.on {
  width: 40%;
}
.home-industry .content ul li.on .item {
  display: none;
}
.home-industry .content ul li.on .text {
  display: block;
}

.home-industry .top ul {
  display: flex;
}

.home-industry .top ul li {
  width: 32%;
  margin-right: 1%;
  height: 50px;
}
.home-industry .top .on-top-info {
  border: 1px solid #f3f0f0;
  background-color: rgb(255,255,255);
}
.home-industry .top .on-top-ho-img {
  float: left;
}


.home-industry .top ul li:last-child {
  margin-right: 0;
}
.home-industry .top ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 16%;
}
.home-industry .top ul li .item img {
  position: absolute;
  right: 8%;
  bottom: 8%;
}
.home-industry .top ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #289B8F;
  display: none;
}
.home-industry .top ul li .text .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-industry .top ul li .text .info {
  padding-left: 10%;
  padding-right: 8%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}







.home-advantage{
  background-color: rgb(255,255,255);
}
.home-advantage .content{
}
.home-advantage .content .title h2 {
  width: 50%;
}
.home-advantage .content ul {
  display: flex;
}
.home-advantage .content ul li {
  width: 18%;
  /*margin-right: 2%;*/
  position: relative;
  height: 300px;
  transition: 0.5s;
}
.home-advantage .content ul li:last-child {
  margin-right: 0;
}
.home-advantage .content ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(244,244,244);
  padding: 16%;
}
.home-advantage .content ul li .item img {
  position: absolute;
  right: 8%;
  bottom: 8%;
}
.home-advantage .content ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #289B8F;
  display: none;
}
.home-advantage .content ul li .text .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-advantage .content ul li .text .info {
  padding-left: 10%;
  padding-right: 8%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.home-advantage .content ul li.on {
  width: 40%;
}
.home-advantage .content ul li.on .item {
  display: none;
}
.home-advantage .content ul li.on .text {
  display: block;
}

.home-advantage .top ul {
    margin-bottom: 50px;
  display: flex;
}

.home-advantage .top ul li {
  width: 32%;
  margin-right: 1%;
  height: 90px;
}
.home-advantage .top h3{
        font-size: 18px ! important;
}
.home-advantage .top p{
        text-align: left;
        font-size: 12px ! important;
}
.home-advantage .top .on-top-text {
    background-image: url('/uploads/allimg/wanzhantu/fuwu.png');
}
.home-advantage .top .on-top-info {
    padding: 20px 20px;
  border: 1px solid #f3f0f0;
  height: 200px;
}
.home-advantage .top .on-top-ho-img {
    margin-top: -20px;
   margin-left: 0px;
  float: right;
}


.home-advantage .top ul li:last-child {
  margin-right: 0;
}
.home-advantage .top ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 16%;
}
.home-advantage .top ul li .item img {
  position: absolute;
  right: 8%;
  bottom: 8%;
}
.home-advantage .top ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #289B8F;
  display: none;
}
.home-advantage .top ul li .text .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-advantage .top ul li .text .info {
  padding-left: 10%;
  padding-right: 8%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}










.home-industry{
  background-color: rgb(255,255,255);
}
.home-industry .content{
}
.home-industry .content .title h2 {
  width: 50%;
}
.home-industry .content ul {
  display: flex;
}
.home-industry .content ul li {
  width: 18%;
  margin-right: 1%;
  position: relative;
  height: 350px;
  transition: 0.5s;
}
.home-industry .content ul li:last-child {
  margin-right: 0;
}
.home-industry .content ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(244,244,244);
  padding: 16%;
}
.home-industry .content ul li .item img {
  position: absolute;
  height: 100% !important;
  right: 0%;
  bottom: 0%;
}
.home-industry .content ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #289B8F;
  display: none;
}
.home-industry .content ul li .text .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-industry .content ul li .text .info {
  float: left;
  padding-left: 10%;
  padding-right: 8%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.home-industry .content ul li .text .info h3 {
    font-size: 18px !important;
}
.home-industry .content ul li .text .info p {
    text-align: left;
   font-size: 12px !important;
}
.home-industry .content ul li.on {
  width: 40%;
}
.home-industry .content ul li.on .item {
  display: none;
}
.home-industry .content ul li.on .text {
  display: block;
}

.home-industry .top ul {
  display: flex;
}

.home-industry .top ul li {
  width: 32%;
  margin-right: 1%;
  height: 90px;
}

.home-industry .top h3{
   font-size: 18px ! important;
}
.home-industry .top p{

font-size: 12px ! important;
}

.home-industry .top .on-top-info {
    padding: 20px 12px;
  border: 1px solid #f3f0f0;
  background-color: rgb(255,255,255);
}
.home-industry .top .on-top-ho-img {
    margin-left: 0px;
    margin-top: -20px;
  float: right;
}

.home-industry .top ul li:last-child {
  margin-right: 0;
}
.home-industry .top ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 16%;
}
.home-industry .top ul li .item img {
  position: absolute;
  right: 8%;
  bottom: 8%;
}
.home-industry .top ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #289B8F;
  display: none;
}
.home-industry .top ul li .text .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-industry .top ul li .text .info {
  padding-left: 10%;
  padding-right: 8%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}







.home-news{
  background-color: rgb(255,255,255);
}
.home-news .content{
}
.home-news .content .title h2 {
  width: 50%;
}
.home-news .content ul {
  display: flex;
}
.home-news .content ul li {
  width: 18%;
  /*margin-right: 2%;*/
  position: relative;
  height: 300px;
  transition: 0.5s;
}
.home-news .content ul li:last-child {
  margin-right: 0;
}
.home-news .content ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(244,244,244);
  padding: 16%;
}
.home-news .content ul li .item img {
  position: absolute;
  right: 8%;
  bottom: 8%;
}
.home-news .content ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #289B8F;
  display: none;
}
.home-news .content ul li .text .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-news .content ul li .text .info {
  padding-left: 10%;
  padding-right: 8%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.home-news .content ul li.on {
  width: 40%;
}
.home-news .content ul li.on .item {
  display: none;
}
.home-news .content ul li.on .text {
  display: block;
}

.home-news .top ul {
  /*display: flex;*/
}

.home-news .top ul li {
  width: 32%;
  margin-right: 1%;
  height: 50px;
  border: 1px solid #f3f0f0;
}
.home-news .top .on-top-info {

  background-color: rgb(255,255,255);
  height:  180px;;
}
.home-news .top .on-top-ho-img {
  float: left;
}


.home-news .top ul li:last-child {
  margin-right: 0;
}
.home-news .top ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 16%;
}
.home-news .top ul li .item img {
  position: absolute;
  right: 8%;
  bottom: 8%;
}
.home-news .top ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #289B8F;
  display: none;
}
.home-news .top ul li .text .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-news .top ul li .text .info {
  padding-left: 10%;
  padding-right: 8%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}








footer .contact .top ul {
  display: flex;
}

footer .contact .top ul li {
  width: 32%;
  margin-right: 1%;
  height: 50px;
}
footer .contact .top .on-top-info {
  /*border: 1px solid #f3f0f0;*/
  /*background-color: rgb(255,255,255);*/
  height: 80px;
}
footer .contact .top .on-top-ho-img {
  float: left;
  height: 50px;
}

footer .contact .top .on-top-ho-text {
  height: 80px;
}
footer .contact .top ul li:last-child {
  margin-right: 0;
}
footer .contact .top ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 16%;
}
footer .contact .top ul li .item img {
  position: absolute;
  right: 8%;
  bottom: 8%;
}
footer .contact .top ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #289B8F;
  display: none;
}
footer .contact .top ul li .text .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
footer .contact .top ul li .text .info {
  padding-left: 10%;
  padding-right: 8%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
footer .bottom{
  height: 60px;
}

footer .content{
    padding-bottom: 60px !important;
}
footer .content h3{
    font-size: 18px !important;
}
footer .top strong{
    font-size: 18px !important;
}

footer .top p{
    margin:0;
    font-size: 12px !important;
}



/*pcb制造*/
.mobile-mask{
  background-color: rgb(245,245,245);
}
.pcb-mark {
  background-size: cover;
  position: relative;
}
.pcb-mark ul{
  height: 60px;
  text-align:center
}
.pcb-mark li{
  margin-right: 20px;
  width: 23%;
  height: 100px;
}
.pcb-mark li p strong{
    font-size: 24px;
}
.pcb-mark .text {
  position: absolute;
  left: 0;
  top: 20%;
  right: 0;
  bottom: 0;
  margin: auto;
}
.pcb-mark .text a {
  background-size: cover;
  position: relative;
  background-color: rgb(252,252,252);
}


.pcb-product .title h2 {
  width: 50%;
}

.pcb-product .title h2 {
  width: 50%;
}
.pcb-product ul li  {
  width: 32%;
}
.pcb-product ul li  p{
  text-align: center;
  background-color: rgb(255,255,255);
  height: 50px;
  line-height: 50px;
}
.pcb-product ul li a .img {
  border: solid 1px #ebebeb;
  padding-top: 65%;
  overflow: hidden;
}
.pcb-product ul li a .img .ho-img {
  margin: auto;
  /*width: auto;*/
  /*height: 243px;*/

}
.pcb-product ul li a .img h3 {
  position: absolute;
  left: 20px;
  top: 12px;
  z-index: 2;
}
.pcb-product ul li a:hover img {
  transform: scale(1.1);
}






.pcb-device .title h2 {
  width: 50%;
}

.pcb-device .title h2 {
  width: 50%;
}
.pcb-device ul li  {
  width: 32%;
}
.pcb-device ul li  p{
  text-align: center;
  background-color: rgb(255,255,255);
  height: 50px;
  line-height: 50px;
}
.pcb-device ul li a .img {
  padding-top: 65%;
  overflow: hidden;
}
.pcb-device ul li a .img h3 {
  position: absolute;
  left: 20px;
  top: 12px;
  z-index: 2;
}
.pcb-device ul li a:hover img {
  transform: scale(1.1);
}


/*pcb制造 end*/





/*关于我我们*/

.about-mark{
  background-color: rgb(255,255,255);
  height: 450px;
}
.about-mark .top ul {
  /*display: flex;*/
}
.about-mark .top ul h3 {
    margin-top: 20px;
  font-size: 14px !important;
  text-align: left;
}
.about-mark .top ul span {
  font-size: 14px !important;
  float: left !important;
}
.about-mark .top ul h3 strong {
  color: rgb(6,52,100) !important;
}
.about-mark .top ul p strong {
  font-size: 28px !important;
  float: left !important;
  color: rgb(6,52,100) !important;
}
.about-mark .top ul p {
  font-size: 28px !important;
  float: left !important;
  color: rgb(6,52,100) !important;
}
.about-mark .top ul li {
  /*width: 32%;*/
  /*margin-right: 1%;*/
  height: 110px;
}
.about-mark .top .on-top-info {
  /*border: 1px solid #f3f0f0;*/
  /*background-color: rgb(255,255,255);*/
}
.about-mark .top .on-top-ho-img {
  float: left;
  /*height: 100px;*/
  /*width: 100px;*/
}


.about-mark .top ul li:last-child {
  margin-right: 0;
}
.about-mark .top ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 16%;
}
.about-mark .top ul li .item img {
  position: absolute;
  right: 8%;
  bottom: 8%;
}
.about-mark .top ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #289B8F;
  display: none;
}
.about-mark .top ul li .text .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about-mark .top ul li .text .info {
  padding-left: 10%;
  padding-right: 8%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.on-top .on-top-info2  p{
    color:#37adff ;
}

.on-top .on-top-info2  span{
    color:#063464 ;
}
.about-culture{
  background-color: rgb(244,244,244);
}
.about-culture .content{
}
.about-culture .content .title h2 {
  width: 50%;
}
.about-culture .content ul {
  display: flex;
  background: url("./images/bg.png");
}
.about-culture .content ul li {
  width: 18%;
  /*margin-right: 2%;*/
  position: relative;
  height: 300px;
  transition: 0.5s;
}
.about-culture .content ul li:last-child {
  margin-right: 0;
}
.about-culture .content ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(244,244,244);
  padding: 16%;
}
.about-culture .content ul li .item img {
  position: absolute;
  right: 8%;
  bottom: 8%;
}
.about-culture .content ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #289B8F;
  display: none;
}
.about-culture .content ul li .text .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about-culture .content ul li .text .info {
  padding-left: 10%;
  padding-right: 8%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.about-culture .content ul li.on {
  width: 40%;
}
.about-culture .content ul li.on .item {
  display: none;
}
.about-culture .content ul li.on .text {
  display: block;
}

.about-culture .top ul {
  display: flex;
  text-align: center;
}

.about-culture .top ul li {
  width: 32%;
  margin-right: 1%;
  height: 50px;
}
.about-culture .top .on-top-text em{
      color: rgb(6,52,100);
  margin-left:0;
}
.about-culture .top .on-top-text h3{
  margin-left:0;
}
.about-culture .top .on-top-info {
        padding: 50px;
  border: 1px solid #f3f0f0;
  background-color: rgb(255,255,255);
  height: 200px;
}
.about-culture .top .on-top-ho-img {
  float: left;
}


.about-culture .top ul li:last-child {
  margin-right: 0;
}
.about-culture .top ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 16%;
}
.about-culture .top ul li .item img {
  position: absolute;
  right: 8%;
  bottom: 8%;
}
.about-culture .top ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #289B8F;
  display: none;
}
.about-culture .top ul li .text .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about-culture .top ul li .text .info {
  padding-left: 10%;
  padding-right: 8%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}


.about-style .title h2 {
  width: 50%;
}

.about-style .title h2 {
  width: 50%;
}
.about-style ul li  {
  width: 32%;
}
.about-style ul li  p{
  text-align: center;
  background-color: rgb(255,255,255);
  height: 50px;
  line-height: 50px;
}
.about-style ul li a .img {
  padding-top: 65%;
  overflow: hidden;
}
.about-style ul li a .img h3 {
  position: absolute;
  left: 20px;
  top: 12px;
  z-index: 2;
}
.about-style ul li a:hover img {
  transform: scale(1.1);
}



.about-join{
  background-color: rgb(244,244,244);
}


.about-join ul li{margin-bottom:2px}
.about-join ul li .title{display:flex;justify-content:space-between;align-items:center;height:98px;cursor:pointer;transition:.5s;position:relative;background-color:#fff;padding:0 4%}
.about-join ul li .title .a{display:none}
.about-join ul li .title .b{display:block}
.about-join ul li .title div span{width:48px;height:48px;background-color:#E21F2C;border-radius:50%;border:1px #E21F2C solid;transition:.5s;display:flex;justify-content:center;align-items:center;color:#fff}
.about-join ul li .title.collapsed div span{background-color:#fff;color:#E21F2C}
.about-join ul li .title.collapsed .a{display:block}
.about-join ul li .title.collapsed .b{display:none}
.about-join ul li .answer{padding:3% 4%;display:flex}
.about-join ul li .answer>span{width:48px;height:48px;background-color:#E21F2C;border-radius:50%;border:1px #E21F2C solid;transition:.5s;display:flex;justify-content:center;align-items:center}
.about-join ul li .answer .desc{line-height:30px}

/*关于我们end*/

/*新闻*/

.news-list-new .title h2 {
  width: 50%;
}

.news-list-new .title h2 {
  width: 50%;
}
.news-list-new .content li  {
    padding: 20px;
  width: 32%;
}
.news-list-new .content li h4 {
    font-size: 16px !important;
  color: rgb(6,52,100) !important;
}
.news-list-new .content li  p{
   text-align: left;
  line-height: 25px;
  font-size: 12px !important;
}
.news-list-new .content .fs-lg-14  p{
  line-height: 25px;
  font-size: 12px !important;
}
.news-list-new .content li  span{
    
    font-size: 14px !important;
  background-color: rgb(255,255,255);
}
.news-list-new .content li a .img {
  padding-top: 65%;
  overflow: hidden;
}
.news-list-new .content li a .img h3 {
  position: absolute;
  left: 20px;
  top: 12px;
  z-index: 2;
}
.news-list-new .content li a:hover img {
  transform: scale(1.1);
}


/*新闻end*/


/*联系*/


.lx-service{
  background-color: rgb(255,255,255);
}

.lx-service .top ul {
  display: flex;
}

.lx-service .top ul li {
  width: 32%;
  margin-right: 1%;
  height: 50px;
  text-align: center;
}
.lx-service .top .on-top-info {
  /*border: 1px solid #f3f0f0;*/
  background-color: rgb(255,255,255);
}
.lx-service .top .on-top-info img{
    height: 50px;
    margin: 0;
}
.lx-service .top .on-top-info p{
    margin: 10px;
    font-size: 14px;
    color: #000000a8;
}
.lx-service .top .on-top-info strong{
    font-size: 20px;
}
.lx-service .top .on-top-ho-img {
  /*float: left;*/
}


.lx-service .top ul li:last-child {
  margin-right: 0;
}
.lx-service .top ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 16%;
}
.lx-service .top ul li .item img {
  position: absolute;
  right: 8%;
  bottom: 8%;
}
.lx-service .top ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #289B8F;
  display: none;
}
.lx-service .top ul li .text .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.lx-service .top ul li .text .info {
  padding-left: 10%;
  padding-right: 8%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}





.lx-work{
  background-color: rgb(244,244,244);
}

.lx-work .top ul {
  display: flex;
}

.lx-work .top ul li {
  width: 50%;
  margin-right: 1%;
  height: 150px;
  text-align: center;
  background-color: rgb(255,255,255);
}
.lx-work .top .on-top-info {
  height: 0px;
  background-color: rgb(255,255,255);
}
.lx-work .top .on-top-text {
  height: 150px;
  text-align: left;
  padding: 30px 0px 30px 30px;
}
.lx-work .top .on-top-text strong{
    font-size: 18px;
    color: #063464;
}
.lx-work .top .on-top-text span{
    font-size: 12px;
    color: #02203b;
}
.lx-work .top .on-top-ho-img {
  /*float: left;*/
}


.lx-work .top ul li:last-child {
  margin-right: 0;
}
.lx-work .top ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 16%;
}
.lx-work .top ul li .item img {
  position: absolute;
  right: 8%;
  bottom: 8%;
}
.lx-work .top ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(244,244,244);
  display: none;
}
.lx-work .top ul li .text .img {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.lx-work .top ul li .text .info {
  padding-left: 10%;
  padding-right: 8%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}



.lx-work{
  background-image: url('/uploads/allimg/wanzhantu/map.png');
}


/*联系end*/