@charset "UTF-8";
/*header start*/
html{
	margin-top:0 !important;
}
.nav-box nav#menuPc > ul > li {
  position: relative;
}
.nav-box nav#menuPc > ul > li.haschild {
  padding-right: 17px;
}

.nav-box nav#menuPc > ul > li .iconarrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
}

.nav-box nav#menuPc > ul > li > a {
  position: relative;
}

.nav-box nav#menuPc > ul > li > a:after {
  content: attr(data-htext);
  position: absolute;
  font-weight: bold;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  color: #70D2EB;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  text-transform: uppercase;
}
.nav-box nav#menuPc > ul > li{
    position: relative;
}
.nav-box nav#menuPc > ul > li dl {
  padding-top: 30px;
  position: absolute;
  min-width: 100%;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(2%);
  transition: all 0.2s;
  text-align: center;
  left: 0;
}

.nav-box nav#menuPc > ul > li:hover dl {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-box nav#menuPc > ul > li dl dd a {
  display: block;
  line-height: 1.5;
  padding: 10px 24px;
  background-color: #F6F6F6;
  font-size: 1.6rem;
  font-weight: 400;
  color: #666;
  transition: all 0.6s;
  text-align: left;
  white-space: nowrap;
}

.nav-box nav#menuPc > ul > li dl dd a i {
  font-size: 14px;
}

.nav-box nav#menuPc > ul > li dl dd a:hover {
  color: #fff;
  background-color: #70D2EB;
}

.nav-box nav#menuPc > ul > li a::before {
  content: '';
  width: 0;
  height: 3px;
  background: #70D2EB;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s;
  z-index: 4;
  max-width: 150px;
  margin-top: 5px;
}

.nav-box nav#menuPc > ul > li.cur > a, .nav-box nav#menuPc > ul > li:hover > a {
  color: #70D2EB;
}

.nav-box nav#menuPc > ul > li.cur > a span, .nav-box nav#menuPc > ul > li:hover > a span {
  opacity: 0;
}

.nav-box nav#menuPc > ul > li.cur > a:after, .nav-box nav#menuPc > ul > li:hover > a:after {
  opacity: 1;
  visibility: visible;
}

.nav-box nav#menuPc > ul > li.cur > a::before, .nav-box nav#menuPc > ul > li:hover > a::before {
  width: 100%;
}

.nav-box nav#menuPc > ul > li.cur .iconarrow, .nav-box nav#menuPc > ul > li:hover .iconarrow {
  border-color: #70D2EB transparent transparent transparent;
}

.nav-box {
  display: flex;
  padding: 19px 0;
  align-items: center;
}

.nav-box #menuPc {
  flex: 1;
  margin-right: 5%;
}

.header {
  position: sticky;
  z-index: 2023;
  left: 0;
  top:0;
  right: 0;
  box-sizing: border-box;
  background: #FFF;
}

.header-top {
  background-color: #F8F8F8;
	display:none;
}

.header-top .logo img {
  height: 53px;
}

.header-top .htop-cont {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  align-items: center;
}

.header-top .h-tool a {
  color: #999;
}

.header-top .h-tool a:hover {
  color: #70D2EB;
}

.header-top .h-tool .iconfont {
  margin-right: 6px;
}

.header .header-box {
  position: relative;
}

.en-link {
  margin-left: 24px;
}

#menuPc a {
  color: #222;
  display: block;
  text-transform: uppercase;
}

.h-search {
  position: relative;
  width: 215px;
}

.h-search input {
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 12px;
}

.h-search button {
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
  background: transparent;
  border: none;
}

#menuPc ul {
  display: flex;
  justify-content: space-between;
}

#menuPc ul li:nth-child(1) a {
  padding-left: 0;
}

#menuPc .iconfont {
  font-size: 1.8rem;
  padding-left: 3px;
}

.h-tool dl {
  display: flex;
}

.h-tool dl dd {
  position: relative;
  margin-left: 60px;
}

/*.h-tool dl dd:after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: 50%;*/
/*  height: 14px;*/
/*  width: 2px;*/
/*  background-color: #B5B5B5;*/
/*  margin-top: -7px;*/
/*}*/

.h-lang {
  position: relative;
  cursor: pointer;
}

.h-lang .h-lang-t {
  display: flex;
  align-items: center;
}

.h-lang:hover .h-lang-con {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.h-lang .h-lang-con {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  min-width: 100%;
  transition: all 0.5s;
  padding: 4px;
}

.h-lang .h-lang-con a {
  display: block;
  text-align: center;
  padding: 6px;
  font-size: 1.4rem;
  white-space: nowrap;
}

.h-lang .h-lang-con a:hover {
  text-decoration: underline;
}

.h-lang .icon {
  margin-left: 6px;
  width: 27px;
  height: 27px;
  /*background: url("./../images/yuyan.png") no-repeat;*/
  position: relative;
  transition: all 0.4s;
}

#menuWap {
  display: none;
}

/*header end*/
/*footer start*/
.footer {
  background-color: #F6F6F6;
  margin: 110px 0 0;
}

.footer .footer-top {
  position: relative;
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .footer-top .f-logo {
  width: 33%;
}
.footer .footer-top .f-logo .fl-inner{
    display: inline-block;
    text-align: left;
}
.footer .footer-top .f-logo .fl-inner .fi-logo{
    display: block;
    max-width:186px;
    margin:0 auto 30px;
}
.footer .footer-top .f-logo .fi-logo img {
  width:100%;
  height:auto;
}

.footer .f-nav ul {
  display: flex;
  justify-content: space-between;
}

.footer .f-nav ul li {
  max-width: 50%;
}

.footer .f-nav ul dd {
  margin: 0 0 12px;
}

.footer .f-nav ul .iconfont {
  font-size: 20px;
  margin-right: 12px;
}

.footer .f-nav h3 {
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer .f-nav h3 a {
  color: #666666;
}

.footer .f-nav a {
  display: block;
  transition: all 0.4s;
  color: #999;
}

.footer .f-nav a:hover {
  color: #70D2EB;
}

.footer-share {
  display: flex;
}

.footer-share a {
  display: inline-block;
  width: 47px;
  height: 47px;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.16);
  border-radius: 6px 6px 6px 6px;
  text-align: center;
  line-height: 47px;
  transition: all 0.4s;
  position: relative;
  color: #999;
  margin: 0 15px;
}
.footer-share a:nth-child(1){
    margin-left:0;
}
.footer-share a .iconfont {
  font-size: 24px;
}

.footer-share a:hover {
  color: #70D2EB;
}

.foot-copy {
  text-align: center;
  color: #999;
  padding: 8px 0;
  border-top: 1px solid #E2E2E2;
}

/*footer end*/
/*轮播图start*/
.banner {
  margin: 0 auto 0;
  width: 100%;
  background: #FFFFFF;
  color: #F1F3F8;
  position: relative;
}

.banner .img-box {
  padding-bottom: 39.58333%;
}

.banner.inner-banner .img-box {
  padding-bottom: 10.41667%;
}

.banner.inner-banner .text {
  background: linear-gradient(90deg, rgba(74, 74, 74, 0.5) 0%, rgba(0, 0, 0, 0.25) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.banner .swiper-button-next {
  right: 30px;
}

.banner .swiper-button-prev {
  left: 30px;
}

.banner .swiper-button-next, .banner .swiper-button-prev {
  background-image: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #FFF;
  line-height: 60px;
}

.banner .swiper-button-next .iconfont, .banner .swiper-button-prev .iconfont {
  font-size: 30px;
}

.banner p {
  font-size: 1.2rem;
  opacity: 0.3;
}

.banner p span {
  display: block;
}

.banner h3 {
  margin-bottom: 20px;
}

.banner h3, .banner h2 {
  font-weight: 500;
}
.banner h1 {
  margin-bottom: 20px;
}

.banner h1, .banner h2 {
  font-weight: 500;
}
.banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.banner .bg-box {
  position: relative;
  z-index: 1;
}

.banner .wap-box {
  display: none;
}

.banner .wap-box img {
  width: 100%;
}

.banner .swiper-pagination {
  bottom: 40px;
}

.banner .swiper-pagination-bullet {
  width: 80px;
  height: 5px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.6);
  border-radius: inherit;
  box-sizing: border-box;
  position: relative;
}

.banner .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: #70D2EB;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 100%;
  transition: width 5s;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 20px;
}

.banner .banner-content {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 9;
  flex-direction: column;
  opacity: 0;
  transition: all 0.3s;
}

.banner .banner-content .text {
  text-align: left;
  padding-left: 12%;
  width: 80%;
  box-sizing: border-box;
}

.banner .banner-content .text-p {
  transform: translateY(20%);
  opacity: 0;
  transition: all 1.5s;
}

.banner .ani-slide .banner-content {
  opacity: 1;
}

.ani-slide .imgshow img {
  transform: scale(1);
}

.banner .ani-slide .banner-content .text-p {
  transform: translateY(0);
  opacity: 1;
}

/*轮播图end*/
.crumbs-box {
  padding: 12px 0;
  color: #666;
}

.crumbs-box .iconfont {
  color: #222;
}

.crumbs-box-grid {
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.crumbs-box a {
  color: #666;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #70D2EB;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #666;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
/* 内容区域宽度+40px */
.m-width-content {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

.m-width-content2 {
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
}

.m-width-1280 {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

/*置顶按钮 start*/
/*置顶按钮 end*/
/*分页 start*/
.page-box {
  padding: 30px 0 0;
  text-align: center;
}

.page-box .iconfont {
  font-size: 1.8rem;
}

.page-box .page-inner {
  display: flex;
  justify-content: center;
}

.page-box .page-inner a,
.page-box .page-inner span {
  display: inline-flex;
  color: #000;
  margin: 0 3px;
  border-radius: 50%;
  min-width: 34px;
  height: 34px;
  line-height: 34px;
  justify-content: center;
  background: transparent;
  transition: all 0.3s;
  background-color: #EFEFEF;
}

.page-box .page-inner a.prev, .page-box .page-inner a.next {
  background-color: transparent;
}

.page-box .page-inner a.page-text {
  width: auto;
  padding: 9px 15px;
  border-radius: 17px;
  height: auto;
  line-height: 1;
}

.page-box .page-inner a.page-text:hover {
  color: #fff;
  background-color: #70D2EB;
  border: 1px solid #70D2EB;
}

.page-box .page-inner .current, .page-box .page-inner a:hover {
  color: #fff;
  background-color: #70D2EB;
}

/*分页 end*/
/*公共样式定义 end*/
.index-title {
  text-align: center;
  margin: 90px 0 20px;
}

.index-title h2 {
  text-transform: uppercase;
  line-height: 1;
}

.product-cat-list ul {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}

.product-cat-list .imgshow img {
  width: 100%;
}

.product-cat-list li {
  width: 33.33%;
  padding: 0 12px;
  box-sizing: border-box;
}

.product-cat-list .p-item {
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  display: block;
  background-color: #F8F8F8;
  color: #333333;
}

.product-cat-list .p-item img {
  transition: all 0.5s;
}

.product-cat-list .p-item:hover {
  color: #70D2EB;
}

.product-cat-list .p-item:hover img {
  transform: scale(1.05);
}

.product-cat-list .p-item .text {
  line-height: 1;
  padding: 20px;
  text-align: center;
}

.product-cat-list .p-item .text h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  text-transform: uppercase;
}

.product-loose-list ul {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}

.product-loose-list .imgshow img {
  width: 100%;
}

.product-loose-list li {
  width: 25%;
  padding: 0 12px;
  box-sizing: border-box;
}

.product-loose-list .p-item {
  border-radius: 6px;
  overflow: hidden;
  display: block;
  background-color: #fff;
  box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.1);
  color: #333333;
  padding: 40px;
}

.product-loose-list .p-item img {
  transition: all 0.5s;
}

.product-loose-list .p-item:hover {
  color: #70D2EB;
}

.product-loose-list .p-item:hover img {
  transform: scale(1.05);
}

.product-loose-list .p-item .text {
  line-height: 1;
  padding: 42px 20px 0;
  text-align: center;
}

.product-loose-list .p-item .text h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  text-transform: uppercase;
}

.index-product-loose .see-more {
  margin: 50px 0 0;
}

.see-more {
  text-align: center;
}

.see-more a {
  display: inline-block;
  padding: 12px 28px;
  line-height: 1;
  color: #666;
  border: 1px solid #666666;
  border-radius: 4px;
  transition: all 0.3s;
}

.see-more a:hover {
  background-color: #70D2EB;
  color: #FFF;
  border-color: #70D2EB;
}

.product-loose-jewelry ul {
  margin: 0 -16px;
  display: flex;
  flex-wrap: wrap;
}

.product-loose-jewelry .imgshow img {
  width: 100%;
}

.product-loose-jewelry li {
  width: 50%;
  padding: 0 16px;
  box-sizing: border-box;
}

.product-loose-jewelry .p-dcont {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
}

.product-loose-jewelry .p-dcont .img-pic {
  margin: 30px auto;
  height: 26vw;
  width: 26vw;
}

.product-loose-jewelry .p-item {
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 53vw;
}

.product-loose-jewelry .p-item .p-img {
  display: block;
  height:100%;
}

.product-loose-jewelry .p-item .p-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-design-grid {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 105px 0;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70vh;
}

.index-design-grid .text {
  max-width: 42%;
  text-transform: uppercase;
}

.index-design-grid h3 {
  line-height: 1;
}

.index-design-grid p {
  margin: 20px 0 40px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-design-grid .see-more {
  text-align: left;
}

.index-design-grid .see-more a {
  color: #FFF;
  border-color: #FFF;
}

.index-about-grid {
  text-transform: uppercase;
}

.index-about-grid .about-info {
  display: flex;
  align-items: center;
  margin: 0 -14px;
}

.index-about-grid .about-info .img-box {
  padding-bottom: 74.96823%;
}

.index-about-grid .about-info .imgshow {
  padding: 0 14px;
  width: 50%;
  box-sizing: border-box;
}

.index-about-grid .about-info .text {
  padding: 0 14px;
  width: 50%;
  box-sizing: border-box;
}

.index-about-grid .about-info .text h3 {
  color: #333333;
}

.index-about-grid .about-info .text .text-p {
  margin: 20px 0;
}

.index-about-grid .about-info .text .a-more a {
  display: inline-block;
  color: #FFF;
  padding: 12px 48px;
  line-height: 1;
  background-color: #000;
  transition: all 0.3s;
}

.index-about-grid .about-info .text .a-more a:hover {
  background-color: #70D2EB;
}

.index-about-grid .about-list {
  margin: 28px 0 0;
}

.index-about-grid .about-list ul {
  margin: 0 -14px;
  display: flex;
  flex-wrap: wrap;
}

.index-about-grid .about-list .imgshow img {
  width: 100%;
}

.index-about-grid .about-list li {
  width: 25%;
  padding: 0 14px;
  box-sizing: border-box;
}

.index-about-grid .about-list h4 {
  text-align: center;
  font-weight: 400;
  padding: 8px;
}

.index-blog-list ul {
  margin: 0 -14px;
  display: flex;
  flex-wrap: wrap;
}

.index-blog-list .imgshow img {
  width: 100%;
}

.index-blog-list li {
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}

.index-blog-list .img-box {
  padding-bottom: 72.81553%;
}

.index-blog-list .b-item {
  display: block;
  background: #F8F8F8;
  box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
  color: #333;
}

.index-blog-list .b-item:hover h3 {
  color: #70D2EB;
}

.index-blog-list .text {
  padding: 12px 24px;
}

.index-blog-list .text h3 {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-blog-list .text-p {
  margin: 10px 0 40px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666;
}

.index-blog-list .b-more {
  color: #70D2EB;
}

.child-box {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  background: #F6F6F6;
  width: 100%;
}

.child-box .child-wrap {
  display: none;
}

.nav-product {
  padding: 32px 0;
}

.nav-product .text-p {
  color: #999;
  border-bottom: 1px solid rgba(141, 141, 141, 0.5);
  padding: 0 0 8px;
  margin: 0 0 40px;
}

.nav-product h3 {
  color: #313131;
  margin-bottom: 20px;
}

.nav-product .pro-cont {
  display: flex;
}

.nav-product .pro-cont .p-left {
  width: 50%;
  box-sizing: border-box;
  padding-right: 3%;
}

.nav-product .pro-cont .p-left ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.nav-product .pro-cont .p-left .imgshow img {
  width: 100%;
}

.nav-product .pro-cont .p-left li {
  width: 20%;
  padding: 0 10px;
  box-sizing: border-box;
}

.nav-product .pro-cont .p-left .p-item {
  display: block;
}

.nav-product .pro-cont .p-left li {
  text-align: center;
  color: #999999;
  margin: 0 0 40px;
}

.nav-product .pro-cont .p-left li .icon {
  opacity: 0.5;
  transition: all 0.3s;
  width: 54px;
  margin: 0 auto;
}

.nav-product .pro-cont .p-left li:hover .icon {
  opacity: 1;
}

.nav-product .pro-cont .p-left li:hover h4 {
  color: #000;
}

.nav-product .pro-cont .p-left li h4 {
  font-weight: 400;
  margin: 5px 0 0;
  color: #999;
}

.nav-product .pro-cont .p-right {
  padding-left: 3%;
  flex: 1;
}

.nav-product .pro-cont .p-right .p-rigcon {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.nav-product .pro-cont .p-right .p-rigcon .p-text p {
  color: #999999;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.nav-product .pro-cont .p-right .p-rigcon .p-img {
  text-align: right;
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.nav-product .pro-cont .p-right .p-rigcon .p-img .img-box {
  padding-bottom: 71.66667%;
}

.nav-product .pro-cont .p-right .p-rigcon .p-more {
  margin-top: 8px;
  text-transform: capitalize;
}

.nav-product .pro-cont .p-right .p-rigcon .p-more .iconfont {
  margin-left: 4px;
}

.nav-product .pro-cont .p-right .p-rigcon .p-more a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-product .pro-cont .p-right .p-rigcon .p-more .iconfont {
  font-size: 20px;
}

.loose-tabitem {
  text-align: center;
  margin: 50px 0 90px;
}

.loose-tabitem a {
  margin: 0 10px 10px;
  color: #666;
  display: inline-block;
  border: 1px solid #999999;
  padding: 10px 24px;
  border-radius: 4px;
  min-width: 160px;
  box-sizing: border-box;
  text-transform: capitalize;
}

.loose-tabitem a.cur {
  color: #FFF;
  background-color: #000000;
  border-color: #000;
}

.content-loose-cat {
  display: flex;
}

.content-loose-cat .content-left {
  width: 40%;
}

.content-loose-cat .content-right {
  flex: 1;
  margin-left: 5%;
}

.layui-form h5 {
  font-weight: 400;
  text-transform: uppercase;
}

.layui-form h4 {
  text-transform: uppercase;
}

.layui-form .f-cut {
  display: flex;
  flex-wrap: wrap;
}

.layui-form .f-cut .f-block {
  box-sizing: border-box;
  margin-right: 2%;
  width: auto;
}

.layui-form .f-cut .f-block .layui-form-radioed.layui-form-radio,.layui-form .f-cut .f-block .layui-form-checked.layui-form-checkbox {
  border-color: #70D2EB;
  color: #70D2EB;
}

.layui-form .f-cut .layui-form-radio,.layui-form .f-cut .layui-form-checkbox {
  padding: 8px 12px;
  border: 1px solid #999;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  min-width: 110px;
}

.layui-form .f-carat {
  display: flex;
  flex-wrap: wrap;
}

.layui-form .f-carat .f-block {
  box-sizing: border-box;
  width: 32%;
  margin-right: 2%;
}

.layui-form .f-carat .f-block:nth-child(3n) {
  margin-right: 0;
}

.layui-form .f-carat .f-block .layui-form-radioed.layui-form-radio,.layui-form .f-carat .f-block .layui-form-checked.layui-form-checkbox {
  border-color: #70D2EB;
  color: #70D2EB;
}

.layui-form .f-carat .layui-form-radio,.layui-form .f-carat .layui-form-checkbox {
  padding: 8px 12px;
  border: 1px solid #999;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

.layui-form .layui-form-radio,.layui-form .layui-form-checkbox {
  padding: 0;
  line-height: 1;
  margin: 0;
}

.layui-form .f-block {
  margin-bottom: 12px;
}

.layui-form .f-block .layui-anim.layui-icon {
  display: none;
}

.layui-form .f-cell {
  padding-bottom: 20px;
}

.layui-form .f-cell h4 {
  color: #333;
  margin-bottom: 12px;
}

.layui-form .f-cell.f-flex {
  display: flex;
  flex-wrap: wrap;
  line-height: 34px;
}

.layui-form .f-cell.f-flex > div {
  width: 100%;
  flex: 1;
}

.layui-form .f-cell.f-flex h4 {
  flex-shrink: 0;
  margin-bottom: 0;
  width: 125px;
}

.layui-form .f-shape {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.layui-form .f-shape .layui-form-radioed .f-item img {
  display: none;
}

.layui-form .f-shape .layui-form-radioed .f-item .h-img {
  display: block;
}

.layui-form .f-shape .icon {
  width: 46px;
  margin: 0 auto 12px;
}

.layui-form .f-shape .icon .h-img {
  display: none;
}

.layui-form .f-shape .icon .img-box {
  display: block;
}

.layui-form .f-shape .f-block {
  width: 20%;
  margin-bottom: 30px;
}

.layui-form .f-shape .f-item {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.layui-form .f-shape .f-item h5 {
  font-weight: 400;
}

.layui-form .f-shape .f-item:hover img {
  display: none;
}

.layui-form .f-shape .f-item:hover .h-img {
  display: block;
}

.layui-form .f-clear button {
  display: inline-block;
  color: #999999;
  font-style: italic;
  text-decoration: underline;
  background: transparent;
  border: none;
}

.layui-form .f-clear .wap-btn {
  display: none;
}

.layui-form .f-tips {
  color: #929292;
  margin: 40px 0;
}

.filter-restitle {
  color: #333333;
  margin: 0 0 45px;
}

.filter-restitle em {
  border-left: 4px solid #70D2EB;
  padding-left: 18px;
}

.filter-restitle span {
  color: #999999;
}

.filter-table .tab-header {
  background: #F8F8F8;
}

.filter-table .tab-header .t-td {
  border: 1px solid #E2E2E2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.filter-table .tab-header .t-td.sort .t-sort small {
  border-color: #70D2EB transparent transparent transparent;
}

.filter-table .tab-header .sort2 .t-sort small {
  transform: rotate(-180deg);
}

.filter-table .tab-header .t-sort {
  cursor: pointer;
  position: relative;
  width: 11px;
  display: flex;
  align-items: center;
  margin-left: 11px;
  /*display: none;*/
}

.filter-table .tab-header .t-sort small {
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5.5px 0 5.5px;
  border-color: #999999 transparent transparent transparent;
  transition: all 0.3s;
}

.filter-table .t-show {
  display: flex;
  transition: all 0.3s;
}

.filter-table .t-td {
  box-sizing: border-box;
  padding: 20px 10px;
  width: 20%;
  text-align: center;
}

.filter-table .tab-body .t-tr {
  transition: all 0.3s;
  cursor: pointer;
}

.filter-table .tab-body .t-tr:nth-child(2n) {
  background-color: #F8F8F8;
}

.filter-table .tab-body .t-tr:hover .t-show, .filter-table .tab-body .t-tr.active .t-show {
  background-color: #70D2EB;
  color: #FFF;
}

.filter-table .t-hide {
  display: none;
}

.filter-table .hide-cont {
  display: flex;
  margin: 8px 0 26px;
}

.filter-table .hide-cont .imgshow {
  width: 190px;
  margin-right: 15px;
}

.filter-table .hide-cont .text {
  color: #999;
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.filter-table .hide-cont .text .line {
  width: 100%;
  height: 1px;
  background-color: #E2E2E2;
}

.filter-table .hide-cont .text dl {
  display: flex;
  flex-wrap: wrap;
}

.filter-table .hide-cont .text dl dd {
  padding: 14px 12px;
  box-sizing: border-box;
  width: 50%;
  display: flex;
}

.filter-table .hide-cont .text dl dd label {
  flex-shrink: 0;
  width: 100px;
  color: #333333;
}

.filter-table .hide-cont .t-btns a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 11px 42px;
  transition: all 0.3s;
}

.filter-table .hide-cont .t-btns a:hover {
  background: #70D2EB;
}

.inner-product-list ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.inner-product-list .imgshow img {
  width: 100%;
}

.inner-product-list li {
  width: 25%;
  padding: 0 20px;
  box-sizing: border-box;
}

.inner-product-list .p-item {
  display: block;
  background-color: #F6F6F6;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  color: #333333;
}

.inner-product-list .p-item:hover {
  background-color: #70D2EB;
  color: #FFF;
}

.inner-product-list .p-item:hover .tags {
  color: #FFF;
}

.inner-product-list li {
  margin-bottom: 40px;
}

.inner-product-list .text {
  text-align: center;
  padding: 0 12px 10px;
}

.inner-product-list .text .tags {
  color: #70D2EB;
  line-height: 1;
  padding: 20px 0 12px;
}

.inner-product-list .text .tags span {
  text-decoration: underline;
}

.inner-product-list .text h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prodis-cont {
  display: flex;
}

.prodis-cont .prodis-swiper {
  width: 50%;
  position: relative;
  box-sizing: border-box;
  padding-left: 145px;
}

.prodis-cont .left-swiper {
  box-sizing: border-box;
  position: relative;
}

.prodis-cont .left-swiper .img-box {
  padding-bottom: 93.93382%;
}

.prodis-cont .swiper-button-next,
.prodis-cont .swiper-button-prev {
  background-image: none;
  transition: all 0.3s;
}

.prodis-cont .swiper-button-next:hover,
.prodis-cont .swiper-button-prev:hover {
  color: #70D2EB;
}

.prodis-cont .swiper-button-next .iconfont,
.prodis-cont .swiper-button-prev .iconfont {
  font-size: 24px;
}

.prodis-cont .right-swiper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 110px;
}
.prodis-cont .right-swiper .swiper-button-prev{
    top:0;
    left:50%;
    margin-left:-20px;
    margin-top:0;
    width:40px;
    height:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#666;
}
.prodis-cont .right-swiper .swiper-button-next{
    top:auto;
    bottom:0;
    left:50%;
    margin-left:-20px;
    width:40px;
    height:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:0;
    color:#666;
}
.prodis-cont .right-swiper .img-box {
  padding-bottom: 111.81319%;
}

.prodis-cont .right-swiper .swiper-container {
  height: 100%;
}

.prodis-cont .right-swiper .swiper-slide {
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: all 0.3s;
}

.prodis-cont .right-swiper .swiper-slide .b-item {
  height: 100%;
  text-align: center;
}

.prodis-cont .right-swiper .swiper-slide .b-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  
}
.prodis-cont .right-swiper .swiper-slide{
  max-height: 120px;
}
.prodis-cont .right-swiper .swiper-slide.swiper-slide-thumb-active {
  background-color: #FFF;
  border-color: #70D2EB;
}

.prodis-cont .prodis-text {
  width: 50%;
  box-sizing: border-box;
  padding-left: 5%;
}
.noprodis-center{
    padding:40px 0;
}
.noprodis-center .img-box{
    padding-bottom:0;
}
.noprodis-center .img-box img{
    position: relative;
    width:100%;
    height:auto;
}
.prodis-center.noprodis-center .img-box{
    padding-bottom:0;
}
.prodis-cont .prodis-text .line {
  height: 3px;
  width: 175px;
  background-color: #70D2EB;
  margin-bottom: 28px;
}

.prodis-cont .prodis-text .text-p {
  border: 1px solid #E2E2E2;
  padding: 18px;
}

.prodis-cont .prodis-text .text-p h4 {
  margin-bottom: 12px;
}

.prodis-cont .prodis-text .text-p p {
  color: #666666;
  margin-bottom: 8px;
  display: flex;
  margin-left: 16px;
}

.prodis-cont .prodis-text .text-p p small {
  font-size: 12px;
  transform: scale(0.8);
  display: inline-block;
  margin-right: 5px;
}

.prodis-cont .prodis-text .text-p p em {
  width: 180px;
  font-weight: 500;
  margin-right: 10px;
}

.prodis-cont .prodis-text .t-btns {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}

.prodis-cont .prodis-text .t-btns .see-more {
  padding: 12px 20px;
  border: 1px solid #000;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.4s;
  color: #000;
  min-width: 170px;
}

.prodis-cont .prodis-text .t-btns .see-more:hover {
  background-color: #000;
  color: #FFF;
}

.prodis-cont .prodis-text .t-btns .see-more .iconfont {
  font-size: 20px;
  margin-right: 16px;
}

.prodis-tabbox {
  margin: 100px 0 0;
}

.prodis-tabbox .prodis-tabitem {
  background-color: #F8F8F8;
  display: flex;
}

.prodis-tabbox .prodis-tabitem a {
  width: 16.66%;
  box-sizing: border-box;
  padding: 20px;
  color: #999;
  text-align: center;
  font-weight: bold;
}

.prodis-tabbox .prodis-tabitem a.cur {
  background-color: #70D2EB;
  color: #FFF;
}

.prodis-b-cs {
  padding: 36px 25px;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.16);
}

.prodis-b-cs label {
  font-weight: 500;
  color: #000;
}

.prodis-b-cs p {
  margin-bottom: 8px;
  color: #666;
}

.prodis-b-company {
  display: flex;
  /*align-items: center;*/
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.16);
  margin: 36px 0 0;
  padding: 24px 24px 50px;
}

.prodis-b-company .imgshow {
  width: 49%;
}

.prodis-b-company .imgshow .img-box {
  padding-bottom: 85.89744%;
}
.prodis-b-company .text-c.showmore .text-p{
    max-height: initial;
}
.prodis-b-company .text-c {
  flex: 1;
  margin-left: 4%;
  color: #686868;
  text-transform:initial;
     
}
.prodis-b-company .text-c .t-more{
    border-top: 1px solid rgba(0,0,0,0.08);
    text-align: center;
    padding: 12px 0;
    margin-top: 12px;
    cursor: pointer;
}
.prodis-b-company .text-c .text-p{
     max-height: 28vw;
    overflow: hidden;
}

.prodis-b-company .text-c h4 {
  color: #000;
  margin:12px 0;
  text-transform: uppercase;
}

.prodis-b-pay {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.16);
  padding: 24px 56px 24px 12px;
  margin: 36px 0 0;
  align-items: center;
}

.prodis-b-pay .text {
  color: #666666;
  line-height: 2;
  flex: 1;
}

.prodis-b-pay .text em {
  color: #000;
  font-weight: 600;
}

.prodis-b-pay .imgshow {
  margin-right: 6%;
  width: 35%;
}

.prodis-b-pay .imgshow .img-box {
  padding-bottom: 61.56716%;
}

.prodis-b-cert {
  background: #FFFFFF;
  padding: 12px 0 50px;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.16);
  margin: 50px x0;
  text-align: center;
}

.prodis-b-cert .img-box {
  padding-bottom: 71.04121%;
}

.prodis-b-cert .imgshow {
  display: inline-block;
  max-width: 922px;
  width: 100%;
}

.prodis-center .img-box {
  padding-bottom: 24.27083%;
}

.re-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin: 80px 0 40px;
}

.re-title span {
  height: 2px;
  width: 210px;
  margin: 0 20px;
  background-color: #999999;
}

.related-siwper .p-item {
  display: block;
  border: 1px solid #BEBEBE;
  transition: all 0.4s;
  color: #4A4A4A;
}

.related-siwper .p-item:hover {
  background-color: #70D2EB;
  color: #FFF;
}

.related-siwper .p-item .text {
  padding: 16px;
  text-align: center;
}

.related-siwper .p-item .text h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.related-siwper .re-page {
  margin: 36px 0 120px;
  position: relative;
  text-align: center;
  height: 30px;
}

.related-siwper .re-page .swiper-pagination {
  width: 100%;
}

.related-siwper .re-page .swiper-pagination-bullet {
  margin: 0 14px;
  width: 15px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
}

.related-siwper .re-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #70D2EB;
}

.related-siwper .re-page .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
}

.related-siwper .re-page .swiper-pagination-bullet:after {
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #70D2EB;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
}

.message-grid {
  background: #ccc url("./../images/msg-bg.png") no-repeat 50% 50%;
  background-size: cover;
}

.message-grid .msg-tt {
  color: #999;
  margin-bottom: 12px;
}

.message-grid .msg-tt h4 {
  color: #1A1A1A;
  margin-bottom: 18px;
}

.message-grid .msg-flex {
  display: flex;
  padding-left: calc((100% - 1600px)/2);
  align-items: center;
  
}

.message-grid .msg-flex .imgshow {
  width: 50%;
  box-sizing: border-box;
}

.message-grid .msg-flex .imgshow .img-box {
  padding-bottom: 77.08333%;
}

.message-grid .msg-flex .msg-grid {
  width: 50%;
  box-sizing: border-box;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.message-grid .usedComp:nth-child(3), .message-grid .usedComp:nth-child(4) {
  width: 100%;
}

.message-grid .usedComp label {
  color: #000;
}

.message-grid .xhl-controls .xhl-textarea, .message-grid .xhl-input-xlarge {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #999;
}

.message-grid #xhlFormSubmit {
  width: 130px;
  height: 45px;
  border-radius: 0;
  line-height: 45px;
  background-color: #000;
  margin-left: 0;
}

.banner-dingzhi {
  color: #333;
  margin: 0 0 80px;
}

.banner-dingzhi .img-box {
  padding-bottom: 39.5625%;
}

.banner-dingzhi .text {
  text-align: center;
  padding: 32px 5% 0;
}

.banner-dingzhi .text p {
  margin-bottom: 32px;
}

.dingzhi-list li {
  margin-bottom: 80px;
}

.dingzhi-list li:nth-child(2n) .d-item {
  flex-direction: row-reverse;
}

.dingzhi-list li:nth-child(2n) .d-item .text {
  padding-left: 0;
  padding-right: 5%;
}

.dingzhi-list .d-item {
  color: #333;
  display: flex;
  align-items: center;
}

.dingzhi-list .d-item .imgshow {
  width: 61%;
}

.dingzhi-list .d-item .imgshow .img-box {
  padding-bottom: 62.2449%;
}

.dingzhi-list .d-item .text {
  flex: 1;
  padding-left: 5%;
}

.dingzhi-list .d-item .text .see-more {
  text-align: left;
  margin: 32px 0 0;
}

.dingzhi-case .img-box {
  padding-bottom: 39.56716%;
}

.dingzhi-case .imgshow {
  margin: 0 0 48px;
}
.dingzhi-case .imgshow img{
   width: 100%;
}
.news-title {
  margin: 0 0 42px;
  position: relative;
}

.news-title .slot-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news-title .n-page {
  width: 115px;
}

.news-title .n-page .iconfont {
  font-size: 20px;
}

.news-title .swiper-button-next {
  right: 0;
}

.news-title .swiper-button-prev {
  left: 0;
}

.news-title .swiper-button-next, .news-title .swiper-button-prev {
  text-align: center;
  line-height: 46px;
  background-image: none;
  color: #999999;
  width: 46px;
  height: 46px;
  border: 1px solid #999999;
  box-sizing: border-box;
  border-radius: 50%;
  transition: all 0.3s;
}

.news-title .swiper-button-next:hover, .news-title .swiper-button-prev:hover {
  background-color: #70D2EB;
  color: #fff;
  border-color: #70D2EB;
}

.news-swiper-box {
  display: flex;
}

.news-swiper-box .left-swiper {
  width: 42%;
}

.news-swiper-box .left-swiper .img-box {
  padding-bottom: 67.64706%;
}

.news-swiper-box .left-swiper h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  color: #70D2EB;
}

.news-swiper-box .left-swiper .date em {
  color: #70D2EB;
}

.news-swiper-box .imgshow {
  margin-bottom: 22px;
}

.news-swiper-box .right-swiper {
  flex: 1;
  width: 51%;
  box-sizing: border-box;
  margin-left: 7%;
}

.news-swiper-box .right-swiper .swiper-container {
  height: 100%;
}

.news-swiper-box .right-swiper .swiper-slide-thumb-active .n-item h3,.news-swiper-box .right-swiper .n-item:hover h3 {
  color: #000;
}


.news-swiper-box .right-swiper .swiper-slide-thumb-active .n-item .date em {
  color: #000;
}

.news-swiper-box h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-swiper-box .n-item {
  display: block;
  border-bottom: 1px solid #F0EDEB;
  color: #999;
}

.news-swiper-box .n-item .text {
  display: flex;
  padding: 30px 0;
}

.news-swiper-box .n-item .t-cont {
  width: calc(100% - 128px);
}

.news-swiper-box .n-item .t-cont p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-swiper-box .n-item .date {
  width: 108px;
  height: 92px;
  border: 1px solid #F0EDEB;
  background-color: #F0EDEB;
  opacity: 0.98;
  color: #888888;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  align-items: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.news-swiper-box .n-item .date em {
  display: block;
  font-weight: 500;
  font-size: 40px;
}

.inner-blog-list .img-box {
  padding-bottom: 81.08108%;
}

.inner-blog-list li {
  margin-bottom: 36px;
}

.inner-blog-list li:nth-last-child(1) {
  margin-bottom: 0;
}

.inner-blog-list .b-item {
  display: flex;
  border: 1px solid #CCCCCC;
  padding: 30px;
  position: relative;
}

.inner-blog-list .imgshow {
  width: 296px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 5%;
}

.inner-blog-list .text {
  flex: 1;
  color: #929292;
  padding-right: 180px;
}

.inner-blog-list .date {
  margin: 20px 0;
  color: #929292;
}

.inner-blog-list .date .iconfont {
  font-size: 20px;
}

.inner-blog-list h3 {
  margin-bottom: 5px;
  color: #555555;
  font-weight: bold !important;
}

.inner-blog-list .news-title {
  text-align: center;
  margin: 110px 0 60px;
}

.inner-blog-list .n-more {
  position: absolute;
  right: 0;
  bottom: 0;
}

.inner-blog-list .n-more a {
  display: inline-block;
  background-color: #000;
  color: #FFF;
  text-transform: uppercase;
  padding: 10px 40px;
  transition: all 0.3s;
}

.inner-blog-list .n-more a:hover {
  background-color: #70D2EB;
}

.n-empty {
  color: #000;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.16);
  padding: 30px 22px;
}

.content-blogdetail {
  display: flex;
}

.content-blogdetail .content-right {
  width: 27%;
}

.content-blogdetail .content-left {
  flex: 1;
  width: 66%;
  margin-right: 7%;
}

.content-blogdetail .content-left .text {
  color: #686868;
}

.content-blogdetail .content-left .d-date {
  color: #929292;
  padding: 20px 0 14px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 28px;
}

.content-blogdetail .n-share {
  border-top: 1px solid #CACACB;
  border-bottom: 1px solid #CACACB;
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
 position: relative;
 z-index: 1;
}

.content-blogdetail .n-share a {
  margin-left: 10px;
  transition: all 0.3s;
  color: #000;
}

.content-blogdetail .n-share a:hover {
  color: #70D2EB;
}

.n-realted .nre-tt {
  color: #000;
  margin: 60px 0 50px;
  /*border-bottom: 1px solid #CACACB;*/
  padding-bottom: 30px;
}
.n-realted{
    margin-bottom: 36px;
}
.news-related .n-item {
  display: block;
  border-bottom: 1px solid #F0EDEB;
  color: #999;
}

.news-related .n-item .text {
  display: flex;
  padding: 30px 0;
  align-items: center;
}

.news-related .n-item .t-cont {
  width: calc(100% - 128px);
}

.news-related .n-item .t-cont p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-related .n-item .date {
  width: 108px;
  height: 92px;
  border: 1px solid #F0EDEB;
  background-color: #F0EDEB;
  opacity: 0.98;
  color: #888888;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  align-items: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.news-related .n-item .date em {
  display: block;
  font-weight: 500;
  font-size: 40px;
}

.n-message {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  padding: 20px 50px 50px;
}

.n-message h4 {
  margin-bottom: 20px;
  color: #000;
}

.n-message .usedComp label {
  color: #000;
}

.n-message .usedComp {
  width: 100%;
  margin: 0 0 24px;
}

.n-message .xhl-controls .xhl-textarea {
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.11);
}

.n-message .usedComp input {
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.11);
  height: 50px;
  border: 1px solid #E2E2E2;
  padding: 0 20px;
}

.n-message #xhlFormSubmit {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  margin: 0 0 0;
  width: 128px;
  height: 45px;
  line-height: 45px;
}

.n-contact {
  background: url("./../images/n-con-bg.png") no-repeat 50% 50%;
  background-size: cover;
  margin: 55px 0 0;
  padding: 70px 14px;
  color: #1A1A1A;
}

.n-contact .see-more {
  margin: 20px 0;
  text-align: left;
}

.n-contact .see-more a {
  color: #1A1A1A;
}

.n-contact .see-more a:hover {
  color: #FFF;
}

.n-dpage {
  border-top: 1px solid #E3E3E3;
  display: flex;
  justify-content: space-between;
  padding: 46px 7%;
  margin: 32px 0 0;
  text-transform: capitalize;
}

.n-dpage a {
  color: #888;
}

.n-dpage .iconfont {
  font-size: 22px;
}

.n-dpage a:hover {
  color: #313131;
}

.n-dpage .n-prev .iconfont {
  margin-right: 18px;
}

.n-dpage .n-next .iconfont {
  margin-left: 18px;
}

.content-about .about-info {
  display: flex;
}

.content-about .about-info .imgshow {
  width: 48%;
}

.content-about .about-info .img-box {
  padding-bottom: 85.89744%;
}

.content-about .about-info .text {
  flex: 1;
  margin-left: 4%;
}

.content-about .about-info .text h3 {
  margin-bottom: 20px;
}

.about-advlist li {
  margin-bottom: 30px;
}

.about-advlist li:nth-last-child(1) {
  margin-bottom: 0;
}

.about-advlist li:nth-child(2n) .a-item {
  flex-direction: row-reverse;
}

.about-advlist li:nth-child(2n) .text {
  margin: 0 26px 0 0;
  text-align: right;
}

.about-advlist .a-item {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}

.about-advlist .a-item .imgshow {
  width: 286px;
}

.about-advlist .a-item .text {
  color: #000;
  margin-left: 26px;
  flex: 1;
  background-color: #F6F6F6;
  padding: 10px 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-advlist .a-item .text h4 {
  margin-bottom: 12px;
}

.about-video {
  margin: 118px 0;
}

.about-video .img-box {
  padding-bottom: 37.5%;
}

.about-honor {
  background-color: #F6F6F6;
  padding: 1px 0  160px;
}

.honor-swiper .img-box {
  padding-bottom: 64.28571%;
}

.honor-swiper ul {
  margin: 0 -22px;
  display: flex;
  flex-wrap: wrap;
}

.honor-swiper .imgshow img {
  width: 100%;
}

.honor-swiper li {
  width: 50%;
  padding: 0 22px;
  box-sizing: border-box;
}

.honor-swiper h3 {
  text-align: center;
  padding: 22px 0;
  color: #333;
}

.about-fac-info {
  margin: 0 0 80px;
  color: #333333;
  line-height: 1.9;
  padding-top: 30px;
}

.about-fac-info img {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 62.5%;
}

.about-fac-info h3 {
  margin: 28px 0 12px;
  font-weight: 500;
  font-size: 24px;
}

.about-infolist .img-box {
  padding-bottom: 44.44444%;
}

.about-infolist .ai-item {
  display: flex;
  padding: 105px 0;
  flex-direction: row-reverse;
  align-items: center;
}

.about-infolist .imgshow {
  width: 56%;
}

.about-infolist .text {
  padding-right: 6.1%;
  flex: 1;
}

.about-infolist li {
  background-color: #F6F6F6;
}

.about-infolist li:nth-child(2n) {
  background-color: #FFF;
}

.about-infolist li:nth-child(2n) .ai-item {
  flex-direction: row;
}

.about-infolist li:nth-child(2n) .ai-item .text {
  padding-right: 0;
  padding-left: 5%;
}

.about-serllist li {
  margin-bottom: 52px;
}

.about-serllist li:nth-child(2n) .s-item {
  flex-direction: row-reverse;
}

.about-serllist .s-item {
  display: flex;
  background-color: #F6F6F6;
  align-items: center;
}

.about-serllist .s-item .imgshow {
  width: 34%;
}

.about-serllist .s-item .imgshow .img-box {
  padding-bottom: 88.42676%;
}

.about-serllist .s-item .text {
  flex: 1;
  padding: 0 5%;
}

.about-serllist .s-item .text h3 {
  text-transform: uppercase;
}

.about-serllist .s-item .text p {
  margin-bottom: 8px;
}

.about-serllist .s-item .text p label {
  font-weight: 500;
}

.about-serllist .tag {
  color: #70D2EB;
}

.about-faqlilst {
  margin: 118px 0;
}

.about-faqlilst li {
  margin-bottom: 16px;
}

.about-faqlilst li:nth-last-child(1) {
  margin-bottom: 0;
}

.about-faqlilst .f-tt {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  background-color: #F8F8F8;
  align-items: center;
  color: #686868;
  padding: 10px 90px 10px 18px;
}

.about-faqlilst .f-tt.cur {
  background-color: #000;
  color: #FFF;
}

.about-faqlilst .f-tt.cur .icon .icon-jianhao {
  display: none;
}

.about-faqlilst .f-tt.cur .icon .icon-jiahao {
  display: block;
}

.about-faqlilst .f-tt .icon {
  flex-shrink: 0;
}

.about-faqlilst .f-tt .icon .icon-jianhao {
  display: none;
}

.about-faqlilst .f-tt .iconfont {
  font-weight: bold;
}

.about-faqlilst .f-text {
  display: none;
  padding: 12px 24px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.16);
  padding-right: 180px;
  line-height: 2;
}

.lifetime-infolist {
  margin: 0 0 100px;
}

.lifetime-infolist .img-box {
  padding-bottom: 62.3053%;
}

.lifetime-infolist .ai-item {
  display: flex;
  padding: 105px 0;
  flex-direction: row-reverse;
  align-items: center;
}

.lifetime-infolist .imgshow {
  width: 40%;
}

.lifetime-infolist .text {
  padding-right: 5%;
  flex: 1;
  line-height: 2;
}

.lifetime-infolist h4 {
  margin-bottom: 18px;
}

.lifetime-infolist .text-p p {
  position: relative;
  padding-left: 20px;
}

.lifetime-infolist .text-p p:after {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 10px;
  height: 10px;
  background-color: #686868;
  border-radius: 50%;
}

.lifetime-infolist li {
  background-color: #F6F6F6;
}

.lifetime-infolist li:nth-child(2n) {
  background-color: #FFF;
}

.lifetime-infolist li:nth-child(2n) .ai-item {
  flex-direction: row;
}

.lifetime-infolist li:nth-child(2n) .ai-item .text {
  padding-right: 0;
  padding-left: 5%;
}

.contact-info {
  background: url("./../images/contact-bg.png") no-repeat 50% 50%;
  background-size: cover;
  padding: 55px 0 110px;
}

.contact-info .info-cont {
  display: flex;
}

.contact-info .info-cont .text {
  width: 65%;
  box-sizing: border-box;
  padding-right: 6%;
}

.contact-info .info-cont .text h3 {
  color: #000000;
}

.contact-info .info-cont .text h5 {
  color: #999999;
  margin: 15px 0 24px;
}

.contact-info .info-cont .text li {
  display: flex;
  color: #333;
  align-items: center;
  margin-bottom: 12px;
}

.contact-info .info-cont .text li .iconfont {
  width: 30px;
  /*margin: 4px 0 0;*/
}

.contact-info .info-cont .text li label {
  font-weight: 600;
}

.contact-info .msg-grid {
  background-color: #FFF;
  box-shadow: 1px 3px 16px 1px rgba(0, 0, 0, 0.1);
  padding: 30px 60px;
}

.contact-info .usedComp:nth-child(3), .contact-info .usedComp:nth-child(4) {
  width: 100%;
}

.contact-info .usedComp label {
  color: #000;
}

.contact-info .xhl-controls .xhl-textarea, .contact-info .xhl-input-xlarge {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #999;
  padding: 0 20px;
  box-sizing: border-box;
}

.contact-info #xhlFormSubmit {
  width: 130px;
  height: 45px;
  border-radius: 0;
  line-height: 45px;
  background-color: #000;
  margin-left: 0;
}

.c-share {
  padding: 32px 0;
}

.c-share a {
  margin-left: 10px;
  transition: all 0.3s;
  color: #999;
  border: 1px solid #999999;
  width: 38px;
  height: 38px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
}

.c-share a:hover {
  background-color: #70D2EB;
  color: #FFF;
  border-color: #70D2EB;
}

.contact-map .img-box {
  padding-bottom: 18.75%;
}

.rig-fix {
  position: fixed;
  right: 40px;
  bottom: 180px;
  z-index: 2021;
}

.rig-fix li {
  margin-bottom: 12px;
}

.rig-fix a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #70D2EB;
  color: #FFF;
  display: block;
  text-align: center;
  line-height: 44px;
}

.rig-fix .iconfont {
  font-size: 18px;
}

.wap-filter {
  display: none;
}

.search-inputbox {
  padding: 20px 0;
}

.search-inputbox input {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 0 11px;
  background-color: #F9F9F9;
  border: none;
  font-size: 14px;
  color: #333;
}

.search-inputbox .s-input {
  position: relative;
}

.search-inputbox .s-input button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #70D2EB;
  color: #FFF;
  padding: 0 24px;
  font-size: 1.4rem;
  border: none;
}

.search-result {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.3);
  padding: 14px 0;
}

.search-tebitem {
  margin: 0 0 50px;
}

.search-tebitem a {
  font-size: 14px;
  color: #333;
  padding: 10px 0;
  line-height: 1;
  display: inline-block;
  margin-right: 30px;
  transition: all 0.3s;
  position: relative;
}

.search-tebitem a.cur, .search-tebitem a:hover {
  color: #70D2EB;
}

.search-tebitem a.cur:after, .search-tebitem a:hover:after {
  width: 100%;
}

.search-tebitem a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #70D2EB;
  transition: all 0.3s;
}

.search-textlist {
  padding-top: 50px;
}

.search-textlist h3 {
  font-size: 20px;
  font-weight: bold;
}

.search-textlist h3 a {
  color: #333;
}

.search-textlist li {
  margin-bottom: 50px;
}

.search-textlist .text {
  margin: 12px 0;
  color: #666;
  line-height: 2.1;
}

.search-textlist .s-bro {
  color: rgba(85, 85, 85, 0.7);
  font-size: 14px;
}

.search-textlist .s-bro a {
  color: rgba(85, 85, 85, 0.7);
  transition: all 0.3s;
}

.search-textlist .s-bro a:hover {
  color: #70D2EB;
}

.content-search {
  padding-bottom: 80px;
}
#demo-laypage-data-view{
    height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: hidden;
}
#demo-laypage-data-view .img-box{
    display: none;
}
.page-box .iconfont{
    color: #333;
}
.layui-laypage a, .layui-laypage span{
    padding: 0;
    font-size:16px;
    overflow: hidden;
    
}
.page-box .page-inner a.layui-laypage-next,.page-box .page-inner a.layui-laypage-prev{
    background: transparent;
    border: none;
    width: auto;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #70D2EB;
}
,.spage-total{display: inline-block;margin-right: 20px;line-height: 35px;color: #666;font-size:14px;}
.spage-number{display: inline-block;color: #666;font-size:14px;}
.spage-number button{position: relative;box-sizing: border-box;display: inline-block;margin-left:-1px;padding: 0px 14px;line-height: 33px;border:1px solid #ddd;text-align: center;transition: all .2s;cursor: pointer;outline: none;background: none;user-select: none;color: #666}
.spage-number button.active{background: #2d98e6;color: #fff;border-color:#2d98e6;z-index: 3;}
.spage-number button.active:hover{background: #2d98e6;color: #fff;border-color:#2d98e6;z-index: 3;}
.spage-number button:hover{background-color: #eee;}
.spage-number button.button-disabled{cursor: not-allowed;color: #ccc;}
.spage-number .spage-after,.spage-before{padding:0px;width: 40px}
.spage-skip{display: inline-block;margin-left: 20px;line-height: 35px;color: #666;font-size:14px;}
.spage-skip input{box-sizing: border-box;display: inline-block;width: 45px;height: 35px;text-align: center;vertical-align: top;border:1px solid #ddd;background: none;outline: none;transition: all .2s;}
.spage-skip input:focus{border-color: #2d98e6;}
.spage-skip button{display: inline-block;padding: 0px 14px;line-height: 33px;vertical-align: top;color: #666;border:1px solid #ddd;cursor: pointer;transition: all .2s;outline: none;background: none;user-select: none;}
.spage-skip button:hover{background: #2d98e6;color: #fff;border:1px solid #2d98e6;}
#wpadminbar{
    display: none;
}
.prodis-tabbox .tab-block{
    /*text-transform: capitalize;*/
}
/* .content-dingzhi{
    text-transform: capitalize;
} */
.usedComp input{
    padding: 0 20px;
}
.btn-nav{
  display: none;
}
@media screen and (max-width: 1620px) {
  .m-width-content {
    max-width: 1466px;
  }
  .prodis-cont .prodis-text {
    padding-left: 4%;
  }
  .message-grid .msg-flex {
    padding-left: calc((100% - 1466px)/2);
  }
}

@media screen and (max-width: 1466px) {
  .m-width-content {
    max-width: 1280px;
  }
  .message-grid .msg-flex {
    padding-left: calc((100% - 1280px)/2);
  }
  .header-top .logo img {
    height: 32px;
  }
  .filter-table .t-td {
    padding: 12px 10px;
  }
  .filter-table .hide-cont .t-btns a {
    padding: 8px 24px;
  }
  .n-message {
    padding: 20px;
  }
  .n-realted .nre-tt {
    margin: 32px 0 0px;
  }
  .product-loose-jewelry .p-item {
    height: 80vh;
  }
  .rig-fix {
    right: 10px;
  }
  
  .prodis-cont .prodis-text .t-btns .see-more .iconfont {
      margin-right: 8px;
   }
}
@media screen and (max-width: 1366px) {
  .m-width-content {
    max-width: 1080px;
  }
  #menuPc a{
      font-size: 14px;
  }
  .nav-box{
          padding: 10px 0;
  }
  #menuPc a{
      font-size: 12px;
  }
  .h-search input{
      height: 36px;
      padding: 6px;
    font-size: 14px;
  }
  .product-loose-jewelry .p-dcont .img-pic{
          height: 18vw;
    width: 18vw;
  }
  .f-30{
      font-size: 18px;
  }
  .product-loose-jewelry .p-dcont p{
      font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
    .rig-fix{
        bottom:20%;
    }
  html.mm-blocking body {
    overflow: initial;
  }
  .header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-right: 0;
    padding-left: 0;
  }
	.header-top{
		display:block;
	}
  #menuPc {
    display: none;
  }
  .mm-opened #menuWap {
    display: block;
  }
  #page {
    background: #FFFFFF;
  }
  .youshi-list22 li {
    width: auto;
    float: none;
  }
  .youshi-list22 li .y-item {
    min-height: auto;
  }
  .app-yanfa-grid {
    padding-bottom: 10px;
  }
  .btn-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    /* float: right; */
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #70D2EB;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  .h-tool {
    display: none;
  }
  .ipd-20 {
    padding: 0 20px;
  }
  .h-search {
    display: none;
  }
  .header .header-box {
    position: initial;
  }
  .nav-box {
    padding: 0;
    display: none;
  }
  /* .header > .m-width-content{
    position: relative;
    z-index: 999999;
  } */
  .btn-nav {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999;
  }
  .banner .swiper-button-next, .banner .swiper-button-prev {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  .banner .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
  }
  .index-title {
    margin: 32px 0 24px;
  }
  .product-cat-list li {
    width: 100%;
  }
  .product-loose-list li {
    width: 50%;
    margin-bottom: 12px;
  }
  .product-loose-list .p-item {
    padding: 10px;
  }
  .product-loose-list .p-item .text {
    padding: 10px 10px 0;
  }
  .product-loose-jewelry li {
    width: 100%;
    margin-bottom: 12px;
  }
  .product-loose-jewelry li:nth-child(1) .p-item {
    padding-bottom: 12px;
  }
  .product-loose-jewelry .p-item {
    height: auto;
  }
  .product-loose-jewelry .p-dcont .img-pic {
    height: auto;
    width: 100%;
  }
  .product-loose-jewelry .p-item img {
    width: 100%;
  }
  .index-design-grid {
    height: auto;
    margin: 32px 0;
    padding: 23px 0;
  }
  .index-design-grid .text {
    max-width: 100%;
  }
  .index-about-grid .about-info {
    display: block;
  }
  .index-about-grid .about-info .imgshow {
    margin-bottom: 12px;
  }
  .index-about-grid .about-info .imgshow, .index-about-grid .about-info .text {
    width: 100%;
  }
  .index-about-grid .about-list li {
    width: 50%;
    margin-bottom: 12px;
  }
  .index-about-grid .about-list h4 {
    font-size: 14px;
  }
  .index-blog-list li {
    width: 100%;
    margin-bottom: 12px;
  }
  .footer {
    margin: 32px 0 0;
  }
  .footer .footer-top {
    display: block;
  }
  .footer .footer-top .f-logo {
    width: 100%;
    text-align: center;
  }
  .footer .f-nav ul li {
    width: 100%;
    margin-top: 12px;
    max-width: 100%;
  }
  .footer .f-nav ul {
    display: block;
  }
  .footer .f-nav ul dd {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .banner .swiper-button-next .iconfont, .banner .swiper-button-prev .iconfont {
    font-size: 20px;
  }
  .loose-tabitem {
    display: none;
  }
  .content-loose-cat .content-left {
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  .filter-table {
    overflow-x: auto;
    width: 100%;
  }
  .filter-table > div {
    min-width: 700px;
  }
  .content-loose-cat .content-right {
    width: 100%;
    flex: 0;
    margin-left: 0;
  }
  .wap-filter {
    display: block;
    margin-bottom: 12px;
  }
  .wap-filter .iconfont {
    font-size: 22px;
  }
  .layui-form .f-tips {
    display: none;
  }
  .layui-form .f-cell.f-flex h4 {
    width: 100%;
  }
  .layui-form .f-cut .f-block {
    width: 32%;
  }
  .layui-form .f-cut .f-block:nth-child(3n) {
    margin-right: 0;
  }
  .layui-form .f-cut .layui-form-radio {
    min-width: 100%;
    box-sizing: border-box;
  }
  .layui-form .f-cell {
    padding-bottom: 10px;
  }
  .layui-form .f-clear {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .layui-form .f-clear .wap-btn {
    display: inline-block;
    margin-right: 20px;
  }
  .banner h3 {
    margin-bottom: 0;
    font-size: 14px;
  }
  .inner-product-list li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .inner-product-list ul {
    margin: 0 -5px;
  }
  .page-list {
    display: none;
  }
  .prodis-cont .right-swiper {
    position: relative;
    left: 0;
    width: 100%;
    margin-top: 12px;
  }
  .prodis-cont .prodis-swiper {
    padding-left: 0;
    width: 100%;
  }
  .prodis-cont {
    display: block;
  }
  .prodis-cont .prodis-text {
    padding-left: 0;
    width: 100%;
    margin-top: 24px;
  }
  .prodis-cont .prodis-text .t-btns {
    display: block;
  }
  .prodis-cont .prodis-text .t-btns .see-more {
    width: 100%;
    margin-bottom: 5px;
  }
  .prodis-tabbox .prodis-tabitem {
    overflow-x: auto;
  }
  .prodis-tabbox .prodis-tabitem a {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 33vw;
  }
  .prodis-b-company {
    display: block;
  }
  .prodis-b-company .imgshow {
    width: 100%;
    margin-bottom: 12px;
  }
  .prodis-b-pay {
    display: block;
    padding: 20px;
  }
  .prodis-b-pay .imgshow {
    width: 100%;
    margin-bottom: 12px;
  }
  .re-title span {
    display: none;
  }
  .related-siwper .re-page {
    margin: 24px 0;
  }
  .message-grid .msg-flex {
    padding-left: 20px;
    display: block;
  }
  .message-grid .msg-flex .msg-grid, .message-grid .msg-flex .imgshow {
    width: 100%;
  }
  .dingzhi-list .d-item {
    display: block;
  }
  .dingzhi-list .d-item .imgshow {
    width: 100%;
  }
  .dingzhi-list .d-item .text {
    padding: 12px 0 0;
  }
  .dingzhi-list li {
    margin-bottom: 24px;
  }
  .dingzhi-list .d-item .text .see-more {
    margin-top: 10px;
  }
  .banner-dingzhi {
    margin-bottom: 32px;
  }
  .news-swiper-box {
    display: block;
  }
  .news-swiper-box .left-swiper {
    width: 100%;
  }
  .news-swiper-box .right-swiper {
    width: 100%;
    display: none;
  }
  .inner-blog-list .news-title {
    margin: 32px 0;
  }
  .inner-blog-list .text {
    padding-right: 0;
  }
  .inner-blog-list .b-item {
    display: block;
    padding: 10px;
  }
  .inner-blog-list .imgshow {
    width: 100%;
    margin-right: 0;
  }
  .inner-blog-list .n-more {
    position: relative;
    margin-top: 5px;
  }
  .content-blogdetail .content-right {
    display: none;
  }
  .n-dpage {
    display: block;
    padding: 20px 0;
  }
  .n-dpage a {
    display: block;
  }
  .n-dpage .n-prev .iconfont, .n-dpage .n-next .iconfont {
    display: none;
  }
  .re-title {
    margin: 24px 0 32px;
  }
  .content-blogdetail .content-left {
    width: 100%;
    margin-right: 0;
  }
  .content-about .about-info {
    display: block;
  }
  .content-about .about-info .imgshow {
    width: 100%;
    margin-bottom: 12px;
  }
  .about-advlist .a-item {
    display: block;
    background-color: #F6F6F6;
  }
  .about-advlist .a-item .imgshow {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
  .about-advlist .a-item .text {
    margin: 0;
    padding: 12px;
  }
  .about-advlist .a-item .text h4 {
    font-size: 16px;
  }
  .about-advlist li:nth-child(2n) .text {
    margin-right: 0;
    text-align: left;
  }
  .about-honor {
    padding-bottom: 32px;
  }
  .about-fac-info h3 {
    font-size: 20px;
  }
  .about-infolist .ai-item {
    display: block;
    padding: 24px 0;
  }
  .about-infolist .imgshow {
    width: 100%;
    margin-bottom: 12px;
  }
  .about-infolist .text {
    padding-right: 0;
  }
  .about-infolist li:nth-child(2n) .ai-item .text {
    padding: 0;
  }
  .about-serllist .s-item {
    display: block;
  }
  .about-serllist .s-item .imgshow {
    width: 100%;
    margin-bottom: 12px;
  }
  .about-faqlilst .f-tt {
    padding-right: 10px;
  }
  .about-faqlilst .f-tt .icon {
    margin-left: 20px;
  }
  .about-faqlilst .f-text {
    padding: 12px;
  }
  .about-faqlilst {
    margin: 32px 0;
  }
  .contact-info .info-cont {
    display: block;
  }
  .contact-info .info-cont .text {
    width: 100%;
    padding-right: 0;
  }
  .contact-info .msg-grid {
    padding: 20px;
  }
  .contact-info {
    padding: 32px 0;
  }
  .mm-listview > li > a, .mm-listview > li > span {
    text-transform: uppercase;
  }
  .footer-share a{
      width: 34px;
      height: 34px;
      line-height: 34px;
      margin: 0 8px;
  }
  .footer-share a .iconfont{
      font-size: 20px;
  }
}
.icon-jiantou:before{
	    content: "\e602" !important;
	display: inline-block;
	transform:rotate(180deg);
}